|
27 | 27 | from ._models_py3 import ConnectToSourceMySqlTaskInput |
28 | 28 | from ._models_py3 import ConnectToSourceMySqlTaskProperties |
29 | 29 | from ._models_py3 import ConnectToSourceNonSqlTaskOutput |
| 30 | + from ._models_py3 import ConnectToSourceOracleSyncTaskInput |
| 31 | + from ._models_py3 import ConnectToSourceOracleSyncTaskOutput |
| 32 | + from ._models_py3 import ConnectToSourceOracleSyncTaskProperties |
30 | 33 | from ._models_py3 import ConnectToSourcePostgreSqlSyncTaskInput |
31 | 34 | from ._models_py3 import ConnectToSourcePostgreSqlSyncTaskOutput |
32 | 35 | from ._models_py3 import ConnectToSourcePostgreSqlSyncTaskProperties |
|
44 | 47 | from ._models_py3 import ConnectToTargetAzureDbForPostgreSqlSyncTaskInput |
45 | 48 | from ._models_py3 import ConnectToTargetAzureDbForPostgreSqlSyncTaskOutput |
46 | 49 | from ._models_py3 import ConnectToTargetAzureDbForPostgreSqlSyncTaskProperties |
| 50 | + from ._models_py3 import ConnectToTargetOracleAzureDbForPostgreSqlSyncTaskInput |
| 51 | + from ._models_py3 import ConnectToTargetOracleAzureDbForPostgreSqlSyncTaskOutput |
| 52 | + from ._models_py3 import ConnectToTargetOracleAzureDbForPostgreSqlSyncTaskOutputDatabaseSchemaMapItem |
| 53 | + from ._models_py3 import ConnectToTargetOracleAzureDbForPostgreSqlSyncTaskProperties |
47 | 54 | from ._models_py3 import ConnectToTargetSqlDbTaskInput |
48 | 55 | from ._models_py3 import ConnectToTargetSqlDbTaskOutput |
49 | 56 | from ._models_py3 import ConnectToTargetSqlDbTaskProperties |
|
77 | 84 | from ._models_py3 import GetTdeCertificatesSqlTaskOutput |
78 | 85 | from ._models_py3 import GetTdeCertificatesSqlTaskProperties |
79 | 86 | from ._models_py3 import GetUserTablesPostgreSqlTaskInput |
| 87 | + from ._models_py3 import GetUserTablesOracleTaskInput |
| 88 | + from ._models_py3 import GetUserTablesOracleTaskOutput |
| 89 | + from ._models_py3 import GetUserTablesOracleTaskProperties |
80 | 90 | from ._models_py3 import GetUserTablesPostgreSqlTaskOutput |
81 | 91 | from ._models_py3 import GetUserTablesPostgreSqlTaskProperties |
82 | 92 | from ._models_py3 import GetUserTablesSqlSyncTaskInput |
|
102 | 112 | from ._models_py3 import MigrateMySqlAzureDbForMySqlSyncTaskOutputTableLevel |
103 | 113 | from ._models_py3 import MigrateMySqlAzureDbForMySqlSyncTaskProperties |
104 | 114 | from ._models_py3 import MigratePostgreSqlAzureDbForPostgreSqlSyncDatabaseInput |
| 115 | + from ._models_py3 import MigrateOracleAzureDbForPostgreSqlSyncTaskProperties |
| 116 | + from ._models_py3 import MigrateOracleAzureDbPostgreSqlSyncDatabaseInput |
| 117 | + from ._models_py3 import MigrateOracleAzureDbPostgreSqlSyncTaskInput |
| 118 | + from ._models_py3 import MigrateOracleAzureDbPostgreSqlSyncTaskOutput |
| 119 | + from ._models_py3 import MigrateOracleAzureDbPostgreSqlSyncTaskOutputDatabaseError |
| 120 | + from ._models_py3 import MigrateOracleAzureDbPostgreSqlSyncTaskOutputDatabaseLevel |
| 121 | + from ._models_py3 import MigrateOracleAzureDbPostgreSqlSyncTaskOutputError |
| 122 | + from ._models_py3 import MigrateOracleAzureDbPostgreSqlSyncTaskOutputMigrationLevel |
| 123 | + from ._models_py3 import MigrateOracleAzureDbPostgreSqlSyncTaskOutputTableLevel |
105 | 124 | from ._models_py3 import MigratePostgreSqlAzureDbForPostgreSqlSyncDatabaseTableInput |
106 | 125 | from ._models_py3 import MigratePostgreSqlAzureDbForPostgreSqlSyncTaskInput |
107 | 126 | from ._models_py3 import MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutput |
|
199 | 218 | from ._models_py3 import NonSqlMigrationTaskOutput |
200 | 219 | from ._models_py3 import ODataError |
201 | 220 | from ._models_py3 import OrphanedUserInfo |
| 221 | + from ._models_py3 import OracleConnectionInfo |
| 222 | + from ._models_py3 import OracleOCIDriverInfo |
202 | 223 | from ._models_py3 import PostgreSqlConnectionInfo |
203 | 224 | from ._models_py3 import Project |
204 | 225 | from ._models_py3 import ProjectFile |
|
243 | 264 | from ._models_py3 import ValidateMigrationInputSqlServerSqlMITaskProperties |
244 | 265 | from ._models_py3 import ValidateMongoDbTaskProperties |
245 | 266 | from ._models_py3 import ValidateSyncMigrationInputSqlServerTaskInput |
| 267 | + from ._models_py3 import ValidateOracleAzureDbForPostgreSqlSyncTaskProperties |
| 268 | + from ._models_py3 import ValidateOracleAzureDbPostgreSqlSyncTaskOutput |
246 | 269 | from ._models_py3 import ValidateSyncMigrationInputSqlServerTaskOutput |
247 | 270 | from ._models_py3 import ValidationError |
248 | 271 | from ._models_py3 import WaitStatistics |
|
265 | 288 | from ._models import ConnectToSourceMySqlTaskProperties |
266 | 289 | from ._models import ConnectToSourceNonSqlTaskOutput |
267 | 290 | from ._models import ConnectToSourcePostgreSqlSyncTaskInput |
| 291 | + from ._models import ConnectToSourceOracleSyncTaskInput |
| 292 | + from ._models import ConnectToSourceOracleSyncTaskOutput |
| 293 | + from ._models import ConnectToSourceOracleSyncTaskProperties |
268 | 294 | from ._models import ConnectToSourcePostgreSqlSyncTaskOutput |
269 | 295 | from ._models import ConnectToSourcePostgreSqlSyncTaskProperties |
270 | 296 | from ._models import ConnectToSourceSqlServerSyncTaskProperties |
|
282 | 308 | from ._models import ConnectToTargetAzureDbForPostgreSqlSyncTaskOutput |
283 | 309 | from ._models import ConnectToTargetAzureDbForPostgreSqlSyncTaskProperties |
284 | 310 | from ._models import ConnectToTargetSqlDbTaskInput |
| 311 | + from ._models import ConnectToTargetOracleAzureDbForPostgreSqlSyncTaskInput |
| 312 | + from ._models import ConnectToTargetOracleAzureDbForPostgreSqlSyncTaskOutput |
| 313 | + from ._models import ConnectToTargetOracleAzureDbForPostgreSqlSyncTaskOutputDatabaseSchemaMapItem |
| 314 | + from ._models import ConnectToTargetOracleAzureDbForPostgreSqlSyncTaskProperties |
285 | 315 | from ._models import ConnectToTargetSqlDbTaskOutput |
286 | 316 | from ._models import ConnectToTargetSqlDbTaskProperties |
287 | 317 | from ._models import ConnectToTargetSqlMISyncTaskInput |
|
314 | 344 | from ._models import GetTdeCertificatesSqlTaskOutput |
315 | 345 | from ._models import GetTdeCertificatesSqlTaskProperties |
316 | 346 | from ._models import GetUserTablesPostgreSqlTaskInput |
| 347 | + from ._models import GetUserTablesOracleTaskInput |
| 348 | + from ._models import GetUserTablesOracleTaskOutput |
| 349 | + from ._models import GetUserTablesOracleTaskProperties |
317 | 350 | from ._models import GetUserTablesPostgreSqlTaskOutput |
318 | 351 | from ._models import GetUserTablesPostgreSqlTaskProperties |
319 | 352 | from ._models import GetUserTablesSqlSyncTaskInput |
|
339 | 372 | from ._models import MigrateMySqlAzureDbForMySqlSyncTaskOutputTableLevel |
340 | 373 | from ._models import MigrateMySqlAzureDbForMySqlSyncTaskProperties |
341 | 374 | from ._models import MigratePostgreSqlAzureDbForPostgreSqlSyncDatabaseInput |
| 375 | + from ._models import MigrateOracleAzureDbForPostgreSqlSyncTaskProperties |
| 376 | + from ._models import MigrateOracleAzureDbPostgreSqlSyncDatabaseInput |
| 377 | + from ._models import MigrateOracleAzureDbPostgreSqlSyncTaskInput |
| 378 | + from ._models import MigrateOracleAzureDbPostgreSqlSyncTaskOutput |
| 379 | + from ._models import MigrateOracleAzureDbPostgreSqlSyncTaskOutputDatabaseError |
| 380 | + from ._models import MigrateOracleAzureDbPostgreSqlSyncTaskOutputDatabaseLevel |
| 381 | + from ._models import MigrateOracleAzureDbPostgreSqlSyncTaskOutputError |
| 382 | + from ._models import MigrateOracleAzureDbPostgreSqlSyncTaskOutputMigrationLevel |
| 383 | + from ._models import MigrateOracleAzureDbPostgreSqlSyncTaskOutputTableLevel |
342 | 384 | from ._models import MigratePostgreSqlAzureDbForPostgreSqlSyncDatabaseTableInput |
343 | 385 | from ._models import MigratePostgreSqlAzureDbForPostgreSqlSyncTaskInput |
344 | 386 | from ._models import MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutput |
|
436 | 478 | from ._models import NonSqlMigrationTaskOutput |
437 | 479 | from ._models import ODataError |
438 | 480 | from ._models import OrphanedUserInfo |
| 481 | + from ._models import OracleConnectionInfo |
| 482 | + from ._models import OracleOCIDriverInfo |
439 | 483 | from ._models import PostgreSqlConnectionInfo |
440 | 484 | from ._models import Project |
441 | 485 | from ._models import ProjectFile |
|
480 | 524 | from ._models import ValidateMigrationInputSqlServerSqlMITaskProperties |
481 | 525 | from ._models import ValidateMongoDbTaskProperties |
482 | 526 | from ._models import ValidateSyncMigrationInputSqlServerTaskInput |
| 527 | + from ._models import ValidateOracleAzureDbForPostgreSqlSyncTaskProperties |
| 528 | + from ._models import ValidateOracleAzureDbPostgreSqlSyncTaskOutput |
483 | 529 | from ._models import ValidateSyncMigrationInputSqlServerTaskOutput |
484 | 530 | from ._models import ValidationError |
485 | 531 | from ._models import WaitStatistics |
|
561 | 607 | 'ConnectToSourceMySqlTaskProperties', |
562 | 608 | 'ConnectToSourceNonSqlTaskOutput', |
563 | 609 | 'ConnectToSourcePostgreSqlSyncTaskInput', |
| 610 | + 'ConnectToSourceOracleSyncTaskInput', |
| 611 | + 'ConnectToSourceOracleSyncTaskOutput', |
| 612 | + 'ConnectToSourceOracleSyncTaskProperties', |
564 | 613 | 'ConnectToSourcePostgreSqlSyncTaskOutput', |
565 | 614 | 'ConnectToSourcePostgreSqlSyncTaskProperties', |
566 | 615 | 'ConnectToSourceSqlServerSyncTaskProperties', |
|
578 | 627 | 'ConnectToTargetAzureDbForPostgreSqlSyncTaskOutput', |
579 | 628 | 'ConnectToTargetAzureDbForPostgreSqlSyncTaskProperties', |
580 | 629 | 'ConnectToTargetSqlDbTaskInput', |
| 630 | + 'ConnectToTargetOracleAzureDbForPostgreSqlSyncTaskInput', |
| 631 | + 'ConnectToTargetOracleAzureDbForPostgreSqlSyncTaskOutput', |
| 632 | + 'ConnectToTargetOracleAzureDbForPostgreSqlSyncTaskOutputDatabaseSchemaMapItem', |
| 633 | + 'ConnectToTargetOracleAzureDbForPostgreSqlSyncTaskProperties', |
581 | 634 | 'ConnectToTargetSqlDbTaskOutput', |
582 | 635 | 'ConnectToTargetSqlDbTaskProperties', |
583 | 636 | 'ConnectToTargetSqlMISyncTaskInput', |
|
610 | 663 | 'GetTdeCertificatesSqlTaskOutput', |
611 | 664 | 'GetTdeCertificatesSqlTaskProperties', |
612 | 665 | 'GetUserTablesPostgreSqlTaskInput', |
| 666 | + 'GetUserTablesOracleTaskInput', |
| 667 | + 'GetUserTablesOracleTaskOutput', |
| 668 | + 'GetUserTablesOracleTaskProperties', |
613 | 669 | 'GetUserTablesPostgreSqlTaskOutput', |
614 | 670 | 'GetUserTablesPostgreSqlTaskProperties', |
615 | 671 | 'GetUserTablesSqlSyncTaskInput', |
|
635 | 691 | 'MigrateMySqlAzureDbForMySqlSyncTaskOutputTableLevel', |
636 | 692 | 'MigrateMySqlAzureDbForMySqlSyncTaskProperties', |
637 | 693 | 'MigratePostgreSqlAzureDbForPostgreSqlSyncDatabaseInput', |
| 694 | + 'MigrateOracleAzureDbForPostgreSqlSyncTaskProperties', |
| 695 | + 'MigrateOracleAzureDbPostgreSqlSyncDatabaseInput', |
| 696 | + 'MigrateOracleAzureDbPostgreSqlSyncTaskInput', |
| 697 | + 'MigrateOracleAzureDbPostgreSqlSyncTaskOutput', |
| 698 | + 'MigrateOracleAzureDbPostgreSqlSyncTaskOutputDatabaseError', |
| 699 | + 'MigrateOracleAzureDbPostgreSqlSyncTaskOutputDatabaseLevel', |
| 700 | + 'MigrateOracleAzureDbPostgreSqlSyncTaskOutputError', |
| 701 | + 'MigrateOracleAzureDbPostgreSqlSyncTaskOutputMigrationLevel', |
| 702 | + 'MigrateOracleAzureDbPostgreSqlSyncTaskOutputTableLevel', |
638 | 703 | 'MigratePostgreSqlAzureDbForPostgreSqlSyncDatabaseTableInput', |
639 | 704 | 'MigratePostgreSqlAzureDbForPostgreSqlSyncTaskInput', |
640 | 705 | 'MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutput', |
|
732 | 797 | 'NonSqlMigrationTaskOutput', |
733 | 798 | 'ODataError', |
734 | 799 | 'OrphanedUserInfo', |
| 800 | + 'OracleConnectionInfo', |
| 801 | + 'OracleOCIDriverInfo', |
735 | 802 | 'PostgreSqlConnectionInfo', |
736 | 803 | 'Project', |
737 | 804 | 'ProjectFile', |
|
776 | 843 | 'ValidateMigrationInputSqlServerSqlMITaskProperties', |
777 | 844 | 'ValidateMongoDbTaskProperties', |
778 | 845 | 'ValidateSyncMigrationInputSqlServerTaskInput', |
| 846 | + 'ValidateOracleAzureDbForPostgreSqlSyncTaskProperties', |
| 847 | + 'ValidateOracleAzureDbPostgreSqlSyncTaskOutput', |
779 | 848 | 'ValidateSyncMigrationInputSqlServerTaskOutput', |
780 | 849 | 'ValidationError', |
781 | 850 | 'WaitStatistics', |
|
0 commit comments