1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 06:47:12 +00:00

gcloud: Wed Jul 13 09:59:37 UTC 2022

This commit is contained in:
Automated 2022-07-13 09:59:38 +00:00
parent cf5ab60e4a
commit 879929cbc6
Failed to extract signature
323 changed files with 7203 additions and 4178 deletions

View file

@ -5,8 +5,8 @@ NAME
SYNOPSIS
gcloud datastream connection-profiles create
(CONNECTION_PROFILE : --location=LOCATION) --display-name=DISPLAY_NAME
--type=TYPE
([--bucket=BUCKET : --root-path=ROOT_PATH]
--type=TYPE [--force] [--labels=[KEY=VALUE,...]]
[[--bucket=BUCKET : --root-path=ROOT_PATH]
| --database-service=DATABASE_SERVICE
--oracle-hostname=ORACLE_HOSTNAME --oracle-port=ORACLE_PORT
--oracle-username=ORACLE_USERNAME (--oracle-password=ORACLE_PASSWORD
@ -14,8 +14,7 @@ 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])
[--force] [--labels=[KEY=VALUE,...]]
--client-certificate=CLIENT_CERTIFICATE --client-key=CLIENT_KEY]]
[--private-connection=PRIVATE_CONNECTION : --static-ip-connectivity
| [--forward-ssh-hostname=FORWARD_SSH_HOSTNAME
--forward-ssh-username=FORWARD_SSH_USERNAME
@ -52,6 +51,11 @@ EXAMPLES
--bucket=fake-bucket --root-path=/root/path \
--display-name=my-profile
To create a connection profile for BigQuery:
$ gcloud datastream connection-profiles create CONNECTION_PROFILE \
--location=us-central1 --type=bigquery --display-name=my-profile
POSITIONAL ARGUMENTS
Connection profile resource - The connection profile to create. The
arguments in this group can be used to specify the attributes of this
@ -84,9 +88,21 @@ REQUIRED FLAGS
Friendly name for the connection profile.
--type=TYPE
Type can be MYSQL, ORACLE or GOOGLE-CLOUD-STORAGE
Type can be MYSQL, ORACLE, GOOGLE-CLOUD-STORAGE or BIGQUERY
Exactly one of these must be specified:
OPTIONAL FLAGS
--force
Create the connection profile without validating it.
--labels=[KEY=VALUE,...]
List of label KEY=VALUE pairs to add.
Keys must start with a lowercase character and contain only hyphens
(-), underscores (_), lowercase characters, and numbers. Values must
contain only hyphens (-), underscores (_), lowercase characters, and
numbers.
At most one of these can be specified:
--bucket=BUCKET
The full project and resource path for Cloud Storage bucket including
@ -182,18 +198,6 @@ REQUIRED FLAGS
This flag must be specified if any of the other arguments in this
group are specified.
OPTIONAL FLAGS
--force
Create the connection profile without validating it.
--labels=[KEY=VALUE,...]
List of label KEY=VALUE pairs to add.
Keys must start with a lowercase character and contain only hyphens
(-), underscores (_), lowercase characters, and numbers. Values must
contain only hyphens (-), underscores (_), lowercase characters, and
numbers.
At most one of these can be specified:
Private connection resource - Resource ID of the private connection.