VsanStoragePoolDiskResourceCheckResult

VsanStoragePoolDiskResourceCheckResult
VsanStoragePoolDiskResourceCheckResult

The vSAN disk level resource check report for disks in a storage pool.

It includes basic disk info, current disk usage and the predicted disk usage after the queried operation is performed EntityResourceCheckDetails. For example, if the queried resource check is for host enter maintenance mode operation, vSAN will simulate the disk usage after the queried host enters maintenance mode. This will provide user a sense of what the disk usage will look like if the queried operation is carried out. If isNew is true, this is a new disk suggested to be added by vSAN simulation for more resources to make the operation succeed. In this case, currentUsage will be 0 and postOperationUsage will show how the new disk will be used assuming the queried operation is done from vSAN simulation. If isNew is false, this is an existing disk in the current cluster. postOperationUsage will give the usage of the disk assuming the queried operation is done from vSAN simulation.

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,
    "diskType": "string"
}
string
diskType
Optional

Represents storage pool disk type.

Refer to StoragePoolDiskTypeEnum

See also StoragePoolDiskTypeEnum.