mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-16 20:36:39 +00:00
gcloud: Thu Feb 20 10:40:27 UTC 2025
This commit is contained in:
parent
44f319c56c
commit
8d1a988ab5
295 changed files with 11246 additions and 956 deletions
|
|
@ -47,6 +47,7 @@ SYNOPSIS
|
|||
[--root-password=ROOT_PASSWORD] [--server-ca-mode=SERVER_CA_MODE]
|
||||
[--ssl-mode=SSL_MODE] [--[no-]storage-auto-increase]
|
||||
[--storage-size=STORAGE_SIZE] [--storage-type=STORAGE_TYPE]
|
||||
[--tags=TAG=VALUE,[TAG=VALUE,...]]
|
||||
[--threads-per-core=THREADS_PER_CORE] [--tier=TIER, -t TIER]
|
||||
[--time-zone=TIME_ZONE] [--timeout=TIMEOUT; default=3600]
|
||||
[--allowed-psc-projects=PROJECT,[PROJECT,...]
|
||||
|
|
@ -473,6 +474,11 @@ FLAGS
|
|||
The storage type for the instance. The default is SSD. STORAGE_TYPE
|
||||
must be one of: SSD, HDD, HYPERDISK_BALANCED.
|
||||
|
||||
--tags=TAG=VALUE,[TAG=VALUE,...]
|
||||
Comma-separated list of tags to set on the instance. Use an equals
|
||||
signto separate tag name and value.(e.g., --tags
|
||||
tag1:value1,tag2=value2)
|
||||
|
||||
--threads-per-core=THREADS_PER_CORE
|
||||
The number of threads per core. The value of this flag can be 1 or 2.
|
||||
To disable SMT, set this flag to 1. Only available in Cloud SQL for SQL
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue