state property
The state of the instance.
Output only. Possible string values are:
- "STATE_UNSPECIFIED" : State is unspecified.
- "ACTIVE" : Instance is active and ready for use.
- "CREATING" : Instance provisioning is in progress.
- "FAILED" : Instance is in a failed state.
- "SUSPENDED" : Instance was suspended.
- "UPDATING" : Instance update is in progress.
- "DELETING" : Instance delete is in progress.
- "EXPORTING" : Instance is being exported.
- "IMPORTING" : Instance is importing data.
Implementation
core.String? state;