mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 23:08:48 +00:00
gcloud: Wed Sep 24 11:08:57 UTC 2025
This commit is contained in:
parent
79c9fb4d92
commit
1dea1ef852
168 changed files with 6625 additions and 700 deletions
|
|
@ -4,6 +4,7 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud beta compute interconnects wire-groups create NAME
|
||||
--bandwidth-allocation=BANDWIDTH_ALLOCATION
|
||||
--bandwidth-unmetered=BANDWIDTH_UNMETERED
|
||||
--cross-site-network=CROSS_SITE_NETWORK [--admin-enabled]
|
||||
[--description=DESCRIPTION] [--fault-response=FAULT_RESPONSE]
|
||||
|
|
@ -30,6 +31,20 @@ POSITIONAL ARGUMENTS
|
|||
Name of the wire group to create.
|
||||
|
||||
REQUIRED FLAGS
|
||||
--bandwidth-allocation=BANDWIDTH_ALLOCATION
|
||||
The bandwidth allocation for the wire group. BANDWIDTH_ALLOCATION must
|
||||
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-unmetered=BANDWIDTH_UNMETERED
|
||||
The amount of unmetered bandwidth to assign to the wire group.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue