mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-19 07:15:23 +00:00
gcloud: Wed Mar 19 10:42:21 UTC 2025
This commit is contained in:
parent
a459a88a5f
commit
e555fef0aa
170 changed files with 6428 additions and 659 deletions
|
|
@ -4,7 +4,8 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud network-connectivity spokes linked-vpc-network update SPOKE
|
||||
[--async] [--description=DESCRIPTION] [--global]
|
||||
[--async] [--description=DESCRIPTION]
|
||||
[--exclude-export-ranges=[CIDR_RANGE,...]] [--global]
|
||||
[--include-export-ranges=[CIDR_RANGE,...]]
|
||||
[--update-labels=[KEY=VALUE,...]]
|
||||
[--clear-labels | --remove-labels=[KEY,...]] [GCLOUD_WIDE_FLAG ...]
|
||||
|
|
@ -50,12 +51,14 @@ FLAGS
|
|||
--description=DESCRIPTION
|
||||
New description of the spoke.
|
||||
|
||||
--exclude-export-ranges=[CIDR_RANGE,...]
|
||||
New exclude export ranges of the spoke.
|
||||
|
||||
--global
|
||||
Indicates that the spoke is global.
|
||||
|
||||
--include-export-ranges=[CIDR_RANGE,...]
|
||||
Only allows adding ALL_IPV6_RANGES to include export ranges or removing
|
||||
ALL_IPV6_RANGES from include export ranges.
|
||||
New include export ranges of the spoke.
|
||||
|
||||
--update-labels=[KEY=VALUE,...]
|
||||
List of label KEY=VALUE pairs to update. If a label exists, its value
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue