gcloud alpha compute interconnects groups create

NAME
gcloud alpha compute interconnects groups create - create a Compute Engine interconnect group
SYNOPSIS
gcloud alpha compute interconnects groups createNAME--intended-topology-capability=INTENDED_TOPOLOGY_CAPABILITY[--description=DESCRIPTION][--interconnects=[INTERCONNECT,…]][GCLOUD_WIDE_FLAG]
DESCRIPTION
(ALPHA)gcloud alpha compute interconnects groupscreate is used to create interconnect groups. An interconnect groupconnects a set of redundant interconnects between Google and the customer.

For an example, refer to theEXAMPLES section below.

EXAMPLES
To create an interconnect group capable of PRODUCTION_CRITICAL, run:
gcloudalphacomputeinterconnectsgroupscreateexample-interconnect-group--intended-topology-capability=PRODUCTION_CRITICAL--description="Example interconnect group"

It is easy to add members to an existing interconnect group after creation usingtheadd-members command.

To create an interconnect group capable of PRODUCTION_NON_CRITICAL, with twomembers at creation time, run:

gcloudalphacomputeinterconnectsgroupscreateexample-interconnect-group--intended-topology-capability=PRODUCTION_NON_CRITICAL--interconnects=interconnect-1,interconnect-2
POSITIONAL ARGUMENTS
NAME
Name of the interconnect group to create.
REQUIRED FLAGS
--intended-topology-capability=INTENDED_TOPOLOGY_CAPABILITY
The reliability the user intends this group to be capable of, in terms of theInterconnect product SLAs.
OPTIONAL FLAGS
--description=DESCRIPTION
An optional, textual description for the interconnect group.
--interconnects=[INTERCONNECT,…]
Member interconnects to add to the interconnect group initially.
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 help for details.

NOTES
This command is currently in alpha and might change without notice. If thiscommand fails with API permission errors despite specifying the correct project,you might be trying to access an API with an invitation-only early accessallowlist. These variants are also available:
gcloudcomputeinterconnectsgroupscreate
gcloudbetacomputeinterconnectsgroupscreate

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025-05-07 UTC.