| Package | Description |
|---|---|
| org.opendaylight.vtn.manager.internal.vnode | |
| org.opendaylight.vtn.manager.internal.vnode.xml |
This package contains XML bindings to models for VTN tree.
|
| Modifier and Type | Method and Description |
|---|---|
abstract VInterface<T> |
VirtualBridge.newInterface(VInterfaceIdentifier<T> ifId,
VtnVinterfaceConfig vifc,
VTNPortMapConfig pmap)
Construct a new virtual interface instance associated with the interface
inside this virtual bridge.
|
VBridgeInterface |
VBridge.newInterface(VInterfaceIdentifier<Vbridge> ifId,
VtnVinterfaceConfig vifc,
VTNPortMapConfig pmap)
Construct a new virtual interface instance associated with the interface
inside this vBridge.
|
VTerminalInterface |
VTerminal.newInterface(VInterfaceIdentifier<Vterminal> ifId,
VtnVinterfaceConfig vifc,
VTNPortMapConfig pmap)
Construct a new virtual interface instance associated with the interface
inside this vTerminal.
|
VtnUpdateType |
VInterface.setPortMap(TxContext ctx,
VTNPortMapConfig pmap)
Change the configuration for the port mapping.
|
| Constructor and Description |
|---|
VBridgeInterface(VInterfaceIdentifier<Vbridge> ifId,
VtnVinterfaceConfig vifc,
VTNPortMapConfig pmap)
Construct a new instance.
|
VInterface(VInterfaceIdentifier<B> ifId,
VtnVinterfaceConfig vifc,
VTNPortMapConfig pmap)
Construct a new instance.
|
VTerminalInterface(VInterfaceIdentifier<Vterminal> ifId,
VtnVinterfaceConfig vifc,
VTNPortMapConfig pmap)
Construct a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
VTNPortMapConfig |
XmlVInterface.getPortMap()
Return a port mapping configuration if present.
|
Copyright © 2018 OpenDaylight. All rights reserved.