Reference documentation and code samples for the Google Cloud Sql Admin V1 Client class SqlBackupRunStatus.
The status of a backup run.
Protobuf type google.cloud.sql.v1.SqlBackupRunStatus
Namespace
Google \ Cloud \ Sql \ V1Methods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
SQL_BACKUP_RUN_STATUS_UNSPECIFIED
Value: 0
The status of the run is unknown.
Generated from protobuf enum SQL_BACKUP_RUN_STATUS_UNSPECIFIED = 0;
ENQUEUED
Value: 1
The backup operation was enqueued.
Generated from protobuf enum ENQUEUED = 1;
OVERDUE
Value: 2
The backup is overdue across a given backup window. Indicates a problem. Example: Long-running operation in progress during the whole window.
Generated from protobuf enum OVERDUE = 2;
RUNNING
Value: 3
The backup is in progress.
Generated from protobuf enum RUNNING = 3;
FAILED
Value: 4
The backup failed.
Generated from protobuf enum FAILED = 4;
SUCCESSFUL
Value: 5
The backup was successful.
Generated from protobuf enum SUCCESSFUL = 5;
SKIPPED
Value: 6
The backup was skipped (without problems) for a given backup window. Example: Instance was idle.
Generated from protobuf enum SKIPPED = 6;
DELETION_PENDING
Value: 7
The backup is about to be deleted.
Generated from protobuf enum DELETION_PENDING = 7;
DELETION_FAILED
Value: 8
The backup deletion failed.
Generated from protobuf enum DELETION_FAILED = 8;
DELETED
Value: 9
The backup has been deleted.
Generated from protobuf enum DELETED = 9;