ConnectToSourceMySqlTaskInputArgs

data class ConnectToSourceMySqlTaskInputArgs(val checkPermissionsGroup: Output<Either<String, ServerLevelPermissionsGroup>>? = null, val isOfflineMigration: Output<Boolean>? = null, val sourceConnectionInfo: Output<MySqlConnectionInfoArgs>, val targetPlatform: Output<Either<String, MySqlTargetPlatformType>>? = null) : ConvertibleToJava<ConnectToSourceMySqlTaskInputArgs>

Input for the task that validates MySQL database connection

Constructors

Link copied to clipboard
constructor(checkPermissionsGroup: Output<Either<String, ServerLevelPermissionsGroup>>? = null, isOfflineMigration: Output<Boolean>? = null, sourceConnectionInfo: Output<MySqlConnectionInfoArgs>, targetPlatform: Output<Either<String, MySqlTargetPlatformType>>? = null)

Properties

Link copied to clipboard

Permission group for validations

Link copied to clipboard
val isOfflineMigration: Output<Boolean>? = null

Flag for whether or not the migration is offline

Link copied to clipboard

Information for connecting to MySQL source

Link copied to clipboard
val targetPlatform: Output<Either<String, MySqlTargetPlatformType>>? = null

Target Platform for the migration

Functions

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