Reference documentation and code samples for the Infrastructure Manager V1 API module Google::Cloud::Config::V1::DeleteDeploymentRequest::DeletePolicy.
Policy on how resources actuated by the deployment should be deleted.
Constants
DELETE_POLICY_UNSPECIFIED
value: 0 Unspecified policy, resources will be deleted.
DELETE
value: 1 Deletes resources actuated by the deployment.
ABANDON
value: 2 Abandons resources and only deletes the deployment and its metadata.