DeploymentState

The state of the deployment resource.

Enums
DEPLOYMENT_STATE_UNSPECIFIED Default value. This value is unused.
DEPLOYMENT_STATE_VALIDATING Validating the deployment.
DEPLOYMENT_STATE_CREATING Deployment is being created.
DEPLOYMENT_STATE_DELETING Deployment is being deleted.
DEPLOYMENT_STATE_FAILED Deployment has failed. All the changes made by the deployment were successfully rolled back. You can retry or delete a deployment that's in this state.
DEPLOYMENT_STATE_READY Deployment is successful and ready to use.
DEPLOYMENT_STATE_PARTIALLY_DEPLOYED Deployment is partially deployed. All the cloud controls weren't deployed successfully. Retrying the operation resumes from the first failed step.
DEPLOYMENT_STATE_PARTIALLY_DELETED Deployment is partially deleted. All the cloud control deployments weren't deleted successfully. Retrying the operation resumes from the first failed step.