vSAN Management API
| Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |
Data Object - VsanClusterProactiveTestResult(vim.cluster.VsanClusterProactiveTestResult)
- Property of
- VsanClusterCreateVmHealthTestResult, VsanClusterNetworkLoadTestResult, VsanClusterVmdkLoadTestResult
- Extends
- DynamicData
- See also
- VsanClusterHealthTest
- Since
- vSphere API Release 5.5
Data Object Description
The generic class for vSAN cluster proactive test result.Properties
Name | Type | Description |
---|---|---|
healthTest* | VsanClusterHealthTest |
It's the data driven structure to display the health test result
for purpose of rendering a UI. The structure has a description, health status,
and optionally one or more "details" tables to display additional information
about the test. Programmatic consumption of the health findings should avoid
parsing this structure because it is meant for UI consumption and the content
will change to improve user experience.
|
overallStatus | xsd:string |
The overall proactive test result status enumeration.
The all possible values are 'green', 'yellow', 'red',
'unknown', or 'info'.
|
overallStatusDescription | xsd:string |
A human readable, short description of the overall status result
to let user know the potential problem in the first glance.
|
timestamp | xsd:dateTime |
The time when the test was performed.
|
Properties inherited from DynamicData | ||
None |
Show WSDL type definition
Top of page | Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |