BackupCollection
import type { BackupCollection } from "https://googleapis.deno.dev/v1/redis:v1.ts";
BackupCollection of a cluster.
interface BackupCollection {
readonly cluster?: string;
readonly clusterUid?: string;
readonly createTime?: Date;
readonly kmsKey?: string;
name?: string;
readonly uid?: string;
}§Properties
§
readonly cluster?: string
[src]Output only. The full resource path of the cluster the backup collection belongs to. Example: projects/{project}/locations/{location}/clusters/{cluster}