1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-13 08:27:05 +00:00

gcloud: Wed Feb 12 10:41:39 UTC 2025

This commit is contained in:
Automated 2025-02-12 10:41:39 +00:00
parent c854ee0644
commit 44f319c56c
119 changed files with 5956 additions and 337 deletions

View file

@ -14,7 +14,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]
@ -203,6 +204,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

View file

@ -58,6 +58,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,...]]
[--clear-labels | --remove-labels=[KEY,...]]
[--clear-psc-auto-connections
@ -485,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