Gjsify LogoGjsify Logo

Hierarchy

  • TeamLinkWatcher

Index

Constructors

Properties

name: string

Methods

  • Determines if two #NMTeamLinkWatcher objects contain the same values in all the properties.

    Parameters

    Returns boolean

  • get_delay_down(): number
  • Gets the delay_down interval (in milliseconds) that elapses between the link going down and the runner being notified about it.

    Returns number

  • get_delay_up(): number
  • Gets the delay_up interval (in milliseconds) that elapses between the link coming up and the runner being notified about it.

    Returns number

  • get_init_wait(): number
  • Gets the init_wait interval (in milliseconds) that the team slave should wait before sending the first packet to the target host.

    Returns number

  • get_interval(): number
  • Gets the interval (in milliseconds) that the team slave should wait between sending two check packets to the target host.

    Returns number

  • get_missed_max(): number
  • get_name(): string
  • get_source_host(): string
  • get_target_host(): string
  • Gets the host name/ip address to be used as destination for the link probing packets.

    Returns string

  • get_vlanid(): number
  • ref(): void
  • unref(): void
  • Decreases the reference count of the object. If the reference count reaches zero, the object will be destroyed.

    Returns void

  • Creates a new arp_ping #NMTeamLinkWatcher object

    Parameters

    • init_wait: number

      init_wait value

    • interval: number

      interval value

    • missed_max: number

      missed_max value

    • target_host: string

      the host name or the ip address that will be used as destination address in the arp request

    • source_host: string

      the host name or the ip address that will be used as source address in the arp request

    • flags: TeamLinkWatcherArpPingFlags

      the watcher #NMTeamLinkWatcherArpPingFlags

    Returns TeamLinkWatcher

  • Creates a new arp_ping #NMTeamLinkWatcher object

    Parameters

    • init_wait: number

      init_wait value

    • interval: number

      interval value

    • missed_max: number

      missed_max value

    • vlanid: number

      vlanid value

    • target_host: string

      the host name or the ip address that will be used as destination address in the arp request

    • source_host: string

      the host name or the ip address that will be used as source address in the arp request

    • flags: TeamLinkWatcherArpPingFlags

      the watcher #NMTeamLinkWatcherArpPingFlags

    Returns TeamLinkWatcher

  • new_nsna_ping(init_wait: number, interval: number, missed_max: number, target_host: string): TeamLinkWatcher
  • Creates a new nsna_ping #NMTeamLinkWatcher object

    Parameters

    • init_wait: number

      init_wait value

    • interval: number

      interval value

    • missed_max: number

      missed_max value

    • target_host: string

      the host name or the ipv6 address that will be used as target address in the NS packet

    Returns TeamLinkWatcher

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method