Options
All
  • Public
  • Public/Protected
  • All
Menu

Module browser

Index

References

Functions

References

XAPI

Re-exports XAPI

Functions

Const connect

  • Connect to an XAPI endpoint.

    const xapi = connect('ssh://host.example.com:22');
    

    Parameters

    • options: Partial<Options>

      Connect options.

    Returns XAPI

    XAPI interface connected to the given URI.

  • Connect to an XAPI endpoint.

    const xapi = connect('ssh://host.example.com:22');
    

    Parameters

    • url: string

      Connection specification.

    • Optional options: Partial<Options>

      Connect options.

    Returns XAPI

    XAPI interface connected to the given URI.

connectGen

Generated using TypeDoc