mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 06:47:12 +00:00
gcloud: Wed Mar 30 09:07:09 UTC 2022
This commit is contained in:
parent
cd34e797ae
commit
9bf28f1efe
90 changed files with 1554 additions and 258 deletions
|
|
@ -257,8 +257,9 @@ FLAGS
|
|||
--[no-]enable-logging
|
||||
The logging options for the load balancer traffic served by this
|
||||
backend service. If logging is enabled, logs will be exported to Cloud
|
||||
Logging. Disabled by default. Use --enable-logging to enable and
|
||||
--no-enable-logging to disable.
|
||||
Logging. This can only be specified if the protocol is HTTP, HTTPS,
|
||||
HTTP2, TCP, or SSL. Disabled by default. Use --enable-logging to enable
|
||||
and --no-enable-logging to disable.
|
||||
|
||||
--[no-]enable-strong-affinity
|
||||
Enable or disable strong session affinity. This is only available for
|
||||
|
|
@ -333,7 +334,8 @@ FLAGS
|
|||
service. The value of the field must be a float in the range [0, 1].
|
||||
This configures the sampling rate of requests to the load balancer
|
||||
where 1.0 means all logged requests are reported and 0.0 means no
|
||||
logged requests are reported. The default value is 1.0.
|
||||
logged requests are reported. This can only be specified if the
|
||||
protocol is HTTP, HTTPS, HTTP2, TCP, or SSL. The default value is 1.0.
|
||||
|
||||
--max-ttl=MAX_TTL
|
||||
Specifies the maximum allowed TTL for cached content served by this
|
||||
|
|
|
|||
|
|
@ -170,8 +170,9 @@ FLAGS
|
|||
--[no-]enable-logging
|
||||
The logging options for the load balancer traffic served by this
|
||||
backend service. If logging is enabled, logs will be exported to Cloud
|
||||
Logging. Disabled by default. Use --enable-logging to enable and
|
||||
--no-enable-logging to disable.
|
||||
Logging. This can only be specified if the protocol is HTTP, HTTPS,
|
||||
HTTP2, TCP, or SSL. Disabled by default. Use --enable-logging to enable
|
||||
and --no-enable-logging to disable.
|
||||
|
||||
--[no-]enable-strong-affinity
|
||||
Enable or disable strong session affinity. This is only available for
|
||||
|
|
@ -240,7 +241,8 @@ FLAGS
|
|||
service. The value of the field must be a float in the range [0, 1].
|
||||
This configures the sampling rate of requests to the load balancer
|
||||
where 1.0 means all logged requests are reported and 0.0 means no
|
||||
logged requests are reported. The default value is 1.0.
|
||||
logged requests are reported. This can only be specified if the
|
||||
protocol is HTTP, HTTPS, HTTP2, TCP, or SSL. The default value is 1.0.
|
||||
|
||||
--port-name=PORT_NAME
|
||||
Backend services for external HTTP(S) load balancing, internal HTTP(S)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue