Class VirtualMachineDiskDetails
Details of VM disks.
Implements
Inherited Members
Namespace: Google.Apis.MigrationCenterAPI.v1alpha1.Data
Assembly: Google.Apis.MigrationCenterAPI.v1alpha1.dll
Syntax
public class VirtualMachineDiskDetails : IDirectResponseSchema
Properties
Disks
List of disks.
Declaration
[JsonProperty("disks")]
public virtual DiskEntryList Disks { get; set; }
Property Value
Type | Description |
---|---|
DiskEntryList |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
HddTotalCapacityBytes
Disk total Capacity.
Declaration
[JsonProperty("hddTotalCapacityBytes")]
public virtual long? HddTotalCapacityBytes { get; set; }
Property Value
Type | Description |
---|---|
long? |
HddTotalFreeBytes
Total Disk Free Space.
Declaration
[JsonProperty("hddTotalFreeBytes")]
public virtual long? HddTotalFreeBytes { get; set; }
Property Value
Type | Description |
---|---|
long? |
LsblkJson
Raw lsblk output in json.
Declaration
[JsonProperty("lsblkJson")]
public virtual string LsblkJson { get; set; }
Property Value
Type | Description |
---|---|
string |