VsanNetworkPeerHealthResult
Information about the network health of another host as seen by the local host.
{
"_typeName": "string",
"peer": "string",
"peerHostname": "string",
"peerVmknicName": "string",
"smallPingTestSuccessPct": 0,
"largePingTestSuccessPct": 0,
"maxLatencyUs": 0,
"onSameIpSubnet": false,
"sourceVmknicName": "string",
"connectivityHealthState": "string",
"missingHeartBeatCount": 0
}
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'.
Indicates the host which the IP 'peer' belongs to
Indicates the vmknic which the IP 'peer' is bound to
Percentage of small ping packets that were successfully exchanged.
Percentage of large ping packets that were successfully exchanged.
Maximum roundtrip latency in microseconds
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.
indicates which vmknic on local system the network ping check was using.
Indicates connectivity state with peer.
See also VsanPeerHostConnectivityHealthStateEnum.
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.