NamespaceSummaryZonalResourceAllocation

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,
                "usedCount": 0
            }
        ],
        "realizedMemoryLimitMiB": 0,
        "realizedMemoryReservationMiB": 0,
        "realizedCpuLimitMHz": 0,
        "realizedCpuReservationMHz": 0,
        "memoryUsedMiB": 0,
        "cpuUsedMHz": 0,
        "markedForRemoval": false
    },
    "errorMessage": "string",
    "realizedStatus": "string"
}
zone
Required

Entity reference used to describe VCD entities

resourceAllocation
Required

Compute resources allocated to a zone.

string
errorMessage
Optional
Constraints: maxLength: 4096

Error message specific to this zone within the namespace. Content varies based on user role:

  • System administrators see detailed technical information
  • Organization users see user-friendly messages
string
realizedStatus
Optional

The realized status (SUCCESS, ERROR) of the zone within a namespace

Property Of