public final class RapidCityVlanTableEntry extends Vlan
The RapidCityVlanTableEntry class is designed to hold all the MIB information for one entry in the: .1.3.6.1.4.1.2272.1.3.2.1
This object is used by the RapidCityVlanTable to hold information single entries in the table. See the RapidCityVlanTable documentation form more information.
IntelVlanTable,
RFC1213| Modifier and Type | Field and Description |
|---|---|
static NamedSnmpVar[] |
rcVlan_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 vtpVlanTable in the MIB forest.
|
VLAN_INDEX, VLAN_NAME, VLAN_STATUS, VLAN_TYPEms_elemListIFINDEX| Constructor and Description |
|---|
RapidCityVlanTableEntry()
The class constructor used to initialize the
object to its initial state.
|
| Modifier and Type | Method and Description |
|---|---|
OnmsVlan.VlanStatus |
getVlanStatus() |
OnmsVlan.VlanType |
getVlanType() |
protected boolean |
hasVlanIndexOid() |
getOnmsVlan, getVlanIndex, getVlanName, storeResultgetElementListSize, getElementsgetDisplayString, getHexString, getIfIndex, getInt32, getIPAddress, getObjectID, getUInt32, getValue, isEmpty, putIfIndex, putValue, sizepublic static NamedSnmpVar[] rcVlan_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 vtpVlanTable in the MIB forest.
public RapidCityVlanTableEntry()
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.
protected boolean hasVlanIndexOid()
hasVlanIndexOid in class Vlanpublic OnmsVlan.VlanStatus getVlanStatus()
getVlanStatus in class Vlanpublic OnmsVlan.VlanType getVlanType()
getVlanType in class VlanCopyright © 2015. All rights reserved.