mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Wed Aug 31 09:34:57 UTC 2022
This commit is contained in:
parent
978ed239f6
commit
6749f65ca2
159 changed files with 2919 additions and 561 deletions
|
|
@ -103,9 +103,8 @@ OPTIONAL FLAGS
|
|||
|
||||
--direction=DIRECTION
|
||||
If direction is NOT specified, then default is to apply on incoming
|
||||
traffic. For incoming traffic, it is NOT supported to specify
|
||||
destination-ranges; For outbound traffic, it is NOT supported to
|
||||
specify source-ranges or source-tags.
|
||||
traffic. For outbound traffic, it is NOT supported to specify
|
||||
source-tags.
|
||||
|
||||
For convenience, 'IN' can be used to represent ingress direction and
|
||||
'OUT' can be used to represent egress direction.
|
||||
|
|
|
|||
|
|
@ -6,8 +6,7 @@ SYNOPSIS
|
|||
gcloud alpha compute firewall-rules migrate --source-network=SOURCE_NETWORK
|
||||
(--export-tag-mapping
|
||||
| --target-firewall-policy=TARGET_FIREWALL_POLICY)
|
||||
[--disable-logging] [--tag-mapping-file=TAG_MAPPING_FILE]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
[--tag-mapping-file=TAG_MAPPING_FILE] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) gcloud alpha compute firewall-rules migrate is used to create a new
|
||||
|
|
@ -38,12 +37,9 @@ REQUIRED FLAGS
|
|||
result.
|
||||
|
||||
OPTIONAL FLAGS
|
||||
--disable-logging
|
||||
If set, migration tool will not migrate logging config. This is a
|
||||
workaround to use before Network Firewall Policies support logging.
|
||||
|
||||
--tag-mapping-file=TAG_MAPPING_FILE
|
||||
Path to a JSON file with legacy to secure tag mapping.
|
||||
Path to a JSON file with legacy tags and service accounts to secure
|
||||
tags mapping.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue