mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-22 15:52:30 +00:00
gcloud: Mon Oct 23 11:10:08 UTC 2023
This commit is contained in:
parent
c30bb7b4ce
commit
a15665661a
123 changed files with 3724 additions and 306 deletions
|
|
@ -4,7 +4,8 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud compute security-policies rules delete [PRIORITY ...]
|
||||
[--security-policy=SECURITY_POLICY] [GCLOUD_WIDE_FLAG ...]
|
||||
[--region=REGION] [--security-policy=SECURITY_POLICY]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
gcloud compute security-policies rules delete is used to delete security
|
||||
|
|
@ -23,6 +24,17 @@ POSITIONAL ARGUMENTS
|
|||
2147483647 is the lowest priority.
|
||||
|
||||
FLAGS
|
||||
--region=REGION
|
||||
Region of the security policy to delete. If not specified, you might be
|
||||
prompted to select a region (interactive mode only).
|
||||
|
||||
A list of regions can be fetched by running:
|
||||
|
||||
$ gcloud compute regions list
|
||||
|
||||
Overrides the default compute/region property value for this command
|
||||
invocation.
|
||||
|
||||
--security-policy=SECURITY_POLICY
|
||||
The security policy that this rule belongs to.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue