1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-16 20:36:39 +00:00
gcloud-help/gcloud/alpha/compute/interconnects/wire-groups/update

106 lines
3.9 KiB
Text
Raw Normal View History

2025-01-23 10:02:29 +00:00
NAME
gcloud alpha compute interconnects wire-groups update - update a Compute
Engine wire group
SYNOPSIS
gcloud alpha compute interconnects wire-groups update NAME
2025-02-26 10:38:18 +00:00
--cross-site-network=CROSS_SITE_NETWORK [--admin-enabled]
2025-01-23 10:02:29 +00:00
[--bandwidth-allocation=BANDWIDTH_ALLOCATION]
[--bandwidth-metered=BANDWIDTH_METERED]
[--bandwidth-unmetered=BANDWIDTH_UNMETERED] [--description=DESCRIPTION]
[--fault-response=FAULT_RESPONSE]
[--network-service-class=NETWORK_SERVICE_CLASS] [--type=TYPE]
2025-02-26 10:38:18 +00:00
[--validate-only] [GCLOUD_WIDE_FLAG ...]
2025-01-23 10:02:29 +00:00
DESCRIPTION
(ALPHA) gcloud alpha compute interconnects wire-groups update is used to
update wire groups. A wire group represents a group of redundant wires.
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
2025-02-26 10:38:18 +00:00
--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.
2025-01-23 10:02:29 +00:00
--bandwidth-allocation=BANDWIDTH_ALLOCATION
The bandwidth allocation for the wire group. BANDWIDTH_ALLOCATION must
be one of:
ALLOCATE_PER_WIRE
2025-02-26 10:38:18 +00:00
Configures a separate unmetered bandwidth allocation (and
associated charges) for each wire in the group.
2025-01-23 10:02:29 +00:00
SHARED_WITH_WIRE_GROUP
2025-02-26 10:38:18 +00:00
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. For example, with a four-wire box-and-cross group, when one
Interconnect connection is down, the unmetered bandwidth of the two
down wires is reallocated to the remaining up wires.
2025-01-23 10:02:29 +00:00
--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_RESPONSE must 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
2025-02-26 10:38:18 +00:00
The lowest service class.
2025-01-23 10:02:29 +00:00
GOLD
2025-02-26 10:38:18 +00:00
The highest service class.
2025-01-23 10:02:29 +00:00
--type=TYPE
The type for the wire group. TYPE must be one of:
BOX_AND_CROSS
2025-02-26 10:38:18 +00:00
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.
2025-01-23 10:02:29 +00:00
REDUNDANT
2025-02-26 10:38:18 +00:00
Redundant type wire groups must have only one VLAN tag.
2025-01-23 10:02:29 +00:00
WIRE
2025-02-26 10:38:18 +00:00
Single wire type wire groups must have only one VLAN tag.
2025-01-23 10:02:29 +00:00
2025-02-26 10:38:18 +00:00
--validate-only
Validate the new configuration, but don't update it.
2025-01-23 10:02:29 +00:00
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 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
2025-02-26 10:38:18 +00:00
access allowlist. This variant is also available:
$ gcloud beta compute interconnects wire-groups update
2025-01-23 10:02:29 +00:00