1
0
Fork 0
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:
Automated 2025-02-05 10:43:28 +00:00
parent 50090ced80
commit c854ee0644
87 changed files with 3843 additions and 232 deletions

View file

@ -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.

View file

@ -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.