mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 10:35:03 +00:00
55 lines
1.9 KiB
Text
55 lines
1.9 KiB
Text
NAME
|
|
gcloud alpha transfer agent-pools list - list Transfer Service transfer
|
|
agent pools
|
|
|
|
SYNOPSIS
|
|
gcloud alpha transfer agent-pools list [--limit=LIMIT]
|
|
[--names=[NAMES,...]] [--page-size=PAGE_SIZE; default=256]
|
|
[GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
(ALPHA) List Transfer Service transfer pools in a given project to show
|
|
their configurations.
|
|
|
|
EXAMPLES
|
|
To list all agent pools in your current project, run:
|
|
|
|
$ gcloud alpha transfer agent-pools list
|
|
|
|
To list agent pools named "foo" and "bar" in your project, run:
|
|
|
|
$ gcloud alpha transfer agent-pools list --names=foo,bar
|
|
|
|
To list all information about jobs 'foo' and 'bar' formatted as JSON, run:
|
|
|
|
$ gcloud alpha transfer agent-pools list --names=foo,bar \
|
|
--format=json
|
|
|
|
FLAGS
|
|
--limit=LIMIT
|
|
Return the first items from the API up to this limit.
|
|
|
|
--names=[NAMES,...]
|
|
The names of the agent pools you want to list. Separate multiple names
|
|
with commas (e.g., --name=foo,bar). If not specified, all agent pools
|
|
in your current project will be listed.
|
|
|
|
--page-size=PAGE_SIZE; default=256
|
|
Retrieve batches of this many items from the API.
|
|
|
|
GCLOUD WIDE FLAGS
|
|
These flags are available to all commands: --access-token-file, --account,
|
|
--billing-project, --configuration, --flags-file, --flatten, --format,
|
|
--help, --impersonate-service-account, --log-http, --project, --quiet,
|
|
--trace-token, --user-output-enabled, --verbosity.
|
|
|
|
Run $ gcloud help for details.
|
|
|
|
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. This variant is also available:
|
|
|
|
$ gcloud transfer agent-pools list
|
|
|