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: 0
The state of the backup is unknown.
Generated from protobuf enum STATE_UNSPECIFIED = 0;
READY
Value: 1
The backup is ready.
Generated from protobuf enum READY = 1;
CREATING
Value: 2
The backup is creating.
Generated from protobuf enum CREATING = 2;
FAILED
Value: 3
The backup failed.
Generated from protobuf enum FAILED = 3;
DELETING
Value: 4
The backup is being deleted.
Generated from protobuf enum DELETING = 4;