Google Cloud Sql Admin V1beta4 Client - Class SqlBackupRunStatus (0.3.1)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Google Cloud Sql Admin V1beta4 Client class SqlBackupRunStatus.
The status of a backup run.
Protobuf type google.cloud.sql.v1beta4.SqlBackupRunStatus
Namespace
Google \ Cloud \ Sql \ V1beta4Methods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
SQL_BACKUP_RUN_STATUS_UNSPECIFIED
Value: 0The status of the run is unknown.
Generated from protobuf enum SQL_BACKUP_RUN_STATUS_UNSPECIFIED = 0;
ENQUEUED
Value: 1The backup operation was enqueued.
Generated from protobuf enum ENQUEUED = 1;
OVERDUE
Value: 2The 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: 3The backup is in progress.
Generated from protobuf enum RUNNING = 3;
FAILED
Value: 4The backup failed.
Generated from protobuf enum FAILED = 4;
SUCCESSFUL
Value: 5The backup was successful.
Generated from protobuf enum SUCCESSFUL = 5;
SKIPPED
Value: 6The backup was skipped (without problems) for a given backup window. Example: Instance was idle.
Generated from protobuf enum SKIPPED = 6;
DELETION_PENDING
Value: 7The backup is about to be deleted.
Generated from protobuf enum DELETION_PENDING = 7;
DELETION_FAILED
Value: 8The backup deletion failed.
Generated from protobuf enum DELETION_FAILED = 8;
DELETED
Value: 9The backup has been deleted.
Generated from protobuf enum DELETED = 9;