MigratePostgreSqlAzureDbForPostgreSqlSyncTaskInputResponse

data class MigratePostgreSqlAzureDbForPostgreSqlSyncTaskInputResponse(val encryptedKeyForSecureFields: String? = null, val selectedDatabases: List<MigratePostgreSqlAzureDbForPostgreSqlSyncDatabaseInputResponse>, val sourceConnectionInfo: PostgreSqlConnectionInfoResponse, val startedOn: String, val targetConnectionInfo: PostgreSqlConnectionInfoResponse)

Input for the task that migrates PostgreSQL databases to Azure Database for PostgreSQL for online migrations

Constructors

constructor(encryptedKeyForSecureFields: String? = null, selectedDatabases: List<MigratePostgreSqlAzureDbForPostgreSqlSyncDatabaseInputResponse>, sourceConnectionInfo: PostgreSqlConnectionInfoResponse, startedOn: String, targetConnectionInfo: PostgreSqlConnectionInfoResponse)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

encrypted key for secure fields

Link copied to clipboard

Connection information for source PostgreSQL

Link copied to clipboard

Migration start time

Link copied to clipboard

Connection information for target Azure Database for PostgreSQL