MigrateMySqlAzureDbForMySqlOfflineTaskInputResponse

data class MigrateMySqlAzureDbForMySqlOfflineTaskInputResponse(val encryptedKeyForSecureFields: String? = null, val makeSourceServerReadOnly: Boolean? = null, val optionalAgentSettings: Map<String, String>? = null, val selectedDatabases: List<MigrateMySqlAzureDbForMySqlOfflineDatabaseInputResponse>, val sourceConnectionInfo: MySqlConnectionInfoResponse, val startedOn: String? = null, val targetConnectionInfo: MySqlConnectionInfoResponse)

Input for the task that migrates MySQL databases to Azure Database for MySQL for offline migrations

Constructors

constructor(encryptedKeyForSecureFields: String? = null, makeSourceServerReadOnly: Boolean? = null, optionalAgentSettings: Map<String, String>? = null, selectedDatabases: List<MigrateMySqlAzureDbForMySqlOfflineDatabaseInputResponse>, sourceConnectionInfo: MySqlConnectionInfoResponse, startedOn: String? = null, targetConnectionInfo: MySqlConnectionInfoResponse)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

encrypted key for secure fields

Link copied to clipboard

Setting to set the source server read only

Link copied to clipboard

Optional parameters for fine tuning the data transfer rate during migration

Link copied to clipboard

Connection information for source MySQL

Link copied to clipboard
val startedOn: String? = null

Parameter to specify when the migration started

Link copied to clipboard

Connection information for target Azure Database for MySQL