Vdc_resourceAllocation

Vdc_resourceAllocation
Vdc_resourceAllocation

Compute resources allocated to this zone.

JSON Example
{
    "memoryLimitMiB": 0,
    "memoryReservationMiB": 0,
    "cpuLimitMHz": 0,
    "cpuReservationMHz": 0
}
integer As int64 As int64
memoryLimitMiB
Required
Constraints: minimum: 1

Allocated memory limit (in mebibytes) for this zone for the VDC.

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

Memory reservation (in mebibytes) for this zone for the VDC.

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

Allocated CPU limit (in MHz) for this zone for the VDC.

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

CPU reservation (in MHz) for this zone for the VDC.