File: //snap/google-cloud-cli/current/help/man/man1/gcloud_beta_compute_interconnects_groups_update.1
.TH "GCLOUD_BETA_COMPUTE_INTERCONNECTS_GROUPS_UPDATE" 1
.SH "NAME"
.HP
gcloud beta compute interconnects groups update \- update a Compute Engine interconnect group
.SH "SYNOPSIS"
.HP
\f5gcloud beta compute interconnects groups update\fR \fINAME\fR [\fB\-\-description\fR=\fIDESCRIPTION\fR] [\fB\-\-intended\-topology\-capability\fR=\fIINTENDED_TOPOLOGY_CAPABILITY\fR] [\fB\-\-interconnects\fR=[\fIINTERCONNECT\fR,...]] [\fB\-\-update\-mask\fR=\fIUPDATE_MASK\fR] [\fIGCLOUD_WIDE_FLAG\ ...\fR]
.SH "DESCRIPTION"
\fB(BETA)\fR \fBgcloud beta compute interconnects groups update\fR is used to
update interconnect groups.
For an example, refer to the \fBEXAMPLES\fR section below.
.SH "EXAMPLES"
To update an interconnect group example\-interconnect\-group's intended topology
capability to PRODUCTION_CRITICAL, run:
.RS 2m
$ gcloud beta compute interconnects groups update \e
example\-interconnect\-group \e
\-\-intended\-topology\-capability=PRODUCTION_CRITICAL
.RE
To update an interconnect group example\-interconnect\-group's description to
"example interconnect group description", run:
.RS 2m
$ gcloud beta compute interconnects groups update \e
example\-interconnect\-group \e
\-\-description="example interconnect group description"
.RE
To update an interconnect group example\-interconnect\-group's member
interconnects to interconnect\-1 and interconnect\-2, run:
.RS 2m
$ gcloud beta compute interconnects groups update \e
example\-interconnect\-group \e
\-\-interconnects=interconnect\-1,interconnect\-2 \e
\-\-update\-mask=interconnects
.RE
Although you can add or remove member interconnects using this command, it is
recommended to add or remove member interconnects using the \fBadd\-members\fR
and \fBremove\-members\fR commands.
.SH "POSITIONAL ARGUMENTS"
.RS 2m
.TP 2m
\fINAME\fR
Name of the interconnect group to update.
.RE
.sp
.SH "FLAGS"
.RS 2m
.TP 2m
\fB\-\-description\fR=\fIDESCRIPTION\fR
An optional, textual description for the interconnect group.
.TP 2m
\fB\-\-intended\-topology\-capability\fR=\fIINTENDED_TOPOLOGY_CAPABILITY\fR
The reliability the user intends this group to be capable of, in terms of the
Interconnect product SLAs.
.TP 2m
\fB\-\-interconnects\fR=[\fIINTERCONNECT\fR,...]
Member interconnects to set the interconnect group to contain.
.TP 2m
\fB\-\-update\-mask\fR=\fIUPDATE_MASK\fR
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.
.RE
.sp
.SH "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 \fB$ gcloud help\fR for details.
.SH "NOTES"
This command is currently in beta and might change without notice. These
variants are also available:
.RS 2m
$ gcloud compute interconnects groups update
.RE
.RS 2m
$ gcloud alpha compute interconnects groups update
.RE