mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-22 07:40:10 +00:00
gcloud: Wed Oct 26 10:52:11 UTC 2022
This commit is contained in:
parent
5c08d21169
commit
235c67283b
215 changed files with 6787 additions and 1005 deletions
|
|
@ -14,7 +14,13 @@ SYNOPSIS
|
|||
--mysql-port=MYSQL_PORT
|
||||
--mysql-username=MYSQL_USERNAME (--mysql-password=MYSQL_PASSWORD
|
||||
| --mysql-prompt-for-password) : --ca-certificate=CA_CERTIFICATE
|
||||
--client-certificate=CLIENT_CERTIFICATE --client-key=CLIENT_KEY]]
|
||||
--client-certificate=CLIENT_CERTIFICATE --client-key=CLIENT_KEY]
|
||||
| --postgresql-database=POSTGRESQL_DATABASE
|
||||
--postgresql-hostname=POSTGRESQL_HOSTNAME
|
||||
--postgresql-port=POSTGRESQL_PORT
|
||||
--postgresql-username=POSTGRESQL_USERNAME
|
||||
(--postgresql-password=POSTGRESQL_PASSWORD
|
||||
| --postgresql-prompt-for-password)]
|
||||
[--private-connection-name=PRIVATE_CONNECTION_NAME : --no-connectivity
|
||||
| --static-ip-connectivity
|
||||
| [--forward-ssh-hostname=FORWARD_SSH_HOSTNAME
|
||||
|
|
@ -40,7 +46,7 @@ EXAMPLES
|
|||
--oracle-port=1521 --database-service=ORCL \
|
||||
--static-ip-connectivity
|
||||
|
||||
To create a connection profile for Mysql:
|
||||
To create a connection profile for MySQL:
|
||||
|
||||
$ gcloud beta datastream connection-profiles create \
|
||||
CONNECTION_PROFILE --location=us-central1 --type=mysql \
|
||||
|
|
@ -88,7 +94,7 @@ REQUIRED FLAGS
|
|||
Friendly name for the connection profile.
|
||||
|
||||
--type=TYPE
|
||||
Type can be MYSQL, ORACLE, GOOGLE-CLOUD-STORAGE or BIGQUERY
|
||||
Type can be MYSQL, ORACLE, POSTGRESQL, GOOGLE-CLOUD-STORAGE or BIGQUERY
|
||||
|
||||
OPTIONAL FLAGS
|
||||
--labels=[KEY=VALUE,...]
|
||||
|
|
@ -146,13 +152,13 @@ OPTIONAL FLAGS
|
|||
Prompt for the password used to connect to the database.
|
||||
|
||||
--mysql-hostname=MYSQL_HOSTNAME
|
||||
IP or hostname of the mysql source database.
|
||||
IP or hostname of the MySQL source database.
|
||||
|
||||
This flag argument must be specified if any of the other arguments in
|
||||
this group are specified.
|
||||
|
||||
--mysql-port=MYSQL_PORT
|
||||
Network port of the mysql source database.
|
||||
Network port of the MySQL source database.
|
||||
|
||||
This flag argument must be specified if any of the other arguments in
|
||||
this group are specified.
|
||||
|
|
@ -195,6 +201,40 @@ OPTIONAL FLAGS
|
|||
This flag argument must be specified if any of the other arguments in
|
||||
this group are specified.
|
||||
|
||||
--postgresql-database=POSTGRESQL_DATABASE
|
||||
Database service for the PostgreSQL connection.
|
||||
|
||||
This flag argument must be specified if any of the other arguments in
|
||||
this group are specified.
|
||||
|
||||
--postgresql-hostname=POSTGRESQL_HOSTNAME
|
||||
IP or hostname of the PostgreSQL source database.
|
||||
|
||||
This flag argument must be specified if any of the other arguments in
|
||||
this group are specified.
|
||||
|
||||
--postgresql-port=POSTGRESQL_PORT
|
||||
Network port of the PostgreSQL source database.
|
||||
|
||||
This flag argument must be specified if any of the other arguments in
|
||||
this group are specified.
|
||||
|
||||
--postgresql-username=POSTGRESQL_USERNAME
|
||||
Username Datastream will use to connect to the database.
|
||||
|
||||
This flag argument must be specified if any of the other arguments in
|
||||
this group are specified.
|
||||
|
||||
Exactly one of these must be specified:
|
||||
|
||||
--postgresql-password=POSTGRESQL_PASSWORD
|
||||
Password for the user that Datastream will be using to connect to
|
||||
the database. This field is not returned on request, and the value
|
||||
is encrypted when stored in Datastream.
|
||||
|
||||
--postgresql-prompt-for-password
|
||||
Prompt for the password used to connect to the database.
|
||||
|
||||
At most one of these can be specified:
|
||||
|
||||
Private connection resource - Resource ID of the private connection.
|
||||
|
|
|
|||
|
|
@ -7,7 +7,8 @@ SYNOPSIS
|
|||
(--connection-profile-name=CONNECTION_PROFILE_NAME
|
||||
: --connection-profile-object-file=CONNECTION_PROFILE_OBJECT_FILE)
|
||||
[--mysql-rdbms-file=MYSQL_RDBMS_FILE
|
||||
| --oracle-rdbms-file=ORACLE_RDBMS_FILE]
|
||||
| --oracle-rdbms-file=ORACLE_RDBMS_FILE
|
||||
| --postgresql-rdbms-file=POSTGRESQL_RDBMS_FILE]
|
||||
[--recursive | --recursive-depth=RECURSIVE_DEPTH]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
|
|
@ -81,10 +82,15 @@ OPTIONAL FLAGS
|
|||
the flag the file content will be read from stdin.
|
||||
|
||||
--oracle-rdbms-file=ORACLE_RDBMS_FILE
|
||||
Path to a YAML (or JSON) file containing the ORACLE RDBMS to enrich
|
||||
Path to a YAML (or JSON) file containing the Oracle RDBMS to enrich
|
||||
with child data objects and metadata. If you pass - as the value of
|
||||
the flag the file content will be read from stdin.
|
||||
|
||||
--postgresql-rdbms-file=POSTGRESQL_RDBMS_FILE
|
||||
Path to a YAML (or JSON) file containing the PostgreSQL RDBMS to
|
||||
enrich with child data objects and metadata. If you pass - as the
|
||||
value of the flag the file content will be read from stdin.
|
||||
|
||||
At most one of these can be specified:
|
||||
|
||||
--recursive
|
||||
|
|
|
|||
|
|
@ -15,7 +15,13 @@ SYNOPSIS
|
|||
--ca-certificate=CA_CERTIFICATE
|
||||
--client-certificate=CLIENT_CERTIFICATE
|
||||
--client-key=CLIENT_KEY --mysql-password=MYSQL_PASSWORD
|
||||
| --mysql-prompt-for-password]
|
||||
| --mysql-prompt-for-password
|
||||
| --postgresql-database=POSTGRESQL_DATABASE
|
||||
--postgresql-hostname=POSTGRESQL_HOSTNAME
|
||||
--postgresql-port=POSTGRESQL_PORT
|
||||
--postgresql-username=POSTGRESQL_USERNAME
|
||||
--postgresql-password=POSTGRESQL_PASSWORD
|
||||
| --postgresql-prompt-for-password]
|
||||
[--clear-labels | --remove-labels=[KEY,...]]
|
||||
[--private-connection-name=PRIVATE_CONNECTION_NAME : --no-connectivity
|
||||
| --static-ip-connectivity
|
||||
|
|
@ -42,7 +48,7 @@ EXAMPLES
|
|||
--oracle-port=1521 --database-service=ORCL \
|
||||
--static-ip-connectivity
|
||||
|
||||
To update a connection profile for Mysql:
|
||||
To update a connection profile for MySQL:
|
||||
|
||||
$ gcloud beta datastream connection-profiles update \
|
||||
CONNECTION_PROFILE --location=us-central1 --type=mysql \
|
||||
|
|
@ -87,7 +93,7 @@ POSITIONAL ARGUMENTS
|
|||
|
||||
REQUIRED FLAGS
|
||||
--type=TYPE
|
||||
Type can be MYSQL, ORACLE, GOOGLE-CLOUD-STORAGE or BIGQUERY
|
||||
Type can be MYSQL, ORACLE, POSTGRESQL, GOOGLE-CLOUD-STORAGE or BIGQUERY
|
||||
|
||||
OPTIONAL FLAGS
|
||||
--display-name=DISPLAY_NAME
|
||||
|
|
@ -134,10 +140,10 @@ OPTIONAL FLAGS
|
|||
Prompt for the password used to connect to the database.
|
||||
|
||||
--mysql-hostname=MYSQL_HOSTNAME
|
||||
IP or hostname of the mysql source database.
|
||||
IP or hostname of the MySQL source database.
|
||||
|
||||
--mysql-port=MYSQL_PORT
|
||||
Network port of the mysql source database.
|
||||
Network port of the MySQL source database.
|
||||
|
||||
--mysql-username=MYSQL_USERNAME
|
||||
Username Datastream will use to connect to the database.
|
||||
|
|
@ -165,6 +171,28 @@ OPTIONAL FLAGS
|
|||
--mysql-prompt-for-password
|
||||
Prompt for the password used to connect to the database.
|
||||
|
||||
--postgresql-database=POSTGRESQL_DATABASE
|
||||
Database service for the PostgreSQL connection.
|
||||
|
||||
--postgresql-hostname=POSTGRESQL_HOSTNAME
|
||||
IP or hostname of the PostgreSQL source database.
|
||||
|
||||
--postgresql-port=POSTGRESQL_PORT
|
||||
Network port of the PostgreSQL source database.
|
||||
|
||||
--postgresql-username=POSTGRESQL_USERNAME
|
||||
Username Datastream will use to connect to the database.
|
||||
|
||||
At most one of these can be specified:
|
||||
|
||||
--postgresql-password=POSTGRESQL_PASSWORD
|
||||
Password for the user that Datastream will be using to connect to
|
||||
the database. This field is not returned on request, and the value
|
||||
is encrypted when stored in Datastream.
|
||||
|
||||
--postgresql-prompt-for-password
|
||||
Prompt for the password used to connect to the database.
|
||||
|
||||
At most one of these can be specified:
|
||||
|
||||
--clear-labels
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue