Data Object - VsanDiskGroupResourceCheckResult(vim.vsan.DiskGroupResourceCheckResult)

Property of
VsanHostResourceCheckResult
Extends
EntityResourceCheckDetails
See also
VsanDiskResourceCheckResult
Since
vSAN API 6.8.7

Data Object Description

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 vim.vsan.DiskGroupResourceCheckResult#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, vim.vsan.DiskResourceCheckResult#isNew for all disks in this disk-group is also true.

Properties

Name Type Description
cacheTierDisk*VsanDiskResourceCheckResult

The detailed resource check result for the cache tier disk in the disk group.
capacityTierDisks*VsanDiskResourceCheckResult[]

The detailed resource check result for the capacity tier disks in the disk group.
Properties inherited from EntityResourceCheckDetails
additionalRequiredCapacity, capacity, components, isNew, maxComponents, name, postOperationCapacity, postOperationUsedCapacity, usedCapacity, uuid
Properties inherited from DynamicData
None
*Need not be set
Show WSDL type definition