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.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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX