Zone

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

JSON Example undefined undefined
{
    "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
}
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 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.

integer As int64 As int64
memoryReservationMiB
Optional

The amount of reserved memory resources reserved in MiB.

integer As int64 As int64
maxNamespaceMemoryReservationMiB
Optional

The max amount of memory reservation that can be used to create a namespace in a zone

integer As int64 As int64
memoryUsedMiB
Optional

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.

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

integer As int64 As int64
cpuReservationMHz
Optional

The total amount of CPU resources reserved in MHz.

integer As int64 As int64
maxNamespaceCpuReservationMHz
Optional

The max amount of CPU reservation that can be used to create a namespace in a zone

integer As int64 As int64
cpuUsedMHz
Optional

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.

integer As int64 As int64
cpuLimitMHz
Optional

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

Returned By