- NAME
- gcloud-compute-target-http-proxies-create - Create a target HTTP proxy
- SYNOPSIS
-
gcloud compute target-http-proxies create NAME [--description DESCRIPTION] [--format FORMAT] [--help] [--project PROJECT] [--quiet, -q] --url-map URL_MAP [-h]
- DESCRIPTION
-
gcloud compute target-http-proxies create
is used to create target HTTP proxies. A target HTTP proxy is referenced by one or more forwarding rules which define which packets the proxy is responsible for routing. The target HTTP proxy points to a URL map that defines the rules for routing the requests. The URL map’s job is to map URLs to backend services which handle the actual requests. - POSITIONAL ARGUMENTS
-
-
NAME
- The name of the target HTTP proxy.
-
- FLAGS
-
-
--description
DESCRIPTION
- An optional, textual description for the target HTTP proxy.
-
--format
FORMAT
- Specify a format for printed output. By default, a command-specific human-friendly output format is used. Setting this flag to one of the available options will serialize the result of the command in the chosen format and print it to stdout. Supported formats are: "json", "text", "yaml".
-
--help
- Display detailed help.
-
--project
PROJECT
- Google Cloud Platform project to use for this invocation.
-
--quiet
- Disable all interactive prompts when running gcloud commands. If input is required, defaults will be used, or an error will be raised.
-
--url-map
URL_MAP
- A reference to a URL map resource that defines the mapping of URLs to backend services. The URL map must exist and cannot be deleted while referenced by a target HTTP proxy.
-
-h
- Print a summary help and exit.
-
gcloud compute target-http-proxies create
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 3.0 License , and code samples are licensed under the Apache 2.0 License . For details, see our Site Policies .
Last updated August 11, 2014.