gcloud alpha compute networks peerings update Stay organized with collections Save and categorize content based on your preferences.
- NAME
- gcloud alpha compute networks peerings update - update a Compute Engine network peering
- SYNOPSIS
gcloud alpha compute networks peerings updateNAME--network=NETWORK[--export-custom-routes][--export-subnet-routes-with-public-ip][--import-custom-routes][--import-subnet-routes-with-public-ip][--stack-type=STACK_TYPE][--update-strategy=UPDATE_STRATEGY][GCLOUD_WIDE_FLAG …]
- EXAMPLES
- To update the peering named peering-name to both export and import customroutes, run:
To update the peering named peering-name to both export and import subnet routeswith public ip, run:gcloudalphacomputenetworkspeeringsupdatepeering-name--export-custom-routes--import-custom-routesgcloudalphacomputenetworkspeeringsupdatepeering-name--export-subnet-routes-with-public-ip--import-subnet-routes-with-public-ip - POSITIONAL ARGUMENTS
NAME- The name of the peering.
- REQUIRED FLAGS
--network=NETWORK- The name of the network in the current project to be peered with the peernetwork.
- OPTIONAL FLAGS
--export-custom-routes- If set, the network will export custom routes to peer network. Use--no-export-custom-routes to disable it.
--export-subnet-routes-with-public-ip- If set, the network will export subnet routes with addresses in the public IPranges to peer network. Use --no-export-subnet-routes-with-public-ip to disableit.
--import-custom-routes- If set, the network will import custom routes from peer network. Use--no-import-custom-routes to disable it.
--import-subnet-routes-with-public-ip- If set, the network will import subnet routes with addresses in the public IPranges from peer network. Use --no-import-subnet-routes-with-public-ip todisable it.
--stack-type=STACK_TYPE- Stack type of the peering. If not specified, defaults to IPV4_ONLY.
STACK_TYPE must be one of:
IPV4_ONLYOnlyIPv4trafficandrouteswillbeexchangedacrossthispeering.
IPV4_IPV6IPv4trafficandrouteswillbeexchangedacrossthispeering.IPv6trafficandrouteswillbeexchangedifthematchingpeeringconfigurationalsohasstack_typesettoIPV4_IPV6.
--update-strategy=UPDATE_STRATEGY- Update strategy of the peering. If not specified, defaults to INDEPENDENT.
UPDATE_STRATEGY must be one of:
INDEPENDENT Updates and deletes to the peering connection can be performed byeither network admin.
CONSENSUS Updates and deletes to the peering connection must be agreed upon byboth network admins.
- 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 alpha and might change without notice. If thiscommand fails with API permission errors despite specifying the correct project,you might be trying to access an API with an invitation-only early accessallowlist. These variants are also available:
gcloudcomputenetworkspeeringsupdategcloudbetacomputenetworkspeeringsupdate
Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-07-22 UTC.