| Package | Description |
|---|---|
| org.onosproject.net.intent |
Set of abstractions for conveying high-level intents for treatment of
selected network traffic by allowing applications to express the
what rather than the how.
|
| org.onosproject.net.intent.constraint |
Definitions of constraints used to refine intent specifications.
|
| org.onosproject.net.resource.device |
Services for reserving devices as network resources.
|
| org.onosproject.net.resource.link |
Services for reserving links and their capacity as network resources,
e.g. bandwidth, lambdas.
|
| Class and Description |
|---|
| ConnectivityIntent
Abstraction of connectivity intent for traffic matching some criteria.
|
| ConnectivityIntent.Builder
Abstract builder for connectivity intents.
|
| Constraint
Representation of a connectivity constraint capable of evaluating a link
and determining the cost of traversing that link in the context of this
constraint.
|
| HostToHostIntent
Abstraction of end-station to end-station bidirectional connectivity.
|
| HostToHostIntent.Builder
Builder of a host to host intent.
|
| Intent
Abstraction of an application level intent.
|
| Intent.Builder
Abstract builder for intents.
|
| IntentCompiler
Abstraction of a compiler which is capable of taking an intent
and translating it to other, potentially installable, intents.
|
| IntentData
A wrapper class that contains an intents, its state, and other metadata for
internal use.
|
| IntentEvent
A class to represent an intent related event.
|
| IntentEvent.Type |
| IntentId
Intent identifier suitable as an external key.
|
| IntentOperation.Type
Operation type.
|
| IntentState
Representation of the phases an intent may attain during its lifecycle.
|
| Key
Key class for Intents.
|
| LinkCollectionIntent
Abstraction of a connectivity intent that is implemented by a set of path
segments.
|
| LinkCollectionIntent.Builder
Builder of a single point to multi point intent.
|
| MplsIntent
Abstraction of MPLS label-switched connectivity.
|
| MplsIntent.Builder
Builder of an MPLS intent.
|
| MplsPathIntent
Abstraction of explicit MPLS label-switched path.
|
| MplsPathIntent.Builder
Builder of a host to host intent.
|
| MultiPointToSinglePointIntent
Abstraction of multiple source to single destination connectivity intent.
|
| MultiPointToSinglePointIntent.Builder
Builder of a multi point to single point intent.
|
| OpticalCircuitIntent
An optical layer intent for circuits between two OduClt ports.
|
| OpticalCircuitIntent.Builder
Builder for optical circuit intents.
|
| OpticalConnectivityIntent
An optical layer intent for connectivity between two OCh ports.
|
| OpticalConnectivityIntent.Builder
Builder for optical connectivity intents.
|
| OpticalPathIntent
An optical layer intent with explicitly selected path.
|
| OpticalPathIntent.Builder
Builder for optical path intents.
|
| PartitionEvent.Type |
| PathIntent
Abstraction of explicitly path specified connectivity intent.
|
| PathIntent.Builder
Builder of a host to host intent.
|
| PointToPointIntent
Abstraction of point-to-point connectivity.
|
| PointToPointIntent.Builder
Builder of a point to point intent.
|
| SinglePointToMultiPointIntent
Abstraction of single source, multiple destination connectivity intent.
|
| SinglePointToMultiPointIntent.Builder
Builder of a single point to multi point intent.
|
| TwoWayP2PIntent
Abstraction of bidirectional connectivity between two points in the network.
|
| TwoWayP2PIntent.Builder
Builder of a point to point intent.
|
| Class and Description |
|---|
| Constraint
Representation of a connectivity constraint capable of evaluating a link
and determining the cost of traversing that link in the context of this
constraint.
|
| Intent
Abstraction of an application level intent.
|
| Class and Description |
|---|
| Intent
Abstraction of an application level intent.
|
| IntentId
Intent identifier suitable as an external key.
|
| Class and Description |
|---|
| Constraint
Representation of a connectivity constraint capable of evaluating a link
and determining the cost of traversing that link in the context of this
constraint.
|
| IntentId
Intent identifier suitable as an external key.
|
Copyright © 2015. All rights reserved.