Reference documentation and code samples for the Cloud Security Compliance V1 API module Google::Cloud::CloudSecurityCompliance::V1::DeploymentState.
The state of the deployment resource.
Constants
DEPLOYMENT_STATE_UNSPECIFIED
value: 0
Default value. This value is unused.
DEPLOYMENT_STATE_VALIDATING
value: 1
Validating the deployment.
DEPLOYMENT_STATE_CREATING
value: 2
Deployment is being created.
DEPLOYMENT_STATE_DELETING
value: 3
Deployment is being deleted.
DEPLOYMENT_STATE_FAILED
value: 4
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
value: 5
Deployment is successful and ready to use.
DEPLOYMENT_STATE_PARTIALLY_DEPLOYED
value: 6
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
value: 7
Deployment is partially deleted. All the cloud control deployments weren't
deleted successfully. Retrying the operation resumes from the first
failed step.