gcloud_alpha_compute_target-https-proxies_update (1)
NAME
- gcloud alpha compute target-https-proxies update - update a target HTTPS proxy
SYNOPSIS
-
gcloud alpha compute target-https-proxies update NAME [--quic-override=QUIC_OVERRIDE] [--ssl-certificates=SSL_CERTIFICATE,[...]] [--url-map=URL_MAP] [--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 ...]
DESCRIPTION
(ALPHA) gcloud alpha compute target-https-proxies update is used
POSITIONAL ARGUMENTS
-
- NAME
-
Name of the target HTTPS proxy to update.
FLAGS
-
- --quic-override=QUIC_OVERRIDE
-
Controls whether load balancer may negotiate QUIC with clients. QUIC is a new
transport which reduces latency compared to that of TCP. See
www.chromium.org/quic for more details. QUIC_OVERRIDE must be one
of:
-
- DISABLE
- Disallows load balancer to negotiate QUIC with clients.
- ENABLE
- Allows load balancer to negotiate QUIC with clients.
- NONE
- Allows Google to control when QUIC is rolled out.
-
- --ssl-certificates=SSL_CERTIFICATE,[...]
-
References to at most 10 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 certificate must exist and cannot be deleted while referenced by a target
HTTPS proxy.
- --url-map=URL_MAP
-
A reference to a URL map resource that defines the mapping of URLs to backend
services. The URL map must exist and cannot be deleted while referenced by a
target HTTPS proxy.
-
At most one of these may be specified:
-
- --clear-ssl-policy
-
Removes any attached SSL policy from the 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 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 may be specified:
-
- --global
-
If set, the target HTTPS proxy is global.
- --region=REGION
-
Region of the target HTTPS proxy to update. If not specified, you may be
prompted to select a region.
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 may 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 may be
prompted to select a region.
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 may be specified:
-
- --global-url-map
-
If set, the url map is global.
- --url-map-region=URL_MAP_REGION
-
Region of the url map to operate on. Overrides the default compute/region
property value for this command invocation.
-
GCLOUD WIDE FLAGS
These flags are available to all commands: --account, --configuration, --flags-file, --flatten, --format, --help, --log-http, --project, --quiet, --trace-token, --user-output-enabled, --verbosity. Run $ gcloud help for details.
NOTES
This command is currently in ALPHA and may change without notice. If this command fails with API permission errors despite specifying the right project, you will have to apply for early access and have your projects registered on the API whitelist to use it. To do so, contact Support at cloud.google.com/support These variants are also available:
- $ gcloud compute target-https-proxies update $ gcloud beta compute target-https-proxies update