Data Object - VsanClusterHealthSystemVersionResult(vim.cluster.VsanClusterHealthSystemVersionResult)

Property of
VsanClusterHealthSummary
Returned by
VsanQueryClusterHealthSystemVersions, VsanVcClusterQueryVerifyHealthSystemVersions
Extends
DynamicData
See also
VsanHostHealthSystemVersionResult
Since
vSphere API 5.5

Data Object Description

Result for querying vSAN health service version for a cluster level. It will contain information for all of the hosts in the cluster or the hosts list passed as parameter for the version query method.

Properties

Name Type Description
hostResults*VsanHostHealthSystemVersionResult[]

The version information for all the hosts requested includes disconnected hosts and hosts without response.
issueFoundxsd:boolean

True if the vSAN health service versions are inconsistent or query fails on some host.
upgradePossible*xsd:boolean

True if the vSAN health service version can be upgraded on at least one host. Takes into account which upgrade paths are supported, not just if the version is outdated.

Since vSAN API 6.6
vcVersion*xsd:string

Return vSAN health service version number string on vCenter Server side. If the query is not requested from vCenter Server, it will be unset.
Properties inherited from DynamicData
None
*Need not be set
Show WSDL type definition