1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 23:08:48 +00:00

gcloud: Wed Aug 27 10:57:46 UTC 2025

This commit is contained in:
Automated 2025-08-27 10:57:46 +00:00
parent 470b35e498
commit 93c043aaa0
176 changed files with 5452 additions and 264 deletions

View file

@ -5,12 +5,12 @@ NAME
SYNOPSIS
gcloud alpha compute interconnects wire-groups create NAME
--bandwidth-unmetered=BANDWIDTH_UNMETERED
--cross-site-network=CROSS_SITE_NETWORK --type=TYPE [--admin-enabled]
--cross-site-network=CROSS_SITE_NETWORK [--admin-enabled]
[--bandwidth-allocation=BANDWIDTH_ALLOCATION]
[--bandwidth-metered=BANDWIDTH_METERED] [--description=DESCRIPTION]
[--fault-response=FAULT_RESPONSE]
[--network-service-class=NETWORK_SERVICE_CLASS] [--validate-only]
[GCLOUD_WIDE_FLAG ...]
[--network-service-class=NETWORK_SERVICE_CLASS] [--type=TYPE]
[--validate-only] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) gcloud alpha compute interconnects wire-groups create is used to
@ -26,7 +26,7 @@ EXAMPLES
$ gcloud alpha compute interconnects wire-groups create \
example-wire-group --project my-project \
--cross-site-network example-cross-site-network \
--type REDUNDANT --bandwidth-unmetered 1
--bandwidth-unmetered 1
POSITIONAL ARGUMENTS
NAME
@ -39,18 +39,6 @@ REQUIRED FLAGS
--cross-site-network=CROSS_SITE_NETWORK
Name of the crossSiteNetwork to operate on.
--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.
OPTIONAL FLAGS
--admin-enabled
Administrative status of the wire group. If not provided on creation,
@ -97,6 +85,18 @@ OPTIONAL FLAGS
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 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.