Reference documentation and code samples for the Google Cloud Data Fusion V1 Client class State.
Different values possible for the state of an accelerator
Protobuf type google.cloud.datafusion.v1.Accelerator.State
Namespace
Google \ Cloud \ DataFusion \ V1 \ AcceleratorMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
STATE_UNSPECIFIED
Value: 0
Default value, do not use
Generated from protobuf enum STATE_UNSPECIFIED = 0;
ENABLED
Value: 1
Indicates that the accelerator is enabled and available to use
Generated from protobuf enum ENABLED = 1;
DISABLED
Value: 2
Indicates that the accelerator is disabled and not available to use
Generated from protobuf enum DISABLED = 2;
UNKNOWN
Value: 3
Indicates that accelerator state is currently unknown.
Requests for enable, disable could be retried while in this state
Generated from protobuf enum UNKNOWN = 3;