| 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 |
|---|---|
TunnelName |
TunnelDescription.tunnelName()
Return the name of a tunnel.
|
TunnelName |
DefaultTunnelDescription.tunnelName() |
static TunnelName |
TunnelName.tunnelName(String tunnelName)
Creates a tunnel name using the supplied URI string.
|
| 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.