mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-16 12:22:03 +00:00
gcloud: Wed Mar 30 09:07:09 UTC 2022
This commit is contained in:
parent
cd34e797ae
commit
9bf28f1efe
90 changed files with 1554 additions and 258 deletions
44
gcloud/alpha/compute/firewall-rules/migrate
Normal file
44
gcloud/alpha/compute/firewall-rules/migrate
Normal file
|
|
@ -0,0 +1,44 @@
|
|||
NAME
|
||||
gcloud alpha compute firewall-rules migrate - create a new Network Firewall
|
||||
Policy and move all customer defined firewall rules there
|
||||
|
||||
SYNOPSIS
|
||||
gcloud alpha compute firewall-rules migrate FIREWALL_POLICY
|
||||
--network=NETWORK [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) gcloud alpha compute firewall-rules migrate is used to create a new
|
||||
Network Firewall Policy that contain all rules defined in already existing
|
||||
Network Firewall Policy associated with the given VPC Network and all
|
||||
customer defined VPC Firewall Rules attached to that VPC Network.
|
||||
|
||||
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.
|
||||
|
||||
REQUIRED FLAGS
|
||||
--network=NETWORK
|
||||
The VPC Network for which the migration should be performed.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
--billing-project, --configuration, --flags-file, --flatten, --format,
|
||||
--help, --impersonate-service-account, --log-http, --project, --quiet,
|
||||
--trace-token, --user-output-enabled, --verbosity.
|
||||
|
||||
Run $ gcloud help for details.
|
||||
|
||||
NOTES
|
||||
This command is currently in alpha and might change without notice. If this
|
||||
command fails with API permission errors despite specifying the correct
|
||||
project, you might be trying to access an API with an invitation-only early
|
||||
access allowlist.
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue