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;
readonly lastBackupTime?: Date;
name?: string;
readonly totalBackupCount?: bigint;
readonly totalBackupSizeBytes?: bigint;
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 kmsKey?: string
[src]Output only. The KMS key used to encrypt the backups under this backup collection.
§
readonly lastBackupTime?: Date
[src]Output only. The last time a backup was created in the backup collection.
§
readonly totalBackupCount?: bigint
[src]Output only. Total number of backups in the backup collection.