public enum DeploymentUnitProgress.Types.StateReference documentation and code samples for the Infrastructure Manager v1 API enum DeploymentUnitProgress.Types.State.
The possible steps a deployment unit provisioning may be running.
Namespace
Google.Cloud.Config.V1Assembly
Google.Cloud.Config.V1.dll
Fields |
|
|---|---|
| Name | Description |
Aborted |
The deployment unit was aborted, likely due to failures in other dependent deployment units. |
ApplyingDeployment |
The underlying deployment of the unit is being created or updated. |
DeletingDeployment |
The deployment is being deleted. |
Failed |
The underlying deployment operation of the unit has failed. |
PreviewingDeployment |
The deployment is being previewed. |
Queued |
The deployment unit is queued for deployment creation or update. |
Skipped |
The deployment unit was skipped because there were no changes to apply. |
Succeeded |
The underlying deployment operation of the unit has succeeded. |
Unspecified |
The default value. This value is unused. |