Reference documentation and code samples for the Google Cloud Oracle Database V1 Client class RefreshableMode.
The refresh mode of the cloned Autonomous Database.
Protobuf type google.cloud.oracledatabase.v1.AutonomousDatabaseProperties.RefreshableMode
Namespace
Google \ Cloud \ OracleDatabase \ V1 \ AutonomousDatabasePropertiesMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
REFRESHABLE_MODE_UNSPECIFIED
Value: 0
The default unspecified value.
Generated from protobuf enum REFRESHABLE_MODE_UNSPECIFIED = 0;
AUTOMATIC
Value: 1
AUTOMATIC indicates that the cloned database is automatically refreshed with data from the source Autonomous Database.
Generated from protobuf enum AUTOMATIC = 1;
MANUAL
Value: 2
MANUAL indicates that the cloned database is manually refreshed with data from the source Autonomous Database.
Generated from protobuf enum MANUAL = 2;