mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 18:45:13 +00:00
gcloud: Wed Apr 3 09:23:31 UTC 2024
This commit is contained in:
parent
4ade1b44cc
commit
7e2535c53d
212 changed files with 8070 additions and 151 deletions
|
|
@ -10,7 +10,8 @@ SYNOPSIS
|
|||
[--async] [--audit-bucket-path=AUDIT_BUCKET_PATH]
|
||||
[--audit-retention-interval=AUDIT_RETENTION_INTERVAL]
|
||||
[--audit-upload-interval=AUDIT_UPLOAD_INTERVAL]
|
||||
[--availability-type=AVAILABILITY_TYPE] [--clear-password-policy]
|
||||
[--availability-type=AVAILABILITY_TYPE]
|
||||
[--clear-failover-dr-replica-name] [--clear-password-policy]
|
||||
[--connector-enforcement=CONNECTOR_ENFORCEMENT] [--cpu=CPU]
|
||||
[--database-version=DATABASE_VERSION] [--[no-]deletion-protection]
|
||||
[--deny-maintenance-period-end-date=DENY_MAINTENANCE_PERIOD_END_DATE]
|
||||
|
|
@ -20,7 +21,9 @@ SYNOPSIS
|
|||
[--[no-]enable-database-replication]
|
||||
[--[no-]enable-google-ml-integration]
|
||||
[--[no-]enable-google-private-path] [--enable-password-policy]
|
||||
[--enable-point-in-time-recovery] [--follow-gae-app=FOLLOW_GAE_APP]
|
||||
[--enable-point-in-time-recovery]
|
||||
[--failover-dr-replica-name=FAILOVER_DR_REPLICA_NAME]
|
||||
[--follow-gae-app=FOLLOW_GAE_APP]
|
||||
[--[no-]insights-config-query-insights-enabled]
|
||||
[--insights-config-query-plans-per-minute=INSIGHTS_CONFIG_QUERY_PLANS_PER_MINUTE]
|
||||
[--insights-config-query-string-length=INSIGHTS_CONFIG_QUERY_STRING_LENGTH]
|
||||
|
|
@ -118,6 +121,10 @@ FLAGS
|
|||
zonal
|
||||
Provides no failover capability. This is the default.
|
||||
|
||||
--clear-failover-dr-replica-name
|
||||
Clear the DR replica setting for the primary instance. Flag is only
|
||||
available for MySQL.
|
||||
|
||||
--clear-password-policy
|
||||
Clear the existing password policy. This flag is only available for
|
||||
Postgres.
|
||||
|
|
@ -207,6 +214,11 @@ FLAGS
|
|||
fraction of a second, via write-ahead logs. Must have automatic backups
|
||||
enabled to use. Make sure storage can support at least 7 days of logs.
|
||||
|
||||
--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.
|
||||
|
||||
--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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue