mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 18:45:13 +00:00
gcloud: Wed May 7 10:56:18 UTC 2025
This commit is contained in:
parent
b03a332ad8
commit
dfebca5b6c
222 changed files with 6775 additions and 1046 deletions
|
|
@ -13,7 +13,8 @@ SYNOPSIS
|
|||
[--backup-location=BACKUP_LOCATION]
|
||||
[--backup-start-time=BACKUP_START_TIME] [--cascadable-replica]
|
||||
[--collation=COLLATION] [--connector-enforcement=CONNECTOR_ENFORCEMENT]
|
||||
[--cpu=CPU] [--database-flags=FLAG=VALUE,[FLAG=VALUE,...]]
|
||||
[--cpu=CPU] [--custom-subject-alternative-names=DNS,[DNS,[DNS]]]
|
||||
[--database-flags=FLAG=VALUE,[FLAG=VALUE,...]]
|
||||
[--database-version=DATABASE_VERSION; default="MYSQL_8_0"]
|
||||
[--[no-]deletion-protection]
|
||||
[--deny-maintenance-period-end-date=DENY_MAINTENANCE_PERIOD_END_DATE]
|
||||
|
|
@ -189,6 +190,15 @@ FLAGS
|
|||
machine. Both --cpu and --memory must be specified if a custom machine
|
||||
type is desired, and the --tier flag must be omitted.
|
||||
|
||||
--custom-subject-alternative-names=DNS,[DNS,[DNS]]
|
||||
A comma-separated list of DNS names to add to the instance's SSL
|
||||
certificate. A custom SAN is a structured way to add additional DNS
|
||||
names (host names) that are not managed by Cloud SQL to an instance. It
|
||||
allows for hostname verification during establishment of a database
|
||||
connection using the DNS name over SSL/TLS. When you create and/or
|
||||
update an instance, you can add a comma-separated list of up to three
|
||||
DNS names to the server certificate of your instance.
|
||||
|
||||
--database-flags=FLAG=VALUE,[FLAG=VALUE,...]
|
||||
Comma-separated list of database flags to set on the instance. Use an
|
||||
equals sign to separate flag name and value. Flags without values, like
|
||||
|
|
|
|||
|
|
@ -20,6 +20,7 @@ SYNOPSIS
|
|||
[--[no-]enable-google-ml-integration]
|
||||
[--[no-]enable-google-private-path] [--enable-password-policy]
|
||||
[--enable-point-in-time-recovery]
|
||||
[--[no-]enable-private-service-connect]
|
||||
[--failover-dr-replica-name=FAILOVER_DR_REPLICA_NAME]
|
||||
[--follow-gae-app=FOLLOW_GAE_APP]
|
||||
[--[no-]include-replicas-for-major-version-upgrade]
|
||||
|
|
@ -55,6 +56,8 @@ SYNOPSIS
|
|||
[--authorized-gae-apps=APP,[APP,...] | --clear-gae-apps]
|
||||
[--authorized-networks=NETWORK,[NETWORK,...]
|
||||
| --clear-authorized-networks]
|
||||
[--clear-custom-subject-alternative-names
|
||||
| --custom-subject-alternative-names=DNS,[DNS,[DNS]]]
|
||||
[--clear-database-flags | --database-flags=FLAG=VALUE,[FLAG=VALUE,...]]
|
||||
[--gce-zone=GCE_ZONE | --secondary-zone=SECONDARY_ZONE --zone=ZONE]
|
||||
[--no-backup | --backup-location=BACKUP_LOCATION
|
||||
|
|
@ -225,6 +228,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.
|
||||
|
||||
--[no-]enable-private-service-connect
|
||||
Enable connecting to the Cloud SQL instance with Private Service
|
||||
Connect. Use --enable-private-service-connect to enable and
|
||||
--no-enable-private-service-connect to disable.
|
||||
|
||||
--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
|
||||
|
|
@ -479,6 +487,20 @@ FLAGS
|
|||
Clear the list of external networks that are allowed to connect to
|
||||
the instance.
|
||||
|
||||
At most one of these can be specified:
|
||||
|
||||
--clear-custom-subject-alternative-names
|
||||
This clears the customer specified DNS names.
|
||||
|
||||
--custom-subject-alternative-names=DNS,[DNS,[DNS]]
|
||||
A comma-separated list of DNS names to add to the instance's SSL
|
||||
certificate. A custom SAN is a structured way to add additional DNS
|
||||
names (host names) that are not managed by Cloud SQL to an instance.
|
||||
It allows for hostname verification during establishment of a
|
||||
database connection using the DNS name over SSL/TLS. When you create
|
||||
and/or update an instance, you can add a comma-separated list of up
|
||||
to three DNS names to the server certificate of your instance.
|
||||
|
||||
At most one of these can be specified:
|
||||
|
||||
--clear-database-flags
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue