mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-16 20:36:39 +00:00
gcloud: Wed Oct 23 10:01:22 UTC 2024
This commit is contained in:
parent
694f6671d0
commit
fc66f7f0ca
249 changed files with 5410 additions and 11408 deletions
51
gcloud/alpha/compute/interconnects/groups/create
Normal file
51
gcloud/alpha/compute/interconnects/groups/create
Normal file
|
|
@ -0,0 +1,51 @@
|
|||
NAME
|
||||
gcloud alpha compute interconnects groups create - create a Compute Engine
|
||||
interconnect group
|
||||
|
||||
SYNOPSIS
|
||||
gcloud alpha compute interconnects groups create NAME
|
||||
--intended-topology-capability=INTENDED_TOPOLOGY_CAPABILITY
|
||||
[--description=DESCRIPTION] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) gcloud alpha compute interconnects groups create is used to create
|
||||
interconnect groups. An interconnect group connects a set of redundant
|
||||
interconnects between Google and the customer.
|
||||
|
||||
For an example, refer to the EXAMPLES section below.
|
||||
|
||||
EXAMPLES
|
||||
To create an interconnect group capable of PRODUCTION_NON_CRITICAL, run:
|
||||
|
||||
$ gcloud alpha compute interconnects groups create \
|
||||
example-interconnect-group \
|
||||
--intended-topology-capability=PRODUCTION_NON_CRITICAL \
|
||||
--description="Example interconnect group"
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
NAME
|
||||
Name of the interconnect group to create.
|
||||
|
||||
REQUIRED FLAGS
|
||||
--intended-topology-capability=INTENDED_TOPOLOGY_CAPABILITY
|
||||
The reliability the user intends this group to be capable of, in terms
|
||||
of the Interconnect product SLAs.
|
||||
|
||||
OPTIONAL FLAGS
|
||||
--description=DESCRIPTION
|
||||
An optional, textual description for the interconnect 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 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.
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue