Google Cloud Data Fusion V1 Client - Class State (0.2.11)

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

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
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;