mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 23:08:48 +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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -11,8 +11,8 @@ SYNOPSIS
|
|||
[--cloudsql-project-id=CLOUDSQL_PROJECT_ID]
|
||||
[--database-service=DATABASE_SERVICE] [--display-name=DISPLAY_NAME]
|
||||
[--host=HOST] [--port=PORT] [--private-key=PRIVATE_KEY]
|
||||
[--update-labels=[KEY=VALUE,...]] [--username=USERNAME]
|
||||
[--clear-labels | --remove-labels=[KEY,...]]
|
||||
[--ssl-type=SSL_TYPE] [--update-labels=[KEY=VALUE,...]]
|
||||
[--username=USERNAME] [--clear-labels | --remove-labels=[KEY,...]]
|
||||
[--gcs-bucket=GCS_BUCKET : --gcs-prefix=GCS_PREFIX]
|
||||
[--password=PASSWORD | --prompt-for-password] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
|
|
@ -121,6 +121,10 @@ FLAGS
|
|||
<code>--ca-certificate=$(</path/to/certificate_file.pem)</code>.
|
||||
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.
|
||||
|
||||
--update-labels=[KEY=VALUE,...]
|
||||
List of label KEY=VALUE pairs to update. If a label exists, its value
|
||||
is modified. Otherwise, a new label is created.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue