oci-databasemigration 2.55.1 → 2.57.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/client.d.ts +41 -41
- package/lib/client.js +41 -41
- 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
|
@@ -157,7 +157,7 @@ class DatabaseMigrationClient {
|
|
|
157
157
|
* @param AbortJobRequest
|
|
158
158
|
* @return AbortJobResponse
|
|
159
159
|
* @throws OciError when an error occurs
|
|
160
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
160
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/databasemigration/AbortJob.ts.html |here} to see how to use AbortJob API.
|
|
161
161
|
*/
|
|
162
162
|
abortJob(abortJobRequest) {
|
|
163
163
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -223,7 +223,7 @@ class DatabaseMigrationClient {
|
|
|
223
223
|
* @param AddMigrationObjectsRequest
|
|
224
224
|
* @return AddMigrationObjectsResponse
|
|
225
225
|
* @throws OciError when an error occurs
|
|
226
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
226
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/databasemigration/AddMigrationObjects.ts.html |here} to see how to use AddMigrationObjects API.
|
|
227
227
|
*/
|
|
228
228
|
addMigrationObjects(addMigrationObjectsRequest) {
|
|
229
229
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -280,7 +280,7 @@ class DatabaseMigrationClient {
|
|
|
280
280
|
* @param ChangeAgentCompartmentRequest
|
|
281
281
|
* @return ChangeAgentCompartmentResponse
|
|
282
282
|
* @throws OciError when an error occurs
|
|
283
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
283
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/databasemigration/ChangeAgentCompartment.ts.html |here} to see how to use ChangeAgentCompartment API.
|
|
284
284
|
*/
|
|
285
285
|
changeAgentCompartment(changeAgentCompartmentRequest) {
|
|
286
286
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -338,7 +338,7 @@ class DatabaseMigrationClient {
|
|
|
338
338
|
* @param ChangeConnectionCompartmentRequest
|
|
339
339
|
* @return ChangeConnectionCompartmentResponse
|
|
340
340
|
* @throws OciError when an error occurs
|
|
341
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
341
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/databasemigration/ChangeConnectionCompartment.ts.html |here} to see how to use ChangeConnectionCompartment API.
|
|
342
342
|
*/
|
|
343
343
|
changeConnectionCompartment(changeConnectionCompartmentRequest) {
|
|
344
344
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -396,7 +396,7 @@ class DatabaseMigrationClient {
|
|
|
396
396
|
* @param ChangeMigrationCompartmentRequest
|
|
397
397
|
* @return ChangeMigrationCompartmentResponse
|
|
398
398
|
* @throws OciError when an error occurs
|
|
399
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
399
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/databasemigration/ChangeMigrationCompartment.ts.html |here} to see how to use ChangeMigrationCompartment API.
|
|
400
400
|
*/
|
|
401
401
|
changeMigrationCompartment(changeMigrationCompartmentRequest) {
|
|
402
402
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -454,7 +454,7 @@ class DatabaseMigrationClient {
|
|
|
454
454
|
* @param CloneMigrationRequest
|
|
455
455
|
* @return CloneMigrationResponse
|
|
456
456
|
* @throws OciError when an error occurs
|
|
457
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
457
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/databasemigration/CloneMigration.ts.html |here} to see how to use CloneMigration API.
|
|
458
458
|
*/
|
|
459
459
|
cloneMigration(cloneMigrationRequest) {
|
|
460
460
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -526,7 +526,7 @@ class DatabaseMigrationClient {
|
|
|
526
526
|
* @param ConnectionDiagnosticsRequest
|
|
527
527
|
* @return ConnectionDiagnosticsResponse
|
|
528
528
|
* @throws OciError when an error occurs
|
|
529
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
529
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/databasemigration/ConnectionDiagnostics.ts.html |here} to see how to use ConnectionDiagnostics API.
|
|
530
530
|
*/
|
|
531
531
|
connectionDiagnostics(connectionDiagnosticsRequest) {
|
|
532
532
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -593,7 +593,7 @@ class DatabaseMigrationClient {
|
|
|
593
593
|
* @param CreateConnectionRequest
|
|
594
594
|
* @return CreateConnectionResponse
|
|
595
595
|
* @throws OciError when an error occurs
|
|
596
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
596
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/databasemigration/CreateConnection.ts.html |here} to see how to use CreateConnection API.
|
|
597
597
|
*/
|
|
598
598
|
createConnection(createConnectionRequest) {
|
|
599
599
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -664,7 +664,7 @@ class DatabaseMigrationClient {
|
|
|
664
664
|
* @param CreateMigrationRequest
|
|
665
665
|
* @return CreateMigrationResponse
|
|
666
666
|
* @throws OciError when an error occurs
|
|
667
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
667
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/databasemigration/CreateMigration.ts.html |here} to see how to use CreateMigration API.
|
|
668
668
|
*/
|
|
669
669
|
createMigration(createMigrationRequest) {
|
|
670
670
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -733,7 +733,7 @@ class DatabaseMigrationClient {
|
|
|
733
733
|
* @param DeleteAgentRequest
|
|
734
734
|
* @return DeleteAgentResponse
|
|
735
735
|
* @throws OciError when an error occurs
|
|
736
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
736
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/databasemigration/DeleteAgent.ts.html |here} to see how to use DeleteAgent API.
|
|
737
737
|
*/
|
|
738
738
|
deleteAgent(deleteAgentRequest) {
|
|
739
739
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -794,7 +794,7 @@ class DatabaseMigrationClient {
|
|
|
794
794
|
* @param DeleteConnectionRequest
|
|
795
795
|
* @return DeleteConnectionResponse
|
|
796
796
|
* @throws OciError when an error occurs
|
|
797
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
797
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/databasemigration/DeleteConnection.ts.html |here} to see how to use DeleteConnection API.
|
|
798
798
|
*/
|
|
799
799
|
deleteConnection(deleteConnectionRequest) {
|
|
800
800
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -855,7 +855,7 @@ class DatabaseMigrationClient {
|
|
|
855
855
|
* @param DeleteJobRequest
|
|
856
856
|
* @return DeleteJobResponse
|
|
857
857
|
* @throws OciError when an error occurs
|
|
858
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
858
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/databasemigration/DeleteJob.ts.html |here} to see how to use DeleteJob API.
|
|
859
859
|
*/
|
|
860
860
|
deleteJob(deleteJobRequest) {
|
|
861
861
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -911,7 +911,7 @@ class DatabaseMigrationClient {
|
|
|
911
911
|
* @param DeleteMigrationRequest
|
|
912
912
|
* @return DeleteMigrationResponse
|
|
913
913
|
* @throws OciError when an error occurs
|
|
914
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
914
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/databasemigration/DeleteMigration.ts.html |here} to see how to use DeleteMigration API.
|
|
915
915
|
*/
|
|
916
916
|
deleteMigration(deleteMigrationRequest) {
|
|
917
917
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -972,7 +972,7 @@ class DatabaseMigrationClient {
|
|
|
972
972
|
* @param EvaluateMigrationRequest
|
|
973
973
|
* @return EvaluateMigrationResponse
|
|
974
974
|
* @throws OciError when an error occurs
|
|
975
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
975
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/databasemigration/EvaluateMigration.ts.html |here} to see how to use EvaluateMigration API.
|
|
976
976
|
*/
|
|
977
977
|
evaluateMigration(evaluateMigrationRequest) {
|
|
978
978
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1043,7 +1043,7 @@ class DatabaseMigrationClient {
|
|
|
1043
1043
|
* @param GetAdvisorReportRequest
|
|
1044
1044
|
* @return GetAdvisorReportResponse
|
|
1045
1045
|
* @throws OciError when an error occurs
|
|
1046
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1046
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/databasemigration/GetAdvisorReport.ts.html |here} to see how to use GetAdvisorReport API.
|
|
1047
1047
|
*/
|
|
1048
1048
|
getAdvisorReport(getAdvisorReportRequest) {
|
|
1049
1049
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1107,7 +1107,7 @@ class DatabaseMigrationClient {
|
|
|
1107
1107
|
* @param GetAgentRequest
|
|
1108
1108
|
* @return GetAgentResponse
|
|
1109
1109
|
* @throws OciError when an error occurs
|
|
1110
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1110
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/databasemigration/GetAgent.ts.html |here} to see how to use GetAgent API.
|
|
1111
1111
|
*/
|
|
1112
1112
|
getAgent(getAgentRequest) {
|
|
1113
1113
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1171,7 +1171,7 @@ class DatabaseMigrationClient {
|
|
|
1171
1171
|
* @param GetConnectionRequest
|
|
1172
1172
|
* @return GetConnectionResponse
|
|
1173
1173
|
* @throws OciError when an error occurs
|
|
1174
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1174
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/databasemigration/GetConnection.ts.html |here} to see how to use GetConnection API.
|
|
1175
1175
|
*/
|
|
1176
1176
|
getConnection(getConnectionRequest) {
|
|
1177
1177
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1235,7 +1235,7 @@ class DatabaseMigrationClient {
|
|
|
1235
1235
|
* @param GetJobRequest
|
|
1236
1236
|
* @return GetJobResponse
|
|
1237
1237
|
* @throws OciError when an error occurs
|
|
1238
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1238
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/databasemigration/GetJob.ts.html |here} to see how to use GetJob API.
|
|
1239
1239
|
*/
|
|
1240
1240
|
getJob(getJobRequest) {
|
|
1241
1241
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1299,7 +1299,7 @@ class DatabaseMigrationClient {
|
|
|
1299
1299
|
* @param GetJobOutputContentRequest
|
|
1300
1300
|
* @return GetJobOutputContentResponse
|
|
1301
1301
|
* @throws OciError when an error occurs
|
|
1302
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1302
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/databasemigration/GetJobOutputContent.ts.html |here} to see how to use GetJobOutputContent API.
|
|
1303
1303
|
*/
|
|
1304
1304
|
getJobOutputContent(getJobOutputContentRequest) {
|
|
1305
1305
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1357,7 +1357,7 @@ class DatabaseMigrationClient {
|
|
|
1357
1357
|
* @param GetMigrationRequest
|
|
1358
1358
|
* @return GetMigrationResponse
|
|
1359
1359
|
* @throws OciError when an error occurs
|
|
1360
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1360
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/databasemigration/GetMigration.ts.html |here} to see how to use GetMigration API.
|
|
1361
1361
|
*/
|
|
1362
1362
|
getMigration(getMigrationRequest) {
|
|
1363
1363
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1422,7 +1422,7 @@ class DatabaseMigrationClient {
|
|
|
1422
1422
|
* @param GetWorkRequestRequest
|
|
1423
1423
|
* @return GetWorkRequestResponse
|
|
1424
1424
|
* @throws OciError when an error occurs
|
|
1425
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1425
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/databasemigration/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
1426
1426
|
*/
|
|
1427
1427
|
getWorkRequest(getWorkRequestRequest) {
|
|
1428
1428
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1481,7 +1481,7 @@ class DatabaseMigrationClient {
|
|
|
1481
1481
|
* @param ListAgentImagesRequest
|
|
1482
1482
|
* @return ListAgentImagesResponse
|
|
1483
1483
|
* @throws OciError when an error occurs
|
|
1484
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1484
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/databasemigration/ListAgentImages.ts.html |here} to see how to use ListAgentImages API.
|
|
1485
1485
|
*/
|
|
1486
1486
|
listAgentImages(listAgentImagesRequest) {
|
|
1487
1487
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1547,7 +1547,7 @@ class DatabaseMigrationClient {
|
|
|
1547
1547
|
* @param ListAgentsRequest
|
|
1548
1548
|
* @return ListAgentsResponse
|
|
1549
1549
|
* @throws OciError when an error occurs
|
|
1550
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1550
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/databasemigration/ListAgents.ts.html |here} to see how to use ListAgents API.
|
|
1551
1551
|
*/
|
|
1552
1552
|
listAgents(listAgentsRequest) {
|
|
1553
1553
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1617,7 +1617,7 @@ class DatabaseMigrationClient {
|
|
|
1617
1617
|
* @param ListConnectionsRequest
|
|
1618
1618
|
* @return ListConnectionsResponse
|
|
1619
1619
|
* @throws OciError when an error occurs
|
|
1620
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1620
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/databasemigration/ListConnections.ts.html |here} to see how to use ListConnections API.
|
|
1621
1621
|
*/
|
|
1622
1622
|
listConnections(listConnectionsRequest) {
|
|
1623
1623
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1687,7 +1687,7 @@ class DatabaseMigrationClient {
|
|
|
1687
1687
|
* @param ListExcludedObjectsRequest
|
|
1688
1688
|
* @return ListExcludedObjectsResponse
|
|
1689
1689
|
* @throws OciError when an error occurs
|
|
1690
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1690
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/databasemigration/ListExcludedObjects.ts.html |here} to see how to use ListExcludedObjects API.
|
|
1691
1691
|
*/
|
|
1692
1692
|
listExcludedObjects(listExcludedObjectsRequest) {
|
|
1693
1693
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1763,7 +1763,7 @@ class DatabaseMigrationClient {
|
|
|
1763
1763
|
* @param ListJobOutputsRequest
|
|
1764
1764
|
* @return ListJobOutputsResponse
|
|
1765
1765
|
* @throws OciError when an error occurs
|
|
1766
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1766
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/databasemigration/ListJobOutputs.ts.html |here} to see how to use ListJobOutputs API.
|
|
1767
1767
|
*/
|
|
1768
1768
|
listJobOutputs(listJobOutputsRequest) {
|
|
1769
1769
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1831,7 +1831,7 @@ class DatabaseMigrationClient {
|
|
|
1831
1831
|
* @param ListJobsRequest
|
|
1832
1832
|
* @return ListJobsResponse
|
|
1833
1833
|
* @throws OciError when an error occurs
|
|
1834
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1834
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/databasemigration/ListJobs.ts.html |here} to see how to use ListJobs API.
|
|
1835
1835
|
*/
|
|
1836
1836
|
listJobs(listJobsRequest) {
|
|
1837
1837
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1901,7 +1901,7 @@ class DatabaseMigrationClient {
|
|
|
1901
1901
|
* @param ListMigrationObjectTypesRequest
|
|
1902
1902
|
* @return ListMigrationObjectTypesResponse
|
|
1903
1903
|
* @throws OciError when an error occurs
|
|
1904
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1904
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/databasemigration/ListMigrationObjectTypes.ts.html |here} to see how to use ListMigrationObjectTypes API.
|
|
1905
1905
|
*/
|
|
1906
1906
|
listMigrationObjectTypes(listMigrationObjectTypesRequest) {
|
|
1907
1907
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1968,7 +1968,7 @@ class DatabaseMigrationClient {
|
|
|
1968
1968
|
* @param ListMigrationObjectsRequest
|
|
1969
1969
|
* @return ListMigrationObjectsResponse
|
|
1970
1970
|
* @throws OciError when an error occurs
|
|
1971
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1971
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/databasemigration/ListMigrationObjects.ts.html |here} to see how to use ListMigrationObjects API.
|
|
1972
1972
|
*/
|
|
1973
1973
|
listMigrationObjects(listMigrationObjectsRequest) {
|
|
1974
1974
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2036,7 +2036,7 @@ class DatabaseMigrationClient {
|
|
|
2036
2036
|
* @param ListMigrationsRequest
|
|
2037
2037
|
* @return ListMigrationsResponse
|
|
2038
2038
|
* @throws OciError when an error occurs
|
|
2039
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2039
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/databasemigration/ListMigrations.ts.html |here} to see how to use ListMigrations API.
|
|
2040
2040
|
*/
|
|
2041
2041
|
listMigrations(listMigrationsRequest) {
|
|
2042
2042
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2107,7 +2107,7 @@ class DatabaseMigrationClient {
|
|
|
2107
2107
|
* @param ListWorkRequestErrorsRequest
|
|
2108
2108
|
* @return ListWorkRequestErrorsResponse
|
|
2109
2109
|
* @throws OciError when an error occurs
|
|
2110
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2110
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/databasemigration/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
2111
2111
|
*/
|
|
2112
2112
|
listWorkRequestErrors(listWorkRequestErrorsRequest) {
|
|
2113
2113
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2176,7 +2176,7 @@ class DatabaseMigrationClient {
|
|
|
2176
2176
|
* @param ListWorkRequestLogsRequest
|
|
2177
2177
|
* @return ListWorkRequestLogsResponse
|
|
2178
2178
|
* @throws OciError when an error occurs
|
|
2179
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2179
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/databasemigration/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
2180
2180
|
*/
|
|
2181
2181
|
listWorkRequestLogs(listWorkRequestLogsRequest) {
|
|
2182
2182
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2245,7 +2245,7 @@ class DatabaseMigrationClient {
|
|
|
2245
2245
|
* @param ListWorkRequestsRequest
|
|
2246
2246
|
* @return ListWorkRequestsResponse
|
|
2247
2247
|
* @throws OciError when an error occurs
|
|
2248
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2248
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/databasemigration/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
2249
2249
|
*/
|
|
2250
2250
|
listWorkRequests(listWorkRequestsRequest) {
|
|
2251
2251
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2315,7 +2315,7 @@ class DatabaseMigrationClient {
|
|
|
2315
2315
|
* @param RemoveMigrationObjectsRequest
|
|
2316
2316
|
* @return RemoveMigrationObjectsResponse
|
|
2317
2317
|
* @throws OciError when an error occurs
|
|
2318
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2318
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/databasemigration/RemoveMigrationObjects.ts.html |here} to see how to use RemoveMigrationObjects API.
|
|
2319
2319
|
*/
|
|
2320
2320
|
removeMigrationObjects(removeMigrationObjectsRequest) {
|
|
2321
2321
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2372,7 +2372,7 @@ class DatabaseMigrationClient {
|
|
|
2372
2372
|
* @param ResumeJobRequest
|
|
2373
2373
|
* @return ResumeJobResponse
|
|
2374
2374
|
* @throws OciError when an error occurs
|
|
2375
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2375
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/databasemigration/ResumeJob.ts.html |here} to see how to use ResumeJob API.
|
|
2376
2376
|
*/
|
|
2377
2377
|
resumeJob(resumeJobRequest) {
|
|
2378
2378
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2439,7 +2439,7 @@ class DatabaseMigrationClient {
|
|
|
2439
2439
|
* @param RetrieveSupportedPhasesRequest
|
|
2440
2440
|
* @return RetrieveSupportedPhasesResponse
|
|
2441
2441
|
* @throws OciError when an error occurs
|
|
2442
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2442
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/databasemigration/RetrieveSupportedPhases.ts.html |here} to see how to use RetrieveSupportedPhases API.
|
|
2443
2443
|
*/
|
|
2444
2444
|
retrieveSupportedPhases(retrieveSupportedPhasesRequest) {
|
|
2445
2445
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2498,7 +2498,7 @@ class DatabaseMigrationClient {
|
|
|
2498
2498
|
* @param StartMigrationRequest
|
|
2499
2499
|
* @return StartMigrationResponse
|
|
2500
2500
|
* @throws OciError when an error occurs
|
|
2501
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2501
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/databasemigration/StartMigration.ts.html |here} to see how to use StartMigration API.
|
|
2502
2502
|
*/
|
|
2503
2503
|
startMigration(startMigrationRequest) {
|
|
2504
2504
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2570,7 +2570,7 @@ class DatabaseMigrationClient {
|
|
|
2570
2570
|
* @param UpdateAgentRequest
|
|
2571
2571
|
* @return UpdateAgentResponse
|
|
2572
2572
|
* @throws OciError when an error occurs
|
|
2573
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2573
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/databasemigration/UpdateAgent.ts.html |here} to see how to use UpdateAgent API.
|
|
2574
2574
|
*/
|
|
2575
2575
|
updateAgent(updateAgentRequest) {
|
|
2576
2576
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2637,7 +2637,7 @@ class DatabaseMigrationClient {
|
|
|
2637
2637
|
* @param UpdateConnectionRequest
|
|
2638
2638
|
* @return UpdateConnectionResponse
|
|
2639
2639
|
* @throws OciError when an error occurs
|
|
2640
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2640
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/databasemigration/UpdateConnection.ts.html |here} to see how to use UpdateConnection API.
|
|
2641
2641
|
*/
|
|
2642
2642
|
updateConnection(updateConnectionRequest) {
|
|
2643
2643
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2699,7 +2699,7 @@ class DatabaseMigrationClient {
|
|
|
2699
2699
|
* @param UpdateJobRequest
|
|
2700
2700
|
* @return UpdateJobResponse
|
|
2701
2701
|
* @throws OciError when an error occurs
|
|
2702
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2702
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/databasemigration/UpdateJob.ts.html |here} to see how to use UpdateJob API.
|
|
2703
2703
|
*/
|
|
2704
2704
|
updateJob(updateJobRequest) {
|
|
2705
2705
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2765,7 +2765,7 @@ class DatabaseMigrationClient {
|
|
|
2765
2765
|
* @param UpdateMigrationRequest
|
|
2766
2766
|
* @return UpdateMigrationResponse
|
|
2767
2767
|
* @throws OciError when an error occurs
|
|
2768
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2768
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/databasemigration/UpdateMigration.ts.html |here} to see how to use UpdateMigration API.
|
|
2769
2769
|
*/
|
|
2770
2770
|
updateMigration(updateMigrationRequest) {
|
|
2771
2771
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/databasemigration/AbortJob.ts.html |here} to see how to use AbortJobRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface AbortJobRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/databasemigration/AddMigrationObjects.ts.html |here} to see how to use AddMigrationObjectsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface AddMigrationObjectsRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/databasemigration/ChangeAgentCompartment.ts.html |here} to see how to use ChangeAgentCompartmentRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ChangeAgentCompartmentRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/databasemigration/ChangeConnectionCompartment.ts.html |here} to see how to use ChangeConnectionCompartmentRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ChangeConnectionCompartmentRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/databasemigration/ChangeMigrationCompartment.ts.html |here} to see how to use ChangeMigrationCompartmentRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ChangeMigrationCompartmentRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/databasemigration/CloneMigration.ts.html |here} to see how to use CloneMigrationRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CloneMigrationRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/databasemigration/ConnectionDiagnostics.ts.html |here} to see how to use ConnectionDiagnosticsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ConnectionDiagnosticsRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/databasemigration/CreateConnection.ts.html |here} to see how to use CreateConnectionRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateConnectionRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/databasemigration/CreateMigration.ts.html |here} to see how to use CreateMigrationRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateMigrationRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/databasemigration/DeleteAgent.ts.html |here} to see how to use DeleteAgentRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteAgentRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/databasemigration/DeleteConnection.ts.html |here} to see how to use DeleteConnectionRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteConnectionRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/databasemigration/DeleteJob.ts.html |here} to see how to use DeleteJobRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteJobRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/databasemigration/DeleteMigration.ts.html |here} to see how to use DeleteMigrationRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteMigrationRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/databasemigration/EvaluateMigration.ts.html |here} to see how to use EvaluateMigrationRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface EvaluateMigrationRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/databasemigration/GetAdvisorReport.ts.html |here} to see how to use GetAdvisorReportRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetAdvisorReportRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/databasemigration/GetAgent.ts.html |here} to see how to use GetAgentRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetAgentRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/databasemigration/GetConnection.ts.html |here} to see how to use GetConnectionRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetConnectionRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/databasemigration/GetJobOutputContent.ts.html |here} to see how to use GetJobOutputContentRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetJobOutputContentRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/databasemigration/GetJob.ts.html |here} to see how to use GetJobRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetJobRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/databasemigration/GetMigration.ts.html |here} to see how to use GetMigrationRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetMigrationRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/databasemigration/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetWorkRequestRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/databasemigration/ListAgentImages.ts.html |here} to see how to use ListAgentImagesRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListAgentImagesRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/databasemigration/ListAgents.ts.html |here} to see how to use ListAgentsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListAgentsRequest extends common.BaseRequest {
|
|
19
19
|
/**
|