Cloud Database Migration Service V1 API - Module Google::Cloud::CloudDMS::V1::MigrationJob::State (v0.8.0)

Reference documentation and code samples for the Cloud Database Migration Service V1 API module Google::Cloud::CloudDMS::V1::MigrationJob::State.

The current migration job states.

Constants

STATE_UNSPECIFIED

value: 0
The state of the migration job is unknown.

MAINTENANCE

value: 1
The migration job is down for maintenance.

DRAFT

value: 2
The migration job is in draft mode and no resources are created.

CREATING

value: 3
The migration job is being created.

NOT_STARTED

value: 4
The migration job is created and not started.

RUNNING

value: 5
The migration job is running.

FAILED

value: 6
The migration job failed.

COMPLETED

value: 7
The migration job has been completed.

DELETING

value: 8
The migration job is being deleted.

STOPPING

value: 9
The migration job is being stopped.

STOPPED

value: 10
The migration job is currently stopped.

DELETED

value: 11
The migration job has been deleted.

UPDATING

value: 12
The migration job is being updated.

STARTING

value: 13
The migration job is starting.

RESTARTING

value: 14
The migration job is restarting.

RESUMING

value: 15
The migration job is resuming.