| Package | Description |
|---|---|
| org.opendaylight.vtn.manager.internal.util.vnode |
This package contains utility classes for virtual node management.
|
| org.opendaylight.vtn.manager.internal.vnode |
| Modifier and Type | Method and Description |
|---|---|
NodeVlan |
VTNVlanMapConfig.getNodeVlan()
Return a
NodeVlan instance which specifies the target VLAN. |
| Modifier and Type | Method and Description |
|---|---|
void |
VlanMapCleaner.add(NodeVlan nvlan)
Add VLAN on the specified switch.
|
static org.opendaylight.yangtools.yang.binding.InstanceIdentifier<VlanMapping> |
MappingRegistry.getPath(NodeVlan nv)
Return path to the VLAN mapping associated with the given pair of
switch and VLAN ID.
|
static boolean |
MappingRegistry.isVlanMapped(TxContext ctx,
NodeVlan nv)
Determine whether the given VLAN on a switch is mapped by VLAN mapping
or not.
|
static com.google.common.base.Optional<VlanMapping> |
MappingRegistry.read(org.opendaylight.controller.md.sal.binding.api.ReadTransaction rtx,
NodeVlan nv)
Read the vlan-mapping container associated with the given pair of
switch and VLAN ID.
|
void |
VlanMapRegistry.register(NodeVlan nvlan,
boolean purge)
Register a new VLAN mapping.
|
static void |
MappingRegistry.registerVlanMap(TxContext ctx,
VlanMapIdentifier mapId,
NodeVlan nvlan,
boolean purge)
Register mapping between vBridge and VLAN.
|
static void |
MappingRegistry.unregisterVlanMap(TxContext ctx,
VlanMapIdentifier mapId,
NodeVlan nvlan,
boolean purge)
Unregister the VLAN mapping.
|
Copyright © 2018 OpenDaylight. All rights reserved.