mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 23:08:48 +00:00
gcloud: Wed Sep 21 11:28:40 UTC 2022
This commit is contained in:
parent
8f4214beb2
commit
29683b8af4
122 changed files with 2393 additions and 199 deletions
|
|
@ -8,6 +8,7 @@ SYNOPSIS
|
|||
[--cache-key-include-http-header=[HEADER_FIELD_NAME,...]]
|
||||
[--cache-key-query-string-whitelist=[QUERY_STRING,...]]
|
||||
[--cache-mode=CACHE_MODE] [--client-ttl=CLIENT_TTL]
|
||||
[--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]
|
||||
|
|
@ -107,6 +108,16 @@ OPTIONAL FLAGS
|
|||
When the cache mode is set to "USE_ORIGIN_HEADERS", you must omit this
|
||||
field.
|
||||
|
||||
--compression-mode=COMPRESSION_MODE
|
||||
Compress text responses using Brotli or gzip compression, based on the
|
||||
client's Accept-Encoding header. Two modes are supported: AUTOMATIC
|
||||
(recommended) - automatically uses the best compression based on the
|
||||
Accept-Encoding header sent by the client. In most cases, this will
|
||||
result in Brotli compression being favored. DISABLED - disables
|
||||
compression. Existing compressed responses cached by Cloud CDN will not
|
||||
be served to clients. COMPRESSION_MODE must be one of: DISABLED,
|
||||
AUTOMATIC.
|
||||
|
||||
--custom-response-header=CUSTOM_RESPONSE_HEADER
|
||||
Custom headers that the external HTTP(S) load balancer adds to proxied
|
||||
responses. For the list of headers, see Creating custom headers
|
||||
|
|
|
|||
|
|
@ -5,7 +5,8 @@ SYNOPSIS
|
|||
gcloud compute backend-buckets update BACKEND_BUCKET_NAME
|
||||
[--cache-key-include-http-header=[HEADER_FIELD_NAME,...]]
|
||||
[--cache-key-query-string-whitelist=[QUERY_STRING,...]]
|
||||
[--cache-mode=CACHE_MODE] [--description=DESCRIPTION]
|
||||
[--cache-mode=CACHE_MODE] [--compression-mode=COMPRESSION_MODE]
|
||||
[--description=DESCRIPTION]
|
||||
[--edge-security-policy=EDGE_SECURITY_POLICY] [--[no-]enable-cdn]
|
||||
[--gcs-bucket-name=GCS_BUCKET_NAME] [--[no-]request-coalescing]
|
||||
[--signed-url-cache-max-age=SIGNED_URL_CACHE_MAX_AGE]
|
||||
|
|
@ -60,6 +61,16 @@ FLAGS
|
|||
require a full trip to the origin on every request, potentially
|
||||
impacting performance and increasing load on the origin server.
|
||||
|
||||
--compression-mode=COMPRESSION_MODE
|
||||
Compress text responses using Brotli or gzip compression, based on the
|
||||
client's Accept-Encoding header. Two modes are supported: AUTOMATIC
|
||||
(recommended) - automatically uses the best compression based on the
|
||||
Accept-Encoding header sent by the client. In most cases, this will
|
||||
result in Brotli compression being favored. DISABLED - disables
|
||||
compression. Existing compressed responses cached by Cloud CDN will not
|
||||
be served to clients. COMPRESSION_MODE must be one of: DISABLED,
|
||||
AUTOMATIC.
|
||||
|
||||
--description=DESCRIPTION
|
||||
An optional, textual description for the backend bucket.
|
||||
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ SYNOPSIS
|
|||
[--cache-key-include-named-cookie=[NAMED_COOKIE,...]]
|
||||
[--no-cache-key-include-protocol] [--no-cache-key-include-query-string]
|
||||
[--cache-mode=CACHE_MODE] [--client-ttl=CLIENT_TTL]
|
||||
[--connection-drain-on-failover]
|
||||
[--compression-mode=COMPRESSION_MODE] [--connection-drain-on-failover]
|
||||
[--connection-draining-timeout=CONNECTION_DRAINING_TIMEOUT]
|
||||
[--connection-persistence-on-unhealthy-backends=CONNECTION_PERSISTENCE_ON_UNHEALTHY_BACKENDS]
|
||||
[--custom-request-header=CUSTOM_REQUEST_HEADER]
|
||||
|
|
@ -161,6 +161,16 @@ FLAGS
|
|||
When the cache mode is set to "USE_ORIGIN_HEADERS", you must omit this
|
||||
field.
|
||||
|
||||
--compression-mode=COMPRESSION_MODE
|
||||
Compress text responses using Brotli or gzip compression, based on the
|
||||
client's Accept-Encoding header. Two modes are supported: AUTOMATIC
|
||||
(recommended) - automatically uses the best compression based on the
|
||||
Accept-Encoding header sent by the client. In most cases, this will
|
||||
result in Brotli compression being favored. DISABLED - disables
|
||||
compression. Existing compressed responses cached by Cloud CDN will not
|
||||
be served to clients. COMPRESSION_MODE must be one of: DISABLED,
|
||||
AUTOMATIC.
|
||||
|
||||
--connection-drain-on-failover
|
||||
Connection drain is enabled by default and on failover or failback
|
||||
connections will be drained. If connection drain is disabled, the
|
||||
|
|
|
|||
|
|
@ -7,7 +7,8 @@ SYNOPSIS
|
|||
[--cache-key-include-http-header=[HEADER_FIELD_NAME,...]]
|
||||
[--cache-key-include-named-cookie=[NAMED_COOKIE,...]]
|
||||
[--cache-key-include-protocol] [--cache-key-include-query-string]
|
||||
[--cache-mode=CACHE_MODE] [--connection-drain-on-failover]
|
||||
[--cache-mode=CACHE_MODE] [--compression-mode=COMPRESSION_MODE]
|
||||
[--connection-drain-on-failover]
|
||||
[--connection-draining-timeout=CONNECTION_DRAINING_TIMEOUT]
|
||||
[--connection-persistence-on-unhealthy-backends=CONNECTION_PERSISTENCE_ON_UNHEALTHY_BACKENDS]
|
||||
[--description=DESCRIPTION] [--drop-traffic-if-unhealthy]
|
||||
|
|
@ -109,6 +110,16 @@ FLAGS
|
|||
require a full trip to the origin on every request, potentially
|
||||
impacting performance and increasing load on the origin server.
|
||||
|
||||
--compression-mode=COMPRESSION_MODE
|
||||
Compress text responses using Brotli or gzip compression, based on the
|
||||
client's Accept-Encoding header. Two modes are supported: AUTOMATIC
|
||||
(recommended) - automatically uses the best compression based on the
|
||||
Accept-Encoding header sent by the client. In most cases, this will
|
||||
result in Brotli compression being favored. DISABLED - disables
|
||||
compression. Existing compressed responses cached by Cloud CDN will not
|
||||
be served to clients. COMPRESSION_MODE must be one of: DISABLED,
|
||||
AUTOMATIC.
|
||||
|
||||
--connection-drain-on-failover
|
||||
Connection drain is enabled by default and on failover or failback
|
||||
connections will be drained. If connection drain is disabled, the
|
||||
|
|
|
|||
|
|
@ -35,6 +35,7 @@ SYNOPSIS
|
|||
[--source-instance-zone=SOURCE_INSTANCE_ZONE] [--stack-type=STACK_TYPE]
|
||||
[--subnet=SUBNET] [--tags=TAG,[TAG,...]]
|
||||
[--threads-per-core=THREADS_PER_CORE]
|
||||
[--visible-core-count=VISIBLE_CORE_COUNT]
|
||||
[--address=ADDRESS | --no-address]
|
||||
[--boot-disk-kms-key=BOOT_DISK_KMS_KEY
|
||||
: --boot-disk-kms-keyring=BOOT_DISK_KMS_KEYRING
|
||||
|
|
@ -696,6 +697,12 @@ FLAGS
|
|||
For more information about configuring SMT, see:
|
||||
https://cloud.google.com/compute/docs/instances/configuring-simultaneous-multithreading.
|
||||
|
||||
--visible-core-count=VISIBLE_CORE_COUNT
|
||||
The number of physical cores to expose to the instance's guest
|
||||
operating system. The number of virtual CPUs visible to the instance's
|
||||
guest operating system is this number of cores multiplied by the
|
||||
instance's count of visible threads per physical core.
|
||||
|
||||
At most one of these can be specified:
|
||||
|
||||
--address=ADDRESS
|
||||
|
|
|
|||
|
|
@ -37,6 +37,7 @@ SYNOPSIS
|
|||
[--subnet=SUBNET] [--tags=TAG,[TAG,...]]
|
||||
[--target-distribution-shape=SHAPE]
|
||||
[--threads-per-core=THREADS_PER_CORE]
|
||||
[--visible-core-count=VISIBLE_CORE_COUNT]
|
||||
[--boot-disk-kms-key=BOOT_DISK_KMS_KEY
|
||||
: --boot-disk-kms-keyring=BOOT_DISK_KMS_KEYRING
|
||||
--boot-disk-kms-location=BOOT_DISK_KMS_LOCATION
|
||||
|
|
@ -672,6 +673,12 @@ OPTIONAL FLAGS
|
|||
For more information about configuring SMT, see:
|
||||
https://cloud.google.com/compute/docs/instances/configuring-simultaneous-multithreading.
|
||||
|
||||
--visible-core-count=VISIBLE_CORE_COUNT
|
||||
The number of physical cores to expose to the instance's guest
|
||||
operating system. The number of virtual CPUs visible to the instance's
|
||||
guest operating system is this number of cores multiplied by the
|
||||
instance's count of visible threads per physical core.
|
||||
|
||||
Key resource - The Cloud KMS (Key Management Service) cryptokey that will
|
||||
be used to protect the disk. The arguments in this group can be used to
|
||||
specify the attributes of this resource.
|
||||
|
|
|
|||
|
|
@ -38,7 +38,8 @@ SYNOPSIS
|
|||
[--shielded-integrity-monitoring] [--shielded-secure-boot]
|
||||
[--shielded-vtpm] [--source-instance-template=SOURCE_INSTANCE_TEMPLATE]
|
||||
[--stack-type=STACK_TYPE] [--subnet=SUBNET] [--tags=TAG,[TAG,...]]
|
||||
[--threads-per-core=THREADS_PER_CORE] [--zone=ZONE]
|
||||
[--threads-per-core=THREADS_PER_CORE]
|
||||
[--visible-core-count=VISIBLE_CORE_COUNT] [--zone=ZONE]
|
||||
[--address=ADDRESS | --no-address]
|
||||
[--boot-disk-kms-key=BOOT_DISK_KMS_KEY
|
||||
: --boot-disk-kms-keyring=BOOT_DISK_KMS_KEYRING
|
||||
|
|
@ -756,6 +757,12 @@ FLAGS
|
|||
For more information about configuring SMT, see:
|
||||
https://cloud.google.com/compute/docs/instances/configuring-simultaneous-multithreading.
|
||||
|
||||
--visible-core-count=VISIBLE_CORE_COUNT
|
||||
The number of physical cores to expose to the instance's guest
|
||||
operating system. The number of virtual CPUs visible to the instance's
|
||||
guest operating system is this number of cores multiplied by the
|
||||
instance's count of visible threads per physical core.
|
||||
|
||||
--zone=ZONE
|
||||
Zone of the instances to create. If not specified and the compute/zone
|
||||
property isn't set, you might be prompted to select a zone (interactive
|
||||
|
|
|
|||
|
|
@ -41,7 +41,8 @@ SYNOPSIS
|
|||
[--shielded-integrity-monitoring] [--shielded-secure-boot]
|
||||
[--shielded-vtpm] [--source-instance-template=SOURCE_INSTANCE_TEMPLATE]
|
||||
[--subnet=SUBNET] [--tags=TAG,[TAG,...]]
|
||||
[--threads-per-core=THREADS_PER_CORE] [--zone=ZONE]
|
||||
[--threads-per-core=THREADS_PER_CORE]
|
||||
[--visible-core-count=VISIBLE_CORE_COUNT] [--zone=ZONE]
|
||||
[--address=ADDRESS | --no-address]
|
||||
[--custom-cpu=CUSTOM_CPU --custom-memory=CUSTOM_MEMORY
|
||||
: --custom-extensions --custom-vm-type=CUSTOM_VM_TYPE]
|
||||
|
|
@ -666,6 +667,12 @@ FLAGS
|
|||
For more information about configuring SMT, see:
|
||||
https://cloud.google.com/compute/docs/instances/configuring-simultaneous-multithreading.
|
||||
|
||||
--visible-core-count=VISIBLE_CORE_COUNT
|
||||
The number of physical cores to expose to the instance's guest
|
||||
operating system. The number of virtual CPUs visible to the instance's
|
||||
guest operating system is this number of cores multiplied by the
|
||||
instance's count of visible threads per physical core.
|
||||
|
||||
--zone=ZONE
|
||||
Zone of the instances to create. If not specified, you might be
|
||||
prompted to select a zone (interactive mode only). gcloud attempts to
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue