1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 06:47:12 +00:00

gcloud: Wed Nov 13 10:04:10 UTC 2024

This commit is contained in:
Automated 2024-11-13 10:04:10 +00:00
parent 7da5872e5c
commit a63704a3af
252 changed files with 4821 additions and 807 deletions

View file

@ -5,6 +5,7 @@ NAME
SYNOPSIS
gcloud beta network-connectivity spokes linked-producer-vpc-network update
SPOKE [--async] [--description=DESCRIPTION] [--global]
[--include-export-ranges=[CIDR_RANGE,...]]
[--update-labels=[KEY=VALUE,...]]
[--clear-labels | --remove-labels=[KEY,...]] [GCLOUD_WIDE_FLAG ...]
@ -53,6 +54,10 @@ FLAGS
--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.
--update-labels=[KEY=VALUE,...]
List of label KEY=VALUE pairs to update. If a label exists, its value
is modified. Otherwise, a new label is created.

View file

@ -5,6 +5,7 @@ NAME
SYNOPSIS
gcloud beta network-connectivity spokes linked-vpc-network update SPOKE
[--async] [--description=DESCRIPTION] [--global]
[--include-export-ranges=[CIDR_RANGE,...]]
[--update-labels=[KEY=VALUE,...]]
[--clear-labels | --remove-labels=[KEY,...]] [GCLOUD_WIDE_FLAG ...]
@ -52,6 +53,10 @@ FLAGS
--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.
--update-labels=[KEY=VALUE,...]
List of label KEY=VALUE pairs to update. If a label exists, its value
is modified. Otherwise, a new label is created.