state property

String? state
getter/setter pair

The current lifecycle state of the Autonomous Database.

Output only. Possible string values are:

  • "STATE_UNSPECIFIED" : Default unspecified value.
  • "PROVISIONING" : Indicates that the Autonomous Database is in provisioning state.
  • "AVAILABLE" : Indicates that the Autonomous Database is in available state.
  • "STOPPING" : Indicates that the Autonomous Database is in stopping state.
  • "STOPPED" : Indicates that the Autonomous Database is in stopped state.
  • "STARTING" : Indicates that the Autonomous Database is in starting state.
  • "TERMINATING" : Indicates that the Autonomous Database is in terminating state.
  • "TERMINATED" : Indicates that the Autonomous Database is in terminated state.
  • "UNAVAILABLE" : Indicates that the Autonomous Database is in unavailable state.
  • "RESTORE_IN_PROGRESS" : Indicates that the Autonomous Database restore is in progress.
  • "RESTORE_FAILED" : Indicates that the Autonomous Database failed to restore.
  • "BACKUP_IN_PROGRESS" : Indicates that the Autonomous Database backup is in progress.
  • "SCALE_IN_PROGRESS" : Indicates that the Autonomous Database scale is in progress.
  • "AVAILABLE_NEEDS_ATTENTION" : Indicates that the Autonomous Database is available but needs attention state.
  • "UPDATING" : Indicates that the Autonomous Database is in updating state.
  • "MAINTENANCE_IN_PROGRESS" : Indicates that the Autonomous Database's maintenance is in progress state.
  • "RESTARTING" : Indicates that the Autonomous Database is in restarting state.
  • "RECREATING" : Indicates that the Autonomous Database is in recreating state.
  • "ROLE_CHANGE_IN_PROGRESS" : Indicates that the Autonomous Database's role change is in progress state.
  • "UPGRADING" : Indicates that the Autonomous Database is in upgrading state.
  • "INACCESSIBLE" : Indicates that the Autonomous Database is in inaccessible state.
  • "STANDBY" : Indicates that the Autonomous Database is in standby state.

Implementation

core.String? state;