- NAME
- gcloud-preview-replica-pools-create - Insert (Create) a replica pool.
- SYNOPSIS
-
gcloud preview replica-pools create POOL [--api-version API_VERSION; default="v1beta1"] [--description DESCRIPTION] [--format FORMAT] [--help] [--no-auto-restart] [--param PARAM=VALUE [PARAM=VALUE …]] [--param-from-file PARAM=FILE_PATH [PARAM=FILE_PATH …]] [--project PROJECT] [--quiet, -q] [--resource-views [RESOURCE_VIEWS …]] --size SIZE [--target-pools [TARGET_POOLS …]] --template TEMPLATE [-h]
- POSITIONAL ARGUMENTS
-
-
POOL
- Replica pool name.
-
- FLAGS
-
-
--api-version
API_VERSION
- Optional API version.
-
--description
DESCRIPTION
- Replica pool description.
-
--format
FORMAT
- Specify a format for printed output. By default, a command-specific human-friendly output format is used. Setting this flag to one of the available options will serialize the result of the command in the chosen format and print it to stdout. Supported formats are: "json", "text", "yaml".
-
--help
- Display detailed help.
-
--no-auto-restart
- If provided, unhealthy replicas in this Replica pool will not be automatically restarted.
-
--param
PARAM=VALUE [PARAM=VALUE …]
- A list of key=value parameters to substitute in the template before the template is submitted to the replica pool. This does not change the actual template file.
-
--param-from-file
PARAM=FILE_PATH [PARAM=FILE_PATH …]
- A list of files each containing a key=value parameter to substitute in the template before the template is submitted to the replica pool. This does not change the actual template file.
-
--project
PROJECT
- Google Cloud Platform project to use for this invocation.
-
--quiet
- Disable all interactive prompts when running gcloud commands. If input is required, defaults will be used, or an error will be raised.
-
--resource-views
[RESOURCE_VIEWS …]
- Compute Engine Resource Views to add replicas to. Resource Views must be specified by URL. Example: --resource-views "https://view-url1 https://view-url2 "
-
--size
SIZE
- Initial number of replicas in replica pool
-
--target-pools
[TARGET_POOLS …]
- Compute Engine Target Pools to add replicas to. Target Pools must be specified by name, not by URL. Example: --target-pools "target-pool-1 target-pool-2"
-
--template
TEMPLATE
- Path to YAML or JSON file containing the Replica pool template.
-
-h
- Print a summary help and exit.
-
gcloud preview replica-pools create
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 3.0 License , and code samples are licensed under the Apache 2.0 License . For details, see our Site Policies .
Last updated August 11, 2014.