Enum GoldengateConnectionProperties.GoldengateConnectionLifecycleState (0.42.0)

public enum GoldengateConnectionProperties.GoldengateConnectionLifecycleState extends Enum<GoldengateConnectionProperties.GoldengateConnectionLifecycleState> implements ProtocolMessageEnum

Possible lifecycle states for connection.

Protobuf enum google.cloud.oracledatabase.v1.GoldengateConnectionProperties.GoldengateConnectionLifecycleState

Implements

ProtocolMessageEnum

Static Fields

Name Description
ACTIVE

Indicates that the resource is in active state.

ACTIVE = 2;

ACTIVE_VALUE

Indicates that the resource is in active state.

ACTIVE = 2;

CREATING

Indicates that the resource is in provisioning state.

CREATING = 1;

CREATING_VALUE

Indicates that the resource is in provisioning state.

CREATING = 1;

DELETED

Indicates that the resource is in deleted state.

DELETED = 5;

DELETED_VALUE

Indicates that the resource is in deleted state.

DELETED = 5;

DELETING

Indicates that the resource is in deleting state.

DELETING = 4;

DELETING_VALUE

Indicates that the resource is in deleting state.

DELETING = 4;

FAILED

Indicates that the resource is in failed state.

FAILED = 6;

FAILED_VALUE

Indicates that the resource is in failed state.

FAILED = 6;

GOLDENGATE_CONNECTION_LIFECYCLE_STATE_UNSPECIFIED

Default unspecified value.

GOLDENGATE_CONNECTION_LIFECYCLE_STATE_UNSPECIFIED = 0;

GOLDENGATE_CONNECTION_LIFECYCLE_STATE_UNSPECIFIED_VALUE

Default unspecified value.

GOLDENGATE_CONNECTION_LIFECYCLE_STATE_UNSPECIFIED = 0;

UNRECOGNIZED
UPDATING

Indicates that the resource is in updating state.

UPDATING = 3;

UPDATING_VALUE

Indicates that the resource is in updating state.

UPDATING = 3;

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()