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
.
{
"_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
}
]
}
The detailed resource check result for the cache tier disk in the disk group.
The detailed resource check result for the capacity tier disks in the disk group.