mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 06:47:12 +00:00
gcloud: Wed Aug 27 10:57:46 UTC 2025
This commit is contained in:
parent
470b35e498
commit
93c043aaa0
176 changed files with 5452 additions and 264 deletions
|
|
@ -14,7 +14,8 @@ SYNOPSIS
|
|||
[--[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]
|
||||
[--[no-]request-coalescing] [--resource-manager-tags=[KEY=VALUE,...]]
|
||||
[--serve-while-stale=SERVE_WHILE_STALE]
|
||||
[--signed-url-cache-max-age=SIGNED_URL_CACHE_MAX_AGE]
|
||||
[--global | --region=REGION] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
|
|
@ -163,7 +164,7 @@ OPTIONAL FLAGS
|
|||
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.
|
||||
must be one of: INTERNAL_MANAGED, EXTERNAL_MANAGED.
|
||||
|
||||
--max-ttl=MAX_TTL
|
||||
Specifies the maximum allowed TTL for cached content served by this
|
||||
|
|
@ -258,6 +259,10 @@ OPTIONAL FLAGS
|
|||
Use --request-coalescing to enable and --no-request-coalescing to
|
||||
disable.
|
||||
|
||||
--resource-manager-tags=[KEY=VALUE,...]
|
||||
Comma-separated list of Resource Manager tags to apply to the backend
|
||||
bucket.
|
||||
|
||||
--serve-while-stale=SERVE_WHILE_STALE
|
||||
Serve existing content from the cache (if available) when revalidating
|
||||
content with the origin; this allows content to be served more quickly,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue