mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-20 04:58:26 +00:00
gcloud: Thu Nov 9 11:45:52 UTC 2023
This commit is contained in:
parent
f2c5d1d45f
commit
03f0979970
300 changed files with 8569 additions and 1319 deletions
|
|
@ -89,16 +89,22 @@ FLAGS
|
|||
throughput.
|
||||
|
||||
--max-throughput=MAX_THROUGHPUT
|
||||
Maximum throughput in Mbps. Value must be a multiple of 100 from
|
||||
300 through 1000. Must be higher than the value specified by
|
||||
--min-throughput; the set value, if applicable, or the default
|
||||
minimum throughput value.
|
||||
Maximum throughput of the connector in Mbps. Refers to the expected
|
||||
throughput when using an e2-micro machine type. Value must be a
|
||||
multiple of 100 from 300 through 1000. Must be higher than the
|
||||
value specified by --min-throughput. If both max-throughput and
|
||||
max-instances are provided, max-instances takes precedence over
|
||||
max-throughput. The use of max-throughput is discouraged in favor
|
||||
of max-instances.
|
||||
|
||||
--min-throughput=MIN_THROUGHPUT
|
||||
Minimum throughput in Mbps. Value must be a multiple of 100 from
|
||||
200 through 900. Must be lower than the value specified by
|
||||
--max-throughput; the set value, if applicable, or the default
|
||||
maximum throughput value.
|
||||
Minimum throughput of the connector in Mbps. Refers to the expected
|
||||
throughput when using an e2-micro machine type. Value must be a
|
||||
multiple of 100 from 200 through 900. Must be lower than the value
|
||||
specified by --max-throughput. If both min-throughput and
|
||||
min-instances are provided, min-instances takes precedence over
|
||||
min-throughput. The use of min-throughput is discouraged in favor
|
||||
of min-instances.
|
||||
|
||||
At most one of these can be specified:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue