Migration Center v1 API - Class AwsEc2PlatformDetails (1.0.0)

public sealed class AwsEc2PlatformDetails : IMessage<AwsEc2PlatformDetails>, IEquatable<AwsEc2PlatformDetails>, IDeepCloneable<AwsEc2PlatformDetails>, IBufferMessage, IMessage

Reference documentation and code samples for the Migration Center v1 API class AwsEc2PlatformDetails.

AWS EC2 specific details.

Inheritance

object > AwsEc2PlatformDetails

Namespace

Google.Cloud.MigrationCenter.V1

Assembly

Google.Cloud.MigrationCenter.V1.dll

Constructors

AwsEc2PlatformDetails()

public AwsEc2PlatformDetails()

AwsEc2PlatformDetails(AwsEc2PlatformDetails)

public AwsEc2PlatformDetails(AwsEc2PlatformDetails other)
Parameter
NameDescription
otherAwsEc2PlatformDetails

Properties

Location

public string Location { get; set; }

The location of the machine in the AWS format.

Property Value
TypeDescription
string

MachineTypeLabel

public string MachineTypeLabel { get; set; }

AWS platform's machine type label.

Property Value
TypeDescription
string