mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 23:08:48 +00:00
gcloud: Wed Feb 5 10:43:28 UTC 2025
This commit is contained in:
parent
50090ced80
commit
c854ee0644
87 changed files with 3843 additions and 232 deletions
|
|
@ -9,7 +9,8 @@ SYNOPSIS
|
|||
[--dest-ip-ranges=[DEST_IP_RANGE,...]] [--direction=DIRECTION]
|
||||
[--[no-]disabled] [--layer4-configs=[LAYER4_CONFIG,...]]
|
||||
[--security-profile-group=SECURITY_PROFILE_GROUP]
|
||||
[--src-ip-ranges=[SRC_IP_RANGE,...]] [GCLOUD_WIDE_FLAG ...]
|
||||
[--src-ip-ranges=[SRC_IP_RANGE,...]]
|
||||
[--target-secure-tags=[TARGET_SECURE_TAGS,...]] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(BETA) gcloud beta compute network-firewall-policies mirroring-rules create
|
||||
|
|
@ -72,6 +73,10 @@ OPTIONAL FLAGS
|
|||
--src-secure-tags.Multiple IP address blocks can be specified if they
|
||||
are separated by commas.
|
||||
|
||||
--target-secure-tags=[TARGET_SECURE_TAGS,...]
|
||||
An optional, list of target secure tags with a name of the format
|
||||
tagValues/ or full namespaced name
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
--billing-project, --configuration, --flags-file, --flatten, --format,
|
||||
|
|
|
|||
|
|
@ -10,7 +10,8 @@ SYNOPSIS
|
|||
[--[no-]disabled] [--layer4-configs=[LAYER4_CONFIG,...]]
|
||||
[--new-priority=NEW_PRIORITY]
|
||||
[--security-profile-group=SECURITY_PROFILE_GROUP]
|
||||
[--src-ip-ranges=[SRC_IP_RANGE,...]] [GCLOUD_WIDE_FLAG ...]
|
||||
[--src-ip-ranges=[SRC_IP_RANGE,...]]
|
||||
[--target-secure-tags=[TARGET_SECURE_TAGS,...]] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(BETA) gcloud beta compute network-firewall-policies mirroring-rules update
|
||||
|
|
@ -77,6 +78,10 @@ OPTIONAL FLAGS
|
|||
--src-secure-tags.Multiple IP address blocks can be specified if they
|
||||
are separated by commas.
|
||||
|
||||
--target-secure-tags=[TARGET_SECURE_TAGS,...]
|
||||
An optional, list of target secure tags with a name of the format
|
||||
tagValues/ or full namespaced name
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
--billing-project, --configuration, --flags-file, --flatten, --format,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue