| 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.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
ConnectivityIntent.Builder
Abstract builder for connectivity intents.
|
static class |
HostToHostIntent.Builder
Builder of a host to host intent.
|
static class |
LinkCollectionIntent.Builder
Builder of a single point to multi point intent.
|
static class |
MplsIntent.Builder
Builder of an MPLS intent.
|
static class |
MplsPathIntent.Builder
Builder of a host to host intent.
|
static class |
MultiPointToSinglePointIntent.Builder
Builder of a multi point to single point intent.
|
static class |
OpticalCircuitIntent.Builder
Builder for optical circuit intents.
|
static class |
OpticalConnectivityIntent.Builder
Builder for optical connectivity intents.
|
static class |
OpticalPathIntent.Builder
Builder for optical path intents.
|
static class |
PathIntent.Builder
Builder of a host to host intent.
|
static class |
PointToPointIntent.Builder
Builder of a point to point intent.
|
static class |
SinglePointToMultiPointIntent.Builder
Builder of a single point to multi point intent.
|
static class |
TwoWayP2PIntent.Builder
Builder of a point to point intent.
|
| Modifier and Type | Method and Description |
|---|---|
Intent.Builder |
Intent.Builder.appId(ApplicationId appId)
Sets the application id for the intent that will be built.
|
Intent.Builder |
Intent.Builder.key(Key key)
Sets the key for the intent that will be built.
|
Intent.Builder |
Intent.Builder.priority(int priority)
Sets the priority for the intent that will be built.
|
Copyright © 2015. All rights reserved.