oci-disasterrecovery 2.89.3 → 2.90.0-1722272724
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 +29 -29
- package/lib/client.js +29 -29
- package/lib/request/associate-dr-protection-group-request.d.ts +1 -1
- package/lib/request/cancel-dr-plan-execution-request.d.ts +1 -1
- package/lib/request/cancel-work-request-request.d.ts +1 -1
- package/lib/request/change-dr-protection-group-compartment-request.d.ts +1 -1
- package/lib/request/create-dr-plan-execution-request.d.ts +1 -1
- package/lib/request/create-dr-plan-request.d.ts +1 -1
- package/lib/request/create-dr-protection-group-request.d.ts +1 -1
- package/lib/request/delete-dr-plan-execution-request.d.ts +1 -1
- package/lib/request/delete-dr-plan-request.d.ts +1 -1
- package/lib/request/delete-dr-protection-group-request.d.ts +1 -1
- package/lib/request/disassociate-dr-protection-group-request.d.ts +1 -1
- package/lib/request/get-dr-plan-execution-request.d.ts +1 -1
- package/lib/request/get-dr-plan-request.d.ts +1 -1
- package/lib/request/get-dr-protection-group-request.d.ts +1 -1
- package/lib/request/get-work-request-request.d.ts +1 -1
- package/lib/request/ignore-dr-plan-execution-request.d.ts +1 -1
- package/lib/request/list-dr-plan-executions-request.d.ts +1 -1
- package/lib/request/list-dr-plans-request.d.ts +1 -1
- package/lib/request/list-dr-protection-groups-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/pause-dr-plan-execution-request.d.ts +1 -1
- package/lib/request/resume-dr-plan-execution-request.d.ts +1 -1
- package/lib/request/retry-dr-plan-execution-request.d.ts +1 -1
- package/lib/request/update-dr-plan-execution-request.d.ts +1 -1
- package/lib/request/update-dr-plan-request.d.ts +1 -1
- package/lib/request/update-dr-protection-group-request.d.ts +1 -1
- package/lib/request/update-dr-protection-group-role-request.d.ts +1 -1
- package/package.json +3 -3
package/lib/client.d.ts
CHANGED
|
@@ -101,7 +101,7 @@ export declare class DisasterRecoveryClient {
|
|
|
101
101
|
* @param AssociateDrProtectionGroupRequest
|
|
102
102
|
* @return AssociateDrProtectionGroupResponse
|
|
103
103
|
* @throws OciError when an error occurs
|
|
104
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
104
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/AssociateDrProtectionGroup.ts.html |here} to see how to use AssociateDrProtectionGroup API.
|
|
105
105
|
*/
|
|
106
106
|
associateDrProtectionGroup(associateDrProtectionGroupRequest: requests.AssociateDrProtectionGroupRequest): Promise<responses.AssociateDrProtectionGroupResponse>;
|
|
107
107
|
/**
|
|
@@ -110,7 +110,7 @@ export declare class DisasterRecoveryClient {
|
|
|
110
110
|
* @param CancelDrPlanExecutionRequest
|
|
111
111
|
* @return CancelDrPlanExecutionResponse
|
|
112
112
|
* @throws OciError when an error occurs
|
|
113
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
113
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/CancelDrPlanExecution.ts.html |here} to see how to use CancelDrPlanExecution API.
|
|
114
114
|
*/
|
|
115
115
|
cancelDrPlanExecution(cancelDrPlanExecutionRequest: requests.CancelDrPlanExecutionRequest): Promise<responses.CancelDrPlanExecutionResponse>;
|
|
116
116
|
/**
|
|
@@ -119,7 +119,7 @@ export declare class DisasterRecoveryClient {
|
|
|
119
119
|
* @param CancelWorkRequestRequest
|
|
120
120
|
* @return CancelWorkRequestResponse
|
|
121
121
|
* @throws OciError when an error occurs
|
|
122
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
122
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequest API.
|
|
123
123
|
*/
|
|
124
124
|
cancelWorkRequest(cancelWorkRequestRequest: requests.CancelWorkRequestRequest): Promise<responses.CancelWorkRequestResponse>;
|
|
125
125
|
/**
|
|
@@ -128,7 +128,7 @@ export declare class DisasterRecoveryClient {
|
|
|
128
128
|
* @param ChangeDrProtectionGroupCompartmentRequest
|
|
129
129
|
* @return ChangeDrProtectionGroupCompartmentResponse
|
|
130
130
|
* @throws OciError when an error occurs
|
|
131
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
131
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/ChangeDrProtectionGroupCompartment.ts.html |here} to see how to use ChangeDrProtectionGroupCompartment API.
|
|
132
132
|
*/
|
|
133
133
|
changeDrProtectionGroupCompartment(changeDrProtectionGroupCompartmentRequest: requests.ChangeDrProtectionGroupCompartmentRequest): Promise<responses.ChangeDrProtectionGroupCompartmentResponse>;
|
|
134
134
|
/**
|
|
@@ -137,7 +137,7 @@ export declare class DisasterRecoveryClient {
|
|
|
137
137
|
* @param CreateDrPlanRequest
|
|
138
138
|
* @return CreateDrPlanResponse
|
|
139
139
|
* @throws OciError when an error occurs
|
|
140
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
140
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/CreateDrPlan.ts.html |here} to see how to use CreateDrPlan API.
|
|
141
141
|
*/
|
|
142
142
|
createDrPlan(createDrPlanRequest: requests.CreateDrPlanRequest): Promise<responses.CreateDrPlanResponse>;
|
|
143
143
|
/**
|
|
@@ -146,7 +146,7 @@ export declare class DisasterRecoveryClient {
|
|
|
146
146
|
* @param CreateDrPlanExecutionRequest
|
|
147
147
|
* @return CreateDrPlanExecutionResponse
|
|
148
148
|
* @throws OciError when an error occurs
|
|
149
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
149
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/CreateDrPlanExecution.ts.html |here} to see how to use CreateDrPlanExecution API.
|
|
150
150
|
*/
|
|
151
151
|
createDrPlanExecution(createDrPlanExecutionRequest: requests.CreateDrPlanExecutionRequest): Promise<responses.CreateDrPlanExecutionResponse>;
|
|
152
152
|
/**
|
|
@@ -155,7 +155,7 @@ export declare class DisasterRecoveryClient {
|
|
|
155
155
|
* @param CreateDrProtectionGroupRequest
|
|
156
156
|
* @return CreateDrProtectionGroupResponse
|
|
157
157
|
* @throws OciError when an error occurs
|
|
158
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
158
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/CreateDrProtectionGroup.ts.html |here} to see how to use CreateDrProtectionGroup API.
|
|
159
159
|
*/
|
|
160
160
|
createDrProtectionGroup(createDrProtectionGroupRequest: requests.CreateDrProtectionGroupRequest): Promise<responses.CreateDrProtectionGroupResponse>;
|
|
161
161
|
/**
|
|
@@ -164,7 +164,7 @@ export declare class DisasterRecoveryClient {
|
|
|
164
164
|
* @param DeleteDrPlanRequest
|
|
165
165
|
* @return DeleteDrPlanResponse
|
|
166
166
|
* @throws OciError when an error occurs
|
|
167
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
167
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/DeleteDrPlan.ts.html |here} to see how to use DeleteDrPlan API.
|
|
168
168
|
*/
|
|
169
169
|
deleteDrPlan(deleteDrPlanRequest: requests.DeleteDrPlanRequest): Promise<responses.DeleteDrPlanResponse>;
|
|
170
170
|
/**
|
|
@@ -173,7 +173,7 @@ export declare class DisasterRecoveryClient {
|
|
|
173
173
|
* @param DeleteDrPlanExecutionRequest
|
|
174
174
|
* @return DeleteDrPlanExecutionResponse
|
|
175
175
|
* @throws OciError when an error occurs
|
|
176
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
176
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/DeleteDrPlanExecution.ts.html |here} to see how to use DeleteDrPlanExecution API.
|
|
177
177
|
*/
|
|
178
178
|
deleteDrPlanExecution(deleteDrPlanExecutionRequest: requests.DeleteDrPlanExecutionRequest): Promise<responses.DeleteDrPlanExecutionResponse>;
|
|
179
179
|
/**
|
|
@@ -182,7 +182,7 @@ export declare class DisasterRecoveryClient {
|
|
|
182
182
|
* @param DeleteDrProtectionGroupRequest
|
|
183
183
|
* @return DeleteDrProtectionGroupResponse
|
|
184
184
|
* @throws OciError when an error occurs
|
|
185
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
185
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/DeleteDrProtectionGroup.ts.html |here} to see how to use DeleteDrProtectionGroup API.
|
|
186
186
|
*/
|
|
187
187
|
deleteDrProtectionGroup(deleteDrProtectionGroupRequest: requests.DeleteDrProtectionGroupRequest): Promise<responses.DeleteDrProtectionGroupResponse>;
|
|
188
188
|
/**
|
|
@@ -193,7 +193,7 @@ export declare class DisasterRecoveryClient {
|
|
|
193
193
|
* @param DisassociateDrProtectionGroupRequest
|
|
194
194
|
* @return DisassociateDrProtectionGroupResponse
|
|
195
195
|
* @throws OciError when an error occurs
|
|
196
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
196
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/DisassociateDrProtectionGroup.ts.html |here} to see how to use DisassociateDrProtectionGroup API.
|
|
197
197
|
*/
|
|
198
198
|
disassociateDrProtectionGroup(disassociateDrProtectionGroupRequest: requests.DisassociateDrProtectionGroupRequest): Promise<responses.DisassociateDrProtectionGroupResponse>;
|
|
199
199
|
/**
|
|
@@ -202,7 +202,7 @@ export declare class DisasterRecoveryClient {
|
|
|
202
202
|
* @param GetDrPlanRequest
|
|
203
203
|
* @return GetDrPlanResponse
|
|
204
204
|
* @throws OciError when an error occurs
|
|
205
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
205
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/GetDrPlan.ts.html |here} to see how to use GetDrPlan API.
|
|
206
206
|
*/
|
|
207
207
|
getDrPlan(getDrPlanRequest: requests.GetDrPlanRequest): Promise<responses.GetDrPlanResponse>;
|
|
208
208
|
/**
|
|
@@ -211,7 +211,7 @@ export declare class DisasterRecoveryClient {
|
|
|
211
211
|
* @param GetDrPlanExecutionRequest
|
|
212
212
|
* @return GetDrPlanExecutionResponse
|
|
213
213
|
* @throws OciError when an error occurs
|
|
214
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
214
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/GetDrPlanExecution.ts.html |here} to see how to use GetDrPlanExecution API.
|
|
215
215
|
*/
|
|
216
216
|
getDrPlanExecution(getDrPlanExecutionRequest: requests.GetDrPlanExecutionRequest): Promise<responses.GetDrPlanExecutionResponse>;
|
|
217
217
|
/**
|
|
@@ -220,7 +220,7 @@ export declare class DisasterRecoveryClient {
|
|
|
220
220
|
* @param GetDrProtectionGroupRequest
|
|
221
221
|
* @return GetDrProtectionGroupResponse
|
|
222
222
|
* @throws OciError when an error occurs
|
|
223
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
223
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/GetDrProtectionGroup.ts.html |here} to see how to use GetDrProtectionGroup API.
|
|
224
224
|
*/
|
|
225
225
|
getDrProtectionGroup(getDrProtectionGroupRequest: requests.GetDrProtectionGroupRequest): Promise<responses.GetDrProtectionGroupResponse>;
|
|
226
226
|
/**
|
|
@@ -229,7 +229,7 @@ export declare class DisasterRecoveryClient {
|
|
|
229
229
|
* @param GetWorkRequestRequest
|
|
230
230
|
* @return GetWorkRequestResponse
|
|
231
231
|
* @throws OciError when an error occurs
|
|
232
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
232
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
233
233
|
*/
|
|
234
234
|
getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
|
|
235
235
|
/**
|
|
@@ -238,7 +238,7 @@ export declare class DisasterRecoveryClient {
|
|
|
238
238
|
* @param IgnoreDrPlanExecutionRequest
|
|
239
239
|
* @return IgnoreDrPlanExecutionResponse
|
|
240
240
|
* @throws OciError when an error occurs
|
|
241
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
241
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/IgnoreDrPlanExecution.ts.html |here} to see how to use IgnoreDrPlanExecution API.
|
|
242
242
|
*/
|
|
243
243
|
ignoreDrPlanExecution(ignoreDrPlanExecutionRequest: requests.IgnoreDrPlanExecutionRequest): Promise<responses.IgnoreDrPlanExecutionResponse>;
|
|
244
244
|
/**
|
|
@@ -247,7 +247,7 @@ export declare class DisasterRecoveryClient {
|
|
|
247
247
|
* @param ListDrPlanExecutionsRequest
|
|
248
248
|
* @return ListDrPlanExecutionsResponse
|
|
249
249
|
* @throws OciError when an error occurs
|
|
250
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
250
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/ListDrPlanExecutions.ts.html |here} to see how to use ListDrPlanExecutions API.
|
|
251
251
|
*/
|
|
252
252
|
listDrPlanExecutions(listDrPlanExecutionsRequest: requests.ListDrPlanExecutionsRequest): Promise<responses.ListDrPlanExecutionsResponse>;
|
|
253
253
|
/**
|
|
@@ -256,7 +256,7 @@ export declare class DisasterRecoveryClient {
|
|
|
256
256
|
* @param ListDrPlansRequest
|
|
257
257
|
* @return ListDrPlansResponse
|
|
258
258
|
* @throws OciError when an error occurs
|
|
259
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
259
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/ListDrPlans.ts.html |here} to see how to use ListDrPlans API.
|
|
260
260
|
*/
|
|
261
261
|
listDrPlans(listDrPlansRequest: requests.ListDrPlansRequest): Promise<responses.ListDrPlansResponse>;
|
|
262
262
|
/**
|
|
@@ -265,7 +265,7 @@ export declare class DisasterRecoveryClient {
|
|
|
265
265
|
* @param ListDrProtectionGroupsRequest
|
|
266
266
|
* @return ListDrProtectionGroupsResponse
|
|
267
267
|
* @throws OciError when an error occurs
|
|
268
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
268
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/ListDrProtectionGroups.ts.html |here} to see how to use ListDrProtectionGroups API.
|
|
269
269
|
*/
|
|
270
270
|
listDrProtectionGroups(listDrProtectionGroupsRequest: requests.ListDrProtectionGroupsRequest): Promise<responses.ListDrProtectionGroupsResponse>;
|
|
271
271
|
/**
|
|
@@ -275,7 +275,7 @@ export declare class DisasterRecoveryClient {
|
|
|
275
275
|
* @param ListWorkRequestErrorsRequest
|
|
276
276
|
* @return ListWorkRequestErrorsResponse
|
|
277
277
|
* @throws OciError when an error occurs
|
|
278
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
278
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
279
279
|
*/
|
|
280
280
|
listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
|
|
281
281
|
/**
|
|
@@ -285,7 +285,7 @@ export declare class DisasterRecoveryClient {
|
|
|
285
285
|
* @param ListWorkRequestLogsRequest
|
|
286
286
|
* @return ListWorkRequestLogsResponse
|
|
287
287
|
* @throws OciError when an error occurs
|
|
288
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
288
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
289
289
|
*/
|
|
290
290
|
listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
|
|
291
291
|
/**
|
|
@@ -295,7 +295,7 @@ export declare class DisasterRecoveryClient {
|
|
|
295
295
|
* @param ListWorkRequestsRequest
|
|
296
296
|
* @return ListWorkRequestsResponse
|
|
297
297
|
* @throws OciError when an error occurs
|
|
298
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
298
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
299
299
|
*/
|
|
300
300
|
listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
|
|
301
301
|
/**
|
|
@@ -304,7 +304,7 @@ export declare class DisasterRecoveryClient {
|
|
|
304
304
|
* @param PauseDrPlanExecutionRequest
|
|
305
305
|
* @return PauseDrPlanExecutionResponse
|
|
306
306
|
* @throws OciError when an error occurs
|
|
307
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
307
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/PauseDrPlanExecution.ts.html |here} to see how to use PauseDrPlanExecution API.
|
|
308
308
|
*/
|
|
309
309
|
pauseDrPlanExecution(pauseDrPlanExecutionRequest: requests.PauseDrPlanExecutionRequest): Promise<responses.PauseDrPlanExecutionResponse>;
|
|
310
310
|
/**
|
|
@@ -313,7 +313,7 @@ export declare class DisasterRecoveryClient {
|
|
|
313
313
|
* @param ResumeDrPlanExecutionRequest
|
|
314
314
|
* @return ResumeDrPlanExecutionResponse
|
|
315
315
|
* @throws OciError when an error occurs
|
|
316
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
316
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/ResumeDrPlanExecution.ts.html |here} to see how to use ResumeDrPlanExecution API.
|
|
317
317
|
*/
|
|
318
318
|
resumeDrPlanExecution(resumeDrPlanExecutionRequest: requests.ResumeDrPlanExecutionRequest): Promise<responses.ResumeDrPlanExecutionResponse>;
|
|
319
319
|
/**
|
|
@@ -322,7 +322,7 @@ export declare class DisasterRecoveryClient {
|
|
|
322
322
|
* @param RetryDrPlanExecutionRequest
|
|
323
323
|
* @return RetryDrPlanExecutionResponse
|
|
324
324
|
* @throws OciError when an error occurs
|
|
325
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
325
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/RetryDrPlanExecution.ts.html |here} to see how to use RetryDrPlanExecution API.
|
|
326
326
|
*/
|
|
327
327
|
retryDrPlanExecution(retryDrPlanExecutionRequest: requests.RetryDrPlanExecutionRequest): Promise<responses.RetryDrPlanExecutionResponse>;
|
|
328
328
|
/**
|
|
@@ -331,7 +331,7 @@ export declare class DisasterRecoveryClient {
|
|
|
331
331
|
* @param UpdateDrPlanRequest
|
|
332
332
|
* @return UpdateDrPlanResponse
|
|
333
333
|
* @throws OciError when an error occurs
|
|
334
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
334
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/UpdateDrPlan.ts.html |here} to see how to use UpdateDrPlan API.
|
|
335
335
|
*/
|
|
336
336
|
updateDrPlan(updateDrPlanRequest: requests.UpdateDrPlanRequest): Promise<responses.UpdateDrPlanResponse>;
|
|
337
337
|
/**
|
|
@@ -340,7 +340,7 @@ export declare class DisasterRecoveryClient {
|
|
|
340
340
|
* @param UpdateDrPlanExecutionRequest
|
|
341
341
|
* @return UpdateDrPlanExecutionResponse
|
|
342
342
|
* @throws OciError when an error occurs
|
|
343
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
343
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/UpdateDrPlanExecution.ts.html |here} to see how to use UpdateDrPlanExecution API.
|
|
344
344
|
*/
|
|
345
345
|
updateDrPlanExecution(updateDrPlanExecutionRequest: requests.UpdateDrPlanExecutionRequest): Promise<responses.UpdateDrPlanExecutionResponse>;
|
|
346
346
|
/**
|
|
@@ -349,7 +349,7 @@ export declare class DisasterRecoveryClient {
|
|
|
349
349
|
* @param UpdateDrProtectionGroupRequest
|
|
350
350
|
* @return UpdateDrProtectionGroupResponse
|
|
351
351
|
* @throws OciError when an error occurs
|
|
352
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
352
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/UpdateDrProtectionGroup.ts.html |here} to see how to use UpdateDrProtectionGroup API.
|
|
353
353
|
*/
|
|
354
354
|
updateDrProtectionGroup(updateDrProtectionGroupRequest: requests.UpdateDrProtectionGroupRequest): Promise<responses.UpdateDrProtectionGroupResponse>;
|
|
355
355
|
/**
|
|
@@ -358,7 +358,7 @@ export declare class DisasterRecoveryClient {
|
|
|
358
358
|
* @param UpdateDrProtectionGroupRoleRequest
|
|
359
359
|
* @return UpdateDrProtectionGroupRoleResponse
|
|
360
360
|
* @throws OciError when an error occurs
|
|
361
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
361
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/UpdateDrProtectionGroupRole.ts.html |here} to see how to use UpdateDrProtectionGroupRole API.
|
|
362
362
|
*/
|
|
363
363
|
updateDrProtectionGroupRole(updateDrProtectionGroupRoleRequest: requests.UpdateDrProtectionGroupRoleRequest): Promise<responses.UpdateDrProtectionGroupRoleResponse>;
|
|
364
364
|
}
|
package/lib/client.js
CHANGED
|
@@ -208,7 +208,7 @@ class DisasterRecoveryClient {
|
|
|
208
208
|
* @param AssociateDrProtectionGroupRequest
|
|
209
209
|
* @return AssociateDrProtectionGroupResponse
|
|
210
210
|
* @throws OciError when an error occurs
|
|
211
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
211
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/AssociateDrProtectionGroup.ts.html |here} to see how to use AssociateDrProtectionGroup API.
|
|
212
212
|
*/
|
|
213
213
|
associateDrProtectionGroup(associateDrProtectionGroupRequest) {
|
|
214
214
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -270,7 +270,7 @@ class DisasterRecoveryClient {
|
|
|
270
270
|
* @param CancelDrPlanExecutionRequest
|
|
271
271
|
* @return CancelDrPlanExecutionResponse
|
|
272
272
|
* @throws OciError when an error occurs
|
|
273
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
273
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/CancelDrPlanExecution.ts.html |here} to see how to use CancelDrPlanExecution API.
|
|
274
274
|
*/
|
|
275
275
|
cancelDrPlanExecution(cancelDrPlanExecutionRequest) {
|
|
276
276
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -332,7 +332,7 @@ class DisasterRecoveryClient {
|
|
|
332
332
|
* @param CancelWorkRequestRequest
|
|
333
333
|
* @return CancelWorkRequestResponse
|
|
334
334
|
* @throws OciError when an error occurs
|
|
335
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
335
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequest API.
|
|
336
336
|
*/
|
|
337
337
|
cancelWorkRequest(cancelWorkRequestRequest) {
|
|
338
338
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -387,7 +387,7 @@ class DisasterRecoveryClient {
|
|
|
387
387
|
* @param ChangeDrProtectionGroupCompartmentRequest
|
|
388
388
|
* @return ChangeDrProtectionGroupCompartmentResponse
|
|
389
389
|
* @throws OciError when an error occurs
|
|
390
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
390
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/ChangeDrProtectionGroupCompartment.ts.html |here} to see how to use ChangeDrProtectionGroupCompartment API.
|
|
391
391
|
*/
|
|
392
392
|
changeDrProtectionGroupCompartment(changeDrProtectionGroupCompartmentRequest) {
|
|
393
393
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -449,7 +449,7 @@ class DisasterRecoveryClient {
|
|
|
449
449
|
* @param CreateDrPlanRequest
|
|
450
450
|
* @return CreateDrPlanResponse
|
|
451
451
|
* @throws OciError when an error occurs
|
|
452
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
452
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/CreateDrPlan.ts.html |here} to see how to use CreateDrPlan API.
|
|
453
453
|
*/
|
|
454
454
|
createDrPlan(createDrPlanRequest) {
|
|
455
455
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -522,7 +522,7 @@ class DisasterRecoveryClient {
|
|
|
522
522
|
* @param CreateDrPlanExecutionRequest
|
|
523
523
|
* @return CreateDrPlanExecutionResponse
|
|
524
524
|
* @throws OciError when an error occurs
|
|
525
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
525
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/CreateDrPlanExecution.ts.html |here} to see how to use CreateDrPlanExecution API.
|
|
526
526
|
*/
|
|
527
527
|
createDrPlanExecution(createDrPlanExecutionRequest) {
|
|
528
528
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -595,7 +595,7 @@ class DisasterRecoveryClient {
|
|
|
595
595
|
* @param CreateDrProtectionGroupRequest
|
|
596
596
|
* @return CreateDrProtectionGroupResponse
|
|
597
597
|
* @throws OciError when an error occurs
|
|
598
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
598
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/CreateDrProtectionGroup.ts.html |here} to see how to use CreateDrProtectionGroup API.
|
|
599
599
|
*/
|
|
600
600
|
createDrProtectionGroup(createDrProtectionGroupRequest) {
|
|
601
601
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -668,7 +668,7 @@ class DisasterRecoveryClient {
|
|
|
668
668
|
* @param DeleteDrPlanRequest
|
|
669
669
|
* @return DeleteDrPlanResponse
|
|
670
670
|
* @throws OciError when an error occurs
|
|
671
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
671
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/DeleteDrPlan.ts.html |here} to see how to use DeleteDrPlan API.
|
|
672
672
|
*/
|
|
673
673
|
deleteDrPlan(deleteDrPlanRequest) {
|
|
674
674
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -723,7 +723,7 @@ class DisasterRecoveryClient {
|
|
|
723
723
|
* @param DeleteDrPlanExecutionRequest
|
|
724
724
|
* @return DeleteDrPlanExecutionResponse
|
|
725
725
|
* @throws OciError when an error occurs
|
|
726
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
726
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/DeleteDrPlanExecution.ts.html |here} to see how to use DeleteDrPlanExecution API.
|
|
727
727
|
*/
|
|
728
728
|
deleteDrPlanExecution(deleteDrPlanExecutionRequest) {
|
|
729
729
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -783,7 +783,7 @@ class DisasterRecoveryClient {
|
|
|
783
783
|
* @param DeleteDrProtectionGroupRequest
|
|
784
784
|
* @return DeleteDrProtectionGroupResponse
|
|
785
785
|
* @throws OciError when an error occurs
|
|
786
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
786
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/DeleteDrProtectionGroup.ts.html |here} to see how to use DeleteDrProtectionGroup API.
|
|
787
787
|
*/
|
|
788
788
|
deleteDrProtectionGroup(deleteDrProtectionGroupRequest) {
|
|
789
789
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -845,7 +845,7 @@ class DisasterRecoveryClient {
|
|
|
845
845
|
* @param DisassociateDrProtectionGroupRequest
|
|
846
846
|
* @return DisassociateDrProtectionGroupResponse
|
|
847
847
|
* @throws OciError when an error occurs
|
|
848
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
848
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/DisassociateDrProtectionGroup.ts.html |here} to see how to use DisassociateDrProtectionGroup API.
|
|
849
849
|
*/
|
|
850
850
|
disassociateDrProtectionGroup(disassociateDrProtectionGroupRequest) {
|
|
851
851
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -907,7 +907,7 @@ class DisasterRecoveryClient {
|
|
|
907
907
|
* @param GetDrPlanRequest
|
|
908
908
|
* @return GetDrPlanResponse
|
|
909
909
|
* @throws OciError when an error occurs
|
|
910
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
910
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/GetDrPlan.ts.html |here} to see how to use GetDrPlan API.
|
|
911
911
|
*/
|
|
912
912
|
getDrPlan(getDrPlanRequest) {
|
|
913
913
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -970,7 +970,7 @@ class DisasterRecoveryClient {
|
|
|
970
970
|
* @param GetDrPlanExecutionRequest
|
|
971
971
|
* @return GetDrPlanExecutionResponse
|
|
972
972
|
* @throws OciError when an error occurs
|
|
973
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
973
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/GetDrPlanExecution.ts.html |here} to see how to use GetDrPlanExecution API.
|
|
974
974
|
*/
|
|
975
975
|
getDrPlanExecution(getDrPlanExecutionRequest) {
|
|
976
976
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1033,7 +1033,7 @@ class DisasterRecoveryClient {
|
|
|
1033
1033
|
* @param GetDrProtectionGroupRequest
|
|
1034
1034
|
* @return GetDrProtectionGroupResponse
|
|
1035
1035
|
* @throws OciError when an error occurs
|
|
1036
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
1036
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/GetDrProtectionGroup.ts.html |here} to see how to use GetDrProtectionGroup API.
|
|
1037
1037
|
*/
|
|
1038
1038
|
getDrProtectionGroup(getDrProtectionGroupRequest) {
|
|
1039
1039
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1096,7 +1096,7 @@ class DisasterRecoveryClient {
|
|
|
1096
1096
|
* @param GetWorkRequestRequest
|
|
1097
1097
|
* @return GetWorkRequestResponse
|
|
1098
1098
|
* @throws OciError when an error occurs
|
|
1099
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
1099
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
1100
1100
|
*/
|
|
1101
1101
|
getWorkRequest(getWorkRequestRequest) {
|
|
1102
1102
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1164,7 +1164,7 @@ class DisasterRecoveryClient {
|
|
|
1164
1164
|
* @param IgnoreDrPlanExecutionRequest
|
|
1165
1165
|
* @return IgnoreDrPlanExecutionResponse
|
|
1166
1166
|
* @throws OciError when an error occurs
|
|
1167
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
1167
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/IgnoreDrPlanExecution.ts.html |here} to see how to use IgnoreDrPlanExecution API.
|
|
1168
1168
|
*/
|
|
1169
1169
|
ignoreDrPlanExecution(ignoreDrPlanExecutionRequest) {
|
|
1170
1170
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1226,7 +1226,7 @@ class DisasterRecoveryClient {
|
|
|
1226
1226
|
* @param ListDrPlanExecutionsRequest
|
|
1227
1227
|
* @return ListDrPlanExecutionsResponse
|
|
1228
1228
|
* @throws OciError when an error occurs
|
|
1229
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
1229
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/ListDrPlanExecutions.ts.html |here} to see how to use ListDrPlanExecutions API.
|
|
1230
1230
|
*/
|
|
1231
1231
|
listDrPlanExecutions(listDrPlanExecutionsRequest) {
|
|
1232
1232
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1297,7 +1297,7 @@ class DisasterRecoveryClient {
|
|
|
1297
1297
|
* @param ListDrPlansRequest
|
|
1298
1298
|
* @return ListDrPlansResponse
|
|
1299
1299
|
* @throws OciError when an error occurs
|
|
1300
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
1300
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/ListDrPlans.ts.html |here} to see how to use ListDrPlans API.
|
|
1301
1301
|
*/
|
|
1302
1302
|
listDrPlans(listDrPlansRequest) {
|
|
1303
1303
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1368,7 +1368,7 @@ class DisasterRecoveryClient {
|
|
|
1368
1368
|
* @param ListDrProtectionGroupsRequest
|
|
1369
1369
|
* @return ListDrProtectionGroupsResponse
|
|
1370
1370
|
* @throws OciError when an error occurs
|
|
1371
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
1371
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/ListDrProtectionGroups.ts.html |here} to see how to use ListDrProtectionGroups API.
|
|
1372
1372
|
*/
|
|
1373
1373
|
listDrProtectionGroups(listDrProtectionGroupsRequest) {
|
|
1374
1374
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1441,7 +1441,7 @@ class DisasterRecoveryClient {
|
|
|
1441
1441
|
* @param ListWorkRequestErrorsRequest
|
|
1442
1442
|
* @return ListWorkRequestErrorsResponse
|
|
1443
1443
|
* @throws OciError when an error occurs
|
|
1444
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
1444
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
1445
1445
|
*/
|
|
1446
1446
|
listWorkRequestErrors(listWorkRequestErrorsRequest) {
|
|
1447
1447
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1510,7 +1510,7 @@ class DisasterRecoveryClient {
|
|
|
1510
1510
|
* @param ListWorkRequestLogsRequest
|
|
1511
1511
|
* @return ListWorkRequestLogsResponse
|
|
1512
1512
|
* @throws OciError when an error occurs
|
|
1513
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
1513
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
1514
1514
|
*/
|
|
1515
1515
|
listWorkRequestLogs(listWorkRequestLogsRequest) {
|
|
1516
1516
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1579,7 +1579,7 @@ class DisasterRecoveryClient {
|
|
|
1579
1579
|
* @param ListWorkRequestsRequest
|
|
1580
1580
|
* @return ListWorkRequestsResponse
|
|
1581
1581
|
* @throws OciError when an error occurs
|
|
1582
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
1582
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
1583
1583
|
*/
|
|
1584
1584
|
listWorkRequests(listWorkRequestsRequest) {
|
|
1585
1585
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1649,7 +1649,7 @@ class DisasterRecoveryClient {
|
|
|
1649
1649
|
* @param PauseDrPlanExecutionRequest
|
|
1650
1650
|
* @return PauseDrPlanExecutionResponse
|
|
1651
1651
|
* @throws OciError when an error occurs
|
|
1652
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
1652
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/PauseDrPlanExecution.ts.html |here} to see how to use PauseDrPlanExecution API.
|
|
1653
1653
|
*/
|
|
1654
1654
|
pauseDrPlanExecution(pauseDrPlanExecutionRequest) {
|
|
1655
1655
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1711,7 +1711,7 @@ class DisasterRecoveryClient {
|
|
|
1711
1711
|
* @param ResumeDrPlanExecutionRequest
|
|
1712
1712
|
* @return ResumeDrPlanExecutionResponse
|
|
1713
1713
|
* @throws OciError when an error occurs
|
|
1714
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
1714
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/ResumeDrPlanExecution.ts.html |here} to see how to use ResumeDrPlanExecution API.
|
|
1715
1715
|
*/
|
|
1716
1716
|
resumeDrPlanExecution(resumeDrPlanExecutionRequest) {
|
|
1717
1717
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1773,7 +1773,7 @@ class DisasterRecoveryClient {
|
|
|
1773
1773
|
* @param RetryDrPlanExecutionRequest
|
|
1774
1774
|
* @return RetryDrPlanExecutionResponse
|
|
1775
1775
|
* @throws OciError when an error occurs
|
|
1776
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
1776
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/RetryDrPlanExecution.ts.html |here} to see how to use RetryDrPlanExecution API.
|
|
1777
1777
|
*/
|
|
1778
1778
|
retryDrPlanExecution(retryDrPlanExecutionRequest) {
|
|
1779
1779
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1835,7 +1835,7 @@ class DisasterRecoveryClient {
|
|
|
1835
1835
|
* @param UpdateDrPlanRequest
|
|
1836
1836
|
* @return UpdateDrPlanResponse
|
|
1837
1837
|
* @throws OciError when an error occurs
|
|
1838
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
1838
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/UpdateDrPlan.ts.html |here} to see how to use UpdateDrPlan API.
|
|
1839
1839
|
*/
|
|
1840
1840
|
updateDrPlan(updateDrPlanRequest) {
|
|
1841
1841
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1896,7 +1896,7 @@ class DisasterRecoveryClient {
|
|
|
1896
1896
|
* @param UpdateDrPlanExecutionRequest
|
|
1897
1897
|
* @return UpdateDrPlanExecutionResponse
|
|
1898
1898
|
* @throws OciError when an error occurs
|
|
1899
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
1899
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/UpdateDrPlanExecution.ts.html |here} to see how to use UpdateDrPlanExecution API.
|
|
1900
1900
|
*/
|
|
1901
1901
|
updateDrPlanExecution(updateDrPlanExecutionRequest) {
|
|
1902
1902
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1957,7 +1957,7 @@ class DisasterRecoveryClient {
|
|
|
1957
1957
|
* @param UpdateDrProtectionGroupRequest
|
|
1958
1958
|
* @return UpdateDrProtectionGroupResponse
|
|
1959
1959
|
* @throws OciError when an error occurs
|
|
1960
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
1960
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/UpdateDrProtectionGroup.ts.html |here} to see how to use UpdateDrProtectionGroup API.
|
|
1961
1961
|
*/
|
|
1962
1962
|
updateDrProtectionGroup(updateDrProtectionGroupRequest) {
|
|
1963
1963
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2018,7 +2018,7 @@ class DisasterRecoveryClient {
|
|
|
2018
2018
|
* @param UpdateDrProtectionGroupRoleRequest
|
|
2019
2019
|
* @return UpdateDrProtectionGroupRoleResponse
|
|
2020
2020
|
* @throws OciError when an error occurs
|
|
2021
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
2021
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/UpdateDrProtectionGroupRole.ts.html |here} to see how to use UpdateDrProtectionGroupRole API.
|
|
2022
2022
|
*/
|
|
2023
2023
|
updateDrProtectionGroupRole(updateDrProtectionGroupRoleRequest) {
|
|
2024
2024
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -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/
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/AssociateDrProtectionGroup.ts.html |here} to see how to use AssociateDrProtectionGroupRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface AssociateDrProtectionGroupRequest 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/
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/CancelDrPlanExecution.ts.html |here} to see how to use CancelDrPlanExecutionRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CancelDrPlanExecutionRequest 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/
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequestRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface CancelWorkRequestRequest 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/
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/ChangeDrProtectionGroupCompartment.ts.html |here} to see how to use ChangeDrProtectionGroupCompartmentRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ChangeDrProtectionGroupCompartmentRequest 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/
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/CreateDrPlanExecution.ts.html |here} to see how to use CreateDrPlanExecutionRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateDrPlanExecutionRequest 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/
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/CreateDrPlan.ts.html |here} to see how to use CreateDrPlanRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateDrPlanRequest 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/
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/CreateDrProtectionGroup.ts.html |here} to see how to use CreateDrProtectionGroupRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateDrProtectionGroupRequest 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/
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/DeleteDrPlanExecution.ts.html |here} to see how to use DeleteDrPlanExecutionRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteDrPlanExecutionRequest 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/
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/DeleteDrPlan.ts.html |here} to see how to use DeleteDrPlanRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteDrPlanRequest 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/
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/DeleteDrProtectionGroup.ts.html |here} to see how to use DeleteDrProtectionGroupRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteDrProtectionGroupRequest 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/
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/DisassociateDrProtectionGroup.ts.html |here} to see how to use DisassociateDrProtectionGroupRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface DisassociateDrProtectionGroupRequest 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/
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/GetDrPlanExecution.ts.html |here} to see how to use GetDrPlanExecutionRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetDrPlanExecutionRequest 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/
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/GetDrPlan.ts.html |here} to see how to use GetDrPlanRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetDrPlanRequest 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/
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/GetDrProtectionGroup.ts.html |here} to see how to use GetDrProtectionGroupRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetDrProtectionGroupRequest 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/
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/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/
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/IgnoreDrPlanExecution.ts.html |here} to see how to use IgnoreDrPlanExecutionRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface IgnoreDrPlanExecutionRequest 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/
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/ListDrPlanExecutions.ts.html |here} to see how to use ListDrPlanExecutionsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListDrPlanExecutionsRequest 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/
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/ListDrPlans.ts.html |here} to see how to use ListDrPlansRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListDrPlansRequest 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/
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/ListDrProtectionGroups.ts.html |here} to see how to use ListDrProtectionGroupsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListDrProtectionGroupsRequest 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/
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListWorkRequestErrorsRequest 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/
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListWorkRequestLogsRequest 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/
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListWorkRequestsRequest 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/
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/PauseDrPlanExecution.ts.html |here} to see how to use PauseDrPlanExecutionRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface PauseDrPlanExecutionRequest 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/
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/ResumeDrPlanExecution.ts.html |here} to see how to use ResumeDrPlanExecutionRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ResumeDrPlanExecutionRequest 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/
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/RetryDrPlanExecution.ts.html |here} to see how to use RetryDrPlanExecutionRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface RetryDrPlanExecutionRequest 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/
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/UpdateDrPlanExecution.ts.html |here} to see how to use UpdateDrPlanExecutionRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateDrPlanExecutionRequest 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/
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/UpdateDrPlan.ts.html |here} to see how to use UpdateDrPlanRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateDrPlanRequest 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/
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/UpdateDrProtectionGroup.ts.html |here} to see how to use UpdateDrProtectionGroupRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateDrProtectionGroupRequest 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/
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/disasterrecovery/UpdateDrProtectionGroupRole.ts.html |here} to see how to use UpdateDrProtectionGroupRoleRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateDrProtectionGroupRoleRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "oci-disasterrecovery",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.90.0-1722272724",
|
|
4
4
|
"description": "OCI NodeJS client for Disaster Recovery Service",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -15,8 +15,8 @@
|
|
|
15
15
|
},
|
|
16
16
|
"license": "(UPL-1.0 OR Apache-2.0)",
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"oci-common": "2.
|
|
19
|
-
"oci-workrequests": "2.
|
|
18
|
+
"oci-common": "2.90.0-1722272724",
|
|
19
|
+
"oci-workrequests": "2.90.0-1722272724"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|