gcloud alpha compute interconnects groups update Stay organized with collections Save and categorize content based on your preferences.
- NAME
- gcloud alpha compute interconnects groups update - update a Compute Engine interconnect group
- SYNOPSIS
gcloud alpha compute interconnects groups updateNAME[--description=DESCRIPTION][--intended-topology-capability=INTENDED_TOPOLOGY_CAPABILITY][--interconnects=[INTERCONNECT,…]][--update-mask=UPDATE_MASK][GCLOUD_WIDE_FLAG …]
- DESCRIPTION
(ALPHA)gcloud alpha compute interconnects groupsupdateis used to update interconnect groups.For an example, refer to the
EXAMPLESsection below.- EXAMPLES
- To update an interconnect group example-interconnect-group's intended topologycapability to PRODUCTION_CRITICAL, run:
gcloudalphacomputeinterconnectsgroupsupdateexample-interconnect-group--intended-topology-capability=PRODUCTION_CRITICALTo update an interconnect group example-interconnect-group's description to"example interconnect group description", run:
gcloudalphacomputeinterconnectsgroupsupdateexample-interconnect-group--description="example interconnect group description"To update an interconnect group example-interconnect-group's memberinterconnects to interconnect-1 and interconnect-2, run:
gcloudalphacomputeinterconnectsgroupsupdateexample-interconnect-group--interconnects=interconnect-1,interconnect-2--update-mask=interconnectsAlthough you can add or remove member interconnects using this command, it isrecommended to add or remove member interconnects using the
add-membersandremove-memberscommands. - 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 theInterconnect product SLAs.
--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 separatemasks. 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,--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:
gcloudcomputeinterconnectsgroupsupdategcloudbetacomputeinterconnectsgroupsupdate
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-05-28 UTC.