Enum GoldengateDeploymentProperties.GoldengateDeploymentLifecycleState (0.42.0)

public enum GoldengateDeploymentProperties.GoldengateDeploymentLifecycleState extends Enum<GoldengateDeploymentProperties.GoldengateDeploymentLifecycleState> implements ProtocolMessageEnum

The various lifecycle states of the GoldengateDeployment.

Protobuf enum google.cloud.oracledatabase.v1.GoldengateDeploymentProperties.GoldengateDeploymentLifecycleState

Implements

ProtocolMessageEnum

Static Fields

Name Description
ACTIVE

The deployment is active.

ACTIVE = 3;

ACTIVE_VALUE

The deployment is active.

ACTIVE = 3;

CANCELLED

The deployment is canceled.

CANCELLED = 11;

CANCELLED_VALUE

The deployment is canceled.

CANCELLED = 11;

CANCELLING

The deployment is canceling.

CANCELLING = 10;

CANCELLING_VALUE

The deployment is canceling.

CANCELLING = 10;

CREATING

The deployment is being created.

CREATING = 1;

CREATING_VALUE

The deployment is being created.

CREATING = 1;

DELETED

The deployment is deleted.

DELETED = 6;

DELETED_VALUE

The deployment is deleted.

DELETED = 6;

DELETING

The deployment is being deleted.

DELETING = 5;

DELETING_VALUE

The deployment is being deleted.

DELETING = 5;

FAILED

The deployment failed.

FAILED = 7;

FAILED_VALUE

The deployment failed.

FAILED = 7;

GOLDENGATE_DEPLOYMENT_LIFECYCLE_STATE_UNSPECIFIED

Default unspecified value.

GOLDENGATE_DEPLOYMENT_LIFECYCLE_STATE_UNSPECIFIED = 0;

GOLDENGATE_DEPLOYMENT_LIFECYCLE_STATE_UNSPECIFIED_VALUE

Default unspecified value.

GOLDENGATE_DEPLOYMENT_LIFECYCLE_STATE_UNSPECIFIED = 0;

INACTIVE

The deployment is inactive.

INACTIVE = 4;

INACTIVE_VALUE

The deployment is inactive.

INACTIVE = 4;

IN_PROGRESS

The deployment is in progress.

IN_PROGRESS = 9;

IN_PROGRESS_VALUE

The deployment is in progress.

IN_PROGRESS = 9;

NEEDS_ATTENTION

The deployment needs attention.

NEEDS_ATTENTION = 8;

NEEDS_ATTENTION_VALUE

The deployment needs attention.

NEEDS_ATTENTION = 8;

SUCCEEDED

The deployment succeeded.

SUCCEEDED = 12;

SUCCEEDED_VALUE

The deployment succeeded.

SUCCEEDED = 12;

UNRECOGNIZED
UPDATING

The deployment is being updated.

UPDATING = 2;

UPDATING_VALUE

The deployment is being updated.

UPDATING = 2;

WAITING

The deployment is waiting.

WAITING = 13;

WAITING_VALUE

The deployment is waiting.

WAITING = 13;

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