See: Description
| Interface | Description |
|---|---|
| VNodeIdentifierFactory |
VNodeIdentifierFactory describes an interface for factory class
of VNodeIdentifier. |
| Class | Description |
|---|---|
| BridgeIdentifier<T extends VtnPortMappableBridge> |
BridgeIdentifier describes an identifier for virtual bridge,
such ask vBridge and vTerminal. |
| MacMapChange |
An instance of
MacMapChange class keeps differences to be applied
to MAC mapping configuration. |
| MacMapHostIdentifier |
MacMapHostIdentifier describes an identifier for a host mapped
by a MAC mapping configured in a vBridge. |
| MacMapIdentifier |
MacMapIdentifier describes an identifier for a MAC mapping
configured in a vBridge. |
| TenantNodeIdentifier<T extends org.opendaylight.yangtools.yang.binding.DataObject,B extends VtnPortMappableBridge> |
TenantNodeIdentifier describes an identifier for a virtual node
inside VTN, such as vBridge and virtual interface. |
| VBridgeIdentifier |
VBridgeIdentifier describes an identifier for a vBridge. |
| VBridgeIfIdentifier |
VBridgeIfIdentifier describes an identifier for a virtual interface
attached to a vBridge. |
| VBridgeMapIdentifier<T extends org.opendaylight.yangtools.yang.binding.DataObject> |
VBridgeMapIdentifier describes an identifier for a virtual mapping
configured in a vBridge. |
| VInterfaceIdentifier<B extends VtnPortMappableBridge> |
VInterfaceIdentifier describes an identifier for a virtual
interface which can have port mapping configuration. |
| VlanMapIdentifier |
VlanMapIdentifier describes an identifier for a VLAN mapping
configured in a vBridge. |
| VNodeIdentifier<T extends org.opendaylight.yangtools.yang.binding.DataObject> |
VNodeIdentifier describes an identifier for the virtual node. |
| VNodePathConverter |
VNodePathConverter is a utility class that converts YANG
instance identifier into VNodeIdentifier instance. |
| VTenantIdentifier |
VTenantIdentifier describes an identifier for a VTN. |
| VTerminalIdentifier |
VTerminalIdentifier describes an identifier for a vTerminal. |
| VTerminalIfIdentifier |
VTerminalIfIdentifier describes an identifier for a virtual
interface attached to a vTerminal. |
| VTNMacMapConfig |
VTNMacMapConfig describes configuration information about a
MAC mapping configured in a vBridge. |
| VTNMacMapStatus |
VTNMacMapStatus describes the runtime information about
a MAC mapping configured in a vBridge. |
| VTNPortMapConfig |
VTNPortMapConfig describes configuration information about a
port mapping configured in a virtual interface. |
| VTNVlanMapConfig |
VTNVlanMapConfig describes configuration information about a
VLAN mapping configured in a vBridge. |
| Enum | Description |
|---|---|
| VNodeType |
VNodeType Describes a type of virtual node specified by
VNodeIdentifier. |
| Exception | Description |
|---|---|
| MacMapConflictException |
An exception which indicates the specified host is already mapped by the
MAC mapping.
|
| MacMapDuplicateException |
An exception which indicates the same MAC address as the specified host
is already mapped by the same MAC mapping.
|
| MacMapException |
A base class of exception which indicates invalid state of the MAC mapping.
|
| MacMapGoneException |
An exception which indicates the specified host is no longer mapped by the
target MAC mapping.
|
| MacMapPortBusyException |
An exception which indicates the specified VLAN network on a switch port is
reserved by another virtual mapping.
|
Copyright © 2018 OpenDaylight. All rights reserved.