public final class CdpInterfaceTableEntry extends SnmpStore
The CdpInterfaceTableEntry class is designed to hold all the MIB-II information for one entry in the .iso.org.dod.internet.private.enterprises.cisco.ciscoMgmt. ciscoCdpMIB.ciscoCdpMIBObjects.cdpInterface.cdpInterfaceTable.cdpInterfaceEntry
This object is used by the CdpInterfaceTable to hold information single entries in the table. See the CdpInterfaceTable documentation form more information.
CdpInterfaceTable
,
RFC1213Modifier and Type | Field and Description |
---|---|
static String |
CDP_INTERFACE_IFINDEX
Constant
CDP_IFINDEX="cdpCacheIfIndex" |
static String |
CDP_INTERFACE_IFNAME |
static NamedSnmpVar[] |
cdpInterface_elemList
The keys that will be supported by default from the
TreeMap base class.
|
static String |
TABLE_OID
The TABLE_OID is the object identifier that represents
the root of the table CdPCacheTable in the MIB forest.
|
ms_elemList
IFINDEX
Constructor and Description |
---|
CdpInterfaceTableEntry()
Constructor for CdpCacheTableEntry.
|
Modifier and Type | Method and Description |
---|---|
int |
getCdpInterfaceIfIndex()
getCdpInterfaceIfIndex
|
String |
getCdpInterfaceName()
getCdpInterfaceName
|
void |
storeResult(SnmpResult res) |
getElementListSize, getElements
getDisplayString, getHexString, getIfIndex, getInt32, getIPAddress, getObjectID, getUInt32, getValue, isEmpty, putIfIndex, putValue, size
public static final String CDP_INTERFACE_IFINDEX
CDP_IFINDEX="cdpCacheIfIndex"
public static final String CDP_INTERFACE_IFNAME
public static final NamedSnmpVar[] cdpInterface_elemList
The keys that will be supported by default from the TreeMap base class. Each of the elements in the list are an instance of the dot1dbasetable. Objects in this list should be used by multiple instances of this class.
public static final String TABLE_OID
The TABLE_OID is the object identifier that represents the root of the table CdPCacheTable in the MIB forest.
public CdpInterfaceTableEntry()
Constructor for CdpCacheTableEntry.
public void storeResult(SnmpResult res)
storeResult
in class SnmpStore
public int getCdpInterfaceIfIndex()
getCdpInterfaceIfIndex
Copyright © 2015. All rights reserved.