mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-19 07:15:23 +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
|
|
@ -53,6 +53,7 @@ SYNOPSIS
|
|||
[--[no-]storage-auto-increase]
|
||||
[--storage-auto-increase-limit=STORAGE_AUTO_INCREASE_LIMIT]
|
||||
[--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,...]
|
||||
|
|
@ -515,6 +516,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
|
||||
|
|
|
|||
|
|
@ -2,7 +2,11 @@ NAME
|
|||
gcloud beta sql instances delete - deletes a Cloud SQL instance
|
||||
|
||||
SYNOPSIS
|
||||
gcloud beta sql instances delete INSTANCE [--async] [GCLOUD_WIDE_FLAG ...]
|
||||
gcloud beta sql instances delete INSTANCE [--async] [--enable-final-backup]
|
||||
[--final-backup-description=FINAL_BACKUP_DESCRIPTION]
|
||||
[--final-backup-expiry-time=FINAL_BACKUP_EXPIRY_TIME
|
||||
| --final-backup-retention-days=FINAL_BACKUP_RETENTION_DAYS]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(BETA) Deletes a Cloud SQL instance.
|
||||
|
|
@ -16,6 +20,22 @@ FLAGS
|
|||
Return immediately, without waiting for the operation in progress to
|
||||
complete.
|
||||
|
||||
--enable-final-backup
|
||||
Enables the final backup to be taken at the time of instance deletion.
|
||||
|
||||
--final-backup-description=FINAL_BACKUP_DESCRIPTION
|
||||
Provides description for the final backup going to be taken.
|
||||
|
||||
At most one of these can be specified:
|
||||
|
||||
--final-backup-expiry-time=FINAL_BACKUP_EXPIRY_TIME
|
||||
Specifies the time at which the final backup will expire. Maximum
|
||||
time allowed is 365 days from now. Format: YYYY-MM-DDTHH:MM:SS.
|
||||
|
||||
--final-backup-retention-days=FINAL_BACKUP_RETENTION_DAYS
|
||||
Specifies number of days to retain final backup. The valid range is
|
||||
between 1 and 365. Default value is 30 days.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
--billing-project, --configuration, --flags-file, --flatten, --format,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue