Module: Google::Cloud::DataFusion::V1::Instance::State
- Defined in:
- proto_docs/google/cloud/datafusion/v1/datafusion.rb
Overview
Represents the state of a Data Fusion instance
Constant Summary collapse
- STATE_UNSPECIFIED =
Instance does not have a state yet
0
- CREATING =
Instance is being created
1
- ACTIVE =
Instance is active and ready for requests. This corresponds to 'RUNNING' in datafusion.v1beta1.
2
- FAILED =
Instance creation failed
3
- DELETING =
Instance is being deleted
4
- UPGRADING =
Instance is being upgraded
5
- RESTARTING =
Instance is being restarted
6
- UPDATING =
Instance is being updated on customer request
7
- AUTO_UPDATING =
Instance is being auto-updated
8
- AUTO_UPGRADING =
Instance is being auto-upgraded
9
- DISABLED =
Instance is disabled
10