lifecycleState property
State of the GoldengateDeployment.
Output only. Possible string values are:
- "GOLDENGATE_DEPLOYMENT_LIFECYCLE_STATE_UNSPECIFIED" : Default unspecified value.
- "CREATING" : The deployment is being created.
- "UPDATING" : The deployment is being updated.
- "ACTIVE" : The deployment is active.
- "INACTIVE" : The deployment is inactive.
- "DELETING" : The deployment is being deleted.
- "DELETED" : The deployment is deleted.
- "FAILED" : The deployment failed.
- "NEEDS_ATTENTION" : The deployment needs attention.
- "IN_PROGRESS" : The deployment is in progress.
- "CANCELLING" : The deployment is canceling.
- "CANCELLED" : The deployment is canceled.
- "SUCCEEDED" : The deployment succeeded.
- "WAITING" : The deployment is waiting.
Implementation
core.String? lifecycleState;