Enum MigratingVm.Types.State (2.1.0)

public enum State

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

Namespace

Google.Cloud.VMMigration.V1

Assembly

Google.Cloud.VMMigration.V1.dll

Fields

NameDescription
Active

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

Cutover

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

CuttingOver

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

Error

The replication process encountered an unrecoverable error and was aborted.

Finalized

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

Finalizing

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

FinalSync

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

FirstSync

Migration is going through the first sync cycle.

Paused

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

Pending

The VM in the source is being verified.

Ready

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

Unspecified

The state was not sampled by the health checks yet.