mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-09 19:06:53 +00:00
gcloud: Thu Sep 4 11:11:30 UTC 2025
This commit is contained in:
parent
c0b004f719
commit
be3f81b90a
355 changed files with 10181 additions and 607 deletions
|
|
@ -14,14 +14,18 @@ SYNOPSIS
|
|||
[--deny-maintenance-period-end-date=DENY_MAINTENANCE_PERIOD_END_DATE]
|
||||
[--deny-maintenance-period-start-date=DENY_MAINTENANCE_PERIOD_START_DATE]
|
||||
[--deny-maintenance-period-time=DENY_MAINTENANCE_PERIOD_TIME] [--diff]
|
||||
[--edition=EDITION] [--[no-]enable-bin-log] [--[no-]enable-data-cache]
|
||||
[--edition=EDITION] [--[no-]enable-bin-log]
|
||||
[--[no-]enable-connection-pooling] [--[no-]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]
|
||||
[--[no-]enable-private-service-connect]
|
||||
[--enforce-new-sql-network-architecture]
|
||||
[--failover-dr-replica-name=FAILOVER_DR_REPLICA_NAME]
|
||||
[--[no-]final-backup]
|
||||
[--final-backup-retention-days=FINAL_BACKUP_RETENTION_DAYS]
|
||||
[--follow-gae-app=FOLLOW_GAE_APP]
|
||||
[--[no-]include-replicas-for-major-version-upgrade]
|
||||
[--[no-]insights-config-query-insights-enabled]
|
||||
|
|
@ -57,6 +61,8 @@ SYNOPSIS
|
|||
[--authorized-gae-apps=APP,[APP,...] | --clear-gae-apps]
|
||||
[--authorized-networks=NETWORK,[NETWORK,...]
|
||||
| --clear-authorized-networks]
|
||||
[--clear-connection-pool-flags
|
||||
| --connection-pool-flags=FLAG=VALUE,[FLAG=VALUE,...]]
|
||||
[--clear-custom-subject-alternative-names
|
||||
| --custom-subject-alternative-names=DNS,[DNS,[DNS]]]
|
||||
[--clear-database-flags | --database-flags=FLAG=VALUE,[FLAG=VALUE,...]]
|
||||
|
|
@ -194,6 +200,11 @@ FLAGS
|
|||
sure storage can support at least 7 days of logs. Use --enable-bin-log
|
||||
to enable and --no-enable-bin-log to disable.
|
||||
|
||||
--[no-]enable-connection-pooling
|
||||
Enable connection pooling for the instance. Use
|
||||
--enable-connection-pooling to enable and
|
||||
--no-enable-connection-pooling to disable.
|
||||
|
||||
--[no-]enable-data-cache
|
||||
Enable use of data cache for accelerated read performance. This flag is
|
||||
only available for Enterprise_Plus edition instances. Use
|
||||
|
|
@ -239,12 +250,24 @@ FLAGS
|
|||
Connect. Use --enable-private-service-connect to enable and
|
||||
--no-enable-private-service-connect to disable.
|
||||
|
||||
--enforce-new-sql-network-architecture
|
||||
Force the instance to use the new network architecture.
|
||||
|
||||
--failover-dr-replica-name=FAILOVER_DR_REPLICA_NAME
|
||||
Set a Disaster Recovery (DR) replica with the specified name for the
|
||||
primary instance. This must be one of the existing cross region
|
||||
replicas of the primary instance. Flag is only available for MySQL and
|
||||
PostgreSQL database instances.
|
||||
|
||||
--[no-]final-backup
|
||||
Enables the final backup to be taken at the time of instance deletion.
|
||||
Use --final-backup to enable and --no-final-backup to disable.
|
||||
|
||||
--final-backup-retention-days=FINAL_BACKUP_RETENTION_DAYS
|
||||
Specifies number of days to retain final backup. The valid range is
|
||||
between 1 and 365. For instances managed by BackupDR, the valid range
|
||||
is between 1 day and 99 years. Default value is 30 days.
|
||||
|
||||
--follow-gae-app=FOLLOW_GAE_APP
|
||||
First Generation instances only. The App Engine app this instance
|
||||
should follow. It must be in the same region as the instance. WARNING:
|
||||
|
|
@ -512,6 +535,21 @@ FLAGS
|
|||
Clear the list of external networks that are allowed to connect to
|
||||
the instance.
|
||||
|
||||
At most one of these can be specified:
|
||||
|
||||
--clear-connection-pool-flags
|
||||
This will clear the connection pool flags set on the instance.
|
||||
|
||||
--connection-pool-flags=FLAG=VALUE,[FLAG=VALUE,...]
|
||||
Comma-separated list of connection pool flags to set on the instance
|
||||
connection pool. Use an equals sign to separate flag name and value.
|
||||
More information on available flags can be found here:
|
||||
https://cloud.google.com/sql/docs/mysql/managed-connection-pooling#configuration-options
|
||||
for MySQL and
|
||||
https://cloud.google.com/sql/docs/postgres/managed-connection-pooling#configuration-options
|
||||
for PostgreSQL. (e.g., --connection-pool-flags
|
||||
max_pool_size=1000,max_client_connections=20)
|
||||
|
||||
At most one of these can be specified:
|
||||
|
||||
--clear-custom-subject-alternative-names
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue