MigrationJobState

enum MigrationJobState : Enum<MigrationJobState> , ConvertibleToJava<MigrationJobState>

The current migration job state.

Entries

Link copied to clipboard

The state of the migration job is unknown.

Link copied to clipboard

The migration job is down for maintenance.

Link copied to clipboard

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

Link copied to clipboard

The migration job is being created.

Link copied to clipboard

The migration job is created and not started.

Link copied to clipboard

The migration job is running.

Link copied to clipboard

The migration job failed.

Link copied to clipboard

The migration job has been completed.

Link copied to clipboard

The migration job is being deleted.

Link copied to clipboard

The migration job is being stopped.

Link copied to clipboard

The migration job is currently stopped.

Link copied to clipboard

The migration job has been deleted.

Link copied to clipboard

The migration job is being updated.

Link copied to clipboard

The migration job is starting.

Link copied to clipboard

The migration job is restarting.

Link copied to clipboard

The migration job is resuming.

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun toJava(): MigrationJobState
Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.

Properties

Link copied to clipboard
val javaValue: MigrationJobState
Link copied to clipboard
Link copied to clipboard