mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 18:45:13 +00:00
74 lines
2 KiB
Text
74 lines
2 KiB
Text
NAME
|
|
gcloud alpha compute target-pools - control Compute Engine target pools for
|
|
network load balancing
|
|
|
|
SYNOPSIS
|
|
gcloud alpha compute target-pools GROUP | COMMAND [GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
(ALPHA) Control Compute Engine target pools for external passthrough
|
|
Network Load Balancers.
|
|
|
|
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.
|
|
|
|
GROUPS
|
|
GROUP is one of the following:
|
|
|
|
config
|
|
(ALPHA) Manage Compute Engine target pool configurations.
|
|
|
|
COMMANDS
|
|
COMMAND is one of the following:
|
|
|
|
add-health-checks
|
|
(ALPHA) Add a legacy HTTP health check to a target pool.
|
|
|
|
add-instances
|
|
(ALPHA) Add instances to a target pool.
|
|
|
|
create
|
|
(ALPHA) Define a load-balanced pool of virtual machine instances.
|
|
|
|
delete
|
|
(ALPHA) Delete target pools.
|
|
|
|
describe
|
|
(ALPHA) Describe a Compute Engine target pool.
|
|
|
|
get-health
|
|
(ALPHA) Get the health of instances in a target pool.
|
|
|
|
list
|
|
(ALPHA) List Google Compute Engine target pools.
|
|
|
|
remove-health-checks
|
|
(ALPHA) Remove an HTTP health check from a target pool.
|
|
|
|
remove-instances
|
|
(ALPHA) Remove instances from a target pool.
|
|
|
|
set-backup
|
|
(ALPHA) Set a backup pool for a target pool.
|
|
|
|
update
|
|
(ALPHA) Update a Compute Engine target pool.
|
|
|
|
NOTES
|
|
This command is currently in alpha and might change without notice. If this
|
|
command fails with API permission errors despite specifying the correct
|
|
project, you might be trying to access an API with an invitation-only early
|
|
access allowlist. These variants are also available:
|
|
|
|
$ gcloud compute target-pools
|
|
|
|
$ gcloud beta compute target-pools
|
|
|