Data Object - VsanHostHealthSystemVersionResult(vim.cluster.VsanHostHealthSystemVersionResult)

Property of
VsanClusterHealthSystemVersionResult
Extends
DynamicData
See also
LocalizedMethodFault
Since
vSphere API 5.5

Data Object Description

The vSAN health service version information for a single ESX host. The error field will show the reason for host not connected or without vSAN health service installed.

Properties

Name Type Description
error*LocalizedMethodFault

This field will be set only when the query fails, it stores the error message for querying vSAN health service version to a host.
hostnamexsd:string

The name of the host
version*xsd:string

Version number string of vSAN health service of host. If vSAN health service is not installed on this host, the version value returned will be '0.0', and an error message will be set in error field of this model. The field will be unset if the query fails except the case that the service is not install on this host.
Properties inherited from DynamicData
None
*Need not be set
Show WSDL type definition