mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-22 15:52:30 +00:00
gcloud: Wed Mar 8 10:34:05 UTC 2023
This commit is contained in:
parent
bdaa0b3cfc
commit
29661f002c
111 changed files with 1800 additions and 704 deletions
|
|
@ -10,6 +10,7 @@ SYNOPSIS
|
|||
| --nat-primary-subnet-ip-ranges) [--async]
|
||||
[--[no-]enable-dynamic-port-allocation]
|
||||
[--enable-endpoint-independent-mapping] [--enable-logging]
|
||||
[--endpoint-types=[ENDPOINT_TYPE,...]]
|
||||
[--icmp-idle-timeout=ICMP_IDLE_TIMEOUT] [--log-filter=LOG_FILTER]
|
||||
[--max-ports-per-vm=MAX_PORTS_PER_VM]
|
||||
[--min-ports-per-vm=MIN_PORTS_PER_VM] [--region=REGION] [--rules=RULES]
|
||||
|
|
@ -110,6 +111,20 @@ OPTIONAL FLAGS
|
|||
gcloud compute routers nats update MY-NAT --no-enable-logging \
|
||||
--router ROUTER --region REGION
|
||||
|
||||
--endpoint-types=[ENDPOINT_TYPE,...]
|
||||
Endpoint Types supported by the NAT Gateway.
|
||||
|
||||
ENDPOINT_TYPE must be one of:
|
||||
|
||||
ENDPOINT_TYPE_VM
|
||||
For VM Endpoints
|
||||
ENDPOINT_TYPE_SWG
|
||||
For Secure Web Gateway Endpoints
|
||||
|
||||
The default is ENDPOINT_TYPE_VM.
|
||||
|
||||
ENDPOINT_TYPE must be one of: ENDPOINT_TYPE_VM, ENDPOINT_TYPE_SWG.
|
||||
|
||||
--icmp-idle-timeout=ICMP_IDLE_TIMEOUT
|
||||
Timeout for ICMP connections. See
|
||||
https://cloud.google.com/sdk/gcloud/reference/topic/datetimes for
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue