VsanDiskGroupResourceCheckResult

VsanDiskGroupResourceCheckResult
VsanDiskGroupResourceCheckResult

The vSAN disk group level resource check report.

It includes the resource check result of all disks in the disk group. Please see VsanDiskResourceCheckResult for disk resource check details. If isNew is true, this is a new disk group suggested to be added by vSAN simulation for more resources to make the operation succeed. In this case, isNew for all disks in this disk-group is also true.

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,
    "cacheTierDisk": {
        "_typeName": "string",
        "name": "string",
        "uuid": "string",
        "isNew": false,
        "capacity": 0,
        "postOperationCapacity": 0,
        "usedCapacity": 0,
        "postOperationUsedCapacity": 0,
        "additionalRequiredCapacity": 0,
        "maxComponents": 0,
        "components": 0
    },
    "capacityTierDisks": [
        {
            "_typeName": "string",
            "name": "string",
            "uuid": "string",
            "isNew": false,
            "capacity": 0,
            "postOperationCapacity": 0,
            "usedCapacity": 0,
            "postOperationUsedCapacity": 0,
            "additionalRequiredCapacity": 0,
            "maxComponents": 0,
            "components": 0
        }
    ]
}
cacheTierDisk
Optional

The detailed resource check result for the cache tier disk in the disk group.

capacityTierDisks
Optional

The detailed resource check result for the capacity tier disks in the disk group.