See: Description
| Interface | Description |
|---|---|
| InternalRoutingAlgorithm |
Abstraction of an embedding algorithm used for embedding virtual objects
into the underlying physical network.
|
| VirtualDeviceProvider |
Abstraction of a virtual device information provider.
|
| VirtualDeviceProviderService |
Service through which virtual device providers can inject virtual device
information into the core.
|
| VirtualFlowRuleProvider |
Abstraction of a virtual flow rule provider.
|
| VirtualFlowRuleProviderService |
Service through which virtual flow rule providers can inject information into
the core.
|
| VirtualGroupProvider |
Abstraction of group provider for virtual network.
|
| VirtualGroupProviderService |
Service through which Group providers can inject information into
the virtual network core.
|
| VirtualMeterProvider |
Abstraction of a Meter provider for virtual network.
|
| VirtualMeterProviderService |
Service through which meter providers can inject information
into the virtual network subsystem core.
|
| VirtualNetworkProvider |
Entity capable of providing traffic isolation constructs for use in
implementation of virtual devices and virtual links.
|
| VirtualNetworkProviderRegistry |
Abstraction of a virtual network provider registry.
|
| VirtualNetworkProviderService |
Service through which virtual network providers can inject information into
the core.
|
| VirtualPacketProvider |
Abstraction of a virtual packet provider capable of emitting packets
from virtual network core services to the underlay network.
|
| VirtualPacketProviderService |
Entity capable of processing inbound packets for virtual networks.
|
| VirtualProvider |
Abstraction of a provider of information about virtual network environment.
|
| VirtualProviderRegistryService |
Registry for tracking information providers with the core.
|
| VirtualProviderService<P extends VirtualProvider> |
Abstraction of a service through which virtual providers can inject information
about the network environment into the virtual core.
|
| Class | Description |
|---|---|
| AbstractVirtualProvider | |
| AbstractVirtualProviderService<P extends VirtualProvider> |
Base implementation of a virtual provider service,
which tracks the provider to which it is issued and can be invalidated.
|