ListClustersRequest: {
    name?: string;
    orderBy?: Redis.v1.ListClustersRequestOrderBy;
    organizationId?: string;
    page?: number;
    pageSize?: number;
    projectId?: string;
    tags?: string[];
    version?: string;
    zone?: Zone;
}

Type declaration

  • Optionalname?: string

    Filter by Database Instance names.

  • OptionalorderBy?: Redis.v1.ListClustersRequestOrderBy

    Criteria to use when ordering the list.

  • OptionalorganizationId?: string

    Filter by Organization ID.

  • Optionalpage?: number
  • OptionalpageSize?: number
  • OptionalprojectId?: string

    Filter by Project ID.

  • Optionaltags?: string[]

    Filter by Database Instance tags.

  • Optionalversion?: string

    Filter by Redis™ engine version.

  • Optionalzone?: Zone

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