1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-08 10:35:03 +00:00

gcloud: Wed Apr 23 10:54:24 UTC 2025

This commit is contained in:
Automated 2025-04-23 10:54:24 +00:00
parent b589c4c4ad
commit 4d8dd33b3e
138 changed files with 4506 additions and 597 deletions

View file

@ -4,9 +4,9 @@ NAME
SYNOPSIS
gcloud edge-cache origins create (ORIGIN : --location=LOCATION)
--origin-address=ORIGIN_ADDRESS [--async] [--description=DESCRIPTION]
[--failover-origin=FAILOVER_ORIGIN] [--labels=[KEY=VALUE,...]]
[--max-attempts=MAX_ATTEMPTS] [--port=PORT] [--protocol=PROTOCOL]
[--response-timeout=RESPONSE_TIMEOUT]
[--failover-origin=FAILOVER_ORIGIN] [--flex-shielding=FLEX_SHIELDING]
[--labels=[KEY=VALUE,...]] [--max-attempts=MAX_ATTEMPTS] [--port=PORT]
[--protocol=PROTOCOL] [--response-timeout=RESPONSE_TIMEOUT]
[--retry-conditions=[RETRY_CONDITIONS,...]] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
@ -89,6 +89,25 @@ OPTIONAL FLAGS
The value of timeout.maxAttemptsTimeout dictates the timeout across all
origins.
--flex-shielding=FLEX_SHIELDING
Whenever possible, content will be fetched from origin and cached in or
near the specified region. Best effort.
Defaults to default global origin shielding. You may specify at most
one region. An empty flag turns off flex shielding.
FLEX_SHIELDING must be one of:
**
Turn off flexible shielding and use the default global origin
shielding.
africa_south1
Origin fetch from near africa-south1.
me_central1
Origin fetch from near me-central1.
--labels=[KEY=VALUE,...]
List of KEY=VALUE labels to attach to this resource.

View file

@ -4,8 +4,9 @@ NAME
SYNOPSIS
gcloud edge-cache origins update (ORIGIN : --location=LOCATION) [--async]
[--description=DESCRIPTION] [--failover-origin=FAILOVER_ORIGIN]
[--labels=[KEY=VALUE,...]] [--max-attempts=MAX_ATTEMPTS]
[--origin-address=ORIGIN_ADDRESS] [--port=PORT] [--protocol=PROTOCOL]
[--flex-shielding=FLEX_SHIELDING] [--labels=[KEY=VALUE,...]]
[--max-attempts=MAX_ATTEMPTS] [--origin-address=ORIGIN_ADDRESS]
[--port=PORT] [--protocol=PROTOCOL]
[--response-timeout=RESPONSE_TIMEOUT]
[--retry-conditions=[RETRY_CONDITIONS,...]] [GCLOUD_WIDE_FLAG ...]
@ -72,6 +73,25 @@ FLAGS
The value of timeout.maxAttemptsTimeout dictates the timeout across all
origins.
--flex-shielding=FLEX_SHIELDING
Whenever possible, content will be fetched from origin and cached in or
near the specified region. Best effort.
Defaults to default global origin shielding. You may specify at most
one region. An empty flag turns off flex shielding.
FLEX_SHIELDING must be one of:
**
Turn off flexible shielding and use the default global origin
shielding.
africa_south1
Origin fetch from near africa-south1.
me_central1
Origin fetch from near me-central1.
--labels=[KEY=VALUE,...]
List of KEY=VALUE labels to attach to this resource.