Migration Center v1 API - Class VmwarePlatformDetails (1.0.0)

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.

Inheritance

object > VmwarePlatformDetails

Namespace

Google.Cloud.MigrationCenter.V1

Assembly

Google.Cloud.MigrationCenter.V1.dll

Constructors

VmwarePlatformDetails()

public VmwarePlatformDetails()

VmwarePlatformDetails(VmwarePlatformDetails)

public VmwarePlatformDetails(VmwarePlatformDetails other)
Parameter
NameDescription
otherVmwarePlatformDetails

Properties

EsxVersion

public string EsxVersion { get; set; }

ESX version.

Property Value
TypeDescription
string

Osid

public string Osid { get; set; }
Property Value
TypeDescription
string

VcenterFolder

public string VcenterFolder { get; set; }

Folder name in vCenter where asset resides.

Property Value
TypeDescription
string

VcenterUri

public string VcenterUri { get; set; }

vCenter URI used in collection.

Property Value
TypeDescription
string

VcenterVersion

public string VcenterVersion { get; set; }

vCenter version.

Property Value
TypeDescription
string

VcenterVmId

public string VcenterVmId { get; set; }

vCenter VM ID.

Property Value
TypeDescription
string