Module: Google::Cloud::ConfigService::V1::DeleteDeploymentRequest::DeletePolicy

Defined in:
proto_docs/google/cloud/config/v1/config.rb

Overview

Policy on how resources actuated by the deployment should be deleted.

Constant Summary collapse

DELETE_POLICY_UNSPECIFIED =

Unspecified policy, resources will be deleted.

0
DELETE =

Deletes resources actuated by the deployment.

1
ABANDON =

Abandons resources and only deletes the deployment and its metadata.

2