Interface TunnelDescription

    • Method Detail

      • deviceId

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

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

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