| Package | Description |
|---|---|
| org.onosproject.net.intent.constraint |
Definitions of constraints used to refine intent specifications.
|
| org.onosproject.net.resource.link |
Services for reserving links and their capacity as network resources,
e.g. bandwidth, lambdas.
|
| Modifier and Type | Method and Description |
|---|---|
LambdaResource |
LambdaConstraint.lambda()
Returns the lambda required by this constraint.
|
| Constructor and Description |
|---|
LambdaConstraint(LambdaResource lambda)
Creates a new optical lambda constraint.
|
| Modifier and Type | Method and Description |
|---|---|
LambdaResource |
LambdaResourceAllocation.lambda()
Returns the lambda resource.
|
static LambdaResource |
LambdaResource.valueOf(IndexedLambda lambda)
Creates a new instance with the given lambda.
|
static LambdaResource |
LambdaResource.valueOf(int lambda)
Creates a new instance with the given index of lambda.
|
| Constructor and Description |
|---|
LambdaResourceAllocation(LambdaResource lambda)
Creates a new
LambdaResourceAllocation with LambdaResource
object. |
Copyright © 2015. All rights reserved.