mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Wed Oct 15 10:52:53 UTC 2025
This commit is contained in:
parent
6f9bb9a0f0
commit
154ebc873d
299 changed files with 7497 additions and 3961 deletions
|
|
@ -14,12 +14,11 @@ DESCRIPTION
|
|||
For an example, refer to the EXAMPLES section below.
|
||||
|
||||
EXAMPLES
|
||||
To add endpoint example-endpoint to wire group example-wire-group, run:
|
||||
To add an endpoint to a wire group, run:
|
||||
|
||||
$ gcloud beta compute interconnects wire-groups add-endpoint \
|
||||
example-wire-group --project=example-project \
|
||||
--cross-site-network=example-cross-site-network \
|
||||
--endpoint-label=example-endpoint
|
||||
example-wg --cross-site-network=example-csn \
|
||||
--endpoint-label=endpoint-1
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
NAME
|
||||
|
|
@ -41,8 +40,10 @@ GCLOUD WIDE FLAGS
|
|||
Run $ gcloud help for details.
|
||||
|
||||
NOTES
|
||||
This command is currently in beta and might change without notice. This
|
||||
variant is also available:
|
||||
This command is currently in beta and might change without notice. These
|
||||
variants are also available:
|
||||
|
||||
$ gcloud compute interconnects wire-groups add-endpoint
|
||||
|
||||
$ gcloud alpha compute interconnects wire-groups add-endpoint
|
||||
|
||||
|
|
|
|||
|
|
@ -15,15 +15,13 @@ DESCRIPTION
|
|||
For an example, refer to the EXAMPLES section below.
|
||||
|
||||
EXAMPLES
|
||||
To add an interconnect example-interconnect to wire group
|
||||
example-wire-group, run:
|
||||
To add an interconnect to a wire group, run:
|
||||
|
||||
$ gcloud beta compute interconnects wire-groups add-interconnect \
|
||||
example-wire-group --project=example-project \
|
||||
--cross-site-network=example-cross-site-network \
|
||||
--endpoint-label=example-endpoint \
|
||||
--interconnect-label=example-interconnect \
|
||||
--interconnect=some-interconnect-uri --vlan-tags=111,222
|
||||
example-wg --cross-site-network=example-csn \
|
||||
--endpoint-label=endpoint-1 \
|
||||
--interconnect-label=interconnect-1 \
|
||||
--interconnect=example-interconnect --vlan-tags=111
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
NAME
|
||||
|
|
@ -54,8 +52,10 @@ GCLOUD WIDE FLAGS
|
|||
Run $ gcloud help for details.
|
||||
|
||||
NOTES
|
||||
This command is currently in beta and might change without notice. This
|
||||
variant is also available:
|
||||
This command is currently in beta and might change without notice. These
|
||||
variants are also available:
|
||||
|
||||
$ gcloud compute interconnects wire-groups add-interconnect
|
||||
|
||||
$ gcloud alpha compute interconnects wire-groups add-interconnect
|
||||
|
||||
|
|
|
|||
|
|
@ -21,10 +21,8 @@ DESCRIPTION
|
|||
EXAMPLES
|
||||
To create a wire group, run:
|
||||
|
||||
$ gcloud beta compute interconnects wire-groups create \
|
||||
example-wire-group --project my-project \
|
||||
--cross-site-network example-cross-site-network \
|
||||
--bandwidth-unmetered 1
|
||||
$ gcloud beta compute interconnects wire-groups create example-wg \
|
||||
--cross-site-network=example-csn --bandwidth-unmetered=1
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
NAME
|
||||
|
|
@ -93,8 +91,10 @@ GCLOUD WIDE FLAGS
|
|||
Run $ gcloud help for details.
|
||||
|
||||
NOTES
|
||||
This command is currently in beta and might change without notice. This
|
||||
variant is also available:
|
||||
This command is currently in beta and might change without notice. These
|
||||
variants are also available:
|
||||
|
||||
$ gcloud compute interconnects wire-groups create
|
||||
|
||||
$ gcloud alpha compute interconnects wire-groups create
|
||||
|
||||
|
|
|
|||
|
|
@ -7,8 +7,16 @@ SYNOPSIS
|
|||
--cross-site-network=CROSS_SITE_NETWORK [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(BETA) gcloud beta compute interconnects wire-groups delete deletes Compute
|
||||
Engine wire groups.
|
||||
(BETA) gcloud beta compute interconnects wire-groups delete is used to
|
||||
delete wire groups.
|
||||
|
||||
For an example, refer to the EXAMPLES section below.
|
||||
|
||||
EXAMPLES
|
||||
To delete a wire group, run:
|
||||
|
||||
$ gcloud beta compute interconnects wire-groups delete example-wg \
|
||||
--cross-site-network=example-csn
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
NAME [NAME ...]
|
||||
|
|
@ -27,8 +35,10 @@ GCLOUD WIDE FLAGS
|
|||
Run $ gcloud help for details.
|
||||
|
||||
NOTES
|
||||
This command is currently in beta and might change without notice. This
|
||||
variant is also available:
|
||||
This command is currently in beta and might change without notice. These
|
||||
variants are also available:
|
||||
|
||||
$ gcloud compute interconnects wire-groups delete
|
||||
|
||||
$ gcloud alpha compute interconnects wire-groups delete
|
||||
|
||||
|
|
|
|||
|
|
@ -7,8 +7,16 @@ SYNOPSIS
|
|||
--cross-site-network=CROSS_SITE_NETWORK [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(BETA) gcloud beta compute interconnects wire-groups describe displays all
|
||||
data associated with Compute Engine wire group in a project.
|
||||
(BETA) gcloud beta compute interconnects wire-groups describe is used to
|
||||
describe a wire group.
|
||||
|
||||
For an example, refer to the EXAMPLES section below.
|
||||
|
||||
EXAMPLES
|
||||
To describe a wire group, run:
|
||||
|
||||
$ gcloud beta compute interconnects wire-groups describe \
|
||||
example-wg --cross-site-network=example-csn
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
NAME
|
||||
|
|
@ -27,8 +35,10 @@ GCLOUD WIDE FLAGS
|
|||
Run $ gcloud help for details.
|
||||
|
||||
NOTES
|
||||
This command is currently in beta and might change without notice. This
|
||||
variant is also available:
|
||||
This command is currently in beta and might change without notice. These
|
||||
variants are also available:
|
||||
|
||||
$ gcloud compute interconnects wire-groups describe
|
||||
|
||||
$ gcloud alpha compute interconnects wire-groups describe
|
||||
|
||||
|
|
|
|||
|
|
@ -45,8 +45,10 @@ COMMANDS
|
|||
(BETA) Update a Compute Engine wire group.
|
||||
|
||||
NOTES
|
||||
This command is currently in beta and might change without notice. This
|
||||
variant is also available:
|
||||
This command is currently in beta and might change without notice. These
|
||||
variants are also available:
|
||||
|
||||
$ gcloud compute interconnects wire-groups
|
||||
|
||||
$ gcloud alpha compute interconnects wire-groups
|
||||
|
||||
|
|
|
|||
|
|
@ -66,8 +66,10 @@ GCLOUD WIDE FLAGS
|
|||
Run $ gcloud help for details.
|
||||
|
||||
NOTES
|
||||
This command is currently in beta and might change without notice. This
|
||||
variant is also available:
|
||||
This command is currently in beta and might change without notice. These
|
||||
variants are also available:
|
||||
|
||||
$ gcloud compute interconnects wire-groups list
|
||||
|
||||
$ gcloud alpha compute interconnects wire-groups list
|
||||
|
||||
|
|
|
|||
|
|
@ -14,13 +14,11 @@ DESCRIPTION
|
|||
For an example, refer to the EXAMPLES section below.
|
||||
|
||||
EXAMPLES
|
||||
To remove endpoint example-endpoint from wire group example-wire-group,
|
||||
run:
|
||||
To remove an endpoint from a wire group, run:
|
||||
|
||||
$ gcloud beta compute interconnects wire-groups remove-endpoint \
|
||||
example-wire-group --project=example-project \
|
||||
--cross-site-network=example-cross-site-network \
|
||||
--endpoint-label=example-endpoint
|
||||
example-wg --cross-site-network=example-csn \
|
||||
--endpoint-label=endpoint-1
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
NAME
|
||||
|
|
@ -42,8 +40,10 @@ GCLOUD WIDE FLAGS
|
|||
Run $ gcloud help for details.
|
||||
|
||||
NOTES
|
||||
This command is currently in beta and might change without notice. This
|
||||
variant is also available:
|
||||
This command is currently in beta and might change without notice. These
|
||||
variants are also available:
|
||||
|
||||
$ gcloud compute interconnects wire-groups remove-endpoint
|
||||
|
||||
$ gcloud alpha compute interconnects wire-groups remove-endpoint
|
||||
|
||||
|
|
|
|||
|
|
@ -14,14 +14,11 @@ DESCRIPTION
|
|||
For an example, refer to the EXAMPLES section below.
|
||||
|
||||
EXAMPLES
|
||||
To remove an interconnect example-interconnect from wire group
|
||||
example-wire-group, run:
|
||||
To remove an interconnect from a wire group endpoint, run:
|
||||
|
||||
$ gcloud beta compute interconnects wire-groups \
|
||||
remove-interconnect example-wire-group \
|
||||
--project=example-project \
|
||||
--cross-site-network=example-cross-site-network \
|
||||
--endpoint-label=example-endpoint \
|
||||
remove-interconnect example-wg \
|
||||
--cross-site-network=example-csn --endpoint-label=endpoint-1 \
|
||||
--interconnect-label=example-interconnect
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
|
|
@ -47,8 +44,10 @@ GCLOUD WIDE FLAGS
|
|||
Run $ gcloud help for details.
|
||||
|
||||
NOTES
|
||||
This command is currently in beta and might change without notice. This
|
||||
variant is also available:
|
||||
This command is currently in beta and might change without notice. These
|
||||
variants are also available:
|
||||
|
||||
$ gcloud compute interconnects wire-groups remove-interconnect
|
||||
|
||||
$ gcloud alpha compute interconnects wire-groups remove-interconnect
|
||||
|
||||
|
|
|
|||
|
|
@ -12,7 +12,36 @@ SYNOPSIS
|
|||
|
||||
DESCRIPTION
|
||||
(BETA) gcloud beta compute interconnects wire-groups update is used to
|
||||
update wire groups. A wire group represents a group of redundant wires.
|
||||
update wire groups.
|
||||
|
||||
For an example, refer to the EXAMPLES section below.
|
||||
|
||||
EXAMPLES
|
||||
To disable a wire group, run:
|
||||
|
||||
$ gcloud beta compute interconnects wire-groups update example-wg \
|
||||
--cross-site-network=example-csn --no-admin-enabled
|
||||
|
||||
To change a wire group's unmetered bandwidth, run:
|
||||
|
||||
$ gcloud beta compute interconnects wire-groups update example-wg \
|
||||
--cross-site-network=example-csn --bandwidth-unmetered=5
|
||||
|
||||
To enable automatic failure detection for a wire group, run:
|
||||
|
||||
$ gcloud beta compute interconnects wire-groups update example-wg \
|
||||
--cross-site-network=example-csn --fault-response=DISABLE_PORT
|
||||
|
||||
To enable bandwidth sharing for a wire group, run:
|
||||
|
||||
$ gcloud beta compute interconnects wire-groups update example-wg \
|
||||
--cross-site-network=example-csn \
|
||||
--bandwidth-allocation=SHARED_WITH_WIRE_GROUP
|
||||
|
||||
To update a wire group's description, run:
|
||||
|
||||
$ gcloud beta compute interconnects wire-groups update example-wg \
|
||||
--cross-site-network=example-csn --description="new description"
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
NAME
|
||||
|
|
@ -80,8 +109,10 @@ GCLOUD WIDE FLAGS
|
|||
Run $ gcloud help for details.
|
||||
|
||||
NOTES
|
||||
This command is currently in beta and might change without notice. This
|
||||
variant is also available:
|
||||
This command is currently in beta and might change without notice. These
|
||||
variants are also available:
|
||||
|
||||
$ gcloud compute interconnects wire-groups update
|
||||
|
||||
$ gcloud alpha compute interconnects wire-groups update
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue