Module: Google::Cloud::Memorystore::V1beta::TokenAuthUser::State
- Defined in:
- proto_docs/google/cloud/memorystore/v1beta/memorystore.rb
Overview
Represents the different states of a token based auth user. New values may be added in the future.
Constant Summary collapse
- STATE_UNSPECIFIED =
Not set.
0- ACTIVE =
The auth user is active.
1- CREATING =
The auth user is being created.
2- UPDATING =
The auth user is being updated.
3- DELETING =
The auth user is being deleted.
4