mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 06:47:12 +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
|
|
@ -20,6 +20,7 @@ SYNOPSIS
|
|||
[--deny-maintenance-period-start-date=DENY_MAINTENANCE_PERIOD_START_DATE]
|
||||
[--deny-maintenance-period-time=DENY_MAINTENANCE_PERIOD_TIME]
|
||||
[--edition=EDITION] [--enable-bin-log] [--enable-data-cache]
|
||||
[--[no-]enable-dataplex-integration]
|
||||
[--[no-]enable-google-ml-integration] [--enable-google-private-path]
|
||||
[--enable-password-policy] [--enable-point-in-time-recovery]
|
||||
[--failover-replica-name=FAILOVER_REPLICA_NAME]
|
||||
|
|
@ -196,13 +197,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
|
||||
|
|
@ -231,6 +232,11 @@ FLAGS
|
|||
Enable use of data cache for accelerated read performance. This flag is
|
||||
only available for Enterprise_Plus edition instances.
|
||||
|
||||
--[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