mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 06:47:12 +00:00
gcloud: Tue Mar 1 04:29:52 UTC 2022
This commit is contained in:
parent
aab53307a8
commit
1456dab6c7
9791 changed files with 814712 additions and 0 deletions
49
gcloud/beta/compute/https-health-checks/help
Normal file
49
gcloud/beta/compute/https-health-checks/help
Normal file
|
|
@ -0,0 +1,49 @@
|
|||
NAME
|
||||
gcloud beta compute https-health-checks - read and manipulate HTTPS health
|
||||
checks for load balanced instances
|
||||
|
||||
SYNOPSIS
|
||||
gcloud beta compute https-health-checks COMMAND [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(BETA) Read and manipulate legacy health checks that use the HTTPS
|
||||
protocol.
|
||||
|
||||
For more information about legacy health checks, see the HTTPS health
|
||||
checks documentation
|
||||
(https://cloud.google.com/load-balancing/docs/health-checks#legacy-health-checks)
|
||||
|
||||
See also: HTTPS health checks API
|
||||
(https://cloud.google.com/compute/docs/reference/rest/v1/httpsHealthChecks).
|
||||
|
||||
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 legacy HTTPS health check.
|
||||
|
||||
delete
|
||||
(BETA) Delete HTTPS health checks.
|
||||
|
||||
describe
|
||||
(BETA) Display detailed information about an HTTPS health check.
|
||||
|
||||
list
|
||||
(BETA) List Google Compute Engine HTTPS health checks.
|
||||
|
||||
update
|
||||
(BETA) Update a legacy HTTPS health check.
|
||||
|
||||
NOTES
|
||||
This command is currently in beta and might change without notice. These
|
||||
variants are also available:
|
||||
|
||||
$ gcloud compute https-health-checks
|
||||
|
||||
$ gcloud alpha compute https-health-checks
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue