VM disks.
JSON representation |
---|
{
"entries"
:
[
{
object (
|
Fields | |
---|---|
entries[]
|
Disk entries. |
DiskEntry
Single disk entry.
JSON representation |
---|
{
"totalCapacityBytes"
:
string
,
"totalFreeBytes"
:
string
,
"diskLabel"
:
string
,
"diskLabelType"
:
string
,
"status"
:
string
,
"interfaceType"
:
string
,
"partitions"
:
{
object (
|
Fields | |
---|---|
totalCapacityBytes
|
Disk capacity. |
totalFreeBytes
|
Disk free space. |
diskLabel
|
Disk label. |
diskLabelType
|
Disk label type (e.g. BIOS/GPT) |
status
|
Disk status (e.g. online). |
interfaceType
|
Disks interface type (e.g. SATA/SCSI) |
partitions
|
Partition layout. |
hwAddress
|
Disk hardware address (e.g. 0:1 for SCSI). |