Module: Google::Cloud::Sql::V1::Backup::SqlBackupState

Defined in:
proto_docs/google/cloud/sql/v1/cloud_sql_backups.rb

Overview

The backup's state

Constant Summary collapse

SQL_BACKUP_STATE_UNSPECIFIED =

The state of the backup is unknown.

0
ENQUEUED =

The backup that's added to a queue.

1
RUNNING =

The backup is in progress.

2
FAILED =

The backup failed.

3
SUCCESSFUL =

The backup is successful.

4
DELETING =

The backup is being deleted.

5
DELETION_FAILED =

Deletion of the backup failed.

6