| Package | Description |
|---|---|
| org.onosproject.net.resource |
Abstractions for reserving network resources.
|
| 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 |
|---|---|
ResourceType |
ResourceRequest.type()
Returns the resource type.
|
ResourceType |
ResourceAllocation.type()
Returns the resource type.
|
static ResourceType |
ResourceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResourceType[] |
ResourceType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ResourceType |
MplsLabelResourceRequest.type() |
ResourceType |
MplsLabelResourceAllocation.type() |
ResourceType |
LambdaResourceRequest.type() |
ResourceType |
LambdaResourceAllocation.type() |
ResourceType |
DefaultLinkResourceRequest.type() |
ResourceType |
DefaultLinkResourceAllocations.type() |
ResourceType |
BandwidthResourceRequest.type() |
ResourceType |
BandwidthResourceAllocation.type() |
Copyright © 2015. All rights reserved.