Class MachineDiskDetails
Details of machine disks.
Implements
Inherited Members
Namespace: Google.Apis.MigrationCenterAPI .v1alpha1.Data
Assembly: Google.Apis.MigrationCenterAPI.v1alpha1.dll
Syntax
public class MachineDiskDetails : IDirectResponseSchema
Properties
Disks
List of disks.
Declaration
[JsonProperty("disks")]
public virtual DiskEntryList Disks { get; set; }
Property Value
Type | Description |
---|---|
Disk |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
RawScanResult
Raw disk scan result. This field is intended for human inspection. The format of this field may be lsblk output or any another raw output. The exact format may change without notice and should not be relied upon.
Declaration
[JsonProperty("rawScanResult")]
public virtual string RawScanResult { 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? |