1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-16 12:22:03 +00:00
gcloud-help/gcloud/beta/compute/network-firewall-policies/associations/delete
2022-06-02 08:41:25 +00:00

64 lines
2.4 KiB
Text

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
my-policy and association name my-association, run:
$ 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
my-policy in region region-a and association name my-association, run:
$ 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.
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