Stay organized with collections Save and categorize content based on your preferences.
gcloud beta compute target-tcp-proxies create
NAME
--backend-service
=BACKEND_SERVICE
[--description
=DESCRIPTION
] [--[no-]proxy-bind
] [--proxy-header
=PROXY_HEADER
; default="NONE"] [--backend-service-region
=BACKEND_SERVICE_REGION
| --global-backend-service
] [--global
| --region
=REGION
] [GCLOUD_WIDE_FLAG …
]
(BETA)
gcloud beta compute target-tcp-proxies create
is used to create target TCP proxies. A target TCP proxy is referenced by one or more forwarding rules which define which packets the proxy is responsible for routing. The target TCP proxy points to a backend service which handle the actual requests.
NAME
--backend-service
=BACKEND_SERVICE
--description
=DESCRIPTION
--[no-]proxy-bind
--load-balancing-scheme
set to INTERNAL_SELF_MANAGED
.
When this field is set to true
, Envoy proxies set up inbound traffic interception and bind to the IP address and port specified in the forwarding rule. This is generally useful when using Traffic Director to configure Envoy as a gateway or middle proxy (in other words, not a sidecar proxy). The Envoy proxy listens for inbound requests and handles requests when it receives them.
Use --proxy-bind
to enable and --no-proxy-bind
to disable.
PROXY_HEADER
must be one of:
NONE
PROXY_V1
--backend-service-region
=BACKEND_SERVICE_REGION
compute/region
property value for this command invocation.
--global-backend-service
--global
--region
=REGION
To avoid prompting when this flag is omitted, you can set the
property:compute/region
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
--access-token-file
, --account
, --billing-project
, --configuration
, --flags-file
, --flatten
, --format
, --help
, --impersonate-service-account
, --log-http
, --project
, --quiet
, --trace-token
, --user-output-enabled
, --verbosity
.
Run $ gcloud help
for details.
gcloud compute target-tcp-proxies create
gcloud alpha compute target-tcp-proxies create
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-05-07 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-05-07 UTC."],[],[]]
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4