public enum DeploymentUnitProgress.Types.IntentReference documentation and code samples for the Infrastructure Manager v1 API enum DeploymentUnitProgress.Types.Intent.
The possible intents of a deployment unit.
Namespace
Google.Cloud.Config.V1Assembly
Google.Cloud.Config.V1.dll
Fields |
|
|---|---|
| Name | Description |
CleanUp |
Delete deployment in latest successful revision while no longer referenced in any deployment unit in the current deployment group. |
CreateDeployment |
Create deployment in the unit from the deployment spec. |
DeleteDeployment |
Delete deployment in the unit. |
RecreateDeployment |
Recreate deployment in the unit. |
Unchanged |
Expected to be unchanged. |
Unspecified |
Unspecified intent. |
UpdateDeployment |
Update deployment in the unit. |