ZonedApiListLbsRequest: {
    name?: string;
    orderBy?: ListLbsRequestOrderBy;
    organizationId?: string;
    page?: number;
    pageSize?: number;
    projectId?: string;
    tags?: string[];
    zone?: Zone;
}

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.

  • Optionaltags?: string[]

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

  • Optionalzone?: Zone

    Zone to target. If none is passed will use default zone from the config.