Zone
Describes a Zone as viewed by Provider Management. Such a Zone is an aggregation of all Zones in a Region with the same name. This also implies that a Zone is a per-Region construct. To view Zones as provided by Supervisors, please see SupervisorZone.
{
"id": "string",
"name": "string",
"region": {
"name": "string",
"id": "string"
},
"memoryReservationUsedMiB": 0,
"memoryReservationMiB": 0,
"maxNamespaceMemoryReservationMiB": 0,
"memoryUsedMiB": 0,
"memoryLimitMiB": 0,
"cpuReservationUsedMHz": 0,
"cpuReservationMHz": 0,
"maxNamespaceCpuReservationMHz": 0,
"cpuUsedMHz": 0,
"cpuLimitMHz": 0
}
Identifier for this zone. This is immutable.
The name of this zone.
The amount of reserved memory resources used in MiB. For Organizations, this value represents the total given to all of an Organization's Namespaces. For Providers, this value represents the total given to all Organizations.
The amount of reserved memory resources reserved in MiB.
The max amount of memory reservation that can be used to create a namespace in a zone
The total amount of reserved and unreserved memory resources used in MiB. For Organizations, this value represents the total given to all of an Organization's Namespaces. For Providers, this value represents the total given to all Organizations.
The total amount of reserved and unreserved memory resources allocated in MiB.
The amount of CPU resources used in MHz. For Organizations, this value represents the total given to all of an Organization's Namespaces. For Providers, this value represents the total given to all Organizations.
The total amount of CPU resources reserved in MHz.
The max amount of CPU reservation that can be used to create a namespace in a zone
The amount of reserved and unreserved CPU resources used in MHz. For Organizations, this value represents the total given to all of an Organization's Namespaces. For Providers, this value represents the total given to all Organizations.
The total amount of reserved and unreserved CPU resources allocated in MHz.