| Package | Description |
|---|---|
| org.onosproject.cordfabric |
Service for managing fabric of VLANs.
|
| Modifier and Type | Method and Description |
|---|---|
FabricVlan |
FabricVlanCodec.decode(com.fasterxml.jackson.databind.node.ObjectNode json,
org.onosproject.codec.CodecContext context) |
| Modifier and Type | Method and Description |
|---|---|
List<FabricVlan> |
FabricService.getVlans()
Returns the vlan to port mapping for all vlans/ports configured in the
fabric.
|
List<FabricVlan> |
CordFabricManager.getVlans() |
| Modifier and Type | Method and Description |
|---|---|
void |
FabricService.addVlan(FabricVlan vlan)
Remaps a vlan to the specified ports.
|
void |
CordFabricManager.addVlan(FabricVlan vlan) |
com.fasterxml.jackson.databind.node.ObjectNode |
FabricVlanCodec.encode(FabricVlan vlan,
org.onosproject.codec.CodecContext context) |
Copyright © 2015. All rights reserved.