Enum GoldengateDeploymentProperties.GoldengateDeploymentLifecycleSubState (0.42.0)

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

The various lifecycle sub-states of the GoldengateDeployment.

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

Implements

ProtocolMessageEnum

Static Fields

Name Description
BACKING_UP

The deployment is backing up.

BACKING_UP = 7;

BACKING_UP_VALUE

The deployment is backing up.

BACKING_UP = 7;

GOLDENGATE_DEPLOYMENT_LIFECYCLE_SUB_STATE_UNSPECIFIED

The lifecycle sub-state is unspecified.

GOLDENGATE_DEPLOYMENT_LIFECYCLE_SUB_STATE_UNSPECIFIED = 0;

GOLDENGATE_DEPLOYMENT_LIFECYCLE_SUB_STATE_UNSPECIFIED_VALUE

The lifecycle sub-state is unspecified.

GOLDENGATE_DEPLOYMENT_LIFECYCLE_SUB_STATE_UNSPECIFIED = 0;

MOVING

The deployment is moving.

MOVING = 4;

MOVING_VALUE

The deployment is moving.

MOVING = 4;

RECOVERING

The deployment is recovering.

RECOVERING = 1;

RECOVERING_VALUE

The deployment is recovering.

RECOVERING = 1;

RESTORING

The deployment is restoring.

RESTORING = 6;

RESTORING_VALUE

The deployment is restoring.

RESTORING = 6;

ROLLING_BACK

The deployment is rolling back.

ROLLING_BACK = 8;

ROLLING_BACK_VALUE

The deployment is rolling back.

ROLLING_BACK = 8;

STARTING

The deployment is starting.

STARTING = 2;

STARTING_VALUE

The deployment is starting.

STARTING = 2;

STOPPING

The deployment is stopping.

STOPPING = 3;

STOPPING_VALUE

The deployment is stopping.

STOPPING = 3;

UNRECOGNIZED
UPGRADING

The deployment is upgrading.

UPGRADING = 5;

UPGRADING_VALUE

The deployment is upgrading.

UPGRADING = 5;

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