mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Wed Jun 18 10:54:11 UTC 2025
This commit is contained in:
parent
fa40c10f6a
commit
3a534cb57c
83 changed files with 849 additions and 219 deletions
|
|
@ -277,10 +277,11 @@ FLAGS
|
|||
|
||||
--[no-]enable-cdn
|
||||
Enable or disable Cloud CDN for the backend service. Only available for
|
||||
backend services with --load-balancing-scheme=EXTERNAL that use a
|
||||
--protocol of HTTP, HTTPS, HTTP2 or H2C. Cloud CDN caches HTTP
|
||||
responses at the edge of Google's network. Cloud CDN is disabled by
|
||||
default. Use --enable-cdn to enable and --no-enable-cdn to disable.
|
||||
backend services with --load-balancing-scheme=EXTERNAL or
|
||||
EXTERNAL_MANAGED that use a --protocol of HTTP, HTTPS, HTTP2 or H2C.
|
||||
Cloud CDN caches HTTP responses at the edge of Google's network. Cloud
|
||||
CDN is disabled by default. Use --enable-cdn to enable and
|
||||
--no-enable-cdn to disable.
|
||||
|
||||
--[no-]enable-logging
|
||||
The logging options for the load balancer traffic served by this
|
||||
|
|
|
|||
|
|
@ -196,10 +196,11 @@ FLAGS
|
|||
|
||||
--[no-]enable-cdn
|
||||
Enable or disable Cloud CDN for the backend service. Only available for
|
||||
backend services with --load-balancing-scheme=EXTERNAL that use a
|
||||
--protocol of HTTP, HTTPS, HTTP2 or H2C. Cloud CDN caches HTTP
|
||||
responses at the edge of Google's network. Cloud CDN is disabled by
|
||||
default. Use --enable-cdn to enable and --no-enable-cdn to disable.
|
||||
backend services with --load-balancing-scheme=EXTERNAL or
|
||||
EXTERNAL_MANAGED that use a --protocol of HTTP, HTTPS, HTTP2 or H2C.
|
||||
Cloud CDN caches HTTP responses at the edge of Google's network. Cloud
|
||||
CDN is disabled by default. Use --enable-cdn to enable and
|
||||
--no-enable-cdn to disable.
|
||||
|
||||
--[no-]enable-logging
|
||||
The logging options for the load balancer traffic served by this
|
||||
|
|
|
|||
|
|
@ -10,6 +10,7 @@ SYNOPSIS
|
|||
[--direction=DIRECTION] [--disabled] [--[no-]enable-logging]
|
||||
[--logging-metadata=LOGGING_METADATA]
|
||||
[--network=NETWORK; default="default"] [--priority=PRIORITY]
|
||||
[--resource-manager-tags=[KEY=VALUE,...]]
|
||||
[--rules=PROTOCOL[:PORT[-PORT]],[...]]
|
||||
[--source-ranges=CIDR_RANGE,[CIDR_RANGE,...]]
|
||||
[--source-service-accounts=EMAIL,[EMAIL,...]]
|
||||
|
|
@ -148,6 +149,10 @@ OPTIONAL FLAGS
|
|||
precedence. DENY rules take precedence over ALLOW rules having equal
|
||||
priority.
|
||||
|
||||
--resource-manager-tags=[KEY=VALUE,...]
|
||||
A comma-separated list of Resource Manager tags to apply to the
|
||||
firewall.
|
||||
|
||||
--rules=PROTOCOL[:PORT[-PORT]],[...]
|
||||
A list of protocols and ports to which the firewall rule will apply.
|
||||
|
||||
|
|
|
|||
|
|
@ -11,7 +11,8 @@ SYNOPSIS
|
|||
[--next-hop-ilb-region=NEXT_HOP_ILB_REGION]
|
||||
[--next-hop-instance-zone=NEXT_HOP_INSTANCE_ZONE]
|
||||
[--next-hop-vpn-tunnel-region=NEXT_HOP_VPN_TUNNEL_REGION]
|
||||
[--priority=PRIORITY; default=1000] [--tags=TAG,[TAG,...]]
|
||||
[--priority=PRIORITY; default=1000]
|
||||
[--resource-manager-tags=[KEY=VALUE,...]] [--tags=TAG,[TAG,...]]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
|
|
@ -158,6 +159,9 @@ OPTIONAL FLAGS
|
|||
Specifies the priority of this route relative to other routes with the
|
||||
same specificity. The lower the value, the higher the priority.
|
||||
|
||||
--resource-manager-tags=[KEY=VALUE,...]
|
||||
A comma-separated list of Resource Manager tags to apply to the route.
|
||||
|
||||
--tags=TAG,[TAG,...]
|
||||
Identifies the set of instances that this route will apply to. If no
|
||||
tags are provided, the route will apply to all instances in the
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue