mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Wed Jan 29 10:02:21 UTC 2025
This commit is contained in:
parent
861d4011dc
commit
50090ced80
157 changed files with 5563 additions and 179 deletions
|
|
@ -7,8 +7,8 @@ SYNOPSIS
|
|||
(CONNECTION_PROFILE : --region=REGION) [--no-async]
|
||||
[--cloudsql-instance=CLOUDSQL_INSTANCE] [--display-name=DISPLAY_NAME]
|
||||
[--labels=[KEY=VALUE,...]] [--provider=PROVIDER] [--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] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
|
|
@ -100,6 +100,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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue