automatedBackupMode property
The automated backup mode.
If the mode is disabled, the other fields will be ignored.
Optional. Possible string values are:
- "AUTOMATED_BACKUP_MODE_UNSPECIFIED" : Default value. Automated backup config is not specified.
- "DISABLED" : Automated backup config disabled.
- "ENABLED" : Automated backup config enabled.
Implementation
core.String? automatedBackupMode;