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.
Implements
IMessageAwsSourceDiskDetails, IEquatableAwsSourceDiskDetails, IDeepCloneableAwsSourceDiskDetails, IBufferMessage, IMessageNamespace
Google.Cloud.VMMigration.V1Assembly
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 |