mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-09 02:55:19 +00:00
gcloud: Wed Dec 11 10:18:23 UTC 2024
This commit is contained in:
parent
ad2752c6c9
commit
ec6dc40f99
493 changed files with 17655 additions and 1753 deletions
|
|
@ -44,11 +44,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] [--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]
|
||||
[--root-password=ROOT_PASSWORD] [--server-ca-mode=SERVER_CA_MODE]
|
||||
[--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
|
||||
|
|
@ -430,6 +430,18 @@ FLAGS
|
|||
--root-password=ROOT_PASSWORD
|
||||
Root Cloud SQL user's password.
|
||||
|
||||
--server-ca-mode=SERVER_CA_MODE
|
||||
Set the server CA mode of the instance. SERVER_CA_MODE must be one of:
|
||||
|
||||
CUSTOMER_MANAGED_CAS_CA
|
||||
Customer-managed CA hosted on Google Cloud's Certificate Authority
|
||||
Service (CAS).
|
||||
GOOGLE_MANAGED_CAS_CA
|
||||
Google-managed regional CA part of root CA hierarchy hosted on
|
||||
Google Cloud's Certificate Authority Service (CAS).
|
||||
GOOGLE_MANAGED_INTERNAL_CA
|
||||
Google-managed self-signed internal CA.
|
||||
|
||||
--ssl-mode=SSL_MODE
|
||||
Set the SSL mode of the instance. SSL_MODE must be one of:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue