ConnectToTargetAzureDbForMySqlTaskInputResponse

data class ConnectToTargetAzureDbForMySqlTaskInputResponse(val isOfflineMigration: Boolean? = null, val sourceConnectionInfo: MySqlConnectionInfoResponse, val targetConnectionInfo: MySqlConnectionInfoResponse)

Input for the task that validates connection to Azure Database for MySQL and target server requirements

Constructors

constructor(isOfflineMigration: Boolean? = null, sourceConnectionInfo: MySqlConnectionInfoResponse, targetConnectionInfo: MySqlConnectionInfoResponse)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Flag for whether or not the migration is offline

Link copied to clipboard

Connection information for source MySQL server

Link copied to clipboard

Connection information for target Azure Database for MySQL server