Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace BackupPolicy

The Backup policy for the DB System.

Properties

Optional definedTags

definedTags: undefined | object

Usage of predefined tag keys. These predefined keys are scoped to namespaces.

Tags defined here will be copied verbatim as tags on the Backup resource created by this BackupPolicy.

Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}

Optional freeformTags

freeformTags: undefined | object

Simple key-value pair applied without any predefined name, type or scope. Exists for cross-compatibility only.

Tags defined here will be copied verbatim as tags on the Backup resource created by this BackupPolicy.

Example: {@code {\"bar-key\": \"value\"}}

isEnabled

isEnabled: boolean

If automated backups are enabled or disabled.

Optional pitrPolicy

pitrPolicy: model.PitrPolicy

retentionInDays

retentionInDays: number

The number of days automated backups are retained. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

windowStartTime

windowStartTime: string

The start of a 30-minute window of time in which daily, automated backups occur.

This should be in the format of the \"Time\" portion of an RFC3339-formatted timestamp. Any second or sub-second time data will be truncated to zero.

At some point in the window, the system may incur a brief service disruption as the backup is performed.

If not defined, a window is selected from the following Region-based time-spans: - eu-frankfurt-1: 20:00 - 04:00 UTC - us-ashburn-1: 03:00 - 11:00 UTC - uk-london-1: 06:00 - 14:00 UTC - ap-tokyo-1: 13:00 - 21:00 - us-phoenix-1: 06:00 - 14:00

Functions

getDeserializedJsonObj

getJsonObj