gcloud_alpha_compute_target-tcp-proxies_create (1)
NAME
- gcloud alpha compute target-tcp-proxies create - create a target TCP proxy
SYNOPSIS
-
gcloud alpha compute target-tcp-proxies create NAME --backend-service=BACKEND_SERVICE [--description=DESCRIPTION] [--proxy-header=PROXY_HEADER; default="NONE"] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) gcloud alpha compute target-tcp-proxies create is used to
POSITIONAL ARGUMENTS
-
- NAME
-
Name of the target TCP proxy to create.
REQUIRED FLAGS
-
- --backend-service=BACKEND_SERVICE
-
A backend service that will be used for connections to the target TCP proxy.
OPTIONAL FLAGS
-
- --description=DESCRIPTION
-
An optional, textual description for the target TCP proxy.
- --proxy-header=PROXY_HEADER; default="NONE"
-
The type of proxy protocol header to be sent to the backend. PROXY_HEADER
must be one of:
-
- NONE
- No proxy header is added.
- PROXY_V1
- Enables PROXY protocol (version 1) for passing client connection information.
-
GCLOUD WIDE FLAGS
These flags are available to all commands: --account, --configuration, --flags-file, --flatten, --format, --help, --log-http, --project, --quiet, --trace-token, --user-output-enabled, --verbosity. Run $ gcloud help for details.
NOTES
This command is currently in ALPHA and may change without notice. If this command fails with API permission errors despite specifying the right project, you will have to apply for early access and have your projects registered on the API whitelist to use it. To do so, contact Support at cloud.google.com/support These variants are also available:
- $ gcloud compute target-tcp-proxies create $ gcloud beta compute target-tcp-proxies create