state property
The current state of this instance.
Output only. Possible string values are:
- "STATE_UNSPECIFIED" : Not set.
- "CREATING" : Redis instance is being created.
- "READY" : Redis instance has been created and is fully usable.
- "UPDATING" : Redis instance configuration is being updated. Certain kinds of updates may cause the instance to become unusable while the update is in progress.
- "DELETING" : Redis instance is being deleted.
- "REPAIRING" : Redis instance is being repaired and may be unusable.
- "MAINTENANCE" : Maintenance is being performed on this Redis instance.
- "IMPORTING" : Redis instance is importing data (availability may be affected).
- "FAILING_OVER" : Redis instance is failing over (availability may be affected).
Implementation
core.String? state;