vSAN Management API
| Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |
Data Object - VsanObjectOverallHealth(vim.host.VsanObjectOverallHealth)
- Property of
- VsanClusterHealthSummary, VsanFileServiceShareHealthSummary, VsanObjectIdentityAndHealth
- Returned by
- VsanHostQueryObjectHealthSummary
- Extends
- DynamicData
- See also
- VsanObjectHealth, VsanStorageComplianceResult
- Since
- vSphere API Release 5.5
Data Object Description
The vSAN overall object health includes health status for each of object and the object version compliance statusProperties
Name | Type | Description |
---|---|---|
globalDedupStoreHealth* | xsd:string |
The global dedup store health that is value of the enum type
vim.host.VsanObjectHealthState.
Global dedup store contains some hash objects and chunk objects, and the
global dedup store health is an aggregation of each hash and chunk object
health.
Health will always pick the most serious hash or chunk object health as
the global dedup store health.
Since 9.0.0.0 |
objectFormatChangeRequiredUuids* | xsd:string[] |
The vSAN objects which need object layout format change
to get capacity improvement
Since 7.2 |
objectHealthDetail* | VsanObjectHealth[] |
The object health list each of which includes the health status, the number of
objects on this health status and the object UUID list.
|
objectsComplianceDetail* | VsanStorageComplianceResult[] |
The vSAN objects profile compliance check result
Since vSAN 6.7U1 |
objectsRelayoutBytes* | xsd:long |
The total bytes for objects need relayout
Since 7.2 |
objectVersionCompliance* | xsd:boolean |
True to indicate all of the objects have compliant object version with the latest
supported vSAN disk format. The latest vSAN disk format version should
be version 4 and the vSAN disk upgrade is needed when this flag is false
|
Properties inherited from DynamicData | ||
None |
Show WSDL type definition
Top of page | Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |