1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-17 06:11:59 +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,9 +5,9 @@ NAME
SYNOPSIS
gcloud beta 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]
[--description=DESCRIPTION] [--fault-response=FAULT_RESPONSE]
[--validate-only] [GCLOUD_WIDE_FLAG ...]
[--type=TYPE] [--validate-only] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(BETA) gcloud beta compute interconnects wire-groups create is used to
@ -23,7 +23,7 @@ EXAMPLES
$ gcloud beta 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
@ -36,18 +36,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,
@ -66,6 +54,18 @@ OPTIONAL FLAGS
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.