DatastoreBackingPoolMapping

DatastoreBackingPoolMapping
DatastoreBackingPoolMapping

This data object represents the result of queryDatastoreBackingPoolMapping API.

More than one datastore can map to the same set of BackingStoragePool.

This structure may be used only with operations rendered under /sms.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "datastore": [
        {
            "_typeName": "string",
            "type": "string",
            "value": "string"
        }
    ],
    "backingStoragePool": [
        {
            "_typeName": "string",
            "uuid": "string",
            "type": "string",
            "capacityInMB": 0,
            "usedSpaceInMB": 0
        }
    ]
}
datastore
Required

datastore

backingStoragePool
Optional

backingStoragePool