Connect To Target Azure Db For Postgre Sql Sync Task Properties Response
data class ConnectToTargetAzureDbForPostgreSqlSyncTaskPropertiesResponse(val clientData: Map<String, String>? = null, val commands: List<Either<MigrateMISyncCompleteCommandPropertiesResponse, MigrateSyncCompleteCommandPropertiesResponse>>, val errors: List<ODataErrorResponse>, val input: ConnectToTargetAzureDbForPostgreSqlSyncTaskInputResponse? = null, val output: List<ConnectToTargetAzureDbForPostgreSqlSyncTaskOutputResponse>, val state: String, val taskType: String)
Properties for the task that validates connection to Azure Database For PostgreSQL server and target server requirements for online migration
Constructors
Link copied to clipboard
fun ConnectToTargetAzureDbForPostgreSqlSyncTaskPropertiesResponse(clientData: Map<String, String>? = null, commands: List<Either<MigrateMISyncCompleteCommandPropertiesResponse, MigrateSyncCompleteCommandPropertiesResponse>>, errors: List<ODataErrorResponse>, input: ConnectToTargetAzureDbForPostgreSqlSyncTaskInputResponse? = null, output: List<ConnectToTargetAzureDbForPostgreSqlSyncTaskOutputResponse>, state: String, taskType: String)
Types
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard