- NAME
-
- gcloud beta compute network-firewall-policies clone-rules - replace the rules of a Compute Engine network firewall policy with rules from another policy
- SYNOPSIS
-
-
gcloud beta compute network-firewall-policies clone-rulesFIREWALL_POLICY--source-firewall-policy=SOURCE_FIREWALL_POLICY[--global|--region=REGION] [GCLOUD_WIDE_FLAG …]
-
- DESCRIPTION
-
(BETA)gcloud beta compute network-firewall-policies clone-rulesis used to replace the rules of network firewall policies. A network firewall policy is a set of rules that controls access to various resources. - EXAMPLES
- To clone the rules of a global network firewall policy with NAME
, from another network firewall policy with NAMEmy-policy, run:source-policygcloud beta compute network-firewall-policies clone-rules my-policy --source-firewall-policy = source-policy --globalTo clone the rules of a region network firewall policy with NAME
, in regionmy-region-policy, from another network firewall policy with NAMEregion-a, run:source-policygcloud beta compute network-firewall-policies clone-rules my-region-policy --source-firewall-policy = source-policy --region = region-a - POSITIONAL ARGUMENTS
-
-
FIREWALL_POLICY - name of the network firewall policy to clone the rules to.
-
- REQUIRED FLAGS
-
-
--source-firewall-policy=SOURCE_FIREWALL_POLICY - Name of the source network firewall policy to copy the rules from.
-
- OPTIONAL FLAGS
-
- At most one of these can be specified:
-
--global - If set, the firewall policy is global.
-
--region=REGION - Region of the firewall policy to clone-rules. Overrides the default
compute/regionproperty value for this command invocation.
-
- At most one of these can be specified:
- 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 helpfor details. - NOTES
- This command is currently in beta and might change without notice. These
variants are also available:
gcloud compute network-firewall-policies clone-rulesgcloud alpha compute network-firewall-policies clone-rulesgcloud preview compute network-firewall-policies clone-rules
gcloud beta compute network-firewall-policies clone-rules
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2026-05-27 UTC.

