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

gcloud: Wed May 4 09:15:29 UTC 2022

This commit is contained in:
Automated 2022-05-04 09:15:29 +00:00
parent 532fac5ddb
commit 5e0446371a
160 changed files with 5232 additions and 171 deletions

View file

@ -3,8 +3,8 @@ NAME
Policy and move all customer defined firewall rules there
SYNOPSIS
gcloud alpha compute firewall-rules migrate FIREWALL_POLICY
--network=NETWORK [GCLOUD_WIDE_FLAG ...]
gcloud alpha compute firewall-rules migrate --source-network=SOURCE_NETWORK
--target-firewall-policy=TARGET_FIREWALL_POLICY [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) gcloud alpha compute firewall-rules migrate is used to create a new
@ -16,18 +16,17 @@ EXAMPLES
To execute the migration for VPC Network 'my-network' which stores the
result in 'my-policy' Network Firewall Policy, run:
$ gcloud alpha compute firewall-rules migrate my-policy \
--network=my-network
POSITIONAL ARGUMENTS
FIREWALL_POLICY
Name of the new Network Firewall Policy used to store the migration
result.
$ gcloud alpha compute firewall-rules migrate \
--source-network=my-network --target-firewall-policy=my-policy
REQUIRED FLAGS
--network=NETWORK
--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.
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,
--billing-project, --configuration, --flags-file, --flatten, --format,