mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-11 07:29:40 +00:00
gcloud: Thu Apr 6 10:23:36 UTC 2023
This commit is contained in:
parent
5fabf24be7
commit
32e56b8b99
209 changed files with 5396 additions and 561 deletions
|
|
@ -4,13 +4,13 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud alpha database-migration connection-profiles create mysql
|
||||
(CONNECTION_PROFILE : --region=REGION) --host=HOST --port=PORT
|
||||
--username=USERNAME (--password=PASSWORD | --prompt-for-password)
|
||||
[--no-async] [--display-name=DISPLAY_NAME] [--instance=INSTANCE]
|
||||
(CONNECTION_PROFILE : --region=REGION) [--no-async]
|
||||
[--display-name=DISPLAY_NAME] [--instance=INSTANCE]
|
||||
[--labels=[KEY=VALUE,...]] [--provider=PROVIDER]
|
||||
[--ca-certificate=CA_CERTIFICATE
|
||||
: --certificate=CERTIFICATE --private-key=PRIVATE_KEY]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
[--host=HOST --port=PORT --username=USERNAME (--password=PASSWORD
|
||||
| --prompt-for-password)] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Create a Database Migration Service connection profile for MySQL.
|
||||
|
|
@ -56,29 +56,7 @@ POSITIONAL ARGUMENTS
|
|||
a fully specified name;
|
||||
▸ provide the argument --region on the command line.
|
||||
|
||||
REQUIRED FLAGS
|
||||
--host=HOST
|
||||
IP or hostname of the source database.
|
||||
|
||||
--port=PORT
|
||||
Network port of the source database.
|
||||
|
||||
--username=USERNAME
|
||||
Username that Database Migration Service uses to connect to the
|
||||
database. Database Migration Service encrypts the value when storing
|
||||
it.
|
||||
|
||||
Exactly one of these must be specified:
|
||||
|
||||
--password=PASSWORD
|
||||
Password for the user that Database Migration Service uses to connect
|
||||
to the source database. Database Migration Service encrypts the value
|
||||
when storing it, and the field is not returned on request.
|
||||
|
||||
--prompt-for-password
|
||||
Prompt for the password used to connect to the database.
|
||||
|
||||
OPTIONAL FLAGS
|
||||
FLAGS
|
||||
--no-async
|
||||
Waits for the operation in progress to complete before returning.
|
||||
|
||||
|
|
@ -118,6 +96,27 @@ OPTIONAL FLAGS
|
|||
the Client Certificate. Database Migration Service encrypts the value
|
||||
when storing it.
|
||||
|
||||
--host=HOST
|
||||
IP or hostname of the source database.
|
||||
|
||||
--port=PORT
|
||||
Network port of the source database.
|
||||
|
||||
--username=USERNAME
|
||||
Username that Database Migration Service uses to connect to the
|
||||
database. Database Migration Service encrypts the value when storing
|
||||
it.
|
||||
|
||||
Exactly one of these must be specified:
|
||||
|
||||
--password=PASSWORD
|
||||
Password for the user that Database Migration Service uses to connect
|
||||
to the source database. Database Migration Service encrypts the value
|
||||
when storing it, and the field is not returned on request.
|
||||
|
||||
--prompt-for-password
|
||||
Prompt for the password used to connect to the database.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
--billing-project, --configuration, --flags-file, --flatten, --format,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue