gcloud alpha compute interconnects wire-groups update
Stay organized with collections
Save and categorize content based on your preferences.
- NAME
-
- gcloud alpha compute interconnects wire-groups update - update a Compute Engine wire group
- SYNOPSIS
-
-
gcloud alpha compute interconnects wire-groups updateNAME--cross-site-network=CROSS_SITE_NETWORK[--admin-enabled] [--bandwidth-allocation=BANDWIDTH_ALLOCATION] [--bandwidth-metered=BANDWIDTH_METERED] [--bandwidth-unmetered=BANDWIDTH_UNMETERED] [--description=DESCRIPTION] [--fault-response=FAULT_RESPONSE] [--flow-management=FLOW_MANAGEMENT] [--network-service-class=NETWORK_SERVICE_CLASS] [--type=TYPE] [--validate-only] [GCLOUD_WIDE_FLAG …]
-
- DESCRIPTION
-
(ALPHA)gcloud alpha compute interconnects wire-groups updateis used to update wire groups.For an example, refer to the
EXAMPLESsection below. - EXAMPLES
-
To disable a wire group, run:
gcloudalphacomputeinterconnectswire-groupsupdateexample-wg--cross-site-network=example-csn--no-admin-enabledTo change a wire group's unmetered bandwidth, run:
gcloudalphacomputeinterconnectswire-groupsupdateexample-wg--cross-site-network=example-csn--bandwidth-unmetered=5To enable automatic failure detection for a wire group, run:
gcloudalphacomputeinterconnectswire-groupsupdateexample-wg--cross-site-network=example-csn--fault-response=DISABLE_PORTTo enable bandwidth sharing for a wire group, run:
gcloudalphacomputeinterconnectswire-groupsupdateexample-wg--cross-site-network=example-csn--bandwidth-allocation=SHARED_WITH_WIRE_GROUPTo update a wire group's description, run:
gcloudalphacomputeinterconnectswire-groupsupdateexample-wg--cross-site-network=example-csn--description="new description" - POSITIONAL ARGUMENTS
-
NAME- Name of the wire group to update.
- REQUIRED FLAGS
-
--cross-site-network=CROSS_SITE_NETWORK- Name of the crossSiteNetwork to operate on.
- OPTIONAL FLAGS
-
--admin-enabled- Administrative status of the wire group. When this is enabled, the wire group is operational and will carry traffic. Use --no-admin-enabled to disable it.
--bandwidth-allocation=BANDWIDTH_ALLOCATION-
The bandwidth allocation for the wire group.
BANDWIDTH_ALLOCATIONmust 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 unmetered bandwidth is divided equally across each wire in the group, but dynamic throttling reallocates unused unmetered bandwidth from unused or underused wires to other wires in the group.
--bandwidth-metered=BANDWIDTH_METERED- The amount of metered bandwidth to assign to the wire group.
--bandwidth-unmetered=BANDWIDTH_UNMETERED- The amount of unmetered 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
--flow-management=FLOW_MANAGEMENT-
The flow management configuration for the wire group.
FLOW_MANAGEMENTmust be one of:DYNAMIC_PATH- The wire uses dynamic paths.
FIXED_PATH- The wire uses fixed paths.
--network-service-class=NETWORK_SERVICE_CLASS-
The network service class for the wire group.
NETWORK_SERVICE_CLASSmust be one of:BRONZE- The lowest service class.
GOLD- The highest service class.
--type=TYPE-
The type for the wire group.
TYPEmust be one of:BOX_AND_CROSS- Box and cross type wire groups must have two VLAN tags. The first is for the same-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 helpfor details. - NOTES
-
This command is currently in alpha and might change without notice. If this
command fails with API permission errors despite specifying the correct project,
you might be trying to access an API with an invitation-only early access
allowlist. These variants are also available:
gcloudcomputeinterconnectswire-groupsupdategcloudbetacomputeinterconnectswire-groupsupdategcloudpreviewcomputeinterconnectswire-groupsupdate