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