Compute Cloud API, REST: HostType methods
Set of methods to view possible host configurations.
JSON Representation
{
"id": "string",
"cores": "string",
"memory": "string",
"disks": "string",
"diskSize": "string"
}
Field | Description |
---|---|
id | string Unique type identifier. |
cores | string (int64) Total number of cores available for instances. |
memory | string (int64) Ammount of memory available for instances. |
disks | string (int64) Number of local disks available for instances |
diskSize | string (int64) Size of each local disk |
Methods
Method | Description |
---|---|
get | Returns information about specified host type. |
list | List avaliable host types. |