mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 06:47:12 +00:00
gcloud: Wed Apr 26 10:24:37 UTC 2023
This commit is contained in:
parent
b33a8a3e6e
commit
2ae1bc2b12
276 changed files with 6093 additions and 833 deletions
|
|
@ -9,6 +9,7 @@ SYNOPSIS
|
|||
(--nat-all-subnet-ip-ranges
|
||||
| --nat-custom-subnet-ip-ranges=SUBNETWORK[:RANGE_NAME],[...]
|
||||
| --nat-primary-subnet-ip-ranges) [--async]
|
||||
[--auto-network-tier=AUTO_NETWORK_TIER]
|
||||
[--[no-]enable-dynamic-port-allocation]
|
||||
[--enable-endpoint-independent-mapping] [--enable-logging]
|
||||
[--endpoint-types=[ENDPOINT_TYPE,...]]
|
||||
|
|
@ -88,6 +89,17 @@ OPTIONAL FLAGS
|
|||
Return immediately, without waiting for the operation in progress to
|
||||
complete.
|
||||
|
||||
--auto-network-tier=AUTO_NETWORK_TIER
|
||||
The network tier to use when automatically reserving NAT IP addresses.
|
||||
AUTO_NETWORK_TIER must be one of:
|
||||
|
||||
PREMIUM
|
||||
High quality, Google-grade network tier with support for all
|
||||
networking products.
|
||||
STANDARD
|
||||
Public internet quality, with only limited support for other
|
||||
networking products.
|
||||
|
||||
--[no-]enable-dynamic-port-allocation
|
||||
Enable dynamic port allocation.
|
||||
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud beta compute routers nats update NAME --router=ROUTER [--async]
|
||||
[--auto-network-tier=AUTO_NETWORK_TIER]
|
||||
[--[no-]enable-dynamic-port-allocation]
|
||||
[--enable-endpoint-independent-mapping] [--enable-logging]
|
||||
[--log-filter=LOG_FILTER] [--region=REGION] [--rules=RULES]
|
||||
|
|
@ -70,6 +71,17 @@ OPTIONAL FLAGS
|
|||
Return immediately, without waiting for the operation in progress to
|
||||
complete.
|
||||
|
||||
--auto-network-tier=AUTO_NETWORK_TIER
|
||||
The network tier to use when automatically reserving NAT IP addresses.
|
||||
AUTO_NETWORK_TIER must be one of:
|
||||
|
||||
PREMIUM
|
||||
High quality, Google-grade network tier with support for all
|
||||
networking products.
|
||||
STANDARD
|
||||
Public internet quality, with only limited support for other
|
||||
networking products.
|
||||
|
||||
--[no-]enable-dynamic-port-allocation
|
||||
Enable dynamic port allocation.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue