Interface TunnelDescription

    • Method Detail

      • deviceId

        java.util.Optional<java.lang.String> deviceId()
        Returns the identifier of the device where the interface is.
        Returns:
        device identifier
      • ifaceName

        java.lang.String ifaceName()
        Return the name of the tunnel interface.
        Returns:
        tunnel interface name
      • local

        java.util.Optional<TunnelEndPoint> local()
        Returns the local connection point.
        Returns:
        tunnel source ConnectionPoint
      • remote

        java.util.Optional<TunnelEndPoint> remote()
        Returns the remote connection point.
        Returns:
        tunnel destination
      • key

        java.util.Optional<TunnelKey> key()
        Returns the tunnel key.
        Returns:
        tunnel key