Data Object - VsanClusterWhatifHostFailuresResult(vim.cluster.VsanClusterWhatifHostFailuresResult)

Property of
VsanClusterLimitHealthResult
Extends
DynamicData
See also
VsanCapacityReservationInfo, VsanHealthThreshold
Since
vSphere API 5.5

Data Object Description

This class encapsulates the result of vSAN cluster capacity and limit health by simulating one or more hosts failure

Properties

Name Type Description
capacityReservationInfo*VsanCapacityReservationInfo

Indicates the capacity reservation info, VsanCapacityReservationInfo.

Since vSAN API vSAN 7.0U1
componentLimitHealth*xsd:string

The component usage health status. The status will be red if the used of component number exceeds 90% of total component number limit, the status will be yellow if it exceeds 80% of total component number and it will be green if it's less than 80% of total component number
diskFreeSpaceHealth*xsd:string

The disk usage health status. The status will be red if the used disk space is larger than 90% of total space, the status will be yellow if it's larger than 70% of total space and it will be green if it's less than 70% of total space
diskSpaceThreshold*VsanHealthThreshold

Indicates the yellow or red threshold, in bytes, for the 'disk space' health check. The thresholds are computed based on current cluster's capacity reservation info.

Since vSAN API vSAN 7.0U1
numFailuresxsd:long

The number of simulated host failures
rcFreeReservationHealth*xsd:string

The read cache reservation health status. The status will be red if the reserved read cache space is larger than 90% of total space, the status will be yellow if it's larger than 70% of total space and it will be green if it's less than 70% of total space
slackSpaceCapRequired*xsd:long

The total space required by the vSAN internal operations like policy reconfiguration and we expect user to reserve this in cluster.

Since vSAN API 7.2
totalCapacityBxsd:long

The total vSAN capacity in byte. It's the total of physical space which can be used for writing data including any of user data, metadata and the overhead data
totalComponentsxsd:long

The maximum number of components
totalRcReservationBxsd:long

The total read cache reservation in bytes
totalRcSizeBxsd:long

The total read cache size in byes
totalUsedCapacityBxsd:long

The total physically used capacity in bytes aggregating from all of disks of all of available hosts. The physically used capacity for vSAN disk is defined as the maximum value between reserved capacity and data size physically written into the disk
usedComponentsxsd:long

The number of used components
Properties inherited from DynamicData
None
*Need not be set
Show WSDL type definition