Data Object - VsanNetworkPeerHealthResult(vim.host.VsanNetworkPeerHealthResult)

Property of
VsanNetworkHealthResult
Extends
DynamicData
Since
vSphere API 5.5

Data Object Description

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

Properties

Name Type Description
largePingTestSuccessPct*xsd:int

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

Maximum roundtrip latency in microseconds
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