NamespaceSummaryResourceAllocation
Compute resources allocated to a zone.
{
"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
}
Allocated memory limit (in mebibytes) for a zone for the namespace.
Memory reservation (in mebibytes) for a zone for the namespace.
Allocated CPU limit (in MHz) for a zone for the namespace.
CPU reservation (in MHz) for a zone for the namespace.
Collection of Virtual Machine classes to its number of reserved instances for this namespace.
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
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
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
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
Memory used (in mebibytes) for a zone for the namespace.
CPU used (in MHz) for a zone for the namespace.
Whether this zone is marked for removal or not.