mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 10:35:03 +00:00
62 lines
1.5 KiB
Text
62 lines
1.5 KiB
Text
NAME
|
|
gcloud database-migration migration-jobs - manage Database Migration
|
|
Service migration jobs
|
|
|
|
SYNOPSIS
|
|
gcloud database-migration migration-jobs COMMAND [GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
Commands for managing Database Migration Service migration jobs.
|
|
|
|
GCLOUD WIDE FLAGS
|
|
These flags are available to all commands: --help.
|
|
|
|
Run $ gcloud help for details.
|
|
|
|
COMMANDS
|
|
COMMAND is one of the following:
|
|
|
|
create
|
|
Create a Database Migration Service migration job.
|
|
|
|
delete
|
|
Delete a Database Migration Service migration job.
|
|
|
|
demote-destination
|
|
Demote a destination of a Database Migration Service migration job.
|
|
|
|
describe
|
|
Show details about a Database Migration Service migration job.
|
|
|
|
generate-ssh-script
|
|
Generate a SSH script for a Database Migration Service migration job.
|
|
|
|
list
|
|
List Database Migration Service migration jobs.
|
|
|
|
promote
|
|
Promote a Database Migration Service migration job.
|
|
|
|
restart
|
|
Restart a Database Migration Service migration job.
|
|
|
|
resume
|
|
Resume a Database Migration Service migration job.
|
|
|
|
start
|
|
Start a Database Migration Service migration job.
|
|
|
|
stop
|
|
Stop a Database Migration Service migration job.
|
|
|
|
update
|
|
Update a Database Migration Service migration job.
|
|
|
|
verify
|
|
Verify a Database Migration Service migration job.
|
|
|
|
NOTES
|
|
This variant is also available:
|
|
|
|
$ gcloud alpha database-migration migration-jobs
|
|
|