ConfigurationResponsePagedResponse
A generic page of results, used by list endpoints across this API.
items object[]nullable
The items on this page.
Unique identifier of the configuration.
Human-readable name of the configuration.
Number of virtual CPU cores.
Amount of RAM, in gigabytes.
Disk size, in gigabytes.
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.
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.
Total number of items across all pages.
The current page number, starting at 1.
Number of items per page.
Total number of pages available.
Whether a next page is available.
{
"items": [
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"name": "string",
"cpu": 0,
"ram": 0,
"hdd": 0,
"availability": true,
"maxCount": 0
}
],
"total": 0,
"page": 0,
"pageSize": 0,
"totalPages": 0,
"hasNextPage": true
}