Skip to main content

Volume_Fields_for_Instance

idinteger

Unique numeric identifier for the volume.

Example: 1402
namestring

Name of the volume.

Example: example-volume
descriptionstring

Description of the volume.

Example: example
volume_typestring

Storage tier of the volume.

Example: Cloud-SSD
bootableboolean

Whether the volume is a bootable volume.

Example: false
sizeinteger

Volume capacity in GB.

Example: 10
Volume_Fields_for_Instance
{
"id": 1402,
"name": "example-volume",
"description": "example",
"volume_type": "Cloud-SSD",
"bootable": false,
"size": 10
}