BackupDrEnabledWindow
import type { BackupDrEnabledWindow } from "https://googleapis.deno.dev/v1/alloydb:v1.ts";
Information about a single window when BackupDR was enabled for this cluster.
interface BackupDrEnabledWindow {
automatedBackupPreviouslyEnabled?: boolean;
backupPlanAssociation?: string;
continuousBackupPreviouslyEnabled?: boolean;
continuousBackupPreviouslyEnabledTime?: Date;
continuousBackupPreviousRecoveryWindowDays?: number;
dataSource?: string;
disabledTime?: Date;
enabledTime?: Date;
logRetentionPeriod?: number;
}§Properties
§
automatedBackupPreviouslyEnabled?: boolean
[src]Whether automated backup was previously enabled prior to enabling BackupDR protection for this cluster.
§
backupPlanAssociation?: string
[src]The BackupPlanAssociation resource that was used to enable BackupDR protection for this cluster.
§
continuousBackupPreviouslyEnabled?: boolean
[src]Whether continuous backup was previously enabled prior to enabling BackupDR protection for this cluster.
§
continuousBackupPreviouslyEnabledTime?: Date
[src]The time when continuous backup was previously enabled prior to enabling BackupDR protection for this cluster.
§
continuousBackupPreviousRecoveryWindowDays?: number
[src]The retention set for the continuous backup that was previously enabled prior to enabling BackupDR protection for this cluster.