Package org.netxms.client.topology
Class Port
java.lang.Object
org.netxms.client.topology.Port
Objects of this class represents physical switch ports
- 
Constructor Details- 
Portpublic Port(long objectId, long ifIndex, int chassis, int module, int pic, int port) - Parameters:
- objectId- object id
- ifIndex- interface index
- chassis- chassis
- module- module
- pic- physical interface card
- port- port
 
 
- 
- 
Method Details- 
getChassispublic int getChassis()- Returns:
- the chassis
 
- 
getModulepublic int getModule()- Returns:
- module number
 
- 
getPICpublic int getPIC()- Returns:
- the pic
 
- 
getPortpublic int getPort()- Returns:
- the port
 
- 
getObjectIdpublic long getObjectId()- Returns:
- the objectId
 
- 
getIfIndexpublic long getIfIndex()- Returns:
- the ifIndex
 
- 
toString
 
-