Reference documentation and code samples for the Infrastructure Manager V1 API module Google::Cloud::ConfigService::V1::DeploymentUnitProgress::Intent.
The possible intents of a deployment unit.
Constants
INTENT_UNSPECIFIED
value: 0
Unspecified intent.
CREATE_DEPLOYMENT
value: 1
Create deployment in the unit from the deployment spec.
UPDATE_DEPLOYMENT
value: 2
Update deployment in the unit.
DELETE_DEPLOYMENT
value: 3
Delete deployment in the unit.
RECREATE_DEPLOYMENT
value: 4
Recreate deployment in the unit.
CLEAN_UP
value: 5
Delete deployment in latest successful revision while no longer
referenced in any deployment unit in the current deployment group.
UNCHANGED
value: 6
Expected to be unchanged.