mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 23:08:48 +00:00
gcloud: Sat Jun 14 05:31:37 UTC 2025
This commit is contained in:
parent
1799759190
commit
fa40c10f6a
712 changed files with 17386 additions and 4918 deletions
|
|
@ -6,7 +6,8 @@ SYNOPSIS
|
|||
gcloud beta compute interconnects groups update NAME
|
||||
[--description=DESCRIPTION]
|
||||
[--intended-topology-capability=INTENDED_TOPOLOGY_CAPABILITY]
|
||||
[--interconnects=[INTERCONNECT,...]] [GCLOUD_WIDE_FLAG ...]
|
||||
[--interconnects=[INTERCONNECT,...]] [--update-mask=UPDATE_MASK]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(BETA) gcloud beta compute interconnects groups update is used to update
|
||||
|
|
@ -34,7 +35,8 @@ EXAMPLES
|
|||
|
||||
$ gcloud beta compute interconnects groups update \
|
||||
example-interconnect-group \
|
||||
--interconnects=interconnect-1,interconnect-2
|
||||
--interconnects=interconnect-1,interconnect-2 \
|
||||
--update-mask=interconnects
|
||||
|
||||
Although you can add or remove member interconnects using this command, it
|
||||
is recommended to add or remove member interconnects using the add-members
|
||||
|
|
@ -55,6 +57,11 @@ FLAGS
|
|||
--interconnects=[INTERCONNECT,...]
|
||||
Member interconnects to set the interconnect group to contain.
|
||||
|
||||
--update-mask=UPDATE_MASK
|
||||
Optional update mask to specify which fields to update. Use commas to
|
||||
separate masks. If not specified, all fields present in the command
|
||||
will be updated.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
--billing-project, --configuration, --flags-file, --flatten, --format,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue