StorageContainers

StorageContainers
StorageContainers

A list of Storage Containers.

AllOf
This class requires all of the following:
JSON Example
{
    "resultTotal": 0,
    "pageCount": 0,
    "page": 0,
    "pageSize": 0,
    "associations": [
        {
            "entityId": "string",
            "associationId": "string"
        }
    ],
    "values": [
        {
            "id": "string",
            "name": "string",
            "datastoreType": "string",
            "isDatastoreCluster": false,
            "isEnabled": false,
            "isDeleted": false,
            "moref": "string",
            "vcRef": {
                "name": "string",
                "id": "string"
            },
            "totalStorageMb": 0,
            "usedStorageMb": 0,
            "provisionedStorageMb": 0,
            "iopsCapacity": 0,
            "isDistributed": false,
            "distributionHealth": "string"
        }
    ]
}