Options
All
  • Public
  • Public/Protected
  • All
Menu

Class TunnelGroupBackends

A Tunnel Group Backend balances traffic among all online tunnels that match a label selector.

Hierarchy

  • TunnelGroupBackends

Index

Constructors

Methods

Constructors

constructor

  • Do not construct this object directly, use the tunnelGroupBackends property of an Ngrok client object instead.

    Parameters

    • httpClient: Wretcher

    Returns TunnelGroupBackends

Methods

create

delete

  • delete(id: any): Promise<void>
  • Delete a TunnelGroup backend by ID.

    Parameters

    • id: any

    Returns Promise<void>

get

list

  • List all TunnelGroup backends on this account

    Parameters

    • Optional beforeId: string
    • Optional limit: string

    Returns Promise<TunnelGroupBackend[]>

update

Generated using TypeDoc