Module: Google::Cloud::OracleDatabase::V1::AutonomousDatabaseBackupProperties::State

Defined in:
proto_docs/google/cloud/oracledatabase/v1/autonomous_db_backup.rb

Overview

// The various lifecycle states of the Autonomous Database Backup.

Constant Summary collapse

STATE_UNSPECIFIED =

Default unspecified value.

0
CREATING =

Indicates that the resource is in creating state.

1
ACTIVE =

Indicates that the resource is in active state.

2
DELETING =

Indicates that the resource is in deleting state.

3
DELETED =

Indicates that the resource is in deleted state.

4
FAILED =

Indicates that the resource is in failed state.

6
UPDATING =

Indicates that the resource is in updating state.

7