Class DiskEntry
Single disk entry.
Implements
Inherited Members
Namespace: Google.Apis.MigrationCenterAPI.v1alpha1.Data
Assembly: Google.Apis.MigrationCenterAPI.v1alpha1.dll
Syntax
public class DiskEntry : IDirectResponseSchema
Properties
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 |
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 (e.g. SATA/SCSI)
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 |
Status
Disk status (e.g. online).
Declaration
[JsonProperty("status")]
public virtual string Status { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
TotalCapacityBytes
Disk capacity.
Declaration
[JsonProperty("totalCapacityBytes")]
public virtual long? TotalCapacityBytes { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
TotalFreeBytes
Disk free space.
Declaration
[JsonProperty("totalFreeBytes")]
public virtual long? TotalFreeBytes { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |