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

Reference documentation and code samples for the Google Cloud Data Fusion V1 Client class State.

Represents the state of a Data Fusion instance

Protobuf type google.cloud.datafusion.v1.Instance.State

Namespace

Google \ Cloud \ DataFusion \ V1 \ Instance

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

STATE_UNSPECIFIED

Value: 0

Instance does not have a state yet

Generated from protobuf enum STATE_UNSPECIFIED = 0;

CREATING

Value: 1

Instance is being created

Generated from protobuf enum CREATING = 1;

ACTIVE

Value: 2

Instance is active and ready for requests. This corresponds to 'RUNNING' in datafusion.v1beta1.

Generated from protobuf enum ACTIVE = 2;

FAILED

Value: 3

Instance creation failed

Generated from protobuf enum FAILED = 3;

DELETING

Value: 4

Instance is being deleted

Generated from protobuf enum DELETING = 4;

UPGRADING

Value: 5

Instance is being upgraded

Generated from protobuf enum UPGRADING = 5;

RESTARTING

Value: 6

Instance is being restarted

Generated from protobuf enum RESTARTING = 6;

UPDATING

Value: 7

Instance is being updated on customer request

Generated from protobuf enum UPDATING = 7;

AUTO_UPDATING

Value: 8

Instance is being auto-updated

Generated from protobuf enum AUTO_UPDATING = 8;

AUTO_UPGRADING

Value: 9

Instance is being auto-upgraded

Generated from protobuf enum AUTO_UPGRADING = 9;

DISABLED

Value: 10

Instance is disabled

Generated from protobuf enum DISABLED = 10;