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