gcloud compute interconnects groups create-members NAME --interconnect=[INTERCONNECT,…] [--admin-enabled] [--customer-name=CUSTOMER_NAME] [--description=DESCRIPTION] [--facility=FACILITY] [--intent-mismatch-behavior=INTENT_MISMATCH_BEHAVIOR] [--interconnect-type=INTERCONNECT_TYPE] [--link-type=LINK_TYPE] [--noc-contact-email=NOC_CONTACT_EMAIL] [--remote-location=REMOTE_LOCATION] [--requested-features=[FEATURES,…]] [--requested-link-count=REQUESTED_LINK_COUNT] [GCLOUD_WIDE_FLAG …]
gcloud compute interconnects groups create-members is used to
create new member interconnects in an interconnect group.
For an example, refer to the EXAMPLES section below.
gcloud compute interconnects groups create-members example-interconnect-group --interconnect-type=DEDICATED --link-type=LINK_TYPE_ETHERNET_10G_LR --requested-link-count=1 --facility=iad-1 --interconnect="name=interconnect1" --interconnect="name=interconnect2,facility=iad-5467"--interconnect flag.
NAME--interconnect=[INTERCONNECT,…]
Each interconnect takes in the same set of flags as the gcloud compute
interconnects create command, except instead of a location, a facility
must be specified. These flags are defined as a comma separated list of
flag=value pairs.
Example:
--interconnect name=interconnect1,facility=iad-1,description="my interconnect",link-type=LINK_TYPE_ETHERNET_10G_LR,requested-link-count=1,interconnect-type=DEDICATED,admin-enabled,noc-contact-email=noc@google.com,customer-name=customer-name,requested-features=MACSEC:CROSS_SITE_NETWORK
gcloud topic escaping for
more information.
--admin-enabled--customer-name=CUSTOMER_NAME--description=DESCRIPTION--facility=FACILITY--intent-mismatch-behavior=INTENT_MISMATCH_BEHAVIORINTENT_MISMATCH_BEHAVIOR must be one of:
REJECT, CREATE.
--interconnect-type=INTERCONNECT_TYPEINTERCONNECT_TYPE must be one
of:
DEDICATEDPARTNER--link-type=LINK_TYPELINK_TYPE must be
one of:
LINK_TYPE_ETHERNET_100G_LRLINK_TYPE_ETHERNET_10G_LRLINK_TYPE_ETHERNET_400G_LR4--noc-contact-email=NOC_CONTACT_EMAIL--remote-location=REMOTE_LOCATION--requested-features=[FEATURES,…]FEATURES must be one of:
CROSS_SITE_NETWORKL2_FORWARDINGMACSEC--requested-link-count=REQUESTED_LINK_COUNT--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 help for details.
--intent-mismatch-behavior in the OPTIONAL
FLAGS section are defaultable per-interconnect. This means that you can
set a default value by using these flags, or you can override the value for each
interconnect by using the --interconnect flag.
Furthermore, if the default values for the following flags are not specified,
then they must be specified per-interconnect in the --interconnect
flag:
--facility
--interconnect-type
--link-type
--requested-link-count
gcloud alpha compute interconnects groups create-membersgcloud beta compute interconnects groups create-membersgcloud preview compute interconnects groups create-membersExcept 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 2026-05-27 UTC.