Class (GI Struct)

NM-1.0NMTeamLinkWatcher

Index

Constructors

Properties

Methods

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

    Returns number

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

    Returns number

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

    Returns number

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

    Returns number

  • Gets the number of missed replies after which the link is considered down.

    Returns number

  • Gets the ip address to be used as source for the link probing packets.

    Returns string

  • Gets the host name/ip address to be used as destination for the link probing packets.

    Returns string

  • Gets the VLAN tag ID to be used to outgoing link probes

    Returns number

  • Decreases the reference count of the object. If the reference count reaches zero, the object will be destroyed.

    Since 1.20, ref-counting of NM.TeamLinkWatcher is thread-safe.

    Returns void

  • Parameters

    • init_wait: number
    • interval: number
    • missed_max: number
    • target_host: string

    Returns TeamLinkWatcher