Show / Hide Table of Contents

Class MachineDiskDetails

Details of machine disks.

Inheritance
object
MachineDiskDetails
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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
DiskEntryList

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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX