ListLbsRequest: {
    name?: string;
    orderBy?: ListLbsRequestOrderBy;
    organizationId?: string;
    page?: number;
    pageSize?: number;
    projectId?: string;
    region?: Region;
    tags?: string[];
}

Type declaration

  • Optionalname?: string

    Load Balancer name to filter for.

  • OptionalorderBy?: ListLbsRequestOrderBy

    Sort order of Load Balancers in the response.

  • OptionalorganizationId?: string

    Organization ID to filter for, only Load Balancers from this Organization will be returned.

  • Optionalpage?: number

    Page number to return, from the paginated results.

  • OptionalpageSize?: number

    Number of Load Balancers to return.

  • OptionalprojectId?: string

    Project ID to filter for, only Load Balancers from this Project will be returned.

  • Optionalregion?: Region

    Region to target. If none is passed will use default region from the config.

  • Optionaltags?: string[]

    Filter by tag, only Load Balancers with one or more matching tags will be returned.