Class AwsSourceDiskDetails
Represents the source AWS Disk details.
Implements
Inherited Members
Namespace: Google.Apis.VMMigrationService.v1.Data
Assembly: Google.Apis.VMMigrationService.v1.dll
Syntax
public class AwsSourceDiskDetails : IDirectResponseSchema
Properties
DiskType
Optional. Output only. Disk type.
Declaration
[JsonProperty("diskType")]
public virtual string DiskType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SizeGib
Output only. Size in GiB.
Declaration
[JsonProperty("sizeGib")]
public virtual long? SizeGib { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
Tags
Optional. Output only. A map of AWS volume tags.
Declaration
[JsonProperty("tags")]
public virtual IDictionary<string, string> Tags { get; set; }
Property Value
| Type | Description |
|---|---|
| IDictionary<string, string> |
VolumeId
Required. AWS volume ID.
Declaration
[JsonProperty("volumeId")]
public virtual string VolumeId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |