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

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.

§
dataSource?: string
[src]

The DataSource resource that represents the cluster in BackupDR.

§
disabledTime?: Date
[src]

Time when the BackupDR protection for this cluster was disabled. This field will be empty if this BackupDR window is the current_window.

§
enabledTime?: Date
[src]

Time when the BackupDR protection for this cluster was enabled.

§
logRetentionPeriod?: number
[src]

The retention period for logs generated by BackupDR for this cluster.