- NAME
-
- gcloud alpha compute interconnects attachments groups update - update a Compute Engine interconnect attachment group
- SYNOPSIS
-
-
gcloud alpha compute interconnects attachments groups updateNAME[--attachments=[INTERCONNECT_ATTACHMENT,…]] [--description=DESCRIPTION] [--intended-availability-sla=INTENDED_AVAILABILITY_SLA] [--update-mask=UPDATE_MASK] [GCLOUD_WIDE_FLAG …]
-
- DESCRIPTION
-
(ALPHA)gcloud alpha compute interconnects attachments groups updateis used to update interconnect attachment groups.For an example, refer to the
EXAMPLESsection below. - EXAMPLES
-
To update an interconnect attachment group example-attachment-group's intended
availability SLA to PRODUCTION_CRITICAL, run:
gcloud alpha compute interconnects attachments groups update example-attachment-group --intended-availability-sla=PRODUCTION_CRITICALTo update an interconnect attachment group example-attachment-group's description to "example attachment group description", run:
gcloud alpha compute interconnects attachments groups update example-attachment-group --description="example attachment group description"To update an interconnect attachment group example-attachment-group's member attachments to attachment-1 and attachment-2, run:
gcloud alpha compute interconnects attachments groups update example-attachment-group --attachments=region-1/attachment-1,region-2/attachment-2 --update-mask=attachmentsAlthough you can add or remove member attachments using this command, it is recommended to add or remove member attachments using the
add-membersandremove-memberscommands. - POSITIONAL ARGUMENTS
-
NAME- Name of the interconnect attachment group to update.
- FLAGS
-
--attachments=[INTERCONNECT_ATTACHMENT,…]- Member interconnect attachments to add to the interconnect attachment group initially.
--description=DESCRIPTION- An optional, textual description for the interconnect attachment group.
--intended-availability-sla=INTENDED_AVAILABILITY_SLA- The availability SLA that the user intends this group to support.
--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,--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 this
command fails with API permission errors despite specifying the correct project,
you might be trying to access an API with an invitation-only early access
allowlist. These variants are also available:
gcloud compute interconnects attachments groups updategcloud beta compute interconnects attachments groups update
gcloud alpha compute interconnects attachments groups update
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-05-28 UTC.