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