oci-recovery 2.68.2 → 2.69.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
|
@@ -86,7 +86,7 @@ export declare class DatabaseRecoveryClient {
|
|
|
86
86
|
* @param ChangeProtectedDatabaseCompartmentRequest
|
|
87
87
|
* @return ChangeProtectedDatabaseCompartmentResponse
|
|
88
88
|
* @throws OciError when an error occurs
|
|
89
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
89
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/recovery/ChangeProtectedDatabaseCompartment.ts.html |here} to see how to use ChangeProtectedDatabaseCompartment API.
|
|
90
90
|
*/
|
|
91
91
|
changeProtectedDatabaseCompartment(changeProtectedDatabaseCompartmentRequest: requests.ChangeProtectedDatabaseCompartmentRequest): Promise<responses.ChangeProtectedDatabaseCompartmentResponse>;
|
|
92
92
|
/**
|
|
@@ -95,7 +95,7 @@ export declare class DatabaseRecoveryClient {
|
|
|
95
95
|
* @param ChangeProtectionPolicyCompartmentRequest
|
|
96
96
|
* @return ChangeProtectionPolicyCompartmentResponse
|
|
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.69.0/recovery/ChangeProtectionPolicyCompartment.ts.html |here} to see how to use ChangeProtectionPolicyCompartment API.
|
|
99
99
|
*/
|
|
100
100
|
changeProtectionPolicyCompartment(changeProtectionPolicyCompartmentRequest: requests.ChangeProtectionPolicyCompartmentRequest): Promise<responses.ChangeProtectionPolicyCompartmentResponse>;
|
|
101
101
|
/**
|
|
@@ -104,7 +104,7 @@ export declare class DatabaseRecoveryClient {
|
|
|
104
104
|
* @param ChangeRecoveryServiceSubnetCompartmentRequest
|
|
105
105
|
* @return ChangeRecoveryServiceSubnetCompartmentResponse
|
|
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.69.0/recovery/ChangeRecoveryServiceSubnetCompartment.ts.html |here} to see how to use ChangeRecoveryServiceSubnetCompartment API.
|
|
108
108
|
*/
|
|
109
109
|
changeRecoveryServiceSubnetCompartment(changeRecoveryServiceSubnetCompartmentRequest: requests.ChangeRecoveryServiceSubnetCompartmentRequest): Promise<responses.ChangeRecoveryServiceSubnetCompartmentResponse>;
|
|
110
110
|
/**
|
|
@@ -114,7 +114,7 @@ export declare class DatabaseRecoveryClient {
|
|
|
114
114
|
* @param CreateProtectedDatabaseRequest
|
|
115
115
|
* @return CreateProtectedDatabaseResponse
|
|
116
116
|
* @throws OciError when an error occurs
|
|
117
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
117
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/recovery/CreateProtectedDatabase.ts.html |here} to see how to use CreateProtectedDatabase API.
|
|
118
118
|
*/
|
|
119
119
|
createProtectedDatabase(createProtectedDatabaseRequest: requests.CreateProtectedDatabaseRequest): Promise<responses.CreateProtectedDatabaseResponse>;
|
|
120
120
|
/**
|
|
@@ -124,7 +124,7 @@ export declare class DatabaseRecoveryClient {
|
|
|
124
124
|
* @param CreateProtectionPolicyRequest
|
|
125
125
|
* @return CreateProtectionPolicyResponse
|
|
126
126
|
* @throws OciError when an error occurs
|
|
127
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
127
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/recovery/CreateProtectionPolicy.ts.html |here} to see how to use CreateProtectionPolicy API.
|
|
128
128
|
*/
|
|
129
129
|
createProtectionPolicy(createProtectionPolicyRequest: requests.CreateProtectionPolicyRequest): Promise<responses.CreateProtectionPolicyResponse>;
|
|
130
130
|
/**
|
|
@@ -134,7 +134,7 @@ export declare class DatabaseRecoveryClient {
|
|
|
134
134
|
* @param CreateRecoveryServiceSubnetRequest
|
|
135
135
|
* @return CreateRecoveryServiceSubnetResponse
|
|
136
136
|
* @throws OciError when an error occurs
|
|
137
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
137
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/recovery/CreateRecoveryServiceSubnet.ts.html |here} to see how to use CreateRecoveryServiceSubnet API.
|
|
138
138
|
*/
|
|
139
139
|
createRecoveryServiceSubnet(createRecoveryServiceSubnetRequest: requests.CreateRecoveryServiceSubnetRequest): Promise<responses.CreateRecoveryServiceSubnetResponse>;
|
|
140
140
|
/**
|
|
@@ -143,7 +143,7 @@ export declare class DatabaseRecoveryClient {
|
|
|
143
143
|
* @param DeleteProtectedDatabaseRequest
|
|
144
144
|
* @return DeleteProtectedDatabaseResponse
|
|
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.69.0/recovery/DeleteProtectedDatabase.ts.html |here} to see how to use DeleteProtectedDatabase API.
|
|
147
147
|
*/
|
|
148
148
|
deleteProtectedDatabase(deleteProtectedDatabaseRequest: requests.DeleteProtectedDatabaseRequest): Promise<responses.DeleteProtectedDatabaseResponse>;
|
|
149
149
|
/**
|
|
@@ -154,7 +154,7 @@ export declare class DatabaseRecoveryClient {
|
|
|
154
154
|
* @param DeleteProtectionPolicyRequest
|
|
155
155
|
* @return DeleteProtectionPolicyResponse
|
|
156
156
|
* @throws OciError when an error occurs
|
|
157
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
157
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/recovery/DeleteProtectionPolicy.ts.html |here} to see how to use DeleteProtectionPolicy API.
|
|
158
158
|
*/
|
|
159
159
|
deleteProtectionPolicy(deleteProtectionPolicyRequest: requests.DeleteProtectionPolicyRequest): Promise<responses.DeleteProtectionPolicyResponse>;
|
|
160
160
|
/**
|
|
@@ -163,7 +163,7 @@ export declare class DatabaseRecoveryClient {
|
|
|
163
163
|
* @param DeleteRecoveryServiceSubnetRequest
|
|
164
164
|
* @return DeleteRecoveryServiceSubnetResponse
|
|
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.69.0/recovery/DeleteRecoveryServiceSubnet.ts.html |here} to see how to use DeleteRecoveryServiceSubnet API.
|
|
167
167
|
*/
|
|
168
168
|
deleteRecoveryServiceSubnet(deleteRecoveryServiceSubnetRequest: requests.DeleteRecoveryServiceSubnetRequest): Promise<responses.DeleteRecoveryServiceSubnetResponse>;
|
|
169
169
|
/**
|
|
@@ -172,7 +172,7 @@ export declare class DatabaseRecoveryClient {
|
|
|
172
172
|
* @param FetchProtectedDatabaseConfigurationRequest
|
|
173
173
|
* @return FetchProtectedDatabaseConfigurationResponse
|
|
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.69.0/recovery/FetchProtectedDatabaseConfiguration.ts.html |here} to see how to use FetchProtectedDatabaseConfiguration API.
|
|
176
176
|
*/
|
|
177
177
|
fetchProtectedDatabaseConfiguration(fetchProtectedDatabaseConfigurationRequest: requests.FetchProtectedDatabaseConfigurationRequest): Promise<responses.FetchProtectedDatabaseConfigurationResponse>;
|
|
178
178
|
/**
|
|
@@ -181,7 +181,7 @@ export declare class DatabaseRecoveryClient {
|
|
|
181
181
|
* @param GetProtectedDatabaseRequest
|
|
182
182
|
* @return GetProtectedDatabaseResponse
|
|
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.69.0/recovery/GetProtectedDatabase.ts.html |here} to see how to use GetProtectedDatabase API.
|
|
185
185
|
*/
|
|
186
186
|
getProtectedDatabase(getProtectedDatabaseRequest: requests.GetProtectedDatabaseRequest): Promise<responses.GetProtectedDatabaseResponse>;
|
|
187
187
|
/**
|
|
@@ -190,7 +190,7 @@ export declare class DatabaseRecoveryClient {
|
|
|
190
190
|
* @param GetProtectionPolicyRequest
|
|
191
191
|
* @return GetProtectionPolicyResponse
|
|
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.69.0/recovery/GetProtectionPolicy.ts.html |here} to see how to use GetProtectionPolicy API.
|
|
194
194
|
*/
|
|
195
195
|
getProtectionPolicy(getProtectionPolicyRequest: requests.GetProtectionPolicyRequest): Promise<responses.GetProtectionPolicyResponse>;
|
|
196
196
|
/**
|
|
@@ -199,7 +199,7 @@ export declare class DatabaseRecoveryClient {
|
|
|
199
199
|
* @param GetRecoveryServiceSubnetRequest
|
|
200
200
|
* @return GetRecoveryServiceSubnetResponse
|
|
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.69.0/recovery/GetRecoveryServiceSubnet.ts.html |here} to see how to use GetRecoveryServiceSubnet API.
|
|
203
203
|
*/
|
|
204
204
|
getRecoveryServiceSubnet(getRecoveryServiceSubnetRequest: requests.GetRecoveryServiceSubnetRequest): Promise<responses.GetRecoveryServiceSubnetResponse>;
|
|
205
205
|
/**
|
|
@@ -208,7 +208,7 @@ export declare class DatabaseRecoveryClient {
|
|
|
208
208
|
* @param GetWorkRequestRequest
|
|
209
209
|
* @return GetWorkRequestResponse
|
|
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.69.0/recovery/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
212
212
|
*/
|
|
213
213
|
getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
|
|
214
214
|
/**
|
|
@@ -218,7 +218,7 @@ export declare class DatabaseRecoveryClient {
|
|
|
218
218
|
* @param ListProtectedDatabasesRequest
|
|
219
219
|
* @return ListProtectedDatabasesResponse
|
|
220
220
|
* @throws OciError when an error occurs
|
|
221
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
221
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/recovery/ListProtectedDatabases.ts.html |here} to see how to use ListProtectedDatabases API.
|
|
222
222
|
*/
|
|
223
223
|
listProtectedDatabases(listProtectedDatabasesRequest: requests.ListProtectedDatabasesRequest): Promise<responses.ListProtectedDatabasesResponse>;
|
|
224
224
|
/**
|
|
@@ -228,7 +228,7 @@ export declare class DatabaseRecoveryClient {
|
|
|
228
228
|
* @param ListProtectionPoliciesRequest
|
|
229
229
|
* @return ListProtectionPoliciesResponse
|
|
230
230
|
* @throws OciError when an error occurs
|
|
231
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
231
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/recovery/ListProtectionPolicies.ts.html |here} to see how to use ListProtectionPolicies API.
|
|
232
232
|
*/
|
|
233
233
|
listProtectionPolicies(listProtectionPoliciesRequest: requests.ListProtectionPoliciesRequest): Promise<responses.ListProtectionPoliciesResponse>;
|
|
234
234
|
/**
|
|
@@ -238,7 +238,7 @@ export declare class DatabaseRecoveryClient {
|
|
|
238
238
|
* @param ListRecoveryServiceSubnetsRequest
|
|
239
239
|
* @return ListRecoveryServiceSubnetsResponse
|
|
240
240
|
* @throws OciError when an error occurs
|
|
241
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
241
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/recovery/ListRecoveryServiceSubnets.ts.html |here} to see how to use ListRecoveryServiceSubnets API.
|
|
242
242
|
*/
|
|
243
243
|
listRecoveryServiceSubnets(listRecoveryServiceSubnetsRequest: requests.ListRecoveryServiceSubnetsRequest): Promise<responses.ListRecoveryServiceSubnetsResponse>;
|
|
244
244
|
/**
|
|
@@ -248,7 +248,7 @@ export declare class DatabaseRecoveryClient {
|
|
|
248
248
|
* @param ListWorkRequestErrorsRequest
|
|
249
249
|
* @return ListWorkRequestErrorsResponse
|
|
250
250
|
* @throws OciError when an error occurs
|
|
251
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
251
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/recovery/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
252
252
|
*/
|
|
253
253
|
listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
|
|
254
254
|
/**
|
|
@@ -258,7 +258,7 @@ export declare class DatabaseRecoveryClient {
|
|
|
258
258
|
* @param ListWorkRequestLogsRequest
|
|
259
259
|
* @return ListWorkRequestLogsResponse
|
|
260
260
|
* @throws OciError when an error occurs
|
|
261
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
261
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/recovery/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
262
262
|
*/
|
|
263
263
|
listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
|
|
264
264
|
/**
|
|
@@ -268,7 +268,7 @@ export declare class DatabaseRecoveryClient {
|
|
|
268
268
|
* @param ListWorkRequestsRequest
|
|
269
269
|
* @return ListWorkRequestsResponse
|
|
270
270
|
* @throws OciError when an error occurs
|
|
271
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
271
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/recovery/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
272
272
|
*/
|
|
273
273
|
listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
|
|
274
274
|
/**
|
|
@@ -277,7 +277,7 @@ export declare class DatabaseRecoveryClient {
|
|
|
277
277
|
* @param UpdateProtectedDatabaseRequest
|
|
278
278
|
* @return UpdateProtectedDatabaseResponse
|
|
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.69.0/recovery/UpdateProtectedDatabase.ts.html |here} to see how to use UpdateProtectedDatabase API.
|
|
281
281
|
*/
|
|
282
282
|
updateProtectedDatabase(updateProtectedDatabaseRequest: requests.UpdateProtectedDatabaseRequest): Promise<responses.UpdateProtectedDatabaseResponse>;
|
|
283
283
|
/**
|
|
@@ -286,7 +286,7 @@ export declare class DatabaseRecoveryClient {
|
|
|
286
286
|
* @param UpdateProtectionPolicyRequest
|
|
287
287
|
* @return UpdateProtectionPolicyResponse
|
|
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.69.0/recovery/UpdateProtectionPolicy.ts.html |here} to see how to use UpdateProtectionPolicy API.
|
|
290
290
|
*/
|
|
291
291
|
updateProtectionPolicy(updateProtectionPolicyRequest: requests.UpdateProtectionPolicyRequest): Promise<responses.UpdateProtectionPolicyResponse>;
|
|
292
292
|
/**
|
|
@@ -295,7 +295,7 @@ export declare class DatabaseRecoveryClient {
|
|
|
295
295
|
* @param UpdateRecoveryServiceSubnetRequest
|
|
296
296
|
* @return UpdateRecoveryServiceSubnetResponse
|
|
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.69.0/recovery/UpdateRecoveryServiceSubnet.ts.html |here} to see how to use UpdateRecoveryServiceSubnet API.
|
|
299
299
|
*/
|
|
300
300
|
updateRecoveryServiceSubnet(updateRecoveryServiceSubnetRequest: requests.UpdateRecoveryServiceSubnetRequest): Promise<responses.UpdateRecoveryServiceSubnetResponse>;
|
|
301
301
|
}
|
package/lib/client.js
CHANGED
|
@@ -183,7 +183,7 @@ class DatabaseRecoveryClient {
|
|
|
183
183
|
* @param ChangeProtectedDatabaseCompartmentRequest
|
|
184
184
|
* @return ChangeProtectedDatabaseCompartmentResponse
|
|
185
185
|
* @throws OciError when an error occurs
|
|
186
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
186
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/recovery/ChangeProtectedDatabaseCompartment.ts.html |here} to see how to use ChangeProtectedDatabaseCompartment API.
|
|
187
187
|
*/
|
|
188
188
|
changeProtectedDatabaseCompartment(changeProtectedDatabaseCompartmentRequest) {
|
|
189
189
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -244,7 +244,7 @@ class DatabaseRecoveryClient {
|
|
|
244
244
|
* @param ChangeProtectionPolicyCompartmentRequest
|
|
245
245
|
* @return ChangeProtectionPolicyCompartmentResponse
|
|
246
246
|
* @throws OciError when an error occurs
|
|
247
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
247
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/recovery/ChangeProtectionPolicyCompartment.ts.html |here} to see how to use ChangeProtectionPolicyCompartment API.
|
|
248
248
|
*/
|
|
249
249
|
changeProtectionPolicyCompartment(changeProtectionPolicyCompartmentRequest) {
|
|
250
250
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -305,7 +305,7 @@ class DatabaseRecoveryClient {
|
|
|
305
305
|
* @param ChangeRecoveryServiceSubnetCompartmentRequest
|
|
306
306
|
* @return ChangeRecoveryServiceSubnetCompartmentResponse
|
|
307
307
|
* @throws OciError when an error occurs
|
|
308
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
308
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/recovery/ChangeRecoveryServiceSubnetCompartment.ts.html |here} to see how to use ChangeRecoveryServiceSubnetCompartment API.
|
|
309
309
|
*/
|
|
310
310
|
changeRecoveryServiceSubnetCompartment(changeRecoveryServiceSubnetCompartmentRequest) {
|
|
311
311
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -367,7 +367,7 @@ class DatabaseRecoveryClient {
|
|
|
367
367
|
* @param CreateProtectedDatabaseRequest
|
|
368
368
|
* @return CreateProtectedDatabaseResponse
|
|
369
369
|
* @throws OciError when an error occurs
|
|
370
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
370
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/recovery/CreateProtectedDatabase.ts.html |here} to see how to use CreateProtectedDatabase API.
|
|
371
371
|
*/
|
|
372
372
|
createProtectedDatabase(createProtectedDatabaseRequest) {
|
|
373
373
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -441,7 +441,7 @@ class DatabaseRecoveryClient {
|
|
|
441
441
|
* @param CreateProtectionPolicyRequest
|
|
442
442
|
* @return CreateProtectionPolicyResponse
|
|
443
443
|
* @throws OciError when an error occurs
|
|
444
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
444
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/recovery/CreateProtectionPolicy.ts.html |here} to see how to use CreateProtectionPolicy API.
|
|
445
445
|
*/
|
|
446
446
|
createProtectionPolicy(createProtectionPolicyRequest) {
|
|
447
447
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -515,7 +515,7 @@ class DatabaseRecoveryClient {
|
|
|
515
515
|
* @param CreateRecoveryServiceSubnetRequest
|
|
516
516
|
* @return CreateRecoveryServiceSubnetResponse
|
|
517
517
|
* @throws OciError when an error occurs
|
|
518
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
518
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/recovery/CreateRecoveryServiceSubnet.ts.html |here} to see how to use CreateRecoveryServiceSubnet API.
|
|
519
519
|
*/
|
|
520
520
|
createRecoveryServiceSubnet(createRecoveryServiceSubnetRequest) {
|
|
521
521
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -588,7 +588,7 @@ class DatabaseRecoveryClient {
|
|
|
588
588
|
* @param DeleteProtectedDatabaseRequest
|
|
589
589
|
* @return DeleteProtectedDatabaseResponse
|
|
590
590
|
* @throws OciError when an error occurs
|
|
591
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
591
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/recovery/DeleteProtectedDatabase.ts.html |here} to see how to use DeleteProtectedDatabase API.
|
|
592
592
|
*/
|
|
593
593
|
deleteProtectedDatabase(deleteProtectedDatabaseRequest) {
|
|
594
594
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -650,7 +650,7 @@ class DatabaseRecoveryClient {
|
|
|
650
650
|
* @param DeleteProtectionPolicyRequest
|
|
651
651
|
* @return DeleteProtectionPolicyResponse
|
|
652
652
|
* @throws OciError when an error occurs
|
|
653
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
653
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/recovery/DeleteProtectionPolicy.ts.html |here} to see how to use DeleteProtectionPolicy API.
|
|
654
654
|
*/
|
|
655
655
|
deleteProtectionPolicy(deleteProtectionPolicyRequest) {
|
|
656
656
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -710,7 +710,7 @@ class DatabaseRecoveryClient {
|
|
|
710
710
|
* @param DeleteRecoveryServiceSubnetRequest
|
|
711
711
|
* @return DeleteRecoveryServiceSubnetResponse
|
|
712
712
|
* @throws OciError when an error occurs
|
|
713
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
713
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/recovery/DeleteRecoveryServiceSubnet.ts.html |here} to see how to use DeleteRecoveryServiceSubnet API.
|
|
714
714
|
*/
|
|
715
715
|
deleteRecoveryServiceSubnet(deleteRecoveryServiceSubnetRequest) {
|
|
716
716
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -770,7 +770,7 @@ class DatabaseRecoveryClient {
|
|
|
770
770
|
* @param FetchProtectedDatabaseConfigurationRequest
|
|
771
771
|
* @return FetchProtectedDatabaseConfigurationResponse
|
|
772
772
|
* @throws OciError when an error occurs
|
|
773
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
773
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/recovery/FetchProtectedDatabaseConfiguration.ts.html |here} to see how to use FetchProtectedDatabaseConfiguration API.
|
|
774
774
|
*/
|
|
775
775
|
fetchProtectedDatabaseConfiguration(fetchProtectedDatabaseConfigurationRequest) {
|
|
776
776
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -834,7 +834,7 @@ class DatabaseRecoveryClient {
|
|
|
834
834
|
* @param GetProtectedDatabaseRequest
|
|
835
835
|
* @return GetProtectedDatabaseResponse
|
|
836
836
|
* @throws OciError when an error occurs
|
|
837
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
837
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/recovery/GetProtectedDatabase.ts.html |here} to see how to use GetProtectedDatabase API.
|
|
838
838
|
*/
|
|
839
839
|
getProtectedDatabase(getProtectedDatabaseRequest) {
|
|
840
840
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -897,7 +897,7 @@ class DatabaseRecoveryClient {
|
|
|
897
897
|
* @param GetProtectionPolicyRequest
|
|
898
898
|
* @return GetProtectionPolicyResponse
|
|
899
899
|
* @throws OciError when an error occurs
|
|
900
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
900
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/recovery/GetProtectionPolicy.ts.html |here} to see how to use GetProtectionPolicy API.
|
|
901
901
|
*/
|
|
902
902
|
getProtectionPolicy(getProtectionPolicyRequest) {
|
|
903
903
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -960,7 +960,7 @@ class DatabaseRecoveryClient {
|
|
|
960
960
|
* @param GetRecoveryServiceSubnetRequest
|
|
961
961
|
* @return GetRecoveryServiceSubnetResponse
|
|
962
962
|
* @throws OciError when an error occurs
|
|
963
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
963
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/recovery/GetRecoveryServiceSubnet.ts.html |here} to see how to use GetRecoveryServiceSubnet API.
|
|
964
964
|
*/
|
|
965
965
|
getRecoveryServiceSubnet(getRecoveryServiceSubnetRequest) {
|
|
966
966
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1023,7 +1023,7 @@ class DatabaseRecoveryClient {
|
|
|
1023
1023
|
* @param GetWorkRequestRequest
|
|
1024
1024
|
* @return GetWorkRequestResponse
|
|
1025
1025
|
* @throws OciError when an error occurs
|
|
1026
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1026
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/recovery/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
1027
1027
|
*/
|
|
1028
1028
|
getWorkRequest(getWorkRequestRequest) {
|
|
1029
1029
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1087,7 +1087,7 @@ class DatabaseRecoveryClient {
|
|
|
1087
1087
|
* @param ListProtectedDatabasesRequest
|
|
1088
1088
|
* @return ListProtectedDatabasesResponse
|
|
1089
1089
|
* @throws OciError when an error occurs
|
|
1090
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1090
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/recovery/ListProtectedDatabases.ts.html |here} to see how to use ListProtectedDatabases API.
|
|
1091
1091
|
*/
|
|
1092
1092
|
listProtectedDatabases(listProtectedDatabasesRequest) {
|
|
1093
1093
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1160,7 +1160,7 @@ class DatabaseRecoveryClient {
|
|
|
1160
1160
|
* @param ListProtectionPoliciesRequest
|
|
1161
1161
|
* @return ListProtectionPoliciesResponse
|
|
1162
1162
|
* @throws OciError when an error occurs
|
|
1163
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1163
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/recovery/ListProtectionPolicies.ts.html |here} to see how to use ListProtectionPolicies API.
|
|
1164
1164
|
*/
|
|
1165
1165
|
listProtectionPolicies(listProtectionPoliciesRequest) {
|
|
1166
1166
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1232,7 +1232,7 @@ class DatabaseRecoveryClient {
|
|
|
1232
1232
|
* @param ListRecoveryServiceSubnetsRequest
|
|
1233
1233
|
* @return ListRecoveryServiceSubnetsResponse
|
|
1234
1234
|
* @throws OciError when an error occurs
|
|
1235
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1235
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/recovery/ListRecoveryServiceSubnets.ts.html |here} to see how to use ListRecoveryServiceSubnets API.
|
|
1236
1236
|
*/
|
|
1237
1237
|
listRecoveryServiceSubnets(listRecoveryServiceSubnetsRequest) {
|
|
1238
1238
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1304,7 +1304,7 @@ class DatabaseRecoveryClient {
|
|
|
1304
1304
|
* @param ListWorkRequestErrorsRequest
|
|
1305
1305
|
* @return ListWorkRequestErrorsResponse
|
|
1306
1306
|
* @throws OciError when an error occurs
|
|
1307
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1307
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/recovery/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
1308
1308
|
*/
|
|
1309
1309
|
listWorkRequestErrors(listWorkRequestErrorsRequest) {
|
|
1310
1310
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1373,7 +1373,7 @@ class DatabaseRecoveryClient {
|
|
|
1373
1373
|
* @param ListWorkRequestLogsRequest
|
|
1374
1374
|
* @return ListWorkRequestLogsResponse
|
|
1375
1375
|
* @throws OciError when an error occurs
|
|
1376
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1376
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/recovery/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
1377
1377
|
*/
|
|
1378
1378
|
listWorkRequestLogs(listWorkRequestLogsRequest) {
|
|
1379
1379
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1442,7 +1442,7 @@ class DatabaseRecoveryClient {
|
|
|
1442
1442
|
* @param ListWorkRequestsRequest
|
|
1443
1443
|
* @return ListWorkRequestsResponse
|
|
1444
1444
|
* @throws OciError when an error occurs
|
|
1445
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1445
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/recovery/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
1446
1446
|
*/
|
|
1447
1447
|
listWorkRequests(listWorkRequestsRequest) {
|
|
1448
1448
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1512,7 +1512,7 @@ class DatabaseRecoveryClient {
|
|
|
1512
1512
|
* @param UpdateProtectedDatabaseRequest
|
|
1513
1513
|
* @return UpdateProtectedDatabaseResponse
|
|
1514
1514
|
* @throws OciError when an error occurs
|
|
1515
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1515
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/recovery/UpdateProtectedDatabase.ts.html |here} to see how to use UpdateProtectedDatabase API.
|
|
1516
1516
|
*/
|
|
1517
1517
|
updateProtectedDatabase(updateProtectedDatabaseRequest) {
|
|
1518
1518
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1573,7 +1573,7 @@ class DatabaseRecoveryClient {
|
|
|
1573
1573
|
* @param UpdateProtectionPolicyRequest
|
|
1574
1574
|
* @return UpdateProtectionPolicyResponse
|
|
1575
1575
|
* @throws OciError when an error occurs
|
|
1576
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1576
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/recovery/UpdateProtectionPolicy.ts.html |here} to see how to use UpdateProtectionPolicy API.
|
|
1577
1577
|
*/
|
|
1578
1578
|
updateProtectionPolicy(updateProtectionPolicyRequest) {
|
|
1579
1579
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1634,7 +1634,7 @@ class DatabaseRecoveryClient {
|
|
|
1634
1634
|
* @param UpdateRecoveryServiceSubnetRequest
|
|
1635
1635
|
* @return UpdateRecoveryServiceSubnetResponse
|
|
1636
1636
|
* @throws OciError when an error occurs
|
|
1637
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1637
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/recovery/UpdateRecoveryServiceSubnet.ts.html |here} to see how to use UpdateRecoveryServiceSubnet API.
|
|
1638
1638
|
*/
|
|
1639
1639
|
updateRecoveryServiceSubnet(updateRecoveryServiceSubnetRequest) {
|
|
1640
1640
|
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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.0",
|
|
19
|
+
"oci-workrequests": "2.69.0"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|