See: Description
Interface | Description |
---|---|
LabelStack |
Representation of a label stack in a network which represents the network path.
|
OpticalTunnelEndPoint |
Generic representation of a logical port entity in a consistent way,
it is used to identify e.g., ODUk timeSlot, WDM lambda, etc.
|
Tunnel |
Abstraction of a generalized Tunnel entity (bandwidth pipe) for either L3/L2
networks or L1/L0 networks, representation of e.g., VLAN, GRE tunnel, MPLS
LSP, L1 ODUk connection, WDM OCH, etc..
|
TunnelAdminService |
Service for administering the inventory of provisioned tunnels.
|
TunnelDescription |
Describes a tunnel.
|
TunnelEndPoint |
Represents for source end point or destination end point of a tunnel.
|
TunnelListener |
Entity capable of receiving tunnel related events.
|
TunnelProvider |
Abstraction of an entity providing tunnel setup/release services to the core.
|
TunnelProviderRegistry |
Abstraction of an tunnel provider registry.
|
TunnelProviderService |
APIs for tunnel provider to notify the tunnel subSystem.
|
TunnelService |
Service for interacting with the inventory of tunnels.
|
TunnelStatistics |
Statistics of a tunnel.
|
TunnelStore |
Manages inventory of tunnel; not intended for direct use.
|
TunnelStoreDelegate |
Tunnel store delegate abstraction.
|
Class | Description |
---|---|
DefaultLabelStack |
Default implementation of label stack.
|
DefaultOpticalTunnelEndPoint |
Default optical tunnel point model implementation.
|
DefaultTunnel |
The default implementation of an network tunnel.
|
DefaultTunnelDescription |
Default implementation of immutable tunnel description entity.
|
DefaultTunnelStatistics |
Default implementation of immutable tunnel statistics.
|
DefaultTunnelStatistics.Builder |
Builder for tunnelStatistics.
|
DomainTunnelId |
A wrapper class for a long used to identify domain level tunnels.
|
IpTunnelEndPoint |
Represent for a tunnel point using ip address.
|
NetworkTunnelId |
Representation of a Network Tunnel Id.
|
OpticalLogicId |
Representation of a label Id, a logical port identifier.
|
TunnelEndPointFormatter |
Formats an optical tunnel endpoint as "(type)/(element-id)/(port)".
|
TunnelEvent |
Describes tunnel events.
|
TunnelId |
Representation of a Tunnel Id.
|
TunnelName |
Represents for a unique tunnel name.
|
TunnelSubscription |
Represents for a order that consumer subscribe tunnel.
|
Enum | Description |
---|---|
OpticalTunnelEndPoint.Type |
Represents coarse tunnel point type classification.
|
Tunnel.State |
Representation of the tunnel state.
|
Tunnel.Type |
Tunnel technology type.
|
TunnelEvent.Type |
Type of tunnel events.
|