Module: Google::Cloud::OracleDatabase::V1::AutonomousDatabaseProperties::RefreshableMode

Defined in:
proto_docs/google/cloud/oracledatabase/v1/autonomous_database.rb

Overview

The refresh mode of the cloned Autonomous Database.

Constant Summary collapse

REFRESHABLE_MODE_UNSPECIFIED =

The default unspecified value.

0
AUTOMATIC =

AUTOMATIC indicates that the cloned database is automatically refreshed with data from the source Autonomous Database.

1
MANUAL =

MANUAL indicates that the cloned database is manually refreshed with data from the source Autonomous Database.

2