Show / Hide Table of Contents

Class VmwarePlatformDetails

VMware specific details.

Inheritance
object
VmwarePlatformDetails
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

VMware os enum - https://vdc-repo.vmware.com/vmwb-repository/dcr-public/da47f910-60ac-438b-8b9b-6122f4d14524/16b7274a-bf8b-4b4c-a05e-746f2aa93c8c/doc/vim.vm.GuestOsDescriptor.GuestOsIdentifier.html.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX