mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 10:35:03 +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
|
|
@ -21,6 +21,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]
|
||||
|
|
@ -239,6 +240,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
|
||||
|
|
|
|||
|
|
@ -19,6 +19,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]
|
||||
|
|
@ -191,6 +192,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