persistenceMode property
Controls whether Persistence features are enabled.
If not provided, the existing value will be used.
Optional. Possible string values are:
- "PERSISTENCE_MODE_UNSPECIFIED" : Not set.
- "DISABLED" : Persistence is disabled for the instance, and any existing snapshots are deleted.
- "RDB" : RDB based Persistence is enabled.
Implementation
core.String? persistenceMode;