public final class Dot1dStpPortTableEntry extends SnmpStore
The Dot1dStpPortTableEntry class is designed to hold all the MIB-II information for one entry in the MIB II dot1dBridge.dot1dStp.dot1dStpPortTable. The table effectively contains a list of these entries, each entry having information about STP Protocol on specific Port.
This object is used by the Dot1dStpPortTable to hold information single entries in the table. See the Dot1dStpPortTable documentation form more information.
Dot1dStpPortTable
,
RFC1213Modifier and Type | Field and Description |
---|---|
static String |
STP_PORT
Constant
STP_PORT="dot1dStpPort" |
static String |
STP_PORT_DESIGNATED_BRIDGE
Constant
STP_PORT_DESIGNATED_BRIDGE="dot1dStpPortDesignatedBridge" |
static String |
STP_PORT_DESIGNATED_COST
Constant
STP_PORT_DESIGNATED_COST="dot1dStpPortDesignatedCost" |
static String |
STP_PORT_DESIGNATED_PORT
Constant
STP_PORT_DESIGNATED_PORT="dot1dStpPortDesignatedPort" |
static String |
STP_PORT_DESIGNATED_ROOT
Constant
STP_PORT_DESIGNATED_ROOT="dot1dStpPortDesignatedRoot" |
static String |
STP_PORT_ENABLE
Constant
STP_PORT_ENABLE="dot1dStpPortEnable" |
static String |
STP_PORT_FORW_TRANS
Constant
STP_PORT_FORW_TRANS="dot1dStpPortForwardTransitions" |
static String |
STP_PORT_PATH_COST
Constant
STP_PORT_PATH_COST="dot1dStpPortPathCost" |
static String |
STP_PORT_PRIORITY
Constant
STP_PORT_PRIORITY="dot1dStpPortPriority" |
static String |
STP_PORT_STATE
Constant
STP_PORT_STATE="dot1dStpPortState" |
static NamedSnmpVar[] |
stpport_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 Stp Port table in the MIB forest.
|
ms_elemList
IFINDEX
Constructor and Description |
---|
Dot1dStpPortTableEntry()
The class constructor used to initialize the
object to its initial state.
|
Modifier and Type | Method and Description |
---|---|
Integer |
getDot1dStpPort()
getDot1dStpPort
|
String |
getDot1dStpPortDesignatedBridge()
getDot1dStpPortDesignatedBridge
|
Integer |
getDot1dStpPortDesignatedCost()
getDot1dStpPortDesignatedCost
|
String |
getDot1dStpPortDesignatedPort()
getDot1dStpPortDesignatedPort
|
String |
getDot1dStpPortDesignatedRoot()
getDot1dStpPortDesignatedRoot
|
Integer |
getDot1dStpPortEnable()
getDot1dStpPortEnable
|
Integer |
getDot1dStpPortForwardTransitions()
getDot1dStpPortForwardTransitions
|
Integer |
getDot1dStpPortPathCost()
getDot1dStpPortPathCost
|
Integer |
getDot1dStpPortPriority()
getDot1dStpPortPriority
|
Integer |
getDot1dStpPortState()
getDot1dStpPortState
|
OnmsStpInterface |
getOnmsStpInterface(OnmsStpInterface stpInterface) |
getElementListSize, getElements, storeResult
getDisplayString, getHexString, getIfIndex, getInt32, getIPAddress, getObjectID, getUInt32, getValue, isEmpty, putIfIndex, putValue, size
public static final String STP_PORT
STP_PORT="dot1dStpPort"
public static final String STP_PORT_PRIORITY
STP_PORT_PRIORITY="dot1dStpPortPriority"
public static final String STP_PORT_STATE
STP_PORT_STATE="dot1dStpPortState"
public static final String STP_PORT_ENABLE
STP_PORT_ENABLE="dot1dStpPortEnable"
public static final String STP_PORT_PATH_COST
STP_PORT_PATH_COST="dot1dStpPortPathCost"
public static final String STP_PORT_DESIGNATED_ROOT
STP_PORT_DESIGNATED_ROOT="dot1dStpPortDesignatedRoot"
public static final String STP_PORT_DESIGNATED_COST
STP_PORT_DESIGNATED_COST="dot1dStpPortDesignatedCost"
public static final String STP_PORT_DESIGNATED_BRIDGE
STP_PORT_DESIGNATED_BRIDGE="dot1dStpPortDesignatedBridge"
public static final String STP_PORT_DESIGNATED_PORT
STP_PORT_DESIGNATED_PORT="dot1dStpPortDesignatedPort"
public static final String STP_PORT_FORW_TRANS
STP_PORT_FORW_TRANS="dot1dStpPortForwardTransitions"
public static final NamedSnmpVar[] stpport_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 StpPortTable. 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 Stp Port table in the MIB forest.
public Dot1dStpPortTableEntry()
The class constructor used to initialize the object to its initial state. Although the object's member variables can change after an instance is created, this constructor will initialize all the variables as per their named variable from the passed array of SNMP varbinds.
If the information in the object should not be modified then a final modifier can be applied to the created object.
public Integer getDot1dStpPort()
getDot1dStpPort
public Integer getDot1dStpPortPriority()
getDot1dStpPortPriority
public Integer getDot1dStpPortState()
getDot1dStpPortState
public Integer getDot1dStpPortEnable()
getDot1dStpPortEnable
public Integer getDot1dStpPortPathCost()
getDot1dStpPortPathCost
public String getDot1dStpPortDesignatedRoot()
getDot1dStpPortDesignatedRoot
String
object.public Integer getDot1dStpPortDesignatedCost()
getDot1dStpPortDesignatedCost
public String getDot1dStpPortDesignatedBridge()
getDot1dStpPortDesignatedBridge
String
object.public String getDot1dStpPortDesignatedPort()
getDot1dStpPortDesignatedPort
String
object.public Integer getDot1dStpPortForwardTransitions()
getDot1dStpPortForwardTransitions
public OnmsStpInterface getOnmsStpInterface(OnmsStpInterface stpInterface)
Copyright © 2015. All rights reserved.