StrategyOption

Information about all the available strategy options for migrating and modernizing an application component.

Types

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

Properties

Link copied to clipboard

Indicates if a specific strategy is preferred for the application component.

Link copied to clipboard

Type of transformation. For example, Rehost, Replatform, and so on.

Link copied to clipboard

Destination information about where the application component can migrate to. For example, EC2, ECS, and so on.

Link copied to clipboard

The name of the tool that can be used to transform an application component using this strategy.

Functions

Link copied to clipboard
inline fun copy(block: StrategyOption.Builder.() -> Unit = {}): StrategyOption
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