localDisasterRecoveryType property

String? localDisasterRecoveryType
getter/setter pair

This field indicates the local disaster recovery (DR) type of an Autonomous Database.

Output only. Possible string values are:

  • "LOCAL_DISASTER_RECOVERY_TYPE_UNSPECIFIED" : Default unspecified value.
  • "ADG" : Autonomous Data Guard recovery.
  • "BACKUP_BASED" : Backup based recovery.

Implementation

core.String? localDisasterRecoveryType;