| 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 |
|---|---|
OpticalConnectivityIntent.Builder |
OpticalConnectivityIntent.Builder.appId(ApplicationId appId) |
OpticalConnectivityIntent.Builder |
OpticalConnectivityIntent.Builder.bidirectional(boolean isBidirectional)
Sets the directionality of the intent.
|
static OpticalConnectivityIntent.Builder |
OpticalConnectivityIntent.builder()
Returns a new optical connectivity intent builder.
|
OpticalConnectivityIntent.Builder |
OpticalConnectivityIntent.Builder.dst(ConnectPoint dst)
Sets the destination for the intent that will be built.
|
OpticalConnectivityIntent.Builder |
OpticalConnectivityIntent.Builder.key(Key key) |
OpticalConnectivityIntent.Builder |
OpticalConnectivityIntent.Builder.priority(int priority) |
OpticalConnectivityIntent.Builder |
OpticalConnectivityIntent.Builder.signalType(OduSignalType signalType)
Sets the ODU signal type for the intent that will be built.
|
OpticalConnectivityIntent.Builder |
OpticalConnectivityIntent.Builder.src(ConnectPoint src)
Sets the source for the intent that will be built.
|
Copyright © 2015. All rights reserved.