Enum MigrationJob.State (2.7.0)

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

The current migration job states.

Protobuf enum google.cloud.clouddms.v1.MigrationJob.State

Implements

ProtocolMessageEnum

Static Fields

NameDescription
COMPLETED

The migration job has been completed.

COMPLETED = 7;

COMPLETED_VALUE

The migration job has been completed.

COMPLETED = 7;

CREATING

The migration job is being created.

CREATING = 3;

CREATING_VALUE

The migration job is being created.

CREATING = 3;

DELETED

The migration job has been deleted.

DELETED = 11;

DELETED_VALUE

The migration job has been deleted.

DELETED = 11;

DELETING

The migration job is being deleted.

DELETING = 8;

DELETING_VALUE

The migration job is being deleted.

DELETING = 8;

DRAFT

The migration job is in draft mode and no resources are created.

DRAFT = 2;

DRAFT_VALUE

The migration job is in draft mode and no resources are created.

DRAFT = 2;

FAILED

The migration job failed.

FAILED = 6;

FAILED_VALUE

The migration job failed.

FAILED = 6;

MAINTENANCE

The migration job is down for maintenance.

MAINTENANCE = 1;

MAINTENANCE_VALUE

The migration job is down for maintenance.

MAINTENANCE = 1;

NOT_STARTED

The migration job is created and not started.

NOT_STARTED = 4;

NOT_STARTED_VALUE

The migration job is created and not started.

NOT_STARTED = 4;

RESTARTING

The migration job is restarting.

RESTARTING = 14;

RESTARTING_VALUE

The migration job is restarting.

RESTARTING = 14;

RESUMING

The migration job is resuming.

RESUMING = 15;

RESUMING_VALUE

The migration job is resuming.

RESUMING = 15;

RUNNING

The migration job is running.

RUNNING = 5;

RUNNING_VALUE

The migration job is running.

RUNNING = 5;

STARTING

The migration job is starting.

STARTING = 13;

STARTING_VALUE

The migration job is starting.

STARTING = 13;

STATE_UNSPECIFIED

The state of the migration job is unknown.

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

The state of the migration job is unknown.

STATE_UNSPECIFIED = 0;

STOPPED

The migration job is currently stopped.

STOPPED = 10;

STOPPED_VALUE

The migration job is currently stopped.

STOPPED = 10;

STOPPING

The migration job is being stopped.

STOPPING = 9;

STOPPING_VALUE

The migration job is being stopped.

STOPPING = 9;

UNRECOGNIZED
UPDATING

The migration job is being updated.

UPDATING = 12;

UPDATING_VALUE

The migration job is being updated.

UPDATING = 12;

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()