NamespaceSummaryResourceAllocation
NamespaceSummaryResourceAllocation
Compute resources allocated to a zone.
JSON Example
{
"memoryLimitMiB": 0,
"memoryReservationMiB": 0,
"cpuLimitMHz": 0,
"cpuReservationMHz": 0,
"vmClassReservations": [
{
"virtualMachineClassName": "string",
"count": 0
}
]
}
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 VDC.
integer As int64
As int64
cpuReservationMHz
Optional
Constraints:
minimum: 0
CPU reservation (in MHz) for a zone for the VDC.
vmClassReservations
Optional
Collection of Virtual Machine classes to its number of reserved instances for this namespace.