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

gcloud: Wed May 13 13:12:23 UTC 2026

This commit is contained in:
Automated 2026-05-13 13:12:23 +00:00
parent 5b03e16435
commit 39dc808917
1261 changed files with 38952 additions and 5626 deletions

View file

@ -6,7 +6,7 @@ SYNOPSIS
gcloud beta network-connectivity spokes linked-producer-vpc-network create
SPOKE --hub=HUB --network=NETWORK --peering=PEERING [--async]
[--description=DESCRIPTION] [--exclude-export-ranges=[CIDR_RANGE,...]]
[--global] [--include-export-ranges=[CIDR_RANGE,...]]
[--global] [--group=GROUP] [--include-export-ranges=[CIDR_RANGE,...]]
[--labels=[KEY=VALUE,...]] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
@ -75,6 +75,9 @@ OPTIONAL FLAGS
--global
Indicates that the spoke is global.
--group=GROUP
Group that the spoke will be part of. The group must already exist.
--include-export-ranges=[CIDR_RANGE,...]
Subnet IP address range(s) to export to other VPC networks that are
connected through Network Connectivity Center.

View file

@ -6,7 +6,7 @@ SYNOPSIS
gcloud beta network-connectivity spokes linked-vpc-network create SPOKE
--hub=HUB --vpc-network=VPC_NETWORK [--async]
[--description=DESCRIPTION] [--exclude-export-ranges=[CIDR_RANGE,...]]
[--global] [--include-export-ranges=[CIDR_RANGE,...]]
[--global] [--group=GROUP] [--include-export-ranges=[CIDR_RANGE,...]]
[--labels=[KEY=VALUE,...]] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
@ -69,6 +69,9 @@ OPTIONAL FLAGS
--global
Indicates that the spoke is global.
--group=GROUP
Group that the spoke will be part of. The group must already exist.
--include-export-ranges=[CIDR_RANGE,...]
Subnet IP address range(s) to export to other VPC networks that are
connected through Network Connectivity Center.