oci-databasemigration 2.3.0 → 2.5.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 +53 -35
- package/lib/client.js +163 -42
- package/lib/client.js.map +1 -1
- package/lib/databasemigration-waiter.d.ts +2 -2
- package/lib/databasemigration-waiter.js +2 -2
- package/lib/databasemigration-waiter.js.map +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 +37 -0
- package/lib/model/advisor-report-bucket-details.js +29 -0
- package/lib/model/advisor-report-bucket-details.js.map +1 -0
- package/lib/model/advisor-report-location-details.d.ts +29 -0
- package/lib/model/advisor-report-location-details.js +57 -0
- package/lib/model/advisor-report-location-details.js.map +1 -0
- package/lib/model/advisor-report.d.ts +49 -0
- package/lib/model/advisor-report.js +57 -0
- package/lib/model/advisor-report.js.map +1 -0
- package/lib/model/advisor-results.d.ts +32 -0
- package/lib/model/advisor-results.js +43 -0
- package/lib/model/advisor-results.js.map +1 -0
- package/lib/model/advisor-settings.d.ts +32 -0
- package/lib/model/advisor-settings.js +29 -0
- package/lib/model/advisor-settings.js.map +1 -0
- package/lib/model/agent-collection.d.ts +1 -1
- package/lib/model/agent-collection.js +1 -1
- package/lib/model/agent-image-collection.d.ts +1 -1
- package/lib/model/agent-image-collection.js +1 -1
- package/lib/model/agent-image-summary.d.ts +1 -1
- package/lib/model/agent-image-summary.js +1 -1
- package/lib/model/agent-summary.d.ts +1 -1
- package/lib/model/agent-summary.js +1 -1
- package/lib/model/agent.d.ts +1 -1
- package/lib/model/agent.js +1 -1
- package/lib/model/change-agent-compartment-details.d.ts +1 -1
- package/lib/model/change-agent-compartment-details.js +1 -1
- package/lib/model/change-connection-compartment-details.d.ts +1 -1
- package/lib/model/change-connection-compartment-details.js +1 -1
- package/lib/model/change-migration-compartment-details.d.ts +1 -1
- package/lib/model/change-migration-compartment-details.js +1 -1
- package/lib/model/clone-migration-details.d.ts +7 -2
- package/lib/model/clone-migration-details.js +11 -1
- package/lib/model/clone-migration-details.js.map +1 -1
- package/lib/model/connect-descriptor.d.ts +1 -1
- package/lib/model/connect-descriptor.js +1 -1
- package/lib/model/connection-collection.d.ts +1 -1
- package/lib/model/connection-collection.js +1 -1
- package/lib/model/connection-summary.d.ts +1 -1
- package/lib/model/connection-summary.js +1 -1
- package/lib/model/connection.d.ts +1 -1
- package/lib/model/connection.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-advisor-settings.d.ts +32 -0
- package/lib/model/create-advisor-settings.js +29 -0
- package/lib/model/create-advisor-settings.js.map +1 -0
- package/lib/model/create-agent-details.d.ts +1 -1
- package/lib/model/create-agent-details.js +1 -1
- package/lib/model/create-connect-descriptor.d.ts +1 -1
- package/lib/model/create-connect-descriptor.js +1 -1
- package/lib/model/create-connection-details.d.ts +1 -1
- package/lib/model/create-connection-details.js +1 -1
- package/lib/model/create-curl-transfer-details.d.ts +25 -0
- package/lib/model/create-curl-transfer-details.js +54 -0
- package/lib/model/create-curl-transfer-details.js.map +1 -0
- package/lib/model/create-data-pump-parameters.d.ts +1 -1
- package/lib/model/create-data-pump-parameters.js +1 -1
- package/lib/model/create-data-pump-settings.d.ts +1 -1
- package/lib/model/create-data-pump-settings.js +1 -1
- package/lib/model/create-data-transfer-medium-details.d.ts +1 -1
- package/lib/model/create-data-transfer-medium-details.js +1 -1
- package/lib/model/create-database-link-details.d.ts +4 -2
- package/lib/model/create-database-link-details.js +31 -3
- package/lib/model/create-database-link-details.js.map +1 -1
- package/lib/model/create-directory-object.d.ts +1 -1
- package/lib/model/create-directory-object.js +1 -1
- package/lib/model/create-dump-transfer-details.d.ts +25 -0
- package/lib/model/create-dump-transfer-details.js +63 -0
- package/lib/model/create-dump-transfer-details.js.map +1 -0
- package/lib/model/create-extract.d.ts +1 -1
- package/lib/model/create-extract.js +1 -1
- package/lib/model/create-golden-gate-details.d.ts +1 -1
- package/lib/model/create-golden-gate-details.js +1 -1
- package/lib/model/create-golden-gate-hub.d.ts +1 -1
- package/lib/model/create-golden-gate-hub.js +1 -1
- package/lib/model/create-golden-gate-settings.d.ts +1 -1
- package/lib/model/create-golden-gate-settings.js +1 -1
- package/lib/model/create-host-dump-transfer-details.d.ts +23 -0
- package/lib/model/create-host-dump-transfer-details.js +69 -0
- package/lib/model/create-host-dump-transfer-details.js.map +1 -0
- package/lib/model/create-migration-details.d.ts +9 -2
- package/lib/model/create-migration-details.js +23 -1
- package/lib/model/create-migration-details.js.map +1 -1
- package/lib/model/create-object-store-bucket.d.ts +2 -1
- package/lib/model/create-object-store-bucket.js +1 -1
- package/lib/model/create-object-store-bucket.js.map +1 -1
- package/lib/model/create-oci-cli-dump-transfer-details.d.ts +30 -0
- package/lib/model/create-oci-cli-dump-transfer-details.js +54 -0
- package/lib/model/create-oci-cli-dump-transfer-details.js.map +1 -0
- package/lib/model/create-private-endpoint.d.ts +1 -1
- package/lib/model/create-private-endpoint.js +1 -1
- package/lib/model/create-replicat.d.ts +1 -1
- package/lib/model/create-replicat.js +1 -1
- package/lib/model/create-ssh-details.d.ts +1 -1
- package/lib/model/create-ssh-details.js +1 -1
- package/lib/model/create-vault-details.d.ts +1 -1
- package/lib/model/create-vault-details.js +1 -1
- package/lib/model/curl-transfer-details.d.ts +25 -0
- package/lib/model/curl-transfer-details.js +54 -0
- package/lib/model/curl-transfer-details.js.map +1 -0
- 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 -1
- package/lib/model/data-pump-exclude-parameters.js +1 -1
- package/lib/model/data-pump-job-mode.d.ts +1 -1
- package/lib/model/data-pump-job-mode.js +1 -1
- package/lib/model/data-pump-parameters.d.ts +1 -1
- package/lib/model/data-pump-parameters.js +1 -1
- package/lib/model/data-pump-settings.d.ts +1 -1
- package/lib/model/data-pump-settings.js +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-transfer-medium-details.d.ts +1 -1
- package/lib/model/data-transfer-medium-details.js +1 -1
- package/lib/model/database-connection-types.d.ts +1 -1
- package/lib/model/database-connection-types.js +1 -1
- package/lib/model/database-link-details.d.ts +4 -2
- package/lib/model/database-link-details.js +31 -3
- package/lib/model/database-link-details.js.map +1 -1
- package/lib/model/database-object.d.ts +8 -2
- package/lib/model/database-object.js +1 -1
- package/lib/model/database-object.js.map +1 -1
- package/lib/model/directory-object.d.ts +1 -1
- package/lib/model/directory-object.js +1 -1
- package/lib/model/dump-transfer-details.d.ts +25 -0
- package/lib/model/dump-transfer-details.js +59 -0
- package/lib/model/dump-transfer-details.js.map +1 -0
- 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 -1
- package/lib/model/extract.js +1 -1
- package/lib/model/generate-token.d.ts +1 -1
- package/lib/model/generate-token.js +1 -1
- package/lib/model/golden-gate-details.d.ts +1 -1
- package/lib/model/golden-gate-details.js +1 -1
- package/lib/model/golden-gate-hub.d.ts +1 -1
- package/lib/model/golden-gate-hub.js +1 -1
- package/lib/model/golden-gate-settings.d.ts +1 -1
- package/lib/model/golden-gate-settings.js +1 -1
- package/lib/model/host-dump-transfer-details.d.ts +23 -0
- package/lib/model/host-dump-transfer-details.js +69 -0
- package/lib/model/host-dump-transfer-details.js.map +1 -0
- package/lib/model/index.d.ts +51 -1
- package/lib/model/index.js +54 -4
- package/lib/model/index.js.map +1 -1
- 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-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 +1 -1
- 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 +1 -1
- 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 +37 -0
- package/lib/model/log-location-bucket-details.js +29 -0
- package/lib/model/log-location-bucket-details.js.map +1 -0
- package/lib/model/metadata-remap.d.ts +1 -1
- package/lib/model/metadata-remap.js +1 -1
- package/lib/model/migration-collection.d.ts +1 -1
- package/lib/model/migration-collection.js +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 +40 -0
- package/lib/model/migration-lifecycle-states.js +51 -0
- package/lib/model/migration-lifecycle-states.js.map +1 -0
- package/lib/model/migration-object-type-summary-collection.d.ts +28 -0
- package/lib/model/migration-object-type-summary-collection.js +61 -0
- package/lib/model/migration-object-type-summary-collection.js.map +1 -0
- package/lib/model/migration-object-type-summary.d.ts +27 -0
- package/lib/model/migration-object-type-summary.js +29 -0
- package/lib/model/migration-object-type-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 -1
- package/lib/model/migration-status.js +1 -1
- package/lib/model/migration-summary.d.ts +2 -2
- package/lib/model/migration-summary.js +1 -1
- package/lib/model/migration-types.d.ts +1 -1
- package/lib/model/migration-types.js +1 -1
- package/lib/model/migration.d.ts +10 -2
- package/lib/model/migration.js +23 -1
- package/lib/model/migration.js.map +1 -1
- package/lib/model/object-store-bucket.d.ts +2 -1
- 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 +30 -0
- package/lib/model/oci-cli-dump-transfer-details.js +54 -0
- package/lib/model/oci-cli-dump-transfer-details.js.map +1 -0
- package/lib/model/odms-job-phases.d.ts +4 -1
- package/lib/model/odms-job-phases.js +4 -1
- 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 +2 -1
- package/lib/model/operation-status.js +2 -1
- package/lib/model/operation-status.js.map +1 -1
- package/lib/model/operation-types.d.ts +1 -1
- package/lib/model/operation-types.js +1 -1
- package/lib/model/par-link.d.ts +1 -1
- package/lib/model/par-link.js +1 -1
- package/lib/model/phase-extract-entry.d.ts +33 -0
- package/lib/model/phase-extract-entry.js +29 -0
- package/lib/model/phase-extract-entry.js.map +1 -0
- package/lib/model/phase-extract-types.d.ts +28 -0
- package/lib/model/phase-extract-types.js +39 -0
- package/lib/model/phase-extract-types.js.map +1 -0
- package/lib/model/phase-status.d.ts +12 -1
- package/lib/model/phase-status.js +41 -3
- package/lib/model/phase-status.js.map +1 -1
- package/lib/model/private-endpoint-details.d.ts +1 -1
- package/lib/model/private-endpoint-details.js +1 -1
- package/lib/model/replicat.d.ts +1 -1
- package/lib/model/replicat.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/ssh-details.d.ts +1 -1
- package/lib/model/ssh-details.js +1 -1
- package/lib/model/start-migration-details.d.ts +1 -1
- package/lib/model/start-migration-details.js +1 -1
- package/lib/model/unsupported-database-object.d.ts +1 -1
- package/lib/model/unsupported-database-object.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-advisor-settings.d.ts +32 -0
- package/lib/model/update-advisor-settings.js +29 -0
- package/lib/model/update-advisor-settings.js.map +1 -0
- package/lib/model/update-agent-details.d.ts +1 -6
- package/lib/model/update-agent-details.js +1 -1
- package/lib/model/update-agent-details.js.map +1 -1
- package/lib/model/update-connect-descriptor.d.ts +1 -1
- package/lib/model/update-connect-descriptor.js +1 -1
- package/lib/model/update-connection-details.d.ts +1 -1
- package/lib/model/update-connection-details.js +1 -1
- package/lib/model/update-curl-transfer-details.d.ts +25 -0
- package/lib/model/update-curl-transfer-details.js +54 -0
- package/lib/model/update-curl-transfer-details.js.map +1 -0
- package/lib/model/update-data-pump-parameters.d.ts +1 -1
- package/lib/model/update-data-pump-parameters.js +1 -1
- package/lib/model/update-data-pump-settings.d.ts +1 -1
- package/lib/model/update-data-pump-settings.js +1 -1
- package/lib/model/update-data-transfer-medium-details.d.ts +1 -1
- package/lib/model/update-data-transfer-medium-details.js +1 -1
- package/lib/model/update-database-link-details.d.ts +4 -2
- package/lib/model/update-database-link-details.js +31 -3
- package/lib/model/update-database-link-details.js.map +1 -1
- package/lib/model/update-directory-object.d.ts +1 -1
- package/lib/model/update-directory-object.js +1 -1
- package/lib/model/update-dump-transfer-details.d.ts +25 -0
- package/lib/model/update-dump-transfer-details.js +63 -0
- package/lib/model/update-dump-transfer-details.js.map +1 -0
- package/lib/model/update-extract.d.ts +1 -1
- package/lib/model/update-extract.js +1 -1
- package/lib/model/update-golden-gate-details.d.ts +1 -1
- package/lib/model/update-golden-gate-details.js +1 -1
- package/lib/model/update-golden-gate-hub.d.ts +1 -1
- package/lib/model/update-golden-gate-hub.js +1 -1
- package/lib/model/update-golden-gate-settings.d.ts +1 -1
- package/lib/model/update-golden-gate-settings.js +1 -1
- package/lib/model/update-host-dump-transfer-details.d.ts +23 -0
- package/lib/model/update-host-dump-transfer-details.js +69 -0
- package/lib/model/update-host-dump-transfer-details.js.map +1 -0
- package/lib/model/update-job-details.d.ts +1 -1
- package/lib/model/update-job-details.js +1 -1
- package/lib/model/update-migration-details.d.ts +10 -2
- package/lib/model/update-migration-details.js +23 -1
- package/lib/model/update-migration-details.js.map +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 +30 -0
- package/lib/model/update-oci-cli-dump-transfer-details.js +54 -0
- package/lib/model/update-oci-cli-dump-transfer-details.js.map +1 -0
- package/lib/model/update-private-endpoint.d.ts +1 -1
- package/lib/model/update-private-endpoint.js +1 -1
- package/lib/model/update-replicat.d.ts +1 -1
- package/lib/model/update-replicat.js +1 -1
- package/lib/model/update-ssh-details.d.ts +1 -1
- package/lib/model/update-ssh-details.js +1 -1
- package/lib/model/update-vault-details.d.ts +1 -1
- package/lib/model/update-vault-details.js +1 -1
- package/lib/model/vault-details.d.ts +1 -1
- package/lib/model/vault-details.js +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 +2 -2
- 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 +2 -2
- 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/change-agent-compartment-request.d.ts +2 -2
- package/lib/request/change-agent-compartment-request.js +1 -1
- package/lib/request/change-connection-compartment-request.d.ts +2 -2
- 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 +2 -2
- package/lib/request/clone-migration-request.js +1 -1
- package/lib/request/create-connection-request.d.ts +2 -2
- package/lib/request/create-connection-request.js +1 -1
- package/lib/request/create-migration-request.d.ts +2 -2
- package/lib/request/create-migration-request.js +1 -1
- package/lib/request/delete-agent-request.d.ts +2 -2
- package/lib/request/delete-agent-request.js +1 -1
- package/lib/request/delete-connection-request.d.ts +2 -2
- 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 +29 -0
- package/lib/request/get-advisor-report-request.js +15 -0
- package/lib/request/get-advisor-report-request.js.map +1 -0
- package/lib/request/get-agent-request.d.ts +2 -2
- package/lib/request/get-agent-request.js +1 -1
- package/lib/request/get-connection-request.d.ts +2 -2
- 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 +5 -1
- package/lib/request/index.js +4 -2
- package/lib/request/index.js.map +1 -1
- package/lib/request/list-agent-images-request.d.ts +2 -2
- package/lib/request/list-agent-images-request.js +1 -1
- package/lib/request/list-agents-request.d.ts +2 -2
- package/lib/request/list-agents-request.js +1 -1
- package/lib/request/list-connections-request.d.ts +2 -2
- package/lib/request/list-connections-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 +51 -0
- package/lib/request/list-migration-object-types-request.js +23 -0
- package/lib/request/list-migration-object-types-request.js.map +1 -0
- package/lib/request/list-migrations-request.d.ts +4 -4
- package/lib/request/list-migrations-request.js +1 -1
- package/lib/request/list-work-request-errors-request.d.ts +4 -11
- package/lib/request/list-work-request-errors-request.js +2 -3
- package/lib/request/list-work-request-errors-request.js.map +1 -1
- package/lib/request/list-work-request-logs-request.d.ts +4 -11
- package/lib/request/list-work-request-logs-request.js +2 -3
- package/lib/request/list-work-request-logs-request.js.map +1 -1
- package/lib/request/list-work-requests-request.d.ts +9 -11
- package/lib/request/list-work-requests-request.js +2 -3
- package/lib/request/list-work-requests-request.js.map +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-agent-request.d.ts +2 -2
- package/lib/request/update-agent-request.js +1 -1
- package/lib/request/update-connection-request.d.ts +2 -2
- 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 +2 -2
- 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/change-agent-compartment-response.d.ts +1 -1
- package/lib/response/change-agent-compartment-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/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-agent-response.d.ts +1 -1
- package/lib/response/delete-agent-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 +30 -0
- package/lib/response/get-advisor-report-response.js +15 -0
- package/lib/response/get-advisor-report-response.js.map +1 -0
- package/lib/response/get-agent-response.d.ts +1 -1
- package/lib/response/get-agent-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 +5 -1
- package/lib/response/index.js +1 -1
- package/lib/response/list-agent-images-response.d.ts +1 -1
- package/lib/response/list-agent-images-response.js +1 -1
- package/lib/response/list-agents-response.d.ts +1 -1
- package/lib/response/list-agents-response.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-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 +32 -0
- package/lib/response/list-migration-object-types-response.js +15 -0
- package/lib/response/list-migration-object-types-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/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-agent-response.d.ts +1 -1
- package/lib/response/update-agent-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
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Database Migration API
|
|
3
|
+
* Use the Oracle Cloud Infrastructure Database Migration APIs to perform database migration operations.
|
|
4
|
+
* OpenAPI spec version: 20210929
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2021, 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
|
+
* Pre-Migration advisor result.
|
|
15
|
+
*
|
|
16
|
+
**/
|
|
17
|
+
export declare enum AdvisorResults {
|
|
18
|
+
Fatal = "FATAL",
|
|
19
|
+
Blocker = "BLOCKER",
|
|
20
|
+
Warning = "WARNING",
|
|
21
|
+
Informational = "INFORMATIONAL",
|
|
22
|
+
Pass = "PASS",
|
|
23
|
+
/**
|
|
24
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
25
|
+
* version of the SDK.
|
|
26
|
+
*/
|
|
27
|
+
UnknownValue = "UNKNOWN_VALUE"
|
|
28
|
+
}
|
|
29
|
+
export declare namespace AdvisorResults {
|
|
30
|
+
function getJsonObj(obj: AdvisorResults): AdvisorResults;
|
|
31
|
+
function getDeserializedJsonObj(obj: AdvisorResults): AdvisorResults;
|
|
32
|
+
}
|
|
@@ -0,0 +1,43 @@
|
|
|
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: 20210929
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2021, 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.AdvisorResults = void 0;
|
|
16
|
+
/**
|
|
17
|
+
* Pre-Migration advisor result.
|
|
18
|
+
*
|
|
19
|
+
**/
|
|
20
|
+
var AdvisorResults;
|
|
21
|
+
(function (AdvisorResults) {
|
|
22
|
+
AdvisorResults["Fatal"] = "FATAL";
|
|
23
|
+
AdvisorResults["Blocker"] = "BLOCKER";
|
|
24
|
+
AdvisorResults["Warning"] = "WARNING";
|
|
25
|
+
AdvisorResults["Informational"] = "INFORMATIONAL";
|
|
26
|
+
AdvisorResults["Pass"] = "PASS";
|
|
27
|
+
/**
|
|
28
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
29
|
+
* version of the SDK.
|
|
30
|
+
*/
|
|
31
|
+
AdvisorResults["UnknownValue"] = "UNKNOWN_VALUE";
|
|
32
|
+
})(AdvisorResults = exports.AdvisorResults || (exports.AdvisorResults = {}));
|
|
33
|
+
(function (AdvisorResults) {
|
|
34
|
+
function getJsonObj(obj) {
|
|
35
|
+
return obj;
|
|
36
|
+
}
|
|
37
|
+
AdvisorResults.getJsonObj = getJsonObj;
|
|
38
|
+
function getDeserializedJsonObj(obj) {
|
|
39
|
+
return obj;
|
|
40
|
+
}
|
|
41
|
+
AdvisorResults.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
42
|
+
})(AdvisorResults = exports.AdvisorResults || (exports.AdvisorResults = {}));
|
|
43
|
+
//# sourceMappingURL=advisor-results.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"advisor-results.js","sourceRoot":"","sources":["../../../../../lib/databasemigration/lib/model/advisor-results.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAKH;;;IAGI;AACJ,IAAY,cAYX;AAZD,WAAY,cAAc;IACxB,iCAAe,CAAA;IACf,qCAAmB,CAAA;IACnB,qCAAmB,CAAA;IACnB,iDAA+B,CAAA;IAC/B,+BAAa,CAAA;IAEb;;;OAGG;IACH,gDAA8B,CAAA;AAChC,CAAC,EAZW,cAAc,GAAd,sBAAc,KAAd,sBAAc,QAYzB;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"}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Database Migration API
|
|
3
|
+
* Use the Oracle Cloud Infrastructure Database Migration APIs to perform database migration operations.
|
|
4
|
+
* OpenAPI spec version: 20210929
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2021, 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
|
+
* Optional Pre-Migration advisor settings.
|
|
15
|
+
*
|
|
16
|
+
*/
|
|
17
|
+
export interface AdvisorSettings {
|
|
18
|
+
/**
|
|
19
|
+
* True to skip the Pre-Migration Advisor execution. Default is false.
|
|
20
|
+
*
|
|
21
|
+
*/
|
|
22
|
+
"isSkipAdvisor"?: boolean;
|
|
23
|
+
/**
|
|
24
|
+
* True to not interrupt migration execution due to Pre-Migration Advisor errors. Default is false.
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
27
|
+
"isIgnoreErrors"?: boolean;
|
|
28
|
+
}
|
|
29
|
+
export declare namespace AdvisorSettings {
|
|
30
|
+
function getJsonObj(obj: AdvisorSettings): object;
|
|
31
|
+
function getDeserializedJsonObj(obj: AdvisorSettings): object;
|
|
32
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
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: 20210929
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2021, 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.AdvisorSettings = void 0;
|
|
16
|
+
var AdvisorSettings;
|
|
17
|
+
(function (AdvisorSettings) {
|
|
18
|
+
function getJsonObj(obj) {
|
|
19
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
20
|
+
return jsonObj;
|
|
21
|
+
}
|
|
22
|
+
AdvisorSettings.getJsonObj = getJsonObj;
|
|
23
|
+
function getDeserializedJsonObj(obj) {
|
|
24
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
25
|
+
return jsonObj;
|
|
26
|
+
}
|
|
27
|
+
AdvisorSettings.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
28
|
+
})(AdvisorSettings = exports.AdvisorSettings || (exports.AdvisorSettings = {}));
|
|
29
|
+
//# sourceMappingURL=advisor-settings.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"advisor-settings.js","sourceRoot":"","sources":["../../../../../lib/databasemigration/lib/model/advisor-settings.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAsBH,IAAiB,eAAe,CAW/B;AAXD,WAAiB,eAAe;IAC9B,SAAgB,UAAU,CAAC,GAAoB;QAC7C,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,0BAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAoB;QACzD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,sCAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,eAAe,GAAf,uBAAe,KAAf,uBAAe,QAW/B"}
|
|
@@ -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: 20210929
|
|
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: 20210929
|
|
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: 20210929
|
|
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: 20210929
|
|
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: 20210929
|
|
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: 20210929
|
|
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: 20210929
|
|
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: 20210929
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
package/lib/model/agent.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: 20210929
|
|
5
5
|
*
|
|
6
6
|
*
|
|
7
7
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
package/lib/model/agent.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: 20210929
|
|
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: 20210929
|
|
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: 20210929
|
|
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: 20210929
|
|
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: 20210929
|
|
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: 20210929
|
|
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: 20210929
|
|
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: 20210929
|
|
5
5
|
*
|
|
6
6
|
*
|
|
7
7
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
@@ -48,10 +48,15 @@ export interface CloneMigrationDetails {
|
|
|
48
48
|
*/
|
|
49
49
|
"targetDatabaseConnectionId": string;
|
|
50
50
|
/**
|
|
51
|
-
* Database objects to exclude from migration
|
|
51
|
+
* Database objects to exclude from migration, cannot be specified alongside 'includeObjects'
|
|
52
52
|
*
|
|
53
53
|
*/
|
|
54
54
|
"excludeObjects"?: Array<model.DatabaseObject>;
|
|
55
|
+
/**
|
|
56
|
+
* Database objects to include from migration, cannot be specified alongside 'excludeObjects'
|
|
57
|
+
*
|
|
58
|
+
*/
|
|
59
|
+
"includeObjects"?: Array<model.DatabaseObject>;
|
|
55
60
|
"vaultDetails"?: model.CreateVaultDetails;
|
|
56
61
|
/**
|
|
57
62
|
* Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
|
|
@@ -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: 20210929
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
@@ -42,6 +42,11 @@ var CloneMigrationDetails;
|
|
|
42
42
|
return model.DatabaseObject.getJsonObj(item);
|
|
43
43
|
})
|
|
44
44
|
: undefined,
|
|
45
|
+
"includeObjects": obj.includeObjects
|
|
46
|
+
? obj.includeObjects.map(item => {
|
|
47
|
+
return model.DatabaseObject.getJsonObj(item);
|
|
48
|
+
})
|
|
49
|
+
: undefined,
|
|
45
50
|
"vaultDetails": obj.vaultDetails
|
|
46
51
|
? model.CreateVaultDetails.getJsonObj(obj.vaultDetails)
|
|
47
52
|
: undefined
|
|
@@ -56,6 +61,11 @@ var CloneMigrationDetails;
|
|
|
56
61
|
return model.DatabaseObject.getDeserializedJsonObj(item);
|
|
57
62
|
})
|
|
58
63
|
: undefined,
|
|
64
|
+
"includeObjects": obj.includeObjects
|
|
65
|
+
? obj.includeObjects.map(item => {
|
|
66
|
+
return model.DatabaseObject.getDeserializedJsonObj(item);
|
|
67
|
+
})
|
|
68
|
+
: undefined,
|
|
59
69
|
"vaultDetails": obj.vaultDetails
|
|
60
70
|
? model.CreateVaultDetails.getDeserializedJsonObj(obj.vaultDetails)
|
|
61
71
|
: undefined
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"clone-migration-details.js","sourceRoot":"","sources":["../../../../../lib/databasemigration/lib/model/clone-migration-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;
|
|
1
|
+
{"version":3,"file":"clone-migration-details.js","sourceRoot":"","sources":["../../../../../lib/databasemigration/lib/model/clone-migration-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAgElC,IAAiB,qBAAqB,CA6CrC;AA7CD,WAAiB,qBAAqB;IACpC,SAAgB,UAAU,CAAC,GAA0B;QACnD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,gBAAgB,EAAE,GAAG,CAAC,cAAc;gBAClC,CAAC,CAAC,GAAG,CAAC,cAAc,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC5B,OAAO,KAAK,CAAC,cAAc,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAC/C,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;YACb,gBAAgB,EAAE,GAAG,CAAC,cAAc;gBAClC,CAAC,CAAC,GAAG,CAAC,cAAc,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC5B,OAAO,KAAK,CAAC,cAAc,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAC/C,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;YACb,cAAc,EAAE,GAAG,CAAC,YAAY;gBAC9B,CAAC,CAAC,KAAK,CAAC,kBAAkB,CAAC,UAAU,CAAC,GAAG,CAAC,YAAY,CAAC;gBACvD,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IArBe,gCAAU,aAqBzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA0B;QAC/D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,gBAAgB,EAAE,GAAG,CAAC,cAAc;gBAClC,CAAC,CAAC,GAAG,CAAC,cAAc,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC5B,OAAO,KAAK,CAAC,cAAc,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAC3D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;YACb,gBAAgB,EAAE,GAAG,CAAC,cAAc;gBAClC,CAAC,CAAC,GAAG,CAAC,cAAc,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC5B,OAAO,KAAK,CAAC,cAAc,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAC3D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;YACb,cAAc,EAAE,GAAG,CAAC,YAAY;gBAC9B,CAAC,CAAC,KAAK,CAAC,kBAAkB,CAAC,sBAAsB,CAAC,GAAG,CAAC,YAAY,CAAC;gBACnE,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IArBe,4CAAsB,yBAqBrC,CAAA;AACH,CAAC,EA7CgB,qBAAqB,GAArB,6BAAqB,KAArB,6BAAqB,QA6CrC"}
|
|
@@ -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: 20210929
|
|
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: 20210929
|
|
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: 20210929
|
|
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: 20210929
|
|
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: 20210929
|
|
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: 20210929
|
|
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: 20210929
|
|
5
5
|
*
|
|
6
6
|
*
|
|
7
7
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
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: 20210929
|
|
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: 20210929
|
|
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: 20210929
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Database Migration API
|
|
3
|
+
* Use the Oracle Cloud Infrastructure Database Migration APIs to perform database migration operations.
|
|
4
|
+
* OpenAPI spec version: 20210929
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2021, 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
|
+
* Optional Pre-Migration advisor settings.
|
|
15
|
+
*
|
|
16
|
+
*/
|
|
17
|
+
export interface CreateAdvisorSettings {
|
|
18
|
+
/**
|
|
19
|
+
* True to skip the Pre-Migration Advisor execution. Default is false.
|
|
20
|
+
*
|
|
21
|
+
*/
|
|
22
|
+
"isSkipAdvisor"?: boolean;
|
|
23
|
+
/**
|
|
24
|
+
* True to not interrupt migration execution due to Pre-Migration Advisor errors. Default is false.
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
27
|
+
"isIgnoreErrors"?: boolean;
|
|
28
|
+
}
|
|
29
|
+
export declare namespace CreateAdvisorSettings {
|
|
30
|
+
function getJsonObj(obj: CreateAdvisorSettings): object;
|
|
31
|
+
function getDeserializedJsonObj(obj: CreateAdvisorSettings): object;
|
|
32
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
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: 20210929
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2021, 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.CreateAdvisorSettings = void 0;
|
|
16
|
+
var CreateAdvisorSettings;
|
|
17
|
+
(function (CreateAdvisorSettings) {
|
|
18
|
+
function getJsonObj(obj) {
|
|
19
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
20
|
+
return jsonObj;
|
|
21
|
+
}
|
|
22
|
+
CreateAdvisorSettings.getJsonObj = getJsonObj;
|
|
23
|
+
function getDeserializedJsonObj(obj) {
|
|
24
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
25
|
+
return jsonObj;
|
|
26
|
+
}
|
|
27
|
+
CreateAdvisorSettings.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
28
|
+
})(CreateAdvisorSettings = exports.CreateAdvisorSettings || (exports.CreateAdvisorSettings = {}));
|
|
29
|
+
//# sourceMappingURL=create-advisor-settings.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-advisor-settings.js","sourceRoot":"","sources":["../../../../../lib/databasemigration/lib/model/create-advisor-settings.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAsBH,IAAiB,qBAAqB,CAWrC;AAXD,WAAiB,qBAAqB;IACpC,SAAgB,UAAU,CAAC,GAA0B;QACnD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,gCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA0B;QAC/D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,4CAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,qBAAqB,GAArB,6BAAqB,KAArB,6BAAqB,QAWrC"}
|
|
@@ -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: 20210929
|
|
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: 20210929
|
|
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: 20210929
|
|
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: 20210929
|
|
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: 20210929
|
|
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: 20210929
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Database Migration API
|
|
3
|
+
* Use the Oracle Cloud Infrastructure Database Migration APIs to perform database migration operations.
|
|
4
|
+
* OpenAPI spec version: 20210929
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2021, 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
|
+
import * as model from "../model";
|
|
14
|
+
/**
|
|
15
|
+
* Optional properties for Curl-based dump transfer in source or target host.
|
|
16
|
+
*
|
|
17
|
+
*/
|
|
18
|
+
export interface CreateCurlTransferDetails extends model.CreateHostDumpTransferDetails {
|
|
19
|
+
"kind": string;
|
|
20
|
+
}
|
|
21
|
+
export declare namespace CreateCurlTransferDetails {
|
|
22
|
+
function getJsonObj(obj: CreateCurlTransferDetails, isParentJsonObj?: boolean): object;
|
|
23
|
+
const kind = "CURL";
|
|
24
|
+
function getDeserializedJsonObj(obj: CreateCurlTransferDetails, isParentJsonObj?: boolean): object;
|
|
25
|
+
}
|