1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 14:56:05 +00:00

gcloud: Sat Jun 14 05:31:37 UTC 2025

This commit is contained in:
Automated 2025-06-14 05:31:37 +00:00
parent 1799759190
commit fa40c10f6a
712 changed files with 17386 additions and 4918 deletions

View file

@ -11,7 +11,8 @@ SYNOPSIS
[--compression-mode=COMPRESSION_MODE]
[--custom-response-header=CUSTOM_RESPONSE_HEADER]
[--default-ttl=DEFAULT_TTL] [--description=DESCRIPTION]
[--[no-]enable-cdn] [--max-ttl=MAX_TTL] [--[no-]negative-caching]
[--[no-]enable-cdn] [--load-balancing-scheme=LOAD_BALANCING_SCHEME]
[--max-ttl=MAX_TTL] [--[no-]negative-caching]
[--negative-caching-policy=[[CODE=TTL],...]]
[--[no-]request-coalescing] [--serve-while-stale=SERVE_WHILE_STALE]
[--signed-url-cache-max-age=SIGNED_URL_CACHE_MAX_AGE]
@ -157,6 +158,12 @@ OPTIONAL FLAGS
responses from a backend bucket at the edge of the network, close to
users. Use --enable-cdn to enable and --no-enable-cdn to disable.
--load-balancing-scheme=LOAD_BALANCING_SCHEME
The load balancing scheme of the backend bucket. If left blank, the
backend bucket will be compatible with Global External Application Load
Balancer or Classic Application Load Balancer. LOAD_BALANCING_SCHEME
must be (only one value is supported): INTERNAL_MANAGED.
--max-ttl=MAX_TTL
Specifies the maximum allowed TTL for cached content served by this
origin.