mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 10:35:03 +00:00
gcloud: Wed May 24 10:23:00 UTC 2023
This commit is contained in:
parent
a56fab68e5
commit
d0919dce4f
151 changed files with 3286 additions and 306 deletions
|
|
@ -5,8 +5,9 @@ NAME
|
|||
SYNOPSIS
|
||||
gcloud alpha compute target-https-proxies create NAME --url-map=URL_MAP
|
||||
[--certificate-map=CERTIFICATE_MAP] [--description=DESCRIPTION]
|
||||
[--http-keep-alive-timeout-sec=HTTP_KEEP_ALIVE_TIMEOUT_SEC]
|
||||
[--proxy-bind] [--quic-override=QUIC_OVERRIDE; default="NONE"]
|
||||
[--ssl-policy=SSL_POLICY]
|
||||
[--server-tls-policy=SERVER_TLS_POLICY] [--ssl-policy=SSL_POLICY]
|
||||
[--certificate-manager-certificates=[CERTIFICATE_MANAGER_CERTIFICATES,
|
||||
...] | --ssl-certificates=SSL_CERTIFICATE,[...]]
|
||||
[--global | --region=REGION]
|
||||
|
|
@ -78,6 +79,13 @@ OPTIONAL FLAGS
|
|||
--description=DESCRIPTION
|
||||
An optional, textual description for the target HTTPS proxy.
|
||||
|
||||
--http-keep-alive-timeout-sec=HTTP_KEEP_ALIVE_TIMEOUT_SEC
|
||||
Specifies how long to keep a connection open, after completing a
|
||||
response, while there is no matching traffic (in seconds). If an HTTP
|
||||
keep-alive is not specified, a default value (610 seconds) will be
|
||||
used. For Global external HTTP(S) load balancer, the minimum allowed
|
||||
value is 5 seconds and the maximum allowed value is 1200 seconds.
|
||||
|
||||
--proxy-bind
|
||||
This flag applies when the load_balancing_scheme of the associated
|
||||
backend service is INTERNAL_SELF_MANAGED. When specified, the envoy
|
||||
|
|
@ -97,6 +105,28 @@ OPTIONAL FLAGS
|
|||
NONE
|
||||
Allows Google to control when QUIC is rolled out.
|
||||
|
||||
Server tls policy resource - The server TLS policy to attach. This
|
||||
represents a Cloud resource. (NOTE) Some attributes are not given
|
||||
arguments in this group but can be set in other ways.
|
||||
|
||||
To set the project attribute:
|
||||
◆ provide the argument --server-tls-policy on the command line with a
|
||||
fully specified name;
|
||||
◆ provide the argument --project on the command line;
|
||||
◆ set the property core/project.
|
||||
|
||||
To set the location attribute:
|
||||
◆ provide the argument --server-tls-policy on the command line with a
|
||||
fully specified name;
|
||||
◆ default value of location is [global].
|
||||
|
||||
--server-tls-policy=SERVER_TLS_POLICY
|
||||
ID of the server_tls_policy or fully qualified identifier for the
|
||||
server_tls_policy.
|
||||
|
||||
To set the server_tls_policy attribute:
|
||||
▸ provide the argument --server-tls-policy on the command line.
|
||||
|
||||
--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
|
||||
|
|
|
|||
|
|
@ -10,6 +10,9 @@ SYNOPSIS
|
|||
| --ssl-certificates=SSL_CERTIFICATE,[...] --global-ssl-certificates
|
||||
| --ssl-certificates-region=SSL_CERTIFICATES_REGION
|
||||
| --certificate-map=CERTIFICATE_MAP | --clear-certificate-map]
|
||||
[--clear-http-keep-alive-timeout-sec
|
||||
| --http-keep-alive-timeout-sec=HTTP_KEEP_ALIVE_TIMEOUT_SEC]
|
||||
[--clear-server-tls-policy | --server-tls-policy=SERVER_TLS_POLICY]
|
||||
[--clear-ssl-policy | --ssl-policy=SSL_POLICY --global-ssl-policy
|
||||
| --ssl-policy-region=SSL_POLICY_REGION] [--global | --region=REGION]
|
||||
[--global-url-map | --url-map-region=URL_MAP_REGION]
|
||||
|
|
@ -160,6 +163,45 @@ FLAGS
|
|||
--clear-certificate-map
|
||||
Removes any attached certificate map from the HTTPS proxy.
|
||||
|
||||
At most one of these can be specified:
|
||||
|
||||
--clear-http-keep-alive-timeout-sec
|
||||
Clears previously configured http keep alive timeout sec
|
||||
|
||||
--http-keep-alive-timeout-sec=HTTP_KEEP_ALIVE_TIMEOUT_SEC
|
||||
Specifies how long to keep a connection open, after completing a
|
||||
response, while there is no matching traffic (in seconds). If an HTTP
|
||||
keep-alive is not specified, a default value (610 seconds) will be
|
||||
used. For Global external HTTP(S) load balancer, the minimum allowed
|
||||
value is 5 seconds and the maximum allowed value is 1200 seconds.
|
||||
|
||||
At most one of these can be specified:
|
||||
|
||||
--clear-server-tls-policy
|
||||
Removes any attached Server TLS policy.
|
||||
|
||||
Server tls policy resource - The server TLS policy to attach. This
|
||||
represents a Cloud resource. (NOTE) Some attributes are not given
|
||||
arguments in this group but can be set in other ways.
|
||||
|
||||
To set the project attribute:
|
||||
▸ provide the argument --server-tls-policy on the command line with a
|
||||
fully specified name;
|
||||
▸ provide the argument --project on the command line;
|
||||
▸ set the property core/project.
|
||||
|
||||
To set the location attribute:
|
||||
▸ provide the argument --server-tls-policy on the command line with a
|
||||
fully specified name;
|
||||
▸ default value of location is [global].
|
||||
|
||||
--server-tls-policy=SERVER_TLS_POLICY
|
||||
ID of the server_tls_policy or fully qualified identifier for the
|
||||
server_tls_policy.
|
||||
|
||||
To set the server_tls_policy attribute:
|
||||
▫ provide the argument --server-tls-policy on the command line.
|
||||
|
||||
At most one of these can be specified:
|
||||
|
||||
--clear-ssl-policy
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue