mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-22 07:40:10 +00:00
gcloud: Wed Aug 17 09:22:03 UTC 2022
This commit is contained in:
parent
fa820bfa8d
commit
c614d893da
183 changed files with 3129 additions and 270 deletions
|
|
@ -10,6 +10,12 @@ DESCRIPTION
|
|||
gcloud compute security-policies rules delete is used to delete security
|
||||
policy rules.
|
||||
|
||||
EXAMPLES
|
||||
To delete the rule at priority 1000, run:
|
||||
|
||||
$ gcloud 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue