Enum DiskMigrationJob.State (1.74.0)

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

The possible values of the state/health of DiskMigrationJob.

Protobuf enum google.cloud.vmmigration.v1.DiskMigrationJob.State

Implements

ProtocolMessageEnum

Static Fields

Name Description
CANCELLED

The migration was cancelled.

CANCELLED = 6;

CANCELLED_VALUE

The migration was cancelled.

CANCELLED = 6;

CANCELLING

Migration cancellation was initiated.

CANCELLING = 5;

CANCELLING_VALUE

Migration cancellation was initiated.

CANCELLING = 5;

FAILED

The migration process encountered an unrecoverable error and was aborted.

FAILED = 7;

FAILED_VALUE

The migration process encountered an unrecoverable error and was aborted.

FAILED = 7;

READY

The initial state of the disk migration. In this state the customers can update the target details.

READY = 1;

READY_VALUE

The initial state of the disk migration. In this state the customers can update the target details.

READY = 1;

RUNNING

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

RUNNING = 3;

RUNNING_VALUE

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

RUNNING = 3;

STATE_UNSPECIFIED

The state is unspecified. This is not in use.

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

The state is unspecified. This is not in use.

STATE_UNSPECIFIED = 0;

SUCCEEDED

The migration completed successfully.

SUCCEEDED = 4;

SUCCEEDED_VALUE

The migration completed successfully.

SUCCEEDED = 4;

UNRECOGNIZED

Static Methods

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

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()