mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 18:45:13 +00:00
61 lines
1.4 KiB
Text
61 lines
1.4 KiB
Text
NAME
|
|
gcloud compute target-pools - control Compute Engine target pools for
|
|
network load balancing
|
|
|
|
SYNOPSIS
|
|
gcloud compute target-pools COMMAND [GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
Control Compute Engine target pools for Network Load Balancing.
|
|
|
|
For more information about target pools, see the target pools documentation
|
|
(https://cloud.google.com/load-balancing/docs/target-pools).
|
|
|
|
See also: Target pools API
|
|
(https://cloud.google.com/compute/docs/reference/rest/v1/targetPools).
|
|
|
|
GCLOUD WIDE FLAGS
|
|
These flags are available to all commands: --help.
|
|
|
|
Run $ gcloud help for details.
|
|
|
|
COMMANDS
|
|
COMMAND is one of the following:
|
|
|
|
add-health-checks
|
|
Add a legacy HTTP health check to a target pool.
|
|
|
|
add-instances
|
|
Add instances to a target pool.
|
|
|
|
create
|
|
Define a load-balanced pool of virtual machine instances.
|
|
|
|
delete
|
|
Delete target pools.
|
|
|
|
describe
|
|
Describe a Compute Engine target pool.
|
|
|
|
get-health
|
|
Get the health of instances in a target pool.
|
|
|
|
list
|
|
List Google Compute Engine target pools.
|
|
|
|
remove-health-checks
|
|
Remove an HTTP health check from a target pool.
|
|
|
|
remove-instances
|
|
Remove instances from a target pool.
|
|
|
|
set-backup
|
|
Set a backup pool for a target pool.
|
|
|
|
NOTES
|
|
These variants are also available:
|
|
|
|
$ gcloud alpha compute target-pools
|
|
|
|
$ gcloud beta compute target-pools
|
|
|