| Package | Description |
|---|---|
| org.onosproject.net.resource |
Services for reserving network resources, e.g. bandwidth, lambdas.
|
| Modifier and Type | Method and Description |
|---|---|
static LinkResourceEvent.Type |
LinkResourceEvent.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LinkResourceEvent.Type[] |
LinkResourceEvent.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
LinkResourceEvent(LinkResourceEvent.Type type,
Collection<LinkResourceAllocations> linkResourceAllocations)
Constructs a link resource event.
|
Copyright © 2015. All rights reserved.