| Package | Description |
|---|---|
| org.onosproject.net |
Network model entities & service API definitions.
|
| org.onosproject.net.device |
Infrastructure device model & related services API definitions.
|
| org.onosproject.net.flow.criteria |
Traffic selection criteria model.
|
| org.onosproject.net.flow.instructions |
Traffic treatment model.
|
| 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 |
|---|---|
OchSignal |
OchPort.lambda()
Returns OCh signal.
|
| Constructor and Description |
|---|
OchPort(Element element,
PortNumber number,
boolean isEnabled,
OduSignalType signalType,
boolean isTunable,
OchSignal lambda,
Annotations... annotations)
Creates an OCh port in the specified network element.
|
| Modifier and Type | Method and Description |
|---|---|
OchSignal |
OchPortDescription.lambda()
Returns OCh signal.
|
| Constructor and Description |
|---|
OchPortDescription(PortDescription base,
OduSignalType signalType,
boolean isTunable,
OchSignal lambda,
SparseAnnotations annotations)
Creates OCH port description based on the supplied information.
|
OchPortDescription(PortNumber number,
boolean isEnabled,
OduSignalType signalType,
boolean isTunable,
OchSignal lambda,
SparseAnnotations... annotations)
Creates OCH port description based on the supplied information.
|
| Modifier and Type | Method and Description |
|---|---|
OchSignal |
OchSignalCriterion.lambda()
Returns the OCh signal to match.
|
| Modifier and Type | Method and Description |
|---|---|
OchSignal |
L0ModificationInstruction.ModOchSignalInstruction.lambda() |
| Modifier and Type | Method and Description |
|---|---|
OchSignal |
OpticalPathIntent.lambda() |
| Modifier and Type | Method and Description |
|---|---|
OpticalPathIntent.Builder |
OpticalPathIntent.Builder.lambda(OchSignal lambda)
Sets the optical channel (lambda) for the intent that will be built.
|
Copyright © 2015. All rights reserved.