Google Cloud AlloyDB for PostgreSQL V1beta Client - Class State (0.7.1)

Reference documentation and code samples for the Google Cloud AlloyDB for PostgreSQL V1beta Client class State.

Backup State

Protobuf type google.cloud.alloydb.v1beta.Backup.State

Namespace

Google \ Cloud \ AlloyDb \ V1beta \ Backup

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
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;