1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-08 10:35:03 +00:00

gcloud: Wed Dec 11 10:18:23 UTC 2024

This commit is contained in:
Automated 2024-12-11 10:18:23 +00:00
parent ad2752c6c9
commit ec6dc40f99
493 changed files with 17655 additions and 1753 deletions

View file

@ -48,7 +48,8 @@ SYNOPSIS
[--require-ssl] [--retained-backups-count=RETAINED_BACKUPS_COUNT]
[--retained-transaction-log-days=RETAINED_TRANSACTION_LOG_DAYS]
[--root-password=ROOT_PASSWORD] [--server-ca-mode=SERVER_CA_MODE]
[--ssl-mode=SSL_MODE] [--[no-]storage-auto-increase]
[--server-ca-pool=SERVER_CA_POOL] [--ssl-mode=SSL_MODE]
[--[no-]storage-auto-increase]
[--storage-auto-increase-limit=STORAGE_AUTO_INCREASE_LIMIT]
[--storage-size=STORAGE_SIZE] [--storage-type=STORAGE_TYPE]
[--threads-per-core=THREADS_PER_CORE] [--tier=TIER, -t TIER]
@ -465,6 +466,9 @@ FLAGS
GOOGLE_MANAGED_INTERNAL_CA
Google-managed self-signed internal CA.
--server-ca-pool=SERVER_CA_POOL
Set the server CA pool of the instance.
--ssl-mode=SSL_MODE
Set the SSL mode of the instance. SSL_MODE must be one of:

View file

@ -30,7 +30,9 @@ NOTES
This command is currently in alpha and might change without notice. If this
command fails with API permission errors despite specifying the correct
project, you might be trying to access an API with an invitation-only early
access allowlist. This variant is also available:
access allowlist. These variants are also available:
$ gcloud sql ssl server-certs create
$ gcloud beta sql ssl server-certs create

View file

@ -36,7 +36,9 @@ NOTES
This command is currently in alpha and might change without notice. If this
command fails with API permission errors despite specifying the correct
project, you might be trying to access an API with an invitation-only early
access allowlist. This variant is also available:
access allowlist. These variants are also available:
$ gcloud sql ssl server-certs
$ gcloud beta sql ssl server-certs

View file

@ -58,7 +58,9 @@ NOTES
This command is currently in alpha and might change without notice. If this
command fails with API permission errors despite specifying the correct
project, you might be trying to access an API with an invitation-only early
access allowlist. This variant is also available:
access allowlist. These variants are also available:
$ gcloud sql ssl server-certs list
$ gcloud beta sql ssl server-certs list

View file

@ -31,7 +31,9 @@ NOTES
This command is currently in alpha and might change without notice. If this
command fails with API permission errors despite specifying the correct
project, you might be trying to access an API with an invitation-only early
access allowlist. This variant is also available:
access allowlist. These variants are also available:
$ gcloud sql ssl server-certs rollback
$ gcloud beta sql ssl server-certs rollback

View file

@ -30,7 +30,9 @@ NOTES
This command is currently in alpha and might change without notice. If this
command fails with API permission errors despite specifying the correct
project, you might be trying to access an API with an invitation-only early
access allowlist. This variant is also available:
access allowlist. These variants are also available:
$ gcloud sql ssl server-certs rotate
$ gcloud beta sql ssl server-certs rotate