mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Wed May 18 08:41:01 UTC 2022
This commit is contained in:
parent
379049f21a
commit
9f95235d93
258 changed files with 7569 additions and 441 deletions
|
|
@ -6,7 +6,7 @@ SYNOPSIS
|
|||
gcloud beta compute networks peerings update NAME --network=NETWORK
|
||||
[--export-custom-routes] [--export-subnet-routes-with-public-ip]
|
||||
[--import-custom-routes] [--import-subnet-routes-with-public-ip]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
[--stack-type=STACK_TYPE] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
EXAMPLES
|
||||
To update the peering named peering-name to both export and import custom
|
||||
|
|
@ -50,6 +50,19 @@ OPTIONAL FLAGS
|
|||
public IP ranges from peer network. Use
|
||||
--no-import-subnet-routes-with-public-ip to disable it.
|
||||
|
||||
--stack-type=STACK_TYPE
|
||||
Stack type of the peering. If not specified, defaults to IPV4_ONLY.
|
||||
|
||||
STACK_TYPE must be one of:
|
||||
|
||||
IPV4_ONLY
|
||||
Only IPv4 traffic and routes will be exchanged across this peering.
|
||||
|
||||
IPV4_IPV6
|
||||
IPv4 traffic and routes will be exchanged across this peering.
|
||||
IPv6 traffic and routes will be exchanged if the matching peering
|
||||
configuration also has stack_type set to IPV4_IPV6.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
--billing-project, --configuration, --flags-file, --flatten, --format,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue