Class VmwarePlatformDetails
VMware specific details.
Implements
Inherited Members
Namespace: Google.Apis.MigrationCenterAPI.v1alpha1.Data
Assembly: Google.Apis.MigrationCenterAPI.v1alpha1.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 |
VcenterVersion
vCenter version.
Declaration
[JsonProperty("vcenterVersion")]
public virtual string VcenterVersion { get; set; }
Property Value
Type | Description |
---|---|
string |