1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 23:08:48 +00:00

gcloud: Wed Oct 26 10:52:11 UTC 2022

This commit is contained in:
Automated 2022-10-26 10:52:11 +00:00
parent 5c08d21169
commit 235c67283b
Failed to extract signature
215 changed files with 6787 additions and 1005 deletions

View file

@ -33,6 +33,8 @@ SYNOPSIS
| --target-http-proxy-region=TARGET_HTTP_PROXY_REGION]
[--global-target-https-proxy
| --target-https-proxy-region=TARGET_HTTPS_PROXY_REGION]
[--global-target-tcp-proxy
| --target-tcp-proxy-region=TARGET_TCP_PROXY_REGION]
[--port-range=[PORT | START_PORT-END_PORT] | --ports=ALL | [PORT
| START_PORT-END_PORT],[...]] [GCLOUD_WIDE_FLAG ...]
@ -213,7 +215,7 @@ OPTIONAL FLAGS
Internal load balancing or forwarding, used with --backend-service.
INTERNAL_MANAGED
Internal load balancing, used with --target-http-proxy,
--target-https-proxy.
--target-https-proxy, --target-tcp-proxy.
INTERNAL_SELF_MANAGED
Traffic Director load balancing or forwarding, used with
--target-http-proxy, --target-https-proxy, --target-grpc-proxy,
@ -434,6 +436,31 @@ OPTIONAL FLAGS
Alternatively, the region can be stored in the environment variable
CLOUDSDK_COMPUTE_REGION.
At most one of these can be specified:
--global-target-tcp-proxy
If set, the tcp proxy is global.
--target-tcp-proxy-region=TARGET_TCP_PROXY_REGION
Region of the tcp proxy 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:
--port-range=[PORT | START_PORT-END_PORT]