Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ListClustersResponse

import type { ListClustersResponse } from "https://googleapis.deno.dev/v1/redis:v1.ts";

Response for ListClusters.

interface ListClustersResponse {
clusters?: Cluster[];
nextPageToken?: string;
unreachable?: string[];
}

§Properties

§
clusters?: Cluster[]
[src]

A list of Redis clusters in the project in the specified location, or across all locations. If the location_id in the parent field of the request is "-", all regions available to the project are queried, and the results aggregated. If in such an aggregated query a location is unavailable, a placeholder Redis entry is included in the response with the name field set to a value of the form projects/{project_id}/locations/{location_id}/clusters/- and the status field set to ERROR and status_message field set to "location not available for ListClusters".

§
nextPageToken?: string
[src]

Token to retrieve the next page of results, or empty if there are no more results in the list.

§
unreachable?: string[]
[src]

Locations that could not be reached.