mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 18:45:13 +00:00
gcloud: Wed Jan 10 10:17:49 UTC 2024
This commit is contained in:
parent
08ad88258a
commit
5fec13c692
262 changed files with 3211 additions and 4501 deletions
|
|
@ -7,7 +7,7 @@ SYNOPSIS
|
|||
[--certificate-map=CERTIFICATE_MAP] [--description=DESCRIPTION]
|
||||
[--http-keep-alive-timeout-sec=HTTP_KEEP_ALIVE_TIMEOUT_SEC]
|
||||
[--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]
|
||||
|
|
@ -99,6 +99,29 @@ 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;
|
||||
◆ provide the argument --region on the command line;
|
||||
◆ 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
|
||||
|
|
|
|||
|
|
@ -12,6 +12,7 @@ SYNOPSIS
|
|||
| --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]
|
||||
|
|
@ -175,6 +176,34 @@ FLAGS
|
|||
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;
|
||||
▸ provide the argument --region on the command line;
|
||||
▸ 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