1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-08 18:45:13 +00:00

gcloud: Wed Jun 8 09:13:38 UTC 2022

This commit is contained in:
Automated 2022-06-08 09:13:38 +00:00
parent 82063cbb03
commit 28d031b3c1
Failed to extract signature
240 changed files with 3156 additions and 1115 deletions

View file

@ -2,11 +2,11 @@ NAME
gcloud compute target-https-proxies create - create a target HTTPS proxy
SYNOPSIS
gcloud compute target-https-proxies create NAME
--ssl-certificates=SSL_CERTIFICATE,[...] --url-map=URL_MAP
gcloud compute target-https-proxies create NAME --url-map=URL_MAP
[--description=DESCRIPTION]
[--quic-override=QUIC_OVERRIDE; default="NONE"]
[--ssl-policy=SSL_POLICY] [--global | --region=REGION]
[--ssl-certificates=SSL_CERTIFICATE,[...]] [--ssl-policy=SSL_POLICY]
[--global | --region=REGION]
[--global-ssl-certificates
| --ssl-certificates-region=SSL_CERTIFICATES_REGION]
[--global-url-map | --url-map-region=URL_MAP_REGION]
@ -28,12 +28,12 @@ EXAMPLES
pointing to this map by running:
$ gcloud compute target-https-proxies create PROXY_NAME \
--url-map=URL_MAP --ssl-certificates=SSL_CERTIFIFCATE
--url-map=URL_MAP --ssl-certificates=SSL_CERTIFICATE
Create a regional target HTTPS proxy by running:
$ gcloud compute target-https-proxies create PROXY_NAME \
--url-map=URL_MAP --ssl-certificates=SSL_CERTIFIFCATE \
--url-map=URL_MAP --ssl-certificates=SSL_CERTIFICATE \
--region=REGION_NAME
POSITIONAL ARGUMENTS
@ -41,13 +41,6 @@ POSITIONAL ARGUMENTS
Name of the target HTTPS proxy to create.
REQUIRED FLAGS
--ssl-certificates=SSL_CERTIFICATE,[...]
References to at most 15 SSL certificate resources that are used for
server-side authentication. The first SSL certificate in this list is
considered the primary SSL certificate associated with the load
balancer. The SSL certificates must exist and cannot be deleted while
referenced by a target HTTPS proxy.
--url-map=URL_MAP
A reference to a URL map resource. A URL map defines the mapping of
URLs to backend services. Before you can refer to a URL map, you must
@ -71,6 +64,13 @@ OPTIONAL FLAGS
NONE
Allows Google to control when QUIC is rolled out.
--ssl-certificates=SSL_CERTIFICATE,[...]
References to at most 15 SSL certificate resources that are used for
server-side authentication. The first SSL certificate in this list is
considered the primary SSL certificate associated with the load
balancer. The SSL certificates must exist and cannot be deleted while
referenced by a target HTTPS 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