state property
The current state of this Data Fusion instance.
Output only. Possible string values are:
- "STATE_UNSPECIFIED" : Instance does not have a state yet
- "CREATING" : Instance is being created
- "ACTIVE" : Instance is active and ready for requests. This corresponds to 'RUNNING' in datafusion.v1beta1.
- "FAILED" : Instance creation failed
- "DELETING" : Instance is being deleted
- "UPGRADING" : Instance is being upgraded
- "RESTARTING" : Instance is being restarted
- "UPDATING" : Instance is being updated on customer request
- "AUTO_UPDATING" : Instance is being auto-updated
- "AUTO_UPGRADING" : Instance is being auto-upgraded
- "DISABLED" : Instance is disabled
Implementation
core.String? state;