| 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 |
|---|---|
BandwidthResource |
BandwidthConstraint.bandwidth()
Returns the bandwidth required by this constraint.
|
| Constructor and Description |
|---|
BandwidthConstraint(BandwidthResource bandwidth)
Creates a new bandwidth constraint.
|
| Modifier and Type | Method and Description |
|---|---|
BandwidthResource |
BandwidthResourceRequest.bandwidth()
Returns the bandwidth resource.
|
| Constructor and Description |
|---|
BandwidthResourceAllocation(BandwidthResource bandwidth)
Creates a new
BandwidthResourceAllocation with BandwidthResource
object. |
BandwidthResourceRequest(BandwidthResource bandwidth)
Creates a new
BandwidthResourceRequest with BandwidthResource
object. |
Copyright © 2015. All rights reserved.