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