Show / Hide Table of Contents

Class VirtualMachineDiskDetails

Details of VM disks.

Inheritance
object
VirtualMachineDiskDetails
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 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX