mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-09 19:06:53 +00:00
gcloud: Wed Feb 5 10:43:28 UTC 2025
This commit is contained in:
parent
50090ced80
commit
c854ee0644
87 changed files with 3843 additions and 232 deletions
|
|
@ -471,7 +471,7 @@ FLAGS
|
|||
|
||||
--storage-type=STORAGE_TYPE
|
||||
The storage type for the instance. The default is SSD. STORAGE_TYPE
|
||||
must be one of: SSD, HDD.
|
||||
must be one of: SSD, HDD, HYPERDISK_BALANCED.
|
||||
|
||||
--threads-per-core=THREADS_PER_CORE
|
||||
The number of threads per core. The value of this flag can be 1 or 2.
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ NAME
|
|||
Cloud SQL instance
|
||||
|
||||
SYNOPSIS
|
||||
gcloud sql operations list [--instance=INSTANCE, -i INSTANCE]
|
||||
gcloud sql operations list --instance=INSTANCE, -i INSTANCE
|
||||
[--filter=EXPRESSION] [--limit=LIMIT] [--page-size=PAGE_SIZE]
|
||||
[--sort-by=[FIELD,...]] [--uri] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
|
|
@ -25,7 +25,7 @@ EXAMPLES
|
|||
|
||||
$ gcloud sql operations list --instance=prod-instance --page-size=10
|
||||
|
||||
FLAGS
|
||||
REQUIRED FLAGS
|
||||
--instance=INSTANCE, -i INSTANCE
|
||||
Cloud SQL instance ID.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue