public abstract class IpRouteCollectorEntry extends SnmpStore
Modifier and Type | Field and Description |
---|---|
static int |
IP_ROUTE_ACTIVE_STATUS |
static String |
IP_ROUTE_AGE |
static String |
IP_ROUTE_DEST |
static String |
IP_ROUTE_IFINDEX |
static String |
IP_ROUTE_INFO |
static String |
IP_ROUTE_MASK |
static String |
IP_ROUTE_METRIC1 |
static String |
IP_ROUTE_METRIC2 |
static String |
IP_ROUTE_METRIC3 |
static String |
IP_ROUTE_METRIC4 |
static String |
IP_ROUTE_METRIC5 |
static String |
IP_ROUTE_NXTHOP |
static String |
IP_ROUTE_PROTO |
static String |
IP_ROUTE_STATUS |
static String |
IP_ROUTE_TYPE |
ms_elemList
IFINDEX
Modifier | Constructor and Description |
---|---|
protected |
IpRouteCollectorEntry(NamedSnmpVar[] list) |
Modifier and Type | Method and Description |
---|---|
Integer |
getIpRouteAge() |
InetAddress |
getIpRouteDest() |
Integer |
getIpRouteIfIndex() |
String |
getIpRouteInfo() |
InetAddress |
getIpRouteMask() |
Integer |
getIpRouteMetric1() |
Integer |
getIpRouteMetric2() |
Integer |
getIpRouteMetric3() |
Integer |
getIpRouteMetric4() |
Integer |
getIpRouteMetric5() |
InetAddress |
getIpRouteNextHop() |
Integer |
getIpRouteProto() |
Integer |
getIpRouteStatus() |
Integer |
getIpRouteType() |
OnmsIpRouteInterface |
getOnmsIpRouteInterface(OnmsIpRouteInterface ipRouteInterface) |
getElementListSize, getElements, storeResult
getDisplayString, getHexString, getIfIndex, getInt32, getIPAddress, getObjectID, getUInt32, getValue, isEmpty, putIfIndex, putValue, size
public static final int IP_ROUTE_ACTIVE_STATUS
public static final String IP_ROUTE_DEST
public static final String IP_ROUTE_IFINDEX
public static final String IP_ROUTE_METRIC1
public static final String IP_ROUTE_METRIC2
public static final String IP_ROUTE_METRIC3
public static final String IP_ROUTE_METRIC4
public static final String IP_ROUTE_NXTHOP
public static final String IP_ROUTE_TYPE
public static final String IP_ROUTE_PROTO
public static final String IP_ROUTE_AGE
public static final String IP_ROUTE_MASK
public static final String IP_ROUTE_METRIC5
public static final String IP_ROUTE_INFO
public static final String IP_ROUTE_STATUS
protected IpRouteCollectorEntry(NamedSnmpVar[] list)
public InetAddress getIpRouteDest()
public Integer getIpRouteIfIndex()
public Integer getIpRouteMetric1()
public Integer getIpRouteMetric2()
public Integer getIpRouteMetric3()
public Integer getIpRouteMetric4()
public InetAddress getIpRouteNextHop()
public Integer getIpRouteType()
public Integer getIpRouteProto()
public Integer getIpRouteAge()
public InetAddress getIpRouteMask()
public Integer getIpRouteMetric5()
public String getIpRouteInfo()
public Integer getIpRouteStatus()
public OnmsIpRouteInterface getOnmsIpRouteInterface(OnmsIpRouteInterface ipRouteInterface)
Copyright © 2015. All rights reserved.