Enum GoldengateConnectionAssignmentProperties.State (0.42.0)

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

Possible lifecycle states for connection assignments.

Protobuf enum google.cloud.oracledatabase.v1.GoldengateConnectionAssignmentProperties.State

Implements

ProtocolMessageEnum

Static Fields

Name Description
ACTIVE

Connection assignment is active.

ACTIVE = 2;

ACTIVE_VALUE

Connection assignment is active.

ACTIVE = 2;

CREATING

Connection assignment is being created.

CREATING = 1;

CREATING_VALUE

Connection assignment is being created.

CREATING = 1;

DELETING

Connection assignment is being deleted.

DELETING = 5;

DELETING_VALUE

Connection assignment is being deleted.

DELETING = 5;

FAILED

Connection assignment failed.

FAILED = 3;

FAILED_VALUE

Connection assignment failed.

FAILED = 3;

STATE_UNSPECIFIED

Lifecycle state is unspecified.

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

Lifecycle state is unspecified.

STATE_UNSPECIFIED = 0;

UNRECOGNIZED
UPDATING

Connection assignment is being updated.

UPDATING = 4;

UPDATING_VALUE

Connection assignment is being updated.

UPDATING = 4;

Static Methods

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

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()