mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-22 07:40:10 +00:00
gcloud: Wed Nov 20 10:03:22 UTC 2024
This commit is contained in:
parent
a63704a3af
commit
ad2752c6c9
198 changed files with 7874 additions and 336 deletions
|
|
@ -6,7 +6,7 @@ SYNOPSIS
|
|||
gcloud network-connectivity spokes linked-interconnect-attachments create
|
||||
(SPOKE : --region=REGION) --hub=HUB
|
||||
--interconnect-attachments=[INTERCONNECT_ATTACHMENTS,...] [--async]
|
||||
[--description=DESCRIPTION]
|
||||
[--description=DESCRIPTION] [--group=GROUP]
|
||||
[--include-import-ranges=[INCLUDE_IMPORT_RANGES,...]]
|
||||
[--labels=[KEY=VALUE,...]] [--site-to-site-data-transfer]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
|
@ -76,6 +76,10 @@ OPTIONAL FLAGS
|
|||
--description=DESCRIPTION
|
||||
Description of the spoke to create.
|
||||
|
||||
--group=GROUP
|
||||
The group that the spoke will be added to. The group must already
|
||||
exist. If unset, the spoke will be added to the ``default`` group.
|
||||
|
||||
--include-import-ranges=[INCLUDE_IMPORT_RANGES,...]
|
||||
IP address range(s) allowed to be imported from hub subnets. Only
|
||||
``ALL_IPV4_RANGES`` can be added to the list. If it's empty, the spoke
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue