Class VmwarePlatformDetails
VMware specific details.
Implements
Inherited Members
Namespace: Google.Apis.MigrationCenterAPI.v1.Data
Assembly: Google.Apis.MigrationCenterAPI.v1.dll
Syntax
public class VmwarePlatformDetails : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
EsxHyperthreading
Whether the ESX is hyperthreaded.
Declaration
[JsonProperty("esxHyperthreading")]
public virtual string EsxHyperthreading { get; set; }
Property Value
Type | Description |
---|---|
string |
EsxVersion
ESX version.
Declaration
[JsonProperty("esxVersion")]
public virtual string EsxVersion { get; set; }
Property Value
Type | Description |
---|---|
string |
Osid
Declaration
[JsonProperty("osid")]
public virtual string Osid { get; set; }
Property Value
Type | Description |
---|---|
string |
VcenterFolder
Folder name in vCenter where asset resides.
Declaration
[JsonProperty("vcenterFolder")]
public virtual string VcenterFolder { get; set; }
Property Value
Type | Description |
---|---|
string |
VcenterUri
vCenter URI used in collection.
Declaration
[JsonProperty("vcenterUri")]
public virtual string VcenterUri { get; set; }
Property Value
Type | Description |
---|---|
string |
VcenterVersion
vCenter version.
Declaration
[JsonProperty("vcenterVersion")]
public virtual string VcenterVersion { get; set; }
Property Value
Type | Description |
---|---|
string |
VcenterVmId
vCenter VM ID.
Declaration
[JsonProperty("vcenterVmId")]
public virtual string VcenterVmId { get; set; }
Property Value
Type | Description |
---|---|
string |