Class AzureDiskDetails
The details of an Azure VM disk.
Implements
Inherited Members
Namespace: Google.Apis.VMMigrationService.v1.Data
Assembly: Google.Apis.VMMigrationService.v1.dll
Syntax
public class AzureDiskDetails : IDirectResponseSchema
Properties
DiskId
Output only. Azure disk ID.
Declaration
[JsonProperty("diskId")]
public virtual string DiskId { get; set; }
Property Value
Type | Description |
---|---|
string |
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? |