Module: Google::Cloud::VMMigration::V1::MigratingVm::State

Defined in:
proto_docs/google/cloud/vmmigration/v1/vmmigration.rb

Overview

The possible values of the state/health of source VM.

Constant Summary collapse

STATE_UNSPECIFIED =

The state was not sampled by the health checks yet.

0
PENDING =

The VM in the source is being verified.

1
READY =

The source VM was verified, and it's ready to start replication.

2
FIRST_SYNC =

Migration is going through the first sync cycle.

3
ACTIVE =

The replication is active, and it's running or scheduled to run.

4
CUTTING_OVER =

The source VM is being turned off, and a final replication is currently running.

7
CUTOVER =

The source VM was stopped and replicated. The replication is currently paused.

8
FINAL_SYNC =

A cutover job is active and replication cycle is running the final sync.

9
PAUSED =

The replication was paused by the user and no cycles are scheduled to run.

10
FINALIZING =

The migrating VM is being finalized and migration resources are being removed.

11
FINALIZED =

The replication process is done. The migrating VM is finalized and no longer consumes billable resources.

12
ERROR =

The replication process encountered an unrecoverable error and was aborted.

13