Reference documentation and code samples for the Google Cloud Oracle Database V1 Client class LocalDisasterRecoveryType.
The types of local disaster recovery available for an Autonomous Database.
Protobuf type google.cloud.oracledatabase.v1.AutonomousDatabaseProperties.LocalDisasterRecoveryType
Namespace
Google \ Cloud \ OracleDatabase \ V1 \ AutonomousDatabasePropertiesMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
LOCAL_DISASTER_RECOVERY_TYPE_UNSPECIFIED
Value: 0
Default unspecified value.
Generated from protobuf enum LOCAL_DISASTER_RECOVERY_TYPE_UNSPECIFIED = 0;
ADG
Value: 1
Autonomous Data Guard recovery.
Generated from protobuf enum ADG = 1;
BACKUP_BASED
Value: 2
Backup based recovery.
Generated from protobuf enum BACKUP_BASED = 2;