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

RemoteCluster

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

Details of the remote cluster associated with this cluster in a cross cluster replication setup.

interface RemoteCluster {
readonly cluster?: string;
readonly uid?: string;
}

§Properties

§
readonly cluster?: string
[src]

Output only. The full resource path of the remote cluster in the format: projects//locations//clusters/

§
readonly uid?: string
[src]

Output only. The unique identifier of the remote cluster.