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

BackupDrInfo

import type { BackupDrInfo } from "https://googleapis.deno.dev/v1/alloydb:v1.ts";

Information about BackupDR protection for this cluster.

interface BackupDrInfo {
currentWindow?: BackupDrEnabledWindow;
previousWindows?: BackupDrEnabledWindow[];
}

§Properties

§

The current BackupDR configuration for this cluster. If BackupDR protection is not enabled for this cluster, this field will be empty.

§
previousWindows?: BackupDrEnabledWindow[]
[src]

Windows during which BackupDR was enabled for this cluster, along with associated configuration for that window. These are used to determine points-in-time for which restores can be performed. The windows are ordered with the most recent window last. Windows are mutally exclusive. Windows which closed more than 1 year ago will be removed from this list.