Reference documentation and code samples for the Cloud Security Compliance V1 API module Google::Cloud::CloudSecurityCompliance::V1::DeploymentState.
DeploymentState represents the state of the Deployment resource.
Constants
DEPLOYMENT_STATE_UNSPECIFIED
value: 0
Unspecified. Invalid state.
DEPLOYMENT_STATE_VALIDATING
value: 1
Validating the deployment.
DEPLOYMENT_STATE_CREATING
value: 2
Deployment is in CREATING state.
DEPLOYMENT_STATE_DELETING
value: 3
Deployment is in DELETING state.
DEPLOYMENT_STATE_FAILED
value: 4
Deployment has failed. All the changes made by the deployment have been
successfully rolled back. A deployment in the FAILED state can be retried
or deleted.
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 were not deployed
successfully. Retrying the operation will resume from the first failed
step.
DEPLOYMENT_STATE_PARTIALLY_DELETED
value: 7
Deployment is partially deleted. All the Cloud Control Deployments were not
deleted successfully. Retrying the operation will resume from the first
failed step.