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

gcloud: Wed Oct 16 09:53:34 UTC 2024

This commit is contained in:
Automated 2024-10-16 09:53:35 +00:00
parent 4ffb04ab9e
commit 694f6671d0
151 changed files with 4031 additions and 414 deletions

View file

@ -4,6 +4,7 @@ NAME
SYNOPSIS
gcloud beta compute backend-services update BACKEND_SERVICE_NAME
[--affinity-cookie-name=AFFINITY_COOKIE_NAME]
[--affinity-cookie-path=AFFINITY_COOKIE_PATH]
[--affinity-cookie-ttl=AFFINITY_COOKIE_TTL] [--cache-key-include-host]
[--cache-key-include-http-header=[HEADER_FIELD_NAME,...]]
[--cache-key-include-named-cookie=[NAMED_COOKIE,...]]
@ -67,14 +68,19 @@ POSITIONAL ARGUMENTS
FLAGS
--affinity-cookie-name=AFFINITY_COOKIE_NAME
If --session-affinity is set to HTTP_COOKIE, this flag sets the name of
the cookie.
If --session-affinity is set to HTTP_COOKIE or STRONG_COOKIE_AFFINITY,
this flag sets the name of the cookie.
--affinity-cookie-path=AFFINITY_COOKIE_PATH
If --session-affinity is set to HTTP_COOKIE or STRONG_COOKIE_AFFINITY,
this flag sets the path of the cookie.
--affinity-cookie-ttl=AFFINITY_COOKIE_TTL
If --session-affinity is set to GENERATED_COOKIE or HTTP_COOKIE, this
flag sets the TTL, in seconds, of the resulting cookie. A setting of 0
indicates that the cookie should be a session cookie. See $ gcloud
topic datetimes for information on duration formats.
If --session-affinity is set to GENERATED_COOKIE, HTTP_COOKIE, or
STRONG_COOKIE_AFFINITY, this flag sets the TTL, in seconds, of the
resulting cookie. A setting of 0 indicates that the cookie should be a
session cookie. See $ gcloud topic datetimes for information on
duration formats.
--cache-key-include-host
Enable including host in cache key. If enabled, requests to different