1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 14:56:05 +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

@ -0,0 +1,49 @@
NAME
gcloud beta compute interconnects attachments groups add-members - add
member interconnect attachments to a Compute Engine interconnect
attachment group
SYNOPSIS
gcloud beta compute interconnects attachments groups add-members NAME
--attachments=[INTERCONNECT_ATTACHMENT,...] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(BETA) gcloud beta compute interconnects attachments groups add-members is
used to add member interconnect attachments to an interconnect attachment
group.
For an example, refer to the EXAMPLES section below.
EXAMPLES
To add attachment-1 and attachment-2 to interconnect attachment group
example-attachment-group, run:
$ gcloud beta compute interconnects attachments groups add-members \
example-attachment-group \
--attachments=region-1/attachment-1,region-2/attachment-2
POSITIONAL ARGUMENTS
NAME
Name of the interconnect attachment group to update.
REQUIRED FLAGS
--attachments=[INTERCONNECT_ATTACHMENT,...]
Member interconnect attachments to add to or remove from the
interconnect attachment group.
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 beta and might change without notice. These
variants are also available:
$ gcloud compute interconnects attachments groups add-members
$ gcloud alpha compute interconnects attachments groups add-members

View file

@ -0,0 +1,70 @@
NAME
gcloud beta compute interconnects attachments groups create - create a
Compute Engine interconnect attachment group
SYNOPSIS
gcloud beta compute interconnects attachments groups create NAME
--intended-availability-sla=INTENDED_AVAILABILITY_SLA
[--attachments=[INTERCONNECT_ATTACHMENT,...]]
[--description=DESCRIPTION] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(BETA) gcloud beta compute interconnects attachments groups create is used
to create interconnect attachment groups. An interconnect attachment group
connects a set of redundant interconnect attachments between Google and the
customer.
For an example, refer to the EXAMPLES section below.
EXAMPLES
To create an interconnect attachment group capable of PRODUCTION_CRITICAL,
run:
$ gcloud beta compute interconnects attachments groups create \
example-attachment-group \
--intended-availability-sla=PRODUCTION_CRITICAL \
--description="Example interconnect attachment group"
It is easy to add members to an existing interconnect attachment group
after creation using the add-members command.
To create an interconnect attachment group capable of
PRODUCTION_NON_CRITICAL, with two members at creation time, run:
$ gcloud beta compute interconnects attachments groups create \
example-attachment-group \
--intended-availability-sla=PRODUCTION_NON_CRITICAL \
--attachments=region-1/attachment-1,region-2/attachment-2
POSITIONAL ARGUMENTS
NAME
Name of the interconnect attachment group to create.
REQUIRED FLAGS
--intended-availability-sla=INTENDED_AVAILABILITY_SLA
The availability SLA that the user intends this group to support.
OPTIONAL FLAGS
--attachments=[INTERCONNECT_ATTACHMENT,...]
Member interconnect attachments to add to the interconnect attachment
group initially.
--description=DESCRIPTION
An optional, textual description for the interconnect attachment group.
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 beta and might change without notice. These
variants are also available:
$ gcloud compute interconnects attachments groups create
$ gcloud alpha compute interconnects attachments groups create

View file

@ -0,0 +1,43 @@
NAME
gcloud beta compute interconnects attachments groups delete - delete
Compute Engine interconnect attachment groups
SYNOPSIS
gcloud beta compute interconnects attachments groups delete NAME [NAME ...]
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(BETA) gcloud beta 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 beta 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 ...]
Names of the interconnect attachment groups to delete.
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 beta and might change without notice. These
variants are also available:
$ gcloud compute interconnects attachments groups delete
$ gcloud alpha compute interconnects attachments groups delete

View file

@ -0,0 +1,40 @@
NAME
gcloud beta compute interconnects attachments groups describe - describe a
Compute Engine interconnect attachment group
SYNOPSIS
gcloud beta compute interconnects attachments groups describe NAME
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(BETA) gcloud beta 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 beta compute interconnects attachments groups describe \
example-attachment-group
POSITIONAL ARGUMENTS
NAME
Name of the interconnect attachment group to describe.
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 beta and might change without notice. These
variants are also available:
$ gcloud compute interconnects attachments groups describe
$ gcloud alpha compute interconnects attachments groups describe

View file

@ -0,0 +1,45 @@
NAME
gcloud beta compute interconnects attachments groups get-operational-status
- get the operational status of a Compute Engine interconnect
attachment group
SYNOPSIS
gcloud beta compute interconnects attachments groups get-operational-status
NAME [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(BETA) gcloud beta compute interconnects attachments groups
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 beta compute interconnects attachments groups \
get-operational-status example-attachment-group
POSITIONAL ARGUMENTS
NAME
Name of the interconnect attachment group to get operational status.
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 beta and might change without notice. These
variants are also available:
$ gcloud compute interconnects attachments groups \
get-operational-status
$ gcloud alpha compute interconnects attachments groups \
get-operational-status

View file

@ -0,0 +1,54 @@
NAME
gcloud beta compute interconnects attachments groups - create or manipulate
interconnect attachment groups
SYNOPSIS
gcloud beta compute interconnects attachments groups COMMAND
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(BETA) Create or manipulate interconnect attachment groups.
GCLOUD WIDE FLAGS
These flags are available to all commands: --help.
Run $ gcloud help for details.
COMMANDS
COMMAND is one of the following:
add-members
(BETA) Add member interconnect attachments to a Compute Engine
interconnect attachment group.
create
(BETA) Create a Compute Engine interconnect attachment group.
delete
(BETA) Delete Compute Engine interconnect attachment groups.
describe
(BETA) Describe a Compute Engine interconnect attachment group.
get-operational-status
(BETA) Get the operational status of a Compute Engine interconnect
attachment group.
list
(BETA) List interconnect attachment groups.
remove-members
(BETA) Remove member interconnect attachments from a Compute Engine
interconnect attachment group.
update
(BETA) Update a Compute Engine interconnect attachment group.
NOTES
This command is currently in beta and might change without notice. These
variants are also available:
$ gcloud compute interconnects attachments groups
$ gcloud alpha compute interconnects attachments groups

View file

@ -0,0 +1,68 @@
NAME
gcloud beta compute interconnects attachments groups list - list
interconnect attachment groups
SYNOPSIS
gcloud beta compute interconnects attachments groups list
[--filter=EXPRESSION] [--limit=LIMIT] [--page-size=PAGE_SIZE]
[--sort-by=[FIELD,...]] [--uri] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(BETA) gcloud beta compute interconnects attachments groups list is used to
list interconnect attachment groups.
For an example, refer to the EXAMPLES section below.
EXAMPLES
To list interconnect attachment groups, run:
$ gcloud beta compute interconnects attachments groups list
LIST COMMAND FLAGS
--filter=EXPRESSION
Apply a Boolean filter EXPRESSION to each resource item to be listed.
If the expression evaluates True, then that item is listed. For more
details and examples of filter expressions, run $ gcloud topic filters.
This flag interacts with other flags that are applied in this order:
--flatten, --sort-by, --filter, --limit.
--limit=LIMIT
Maximum number of resources to list. The default is unlimited. This
flag interacts with other flags that are applied in this order:
--flatten, --sort-by, --filter, --limit.
--page-size=PAGE_SIZE
Some services group resource list output into pages. This flag
specifies the maximum number of resources per page. The default is
determined by the service if it supports paging, otherwise it is
unlimited (no paging). Paging may be applied before or after --filter
and --limit depending on the service.
--sort-by=[FIELD,...]
Comma-separated list of resource field key names to sort by. The
default order is ascending. Prefix a field with ``~'' for descending
order on that field. This flag interacts with other flags that are
applied in this order: --flatten, --sort-by, --filter, --limit.
--uri
Print a list of resource URIs instead of the default output, and change
the command output to a list of URIs. If this flag is used with
--format, the formatting is applied on this URI list. To display URIs
alongside other keys instead, use the uri() transform.
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 beta and might change without notice. These
variants are also available:
$ gcloud compute interconnects attachments groups list
$ gcloud alpha compute interconnects attachments groups list

View file

@ -0,0 +1,50 @@
NAME
gcloud beta compute interconnects attachments groups remove-members -
remove member interconnect attachments from a Compute Engine
interconnect attachment group
SYNOPSIS
gcloud beta compute interconnects attachments groups remove-members NAME
--attachments=[INTERCONNECT_ATTACHMENT,...] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(BETA) gcloud beta compute interconnects attachments groups remove-members
is used to remove member interconnect attachments from an interconnect
attachment group.
For an example, refer to the EXAMPLES section below.
EXAMPLES
To remove attachment-1 and attachment-2 from interconnect attachment group
example-attachment-group, run:
$ gcloud beta compute interconnects attachments groups \
remove-members example-attachment-group \
--attachments=region-1/attachment-1,region-2/attachment-2
POSITIONAL ARGUMENTS
NAME
Name of the interconnect attachment group to update.
REQUIRED FLAGS
--attachments=[INTERCONNECT_ATTACHMENT,...]
Member interconnect attachments to add to or remove from the
interconnect attachment group.
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 beta and might change without notice. These
variants are also available:
$ gcloud compute interconnects attachments groups remove-members
$ gcloud alpha compute interconnects attachments groups \
remove-members

View file

@ -0,0 +1,74 @@
NAME
gcloud beta compute interconnects attachments groups update - update a
Compute Engine interconnect attachment group
SYNOPSIS
gcloud beta compute interconnects attachments groups update NAME
[--attachments=[INTERCONNECT_ATTACHMENT,...]]
[--description=DESCRIPTION]
[--intended-availability-sla=INTENDED_AVAILABILITY_SLA]
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(BETA) gcloud beta compute interconnects attachments groups update is 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 beta 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 beta 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 beta 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
Name of the interconnect attachment group to update.
FLAGS
--attachments=[INTERCONNECT_ATTACHMENT,...]
Member interconnect attachments to add to the interconnect attachment
group initially.
--description=DESCRIPTION
An optional, textual description for the interconnect attachment group.
--intended-availability-sla=INTENDED_AVAILABILITY_SLA
The availability SLA that the user intends this group to support.
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 beta and might change without notice. These
variants are also available:
$ gcloud compute interconnects attachments groups update
$ gcloud alpha compute interconnects attachments groups update