mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-15 17:35:31 +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
|
|
@ -3,7 +3,8 @@ NAME
|
|||
instances
|
||||
|
||||
SYNOPSIS
|
||||
gcloud sql flags list [--database-version=DATABASE_VERSION]
|
||||
gcloud sql flags list
|
||||
[--database-version=DATABASE_VERSION; default="MYSQL_8_0"]
|
||||
[--filter=EXPRESSION] [--limit=LIMIT] [--page-size=PAGE_SIZE]
|
||||
[--sort-by=[FIELD,...]] [--uri] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
|
|
@ -11,9 +12,9 @@ DESCRIPTION
|
|||
List customizable flags for Google Cloud SQL instances.
|
||||
|
||||
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
|
||||
--database-version=DATABASE_VERSION; default="MYSQL_8_0"
|
||||
The database engine type and versions. If left unspecified, MYSQL_8_0
|
||||
is used. See the list of database versions at
|
||||
https://cloud.google.com/sql/docs/mysql/admin-api/rest/v1beta4/SqlDatabaseVersion.
|
||||
Apart from listed major versions, DATABASE_VERSION also accepts
|
||||
supported minor versions. DATABASE_VERSION must be one of: MYSQL_5_6,
|
||||
|
|
|
|||
|
|
@ -5,12 +5,15 @@ SYNOPSIS
|
|||
gcloud sql instances create INSTANCE
|
||||
[--activation-policy=ACTIVATION_POLICY]
|
||||
[--active-directory-domain=ACTIVE_DIRECTORY_DOMAIN] [--[no-]assign-ip]
|
||||
[--async] [--authorized-networks=NETWORK,[NETWORK,...]]
|
||||
[--async] [--audit-bucket-path=AUDIT_BUCKET_PATH]
|
||||
[--audit-retention-interval=AUDIT_RETENTION_INTERVAL]
|
||||
[--audit-upload-interval=AUDIT_UPLOAD_INTERVAL]
|
||||
[--authorized-networks=NETWORK,[NETWORK,...]]
|
||||
[--availability-type=AVAILABILITY_TYPE] [--no-backup]
|
||||
[--backup-location=BACKUP_LOCATION]
|
||||
[--backup-start-time=BACKUP_START_TIME] [--collation=COLLATION]
|
||||
[--cpu=CPU] [--database-flags=FLAG=VALUE,[FLAG=VALUE,...]]
|
||||
[--database-version=DATABASE_VERSION]
|
||||
[--database-version=DATABASE_VERSION; default="MYSQL_8_0"]
|
||||
[--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]
|
||||
|
|
@ -102,6 +105,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.
|
||||
|
||||
--authorized-networks=NETWORK,[NETWORK,...]
|
||||
The list of external networks that are allowed to connect to the
|
||||
instance. Specified in CIDR notation, also known as 'slash' notation
|
||||
|
|
@ -145,9 +161,9 @@ FLAGS
|
|||
API for allowed flags. (e.g., --database-flags
|
||||
max_allowed_packet=55555,skip_grant_tables=,log_output=1)
|
||||
|
||||
--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
|
||||
--database-version=DATABASE_VERSION; default="MYSQL_8_0"
|
||||
The database engine type and versions. If left unspecified, MYSQL_8_0
|
||||
is used. See the list of database versions at
|
||||
https://cloud.google.com/sql/docs/mysql/admin-api/rest/v1beta4/SqlDatabaseVersion.
|
||||
Apart from listed major versions, DATABASE_VERSION also accepts
|
||||
supported minor versions. DATABASE_VERSION must be one of: MYSQL_5_6,
|
||||
|
|
|
|||
|
|
@ -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