Class VmwareDiskDetails
The details of a Vmware VM disk.
Implements
Inherited Members
Namespace: Google.Apis.VMMigrationService.v1alpha1.Data
Assembly: Google.Apis.VMMigrationService.v1alpha1.dll
Syntax
public class VmwareDiskDetails : 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 |
Label
Output only. The disk label.
Declaration
[JsonProperty("label")]
public virtual string Label { 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? |