public final class Dot1qStaticVlanTableEntry extends Vlan
The Dot1qStaticVlanTableEntry class is designed to hold all the MIB-II information for one entry in the .iso.org.dod.internet.mgmt.mib-2. dot1dBridge.qBridgeMIB.qBridgeMIBObjects.dot1qVlan.dot1qVlanCurrentTable
This object is used by the Dot1qStaticVlanTable to hold information single entries in the table. See the Dot1qStaticVlanTable documentation form more information.
Dot1qStaticVlanTable
,
RFC1213Modifier and Type | Field and Description |
---|---|
static NamedSnmpVar[] |
hpVlan_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 dot1qVlanCurrentTable in the MIB forest.
|
static String |
VLAN_FORBIDDENEGRESSPORTS
Constant
VLAN_FORBIDDENEGRESSPORTS="dot1qVlanStaticForbiddenEgressPorts" |
static String |
VLAN_STATICEGRESSPORTS
Constant
VLAN_STATICEGRESSPORTS="dot1qVlanStaticEgressPorts" |
static String |
VLAN_STATICUNTAGGEDPORTS
Constant
VLAN_STATICUNTAGGEDPORTS="dot1qVlanStaticUntaggedPorts" |
VLAN_INDEX, VLAN_NAME, VLAN_STATUS, VLAN_TYPE
ms_elemList
IFINDEX
Constructor and Description |
---|
Dot1qStaticVlanTableEntry()
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, storeResult
getElementListSize, getElements
getDisplayString, getHexString, getIfIndex, getInt32, getIPAddress, getObjectID, getUInt32, getValue, isEmpty, putIfIndex, putValue, size
public static final String VLAN_STATICEGRESSPORTS
VLAN_STATICEGRESSPORTS="dot1qVlanStaticEgressPorts"
public static final String VLAN_FORBIDDENEGRESSPORTS
VLAN_FORBIDDENEGRESSPORTS="dot1qVlanStaticForbiddenEgressPorts"
public static final String VLAN_STATICUNTAGGEDPORTS
VLAN_STATICUNTAGGEDPORTS="dot1qVlanStaticUntaggedPorts"
public static final NamedSnmpVar[] hpVlan_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 dot1qVlanCurrentTable in the MIB forest.
public Dot1qStaticVlanTableEntry()
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 Vlan
public OnmsVlan.VlanStatus getVlanStatus()
getVlanStatus
in class Vlan
public OnmsVlan.VlanType getVlanType()
getVlanType
in class Vlan
Copyright © 2015. All rights reserved.