Module: Google::Cloud::Memorystore::V1::Instance::State
- Defined in:
- proto_docs/google/cloud/memorystore/v1/memorystore.rb
Overview
Possible states of the instance.
Constant Summary collapse
- STATE_UNSPECIFIED =
Not set.
0- CREATING =
Instance is being created.
1- ACTIVE =
Instance has been created and is usable.
2- UPDATING =
Instance is being updated.
3- DELETING =
Instance is being deleted.
4