state property

String? state
getter/setter pair

The state of the migration job object. Possible string values are:

  • "STATE_UNSPECIFIED" : The state of the migration job object is unknown.
  • "NOT_STARTED" : The migration job object is not started.
  • "RUNNING" : The migration job object is running.
  • "STOPPING" : The migration job object is being stopped.
  • "STOPPED" : The migration job object is currently stopped.
  • "RESTARTING" : The migration job object is restarting.
  • "FAILED" : The migration job object failed.
  • "REMOVING" : The migration job object is deleting.
  • "NOT_SELECTED" : The migration job object is not selected for migration.
  • "COMPLETED" : The migration job object is completed.

Implementation

core.String? state;