1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-16 12:22:03 +00:00

gcloud: Thu Jan 23 10:02:29 UTC 2025

This commit is contained in:
Automated 2025-01-23 10:02:29 +00:00
parent 4a036681b1
commit 861d4011dc
116 changed files with 1271 additions and 2834 deletions

View file

@ -73,8 +73,8 @@ OPTIONAL FLAGS
--fault-response=FAULT_RESPONSE
The fault response for the wire group. FAULT_RESPONSE must be one of:
DISABLED_PORT
Disabled port
DISABLE_PORT
Disable port
NONE
None

View file

@ -0,0 +1,34 @@
NAME
gcloud alpha compute interconnects wire-groups delete - delete Compute
Engine wire groups
SYNOPSIS
gcloud alpha compute interconnects wire-groups delete NAME [NAME ...]
--cross-site-network=CROSS_SITE_NETWORK [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) gcloud alpha compute interconnects wire-groups delete deletes
Compute Engine wire groups.
POSITIONAL ARGUMENTS
NAME [NAME ...]
Names of the wire groups to delete.
REQUIRED FLAGS
--cross-site-network=CROSS_SITE_NETWORK
Name of the crossSiteNetwork to operate on.
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
access allowlist.

View file

@ -0,0 +1,34 @@
NAME
gcloud alpha compute interconnects wire-groups describe - describe a
Compute Engine wire group
SYNOPSIS
gcloud alpha compute interconnects wire-groups describe NAME
--cross-site-network=CROSS_SITE_NETWORK [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) gcloud alpha compute interconnects wire-groups describe displays
all data associated with Compute Engine wire group in a project.
POSITIONAL ARGUMENTS
NAME
Name of the wire group to describe.
REQUIRED FLAGS
--cross-site-network=CROSS_SITE_NETWORK
Name of the crossSiteNetwork to operate on.
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
access allowlist.

View file

@ -20,9 +20,18 @@ COMMANDS
create
(ALPHA) Create a Compute Engine wire group.
delete
(ALPHA) Delete Compute Engine wire groups.
describe
(ALPHA) Describe a Compute Engine wire group.
list
(ALPHA) List Google Compute Engine wire groups.
update
(ALPHA) Update a Compute Engine wire group.
NOTES
This command is currently in alpha and might change without notice. If this
command fails with API permission errors despite specifying the correct

View file

@ -23,7 +23,7 @@ EXAMPLES
REQUIRED FLAGS
--cross-site-network=CROSS_SITE_NETWORK
A cross site network for the wire group.
Name of the crossSiteNetwork to operate on.
LIST COMMAND FLAGS
--filter=EXPRESSION

View file

@ -0,0 +1,92 @@
NAME
gcloud alpha compute interconnects wire-groups update - update a Compute
Engine wire group
SYNOPSIS
gcloud alpha compute interconnects wire-groups update NAME
--cross-site-network=CROSS_SITE_NETWORK [--admin-enabled=ADMIN_ENABLED]
[--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]
[--validate-only=VALIDATE_ONLY] [GCLOUD_WIDE_FLAG ...]
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
--admin-enabled=ADMIN_ENABLED
Set admin-enabled on the wire group.
--bandwidth-allocation=BANDWIDTH_ALLOCATION
The bandwidth allocation for the wire group. BANDWIDTH_ALLOCATION must
be one of:
ALLOCATE_PER_WIRE
Allocate per wire.
SHARED_WITH_WIRE_GROUP
Shared with wire group.
--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
Bronze.
GOLD
Gold.
--type=TYPE
The type for the wire group. TYPE must be one of:
BOX_AND_CROSS
Box and cross
REDUNDANT
Redundant
WIRE
Wire
--validate-only=VALIDATE_ONLY
Only validates the configuration, but does not create 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 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
access allowlist.