mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 23:08:48 +00:00
gcloud: Thu Jun 2 08:41:25 UTC 2022
This commit is contained in:
parent
5b5ff68a0d
commit
82063cbb03
153 changed files with 3508 additions and 223 deletions
|
|
@ -6,7 +6,7 @@ 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,...]]
|
||||
[--dump-path=DUMP_PATH] [--labels=[KEY=VALUE,...]] [--sync]
|
||||
[--peer-vpc=PEER_VPC | --static-ip
|
||||
| [--vm-ip=VM_IP --vm-port=VM_PORT --vpc=VPC : --vm=VM]]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
|
@ -106,6 +106,9 @@ 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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue