See: Description
| Interface | Description |
|---|---|
| VirtualDevice |
Abstraction of a virtual device.
|
| VirtualElement |
Abstraction of a virtual element.
|
| VirtualHost |
Abstraction of a virtual end-station host.
|
| VirtualLink |
Abstraction of a virtual link.
|
| VirtualNetwork |
Representation of a virtual network.
|
| VirtualNetworkAdminService |
Service for managing the inventory of virtual networks.
|
| VirtualNetworkFlowObjectiveStore |
The flow objective store for virtual networks.
|
| VirtualNetworkFlowRuleStore |
Manages inventory of flow rules for virtual networks;
not intended for direct use.
|
| VirtualNetworkGroupStore |
Manages inventory of groups per virtual network and virtual device;
not intended for direct use.
|
| VirtualNetworkIntentStore | |
| VirtualNetworkListener |
Represents entity capable of receiving virtual network events.
|
| VirtualNetworkMastershipStore |
Manages inventory of mastership roles for devices, across controller
instances for virtual networks; not intended for direct use.
|
| VirtualNetworkMeterStore | |
| VirtualNetworkPacketStore | |
| VirtualNetworkService |
Service for querying virtual network inventory.
|
| VirtualNetworkStore |
Mechanism for distributing and storing virtual network model information.
|
| VirtualNetworkStoreDelegate |
Network configuration store delegate abstraction.
|
| VirtualPacketContext |
Represents context for processing an inbound packet for a virtual network,
and (optionally) emitting a corresponding outbound packet.
|
| VirtualPort |
Representation of a virtual port.
|
| VirtualPortDescription |
Information about a virtual port.
|
| VirtualStore<E extends Event,D extends StoreDelegate<E>> |
Abstraction of a entity capable of storing and/or distributing information
for virtual network across a cluster.
|
| VnetService |
Virtual network service interface.
|
| Class | Description |
|---|---|
| AbstractVnetService |
Basis for virtual network service.
|
| DefaultVirtualDevice |
Default representation of a virtual device.
|
| DefaultVirtualHost |
Default representation of a virtual host.
|
| DefaultVirtualLink |
Default representation of a virtual link.
|
| DefaultVirtualLink.Builder |
Builder for DefaultVirtualLink objects.
|
| DefaultVirtualNetwork |
Default implementation of the virtual network descriptor.
|
| DefaultVirtualPort |
Default representation of a virtual port.
|
| NetworkId |
Representation of network identity.
|
| TenantId |
Representation of network tenant.
|
| VirtualNetworkEvent |
Describes virtual network event.
|
| VirtualNetworkIntent |
Abstraction of VirtualNetworkIntent connectivity.
|
| VirtualNetworkIntent.Builder |
Builder of a point to point intent.
|
| Enum | Description |
|---|---|
| VirtualNetworkEvent.Type |
Type of virtual network events.
|
| VirtualNetworkGroupStore.UpdateType | |
| VirtualPortDescription.State |
Representation of the virtual port.
|