Connect To Target Sql Sql Db Sync Task Properties Response
data class ConnectToTargetSqlSqlDbSyncTaskPropertiesResponse(val commands: List<Either<MigrateMISyncCompleteCommandPropertiesResponse, MigrateSyncCompleteCommandPropertiesResponse>>, val errors: List<ODataErrorResponse>, val input: ConnectToTargetSqlSqlDbSyncTaskInputResponse? = null, val output: List<ConnectToTargetSqlDbTaskOutputResponse>, val state: String, val taskType: String)
Properties for the task that validates connection to SQL DB and target server requirements for online migration
Constructors
Link copied to clipboard
fun ConnectToTargetSqlSqlDbSyncTaskPropertiesResponse(commands: List<Either<MigrateMISyncCompleteCommandPropertiesResponse, MigrateSyncCompleteCommandPropertiesResponse>>, errors: List<ODataErrorResponse>, input: ConnectToTargetSqlSqlDbSyncTaskInputResponse? = null, output: List<ConnectToTargetSqlDbTaskOutputResponse>, state: String, taskType: String)
Types
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard