Class MachineDiskDetails
Details of machine disks.
Implements
Inherited Members
Namespace: Google.Apis.MigrationCenterAPI.v1.Data
Assembly: Google.Apis.MigrationCenterAPI.v1.dll
Syntax
public class MachineDiskDetails : 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 |
TotalCapacityBytes
Disk total Capacity.
Declaration
[JsonProperty("totalCapacityBytes")]
public virtual long? TotalCapacityBytes { get; set; }
Property Value
Type | Description |
---|---|
long? |
TotalFreeBytes
Total disk free space.
Declaration
[JsonProperty("totalFreeBytes")]
public virtual long? TotalFreeBytes { get; set; }
Property Value
Type | Description |
---|---|
long? |