| 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 |
|---|---|
MplsIntent.Builder |
MplsIntent.Builder.appId(ApplicationId appId) |
static MplsIntent.Builder |
MplsIntent.builder()
Returns a new MPLS intent builder.
|
MplsIntent.Builder |
MplsIntent.Builder.constraints(List<Constraint> constraints) |
MplsIntent.Builder |
MplsIntent.Builder.egressLabel(Optional<org.onlab.packet.MplsLabel> egressLabel)
Sets the ingress label of the intent that will be built.
|
MplsIntent.Builder |
MplsIntent.Builder.egressPoint(ConnectPoint egressPoint)
Sets the egress point of the point to point intent that will be built.
|
MplsIntent.Builder |
MplsIntent.Builder.ingressLabel(Optional<org.onlab.packet.MplsLabel> ingressLabel)
Sets the ingress label of the intent that will be built.
|
MplsIntent.Builder |
MplsIntent.Builder.ingressPoint(ConnectPoint ingressPoint)
Sets the ingress point of the point to point intent that will be built.
|
MplsIntent.Builder |
MplsIntent.Builder.key(Key key) |
MplsIntent.Builder |
MplsIntent.Builder.priority(int priority) |
MplsIntent.Builder |
MplsIntent.Builder.selector(TrafficSelector selector) |
MplsIntent.Builder |
MplsIntent.Builder.treatment(TrafficTreatment treatment) |
Copyright © 2015. All rights reserved.