mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Wed Dec 6 10:10:36 UTC 2023
This commit is contained in:
parent
d3074f94bb
commit
f36750d203
469 changed files with 9617 additions and 1400 deletions
|
|
@ -7,8 +7,9 @@ SYNOPSIS
|
|||
(CONNECTION_PROFILE : --region=REGION) --cpu-count=CPU_COUNT
|
||||
--password=PASSWORD --primary-id=PRIMARY_ID [--no-async]
|
||||
[--cluster-labels=[KEY=VALUE,...]] [--database-flags=[FLAG=VALUE,...]]
|
||||
[--display-name=DISPLAY_NAME] [--labels=[KEY=VALUE,...]]
|
||||
[--network=NETWORK] [--primary-labels=[KEY=VALUE,...]]
|
||||
[--database-version=DATABASE_VERSION] [--display-name=DISPLAY_NAME]
|
||||
[--labels=[KEY=VALUE,...]] [--network=NETWORK]
|
||||
[--primary-labels=[KEY=VALUE,...]]
|
||||
[--kms-key=KMS_KEY
|
||||
: --kms-keyring=KMS_KEYRING --kms-project=KMS_PROJECT]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
|
@ -85,6 +86,10 @@ OPTIONAL FLAGS
|
|||
AlloyDB's documentation for allowed flags (e.g., --database-flags
|
||||
max_allowed_packet=55555,skip_grant_tables=,log_output=1).
|
||||
|
||||
--database-version=DATABASE_VERSION
|
||||
Database engine major version. DATABASE_VERSION must be one of:
|
||||
POSTGRES_14, POSTGRES_15.
|
||||
|
||||
--display-name=DISPLAY_NAME
|
||||
A user-friendly name for the connection profile. The display name can
|
||||
include letters, numbers, spaces, and hyphens, and must start with a
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue