1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-08 10:35:03 +00:00

gcloud: Wed Apr 13 08:33:42 UTC 2022

This commit is contained in:
Automated 2022-04-13 08:33:42 +00:00
parent f88a614da8
commit 9dcb91c709
143 changed files with 4432 additions and 242 deletions

View file

@ -10,6 +10,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 ...]
@ -151,6 +152,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

View file

@ -10,11 +10,16 @@ DESCRIPTION
(ALPHA) Imports a target HTTPS proxy's configuration from a file.
EXAMPLES
A target HTTPS proxy can be imported by running:
A global target HTTPS proxy can be imported by running:
$ gcloud alpha compute target-https-proxies import NAME \
--source=<path-to-file>
A regional target HTTPS proxy can be imported by running:
$ gcloud alpha compute target-https-proxies import NAME \
--source=<path-to-file> --region=REGION_NAME
POSITIONAL ARGUMENTS
NAME
Name of the target HTTPS proxy to import.

View file

@ -8,8 +8,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 ...]
@ -136,6 +136,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