mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-09 02:55:19 +00:00
gcloud: Thu Jul 20 11:47:24 UTC 2023
This commit is contained in:
parent
b4c2508b12
commit
64e67b443c
325 changed files with 10090 additions and 1806 deletions
|
|
@ -9,6 +9,8 @@ SYNOPSIS
|
|||
| --ssl-certificates=SSL_CERTIFICATE,[...] --global-ssl-certificates
|
||||
| --ssl-certificates-region=SSL_CERTIFICATES_REGION
|
||||
| --certificate-map=CERTIFICATE_MAP | --clear-certificate-map]
|
||||
[--clear-http-keep-alive-timeout-sec
|
||||
| --http-keep-alive-timeout-sec=HTTP_KEEP_ALIVE_TIMEOUT_SEC]
|
||||
[--clear-ssl-policy | --ssl-policy=SSL_POLICY --global-ssl-policy
|
||||
| --ssl-policy-region=SSL_POLICY_REGION] [--global | --region=REGION]
|
||||
[--global-url-map | --url-map-region=URL_MAP_REGION]
|
||||
|
|
@ -159,6 +161,19 @@ FLAGS
|
|||
--clear-certificate-map
|
||||
Removes any attached certificate map from the HTTPS proxy.
|
||||
|
||||
At most one of these can be specified:
|
||||
|
||||
--clear-http-keep-alive-timeout-sec
|
||||
Clears the previously configured HTTP keepalive timeout.
|
||||
|
||||
--http-keep-alive-timeout-sec=HTTP_KEEP_ALIVE_TIMEOUT_SEC
|
||||
Represents the maximum amount of time that a TCP connection can be
|
||||
idle between the (downstream) client and the target HTTP proxy. If an
|
||||
HTTP keepalive timeout is not specified, the default value is 610
|
||||
seconds. For global external Application load balancer, the minimum
|
||||
allowed value is 5 seconds and the maximum allowed value is 1200
|
||||
seconds.
|
||||
|
||||
At most one of these can be specified:
|
||||
|
||||
--clear-ssl-policy
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue