File: //snap/google-cloud-cli/394/help/man/man1/gcloud_compute_interconnects_groups_add-members.1
.TH "GCLOUD_COMPUTE_INTERCONNECTS_GROUPS_ADD\-MEMBERS" 1
.SH "NAME"
.HP
gcloud compute interconnects groups add\-members \- add member interconnects to a Compute Engine interconnect group
.SH "SYNOPSIS"
.HP
\f5gcloud compute interconnects groups add\-members\fR \fINAME\fR \fB\-\-interconnects\fR=[\fIINTERCONNECT\fR,...] [\fIGCLOUD_WIDE_FLAG\ ...\fR]
.SH "DESCRIPTION"
\fBgcloud compute interconnects groups add\-members\fR is used to add member
interconnects to an interconnect group.
For an example, refer to the \fBEXAMPLES\fR section below.
.SH "EXAMPLES"
To add interconnects interconnect1 and interconnect2 to interconnect group
example\-interconnect\-group, run:
.RS 2m
$ gcloud compute interconnects groups add\-members \e
example\-interconnect\-group \e
\-\-interconnects=interconnect1,interconnect2
.RE
.SH "POSITIONAL ARGUMENTS"
.RS 2m
.TP 2m
\fINAME\fR
Name of the interconnect group to update.
.RE
.sp
.SH "REQUIRED FLAGS"
.RS 2m
.TP 2m
\fB\-\-interconnects\fR=[\fIINTERCONNECT\fR,...]
Member interconnects to add to or remove from the interconnect group.
.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"
These variants are also available:
.RS 2m
$ gcloud alpha compute interconnects groups add\-members
.RE
.RS 2m
$ gcloud beta compute interconnects groups add\-members
.RE