mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 23:08:48 +00:00
gcloud: Wed Jun 19 09:33:28 UTC 2024
This commit is contained in:
parent
04a1e3ce77
commit
fb3e2aa33b
182 changed files with 3829 additions and 2129 deletions
|
|
@ -6,7 +6,8 @@ SYNOPSIS
|
|||
gcloud network-connectivity spokes linked-vpc-network create SPOKE
|
||||
--hub=HUB --vpc-network=VPC_NETWORK [--async]
|
||||
[--description=DESCRIPTION] [--exclude-export-ranges=[CIDR_RANGE,...]]
|
||||
[--global] [--labels=[KEY=VALUE,...]] [GCLOUD_WIDE_FLAG ...]
|
||||
[--global] [--include-export-ranges=[CIDR_RANGE,...]]
|
||||
[--labels=[KEY=VALUE,...]] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
Create a new VPC spoke.
|
||||
|
|
@ -62,12 +63,16 @@ OPTIONAL FLAGS
|
|||
Description of the spoke to create.
|
||||
|
||||
--exclude-export-ranges=[CIDR_RANGE,...]
|
||||
IP address range(s) to hide from subnets in VPC networks that are
|
||||
peered through Network Connectivity Center peering.
|
||||
Subnet IP address range(s) to hide from other VPC networks that are
|
||||
connected through Network Connectivity Center.
|
||||
|
||||
--global
|
||||
Indicates that the spoke is global.
|
||||
|
||||
--include-export-ranges=[CIDR_RANGE,...]
|
||||
Subnet IP address range(s) to export to other VPC networks that are
|
||||
connected through Network Connectivity Center.
|
||||
|
||||
--labels=[KEY=VALUE,...]
|
||||
List of label KEY=VALUE pairs to add.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue