mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-11 15:39:42 +00:00
46 lines
1.6 KiB
Text
46 lines
1.6 KiB
Text
NAME
|
|
gcloud alpha compute security-policies rules delete - delete Compute Engine
|
|
security policy rules
|
|
|
|
SYNOPSIS
|
|
gcloud alpha compute security-policies rules delete [PRIORITY ...]
|
|
[--security-policy=SECURITY_POLICY] [GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
(ALPHA) gcloud alpha compute security-policies rules delete is used to
|
|
delete security policy rules.
|
|
|
|
EXAMPLES
|
|
To delete the rule at priority 1000, run:
|
|
|
|
$ gcloud alpha compute security-policies rules delete 1000 \
|
|
--security-policy=my-policy
|
|
|
|
POSITIONAL ARGUMENTS
|
|
[PRIORITY ...]
|
|
The priority of the rules to delete. Rules are evaluated in order from
|
|
highest priority to lowest priority where 0 is the highest priority and
|
|
2147483647 is the lowest priority.
|
|
|
|
FLAGS
|
|
--security-policy=SECURITY_POLICY
|
|
The security policy that this rule belongs to.
|
|
|
|
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 alpha and might change without notice. If this
|
|
command fails with API permission errors despite specifying the correct
|
|
project, you might be trying to access an API with an invitation-only early
|
|
access allowlist. These variants are also available:
|
|
|
|
$ gcloud compute security-policies rules delete
|
|
|
|
$ gcloud beta compute security-policies rules delete
|
|
|