Infrastructure Manager v1 API - Enum DeleteDeploymentGroupRequest.Types.DeploymentReferencePolicy (1.12.0)

public enum DeleteDeploymentGroupRequest.Types.DeploymentReferencePolicy

Reference documentation and code samples for the Infrastructure Manager v1 API enum DeleteDeploymentGroupRequest.Types.DeploymentReferencePolicy.

Policy on how to handle referenced deployments when deleting the DeploymentGroup.

Namespace

Google.Cloud.Config.V1

Assembly

Google.Cloud.Config.V1.dll

Fields

Name Description
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.

Unspecified

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