oci-recovery 2.76.0 → 2.77.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/index.d.ts +1 -1
- package/index.js +1 -1
- package/lib/client.d.ts +24 -24
- package/lib/client.js +24 -24
- package/lib/databaserecovery-waiter.d.ts +1 -1
- package/lib/databaserecovery-waiter.js +1 -1
- package/lib/model/action-type.d.ts +1 -1
- package/lib/model/action-type.js +1 -1
- package/lib/model/change-protected-database-compartment-details.d.ts +1 -1
- package/lib/model/change-protected-database-compartment-details.js +1 -1
- package/lib/model/change-protection-policy-compartment-details.d.ts +1 -1
- package/lib/model/change-protection-policy-compartment-details.js +1 -1
- package/lib/model/change-recovery-service-subnet-compartment-details.d.ts +1 -1
- package/lib/model/change-recovery-service-subnet-compartment-details.js +1 -1
- package/lib/model/create-protected-database-details.d.ts +3 -3
- package/lib/model/create-protected-database-details.js +1 -1
- package/lib/model/create-protection-policy-details.d.ts +3 -3
- package/lib/model/create-protection-policy-details.js +1 -1
- package/lib/model/create-recovery-service-subnet-details.d.ts +3 -3
- package/lib/model/create-recovery-service-subnet-details.js +1 -1
- package/lib/model/database-sizes.d.ts +1 -1
- package/lib/model/database-sizes.js +1 -1
- package/lib/model/fetch-protected-database-configuration-details.d.ts +1 -1
- package/lib/model/fetch-protected-database-configuration-details.js +1 -1
- package/lib/model/health.d.ts +1 -1
- package/lib/model/health.js +1 -1
- package/lib/model/index.d.ts +1 -1
- package/lib/model/index.js +1 -1
- package/lib/model/lifecycle-state.d.ts +1 -1
- package/lib/model/lifecycle-state.js +1 -1
- package/lib/model/metrics-summary.d.ts +1 -1
- package/lib/model/metrics-summary.js +1 -1
- package/lib/model/metrics.d.ts +1 -1
- package/lib/model/metrics.js +1 -1
- package/lib/model/operation-status.d.ts +1 -1
- package/lib/model/operation-status.js +1 -1
- package/lib/model/operation-type.d.ts +1 -1
- package/lib/model/operation-type.js +1 -1
- package/lib/model/protected-database-collection.d.ts +1 -1
- package/lib/model/protected-database-collection.js +1 -1
- package/lib/model/protected-database-summary.d.ts +4 -4
- package/lib/model/protected-database-summary.js +1 -1
- package/lib/model/protected-database.d.ts +4 -4
- package/lib/model/protected-database.js +1 -1
- package/lib/model/protection-policy-collection.d.ts +1 -1
- package/lib/model/protection-policy-collection.js +1 -1
- package/lib/model/protection-policy-summary.d.ts +4 -4
- package/lib/model/protection-policy-summary.js +1 -1
- package/lib/model/protection-policy.d.ts +4 -4
- package/lib/model/protection-policy.js +1 -1
- package/lib/model/recovery-service-subnet-collection.d.ts +1 -1
- package/lib/model/recovery-service-subnet-collection.js +1 -1
- package/lib/model/recovery-service-subnet-details.d.ts +1 -1
- package/lib/model/recovery-service-subnet-details.js +1 -1
- package/lib/model/recovery-service-subnet-input.d.ts +1 -1
- package/lib/model/recovery-service-subnet-input.js +1 -1
- package/lib/model/recovery-service-subnet-summary.d.ts +4 -4
- package/lib/model/recovery-service-subnet-summary.js +1 -1
- package/lib/model/recovery-service-subnet.d.ts +4 -4
- package/lib/model/recovery-service-subnet.js +1 -1
- package/lib/model/sort-order.d.ts +1 -1
- package/lib/model/sort-order.js +1 -1
- package/lib/model/update-protected-database-details.d.ts +3 -3
- package/lib/model/update-protected-database-details.js +1 -1
- package/lib/model/update-protection-policy-details.d.ts +3 -3
- package/lib/model/update-protection-policy-details.js +1 -1
- package/lib/model/update-recovery-service-subnet-details.d.ts +3 -3
- package/lib/model/update-recovery-service-subnet-details.js +1 -1
- package/lib/model/work-request-error-collection.d.ts +1 -1
- package/lib/model/work-request-error-collection.js +1 -1
- package/lib/model/work-request-error.d.ts +1 -1
- package/lib/model/work-request-error.js +1 -1
- package/lib/model/work-request-log-entry-collection.d.ts +1 -1
- package/lib/model/work-request-log-entry-collection.js +1 -1
- package/lib/model/work-request-log-entry.d.ts +1 -1
- package/lib/model/work-request-log-entry.js +1 -1
- package/lib/model/work-request-resource.d.ts +1 -1
- package/lib/model/work-request-resource.js +1 -1
- package/lib/model/work-request-summary-collection.d.ts +1 -1
- package/lib/model/work-request-summary-collection.js +1 -1
- package/lib/model/work-request-summary.d.ts +1 -1
- package/lib/model/work-request-summary.js +1 -1
- package/lib/model/work-request.d.ts +1 -1
- package/lib/model/work-request.js +1 -1
- package/lib/request/change-protected-database-compartment-request.d.ts +3 -3
- package/lib/request/change-protected-database-compartment-request.js +1 -1
- package/lib/request/change-protection-policy-compartment-request.d.ts +3 -3
- package/lib/request/change-protection-policy-compartment-request.js +1 -1
- package/lib/request/change-recovery-service-subnet-compartment-request.d.ts +3 -3
- package/lib/request/change-recovery-service-subnet-compartment-request.js +1 -1
- package/lib/request/create-protected-database-request.d.ts +2 -2
- package/lib/request/create-protected-database-request.js +1 -1
- package/lib/request/create-protection-policy-request.d.ts +2 -2
- package/lib/request/create-protection-policy-request.js +1 -1
- package/lib/request/create-recovery-service-subnet-request.d.ts +2 -2
- package/lib/request/create-recovery-service-subnet-request.js +1 -1
- package/lib/request/delete-protected-database-request.d.ts +3 -3
- package/lib/request/delete-protected-database-request.js +1 -1
- package/lib/request/delete-protection-policy-request.d.ts +3 -3
- package/lib/request/delete-protection-policy-request.js +1 -1
- package/lib/request/delete-recovery-service-subnet-request.d.ts +3 -3
- package/lib/request/delete-recovery-service-subnet-request.js +1 -1
- package/lib/request/fetch-protected-database-configuration-request.d.ts +3 -3
- package/lib/request/fetch-protected-database-configuration-request.js +1 -1
- package/lib/request/get-protected-database-request.d.ts +2 -2
- package/lib/request/get-protected-database-request.js +1 -1
- package/lib/request/get-protection-policy-request.d.ts +2 -2
- package/lib/request/get-protection-policy-request.js +1 -1
- package/lib/request/get-recovery-service-subnet-request.d.ts +2 -2
- package/lib/request/get-recovery-service-subnet-request.js +1 -1
- package/lib/request/get-work-request-request.d.ts +2 -2
- package/lib/request/get-work-request-request.js +1 -1
- package/lib/request/index.d.ts +1 -1
- package/lib/request/index.js +1 -1
- package/lib/request/list-protected-databases-request.d.ts +2 -2
- package/lib/request/list-protected-databases-request.js +1 -1
- package/lib/request/list-protection-policies-request.d.ts +2 -2
- package/lib/request/list-protection-policies-request.js +1 -1
- package/lib/request/list-recovery-service-subnets-request.d.ts +2 -2
- package/lib/request/list-recovery-service-subnets-request.js +1 -1
- package/lib/request/list-work-request-errors-request.d.ts +2 -2
- package/lib/request/list-work-request-errors-request.js +1 -1
- package/lib/request/list-work-request-logs-request.d.ts +2 -2
- package/lib/request/list-work-request-logs-request.js +1 -1
- package/lib/request/list-work-requests-request.d.ts +2 -2
- package/lib/request/list-work-requests-request.js +1 -1
- package/lib/request/update-protected-database-request.d.ts +3 -3
- package/lib/request/update-protected-database-request.js +1 -1
- package/lib/request/update-protection-policy-request.d.ts +3 -3
- package/lib/request/update-protection-policy-request.js +1 -1
- package/lib/request/update-recovery-service-subnet-request.d.ts +3 -3
- package/lib/request/update-recovery-service-subnet-request.js +1 -1
- package/lib/response/change-protected-database-compartment-response.d.ts +1 -1
- package/lib/response/change-protected-database-compartment-response.js +1 -1
- package/lib/response/change-protection-policy-compartment-response.d.ts +1 -1
- package/lib/response/change-protection-policy-compartment-response.js +1 -1
- package/lib/response/change-recovery-service-subnet-compartment-response.d.ts +1 -1
- package/lib/response/change-recovery-service-subnet-compartment-response.js +1 -1
- package/lib/response/create-protected-database-response.d.ts +2 -2
- package/lib/response/create-protected-database-response.js +1 -1
- package/lib/response/create-protection-policy-response.d.ts +2 -2
- package/lib/response/create-protection-policy-response.js +1 -1
- package/lib/response/create-recovery-service-subnet-response.d.ts +2 -2
- package/lib/response/create-recovery-service-subnet-response.js +1 -1
- package/lib/response/delete-protected-database-response.d.ts +1 -1
- package/lib/response/delete-protected-database-response.js +1 -1
- package/lib/response/delete-protection-policy-response.d.ts +1 -1
- package/lib/response/delete-protection-policy-response.js +1 -1
- package/lib/response/delete-recovery-service-subnet-response.d.ts +1 -1
- package/lib/response/delete-recovery-service-subnet-response.js +1 -1
- package/lib/response/fetch-protected-database-configuration-response.d.ts +2 -2
- package/lib/response/fetch-protected-database-configuration-response.js +1 -1
- package/lib/response/get-protected-database-response.d.ts +2 -2
- package/lib/response/get-protected-database-response.js +1 -1
- package/lib/response/get-protection-policy-response.d.ts +2 -2
- package/lib/response/get-protection-policy-response.js +1 -1
- package/lib/response/get-recovery-service-subnet-response.d.ts +2 -2
- package/lib/response/get-recovery-service-subnet-response.js +1 -1
- package/lib/response/get-work-request-response.d.ts +1 -1
- package/lib/response/get-work-request-response.js +1 -1
- package/lib/response/index.d.ts +1 -1
- package/lib/response/index.js +1 -1
- package/lib/response/list-protected-databases-response.d.ts +2 -2
- package/lib/response/list-protected-databases-response.js +1 -1
- package/lib/response/list-protection-policies-response.d.ts +2 -2
- package/lib/response/list-protection-policies-response.js +1 -1
- package/lib/response/list-recovery-service-subnets-response.d.ts +2 -2
- package/lib/response/list-recovery-service-subnets-response.js +1 -1
- package/lib/response/list-work-request-errors-response.d.ts +2 -2
- package/lib/response/list-work-request-errors-response.js +1 -1
- package/lib/response/list-work-request-logs-response.d.ts +2 -2
- package/lib/response/list-work-request-logs-response.js +1 -1
- package/lib/response/list-work-requests-response.d.ts +2 -2
- package/lib/response/list-work-requests-response.js +1 -1
- package/lib/response/update-protected-database-response.d.ts +1 -1
- package/lib/response/update-protected-database-response.js +1 -1
- package/lib/response/update-protection-policy-response.d.ts +1 -1
- package/lib/response/update-protection-policy-response.js +1 -1
- package/lib/response/update-recovery-service-subnet-response.d.ts +1 -1
- package/lib/response/update-recovery-service-subnet-response.js +1 -1
- package/package.json +3 -3
package/index.d.ts
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
8
|
* Do not edit the class manually.
|
|
9
9
|
*
|
|
10
|
-
* Copyright (c) 2020,
|
|
10
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
11
11
|
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
12
|
*/
|
|
13
13
|
import * as requests from "./lib/request";
|
package/index.js
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
9
|
* Do not edit the class manually.
|
|
10
10
|
*
|
|
11
|
-
* Copyright (c) 2020,
|
|
11
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
12
12
|
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
13
|
*/
|
|
14
14
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
package/lib/client.d.ts
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
8
|
* Do not edit the class manually.
|
|
9
9
|
*
|
|
10
|
-
* Copyright (c) 2020,
|
|
10
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
11
11
|
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
@@ -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.77.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.77.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.77.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.77.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.77.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.77.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.77.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.77.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.77.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.77.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.77.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.77.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.77.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.77.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.77.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.77.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.77.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.77.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.77.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.77.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.77.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.77.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.77.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
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
9
|
* Do not edit the class manually.
|
|
10
10
|
*
|
|
11
|
-
* Copyright (c) 2020,
|
|
11
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
12
12
|
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
13
|
*/
|
|
14
14
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
@@ -187,7 +187,7 @@ class DatabaseRecoveryClient {
|
|
|
187
187
|
* @param ChangeProtectedDatabaseCompartmentRequest
|
|
188
188
|
* @return ChangeProtectedDatabaseCompartmentResponse
|
|
189
189
|
* @throws OciError when an error occurs
|
|
190
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
190
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/recovery/ChangeProtectedDatabaseCompartment.ts.html |here} to see how to use ChangeProtectedDatabaseCompartment API.
|
|
191
191
|
*/
|
|
192
192
|
changeProtectedDatabaseCompartment(changeProtectedDatabaseCompartmentRequest) {
|
|
193
193
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -248,7 +248,7 @@ class DatabaseRecoveryClient {
|
|
|
248
248
|
* @param ChangeProtectionPolicyCompartmentRequest
|
|
249
249
|
* @return ChangeProtectionPolicyCompartmentResponse
|
|
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.77.0/recovery/ChangeProtectionPolicyCompartment.ts.html |here} to see how to use ChangeProtectionPolicyCompartment API.
|
|
252
252
|
*/
|
|
253
253
|
changeProtectionPolicyCompartment(changeProtectionPolicyCompartmentRequest) {
|
|
254
254
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -309,7 +309,7 @@ class DatabaseRecoveryClient {
|
|
|
309
309
|
* @param ChangeRecoveryServiceSubnetCompartmentRequest
|
|
310
310
|
* @return ChangeRecoveryServiceSubnetCompartmentResponse
|
|
311
311
|
* @throws OciError when an error occurs
|
|
312
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
312
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/recovery/ChangeRecoveryServiceSubnetCompartment.ts.html |here} to see how to use ChangeRecoveryServiceSubnetCompartment API.
|
|
313
313
|
*/
|
|
314
314
|
changeRecoveryServiceSubnetCompartment(changeRecoveryServiceSubnetCompartmentRequest) {
|
|
315
315
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -371,7 +371,7 @@ class DatabaseRecoveryClient {
|
|
|
371
371
|
* @param CreateProtectedDatabaseRequest
|
|
372
372
|
* @return CreateProtectedDatabaseResponse
|
|
373
373
|
* @throws OciError when an error occurs
|
|
374
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
374
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/recovery/CreateProtectedDatabase.ts.html |here} to see how to use CreateProtectedDatabase API.
|
|
375
375
|
*/
|
|
376
376
|
createProtectedDatabase(createProtectedDatabaseRequest) {
|
|
377
377
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -445,7 +445,7 @@ class DatabaseRecoveryClient {
|
|
|
445
445
|
* @param CreateProtectionPolicyRequest
|
|
446
446
|
* @return CreateProtectionPolicyResponse
|
|
447
447
|
* @throws OciError when an error occurs
|
|
448
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
448
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/recovery/CreateProtectionPolicy.ts.html |here} to see how to use CreateProtectionPolicy API.
|
|
449
449
|
*/
|
|
450
450
|
createProtectionPolicy(createProtectionPolicyRequest) {
|
|
451
451
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -519,7 +519,7 @@ class DatabaseRecoveryClient {
|
|
|
519
519
|
* @param CreateRecoveryServiceSubnetRequest
|
|
520
520
|
* @return CreateRecoveryServiceSubnetResponse
|
|
521
521
|
* @throws OciError when an error occurs
|
|
522
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
522
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/recovery/CreateRecoveryServiceSubnet.ts.html |here} to see how to use CreateRecoveryServiceSubnet API.
|
|
523
523
|
*/
|
|
524
524
|
createRecoveryServiceSubnet(createRecoveryServiceSubnetRequest) {
|
|
525
525
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -592,7 +592,7 @@ class DatabaseRecoveryClient {
|
|
|
592
592
|
* @param DeleteProtectedDatabaseRequest
|
|
593
593
|
* @return DeleteProtectedDatabaseResponse
|
|
594
594
|
* @throws OciError when an error occurs
|
|
595
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
595
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/recovery/DeleteProtectedDatabase.ts.html |here} to see how to use DeleteProtectedDatabase API.
|
|
596
596
|
*/
|
|
597
597
|
deleteProtectedDatabase(deleteProtectedDatabaseRequest) {
|
|
598
598
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -654,7 +654,7 @@ class DatabaseRecoveryClient {
|
|
|
654
654
|
* @param DeleteProtectionPolicyRequest
|
|
655
655
|
* @return DeleteProtectionPolicyResponse
|
|
656
656
|
* @throws OciError when an error occurs
|
|
657
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
657
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/recovery/DeleteProtectionPolicy.ts.html |here} to see how to use DeleteProtectionPolicy API.
|
|
658
658
|
*/
|
|
659
659
|
deleteProtectionPolicy(deleteProtectionPolicyRequest) {
|
|
660
660
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -714,7 +714,7 @@ class DatabaseRecoveryClient {
|
|
|
714
714
|
* @param DeleteRecoveryServiceSubnetRequest
|
|
715
715
|
* @return DeleteRecoveryServiceSubnetResponse
|
|
716
716
|
* @throws OciError when an error occurs
|
|
717
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
717
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/recovery/DeleteRecoveryServiceSubnet.ts.html |here} to see how to use DeleteRecoveryServiceSubnet API.
|
|
718
718
|
*/
|
|
719
719
|
deleteRecoveryServiceSubnet(deleteRecoveryServiceSubnetRequest) {
|
|
720
720
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -774,7 +774,7 @@ class DatabaseRecoveryClient {
|
|
|
774
774
|
* @param FetchProtectedDatabaseConfigurationRequest
|
|
775
775
|
* @return FetchProtectedDatabaseConfigurationResponse
|
|
776
776
|
* @throws OciError when an error occurs
|
|
777
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
777
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/recovery/FetchProtectedDatabaseConfiguration.ts.html |here} to see how to use FetchProtectedDatabaseConfiguration API.
|
|
778
778
|
*/
|
|
779
779
|
fetchProtectedDatabaseConfiguration(fetchProtectedDatabaseConfigurationRequest) {
|
|
780
780
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -838,7 +838,7 @@ class DatabaseRecoveryClient {
|
|
|
838
838
|
* @param GetProtectedDatabaseRequest
|
|
839
839
|
* @return GetProtectedDatabaseResponse
|
|
840
840
|
* @throws OciError when an error occurs
|
|
841
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
841
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/recovery/GetProtectedDatabase.ts.html |here} to see how to use GetProtectedDatabase API.
|
|
842
842
|
*/
|
|
843
843
|
getProtectedDatabase(getProtectedDatabaseRequest) {
|
|
844
844
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -901,7 +901,7 @@ class DatabaseRecoveryClient {
|
|
|
901
901
|
* @param GetProtectionPolicyRequest
|
|
902
902
|
* @return GetProtectionPolicyResponse
|
|
903
903
|
* @throws OciError when an error occurs
|
|
904
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
904
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/recovery/GetProtectionPolicy.ts.html |here} to see how to use GetProtectionPolicy API.
|
|
905
905
|
*/
|
|
906
906
|
getProtectionPolicy(getProtectionPolicyRequest) {
|
|
907
907
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -964,7 +964,7 @@ class DatabaseRecoveryClient {
|
|
|
964
964
|
* @param GetRecoveryServiceSubnetRequest
|
|
965
965
|
* @return GetRecoveryServiceSubnetResponse
|
|
966
966
|
* @throws OciError when an error occurs
|
|
967
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
967
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/recovery/GetRecoveryServiceSubnet.ts.html |here} to see how to use GetRecoveryServiceSubnet API.
|
|
968
968
|
*/
|
|
969
969
|
getRecoveryServiceSubnet(getRecoveryServiceSubnetRequest) {
|
|
970
970
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1027,7 +1027,7 @@ class DatabaseRecoveryClient {
|
|
|
1027
1027
|
* @param GetWorkRequestRequest
|
|
1028
1028
|
* @return GetWorkRequestResponse
|
|
1029
1029
|
* @throws OciError when an error occurs
|
|
1030
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1030
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/recovery/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
1031
1031
|
*/
|
|
1032
1032
|
getWorkRequest(getWorkRequestRequest) {
|
|
1033
1033
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1091,7 +1091,7 @@ class DatabaseRecoveryClient {
|
|
|
1091
1091
|
* @param ListProtectedDatabasesRequest
|
|
1092
1092
|
* @return ListProtectedDatabasesResponse
|
|
1093
1093
|
* @throws OciError when an error occurs
|
|
1094
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1094
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/recovery/ListProtectedDatabases.ts.html |here} to see how to use ListProtectedDatabases API.
|
|
1095
1095
|
*/
|
|
1096
1096
|
listProtectedDatabases(listProtectedDatabasesRequest) {
|
|
1097
1097
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1164,7 +1164,7 @@ class DatabaseRecoveryClient {
|
|
|
1164
1164
|
* @param ListProtectionPoliciesRequest
|
|
1165
1165
|
* @return ListProtectionPoliciesResponse
|
|
1166
1166
|
* @throws OciError when an error occurs
|
|
1167
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1167
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/recovery/ListProtectionPolicies.ts.html |here} to see how to use ListProtectionPolicies API.
|
|
1168
1168
|
*/
|
|
1169
1169
|
listProtectionPolicies(listProtectionPoliciesRequest) {
|
|
1170
1170
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1236,7 +1236,7 @@ class DatabaseRecoveryClient {
|
|
|
1236
1236
|
* @param ListRecoveryServiceSubnetsRequest
|
|
1237
1237
|
* @return ListRecoveryServiceSubnetsResponse
|
|
1238
1238
|
* @throws OciError when an error occurs
|
|
1239
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1239
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/recovery/ListRecoveryServiceSubnets.ts.html |here} to see how to use ListRecoveryServiceSubnets API.
|
|
1240
1240
|
*/
|
|
1241
1241
|
listRecoveryServiceSubnets(listRecoveryServiceSubnetsRequest) {
|
|
1242
1242
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1308,7 +1308,7 @@ class DatabaseRecoveryClient {
|
|
|
1308
1308
|
* @param ListWorkRequestErrorsRequest
|
|
1309
1309
|
* @return ListWorkRequestErrorsResponse
|
|
1310
1310
|
* @throws OciError when an error occurs
|
|
1311
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1311
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/recovery/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
1312
1312
|
*/
|
|
1313
1313
|
listWorkRequestErrors(listWorkRequestErrorsRequest) {
|
|
1314
1314
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1377,7 +1377,7 @@ class DatabaseRecoveryClient {
|
|
|
1377
1377
|
* @param ListWorkRequestLogsRequest
|
|
1378
1378
|
* @return ListWorkRequestLogsResponse
|
|
1379
1379
|
* @throws OciError when an error occurs
|
|
1380
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1380
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/recovery/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
1381
1381
|
*/
|
|
1382
1382
|
listWorkRequestLogs(listWorkRequestLogsRequest) {
|
|
1383
1383
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1446,7 +1446,7 @@ class DatabaseRecoveryClient {
|
|
|
1446
1446
|
* @param ListWorkRequestsRequest
|
|
1447
1447
|
* @return ListWorkRequestsResponse
|
|
1448
1448
|
* @throws OciError when an error occurs
|
|
1449
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1449
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/recovery/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
1450
1450
|
*/
|
|
1451
1451
|
listWorkRequests(listWorkRequestsRequest) {
|
|
1452
1452
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1516,7 +1516,7 @@ class DatabaseRecoveryClient {
|
|
|
1516
1516
|
* @param UpdateProtectedDatabaseRequest
|
|
1517
1517
|
* @return UpdateProtectedDatabaseResponse
|
|
1518
1518
|
* @throws OciError when an error occurs
|
|
1519
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1519
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/recovery/UpdateProtectedDatabase.ts.html |here} to see how to use UpdateProtectedDatabase API.
|
|
1520
1520
|
*/
|
|
1521
1521
|
updateProtectedDatabase(updateProtectedDatabaseRequest) {
|
|
1522
1522
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1577,7 +1577,7 @@ class DatabaseRecoveryClient {
|
|
|
1577
1577
|
* @param UpdateProtectionPolicyRequest
|
|
1578
1578
|
* @return UpdateProtectionPolicyResponse
|
|
1579
1579
|
* @throws OciError when an error occurs
|
|
1580
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1580
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/recovery/UpdateProtectionPolicy.ts.html |here} to see how to use UpdateProtectionPolicy API.
|
|
1581
1581
|
*/
|
|
1582
1582
|
updateProtectionPolicy(updateProtectionPolicyRequest) {
|
|
1583
1583
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1638,7 +1638,7 @@ class DatabaseRecoveryClient {
|
|
|
1638
1638
|
* @param UpdateRecoveryServiceSubnetRequest
|
|
1639
1639
|
* @return UpdateRecoveryServiceSubnetResponse
|
|
1640
1640
|
* @throws OciError when an error occurs
|
|
1641
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1641
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/recovery/UpdateRecoveryServiceSubnet.ts.html |here} to see how to use UpdateRecoveryServiceSubnet API.
|
|
1642
1642
|
*/
|
|
1643
1643
|
updateRecoveryServiceSubnet(updateRecoveryServiceSubnetRequest) {
|
|
1644
1644
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
8
|
* Do not edit the class manually.
|
|
9
9
|
*
|
|
10
|
-
* Copyright (c) 2020,
|
|
10
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
11
11
|
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
12
|
*/
|
|
13
13
|
import * as serviceRequests from "./request";
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
9
|
* Do not edit the class manually.
|
|
10
10
|
*
|
|
11
|
-
* Copyright (c) 2020,
|
|
11
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
12
12
|
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
13
|
*/
|
|
14
14
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
8
|
* Do not edit the class manually.
|
|
9
9
|
*
|
|
10
|
-
* Copyright (c) 2020,
|
|
10
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
11
11
|
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
12
|
*/
|
|
13
13
|
/**
|
package/lib/model/action-type.js
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
9
|
* Do not edit the class manually.
|
|
10
10
|
*
|
|
11
|
-
* Copyright (c) 2020,
|
|
11
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
12
12
|
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
13
|
*/
|
|
14
14
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
8
|
* Do not edit the class manually.
|
|
9
9
|
*
|
|
10
|
-
* Copyright (c) 2020,
|
|
10
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
11
11
|
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
12
|
*/
|
|
13
13
|
/**
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
9
|
* Do not edit the class manually.
|
|
10
10
|
*
|
|
11
|
-
* Copyright (c) 2020,
|
|
11
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
12
12
|
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
13
|
*/
|
|
14
14
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
8
|
* Do not edit the class manually.
|
|
9
9
|
*
|
|
10
|
-
* Copyright (c) 2020,
|
|
10
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
11
11
|
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
12
|
*/
|
|
13
13
|
/**
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
9
|
* Do not edit the class manually.
|
|
10
10
|
*
|
|
11
|
-
* Copyright (c) 2020,
|
|
11
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
12
12
|
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
13
|
*/
|
|
14
14
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
8
|
* Do not edit the class manually.
|
|
9
9
|
*
|
|
10
|
-
* Copyright (c) 2020,
|
|
10
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
11
11
|
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
12
|
*/
|
|
13
13
|
/**
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
9
|
* Do not edit the class manually.
|
|
10
10
|
*
|
|
11
|
-
* Copyright (c) 2020,
|
|
11
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
12
12
|
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
13
|
*/
|
|
14
14
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
8
|
* Do not edit the class manually.
|
|
9
9
|
*
|
|
10
|
-
* Copyright (c) 2020,
|
|
10
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
11
11
|
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
12
|
*/
|
|
13
13
|
import * as model from "../model";
|
|
@@ -70,7 +70,7 @@ export interface CreateProtectedDatabaseDetails {
|
|
|
70
70
|
"isRedoLogsShipped"?: boolean;
|
|
71
71
|
/**
|
|
72
72
|
* Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
|
|
73
|
-
* Example:
|
|
73
|
+
* Example: {@code {\"bar-key\": \"value\"}}
|
|
74
74
|
*
|
|
75
75
|
*/
|
|
76
76
|
"freeformTags"?: {
|
|
@@ -78,7 +78,7 @@ export interface CreateProtectedDatabaseDetails {
|
|
|
78
78
|
};
|
|
79
79
|
/**
|
|
80
80
|
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
81
|
-
* Example:
|
|
81
|
+
* Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}. For more information, see [Resource Tags](https://docs.oracle.com/en-us/iaas/Content/General/Concepts/resourcetags.htm)
|
|
82
82
|
*
|
|
83
83
|
*/
|
|
84
84
|
"definedTags"?: {
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
9
|
* Do not edit the class manually.
|
|
10
10
|
*
|
|
11
|
-
* Copyright (c) 2020,
|
|
11
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
12
12
|
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
13
|
*/
|
|
14
14
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|