refreshableMode property

String? refreshableMode
getter/setter pair

The refresh mode of the cloned Autonomous Database.

Output only. Possible string values are:

  • "REFRESHABLE_MODE_UNSPECIFIED" : The default unspecified value.
  • "AUTOMATIC" : AUTOMATIC indicates that the cloned database is automatically refreshed with data from the source Autonomous Database.
  • "MANUAL" : MANUAL indicates that the cloned database is manually refreshed with data from the source Autonomous Database.

Implementation

core.String? refreshableMode;