| Package | Description |
|---|---|
| org.opendaylight.vtn.manager.internal.vnode |
| Modifier and Type | Class and Description |
|---|---|
class |
VBridgeInterface
VBridgeInterface describes a configuration and runtime status for a
virtual interface inside vBridge. |
class |
VTerminalInterface
VTerminalInterface describes a configuration and runtime status for
a virtual interface inside vTerminal. |
| Modifier and Type | Method and Description |
|---|---|
static <T extends VtnPortMappableBridge> |
VInterface.create(VInterfaceIdentifier<T> ident,
Vinterface vintf)
Construct a new virtual interface instance.
|
abstract VInterface<T> |
VirtualBridge.newInterface(VInterfaceIdentifier<T> ifId,
Vinterface vif)
Construct a new virtual interface instance associated with the interface
inside this virtual bridge.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
VirtualBridge.putState(TxContext ctx,
VInterface vif)
Scan virtual mappings configured in this virtual bridge, and update the
bridge status in the MD-SAL datastore.
|
Copyright © 2018 OpenDaylight. All rights reserved.