34 lines
950 B
YAML
34 lines
950 B
YAML
- release_tracks: [ALPHA, GA]
|
|
help_text:
|
|
brief: |
|
|
Resume a Database Migration Service migration job.
|
|
description: |
|
|
Resume a Database Migration Service migration job.
|
|
examples: |
|
|
To resume a migration job:
|
|
|
|
$ {command} MIGRATION_JOB --region=us-central1
|
|
|
|
request:
|
|
collection: datamigration.projects.locations.migrationJobs
|
|
GA:
|
|
api_version: v1
|
|
ALPHA:
|
|
api_version: v1alpha2
|
|
method: resume
|
|
|
|
arguments:
|
|
resource:
|
|
help_text: |
|
|
Migration job resource - Cloud Database Migration Service migration job to resume.
|
|
spec: !REF googlecloudsdk.command_lib.database_migration.resources:migration_job
|
|
|
|
params:
|
|
- arg_name: skip-validation
|
|
release_tracks: [GA]
|
|
GA:
|
|
api_field: resumeMigrationJobRequest.skipValidation
|
|
required: false
|
|
help_text: |
|
|
Resume the migration job without running prior configuration verification.
|