oci-recovery 2.84.2 → 2.85.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/client.d.ts +23 -23
- package/lib/client.js +23 -23
- package/lib/request/change-protected-database-compartment-request.d.ts +1 -1
- package/lib/request/change-protection-policy-compartment-request.d.ts +1 -1
- package/lib/request/change-recovery-service-subnet-compartment-request.d.ts +1 -1
- package/lib/request/create-protected-database-request.d.ts +1 -1
- package/lib/request/create-protection-policy-request.d.ts +1 -1
- package/lib/request/create-recovery-service-subnet-request.d.ts +1 -1
- package/lib/request/delete-protected-database-request.d.ts +1 -1
- package/lib/request/delete-protection-policy-request.d.ts +1 -1
- package/lib/request/delete-recovery-service-subnet-request.d.ts +1 -1
- package/lib/request/fetch-protected-database-configuration-request.d.ts +1 -1
- package/lib/request/get-protected-database-request.d.ts +1 -1
- package/lib/request/get-protection-policy-request.d.ts +1 -1
- package/lib/request/get-recovery-service-subnet-request.d.ts +1 -1
- package/lib/request/get-work-request-request.d.ts +1 -1
- package/lib/request/list-protected-databases-request.d.ts +1 -1
- package/lib/request/list-protection-policies-request.d.ts +1 -1
- package/lib/request/list-recovery-service-subnets-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/update-protected-database-request.d.ts +1 -1
- package/lib/request/update-protection-policy-request.d.ts +1 -1
- package/lib/request/update-recovery-service-subnet-request.d.ts +1 -1
- package/package.json +3 -3
package/lib/client.d.ts
CHANGED
|
@@ -95,7 +95,7 @@ export declare class DatabaseRecoveryClient {
|
|
|
95
95
|
* @param ChangeProtectedDatabaseCompartmentRequest
|
|
96
96
|
* @return ChangeProtectedDatabaseCompartmentResponse
|
|
97
97
|
* @throws OciError when an error occurs
|
|
98
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
98
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/recovery/ChangeProtectedDatabaseCompartment.ts.html |here} to see how to use ChangeProtectedDatabaseCompartment API.
|
|
99
99
|
*/
|
|
100
100
|
changeProtectedDatabaseCompartment(changeProtectedDatabaseCompartmentRequest: requests.ChangeProtectedDatabaseCompartmentRequest): Promise<responses.ChangeProtectedDatabaseCompartmentResponse>;
|
|
101
101
|
/**
|
|
@@ -104,7 +104,7 @@ export declare class DatabaseRecoveryClient {
|
|
|
104
104
|
* @param ChangeProtectionPolicyCompartmentRequest
|
|
105
105
|
* @return ChangeProtectionPolicyCompartmentResponse
|
|
106
106
|
* @throws OciError when an error occurs
|
|
107
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
107
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/recovery/ChangeProtectionPolicyCompartment.ts.html |here} to see how to use ChangeProtectionPolicyCompartment API.
|
|
108
108
|
*/
|
|
109
109
|
changeProtectionPolicyCompartment(changeProtectionPolicyCompartmentRequest: requests.ChangeProtectionPolicyCompartmentRequest): Promise<responses.ChangeProtectionPolicyCompartmentResponse>;
|
|
110
110
|
/**
|
|
@@ -113,7 +113,7 @@ export declare class DatabaseRecoveryClient {
|
|
|
113
113
|
* @param ChangeRecoveryServiceSubnetCompartmentRequest
|
|
114
114
|
* @return ChangeRecoveryServiceSubnetCompartmentResponse
|
|
115
115
|
* @throws OciError when an error occurs
|
|
116
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
116
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/recovery/ChangeRecoveryServiceSubnetCompartment.ts.html |here} to see how to use ChangeRecoveryServiceSubnetCompartment API.
|
|
117
117
|
*/
|
|
118
118
|
changeRecoveryServiceSubnetCompartment(changeRecoveryServiceSubnetCompartmentRequest: requests.ChangeRecoveryServiceSubnetCompartmentRequest): Promise<responses.ChangeRecoveryServiceSubnetCompartmentResponse>;
|
|
119
119
|
/**
|
|
@@ -123,7 +123,7 @@ export declare class DatabaseRecoveryClient {
|
|
|
123
123
|
* @param CreateProtectedDatabaseRequest
|
|
124
124
|
* @return CreateProtectedDatabaseResponse
|
|
125
125
|
* @throws OciError when an error occurs
|
|
126
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
126
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/recovery/CreateProtectedDatabase.ts.html |here} to see how to use CreateProtectedDatabase API.
|
|
127
127
|
*/
|
|
128
128
|
createProtectedDatabase(createProtectedDatabaseRequest: requests.CreateProtectedDatabaseRequest): Promise<responses.CreateProtectedDatabaseResponse>;
|
|
129
129
|
/**
|
|
@@ -133,7 +133,7 @@ export declare class DatabaseRecoveryClient {
|
|
|
133
133
|
* @param CreateProtectionPolicyRequest
|
|
134
134
|
* @return CreateProtectionPolicyResponse
|
|
135
135
|
* @throws OciError when an error occurs
|
|
136
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
136
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/recovery/CreateProtectionPolicy.ts.html |here} to see how to use CreateProtectionPolicy API.
|
|
137
137
|
*/
|
|
138
138
|
createProtectionPolicy(createProtectionPolicyRequest: requests.CreateProtectionPolicyRequest): Promise<responses.CreateProtectionPolicyResponse>;
|
|
139
139
|
/**
|
|
@@ -143,7 +143,7 @@ export declare class DatabaseRecoveryClient {
|
|
|
143
143
|
* @param CreateRecoveryServiceSubnetRequest
|
|
144
144
|
* @return CreateRecoveryServiceSubnetResponse
|
|
145
145
|
* @throws OciError when an error occurs
|
|
146
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
146
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/recovery/CreateRecoveryServiceSubnet.ts.html |here} to see how to use CreateRecoveryServiceSubnet API.
|
|
147
147
|
*/
|
|
148
148
|
createRecoveryServiceSubnet(createRecoveryServiceSubnetRequest: requests.CreateRecoveryServiceSubnetRequest): Promise<responses.CreateRecoveryServiceSubnetResponse>;
|
|
149
149
|
/**
|
|
@@ -152,7 +152,7 @@ export declare class DatabaseRecoveryClient {
|
|
|
152
152
|
* @param DeleteProtectedDatabaseRequest
|
|
153
153
|
* @return DeleteProtectedDatabaseResponse
|
|
154
154
|
* @throws OciError when an error occurs
|
|
155
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
155
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/recovery/DeleteProtectedDatabase.ts.html |here} to see how to use DeleteProtectedDatabase API.
|
|
156
156
|
*/
|
|
157
157
|
deleteProtectedDatabase(deleteProtectedDatabaseRequest: requests.DeleteProtectedDatabaseRequest): Promise<responses.DeleteProtectedDatabaseResponse>;
|
|
158
158
|
/**
|
|
@@ -163,7 +163,7 @@ export declare class DatabaseRecoveryClient {
|
|
|
163
163
|
* @param DeleteProtectionPolicyRequest
|
|
164
164
|
* @return DeleteProtectionPolicyResponse
|
|
165
165
|
* @throws OciError when an error occurs
|
|
166
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
166
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/recovery/DeleteProtectionPolicy.ts.html |here} to see how to use DeleteProtectionPolicy API.
|
|
167
167
|
*/
|
|
168
168
|
deleteProtectionPolicy(deleteProtectionPolicyRequest: requests.DeleteProtectionPolicyRequest): Promise<responses.DeleteProtectionPolicyResponse>;
|
|
169
169
|
/**
|
|
@@ -172,7 +172,7 @@ export declare class DatabaseRecoveryClient {
|
|
|
172
172
|
* @param DeleteRecoveryServiceSubnetRequest
|
|
173
173
|
* @return DeleteRecoveryServiceSubnetResponse
|
|
174
174
|
* @throws OciError when an error occurs
|
|
175
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
175
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/recovery/DeleteRecoveryServiceSubnet.ts.html |here} to see how to use DeleteRecoveryServiceSubnet API.
|
|
176
176
|
*/
|
|
177
177
|
deleteRecoveryServiceSubnet(deleteRecoveryServiceSubnetRequest: requests.DeleteRecoveryServiceSubnetRequest): Promise<responses.DeleteRecoveryServiceSubnetResponse>;
|
|
178
178
|
/**
|
|
@@ -181,7 +181,7 @@ export declare class DatabaseRecoveryClient {
|
|
|
181
181
|
* @param FetchProtectedDatabaseConfigurationRequest
|
|
182
182
|
* @return FetchProtectedDatabaseConfigurationResponse
|
|
183
183
|
* @throws OciError when an error occurs
|
|
184
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
184
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/recovery/FetchProtectedDatabaseConfiguration.ts.html |here} to see how to use FetchProtectedDatabaseConfiguration API.
|
|
185
185
|
*/
|
|
186
186
|
fetchProtectedDatabaseConfiguration(fetchProtectedDatabaseConfigurationRequest: requests.FetchProtectedDatabaseConfigurationRequest): Promise<responses.FetchProtectedDatabaseConfigurationResponse>;
|
|
187
187
|
/**
|
|
@@ -190,7 +190,7 @@ export declare class DatabaseRecoveryClient {
|
|
|
190
190
|
* @param GetProtectedDatabaseRequest
|
|
191
191
|
* @return GetProtectedDatabaseResponse
|
|
192
192
|
* @throws OciError when an error occurs
|
|
193
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
193
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/recovery/GetProtectedDatabase.ts.html |here} to see how to use GetProtectedDatabase API.
|
|
194
194
|
*/
|
|
195
195
|
getProtectedDatabase(getProtectedDatabaseRequest: requests.GetProtectedDatabaseRequest): Promise<responses.GetProtectedDatabaseResponse>;
|
|
196
196
|
/**
|
|
@@ -199,7 +199,7 @@ export declare class DatabaseRecoveryClient {
|
|
|
199
199
|
* @param GetProtectionPolicyRequest
|
|
200
200
|
* @return GetProtectionPolicyResponse
|
|
201
201
|
* @throws OciError when an error occurs
|
|
202
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
202
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/recovery/GetProtectionPolicy.ts.html |here} to see how to use GetProtectionPolicy API.
|
|
203
203
|
*/
|
|
204
204
|
getProtectionPolicy(getProtectionPolicyRequest: requests.GetProtectionPolicyRequest): Promise<responses.GetProtectionPolicyResponse>;
|
|
205
205
|
/**
|
|
@@ -208,7 +208,7 @@ export declare class DatabaseRecoveryClient {
|
|
|
208
208
|
* @param GetRecoveryServiceSubnetRequest
|
|
209
209
|
* @return GetRecoveryServiceSubnetResponse
|
|
210
210
|
* @throws OciError when an error occurs
|
|
211
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
211
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/recovery/GetRecoveryServiceSubnet.ts.html |here} to see how to use GetRecoveryServiceSubnet API.
|
|
212
212
|
*/
|
|
213
213
|
getRecoveryServiceSubnet(getRecoveryServiceSubnetRequest: requests.GetRecoveryServiceSubnetRequest): Promise<responses.GetRecoveryServiceSubnetResponse>;
|
|
214
214
|
/**
|
|
@@ -217,7 +217,7 @@ export declare class DatabaseRecoveryClient {
|
|
|
217
217
|
* @param GetWorkRequestRequest
|
|
218
218
|
* @return GetWorkRequestResponse
|
|
219
219
|
* @throws OciError when an error occurs
|
|
220
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
220
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/recovery/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
221
221
|
*/
|
|
222
222
|
getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
|
|
223
223
|
/**
|
|
@@ -227,7 +227,7 @@ export declare class DatabaseRecoveryClient {
|
|
|
227
227
|
* @param ListProtectedDatabasesRequest
|
|
228
228
|
* @return ListProtectedDatabasesResponse
|
|
229
229
|
* @throws OciError when an error occurs
|
|
230
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
230
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/recovery/ListProtectedDatabases.ts.html |here} to see how to use ListProtectedDatabases API.
|
|
231
231
|
*/
|
|
232
232
|
listProtectedDatabases(listProtectedDatabasesRequest: requests.ListProtectedDatabasesRequest): Promise<responses.ListProtectedDatabasesResponse>;
|
|
233
233
|
/**
|
|
@@ -237,7 +237,7 @@ export declare class DatabaseRecoveryClient {
|
|
|
237
237
|
* @param ListProtectionPoliciesRequest
|
|
238
238
|
* @return ListProtectionPoliciesResponse
|
|
239
239
|
* @throws OciError when an error occurs
|
|
240
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
240
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/recovery/ListProtectionPolicies.ts.html |here} to see how to use ListProtectionPolicies API.
|
|
241
241
|
*/
|
|
242
242
|
listProtectionPolicies(listProtectionPoliciesRequest: requests.ListProtectionPoliciesRequest): Promise<responses.ListProtectionPoliciesResponse>;
|
|
243
243
|
/**
|
|
@@ -247,7 +247,7 @@ export declare class DatabaseRecoveryClient {
|
|
|
247
247
|
* @param ListRecoveryServiceSubnetsRequest
|
|
248
248
|
* @return ListRecoveryServiceSubnetsResponse
|
|
249
249
|
* @throws OciError when an error occurs
|
|
250
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
250
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/recovery/ListRecoveryServiceSubnets.ts.html |here} to see how to use ListRecoveryServiceSubnets API.
|
|
251
251
|
*/
|
|
252
252
|
listRecoveryServiceSubnets(listRecoveryServiceSubnetsRequest: requests.ListRecoveryServiceSubnetsRequest): Promise<responses.ListRecoveryServiceSubnetsResponse>;
|
|
253
253
|
/**
|
|
@@ -257,7 +257,7 @@ export declare class DatabaseRecoveryClient {
|
|
|
257
257
|
* @param ListWorkRequestErrorsRequest
|
|
258
258
|
* @return ListWorkRequestErrorsResponse
|
|
259
259
|
* @throws OciError when an error occurs
|
|
260
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
260
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/recovery/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
261
261
|
*/
|
|
262
262
|
listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
|
|
263
263
|
/**
|
|
@@ -267,7 +267,7 @@ export declare class DatabaseRecoveryClient {
|
|
|
267
267
|
* @param ListWorkRequestLogsRequest
|
|
268
268
|
* @return ListWorkRequestLogsResponse
|
|
269
269
|
* @throws OciError when an error occurs
|
|
270
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
270
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/recovery/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
271
271
|
*/
|
|
272
272
|
listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
|
|
273
273
|
/**
|
|
@@ -277,7 +277,7 @@ export declare class DatabaseRecoveryClient {
|
|
|
277
277
|
* @param ListWorkRequestsRequest
|
|
278
278
|
* @return ListWorkRequestsResponse
|
|
279
279
|
* @throws OciError when an error occurs
|
|
280
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
280
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/recovery/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
281
281
|
*/
|
|
282
282
|
listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
|
|
283
283
|
/**
|
|
@@ -286,7 +286,7 @@ export declare class DatabaseRecoveryClient {
|
|
|
286
286
|
* @param UpdateProtectedDatabaseRequest
|
|
287
287
|
* @return UpdateProtectedDatabaseResponse
|
|
288
288
|
* @throws OciError when an error occurs
|
|
289
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
289
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/recovery/UpdateProtectedDatabase.ts.html |here} to see how to use UpdateProtectedDatabase API.
|
|
290
290
|
*/
|
|
291
291
|
updateProtectedDatabase(updateProtectedDatabaseRequest: requests.UpdateProtectedDatabaseRequest): Promise<responses.UpdateProtectedDatabaseResponse>;
|
|
292
292
|
/**
|
|
@@ -295,7 +295,7 @@ export declare class DatabaseRecoveryClient {
|
|
|
295
295
|
* @param UpdateProtectionPolicyRequest
|
|
296
296
|
* @return UpdateProtectionPolicyResponse
|
|
297
297
|
* @throws OciError when an error occurs
|
|
298
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
298
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/recovery/UpdateProtectionPolicy.ts.html |here} to see how to use UpdateProtectionPolicy API.
|
|
299
299
|
*/
|
|
300
300
|
updateProtectionPolicy(updateProtectionPolicyRequest: requests.UpdateProtectionPolicyRequest): Promise<responses.UpdateProtectionPolicyResponse>;
|
|
301
301
|
/**
|
|
@@ -304,7 +304,7 @@ export declare class DatabaseRecoveryClient {
|
|
|
304
304
|
* @param UpdateRecoveryServiceSubnetRequest
|
|
305
305
|
* @return UpdateRecoveryServiceSubnetResponse
|
|
306
306
|
* @throws OciError when an error occurs
|
|
307
|
-
* @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.85.0/recovery/UpdateRecoveryServiceSubnet.ts.html |here} to see how to use UpdateRecoveryServiceSubnet API.
|
|
308
308
|
*/
|
|
309
309
|
updateRecoveryServiceSubnet(updateRecoveryServiceSubnetRequest: requests.UpdateRecoveryServiceSubnetRequest): Promise<responses.UpdateRecoveryServiceSubnetResponse>;
|
|
310
310
|
}
|
package/lib/client.js
CHANGED
|
@@ -202,7 +202,7 @@ class DatabaseRecoveryClient {
|
|
|
202
202
|
* @param ChangeProtectedDatabaseCompartmentRequest
|
|
203
203
|
* @return ChangeProtectedDatabaseCompartmentResponse
|
|
204
204
|
* @throws OciError when an error occurs
|
|
205
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
205
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/recovery/ChangeProtectedDatabaseCompartment.ts.html |here} to see how to use ChangeProtectedDatabaseCompartment API.
|
|
206
206
|
*/
|
|
207
207
|
changeProtectedDatabaseCompartment(changeProtectedDatabaseCompartmentRequest) {
|
|
208
208
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -263,7 +263,7 @@ class DatabaseRecoveryClient {
|
|
|
263
263
|
* @param ChangeProtectionPolicyCompartmentRequest
|
|
264
264
|
* @return ChangeProtectionPolicyCompartmentResponse
|
|
265
265
|
* @throws OciError when an error occurs
|
|
266
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
266
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/recovery/ChangeProtectionPolicyCompartment.ts.html |here} to see how to use ChangeProtectionPolicyCompartment API.
|
|
267
267
|
*/
|
|
268
268
|
changeProtectionPolicyCompartment(changeProtectionPolicyCompartmentRequest) {
|
|
269
269
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -324,7 +324,7 @@ class DatabaseRecoveryClient {
|
|
|
324
324
|
* @param ChangeRecoveryServiceSubnetCompartmentRequest
|
|
325
325
|
* @return ChangeRecoveryServiceSubnetCompartmentResponse
|
|
326
326
|
* @throws OciError when an error occurs
|
|
327
|
-
* @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.85.0/recovery/ChangeRecoveryServiceSubnetCompartment.ts.html |here} to see how to use ChangeRecoveryServiceSubnetCompartment API.
|
|
328
328
|
*/
|
|
329
329
|
changeRecoveryServiceSubnetCompartment(changeRecoveryServiceSubnetCompartmentRequest) {
|
|
330
330
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -386,7 +386,7 @@ class DatabaseRecoveryClient {
|
|
|
386
386
|
* @param CreateProtectedDatabaseRequest
|
|
387
387
|
* @return CreateProtectedDatabaseResponse
|
|
388
388
|
* @throws OciError when an error occurs
|
|
389
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
389
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/recovery/CreateProtectedDatabase.ts.html |here} to see how to use CreateProtectedDatabase API.
|
|
390
390
|
*/
|
|
391
391
|
createProtectedDatabase(createProtectedDatabaseRequest) {
|
|
392
392
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -460,7 +460,7 @@ class DatabaseRecoveryClient {
|
|
|
460
460
|
* @param CreateProtectionPolicyRequest
|
|
461
461
|
* @return CreateProtectionPolicyResponse
|
|
462
462
|
* @throws OciError when an error occurs
|
|
463
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
463
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/recovery/CreateProtectionPolicy.ts.html |here} to see how to use CreateProtectionPolicy API.
|
|
464
464
|
*/
|
|
465
465
|
createProtectionPolicy(createProtectionPolicyRequest) {
|
|
466
466
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -534,7 +534,7 @@ class DatabaseRecoveryClient {
|
|
|
534
534
|
* @param CreateRecoveryServiceSubnetRequest
|
|
535
535
|
* @return CreateRecoveryServiceSubnetResponse
|
|
536
536
|
* @throws OciError when an error occurs
|
|
537
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
537
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/recovery/CreateRecoveryServiceSubnet.ts.html |here} to see how to use CreateRecoveryServiceSubnet API.
|
|
538
538
|
*/
|
|
539
539
|
createRecoveryServiceSubnet(createRecoveryServiceSubnetRequest) {
|
|
540
540
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -607,7 +607,7 @@ class DatabaseRecoveryClient {
|
|
|
607
607
|
* @param DeleteProtectedDatabaseRequest
|
|
608
608
|
* @return DeleteProtectedDatabaseResponse
|
|
609
609
|
* @throws OciError when an error occurs
|
|
610
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
610
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/recovery/DeleteProtectedDatabase.ts.html |here} to see how to use DeleteProtectedDatabase API.
|
|
611
611
|
*/
|
|
612
612
|
deleteProtectedDatabase(deleteProtectedDatabaseRequest) {
|
|
613
613
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -669,7 +669,7 @@ class DatabaseRecoveryClient {
|
|
|
669
669
|
* @param DeleteProtectionPolicyRequest
|
|
670
670
|
* @return DeleteProtectionPolicyResponse
|
|
671
671
|
* @throws OciError when an error occurs
|
|
672
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
672
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/recovery/DeleteProtectionPolicy.ts.html |here} to see how to use DeleteProtectionPolicy API.
|
|
673
673
|
*/
|
|
674
674
|
deleteProtectionPolicy(deleteProtectionPolicyRequest) {
|
|
675
675
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -729,7 +729,7 @@ class DatabaseRecoveryClient {
|
|
|
729
729
|
* @param DeleteRecoveryServiceSubnetRequest
|
|
730
730
|
* @return DeleteRecoveryServiceSubnetResponse
|
|
731
731
|
* @throws OciError when an error occurs
|
|
732
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
732
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/recovery/DeleteRecoveryServiceSubnet.ts.html |here} to see how to use DeleteRecoveryServiceSubnet API.
|
|
733
733
|
*/
|
|
734
734
|
deleteRecoveryServiceSubnet(deleteRecoveryServiceSubnetRequest) {
|
|
735
735
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -789,7 +789,7 @@ class DatabaseRecoveryClient {
|
|
|
789
789
|
* @param FetchProtectedDatabaseConfigurationRequest
|
|
790
790
|
* @return FetchProtectedDatabaseConfigurationResponse
|
|
791
791
|
* @throws OciError when an error occurs
|
|
792
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
792
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/recovery/FetchProtectedDatabaseConfiguration.ts.html |here} to see how to use FetchProtectedDatabaseConfiguration API.
|
|
793
793
|
*/
|
|
794
794
|
fetchProtectedDatabaseConfiguration(fetchProtectedDatabaseConfigurationRequest) {
|
|
795
795
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -853,7 +853,7 @@ class DatabaseRecoveryClient {
|
|
|
853
853
|
* @param GetProtectedDatabaseRequest
|
|
854
854
|
* @return GetProtectedDatabaseResponse
|
|
855
855
|
* @throws OciError when an error occurs
|
|
856
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
856
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/recovery/GetProtectedDatabase.ts.html |here} to see how to use GetProtectedDatabase API.
|
|
857
857
|
*/
|
|
858
858
|
getProtectedDatabase(getProtectedDatabaseRequest) {
|
|
859
859
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -916,7 +916,7 @@ class DatabaseRecoveryClient {
|
|
|
916
916
|
* @param GetProtectionPolicyRequest
|
|
917
917
|
* @return GetProtectionPolicyResponse
|
|
918
918
|
* @throws OciError when an error occurs
|
|
919
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
919
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/recovery/GetProtectionPolicy.ts.html |here} to see how to use GetProtectionPolicy API.
|
|
920
920
|
*/
|
|
921
921
|
getProtectionPolicy(getProtectionPolicyRequest) {
|
|
922
922
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -979,7 +979,7 @@ class DatabaseRecoveryClient {
|
|
|
979
979
|
* @param GetRecoveryServiceSubnetRequest
|
|
980
980
|
* @return GetRecoveryServiceSubnetResponse
|
|
981
981
|
* @throws OciError when an error occurs
|
|
982
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
982
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/recovery/GetRecoveryServiceSubnet.ts.html |here} to see how to use GetRecoveryServiceSubnet API.
|
|
983
983
|
*/
|
|
984
984
|
getRecoveryServiceSubnet(getRecoveryServiceSubnetRequest) {
|
|
985
985
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1042,7 +1042,7 @@ class DatabaseRecoveryClient {
|
|
|
1042
1042
|
* @param GetWorkRequestRequest
|
|
1043
1043
|
* @return GetWorkRequestResponse
|
|
1044
1044
|
* @throws OciError when an error occurs
|
|
1045
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1045
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/recovery/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
1046
1046
|
*/
|
|
1047
1047
|
getWorkRequest(getWorkRequestRequest) {
|
|
1048
1048
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1106,7 +1106,7 @@ class DatabaseRecoveryClient {
|
|
|
1106
1106
|
* @param ListProtectedDatabasesRequest
|
|
1107
1107
|
* @return ListProtectedDatabasesResponse
|
|
1108
1108
|
* @throws OciError when an error occurs
|
|
1109
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1109
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/recovery/ListProtectedDatabases.ts.html |here} to see how to use ListProtectedDatabases API.
|
|
1110
1110
|
*/
|
|
1111
1111
|
listProtectedDatabases(listProtectedDatabasesRequest) {
|
|
1112
1112
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1179,7 +1179,7 @@ class DatabaseRecoveryClient {
|
|
|
1179
1179
|
* @param ListProtectionPoliciesRequest
|
|
1180
1180
|
* @return ListProtectionPoliciesResponse
|
|
1181
1181
|
* @throws OciError when an error occurs
|
|
1182
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1182
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/recovery/ListProtectionPolicies.ts.html |here} to see how to use ListProtectionPolicies API.
|
|
1183
1183
|
*/
|
|
1184
1184
|
listProtectionPolicies(listProtectionPoliciesRequest) {
|
|
1185
1185
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1251,7 +1251,7 @@ class DatabaseRecoveryClient {
|
|
|
1251
1251
|
* @param ListRecoveryServiceSubnetsRequest
|
|
1252
1252
|
* @return ListRecoveryServiceSubnetsResponse
|
|
1253
1253
|
* @throws OciError when an error occurs
|
|
1254
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1254
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/recovery/ListRecoveryServiceSubnets.ts.html |here} to see how to use ListRecoveryServiceSubnets API.
|
|
1255
1255
|
*/
|
|
1256
1256
|
listRecoveryServiceSubnets(listRecoveryServiceSubnetsRequest) {
|
|
1257
1257
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1323,7 +1323,7 @@ class DatabaseRecoveryClient {
|
|
|
1323
1323
|
* @param ListWorkRequestErrorsRequest
|
|
1324
1324
|
* @return ListWorkRequestErrorsResponse
|
|
1325
1325
|
* @throws OciError when an error occurs
|
|
1326
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1326
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/recovery/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
1327
1327
|
*/
|
|
1328
1328
|
listWorkRequestErrors(listWorkRequestErrorsRequest) {
|
|
1329
1329
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1392,7 +1392,7 @@ class DatabaseRecoveryClient {
|
|
|
1392
1392
|
* @param ListWorkRequestLogsRequest
|
|
1393
1393
|
* @return ListWorkRequestLogsResponse
|
|
1394
1394
|
* @throws OciError when an error occurs
|
|
1395
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1395
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/recovery/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
1396
1396
|
*/
|
|
1397
1397
|
listWorkRequestLogs(listWorkRequestLogsRequest) {
|
|
1398
1398
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1461,7 +1461,7 @@ class DatabaseRecoveryClient {
|
|
|
1461
1461
|
* @param ListWorkRequestsRequest
|
|
1462
1462
|
* @return ListWorkRequestsResponse
|
|
1463
1463
|
* @throws OciError when an error occurs
|
|
1464
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1464
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/recovery/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
1465
1465
|
*/
|
|
1466
1466
|
listWorkRequests(listWorkRequestsRequest) {
|
|
1467
1467
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1531,7 +1531,7 @@ class DatabaseRecoveryClient {
|
|
|
1531
1531
|
* @param UpdateProtectedDatabaseRequest
|
|
1532
1532
|
* @return UpdateProtectedDatabaseResponse
|
|
1533
1533
|
* @throws OciError when an error occurs
|
|
1534
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1534
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/recovery/UpdateProtectedDatabase.ts.html |here} to see how to use UpdateProtectedDatabase API.
|
|
1535
1535
|
*/
|
|
1536
1536
|
updateProtectedDatabase(updateProtectedDatabaseRequest) {
|
|
1537
1537
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1592,7 +1592,7 @@ class DatabaseRecoveryClient {
|
|
|
1592
1592
|
* @param UpdateProtectionPolicyRequest
|
|
1593
1593
|
* @return UpdateProtectionPolicyResponse
|
|
1594
1594
|
* @throws OciError when an error occurs
|
|
1595
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1595
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/recovery/UpdateProtectionPolicy.ts.html |here} to see how to use UpdateProtectionPolicy API.
|
|
1596
1596
|
*/
|
|
1597
1597
|
updateProtectionPolicy(updateProtectionPolicyRequest) {
|
|
1598
1598
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1653,7 +1653,7 @@ class DatabaseRecoveryClient {
|
|
|
1653
1653
|
* @param UpdateRecoveryServiceSubnetRequest
|
|
1654
1654
|
* @return UpdateRecoveryServiceSubnetResponse
|
|
1655
1655
|
* @throws OciError when an error occurs
|
|
1656
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1656
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/recovery/UpdateRecoveryServiceSubnet.ts.html |here} to see how to use UpdateRecoveryServiceSubnet API.
|
|
1657
1657
|
*/
|
|
1658
1658
|
updateRecoveryServiceSubnet(updateRecoveryServiceSubnetRequest) {
|
|
1659
1659
|
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/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/recovery/ChangeProtectedDatabaseCompartment.ts.html |here} to see how to use ChangeProtectedDatabaseCompartmentRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ChangeProtectedDatabaseCompartmentRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/recovery/ChangeProtectionPolicyCompartment.ts.html |here} to see how to use ChangeProtectionPolicyCompartmentRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ChangeProtectionPolicyCompartmentRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/recovery/ChangeRecoveryServiceSubnetCompartment.ts.html |here} to see how to use ChangeRecoveryServiceSubnetCompartmentRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ChangeRecoveryServiceSubnetCompartmentRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/recovery/CreateProtectedDatabase.ts.html |here} to see how to use CreateProtectedDatabaseRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateProtectedDatabaseRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/recovery/CreateProtectionPolicy.ts.html |here} to see how to use CreateProtectionPolicyRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateProtectionPolicyRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/recovery/CreateRecoveryServiceSubnet.ts.html |here} to see how to use CreateRecoveryServiceSubnetRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateRecoveryServiceSubnetRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/recovery/DeleteProtectedDatabase.ts.html |here} to see how to use DeleteProtectedDatabaseRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteProtectedDatabaseRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/recovery/DeleteProtectionPolicy.ts.html |here} to see how to use DeleteProtectionPolicyRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteProtectionPolicyRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/recovery/DeleteRecoveryServiceSubnet.ts.html |here} to see how to use DeleteRecoveryServiceSubnetRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteRecoveryServiceSubnetRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/recovery/FetchProtectedDatabaseConfiguration.ts.html |here} to see how to use FetchProtectedDatabaseConfigurationRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface FetchProtectedDatabaseConfigurationRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/recovery/GetProtectedDatabase.ts.html |here} to see how to use GetProtectedDatabaseRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetProtectedDatabaseRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/recovery/GetProtectionPolicy.ts.html |here} to see how to use GetProtectionPolicyRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetProtectionPolicyRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/recovery/GetRecoveryServiceSubnet.ts.html |here} to see how to use GetRecoveryServiceSubnetRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetRecoveryServiceSubnetRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/recovery/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetWorkRequestRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/recovery/ListProtectedDatabases.ts.html |here} to see how to use ListProtectedDatabasesRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListProtectedDatabasesRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/recovery/ListProtectionPolicies.ts.html |here} to see how to use ListProtectionPoliciesRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListProtectionPoliciesRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/recovery/ListRecoveryServiceSubnets.ts.html |here} to see how to use ListRecoveryServiceSubnetsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListRecoveryServiceSubnetsRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/recovery/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/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/recovery/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/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/recovery/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/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/recovery/UpdateProtectedDatabase.ts.html |here} to see how to use UpdateProtectedDatabaseRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateProtectedDatabaseRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/recovery/UpdateProtectionPolicy.ts.html |here} to see how to use UpdateProtectionPolicyRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateProtectionPolicyRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/recovery/UpdateRecoveryServiceSubnet.ts.html |here} to see how to use UpdateRecoveryServiceSubnetRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateRecoveryServiceSubnetRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "oci-recovery",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.85.0",
|
|
4
4
|
"description": "OCI NodeJS client for 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.85.0",
|
|
19
|
+
"oci-workrequests": "2.85.0"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|