public enum GoldengateDeploymentProperties.GoldengateDeploymentLifecycleState extends Enum<GoldengateDeploymentProperties.GoldengateDeploymentLifecycleState> implements ProtocolMessageEnumThe various lifecycle states of the GoldengateDeployment.
Protobuf enum
google.cloud.oracledatabase.v1.GoldengateDeploymentProperties.GoldengateDeploymentLifecycleState
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
ACTIVE |
The deployment is active. |
ACTIVE_VALUE |
The deployment is active. |
CANCELLED |
The deployment is canceled. |
CANCELLED_VALUE |
The deployment is canceled. |
CANCELLING |
The deployment is canceling. |
CANCELLING_VALUE |
The deployment is canceling. |
CREATING |
The deployment is being created. |
CREATING_VALUE |
The deployment is being created. |
DELETED |
The deployment is deleted. |
DELETED_VALUE |
The deployment is deleted. |
DELETING |
The deployment is being deleted. |
DELETING_VALUE |
The deployment is being deleted. |
FAILED |
The deployment failed. |
FAILED_VALUE |
The deployment failed. |
GOLDENGATE_DEPLOYMENT_LIFECYCLE_STATE_UNSPECIFIED |
Default unspecified value. |
GOLDENGATE_DEPLOYMENT_LIFECYCLE_STATE_UNSPECIFIED_VALUE |
Default unspecified value. |
INACTIVE |
The deployment is inactive. |
INACTIVE_VALUE |
The deployment is inactive. |
IN_PROGRESS |
The deployment is in progress. |
IN_PROGRESS_VALUE |
The deployment is in progress. |
NEEDS_ATTENTION |
The deployment needs attention. |
NEEDS_ATTENTION_VALUE |
The deployment needs attention. |
SUCCEEDED |
The deployment succeeded. |
SUCCEEDED_VALUE |
The deployment succeeded. |
UNRECOGNIZED |
|
UPDATING |
The deployment is being updated. |
UPDATING_VALUE |
The deployment is being updated. |
WAITING |
The deployment is waiting. |
WAITING_VALUE |
The deployment is waiting. |
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() |
|