Show / Hide Table of Contents

Class DiskEntry

Single disk entry.

Inheritance
object
DiskEntry
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 DiskEntry : IDirectResponseSchema

Properties

CapacityBytes

Disk capacity.

Declaration
[JsonProperty("capacityBytes")]
public virtual long? CapacityBytes { get; set; }
Property Value
Type Description
long?

DiskLabel

Disk label.

Declaration
[JsonProperty("diskLabel")]
public virtual string DiskLabel { get; set; }
Property Value
Type Description
string

DiskLabelType

Disk label type (e.g. BIOS/GPT)

Declaration
[JsonProperty("diskLabelType")]
public virtual string DiskLabelType { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

FreeBytes

Disk free space.

Declaration
[JsonProperty("freeBytes")]
public virtual long? FreeBytes { get; set; }
Property Value
Type Description
long?

HwAddress

Disk hardware address (e.g. 0:1 for SCSI).

Declaration
[JsonProperty("hwAddress")]
public virtual string HwAddress { get; set; }
Property Value
Type Description
string

InterfaceType

Disks interface type.

Declaration
[JsonProperty("interfaceType")]
public virtual string InterfaceType { get; set; }
Property Value
Type Description
string

Partitions

Partition layout.

Declaration
[JsonProperty("partitions")]
public virtual DiskPartitionList Partitions { get; set; }
Property Value
Type Description
DiskPartitionList

Vmware

VMware disk details.

Declaration
[JsonProperty("vmware")]
public virtual VmwareDiskConfig Vmware { get; set; }
Property Value
Type Description
VmwareDiskConfig

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX