1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-20 04:58:26 +00:00

gcloud: Wed Apr 30 11:00:00 UTC 2025

This commit is contained in:
Automated 2025-04-30 11:00:00 +00:00
parent 4d8dd33b3e
commit b03a332ad8
196 changed files with 7097 additions and 313 deletions

View file

@ -43,5 +43,9 @@ 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.
access allowlist. These variants are also available:
$ gcloud compute interconnects attachments groups add-members
$ gcloud beta compute interconnects attachments groups add-members

View file

@ -64,5 +64,9 @@ 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.
access allowlist. These variants are also available:
$ gcloud compute interconnects attachments groups create
$ gcloud beta compute interconnects attachments groups create

View file

@ -7,11 +7,19 @@ SYNOPSIS
[NAME ...] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) gcloud alpha compute interconnects attachments groups delete
deletes Compute Engine interconnect attachment groups. Interconnect
attachment groups can be deleted even if they are referenced by
interconnect attachments. Each interconnect attachment in the group will be
updated to remove its reference to this group.
(ALPHA) gcloud alpha compute interconnects attachments groups delete is
used to delete interconnect attachment groups.
For an example, refer to the EXAMPLES section below.
EXAMPLES
To delete an interconnect attachment group, run:
$ gcloud alpha compute interconnects attachments groups delete \
example-attachment-group"
Although not shown in this example, you can delete multiple interconnect
attachment groups in a single command.
POSITIONAL ARGUMENTS
NAME [NAME ...]
@ -29,5 +37,9 @@ 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.
access allowlist. These variants are also available:
$ gcloud compute interconnects attachments groups delete
$ gcloud beta compute interconnects attachments groups delete

View file

@ -7,9 +7,16 @@ SYNOPSIS
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) gcloud alpha compute interconnects attachments groups describe
displays all data associated with Compute Engine interconnect attachment
group in a project.
(ALPHA) gcloud alpha compute interconnects attachments groups describe is
used to describe interconnect attachment groups.
For an example, refer to the EXAMPLES section below.
EXAMPLES
To describe an interconnect attachment group, run:
$ gcloud alpha compute interconnects attachments groups describe \
example-attachment-group
POSITIONAL ARGUMENTS
NAME
@ -27,5 +34,9 @@ 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.
access allowlist. These variants are also available:
$ gcloud compute interconnects attachments groups describe
$ gcloud beta compute interconnects attachments groups describe

View file

@ -9,8 +9,17 @@ SYNOPSIS
DESCRIPTION
(ALPHA) gcloud alpha compute interconnects attachments groups
get-operational-status gets the operational status of a Compute Engine
interconnect attachment group in a project.
get-operational-status is used to get the operational status of
interconnect attachment groups.
For an example, refer to the EXAMPLES section below.
EXAMPLES
To get the operational status of interconnect attachment group
example-attachment-group, run:
$ gcloud alpha compute interconnects attachments groups \
get-operational-status example-attachment-group
POSITIONAL ARGUMENTS
NAME
@ -28,5 +37,11 @@ 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.
access allowlist. These variants are also available:
$ gcloud compute interconnects attachments groups \
get-operational-status
$ gcloud beta compute interconnects attachments groups \
get-operational-status

View file

@ -35,7 +35,7 @@ COMMANDS
attachment group.
list
(ALPHA) List Google Compute Engine interconnect attachment groups.
(ALPHA) List interconnect attachment groups.
remove-members
(ALPHA) Remove member interconnect attachments from a Compute Engine
@ -48,5 +48,9 @@ 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.
access allowlist. These variants are also available:
$ gcloud compute interconnects attachments groups
$ gcloud beta compute interconnects attachments groups

View file

@ -1,6 +1,6 @@
NAME
gcloud alpha compute interconnects attachments groups list - list Google
Compute Engine interconnect attachment groups
gcloud alpha compute interconnects attachments groups list - list
interconnect attachment groups
SYNOPSIS
gcloud alpha compute interconnects attachments groups list
@ -8,18 +8,16 @@ SYNOPSIS
[--sort-by=[FIELD,...]] [--uri] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) gcloud alpha compute interconnects attachments groups list displays
all Google Compute Engine interconnect attachment groups in a project.
(ALPHA) gcloud alpha compute interconnects attachments groups list is used
to list interconnect attachment groups.
For an example, refer to the EXAMPLES section below.
EXAMPLES
To list all interconnect attachment groups in a project in table form, run:
To list interconnect attachment groups, run:
$ gcloud alpha compute interconnects attachments groups list
To list the URIs of all interconnect attachment groups in a project, run:
$ gcloud alpha compute interconnects attachments groups list --uri
LIST COMMAND FLAGS
--filter=EXPRESSION
Apply a Boolean filter EXPRESSION to each resource item to be listed.
@ -64,5 +62,9 @@ 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.
access allowlist. These variants are also available:
$ gcloud compute interconnects attachments groups list
$ gcloud beta compute interconnects attachments groups list

View file

@ -43,5 +43,9 @@ 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.
access allowlist. These variants are also available:
$ gcloud compute interconnects attachments groups remove-members
$ gcloud beta compute interconnects attachments groups remove-members

View file

@ -11,9 +11,35 @@ SYNOPSIS
DESCRIPTION
(ALPHA) gcloud alpha compute interconnects attachments groups update is
used to update interconnect attachment groups. An interconnect attachment
group connects a set of redundant interconnect attachments between Google
and the customer.
used to update interconnect attachment groups.
For an example, refer to the EXAMPLES section below.
EXAMPLES
To update an interconnect attachment group example-attachment-group's
intended availability SLA to PRODUCTION_CRITICAL, run:
$ gcloud alpha compute interconnects attachments groups update \
example-attachment-group \
--intended-availability-sla=PRODUCTION_CRITICAL
To update an interconnect attachment group example-attachment-group's
description to "example attachment group description", run:
$ gcloud alpha compute interconnects attachments groups update \
example-attachment-group \
--description="example attachment group description"
To update an interconnect attachment group example-attachment-group's
member attachments to attachment-1 and attachment-2, run:
$ gcloud alpha compute interconnects attachments groups update \
example-attachment-group \
--attachments=region-1/attachment-1,region-2/attachment-2
Although you can add or remove member attachments using this command, it is
recommended to add or remove member attachments using the add-members and
remove-members commands.
POSITIONAL ARGUMENTS
NAME
@ -42,5 +68,9 @@ 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.
access allowlist. These variants are also available:
$ gcloud compute interconnects attachments groups update
$ gcloud beta compute interconnects attachments groups update