role property

String? role
getter/setter pair

The Data Guard role of the Autonomous Database.

Output only. Possible string values are:

  • "ROLE_UNSPECIFIED" : Default unspecified value.
  • "PRIMARY" : Primary role
  • "STANDBY" : Standby role
  • "DISABLED_STANDBY" : Disabled standby role
  • "BACKUP_COPY" : Backup copy role
  • "SNAPSHOT_STANDBY" : Snapshot standby role

Implementation

core.String? role;