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

gcloud: Wed Oct 15 10:52:53 UTC 2025

This commit is contained in:
Automated 2025-10-15 10:52:53 +00:00
parent 6f9bb9a0f0
commit 154ebc873d
299 changed files with 7497 additions and 3961 deletions

View file

@ -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