oci-databasemigration 2.88.1 → 2.89.0
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 +36 -96
- package/lib/client.js +76 -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/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/{agent-summary.js → create-my-sql-advisor-settings.js} +8 -8
- 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/{agent-collection.js → create-my-sql-ggs-deployment-details.js} +11 -17
- 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 +49 -0
- package/lib/model/create-oracle-migration-details.js +106 -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 +153 -121
- package/lib/model/index.js +157 -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/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/{agent-image-collection.d.ts → my-sql-clone-migration-details.d.ts} +8 -12
- 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/{agent.js → my-sql-database-object-summary.js} +8 -8
- 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 +33 -0
- package/lib/model/oracle-migration.js +82 -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/{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/{create-database-link-details.js → update-my-sql-initial-load-settings.js} +16 -12
- 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 +33 -0
- package/lib/model/update-oracle-migration-details.js +86 -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 +1 -13
- package/lib/request/index.js +2 -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-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 +1 -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-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/migration-object-summary.js +0 -29
- package/lib/model/migration-object-summary.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 +0 -15
- 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.d.ts +0 -67
- package/lib/request/list-agents-request.js +0 -24
- 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.d.ts +0 -32
- 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
|
@@ -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.
|
|
@@ -11,17 +11,72 @@
|
|
|
11
11
|
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
12
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
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
|
+
};
|
|
14
33
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
34
|
exports.ConnectionSummary = void 0;
|
|
35
|
+
const model = __importStar(require("../model"));
|
|
36
|
+
const common = require("oci-common");
|
|
16
37
|
var ConnectionSummary;
|
|
17
38
|
(function (ConnectionSummary) {
|
|
18
39
|
function getJsonObj(obj) {
|
|
19
|
-
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
40
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
41
|
+
"ingressIps": obj.ingressIps
|
|
42
|
+
? obj.ingressIps.map(item => {
|
|
43
|
+
return model.IngressIpDetails.getJsonObj(item);
|
|
44
|
+
})
|
|
45
|
+
: undefined
|
|
46
|
+
});
|
|
47
|
+
if (obj && "connectionType" in obj && obj.connectionType) {
|
|
48
|
+
switch (obj.connectionType) {
|
|
49
|
+
case "ORACLE":
|
|
50
|
+
return model.OracleConnectionSummary.getJsonObj(jsonObj, true);
|
|
51
|
+
case "MYSQL":
|
|
52
|
+
return model.MysqlConnectionSummary.getJsonObj(jsonObj, true);
|
|
53
|
+
default:
|
|
54
|
+
if (common.LOG.logger)
|
|
55
|
+
common.LOG.logger.info(`Unknown value for: ${obj.connectionType}`);
|
|
56
|
+
}
|
|
57
|
+
}
|
|
20
58
|
return jsonObj;
|
|
21
59
|
}
|
|
22
60
|
ConnectionSummary.getJsonObj = getJsonObj;
|
|
23
61
|
function getDeserializedJsonObj(obj) {
|
|
24
|
-
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
62
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
63
|
+
"ingressIps": obj.ingressIps
|
|
64
|
+
? obj.ingressIps.map(item => {
|
|
65
|
+
return model.IngressIpDetails.getDeserializedJsonObj(item);
|
|
66
|
+
})
|
|
67
|
+
: undefined
|
|
68
|
+
});
|
|
69
|
+
if (obj && "connectionType" in obj && obj.connectionType) {
|
|
70
|
+
switch (obj.connectionType) {
|
|
71
|
+
case "ORACLE":
|
|
72
|
+
return model.OracleConnectionSummary.getDeserializedJsonObj(jsonObj, true);
|
|
73
|
+
case "MYSQL":
|
|
74
|
+
return model.MysqlConnectionSummary.getDeserializedJsonObj(jsonObj, true);
|
|
75
|
+
default:
|
|
76
|
+
if (common.LOG.logger)
|
|
77
|
+
common.LOG.logger.info(`Unknown value for: ${obj.connectionType}`);
|
|
78
|
+
}
|
|
79
|
+
}
|
|
25
80
|
return jsonObj;
|
|
26
81
|
}
|
|
27
82
|
ConnectionSummary.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"connection-summary.js","sourceRoot":"","sources":["../../../../../lib/databasemigration/lib/model/connection-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG
|
|
1
|
+
{"version":3,"file":"connection-summary.js","sourceRoot":"","sources":["../../../../../lib/databasemigration/lib/model/connection-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAClC,qCAAsC;AA2FtC,IAAiB,iBAAiB,CA6DjC;AA7DD,WAAiB,iBAAiB;IAChC,SAAgB,UAAU,CAAC,GAAsB;QAC/C,MAAM,OAAO,mCACR,GAAG,GACH;YACD,YAAY,EAAE,GAAG,CAAC,UAAU;gBAC1B,CAAC,CAAC,GAAG,CAAC,UAAU,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACxB,OAAO,KAAK,CAAC,gBAAgB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACjD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,IAAI,GAAG,IAAI,gBAAgB,IAAI,GAAG,IAAI,GAAG,CAAC,cAAc,EAAE;YACxD,QAAQ,GAAG,CAAC,cAAc,EAAE;gBAC1B,KAAK,QAAQ;oBACX,OAAO,KAAK,CAAC,uBAAuB,CAAC,UAAU,CACL,OAAQ,EAChD,IAAI,CACL,CAAC;gBACJ,KAAK,OAAO;oBACV,OAAO,KAAK,CAAC,sBAAsB,CAAC,UAAU,CACL,OAAQ,EAC/C,IAAI,CACL,CAAC;gBACJ;oBACE,IAAI,MAAM,CAAC,GAAG,CAAC,MAAM;wBAAE,MAAM,CAAC,GAAG,CAAC,MAAM,CAAC,IAAI,CAAC,sBAAsB,GAAG,CAAC,cAAc,EAAE,CAAC,CAAC;aAC7F;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IA7Be,4BAAU,aA6BzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAsB;QAC3D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,YAAY,EAAE,GAAG,CAAC,UAAU;gBAC1B,CAAC,CAAC,GAAG,CAAC,UAAU,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACxB,OAAO,KAAK,CAAC,gBAAgB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAC7D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,IAAI,GAAG,IAAI,gBAAgB,IAAI,GAAG,IAAI,GAAG,CAAC,cAAc,EAAE;YACxD,QAAQ,GAAG,CAAC,cAAc,EAAE;gBAC1B,KAAK,QAAQ;oBACX,OAAO,KAAK,CAAC,uBAAuB,CAAC,sBAAsB,CACjB,OAAQ,EAChD,IAAI,CACL,CAAC;gBACJ,KAAK,OAAO;oBACV,OAAO,KAAK,CAAC,sBAAsB,CAAC,sBAAsB,CACjB,OAAQ,EAC/C,IAAI,CACL,CAAC;gBACJ;oBACE,IAAI,MAAM,CAAC,GAAG,CAAC,MAAM;wBAAE,MAAM,CAAC,GAAG,CAAC,MAAM,CAAC,IAAI,CAAC,sBAAsB,GAAG,CAAC,cAAc,EAAE,CAAC,CAAC;aAC7F;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IA7Be,wCAAsB,yBA6BrC,CAAA;AACH,CAAC,EA7DgB,iBAAiB,GAAjB,yBAAiB,KAAjB,yBAAiB,QA6DjC"}
|
|
@@ -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.
|
|
@@ -11,19 +11,20 @@
|
|
|
11
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
12
|
*/
|
|
13
13
|
/**
|
|
14
|
-
*
|
|
14
|
+
* The type of database connection.
|
|
15
|
+
* Example: ORACLE or MYSQL
|
|
15
16
|
*
|
|
16
17
|
**/
|
|
17
|
-
export declare enum
|
|
18
|
+
export declare enum ConnectionType {
|
|
19
|
+
Mysql = "MYSQL",
|
|
18
20
|
Oracle = "ORACLE",
|
|
19
|
-
RdsOracle = "RDS_ORACLE",
|
|
20
21
|
/**
|
|
21
22
|
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
22
23
|
* version of the SDK.
|
|
23
24
|
*/
|
|
24
25
|
UnknownValue = "UNKNOWN_VALUE"
|
|
25
26
|
}
|
|
26
|
-
export declare namespace
|
|
27
|
-
function getJsonObj(obj:
|
|
28
|
-
function getDeserializedJsonObj(obj:
|
|
27
|
+
export declare namespace ConnectionType {
|
|
28
|
+
function getJsonObj(obj: ConnectionType): ConnectionType;
|
|
29
|
+
function getDeserializedJsonObj(obj: ConnectionType): ConnectionType;
|
|
29
30
|
}
|
|
@@ -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.
|
|
@@ -12,32 +12,30 @@
|
|
|
12
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
13
|
*/
|
|
14
14
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
-
exports.
|
|
15
|
+
exports.ConnectionType = void 0;
|
|
16
16
|
/**
|
|
17
|
-
*
|
|
17
|
+
* The type of database connection.
|
|
18
|
+
* Example: ORACLE or MYSQL
|
|
18
19
|
*
|
|
19
20
|
**/
|
|
20
|
-
var
|
|
21
|
-
(function (
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
DataPumpJobMode["Table"] = "TABLE";
|
|
25
|
-
DataPumpJobMode["Tablespace"] = "TABLESPACE";
|
|
26
|
-
DataPumpJobMode["Transportable"] = "TRANSPORTABLE";
|
|
21
|
+
var ConnectionType;
|
|
22
|
+
(function (ConnectionType) {
|
|
23
|
+
ConnectionType["Mysql"] = "MYSQL";
|
|
24
|
+
ConnectionType["Oracle"] = "ORACLE";
|
|
27
25
|
/**
|
|
28
26
|
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
29
27
|
* version of the SDK.
|
|
30
28
|
*/
|
|
31
|
-
|
|
32
|
-
})(
|
|
33
|
-
(function (
|
|
29
|
+
ConnectionType["UnknownValue"] = "UNKNOWN_VALUE";
|
|
30
|
+
})(ConnectionType = exports.ConnectionType || (exports.ConnectionType = {}));
|
|
31
|
+
(function (ConnectionType) {
|
|
34
32
|
function getJsonObj(obj) {
|
|
35
33
|
return obj;
|
|
36
34
|
}
|
|
37
|
-
|
|
35
|
+
ConnectionType.getJsonObj = getJsonObj;
|
|
38
36
|
function getDeserializedJsonObj(obj) {
|
|
39
37
|
return obj;
|
|
40
38
|
}
|
|
41
|
-
|
|
42
|
-
})(
|
|
43
|
-
//# sourceMappingURL=
|
|
39
|
+
ConnectionType.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
40
|
+
})(ConnectionType = exports.ConnectionType || (exports.ConnectionType = {}));
|
|
41
|
+
//# sourceMappingURL=connection-type.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"connection-type.js","sourceRoot":"","sources":["../../../../../lib/databasemigration/lib/model/connection-type.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAKH;;;;IAII;AACJ,IAAY,cASX;AATD,WAAY,cAAc;IACxB,iCAAe,CAAA;IACf,mCAAiB,CAAA;IAEjB;;;OAGG;IACH,gDAA8B,CAAA;AAChC,CAAC,EATW,cAAc,GAAd,sBAAc,KAAd,sBAAc,QASzB;AAED,WAAiB,cAAc;IAC7B,SAAgB,UAAU,CAAC,GAAmB;QAC5C,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,yBAAU,aAEzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAmB;QACxD,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,qCAAsB,yBAErC,CAAA;AACH,CAAC,EAPgB,cAAc,GAAd,sBAAc,KAAd,sBAAc,QAO9B"}
|
|
@@ -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,117 +12,145 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
/**
|
|
15
|
-
*
|
|
16
|
-
*
|
|
15
|
+
* Represents the common details required for creating a new connection.
|
|
17
16
|
*/
|
|
18
17
|
export interface Connection {
|
|
19
18
|
/**
|
|
20
|
-
* The OCID of the
|
|
21
|
-
*
|
|
19
|
+
* The OCID of the connection being referenced.
|
|
22
20
|
*/
|
|
23
21
|
"id": string;
|
|
24
22
|
/**
|
|
25
|
-
*
|
|
23
|
+
* A user-friendly name. Does not have to be unique, and it's changeable.
|
|
24
|
+
* Avoid entering confidential information.
|
|
26
25
|
*
|
|
27
26
|
*/
|
|
28
|
-
"
|
|
27
|
+
"displayName": string;
|
|
29
28
|
/**
|
|
30
|
-
*
|
|
29
|
+
* A user-friendly description. Does not have to be unique, and it's changeable.
|
|
30
|
+
* Avoid entering confidential information.
|
|
31
31
|
*
|
|
32
32
|
*/
|
|
33
|
-
"
|
|
33
|
+
"description"?: string;
|
|
34
34
|
/**
|
|
35
|
-
*
|
|
36
|
-
*
|
|
35
|
+
* The OCID of the compartment.
|
|
37
36
|
*/
|
|
38
|
-
"
|
|
37
|
+
"compartmentId": string;
|
|
39
38
|
/**
|
|
40
|
-
*
|
|
39
|
+
* Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
|
|
40
|
+
* For more information, see Resource Tags. Example: {\"Department\": \"Finance\"}
|
|
41
41
|
*
|
|
42
42
|
*/
|
|
43
|
-
"
|
|
43
|
+
"freeformTags"?: {
|
|
44
|
+
[key: string]: string;
|
|
45
|
+
};
|
|
44
46
|
/**
|
|
45
|
-
*
|
|
47
|
+
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
48
|
+
* Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
|
|
46
49
|
*
|
|
47
50
|
*/
|
|
48
|
-
"
|
|
51
|
+
"definedTags"?: {
|
|
52
|
+
[key: string]: {
|
|
53
|
+
[key: string]: any;
|
|
54
|
+
};
|
|
55
|
+
};
|
|
49
56
|
/**
|
|
50
|
-
*
|
|
57
|
+
* Usage of system tag keys. These predefined keys are scoped to namespaces.
|
|
58
|
+
* Example: {@code {\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}}
|
|
51
59
|
*
|
|
52
60
|
*/
|
|
53
|
-
"
|
|
54
|
-
|
|
61
|
+
"systemTags"?: {
|
|
62
|
+
[key: string]: {
|
|
63
|
+
[key: string]: any;
|
|
64
|
+
};
|
|
65
|
+
};
|
|
55
66
|
/**
|
|
56
|
-
*
|
|
57
|
-
*
|
|
67
|
+
* The Connection's current lifecycle state.
|
|
58
68
|
*/
|
|
59
|
-
"
|
|
69
|
+
"lifecycleState": Connection.LifecycleState;
|
|
60
70
|
/**
|
|
61
|
-
*
|
|
71
|
+
* The message describing the current state of the connection's lifecycle in detail.
|
|
72
|
+
* For example, can be used to provide actionable information for a connection in a Failed state.
|
|
62
73
|
*
|
|
63
74
|
*/
|
|
64
|
-
"
|
|
65
|
-
"sshDetails"?: model.SshDetails;
|
|
66
|
-
"adminCredentials"?: model.AdminCredentials;
|
|
67
|
-
"replicationCredentials"?: model.AdminCredentials;
|
|
68
|
-
"privateEndpoint"?: model.PrivateEndpointDetails;
|
|
69
|
-
"vaultDetails"?: model.VaultDetails;
|
|
75
|
+
"lifecycleDetails"?: string;
|
|
70
76
|
/**
|
|
71
|
-
* The
|
|
77
|
+
* The time when this resource was created.
|
|
78
|
+
* An RFC3339 formatted datetime string such as {@code 2016-08-25T21:10:29.600Z}.
|
|
72
79
|
*
|
|
73
80
|
*/
|
|
74
|
-
"
|
|
81
|
+
"timeCreated": Date;
|
|
75
82
|
/**
|
|
76
|
-
*
|
|
77
|
-
*
|
|
83
|
+
* The time when this resource was updated.
|
|
84
|
+
* An RFC3339 formatted datetime string such as {@code 2016-08-25T21:10:29.600Z}.
|
|
78
85
|
*
|
|
79
86
|
*/
|
|
80
|
-
"
|
|
87
|
+
"timeUpdated": Date;
|
|
81
88
|
/**
|
|
82
|
-
*
|
|
83
|
-
*
|
|
89
|
+
* OCI resource ID.
|
|
84
90
|
*/
|
|
85
|
-
"
|
|
91
|
+
"vaultId"?: string;
|
|
86
92
|
/**
|
|
87
|
-
* The
|
|
93
|
+
* The OCID of the key used in cryptographic operations.
|
|
94
|
+
*/
|
|
95
|
+
"keyId"?: string;
|
|
96
|
+
/**
|
|
97
|
+
* OCI resource ID.
|
|
98
|
+
*/
|
|
99
|
+
"subnetId"?: string;
|
|
100
|
+
/**
|
|
101
|
+
* List of ingress IP addresses from where to connect to this connection's privateIp.
|
|
102
|
+
*/
|
|
103
|
+
"ingressIps"?: Array<model.IngressIpDetails>;
|
|
104
|
+
/**
|
|
105
|
+
* An array of Network Security Group OCIDs used to define network access for Connections.
|
|
88
106
|
*
|
|
89
107
|
*/
|
|
90
|
-
"
|
|
108
|
+
"nsgIds"?: Array<string>;
|
|
91
109
|
/**
|
|
92
|
-
*
|
|
93
|
-
* Example: {@code {\"bar-key\": \"value\"}}
|
|
110
|
+
* The username (credential) used when creating or updating this resource.
|
|
94
111
|
*
|
|
95
112
|
*/
|
|
96
|
-
"
|
|
97
|
-
[key: string]: string;
|
|
98
|
-
};
|
|
113
|
+
"username": string;
|
|
99
114
|
/**
|
|
100
|
-
*
|
|
101
|
-
* Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
|
|
115
|
+
* The password (credential) used when creating or updating this resource.
|
|
102
116
|
*
|
|
103
117
|
*/
|
|
104
|
-
"
|
|
105
|
-
[key: string]: {
|
|
106
|
-
[key: string]: any;
|
|
107
|
-
};
|
|
108
|
-
};
|
|
118
|
+
"password"?: string;
|
|
109
119
|
/**
|
|
110
|
-
*
|
|
111
|
-
* Example: {@code {\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}}
|
|
120
|
+
* The username (credential) used when creating or updating this resource.
|
|
112
121
|
*
|
|
113
122
|
*/
|
|
114
|
-
"
|
|
115
|
-
[key: string]: {
|
|
116
|
-
[key: string]: any;
|
|
117
|
-
};
|
|
118
|
-
};
|
|
123
|
+
"replicationUsername"?: string;
|
|
119
124
|
/**
|
|
120
|
-
*
|
|
125
|
+
* The password (credential) used when creating or updating this resource.
|
|
121
126
|
*
|
|
122
127
|
*/
|
|
123
|
-
"
|
|
128
|
+
"replicationPassword"?: string;
|
|
129
|
+
/**
|
|
130
|
+
* The OCID of the resource being referenced.
|
|
131
|
+
*/
|
|
132
|
+
"secretId"?: string;
|
|
133
|
+
/**
|
|
134
|
+
* The OCID of the resource being referenced.
|
|
135
|
+
*/
|
|
136
|
+
"privateEndpointId"?: string;
|
|
137
|
+
"connectionType": string;
|
|
124
138
|
}
|
|
125
139
|
export declare namespace Connection {
|
|
140
|
+
enum LifecycleState {
|
|
141
|
+
Creating = "CREATING",
|
|
142
|
+
Updating = "UPDATING",
|
|
143
|
+
Active = "ACTIVE",
|
|
144
|
+
Inactive = "INACTIVE",
|
|
145
|
+
Deleting = "DELETING",
|
|
146
|
+
Deleted = "DELETED",
|
|
147
|
+
Failed = "FAILED",
|
|
148
|
+
/**
|
|
149
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
150
|
+
* version of the SDK.
|
|
151
|
+
*/
|
|
152
|
+
UnknownValue = "UNKNOWN_VALUE"
|
|
153
|
+
}
|
|
126
154
|
function getJsonObj(obj: Connection): object;
|
|
127
155
|
function getDeserializedJsonObj(obj: Connection): object;
|
|
128
156
|
}
|
package/lib/model/connection.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.
|
|
@@ -33,51 +33,65 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
33
33
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
34
34
|
exports.Connection = void 0;
|
|
35
35
|
const model = __importStar(require("../model"));
|
|
36
|
+
const common = require("oci-common");
|
|
36
37
|
var Connection;
|
|
37
38
|
(function (Connection) {
|
|
39
|
+
let LifecycleState;
|
|
40
|
+
(function (LifecycleState) {
|
|
41
|
+
LifecycleState["Creating"] = "CREATING";
|
|
42
|
+
LifecycleState["Updating"] = "UPDATING";
|
|
43
|
+
LifecycleState["Active"] = "ACTIVE";
|
|
44
|
+
LifecycleState["Inactive"] = "INACTIVE";
|
|
45
|
+
LifecycleState["Deleting"] = "DELETING";
|
|
46
|
+
LifecycleState["Deleted"] = "DELETED";
|
|
47
|
+
LifecycleState["Failed"] = "FAILED";
|
|
48
|
+
/**
|
|
49
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
50
|
+
* version of the SDK.
|
|
51
|
+
*/
|
|
52
|
+
LifecycleState["UnknownValue"] = "UNKNOWN_VALUE";
|
|
53
|
+
})(LifecycleState = Connection.LifecycleState || (Connection.LifecycleState = {}));
|
|
38
54
|
function getJsonObj(obj) {
|
|
39
55
|
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
40
|
-
"
|
|
41
|
-
?
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
"adminCredentials": obj.adminCredentials
|
|
45
|
-
? model.AdminCredentials.getJsonObj(obj.adminCredentials)
|
|
46
|
-
: undefined,
|
|
47
|
-
"replicationCredentials": obj.replicationCredentials
|
|
48
|
-
? model.AdminCredentials.getJsonObj(obj.replicationCredentials)
|
|
49
|
-
: undefined,
|
|
50
|
-
"privateEndpoint": obj.privateEndpoint
|
|
51
|
-
? model.PrivateEndpointDetails.getJsonObj(obj.privateEndpoint)
|
|
52
|
-
: undefined,
|
|
53
|
-
"vaultDetails": obj.vaultDetails
|
|
54
|
-
? model.VaultDetails.getJsonObj(obj.vaultDetails)
|
|
56
|
+
"ingressIps": obj.ingressIps
|
|
57
|
+
? obj.ingressIps.map(item => {
|
|
58
|
+
return model.IngressIpDetails.getJsonObj(item);
|
|
59
|
+
})
|
|
55
60
|
: undefined
|
|
56
61
|
});
|
|
62
|
+
if (obj && "connectionType" in obj && obj.connectionType) {
|
|
63
|
+
switch (obj.connectionType) {
|
|
64
|
+
case "MYSQL":
|
|
65
|
+
return model.MysqlConnection.getJsonObj(jsonObj, true);
|
|
66
|
+
case "ORACLE":
|
|
67
|
+
return model.OracleConnection.getJsonObj(jsonObj, true);
|
|
68
|
+
default:
|
|
69
|
+
if (common.LOG.logger)
|
|
70
|
+
common.LOG.logger.info(`Unknown value for: ${obj.connectionType}`);
|
|
71
|
+
}
|
|
72
|
+
}
|
|
57
73
|
return jsonObj;
|
|
58
74
|
}
|
|
59
75
|
Connection.getJsonObj = getJsonObj;
|
|
60
76
|
function getDeserializedJsonObj(obj) {
|
|
61
77
|
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
62
|
-
"
|
|
63
|
-
?
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
? model.SshDetails.getDeserializedJsonObj(obj.sshDetails)
|
|
67
|
-
: undefined,
|
|
68
|
-
"adminCredentials": obj.adminCredentials
|
|
69
|
-
? model.AdminCredentials.getDeserializedJsonObj(obj.adminCredentials)
|
|
70
|
-
: undefined,
|
|
71
|
-
"replicationCredentials": obj.replicationCredentials
|
|
72
|
-
? model.AdminCredentials.getDeserializedJsonObj(obj.replicationCredentials)
|
|
73
|
-
: undefined,
|
|
74
|
-
"privateEndpoint": obj.privateEndpoint
|
|
75
|
-
? model.PrivateEndpointDetails.getDeserializedJsonObj(obj.privateEndpoint)
|
|
76
|
-
: undefined,
|
|
77
|
-
"vaultDetails": obj.vaultDetails
|
|
78
|
-
? model.VaultDetails.getDeserializedJsonObj(obj.vaultDetails)
|
|
78
|
+
"ingressIps": obj.ingressIps
|
|
79
|
+
? obj.ingressIps.map(item => {
|
|
80
|
+
return model.IngressIpDetails.getDeserializedJsonObj(item);
|
|
81
|
+
})
|
|
79
82
|
: undefined
|
|
80
83
|
});
|
|
84
|
+
if (obj && "connectionType" in obj && obj.connectionType) {
|
|
85
|
+
switch (obj.connectionType) {
|
|
86
|
+
case "MYSQL":
|
|
87
|
+
return model.MysqlConnection.getDeserializedJsonObj(jsonObj, true);
|
|
88
|
+
case "ORACLE":
|
|
89
|
+
return model.OracleConnection.getDeserializedJsonObj(jsonObj, true);
|
|
90
|
+
default:
|
|
91
|
+
if (common.LOG.logger)
|
|
92
|
+
common.LOG.logger.info(`Unknown value for: ${obj.connectionType}`);
|
|
93
|
+
}
|
|
94
|
+
}
|
|
81
95
|
return jsonObj;
|
|
82
96
|
}
|
|
83
97
|
Connection.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"connection.js","sourceRoot":"","sources":["../../../../../lib/databasemigration/lib/model/connection.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;
|
|
1
|
+
{"version":3,"file":"connection.js","sourceRoot":"","sources":["../../../../../lib/databasemigration/lib/model/connection.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAClC,qCAAsC;AAuHtC,IAAiB,UAAU,CAsE1B;AAtED,WAAiB,UAAU;IACzB,IAAY,cAaX;IAbD,WAAY,cAAc;QACxB,uCAAqB,CAAA;QACrB,uCAAqB,CAAA;QACrB,mCAAiB,CAAA;QACjB,uCAAqB,CAAA;QACrB,uCAAqB,CAAA;QACrB,qCAAmB,CAAA;QACnB,mCAAiB,CAAA;QACjB;;;WAGG;QACH,gDAA8B,CAAA;IAChC,CAAC,EAbW,cAAc,GAAd,yBAAc,KAAd,yBAAc,QAazB;IAED,SAAgB,UAAU,CAAC,GAAe;QACxC,MAAM,OAAO,mCACR,GAAG,GACH;YACD,YAAY,EAAE,GAAG,CAAC,UAAU;gBAC1B,CAAC,CAAC,GAAG,CAAC,UAAU,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACxB,OAAO,KAAK,CAAC,gBAAgB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACjD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,IAAI,GAAG,IAAI,gBAAgB,IAAI,GAAG,IAAI,GAAG,CAAC,cAAc,EAAE;YACxD,QAAQ,GAAG,CAAC,cAAc,EAAE;gBAC1B,KAAK,OAAO;oBACV,OAAO,KAAK,CAAC,eAAe,CAAC,UAAU,CAAiC,OAAQ,EAAE,IAAI,CAAC,CAAC;gBAC1F,KAAK,QAAQ;oBACX,OAAO,KAAK,CAAC,gBAAgB,CAAC,UAAU,CAAkC,OAAQ,EAAE,IAAI,CAAC,CAAC;gBAC5F;oBACE,IAAI,MAAM,CAAC,GAAG,CAAC,MAAM;wBAAE,MAAM,CAAC,GAAG,CAAC,MAAM,CAAC,IAAI,CAAC,sBAAsB,GAAG,CAAC,cAAc,EAAE,CAAC,CAAC;aAC7F;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IAvBe,qBAAU,aAuBzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAe;QACpD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,YAAY,EAAE,GAAG,CAAC,UAAU;gBAC1B,CAAC,CAAC,GAAG,CAAC,UAAU,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACxB,OAAO,KAAK,CAAC,gBAAgB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAC7D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,IAAI,GAAG,IAAI,gBAAgB,IAAI,GAAG,IAAI,GAAG,CAAC,cAAc,EAAE;YACxD,QAAQ,GAAG,CAAC,cAAc,EAAE;gBAC1B,KAAK,OAAO;oBACV,OAAO,KAAK,CAAC,eAAe,CAAC,sBAAsB,CACjB,OAAQ,EACxC,IAAI,CACL,CAAC;gBACJ,KAAK,QAAQ;oBACX,OAAO,KAAK,CAAC,gBAAgB,CAAC,sBAAsB,CACjB,OAAQ,EACzC,IAAI,CACL,CAAC;gBACJ;oBACE,IAAI,MAAM,CAAC,GAAG,CAAC,MAAM;wBAAE,MAAM,CAAC,GAAG,CAAC,MAAM,CAAC,IAAI,CAAC,sBAAsB,GAAG,CAAC,cAAc,EAAE,CAAC,CAAC;aAC7F;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IA7Be,iCAAsB,yBA6BrC,CAAA;AACH,CAAC,EAtEgB,UAAU,GAAV,kBAAU,KAAV,kBAAU,QAsE1B"}
|
|
@@ -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,22 +12,24 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
/**
|
|
15
|
-
*
|
|
15
|
+
* Auto create tablespace settings that are valid for Dedicated Autonomous Databases.
|
|
16
16
|
*
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateADBDedicatedAutoCreateTablespaceDetails extends model.CreateTargetTypeTablespaceDetails {
|
|
19
19
|
/**
|
|
20
|
-
*
|
|
20
|
+
* Set this property to true to auto-create tablespaces in the target Database.
|
|
21
|
+
* Note: This is not applicable for Autonomous Database Serverless databases.
|
|
21
22
|
*
|
|
22
23
|
*/
|
|
23
24
|
"isAutoCreate"?: boolean;
|
|
24
25
|
/**
|
|
25
|
-
*
|
|
26
|
+
* Set this property to true to enable tablespace of the type big file.
|
|
26
27
|
*
|
|
27
28
|
*/
|
|
28
29
|
"isBigFile"?: boolean;
|
|
29
30
|
/**
|
|
30
|
-
* Size
|
|
31
|
+
* Size to extend the tablespace in MB.
|
|
32
|
+
* Note: Only applicable if 'isBigFile' property is set to true.
|
|
31
33
|
* Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
32
34
|
*/
|
|
33
35
|
"extendSizeInMBs"?: number;
|
|
@@ -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":"create-ad-bdedicated-auto-create-tablespace-details.js","sourceRoot":"","sources":["../../../../../lib/databasemigration/lib/model/create-ad-bdedicated-auto-create-tablespace-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;
|
|
1
|
+
{"version":3,"file":"create-ad-bdedicated-auto-create-tablespace-details.js","sourceRoot":"","sources":["../../../../../lib/databasemigration/lib/model/create-ad-bdedicated-auto-create-tablespace-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAmClC,IAAiB,6CAA6C,CAgC7D;AAhCD,WAAiB,6CAA6C;IAC5D,SAAgB,UAAU,CACxB,GAAkD,EAClD,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,iCAAiC,CAAC,UAAU,CACjD,GAAG,CAC8C,CAAC,GACrD,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,wDAAU,aAczB,CAAA;IACY,wDAAU,GAAG,kBAAkB,CAAC;IAC7C,SAAgB,sBAAsB,CACpC,GAAkD,EAClD,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,iCAAiC,CAAC,sBAAsB,CAC7D,GAAG,CAC8C,CAAC,GACrD,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,oEAAsB,yBAcrC,CAAA;AACH,CAAC,EAhCgB,6CAA6C,GAA7C,qDAA6C,KAA7C,qDAA6C,QAgC7D"}
|
|
@@ -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,12 +12,12 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
/**
|
|
15
|
-
*
|
|
15
|
+
* Remap tablespace settings that are valid for Dedicated Autonomous Databases.
|
|
16
16
|
*
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateADBDedicatedRemapTargetTablespaceDetails extends model.CreateTargetTypeTablespaceDetails {
|
|
19
19
|
/**
|
|
20
|
-
* Name of tablespace
|
|
20
|
+
* Name of the tablespace on the target database to which the source database tablespace is to be remapped.
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
23
|
"remapTarget"?: string;
|
|
@@ -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.
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
/**
|
|
15
|
-
* Migration tablespace settings valid for
|
|
15
|
+
* Migration tablespace settings valid for Autonomous Database Serverless target type using remap feature.
|
|
16
16
|
*
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateADBServerlesTablespaceDetails extends model.CreateTargetTypeTablespaceDetails {
|