Enum CloneJob.State (1.15.0)

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

Possible states of the clone job.

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

Implements

ProtocolMessageEnum

Static Fields

NameDescription
ACTIVE

The clone job is active and running.

ACTIVE = 2;

ACTIVE_VALUE

The clone job is active and running.

ACTIVE = 2;

ADAPTING_OS

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

ADAPTING_OS = 7;

ADAPTING_OS_VALUE

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

ADAPTING_OS = 7;

CANCELLED

The clone job was cancelled.

CANCELLED = 5;

CANCELLED_VALUE

The clone job was cancelled.

CANCELLED = 5;

CANCELLING

The clone job is being cancelled.

CANCELLING = 6;

CANCELLING_VALUE

The clone job is being cancelled.

CANCELLING = 6;

FAILED

The clone job finished with errors.

FAILED = 3;

FAILED_VALUE

The clone job finished with errors.

FAILED = 3;

PENDING

The clone job has not yet started.

PENDING = 1;

PENDING_VALUE

The clone 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 clone job finished successfully.

SUCCEEDED = 4;

SUCCEEDED_VALUE

The clone job finished successfully.

SUCCEEDED = 4;

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