Do not construct this object directly, use the failoverBackends
property of an Ngrok
client object instead.
Create a new Failover backend
Delete a Failover backend by ID.
Get detailed information about a Failover backend by ID
List all Failover backends on this account
Update Failover backend by ID
Generated using TypeDoc
A Failover backend defines failover behavior within a list of referenced backends. Traffic is sent to the first backend in the list. If that backend is offline or no connection can be established, ngrok attempts to connect to the next backend in the list until one is successful.