@Beta public interface TunnelDescription extends Description, Annotated
Modifier and Type | Interface and Description |
---|---|
static interface |
TunnelDescription.Builder
Builder of tunnel interface description entities.
|
static class |
TunnelDescription.Type
Tunnel technology type.
|
Modifier and Type | Method and Description |
---|---|
Optional<String> |
deviceId()
Returns the identifier of the device where the interface is.
|
String |
ifaceName()
Return the name of the tunnel interface.
|
Optional<TunnelKey> |
key()
Returns the tunnel key.
|
Optional<TunnelEndPoint> |
local()
Returns the local connection point.
|
Optional<TunnelEndPoint> |
remote()
Returns the remote connection point.
|
TunnelDescription.Type |
type()
Returns the tunnel type.
|
annotations
Optional<String> deviceId()
String ifaceName()
TunnelDescription.Type type()
Optional<TunnelEndPoint> local()
Optional<TunnelEndPoint> remote()