1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 14:56:05 +00:00

gcloud: Wed Jan 8 10:03:00 UTC 2025

This commit is contained in:
Automated 2025-01-08 10:03:00 +00:00
parent 52290f76fe
commit 5a9f5ff67e
161 changed files with 2678 additions and 414 deletions

View file

@ -6,7 +6,7 @@ SYNOPSIS
gcloud database-migration connection-profiles create mysql
(CONNECTION_PROFILE : --region=REGION) [--no-async]
[--cloudsql-instance=CLOUDSQL_INSTANCE] [--display-name=DISPLAY_NAME]
[--labels=[KEY=VALUE,...]] [--provider=PROVIDER]
[--labels=[KEY=VALUE,...]] [--provider=PROVIDER] [--role=ROLE]
[--ca-certificate=CA_CERTIFICATE
: --client-certificate=CLIENT_CERTIFICATE --private-key=PRIVATE_KEY]
[--host=HOST --port=PORT --username=USERNAME : --password=PASSWORD
@ -86,6 +86,10 @@ FLAGS
Database provider, for managed databases. PROVIDER must be one of: RDS,
CLOUDSQL.
--role=ROLE
The role of the connection profile. ROLE must be one of: SOURCE,
DESTINATION.
--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