Show / Hide Table of Contents

Enum ProjectsResource.LocationsResource.DeploymentGroupsResource.DeleteRequest.DeploymentReferencePolicyEnum

Optional. Policy on how to handle referenced deployments when deleting the DeploymentGroup. If unspecified, the default behavior is to fail the deletion if any deployments currently referenced in the deployment_units of the DeploymentGroup or in the latest revision are not deleted.

Namespace: Google.Apis.Config.v1
Assembly: Google.Apis.Config.v1.dll
Syntax
public enum ProjectsResource.LocationsResource.DeploymentGroupsResource.DeleteRequest.DeploymentReferencePolicyEnum

Fields

Name Description
DEPLOYMENTREFERENCEPOLICYUNSPECIFIED

The default behavior. If unspecified, the system will act as if FAIL_IF_ANY_REFERENCES_EXIST is specified.

FAILIFANYREFERENCESEXIST

Fail the deletion if any deployments currently referenced in the deployment_units of the DeploymentGroup or in the latest revision are not deleted.

FAILIFMETADATAREFERENCESEXIST

Fail the deletion only if any deployments currently referenced in the deployment_units of the DeploymentGroup are not deleted. The deletion will proceed even if the deployments in the latest revision of the DeploymentGroup are not deleted.

IGNOREDEPLOYMENTREFERENCES

Ignore any deployments currently referenced in the deployment_units of the DeploymentGroup or in the latest revision.

In this article
Back to top Generated by DocFX