Data Object - VsanClusterLimitHealthResult(vim.cluster.VsanClusterLimitHealthResult)

Property of
VsanClusterHealthSummary
Returned by
VsanQueryClusterCheckLimits
Extends
DynamicData
See also
VsanClusterWhatifHostFailuresResult, VsanLimitHealthResult
Since
vSphere API 5.5

Data Object Description

This class encapsulates the result of vSAN cluster limit health

Properties

Name Type Description
componentLimitHealthxsd: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
diskFreeSpaceHealthxsd: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
hostResults*VsanLimitHealthResult[]

Per host results. Hosts for which the limit check failed will not be included.
hostsCommFailure*xsd:string[]

Indicates names of hosts which are not able to communicate with
issueFoundxsd:boolean

Whether any health issue was found
rcFreeReservationHealthxsd: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
whatifHostFailures*VsanClusterWhatifHostFailuresResult[]

Simulation results for 0, 1 or more host failures.
Properties inherited from DynamicData
None
*Need not be set
Show WSDL type definition