Class AzureVmPlatformDetails
Azure VM specific details.
Implements
Inherited Members
Namespace: Google.Apis.MigrationCenterAPI.v1alpha1.Data
Assembly: Google.Apis.MigrationCenterAPI.v1alpha1.dll
Syntax
public class AzureVmPlatformDetails : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Hyperthreading
Whether the machine is hyperthreaded.
Declaration
[JsonProperty("hyperthreading")]
public virtual string Hyperthreading { get; set; }
Property Value
Type | Description |
---|---|
string |
Location
The location of the machine in the Azure format.
Declaration
[JsonProperty("location")]
public virtual string Location { get; set; }
Property Value
Type | Description |
---|---|
string |
MachineTypeLabel
Azure platform's machine type label.
Declaration
[JsonProperty("machineTypeLabel")]
public virtual string MachineTypeLabel { get; set; }
Property Value
Type | Description |
---|---|
string |
ProvisioningState
Azure platform's provisioning state.
Declaration
[JsonProperty("provisioningState")]
public virtual string ProvisioningState { get; set; }
Property Value
Type | Description |
---|---|
string |