MigratePostgreSqlAzureDbForPostgreSqlSyncTaskPropertiesArgs

data class MigratePostgreSqlAzureDbForPostgreSqlSyncTaskPropertiesArgs(val clientData: Output<Map<String, String>>? = null, val createdOn: Output<String>? = null, val input: Output<MigratePostgreSqlAzureDbForPostgreSqlSyncTaskInputArgs>? = null, val isCloneable: Output<Boolean>? = null, val taskId: Output<String>? = null, val taskType: Output<String>) : ConvertibleToJava<MigratePostgreSqlAzureDbForPostgreSqlSyncTaskPropertiesArgs>

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

Constructors

constructor(clientData: Output<Map<String, String>>? = null, createdOn: Output<String>? = null, input: Output<MigratePostgreSqlAzureDbForPostgreSqlSyncTaskInputArgs>? = null, isCloneable: Output<Boolean>? = null, taskId: Output<String>? = null, taskType: Output<String>)

Properties

Link copied to clipboard
val clientData: Output<Map<String, String>>? = null

Key value pairs of client data to attach meta data information to task

Link copied to clipboard
val createdOn: Output<String>? = null

DateTime in UTC when the task was created

Link copied to clipboard
Link copied to clipboard
val isCloneable: Output<Boolean>? = null

whether the task can be cloned or not

Link copied to clipboard
val taskId: Output<String>? = null

task id

Link copied to clipboard
val taskType: Output<String>

Task type. Expected value is 'Migrate.PostgreSql.AzureDbForPostgreSql.SyncV2'.

Functions

Link copied to clipboard
open override fun toJava(): MigratePostgreSqlAzureDbForPostgreSqlSyncTaskPropertiesArgs