oci-databasemigration 2.88.0 → 2.88.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/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
|
@@ -203,7 +203,7 @@ class DatabaseMigrationClient {
|
|
|
203
203
|
* @param AbortJobRequest
|
|
204
204
|
* @return AbortJobResponse
|
|
205
205
|
* @throws OciError when an error occurs
|
|
206
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.
|
|
206
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/databasemigration/AbortJob.ts.html |here} to see how to use AbortJob API.
|
|
207
207
|
*/
|
|
208
208
|
abortJob(abortJobRequest) {
|
|
209
209
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -269,7 +269,7 @@ class DatabaseMigrationClient {
|
|
|
269
269
|
* @param AddMigrationObjectsRequest
|
|
270
270
|
* @return AddMigrationObjectsResponse
|
|
271
271
|
* @throws OciError when an error occurs
|
|
272
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.
|
|
272
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/databasemigration/AddMigrationObjects.ts.html |here} to see how to use AddMigrationObjects API.
|
|
273
273
|
*/
|
|
274
274
|
addMigrationObjects(addMigrationObjectsRequest) {
|
|
275
275
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -326,7 +326,7 @@ class DatabaseMigrationClient {
|
|
|
326
326
|
* @param ChangeAgentCompartmentRequest
|
|
327
327
|
* @return ChangeAgentCompartmentResponse
|
|
328
328
|
* @throws OciError when an error occurs
|
|
329
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.
|
|
329
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/databasemigration/ChangeAgentCompartment.ts.html |here} to see how to use ChangeAgentCompartment API.
|
|
330
330
|
*/
|
|
331
331
|
changeAgentCompartment(changeAgentCompartmentRequest) {
|
|
332
332
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -384,7 +384,7 @@ class DatabaseMigrationClient {
|
|
|
384
384
|
* @param ChangeConnectionCompartmentRequest
|
|
385
385
|
* @return ChangeConnectionCompartmentResponse
|
|
386
386
|
* @throws OciError when an error occurs
|
|
387
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.
|
|
387
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/databasemigration/ChangeConnectionCompartment.ts.html |here} to see how to use ChangeConnectionCompartment API.
|
|
388
388
|
*/
|
|
389
389
|
changeConnectionCompartment(changeConnectionCompartmentRequest) {
|
|
390
390
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -442,7 +442,7 @@ class DatabaseMigrationClient {
|
|
|
442
442
|
* @param ChangeMigrationCompartmentRequest
|
|
443
443
|
* @return ChangeMigrationCompartmentResponse
|
|
444
444
|
* @throws OciError when an error occurs
|
|
445
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.
|
|
445
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/databasemigration/ChangeMigrationCompartment.ts.html |here} to see how to use ChangeMigrationCompartment API.
|
|
446
446
|
*/
|
|
447
447
|
changeMigrationCompartment(changeMigrationCompartmentRequest) {
|
|
448
448
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -500,7 +500,7 @@ class DatabaseMigrationClient {
|
|
|
500
500
|
* @param CloneMigrationRequest
|
|
501
501
|
* @return CloneMigrationResponse
|
|
502
502
|
* @throws OciError when an error occurs
|
|
503
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.
|
|
503
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/databasemigration/CloneMigration.ts.html |here} to see how to use CloneMigration API.
|
|
504
504
|
*/
|
|
505
505
|
cloneMigration(cloneMigrationRequest) {
|
|
506
506
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -572,7 +572,7 @@ class DatabaseMigrationClient {
|
|
|
572
572
|
* @param ConnectionDiagnosticsRequest
|
|
573
573
|
* @return ConnectionDiagnosticsResponse
|
|
574
574
|
* @throws OciError when an error occurs
|
|
575
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.
|
|
575
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/databasemigration/ConnectionDiagnostics.ts.html |here} to see how to use ConnectionDiagnostics API.
|
|
576
576
|
*/
|
|
577
577
|
connectionDiagnostics(connectionDiagnosticsRequest) {
|
|
578
578
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -639,7 +639,7 @@ class DatabaseMigrationClient {
|
|
|
639
639
|
* @param CreateConnectionRequest
|
|
640
640
|
* @return CreateConnectionResponse
|
|
641
641
|
* @throws OciError when an error occurs
|
|
642
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.
|
|
642
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/databasemigration/CreateConnection.ts.html |here} to see how to use CreateConnection API.
|
|
643
643
|
*/
|
|
644
644
|
createConnection(createConnectionRequest) {
|
|
645
645
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -710,7 +710,7 @@ class DatabaseMigrationClient {
|
|
|
710
710
|
* @param CreateMigrationRequest
|
|
711
711
|
* @return CreateMigrationResponse
|
|
712
712
|
* @throws OciError when an error occurs
|
|
713
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.
|
|
713
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/databasemigration/CreateMigration.ts.html |here} to see how to use CreateMigration API.
|
|
714
714
|
*/
|
|
715
715
|
createMigration(createMigrationRequest) {
|
|
716
716
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -779,7 +779,7 @@ class DatabaseMigrationClient {
|
|
|
779
779
|
* @param DeleteAgentRequest
|
|
780
780
|
* @return DeleteAgentResponse
|
|
781
781
|
* @throws OciError when an error occurs
|
|
782
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.
|
|
782
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/databasemigration/DeleteAgent.ts.html |here} to see how to use DeleteAgent API.
|
|
783
783
|
*/
|
|
784
784
|
deleteAgent(deleteAgentRequest) {
|
|
785
785
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -840,7 +840,7 @@ class DatabaseMigrationClient {
|
|
|
840
840
|
* @param DeleteConnectionRequest
|
|
841
841
|
* @return DeleteConnectionResponse
|
|
842
842
|
* @throws OciError when an error occurs
|
|
843
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.
|
|
843
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/databasemigration/DeleteConnection.ts.html |here} to see how to use DeleteConnection API.
|
|
844
844
|
*/
|
|
845
845
|
deleteConnection(deleteConnectionRequest) {
|
|
846
846
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -901,7 +901,7 @@ class DatabaseMigrationClient {
|
|
|
901
901
|
* @param DeleteJobRequest
|
|
902
902
|
* @return DeleteJobResponse
|
|
903
903
|
* @throws OciError when an error occurs
|
|
904
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.
|
|
904
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/databasemigration/DeleteJob.ts.html |here} to see how to use DeleteJob API.
|
|
905
905
|
*/
|
|
906
906
|
deleteJob(deleteJobRequest) {
|
|
907
907
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -957,7 +957,7 @@ class DatabaseMigrationClient {
|
|
|
957
957
|
* @param DeleteMigrationRequest
|
|
958
958
|
* @return DeleteMigrationResponse
|
|
959
959
|
* @throws OciError when an error occurs
|
|
960
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.
|
|
960
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/databasemigration/DeleteMigration.ts.html |here} to see how to use DeleteMigration API.
|
|
961
961
|
*/
|
|
962
962
|
deleteMigration(deleteMigrationRequest) {
|
|
963
963
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1018,7 +1018,7 @@ class DatabaseMigrationClient {
|
|
|
1018
1018
|
* @param EvaluateMigrationRequest
|
|
1019
1019
|
* @return EvaluateMigrationResponse
|
|
1020
1020
|
* @throws OciError when an error occurs
|
|
1021
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.
|
|
1021
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/databasemigration/EvaluateMigration.ts.html |here} to see how to use EvaluateMigration API.
|
|
1022
1022
|
*/
|
|
1023
1023
|
evaluateMigration(evaluateMigrationRequest) {
|
|
1024
1024
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1089,7 +1089,7 @@ class DatabaseMigrationClient {
|
|
|
1089
1089
|
* @param GetAdvisorReportRequest
|
|
1090
1090
|
* @return GetAdvisorReportResponse
|
|
1091
1091
|
* @throws OciError when an error occurs
|
|
1092
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.
|
|
1092
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/databasemigration/GetAdvisorReport.ts.html |here} to see how to use GetAdvisorReport API.
|
|
1093
1093
|
*/
|
|
1094
1094
|
getAdvisorReport(getAdvisorReportRequest) {
|
|
1095
1095
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1153,7 +1153,7 @@ class DatabaseMigrationClient {
|
|
|
1153
1153
|
* @param GetAgentRequest
|
|
1154
1154
|
* @return GetAgentResponse
|
|
1155
1155
|
* @throws OciError when an error occurs
|
|
1156
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.
|
|
1156
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/databasemigration/GetAgent.ts.html |here} to see how to use GetAgent API.
|
|
1157
1157
|
*/
|
|
1158
1158
|
getAgent(getAgentRequest) {
|
|
1159
1159
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1217,7 +1217,7 @@ class DatabaseMigrationClient {
|
|
|
1217
1217
|
* @param GetConnectionRequest
|
|
1218
1218
|
* @return GetConnectionResponse
|
|
1219
1219
|
* @throws OciError when an error occurs
|
|
1220
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.
|
|
1220
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/databasemigration/GetConnection.ts.html |here} to see how to use GetConnection API.
|
|
1221
1221
|
*/
|
|
1222
1222
|
getConnection(getConnectionRequest) {
|
|
1223
1223
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1281,7 +1281,7 @@ class DatabaseMigrationClient {
|
|
|
1281
1281
|
* @param GetJobRequest
|
|
1282
1282
|
* @return GetJobResponse
|
|
1283
1283
|
* @throws OciError when an error occurs
|
|
1284
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.
|
|
1284
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/databasemigration/GetJob.ts.html |here} to see how to use GetJob API.
|
|
1285
1285
|
*/
|
|
1286
1286
|
getJob(getJobRequest) {
|
|
1287
1287
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1345,7 +1345,7 @@ class DatabaseMigrationClient {
|
|
|
1345
1345
|
* @param GetJobOutputContentRequest
|
|
1346
1346
|
* @return GetJobOutputContentResponse
|
|
1347
1347
|
* @throws OciError when an error occurs
|
|
1348
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.
|
|
1348
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/databasemigration/GetJobOutputContent.ts.html |here} to see how to use GetJobOutputContent API.
|
|
1349
1349
|
*/
|
|
1350
1350
|
getJobOutputContent(getJobOutputContentRequest) {
|
|
1351
1351
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1403,7 +1403,7 @@ class DatabaseMigrationClient {
|
|
|
1403
1403
|
* @param GetMigrationRequest
|
|
1404
1404
|
* @return GetMigrationResponse
|
|
1405
1405
|
* @throws OciError when an error occurs
|
|
1406
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.
|
|
1406
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/databasemigration/GetMigration.ts.html |here} to see how to use GetMigration API.
|
|
1407
1407
|
*/
|
|
1408
1408
|
getMigration(getMigrationRequest) {
|
|
1409
1409
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1468,7 +1468,7 @@ class DatabaseMigrationClient {
|
|
|
1468
1468
|
* @param GetWorkRequestRequest
|
|
1469
1469
|
* @return GetWorkRequestResponse
|
|
1470
1470
|
* @throws OciError when an error occurs
|
|
1471
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.
|
|
1471
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/databasemigration/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
1472
1472
|
*/
|
|
1473
1473
|
getWorkRequest(getWorkRequestRequest) {
|
|
1474
1474
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1527,7 +1527,7 @@ class DatabaseMigrationClient {
|
|
|
1527
1527
|
* @param ListAgentImagesRequest
|
|
1528
1528
|
* @return ListAgentImagesResponse
|
|
1529
1529
|
* @throws OciError when an error occurs
|
|
1530
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.
|
|
1530
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/databasemigration/ListAgentImages.ts.html |here} to see how to use ListAgentImages API.
|
|
1531
1531
|
*/
|
|
1532
1532
|
listAgentImages(listAgentImagesRequest) {
|
|
1533
1533
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1593,7 +1593,7 @@ class DatabaseMigrationClient {
|
|
|
1593
1593
|
* @param ListAgentsRequest
|
|
1594
1594
|
* @return ListAgentsResponse
|
|
1595
1595
|
* @throws OciError when an error occurs
|
|
1596
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.
|
|
1596
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/databasemigration/ListAgents.ts.html |here} to see how to use ListAgents API.
|
|
1597
1597
|
*/
|
|
1598
1598
|
listAgents(listAgentsRequest) {
|
|
1599
1599
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1663,7 +1663,7 @@ class DatabaseMigrationClient {
|
|
|
1663
1663
|
* @param ListConnectionsRequest
|
|
1664
1664
|
* @return ListConnectionsResponse
|
|
1665
1665
|
* @throws OciError when an error occurs
|
|
1666
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.
|
|
1666
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/databasemigration/ListConnections.ts.html |here} to see how to use ListConnections API.
|
|
1667
1667
|
*/
|
|
1668
1668
|
listConnections(listConnectionsRequest) {
|
|
1669
1669
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1733,7 +1733,7 @@ class DatabaseMigrationClient {
|
|
|
1733
1733
|
* @param ListExcludedObjectsRequest
|
|
1734
1734
|
* @return ListExcludedObjectsResponse
|
|
1735
1735
|
* @throws OciError when an error occurs
|
|
1736
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.
|
|
1736
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/databasemigration/ListExcludedObjects.ts.html |here} to see how to use ListExcludedObjects API.
|
|
1737
1737
|
*/
|
|
1738
1738
|
listExcludedObjects(listExcludedObjectsRequest) {
|
|
1739
1739
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1809,7 +1809,7 @@ class DatabaseMigrationClient {
|
|
|
1809
1809
|
* @param ListJobOutputsRequest
|
|
1810
1810
|
* @return ListJobOutputsResponse
|
|
1811
1811
|
* @throws OciError when an error occurs
|
|
1812
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.
|
|
1812
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/databasemigration/ListJobOutputs.ts.html |here} to see how to use ListJobOutputs API.
|
|
1813
1813
|
*/
|
|
1814
1814
|
listJobOutputs(listJobOutputsRequest) {
|
|
1815
1815
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1877,7 +1877,7 @@ class DatabaseMigrationClient {
|
|
|
1877
1877
|
* @param ListJobsRequest
|
|
1878
1878
|
* @return ListJobsResponse
|
|
1879
1879
|
* @throws OciError when an error occurs
|
|
1880
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.
|
|
1880
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/databasemigration/ListJobs.ts.html |here} to see how to use ListJobs API.
|
|
1881
1881
|
*/
|
|
1882
1882
|
listJobs(listJobsRequest) {
|
|
1883
1883
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1947,7 +1947,7 @@ class DatabaseMigrationClient {
|
|
|
1947
1947
|
* @param ListMigrationObjectTypesRequest
|
|
1948
1948
|
* @return ListMigrationObjectTypesResponse
|
|
1949
1949
|
* @throws OciError when an error occurs
|
|
1950
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.
|
|
1950
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/databasemigration/ListMigrationObjectTypes.ts.html |here} to see how to use ListMigrationObjectTypes API.
|
|
1951
1951
|
*/
|
|
1952
1952
|
listMigrationObjectTypes(listMigrationObjectTypesRequest) {
|
|
1953
1953
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2014,7 +2014,7 @@ class DatabaseMigrationClient {
|
|
|
2014
2014
|
* @param ListMigrationObjectsRequest
|
|
2015
2015
|
* @return ListMigrationObjectsResponse
|
|
2016
2016
|
* @throws OciError when an error occurs
|
|
2017
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.
|
|
2017
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/databasemigration/ListMigrationObjects.ts.html |here} to see how to use ListMigrationObjects API.
|
|
2018
2018
|
*/
|
|
2019
2019
|
listMigrationObjects(listMigrationObjectsRequest) {
|
|
2020
2020
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2082,7 +2082,7 @@ class DatabaseMigrationClient {
|
|
|
2082
2082
|
* @param ListMigrationsRequest
|
|
2083
2083
|
* @return ListMigrationsResponse
|
|
2084
2084
|
* @throws OciError when an error occurs
|
|
2085
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.
|
|
2085
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/databasemigration/ListMigrations.ts.html |here} to see how to use ListMigrations API.
|
|
2086
2086
|
*/
|
|
2087
2087
|
listMigrations(listMigrationsRequest) {
|
|
2088
2088
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2153,7 +2153,7 @@ class DatabaseMigrationClient {
|
|
|
2153
2153
|
* @param ListWorkRequestErrorsRequest
|
|
2154
2154
|
* @return ListWorkRequestErrorsResponse
|
|
2155
2155
|
* @throws OciError when an error occurs
|
|
2156
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.
|
|
2156
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/databasemigration/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
2157
2157
|
*/
|
|
2158
2158
|
listWorkRequestErrors(listWorkRequestErrorsRequest) {
|
|
2159
2159
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2222,7 +2222,7 @@ class DatabaseMigrationClient {
|
|
|
2222
2222
|
* @param ListWorkRequestLogsRequest
|
|
2223
2223
|
* @return ListWorkRequestLogsResponse
|
|
2224
2224
|
* @throws OciError when an error occurs
|
|
2225
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.
|
|
2225
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/databasemigration/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
2226
2226
|
*/
|
|
2227
2227
|
listWorkRequestLogs(listWorkRequestLogsRequest) {
|
|
2228
2228
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2291,7 +2291,7 @@ class DatabaseMigrationClient {
|
|
|
2291
2291
|
* @param ListWorkRequestsRequest
|
|
2292
2292
|
* @return ListWorkRequestsResponse
|
|
2293
2293
|
* @throws OciError when an error occurs
|
|
2294
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.
|
|
2294
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/databasemigration/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
2295
2295
|
*/
|
|
2296
2296
|
listWorkRequests(listWorkRequestsRequest) {
|
|
2297
2297
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2361,7 +2361,7 @@ class DatabaseMigrationClient {
|
|
|
2361
2361
|
* @param RemoveMigrationObjectsRequest
|
|
2362
2362
|
* @return RemoveMigrationObjectsResponse
|
|
2363
2363
|
* @throws OciError when an error occurs
|
|
2364
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.
|
|
2364
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/databasemigration/RemoveMigrationObjects.ts.html |here} to see how to use RemoveMigrationObjects API.
|
|
2365
2365
|
*/
|
|
2366
2366
|
removeMigrationObjects(removeMigrationObjectsRequest) {
|
|
2367
2367
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2418,7 +2418,7 @@ class DatabaseMigrationClient {
|
|
|
2418
2418
|
* @param ResumeJobRequest
|
|
2419
2419
|
* @return ResumeJobResponse
|
|
2420
2420
|
* @throws OciError when an error occurs
|
|
2421
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.
|
|
2421
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/databasemigration/ResumeJob.ts.html |here} to see how to use ResumeJob API.
|
|
2422
2422
|
*/
|
|
2423
2423
|
resumeJob(resumeJobRequest) {
|
|
2424
2424
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2485,7 +2485,7 @@ class DatabaseMigrationClient {
|
|
|
2485
2485
|
* @param RetrieveSupportedPhasesRequest
|
|
2486
2486
|
* @return RetrieveSupportedPhasesResponse
|
|
2487
2487
|
* @throws OciError when an error occurs
|
|
2488
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.
|
|
2488
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/databasemigration/RetrieveSupportedPhases.ts.html |here} to see how to use RetrieveSupportedPhases API.
|
|
2489
2489
|
*/
|
|
2490
2490
|
retrieveSupportedPhases(retrieveSupportedPhasesRequest) {
|
|
2491
2491
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2544,7 +2544,7 @@ class DatabaseMigrationClient {
|
|
|
2544
2544
|
* @param StartMigrationRequest
|
|
2545
2545
|
* @return StartMigrationResponse
|
|
2546
2546
|
* @throws OciError when an error occurs
|
|
2547
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.
|
|
2547
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/databasemigration/StartMigration.ts.html |here} to see how to use StartMigration API.
|
|
2548
2548
|
*/
|
|
2549
2549
|
startMigration(startMigrationRequest) {
|
|
2550
2550
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2616,7 +2616,7 @@ class DatabaseMigrationClient {
|
|
|
2616
2616
|
* @param UpdateAgentRequest
|
|
2617
2617
|
* @return UpdateAgentResponse
|
|
2618
2618
|
* @throws OciError when an error occurs
|
|
2619
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.
|
|
2619
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/databasemigration/UpdateAgent.ts.html |here} to see how to use UpdateAgent API.
|
|
2620
2620
|
*/
|
|
2621
2621
|
updateAgent(updateAgentRequest) {
|
|
2622
2622
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2683,7 +2683,7 @@ class DatabaseMigrationClient {
|
|
|
2683
2683
|
* @param UpdateConnectionRequest
|
|
2684
2684
|
* @return UpdateConnectionResponse
|
|
2685
2685
|
* @throws OciError when an error occurs
|
|
2686
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.
|
|
2686
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/databasemigration/UpdateConnection.ts.html |here} to see how to use UpdateConnection API.
|
|
2687
2687
|
*/
|
|
2688
2688
|
updateConnection(updateConnectionRequest) {
|
|
2689
2689
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2745,7 +2745,7 @@ class DatabaseMigrationClient {
|
|
|
2745
2745
|
* @param UpdateJobRequest
|
|
2746
2746
|
* @return UpdateJobResponse
|
|
2747
2747
|
* @throws OciError when an error occurs
|
|
2748
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.
|
|
2748
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/databasemigration/UpdateJob.ts.html |here} to see how to use UpdateJob API.
|
|
2749
2749
|
*/
|
|
2750
2750
|
updateJob(updateJobRequest) {
|
|
2751
2751
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2811,7 +2811,7 @@ class DatabaseMigrationClient {
|
|
|
2811
2811
|
* @param UpdateMigrationRequest
|
|
2812
2812
|
* @return UpdateMigrationResponse
|
|
2813
2813
|
* @throws OciError when an error occurs
|
|
2814
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.
|
|
2814
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/databasemigration/UpdateMigration.ts.html |here} to see how to use UpdateMigration API.
|
|
2815
2815
|
*/
|
|
2816
2816
|
updateMigration(updateMigrationRequest) {
|
|
2817
2817
|
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.88.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/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.88.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/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.88.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/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.88.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/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.88.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/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.88.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/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.88.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/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.88.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/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.88.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/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.88.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/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.88.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/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.88.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/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.88.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/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.88.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/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.88.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/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.88.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/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.88.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/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.88.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/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.88.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/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.88.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/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.88.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/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.88.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/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.88.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/databasemigration/ListAgents.ts.html |here} to see how to use ListAgentsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListAgentsRequest 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.88.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/databasemigration/ListConnections.ts.html |here} to see how to use ListConnectionsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListConnectionsRequest extends common.BaseRequest {
|
|
19
19
|
/**
|