Data Object - VsanDiskResourceCheckResult(vim.vsan.DiskResourceCheckResult)

Property of
VsanDiskGroupResourceCheckResult
Extends
EntityResourceCheckDetails
Since
vSAN API 6.8.7

Data Object Description

The vSAN disk level resource check report. 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.

Properties

Name Type Description
None
Properties inherited from EntityResourceCheckDetails
additionalRequiredCapacity, capacity, components, isNew, maxComponents, name, postOperationCapacity, postOperationUsedCapacity, usedCapacity, uuid
Properties inherited from DynamicData
None

Show WSDL type definition