1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-13 16:37:00 +00:00

gcloud: Wed Jan 29 10:02:21 UTC 2025

This commit is contained in:
Automated 2025-01-29 10:02:21 +00:00
parent 861d4011dc
commit 50090ced80
157 changed files with 5563 additions and 179 deletions

View file

@ -8,8 +8,8 @@ SYNOPSIS
[--alloydb-cluster=ALLOYDB_CLUSTER] [--no-async]
[--cloudsql-instance=CLOUDSQL_INSTANCE] [--display-name=DISPLAY_NAME]
[--labels=[KEY=VALUE,...]] [--role=ROLE]
[--ca-certificate=CA_CERTIFICATE
: --client-certificate=CLIENT_CERTIFICATE --private-key=PRIVATE_KEY]
[--ca-certificate=CA_CERTIFICATE : --ssl-type=SSL_TYPE
--client-certificate=CLIENT_CERTIFICATE --private-key=PRIVATE_KEY]
[--host=HOST --port=PORT --username=USERNAME (--password=PASSWORD
| --prompt-for-password)]
[--psc-service-attachment=PSC_SERVICE_ATTACHMENT
@ -103,6 +103,10 @@ FLAGS
connecting to the correct host. Database Migration Service encrypts the
value when storing it.
--ssl-type=SSL_TYPE
The type of SSL configuration. SSL_TYPE must be one of: SERVER_ONLY,
SERVER_CLIENT, REQUIRED, NONE.
--client-certificate=CLIENT_CERTIFICATE
x509 PEM-encoded certificate that will be used by the replica to
authenticate against the database server. The value for this flag needs