vSAN Management API
| Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |
Data Object - VsanPhysicalDiskHealthSummary(vim.host.VsanPhysicalDiskHealthSummary)
- Property of
- VsanClusterHealthSummary
- Returned by
- VsanHostQueryPhysicalDiskHealthSummary, VsanQueryClusterPhysicalDiskHealthSummary
- Extends
- DynamicData
- See also
- LocalizedMethodFault, VsanPhysicalDiskHealth, VsanResourceHealth
- Since
- vSphere API Release 5.5
Data Object Description
This class encapsulates the vSAN physical disk health check result for all of disks in the hostProperties
Name | Type | Description |
---|---|---|
componentsWithIssues* | VsanResourceHealth[] |
It includes all of vSAN components whose health status is not in green
|
disks* | VsanPhysicalDiskHealth[] |
Per physical disk health result on the host
|
error* | LocalizedMethodFault |
If error is set, it means that collection of physical disk info failed on this host
|
heapsWithIssues* | VsanResourceHealth[] |
It includes all of vSAN heaps whose usage health is not green. The health
status will be red if the percentage of used heap space is larger 95%, the
health status will be yellow if the percentage is in between of 75% and 95%.
|
hostDedupScope* | xsd:int |
The dedup scope configuration on the host. The value 0 indicate there is no dedup
enabled, 1 indicates the dedup scope is in disk wide and 2 indicates the dedup
scope is in disk group wide.
|
hostname* | xsd:string |
The host name
|
overallHealth | xsd:string |
The overall health status. It's the aggregated health from all of disk's
health status. All of possible values are red, yellow and green.
|
slabsWithIssues* | VsanResourceHealth[] |
It includes all of vSAN slabs whose usage health is not green. The health status
will be red if the usage percentage is larger 95% and the health status will be yellow
if the percentage is in between of 75% and 95%
|
Properties inherited from DynamicData | ||
None |
Show WSDL type definition
Top of page | Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |