mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-09 10:56:49 +00:00
gcloud: Wed Sep 28 10:27:48 UTC 2022
This commit is contained in:
parent
29683b8af4
commit
ffb9e43995
198 changed files with 4783 additions and 367 deletions
|
|
@ -9,6 +9,7 @@ SYNOPSIS
|
|||
[--global | --region=REGION]
|
||||
[--global-ssl-certificates
|
||||
| --ssl-certificates-region=SSL_CERTIFICATES_REGION]
|
||||
[--global-ssl-policy | --ssl-policy-region=SSL_POLICY_REGION]
|
||||
[--global-url-map | --url-map-region=URL_MAP_REGION]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
|
|
@ -143,6 +144,15 @@ OPTIONAL FLAGS
|
|||
Alternatively, the region can be stored in the environment variable
|
||||
CLOUDSDK_COMPUTE_REGION.
|
||||
|
||||
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:
|
||||
|
||||
--global-url-map
|
||||
|
|
|
|||
|
|
@ -7,8 +7,8 @@ SYNOPSIS
|
|||
[[--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 | --region=REGION]
|
||||
[--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]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
|
|
@ -135,6 +135,15 @@ FLAGS
|
|||
and the HTTPS proxy load balancer. The SSL policy must exist and
|
||||
cannot be deleted while referenced by a target HTTPS 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:
|
||||
|
||||
--global
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue