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 \ GoldengateDeploymentPropertiesMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
GOLDENGATE_DEPLOYMENT_LIFECYCLE_STATE_UNSPECIFIED
Value: 0Default unspecified value.
Generated from protobuf enum GOLDENGATE_DEPLOYMENT_LIFECYCLE_STATE_UNSPECIFIED = 0;
CREATING
Value: 1The deployment is being created.
Generated from protobuf enum CREATING = 1;
UPDATING
Value: 2The deployment is being updated.
Generated from protobuf enum UPDATING = 2;
ACTIVE
Value: 3The deployment is active.
Generated from protobuf enum ACTIVE = 3;
INACTIVE
Value: 4The deployment is inactive.
Generated from protobuf enum INACTIVE = 4;
DELETING
Value: 5The deployment is being deleted.
Generated from protobuf enum DELETING = 5;
DELETED
Value: 6The deployment is deleted.
Generated from protobuf enum DELETED = 6;
FAILED
Value: 7The deployment failed.
Generated from protobuf enum FAILED = 7;
NEEDS_ATTENTION
Value: 8The deployment needs attention.
Generated from protobuf enum NEEDS_ATTENTION = 8;
IN_PROGRESS
Value: 9The deployment is in progress.
Generated from protobuf enum IN_PROGRESS = 9;
CANCELLING
Value: 10The deployment is canceling.
Generated from protobuf enum CANCELLING = 10;
CANCELLED
Value: 11The deployment is canceled.
Generated from protobuf enum CANCELLED = 11;
SUCCEEDED
Value: 12The deployment succeeded.
Generated from protobuf enum SUCCEEDED = 12;
WAITING
Value: 13The deployment is waiting.
Generated from protobuf enum WAITING = 13;