Volume_Fields_for_Instance
idinteger
Unique numeric identifier for the volume.
Example:
1402namestring
Name of the volume.
Example:
example-volumedescriptionstring
Description of the volume.
Example:
examplevolume_typestring
Storage tier of the volume.
Example:
Cloud-SSDsizeinteger
Volume capacity in GB.
Example:
10Volume_Fields_for_Instance
{
"id": 1402,
"name": "example-volume",
"description": "example",
"volume_type": "Cloud-SSD",
"bootable": false,
"size": 10
}
Was this page helpful?