mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-16 12:22:03 +00:00
gcloud: Thu Jul 20 11:47:24 UTC 2023
This commit is contained in:
parent
b4c2508b12
commit
64e67b443c
325 changed files with 10090 additions and 1806 deletions
|
|
@ -8,7 +8,8 @@ SYNOPSIS
|
|||
--location=LOCATION --requested-link-count=REQUESTED_LINK_COUNT
|
||||
[--admin-enabled] [--customer-name=CUSTOMER_NAME]
|
||||
[--description=DESCRIPTION] [--noc-contact-email=NOC_CONTACT_EMAIL]
|
||||
[--remote-location=REMOTE_LOCATION] [GCLOUD_WIDE_FLAG ...]
|
||||
[--remote-location=REMOTE_LOCATION]
|
||||
[--requested-features=[FEATURES,...]] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) gcloud alpha compute interconnects create is used to create
|
||||
|
|
@ -96,6 +97,17 @@ OPTIONAL FLAGS
|
|||
remote-locations list command to find the appropriate remote location
|
||||
to use when creating a Cross-Cloud Interconnect.
|
||||
|
||||
--requested-features=[FEATURES,...]
|
||||
List of features requested for this interconnect. FEATURES must be
|
||||
(only one value is supported):
|
||||
|
||||
MACSEC
|
||||
If specified then the interconnect will be created on MACsec
|
||||
capable hardware ports. If not specified, the default value is
|
||||
false, which will allocate non-MACsec capable ports first if
|
||||
available. This parameter can only be provided during interconnect
|
||||
INSERT and cannot be changed using interconnect PATCH.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
--billing-project, --configuration, --flags-file, --flatten, --format,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue