1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 06:47:12 +00:00

gcloud: Wed Feb 15 10:13:15 UTC 2023

This commit is contained in:
Automated 2023-02-15 10:13:15 +00:00
parent 02b395b082
commit 78fb6d9419
375 changed files with 5899 additions and 1603 deletions

View file

@ -259,7 +259,8 @@ 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
Logging. Disabled by default. This field cannot be specified for SSL
Proxy and TCP Proxy Load Balancing. Use --enable-logging to enable and
--no-enable-logging to disable.
--[no-]enable-strong-affinity
@ -329,7 +330,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. The default value is 1.0 when logging is
enabled and 0.0 otherwise.
--max-ttl=MAX_TTL
Specifies the maximum allowed TTL for cached content served by this

View file

@ -174,7 +174,8 @@ 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
Logging. Disabled by default. This field cannot be specified for SSL
Proxy and TCP Proxy Load Balancing. Use --enable-logging to enable and
--no-enable-logging to disable.
--[no-]enable-strong-affinity
@ -239,7 +240,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. The default value is 1.0 when logging is
enabled and 0.0 otherwise.
--port-name=PORT_NAME
Backend services for external HTTP(S) load balancing, internal HTTP(S)

View file

@ -9,8 +9,8 @@ SYNOPSIS
: --accelerator=[count=COUNT],[type=TYPE]
--local-ssd=[interface=INTERFACE],[size=SIZE]
--min-cpu-platform=MIN_CPU_PLATFORM])
: --require-specific-reservation) [--description=DESCRIPTION]
[--zone=ZONE]
: --require-specific-reservation --resource-policies=[KEY=VALUE,...])
[--description=DESCRIPTION] [--zone=ZONE]
[--share-setting=SHARE_SETTING
--share-with=SHARE_WITH,[SHARE_WITH,...]] [GCLOUD_WIDE_FLAG ...]
@ -56,6 +56,11 @@ REQUIRED FLAGS
reservation by name using --reservation-affinity=specific can consume
from this reservation.
--resource-policies=[KEY=VALUE,...]
The resource policies to include in this reservation. If you omit
this flag, no resource policies are added. You can specify any string
as the key, and specify the name of a resource policy as the value.
Manage the instance properties for the SpecificSKU reservation.
Exactly one of these must be specified:

View file

@ -3,7 +3,7 @@ NAME
SYNOPSIS
gcloud compute target-https-proxies create NAME --url-map=URL_MAP
--certificate-map=CERTIFICATE_MAP [--description=DESCRIPTION]
[--certificate-map=CERTIFICATE_MAP] [--description=DESCRIPTION]
[--quic-override=QUIC_OVERRIDE; default="NONE"]
[--ssl-certificates=SSL_CERTIFICATE,[...]] [--ssl-policy=SSL_POLICY]
[--global | --region=REGION]

View file

@ -4,7 +4,7 @@ NAME
SYNOPSIS
gcloud compute target-https-proxies update NAME
[--quic-override=QUIC_OVERRIDE] [--url-map=URL_MAP]
[[--certificate-map=CERTIFICATE_MAP : --clear-certificate-map]
[--certificate-map=CERTIFICATE_MAP | --clear-certificate-map
| --ssl-certificates=SSL_CERTIFICATE,[...] --global-ssl-certificates
| --ssl-certificates-region=SSL_CERTIFICATES_REGION]
[--clear-ssl-policy | --ssl-policy=SSL_POLICY --global-ssl-policy

View file

@ -5,8 +5,7 @@ SYNOPSIS
gcloud compute target-ssl-proxies create NAME
--backend-service=BACKEND_SERVICE
(--certificate-map=CERTIFICATE_MAP
: --ssl-certificates=SSL_CERTIFICATE,[...])
[--description=DESCRIPTION]
--ssl-certificates=SSL_CERTIFICATE,[...]) [--description=DESCRIPTION]
[--proxy-header=PROXY_HEADER; default="NONE"] [--ssl-policy=SSL_POLICY]
[--global-ssl-policy | --ssl-policy-region=SSL_POLICY_REGION]
[GCLOUD_WIDE_FLAG ...]

View file

@ -4,11 +4,11 @@ NAME
SYNOPSIS
gcloud compute target-ssl-proxies update NAME
[--backend-service=BACKEND_SERVICE] [--proxy-header=PROXY_HEADER]
[--certificate-map=CERTIFICATE_MAP
: --ssl-certificates=SSL_CERTIFICATE,[...] | --clear-ssl-certificates
| --clear-certificate-map]
[--clear-ssl-policy | --ssl-policy=SSL_POLICY --global-ssl-policy
| --ssl-policy-region=SSL_POLICY_REGION] [GCLOUD_WIDE_FLAG ...]
| --ssl-policy-region=SSL_POLICY_REGION]
[--ssl-certificates=SSL_CERTIFICATE,[...] | --clear-ssl-certificates
| --certificate-map=CERTIFICATE_MAP | --clear-certificate-map]
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
gcloud compute target-ssl-proxies update is used to replace the SSL
@ -39,6 +39,26 @@ FLAGS
Enables PROXY protocol (version 1) for passing client connection
information.
At most one of these can be specified:
--clear-ssl-policy
Removes any attached SSL policy from the SSL proxy.
--ssl-policy=SSL_POLICY
A reference to an SSL policy resource that defines the server-side
support for SSL features and affects the connections between clients
and the SSL proxy load balancer. The SSL policy must exist and cannot
be deleted while referenced by a target SSL proxy.
At most one of these can be specified:
--global-ssl-policy
If set, the SSL policy is global.
--ssl-policy-region=SSL_POLICY_REGION
Region of the SSL policy to operate on. Overrides the default
compute/region property value for this command invocation.
At most one of these can be specified:
--ssl-certificates=SSL_CERTIFICATE,[...]
@ -71,26 +91,6 @@ FLAGS
--clear-certificate-map
Removes any attached certificate map from the SSL proxy.
At most one of these can be specified:
--clear-ssl-policy
Removes any attached SSL policy from the SSL proxy.
--ssl-policy=SSL_POLICY
A reference to an SSL policy resource that defines the server-side
support for SSL features and affects the connections between clients
and the SSL proxy load balancer. The SSL policy must exist and cannot
be deleted while referenced by a target SSL proxy.
At most one of these can be specified:
--global-ssl-policy
If set, the SSL policy is global.
--ssl-policy-region=SSL_POLICY_REGION
Region of the SSL policy to operate on. Overrides the default
compute/region property value for this command invocation.
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,
--billing-project, --configuration, --flags-file, --flatten, --format,