DeploymentState(value)
DeploymentState represents the state of the Deployment resource.
Enums |
|
---|---|
Name | Description |
DEPLOYMENT_STATE_UNSPECIFIED |
Unspecified. Invalid state. |
DEPLOYMENT_STATE_VALIDATING |
Validating the deployment. |
DEPLOYMENT_STATE_CREATING |
Deployment is in CREATING state. |
DEPLOYMENT_STATE_DELETING |
Deployment is in DELETING state. |
DEPLOYMENT_STATE_FAILED |
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 |
Deployment is successful and ready to use. |
DEPLOYMENT_STATE_PARTIALLY_DEPLOYED |
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 |
Deployment is partially deleted. All the Cloud Control Deployments were not deleted successfully. Retrying the operation will resume from the first failed step. |