mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Wed Apr 30 11:00:00 UTC 2025
This commit is contained in:
parent
4d8dd33b3e
commit
b03a332ad8
196 changed files with 7097 additions and 313 deletions
71
gcloud/compute/interconnects/groups/update
Normal file
71
gcloud/compute/interconnects/groups/update
Normal file
|
|
@ -0,0 +1,71 @@
|
|||
NAME
|
||||
gcloud compute interconnects groups update - update a Compute Engine
|
||||
interconnect group
|
||||
|
||||
SYNOPSIS
|
||||
gcloud compute interconnects groups update NAME [--description=DESCRIPTION]
|
||||
[--intended-topology-capability=INTENDED_TOPOLOGY_CAPABILITY]
|
||||
[--interconnects=[INTERCONNECT,...]] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
gcloud compute interconnects groups update is used to update interconnect
|
||||
groups.
|
||||
|
||||
For an example, refer to the EXAMPLES section below.
|
||||
|
||||
EXAMPLES
|
||||
To update an interconnect group example-interconnect-group's intended
|
||||
topology capability to PRODUCTION_CRITICAL, run:
|
||||
|
||||
$ gcloud compute interconnects groups update \
|
||||
example-interconnect-group \
|
||||
--intended-topology-capability=PRODUCTION_CRITICAL
|
||||
|
||||
To update an interconnect group example-interconnect-group's description to
|
||||
"example interconnect group description", run:
|
||||
|
||||
$ gcloud compute interconnects groups update \
|
||||
example-interconnect-group \
|
||||
--description="example interconnect group description"
|
||||
|
||||
To update an interconnect group example-interconnect-group's member
|
||||
interconnects to interconnect-1 and interconnect-2, run:
|
||||
|
||||
$ gcloud compute interconnects groups update \
|
||||
example-interconnect-group \
|
||||
--interconnects=interconnect-1,interconnect-2
|
||||
|
||||
Although you can add or remove member interconnects using this command, it
|
||||
is recommended to add or remove member interconnects using the add-members
|
||||
and remove-members commands.
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
NAME
|
||||
Name of the interconnect group to update.
|
||||
|
||||
FLAGS
|
||||
--description=DESCRIPTION
|
||||
An optional, textual description for the interconnect group.
|
||||
|
||||
--intended-topology-capability=INTENDED_TOPOLOGY_CAPABILITY
|
||||
The reliability the user intends this group to be capable of, in terms
|
||||
of the Interconnect product SLAs.
|
||||
|
||||
--interconnects=[INTERCONNECT,...]
|
||||
Member interconnects to set the interconnect group to contain.
|
||||
|
||||
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
|
||||
These variants are also available:
|
||||
|
||||
$ gcloud alpha compute interconnects groups update
|
||||
|
||||
$ gcloud beta compute interconnects groups update
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue