Module: Google::Cloud::Memorystore::V1::Backup::State

Defined in:
proto_docs/google/cloud/memorystore/v1/memorystore.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