Skip to main content

ConfigurationResponse

A VM hardware configuration: the amount of CPU, RAM and disk a VM is provisioned with.

idstring<uuid>

Unique identifier of the configuration.

namestringnullable

Human-readable name of the configuration.

cpuinteger<int32>

Number of virtual CPU cores.

raminteger<int32>

Amount of RAM, in gigabytes.

hddinteger<int32>

Disk size, in gigabytes.

availabilityboolean

Whether at least one VM of this configuration can currently be created. This is advisory and may lag real capacity by a short interval; it is not a guarantee that creation will succeed.

maxCountinteger<int32>

Approximate maximum number of VMs of this configuration that can currently be created. Advisory (may lag real capacity); 0 when the configuration is unavailable or capacity is unknown.

ConfigurationResponse
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"name": "string",
"cpu": 0,
"ram": 0,
"hdd": 0,
"availability": true,
"maxCount": 0
}