public enum MigratingVm.Types.State
Reference documentation and code samples for the VM Migration v1 API enum MigratingVm.Types.State.
The possible values of the state/health of source VM.
Namespace
Google.Cloud.VMMigration.V1Assembly
Google.Cloud.VMMigration.V1.dll
Fields |
|
---|---|
Name | Description |
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. |
FinalSync |
A cutover job is active and replication cycle is running the final sync. |
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. |
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. |