Enum MigratingVm.State (0.15.0)

public enum MigratingVm.State extends Enum<MigratingVm.State> implements ProtocolMessageEnum

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

Protobuf enum google.events.cloud.vmmigration.v1.MigratingVm.State

Implements

ProtocolMessageEnum

Static Fields

NameDescription
ACTIVE

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

ACTIVE = 4;

ACTIVE_VALUE

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

ACTIVE = 4;

CUTOVER

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

CUTOVER = 8;

CUTOVER_VALUE

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

CUTOVER = 8;

CUTTING_OVER

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

CUTTING_OVER = 7;

CUTTING_OVER_VALUE

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

CUTTING_OVER = 7;

ERROR

The replication process encountered an unrecoverable error and was aborted.

ERROR = 13;

ERROR_VALUE

The replication process encountered an unrecoverable error and was aborted.

ERROR = 13;

FINALIZED

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

FINALIZED = 12;

FINALIZED_VALUE

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

FINALIZED = 12;

FINALIZING

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

FINALIZING = 11;

FINALIZING_VALUE

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

FINALIZING = 11;

FINAL_SYNC

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

FINAL_SYNC = 9;

FINAL_SYNC_VALUE

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

FINAL_SYNC = 9;

FIRST_SYNC

Migration is going through the first sync cycle.

FIRST_SYNC = 3;

FIRST_SYNC_VALUE

Migration is going through the first sync cycle.

FIRST_SYNC = 3;

PAUSED

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

PAUSED = 10;

PAUSED_VALUE

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

PAUSED = 10;

PENDING

The VM in the source is being verified.

PENDING = 1;

PENDING_VALUE

The VM in the source is being verified.

PENDING = 1;

READY

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

READY = 2;

READY_VALUE

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

READY = 2;

STATE_UNSPECIFIED

The state was not sampled by the health checks yet.

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

The state was not sampled by the health checks yet.

STATE_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()