| 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.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 |
|---|---|
OduSignalType |
OchPort.signalType()
Returns ODU signal type.
|
static OduSignalType |
OduSignalType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OduSignalType[] |
OduSignalType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| 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 |
|---|---|
OduSignalType |
OchPortDescription.signalType()
Returns ODU signal type.
|
| 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 |
|---|---|
OduSignalType |
OpticalConnectivityIntent.getSignalType()
Returns the ODU signal type.
|
| Modifier and Type | Method and Description |
|---|---|
OpticalConnectivityIntent.Builder |
OpticalConnectivityIntent.Builder.signalType(OduSignalType signalType)
Sets the ODU signal type for the intent that will be built.
|
| Constructor and Description |
|---|
OpticalConnectivityIntent(ApplicationId appId,
Key key,
ConnectPoint src,
ConnectPoint dst,
OduSignalType signalType,
boolean isBidirectional,
int priority)
Creates an optical connectivity intent between the specified
connection points.
|
Copyright © 2015. All rights reserved.