ProviderVdcProjection

ProviderVdcProjection
ProviderVdcProjection

An object representing details of a PVDC projection to an organization.

AllOf
This class requires all of the following:
JSON Example
{
    "projectedName": "string",
    "projectedDescription": "string",
    "id": "string",
    "org": {
        "name": "string",
        "id": "string"
    },
    "projectedEntity": {
        "name": "string",
        "id": "string"
    },
    "memoryCapacityMB": 0,
    "memoryReservationCapacityMB": 0,
    "cpuCapacityMHz": 0,
    "cpuReservationCapacityMHz": 0,
    "maxVcpuSpeedMHz": 0
}