MigrationTask

Represents a migration task in a migration tool.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Unique identifier that references the migration task. Do not store personal data in this field.

Link copied to clipboard

A name that identifies the vendor of the migration tool being used.

Link copied to clipboard

Information about the resource that is being migrated. This data will be used to map the task to a resource in the Application Discovery Service repository.

Link copied to clipboard
val task: Task?

Task object encapsulating task information.

Link copied to clipboard

The timestamp when the task was gathered.

Functions

Link copied to clipboard
inline fun copy(block: MigrationTask.Builder.() -> Unit = {}): MigrationTask
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String