mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Thu Jul 17 11:02:31 UTC 2025
This commit is contained in:
parent
e53f7148d8
commit
fe3a430c1d
365 changed files with 6027 additions and 1863 deletions
|
|
@ -40,7 +40,9 @@ SYNOPSIS
|
|||
[--session-affinity=SESSION_AFFINITY]
|
||||
[--signed-url-cache-max-age=SIGNED_URL_CACHE_MAX_AGE]
|
||||
[--subsetting-policy=SUBSETTING_POLICY; default="NONE"]
|
||||
[--timeout=TIMEOUT; default="30s"] [--tracking-mode=TRACKING_MODE]
|
||||
[--timeout=TIMEOUT; default="30s"]
|
||||
[--tls-settings=[authenticationConfig=AUTHENTICATIONCONFIG],[sni=SNI]]
|
||||
[--tracking-mode=TRACKING_MODE]
|
||||
[--cache-key-query-string-blacklist=[QUERY_STRING,...]
|
||||
| --cache-key-query-string-whitelist=QUERY_STRING,[...]]
|
||||
[--custom-metrics=[CUSTOM_METRICS,...]
|
||||
|
|
@ -719,6 +721,14 @@ FLAGS
|
|||
|
||||
The full range of timeout values allowed is 1 - 2,147,483,647 seconds.
|
||||
|
||||
--tls-settings=[authenticationConfig=AUTHENTICATIONCONFIG],[sni=SNI]
|
||||
Configuration for Backend Authenticated TLS and mTLS. May only be
|
||||
specified when the backend protocol is SSL, HTTPS or HTTP2.
|
||||
|
||||
Example: $ gcloud compute backend-services create \
|
||||
--tls-settings='sni=example.com,authenticationConfig=${AUTH_CONF\
|
||||
IG_NAME}'
|
||||
|
||||
--tracking-mode=TRACKING_MODE
|
||||
Specifies the connection key used for connection tracking. The default
|
||||
value is PER_CONNECTION. Applicable only for backend service-based
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue