Package org.netxms.client.topology
Class FdbEntry
java.lang.Object
org.netxms.client.topology.FdbEntry
Switch forwarding database entry
- 
Constructor Details- 
FdbEntryCreate FDB entry from NXCP message.- Parameters:
- msg- NXCP message
- baseId- object base id
 
 
- 
- 
Method Details- 
getAddress- Returns:
- the address
 
- 
getInterfaceIndexpublic int getInterfaceIndex()- Returns:
- the interfaceIndex
 
- 
getPortpublic int getPort()- Returns:
- the port
 
- 
getNodeIdpublic long getNodeId()- Returns:
- the nodeId
 
- 
getVlanIdpublic int getVlanId()- Returns:
- the vlanId
 
- 
getTypepublic int getType()- Returns:
- the type
 
- 
toString
- 
getInterfaceName- Returns:
- the interfaceName
 
 
-