Data Object - VsanClusterProactiveTestResult(vim.cluster.VsanClusterProactiveTestResult)

Property of
VsanClusterCreateVmHealthTestResult, VsanClusterNetworkLoadTestResult, VsanClusterVmdkLoadTestResult
Extends
DynamicData
See also
VsanClusterHealthTest
Since
vSphere API 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 results should avoid parsing this structure because it is meant for UI consumption and the content will change to improve user experience.
overallStatusxsd:string

The overall proactive test result status enumeration. The all possible values are 'green', 'yellow', 'red', 'unknown', or 'info'.
overallStatusDescriptionxsd:string

A human readable, short description of the overall status result to let user know the potential problem in the first glance.
timestampxsd:dateTime

The time when the test was performed.
Properties inherited from DynamicData
None
*Need not be set
Show WSDL type definition