org.netxms.client.topology
Class VlanInfo

java.lang.Object
  extended by org.netxms.client.topology.VlanInfo

public class VlanInfo
extends java.lang.Object

Contains information about VLAN


Constructor Summary
VlanInfo(NXCPMessage msg, long baseId)
          Create VLAN information object from NXCP message
 
Method Summary
 java.lang.String getName()
           
 Port[] getPorts()
           
 int getVlanId()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VlanInfo

public VlanInfo(NXCPMessage msg,
                long baseId)
Create VLAN information object from NXCP message

Parameters:
msg - NXCP message
baseId - base variable id
Method Detail

getVlanId

public int getVlanId()
Returns:
the vlanId

getName

public java.lang.String getName()
Returns:
the name

getPorts

public Port[] getPorts()
Returns:
the ports


Copyright © 2013. All Rights Reserved.