Google Cloud Oracle Database V1 Client - Class GoldengateDeploymentLifecycleSubState (0.9.0)

Reference documentation and code samples for the Google Cloud Oracle Database V1 Client class GoldengateDeploymentLifecycleSubState.

The various lifecycle sub-states of the GoldengateDeployment.

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

Namespace

Google \ Cloud \ OracleDatabase \ V1 \ GoldengateDeploymentProperties

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

GOLDENGATE_DEPLOYMENT_LIFECYCLE_SUB_STATE_UNSPECIFIED

Value: 0

The lifecycle sub-state is unspecified.

Generated from protobuf enum GOLDENGATE_DEPLOYMENT_LIFECYCLE_SUB_STATE_UNSPECIFIED = 0;

RECOVERING

Value: 1

The deployment is recovering.

Generated from protobuf enum RECOVERING = 1;

STARTING

Value: 2

The deployment is starting.

Generated from protobuf enum STARTING = 2;

STOPPING

Value: 3

The deployment is stopping.

Generated from protobuf enum STOPPING = 3;

MOVING

Value: 4

The deployment is moving.

Generated from protobuf enum MOVING = 4;

UPGRADING

Value: 5

The deployment is upgrading.

Generated from protobuf enum UPGRADING = 5;

RESTORING

Value: 6

The deployment is restoring.

Generated from protobuf enum RESTORING = 6;

BACKING_UP

Value: 7

The deployment is backing up.

Generated from protobuf enum BACKING_UP = 7;

ROLLING_BACK

Value: 8

The deployment is rolling back.

Generated from protobuf enum ROLLING_BACK = 8;