Module: Google::Cloud::Redis::Cluster::V1beta1::Backup::State

Defined in:
proto_docs/google/cloud/redis/cluster/v1beta1/cloud_redis_cluster.rb

Overview

State of the backup.

Constant Summary collapse

STATE_UNSPECIFIED =

The default value, not set.

0
CREATING =

The backup is being created.

1
ACTIVE =

The backup is active to be used.

2
DELETING =

The backup is being deleted.

3
SUSPENDED =

The backup is currently suspended due to reasons like project deletion, billing account closure, etc.

4