Hierarchy

  • ZonedAPI
    • ZonedAPI

Constructors

Properties

LOCALITIES: Zone[] = ...

Lists the available zones of the API.

Methods

  • List Load Balancers. List all Load Balancers in the specified zone, for a Scaleway Organization or Scaleway Project. By default, the Load Balancers returned in the list are ordered by creation date in ascending order, though this can be modified via the order_by field.

    Parameters

    Returns Promise<ListLbsResponse> & {
        "[asyncIterator]": () => AsyncGenerator<LB.v1.Lb[], void, void>;
        all: () => Promise<LB.v1.Lb[]>;
    }

    A Promise of ListLbsResponse