Uses of Interface
com.collation.platform.model.topology.net.L2Interface

Packages that use L2Interface
com.collation.platform.model.topology.net   
com.collation.platform.model.topology.net.acl   
com.collation.platform.model.topology.sys   
 

Uses of L2Interface in com.collation.platform.model.topology.net
 

Methods in com.collation.platform.model.topology.net that return L2Interface
 L2Interface VlanInterface.getInterface()
           
 L2Interface IpRoute.getInterface()
           
 L2Interface[] Bridge.getInterfaces()
           
 L2Interface[] L2Interface.getInterfaceStackLowerLayer()
           
 L2Interface IpInterface.getL2Interface()
           
 L2Interface[] Segment.getL2Interfaces()
           
 L2Interface[] Vlan.getTrunkInterfaces()
           
 

Methods in com.collation.platform.model.topology.net with parameters of type L2Interface
 void VlanInterface.setInterface(L2Interface intf)
           
 void IpRoute.setInterface(L2Interface inter)
           
 void Bridge.setInterfaces(L2Interface[] interfaces)
           
 void L2Interface.setInterfaceStackLowerLayer(L2Interface[] interfaces)
           
 void IpInterface.setL2Interface(L2Interface l2intf)
           
 void Segment.setL2Interfaces(L2Interface[] interfaces)
           
 void Vlan.setTrunkInterfaces(L2Interface[] intf)
           
 

Uses of L2Interface in com.collation.platform.model.topology.net.acl
 

Methods in com.collation.platform.model.topology.net.acl that return L2Interface
 L2Interface Acl.getInputL2Intf()
           
 L2Interface Rule.getIntf()
           
 L2Interface Acl.getL2Intf()
           
 L2Interface Acl.getOutputL2Intf()
           
 

Methods in com.collation.platform.model.topology.net.acl with parameters of type L2Interface
 void Acl.setInputL2Intf(L2Interface ifc)
           
 void Rule.setIntf(L2Interface interface1)
           
 void Acl.setL2Intf(L2Interface ifc)
           
 void Acl.setOutputL2Intf(L2Interface ifc)
           
 

Uses of L2Interface in com.collation.platform.model.topology.sys
 

Methods in com.collation.platform.model.topology.sys that return L2Interface
 L2Interface[] ComputerSystem.getL2Interfaces()
          The set of layer 2 networking interfaces that are present on the system
 

Methods in com.collation.platform.model.topology.sys with parameters of type L2Interface
 void ComputerSystem.setL2Interfaces(L2Interface[] ifs)