mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 10:35:03 +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
|
|
@ -503,7 +503,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
|
|||
given Cloud SQL instance
|
||||
|
||||
SYNOPSIS
|
||||
gcloud alpha sql operations list [--instance=INSTANCE, -i INSTANCE]
|
||||
gcloud alpha sql operations list --instance=INSTANCE, -i INSTANCE
|
||||
[--filter=EXPRESSION] [--limit=LIMIT] [--page-size=PAGE_SIZE]
|
||||
[--sort-by=[FIELD,...]] [--uri] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
|
|
@ -27,7 +27,7 @@ EXAMPLES
|
|||
$ gcloud alpha 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