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

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

The various lifecycle states of the GoldengateDeployment.

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

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_STATE_UNSPECIFIED

Value: 0

Default unspecified value.

Generated from protobuf enum GOLDENGATE_DEPLOYMENT_LIFECYCLE_STATE_UNSPECIFIED = 0;

CREATING

Value: 1

The deployment is being created.

Generated from protobuf enum CREATING = 1;

UPDATING

Value: 2

The deployment is being updated.

Generated from protobuf enum UPDATING = 2;

ACTIVE

Value: 3

The deployment is active.

Generated from protobuf enum ACTIVE = 3;

INACTIVE

Value: 4

The deployment is inactive.

Generated from protobuf enum INACTIVE = 4;

DELETING

Value: 5

The deployment is being deleted.

Generated from protobuf enum DELETING = 5;

DELETED

Value: 6

The deployment is deleted.

Generated from protobuf enum DELETED = 6;

FAILED

Value: 7

The deployment failed.

Generated from protobuf enum FAILED = 7;

NEEDS_ATTENTION

Value: 8

The deployment needs attention.

Generated from protobuf enum NEEDS_ATTENTION = 8;

IN_PROGRESS

Value: 9

The deployment is in progress.

Generated from protobuf enum IN_PROGRESS = 9;

CANCELLING

Value: 10

The deployment is canceling.

Generated from protobuf enum CANCELLING = 10;

CANCELLED

Value: 11

The deployment is canceled.

Generated from protobuf enum CANCELLED = 11;

SUCCEEDED

Value: 12

The deployment succeeded.

Generated from protobuf enum SUCCEEDED = 12;

WAITING

Value: 13

The deployment is waiting.

Generated from protobuf enum WAITING = 13;