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

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}

§
readonly clusterUid?: string
[src]

Output only. The cluster uid of the backup collection.

§
readonly createTime?: Date
[src]

Output only. The time when the backup collection was created.

§
readonly kmsKey?: string
[src]

Output only. The KMS key used to encrypt the backups under this backup collection.

§
name?: string
[src]

Identifier. Full resource path of the backup collection.

§
readonly uid?: string
[src]

Output only. System assigned unique identifier of the backup collection.