Data Object - VsanClusterHealthGroup(vim.cluster.VsanClusterHealthGroup)

Property of
VsanClusterHealthSummary
Extends
DynamicData
See also
VsanClusterHealthResultBase, VsanClusterHealthTest
Since
vSphere API 5.5

Data Object Description

This class defines vSAN cluster health group result. The vSAN health check results with the same category will be grouped into a group result, which include the group name and ID, group health which is aggregated from each of health check item and the health check details

Properties

Name Type Description
groupDetails*VsanClusterHealthResultBase[]


groupHealthxsd:string

The group health status aggregating from each of health check item. All of possible health status ordering in severity level are "red, yellow, info, unknown, green". The aggregated group health status will be the most severe status in each of sub health check item
groupIdxsd:string

The health check group ID. It's the identifier for a group of the vSAN health check result and will keep stable for future releases
groupNamexsd:string

The health check group name. It will be used as UI label to show the name of the grouped health check result
groupTests*VsanClusterHealthTest[]

The health check results for each of check item in the group
Properties inherited from DynamicData
None
*Need not be set
Show WSDL type definition