ProviderVdcStoragePolicyProjection

ProviderVdcStoragePolicyProjection
ProviderVdcStoragePolicyProjection

Provider VDC storage policy projection entity. The projected name will have the same value as the Provider VDC storage policy name.

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"
    },
    "providerVdcRef": {
        "name": "string",
        "id": "string"
    },
    "totalCapacityMb": 2048
}