Data Object - VsanHostHealthSystemVersionResult(vim.cluster.VsanHostHealthSystemVersionResult)

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

Data Object Description

The Virtual SAN health service version information for a single ESX host. The error field will show the reason for host not connected or without Virtual SAN 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 Virtual SAN health service version to a host.
hostnamexsd:string

The name of the host
version*xsd:string

Version number string of Virtual SAN health service of host. If Virtual SAN 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 sevice is not install on this host.
Properties inherited from DynamicData
None
*Need not be set
Show WSDL type definition