1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-19 07:15:23 +00:00

gcloud: Thu Jun 8 11:29:23 UTC 2023

This commit is contained in:
Automated 2023-06-08 11:29:23 +00:00
parent 91de7103bb
commit 435c9359b5
115 changed files with 1566 additions and 491 deletions

View file

@ -3,7 +3,9 @@ NAME
SYNOPSIS
gcloud beta compute target-http-proxies create NAME --url-map=URL_MAP
[--description=DESCRIPTION] [--global | --region=REGION]
[--description=DESCRIPTION]
[--http-keep-alive-timeout-sec=HTTP_KEEP_ALIVE_TIMEOUT_SEC]
[--global | --region=REGION]
[--global-url-map | --url-map-region=URL_MAP_REGION]
[GCLOUD_WIDE_FLAG ...]
@ -47,6 +49,13 @@ OPTIONAL FLAGS
--description=DESCRIPTION
An optional, textual description for the target HTTP 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 HTTP(S) 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:
--global

View file

@ -3,6 +3,8 @@ NAME
SYNOPSIS
gcloud beta compute target-http-proxies update NAME --url-map=URL_MAP
[--clear-http-keep-alive-timeout-sec
| --http-keep-alive-timeout-sec=HTTP_KEEP_ALIVE_TIMEOUT_SEC]
[--global | --region=REGION]
[--global-url-map | --url-map-region=URL_MAP_REGION]
[GCLOUD_WIDE_FLAG ...]
@ -39,6 +41,19 @@ REQUIRED FLAGS
referring to, you must first delete the target HTTP proxy.
OPTIONAL FLAGS
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 HTTP(S) 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:
--global