mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-11 07:29:40 +00:00
gcloud: Wed Jul 17 09:30:28 UTC 2024
This commit is contained in:
parent
2614f6b65e
commit
503936d882
156 changed files with 1988 additions and 573 deletions
|
|
@ -15,6 +15,7 @@ SYNOPSIS
|
|||
[--deny-maintenance-period-time=DENY_MAINTENANCE_PERIOD_TIME] [--diff]
|
||||
[--edition=EDITION] [--[no-]enable-bin-log] [--enable-data-cache]
|
||||
[--[no-]enable-database-replication]
|
||||
[--[no-]enable-dataplex-integration]
|
||||
[--[no-]enable-google-ml-integration]
|
||||
[--[no-]enable-google-private-path] [--enable-password-policy]
|
||||
[--enable-point-in-time-recovery] [--follow-gae-app=FOLLOW_GAE_APP]
|
||||
|
|
@ -136,13 +137,13 @@ FLAGS
|
|||
https://cloud.google.com/sql/docs/mysql/admin-api/rest/v1beta4/SqlDatabaseVersion.
|
||||
Apart from listed major versions, DATABASE_VERSION also accepts
|
||||
supported minor versions. DATABASE_VERSION must be one of: MYSQL_5_6,
|
||||
MYSQL_5_7, MYSQL_8_0, POSTGRES_9_6, POSTGRES_10, POSTGRES_11,
|
||||
POSTGRES_12, POSTGRES_13, POSTGRES_14, POSTGRES_15, POSTGRES_16,
|
||||
SQLSERVER_2017_EXPRESS, SQLSERVER_2017_WEB, SQLSERVER_2017_STANDARD,
|
||||
SQLSERVER_2017_ENTERPRISE, SQLSERVER_2019_EXPRESS, SQLSERVER_2019_WEB,
|
||||
SQLSERVER_2019_STANDARD, SQLSERVER_2019_ENTERPRISE,
|
||||
SQLSERVER_2022_EXPRESS, SQLSERVER_2022_WEB, SQLSERVER_2022_STANDARD,
|
||||
SQLSERVER_2022_ENTERPRISE.
|
||||
MYSQL_5_7, MYSQL_8_0, MYSQL_8_4, POSTGRES_9_6, POSTGRES_10,
|
||||
POSTGRES_11, POSTGRES_12, POSTGRES_13, POSTGRES_14, POSTGRES_15,
|
||||
POSTGRES_16, SQLSERVER_2017_EXPRESS, SQLSERVER_2017_WEB,
|
||||
SQLSERVER_2017_STANDARD, SQLSERVER_2017_ENTERPRISE,
|
||||
SQLSERVER_2019_EXPRESS, SQLSERVER_2019_WEB, SQLSERVER_2019_STANDARD,
|
||||
SQLSERVER_2019_ENTERPRISE, SQLSERVER_2022_EXPRESS, SQLSERVER_2022_WEB,
|
||||
SQLSERVER_2022_STANDARD, SQLSERVER_2022_ENTERPRISE.
|
||||
|
||||
--[no-]deletion-protection
|
||||
Enable deletion protection on a Cloud SQL instance. Use
|
||||
|
|
@ -181,6 +182,11 @@ FLAGS
|
|||
--enable-database-replication to enable and
|
||||
--no-enable-database-replication to disable.
|
||||
|
||||
--[no-]enable-dataplex-integration
|
||||
Enable Dataplex integration for Google Cloud SQL. Use
|
||||
--enable-dataplex-integration to enable and
|
||||
--no-enable-dataplex-integration to disable.
|
||||
|
||||
--[no-]enable-google-ml-integration
|
||||
Enable Vertex AI integration for Google Cloud SQL. Currently, only
|
||||
PostgreSQL is supported. Use --enable-google-ml-integration to enable
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue