mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 18:45:13 +00:00
gcloud: Thu Jun 23 08:40:08 UTC 2022
This commit is contained in:
parent
5378794555
commit
8b80260bd9
144 changed files with 4593 additions and 192 deletions
|
|
@ -4,9 +4,11 @@ NAME
|
|||
SYNOPSIS
|
||||
gcloud sql instances patch INSTANCE [--activation-policy=ACTIVATION_POLICY]
|
||||
[--active-directory-domain=ACTIVE_DIRECTORY_DOMAIN] [--[no-]assign-ip]
|
||||
[--async] [--availability-type=AVAILABILITY_TYPE]
|
||||
[--clear-password-policy] [--cpu=CPU]
|
||||
[--database-version=DATABASE_VERSION]
|
||||
[--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]
|
||||
[--cpu=CPU] [--database-version=DATABASE_VERSION]
|
||||
[--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]
|
||||
|
|
@ -74,6 +76,19 @@ FLAGS
|
|||
Return immediately, without waiting for the operation in progress to
|
||||
complete.
|
||||
|
||||
--audit-bucket-path=AUDIT_BUCKET_PATH
|
||||
The location, as a Cloud Storage bucket, to which audit files are
|
||||
uploaded. The URI is in the form gs://bucketName/folderName. Only
|
||||
available for SQL Server instances.
|
||||
|
||||
--audit-retention-interval=AUDIT_RETENTION_INTERVAL
|
||||
The number of days for audit log retention on disk, for example, 3dfor
|
||||
3 days. Only available for SQL Server instances.
|
||||
|
||||
--audit-upload-interval=AUDIT_UPLOAD_INTERVAL
|
||||
How often to upload audit logs (audit files), for example, 30mfor 30
|
||||
minutes. Only available for SQL Server instances.
|
||||
|
||||
--availability-type=AVAILABILITY_TYPE
|
||||
Specifies level of availability. AVAILABILITY_TYPE must be one of:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue