gcloud_alpha_compute_networks_update (1)
NAME
- gcloud alpha compute networks update - update a Google Compute Engine network
SYNOPSIS
-
gcloud alpha compute networks update NAME [--bgp-routing-mode=MODE | --switch-to-custom-subnet-mode] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) gcloud alpha compute networks update is used to update
POSITIONAL ARGUMENTS
-
- NAME
-
Name of the network to operate on.
FLAGS
-
-
At most one of these may be specified:
-
- --bgp-routing-mode=MODE
-
The target BGP routing mode for this network. MODE must be one of:
-
- global
- Cloud Routers in this network advertise subnetworks from all regions to their BGP peers, and program instances in all regions with the router's best learned BGP routes.
- regional
- Cloud Routers in this network advertise subnetworks from their local region only to their BGP peers, and program instances in their local region only with the router's best learned BGP routes.
-
- --switch-to-custom-subnet-mode
-
Switch to custom subnet mode. This action cannot be undone.
-
-
At most one of these may be specified:
GCLOUD WIDE FLAGS
These flags are available to all commands: --account, --configuration, --flags-file, --flatten, --format, --help, --log-http, --project, --quiet, --trace-token, --user-output-enabled, --verbosity. Run $ gcloud help for details.
NOTES
This command is currently in ALPHA and may change without notice. If this command fails with API permission errors despite specifying the right project, you will have to apply for early access and have your projects registered on the API whitelist to use it. To do so, contact Support at cloud.google.com/support These variants are also available:
- $ gcloud compute networks update $ gcloud beta compute networks update