vSAN Management API


Data Object - VsanNetworkPeerHealthResult(vim.host.VsanNetworkPeerHealthResult)

Property of
VsanNetworkHealthResult, VsanServerClusterInfo
Extends
DynamicData
Since
vSphere API Release 5.5

Data Object Description

Information about the network health of another host as seen by the local host.

Properties

Name Type Description
connectivityHealthState*xsd:string

Indicates connectivity state with peer.
See VsanPeerHostConnectivityHealthState

Since 8.0.0.3
largePingTestSuccessPct*xsd:int

Percentage of large ping packets that were successfully exchanged.
maxLatencyUs*xsd:long

Maximum roundtrip latency in microseconds
missingHeartBeatCount*xsd:int

Heartbeat missing counter for the connectivity check of vSAN client network. The range for values for missingHeartBeatCount is between 0 to 10, where 10 means vmknic connection is down. This value is only meaningful when vSAN MAX client network is enabled.

Since 9.0.0.0
onSameIpSubnet*xsd:boolean

Whether or not the peer IP address is on the same IP subnet as the local host. This is a pure configuration check based on local IP and subnet mask. See ping tests for real information about connectivity.
peer*xsd:string

IP address of the peer host used for testing network health. A peer host may have multiple and this one may not be the 'primary'.
peerHostname*xsd:string

Indicates the host which the IP 'peer' belongs to
peerVmknicName*xsd:string

Indicates the vmknic which the IP 'peer' is bound to
smallPingTestSuccessPct*xsd:int

Percentage of small ping packets that were successfully exchanged.
sourceVmknicName*xsd:string

indicates which vmknic on local system the network ping check was using.
Properties inherited from DynamicData
None
*Need not be set
Show WSDL type definition