1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 06:47:12 +00:00

gcloud: Wed Oct 16 09:53:34 UTC 2024

This commit is contained in:
Automated 2024-10-16 09:53:35 +00:00
parent 4ffb04ab9e
commit 694f6671d0
151 changed files with 4031 additions and 414 deletions

View file

@ -41,6 +41,7 @@ SYNOPSIS
[--password-policy-min-length=PASSWORD_POLICY_MIN_LENGTH]
[--password-policy-password-change-interval=PASSWORD_POLICY_PASSWORD_CHANGE_INTERVAL]
[--password-policy-reuse-interval=PASSWORD_POLICY_REUSE_INTERVAL]
[--psc-auto-connections=[network=NETWORK],[project=PROJECT]]
[--[no-]recreate-replicas-on-primary-crash]
[--replica-type=REPLICA_TYPE] [--replication=REPLICATION]
[--require-ssl] [--retained-backups-count=RETAINED_BACKUPS_COUNT]
@ -381,6 +382,35 @@ FLAGS
Number of previous passwords that cannot be reused. The valid range is
0 to 100.
--psc-auto-connections=[network=NETWORK],[project=PROJECT]
A comma-separated list of networks or a comma-separated list of
network-project pairs. Each project in this list is represented by a
project number (numeric) or by a project ID (alphanumeric). This allows
Private Service Connect connections to be created automatically for the
specified networks. For example, this connection uses "the form
psc-auto-connections=network=projects/testproject1/global/networks/testnetwork1"
or "the form
psc-auto-connections=project=testproject1,network=projects/testproject1/global/networks/testnetwork1".
Sets psc_auto_connections value.
network
Required, Sets network value.
project
Sets project value.
Shorthand Example:
--psc-auto-connections=network=string,project=string
JSON Example:
--psc-auto-connections='{"network": "string", "project": "string"}'
File Example:
--psc-auto-connections=path_to_file.(yaml|json)
--[no-]recreate-replicas-on-primary-crash
Allow/Disallow replica recreation when a primary MySQL instance
operating in reduced durability mode crashes. Not recreating the

View file

@ -58,6 +58,8 @@ SYNOPSIS
| --clear-authorized-networks]
[--clear-database-flags | --database-flags=FLAG=VALUE,[FLAG=VALUE,...]]
[--clear-labels | --remove-labels=[KEY,...]]
[--clear-psc-auto-connections
| --psc-auto-connections=[network=NETWORK],[project=PROJECT]]
[--gce-zone=GCE_ZONE | --secondary-zone=SECONDARY_ZONE --zone=ZONE]
[--no-backup | --backup-location=BACKUP_LOCATION
--backup-start-time=BACKUP_START_TIME
@ -503,6 +505,43 @@ FLAGS
silently ignored. If --update-labels is also specified then
--update-labels is applied first.
At most one of these can be specified:
--clear-psc-auto-connections
This removes all connections created automatically. Cloud SQL uses
these connections to connect to an instance using Private Service
Connect.
--psc-auto-connections=[network=NETWORK],[project=PROJECT]
A comma-separated list of networks or a comma-separated list of
network-project pairs. Each project in this list is represented by a
project number (numeric) or by a project ID (alphanumeric). This
allows Private Service Connect connections to be created
automatically for the specified networks. For example, this
connection uses "the form
psc-auto-connections=network=projects/testproject1/global/networks/testnetwork1"
or "the form
psc-auto-connections=project=testproject1,network=projects/testproject1/global/networks/testnetwork1".
Sets psc_auto_connections value.
network
Required, Sets network value.
project
Sets project value.
Shorthand Example:
--psc-auto-connections=network=string,project=string
JSON Example:
--psc-auto-connections='{"network": "string", "project": "string"}'
File Example:
--psc-auto-connections=path_to_file.(yaml|json)
At most one of these can be specified:
--gce-zone=GCE_ZONE