Package org.netxms.client.topology
Class Route
java.lang.Object
org.netxms.client.topology.Route
IP route
- 
Constructor Details- 
RouteCreate route object from NXCP message- Parameters:
- msg- NXCP message
- baseId- object base id
 
 
- 
- 
Method Details- 
getDestination- Returns:
- the destination
 
- 
getNextHop- Returns:
- the nextHop
 
- 
getIfIndexpublic int getIfIndex()- Returns:
- the ifIndex
 
- 
getIfNameGet interface name.- Returns:
- interface name
 
- 
getTypepublic int getType()- Returns:
- the type
 
- 
getMetricpublic int getMetric()- Returns:
- the metric
 
- 
getProtocol- Returns:
- the protocol
 
- 
toString
 
-