Package org.netxms.client.topology
Class VlanInfo
java.lang.Object
org.netxms.client.topology.VlanInfo
Contains information about VLAN
- 
Constructor SummaryConstructorsConstructorDescriptionVlanInfo(NXCPMessage msg, long baseId) Create VLAN information object from NXCP message
- 
Method SummaryModifier and TypeMethodDescriptionbooleancontainsPort(int chassis, int module, int pic, int port) Check if given port is within VLANgetName()longPort[]getPorts()int
- 
Constructor Details- 
VlanInfoCreate VLAN information object from NXCP message- Parameters:
- msg- NXCP message
- baseId- base variable id
 
 
- 
- 
Method Details- 
getNextFieldIdpublic long getNextFieldId()- Returns:
- the nextFieldId
 
- 
getVlanIdpublic int getVlanId()- Returns:
- the vlanId
 
- 
getName- Returns:
- the name
 
- 
getPorts- Returns:
- the ports
 
- 
containsPortpublic boolean containsPort(int chassis, int module, int pic, int port) Check if given port is within VLAN- Parameters:
- chassis- chassis
- module- module
- pic- pic
- port- port
- Returns:
- if given port is within VLAN
 
 
-