previousWindows property

List<BackupDrEnabledWindow>? previousWindows
getter/setter pair

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.

Implementation

core.List<BackupDrEnabledWindow>? previousWindows;