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:
parent
82063cbb03
commit
28d031b3c1
240 changed files with 3156 additions and 1115 deletions
|
|
@ -5,8 +5,8 @@ NAME
|
|||
SYNOPSIS
|
||||
gcloud 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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue