mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Thu Jan 23 10:02:29 UTC 2025
This commit is contained in:
parent
4a036681b1
commit
861d4011dc
116 changed files with 1271 additions and 2834 deletions
|
|
@ -8,7 +8,10 @@ SYNOPSIS
|
|||
[--edition=EDITION] [--expire-behavior=EXPIRE_BEHAVIOR]
|
||||
[--instance-type=INSTANCE_TYPE]
|
||||
[--nodes=NODES | --processing-units=PROCESSING_UNITS
|
||||
| --autoscaling-high-priority-cpu-target=AUTOSCALING_HIGH_PRIORITY_CPU_TARGET --autoscaling-storage-target=AUTOSCALING_STORAGE_TARGET (--autoscaling-max-nodes=AUTOSCALING_MAX_NODES --autoscaling-min-nodes=AUTOSCALING_MIN_NODES | --autoscaling-max-processing-units=AUTOSCALING_MAX_PROCESSING_UNITS --autoscaling-min-processing-units=AUTOSCALING_MIN_PROCESSING_UNITS)]
|
||||
| [--autoscaling-high-priority-cpu-target=AUTOSCALING_HIGH_PRIORITY_CPU_TARGET --autoscaling-storage-target=AUTOSCALING_STORAGE_TARGET (--autoscaling-max-nodes=AUTOSCALING_MAX_NODES --autoscaling-min-nodes=AUTOSCALING_MIN_NODES | --autoscaling-max-processing-units=AUTOSCALING_MAX_PROCESSING_UNITS --autoscaling-min-processing-units=AUTOSCALING_MIN_PROCESSING_UNITS) : --asymmetric-autoscaling-option=[high_priority_cpu_target=HIGH_PRIORITY_CPU_TARGET],
|
||||
[location=LOCATION],[max_nodes=MAX_NODES],
|
||||
[max_processing_units=MAX_PROCESSING_UNITS],
|
||||
[min_nodes=MIN_NODES],[min_processing_units=MIN_PROCESSING_UNITS]]]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
|
|
@ -56,7 +59,7 @@ OPTIONAL FLAGS
|
|||
database is created in an instance.
|
||||
|
||||
--edition=EDITION
|
||||
Cloud Spanner edition. EDITION must be one of:
|
||||
Spanner edition. EDITION must be one of:
|
||||
|
||||
EDITION_UNSPECIFIED
|
||||
Spanner's legacy pricing model. For more information, see the
|
||||
|
|
@ -116,6 +119,9 @@ OPTIONAL FLAGS
|
|||
This flag argument must be specified if any of the other arguments
|
||||
in this group are specified.
|
||||
|
||||
--asymmetric-autoscaling-option=[high_priority_cpu_target=HIGH_PRIORITY_CPU_TARGET],[location=LOCATION],[max_nodes=MAX_NODES],[max_processing_units=MAX_PROCESSING_UNITS],[min_nodes=MIN_NODES],[min_processing_units=MIN_PROCESSING_UNITS]
|
||||
Specify the asymmetric autoscaling option for the instance.
|
||||
|
||||
Autoscaling limits can be defined in either nodes or processing units.
|
||||
|
||||
Exactly one of these must be specified:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue