Zone

Zone
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.

JSON Example
{
    "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
}
string
id
Optional

Identifier for this zone. This is immutable.

string
name
Optional

The name of this zone.

region
Optional

Entity reference used to describe VCD entities

integer As int64 As int64
memoryReservationUsedMiB
Optional

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.

integer As int64 As int64
memoryReservationMiB
Optional

The amount of reserved memory resources reserved in MiB.

integer As int64 As int64
memoryUsedMiB
Optional

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.

integer As int64 As int64
memoryLimitMiB
Optional

The total amount of reserved and unreserved memory resources allocated in MiB.

integer As int64 As int64
cpuReservationUsedMHz
Optional

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.

integer As int64 As int64
cpuReservationMHz
Optional

The total amount of CPU resources reserved in MHz.

integer As int64 As int64
cpuUsedMHz
Optional

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.

integer As int64 As int64
cpuLimitMHz
Optional

The total amount of reserved and unreserved CPU resources allocated in MHz.

Returned By