gcloud compute interconnects create NAME --interconnect-type=INTERCONNECT_TYPE --link-type=LINK_TYPE --location=LOCATION --requested-link-count=REQUESTED_LINK_COUNT [--admin-enabled] [--customer-name=CUSTOMER_NAME] [--description=DESCRIPTION] [--noc-contact-email=NOC_CONTACT_EMAIL] [--remote-location=REMOTE_LOCATION] [--requested-features=[FEATURES,…]] [--resource-manager-tags=[KEY=VALUE,…]] [--subzone=SUBZONE] [GCLOUD_WIDE_FLAG …]
gcloud compute interconnects create is used to create
interconnects. An interconnect represents a single specific connection between
Google and the customer.
For an example, refer to the EXAMPLES section below.
gcloud compute interconnects create example-interconnect --customer-name="Example Customer Name" --interconnect-type=DEDICATED --link-type=LINK_TYPE_ETHERNET_10G_LR --location=example-zone1-1 --requested-link-count=1 --noc-contact-email=noc@example.com --description="Example interconnect"To create a Cross-Cloud Interconnect, run:
gcloud compute interconnects create example-cc-interconnect --interconnect-type=DEDICATED --link-type=LINK_TYPE_ETHERNET_10G_LR --location=example-zone1-1 --requested-link-count=1 --remote-location=example-remote-location --noc-contact-email=noc@example.com --description="Example Cross-Cloud Interconnect"NAME--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--location=LOCATIONgcloud compute
interconnects locations list command to find the appropriate location
to use when creating an interconnect.
--requested-link-count=REQUESTED_LINK_COUNT--admin-enabled--customer-name=CUSTOMER_NAME--description=DESCRIPTION--noc-contact-email=NOC_CONTACT_EMAIL--remote-location=REMOTE_LOCATIONgcloud
compute interconnects remote-locations list command to find the
appropriate remote location to use when creating a Cross-Cloud Interconnect.
--requested-features=[FEATURES,…]FEATURES must be one of:
CROSS_SITE_NETWORKL2_FORWARDINGMACSEC--resource-manager-tags=[KEY=VALUE,…]--subzone=SUBZONESUBZONE must be one of:
ab--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.
gcloud alpha compute interconnects creategcloud beta compute interconnects creategcloud preview compute interconnects create
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 2026-05-27 UTC.