Class AwsDiskDetails
The details of an AWS instance disk.
Implements
Inherited Members
Namespace: Google.Apis.VMMigrationService.v1.Data
Assembly: Google.Apis.VMMigrationService.v1.dll
Syntax
public class AwsDiskDetails : IDirectResponseSchema
Properties
DiskNumber
Output only. The ordinal number of the disk.
Declaration
[JsonProperty("diskNumber")]
public virtual int? DiskNumber { get; set; }
Property Value
Type | Description |
---|---|
int? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
SizeGb
Output only. Size in GB.
Declaration
[JsonProperty("sizeGb")]
public virtual long? SizeGb { get; set; }
Property Value
Type | Description |
---|---|
long? |
VolumeId
Output only. AWS volume ID.
Declaration
[JsonProperty("volumeId")]
public virtual string VolumeId { get; set; }
Property Value
Type | Description |
---|---|
string |