VM Migration v1 API - Class AwsSourceDiskDetails (2.7.0)

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

Reference documentation and code samples for the VM Migration v1 API class AwsSourceDiskDetails.

Represents the source AWS Disk details.

Inheritance

object > AwsSourceDiskDetails

Namespace

Google.Cloud.VMMigration.V1

Assembly

Google.Cloud.VMMigration.V1.dll

Constructors

AwsSourceDiskDetails()

public AwsSourceDiskDetails()

AwsSourceDiskDetails(AwsSourceDiskDetails)

public AwsSourceDiskDetails(AwsSourceDiskDetails other)
Parameter
Name Description
other AwsSourceDiskDetails

Properties

DiskType

public AwsSourceDiskDetails.Types.Type DiskType { get; set; }

Optional. Output only. Disk type.

Property Value
Type Description
AwsSourceDiskDetailsTypesType

SizeGib

public long SizeGib { get; set; }

Output only. Size in GiB.

Property Value
Type Description
long

Tags

public MapField<string, string> Tags { get; }

Optional. Output only. A map of AWS volume tags.

Property Value
Type Description
MapFieldstringstring

VolumeId

public string VolumeId { get; set; }

Required. AWS volume ID.

Property Value
Type Description
string