1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 14:56:05 +00:00

gcloud: Wed May 4 09:15:29 UTC 2022

This commit is contained in:
Automated 2022-05-04 09:15:29 +00:00
parent 532fac5ddb
commit 5e0446371a
160 changed files with 5232 additions and 171 deletions

View file

@ -18,7 +18,7 @@ DESCRIPTION
Create a Datastream stream
EXAMPLES
To create a stream with an Oracle source and Google Cloud Storage
To create a stream with an Oracle source and a Google Cloud Storage
destination:
$ gcloud datastream streams create STREAM --location=us-central1 \
@ -27,8 +27,8 @@ EXAMPLES
--destination=destination \
--gcs-destination-config=destination_config.json --backfill-none
To create a connection profile for Mysql with a backfill all strategy that
contains some excluded objects:
To create a stream with a MySQL source and a Cloud Storage destination and
that excludes some objects from being backfilled:
$ gcloud datastream streams create STREAM --location=us-central1 \
--display-name=my-stream --source=source \