Migrate for Compute Engine V1 API - Module Google::Cloud::VMMigration::V1::MigratingVm::State (v0.2.0)

Reference documentation and code samples for the Migrate for Compute Engine V1 API module Google::Cloud::VMMigration::V1::MigratingVm::State.

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

Constants

STATE_UNSPECIFIED

value: 0
The state was not sampled by the health checks yet.

PENDING

value: 1
The VM in the source is being verified.

READY

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

FIRST_SYNC

value: 3
Migration is going through the first sync cycle.

ACTIVE

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

CUTTING_OVER

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

CUTOVER

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

FINAL_SYNC

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

PAUSED

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

FINALIZING

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

FINALIZED

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

ERROR

value: 13
The replication process encountered an unrecoverable error and was aborted.