state property
The current state of this cluster.
Can be CREATING, READY, UPDATING, DELETING and SUSPENDED
Output only. Possible string values are:
- "STATE_UNSPECIFIED" : Not set.
- "CREATING" : Redis cluster is being created.
- "ACTIVE" : Redis cluster has been created and is fully usable.
- "UPDATING" : Redis cluster configuration is being updated.
- "DELETING" : Redis cluster is being deleted.
Implementation
core.String? state;