| Package | Description |
|---|---|
| org.onosproject.net.behaviour |
Abstractions of various device configuration or device adaptation behaviours;
counterpart to the device driver subsystem.
|
| Modifier and Type | Method and Description |
|---|---|
TunnelDescription.Type |
TunnelDescription.type()
Returns the tunnel type.
|
TunnelDescription.Type |
DefaultTunnelDescription.type() |
static TunnelDescription.Type |
TunnelDescription.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TunnelDescription.Type[] |
TunnelDescription.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
DefaultTunnelDescription(TunnelEndPoint src,
TunnelEndPoint dst,
TunnelDescription.Type type,
TunnelName tunnelName,
SparseAnnotations... annotations)
Creates a tunnel description using the supplied information.
|
Copyright © 2015. All rights reserved.