public sealed class VmwarePlatformDetails : IMessage<VmwarePlatformDetails>, IEquatable<VmwarePlatformDetails>, IDeepCloneable<VmwarePlatformDetails>, IBufferMessage, IMessage
Reference documentation and code samples for the Migration Center v1 API class VmwarePlatformDetails.
VMware specific details.
Implements
IMessageVmwarePlatformDetails, IEquatableVmwarePlatformDetails, IDeepCloneableVmwarePlatformDetails, IBufferMessage, IMessageNamespace
Google.Cloud.MigrationCenter.V1Assembly
Google.Cloud.MigrationCenter.V1.dll
Constructors
VmwarePlatformDetails()
public VmwarePlatformDetails()
VmwarePlatformDetails(VmwarePlatformDetails)
public VmwarePlatformDetails(VmwarePlatformDetails other)
Parameter | |
---|---|
Name | Description |
other |
VmwarePlatformDetails |
Properties
EsxVersion
public string EsxVersion { get; set; }
ESX version.
Property Value | |
---|---|
Type | Description |
string |
Osid
public string Osid { get; set; }
Property Value | |
---|---|
Type | Description |
string |
VcenterFolder
public string VcenterFolder { get; set; }
Folder name in vCenter where asset resides.
Property Value | |
---|---|
Type | Description |
string |
VcenterUri
public string VcenterUri { get; set; }
vCenter URI used in collection.
Property Value | |
---|---|
Type | Description |
string |
VcenterVersion
public string VcenterVersion { get; set; }
vCenter version.
Property Value | |
---|---|
Type | Description |
string |
VcenterVmId
public string VcenterVmId { get; set; }
vCenter VM ID.
Property Value | |
---|---|
Type | Description |
string |