Zone
Describes a Zone as viewed by Tenant Manager. 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,
"memoryUsedMiB": 0,
"memoryLimitMiB": 0,
"cpuReservationUsedMHz": 0,
"cpuReservationMHz": 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 Tenants, this value represents the total given to all of a Tenant's Namespaces. For Providers, this value represents the total given to all Tenants.
The amount of reserved memory resources reserved in MiB.
The total amount of reserved and unreserved memory resources used in MiB. For Tenants, this value represents the total given to all of a Tenant's Namespaces. For Providers, this value represents the total given to all Tenants.
The total amount of reserved and unreserved memory resources allocated in MiB.
The amount of CPU resources used in MHz. For Tenants, this value represents the total given to all of a Tenant's Namespaces. For Providers, this value represents the total given to all Tenants.
The total amount of CPU resources reserved in MHz.
The amount of reserved and unreserved CPU resources used in MHz. For Tenants, this value represents the total given to all of a Tenant's Namespaces. For Providers, this value represents the total given to all Tenants.
The total amount of reserved and unreserved CPU resources allocated in MHz.