| Package | Description |
|---|---|
| org.onosproject.net.resource |
Services for reserving network resources, e.g. bandwidth, lambdas.
|
| Modifier and Type | Method and Description |
|---|---|
ResourceType |
ResourceRequest.type()
Returns the resource type.
|
ResourceType |
LambdaResourceRequest.type() |
ResourceType |
LambdaResourceAllocation.type() |
ResourceType |
DefaultLinkResourceRequest.type() |
ResourceType |
DefaultLinkResourceAllocations.type() |
ResourceType |
BandwidthResourceRequest.type() |
ResourceType |
BandwidthResourceAllocation.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.
|
Copyright © 2015. All rights reserved.