MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutputMigrationLevelResponse

data class MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutputMigrationLevelResponse(val endedOn: String, val id: String, val resultType: String, val sourceServer: String, val sourceServerType: String, val sourceServerVersion: String, val startedOn: String, val state: String, val targetServer: String, val targetServerType: String, val targetServerVersion: String)

Constructors

constructor(endedOn: String, id: String, resultType: String, sourceServer: String, sourceServerType: String, sourceServerVersion: String, startedOn: String, state: String, targetServer: String, targetServerType: 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 type.

Link copied to clipboard

Source server version

Link copied to clipboard

Migration start time

Link copied to clipboard

Migration status

Link copied to clipboard

Target server name

Link copied to clipboard

Target server type.

Link copied to clipboard

Target server version