1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-10 19:31:55 +00:00

gcloud: Wed Jun 29 09:00:05 UTC 2022

This commit is contained in:
Automated 2022-06-29 09:00:05 +00:00
parent 8b80260bd9
commit cf5ab60e4a
Failed to extract signature
195 changed files with 4700 additions and 413 deletions

View file

@ -3,7 +3,7 @@ NAME
SYNOPSIS
gcloud compute target-https-proxies create NAME --url-map=URL_MAP
[--description=DESCRIPTION]
--certificate-map=CERTIFICATE_MAP [--description=DESCRIPTION]
[--quic-override=QUIC_OVERRIDE; default="NONE"]
[--ssl-certificates=SSL_CERTIFICATE,[...]] [--ssl-policy=SSL_POLICY]
[--global | --region=REGION]
@ -48,6 +48,22 @@ REQUIRED FLAGS
referring to, you must first delete the target HTTPS proxy.
OPTIONAL FLAGS
Certificate map resource - The certificate map 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 --certificate-map 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 --certificate-map on the command line with a
fully specified name;
◆ default value of location is [global].
--certificate-map=CERTIFICATE_MAP
ID of the certificate map or fully qualified identifier for the
certificate map. To set the map attribute:
▸ provide the argument --certificate-map on the command line.
--description=DESCRIPTION
An optional, textual description for the target HTTPS proxy.