NamespaceSummaryZonalResourceAllocation
NamespaceSummaryZonalResourceAllocation
Compute resources allocated to a zone.
JSON Example
{
"zone": {
"name": "string",
"id": "string"
},
"resourceAllocation": {
"memoryLimitMiB": 0,
"memoryReservationMiB": 0,
"cpuLimitMHz": 0,
"cpuReservationMHz": 0,
"vmClassReservations": [
{
"virtualMachineClassName": "string",
"count": 0
}
]
}
}
resourceAllocation
Required
Compute resources allocated to a zone.