mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 23:08:48 +00:00
gcloud: Wed Apr 30 11:00:00 UTC 2025
This commit is contained in:
parent
4d8dd33b3e
commit
b03a332ad8
196 changed files with 7097 additions and 313 deletions
|
|
@ -40,5 +40,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 groups add-members
|
||||
|
||||
$ gcloud beta compute interconnects groups add-members
|
||||
|
||||
|
|
|
|||
|
|
@ -62,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 groups create
|
||||
|
||||
$ gcloud beta compute interconnects groups create
|
||||
|
||||
|
|
|
|||
|
|
@ -24,10 +24,9 @@ EXAMPLES
|
|||
group example-interconnect-group, run:
|
||||
|
||||
$ gcloud alpha compute interconnects groups create-members \
|
||||
example-interconnect-group --interconnect-type DEDICATED \
|
||||
--link-speed LINK_TYPE_ETHERNET_10G_LR \
|
||||
--requested-link-count 1 --facility iad-1 \
|
||||
--interconnect="name=interconnect1" \
|
||||
example-interconnect-group --interconnect-type=DEDICATED \
|
||||
--link-type=LINK_TYPE_ETHERNET_10G_LR --requested-link-count=1 \
|
||||
--facility=iad-1 --interconnect="name=interconnect1" \
|
||||
--interconnect="name=interconnect2"
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
|
|
@ -133,5 +132,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 groups create-members
|
||||
|
||||
$ gcloud beta compute interconnects groups create-members
|
||||
|
||||
|
|
|
|||
|
|
@ -7,10 +7,19 @@ SYNOPSIS
|
|||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) gcloud alpha compute interconnects groups delete deletes Compute
|
||||
Engine interconnect groups. Interconnect groups can be deleted even if they
|
||||
are referenced by interconnects. Each interconnect in the group will be
|
||||
updated to remove its reference to this group.
|
||||
(ALPHA) gcloud alpha compute interconnects groups delete is used to delete
|
||||
interconnect groups.
|
||||
|
||||
For an example, refer to the EXAMPLES section below.
|
||||
|
||||
EXAMPLES
|
||||
To delete an interconnect group, run:
|
||||
|
||||
$ gcloud alpha compute interconnects groups delete \
|
||||
example-interconnect-group"
|
||||
|
||||
Although not shown in this example, you can delete multiple interconnect
|
||||
groups in a single command.
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
NAME [NAME ...]
|
||||
|
|
@ -28,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 groups delete
|
||||
|
||||
$ gcloud beta compute interconnects groups delete
|
||||
|
||||
|
|
|
|||
|
|
@ -7,8 +7,16 @@ SYNOPSIS
|
|||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) gcloud alpha compute interconnects groups describe displays all
|
||||
data associated with Compute Engine interconnect group in a project.
|
||||
(ALPHA) gcloud alpha compute interconnects groups describe is used to
|
||||
describe an interconnect group.
|
||||
|
||||
For an example, refer to the EXAMPLES section below.
|
||||
|
||||
EXAMPLES
|
||||
To describe interconnect group example-interconnect-group, run:
|
||||
|
||||
$ gcloud alpha compute interconnects groups describe \
|
||||
example-interconnect-group
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
NAME
|
||||
|
|
@ -26,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 groups describe
|
||||
|
||||
$ gcloud beta compute interconnects groups describe
|
||||
|
||||
|
|
|
|||
|
|
@ -7,9 +7,17 @@ SYNOPSIS
|
|||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) gcloud alpha compute interconnects groups get-operational-status
|
||||
gets the operational status of a Compute Engine interconnect group in a
|
||||
project.
|
||||
(ALPHA) gcloud alpha compute interconnects groups get-operational-status is
|
||||
used to get the operational status of an interconnect group.
|
||||
|
||||
For an example, refer to the EXAMPLES section below.
|
||||
|
||||
EXAMPLES
|
||||
To get the operational status of interconnect group
|
||||
example-interconnect-group, run:
|
||||
|
||||
$ gcloud alpha compute interconnects groups get-operational-status \
|
||||
example-interconnect-group
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
NAME
|
||||
|
|
@ -27,5 +35,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 groups get-operational-status
|
||||
|
||||
$ gcloud beta compute interconnects groups get-operational-status
|
||||
|
||||
|
|
|
|||
|
|
@ -38,7 +38,7 @@ COMMANDS
|
|||
group.
|
||||
|
||||
list
|
||||
(ALPHA) List Google Compute Engine interconnect groups.
|
||||
(ALPHA) List interconnect groups.
|
||||
|
||||
remove-members
|
||||
(ALPHA) Remove member interconnects from a Compute Engine interconnect
|
||||
|
|
@ -51,5 +51,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 groups
|
||||
|
||||
$ gcloud beta compute interconnects groups
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,5 @@
|
|||
NAME
|
||||
gcloud alpha compute interconnects groups list - list Google Compute Engine
|
||||
interconnect groups
|
||||
gcloud alpha compute interconnects groups list - list interconnect groups
|
||||
|
||||
SYNOPSIS
|
||||
gcloud alpha compute interconnects groups list [--filter=EXPRESSION]
|
||||
|
|
@ -8,18 +7,16 @@ SYNOPSIS
|
|||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) gcloud alpha compute interconnects groups list displays all Google
|
||||
Compute Engine interconnect groups in a project.
|
||||
(ALPHA) gcloud alpha compute interconnects groups list is used to list
|
||||
interconnect groups.
|
||||
|
||||
For an example, refer to the EXAMPLES section below.
|
||||
|
||||
EXAMPLES
|
||||
To list all interconnect groups in a project in table form, run:
|
||||
To list interconnect groups, run:
|
||||
|
||||
$ gcloud alpha compute interconnects groups list
|
||||
|
||||
To list the URIs of all interconnect groups in a project, run:
|
||||
|
||||
$ gcloud alpha compute interconnects groups list --uri
|
||||
|
||||
LIST COMMAND FLAGS
|
||||
--filter=EXPRESSION
|
||||
Apply a Boolean filter EXPRESSION to each resource item to be listed.
|
||||
|
|
@ -64,5 +61,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 groups list
|
||||
|
||||
$ gcloud beta compute interconnects groups list
|
||||
|
||||
|
|
|
|||
|
|
@ -40,5 +40,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 groups remove-members
|
||||
|
||||
$ gcloud beta compute interconnects groups remove-members
|
||||
|
||||
|
|
|
|||
|
|
@ -10,8 +10,35 @@ SYNOPSIS
|
|||
|
||||
DESCRIPTION
|
||||
(ALPHA) gcloud alpha compute interconnects groups update is used to update
|
||||
interconnect groups. An interconnect group represents a set of redundant
|
||||
interconnects between Google and the customer.
|
||||
interconnect groups.
|
||||
|
||||
For an example, refer to the EXAMPLES section below.
|
||||
|
||||
EXAMPLES
|
||||
To update an interconnect group example-interconnect-group's intended
|
||||
topology capability to PRODUCTION_CRITICAL, run:
|
||||
|
||||
$ gcloud alpha compute interconnects groups update \
|
||||
example-interconnect-group \
|
||||
--intended-topology-capability=PRODUCTION_CRITICAL
|
||||
|
||||
To update an interconnect group example-interconnect-group's description to
|
||||
"example interconnect group description", run:
|
||||
|
||||
$ gcloud alpha compute interconnects groups update \
|
||||
example-interconnect-group \
|
||||
--description="example interconnect group description"
|
||||
|
||||
To update an interconnect group example-interconnect-group's member
|
||||
interconnects to interconnect-1 and interconnect-2, run:
|
||||
|
||||
$ gcloud alpha compute interconnects groups update \
|
||||
example-interconnect-group \
|
||||
--interconnects=interconnect-1,interconnect-2
|
||||
|
||||
Although you can add or remove member interconnects using this command, it
|
||||
is recommended to add or remove member interconnects using the add-members
|
||||
and remove-members commands.
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
NAME
|
||||
|
|
@ -40,5 +67,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 groups update
|
||||
|
||||
$ gcloud beta compute interconnects groups update
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue