VsanStoragePoolResourceCheckResult

VsanStoragePoolResourceCheckResult
VsanStoragePoolResourceCheckResult

The vSAN storage pool level resource check report.

It includes the resource check result of all disks inside the storage pool on the host. Please see VsanStoragePoolDiskResourceCheckResult for storage pool disk resource check details.

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

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "name": "string",
    "uuid": "string",
    "isNew": false,
    "capacity": 0,
    "postOperationCapacity": 0,
    "usedCapacity": 0,
    "postOperationUsedCapacity": 0,
    "additionalRequiredCapacity": 0,
    "maxComponents": 0,
    "components": 0,
    "disks": [
        {
            "_typeName": "string",
            "name": "string",
            "uuid": "string",
            "isNew": false,
            "capacity": 0,
            "postOperationCapacity": 0,
            "usedCapacity": 0,
            "postOperationUsedCapacity": 0,
            "additionalRequiredCapacity": 0,
            "maxComponents": 0,
            "components": 0,
            "diskType": "string"
        }
    ]
}
disks
Optional

The detailed resource check result for the disks in the storage pool.