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

gcloud: Sat Jun 14 05:31:37 UTC 2025

This commit is contained in:
Automated 2025-06-14 05:31:37 +00:00
parent 1799759190
commit fa40c10f6a
712 changed files with 17386 additions and 4918 deletions

View file

@ -94,7 +94,7 @@ OPTIONAL FLAGS
--database-version=DATABASE_VERSION
Database engine major version. DATABASE_VERSION must be one of:
POSTGRES_14, POSTGRES_15, POSTGRES_16.
POSTGRES_14, POSTGRES_15, POSTGRES_16, POSTGRES_17.
--display-name=DISPLAY_NAME
A user-friendly name for the connection profile. The display name can

View file

@ -6,7 +6,7 @@ SYNOPSIS
gcloud database-migration connection-profiles create sqlserver
(CONNECTION_PROFILE : --region=REGION) [--no-async]
[--database=DATABASE] [--display-name=DISPLAY_NAME]
[--labels=[KEY=VALUE,...]] [--role=ROLE]
[--labels=[KEY=VALUE,...]] [--role=ROLE] [--ssl-flags=[FLAG=VALUE,...]]
[--ca-certificate=CA_CERTIFICATE --ssl-type=SSL_TYPE]
[[--gcs-bucket=GCS_BUCKET
: --gcs-prefix=GCS_PREFIX --provider=PROVIDER]
@ -93,6 +93,12 @@ FLAGS
The role of the connection profile. ROLE must be one of: SOURCE,
DESTINATION.
--ssl-flags=[FLAG=VALUE,...]
Comma-separated list of SSL flags used for establishing SSL connection
to the database. Use an equals sign to separate the flag name and
value. Example: --ssl-flags
ssl_mode=enable,server_certificate_hostname=server.com.
--ca-certificate=CA_CERTIFICATE
x509 PEM-encoded certificate of the CA that signed the database
server's certificate. The value for this flag needs to be the content