Reference documentation and code samples for the Cloud Data Fusion V1 API module Google::Cloud::DataFusion::V1::Instance::State.
Represents the state of a Data Fusion instance
Constants
STATE_UNSPECIFIED
value: 0
Instance does not have a state yet
CREATING
value: 1
Instance is being created
ACTIVE
value: 2
Instance is active and ready for requests. This corresponds to 'RUNNING'
in datafusion.v1beta1.
FAILED
value: 3
Instance creation failed
DELETING
value: 4
Instance is being deleted
UPGRADING
value: 5
Instance is being upgraded
RESTARTING
value: 6
Instance is being restarted
UPDATING
value: 7
Instance is being updated on customer request
AUTO_UPDATING
value: 8
Instance is being auto-updated
AUTO_UPGRADING
value: 9
Instance is being auto-upgraded
DISABLED
value: 10
Instance is disabled