vSAN Management API


Data Object - VsanClusterGlobalDedupHealthSummary(vim.cluster.VsanClusterGlobalDedupHealthSummary)

Property of
VsanClusterHealthSummary
Extends
DynamicData
See also
VsanHostGlobalDedupConfigHealthSummary
Since
9.0.0.0

Data Object Description

This class defines the global dedup health summary in cluster level. The global dedup health summary is aggregated from each host across the cluster, and it includes 2 parts: host global dedup config health and global dedup store health.

Properties

Name Type Description
dedupConfigHealth*VsanHostGlobalDedupConfigHealthSummary[]

The global dedup config health for all hosts.
dedupStoreHealth*xsd:string

The global dedup store health that is the value of enum type vim.host. VsanObjectHealthState. The values are as below.
health Condition
'inaccessible' If the most serious store object health is 'inaccessible'
'reducedavailabilitywithactiverebuild' If the most serious store object health is 'reducedavailabilitywithactiverebuild'
'reducedavailabilitywithnorebuilddelaytimer' If the most serious store object health is 'reducedavailabilitywithnorebuilddelaytimer'
'reducedavailabilitywithpolicypending' If the most serious store object health is 'reducedavailabilitywithpolicypending'
'reducedavailabilitywithpolicypendingfailed' If the most serious store object health is 'reducedavailabilitywithpolicypendingfailed'
'reducedavailabilitywithpausedrebuild' If the most serious store object health is 'reducedavailabilitywithpausedrebuild'
'reducedavailabilitywithnorebuild' If the most serious store object health is 'reducedavailabilitywithnorebuild'
'nonavailabilityrelatedreconfig' If the most serious store object health is 'nonavailabilityrelatedreconfig'
'nonavailabilityrelatedincompliancewithpolicypending' If the most serious store object health is 'nonavailabilityrelatedincompliancewithpolicypending'
'nonavailabilityrelatedincompliancewithpolicypendingfailed' If the most serious store object health is 'nonavailabilityrelatedincompliancewithpolicypendingfailed'
'nonavailabilityrelatedincompliancewithpausedrebuild' If the most serious store object health is 'nonavailabilityrelatedincompliancewithpausedrebuild'
'nonavailabilityrelatedincompliance' If the most serious store object health is 'nonavailabilityrelatedincompliance'
'datamove' If the most serious store object health is 'datamove'
'remoteAccessible' If the most serious store object health is 'remoteAccessible'
'healthy' If the most serious store object health is 'healthy'

Properties inherited from DynamicData
None
*Need not be set
Show WSDL type definition