mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 23:08:48 +00:00
gcloud: Wed Jul 26 10:48:49 UTC 2023
This commit is contained in:
parent
64e67b443c
commit
4558a00e48
204 changed files with 2787 additions and 1591 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|ALL],[...]
|
||||
| --nat-custom-subnet-ip-ranges=SUBNETWORK[:RANGE_NAME|:ALL],[...]
|
||||
| --nat-primary-subnet-ip-ranges) [--async]
|
||||
[--auto-network-tier=AUTO_NETWORK_TIER]
|
||||
[--[no-]enable-dynamic-port-allocation]
|
||||
|
|
@ -63,7 +63,7 @@ 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|ALL],[...]
|
||||
--nat-custom-subnet-ip-ranges=SUBNETWORK[:RANGE_NAME|:ALL],[...]
|
||||
List of subnetwork primary and secondary IP ranges to be allowed to
|
||||
use NAT.
|
||||
|
||||
|
|
|
|||
|
|
@ -85,7 +85,7 @@ OPTIONAL FLAGS
|
|||
--source-nat-active-ranges=SUBNETWORK,[SUBNETWORK,...]
|
||||
Subnetworks from which addresses are used for connections matching this
|
||||
rule. This is only supported for Private NAT, and is required when
|
||||
creating a Private NAT gateway..
|
||||
creating a Private NAT gateway.
|
||||
|
||||
These must be Subnetwork resources in the same region, with purpose set
|
||||
to PRIVATE_NAT.
|
||||
|
|
|
|||
|
|
@ -89,7 +89,7 @@ OPTIONAL FLAGS
|
|||
--source-nat-active-ranges=SUBNETWORK,[SUBNETWORK,...]
|
||||
Subnetworks from which addresses are used for connections matching this
|
||||
rule. This is only supported for Private NAT, and is required when
|
||||
creating a Private NAT gateway..
|
||||
creating a Private NAT gateway.
|
||||
|
||||
These must be Subnetwork resources in the same region, with purpose set
|
||||
to PRIVATE_NAT.
|
||||
|
|
|
|||
|
|
@ -23,7 +23,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|ALL],[...]
|
||||
| --nat-custom-subnet-ip-ranges=SUBNETWORK[:RANGE_NAME|:ALL],[...]
|
||||
| --nat-primary-subnet-ip-ranges] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
|
|
@ -252,7 +252,7 @@ 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|ALL],[...]
|
||||
--nat-custom-subnet-ip-ranges=SUBNETWORK[:RANGE_NAME|:ALL],[...]
|
||||
List of subnetwork primary and secondary IP ranges to be allowed to
|
||||
use NAT.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue