Class HopInfo

java.lang.Object
org.netxms.client.topology.HopInfo

public class HopInfo extends Object
Information about single hop in network path
  • Field Details

  • Constructor Details

    • HopInfo

      protected HopInfo(NXCPMessage msg, long baseId)
      Create hop info object from NXCP message
      Parameters:
      msg - NXCP message
      baseId - base variable ID
  • Method Details

    • getNodeId

      public long getNodeId()
      Returns:
      the nodeId
    • getNextHop

      public InetAddress getNextHop()
      Returns:
      the nextHop
    • getIfIndex

      public int getIfIndex()
      Returns:
      the ifIndex
    • getType

      public int getType()
      Returns:
      the isVpn
    • getName

      public String getName()
      Returns:
      the name