mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-11 15:39:42 +00:00
48 lines
1.2 KiB
Text
48 lines
1.2 KiB
Text
NAME
|
|
gcloud beta compute target-ssl-proxies - list, create, and delete target
|
|
SSL proxies
|
|
|
|
SYNOPSIS
|
|
gcloud beta compute target-ssl-proxies COMMAND [GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
(BETA) List, create, and delete target SSL target proxies for SSL Proxy
|
|
Load Balancing.
|
|
|
|
For more information about target SSL proxies, see the SSL proxy load
|
|
balancer documentation (https://cloud.google.com/load-balancing/docs/ssl/).
|
|
|
|
See also: Target SSL proxies API
|
|
(https://cloud.google.com/compute/docs/reference/rest/v1/targetSslProxies).
|
|
|
|
GCLOUD WIDE FLAGS
|
|
These flags are available to all commands: --help.
|
|
|
|
Run $ gcloud help for details.
|
|
|
|
COMMANDS
|
|
COMMAND is one of the following:
|
|
|
|
create
|
|
(BETA) Create a target SSL proxy.
|
|
|
|
delete
|
|
(BETA) Delete target SSL proxies.
|
|
|
|
describe
|
|
(BETA) Display detailed information about a target SSL proxy.
|
|
|
|
list
|
|
(BETA) List Google Compute Engine target SSL proxies.
|
|
|
|
update
|
|
(BETA) Update a target SSL proxy.
|
|
|
|
NOTES
|
|
This command is currently in beta and might change without notice. These
|
|
variants are also available:
|
|
|
|
$ gcloud compute target-ssl-proxies
|
|
|
|
$ gcloud alpha compute target-ssl-proxies
|
|
|