Module: Google::Cloud::Memorystore::V1beta::AuthToken::State

Defined in:
proto_docs/google/cloud/memorystore/v1beta/memorystore.rb

Overview

Represents the different states of an auth token. New values may be added in the future.

Constant Summary collapse

STATE_UNSPECIFIED =

Not set.

0
ACTIVE =

The auth token is active.

1
CREATING =

The auth token is being created.

2
DELETING =

The auth token is being deleted.

3