Class AwsEc2PlatformDetails
AWS EC2 specific details.
Implements
Inherited Members
Namespace: Google.Apis.MigrationCenterAPI.v1.Data
Assembly: Google.Apis.MigrationCenterAPI.v1.dll
Syntax
public class AwsEc2PlatformDetails : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Hyperthreading
Optional. 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 AWS format.
Declaration
[JsonProperty("location")]
public virtual string Location { get; set; }
Property Value
Type | Description |
---|---|
string |
MachineTypeLabel
AWS platform's machine type label.
Declaration
[JsonProperty("machineTypeLabel")]
public virtual string MachineTypeLabel { get; set; }
Property Value
Type | Description |
---|---|
string |