Module: Google::Cloud::DataFusion::V1::Accelerator::State
- Defined in:
- proto_docs/google/cloud/datafusion/v1/datafusion.rb
Overview
Different values possible for the state of an accelerator
Constant Summary collapse
- STATE_UNSPECIFIED =
Default value, do not use
0
- ENABLED =
Indicates that the accelerator is enabled and available to use
1
- DISABLED =
Indicates that the accelerator is disabled and not available to use
2
- UNKNOWN =
Indicates that accelerator state is currently unknown. Requests for enable, disable could be retried while in this state
3