mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 06:47:12 +00:00
gcloud: Wed May 25 08:41:12 UTC 2022
This commit is contained in:
parent
bda2bf9142
commit
5b5ff68a0d
154 changed files with 3252 additions and 284 deletions
|
|
@ -35,6 +35,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 ...]
|
||||
|
||||
|
|
@ -221,8 +223,8 @@ OPTIONAL FLAGS
|
|||
INTERNAL
|
||||
Internal load balancing or forwarding, used with --backend-service.
|
||||
INTERNAL_MANAGED
|
||||
Internal HTTP(S) Load Balancing, used with --target-http-proxy,
|
||||
--target-https-proxy.
|
||||
Internal load balancing, used with --target-tcp-proxy,
|
||||
--target-http-proxy, --target-https-proxy.
|
||||
INTERNAL_SELF_MANAGED
|
||||
Traffic Director load balancing or forwarding, used with
|
||||
--target-http-proxy, --target-https-proxy, --target-grpc-proxy,
|
||||
|
|
@ -448,6 +450,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]
|
||||
|
|
|
|||
|
|
@ -23,6 +23,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]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
|
|
@ -142,8 +144,8 @@ OPTIONAL FLAGS
|
|||
INTERNAL
|
||||
Internal load balancing or forwarding, used with --backend-service.
|
||||
INTERNAL_MANAGED
|
||||
Internal HTTP(S) Load Balancing, used with --target-http-proxy,
|
||||
--target-https-proxy.
|
||||
Internal load balancing, used with --target-tcp-proxy,
|
||||
--target-http-proxy, --target-https-proxy.
|
||||
INTERNAL_SELF_MANAGED
|
||||
Traffic Director load balancing or forwarding, used with
|
||||
--target-http-proxy, --target-https-proxy, --target-grpc-proxy,
|
||||
|
|
@ -268,6 +270,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.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
--billing-project, --configuration, --flags-file, --flatten, --format,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue