mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-11 15:39:42 +00:00
gcloud: Wed Aug 17 09:22:03 UTC 2022
This commit is contained in:
parent
fa820bfa8d
commit
c614d893da
183 changed files with 3129 additions and 270 deletions
|
|
@ -12,6 +12,7 @@ SYNOPSIS
|
|||
[--audit-upload-interval=AUDIT_UPLOAD_INTERVAL]
|
||||
[--availability-type=AVAILABILITY_TYPE] [--clear-password-policy]
|
||||
[--cpu=CPU] [--database-version=DATABASE_VERSION]
|
||||
[--[no-]deletion-protection]
|
||||
[--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]
|
||||
|
|
@ -125,6 +126,12 @@ FLAGS
|
|||
occur. See the list of database versions at
|
||||
https://cloud.google.com/sql/docs/mysql/admin-api/rest/v1beta4/SqlDatabaseVersion.
|
||||
|
||||
--[no-]deletion-protection
|
||||
Enable deletion protection on a Cloud SQL instance. Use
|
||||
--deletion-protection to enable deletion protection on an instance and
|
||||
--no-deletion-protection to disable it. Use --deletion-protection to
|
||||
enable and --no-deletion-protection to disable.
|
||||
|
||||
--deny-maintenance-period-end-date=DENY_MAINTENANCE_PERIOD_END_DATE
|
||||
Date when the deny maintenance period ends, that is 2021-01-10.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue