mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 06:47:12 +00:00
gcloud: Wed May 18 08:41:01 UTC 2022
This commit is contained in:
parent
379049f21a
commit
9f95235d93
258 changed files with 7569 additions and 441 deletions
|
|
@ -4,7 +4,9 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud alpha compute firewall-rules migrate --source-network=SOURCE_NETWORK
|
||||
--target-firewall-policy=TARGET_FIREWALL_POLICY [GCLOUD_WIDE_FLAG ...]
|
||||
(--export-tag-mapping
|
||||
| --target-firewall-policy=TARGET_FIREWALL_POLICY)
|
||||
[--tag-mapping-file=TAG_MAPPING_FILE] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) gcloud alpha compute firewall-rules migrate is used to create a new
|
||||
|
|
@ -23,9 +25,20 @@ REQUIRED FLAGS
|
|||
--source-network=SOURCE_NETWORK
|
||||
The VPC Network for which the migration should be performed.
|
||||
|
||||
--target-firewall-policy=TARGET_FIREWALL_POLICY
|
||||
Name of the new Network Firewall Policy used to store the migration
|
||||
result.
|
||||
Exactly one of these must be specified:
|
||||
|
||||
--export-tag-mapping
|
||||
If set, migration tool will inspect all VPC Firewalls attached to
|
||||
SOURCE_NETWORK, collect all source and target tags, and store them in
|
||||
TAG_MAPPING_FILE.
|
||||
|
||||
--target-firewall-policy=TARGET_FIREWALL_POLICY
|
||||
Name of the new Network Firewall Policy used to store the migration
|
||||
result.
|
||||
|
||||
OPTIONAL FLAGS
|
||||
--tag-mapping-file=TAG_MAPPING_FILE
|
||||
Path to a JSON file with legacy to secure tag 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