mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Wed Sep 20 10:45:25 UTC 2023
This commit is contained in:
parent
952686eb78
commit
54eca12593
183 changed files with 2246 additions and 4040 deletions
|
|
@ -78,7 +78,7 @@ REQUIRED FLAGS
|
|||
--database-version=DATABASE_VERSION
|
||||
Database engine type and version. DATABASE_VERSION must be one of:
|
||||
MYSQL_5_7, MYSQL_5_6, MYSQL_8_0, POSTGRES_9_6, POSTGRES_10,
|
||||
POSTGRES_11, POSTGRES_12, POSTGRES_13, POSTGRES_14.
|
||||
POSTGRES_11, POSTGRES_12, POSTGRES_13, POSTGRES_14, POSTGRES_15.
|
||||
|
||||
Connection profile resource - Database Migration Service source connection
|
||||
profile ID. This represents a Cloud resource. (NOTE) Some attributes are
|
||||
|
|
|
|||
|
|
@ -88,9 +88,9 @@ FLAGS
|
|||
|
||||
--ca-certificate=CA_CERTIFICATE
|
||||
x509 PEM-encoded certificate of the CA that signed the database
|
||||
server's certificate. The replica will use this certificate to verify
|
||||
it's connecting to the correct host. Database Migration Service
|
||||
encrypts the value when storing it.
|
||||
server's certificate. Database Migration Service will use this
|
||||
certificate to verify it's connecting to the correct host. Database
|
||||
Migration Service encrypts the value when storing it.
|
||||
|
||||
--client-certificate=CLIENT_CERTIFICATE
|
||||
x509 PEM-encoded certificate that will be used by the replica to
|
||||
|
|
|
|||
|
|
@ -7,7 +7,8 @@ SYNOPSIS
|
|||
(CONNECTION_PROFILE : --region=REGION)
|
||||
--database-service=DATABASE_SERVICE --host=HOST --port=PORT
|
||||
--username=USERNAME (--password=PASSWORD | --prompt-for-password)
|
||||
[--no-async] [--display-name=DISPLAY_NAME] [--labels=[KEY=VALUE,...]]
|
||||
[--no-async] [--ca-certificate=CA_CERTIFICATE]
|
||||
[--display-name=DISPLAY_NAME] [--labels=[KEY=VALUE,...]]
|
||||
[--private-connection=PRIVATE_CONNECTION | --static-ip-connectivity
|
||||
| [--forward-ssh-hostname=FORWARD_SSH_HOSTNAME
|
||||
--forward-ssh-username=FORWARD_SSH_USERNAME
|
||||
|
|
@ -90,6 +91,12 @@ OPTIONAL FLAGS
|
|||
--no-async
|
||||
Waits for the operation in progress to complete before returning.
|
||||
|
||||
--ca-certificate=CA_CERTIFICATE
|
||||
x509 PEM-encoded certificate of the CA that signed the database
|
||||
server's certificate. Database Migration Service will use this
|
||||
certificate to verify it's connecting to the correct host. Database
|
||||
Migration Service encrypts the value when storing it.
|
||||
|
||||
--display-name=DISPLAY_NAME
|
||||
A user-friendly name for the connection profile. The display name can
|
||||
include letters, numbers, spaces, and hyphens, and must start with a
|
||||
|
|
|
|||
|
|
@ -86,9 +86,9 @@ FLAGS
|
|||
|
||||
--ca-certificate=CA_CERTIFICATE
|
||||
x509 PEM-encoded certificate of the CA that signed the database
|
||||
server's certificate. The replica will use this certificate to verify
|
||||
it's connecting to the correct host. Database Migration Service
|
||||
encrypts the value when storing it.
|
||||
server's certificate. Database Migration Service will use this
|
||||
certificate to verify it's connecting to the correct host. Database
|
||||
Migration Service encrypts the value when storing it.
|
||||
|
||||
--client-certificate=CLIENT_CERTIFICATE
|
||||
x509 PEM-encoded certificate that will be used by the replica to
|
||||
|
|
|
|||
|
|
@ -64,9 +64,9 @@ POSITIONAL ARGUMENTS
|
|||
FLAGS
|
||||
--ca-certificate=CA_CERTIFICATE
|
||||
x509 PEM-encoded certificate of the CA that signed the database
|
||||
server's certificate. The replica will use this certificate to verify
|
||||
it's connecting to the correct host. Database Migration Service
|
||||
encrypts the value when storing it.
|
||||
server's certificate. Database Migration Service will use this
|
||||
certificate to verify it's connecting to the correct host. Database
|
||||
Migration Service encrypts the value when storing it.
|
||||
|
||||
--client-certificate=CLIENT_CERTIFICATE
|
||||
x509 PEM-encoded certificate that will be used by the replica to
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue