Reference documentation and code samples for the Google Cloud AlloyDB for PostgreSQL V1 Client class State.
Backup State
Protobuf type google.cloud.alloydb.v1.Backup.State
Namespace
Google \ Cloud \ AlloyDb \ V1 \ BackupMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
STATE_UNSPECIFIED
Value: 0The state of the backup is unknown.
Generated from protobuf enum STATE_UNSPECIFIED = 0;
READY
Value: 1The backup is ready.
Generated from protobuf enum READY = 1;
CREATING
Value: 2The backup is creating.
Generated from protobuf enum CREATING = 2;
FAILED
Value: 3The backup failed.
Generated from protobuf enum FAILED = 3;
DELETING
Value: 4The backup is being deleted.
Generated from protobuf enum DELETING = 4;