| 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 |
|---|---|
LinkCollectionIntent.Builder |
LinkCollectionIntent.Builder.appId(ApplicationId appId) |
static LinkCollectionIntent.Builder |
LinkCollectionIntent.builder()
Returns a new link collection intent builder.
|
LinkCollectionIntent.Builder |
LinkCollectionIntent.Builder.constraints(List<Constraint> constraints) |
LinkCollectionIntent.Builder |
LinkCollectionIntent.Builder.egressPoints(Set<ConnectPoint> egressPoints)
Sets the egress points of the single point to multi point intent
that will be built.
|
LinkCollectionIntent.Builder |
LinkCollectionIntent.Builder.ingressPoints(Set<ConnectPoint> ingressPoints)
Sets the ingress point of the single point to multi point intent
that will be built.
|
LinkCollectionIntent.Builder |
LinkCollectionIntent.Builder.key(Key key) |
LinkCollectionIntent.Builder |
LinkCollectionIntent.Builder.links(Set<Link> links)
Sets the links of the link collection intent
that will be built.
|
LinkCollectionIntent.Builder |
LinkCollectionIntent.Builder.priority(int priority) |
LinkCollectionIntent.Builder |
LinkCollectionIntent.Builder.selector(TrafficSelector selector) |
LinkCollectionIntent.Builder |
LinkCollectionIntent.Builder.treatment(TrafficTreatment treatment) |
Copyright © 2015. All rights reserved.