oci-disasterrecovery 2.63.0 → 2.65.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/LICENSE.txt +6 -6
- package/lib/client.d.ts +59 -59
- package/lib/client.js +90 -89
- package/lib/client.js.map +1 -1
- package/lib/model/associate-dr-protection-group-details.d.ts +1 -1
- package/lib/model/change-dr-protection-group-compartment-details.d.ts +1 -1
- package/lib/model/compute-instance-movable-vnic-mapping-details.d.ts +61 -0
- package/lib/model/compute-instance-movable-vnic-mapping-details.js +32 -0
- package/lib/model/compute-instance-movable-vnic-mapping-details.js.map +1 -0
- package/lib/model/compute-instance-movable-vnic-mapping.d.ts +61 -0
- package/lib/model/compute-instance-movable-vnic-mapping.js +32 -0
- package/lib/model/compute-instance-movable-vnic-mapping.js.map +1 -0
- package/lib/model/compute-instance-vnic-mapping-details.d.ts +20 -4
- package/lib/model/compute-instance-vnic-mapping-details.js.map +1 -1
- package/lib/model/create-dr-plan-details.d.ts +1 -1
- package/lib/model/create-dr-plan-execution-details.d.ts +1 -1
- package/lib/model/create-dr-protection-group-details.d.ts +1 -1
- package/lib/model/create-dr-protection-group-member-compute-instance-details.d.ts +2 -2
- package/lib/model/create-dr-protection-group-member-compute-instance-movable-details.d.ts +63 -0
- package/lib/model/create-dr-protection-group-member-compute-instance-movable-details.js +69 -0
- package/lib/model/create-dr-protection-group-member-compute-instance-movable-details.js.map +1 -0
- package/lib/model/create-dr-protection-group-member-compute-instance-non-movable-details.d.ts +27 -0
- package/lib/model/create-dr-protection-group-member-compute-instance-non-movable-details.js +57 -0
- package/lib/model/create-dr-protection-group-member-compute-instance-non-movable-details.js.map +1 -0
- package/lib/model/create-dr-protection-group-member-database-details.d.ts +1 -1
- package/lib/model/create-dr-protection-group-member-details.d.ts +1 -1
- package/lib/model/create-dr-protection-group-member-details.js +8 -0
- package/lib/model/create-dr-protection-group-member-details.js.map +1 -1
- package/lib/model/dr-plan-execution-summary.d.ts +5 -5
- package/lib/model/dr-plan-execution.d.ts +5 -5
- package/lib/model/dr-plan-group-execution.d.ts +1 -1
- package/lib/model/dr-plan-group.d.ts +1 -1
- package/lib/model/dr-plan-step-execution.d.ts +2 -2
- package/lib/model/dr-plan-step-type.d.ts +4 -0
- package/lib/model/dr-plan-step-type.js +4 -0
- package/lib/model/dr-plan-step-type.js.map +1 -1
- package/lib/model/dr-plan-step.d.ts +3 -3
- package/lib/model/dr-plan-summary.d.ts +4 -4
- package/lib/model/dr-plan.d.ts +4 -4
- package/lib/model/dr-protection-group-member-compute-instance-movable.d.ts +62 -0
- package/lib/model/dr-protection-group-member-compute-instance-movable.js +69 -0
- package/lib/model/dr-protection-group-member-compute-instance-movable.js.map +1 -0
- package/lib/model/dr-protection-group-member-compute-instance-non-movable.d.ts +27 -0
- package/lib/model/dr-protection-group-member-compute-instance-non-movable.js +57 -0
- package/lib/model/dr-protection-group-member-compute-instance-non-movable.js.map +1 -0
- package/lib/model/dr-protection-group-member-type.d.ts +4 -0
- package/lib/model/dr-protection-group-member-type.js +4 -0
- package/lib/model/dr-protection-group-member-type.js.map +1 -1
- package/lib/model/dr-protection-group-member.d.ts +1 -1
- package/lib/model/dr-protection-group-member.js +8 -0
- package/lib/model/dr-protection-group-member.js.map +1 -1
- package/lib/model/dr-protection-group-role.d.ts +3 -3
- package/lib/model/dr-protection-group-role.js +3 -3
- package/lib/model/dr-protection-group-summary.d.ts +3 -3
- package/lib/model/dr-protection-group.d.ts +3 -3
- package/lib/model/failover-execution-option-details.d.ts +2 -2
- package/lib/model/failover-execution-options.d.ts +2 -2
- package/lib/model/failover-precheck-execution-option-details.d.ts +1 -1
- package/lib/model/failover-precheck-execution-options.d.ts +1 -1
- package/lib/model/ignore-dr-plan-execution-details.d.ts +2 -2
- package/lib/model/index.d.ts +16 -0
- package/lib/model/index.js +19 -3
- package/lib/model/index.js.map +1 -1
- package/lib/model/invoke-function-step.d.ts +3 -3
- package/lib/model/retry-dr-plan-execution-details.d.ts +2 -2
- package/lib/model/run-local-script-user-defined-step.d.ts +4 -4
- package/lib/model/run-object-store-script-user-defined-step.d.ts +4 -4
- package/lib/model/switchover-execution-option-details.d.ts +2 -2
- package/lib/model/switchover-execution-options.d.ts +2 -2
- package/lib/model/switchover-precheck-execution-option-details.d.ts +1 -1
- package/lib/model/switchover-precheck-execution-options.d.ts +1 -1
- package/lib/model/update-dr-plan-group-details.d.ts +1 -1
- package/lib/model/update-dr-plan-step-details.d.ts +1 -1
- package/lib/model/update-dr-protection-group-member-compute-instance-details.d.ts +2 -2
- package/lib/model/update-dr-protection-group-member-compute-instance-movable-details.d.ts +63 -0
- package/lib/model/update-dr-protection-group-member-compute-instance-movable-details.js +69 -0
- package/lib/model/update-dr-protection-group-member-compute-instance-movable-details.js.map +1 -0
- package/lib/model/update-dr-protection-group-member-compute-instance-non-movable-details.d.ts +27 -0
- package/lib/model/update-dr-protection-group-member-compute-instance-non-movable-details.js +57 -0
- package/lib/model/update-dr-protection-group-member-compute-instance-non-movable-details.js.map +1 -0
- package/lib/model/update-dr-protection-group-member-database-details.d.ts +1 -1
- package/lib/model/update-dr-protection-group-member-details.d.ts +1 -1
- package/lib/model/update-dr-protection-group-member-details.js +8 -0
- package/lib/model/update-dr-protection-group-member-details.js.map +1 -1
- package/lib/model/update-invoke-function-user-defined-step-details.d.ts +2 -2
- package/lib/model/update-run-local-script-user-defined-step-details.d.ts +3 -3
- package/lib/model/update-run-object-store-script-user-defined-step-details.d.ts +2 -2
- package/lib/model/work-request-resource.d.ts +1 -1
- package/lib/model/work-request-summary.d.ts +2 -2
- package/lib/model/work-request.d.ts +2 -2
- package/lib/request/associate-dr-protection-group-request.d.ts +1 -1
- package/lib/request/cancel-dr-plan-execution-request.d.ts +1 -1
- package/lib/request/cancel-work-request-request.d.ts +1 -1
- package/lib/request/change-dr-protection-group-compartment-request.d.ts +1 -1
- package/lib/request/create-dr-plan-execution-request.d.ts +1 -1
- package/lib/request/create-dr-plan-request.d.ts +1 -1
- package/lib/request/create-dr-protection-group-request.d.ts +1 -1
- package/lib/request/delete-dr-plan-execution-request.d.ts +1 -1
- package/lib/request/delete-dr-plan-request.d.ts +1 -1
- package/lib/request/delete-dr-protection-group-request.d.ts +1 -1
- package/lib/request/disassociate-dr-protection-group-request.d.ts +1 -1
- package/lib/request/get-dr-plan-execution-request.d.ts +1 -1
- package/lib/request/get-dr-plan-request.d.ts +1 -1
- package/lib/request/get-dr-protection-group-request.d.ts +1 -1
- package/lib/request/get-work-request-request.d.ts +1 -1
- package/lib/request/ignore-dr-plan-execution-request.d.ts +1 -1
- package/lib/request/list-dr-plan-executions-request.d.ts +1 -1
- package/lib/request/list-dr-plans-request.d.ts +1 -1
- package/lib/request/list-dr-protection-groups-request.d.ts +5 -1
- package/lib/request/list-dr-protection-groups-request.js.map +1 -1
- package/lib/request/list-work-request-errors-request.d.ts +1 -1
- package/lib/request/list-work-request-logs-request.d.ts +1 -1
- package/lib/request/list-work-requests-request.d.ts +1 -1
- package/lib/request/pause-dr-plan-execution-request.d.ts +1 -1
- package/lib/request/resume-dr-plan-execution-request.d.ts +1 -1
- package/lib/request/retry-dr-plan-execution-request.d.ts +1 -1
- package/lib/request/update-dr-plan-execution-request.d.ts +1 -1
- package/lib/request/update-dr-plan-request.d.ts +1 -1
- package/lib/request/update-dr-protection-group-request.d.ts +1 -1
- package/lib/request/update-dr-protection-group-role-request.d.ts +1 -1
- package/package.json +3 -3
package/LICENSE.txt
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
Copyright (c) 2016,
|
|
1
|
+
Copyright (c) 2016, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
2
2
|
|
|
3
3
|
This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 or Apache License 2.0. See below for license terms. You may choose either license.
|
|
4
4
|
|
|
@@ -70,10 +70,10 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
|
70
70
|
3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed.
|
|
71
71
|
|
|
72
72
|
4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions:
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
73
|
+
- You must give any other recipients of the Work or Derivative Works a copy of this License; and
|
|
74
|
+
- You must cause any modified files to carry prominent notices stating that You changed the files; and
|
|
75
|
+
- You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and
|
|
76
|
+
- If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License.
|
|
77
77
|
|
|
78
78
|
You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License.
|
|
79
79
|
5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions.
|
|
@@ -86,4 +86,4 @@ You may add Your own copyright statement to Your modifications and may provide a
|
|
|
86
86
|
|
|
87
87
|
9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability.
|
|
88
88
|
|
|
89
|
-
END OF TERMS AND CONDITIONS
|
|
89
|
+
END OF TERMS AND CONDITIONS
|
package/lib/client.d.ts
CHANGED
|
@@ -83,271 +83,271 @@ export declare class DisasterRecoveryClient {
|
|
|
83
83
|
*/
|
|
84
84
|
getWaiters(): DisasterRecoveryWaiter;
|
|
85
85
|
/**
|
|
86
|
-
* Create an association the DR Protection Group identified by *drProtectionGroupId* and
|
|
86
|
+
* Create an association between the DR Protection Group identified by *drProtectionGroupId* and
|
|
87
87
|
* another DR Protection Group in a different region.
|
|
88
88
|
*
|
|
89
|
-
* This operation
|
|
89
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
90
90
|
* @param AssociateDrProtectionGroupRequest
|
|
91
91
|
* @return AssociateDrProtectionGroupResponse
|
|
92
92
|
* @throws OciError when an error occurs
|
|
93
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
93
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/disasterrecovery/AssociateDrProtectionGroup.ts.html |here} to see how to use AssociateDrProtectionGroup API.
|
|
94
94
|
*/
|
|
95
95
|
associateDrProtectionGroup(associateDrProtectionGroupRequest: requests.AssociateDrProtectionGroupRequest): Promise<responses.AssociateDrProtectionGroupResponse>;
|
|
96
96
|
/**
|
|
97
97
|
* Cancel the DR Plan Execution indentified by *drPlanExecutionId*.
|
|
98
|
-
* This operation
|
|
98
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
99
99
|
* @param CancelDrPlanExecutionRequest
|
|
100
100
|
* @return CancelDrPlanExecutionResponse
|
|
101
101
|
* @throws OciError when an error occurs
|
|
102
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
102
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/disasterrecovery/CancelDrPlanExecution.ts.html |here} to see how to use CancelDrPlanExecution API.
|
|
103
103
|
*/
|
|
104
104
|
cancelDrPlanExecution(cancelDrPlanExecutionRequest: requests.CancelDrPlanExecutionRequest): Promise<responses.CancelDrPlanExecutionResponse>;
|
|
105
105
|
/**
|
|
106
106
|
* Cancel the work request identified by *workRequestId*.
|
|
107
|
-
* This operation
|
|
107
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
108
108
|
* @param CancelWorkRequestRequest
|
|
109
109
|
* @return CancelWorkRequestResponse
|
|
110
110
|
* @throws OciError when an error occurs
|
|
111
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
111
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/disasterrecovery/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequest API.
|
|
112
112
|
*/
|
|
113
113
|
cancelWorkRequest(cancelWorkRequestRequest: requests.CancelWorkRequestRequest): Promise<responses.CancelWorkRequestResponse>;
|
|
114
114
|
/**
|
|
115
115
|
* Move the DR Protection Group identified by *drProtectionGroupId* to a different compartment.
|
|
116
|
-
* This operation
|
|
116
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
117
117
|
* @param ChangeDrProtectionGroupCompartmentRequest
|
|
118
118
|
* @return ChangeDrProtectionGroupCompartmentResponse
|
|
119
119
|
* @throws OciError when an error occurs
|
|
120
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
120
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/disasterrecovery/ChangeDrProtectionGroupCompartment.ts.html |here} to see how to use ChangeDrProtectionGroupCompartment API.
|
|
121
121
|
*/
|
|
122
122
|
changeDrProtectionGroupCompartment(changeDrProtectionGroupCompartmentRequest: requests.ChangeDrProtectionGroupCompartmentRequest): Promise<responses.ChangeDrProtectionGroupCompartmentResponse>;
|
|
123
123
|
/**
|
|
124
124
|
* Creates a new DR Plan of the specified DR Plan type.
|
|
125
|
-
* This operation
|
|
125
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
126
126
|
* @param CreateDrPlanRequest
|
|
127
127
|
* @return CreateDrPlanResponse
|
|
128
128
|
* @throws OciError when an error occurs
|
|
129
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
129
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/disasterrecovery/CreateDrPlan.ts.html |here} to see how to use CreateDrPlan API.
|
|
130
130
|
*/
|
|
131
131
|
createDrPlan(createDrPlanRequest: requests.CreateDrPlanRequest): Promise<responses.CreateDrPlanResponse>;
|
|
132
132
|
/**
|
|
133
133
|
* Execute a DR Plan for a DR Protection Group.
|
|
134
|
-
* This operation
|
|
134
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
135
135
|
* @param CreateDrPlanExecutionRequest
|
|
136
136
|
* @return CreateDrPlanExecutionResponse
|
|
137
137
|
* @throws OciError when an error occurs
|
|
138
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
138
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/disasterrecovery/CreateDrPlanExecution.ts.html |here} to see how to use CreateDrPlanExecution API.
|
|
139
139
|
*/
|
|
140
140
|
createDrPlanExecution(createDrPlanExecutionRequest: requests.CreateDrPlanExecutionRequest): Promise<responses.CreateDrPlanExecutionResponse>;
|
|
141
141
|
/**
|
|
142
142
|
* Create a new DR Protection Group.
|
|
143
|
-
* This operation
|
|
143
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
144
144
|
* @param CreateDrProtectionGroupRequest
|
|
145
145
|
* @return CreateDrProtectionGroupResponse
|
|
146
146
|
* @throws OciError when an error occurs
|
|
147
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
147
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/disasterrecovery/CreateDrProtectionGroup.ts.html |here} to see how to use CreateDrProtectionGroup API.
|
|
148
148
|
*/
|
|
149
149
|
createDrProtectionGroup(createDrProtectionGroupRequest: requests.CreateDrProtectionGroupRequest): Promise<responses.CreateDrProtectionGroupResponse>;
|
|
150
150
|
/**
|
|
151
151
|
* Delete the DR Plan identified by *drPlanId*.
|
|
152
|
-
* This operation
|
|
152
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
153
153
|
* @param DeleteDrPlanRequest
|
|
154
154
|
* @return DeleteDrPlanResponse
|
|
155
155
|
* @throws OciError when an error occurs
|
|
156
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
156
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/disasterrecovery/DeleteDrPlan.ts.html |here} to see how to use DeleteDrPlan API.
|
|
157
157
|
*/
|
|
158
158
|
deleteDrPlan(deleteDrPlanRequest: requests.DeleteDrPlanRequest): Promise<responses.DeleteDrPlanResponse>;
|
|
159
159
|
/**
|
|
160
160
|
* Delete the DR Plan Execution identified by *drPlanExecutionId*.
|
|
161
|
-
* This operation
|
|
161
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
162
162
|
* @param DeleteDrPlanExecutionRequest
|
|
163
163
|
* @return DeleteDrPlanExecutionResponse
|
|
164
164
|
* @throws OciError when an error occurs
|
|
165
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
165
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/disasterrecovery/DeleteDrPlanExecution.ts.html |here} to see how to use DeleteDrPlanExecution API.
|
|
166
166
|
*/
|
|
167
167
|
deleteDrPlanExecution(deleteDrPlanExecutionRequest: requests.DeleteDrPlanExecutionRequest): Promise<responses.DeleteDrPlanExecutionResponse>;
|
|
168
168
|
/**
|
|
169
169
|
* Delete the DR Protection Group identified by *drProtectionGroupId*.
|
|
170
|
-
* This operation
|
|
170
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
171
171
|
* @param DeleteDrProtectionGroupRequest
|
|
172
172
|
* @return DeleteDrProtectionGroupResponse
|
|
173
173
|
* @throws OciError when an error occurs
|
|
174
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
174
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/disasterrecovery/DeleteDrProtectionGroup.ts.html |here} to see how to use DeleteDrProtectionGroup API.
|
|
175
175
|
*/
|
|
176
176
|
deleteDrProtectionGroup(deleteDrProtectionGroupRequest: requests.DeleteDrProtectionGroupRequest): Promise<responses.DeleteDrProtectionGroupResponse>;
|
|
177
177
|
/**
|
|
178
178
|
* Delete the association between the DR Protection Group identified by *drProtectionGroupId*.
|
|
179
179
|
* and its peer DR Protection Group.
|
|
180
180
|
*
|
|
181
|
-
* This operation
|
|
181
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
182
182
|
* @param DisassociateDrProtectionGroupRequest
|
|
183
183
|
* @return DisassociateDrProtectionGroupResponse
|
|
184
184
|
* @throws OciError when an error occurs
|
|
185
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
185
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/disasterrecovery/DisassociateDrProtectionGroup.ts.html |here} to see how to use DisassociateDrProtectionGroup API.
|
|
186
186
|
*/
|
|
187
187
|
disassociateDrProtectionGroup(disassociateDrProtectionGroupRequest: requests.DisassociateDrProtectionGroupRequest): Promise<responses.DisassociateDrProtectionGroupResponse>;
|
|
188
188
|
/**
|
|
189
189
|
* Get details for the DR Plan identified by *drPlanId*.
|
|
190
|
-
* This operation
|
|
190
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
191
191
|
* @param GetDrPlanRequest
|
|
192
192
|
* @return GetDrPlanResponse
|
|
193
193
|
* @throws OciError when an error occurs
|
|
194
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
194
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/disasterrecovery/GetDrPlan.ts.html |here} to see how to use GetDrPlan API.
|
|
195
195
|
*/
|
|
196
196
|
getDrPlan(getDrPlanRequest: requests.GetDrPlanRequest): Promise<responses.GetDrPlanResponse>;
|
|
197
197
|
/**
|
|
198
198
|
* Get details for the DR Plan Execution identified by *drPlanExecutionId*.
|
|
199
|
-
* This operation
|
|
199
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
200
200
|
* @param GetDrPlanExecutionRequest
|
|
201
201
|
* @return GetDrPlanExecutionResponse
|
|
202
202
|
* @throws OciError when an error occurs
|
|
203
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
203
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/disasterrecovery/GetDrPlanExecution.ts.html |here} to see how to use GetDrPlanExecution API.
|
|
204
204
|
*/
|
|
205
205
|
getDrPlanExecution(getDrPlanExecutionRequest: requests.GetDrPlanExecutionRequest): Promise<responses.GetDrPlanExecutionResponse>;
|
|
206
206
|
/**
|
|
207
207
|
* Get the DR Protection Group identified by *drProtectionGroupId*.
|
|
208
|
-
* This operation
|
|
208
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
209
209
|
* @param GetDrProtectionGroupRequest
|
|
210
210
|
* @return GetDrProtectionGroupResponse
|
|
211
211
|
* @throws OciError when an error occurs
|
|
212
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
212
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/disasterrecovery/GetDrProtectionGroup.ts.html |here} to see how to use GetDrProtectionGroup API.
|
|
213
213
|
*/
|
|
214
214
|
getDrProtectionGroup(getDrProtectionGroupRequest: requests.GetDrProtectionGroupRequest): Promise<responses.GetDrProtectionGroupResponse>;
|
|
215
215
|
/**
|
|
216
216
|
* Get the status of the work request identified by *workRequestId*.
|
|
217
|
-
* This operation
|
|
217
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
218
218
|
* @param GetWorkRequestRequest
|
|
219
219
|
* @return GetWorkRequestResponse
|
|
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.65.0/disasterrecovery/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
222
222
|
*/
|
|
223
223
|
getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
|
|
224
224
|
/**
|
|
225
225
|
* Ignore failed group or step in DR Plan Execution identified by *drPlanExecutionId* and resume execution.
|
|
226
|
-
* This operation
|
|
226
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
227
227
|
* @param IgnoreDrPlanExecutionRequest
|
|
228
228
|
* @return IgnoreDrPlanExecutionResponse
|
|
229
229
|
* @throws OciError when an error occurs
|
|
230
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
230
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/disasterrecovery/IgnoreDrPlanExecution.ts.html |here} to see how to use IgnoreDrPlanExecution API.
|
|
231
231
|
*/
|
|
232
232
|
ignoreDrPlanExecution(ignoreDrPlanExecutionRequest: requests.IgnoreDrPlanExecutionRequest): Promise<responses.IgnoreDrPlanExecutionResponse>;
|
|
233
233
|
/**
|
|
234
234
|
* Get a summary list of all DR Plan Executions for a DR Protection Group.
|
|
235
|
-
* This operation
|
|
235
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
236
236
|
* @param ListDrPlanExecutionsRequest
|
|
237
237
|
* @return ListDrPlanExecutionsResponse
|
|
238
238
|
* @throws OciError when an error occurs
|
|
239
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
239
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/disasterrecovery/ListDrPlanExecutions.ts.html |here} to see how to use ListDrPlanExecutions API.
|
|
240
240
|
*/
|
|
241
241
|
listDrPlanExecutions(listDrPlanExecutionsRequest: requests.ListDrPlanExecutionsRequest): Promise<responses.ListDrPlanExecutionsResponse>;
|
|
242
242
|
/**
|
|
243
243
|
* Gets a summary list of all DR Plans for a DR Protection Group.
|
|
244
|
-
* This operation
|
|
244
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
245
245
|
* @param ListDrPlansRequest
|
|
246
246
|
* @return ListDrPlansResponse
|
|
247
247
|
* @throws OciError when an error occurs
|
|
248
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
248
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/disasterrecovery/ListDrPlans.ts.html |here} to see how to use ListDrPlans API.
|
|
249
249
|
*/
|
|
250
250
|
listDrPlans(listDrPlansRequest: requests.ListDrPlansRequest): Promise<responses.ListDrPlansResponse>;
|
|
251
251
|
/**
|
|
252
252
|
* Gets a summary list of all DR Protection Groups in a compartment.
|
|
253
|
-
* This operation
|
|
253
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
254
254
|
* @param ListDrProtectionGroupsRequest
|
|
255
255
|
* @return ListDrProtectionGroupsResponse
|
|
256
256
|
* @throws OciError when an error occurs
|
|
257
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
257
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/disasterrecovery/ListDrProtectionGroups.ts.html |here} to see how to use ListDrProtectionGroups API.
|
|
258
258
|
*/
|
|
259
259
|
listDrProtectionGroups(listDrProtectionGroupsRequest: requests.ListDrProtectionGroupsRequest): Promise<responses.ListDrProtectionGroupsResponse>;
|
|
260
260
|
/**
|
|
261
261
|
* Return a (paginated) list of errors for a given work request.
|
|
262
262
|
*
|
|
263
|
-
* This operation
|
|
263
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
264
264
|
* @param ListWorkRequestErrorsRequest
|
|
265
265
|
* @return ListWorkRequestErrorsResponse
|
|
266
266
|
* @throws OciError when an error occurs
|
|
267
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
267
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/disasterrecovery/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
268
268
|
*/
|
|
269
269
|
listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
|
|
270
270
|
/**
|
|
271
271
|
* Return a (paginated) list of logs for the work request identified by *workRequestId*.
|
|
272
272
|
*
|
|
273
|
-
* This operation
|
|
273
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
274
274
|
* @param ListWorkRequestLogsRequest
|
|
275
275
|
* @return ListWorkRequestLogsResponse
|
|
276
276
|
* @throws OciError when an error occurs
|
|
277
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
277
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/disasterrecovery/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
278
278
|
*/
|
|
279
279
|
listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
|
|
280
280
|
/**
|
|
281
281
|
* Lists the work requests in a compartment.
|
|
282
282
|
*
|
|
283
|
-
* This operation
|
|
283
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
284
284
|
* @param ListWorkRequestsRequest
|
|
285
285
|
* @return ListWorkRequestsResponse
|
|
286
286
|
* @throws OciError when an error occurs
|
|
287
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
287
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/disasterrecovery/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
288
288
|
*/
|
|
289
289
|
listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
|
|
290
290
|
/**
|
|
291
291
|
* Pause the DR Plan Execution identified by *drPlanExecutionId*.
|
|
292
|
-
* This operation
|
|
292
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
293
293
|
* @param PauseDrPlanExecutionRequest
|
|
294
294
|
* @return PauseDrPlanExecutionResponse
|
|
295
295
|
* @throws OciError when an error occurs
|
|
296
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
296
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/disasterrecovery/PauseDrPlanExecution.ts.html |here} to see how to use PauseDrPlanExecution API.
|
|
297
297
|
*/
|
|
298
298
|
pauseDrPlanExecution(pauseDrPlanExecutionRequest: requests.PauseDrPlanExecutionRequest): Promise<responses.PauseDrPlanExecutionResponse>;
|
|
299
299
|
/**
|
|
300
300
|
* Resume the DR Plan Execution identified by *drPlanExecutionId*.
|
|
301
|
-
* This operation
|
|
301
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
302
302
|
* @param ResumeDrPlanExecutionRequest
|
|
303
303
|
* @return ResumeDrPlanExecutionResponse
|
|
304
304
|
* @throws OciError when an error occurs
|
|
305
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
305
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/disasterrecovery/ResumeDrPlanExecution.ts.html |here} to see how to use ResumeDrPlanExecution API.
|
|
306
306
|
*/
|
|
307
307
|
resumeDrPlanExecution(resumeDrPlanExecutionRequest: requests.ResumeDrPlanExecutionRequest): Promise<responses.ResumeDrPlanExecutionResponse>;
|
|
308
308
|
/**
|
|
309
309
|
* Retry failed group or step in DR Plan Execution identified by *drPlanExecutionId* and resume execution.
|
|
310
|
-
* This operation
|
|
310
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
311
311
|
* @param RetryDrPlanExecutionRequest
|
|
312
312
|
* @return RetryDrPlanExecutionResponse
|
|
313
313
|
* @throws OciError when an error occurs
|
|
314
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
314
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/disasterrecovery/RetryDrPlanExecution.ts.html |here} to see how to use RetryDrPlanExecution API.
|
|
315
315
|
*/
|
|
316
316
|
retryDrPlanExecution(retryDrPlanExecutionRequest: requests.RetryDrPlanExecutionRequest): Promise<responses.RetryDrPlanExecutionResponse>;
|
|
317
317
|
/**
|
|
318
318
|
* Update the DR Plan identified by *drPlanId*.
|
|
319
|
-
* This operation
|
|
319
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
320
320
|
* @param UpdateDrPlanRequest
|
|
321
321
|
* @return UpdateDrPlanResponse
|
|
322
322
|
* @throws OciError when an error occurs
|
|
323
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
323
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/disasterrecovery/UpdateDrPlan.ts.html |here} to see how to use UpdateDrPlan API.
|
|
324
324
|
*/
|
|
325
325
|
updateDrPlan(updateDrPlanRequest: requests.UpdateDrPlanRequest): Promise<responses.UpdateDrPlanResponse>;
|
|
326
326
|
/**
|
|
327
327
|
* Update the DR Plan Execution identified by *drPlanExecutionId*.
|
|
328
|
-
* This operation
|
|
328
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
329
329
|
* @param UpdateDrPlanExecutionRequest
|
|
330
330
|
* @return UpdateDrPlanExecutionResponse
|
|
331
331
|
* @throws OciError when an error occurs
|
|
332
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
332
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/disasterrecovery/UpdateDrPlanExecution.ts.html |here} to see how to use UpdateDrPlanExecution API.
|
|
333
333
|
*/
|
|
334
334
|
updateDrPlanExecution(updateDrPlanExecutionRequest: requests.UpdateDrPlanExecutionRequest): Promise<responses.UpdateDrPlanExecutionResponse>;
|
|
335
335
|
/**
|
|
336
336
|
* Update the DR Protection Group identified by *drProtectionGroupId*.
|
|
337
|
-
* This operation
|
|
337
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
338
338
|
* @param UpdateDrProtectionGroupRequest
|
|
339
339
|
* @return UpdateDrProtectionGroupResponse
|
|
340
340
|
* @throws OciError when an error occurs
|
|
341
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
341
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/disasterrecovery/UpdateDrProtectionGroup.ts.html |here} to see how to use UpdateDrProtectionGroup API.
|
|
342
342
|
*/
|
|
343
343
|
updateDrProtectionGroup(updateDrProtectionGroupRequest: requests.UpdateDrProtectionGroupRequest): Promise<responses.UpdateDrProtectionGroupResponse>;
|
|
344
344
|
/**
|
|
345
345
|
* Update the role of the DR Protection Group identified by *drProtectionGroupId*.
|
|
346
|
-
* This operation
|
|
346
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
347
347
|
* @param UpdateDrProtectionGroupRoleRequest
|
|
348
348
|
* @return UpdateDrProtectionGroupRoleResponse
|
|
349
349
|
* @throws OciError when an error occurs
|
|
350
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
350
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/disasterrecovery/UpdateDrProtectionGroupRole.ts.html |here} to see how to use UpdateDrProtectionGroupRole API.
|
|
351
351
|
*/
|
|
352
352
|
updateDrProtectionGroupRole(updateDrProtectionGroupRoleRequest: requests.UpdateDrProtectionGroupRoleRequest): Promise<responses.UpdateDrProtectionGroupRoleResponse>;
|
|
353
353
|
}
|