Google Cloud Oracle Database V1 Client - Class RefreshableMode (0.7.1)
Stay organized with collections
Save and categorize content based on your preferences.
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: 0The default unspecified value.
Generated from protobuf enum REFRESHABLE_MODE_UNSPECIFIED = 0;
AUTOMATIC
Value: 1AUTOMATIC indicates that the cloned database is automatically refreshed with data from the source Autonomous Database.
Generated from protobuf enum AUTOMATIC = 1;
MANUAL
Value: 2MANUAL indicates that the cloned database is manually refreshed with data from the source Autonomous Database.
Generated from protobuf enum MANUAL = 2;