MigrateOracleAzureDbPostgreSqlSyncTaskOutputMigrationLevelResponse

data class MigrateOracleAzureDbPostgreSqlSyncTaskOutputMigrationLevelResponse(val endedOn: String, val id: String, val resultType: String, val sourceServer: String, val sourceServerVersion: String, val startedOn: String, val targetServer: String, val targetServerVersion: String)

Constructors

constructor(endedOn: String, id: String, resultType: String, sourceServer: String, sourceServerVersion: String, startedOn: String, targetServer: String, targetServerVersion: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Migration end time

Link copied to clipboard
val id: String

Result identifier

Link copied to clipboard

Result type Expected value is 'MigrationLevelOutput'.

Link copied to clipboard

Source server name

Link copied to clipboard

Source server version

Link copied to clipboard

Migration start time

Link copied to clipboard

Target server name

Link copied to clipboard

Target server version