mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 23:08:48 +00:00
gcloud: Wed Oct 30 10:13:17 UTC 2024
This commit is contained in:
parent
fc66f7f0ca
commit
d7d92f8000
166 changed files with 6197 additions and 300 deletions
|
|
@ -6,7 +6,8 @@ SYNOPSIS
|
|||
gcloud network-connectivity spokes linked-producer-vpc-network create SPOKE
|
||||
--hub=HUB --network=NETWORK --peering=PEERING [--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 Producer VPC spoke.
|
||||
|
|
@ -74,6 +75,10 @@ OPTIONAL FLAGS
|
|||
--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.
|
||||
|
||||
|
|
@ -94,3 +99,10 @@ API REFERENCE
|
|||
This command uses the networkconnectivity/v1 API. The full documentation
|
||||
for this API can be found at:
|
||||
https://cloud.google.com/network-connectivity/docs/reference/networkconnectivity/rest
|
||||
|
||||
NOTES
|
||||
This variant is also available:
|
||||
|
||||
$ gcloud beta network-connectivity spokes \
|
||||
linked-producer-vpc-network create
|
||||
|
||||
|
|
|
|||
|
|
@ -22,3 +22,9 @@ COMMANDS
|
|||
|
||||
update
|
||||
Update a Producer VPC spoke.
|
||||
|
||||
NOTES
|
||||
This variant is also available:
|
||||
|
||||
$ gcloud beta network-connectivity spokes linked-producer-vpc-network
|
||||
|
||||
|
|
|
|||
|
|
@ -94,3 +94,10 @@ API REFERENCE
|
|||
This command uses the networkconnectivity/v1 API. The full documentation
|
||||
for this API can be found at:
|
||||
https://cloud.google.com/network-connectivity/docs/reference/networkconnectivity/rest
|
||||
|
||||
NOTES
|
||||
This variant is also available:
|
||||
|
||||
$ gcloud beta network-connectivity spokes \
|
||||
linked-producer-vpc-network update
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue