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

gcloud: Wed Jun 8 09:13:38 UTC 2022

This commit is contained in:
Automated 2022-06-08 09:13:38 +00:00
parent 82063cbb03
commit 28d031b3c1
Failed to extract signature
240 changed files with 3156 additions and 1115 deletions

View file

@ -5,8 +5,8 @@ NAME
SYNOPSIS
gcloud alpha database-migration migration-jobs create
(MIGRATION_JOB : --region=REGION) --destination=DESTINATION
--source=SOURCE --type=TYPE [--display-name=DISPLAY_NAME]
[--dump-path=DUMP_PATH] [--labels=[KEY=VALUE,...]] [--sync]
--source=SOURCE --type=TYPE [--no-async] [--display-name=DISPLAY_NAME]
[--dump-path=DUMP_PATH] [--labels=[KEY=VALUE,...]]
[--peer-vpc=PEER_VPC | --static-ip
| [--vm-ip=VM_IP --vm-port=VM_PORT --vpc=VPC : --vm=VM]]
[GCLOUD_WIDE_FLAG ...]
@ -91,6 +91,9 @@ REQUIRED FLAGS
of: ONE_TIME, CONTINUOUS.
OPTIONAL FLAGS
--no-async
Waits for the operation in progress to complete before returning.
--display-name=DISPLAY_NAME
Friendly name for the migration job.
@ -106,9 +109,6 @@ OPTIONAL FLAGS
contain only hyphens (-), underscores (_), lowercase characters, and
numbers.
--sync
Waits for the operation in progress to complete before returning.
The connectivity method used by the migration job. If a connectivity
method isn't specified, then it isn't added to the migration job.