mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-20 13:10:18 +00:00
gcloud: Thu Jun 27 09:38:12 UTC 2024
This commit is contained in:
parent
fb3e2aa33b
commit
9cd336cae4
60 changed files with 1726 additions and 122 deletions
|
|
@ -6,8 +6,10 @@ SYNOPSIS
|
|||
gcloud network-connectivity spokes linked-interconnect-attachments create
|
||||
(SPOKE : --region=REGION) --hub=HUB
|
||||
--interconnect-attachments=[INTERCONNECT_ATTACHMENTS,...] [--async]
|
||||
[--description=DESCRIPTION] [--labels=[KEY=VALUE,...]]
|
||||
[--site-to-site-data-transfer] [GCLOUD_WIDE_FLAG ...]
|
||||
[--description=DESCRIPTION]
|
||||
[--include-import-ranges=[INCLUDE_IMPORT_RANGES,...]]
|
||||
[--labels=[KEY=VALUE,...]] [--site-to-site-data-transfer]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
Create a new VLAN attachment spoke
|
||||
|
|
@ -74,6 +76,11 @@ OPTIONAL FLAGS
|
|||
--description=DESCRIPTION
|
||||
Description of the spoke to create.
|
||||
|
||||
--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
|
||||
does not import any subnets from the hub.
|
||||
|
||||
--labels=[KEY=VALUE,...]
|
||||
List of label KEY=VALUE pairs to add.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue