state property

String? state
getter/setter pair

State of the MigratingVm.

Output only. Possible string values are:

  • "STATE_UNSPECIFIED" : The state was not sampled by the health checks yet.
  • "PENDING" : The VM in the source is being verified.
  • "READY" : The source VM was verified, and it's ready to start replication.
  • "FIRST_SYNC" : Migration is going through the first sync cycle.
  • "ACTIVE" : The replication is active, and it's running or scheduled to run.
  • "CUTTING_OVER" : The source VM is being turned off, and a final replication is currently running.
  • "CUTOVER" : The source VM was stopped and replicated. The replication is currently paused.
  • "FINAL_SYNC" : A cutover job is active and replication cycle is running the final sync.
  • "PAUSED" : The replication was paused by the user and no cycles are scheduled to run.
  • "FINALIZING" : The migrating VM is being finalized and migration resources are being removed.
  • "FINALIZED" : The replication process is done. The migrating VM is finalized and no longer consumes billable resources.
  • "ERROR" : The replication process encountered an unrecoverable error and was aborted.

Implementation

core.String? state;