Infrastructure Manager v1 API - Enum DeleteDeploymentRequest.Types.DeletePolicy (1.3.0)

public enum DeleteDeploymentRequest.Types.DeletePolicy

Reference documentation and code samples for the Infrastructure Manager v1 API enum DeleteDeploymentRequest.Types.DeletePolicy.

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

Namespace

Google.Cloud.Config.V1

Assembly

Google.Cloud.Config.V1.dll

Fields

NameDescription
Abandon

Abandons resources and only deletes the deployment and its metadata.

Delete

Deletes resources actuated by the deployment.

Unspecified

Unspecified policy, resources will be deleted.