mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 10:35:03 +00:00
gcloud: Wed Jun 29 09:00:05 UTC 2022
This commit is contained in:
parent
8b80260bd9
commit
cf5ab60e4a
195 changed files with 4700 additions and 413 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
|
|
@ -3,12 +3,12 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud compute target-https-proxies update NAME
|
||||
[--quic-override=QUIC_OVERRIDE]
|
||||
[--ssl-certificates=SSL_CERTIFICATE,[...]] [--url-map=URL_MAP]
|
||||
[--quic-override=QUIC_OVERRIDE] [--url-map=URL_MAP]
|
||||
[[--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]
|
||||
[--global-ssl-certificates
|
||||
| --ssl-certificates-region=SSL_CERTIFICATES_REGION]
|
||||
[--global-url-map | --url-map-region=URL_MAP_REGION]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
|
|
@ -62,19 +62,68 @@ 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.
|
||||
|
||||
--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
|
||||
create the URL map. To delete a URL map that a target proxy is
|
||||
referring to, you must first delete the target HTTPS proxy.
|
||||
|
||||
At most one of these can be specified:
|
||||
|
||||
At most one of these can be specified:
|
||||
|
||||
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.
|
||||
|
||||
--clear-certificate-map
|
||||
Removes any attached certificate map from the HTTPS proxy.
|
||||
|
||||
--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.
|
||||
|
||||
At most one of these can be specified:
|
||||
|
||||
--global-ssl-certificates
|
||||
If set, the ssl certificates are global.
|
||||
|
||||
--ssl-certificates-region=SSL_CERTIFICATES_REGION
|
||||
Region of the ssl certificates to operate on. If not specified, you
|
||||
might be prompted to select a region (interactive mode only).
|
||||
|
||||
To avoid prompting when this flag is omitted, you can set the
|
||||
compute/region property:
|
||||
|
||||
$ gcloud config set compute/region REGION
|
||||
|
||||
A list of regions can be fetched by running:
|
||||
|
||||
$ gcloud compute regions list
|
||||
|
||||
To unset the property, run:
|
||||
|
||||
$ gcloud config unset compute/region
|
||||
|
||||
Alternatively, the region can be stored in the environment variable
|
||||
CLOUDSDK_COMPUTE_REGION.
|
||||
|
||||
At most one of these can be specified:
|
||||
|
||||
--clear-ssl-policy
|
||||
|
|
@ -111,31 +160,6 @@ FLAGS
|
|||
Alternatively, the region can be stored in the environment variable
|
||||
CLOUDSDK_COMPUTE_REGION.
|
||||
|
||||
At most one of these can be specified:
|
||||
|
||||
--global-ssl-certificates
|
||||
If set, the ssl certificates are global.
|
||||
|
||||
--ssl-certificates-region=SSL_CERTIFICATES_REGION
|
||||
Region of the ssl certificates to operate on. If not specified, you
|
||||
might be prompted to select a region (interactive mode only).
|
||||
|
||||
To avoid prompting when this flag is omitted, you can set the
|
||||
compute/region property:
|
||||
|
||||
$ gcloud config set compute/region REGION
|
||||
|
||||
A list of regions can be fetched by running:
|
||||
|
||||
$ gcloud compute regions list
|
||||
|
||||
To unset the property, run:
|
||||
|
||||
$ gcloud config unset compute/region
|
||||
|
||||
Alternatively, the region can be stored in the environment variable
|
||||
CLOUDSDK_COMPUTE_REGION.
|
||||
|
||||
At most one of these can be specified:
|
||||
|
||||
--global-url-map
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue