| 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 |
DefaultTunnelDescription
Default implementation of immutable tunnel description entity.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<TunnelDescription> |
TunnelConfig.getTunnels()
Returns tunnels created on this device.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TunnelConfig.createTunnel(TunnelDescription tunnel)
Creates a tunnel on this device.
|
void |
TunnelConfig.removeTunnel(TunnelDescription tunnel)
Removes a tunnel on this device.
|
void |
TunnelConfig.updateTunnel(TunnelDescription tunnel)
Updates a tunnel on this device.
|
Copyright © 2015. All rights reserved.