NamespaceSummaryResourceAllocation

NamespaceSummaryResourceAllocation
NamespaceSummaryResourceAllocation

Compute resources allocated to a zone.

JSON Example
{
    "memoryLimitMiB": 0,
    "memoryReservationMiB": 0,
    "cpuLimitMHz": 0,
    "cpuReservationMHz": 0,
    "vmClassReservations": [
        {
            "virtualMachineClassName": "string",
            "count": 0,
            "usedCount": 0
        }
    ],
    "realizedMemoryLimitMiB": 0,
    "realizedMemoryReservationMiB": 0,
    "realizedCpuLimitMHz": 0,
    "realizedCpuReservationMHz": 0,
    "memoryUsedMiB": 0,
    "cpuUsedMHz": 0,
    "markedForRemoval": false
}
integer As int64 As int64
memoryLimitMiB
Required
Constraints: minimum: 1

Allocated memory limit (in mebibytes) for a zone for the namespace.

integer As int64 As int64
memoryReservationMiB
Optional
Constraints: minimum: 0

Memory reservation (in mebibytes) for a zone for the namespace.

integer As int64 As int64
cpuLimitMHz
Required
Constraints: minimum: 1

Allocated CPU limit (in MHz) for a zone for the namespace.

integer As int64 As int64
cpuReservationMHz
Optional
Constraints: minimum: 0

CPU reservation (in MHz) for a zone for the namespace.

vmClassReservations
Optional

Collection of Virtual Machine classes to its number of reserved instances for this namespace.

integer As int64 As int64
realizedMemoryLimitMiB
Optional
Constraints: minimum: 0

Realized memory limit (in mebibytes) for a zone for the namespace. In a fully realized namespace (with Status READY) this value should be equal to the value in field memoryLimitMiB

integer As int64 As int64
realizedMemoryReservationMiB
Optional
Constraints: minimum: 0

Realized memory reservation (in mebibytes) for a zone for the namespace. In a fully realized namespace (with status READY) this value should be equal to the value in field memoryReservationMiB

integer As int64 As int64
realizedCpuLimitMHz
Optional
Constraints: minimum: 0

Realized CPU limit (in MHz) for a zone for the namespace. In a fully realized namespace (with status READY) this value should be equal to the value in field cpuLimitMHz

integer As int64 As int64
realizedCpuReservationMHz
Optional
Constraints: minimum: 0

Realized CPU reservation (in MHz) for a zone for the namespace. In a fully realized namespace (with status READY) this value should be equal to the value in field cpuReservationMHz

integer As int64 As int64
memoryUsedMiB
Optional
Constraints: minimum: 0

Memory used (in mebibytes) for a zone for the namespace.

integer As int64 As int64
cpuUsedMHz
Optional
Constraints: minimum: 0

CPU used (in MHz) for a zone for the namespace.

boolean
markedForRemoval
Optional

Whether this zone is marked for removal or not.