oci-databasemigration 2.61.0 → 2.62.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/lib/client.d.ts +41 -41
- package/lib/client.js +41 -41
- package/lib/model/a-db-dedicated-auto-create-tablespace-details.d.ts +5 -0
- package/lib/model/a-db-dedicated-auto-create-tablespace-details.js.map +1 -1
- package/lib/model/create-ad-bdedicated-auto-create-tablespace-details.d.ts +5 -0
- package/lib/model/create-ad-bdedicated-auto-create-tablespace-details.js.map +1 -1
- package/lib/model/create-migration-details.d.ts +5 -0
- package/lib/model/create-migration-details.js.map +1 -1
- package/lib/model/create-non-ad-bauto-create-tablespace-details.d.ts +5 -0
- package/lib/model/create-non-ad-bauto-create-tablespace-details.js.map +1 -1
- package/lib/model/create-replicat.d.ts +6 -0
- package/lib/model/create-replicat.js.map +1 -1
- package/lib/model/data-pump-tablespace-block-sizes-in-kb.d.ts +29 -0
- package/lib/model/data-pump-tablespace-block-sizes-in-kb.js +40 -0
- package/lib/model/data-pump-tablespace-block-sizes-in-kb.js.map +1 -0
- package/lib/model/index.d.ts +4 -0
- package/lib/model/index.js +8 -4
- package/lib/model/index.js.map +1 -1
- package/lib/model/migration-object-collection.d.ts +5 -0
- package/lib/model/migration-object-collection.js.map +1 -1
- package/lib/model/non-ad-bauto-create-tablespace-details.d.ts +5 -0
- package/lib/model/non-ad-bauto-create-tablespace-details.js.map +1 -1
- package/lib/model/replicat-performance-profile.d.ts +29 -0
- package/lib/model/replicat-performance-profile.js +40 -0
- package/lib/model/replicat-performance-profile.js.map +1 -0
- package/lib/model/replicat.d.ts +6 -0
- package/lib/model/replicat.js.map +1 -1
- package/lib/model/update-ad-bdedicated-auto-create-tablespace-details.d.ts +5 -0
- package/lib/model/update-ad-bdedicated-auto-create-tablespace-details.js.map +1 -1
- package/lib/model/update-non-ad-bauto-create-tablespace-details.d.ts +5 -0
- package/lib/model/update-non-ad-bauto-create-tablespace-details.js.map +1 -1
- package/lib/model/update-replicat.d.ts +6 -0
- package/lib/model/update-replicat.js.map +1 -1
- package/lib/request/abort-job-request.d.ts +1 -1
- package/lib/request/add-migration-objects-request.d.ts +1 -1
- package/lib/request/change-agent-compartment-request.d.ts +1 -1
- package/lib/request/change-connection-compartment-request.d.ts +1 -1
- package/lib/request/change-migration-compartment-request.d.ts +1 -1
- package/lib/request/clone-migration-request.d.ts +1 -1
- package/lib/request/connection-diagnostics-request.d.ts +1 -1
- package/lib/request/create-connection-request.d.ts +1 -1
- package/lib/request/create-migration-request.d.ts +1 -1
- package/lib/request/delete-agent-request.d.ts +1 -1
- package/lib/request/delete-connection-request.d.ts +1 -1
- package/lib/request/delete-job-request.d.ts +1 -1
- package/lib/request/delete-migration-request.d.ts +1 -1
- package/lib/request/evaluate-migration-request.d.ts +1 -1
- package/lib/request/get-advisor-report-request.d.ts +1 -1
- package/lib/request/get-agent-request.d.ts +1 -1
- package/lib/request/get-connection-request.d.ts +1 -1
- package/lib/request/get-job-output-content-request.d.ts +1 -1
- package/lib/request/get-job-request.d.ts +1 -1
- package/lib/request/get-migration-request.d.ts +1 -1
- package/lib/request/get-work-request-request.d.ts +1 -1
- package/lib/request/list-agent-images-request.d.ts +1 -1
- package/lib/request/list-agents-request.d.ts +1 -1
- package/lib/request/list-connections-request.d.ts +1 -1
- package/lib/request/list-excluded-objects-request.d.ts +1 -1
- package/lib/request/list-job-outputs-request.d.ts +1 -1
- package/lib/request/list-jobs-request.d.ts +1 -1
- package/lib/request/list-migration-object-types-request.d.ts +1 -1
- package/lib/request/list-migration-objects-request.d.ts +1 -1
- package/lib/request/list-migrations-request.d.ts +1 -1
- package/lib/request/list-work-request-errors-request.d.ts +1 -1
- package/lib/request/list-work-request-logs-request.d.ts +1 -1
- package/lib/request/list-work-requests-request.d.ts +1 -1
- package/lib/request/remove-migration-objects-request.d.ts +1 -1
- package/lib/request/resume-job-request.d.ts +1 -1
- package/lib/request/retrieve-supported-phases-request.d.ts +1 -1
- package/lib/request/start-migration-request.d.ts +1 -1
- package/lib/request/update-agent-request.d.ts +1 -1
- package/lib/request/update-connection-request.d.ts +1 -1
- package/lib/request/update-job-request.d.ts +1 -1
- package/lib/request/update-migration-request.d.ts +1 -1
- package/package.json +3 -3
package/lib/client.js
CHANGED
|
@@ -180,7 +180,7 @@ class DatabaseMigrationClient {
|
|
|
180
180
|
* @param AbortJobRequest
|
|
181
181
|
* @return AbortJobResponse
|
|
182
182
|
* @throws OciError when an error occurs
|
|
183
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
183
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/databasemigration/AbortJob.ts.html |here} to see how to use AbortJob API.
|
|
184
184
|
*/
|
|
185
185
|
abortJob(abortJobRequest) {
|
|
186
186
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -246,7 +246,7 @@ class DatabaseMigrationClient {
|
|
|
246
246
|
* @param AddMigrationObjectsRequest
|
|
247
247
|
* @return AddMigrationObjectsResponse
|
|
248
248
|
* @throws OciError when an error occurs
|
|
249
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
249
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/databasemigration/AddMigrationObjects.ts.html |here} to see how to use AddMigrationObjects API.
|
|
250
250
|
*/
|
|
251
251
|
addMigrationObjects(addMigrationObjectsRequest) {
|
|
252
252
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -303,7 +303,7 @@ class DatabaseMigrationClient {
|
|
|
303
303
|
* @param ChangeAgentCompartmentRequest
|
|
304
304
|
* @return ChangeAgentCompartmentResponse
|
|
305
305
|
* @throws OciError when an error occurs
|
|
306
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
306
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/databasemigration/ChangeAgentCompartment.ts.html |here} to see how to use ChangeAgentCompartment API.
|
|
307
307
|
*/
|
|
308
308
|
changeAgentCompartment(changeAgentCompartmentRequest) {
|
|
309
309
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -361,7 +361,7 @@ class DatabaseMigrationClient {
|
|
|
361
361
|
* @param ChangeConnectionCompartmentRequest
|
|
362
362
|
* @return ChangeConnectionCompartmentResponse
|
|
363
363
|
* @throws OciError when an error occurs
|
|
364
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
364
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/databasemigration/ChangeConnectionCompartment.ts.html |here} to see how to use ChangeConnectionCompartment API.
|
|
365
365
|
*/
|
|
366
366
|
changeConnectionCompartment(changeConnectionCompartmentRequest) {
|
|
367
367
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -419,7 +419,7 @@ class DatabaseMigrationClient {
|
|
|
419
419
|
* @param ChangeMigrationCompartmentRequest
|
|
420
420
|
* @return ChangeMigrationCompartmentResponse
|
|
421
421
|
* @throws OciError when an error occurs
|
|
422
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
422
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/databasemigration/ChangeMigrationCompartment.ts.html |here} to see how to use ChangeMigrationCompartment API.
|
|
423
423
|
*/
|
|
424
424
|
changeMigrationCompartment(changeMigrationCompartmentRequest) {
|
|
425
425
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -477,7 +477,7 @@ class DatabaseMigrationClient {
|
|
|
477
477
|
* @param CloneMigrationRequest
|
|
478
478
|
* @return CloneMigrationResponse
|
|
479
479
|
* @throws OciError when an error occurs
|
|
480
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
480
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/databasemigration/CloneMigration.ts.html |here} to see how to use CloneMigration API.
|
|
481
481
|
*/
|
|
482
482
|
cloneMigration(cloneMigrationRequest) {
|
|
483
483
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -549,7 +549,7 @@ class DatabaseMigrationClient {
|
|
|
549
549
|
* @param ConnectionDiagnosticsRequest
|
|
550
550
|
* @return ConnectionDiagnosticsResponse
|
|
551
551
|
* @throws OciError when an error occurs
|
|
552
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
552
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/databasemigration/ConnectionDiagnostics.ts.html |here} to see how to use ConnectionDiagnostics API.
|
|
553
553
|
*/
|
|
554
554
|
connectionDiagnostics(connectionDiagnosticsRequest) {
|
|
555
555
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -616,7 +616,7 @@ class DatabaseMigrationClient {
|
|
|
616
616
|
* @param CreateConnectionRequest
|
|
617
617
|
* @return CreateConnectionResponse
|
|
618
618
|
* @throws OciError when an error occurs
|
|
619
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
619
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/databasemigration/CreateConnection.ts.html |here} to see how to use CreateConnection API.
|
|
620
620
|
*/
|
|
621
621
|
createConnection(createConnectionRequest) {
|
|
622
622
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -687,7 +687,7 @@ class DatabaseMigrationClient {
|
|
|
687
687
|
* @param CreateMigrationRequest
|
|
688
688
|
* @return CreateMigrationResponse
|
|
689
689
|
* @throws OciError when an error occurs
|
|
690
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
690
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/databasemigration/CreateMigration.ts.html |here} to see how to use CreateMigration API.
|
|
691
691
|
*/
|
|
692
692
|
createMigration(createMigrationRequest) {
|
|
693
693
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -756,7 +756,7 @@ class DatabaseMigrationClient {
|
|
|
756
756
|
* @param DeleteAgentRequest
|
|
757
757
|
* @return DeleteAgentResponse
|
|
758
758
|
* @throws OciError when an error occurs
|
|
759
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
759
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/databasemigration/DeleteAgent.ts.html |here} to see how to use DeleteAgent API.
|
|
760
760
|
*/
|
|
761
761
|
deleteAgent(deleteAgentRequest) {
|
|
762
762
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -817,7 +817,7 @@ class DatabaseMigrationClient {
|
|
|
817
817
|
* @param DeleteConnectionRequest
|
|
818
818
|
* @return DeleteConnectionResponse
|
|
819
819
|
* @throws OciError when an error occurs
|
|
820
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
820
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/databasemigration/DeleteConnection.ts.html |here} to see how to use DeleteConnection API.
|
|
821
821
|
*/
|
|
822
822
|
deleteConnection(deleteConnectionRequest) {
|
|
823
823
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -878,7 +878,7 @@ class DatabaseMigrationClient {
|
|
|
878
878
|
* @param DeleteJobRequest
|
|
879
879
|
* @return DeleteJobResponse
|
|
880
880
|
* @throws OciError when an error occurs
|
|
881
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
881
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/databasemigration/DeleteJob.ts.html |here} to see how to use DeleteJob API.
|
|
882
882
|
*/
|
|
883
883
|
deleteJob(deleteJobRequest) {
|
|
884
884
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -934,7 +934,7 @@ class DatabaseMigrationClient {
|
|
|
934
934
|
* @param DeleteMigrationRequest
|
|
935
935
|
* @return DeleteMigrationResponse
|
|
936
936
|
* @throws OciError when an error occurs
|
|
937
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
937
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/databasemigration/DeleteMigration.ts.html |here} to see how to use DeleteMigration API.
|
|
938
938
|
*/
|
|
939
939
|
deleteMigration(deleteMigrationRequest) {
|
|
940
940
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -995,7 +995,7 @@ class DatabaseMigrationClient {
|
|
|
995
995
|
* @param EvaluateMigrationRequest
|
|
996
996
|
* @return EvaluateMigrationResponse
|
|
997
997
|
* @throws OciError when an error occurs
|
|
998
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
998
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/databasemigration/EvaluateMigration.ts.html |here} to see how to use EvaluateMigration API.
|
|
999
999
|
*/
|
|
1000
1000
|
evaluateMigration(evaluateMigrationRequest) {
|
|
1001
1001
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1066,7 +1066,7 @@ class DatabaseMigrationClient {
|
|
|
1066
1066
|
* @param GetAdvisorReportRequest
|
|
1067
1067
|
* @return GetAdvisorReportResponse
|
|
1068
1068
|
* @throws OciError when an error occurs
|
|
1069
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1069
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/databasemigration/GetAdvisorReport.ts.html |here} to see how to use GetAdvisorReport API.
|
|
1070
1070
|
*/
|
|
1071
1071
|
getAdvisorReport(getAdvisorReportRequest) {
|
|
1072
1072
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1130,7 +1130,7 @@ class DatabaseMigrationClient {
|
|
|
1130
1130
|
* @param GetAgentRequest
|
|
1131
1131
|
* @return GetAgentResponse
|
|
1132
1132
|
* @throws OciError when an error occurs
|
|
1133
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1133
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/databasemigration/GetAgent.ts.html |here} to see how to use GetAgent API.
|
|
1134
1134
|
*/
|
|
1135
1135
|
getAgent(getAgentRequest) {
|
|
1136
1136
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1194,7 +1194,7 @@ class DatabaseMigrationClient {
|
|
|
1194
1194
|
* @param GetConnectionRequest
|
|
1195
1195
|
* @return GetConnectionResponse
|
|
1196
1196
|
* @throws OciError when an error occurs
|
|
1197
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1197
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/databasemigration/GetConnection.ts.html |here} to see how to use GetConnection API.
|
|
1198
1198
|
*/
|
|
1199
1199
|
getConnection(getConnectionRequest) {
|
|
1200
1200
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1258,7 +1258,7 @@ class DatabaseMigrationClient {
|
|
|
1258
1258
|
* @param GetJobRequest
|
|
1259
1259
|
* @return GetJobResponse
|
|
1260
1260
|
* @throws OciError when an error occurs
|
|
1261
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1261
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/databasemigration/GetJob.ts.html |here} to see how to use GetJob API.
|
|
1262
1262
|
*/
|
|
1263
1263
|
getJob(getJobRequest) {
|
|
1264
1264
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1322,7 +1322,7 @@ class DatabaseMigrationClient {
|
|
|
1322
1322
|
* @param GetJobOutputContentRequest
|
|
1323
1323
|
* @return GetJobOutputContentResponse
|
|
1324
1324
|
* @throws OciError when an error occurs
|
|
1325
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1325
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/databasemigration/GetJobOutputContent.ts.html |here} to see how to use GetJobOutputContent API.
|
|
1326
1326
|
*/
|
|
1327
1327
|
getJobOutputContent(getJobOutputContentRequest) {
|
|
1328
1328
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1380,7 +1380,7 @@ class DatabaseMigrationClient {
|
|
|
1380
1380
|
* @param GetMigrationRequest
|
|
1381
1381
|
* @return GetMigrationResponse
|
|
1382
1382
|
* @throws OciError when an error occurs
|
|
1383
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1383
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/databasemigration/GetMigration.ts.html |here} to see how to use GetMigration API.
|
|
1384
1384
|
*/
|
|
1385
1385
|
getMigration(getMigrationRequest) {
|
|
1386
1386
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1445,7 +1445,7 @@ class DatabaseMigrationClient {
|
|
|
1445
1445
|
* @param GetWorkRequestRequest
|
|
1446
1446
|
* @return GetWorkRequestResponse
|
|
1447
1447
|
* @throws OciError when an error occurs
|
|
1448
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1448
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/databasemigration/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
1449
1449
|
*/
|
|
1450
1450
|
getWorkRequest(getWorkRequestRequest) {
|
|
1451
1451
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1504,7 +1504,7 @@ class DatabaseMigrationClient {
|
|
|
1504
1504
|
* @param ListAgentImagesRequest
|
|
1505
1505
|
* @return ListAgentImagesResponse
|
|
1506
1506
|
* @throws OciError when an error occurs
|
|
1507
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1507
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/databasemigration/ListAgentImages.ts.html |here} to see how to use ListAgentImages API.
|
|
1508
1508
|
*/
|
|
1509
1509
|
listAgentImages(listAgentImagesRequest) {
|
|
1510
1510
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1570,7 +1570,7 @@ class DatabaseMigrationClient {
|
|
|
1570
1570
|
* @param ListAgentsRequest
|
|
1571
1571
|
* @return ListAgentsResponse
|
|
1572
1572
|
* @throws OciError when an error occurs
|
|
1573
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1573
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/databasemigration/ListAgents.ts.html |here} to see how to use ListAgents API.
|
|
1574
1574
|
*/
|
|
1575
1575
|
listAgents(listAgentsRequest) {
|
|
1576
1576
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1640,7 +1640,7 @@ class DatabaseMigrationClient {
|
|
|
1640
1640
|
* @param ListConnectionsRequest
|
|
1641
1641
|
* @return ListConnectionsResponse
|
|
1642
1642
|
* @throws OciError when an error occurs
|
|
1643
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1643
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/databasemigration/ListConnections.ts.html |here} to see how to use ListConnections API.
|
|
1644
1644
|
*/
|
|
1645
1645
|
listConnections(listConnectionsRequest) {
|
|
1646
1646
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1710,7 +1710,7 @@ class DatabaseMigrationClient {
|
|
|
1710
1710
|
* @param ListExcludedObjectsRequest
|
|
1711
1711
|
* @return ListExcludedObjectsResponse
|
|
1712
1712
|
* @throws OciError when an error occurs
|
|
1713
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1713
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/databasemigration/ListExcludedObjects.ts.html |here} to see how to use ListExcludedObjects API.
|
|
1714
1714
|
*/
|
|
1715
1715
|
listExcludedObjects(listExcludedObjectsRequest) {
|
|
1716
1716
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1786,7 +1786,7 @@ class DatabaseMigrationClient {
|
|
|
1786
1786
|
* @param ListJobOutputsRequest
|
|
1787
1787
|
* @return ListJobOutputsResponse
|
|
1788
1788
|
* @throws OciError when an error occurs
|
|
1789
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1789
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/databasemigration/ListJobOutputs.ts.html |here} to see how to use ListJobOutputs API.
|
|
1790
1790
|
*/
|
|
1791
1791
|
listJobOutputs(listJobOutputsRequest) {
|
|
1792
1792
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1854,7 +1854,7 @@ class DatabaseMigrationClient {
|
|
|
1854
1854
|
* @param ListJobsRequest
|
|
1855
1855
|
* @return ListJobsResponse
|
|
1856
1856
|
* @throws OciError when an error occurs
|
|
1857
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1857
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/databasemigration/ListJobs.ts.html |here} to see how to use ListJobs API.
|
|
1858
1858
|
*/
|
|
1859
1859
|
listJobs(listJobsRequest) {
|
|
1860
1860
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1924,7 +1924,7 @@ class DatabaseMigrationClient {
|
|
|
1924
1924
|
* @param ListMigrationObjectTypesRequest
|
|
1925
1925
|
* @return ListMigrationObjectTypesResponse
|
|
1926
1926
|
* @throws OciError when an error occurs
|
|
1927
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1927
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/databasemigration/ListMigrationObjectTypes.ts.html |here} to see how to use ListMigrationObjectTypes API.
|
|
1928
1928
|
*/
|
|
1929
1929
|
listMigrationObjectTypes(listMigrationObjectTypesRequest) {
|
|
1930
1930
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1991,7 +1991,7 @@ class DatabaseMigrationClient {
|
|
|
1991
1991
|
* @param ListMigrationObjectsRequest
|
|
1992
1992
|
* @return ListMigrationObjectsResponse
|
|
1993
1993
|
* @throws OciError when an error occurs
|
|
1994
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1994
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/databasemigration/ListMigrationObjects.ts.html |here} to see how to use ListMigrationObjects API.
|
|
1995
1995
|
*/
|
|
1996
1996
|
listMigrationObjects(listMigrationObjectsRequest) {
|
|
1997
1997
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2059,7 +2059,7 @@ class DatabaseMigrationClient {
|
|
|
2059
2059
|
* @param ListMigrationsRequest
|
|
2060
2060
|
* @return ListMigrationsResponse
|
|
2061
2061
|
* @throws OciError when an error occurs
|
|
2062
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2062
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/databasemigration/ListMigrations.ts.html |here} to see how to use ListMigrations API.
|
|
2063
2063
|
*/
|
|
2064
2064
|
listMigrations(listMigrationsRequest) {
|
|
2065
2065
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2130,7 +2130,7 @@ class DatabaseMigrationClient {
|
|
|
2130
2130
|
* @param ListWorkRequestErrorsRequest
|
|
2131
2131
|
* @return ListWorkRequestErrorsResponse
|
|
2132
2132
|
* @throws OciError when an error occurs
|
|
2133
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2133
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/databasemigration/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
2134
2134
|
*/
|
|
2135
2135
|
listWorkRequestErrors(listWorkRequestErrorsRequest) {
|
|
2136
2136
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2199,7 +2199,7 @@ class DatabaseMigrationClient {
|
|
|
2199
2199
|
* @param ListWorkRequestLogsRequest
|
|
2200
2200
|
* @return ListWorkRequestLogsResponse
|
|
2201
2201
|
* @throws OciError when an error occurs
|
|
2202
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2202
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/databasemigration/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
2203
2203
|
*/
|
|
2204
2204
|
listWorkRequestLogs(listWorkRequestLogsRequest) {
|
|
2205
2205
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2268,7 +2268,7 @@ class DatabaseMigrationClient {
|
|
|
2268
2268
|
* @param ListWorkRequestsRequest
|
|
2269
2269
|
* @return ListWorkRequestsResponse
|
|
2270
2270
|
* @throws OciError when an error occurs
|
|
2271
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2271
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/databasemigration/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
2272
2272
|
*/
|
|
2273
2273
|
listWorkRequests(listWorkRequestsRequest) {
|
|
2274
2274
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2338,7 +2338,7 @@ class DatabaseMigrationClient {
|
|
|
2338
2338
|
* @param RemoveMigrationObjectsRequest
|
|
2339
2339
|
* @return RemoveMigrationObjectsResponse
|
|
2340
2340
|
* @throws OciError when an error occurs
|
|
2341
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2341
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/databasemigration/RemoveMigrationObjects.ts.html |here} to see how to use RemoveMigrationObjects API.
|
|
2342
2342
|
*/
|
|
2343
2343
|
removeMigrationObjects(removeMigrationObjectsRequest) {
|
|
2344
2344
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2395,7 +2395,7 @@ class DatabaseMigrationClient {
|
|
|
2395
2395
|
* @param ResumeJobRequest
|
|
2396
2396
|
* @return ResumeJobResponse
|
|
2397
2397
|
* @throws OciError when an error occurs
|
|
2398
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2398
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/databasemigration/ResumeJob.ts.html |here} to see how to use ResumeJob API.
|
|
2399
2399
|
*/
|
|
2400
2400
|
resumeJob(resumeJobRequest) {
|
|
2401
2401
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2462,7 +2462,7 @@ class DatabaseMigrationClient {
|
|
|
2462
2462
|
* @param RetrieveSupportedPhasesRequest
|
|
2463
2463
|
* @return RetrieveSupportedPhasesResponse
|
|
2464
2464
|
* @throws OciError when an error occurs
|
|
2465
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2465
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/databasemigration/RetrieveSupportedPhases.ts.html |here} to see how to use RetrieveSupportedPhases API.
|
|
2466
2466
|
*/
|
|
2467
2467
|
retrieveSupportedPhases(retrieveSupportedPhasesRequest) {
|
|
2468
2468
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2521,7 +2521,7 @@ class DatabaseMigrationClient {
|
|
|
2521
2521
|
* @param StartMigrationRequest
|
|
2522
2522
|
* @return StartMigrationResponse
|
|
2523
2523
|
* @throws OciError when an error occurs
|
|
2524
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2524
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/databasemigration/StartMigration.ts.html |here} to see how to use StartMigration API.
|
|
2525
2525
|
*/
|
|
2526
2526
|
startMigration(startMigrationRequest) {
|
|
2527
2527
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2593,7 +2593,7 @@ class DatabaseMigrationClient {
|
|
|
2593
2593
|
* @param UpdateAgentRequest
|
|
2594
2594
|
* @return UpdateAgentResponse
|
|
2595
2595
|
* @throws OciError when an error occurs
|
|
2596
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2596
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/databasemigration/UpdateAgent.ts.html |here} to see how to use UpdateAgent API.
|
|
2597
2597
|
*/
|
|
2598
2598
|
updateAgent(updateAgentRequest) {
|
|
2599
2599
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2660,7 +2660,7 @@ class DatabaseMigrationClient {
|
|
|
2660
2660
|
* @param UpdateConnectionRequest
|
|
2661
2661
|
* @return UpdateConnectionResponse
|
|
2662
2662
|
* @throws OciError when an error occurs
|
|
2663
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2663
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/databasemigration/UpdateConnection.ts.html |here} to see how to use UpdateConnection API.
|
|
2664
2664
|
*/
|
|
2665
2665
|
updateConnection(updateConnectionRequest) {
|
|
2666
2666
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2722,7 +2722,7 @@ class DatabaseMigrationClient {
|
|
|
2722
2722
|
* @param UpdateJobRequest
|
|
2723
2723
|
* @return UpdateJobResponse
|
|
2724
2724
|
* @throws OciError when an error occurs
|
|
2725
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2725
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/databasemigration/UpdateJob.ts.html |here} to see how to use UpdateJob API.
|
|
2726
2726
|
*/
|
|
2727
2727
|
updateJob(updateJobRequest) {
|
|
2728
2728
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2788,7 +2788,7 @@ class DatabaseMigrationClient {
|
|
|
2788
2788
|
* @param UpdateMigrationRequest
|
|
2789
2789
|
* @return UpdateMigrationResponse
|
|
2790
2790
|
* @throws OciError when an error occurs
|
|
2791
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2791
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/databasemigration/UpdateMigration.ts.html |here} to see how to use UpdateMigration API.
|
|
2792
2792
|
*/
|
|
2793
2793
|
updateMigration(updateMigrationRequest) {
|
|
2794
2794
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -31,6 +31,11 @@ export interface ADBDedicatedAutoCreateTablespaceDetails extends model.TargetTyp
|
|
|
31
31
|
* Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
32
32
|
*/
|
|
33
33
|
"extendSizeInMBs"?: number;
|
|
34
|
+
/**
|
|
35
|
+
* Size of Oracle database blocks in KB.
|
|
36
|
+
*
|
|
37
|
+
*/
|
|
38
|
+
"blockSizeInKBs"?: model.DataPumpTablespaceBlockSizesInKb;
|
|
34
39
|
"targetType": string;
|
|
35
40
|
}
|
|
36
41
|
export declare namespace ADBDedicatedAutoCreateTablespaceDetails {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"a-db-dedicated-auto-create-tablespace-details.js","sourceRoot":"","sources":["../../../../../lib/databasemigration/lib/model/a-db-dedicated-auto-create-tablespace-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;
|
|
1
|
+
{"version":3,"file":"a-db-dedicated-auto-create-tablespace-details.js","sourceRoot":"","sources":["../../../../../lib/databasemigration/lib/model/a-db-dedicated-auto-create-tablespace-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAgClC,IAAiB,uCAAuC,CAgCvD;AAhCD,WAAiB,uCAAuC;IACtD,SAAgB,UAAU,CACxB,GAA4C,EAC5C,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,2BAA2B,CAAC,UAAU,CAC3C,GAAG,CACwC,CAAC,GAC/C,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,kDAAU,aAczB,CAAA;IACY,kDAAU,GAAG,kBAAkB,CAAC;IAC7C,SAAgB,sBAAsB,CACpC,GAA4C,EAC5C,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,2BAA2B,CAAC,sBAAsB,CACvD,GAAG,CACwC,CAAC,GAC/C,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,8DAAsB,yBAcrC,CAAA;AACH,CAAC,EAhCgB,uCAAuC,GAAvC,+CAAuC,KAAvC,+CAAuC,QAgCvD"}
|
|
@@ -31,6 +31,11 @@ export interface CreateADBDedicatedAutoCreateTablespaceDetails extends model.Cre
|
|
|
31
31
|
* Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
32
32
|
*/
|
|
33
33
|
"extendSizeInMBs"?: number;
|
|
34
|
+
/**
|
|
35
|
+
* Size of Oracle database blocks in KB.
|
|
36
|
+
*
|
|
37
|
+
*/
|
|
38
|
+
"blockSizeInKBs"?: model.DataPumpTablespaceBlockSizesInKb;
|
|
34
39
|
"targetType": string;
|
|
35
40
|
}
|
|
36
41
|
export declare namespace CreateADBDedicatedAutoCreateTablespaceDetails {
|
|
@@ -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;AAiClC,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"}
|
|
@@ -66,6 +66,11 @@ export interface CreateMigrationDetails {
|
|
|
66
66
|
*
|
|
67
67
|
*/
|
|
68
68
|
"includeObjects"?: Array<model.DatabaseObject>;
|
|
69
|
+
/**
|
|
70
|
+
* Database objects to exclude/include from migration in CSV format. The excludeObjects and includeObjects fields will be ignored if this field is not null.
|
|
71
|
+
*
|
|
72
|
+
*/
|
|
73
|
+
"csvText"?: string;
|
|
69
74
|
"goldenGateDetails"?: model.CreateGoldenGateDetails;
|
|
70
75
|
"vaultDetails"?: model.CreateVaultDetails;
|
|
71
76
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-migration-details.js","sourceRoot":"","sources":["../../../../../lib/databasemigration/lib/model/create-migration-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;
|
|
1
|
+
{"version":3,"file":"create-migration-details.js","sourceRoot":"","sources":["../../../../../lib/databasemigration/lib/model/create-migration-details.ts"],"names":[],"mappings":"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"}
|
|
@@ -31,6 +31,11 @@ export interface CreateNonADBAutoCreateTablespaceDetails extends model.CreateTar
|
|
|
31
31
|
* Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
32
32
|
*/
|
|
33
33
|
"extendSizeInMBs"?: number;
|
|
34
|
+
/**
|
|
35
|
+
* Size of Oracle database blocks in KB.
|
|
36
|
+
*
|
|
37
|
+
*/
|
|
38
|
+
"blockSizeInKBs"?: model.DataPumpTablespaceBlockSizesInKb;
|
|
34
39
|
"targetType": string;
|
|
35
40
|
}
|
|
36
41
|
export declare namespace CreateNonADBAutoCreateTablespaceDetails {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-non-ad-bauto-create-tablespace-details.js","sourceRoot":"","sources":["../../../../../lib/databasemigration/lib/model/create-non-ad-bauto-create-tablespace-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;
|
|
1
|
+
{"version":3,"file":"create-non-ad-bauto-create-tablespace-details.js","sourceRoot":"","sources":["../../../../../lib/databasemigration/lib/model/create-non-ad-bauto-create-tablespace-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAiClC,IAAiB,uCAAuC,CAgCvD;AAhCD,WAAiB,uCAAuC;IACtD,SAAgB,UAAU,CACxB,GAA4C,EAC5C,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,iCAAiC,CAAC,UAAU,CACjD,GAAG,CACwC,CAAC,GAC/C,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,kDAAU,aAczB,CAAA;IACY,kDAAU,GAAG,oBAAoB,CAAC;IAC/C,SAAgB,sBAAsB,CACpC,GAA4C,EAC5C,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,iCAAiC,CAAC,sBAAsB,CAC7D,GAAG,CACwC,CAAC,GAC/C,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,8DAAsB,yBAcrC,CAAA;AACH,CAAC,EAhCgB,uCAAuC,GAAvC,+CAAuC,KAAvC,+CAAuC,QAgCvD"}
|
|
@@ -10,11 +10,17 @@
|
|
|
10
10
|
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
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
|
+
import * as model from "../model";
|
|
13
14
|
/**
|
|
14
15
|
* Parameters for GoldenGate Replicat processes.
|
|
15
16
|
*
|
|
16
17
|
*/
|
|
17
18
|
export interface CreateReplicat {
|
|
19
|
+
/**
|
|
20
|
+
* Replicat performance.
|
|
21
|
+
*
|
|
22
|
+
*/
|
|
23
|
+
"performanceProfile"?: model.ReplicatPerformanceProfile;
|
|
18
24
|
/**
|
|
19
25
|
* Number of threads used to read trail files (valid for Parallel Replicat)
|
|
20
26
|
* Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-replicat.js","sourceRoot":"","sources":["../../../../../lib/databasemigration/lib/model/create-replicat.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;
|
|
1
|
+
{"version":3,"file":"create-replicat.js","sourceRoot":"","sources":["../../../../../lib/databasemigration/lib/model/create-replicat.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAgCH,IAAiB,cAAc,CAW9B;AAXD,WAAiB,cAAc;IAC7B,SAAgB,UAAU,CAAC,GAAmB;QAC5C,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,yBAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAmB;QACxD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,qCAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,cAAc,GAAd,sBAAc,KAAd,sBAAc,QAW9B"}
|
|
@@ -0,0 +1,29 @@
|
|
|
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, 2023, 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
|
+
* Size of Oracle database blocks in KB.
|
|
15
|
+
*
|
|
16
|
+
**/
|
|
17
|
+
export declare enum DataPumpTablespaceBlockSizesInKb {
|
|
18
|
+
Size8K = "SIZE_8K",
|
|
19
|
+
Size16K = "SIZE_16K",
|
|
20
|
+
/**
|
|
21
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
22
|
+
* version of the SDK.
|
|
23
|
+
*/
|
|
24
|
+
UnknownValue = "UNKNOWN_VALUE"
|
|
25
|
+
}
|
|
26
|
+
export declare namespace DataPumpTablespaceBlockSizesInKb {
|
|
27
|
+
function getJsonObj(obj: DataPumpTablespaceBlockSizesInKb): DataPumpTablespaceBlockSizesInKb;
|
|
28
|
+
function getDeserializedJsonObj(obj: DataPumpTablespaceBlockSizesInKb): DataPumpTablespaceBlockSizesInKb;
|
|
29
|
+
}
|
|
@@ -0,0 +1,40 @@
|
|
|
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, 2023, 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.DataPumpTablespaceBlockSizesInKb = void 0;
|
|
16
|
+
/**
|
|
17
|
+
* Size of Oracle database blocks in KB.
|
|
18
|
+
*
|
|
19
|
+
**/
|
|
20
|
+
var DataPumpTablespaceBlockSizesInKb;
|
|
21
|
+
(function (DataPumpTablespaceBlockSizesInKb) {
|
|
22
|
+
DataPumpTablespaceBlockSizesInKb["Size8K"] = "SIZE_8K";
|
|
23
|
+
DataPumpTablespaceBlockSizesInKb["Size16K"] = "SIZE_16K";
|
|
24
|
+
/**
|
|
25
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
26
|
+
* version of the SDK.
|
|
27
|
+
*/
|
|
28
|
+
DataPumpTablespaceBlockSizesInKb["UnknownValue"] = "UNKNOWN_VALUE";
|
|
29
|
+
})(DataPumpTablespaceBlockSizesInKb = exports.DataPumpTablespaceBlockSizesInKb || (exports.DataPumpTablespaceBlockSizesInKb = {}));
|
|
30
|
+
(function (DataPumpTablespaceBlockSizesInKb) {
|
|
31
|
+
function getJsonObj(obj) {
|
|
32
|
+
return obj;
|
|
33
|
+
}
|
|
34
|
+
DataPumpTablespaceBlockSizesInKb.getJsonObj = getJsonObj;
|
|
35
|
+
function getDeserializedJsonObj(obj) {
|
|
36
|
+
return obj;
|
|
37
|
+
}
|
|
38
|
+
DataPumpTablespaceBlockSizesInKb.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
39
|
+
})(DataPumpTablespaceBlockSizesInKb = exports.DataPumpTablespaceBlockSizesInKb || (exports.DataPumpTablespaceBlockSizesInKb = {}));
|
|
40
|
+
//# sourceMappingURL=data-pump-tablespace-block-sizes-in-kb.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"data-pump-tablespace-block-sizes-in-kb.js","sourceRoot":"","sources":["../../../../../lib/databasemigration/lib/model/data-pump-tablespace-block-sizes-in-kb.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAKH;;;IAGI;AACJ,IAAY,gCASX;AATD,WAAY,gCAAgC;IAC1C,sDAAkB,CAAA;IAClB,wDAAoB,CAAA;IAEpB;;;OAGG;IACH,kEAA8B,CAAA;AAChC,CAAC,EATW,gCAAgC,GAAhC,wCAAgC,KAAhC,wCAAgC,QAS3C;AAED,WAAiB,gCAAgC;IAC/C,SAAgB,UAAU,CACxB,GAAqC;QAErC,OAAO,GAAG,CAAC;IACb,CAAC;IAJe,2CAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CACpC,GAAqC;QAErC,OAAO,GAAG,CAAC;IACb,CAAC;IAJe,uDAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,gCAAgC,GAAhC,wCAAgC,KAAhC,wCAAgC,QAWhD"}
|
package/lib/model/index.d.ts
CHANGED
|
@@ -108,6 +108,8 @@ import * as DataPumpSettings from "./data-pump-settings";
|
|
|
108
108
|
export import DataPumpSettings = DataPumpSettings.DataPumpSettings;
|
|
109
109
|
import * as DataPumpTableExistsAction from "./data-pump-table-exists-action";
|
|
110
110
|
export import DataPumpTableExistsAction = DataPumpTableExistsAction.DataPumpTableExistsAction;
|
|
111
|
+
import * as DataPumpTablespaceBlockSizesInKb from "./data-pump-tablespace-block-sizes-in-kb";
|
|
112
|
+
export import DataPumpTablespaceBlockSizesInKb = DataPumpTablespaceBlockSizesInKb.DataPumpTablespaceBlockSizesInKb;
|
|
111
113
|
import * as DataTransferMediumDetails from "./data-transfer-medium-details";
|
|
112
114
|
export import DataTransferMediumDetails = DataTransferMediumDetails.DataTransferMediumDetails;
|
|
113
115
|
import * as DatabaseConnectionTypes from "./database-connection-types";
|
|
@@ -218,6 +220,8 @@ import * as ReasonKeywords from "./reason-keywords";
|
|
|
218
220
|
export import ReasonKeywords = ReasonKeywords.ReasonKeywords;
|
|
219
221
|
import * as Replicat from "./replicat";
|
|
220
222
|
export import Replicat = Replicat.Replicat;
|
|
223
|
+
import * as ReplicatPerformanceProfile from "./replicat-performance-profile";
|
|
224
|
+
export import ReplicatPerformanceProfile = ReplicatPerformanceProfile.ReplicatPerformanceProfile;
|
|
221
225
|
import * as ResultError from "./result-error";
|
|
222
226
|
export import ResultError = ResultError.ResultError;
|
|
223
227
|
import * as ResultType from "./result-type";
|