| Package | Description |
|---|---|
| org.onosproject.net.intent.constraint |
Definitions of constraints used to refine intent specifications.
|
| org.onosproject.net.resource |
Services for reserving network resources, e.g. bandwidth, lambdas.
|
| Modifier and Type | Method and Description |
|---|---|
Bandwidth |
BandwidthConstraint.bandwidth()
Returns the bandwidth required by this constraint.
|
| Constructor and Description |
|---|
BandwidthConstraint(Bandwidth bandwidth)
Creates a new bandwidth constraint.
|
| Modifier and Type | Method and Description |
|---|---|
Bandwidth |
BandwidthResourceRequest.bandwidth()
Returns the bandwidth resource.
|
static Bandwidth |
Bandwidth.valueOf(double bandwidth)
Creates a new instance with given bandwidth.
|
| Constructor and Description |
|---|
BandwidthResourceAllocation(Bandwidth bandwidth)
Creates a new
BandwidthResourceAllocation with Bandwidth
object. |
BandwidthResourceRequest(Bandwidth bandwidth)
Creates a new
BandwidthResourceRequest with Bandwidth
object. |
Copyright © 2015. All rights reserved.