MigrateMySqlAzureDbForMySqlOfflineTaskInputArgs

data class MigrateMySqlAzureDbForMySqlOfflineTaskInputArgs(val encryptedKeyForSecureFields: Output<String>? = null, val makeSourceServerReadOnly: Output<Boolean>? = null, val optionalAgentSettings: Output<Map<String, String>>? = null, val selectedDatabases: Output<List<MigrateMySqlAzureDbForMySqlOfflineDatabaseInputArgs>>, val sourceConnectionInfo: Output<MySqlConnectionInfoArgs>, val startedOn: Output<String>? = null, val targetConnectionInfo: Output<MySqlConnectionInfoArgs>) : ConvertibleToJava<MigrateMySqlAzureDbForMySqlOfflineTaskInputArgs>

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

Constructors

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

Properties

Link copied to clipboard
val encryptedKeyForSecureFields: Output<String>? = null

encrypted key for secure fields

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

Setting to set the source server read only

Link copied to clipboard
val optionalAgentSettings: Output<Map<String, String>>? = null

Optional parameters for fine tuning the data transfer rate during migration

Link copied to clipboard
Link copied to clipboard

Connection information for source MySQL

Link copied to clipboard
val startedOn: Output<String>? = null

Parameter to specify when the migration started

Link copied to clipboard

Connection information for target Azure Database for MySQL

Functions

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