| 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 |
MplsPathIntent.Builder
Builder of a host to host intent.
|
| Modifier and Type | Method and Description |
|---|---|
PathIntent.Builder |
PathIntent.Builder.appId(ApplicationId appId) |
static PathIntent.Builder |
PathIntent.builder()
Returns a new host to host intent builder.
|
PathIntent.Builder |
PathIntent.Builder.constraints(List<Constraint> constraints) |
PathIntent.Builder |
PathIntent.Builder.key(Key key) |
PathIntent.Builder |
PathIntent.Builder.path(Path path)
Sets the path of the intent that will be built.
|
PathIntent.Builder |
PathIntent.Builder.priority(int priority) |
PathIntent.Builder |
PathIntent.Builder.selector(TrafficSelector selector) |
PathIntent.Builder |
PathIntent.Builder.treatment(TrafficTreatment treatment) |
Copyright © 2015. All rights reserved.