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.
Implements
IMessageAwsEc2PlatformDetails, IEquatableAwsEc2PlatformDetails, IDeepCloneableAwsEc2PlatformDetails, IBufferMessage, IMessageNamespace
Google.Cloud.MigrationCenter.V1Assembly
Google.Cloud.MigrationCenter.V1.dll
Constructors
AwsEc2PlatformDetails()
public AwsEc2PlatformDetails()
AwsEc2PlatformDetails(AwsEc2PlatformDetails)
public AwsEc2PlatformDetails(AwsEc2PlatformDetails other)
Parameter | |
---|---|
Name | Description |
other |
AwsEc2PlatformDetails |
Properties
Location
public string Location { get; set; }
The location of the machine in the AWS format.
Property Value | |
---|---|
Type | Description |
string |
MachineTypeLabel
public string MachineTypeLabel { get; set; }
AWS platform's machine type label.
Property Value | |
---|---|
Type | Description |
string |