mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 02:25:19 +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,14 +4,13 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud database-migration connection-profiles create mysql
|
||||
(CONNECTION_PROFILE : --region=REGION) --host=HOST --port=PORT
|
||||
--username=USERNAME (--password=PASSWORD | --prompt-for-password)
|
||||
[--no-async] [--cloudsql-instance=CLOUDSQL_INSTANCE]
|
||||
[--display-name=DISPLAY_NAME] [--labels=[KEY=VALUE,...]]
|
||||
[--provider=PROVIDER]
|
||||
(CONNECTION_PROFILE : --region=REGION) [--no-async]
|
||||
[--cloudsql-instance=CLOUDSQL_INSTANCE] [--display-name=DISPLAY_NAME]
|
||||
[--labels=[KEY=VALUE,...]] [--provider=PROVIDER]
|
||||
[--ca-certificate=CA_CERTIFICATE
|
||||
: --client-certificate=CLIENT_CERTIFICATE --private-key=PRIVATE_KEY]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
[--host=HOST --port=PORT --username=USERNAME (--password=PASSWORD
|
||||
| --prompt-for-password)] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
Create a Database Migration Service connection profile for MySQL.
|
||||
|
|
@ -57,35 +56,13 @@ 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.
|
||||
|
||||
--cloudsql-instance=CLOUDSQL_INSTANCE
|
||||
If the source is a Cloud SQL database, use this field to provide the
|
||||
Cloud SQL instance ID of the source.
|
||||
If the source or destination is a Cloud SQL database, then use this
|
||||
field to provide the respective Cloud SQL instance ID.
|
||||
|
||||
--display-name=DISPLAY_NAME
|
||||
A user-friendly name for the connection profile. The display name can
|
||||
|
|
@ -120,6 +97,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,
|
||||
|
|
|
|||
|
|
@ -4,13 +4,13 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud database-migration connection-profiles create postgresql
|
||||
(CONNECTION_PROFILE : --region=REGION) --host=HOST --port=PORT
|
||||
--username=USERNAME (--password=PASSWORD | --prompt-for-password)
|
||||
[--no-async] [--cloudsql-instance=CLOUDSQL_INSTANCE]
|
||||
[--display-name=DISPLAY_NAME] [--labels=[KEY=VALUE,...]]
|
||||
(CONNECTION_PROFILE : --region=REGION) [--no-async]
|
||||
[--cloudsql-instance=CLOUDSQL_INSTANCE] [--display-name=DISPLAY_NAME]
|
||||
[--labels=[KEY=VALUE,...]]
|
||||
[--ca-certificate=CA_CERTIFICATE
|
||||
: --client-certificate=CLIENT_CERTIFICATE --private-key=PRIVATE_KEY]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
[--host=HOST --port=PORT --username=USERNAME (--password=PASSWORD
|
||||
| --prompt-for-password)] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
Create a Database Migration Service connection profile for PostgreSQL.
|
||||
|
|
@ -56,35 +56,13 @@ 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.
|
||||
|
||||
--cloudsql-instance=CLOUDSQL_INSTANCE
|
||||
If the source is a Cloud SQL database, use this field to provide the
|
||||
Cloud SQL instance ID of the source.
|
||||
If the source or destination is a Cloud SQL database, then use this
|
||||
field to provide the respective Cloud SQL instance ID.
|
||||
|
||||
--display-name=DISPLAY_NAME
|
||||
A user-friendly name for the connection profile. The display name can
|
||||
|
|
@ -115,6 +93,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,
|
||||
|
|
|
|||
|
|
@ -69,8 +69,8 @@ FLAGS
|
|||
Service encrypts the value when storing it.
|
||||
|
||||
--cloudsql-instance=CLOUDSQL_INSTANCE
|
||||
If the source is a Cloud SQL database, use this field to provide the
|
||||
Cloud SQL instance ID of the source.
|
||||
If the source or destination is a Cloud SQL database, then use this
|
||||
field to provide the respective Cloud SQL instance ID.
|
||||
|
||||
--display-name=DISPLAY_NAME
|
||||
A user-friendly name for the connection profile. The display name can
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue