mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-10 19:31:55 +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
|
|
@ -4,6 +4,7 @@ NAME
|
|||
SYNOPSIS
|
||||
gcloud compute target-https-proxies create NAME --url-map=URL_MAP
|
||||
[--certificate-map=CERTIFICATE_MAP] [--description=DESCRIPTION]
|
||||
[--http-keep-alive-timeout-sec=HTTP_KEEP_ALIVE_TIMEOUT_SEC]
|
||||
[--quic-override=QUIC_OVERRIDE; default="NONE"]
|
||||
[--ssl-policy=SSL_POLICY]
|
||||
[--certificate-manager-certificates=[CERTIFICATE_MANAGER_CERTIFICATES,
|
||||
|
|
@ -76,6 +77,13 @@ OPTIONAL FLAGS
|
|||
--description=DESCRIPTION
|
||||
An optional, textual description for the target HTTPS proxy.
|
||||
|
||||
--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.
|
||||
|
||||
--quic-override=QUIC_OVERRIDE; default="NONE"
|
||||
Controls whether load balancer may negotiate QUIC with clients. QUIC is
|
||||
a new transport which reduces latency compared to that of TCP. See
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue