mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 18:45:13 +00:00
gcloud: Wed Oct 25 11:42:23 UTC 2023
This commit is contained in:
parent
a15665661a
commit
d34c41a2ce
305 changed files with 5549 additions and 699 deletions
|
|
@ -43,10 +43,11 @@ SYNOPSIS
|
|||
[--replica-type=REPLICA_TYPE] [--replication=REPLICATION]
|
||||
[--require-ssl] [--retained-backups-count=RETAINED_BACKUPS_COUNT]
|
||||
[--retained-transaction-log-days=RETAINED_TRANSACTION_LOG_DAYS]
|
||||
[--root-password=ROOT_PASSWORD] [--[no-]storage-auto-increase]
|
||||
[--storage-size=STORAGE_SIZE] [--storage-type=STORAGE_TYPE]
|
||||
[--threads-per-core=THREADS_PER_CORE] [--tier=TIER, -t TIER]
|
||||
[--time-zone=TIME_ZONE] [--timeout=TIMEOUT; default=3600]
|
||||
[--root-password=ROOT_PASSWORD] [--ssl-mode=SSL_MODE]
|
||||
[--[no-]storage-auto-increase] [--storage-size=STORAGE_SIZE]
|
||||
[--storage-type=STORAGE_TYPE] [--threads-per-core=THREADS_PER_CORE]
|
||||
[--tier=TIER, -t TIER] [--time-zone=TIME_ZONE]
|
||||
[--timeout=TIMEOUT; default=3600]
|
||||
[--allowed-psc-projects=PROJECT,[PROJECT,...]
|
||||
--enable-private-service-connect]
|
||||
[--disk-encryption-key=DISK_ENCRYPTION_KEY
|
||||
|
|
@ -383,6 +384,18 @@ FLAGS
|
|||
--root-password=ROOT_PASSWORD
|
||||
Root Cloud SQL user's password.
|
||||
|
||||
--ssl-mode=SSL_MODE
|
||||
Set the SSL mode of the instance. SSL_MODE must be one of:
|
||||
|
||||
ALLOW_UNENCRYPTED_AND_ENCRYPTED
|
||||
Allow non-SSL and SSL connections. For SSL connections, client
|
||||
certificate will not be verified.
|
||||
ENCRYPTED_ONLY
|
||||
Only allow connections encrypted with SSL/TLS.
|
||||
TRUSTED_CLIENT_CERTIFICATE_REQUIRED
|
||||
Only allow connections encrypted with SSL/TLS and with valid client
|
||||
certificates.
|
||||
|
||||
--[no-]storage-auto-increase
|
||||
Storage size can be increased, but it cannot be decreased; storage
|
||||
increases are permanent for the life of the instance. With this setting
|
||||
|
|
|
|||
|
|
@ -36,9 +36,9 @@ SYNOPSIS
|
|||
[--pricing-plan=PRICING_PLAN, -p PRICING_PLAN]
|
||||
[--[no-]recreate-replicas-on-primary-crash]
|
||||
[--remove-deny-maintenance-period] [--replication=REPLICATION]
|
||||
[--[no-]require-ssl] [--[no-]storage-auto-increase]
|
||||
[--storage-size=STORAGE_SIZE] [--threads-per-core=THREADS_PER_CORE]
|
||||
[--tier=TIER, -t TIER]
|
||||
[--[no-]require-ssl] [--ssl-mode=SSL_MODE]
|
||||
[--[no-]storage-auto-increase] [--storage-size=STORAGE_SIZE]
|
||||
[--threads-per-core=THREADS_PER_CORE] [--tier=TIER, -t TIER]
|
||||
[--allowed-psc-projects=PROJECT,[PROJECT,...]
|
||||
| --clear-allowed-psc-projects]
|
||||
[--authorized-gae-apps=APP,[APP,...] | --clear-gae-apps]
|
||||
|
|
@ -331,6 +331,18 @@ FLAGS
|
|||
mysqld should default to 'REQUIRE X509' for users connecting over IP.
|
||||
Use --require-ssl to enable and --no-require-ssl to disable.
|
||||
|
||||
--ssl-mode=SSL_MODE
|
||||
Set the SSL mode of the instance. SSL_MODE must be one of:
|
||||
|
||||
ALLOW_UNENCRYPTED_AND_ENCRYPTED
|
||||
Allow non-SSL and SSL connections. For SSL connections, client
|
||||
certificate will not be verified.
|
||||
ENCRYPTED_ONLY
|
||||
Only allow connections encrypted with SSL/TLS.
|
||||
TRUSTED_CLIENT_CERTIFICATE_REQUIRED
|
||||
Only allow connections encrypted with SSL/TLS and with valid client
|
||||
certificates.
|
||||
|
||||
--[no-]storage-auto-increase
|
||||
Storage size can be increased, but it cannot be decreased; storage
|
||||
increases are permanent for the life of the instance. With this setting
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue