Enum CutoverJob.State (0.15.0)

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

Possible states of the cutover job.

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

Implements

ProtocolMessageEnum

Static Fields

NameDescription
ACTIVE

The cutover job is active and running.

ACTIVE = 6;

ACTIVE_VALUE

The cutover job is active and running.

ACTIVE = 6;

ADAPTING_OS

OS adaptation is running as part of the cutover job to generate license.

ADAPTING_OS = 7;

ADAPTING_OS_VALUE

OS adaptation is running as part of the cutover job to generate license.

ADAPTING_OS = 7;

CANCELLED

The cutover job was cancelled.

CANCELLED = 4;

CANCELLED_VALUE

The cutover job was cancelled.

CANCELLED = 4;

CANCELLING

The cutover job is being cancelled.

CANCELLING = 5;

CANCELLING_VALUE

The cutover job is being cancelled.

CANCELLING = 5;

FAILED

The cutover job finished with errors.

FAILED = 2;

FAILED_VALUE

The cutover job finished with errors.

FAILED = 2;

PENDING

The cutover job has not yet started.

PENDING = 1;

PENDING_VALUE

The cutover job has not yet started.

PENDING = 1;

STATE_UNSPECIFIED

The state is unknown. This is used for API compatibility only and is not used by the system.

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

The state is unknown. This is used for API compatibility only and is not used by the system.

STATE_UNSPECIFIED = 0;

SUCCEEDED

The cutover job finished successfully.

SUCCEEDED = 3;

SUCCEEDED_VALUE

The cutover job finished successfully.

SUCCEEDED = 3;

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