Data Object - VsanClusterWhatifHostFailuresResult(vim.cluster.VsanClusterWhatifHostFailuresResult)

Property of
VsanClusterLimitHealthResult
Extends
DynamicData
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
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
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
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