| 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 |
|---|---|
OpticalPathIntent.Builder |
OpticalPathIntent.Builder.appId(ApplicationId appId) |
OpticalPathIntent.Builder |
OpticalPathIntent.Builder.bidirectional(boolean isBidirectional)
Sets the intent's direction.
|
static OpticalPathIntent.Builder |
OpticalPathIntent.builder()
Returns a new optical connectivity intent builder.
|
OpticalPathIntent.Builder |
OpticalPathIntent.Builder.dst(ConnectPoint dst)
Sets the destination for the intent that will be built.
|
OpticalPathIntent.Builder |
OpticalPathIntent.Builder.key(Key key) |
OpticalPathIntent.Builder |
OpticalPathIntent.Builder.lambda(OchSignal lambda)
Sets the optical channel (lambda) for the intent that will be built.
|
OpticalPathIntent.Builder |
OpticalPathIntent.Builder.path(Path path)
Sets the path for the intent that will be built.
|
OpticalPathIntent.Builder |
OpticalPathIntent.Builder.priority(int priority) |
OpticalPathIntent.Builder |
OpticalPathIntent.Builder.signalType(OchSignalType signalType)
Sets the optical signal type for the intent that will be built.
|
OpticalPathIntent.Builder |
OpticalPathIntent.Builder.src(ConnectPoint src)
Sets the source for the intent that will be built.
|
Copyright © 2015. All rights reserved.