Reference documentation and code samples for the Google Cloud Sql Admin V1 Client class SqlBackupState.
The backup's state
Protobuf type google.cloud.sql.v1.Backup.SqlBackupState
Namespace
Google \ Cloud \ Sql \ V1 \ BackupMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
SQL_BACKUP_STATE_UNSPECIFIED
Value: 0The state of the backup is unknown.
Generated from protobuf enum SQL_BACKUP_STATE_UNSPECIFIED = 0;
ENQUEUED
Value: 1The backup that's added to a queue.
Generated from protobuf enum ENQUEUED = 1;
RUNNING
Value: 2The backup is in progress.
Generated from protobuf enum RUNNING = 2;
FAILED
Value: 3The backup failed.
Generated from protobuf enum FAILED = 3;
SUCCESSFUL
Value: 4The backup is successful.
Generated from protobuf enum SUCCESSFUL = 4;
DELETING
Value: 5The backup is being deleted.
Generated from protobuf enum DELETING = 5;
DELETION_FAILED
Value: 6Deletion of the backup failed.
Generated from protobuf enum DELETION_FAILED = 6;