Enum Instance.State (1.8.0)

public enum Instance.State extends Enum<Instance.State> implements ProtocolMessageEnum

Represents the state of a Data Fusion instance

Protobuf enum google.cloud.datafusion.v1beta1.Instance.State

Implements

ProtocolMessageEnum

Static Fields

NameDescription
AUTO_UPDATING

Instance is being auto-updated

AUTO_UPDATING = 8;

AUTO_UPDATING_VALUE

Instance is being auto-updated

AUTO_UPDATING = 8;

AUTO_UPGRADING

Instance is being auto-upgraded

AUTO_UPGRADING = 9;

AUTO_UPGRADING_VALUE

Instance is being auto-upgraded

AUTO_UPGRADING = 9;

CREATING

Instance is being created

CREATING = 1;

CREATING_VALUE

Instance is being created

CREATING = 1;

DELETING

Instance is being deleted

DELETING = 4;

DELETING_VALUE

Instance is being deleted

DELETING = 4;

DISABLED

Instance is disabled

DISABLED = 10;

DISABLED_VALUE

Instance is disabled

DISABLED = 10;

FAILED

Instance creation failed

FAILED = 3;

FAILED_VALUE

Instance creation failed

FAILED = 3;

RESTARTING

Instance is being restarted

RESTARTING = 6;

RESTARTING_VALUE

Instance is being restarted

RESTARTING = 6;

RUNNING

Instance is running and ready for requests

RUNNING = 2;

RUNNING_VALUE

Instance is running and ready for requests

RUNNING = 2;

STATE_UNSPECIFIED

Instance does not have a state yet

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

Instance does not have a state yet

STATE_UNSPECIFIED = 0;

UNRECOGNIZED
UPDATING

Instance is being updated on customer request

UPDATING = 7;

UPDATING_VALUE

Instance is being updated on customer request

UPDATING = 7;

UPGRADING

Instance is being upgraded

UPGRADING = 5;

UPGRADING_VALUE

Instance is being upgraded

UPGRADING = 5;

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()