- NAME
-
- gcloud beta compute network-firewall-policies associations delete - delete a new association between a firewall policy and an network or folder resource
- SYNOPSIS
-
-
gcloud beta compute network-firewall-policies associations delete
--firewall-policy
=FIREWALL_POLICY
--name
=NAME
[--firewall-policy-region
=FIREWALL_POLICY_REGION
|--global-firewall-policy
] [GCLOUD_WIDE_FLAG …
]
-
- DESCRIPTION
-
(BETA)
gcloud beta compute network-firewall-policies associations delete
is used to delete network firewall policy associations. An network firewall policy is a set of rules that controls access to various resources. - EXAMPLES
-
To delete an association from a global network firewall policy with NAME
and association namemy-policy
, run:my-association
gcloud beta compute network-firewall-policies associations delete --firewall-policy=my-policy --name=my-association --global-firewall-policy
To delete an association from a regional network firewall policy with NAME
in regionmy-policy
and association nameregion-a
, run:my-association
gcloud beta compute network-firewall-policies associations delete --firewall-policy=my-policy --name=my-association --firewall-policy-region=region-a
- REQUIRED FLAGS
-
--firewall-policy
=FIREWALL_POLICY
- Firewall policy ID with which to delete association.
--name
=NAME
- Name of the association to delete.
- OPTIONAL FLAGS
-
-
At most one of these can be specified:
--firewall-policy-region
=FIREWALL_POLICY_REGION
-
Region of the firewall policy to delete. Overrides the default
compute/region
property value for this command invocation. --global-firewall-policy
- If set, the firewall policy is global.
-
At most one of these can be specified:
- GCLOUD WIDE FLAGS
-
These flags are available to all commands:
--access-token-file
,--account
,--billing-project
,--configuration
,--flags-file
,--flatten
,--format
,--help
,--impersonate-service-account
,--log-http
,--project
,--quiet
,--trace-token
,--user-output-enabled
,--verbosity
.Run
$ gcloud help
for details. - NOTES
-
This command is currently in beta and might change without notice. These
variants are also available:
gcloud compute network-firewall-policies associations delete
gcloud alpha compute network-firewall-policies associations delete
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-04-23 UTC.