1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 23:08:48 +00:00

gcloud: Wed Oct 15 10:52:53 UTC 2025

This commit is contained in:
Automated 2025-10-15 10:52:53 +00:00
parent 6f9bb9a0f0
commit 154ebc873d
299 changed files with 7497 additions and 3961 deletions

View file

@ -12,7 +12,36 @@ SYNOPSIS
DESCRIPTION
(BETA) gcloud beta compute interconnects wire-groups update is used to
update wire groups. A wire group represents a group of redundant wires.
update wire groups.
For an example, refer to the EXAMPLES section below.
EXAMPLES
To disable a wire group, run:
$ gcloud beta compute interconnects wire-groups update example-wg \
--cross-site-network=example-csn --no-admin-enabled
To change a wire group's unmetered bandwidth, run:
$ gcloud beta compute interconnects wire-groups update example-wg \
--cross-site-network=example-csn --bandwidth-unmetered=5
To enable automatic failure detection for a wire group, run:
$ gcloud beta compute interconnects wire-groups update example-wg \
--cross-site-network=example-csn --fault-response=DISABLE_PORT
To enable bandwidth sharing for a wire group, run:
$ gcloud beta compute interconnects wire-groups update example-wg \
--cross-site-network=example-csn \
--bandwidth-allocation=SHARED_WITH_WIRE_GROUP
To update a wire group's description, run:
$ gcloud beta compute interconnects wire-groups update example-wg \
--cross-site-network=example-csn --description="new description"
POSITIONAL ARGUMENTS
NAME
@ -80,8 +109,10 @@ GCLOUD WIDE FLAGS
Run $ gcloud help for details.
NOTES
This command is currently in beta and might change without notice. This
variant is also available:
This command is currently in beta and might change without notice. These
variants are also available:
$ gcloud compute interconnects wire-groups update
$ gcloud alpha compute interconnects wire-groups update