InlineProviderVdcProjection1

InlineProviderVdcProjection1
InlineProviderVdcProjection1
JSON Example
{
    "memoryCapacityMB": 0,
    "memoryReservationCapacityMB": 0,
    "cpuCapacityMHz": 0,
    "cpuReservationCapacityMHz": 0,
    "maxVcpuSpeedMHz": 0
}
integer As int64 As int64
memoryCapacityMB
Optional

Total memory resources in MB available to this PVDC. Null means UNLIMITED memory. For provider VDCs seen from System organization, this field represents the actual memory capacity of the Clusters/Resource Pools backing this PVDC. For PVDCs seen from a sub-provider Organization's context, this field shows the memory capacity projected to this organization. If non-null, the minimum value is 1 MB.

integer As int64 As int64
memoryReservationCapacityMB
Optional

Total memory reservation resources in MB available to this PVDC. Null means UNLIMITED memory reservation resources. For provider VDCs seen from System organization, this field represents the actual memory reservation capacity of the Clusters/Resource Pools backing this PVDC. For PVDCs seen from a sub-provider Organization's context, this field shows the memory reservation capacity projected to this organization. If non-null, the minimum value is 0 MB.

integer As int64 As int64
cpuCapacityMHz
Optional

Total CPU resources in MHz available to this PVDC. Null means UNLIMITED CPU resources. For provider VDCs seen from System organization, this field represents the actual CPU capacity of the Clusters/Resource Pools backing this PVDC. For PVDCs seen from a sub-provider Organization's context, this field shows the CPU capacity projected to this organization. If non-null, the minimum value is 1 MHz.

integer As int64 As int64
cpuReservationCapacityMHz
Optional

Total CPU reservation resources in MHz available to this PVDC. Null means UNLIMITED CPU reserved resources. For provider VDCs seen from System organization, this field represents the actual CPU reservation capacity of the Clusters/Resource Pools backing this PVDC. For PVDCs seen from a sub-provider Organization's context, this field shows the CPU reservation capacity projected to this organization. If non-null, the minimum value is 0 MHz.

integer As int64 As int64
maxVcpuSpeedMHz
Optional

Maximum vCPU speed in MHz allowed in this PVDC. Null means no restriction. When defined, this field acts as a barrier for vCPU speed defined in each VDC created from this PVDC. If non-null, the minimum value is 1000 MHz. Example: If this field value is 2000, then in this PVDC, no VDC can be created with a vCPU speed higher than 2000.