oci-databasemigration 2.88.2 → 2.89.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.d.ts +1 -1
- package/index.js +1 -1
- package/lib/client.d.ts +45 -96
- package/lib/client.js +144 -458
- package/lib/client.js.map +1 -1
- package/lib/databasemigration-waiter.d.ts +2 -10
- package/lib/databasemigration-waiter.js +2 -14
- package/lib/databasemigration-waiter.js.map +1 -1
- package/lib/model/a-db-dedicated-auto-create-tablespace-details.d.ts +7 -5
- package/lib/model/a-db-dedicated-auto-create-tablespace-details.js +1 -1
- package/lib/model/a-db-dedicated-auto-create-tablespace-details.js.map +1 -1
- package/lib/model/a-db-dedicated-remap-target-tablespace-details.d.ts +3 -3
- package/lib/model/a-db-dedicated-remap-target-tablespace-details.js +1 -1
- package/lib/model/a-db-serverles-tablespace-details.d.ts +3 -3
- package/lib/model/a-db-serverles-tablespace-details.js +1 -1
- package/lib/model/admin-credentials.d.ts +1 -1
- package/lib/model/admin-credentials.js +1 -1
- package/lib/model/advanced-parameter-data-types.d.ts +31 -0
- package/lib/model/advanced-parameter-data-types.js +42 -0
- package/lib/model/advanced-parameter-data-types.js.map +1 -0
- package/lib/model/advisor-report-bucket-details.d.ts +4 -4
- package/lib/model/advisor-report-bucket-details.js +1 -1
- package/lib/model/advisor-report-location-details.d.ts +3 -3
- package/lib/model/advisor-report-location-details.js +1 -1
- package/lib/model/advisor-report.d.ts +3 -3
- package/lib/model/advisor-report.js +1 -1
- package/lib/model/advisor-results.d.ts +1 -1
- package/lib/model/advisor-results.js +1 -1
- package/lib/model/change-connection-compartment-details.d.ts +3 -4
- package/lib/model/change-connection-compartment-details.js +1 -1
- package/lib/model/change-connection-compartment-details.js.map +1 -1
- package/lib/model/change-migration-compartment-details.d.ts +3 -5
- package/lib/model/change-migration-compartment-details.js +1 -1
- package/lib/model/change-migration-compartment-details.js.map +1 -1
- package/lib/model/clone-migration-details.d.ts +10 -35
- package/lib/model/clone-migration-details.js +26 -31
- package/lib/model/clone-migration-details.js.map +1 -1
- package/lib/model/compatibility-option.d.ts +48 -0
- package/lib/model/compatibility-option.js +59 -0
- package/lib/model/compatibility-option.js.map +1 -0
- package/lib/model/connection-collection.d.ts +3 -5
- package/lib/model/connection-collection.js +1 -1
- package/lib/model/connection-collection.js.map +1 -1
- package/lib/model/connection-summary.d.ts +51 -49
- package/lib/model/connection-summary.js +58 -3
- package/lib/model/connection-summary.js.map +1 -1
- package/lib/model/{database-manual-connection-sub-types.d.ts → connection-type.d.ts} +8 -7
- package/lib/model/{data-pump-job-mode.js → connection-type.js} +15 -17
- package/lib/model/connection-type.js.map +1 -0
- package/lib/model/connection.d.ts +88 -60
- package/lib/model/connection.js +47 -33
- package/lib/model/connection.js.map +1 -1
- package/lib/model/create-ad-bdedicated-auto-create-tablespace-details.d.ts +7 -5
- package/lib/model/create-ad-bdedicated-auto-create-tablespace-details.js +1 -1
- package/lib/model/create-ad-bdedicated-auto-create-tablespace-details.js.map +1 -1
- package/lib/model/create-ad-bdedicated-remap-target-tablespace-details.d.ts +3 -3
- package/lib/model/create-ad-bdedicated-remap-target-tablespace-details.js +1 -1
- package/lib/model/create-ad-bserverles-tablespace-details.d.ts +2 -2
- package/lib/model/create-ad-bserverles-tablespace-details.js +1 -1
- package/lib/model/create-admin-credentials.d.ts +1 -1
- package/lib/model/create-admin-credentials.js +1 -1
- package/lib/model/create-connection-details.d.ts +43 -43
- package/lib/model/create-connection-details.js +26 -41
- package/lib/model/create-connection-details.js.map +1 -1
- package/lib/model/create-curl-transfer-details.d.ts +1 -2
- package/lib/model/create-curl-transfer-details.js +1 -1
- package/lib/model/create-curl-transfer-details.js.map +1 -1
- package/lib/model/create-data-pump-parameters.d.ts +3 -8
- package/lib/model/create-data-pump-parameters.js +1 -1
- package/lib/model/create-data-pump-parameters.js.map +1 -1
- package/lib/model/create-directory-object.d.ts +1 -3
- package/lib/model/create-directory-object.js +1 -1
- package/lib/model/create-directory-object.js.map +1 -1
- package/lib/model/create-extract.d.ts +1 -2
- package/lib/model/create-extract.js +1 -1
- package/lib/model/create-extract.js.map +1 -1
- package/lib/model/create-golden-gate-hub-details.d.ts +46 -0
- package/lib/model/{create-dump-transfer-details.js → create-golden-gate-hub-details.js} +19 -17
- package/lib/model/create-golden-gate-hub-details.js.map +1 -0
- package/lib/model/create-host-dump-transfer-details.d.ts +2 -3
- package/lib/model/create-host-dump-transfer-details.js +1 -1
- package/lib/model/create-host-dump-transfer-details.js.map +1 -1
- package/lib/model/create-migration-details.d.ts +18 -47
- package/lib/model/create-migration-details.js +26 -73
- package/lib/model/create-migration-details.js.map +1 -1
- package/lib/model/{advisor-settings.d.ts → create-my-sql-advisor-settings.d.ts} +5 -7
- package/lib/model/create-my-sql-advisor-settings.js +29 -0
- package/lib/model/create-my-sql-advisor-settings.js.map +1 -0
- package/lib/model/{golden-gate-details.d.ts → create-my-sql-data-transfer-medium-details.d.ts} +7 -10
- package/lib/model/create-my-sql-data-transfer-medium-details.js +68 -0
- package/lib/model/create-my-sql-data-transfer-medium-details.js.map +1 -0
- package/lib/model/{connect-descriptor.d.ts → create-my-sql-ggs-deployment-details.d.ts} +10 -24
- package/lib/model/{database-link-details.js → create-my-sql-ggs-deployment-details.js} +11 -13
- package/lib/model/create-my-sql-ggs-deployment-details.js.map +1 -0
- package/lib/model/create-my-sql-initial-load-settings.d.ts +55 -0
- package/lib/model/{create-golden-gate-details.js → create-my-sql-initial-load-settings.js} +16 -14
- package/lib/model/create-my-sql-initial-load-settings.js.map +1 -0
- package/lib/model/create-my-sql-migration-details.d.ts +44 -0
- package/lib/model/create-my-sql-migration-details.js +106 -0
- package/lib/model/create-my-sql-migration-details.js.map +1 -0
- package/lib/model/create-my-sql-object-storage-data-transfer-medium-details.d.ts +25 -0
- package/lib/model/create-my-sql-object-storage-data-transfer-medium-details.js +62 -0
- package/lib/model/create-my-sql-object-storage-data-transfer-medium-details.js.map +1 -0
- package/lib/model/create-mysql-connection-details.d.ts +82 -0
- package/lib/model/create-mysql-connection-details.js +66 -0
- package/lib/model/create-mysql-connection-details.js.map +1 -0
- package/lib/model/create-non-ad-bauto-create-tablespace-details.d.ts +1 -1
- package/lib/model/create-non-ad-bauto-create-tablespace-details.js +1 -1
- package/lib/model/create-non-ad-bremap-tablespace-details.d.ts +1 -1
- package/lib/model/create-non-ad-bremap-tablespace-details.js +1 -1
- package/lib/model/create-object-store-bucket.d.ts +1 -1
- package/lib/model/create-object-store-bucket.js +1 -1
- package/lib/model/create-oci-cli-dump-transfer-details.d.ts +1 -3
- package/lib/model/create-oci-cli-dump-transfer-details.js +1 -1
- package/lib/model/create-oci-cli-dump-transfer-details.js.map +1 -1
- package/lib/model/{create-advisor-settings.d.ts → create-oracle-advisor-settings.d.ts} +5 -8
- package/lib/model/create-oracle-advisor-settings.js +29 -0
- package/lib/model/create-oracle-advisor-settings.js.map +1 -0
- package/lib/model/{aws-s3-data-transfer-medium-details.d.ts → create-oracle-aws-s3-data-transfer-medium-details.d.ts} +5 -6
- package/lib/model/{object-storage-data-transfer-medium-details.js → create-oracle-aws-s3-data-transfer-medium-details.js} +11 -11
- package/lib/model/create-oracle-aws-s3-data-transfer-medium-details.js.map +1 -0
- package/lib/model/create-oracle-connection-details.d.ts +64 -0
- package/lib/model/create-oracle-connection-details.js +54 -0
- package/lib/model/create-oracle-connection-details.js.map +1 -0
- package/lib/model/create-oracle-data-transfer-medium-details.d.ts +22 -0
- package/lib/model/create-oracle-data-transfer-medium-details.js +80 -0
- package/lib/model/create-oracle-data-transfer-medium-details.js.map +1 -0
- package/lib/model/{database-link-details.d.ts → create-oracle-db-link-data-transfer-medium-details.d.ts} +10 -8
- package/lib/model/create-oracle-db-link-data-transfer-medium-details.js +62 -0
- package/lib/model/create-oracle-db-link-data-transfer-medium-details.js.map +1 -0
- package/lib/model/{create-golden-gate-settings.d.ts → create-oracle-ggs-deployment-details.d.ts} +6 -7
- package/lib/model/{create-golden-gate-settings.js → create-oracle-ggs-deployment-details.js} +8 -8
- package/lib/model/create-oracle-ggs-deployment-details.js.map +1 -0
- package/lib/model/{create-data-pump-settings.d.ts → create-oracle-initial-load-settings.d.ts} +11 -15
- package/lib/model/{create-data-pump-settings.js → create-oracle-initial-load-settings.js} +18 -18
- package/lib/model/create-oracle-initial-load-settings.js.map +1 -0
- package/lib/model/create-oracle-migration-details.d.ts +53 -0
- package/lib/model/create-oracle-migration-details.js +116 -0
- package/lib/model/create-oracle-migration-details.js.map +1 -0
- package/lib/model/create-oracle-nfs-data-transfer-medium-details.d.ts +32 -0
- package/lib/model/{dump-transfer-details.js → create-oracle-nfs-data-transfer-medium-details.js} +23 -12
- package/lib/model/create-oracle-nfs-data-transfer-medium-details.js.map +1 -0
- package/lib/model/create-oracle-object-storage-data-transfer-medium-details.d.ts +27 -0
- package/lib/model/create-oracle-object-storage-data-transfer-medium-details.js +70 -0
- package/lib/model/create-oracle-object-storage-data-transfer-medium-details.js.map +1 -0
- package/lib/model/create-replicat.d.ts +1 -16
- package/lib/model/create-replicat.js +1 -1
- package/lib/model/create-replicat.js.map +1 -1
- package/lib/model/create-target-type-tablespace-details.d.ts +1 -2
- package/lib/model/create-target-type-tablespace-details.js +1 -1
- package/lib/model/create-target-type-tablespace-details.js.map +1 -1
- package/lib/model/curl-transfer-details.d.ts +1 -2
- package/lib/model/curl-transfer-details.js +1 -1
- package/lib/model/curl-transfer-details.js.map +1 -1
- package/lib/model/data-pump-estimate.d.ts +1 -1
- package/lib/model/data-pump-estimate.js +1 -1
- package/lib/model/data-pump-exclude-parameters.d.ts +1 -2
- package/lib/model/data-pump-exclude-parameters.js +1 -2
- package/lib/model/data-pump-exclude-parameters.js.map +1 -1
- package/lib/model/data-pump-parameters.d.ts +4 -9
- package/lib/model/data-pump-parameters.js +1 -1
- package/lib/model/data-pump-parameters.js.map +1 -1
- package/lib/model/data-pump-table-exists-action.d.ts +1 -1
- package/lib/model/data-pump-table-exists-action.js +1 -1
- package/lib/model/data-pump-tablespace-block-sizes-in-kb.d.ts +1 -2
- package/lib/model/data-pump-tablespace-block-sizes-in-kb.js +1 -2
- package/lib/model/data-pump-tablespace-block-sizes-in-kb.js.map +1 -1
- package/lib/model/{database-connection-types.d.ts → database-combination.d.ts} +8 -10
- package/lib/model/{database-connection-types.js → database-combination.js} +14 -16
- package/lib/model/database-combination.js.map +1 -0
- package/lib/model/diagnostics-result.d.ts +1 -1
- package/lib/model/diagnostics-result.js +1 -1
- package/lib/model/directory-object.d.ts +1 -1
- package/lib/model/directory-object.js +1 -1
- package/lib/model/excluded-object-summary-collection.d.ts +1 -1
- package/lib/model/excluded-object-summary-collection.js +1 -1
- package/lib/model/excluded-object-summary.d.ts +1 -1
- package/lib/model/excluded-object-summary.js +1 -1
- package/lib/model/extract-performance-profile.d.ts +1 -1
- package/lib/model/extract-performance-profile.js +1 -1
- package/lib/model/extract.d.ts +1 -2
- package/lib/model/extract.js +1 -1
- package/lib/model/extract.js.map +1 -1
- package/lib/model/ggs-deployment.d.ts +3 -6
- package/lib/model/ggs-deployment.js +1 -1
- package/lib/model/ggs-deployment.js.map +1 -1
- package/lib/model/golden-gate-hub-details.d.ts +46 -0
- package/lib/model/{golden-gate-settings.js → golden-gate-hub-details.js} +14 -8
- package/lib/model/golden-gate-hub-details.js.map +1 -0
- package/lib/model/handle-grant-errors.d.ts +33 -0
- package/lib/model/handle-grant-errors.js +44 -0
- package/lib/model/handle-grant-errors.js.map +1 -0
- package/lib/model/host-dump-transfer-details.d.ts +2 -3
- package/lib/model/host-dump-transfer-details.js +1 -1
- package/lib/model/host-dump-transfer-details.js.map +1 -1
- package/lib/model/index.d.ts +163 -121
- package/lib/model/index.js +168 -125
- package/lib/model/index.js.map +1 -1
- package/lib/model/{agent-collection.d.ts → ingress-ip-details.d.ts} +8 -11
- package/lib/model/{create-ssh-details.js → ingress-ip-details.js} +8 -8
- package/lib/model/ingress-ip-details.js.map +1 -0
- package/lib/model/job-collection.d.ts +1 -1
- package/lib/model/job-collection.js +1 -1
- package/lib/model/job-lifecycle-states.d.ts +1 -1
- package/lib/model/job-lifecycle-states.js +1 -1
- package/lib/model/job-mode-my-sql.d.ts +28 -0
- package/lib/model/job-mode-my-sql.js +39 -0
- package/lib/model/job-mode-my-sql.js.map +1 -0
- package/lib/model/{data-pump-job-mode.d.ts → job-mode-oracle.d.ts} +6 -7
- package/lib/model/job-mode-oracle.js +42 -0
- package/lib/model/job-mode-oracle.js.map +1 -0
- package/lib/model/job-output-summary-collection.d.ts +1 -1
- package/lib/model/job-output-summary-collection.js +1 -1
- package/lib/model/job-output-summary.d.ts +1 -1
- package/lib/model/job-output-summary.js +1 -1
- package/lib/model/job-phase-status.d.ts +1 -1
- package/lib/model/job-phase-status.js +1 -1
- package/lib/model/job-summary.d.ts +3 -3
- package/lib/model/job-summary.js +1 -1
- package/lib/model/job-types.d.ts +1 -1
- package/lib/model/job-types.js +1 -1
- package/lib/model/job.d.ts +3 -3
- package/lib/model/job.js +1 -1
- package/lib/model/lifecycle-states.d.ts +1 -1
- package/lib/model/lifecycle-states.js +1 -1
- package/lib/model/log-location-bucket-details.d.ts +1 -1
- package/lib/model/log-location-bucket-details.js +1 -1
- package/lib/model/metadata-remap.d.ts +1 -3
- package/lib/model/metadata-remap.js +1 -1
- package/lib/model/metadata-remap.js.map +1 -1
- package/lib/model/migration-collection.d.ts +1 -3
- package/lib/model/migration-collection.js +1 -1
- package/lib/model/migration-collection.js.map +1 -1
- package/lib/model/migration-database-target-types-update.d.ts +1 -2
- package/lib/model/migration-database-target-types-update.js +1 -2
- package/lib/model/migration-database-target-types-update.js.map +1 -1
- package/lib/model/migration-database-target-types.d.ts +1 -2
- package/lib/model/migration-database-target-types.js +1 -2
- package/lib/model/migration-database-target-types.js.map +1 -1
- package/lib/model/migration-job-progress-resource.d.ts +1 -1
- package/lib/model/migration-job-progress-resource.js +1 -1
- package/lib/model/migration-job-progress-summary.d.ts +1 -1
- package/lib/model/migration-job-progress-summary.js +1 -1
- package/lib/model/migration-lifecycle-states.d.ts +1 -2
- package/lib/model/migration-lifecycle-states.js +1 -2
- package/lib/model/migration-lifecycle-states.js.map +1 -1
- package/lib/model/migration-object-collection.d.ts +3 -14
- package/lib/model/migration-object-collection.js +26 -15
- package/lib/model/migration-object-collection.js.map +1 -1
- package/lib/model/migration-object-type-summary-collection.d.ts +1 -3
- package/lib/model/migration-object-type-summary-collection.js +1 -1
- package/lib/model/migration-object-type-summary-collection.js.map +1 -1
- package/lib/model/migration-object-type-summary.d.ts +1 -3
- package/lib/model/migration-object-type-summary.js +1 -1
- package/lib/model/migration-object-type-summary.js.map +1 -1
- package/lib/model/{agent-image-collection.d.ts → migration-parameter-base.d.ts} +12 -10
- package/lib/model/{migration-object-summary.js → migration-parameter-base.js} +8 -8
- package/lib/model/{migration-object-summary.js.map → migration-parameter-base.js.map} +1 -1
- package/lib/model/migration-parameter-details.d.ts +38 -0
- package/lib/model/{agent-summary.js → migration-parameter-details.js} +8 -8
- package/lib/model/migration-parameter-details.js.map +1 -0
- package/lib/model/migration-parameter-summary-collection.d.ts +26 -0
- package/lib/model/{agent-collection.js → migration-parameter-summary-collection.js} +10 -10
- package/lib/model/migration-parameter-summary-collection.js.map +1 -0
- package/lib/model/migration-parameter-summary.d.ts +76 -0
- package/lib/model/{agent.js → migration-parameter-summary.js} +8 -8
- package/lib/model/migration-parameter-summary.js.map +1 -0
- package/lib/model/migration-phase-collection.d.ts +1 -1
- package/lib/model/migration-phase-collection.js +1 -1
- package/lib/model/migration-phase-summary.d.ts +1 -1
- package/lib/model/migration-phase-summary.js +1 -1
- package/lib/model/migration-status.d.ts +1 -2
- package/lib/model/migration-status.js +1 -2
- package/lib/model/migration-status.js.map +1 -1
- package/lib/model/migration-summary.d.ts +17 -33
- package/lib/model/migration-summary.js +26 -11
- package/lib/model/migration-summary.js.map +1 -1
- package/lib/model/migration-types.d.ts +1 -2
- package/lib/model/migration-types.js +1 -2
- package/lib/model/migration-types.js.map +1 -1
- package/lib/model/migration.d.ts +24 -57
- package/lib/model/migration.js +26 -73
- package/lib/model/migration.js.map +1 -1
- package/lib/model/my-sql-advisor-settings.d.ts +30 -0
- package/lib/model/{advisor-settings.js → my-sql-advisor-settings.js} +8 -8
- package/lib/model/my-sql-advisor-settings.js.map +1 -0
- package/lib/model/my-sql-clone-migration-details.d.ts +24 -0
- package/lib/model/my-sql-clone-migration-details.js +54 -0
- package/lib/model/my-sql-clone-migration-details.js.map +1 -0
- package/lib/model/{data-transfer-medium-details-v2.d.ts → my-sql-data-transfer-medium-details.d.ts} +6 -7
- package/lib/model/my-sql-data-transfer-medium-details.js +68 -0
- package/lib/model/my-sql-data-transfer-medium-details.js.map +1 -0
- package/lib/model/my-sql-database-object-summary.d.ts +40 -0
- package/lib/model/my-sql-database-object-summary.js +29 -0
- package/lib/model/my-sql-database-object-summary.js.map +1 -0
- package/lib/model/{create-vault-details.d.ts → my-sql-database-object.d.ts} +13 -15
- package/lib/model/{database-credentials.js → my-sql-database-object.js} +8 -8
- package/lib/model/my-sql-database-object.js.map +1 -0
- package/lib/model/my-sql-ggs-deployment-details.d.ts +29 -0
- package/lib/model/{golden-gate-service-details.js → my-sql-ggs-deployment-details.js} +10 -12
- package/lib/model/my-sql-ggs-deployment-details.js.map +1 -0
- package/lib/model/my-sql-initial-load-settings.d.ts +55 -0
- package/lib/model/{agent-image-collection.js → my-sql-initial-load-settings.js} +14 -14
- package/lib/model/my-sql-initial-load-settings.js.map +1 -0
- package/lib/model/my-sql-migration-object-collection.d.ts +35 -0
- package/lib/model/my-sql-migration-object-collection.js +66 -0
- package/lib/model/my-sql-migration-object-collection.js.map +1 -0
- package/lib/model/{create-golden-gate-details.d.ts → my-sql-migration-summary.d.ts} +8 -9
- package/lib/model/my-sql-migration-summary.js +54 -0
- package/lib/model/my-sql-migration-summary.js.map +1 -0
- package/lib/model/my-sql-migration.d.ts +29 -0
- package/lib/model/my-sql-migration.js +82 -0
- package/lib/model/my-sql-migration.js.map +1 -0
- package/lib/model/{object-storage-data-transfer-medium-details.d.ts → my-sql-object-storage-data-transfer-medium-details.d.ts} +6 -7
- package/lib/model/my-sql-object-storage-data-transfer-medium-details.js +62 -0
- package/lib/model/my-sql-object-storage-data-transfer-medium-details.js.map +1 -0
- package/lib/model/mysql-connection-summary.d.ts +59 -0
- package/lib/model/mysql-connection-summary.js +66 -0
- package/lib/model/mysql-connection-summary.js.map +1 -0
- package/lib/model/mysql-connection.d.ts +94 -0
- package/lib/model/mysql-connection.js +102 -0
- package/lib/model/mysql-connection.js.map +1 -0
- package/lib/model/{agent-image-summary.d.ts → name-value-pair.d.ts} +10 -13
- package/lib/model/{aws-s3-details.js → name-value-pair.js} +8 -8
- package/lib/model/name-value-pair.js.map +1 -0
- package/lib/model/non-ad-bauto-create-tablespace-details.d.ts +1 -1
- package/lib/model/non-ad-bauto-create-tablespace-details.js +1 -1
- package/lib/model/non-ad-bremap-tablespace-details.d.ts +1 -1
- package/lib/model/non-ad-bremap-tablespace-details.js +1 -1
- package/lib/model/object-status.d.ts +2 -3
- package/lib/model/object-status.js +2 -3
- package/lib/model/object-status.js.map +1 -1
- package/lib/model/object-store-bucket.d.ts +1 -3
- package/lib/model/object-store-bucket.js +1 -1
- package/lib/model/object-store-bucket.js.map +1 -1
- package/lib/model/oci-cli-dump-transfer-details.d.ts +1 -3
- package/lib/model/oci-cli-dump-transfer-details.js +1 -1
- package/lib/model/oci-cli-dump-transfer-details.js.map +1 -1
- package/lib/model/odms-job-phases.d.ts +5 -3
- package/lib/model/odms-job-phases.js +5 -3
- package/lib/model/odms-job-phases.js.map +1 -1
- package/lib/model/odms-phase-actions.d.ts +1 -1
- package/lib/model/odms-phase-actions.js +1 -1
- package/lib/model/operation-status.d.ts +1 -1
- package/lib/model/operation-status.js +1 -1
- package/lib/model/operation-types.d.ts +1 -3
- package/lib/model/operation-types.js +1 -3
- package/lib/model/operation-types.js.map +1 -1
- package/lib/model/oracle-advisor-settings.d.ts +29 -0
- package/lib/model/{create-advisor-settings.js → oracle-advisor-settings.js} +8 -8
- package/lib/model/oracle-advisor-settings.js.map +1 -0
- package/lib/model/{update-aws-s3-details.d.ts → oracle-aws-s3-data-transfer-medium-details.d.ts} +9 -6
- package/lib/model/{db-link-data-transfer-medium-details.js → oracle-aws-s3-data-transfer-medium-details.js} +11 -11
- package/lib/model/oracle-aws-s3-data-transfer-medium-details.js.map +1 -0
- package/lib/model/oracle-clone-migration-details.d.ts +28 -0
- package/lib/model/oracle-clone-migration-details.js +54 -0
- package/lib/model/oracle-clone-migration-details.js.map +1 -0
- package/lib/model/oracle-connection-summary.d.ts +38 -0
- package/lib/model/oracle-connection-summary.js +54 -0
- package/lib/model/oracle-connection-summary.js.map +1 -0
- package/lib/model/oracle-connection.d.ts +69 -0
- package/lib/model/oracle-connection.js +64 -0
- package/lib/model/oracle-connection.js.map +1 -0
- package/lib/model/{database-credentials.d.ts → oracle-data-transfer-medium-details.d.ts} +7 -17
- package/lib/model/{data-transfer-medium-details-v2.js → oracle-data-transfer-medium-details.js} +20 -20
- package/lib/model/oracle-data-transfer-medium-details.js.map +1 -0
- package/lib/model/{migration-object-summary.d.ts → oracle-database-object-summary.d.ts} +11 -14
- package/lib/model/oracle-database-object-summary.js +29 -0
- package/lib/model/oracle-database-object-summary.js.map +1 -0
- package/lib/model/{database-object.d.ts → oracle-database-object.d.ts} +7 -9
- package/lib/model/{agent-image-summary.js → oracle-database-object.js} +8 -8
- package/lib/model/oracle-database-object.js.map +1 -0
- package/lib/model/{db-link-data-transfer-medium-details.d.ts → oracle-db-link-data-transfer-medium-details.d.ts} +7 -7
- package/lib/model/{nfs-data-transfer-medium-details.js → oracle-db-link-data-transfer-medium-details.js} +11 -11
- package/lib/model/oracle-db-link-data-transfer-medium-details.js.map +1 -0
- package/lib/model/{golden-gate-settings.d.ts → oracle-ggs-deployment-details.d.ts} +6 -6
- package/lib/model/{update-dump-transfer-details.js → oracle-ggs-deployment-details.js} +16 -18
- package/lib/model/oracle-ggs-deployment-details.js.map +1 -0
- package/lib/model/{data-pump-settings.d.ts → oracle-initial-load-settings.d.ts} +11 -15
- package/lib/model/{data-pump-settings.js → oracle-initial-load-settings.js} +18 -18
- package/lib/model/oracle-initial-load-settings.js.map +1 -0
- package/lib/model/oracle-migration-object-collection.d.ts +35 -0
- package/lib/model/oracle-migration-object-collection.js +66 -0
- package/lib/model/oracle-migration-object-collection.js.map +1 -0
- package/lib/model/oracle-migration-summary.d.ts +28 -0
- package/lib/model/oracle-migration-summary.js +54 -0
- package/lib/model/oracle-migration-summary.js.map +1 -0
- package/lib/model/oracle-migration.d.ts +37 -0
- package/lib/model/oracle-migration.js +92 -0
- package/lib/model/oracle-migration.js.map +1 -0
- package/lib/model/{dump-transfer-details.d.ts → oracle-nfs-data-transfer-medium-details.d.ts} +9 -7
- package/lib/model/oracle-nfs-data-transfer-medium-details.js +70 -0
- package/lib/model/oracle-nfs-data-transfer-medium-details.js.map +1 -0
- package/lib/model/{nfs-data-transfer-medium-details.d.ts → oracle-object-storage-data-transfer-medium-details.d.ts} +8 -7
- package/lib/model/oracle-object-storage-data-transfer-medium-details.js +70 -0
- package/lib/model/oracle-object-storage-data-transfer-medium-details.js.map +1 -0
- package/lib/model/phase-extract-entry.d.ts +1 -1
- package/lib/model/phase-extract-entry.js +1 -1
- package/lib/model/phase-extract-types.d.ts +1 -1
- package/lib/model/phase-extract-types.js +1 -1
- package/lib/model/phase-status.d.ts +1 -1
- package/lib/model/phase-status.js +1 -1
- package/lib/model/primary-key-compatibility.d.ts +34 -0
- package/lib/model/primary-key-compatibility.js +45 -0
- package/lib/model/primary-key-compatibility.js.map +1 -0
- package/lib/model/reason-keywords.d.ts +1 -1
- package/lib/model/reason-keywords.js +1 -1
- package/lib/model/replicat-performance-profile.d.ts +1 -1
- package/lib/model/replicat-performance-profile.js +1 -1
- package/lib/model/replicat.d.ts +1 -17
- package/lib/model/replicat.js +1 -1
- package/lib/model/replicat.js.map +1 -1
- package/lib/model/result-error.d.ts +1 -1
- package/lib/model/result-error.js +1 -1
- package/lib/model/result-type.d.ts +1 -1
- package/lib/model/result-type.js +1 -1
- package/lib/model/resume-job-details.d.ts +1 -1
- package/lib/model/resume-job-details.js +1 -1
- package/lib/model/sort-orders.d.ts +1 -1
- package/lib/model/sort-orders.js +1 -1
- package/lib/model/start-migration-details.d.ts +1 -2
- package/lib/model/start-migration-details.js +1 -1
- package/lib/model/start-migration-details.js.map +1 -1
- package/lib/model/target-type-tablespace-details.d.ts +1 -1
- package/lib/model/target-type-tablespace-details.js +1 -1
- package/lib/model/technology-type.d.ts +33 -0
- package/lib/model/technology-type.js +44 -0
- package/lib/model/technology-type.js.map +1 -0
- package/lib/model/unsupported-database-object.d.ts +1 -1
- package/lib/model/unsupported-database-object.js +1 -1
- package/lib/model/update-ad-bdedicated-auto-create-tablespace-details.d.ts +7 -5
- package/lib/model/update-ad-bdedicated-auto-create-tablespace-details.js +1 -1
- package/lib/model/update-ad-bdedicated-auto-create-tablespace-details.js.map +1 -1
- package/lib/model/update-ad-bdedicated-remap-target-tablespace-details.d.ts +3 -3
- package/lib/model/update-ad-bdedicated-remap-target-tablespace-details.js +1 -1
- package/lib/model/update-ad-bserverles-tablespace-details.d.ts +2 -2
- package/lib/model/update-ad-bserverles-tablespace-details.js +1 -1
- package/lib/model/update-admin-credentials.d.ts +1 -1
- package/lib/model/update-admin-credentials.js +1 -1
- package/lib/model/update-connection-details.d.ts +42 -29
- package/lib/model/update-connection-details.js +26 -41
- package/lib/model/update-connection-details.js.map +1 -1
- package/lib/model/update-curl-transfer-details.d.ts +1 -2
- package/lib/model/update-curl-transfer-details.js +1 -1
- package/lib/model/update-curl-transfer-details.js.map +1 -1
- package/lib/model/update-data-pump-parameters.d.ts +5 -9
- package/lib/model/update-data-pump-parameters.js +1 -1
- package/lib/model/update-data-pump-parameters.js.map +1 -1
- package/lib/model/update-directory-object.d.ts +1 -3
- package/lib/model/update-directory-object.js +1 -1
- package/lib/model/update-directory-object.js.map +1 -1
- package/lib/model/update-extract.d.ts +1 -1
- package/lib/model/update-extract.js +1 -1
- package/lib/model/update-golden-gate-hub-details.d.ts +46 -0
- package/lib/model/update-golden-gate-hub-details.js +65 -0
- package/lib/model/update-golden-gate-hub-details.js.map +1 -0
- package/lib/model/update-host-dump-transfer-details.d.ts +2 -4
- package/lib/model/update-host-dump-transfer-details.js +1 -1
- package/lib/model/update-host-dump-transfer-details.js.map +1 -1
- package/lib/model/update-job-details.d.ts +3 -3
- package/lib/model/update-job-details.js +1 -1
- package/lib/model/update-migration-details.d.ts +16 -42
- package/lib/model/update-migration-details.js +26 -73
- package/lib/model/update-migration-details.js.map +1 -1
- package/lib/model/{update-advisor-settings.d.ts → update-my-sql-advisor-settings.d.ts} +5 -8
- package/lib/model/update-my-sql-advisor-settings.js +29 -0
- package/lib/model/update-my-sql-advisor-settings.js.map +1 -0
- package/lib/model/{golden-gate-service-details.d.ts → update-my-sql-data-transfer-medium-details.d.ts} +7 -10
- package/lib/model/update-my-sql-data-transfer-medium-details.js +68 -0
- package/lib/model/update-my-sql-data-transfer-medium-details.js.map +1 -0
- package/lib/model/update-my-sql-ggs-deployment-details.d.ts +28 -0
- package/lib/model/{create-database-link-details.js → update-my-sql-ggs-deployment-details.js} +11 -13
- package/lib/model/update-my-sql-ggs-deployment-details.js.map +1 -0
- package/lib/model/update-my-sql-initial-load-settings.d.ts +55 -0
- package/lib/model/update-my-sql-initial-load-settings.js +61 -0
- package/lib/model/update-my-sql-initial-load-settings.js.map +1 -0
- package/lib/model/update-my-sql-migration-details.d.ts +29 -0
- package/lib/model/update-my-sql-migration-details.js +86 -0
- package/lib/model/update-my-sql-migration-details.js.map +1 -0
- package/lib/model/update-my-sql-object-storage-data-transfer-medium-details.d.ts +25 -0
- package/lib/model/update-my-sql-object-storage-data-transfer-medium-details.js +62 -0
- package/lib/model/update-my-sql-object-storage-data-transfer-medium-details.js.map +1 -0
- package/lib/model/update-mysql-connection-details.d.ts +76 -0
- package/lib/model/update-mysql-connection-details.js +66 -0
- package/lib/model/update-mysql-connection-details.js.map +1 -0
- package/lib/model/update-non-ad-bauto-create-tablespace-details.d.ts +1 -1
- package/lib/model/update-non-ad-bauto-create-tablespace-details.js +1 -1
- package/lib/model/update-non-ad-bremap-tablespace-details.d.ts +1 -1
- package/lib/model/update-non-ad-bremap-tablespace-details.js +1 -1
- package/lib/model/update-object-store-bucket.d.ts +1 -1
- package/lib/model/update-object-store-bucket.js +1 -1
- package/lib/model/update-oci-cli-dump-transfer-details.d.ts +1 -3
- package/lib/model/update-oci-cli-dump-transfer-details.js +1 -1
- package/lib/model/update-oci-cli-dump-transfer-details.js.map +1 -1
- package/lib/model/update-oracle-advisor-settings.d.ts +29 -0
- package/lib/model/update-oracle-advisor-settings.js +29 -0
- package/lib/model/update-oracle-advisor-settings.js.map +1 -0
- package/lib/model/{create-aws-s3-details.d.ts → update-oracle-aws-s3-data-transfer-medium-details.d.ts} +13 -10
- package/lib/model/{aws-s3-data-transfer-medium-details.js → update-oracle-aws-s3-data-transfer-medium-details.js} +11 -11
- package/lib/model/update-oracle-aws-s3-data-transfer-medium-details.js.map +1 -0
- package/lib/model/update-oracle-connection-details.d.ts +60 -0
- package/lib/model/update-oracle-connection-details.js +54 -0
- package/lib/model/update-oracle-connection-details.js.map +1 -0
- package/lib/model/update-oracle-data-transfer-medium-details.d.ts +22 -0
- package/lib/model/update-oracle-data-transfer-medium-details.js +80 -0
- package/lib/model/update-oracle-data-transfer-medium-details.js.map +1 -0
- package/lib/model/{create-database-link-details.d.ts → update-oracle-db-link-data-transfer-medium-details.d.ts} +10 -8
- package/lib/model/update-oracle-db-link-data-transfer-medium-details.js +62 -0
- package/lib/model/update-oracle-db-link-data-transfer-medium-details.js.map +1 -0
- package/lib/model/{update-golden-gate-settings.d.ts → update-oracle-ggs-deployment-details.d.ts} +5 -7
- package/lib/model/{update-golden-gate-settings.js → update-oracle-ggs-deployment-details.js} +8 -8
- package/lib/model/update-oracle-ggs-deployment-details.js.map +1 -0
- package/lib/model/{update-data-pump-settings.d.ts → update-oracle-initial-load-settings.d.ts} +12 -17
- package/lib/model/{update-data-pump-settings.js → update-oracle-initial-load-settings.js} +18 -18
- package/lib/model/update-oracle-initial-load-settings.js.map +1 -0
- package/lib/model/update-oracle-migration-details.d.ts +37 -0
- package/lib/model/update-oracle-migration-details.js +96 -0
- package/lib/model/update-oracle-migration-details.js.map +1 -0
- package/lib/model/update-oracle-nfs-data-transfer-medium-details.d.ts +32 -0
- package/lib/model/update-oracle-nfs-data-transfer-medium-details.js +70 -0
- package/lib/model/update-oracle-nfs-data-transfer-medium-details.js.map +1 -0
- package/lib/model/update-oracle-object-storage-data-transfer-medium-details.d.ts +27 -0
- package/lib/model/update-oracle-object-storage-data-transfer-medium-details.js +70 -0
- package/lib/model/update-oracle-object-storage-data-transfer-medium-details.js.map +1 -0
- package/lib/model/update-replicat.d.ts +1 -16
- package/lib/model/update-replicat.js +1 -1
- package/lib/model/update-replicat.js.map +1 -1
- package/lib/model/update-target-defaults-auto-create-tablespace-details.d.ts +1 -1
- package/lib/model/update-target-defaults-auto-create-tablespace-details.js +1 -1
- package/lib/model/update-target-defaults-remap-tablespace-details.d.ts +1 -1
- package/lib/model/update-target-defaults-remap-tablespace-details.js +1 -1
- package/lib/model/update-target-type-tablespace-details.d.ts +1 -2
- package/lib/model/update-target-type-tablespace-details.js +1 -1
- package/lib/model/update-target-type-tablespace-details.js.map +1 -1
- package/lib/model/work-request-collection.d.ts +1 -1
- package/lib/model/work-request-collection.js +1 -1
- package/lib/model/work-request-error-collection.d.ts +1 -1
- package/lib/model/work-request-error-collection.js +1 -1
- package/lib/model/work-request-error.d.ts +1 -1
- package/lib/model/work-request-error.js +1 -1
- package/lib/model/work-request-log-entry-collection.d.ts +1 -1
- package/lib/model/work-request-log-entry-collection.js +1 -1
- package/lib/model/work-request-log-entry.d.ts +1 -1
- package/lib/model/work-request-log-entry.js +1 -1
- package/lib/model/work-request-resource.d.ts +1 -1
- package/lib/model/work-request-resource.js +1 -1
- package/lib/model/work-request-summary.d.ts +1 -1
- package/lib/model/work-request-summary.js +1 -1
- package/lib/model/work-request.d.ts +1 -1
- package/lib/model/work-request.js +1 -1
- package/lib/request/abort-job-request.d.ts +2 -2
- package/lib/request/abort-job-request.js +1 -1
- package/lib/request/add-migration-objects-request.d.ts +3 -3
- package/lib/request/add-migration-objects-request.js +1 -1
- package/lib/request/change-connection-compartment-request.d.ts +3 -4
- package/lib/request/change-connection-compartment-request.js +1 -1
- package/lib/request/change-migration-compartment-request.d.ts +2 -2
- package/lib/request/change-migration-compartment-request.js +1 -1
- package/lib/request/clone-migration-request.d.ts +3 -3
- package/lib/request/clone-migration-request.js +1 -1
- package/lib/request/connection-diagnostics-request.d.ts +3 -4
- package/lib/request/connection-diagnostics-request.js +1 -1
- package/lib/request/create-connection-request.d.ts +3 -3
- package/lib/request/create-connection-request.js +1 -1
- package/lib/request/create-migration-request.d.ts +3 -4
- package/lib/request/create-migration-request.js +1 -1
- package/lib/request/delete-connection-request.d.ts +3 -4
- package/lib/request/delete-connection-request.js +1 -1
- package/lib/request/delete-job-request.d.ts +2 -2
- package/lib/request/delete-job-request.js +1 -1
- package/lib/request/delete-migration-request.d.ts +2 -2
- package/lib/request/delete-migration-request.js +1 -1
- package/lib/request/evaluate-migration-request.d.ts +2 -2
- package/lib/request/evaluate-migration-request.js +1 -1
- package/lib/request/get-advisor-report-request.d.ts +2 -2
- package/lib/request/get-advisor-report-request.js +1 -1
- package/lib/request/get-connection-request.d.ts +3 -4
- package/lib/request/get-connection-request.js +1 -1
- package/lib/request/get-job-output-content-request.d.ts +2 -2
- package/lib/request/get-job-output-content-request.js +1 -1
- package/lib/request/get-job-request.d.ts +2 -2
- package/lib/request/get-job-request.js +1 -1
- package/lib/request/get-migration-request.d.ts +2 -2
- package/lib/request/get-migration-request.js +1 -1
- package/lib/request/get-work-request-request.d.ts +2 -2
- package/lib/request/get-work-request-request.js +1 -1
- package/lib/request/index.d.ts +3 -13
- package/lib/request/index.js +4 -4
- package/lib/request/index.js.map +1 -1
- package/lib/request/list-connections-request.d.ts +14 -2
- package/lib/request/list-connections-request.js +1 -1
- package/lib/request/list-connections-request.js.map +1 -1
- package/lib/request/list-excluded-objects-request.d.ts +2 -2
- package/lib/request/list-excluded-objects-request.js +1 -1
- package/lib/request/list-job-outputs-request.d.ts +2 -2
- package/lib/request/list-job-outputs-request.js +1 -1
- package/lib/request/list-jobs-request.d.ts +2 -2
- package/lib/request/list-jobs-request.js +1 -1
- package/lib/request/list-migration-object-types-request.d.ts +6 -2
- package/lib/request/list-migration-object-types-request.js +1 -1
- package/lib/request/list-migration-object-types-request.js.map +1 -1
- package/lib/request/list-migration-objects-request.d.ts +2 -2
- package/lib/request/list-migration-objects-request.js +1 -1
- package/lib/request/{list-agents-request.d.ts → list-migration-parameters-request.d.ts} +18 -23
- package/lib/request/{list-agents-request.js → list-migration-parameters-request.js} +7 -7
- package/lib/request/list-migration-parameters-request.js.map +1 -0
- package/lib/request/list-migrations-request.d.ts +2 -2
- package/lib/request/list-migrations-request.js +1 -1
- package/lib/request/list-work-request-errors-request.d.ts +2 -2
- package/lib/request/list-work-request-errors-request.js +1 -1
- package/lib/request/list-work-request-logs-request.d.ts +2 -2
- package/lib/request/list-work-request-logs-request.js +1 -1
- package/lib/request/list-work-requests-request.d.ts +2 -2
- package/lib/request/list-work-requests-request.js +1 -1
- package/lib/request/remove-migration-objects-request.d.ts +3 -3
- package/lib/request/remove-migration-objects-request.js +1 -1
- package/lib/request/resume-job-request.d.ts +2 -2
- package/lib/request/resume-job-request.js +1 -1
- package/lib/request/retrieve-supported-phases-request.d.ts +2 -2
- package/lib/request/retrieve-supported-phases-request.js +1 -1
- package/lib/request/start-migration-request.d.ts +2 -2
- package/lib/request/start-migration-request.js +1 -1
- package/lib/request/update-connection-request.d.ts +4 -5
- package/lib/request/update-connection-request.js +1 -1
- package/lib/request/update-job-request.d.ts +2 -2
- package/lib/request/update-job-request.js +1 -1
- package/lib/request/update-migration-request.d.ts +3 -3
- package/lib/request/update-migration-request.js +1 -1
- package/lib/response/abort-job-response.d.ts +1 -1
- package/lib/response/abort-job-response.js +1 -1
- package/lib/response/add-migration-objects-response.d.ts +1 -1
- package/lib/response/add-migration-objects-response.js +1 -1
- package/lib/response/change-connection-compartment-response.d.ts +1 -1
- package/lib/response/change-connection-compartment-response.js +1 -1
- package/lib/response/change-migration-compartment-response.d.ts +1 -1
- package/lib/response/change-migration-compartment-response.js +1 -1
- package/lib/response/clone-migration-response.d.ts +1 -1
- package/lib/response/clone-migration-response.js +1 -1
- package/lib/response/connection-diagnostics-response.d.ts +1 -1
- package/lib/response/connection-diagnostics-response.js +1 -1
- package/lib/response/create-connection-response.d.ts +1 -1
- package/lib/response/create-connection-response.js +1 -1
- package/lib/response/create-migration-response.d.ts +1 -1
- package/lib/response/create-migration-response.js +1 -1
- package/lib/response/delete-connection-response.d.ts +1 -1
- package/lib/response/delete-connection-response.js +1 -1
- package/lib/response/delete-job-response.d.ts +1 -1
- package/lib/response/delete-job-response.js +1 -1
- package/lib/response/delete-migration-response.d.ts +1 -1
- package/lib/response/delete-migration-response.js +1 -1
- package/lib/response/evaluate-migration-response.d.ts +1 -1
- package/lib/response/evaluate-migration-response.js +1 -1
- package/lib/response/get-advisor-report-response.d.ts +1 -1
- package/lib/response/get-advisor-report-response.js +1 -1
- package/lib/response/get-connection-response.d.ts +1 -1
- package/lib/response/get-connection-response.js +1 -1
- package/lib/response/get-job-output-content-response.d.ts +1 -1
- package/lib/response/get-job-output-content-response.js +1 -1
- package/lib/response/get-job-response.d.ts +1 -1
- package/lib/response/get-job-response.js +1 -1
- package/lib/response/get-migration-response.d.ts +1 -1
- package/lib/response/get-migration-response.js +1 -1
- package/lib/response/get-work-request-response.d.ts +1 -1
- package/lib/response/get-work-request-response.js +1 -1
- package/lib/response/index.d.ts +3 -13
- package/lib/response/index.js +1 -1
- package/lib/response/list-connections-response.d.ts +1 -1
- package/lib/response/list-connections-response.js +1 -1
- package/lib/response/list-excluded-objects-response.d.ts +1 -1
- package/lib/response/list-excluded-objects-response.js +1 -1
- package/lib/response/list-job-outputs-response.d.ts +1 -1
- package/lib/response/list-job-outputs-response.js +1 -1
- package/lib/response/list-jobs-response.d.ts +1 -1
- package/lib/response/list-jobs-response.js +1 -1
- package/lib/response/list-migration-object-types-response.d.ts +1 -1
- package/lib/response/list-migration-object-types-response.js +1 -1
- package/lib/response/list-migration-objects-response.d.ts +1 -1
- package/lib/response/list-migration-objects-response.js +1 -1
- package/lib/response/{list-agent-images-response.d.ts → list-migration-parameters-response.d.ts} +4 -4
- package/lib/{request/change-agent-compartment-request.js → response/list-migration-parameters-response.js} +2 -2
- package/lib/response/list-migration-parameters-response.js.map +1 -0
- package/lib/response/list-migrations-response.d.ts +1 -1
- package/lib/response/list-migrations-response.js +1 -1
- package/lib/response/list-work-request-errors-response.d.ts +1 -1
- package/lib/response/list-work-request-errors-response.js +1 -1
- package/lib/response/list-work-request-logs-response.d.ts +1 -1
- package/lib/response/list-work-request-logs-response.js +1 -1
- package/lib/response/list-work-requests-response.d.ts +1 -1
- package/lib/response/list-work-requests-response.js +1 -1
- package/lib/response/remove-migration-objects-response.d.ts +1 -1
- package/lib/response/remove-migration-objects-response.js +1 -1
- package/lib/response/resume-job-response.d.ts +1 -1
- package/lib/response/resume-job-response.js +1 -1
- package/lib/response/retrieve-supported-phases-response.d.ts +1 -1
- package/lib/response/retrieve-supported-phases-response.js +1 -1
- package/lib/response/start-migration-response.d.ts +1 -1
- package/lib/response/start-migration-response.js +1 -1
- package/lib/response/update-connection-response.d.ts +1 -1
- package/lib/response/update-connection-response.js +1 -1
- package/lib/response/update-job-response.d.ts +1 -1
- package/lib/response/update-job-response.js +1 -1
- package/lib/response/update-migration-response.d.ts +1 -1
- package/lib/response/update-migration-response.js +1 -1
- package/package.json +3 -3
- package/lib/model/advisor-settings.js.map +0 -1
- package/lib/model/agent-collection.js.map +0 -1
- package/lib/model/agent-image-collection.js.map +0 -1
- package/lib/model/agent-image-summary.js.map +0 -1
- package/lib/model/agent-summary.d.ts +0 -96
- package/lib/model/agent-summary.js.map +0 -1
- package/lib/model/agent.d.ts +0 -101
- package/lib/model/agent.js.map +0 -1
- package/lib/model/aws-s3-data-transfer-medium-details.js.map +0 -1
- package/lib/model/aws-s3-details.d.ts +0 -35
- package/lib/model/aws-s3-details.js.map +0 -1
- package/lib/model/change-agent-compartment-details.d.ts +0 -27
- package/lib/model/change-agent-compartment-details.js +0 -29
- package/lib/model/change-agent-compartment-details.js.map +0 -1
- package/lib/model/connect-descriptor.js +0 -29
- package/lib/model/connect-descriptor.js.map +0 -1
- package/lib/model/create-advisor-settings.js.map +0 -1
- package/lib/model/create-aws-s3-details.js +0 -29
- package/lib/model/create-aws-s3-details.js.map +0 -1
- package/lib/model/create-connect-descriptor.d.ts +0 -47
- package/lib/model/create-connect-descriptor.js +0 -29
- package/lib/model/create-connect-descriptor.js.map +0 -1
- package/lib/model/create-data-pump-settings.js.map +0 -1
- package/lib/model/create-data-transfer-medium-details.d.ts +0 -28
- package/lib/model/create-data-transfer-medium-details.js +0 -69
- package/lib/model/create-data-transfer-medium-details.js.map +0 -1
- package/lib/model/create-database-link-details.js.map +0 -1
- package/lib/model/create-dump-transfer-details.d.ts +0 -30
- package/lib/model/create-dump-transfer-details.js.map +0 -1
- package/lib/model/create-golden-gate-details.js.map +0 -1
- package/lib/model/create-golden-gate-hub.d.ts +0 -48
- package/lib/model/create-golden-gate-hub.js +0 -75
- package/lib/model/create-golden-gate-hub.js.map +0 -1
- package/lib/model/create-golden-gate-service-details.d.ts +0 -27
- package/lib/model/create-golden-gate-service-details.js +0 -75
- package/lib/model/create-golden-gate-service-details.js.map +0 -1
- package/lib/model/create-golden-gate-settings.js.map +0 -1
- package/lib/model/create-private-endpoint.d.ts +0 -40
- package/lib/model/create-private-endpoint.js +0 -29
- package/lib/model/create-private-endpoint.js.map +0 -1
- package/lib/model/create-ssh-details.d.ts +0 -43
- package/lib/model/create-ssh-details.js.map +0 -1
- package/lib/model/create-vault-details.js +0 -29
- package/lib/model/create-vault-details.js.map +0 -1
- package/lib/model/data-pump-job-mode.js.map +0 -1
- package/lib/model/data-pump-settings.js.map +0 -1
- package/lib/model/data-transfer-medium-details-v2.js.map +0 -1
- package/lib/model/data-transfer-medium-details.d.ts +0 -26
- package/lib/model/data-transfer-medium-details.js +0 -69
- package/lib/model/data-transfer-medium-details.js.map +0 -1
- package/lib/model/database-connection-types.js.map +0 -1
- package/lib/model/database-credentials.js.map +0 -1
- package/lib/model/database-link-details.js.map +0 -1
- package/lib/model/database-manual-connection-sub-types.js +0 -40
- package/lib/model/database-manual-connection-sub-types.js.map +0 -1
- package/lib/model/database-object.js +0 -29
- package/lib/model/database-object.js.map +0 -1
- package/lib/model/db-link-data-transfer-medium-details.js.map +0 -1
- package/lib/model/dump-transfer-details.js.map +0 -1
- package/lib/model/golden-gate-details.js +0 -57
- package/lib/model/golden-gate-details.js.map +0 -1
- package/lib/model/golden-gate-hub.d.ts +0 -48
- package/lib/model/golden-gate-hub.js +0 -75
- package/lib/model/golden-gate-hub.js.map +0 -1
- package/lib/model/golden-gate-service-details.js.map +0 -1
- package/lib/model/golden-gate-settings.js.map +0 -1
- package/lib/model/nfs-data-transfer-medium-details.js.map +0 -1
- package/lib/model/object-storage-data-transfer-medium-details.js.map +0 -1
- package/lib/model/private-endpoint-details.d.ts +0 -44
- package/lib/model/private-endpoint-details.js +0 -29
- package/lib/model/private-endpoint-details.js.map +0 -1
- package/lib/model/ssh-details.d.ts +0 -37
- package/lib/model/ssh-details.js +0 -29
- package/lib/model/ssh-details.js.map +0 -1
- package/lib/model/update-advisor-settings.js +0 -29
- package/lib/model/update-advisor-settings.js.map +0 -1
- package/lib/model/update-agent-details.d.ts +0 -60
- package/lib/model/update-agent-details.js +0 -29
- package/lib/model/update-agent-details.js.map +0 -1
- package/lib/model/update-aws-s3-details.js +0 -29
- package/lib/model/update-aws-s3-details.js.map +0 -1
- package/lib/model/update-connect-descriptor.d.ts +0 -46
- package/lib/model/update-connect-descriptor.js +0 -29
- package/lib/model/update-connect-descriptor.js.map +0 -1
- package/lib/model/update-data-pump-settings.js.map +0 -1
- package/lib/model/update-data-transfer-medium-details.d.ts +0 -29
- package/lib/model/update-data-transfer-medium-details.js +0 -69
- package/lib/model/update-data-transfer-medium-details.js.map +0 -1
- package/lib/model/update-database-link-details.d.ts +0 -29
- package/lib/model/update-database-link-details.js +0 -57
- package/lib/model/update-database-link-details.js.map +0 -1
- package/lib/model/update-dump-transfer-details.d.ts +0 -30
- package/lib/model/update-dump-transfer-details.js.map +0 -1
- package/lib/model/update-golden-gate-details.d.ts +0 -25
- package/lib/model/update-golden-gate-details.js +0 -59
- package/lib/model/update-golden-gate-details.js.map +0 -1
- package/lib/model/update-golden-gate-hub.d.ts +0 -48
- package/lib/model/update-golden-gate-hub.js +0 -75
- package/lib/model/update-golden-gate-hub.js.map +0 -1
- package/lib/model/update-golden-gate-service-details.d.ts +0 -27
- package/lib/model/update-golden-gate-service-details.js +0 -75
- package/lib/model/update-golden-gate-service-details.js.map +0 -1
- package/lib/model/update-golden-gate-settings.js.map +0 -1
- package/lib/model/update-private-endpoint.d.ts +0 -40
- package/lib/model/update-private-endpoint.js +0 -29
- package/lib/model/update-private-endpoint.js.map +0 -1
- package/lib/model/update-ssh-details.d.ts +0 -42
- package/lib/model/update-ssh-details.js +0 -29
- package/lib/model/update-ssh-details.js.map +0 -1
- package/lib/model/update-vault-details.d.ts +0 -37
- package/lib/model/update-vault-details.js +0 -29
- package/lib/model/update-vault-details.js.map +0 -1
- package/lib/model/vault-details.d.ts +0 -37
- package/lib/model/vault-details.js +0 -29
- package/lib/model/vault-details.js.map +0 -1
- package/lib/request/change-agent-compartment-request.d.ts +0 -53
- package/lib/request/change-agent-compartment-request.js.map +0 -1
- package/lib/request/delete-agent-request.d.ts +0 -38
- package/lib/request/delete-agent-request.js +0 -15
- package/lib/request/delete-agent-request.js.map +0 -1
- package/lib/request/get-agent-request.d.ts +0 -29
- package/lib/request/get-agent-request.js +0 -15
- package/lib/request/get-agent-request.js.map +0 -1
- package/lib/request/list-agent-images-request.d.ts +0 -40
- package/lib/request/list-agent-images-request.js +0 -15
- package/lib/request/list-agent-images-request.js.map +0 -1
- package/lib/request/list-agents-request.js.map +0 -1
- package/lib/request/update-agent-request.d.ts +0 -53
- package/lib/request/update-agent-request.js +0 -15
- package/lib/request/update-agent-request.js.map +0 -1
- package/lib/response/change-agent-compartment-response.d.ts +0 -20
- package/lib/response/change-agent-compartment-response.js +0 -15
- package/lib/response/change-agent-compartment-response.js.map +0 -1
- package/lib/response/delete-agent-response.d.ts +0 -25
- package/lib/response/delete-agent-response.js +0 -15
- package/lib/response/delete-agent-response.js.map +0 -1
- package/lib/response/get-agent-response.d.ts +0 -30
- package/lib/response/get-agent-response.js +0 -15
- package/lib/response/get-agent-response.js.map +0 -1
- package/lib/response/list-agent-images-response.js +0 -15
- package/lib/response/list-agent-images-response.js.map +0 -1
- package/lib/response/list-agents-response.d.ts +0 -32
- package/lib/response/list-agents-response.js +0 -15
- package/lib/response/list-agents-response.js.map +0 -1
- package/lib/response/update-agent-response.d.ts +0 -30
- package/lib/response/update-agent-response.js +0 -15
- package/lib/response/update-agent-response.js.map +0 -1
|
@@ -0,0 +1,92 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Database Migration API
|
|
4
|
+
* Use the Oracle Cloud Infrastructure Database Migration APIs to perform database migration operations.
|
|
5
|
+
* OpenAPI spec version: 20230518
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
15
|
+
if (k2 === undefined) k2 = k;
|
|
16
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
17
|
+
}) : (function(o, m, k, k2) {
|
|
18
|
+
if (k2 === undefined) k2 = k;
|
|
19
|
+
o[k2] = m[k];
|
|
20
|
+
}));
|
|
21
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
22
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
23
|
+
}) : function(o, v) {
|
|
24
|
+
o["default"] = v;
|
|
25
|
+
});
|
|
26
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
27
|
+
if (mod && mod.__esModule) return mod;
|
|
28
|
+
var result = {};
|
|
29
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
30
|
+
__setModuleDefault(result, mod);
|
|
31
|
+
return result;
|
|
32
|
+
};
|
|
33
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
34
|
+
exports.OracleMigration = void 0;
|
|
35
|
+
const model = __importStar(require("../model"));
|
|
36
|
+
var OracleMigration;
|
|
37
|
+
(function (OracleMigration) {
|
|
38
|
+
function getJsonObj(obj, isParentJsonObj) {
|
|
39
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj ? obj : model.Migration.getJsonObj(obj))), {
|
|
40
|
+
"dataTransferMediumDetails": obj.dataTransferMediumDetails
|
|
41
|
+
? model.OracleDataTransferMediumDetails.getJsonObj(obj.dataTransferMediumDetails)
|
|
42
|
+
: undefined,
|
|
43
|
+
"initialLoadSettings": obj.initialLoadSettings
|
|
44
|
+
? model.OracleInitialLoadSettings.getJsonObj(obj.initialLoadSettings)
|
|
45
|
+
: undefined,
|
|
46
|
+
"advisorSettings": obj.advisorSettings
|
|
47
|
+
? model.OracleAdvisorSettings.getJsonObj(obj.advisorSettings)
|
|
48
|
+
: undefined,
|
|
49
|
+
"hubDetails": obj.hubDetails
|
|
50
|
+
? model.GoldenGateHubDetails.getJsonObj(obj.hubDetails)
|
|
51
|
+
: undefined,
|
|
52
|
+
"ggsDetails": obj.ggsDetails
|
|
53
|
+
? model.OracleGgsDeploymentDetails.getJsonObj(obj.ggsDetails)
|
|
54
|
+
: undefined,
|
|
55
|
+
"advancedParameters": obj.advancedParameters
|
|
56
|
+
? obj.advancedParameters.map(item => {
|
|
57
|
+
return model.MigrationParameterDetails.getJsonObj(item);
|
|
58
|
+
})
|
|
59
|
+
: undefined
|
|
60
|
+
});
|
|
61
|
+
return jsonObj;
|
|
62
|
+
}
|
|
63
|
+
OracleMigration.getJsonObj = getJsonObj;
|
|
64
|
+
OracleMigration.databaseCombination = "ORACLE";
|
|
65
|
+
function getDeserializedJsonObj(obj, isParentJsonObj) {
|
|
66
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj ? obj : model.Migration.getDeserializedJsonObj(obj))), {
|
|
67
|
+
"dataTransferMediumDetails": obj.dataTransferMediumDetails
|
|
68
|
+
? model.OracleDataTransferMediumDetails.getDeserializedJsonObj(obj.dataTransferMediumDetails)
|
|
69
|
+
: undefined,
|
|
70
|
+
"initialLoadSettings": obj.initialLoadSettings
|
|
71
|
+
? model.OracleInitialLoadSettings.getDeserializedJsonObj(obj.initialLoadSettings)
|
|
72
|
+
: undefined,
|
|
73
|
+
"advisorSettings": obj.advisorSettings
|
|
74
|
+
? model.OracleAdvisorSettings.getDeserializedJsonObj(obj.advisorSettings)
|
|
75
|
+
: undefined,
|
|
76
|
+
"hubDetails": obj.hubDetails
|
|
77
|
+
? model.GoldenGateHubDetails.getDeserializedJsonObj(obj.hubDetails)
|
|
78
|
+
: undefined,
|
|
79
|
+
"ggsDetails": obj.ggsDetails
|
|
80
|
+
? model.OracleGgsDeploymentDetails.getDeserializedJsonObj(obj.ggsDetails)
|
|
81
|
+
: undefined,
|
|
82
|
+
"advancedParameters": obj.advancedParameters
|
|
83
|
+
? obj.advancedParameters.map(item => {
|
|
84
|
+
return model.MigrationParameterDetails.getDeserializedJsonObj(item);
|
|
85
|
+
})
|
|
86
|
+
: undefined
|
|
87
|
+
});
|
|
88
|
+
return jsonObj;
|
|
89
|
+
}
|
|
90
|
+
OracleMigration.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
91
|
+
})(OracleMigration = exports.OracleMigration || (exports.OracleMigration = {}));
|
|
92
|
+
//# sourceMappingURL=oracle-migration.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"oracle-migration.js","sourceRoot":"","sources":["../../../../../lib/databasemigration/lib/model/oracle-migration.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA4BlC,IAAiB,eAAe,CAgE/B;AAhED,WAAiB,eAAe;IAC9B,SAAgB,UAAU,CAAC,GAAoB,EAAE,eAAyB;QACxE,MAAM,OAAO,mCACR,CAAC,eAAe,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAE,KAAK,CAAC,SAAS,CAAC,UAAU,CAAC,GAAG,CAAqB,CAAC,GAC9E;YACD,2BAA2B,EAAE,GAAG,CAAC,yBAAyB;gBACxD,CAAC,CAAC,KAAK,CAAC,+BAA+B,CAAC,UAAU,CAAC,GAAG,CAAC,yBAAyB,CAAC;gBACjF,CAAC,CAAC,SAAS;YACb,qBAAqB,EAAE,GAAG,CAAC,mBAAmB;gBAC5C,CAAC,CAAC,KAAK,CAAC,yBAAyB,CAAC,UAAU,CAAC,GAAG,CAAC,mBAAmB,CAAC;gBACrE,CAAC,CAAC,SAAS;YACb,iBAAiB,EAAE,GAAG,CAAC,eAAe;gBACpC,CAAC,CAAC,KAAK,CAAC,qBAAqB,CAAC,UAAU,CAAC,GAAG,CAAC,eAAe,CAAC;gBAC7D,CAAC,CAAC,SAAS;YACb,YAAY,EAAE,GAAG,CAAC,UAAU;gBAC1B,CAAC,CAAC,KAAK,CAAC,oBAAoB,CAAC,UAAU,CAAC,GAAG,CAAC,UAAU,CAAC;gBACvD,CAAC,CAAC,SAAS;YACb,YAAY,EAAE,GAAG,CAAC,UAAU;gBAC1B,CAAC,CAAC,KAAK,CAAC,0BAA0B,CAAC,UAAU,CAAC,GAAG,CAAC,UAAU,CAAC;gBAC7D,CAAC,CAAC,SAAS;YAEb,oBAAoB,EAAE,GAAG,CAAC,kBAAkB;gBAC1C,CAAC,CAAC,GAAG,CAAC,kBAAkB,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAChC,OAAO,KAAK,CAAC,yBAAyB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAC1D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IA7Be,0BAAU,aA6BzB,CAAA;IACY,mCAAmB,GAAG,QAAQ,CAAC;IAC5C,SAAgB,sBAAsB,CAAC,GAAoB,EAAE,eAAyB;QACpF,MAAM,OAAO,mCACR,CAAC,eAAe,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAE,KAAK,CAAC,SAAS,CAAC,sBAAsB,CAAC,GAAG,CAAqB,CAAC,GAC1F;YACD,2BAA2B,EAAE,GAAG,CAAC,yBAAyB;gBACxD,CAAC,CAAC,KAAK,CAAC,+BAA+B,CAAC,sBAAsB,CAC1D,GAAG,CAAC,yBAAyB,CAC9B;gBACH,CAAC,CAAC,SAAS;YACb,qBAAqB,EAAE,GAAG,CAAC,mBAAmB;gBAC5C,CAAC,CAAC,KAAK,CAAC,yBAAyB,CAAC,sBAAsB,CAAC,GAAG,CAAC,mBAAmB,CAAC;gBACjF,CAAC,CAAC,SAAS;YACb,iBAAiB,EAAE,GAAG,CAAC,eAAe;gBACpC,CAAC,CAAC,KAAK,CAAC,qBAAqB,CAAC,sBAAsB,CAAC,GAAG,CAAC,eAAe,CAAC;gBACzE,CAAC,CAAC,SAAS;YACb,YAAY,EAAE,GAAG,CAAC,UAAU;gBAC1B,CAAC,CAAC,KAAK,CAAC,oBAAoB,CAAC,sBAAsB,CAAC,GAAG,CAAC,UAAU,CAAC;gBACnE,CAAC,CAAC,SAAS;YACb,YAAY,EAAE,GAAG,CAAC,UAAU;gBAC1B,CAAC,CAAC,KAAK,CAAC,0BAA0B,CAAC,sBAAsB,CAAC,GAAG,CAAC,UAAU,CAAC;gBACzE,CAAC,CAAC,SAAS;YAEb,oBAAoB,EAAE,GAAG,CAAC,kBAAkB;gBAC1C,CAAC,CAAC,GAAG,CAAC,kBAAkB,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAChC,OAAO,KAAK,CAAC,yBAAyB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACtE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IA/Be,sCAAsB,yBA+BrC,CAAA;AACH,CAAC,EAhEgB,eAAe,GAAf,uBAAe,KAAf,uBAAe,QAgE/B"}
|
package/lib/model/{dump-transfer-details.d.ts → oracle-nfs-data-transfer-medium-details.d.ts}
RENAMED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Database Migration API
|
|
3
3
|
* Use the Oracle Cloud Infrastructure Database Migration APIs to perform database migration operations.
|
|
4
|
-
* OpenAPI spec version:
|
|
4
|
+
* OpenAPI spec version: 20230518
|
|
5
5
|
*
|
|
6
6
|
*
|
|
7
7
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
@@ -12,10 +12,10 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
/**
|
|
15
|
-
*
|
|
16
|
-
*
|
|
15
|
+
* OCI Object Storage bucket will be used to store Data Pump dump files for the migration.
|
|
17
16
|
*/
|
|
18
|
-
export interface
|
|
17
|
+
export interface OracleNfsDataTransferMediumDetails extends model.OracleDataTransferMediumDetails {
|
|
18
|
+
"objectStorageBucket"?: model.ObjectStoreBucket;
|
|
19
19
|
"source"?: model.OciCliDumpTransferDetails | model.CurlTransferDetails;
|
|
20
20
|
"target"?: model.OciCliDumpTransferDetails | model.CurlTransferDetails;
|
|
21
21
|
/**
|
|
@@ -23,8 +23,10 @@ export interface DumpTransferDetails {
|
|
|
23
23
|
*
|
|
24
24
|
*/
|
|
25
25
|
"sharedStorageMountTargetId"?: string;
|
|
26
|
+
"type": string;
|
|
26
27
|
}
|
|
27
|
-
export declare namespace
|
|
28
|
-
function getJsonObj(obj:
|
|
29
|
-
|
|
28
|
+
export declare namespace OracleNfsDataTransferMediumDetails {
|
|
29
|
+
function getJsonObj(obj: OracleNfsDataTransferMediumDetails, isParentJsonObj?: boolean): object;
|
|
30
|
+
const type = "NFS";
|
|
31
|
+
function getDeserializedJsonObj(obj: OracleNfsDataTransferMediumDetails, isParentJsonObj?: boolean): object;
|
|
30
32
|
}
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Database Migration API
|
|
4
|
+
* Use the Oracle Cloud Infrastructure Database Migration APIs to perform database migration operations.
|
|
5
|
+
* OpenAPI spec version: 20230518
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
15
|
+
if (k2 === undefined) k2 = k;
|
|
16
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
17
|
+
}) : (function(o, m, k, k2) {
|
|
18
|
+
if (k2 === undefined) k2 = k;
|
|
19
|
+
o[k2] = m[k];
|
|
20
|
+
}));
|
|
21
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
22
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
23
|
+
}) : function(o, v) {
|
|
24
|
+
o["default"] = v;
|
|
25
|
+
});
|
|
26
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
27
|
+
if (mod && mod.__esModule) return mod;
|
|
28
|
+
var result = {};
|
|
29
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
30
|
+
__setModuleDefault(result, mod);
|
|
31
|
+
return result;
|
|
32
|
+
};
|
|
33
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
34
|
+
exports.OracleNfsDataTransferMediumDetails = void 0;
|
|
35
|
+
const model = __importStar(require("../model"));
|
|
36
|
+
var OracleNfsDataTransferMediumDetails;
|
|
37
|
+
(function (OracleNfsDataTransferMediumDetails) {
|
|
38
|
+
function getJsonObj(obj, isParentJsonObj) {
|
|
39
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
40
|
+
? obj
|
|
41
|
+
: model.OracleDataTransferMediumDetails.getJsonObj(obj))), {
|
|
42
|
+
"objectStorageBucket": obj.objectStorageBucket
|
|
43
|
+
? model.ObjectStoreBucket.getJsonObj(obj.objectStorageBucket)
|
|
44
|
+
: undefined,
|
|
45
|
+
"source": obj.source ? model.HostDumpTransferDetails.getJsonObj(obj.source) : undefined,
|
|
46
|
+
"target": obj.target ? model.HostDumpTransferDetails.getJsonObj(obj.target) : undefined
|
|
47
|
+
});
|
|
48
|
+
return jsonObj;
|
|
49
|
+
}
|
|
50
|
+
OracleNfsDataTransferMediumDetails.getJsonObj = getJsonObj;
|
|
51
|
+
OracleNfsDataTransferMediumDetails.type = "NFS";
|
|
52
|
+
function getDeserializedJsonObj(obj, isParentJsonObj) {
|
|
53
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
54
|
+
? obj
|
|
55
|
+
: model.OracleDataTransferMediumDetails.getDeserializedJsonObj(obj))), {
|
|
56
|
+
"objectStorageBucket": obj.objectStorageBucket
|
|
57
|
+
? model.ObjectStoreBucket.getDeserializedJsonObj(obj.objectStorageBucket)
|
|
58
|
+
: undefined,
|
|
59
|
+
"source": obj.source
|
|
60
|
+
? model.HostDumpTransferDetails.getDeserializedJsonObj(obj.source)
|
|
61
|
+
: undefined,
|
|
62
|
+
"target": obj.target
|
|
63
|
+
? model.HostDumpTransferDetails.getDeserializedJsonObj(obj.target)
|
|
64
|
+
: undefined
|
|
65
|
+
});
|
|
66
|
+
return jsonObj;
|
|
67
|
+
}
|
|
68
|
+
OracleNfsDataTransferMediumDetails.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
69
|
+
})(OracleNfsDataTransferMediumDetails = exports.OracleNfsDataTransferMediumDetails || (exports.OracleNfsDataTransferMediumDetails = {}));
|
|
70
|
+
//# sourceMappingURL=oracle-nfs-data-transfer-medium-details.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"oracle-nfs-data-transfer-medium-details.js","sourceRoot":"","sources":["../../../../../lib/databasemigration/lib/model/oracle-nfs-data-transfer-medium-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAmBlC,IAAiB,kCAAkC,CAgDlD;AAhDD,WAAiB,kCAAkC;IACjD,SAAgB,UAAU,CACxB,GAAuC,EACvC,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,+BAA+B,CAAC,UAAU,CAC/C,GAAG,CACmC,CAAC,GAC1C;YACD,qBAAqB,EAAE,GAAG,CAAC,mBAAmB;gBAC5C,CAAC,CAAC,KAAK,CAAC,iBAAiB,CAAC,UAAU,CAAC,GAAG,CAAC,mBAAmB,CAAC;gBAC7D,CAAC,CAAC,SAAS;YACb,QAAQ,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC,CAAC,KAAK,CAAC,uBAAuB,CAAC,UAAU,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,SAAS;YACvF,QAAQ,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC,CAAC,KAAK,CAAC,uBAAuB,CAAC,UAAU,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,SAAS;SACxF,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IApBe,6CAAU,aAoBzB,CAAA;IACY,uCAAI,GAAG,KAAK,CAAC;IAC1B,SAAgB,sBAAsB,CACpC,GAAuC,EACvC,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,+BAA+B,CAAC,sBAAsB,CAC3D,GAAG,CACmC,CAAC,GAC1C;YACD,qBAAqB,EAAE,GAAG,CAAC,mBAAmB;gBAC5C,CAAC,CAAC,KAAK,CAAC,iBAAiB,CAAC,sBAAsB,CAAC,GAAG,CAAC,mBAAmB,CAAC;gBACzE,CAAC,CAAC,SAAS;YACb,QAAQ,EAAE,GAAG,CAAC,MAAM;gBAClB,CAAC,CAAC,KAAK,CAAC,uBAAuB,CAAC,sBAAsB,CAAC,GAAG,CAAC,MAAM,CAAC;gBAClE,CAAC,CAAC,SAAS;YACb,QAAQ,EAAE,GAAG,CAAC,MAAM;gBAClB,CAAC,CAAC,KAAK,CAAC,uBAAuB,CAAC,sBAAsB,CAAC,GAAG,CAAC,MAAM,CAAC;gBAClE,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAxBe,yDAAsB,yBAwBrC,CAAA;AACH,CAAC,EAhDgB,kCAAkC,GAAlC,0CAAkC,KAAlC,0CAAkC,QAgDlD"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Database Migration API
|
|
3
3
|
* Use the Oracle Cloud Infrastructure Database Migration APIs to perform database migration operations.
|
|
4
|
-
* OpenAPI spec version:
|
|
4
|
+
* OpenAPI spec version: 20230518
|
|
5
5
|
*
|
|
6
6
|
*
|
|
7
7
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
@@ -13,14 +13,15 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
/**
|
|
15
15
|
* OCI Object Storage bucket will be used to store Data Pump dump files for the migration.
|
|
16
|
-
*
|
|
17
16
|
*/
|
|
18
|
-
export interface
|
|
17
|
+
export interface OracleObjectStorageDataTransferMediumDetails extends model.OracleDataTransferMediumDetails {
|
|
19
18
|
"objectStorageBucket"?: model.ObjectStoreBucket;
|
|
19
|
+
"source"?: model.OciCliDumpTransferDetails | model.CurlTransferDetails;
|
|
20
|
+
"target"?: model.OciCliDumpTransferDetails | model.CurlTransferDetails;
|
|
20
21
|
"type": string;
|
|
21
22
|
}
|
|
22
|
-
export declare namespace
|
|
23
|
-
function getJsonObj(obj:
|
|
24
|
-
const type = "
|
|
25
|
-
function getDeserializedJsonObj(obj:
|
|
23
|
+
export declare namespace OracleObjectStorageDataTransferMediumDetails {
|
|
24
|
+
function getJsonObj(obj: OracleObjectStorageDataTransferMediumDetails, isParentJsonObj?: boolean): object;
|
|
25
|
+
const type = "OBJECT_STORAGE";
|
|
26
|
+
function getDeserializedJsonObj(obj: OracleObjectStorageDataTransferMediumDetails, isParentJsonObj?: boolean): object;
|
|
26
27
|
}
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Database Migration API
|
|
4
|
+
* Use the Oracle Cloud Infrastructure Database Migration APIs to perform database migration operations.
|
|
5
|
+
* OpenAPI spec version: 20230518
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
15
|
+
if (k2 === undefined) k2 = k;
|
|
16
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
17
|
+
}) : (function(o, m, k, k2) {
|
|
18
|
+
if (k2 === undefined) k2 = k;
|
|
19
|
+
o[k2] = m[k];
|
|
20
|
+
}));
|
|
21
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
22
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
23
|
+
}) : function(o, v) {
|
|
24
|
+
o["default"] = v;
|
|
25
|
+
});
|
|
26
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
27
|
+
if (mod && mod.__esModule) return mod;
|
|
28
|
+
var result = {};
|
|
29
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
30
|
+
__setModuleDefault(result, mod);
|
|
31
|
+
return result;
|
|
32
|
+
};
|
|
33
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
34
|
+
exports.OracleObjectStorageDataTransferMediumDetails = void 0;
|
|
35
|
+
const model = __importStar(require("../model"));
|
|
36
|
+
var OracleObjectStorageDataTransferMediumDetails;
|
|
37
|
+
(function (OracleObjectStorageDataTransferMediumDetails) {
|
|
38
|
+
function getJsonObj(obj, isParentJsonObj) {
|
|
39
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
40
|
+
? obj
|
|
41
|
+
: model.OracleDataTransferMediumDetails.getJsonObj(obj))), {
|
|
42
|
+
"objectStorageBucket": obj.objectStorageBucket
|
|
43
|
+
? model.ObjectStoreBucket.getJsonObj(obj.objectStorageBucket)
|
|
44
|
+
: undefined,
|
|
45
|
+
"source": obj.source ? model.HostDumpTransferDetails.getJsonObj(obj.source) : undefined,
|
|
46
|
+
"target": obj.target ? model.HostDumpTransferDetails.getJsonObj(obj.target) : undefined
|
|
47
|
+
});
|
|
48
|
+
return jsonObj;
|
|
49
|
+
}
|
|
50
|
+
OracleObjectStorageDataTransferMediumDetails.getJsonObj = getJsonObj;
|
|
51
|
+
OracleObjectStorageDataTransferMediumDetails.type = "OBJECT_STORAGE";
|
|
52
|
+
function getDeserializedJsonObj(obj, isParentJsonObj) {
|
|
53
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
54
|
+
? obj
|
|
55
|
+
: model.OracleDataTransferMediumDetails.getDeserializedJsonObj(obj))), {
|
|
56
|
+
"objectStorageBucket": obj.objectStorageBucket
|
|
57
|
+
? model.ObjectStoreBucket.getDeserializedJsonObj(obj.objectStorageBucket)
|
|
58
|
+
: undefined,
|
|
59
|
+
"source": obj.source
|
|
60
|
+
? model.HostDumpTransferDetails.getDeserializedJsonObj(obj.source)
|
|
61
|
+
: undefined,
|
|
62
|
+
"target": obj.target
|
|
63
|
+
? model.HostDumpTransferDetails.getDeserializedJsonObj(obj.target)
|
|
64
|
+
: undefined
|
|
65
|
+
});
|
|
66
|
+
return jsonObj;
|
|
67
|
+
}
|
|
68
|
+
OracleObjectStorageDataTransferMediumDetails.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
69
|
+
})(OracleObjectStorageDataTransferMediumDetails = exports.OracleObjectStorageDataTransferMediumDetails || (exports.OracleObjectStorageDataTransferMediumDetails = {}));
|
|
70
|
+
//# sourceMappingURL=oracle-object-storage-data-transfer-medium-details.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"oracle-object-storage-data-transfer-medium-details.js","sourceRoot":"","sources":["../../../../../lib/databasemigration/lib/model/oracle-object-storage-data-transfer-medium-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAelC,IAAiB,4CAA4C,CAgD5D;AAhDD,WAAiB,4CAA4C;IAC3D,SAAgB,UAAU,CACxB,GAAiD,EACjD,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,+BAA+B,CAAC,UAAU,CAC/C,GAAG,CAC6C,CAAC,GACpD;YACD,qBAAqB,EAAE,GAAG,CAAC,mBAAmB;gBAC5C,CAAC,CAAC,KAAK,CAAC,iBAAiB,CAAC,UAAU,CAAC,GAAG,CAAC,mBAAmB,CAAC;gBAC7D,CAAC,CAAC,SAAS;YACb,QAAQ,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC,CAAC,KAAK,CAAC,uBAAuB,CAAC,UAAU,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,SAAS;YACvF,QAAQ,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC,CAAC,KAAK,CAAC,uBAAuB,CAAC,UAAU,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,SAAS;SACxF,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IApBe,uDAAU,aAoBzB,CAAA;IACY,iDAAI,GAAG,gBAAgB,CAAC;IACrC,SAAgB,sBAAsB,CACpC,GAAiD,EACjD,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,+BAA+B,CAAC,sBAAsB,CAC3D,GAAG,CAC6C,CAAC,GACpD;YACD,qBAAqB,EAAE,GAAG,CAAC,mBAAmB;gBAC5C,CAAC,CAAC,KAAK,CAAC,iBAAiB,CAAC,sBAAsB,CAAC,GAAG,CAAC,mBAAmB,CAAC;gBACzE,CAAC,CAAC,SAAS;YACb,QAAQ,EAAE,GAAG,CAAC,MAAM;gBAClB,CAAC,CAAC,KAAK,CAAC,uBAAuB,CAAC,sBAAsB,CAAC,GAAG,CAAC,MAAM,CAAC;gBAClE,CAAC,CAAC,SAAS;YACb,QAAQ,EAAE,GAAG,CAAC,MAAM;gBAClB,CAAC,CAAC,KAAK,CAAC,uBAAuB,CAAC,sBAAsB,CAAC,GAAG,CAAC,MAAM,CAAC;gBAClE,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAxBe,mEAAsB,yBAwBrC,CAAA;AACH,CAAC,EAhDgB,4CAA4C,GAA5C,oDAA4C,KAA5C,oDAA4C,QAgD5D"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Database Migration API
|
|
3
3
|
* Use the Oracle Cloud Infrastructure Database Migration APIs to perform database migration operations.
|
|
4
|
-
* OpenAPI spec version:
|
|
4
|
+
* OpenAPI spec version: 20230518
|
|
5
5
|
*
|
|
6
6
|
*
|
|
7
7
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/**
|
|
3
3
|
* Database Migration API
|
|
4
4
|
* Use the Oracle Cloud Infrastructure Database Migration APIs to perform database migration operations.
|
|
5
|
-
* OpenAPI spec version:
|
|
5
|
+
* OpenAPI spec version: 20230518
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Database Migration API
|
|
3
3
|
* Use the Oracle Cloud Infrastructure Database Migration APIs to perform database migration operations.
|
|
4
|
-
* OpenAPI spec version:
|
|
4
|
+
* OpenAPI spec version: 20230518
|
|
5
5
|
*
|
|
6
6
|
*
|
|
7
7
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/**
|
|
3
3
|
* Database Migration API
|
|
4
4
|
* Use the Oracle Cloud Infrastructure Database Migration APIs to perform database migration operations.
|
|
5
|
-
* OpenAPI spec version:
|
|
5
|
+
* OpenAPI spec version: 20230518
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Database Migration API
|
|
3
3
|
* Use the Oracle Cloud Infrastructure Database Migration APIs to perform database migration operations.
|
|
4
|
-
* OpenAPI spec version:
|
|
4
|
+
* OpenAPI spec version: 20230518
|
|
5
5
|
*
|
|
6
6
|
*
|
|
7
7
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/**
|
|
3
3
|
* Database Migration API
|
|
4
4
|
* Use the Oracle Cloud Infrastructure Database Migration APIs to perform database migration operations.
|
|
5
|
-
* OpenAPI spec version:
|
|
5
|
+
* OpenAPI spec version: 20230518
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Database Migration API
|
|
3
|
+
* Use the Oracle Cloud Infrastructure Database Migration APIs to perform database migration operations.
|
|
4
|
+
* OpenAPI spec version: 20230518
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
/**
|
|
14
|
+
* Primary Key Compatibility option.
|
|
15
|
+
* IGNORE_MISSING_PKS - Make the instance, schema, or table dump utility ignore any missing
|
|
16
|
+
* primary keys when the dump is carried out,
|
|
17
|
+
* CREATE_INVISIBLE_PKS - Add a flag in the dump metadata to notify MySQL Shell\u2019s dump loading utility to add
|
|
18
|
+
* primary keys in invisible columns, for each table that does not contain a primary key.
|
|
19
|
+
*
|
|
20
|
+
**/
|
|
21
|
+
export declare enum PrimaryKeyCompatibility {
|
|
22
|
+
None = "NONE",
|
|
23
|
+
IgnoreMissingPks = "IGNORE_MISSING_PKS",
|
|
24
|
+
CreateInvisiblePks = "CREATE_INVISIBLE_PKS",
|
|
25
|
+
/**
|
|
26
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
27
|
+
* version of the SDK.
|
|
28
|
+
*/
|
|
29
|
+
UnknownValue = "UNKNOWN_VALUE"
|
|
30
|
+
}
|
|
31
|
+
export declare namespace PrimaryKeyCompatibility {
|
|
32
|
+
function getJsonObj(obj: PrimaryKeyCompatibility): PrimaryKeyCompatibility;
|
|
33
|
+
function getDeserializedJsonObj(obj: PrimaryKeyCompatibility): PrimaryKeyCompatibility;
|
|
34
|
+
}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Database Migration API
|
|
4
|
+
* Use the Oracle Cloud Infrastructure Database Migration APIs to perform database migration operations.
|
|
5
|
+
* OpenAPI spec version: 20230518
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
exports.PrimaryKeyCompatibility = void 0;
|
|
16
|
+
/**
|
|
17
|
+
* Primary Key Compatibility option.
|
|
18
|
+
* IGNORE_MISSING_PKS - Make the instance, schema, or table dump utility ignore any missing
|
|
19
|
+
* primary keys when the dump is carried out,
|
|
20
|
+
* CREATE_INVISIBLE_PKS - Add a flag in the dump metadata to notify MySQL Shell\u2019s dump loading utility to add
|
|
21
|
+
* primary keys in invisible columns, for each table that does not contain a primary key.
|
|
22
|
+
*
|
|
23
|
+
**/
|
|
24
|
+
var PrimaryKeyCompatibility;
|
|
25
|
+
(function (PrimaryKeyCompatibility) {
|
|
26
|
+
PrimaryKeyCompatibility["None"] = "NONE";
|
|
27
|
+
PrimaryKeyCompatibility["IgnoreMissingPks"] = "IGNORE_MISSING_PKS";
|
|
28
|
+
PrimaryKeyCompatibility["CreateInvisiblePks"] = "CREATE_INVISIBLE_PKS";
|
|
29
|
+
/**
|
|
30
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
31
|
+
* version of the SDK.
|
|
32
|
+
*/
|
|
33
|
+
PrimaryKeyCompatibility["UnknownValue"] = "UNKNOWN_VALUE";
|
|
34
|
+
})(PrimaryKeyCompatibility = exports.PrimaryKeyCompatibility || (exports.PrimaryKeyCompatibility = {}));
|
|
35
|
+
(function (PrimaryKeyCompatibility) {
|
|
36
|
+
function getJsonObj(obj) {
|
|
37
|
+
return obj;
|
|
38
|
+
}
|
|
39
|
+
PrimaryKeyCompatibility.getJsonObj = getJsonObj;
|
|
40
|
+
function getDeserializedJsonObj(obj) {
|
|
41
|
+
return obj;
|
|
42
|
+
}
|
|
43
|
+
PrimaryKeyCompatibility.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
44
|
+
})(PrimaryKeyCompatibility = exports.PrimaryKeyCompatibility || (exports.PrimaryKeyCompatibility = {}));
|
|
45
|
+
//# sourceMappingURL=primary-key-compatibility.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"primary-key-compatibility.js","sourceRoot":"","sources":["../../../../../lib/databasemigration/lib/model/primary-key-compatibility.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAKH;;;;;;;IAOI;AACJ,IAAY,uBAUX;AAVD,WAAY,uBAAuB;IACjC,wCAAa,CAAA;IACb,kEAAuC,CAAA;IACvC,sEAA2C,CAAA;IAE3C;;;OAGG;IACH,yDAA8B,CAAA;AAChC,CAAC,EAVW,uBAAuB,GAAvB,+BAAuB,KAAvB,+BAAuB,QAUlC;AAED,WAAiB,uBAAuB;IACtC,SAAgB,UAAU,CAAC,GAA4B;QACrD,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,kCAAU,aAEzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA4B;QACjE,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,8CAAsB,yBAErC,CAAA;AACH,CAAC,EAPgB,uBAAuB,GAAvB,+BAAuB,KAAvB,+BAAuB,QAOvC"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Database Migration API
|
|
3
3
|
* Use the Oracle Cloud Infrastructure Database Migration APIs to perform database migration operations.
|
|
4
|
-
* OpenAPI spec version:
|
|
4
|
+
* OpenAPI spec version: 20230518
|
|
5
5
|
*
|
|
6
6
|
*
|
|
7
7
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/**
|
|
3
3
|
* Database Migration API
|
|
4
4
|
* Use the Oracle Cloud Infrastructure Database Migration APIs to perform database migration operations.
|
|
5
|
-
* OpenAPI spec version:
|
|
5
|
+
* OpenAPI spec version: 20230518
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Database Migration API
|
|
3
3
|
* Use the Oracle Cloud Infrastructure Database Migration APIs to perform database migration operations.
|
|
4
|
-
* OpenAPI spec version:
|
|
4
|
+
* OpenAPI spec version: 20230518
|
|
5
5
|
*
|
|
6
6
|
*
|
|
7
7
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/**
|
|
3
3
|
* Database Migration API
|
|
4
4
|
* Use the Oracle Cloud Infrastructure Database Migration APIs to perform database migration operations.
|
|
5
|
-
* OpenAPI spec version:
|
|
5
|
+
* OpenAPI spec version: 20230518
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
package/lib/model/replicat.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Database Migration API
|
|
3
3
|
* Use the Oracle Cloud Infrastructure Database Migration APIs to perform database migration operations.
|
|
4
|
-
* OpenAPI spec version:
|
|
4
|
+
* OpenAPI spec version: 20230518
|
|
5
5
|
*
|
|
6
6
|
*
|
|
7
7
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
@@ -13,7 +13,6 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
/**
|
|
15
15
|
* Parameters for Replicat processes.
|
|
16
|
-
*
|
|
17
16
|
*/
|
|
18
17
|
export interface Replicat {
|
|
19
18
|
/**
|
|
@@ -21,21 +20,6 @@ export interface Replicat {
|
|
|
21
20
|
*
|
|
22
21
|
*/
|
|
23
22
|
"performanceProfile"?: model.ReplicatPerformanceProfile;
|
|
24
|
-
/**
|
|
25
|
-
* Number of threads used to read trail files (valid for Parallel Replicat)
|
|
26
|
-
* Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
27
|
-
*/
|
|
28
|
-
"mapParallelism"?: number;
|
|
29
|
-
/**
|
|
30
|
-
* Defines the range in which Replicat automatically adjusts its apply parallelism (valid for Parallel Replicat)
|
|
31
|
-
* Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
32
|
-
*/
|
|
33
|
-
"minApplyParallelism"?: number;
|
|
34
|
-
/**
|
|
35
|
-
* Defines the range in which Replicat automatically adjusts its apply parallelism (valid for Parallel Replicat)
|
|
36
|
-
* Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
37
|
-
*/
|
|
38
|
-
"maxApplyParallelism"?: number;
|
|
39
23
|
}
|
|
40
24
|
export declare namespace Replicat {
|
|
41
25
|
function getJsonObj(obj: Replicat): object;
|
package/lib/model/replicat.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/**
|
|
3
3
|
* Database Migration API
|
|
4
4
|
* Use the Oracle Cloud Infrastructure Database Migration APIs to perform database migration operations.
|
|
5
|
-
* OpenAPI spec version:
|
|
5
|
+
* OpenAPI spec version: 20230518
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"replicat.js","sourceRoot":"","sources":["../../../../../lib/databasemigration/lib/model/replicat.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;
|
|
1
|
+
{"version":3,"file":"replicat.js","sourceRoot":"","sources":["../../../../../lib/databasemigration/lib/model/replicat.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAgBH,IAAiB,QAAQ,CAWxB;AAXD,WAAiB,QAAQ;IACvB,SAAgB,UAAU,CAAC,GAAa;QACtC,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,mBAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAa;QAClD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,+BAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,QAAQ,GAAR,gBAAQ,KAAR,gBAAQ,QAWxB"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Database Migration API
|
|
3
3
|
* Use the Oracle Cloud Infrastructure Database Migration APIs to perform database migration operations.
|
|
4
|
-
* OpenAPI spec version:
|
|
4
|
+
* OpenAPI spec version: 20230518
|
|
5
5
|
*
|
|
6
6
|
*
|
|
7
7
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/**
|
|
3
3
|
* Database Migration API
|
|
4
4
|
* Use the Oracle Cloud Infrastructure Database Migration APIs to perform database migration operations.
|
|
5
|
-
* OpenAPI spec version:
|
|
5
|
+
* OpenAPI spec version: 20230518
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Database Migration API
|
|
3
3
|
* Use the Oracle Cloud Infrastructure Database Migration APIs to perform database migration operations.
|
|
4
|
-
* OpenAPI spec version:
|
|
4
|
+
* OpenAPI spec version: 20230518
|
|
5
5
|
*
|
|
6
6
|
*
|
|
7
7
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
package/lib/model/result-type.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/**
|
|
3
3
|
* Database Migration API
|
|
4
4
|
* Use the Oracle Cloud Infrastructure Database Migration APIs to perform database migration operations.
|
|
5
|
-
* OpenAPI spec version:
|
|
5
|
+
* OpenAPI spec version: 20230518
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Database Migration API
|
|
3
3
|
* Use the Oracle Cloud Infrastructure Database Migration APIs to perform database migration operations.
|
|
4
|
-
* OpenAPI spec version:
|
|
4
|
+
* OpenAPI spec version: 20230518
|
|
5
5
|
*
|
|
6
6
|
*
|
|
7
7
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/**
|
|
3
3
|
* Database Migration API
|
|
4
4
|
* Use the Oracle Cloud Infrastructure Database Migration APIs to perform database migration operations.
|
|
5
|
-
* OpenAPI spec version:
|
|
5
|
+
* OpenAPI spec version: 20230518
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Database Migration API
|
|
3
3
|
* Use the Oracle Cloud Infrastructure Database Migration APIs to perform database migration operations.
|
|
4
|
-
* OpenAPI spec version:
|
|
4
|
+
* OpenAPI spec version: 20230518
|
|
5
5
|
*
|
|
6
6
|
*
|
|
7
7
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
package/lib/model/sort-orders.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/**
|
|
3
3
|
* Database Migration API
|
|
4
4
|
* Use the Oracle Cloud Infrastructure Database Migration APIs to perform database migration operations.
|
|
5
|
-
* OpenAPI spec version:
|
|
5
|
+
* OpenAPI spec version: 20230518
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|