oci-databasemigration 2.78.0 → 2.79.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 -42
- package/lib/client.js +84 -212
- package/lib/client.js.map +1 -1
- package/lib/model/create-host-dump-transfer-details.js +2 -4
- package/lib/model/create-host-dump-transfer-details.js.map +1 -1
- package/lib/model/create-target-type-tablespace-details.js +2 -4
- package/lib/model/create-target-type-tablespace-details.js.map +1 -1
- package/lib/model/data-transfer-medium-details-v2.js +2 -4
- package/lib/model/data-transfer-medium-details-v2.js.map +1 -1
- package/lib/model/host-dump-transfer-details.js +2 -4
- package/lib/model/host-dump-transfer-details.js.map +1 -1
- package/lib/model/target-type-tablespace-details.js +2 -4
- package/lib/model/target-type-tablespace-details.js.map +1 -1
- package/lib/model/update-host-dump-transfer-details.js +2 -4
- package/lib/model/update-host-dump-transfer-details.js.map +1 -1
- package/lib/model/update-target-type-tablespace-details.js +2 -4
- package/lib/model/update-target-type-tablespace-details.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.d.ts
CHANGED
|
@@ -46,7 +46,6 @@ export declare class DatabaseMigrationClient {
|
|
|
46
46
|
* @param endpoint The endpoint of the service.
|
|
47
47
|
*/
|
|
48
48
|
set endpoint(endpoint: string);
|
|
49
|
-
get logger(): import("oci-common/lib/log").Logger;
|
|
50
49
|
/**
|
|
51
50
|
* Determines whether realm specific endpoint should be used or not.
|
|
52
51
|
* Set realmSpecificEndpointTemplateEnabled to "true" if the user wants to enable use of realm specific endpoint template, otherwise set it to "false"
|
|
@@ -92,7 +91,7 @@ export declare class DatabaseMigrationClient {
|
|
|
92
91
|
* @param AbortJobRequest
|
|
93
92
|
* @return AbortJobResponse
|
|
94
93
|
* @throws OciError when an error occurs
|
|
95
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
94
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/databasemigration/AbortJob.ts.html |here} to see how to use AbortJob API.
|
|
96
95
|
*/
|
|
97
96
|
abortJob(abortJobRequest: requests.AbortJobRequest): Promise<responses.AbortJobResponse>;
|
|
98
97
|
/**
|
|
@@ -102,7 +101,7 @@ export declare class DatabaseMigrationClient {
|
|
|
102
101
|
* @param AddMigrationObjectsRequest
|
|
103
102
|
* @return AddMigrationObjectsResponse
|
|
104
103
|
* @throws OciError when an error occurs
|
|
105
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
104
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/databasemigration/AddMigrationObjects.ts.html |here} to see how to use AddMigrationObjects API.
|
|
106
105
|
*/
|
|
107
106
|
addMigrationObjects(addMigrationObjectsRequest: requests.AddMigrationObjectsRequest): Promise<responses.AddMigrationObjectsResponse>;
|
|
108
107
|
/**
|
|
@@ -112,7 +111,7 @@ export declare class DatabaseMigrationClient {
|
|
|
112
111
|
* @param ChangeAgentCompartmentRequest
|
|
113
112
|
* @return ChangeAgentCompartmentResponse
|
|
114
113
|
* @throws OciError when an error occurs
|
|
115
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
114
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/databasemigration/ChangeAgentCompartment.ts.html |here} to see how to use ChangeAgentCompartment API.
|
|
116
115
|
*/
|
|
117
116
|
changeAgentCompartment(changeAgentCompartmentRequest: requests.ChangeAgentCompartmentRequest): Promise<responses.ChangeAgentCompartmentResponse>;
|
|
118
117
|
/**
|
|
@@ -122,7 +121,7 @@ export declare class DatabaseMigrationClient {
|
|
|
122
121
|
* @param ChangeConnectionCompartmentRequest
|
|
123
122
|
* @return ChangeConnectionCompartmentResponse
|
|
124
123
|
* @throws OciError when an error occurs
|
|
125
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
124
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/databasemigration/ChangeConnectionCompartment.ts.html |here} to see how to use ChangeConnectionCompartment API.
|
|
126
125
|
*/
|
|
127
126
|
changeConnectionCompartment(changeConnectionCompartmentRequest: requests.ChangeConnectionCompartmentRequest): Promise<responses.ChangeConnectionCompartmentResponse>;
|
|
128
127
|
/**
|
|
@@ -132,7 +131,7 @@ export declare class DatabaseMigrationClient {
|
|
|
132
131
|
* @param ChangeMigrationCompartmentRequest
|
|
133
132
|
* @return ChangeMigrationCompartmentResponse
|
|
134
133
|
* @throws OciError when an error occurs
|
|
135
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
134
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/databasemigration/ChangeMigrationCompartment.ts.html |here} to see how to use ChangeMigrationCompartment API.
|
|
136
135
|
*/
|
|
137
136
|
changeMigrationCompartment(changeMigrationCompartmentRequest: requests.ChangeMigrationCompartmentRequest): Promise<responses.ChangeMigrationCompartmentResponse>;
|
|
138
137
|
/**
|
|
@@ -142,7 +141,7 @@ export declare class DatabaseMigrationClient {
|
|
|
142
141
|
* @param CloneMigrationRequest
|
|
143
142
|
* @return CloneMigrationResponse
|
|
144
143
|
* @throws OciError when an error occurs
|
|
145
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
144
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/databasemigration/CloneMigration.ts.html |here} to see how to use CloneMigration API.
|
|
146
145
|
*/
|
|
147
146
|
cloneMigration(cloneMigrationRequest: requests.CloneMigrationRequest): Promise<responses.CloneMigrationResponse>;
|
|
148
147
|
/**
|
|
@@ -152,7 +151,7 @@ export declare class DatabaseMigrationClient {
|
|
|
152
151
|
* @param ConnectionDiagnosticsRequest
|
|
153
152
|
* @return ConnectionDiagnosticsResponse
|
|
154
153
|
* @throws OciError when an error occurs
|
|
155
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
154
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/databasemigration/ConnectionDiagnostics.ts.html |here} to see how to use ConnectionDiagnostics API.
|
|
156
155
|
*/
|
|
157
156
|
connectionDiagnostics(connectionDiagnosticsRequest: requests.ConnectionDiagnosticsRequest): Promise<responses.ConnectionDiagnosticsResponse>;
|
|
158
157
|
/**
|
|
@@ -163,7 +162,7 @@ export declare class DatabaseMigrationClient {
|
|
|
163
162
|
* @param CreateConnectionRequest
|
|
164
163
|
* @return CreateConnectionResponse
|
|
165
164
|
* @throws OciError when an error occurs
|
|
166
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
165
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/databasemigration/CreateConnection.ts.html |here} to see how to use CreateConnection API.
|
|
167
166
|
*/
|
|
168
167
|
createConnection(createConnectionRequest: requests.CreateConnectionRequest): Promise<responses.CreateConnectionResponse>;
|
|
169
168
|
/**
|
|
@@ -175,7 +174,7 @@ export declare class DatabaseMigrationClient {
|
|
|
175
174
|
* @param CreateMigrationRequest
|
|
176
175
|
* @return CreateMigrationResponse
|
|
177
176
|
* @throws OciError when an error occurs
|
|
178
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
177
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/databasemigration/CreateMigration.ts.html |here} to see how to use CreateMigration API.
|
|
179
178
|
*/
|
|
180
179
|
createMigration(createMigrationRequest: requests.CreateMigrationRequest): Promise<responses.CreateMigrationResponse>;
|
|
181
180
|
/**
|
|
@@ -185,7 +184,7 @@ export declare class DatabaseMigrationClient {
|
|
|
185
184
|
* @param DeleteAgentRequest
|
|
186
185
|
* @return DeleteAgentResponse
|
|
187
186
|
* @throws OciError when an error occurs
|
|
188
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
187
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/databasemigration/DeleteAgent.ts.html |here} to see how to use DeleteAgent API.
|
|
189
188
|
*/
|
|
190
189
|
deleteAgent(deleteAgentRequest: requests.DeleteAgentRequest): Promise<responses.DeleteAgentResponse>;
|
|
191
190
|
/**
|
|
@@ -195,7 +194,7 @@ export declare class DatabaseMigrationClient {
|
|
|
195
194
|
* @param DeleteConnectionRequest
|
|
196
195
|
* @return DeleteConnectionResponse
|
|
197
196
|
* @throws OciError when an error occurs
|
|
198
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
197
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/databasemigration/DeleteConnection.ts.html |here} to see how to use DeleteConnection API.
|
|
199
198
|
*/
|
|
200
199
|
deleteConnection(deleteConnectionRequest: requests.DeleteConnectionRequest): Promise<responses.DeleteConnectionResponse>;
|
|
201
200
|
/**
|
|
@@ -205,7 +204,7 @@ export declare class DatabaseMigrationClient {
|
|
|
205
204
|
* @param DeleteJobRequest
|
|
206
205
|
* @return DeleteJobResponse
|
|
207
206
|
* @throws OciError when an error occurs
|
|
208
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
207
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/databasemigration/DeleteJob.ts.html |here} to see how to use DeleteJob API.
|
|
209
208
|
*/
|
|
210
209
|
deleteJob(deleteJobRequest: requests.DeleteJobRequest): Promise<responses.DeleteJobResponse>;
|
|
211
210
|
/**
|
|
@@ -215,7 +214,7 @@ export declare class DatabaseMigrationClient {
|
|
|
215
214
|
* @param DeleteMigrationRequest
|
|
216
215
|
* @return DeleteMigrationResponse
|
|
217
216
|
* @throws OciError when an error occurs
|
|
218
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
217
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/databasemigration/DeleteMigration.ts.html |here} to see how to use DeleteMigration API.
|
|
219
218
|
*/
|
|
220
219
|
deleteMigration(deleteMigrationRequest: requests.DeleteMigrationRequest): Promise<responses.DeleteMigrationResponse>;
|
|
221
220
|
/**
|
|
@@ -225,7 +224,7 @@ export declare class DatabaseMigrationClient {
|
|
|
225
224
|
* @param EvaluateMigrationRequest
|
|
226
225
|
* @return EvaluateMigrationResponse
|
|
227
226
|
* @throws OciError when an error occurs
|
|
228
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
227
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/databasemigration/EvaluateMigration.ts.html |here} to see how to use EvaluateMigration API.
|
|
229
228
|
*/
|
|
230
229
|
evaluateMigration(evaluateMigrationRequest: requests.EvaluateMigrationRequest): Promise<responses.EvaluateMigrationResponse>;
|
|
231
230
|
/**
|
|
@@ -235,7 +234,7 @@ export declare class DatabaseMigrationClient {
|
|
|
235
234
|
* @param GetAdvisorReportRequest
|
|
236
235
|
* @return GetAdvisorReportResponse
|
|
237
236
|
* @throws OciError when an error occurs
|
|
238
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
237
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/databasemigration/GetAdvisorReport.ts.html |here} to see how to use GetAdvisorReport API.
|
|
239
238
|
*/
|
|
240
239
|
getAdvisorReport(getAdvisorReportRequest: requests.GetAdvisorReportRequest): Promise<responses.GetAdvisorReportResponse>;
|
|
241
240
|
/**
|
|
@@ -245,7 +244,7 @@ export declare class DatabaseMigrationClient {
|
|
|
245
244
|
* @param GetAgentRequest
|
|
246
245
|
* @return GetAgentResponse
|
|
247
246
|
* @throws OciError when an error occurs
|
|
248
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
247
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/databasemigration/GetAgent.ts.html |here} to see how to use GetAgent API.
|
|
249
248
|
*/
|
|
250
249
|
getAgent(getAgentRequest: requests.GetAgentRequest): Promise<responses.GetAgentResponse>;
|
|
251
250
|
/**
|
|
@@ -255,7 +254,7 @@ export declare class DatabaseMigrationClient {
|
|
|
255
254
|
* @param GetConnectionRequest
|
|
256
255
|
* @return GetConnectionResponse
|
|
257
256
|
* @throws OciError when an error occurs
|
|
258
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
257
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/databasemigration/GetConnection.ts.html |here} to see how to use GetConnection API.
|
|
259
258
|
*/
|
|
260
259
|
getConnection(getConnectionRequest: requests.GetConnectionRequest): Promise<responses.GetConnectionResponse>;
|
|
261
260
|
/**
|
|
@@ -265,7 +264,7 @@ export declare class DatabaseMigrationClient {
|
|
|
265
264
|
* @param GetJobRequest
|
|
266
265
|
* @return GetJobResponse
|
|
267
266
|
* @throws OciError when an error occurs
|
|
268
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
267
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/databasemigration/GetJob.ts.html |here} to see how to use GetJob API.
|
|
269
268
|
*/
|
|
270
269
|
getJob(getJobRequest: requests.GetJobRequest): Promise<responses.GetJobResponse>;
|
|
271
270
|
/**
|
|
@@ -275,7 +274,7 @@ export declare class DatabaseMigrationClient {
|
|
|
275
274
|
* @param GetJobOutputContentRequest
|
|
276
275
|
* @return GetJobOutputContentResponse
|
|
277
276
|
* @throws OciError when an error occurs
|
|
278
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
277
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/databasemigration/GetJobOutputContent.ts.html |here} to see how to use GetJobOutputContent API.
|
|
279
278
|
*/
|
|
280
279
|
getJobOutputContent(getJobOutputContentRequest: requests.GetJobOutputContentRequest): Promise<responses.GetJobOutputContentResponse>;
|
|
281
280
|
/**
|
|
@@ -285,7 +284,7 @@ export declare class DatabaseMigrationClient {
|
|
|
285
284
|
* @param GetMigrationRequest
|
|
286
285
|
* @return GetMigrationResponse
|
|
287
286
|
* @throws OciError when an error occurs
|
|
288
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
287
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/databasemigration/GetMigration.ts.html |here} to see how to use GetMigration API.
|
|
289
288
|
*/
|
|
290
289
|
getMigration(getMigrationRequest: requests.GetMigrationRequest): Promise<responses.GetMigrationResponse>;
|
|
291
290
|
/**
|
|
@@ -295,7 +294,7 @@ export declare class DatabaseMigrationClient {
|
|
|
295
294
|
* @param GetWorkRequestRequest
|
|
296
295
|
* @return GetWorkRequestResponse
|
|
297
296
|
* @throws OciError when an error occurs
|
|
298
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
297
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/databasemigration/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
299
298
|
*/
|
|
300
299
|
getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
|
|
301
300
|
/**
|
|
@@ -305,7 +304,7 @@ export declare class DatabaseMigrationClient {
|
|
|
305
304
|
* @param ListAgentImagesRequest
|
|
306
305
|
* @return ListAgentImagesResponse
|
|
307
306
|
* @throws OciError when an error occurs
|
|
308
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
307
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/databasemigration/ListAgentImages.ts.html |here} to see how to use ListAgentImages API.
|
|
309
308
|
*/
|
|
310
309
|
listAgentImages(listAgentImagesRequest: requests.ListAgentImagesRequest): Promise<responses.ListAgentImagesResponse>;
|
|
311
310
|
/**
|
|
@@ -315,7 +314,7 @@ export declare class DatabaseMigrationClient {
|
|
|
315
314
|
* @param ListAgentsRequest
|
|
316
315
|
* @return ListAgentsResponse
|
|
317
316
|
* @throws OciError when an error occurs
|
|
318
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
317
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/databasemigration/ListAgents.ts.html |here} to see how to use ListAgents API.
|
|
319
318
|
*/
|
|
320
319
|
listAgents(listAgentsRequest: requests.ListAgentsRequest): Promise<responses.ListAgentsResponse>;
|
|
321
320
|
/**
|
|
@@ -325,7 +324,7 @@ export declare class DatabaseMigrationClient {
|
|
|
325
324
|
* @param ListConnectionsRequest
|
|
326
325
|
* @return ListConnectionsResponse
|
|
327
326
|
* @throws OciError when an error occurs
|
|
328
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
327
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/databasemigration/ListConnections.ts.html |here} to see how to use ListConnections API.
|
|
329
328
|
*/
|
|
330
329
|
listConnections(listConnectionsRequest: requests.ListConnectionsRequest): Promise<responses.ListConnectionsResponse>;
|
|
331
330
|
/**
|
|
@@ -335,7 +334,7 @@ export declare class DatabaseMigrationClient {
|
|
|
335
334
|
* @param ListExcludedObjectsRequest
|
|
336
335
|
* @return ListExcludedObjectsResponse
|
|
337
336
|
* @throws OciError when an error occurs
|
|
338
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
337
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/databasemigration/ListExcludedObjects.ts.html |here} to see how to use ListExcludedObjects API.
|
|
339
338
|
*/
|
|
340
339
|
listExcludedObjects(listExcludedObjectsRequest: requests.ListExcludedObjectsRequest): Promise<responses.ListExcludedObjectsResponse>;
|
|
341
340
|
/**
|
|
@@ -345,7 +344,7 @@ export declare class DatabaseMigrationClient {
|
|
|
345
344
|
* @param ListJobOutputsRequest
|
|
346
345
|
* @return ListJobOutputsResponse
|
|
347
346
|
* @throws OciError when an error occurs
|
|
348
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
347
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/databasemigration/ListJobOutputs.ts.html |here} to see how to use ListJobOutputs API.
|
|
349
348
|
*/
|
|
350
349
|
listJobOutputs(listJobOutputsRequest: requests.ListJobOutputsRequest): Promise<responses.ListJobOutputsResponse>;
|
|
351
350
|
/**
|
|
@@ -356,7 +355,7 @@ export declare class DatabaseMigrationClient {
|
|
|
356
355
|
* @param ListJobsRequest
|
|
357
356
|
* @return ListJobsResponse
|
|
358
357
|
* @throws OciError when an error occurs
|
|
359
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
358
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/databasemigration/ListJobs.ts.html |here} to see how to use ListJobs API.
|
|
360
359
|
*/
|
|
361
360
|
listJobs(listJobsRequest: requests.ListJobsRequest): Promise<responses.ListJobsResponse>;
|
|
362
361
|
/**
|
|
@@ -366,7 +365,7 @@ export declare class DatabaseMigrationClient {
|
|
|
366
365
|
* @param ListMigrationObjectTypesRequest
|
|
367
366
|
* @return ListMigrationObjectTypesResponse
|
|
368
367
|
* @throws OciError when an error occurs
|
|
369
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
368
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/databasemigration/ListMigrationObjectTypes.ts.html |here} to see how to use ListMigrationObjectTypes API.
|
|
370
369
|
*/
|
|
371
370
|
listMigrationObjectTypes(listMigrationObjectTypesRequest: requests.ListMigrationObjectTypesRequest): Promise<responses.ListMigrationObjectTypesResponse>;
|
|
372
371
|
/**
|
|
@@ -376,7 +375,7 @@ export declare class DatabaseMigrationClient {
|
|
|
376
375
|
* @param ListMigrationObjectsRequest
|
|
377
376
|
* @return ListMigrationObjectsResponse
|
|
378
377
|
* @throws OciError when an error occurs
|
|
379
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
378
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/databasemigration/ListMigrationObjects.ts.html |here} to see how to use ListMigrationObjects API.
|
|
380
379
|
*/
|
|
381
380
|
listMigrationObjects(listMigrationObjectsRequest: requests.ListMigrationObjectsRequest): Promise<responses.ListMigrationObjectsResponse>;
|
|
382
381
|
/**
|
|
@@ -386,7 +385,7 @@ export declare class DatabaseMigrationClient {
|
|
|
386
385
|
* @param ListMigrationsRequest
|
|
387
386
|
* @return ListMigrationsResponse
|
|
388
387
|
* @throws OciError when an error occurs
|
|
389
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
388
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/databasemigration/ListMigrations.ts.html |here} to see how to use ListMigrations API.
|
|
390
389
|
*/
|
|
391
390
|
listMigrations(listMigrationsRequest: requests.ListMigrationsRequest): Promise<responses.ListMigrationsResponse>;
|
|
392
391
|
/**
|
|
@@ -396,7 +395,7 @@ export declare class DatabaseMigrationClient {
|
|
|
396
395
|
* @param ListWorkRequestErrorsRequest
|
|
397
396
|
* @return ListWorkRequestErrorsResponse
|
|
398
397
|
* @throws OciError when an error occurs
|
|
399
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
398
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/databasemigration/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
400
399
|
*/
|
|
401
400
|
listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
|
|
402
401
|
/**
|
|
@@ -406,7 +405,7 @@ export declare class DatabaseMigrationClient {
|
|
|
406
405
|
* @param ListWorkRequestLogsRequest
|
|
407
406
|
* @return ListWorkRequestLogsResponse
|
|
408
407
|
* @throws OciError when an error occurs
|
|
409
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
408
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/databasemigration/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
410
409
|
*/
|
|
411
410
|
listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
|
|
412
411
|
/**
|
|
@@ -416,7 +415,7 @@ export declare class DatabaseMigrationClient {
|
|
|
416
415
|
* @param ListWorkRequestsRequest
|
|
417
416
|
* @return ListWorkRequestsResponse
|
|
418
417
|
* @throws OciError when an error occurs
|
|
419
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
418
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/databasemigration/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
420
419
|
*/
|
|
421
420
|
listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
|
|
422
421
|
/**
|
|
@@ -426,7 +425,7 @@ export declare class DatabaseMigrationClient {
|
|
|
426
425
|
* @param RemoveMigrationObjectsRequest
|
|
427
426
|
* @return RemoveMigrationObjectsResponse
|
|
428
427
|
* @throws OciError when an error occurs
|
|
429
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
428
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/databasemigration/RemoveMigrationObjects.ts.html |here} to see how to use RemoveMigrationObjects API.
|
|
430
429
|
*/
|
|
431
430
|
removeMigrationObjects(removeMigrationObjectsRequest: requests.RemoveMigrationObjectsRequest): Promise<responses.RemoveMigrationObjectsResponse>;
|
|
432
431
|
/**
|
|
@@ -436,7 +435,7 @@ export declare class DatabaseMigrationClient {
|
|
|
436
435
|
* @param ResumeJobRequest
|
|
437
436
|
* @return ResumeJobResponse
|
|
438
437
|
* @throws OciError when an error occurs
|
|
439
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
438
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/databasemigration/ResumeJob.ts.html |here} to see how to use ResumeJob API.
|
|
440
439
|
*/
|
|
441
440
|
resumeJob(resumeJobRequest: requests.ResumeJobRequest): Promise<responses.ResumeJobResponse>;
|
|
442
441
|
/**
|
|
@@ -446,7 +445,7 @@ export declare class DatabaseMigrationClient {
|
|
|
446
445
|
* @param RetrieveSupportedPhasesRequest
|
|
447
446
|
* @return RetrieveSupportedPhasesResponse
|
|
448
447
|
* @throws OciError when an error occurs
|
|
449
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
448
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/databasemigration/RetrieveSupportedPhases.ts.html |here} to see how to use RetrieveSupportedPhases API.
|
|
450
449
|
*/
|
|
451
450
|
retrieveSupportedPhases(retrieveSupportedPhasesRequest: requests.RetrieveSupportedPhasesRequest): Promise<responses.RetrieveSupportedPhasesResponse>;
|
|
452
451
|
/**
|
|
@@ -456,7 +455,7 @@ export declare class DatabaseMigrationClient {
|
|
|
456
455
|
* @param StartMigrationRequest
|
|
457
456
|
* @return StartMigrationResponse
|
|
458
457
|
* @throws OciError when an error occurs
|
|
459
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
458
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/databasemigration/StartMigration.ts.html |here} to see how to use StartMigration API.
|
|
460
459
|
*/
|
|
461
460
|
startMigration(startMigrationRequest: requests.StartMigrationRequest): Promise<responses.StartMigrationResponse>;
|
|
462
461
|
/**
|
|
@@ -466,7 +465,7 @@ export declare class DatabaseMigrationClient {
|
|
|
466
465
|
* @param UpdateAgentRequest
|
|
467
466
|
* @return UpdateAgentResponse
|
|
468
467
|
* @throws OciError when an error occurs
|
|
469
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
468
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/databasemigration/UpdateAgent.ts.html |here} to see how to use UpdateAgent API.
|
|
470
469
|
*/
|
|
471
470
|
updateAgent(updateAgentRequest: requests.UpdateAgentRequest): Promise<responses.UpdateAgentResponse>;
|
|
472
471
|
/**
|
|
@@ -476,7 +475,7 @@ export declare class DatabaseMigrationClient {
|
|
|
476
475
|
* @param UpdateConnectionRequest
|
|
477
476
|
* @return UpdateConnectionResponse
|
|
478
477
|
* @throws OciError when an error occurs
|
|
479
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
478
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/databasemigration/UpdateConnection.ts.html |here} to see how to use UpdateConnection API.
|
|
480
479
|
*/
|
|
481
480
|
updateConnection(updateConnectionRequest: requests.UpdateConnectionRequest): Promise<responses.UpdateConnectionResponse>;
|
|
482
481
|
/**
|
|
@@ -486,7 +485,7 @@ export declare class DatabaseMigrationClient {
|
|
|
486
485
|
* @param UpdateJobRequest
|
|
487
486
|
* @return UpdateJobResponse
|
|
488
487
|
* @throws OciError when an error occurs
|
|
489
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
488
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/databasemigration/UpdateJob.ts.html |here} to see how to use UpdateJob API.
|
|
490
489
|
*/
|
|
491
490
|
updateJob(updateJobRequest: requests.UpdateJobRequest): Promise<responses.UpdateJobResponse>;
|
|
492
491
|
/**
|
|
@@ -496,7 +495,7 @@ export declare class DatabaseMigrationClient {
|
|
|
496
495
|
* @param UpdateMigrationRequest
|
|
497
496
|
* @return UpdateMigrationResponse
|
|
498
497
|
* @throws OciError when an error occurs
|
|
499
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
498
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/databasemigration/UpdateMigration.ts.html |here} to see how to use UpdateMigration API.
|
|
500
499
|
*/
|
|
501
500
|
updateMigration(updateMigrationRequest: requests.UpdateMigrationRequest): Promise<responses.UpdateMigrationResponse>;
|
|
502
501
|
}
|