| Package | Description |
|---|---|
| org.onosproject.net.behaviour |
Abstractions of various device configuration or device adaptation behaviours;
counterpart to the device driver subsystem.
|
| Modifier and Type | Class and Description |
|---|---|
class |
IpTunnelEndPoint
Represent for a tunnel point using ip address.
|
| Modifier and Type | Method and Description |
|---|---|
TunnelEndPoint |
TunnelDescription.dst()
Returns the connection point destination.
|
TunnelEndPoint |
DefaultTunnelDescription.dst() |
TunnelEndPoint |
TunnelDescription.src()
Returns the connection point source.
|
TunnelEndPoint |
DefaultTunnelDescription.src() |
| 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.