| 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 |
|---|---|
OduCltPort.SignalType |
OduCltPort.signalType()
Returns ODU client signal type.
|
static OduCltPort.SignalType |
OduCltPort.SignalType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OduCltPort.SignalType[] |
OduCltPort.SignalType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
OduCltPort(Element element,
PortNumber number,
boolean isEnabled,
OduCltPort.SignalType signalType,
Annotations... annotations)
Creates an ODU client port in the specified network element.
|
| Modifier and Type | Method and Description |
|---|---|
OduCltPort.SignalType |
OduCltPortDescription.signalType()
Returns ODU client signal type.
|
| Constructor and Description |
|---|
OduCltPortDescription(PortDescription base,
OduCltPort.SignalType signalType,
SparseAnnotations annotations)
Creates ODU client port description based on the supplied information.
|
OduCltPortDescription(PortNumber number,
boolean isEnabled,
OduCltPort.SignalType signalType,
SparseAnnotations... annotations)
Creates ODU client port description based on the supplied information.
|
| Modifier and Type | Method and Description |
|---|---|
OduCltPort.SignalType |
OpticalCircuitIntent.getSignalType()
Returns the ODU signal type.
|
| Modifier and Type | Method and Description |
|---|---|
OpticalCircuitIntent.Builder |
OpticalCircuitIntent.Builder.signalType(OduCltPort.SignalType signalType)
Sets the ODU signal type for the intent that will be built.
|
| Constructor and Description |
|---|
OpticalCircuitIntent(ApplicationId appId,
Key key,
ConnectPoint src,
ConnectPoint dst,
OduCltPort.SignalType signalType,
boolean isBidirectional,
int priority)
Creates an optical circuit intent between the specified
connection points.
|
Copyright © 2015. All rights reserved.