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

@ -265,8 +265,8 @@ FLAGS
The logging options for the load balancer traffic served by this
backend service. If logging is enabled, logs will be exported to Cloud
Logging. This can only be specified if the protocol is HTTP, HTTPS,
HTTP2, TCP, or SSL. Disabled by default. Use --enable-logging to enable
and --no-enable-logging to disable.
HTTP2, TCP, SSL, UDP, or UNSPECIFIED. Disabled by default. Use
--enable-logging to enable and --no-enable-logging to disable.
--[no-]enable-strong-affinity
Enable or disable strong session affinity. This is only available for
@ -342,7 +342,8 @@ FLAGS
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. This can only be specified if the
protocol is HTTP, HTTPS, HTTP2, TCP, or SSL. The default value is 1.0.
protocol is HTTP, HTTPS, HTTP2, TCP, SSL, UDP, or UNSPECIFIED. The
default value is 0.0.
--max-ttl=MAX_TTL
Specifies the maximum allowed TTL for cached content served by this

View file

@ -178,8 +178,8 @@ FLAGS
The logging options for the load balancer traffic served by this
backend service. If logging is enabled, logs will be exported to Cloud
Logging. This can only be specified if the protocol is HTTP, HTTPS,
HTTP2, TCP, or SSL. Disabled by default. Use --enable-logging to enable
and --no-enable-logging to disable.
HTTP2, TCP, SSL, UDP, or UNSPECIFIED. Disabled by default. Use
--enable-logging to enable and --no-enable-logging to disable.
--[no-]enable-strong-affinity
Enable or disable strong session affinity. This is only available for
@ -249,7 +249,8 @@ FLAGS
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. This can only be specified if the
protocol is HTTP, HTTPS, HTTP2, TCP, or SSL. The default value is 1.0.
protocol is HTTP, HTTPS, HTTP2, TCP, SSL, UDP, or UNSPECIFIED. The
default value is 0.0.
--port-name=PORT_NAME
Backend services for external HTTP(S) load balancing, internal HTTP(S)

View file

@ -411,7 +411,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

@ -411,7 +411,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

@ -794,7 +794,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:
@ -809,7 +809,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

@ -477,7 +477,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

@ -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

@ -46,7 +46,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

@ -51,9 +51,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

@ -31,12 +31,12 @@ EXAMPLES
pointing to this map by running:
$ gcloud beta 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 beta 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