Show / Hide Table of Contents

Class AwsEc2PlatformDetails

AWS EC2 specific details.

Inheritance
object
AwsEc2PlatformDetails
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.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX