Enum ProjectsResource.LocationsResource.DeploymentsResource.DeleteRequest.DeletePolicyEnum
Optional. Policy on how resources actuated by the deployment should be deleted. If unspecified, the default behavior is to delete the underlying resources.
Namespace: Google.Apis.Config.v1
Assembly: Google.Apis.Config.v1.dll
Syntax
public enum ProjectsResource.LocationsResource.DeploymentsResource.DeleteRequest.DeletePolicyEnum
Fields
Name | Description |
---|---|
ABANDON | Abandons resources and only deletes the deployment and its metadata. |
DELETE | Deletes resources actuated by the deployment. |
DELETEPOLICYUNSPECIFIED | Unspecified policy, resources will be deleted. |