1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 06:47:12 +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

@ -314,7 +314,7 @@ FLAGS
service. The value of the field must be a float in the range [0, 1].
This configures the sampling rate of requests to the load balancer
where 1.0 means all logged requests are reported and 0.0 means no
logged requests are reported. The default value is 1.0.
logged requests are reported. The default value is 0.0.
--max-ttl=MAX_TTL
Specifies the maximum allowed TTL for cached content served by this

View file

@ -222,7 +222,7 @@ FLAGS
service. The value of the field must be a float in the range [0, 1].
This configures the sampling rate of requests to the load balancer
where 1.0 means all logged requests are reported and 0.0 means no
logged requests are reported. The default value is 1.0.
logged requests are reported. The default value is 0.0.
--port-name=PORT_NAME
Backend services for external HTTP(S) load balancing, internal HTTP(S)

View file

@ -380,7 +380,7 @@ FLAGS
--maintenance-policy=MAINTENANCE_POLICY
Specifies the behavior of the VMs when their host machines undergo
maintenance. The default is MIGRATE. For more information, see
https://cloud.google.com/compute/docs/instances/setting-instance-scheduling-options.
https://cloud.google.com/compute/docs/instances/host-maintenance-options.
MAINTENANCE_POLICY must be one of:
MIGRATE

View file

@ -375,7 +375,7 @@ FLAGS
--maintenance-policy=MAINTENANCE_POLICY
Specifies the behavior of the VMs when their host machines undergo
maintenance. The default is MIGRATE. For more information, see
https://cloud.google.com/compute/docs/instances/setting-instance-scheduling-options.
https://cloud.google.com/compute/docs/instances/host-maintenance-options.
MAINTENANCE_POLICY must be one of:
MIGRATE

View file

@ -764,7 +764,7 @@ OPTIONAL FLAGS
(DEPRECATED) Specifies the behavior of the VMs when their host
machines undergo maintenance. The default is MIGRATE. For more
information, see
https://cloud.google.com/compute/docs/instances/setting-instance-scheduling-options.
https://cloud.google.com/compute/docs/instances/host-maintenance-options.
The --maintenance-policy flag is now deprecated. Please use
--on-host-maintenance instead. MAINTENANCE_POLICY must be one of:
@ -779,7 +779,7 @@ OPTIONAL FLAGS
--on-host-maintenance=MAINTENANCE_POLICY
Specifies the behavior of the VMs when their host machines undergo
maintenance. The default is MIGRATE. For more information, see
https://cloud.google.com/compute/docs/instances/setting-instance-scheduling-options.
https://cloud.google.com/compute/docs/instances/host-maintenance-options.
MAINTENANCE_POLICY must be one of:
MIGRATE

View file

@ -445,7 +445,7 @@ FLAGS
--maintenance-policy=MAINTENANCE_POLICY
Specifies the behavior of the VMs when their host machines undergo
maintenance. The default is MIGRATE. For more information, see
https://cloud.google.com/compute/docs/instances/setting-instance-scheduling-options.
https://cloud.google.com/compute/docs/instances/host-maintenance-options.
MAINTENANCE_POLICY must be one of:
MIGRATE

View file

@ -417,7 +417,7 @@ FLAGS
--maintenance-policy=MAINTENANCE_POLICY
Specifies the behavior of the VMs when their host machines undergo
maintenance. The default is MIGRATE. For more information, see
https://cloud.google.com/compute/docs/instances/setting-instance-scheduling-options.
https://cloud.google.com/compute/docs/instances/host-maintenance-options.
MAINTENANCE_POLICY must be one of:
MIGRATE

View file

@ -40,7 +40,7 @@ FLAGS
--maintenance-policy=MAINTENANCE_POLICY
Specifies the behavior of the VMs when their host machines undergo
maintenance. The default is MIGRATE. For more information, see
https://cloud.google.com/compute/docs/instances/setting-instance-scheduling-options.
https://cloud.google.com/compute/docs/instances/host-maintenance-options.
MAINTENANCE_POLICY must be one of:
MIGRATE

View file

@ -68,9 +68,9 @@ FLAGS
--mtu=MTU
Maximum transmission unit (MTU) is the size of the largest IP packet
that can be transmitted on this network. Default value is 1460 bytes,
and the maximum is 1500 bytes. The MTU advertised via DHCP to all
instances attached to this network.
that can be transmitted on this network. Default value is 1460 bytes.
The minimum value is 1300 bytes and the maximum value is 8896 bytes.
The MTU advertised via DHCP to all instances attached to this network.
--network-firewall-policy-enforcement-order=NETWORK_FIREWALL_POLICY_ENFORCEMENT_ORDER
The Network Firewall Policy enforcement order of this network. If not

View file

@ -50,9 +50,9 @@ FLAGS
--mtu=MTU
Maximum transmission unit (MTU) is the size of the largest IP packet
that can be transmitted on this network. Default value is 1460 bytes,
and the maximum is 1500 bytes. The MTU advertised via DHCP to all
instances attached to this network.
that can be transmitted on this network. Default value is 1460 bytes.
The minimum value is 1300 bytes and the maximum value is 8896 bytes.
The MTU advertised via DHCP to all instances attached to this network.
--network-firewall-policy-enforcement-order=NETWORK_FIREWALL_POLICY_ENFORCEMENT_ORDER
The Network Firewall Policy enforcement order of this network. If not

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