1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-17 06:11:59 +00:00

gcloud: Wed Jul 13 09:59:37 UTC 2022

This commit is contained in:
Automated 2022-07-13 09:59:38 +00:00
parent cf5ab60e4a
commit 879929cbc6
Failed to extract signature
323 changed files with 7203 additions and 4178 deletions

View file

@ -42,7 +42,7 @@ POSITIONAL ARGUMENTS
REQUIRED FLAGS
--action=ACTION
Action to take if the request matches the match condition. ACTION must
be one of: allow, deny, goto_next.
be one of: allow, deny, goto_next, apply_profile_group.
--firewall-policy=FIREWALL_POLICY
Firewall policy ID with which to create rule.

View file

@ -27,7 +27,7 @@ COMMANDS
(ALPHA) Describes a Compute Engine network firewall policy rule.
update
(ALPHA) Creates a Compute Engine network firewall policy rule.
(ALPHA) Updates a Compute Engine network firewall policy rule.
NOTES
This command is currently in alpha and might change without notice. If this

View file

@ -1,5 +1,5 @@
NAME
gcloud alpha compute network-firewall-policies rules update - creates a
gcloud alpha compute network-firewall-policies rules update - updates a
Compute Engine network firewall policy rule
SYNOPSIS
@ -17,7 +17,7 @@ SYNOPSIS
DESCRIPTION
(ALPHA) gcloud alpha compute network-firewall-policies rules update is used
to create network firewall policy rules.
to update network firewall policy rules.
EXAMPLES
To update a rule with priority 10 in a global network firewall policy with
@ -39,7 +39,7 @@ REQUIRED FLAGS
OPTIONAL FLAGS
--action=ACTION
Action to take if the request matches the match condition. ACTION must
be one of: allow, deny, goto_next.
be one of: allow, deny, goto_next, apply_profile_group.
--description=DESCRIPTION
An optional, textual description for the rule.