1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-11 15:39:42 +00:00

gcloud: Wed May 11 08:44:01 UTC 2022

This commit is contained in:
Automated 2022-05-11 08:44:01 +00:00
parent bf33ccb44b
commit 379049f21a
109 changed files with 2571 additions and 102 deletions

View file

@ -14,7 +14,7 @@ FLAGS
--database-version=DATABASE_VERSION
The database engine type and versions. If left unspecified, the API
defaults are used. See the list of database versions at
https://cloud.google.com/sql/docs/mysql/admin-api/rest/v1beta4/SqlDatabaseVersion
https://cloud.google.com/sql/docs/mysql/admin-api/rest/v1beta4/SqlDatabaseVersion.
LIST COMMAND FLAGS
--filter=EXPRESSION

View file

@ -15,7 +15,8 @@ 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]
[--enable-bin-log] [--enable-point-in-time-recovery]
[--enable-bin-log] [--enable-password-policy]
[--enable-point-in-time-recovery]
[--failover-replica-name=FAILOVER_REPLICA_NAME]
[--[no-]insights-config-query-insights-enabled]
[--insights-config-query-plans-per-minute=INSIGHTS_CONFIG_QUERY_PLANS_PER_MINUTE]
@ -164,7 +165,7 @@ FLAGS
--database-version=DATABASE_VERSION
The database engine type and versions. If left unspecified, the API
defaults are used. See the list of database versions at
https://cloud.google.com/sql/docs/mysql/admin-api/rest/v1beta4/SqlDatabaseVersion
https://cloud.google.com/sql/docs/mysql/admin-api/rest/v1beta4/SqlDatabaseVersion.
--deny-maintenance-period-end-date=DENY_MAINTENANCE_PERIOD_END_DATE
Date when the deny maintenance period ends, that is 2021-01-10.
@ -180,6 +181,10 @@ FLAGS
fraction of a second. Must have automatic backups enabled to use. Make
sure storage can support at least 7 days of logs.
--enable-password-policy
Enable the password policy, which enforces user password management
with the policies configured for the instance.
--enable-point-in-time-recovery
Allows for data recovery from a specific point in time, down to a
fraction of a second, via write-ahead logs. Must have automatic backups

View file

@ -14,7 +14,8 @@ SYNOPSIS
[--deny-maintenance-period-start-date=DENY_MAINTENANCE_PERIOD_START_DATE]
[--deny-maintenance-period-time=DENY_MAINTENANCE_PERIOD_TIME] [--diff]
[--[no-]enable-bin-log] [--[no-]enable-database-replication]
[--enable-point-in-time-recovery] [--follow-gae-app=FOLLOW_GAE_APP]
[--enable-password-policy] [--enable-point-in-time-recovery]
[--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]
@ -107,13 +108,6 @@ FLAGS
The database engine type and versions. If left unspecified, no changes
occur. See the list of database versions at
https://cloud.google.com/sql/docs/mysql/admin-api/rest/v1beta4/SqlDatabaseVersion.
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, SQLSERVER_2017_EXPRESS, SQLSERVER_2017_WEB,
SQLSERVER_2017_STANDARD, SQLSERVER_2017_ENTERPRISE,
SQLSERVER_2019_EXPRESS, SQLSERVER_2019_WEB, SQLSERVER_2019_STANDARD,
SQLSERVER_2019_ENTERPRISE, MYSQL_8_0_18, MYSQL_8_0_26, MYSQL_8_0_27,
MYSQL_8_0_28.
--deny-maintenance-period-end-date=DENY_MAINTENANCE_PERIOD_END_DATE
Date when the deny maintenance period ends, that is 2021-01-10.
@ -139,6 +133,10 @@ FLAGS
--enable-database-replication to enable and
--no-enable-database-replication to disable.
--enable-password-policy
Enable the password policy, which enforces user password management
with the policies configured for the instance.
--enable-point-in-time-recovery
Allows for data recovery from a specific point in time, down to a
fraction of a second, via write-ahead logs. Must have automatic backups