VsanNetworkPeerHealthResult

VsanNetworkPeerHealthResult
VsanNetworkPeerHealthResult

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

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "peer": "string",
    "peerHostname": "string",
    "peerVmknicName": "string",
    "smallPingTestSuccessPct": 0,
    "largePingTestSuccessPct": 0,
    "maxLatencyUs": 0,
    "onSameIpSubnet": false,
    "sourceVmknicName": "string",
    "connectivityHealthState": "string",
    "missingHeartBeatCount": 0
}
string
peer
Optional

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'.

string
peerHostname
Optional

Indicates the host which the IP 'peer' belongs to

string
peerVmknicName
Optional

Indicates the vmknic which the IP 'peer' is bound to

integer As int32 As int32
smallPingTestSuccessPct
Optional

Percentage of small ping packets that were successfully exchanged.

integer As int32 As int32
largePingTestSuccessPct
Optional

Percentage of large ping packets that were successfully exchanged.

integer As int64 As int64
maxLatencyUs
Optional

Maximum roundtrip latency in microseconds

boolean
onSameIpSubnet
Optional

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.

string
sourceVmknicName
Optional

indicates which vmknic on local system the network ping check was using.

string
connectivityHealthState
Optional

Indicates connectivity state with peer.

See also VsanPeerHostConnectivityHealthStateEnum.

integer As int32 As int32
missingHeartBeatCount
Optional

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.