mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-16 20:36:39 +00:00
gcloud: Wed Mar 16 08:47:18 UTC 2022
This commit is contained in:
parent
7d82d0fc32
commit
971306823a
187 changed files with 3248 additions and 630 deletions
|
|
@ -5,7 +5,7 @@ NAME
|
|||
SYNOPSIS
|
||||
gcloud alpha compute routers nats create NAME --router=ROUTER
|
||||
(--nat-all-subnet-ip-ranges
|
||||
| --nat-custom-subnet-ip-ranges=SUBNETWORK[:RANGE_NAME],[...]
|
||||
| --nat-custom-subnet-ip-ranges=SUBNETWORK[:RANGE_NAME|ALL],[...]
|
||||
| --nat-primary-subnet-ip-ranges) [--async]
|
||||
[--[no-]enable-dynamic-port-allocation]
|
||||
[--enable-endpoint-independent-mapping] [--enable-logging]
|
||||
|
|
@ -61,12 +61,17 @@ REQUIRED FLAGS
|
|||
Allow all IP ranges of all subnetworks in the region, including
|
||||
primary and secondary ranges, to use NAT.
|
||||
|
||||
--nat-custom-subnet-ip-ranges=SUBNETWORK[:RANGE_NAME],[...]
|
||||
--nat-custom-subnet-ip-ranges=SUBNETWORK[:RANGE_NAME|ALL],[...]
|
||||
List of subnetwork primary and secondary IP ranges to be allowed to
|
||||
use NAT. [SUBNETWORK]: including a subnetwork name includes only the
|
||||
primary subnet range of the subnetwork. [SUBNETWORK]:[RANGE_NAME]:
|
||||
specifying a subnetwork and secondary range name includes only that
|
||||
secondary range.It does not include the primary range of the subnet.
|
||||
use NAT.
|
||||
|
||||
▸ SUBNETWORK:ALL - specifying a subnetwork name with ALL includes
|
||||
the primary range and all secondary ranges of the subnet.
|
||||
▸ SUBNETWORK - including a subnetwork name includes only the
|
||||
primary subnet range of the subnetwork.
|
||||
▸ SUBNETWORK:RANGE_NAME - specifying a subnetwork and secondary
|
||||
range name includes only that secondary range. It does not include
|
||||
the primary range of the subnet.
|
||||
|
||||
--nat-primary-subnet-ip-ranges
|
||||
Allow only primary IP ranges of all subnetworks in the region to use
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ SYNOPSIS
|
|||
| --tcp-transitory-idle-timeout=TCP_TRANSITORY_IDLE_TIMEOUT]
|
||||
[--clear-udp-idle-timeout | --udp-idle-timeout=UDP_IDLE_TIMEOUT]
|
||||
[--nat-all-subnet-ip-ranges
|
||||
| --nat-custom-subnet-ip-ranges=SUBNETWORK[:RANGE_NAME],[...]
|
||||
| --nat-custom-subnet-ip-ranges=SUBNETWORK[:RANGE_NAME|ALL],[...]
|
||||
| --nat-primary-subnet-ip-ranges] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
|
|
@ -240,12 +240,17 @@ OPTIONAL FLAGS
|
|||
Allow all IP ranges of all subnetworks in the region, including
|
||||
primary and secondary ranges, to use NAT.
|
||||
|
||||
--nat-custom-subnet-ip-ranges=SUBNETWORK[:RANGE_NAME],[...]
|
||||
--nat-custom-subnet-ip-ranges=SUBNETWORK[:RANGE_NAME|ALL],[...]
|
||||
List of subnetwork primary and secondary IP ranges to be allowed to
|
||||
use NAT. [SUBNETWORK]: including a subnetwork name includes only the
|
||||
primary subnet range of the subnetwork. [SUBNETWORK]:[RANGE_NAME]:
|
||||
specifying a subnetwork and secondary range name includes only that
|
||||
secondary range.It does not include the primary range of the subnet.
|
||||
use NAT.
|
||||
|
||||
▸ SUBNETWORK:ALL - specifying a subnetwork name with ALL includes
|
||||
the primary range and all secondary ranges of the subnet.
|
||||
▸ SUBNETWORK - including a subnetwork name includes only the
|
||||
primary subnet range of the subnetwork.
|
||||
▸ SUBNETWORK:RANGE_NAME - specifying a subnetwork and secondary
|
||||
range name includes only that secondary range. It does not include
|
||||
the primary range of the subnet.
|
||||
|
||||
--nat-primary-subnet-ip-ranges
|
||||
Allow only primary IP ranges of all subnetworks in the region to use
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue