Data Object - VsanClusterNetworkHealthResult(vim.cluster.VsanClusterNetworkHealthResult)

Property of
VsanClusterHealthSummary
Returned by
VsanQueryVerifyClusterNetworkSettings
Extends
DynamicData
See also
VsanClusterNetworkPartitionInfo, VsanNetworkHealthResult, VsanQueryResultHostInfo
Since
vSphere API 5.5

Data Object Description

This class encapsulates the Virtual SAN cluster network health test result

Properties

Name Type Description
hostResults*VsanNetworkHealthResult[]

Per host network health test result in the Virtual SAN cluster
hostsCommFailure*xsd:string[]

The host name list on which the VSAN service cannot cannot communicate with the VSAN service in VC
hostsDisconnected*xsd:string[]

The host name list which are disconnected from VC
hostsInEsxMaintenanceMode*xsd:string[]

The host name list which are in the maintenance mode
hostsInVsanMaintenanceMode*xsd:string[]

The host name list which are in the Virtual SAN maintenance mode
hostsWithVsanDisabled*xsd:string[]

The host name list which are disabled Virtual SAN
infoAboutUnexpectedHosts*VsanQueryResultHostInfo[]

Any additional information about hosts in otherHostsInVsanCluster field will be captured here. If there is no additional info available, then the host will not be listed here.
issueFound*xsd:boolean

Whether any Virtual SAN cluster network health issue was found
largePingTestSuccess*xsd:boolean

True if the network ping test with large package size (9000 bytes) is succeed from all of hosts to all other hosts. The ping test will fail when the ping test between any of two hosts has lost packet
matchingIpSubnets*xsd:boolean

True if all of hosts in the Virtual SAN cluster are in the same network subnets
matchingMulticastConfig*xsd:boolean

True if all of hosts in the Virtual SAN cluster have matched multicast configuration
otherHostsInVsanCluster*xsd:string[]

The hosts UUID list which are in the Virtual SAN cluster but cannot find in the VC cluster
partitions*VsanClusterNetworkPartitionInfo[]

The Virtual SAN cluster patition information
pingTestSuccess*xsd:boolean

True if the network ping test with small package size is succeed from all of hosts to all other hosts. The ping test will fail when the ping test between any of two hosts has lost packet
potentialMulticastIssue*xsd:boolean

True if the Virtual SAN cluster has potential mutlicast issue if any one of the checks fails including if there is Virtual SAN patition, any ping test fails, if the Virtual SAN multicast configuration matches among all of hosts and if there is at lease one Virtual SAN vmknic present for all of hosts
vsanVmknicPresent*xsd:boolean

True if at least one Virtual SAN vmknic is found on the hosts
Properties inherited from DynamicData
None
*Need not be set
Show WSDL type definition