gcloud alpha compute interconnects wire-groups create

NAME
gcloud alpha compute interconnects wire-groups create - create a Compute Engine wire group
SYNOPSIS
gcloud alpha compute interconnects wire-groups createNAME--bandwidth-allocation=BANDWIDTH_ALLOCATION--bandwidth-unmetered=BANDWIDTH_UNMETERED--cross-site-network=CROSS_SITE_NETWORK[--admin-enabled][--bandwidth-metered=BANDWIDTH_METERED][--description=DESCRIPTION][--fault-response=FAULT_RESPONSE][--network-service-class=NETWORK_SERVICE_CLASS][--type=TYPE][--validate-only][GCLOUD_WIDE_FLAG]
DESCRIPTION
(ALPHA)gcloud alpha compute interconnects wire-groupscreate is used to create wire groups. A wire group represents a group ofredundant wires between interconnects in two different metros. Each WireGroupbelongs to a CrossSiteNetwork.

For an example, refer to theEXAMPLES section below.

EXAMPLES
To create a wire group, run:
gcloudalphacomputeinterconnectswire-groupscreateexample-wg--cross-site-network=example-csn--bandwidth-unmetered=1
POSITIONAL ARGUMENTS
NAME
Name of the wire group to create.
REQUIRED FLAGS
--bandwidth-allocation=BANDWIDTH_ALLOCATION
The bandwidth allocation for the wire group.BANDWIDTH_ALLOCATION must be one of:
ALLOCATE_PER_WIRE
Configures a separate unmetered bandwidth allocation (and associated charges)for each wire in the group.
SHARED_WITH_WIRE_GROUP
Configures one unmetered bandwidth allocation for the wire group. The unmeteredbandwidth is divided equally across each wire in the group, but dynamicthrottling reallocates unused unmetered bandwidth from unused or underused wiresto other wires in the group.
--bandwidth-unmetered=BANDWIDTH_UNMETERED
The amount of unmetered bandwidth to assign to the wire group.
--cross-site-network=CROSS_SITE_NETWORK
Name of the crossSiteNetwork to operate on.
OPTIONAL FLAGS
--admin-enabled
Administrative status of the wire group. If not provided on creation, defaultsto enabled. When this is enabled, the wire group is operational and will carrytraffic. Use --no-admin-enabled to disable it.
--bandwidth-metered=BANDWIDTH_METERED
The amount of metered bandwidth to assign to the wire group.
--description=DESCRIPTION
An optional, textual description for the wire group.
--fault-response=FAULT_RESPONSE
The fault response for the wire group.FAULT_RESPONSEmust be one of:
DISABLE_PORT
Disable port
NONE
None
--network-service-class=NETWORK_SERVICE_CLASS
The network service class for the wire group.NETWORK_SERVICE_CLASS must be one of:
BRONZE
The lowest service class.
GOLD
The highest service class.
--type=TYPE
The type for the wire group.TYPE must be one of:
BOX_AND_CROSS
Box and cross type wire groups must have two VLAN tags. The first is for thesame-zone pseudowire, and the second is for the cross-zone pseudowire.
REDUNDANT
Redundant type wire groups must have only one VLAN tag.
WIRE
Single wire type wire groups must have only one VLAN tag.
--validate-only
Validate the new configuration, but don't update it.
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:
gcloudcomputeinterconnectswire-groupscreate
gcloudbetacomputeinterconnectswire-groupscreate

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-10-14 UTC.