mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-10 19:31:55 +00:00
72 lines
2.4 KiB
Text
72 lines
2.4 KiB
Text
NAME
|
|
gcloud beta compute interconnects wire-groups update - update a Compute
|
|
Engine wire group
|
|
|
|
SYNOPSIS
|
|
gcloud beta compute interconnects wire-groups update NAME
|
|
--cross-site-network=CROSS_SITE_NETWORK [--admin-enabled]
|
|
[--bandwidth-unmetered=BANDWIDTH_UNMETERED] [--description=DESCRIPTION]
|
|
[--fault-response=FAULT_RESPONSE] [--type=TYPE] [--validate-only]
|
|
[GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
(BETA) gcloud beta 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
|
|
--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-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
|
|
|
|
--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 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 help for details.
|
|
|
|
NOTES
|
|
This command is currently in beta and might change without notice. This
|
|
variant is also available:
|
|
|
|
$ gcloud alpha compute interconnects wire-groups update
|
|
|