@Beta public interface TunnelDescription extends Description, Annotated
Modifier and Type | Method and Description |
---|---|
TunnelEndPoint |
dst()
Returns the connection point destination.
|
GroupId |
groupId()
Returns group flow table id which a tunnel match up.
|
TunnelId |
id()
Returns the tunnel id.
|
Path |
path()
Returns the path of the tunnel.
|
ProviderId |
producerName()
Returns tunnel producer name.
|
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.
|
annotations
TunnelId id()
TunnelEndPoint src()
TunnelEndPoint dst()
Tunnel.Type type()
GroupId groupId()
ProviderId producerName()
TunnelName tunnelName()
Path path()
NetworkResource resource()