@Beta
public interface TunnelDescription
extends org.onosproject.net.Description, org.onosproject.net.Annotated
| Modifier and Type | Method and Description |
|---|---|
TunnelEndPoint |
dst()
Returns the connection point destination.
|
org.onosproject.core.GroupId |
groupId()
Returns group flow table id which a tunnel match up.
|
TunnelId |
id()
Returns the tunnel id.
|
org.onosproject.net.Path |
path()
Returns the path of the tunnel.
|
org.onosproject.net.provider.ProviderId |
producerName()
Returns tunnel producer name.
|
org.onosproject.net.NetworkResource |
resource()
Returns the network resource backing the tunnel, e.g.
|
TunnelEndPoint |
src()
Returns the connection point source.
|
TunnelName |
tunnelName()
Return the name of a tunnel.
|
Tunnel.Type |
type()
Returns the tunnel type.
|
TunnelId id()
TunnelEndPoint src()
TunnelEndPoint dst()
Tunnel.Type type()
org.onosproject.core.GroupId groupId()
org.onosproject.net.provider.ProviderId producerName()
TunnelName tunnelName()
org.onosproject.net.Path path()
org.onosproject.net.NetworkResource resource()