Compute Cloud API, REST: DiskType methods
A set of methods to retrieve information about disk types.
JSON Representation
{
"id": "string",
"description": "string",
"zoneIds": [
"string"
]
}
Field | Description |
---|---|
id | string ID of the disk type. |
description | string Description of the disk type. 0-256 characters long. |
zoneIds[] | string Array of availability zones where the disk type is available. |
Methods
Method | Description |
---|---|
get | Returns the information about specified disk type. |
list | Retrieves the list of disk types for the specified folder. |