AutomatedBackupConfig
import type { AutomatedBackupConfig } from "https://googleapis.deno.dev/v1/redis:v1.ts";
The automated backup config for a cluster.
interface AutomatedBackupConfig {
automatedBackupMode?: "AUTOMATED_BACKUP_MODE_UNSPECIFIED" | "DISABLED" | "ENABLED";
fixedFrequencySchedule?: FixedFrequencySchedule;
retention?: number;
}§Properties
§
automatedBackupMode?: "AUTOMATED_BACKUP_MODE_UNSPECIFIED" | "DISABLED" | "ENABLED"
[src]Optional. The automated backup mode. If the mode is disabled, the other fields will be ignored.
§
fixedFrequencySchedule?: FixedFrequencySchedule
[src]Optional. Trigger automated backups at a fixed frequency.