DiskEntryList

VM disks.

JSON representation
{
  "entries": [
    {
      object (DiskEntry)
    }
  ]
}
Fields
entries[]

object (DiskEntry)

Disk entries.

DiskEntry

Single disk entry.

JSON representation
{
  "totalCapacityBytes": string,
  "totalFreeBytes": string,
  "diskLabel": string,
  "diskLabelType": string,
  "status": string,
  "interfaceType": string,
  "partitions": {
    object (DiskPartitionList)
  },
  "hwAddress": string
}
Fields
totalCapacityBytes

string (int64 format)

Disk capacity.

totalFreeBytes

string (int64 format)

Disk free space.

diskLabel

string

Disk label.

diskLabelType

string

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

status

string

Disk status (e.g. online).

interfaceType

string

Disks interface type (e.g. SATA/SCSI)

partitions

object (DiskPartitionList)

Partition layout.

hwAddress

string

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