public interface FabricService
| Modifier and Type | Method and Description |
|---|---|
void |
addVlan(FabricVlan vlan)
Remaps a vlan to the specified ports.
|
List<FabricVlan> |
getVlans()
Returns the vlan to port mapping for all vlans/ports configured in the
fabric.
|
void |
removeVlan(org.onlab.packet.VlanId vlanId)
Removes a vlan from all ports in the fabric.
|
void addVlan(FabricVlan vlan)
vlan - vlan object to addvoid removeVlan(org.onlab.packet.VlanId vlanId)
vlanId - ID of vlan to removeList<FabricVlan> getVlans()
Copyright © 2015. All rights reserved.