1
0
Fork 0
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:
Automated 2025-05-07 10:56:18 +00:00
parent b03a332ad8
commit dfebca5b6c
222 changed files with 6775 additions and 1046 deletions

View file

@ -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