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 \ GoldengateDeploymentPropertiesMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
GOLDENGATE_DEPLOYMENT_LIFECYCLE_SUB_STATE_UNSPECIFIED
Value: 0The lifecycle sub-state is unspecified.
Generated from protobuf enum GOLDENGATE_DEPLOYMENT_LIFECYCLE_SUB_STATE_UNSPECIFIED = 0;
RECOVERING
Value: 1The deployment is recovering.
Generated from protobuf enum RECOVERING = 1;
STARTING
Value: 2The deployment is starting.
Generated from protobuf enum STARTING = 2;
STOPPING
Value: 3The deployment is stopping.
Generated from protobuf enum STOPPING = 3;
MOVING
Value: 4The deployment is moving.
Generated from protobuf enum MOVING = 4;
UPGRADING
Value: 5The deployment is upgrading.
Generated from protobuf enum UPGRADING = 5;
RESTORING
Value: 6The deployment is restoring.
Generated from protobuf enum RESTORING = 6;
BACKING_UP
Value: 7The deployment is backing up.
Generated from protobuf enum BACKING_UP = 7;
ROLLING_BACK
Value: 8The deployment is rolling back.
Generated from protobuf enum ROLLING_BACK = 8;