Type Alias ZonedApiListCertificatesRequest

ZonedApiListCertificatesRequest: {
    lbId: string;
    name?: string;
    orderBy?: ListCertificatesRequestOrderBy;
    page?: number;
    pageSize?: number;
    zone?: Zone;
}

Type declaration

  • lbId: string

    Load Balancer ID.

  • Optionalname?: string

    Certificate name to filter for, only certificates of this name will be returned.

  • OptionalorderBy?: ListCertificatesRequestOrderBy

    Sort order of certificates in the response.

  • Optionalpage?: number

    The page number to return, from the paginated results.

  • OptionalpageSize?: number

    Number of certificates to return.

  • Optionalzone?: Zone

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