oci-disasterrecovery 2.46.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 +89 -0
- package/NOTICE.txt +1 -0
- package/README.md +22 -0
- package/THIRD_PARTY_LICENSES.txt +576 -0
- package/index.d.ts +25 -0
- package/index.js +48 -0
- package/index.js.map +1 -0
- package/lib/client.d.ts +343 -0
- package/lib/client.js +2032 -0
- package/lib/client.js.map +1 -0
- package/lib/disasterrecovery-waiter.d.ts +55 -0
- package/lib/disasterrecovery-waiter.js +103 -0
- package/lib/disasterrecovery-waiter.js.map +1 -0
- package/lib/model/action-type.d.ts +35 -0
- package/lib/model/action-type.js +46 -0
- package/lib/model/action-type.js.map +1 -0
- package/lib/model/associate-dr-protection-group-details.d.ts +44 -0
- package/lib/model/associate-dr-protection-group-details.js +32 -0
- package/lib/model/associate-dr-protection-group-details.js.map +1 -0
- package/lib/model/cancel-dr-plan-execution-details.d.ts +28 -0
- package/lib/model/cancel-dr-plan-execution-details.js +57 -0
- package/lib/model/cancel-dr-plan-execution-details.js.map +1 -0
- package/lib/model/change-dr-protection-group-compartment-details.d.ts +31 -0
- package/lib/model/change-dr-protection-group-compartment-details.js +32 -0
- package/lib/model/change-dr-protection-group-compartment-details.js.map +1 -0
- package/lib/model/compute-instance-vnic-mapping-details.d.ts +45 -0
- package/lib/model/compute-instance-vnic-mapping-details.js +32 -0
- package/lib/model/compute-instance-vnic-mapping-details.js.map +1 -0
- package/lib/model/compute-instance-vnic-mapping.d.ts +45 -0
- package/lib/model/compute-instance-vnic-mapping.js +32 -0
- package/lib/model/compute-instance-vnic-mapping.js.map +1 -0
- package/lib/model/create-dr-plan-details.d.ts +62 -0
- package/lib/model/create-dr-plan-details.js +32 -0
- package/lib/model/create-dr-plan-details.js.map +1 -0
- package/lib/model/create-dr-plan-execution-details.d.ts +58 -0
- package/lib/model/create-dr-plan-execution-details.js +60 -0
- package/lib/model/create-dr-plan-execution-details.js.map +1 -0
- package/lib/model/create-dr-protection-group-details.d.ts +64 -0
- package/lib/model/create-dr-protection-group-details.js +76 -0
- package/lib/model/create-dr-protection-group-details.js.map +1 -0
- package/lib/model/create-dr-protection-group-member-autonomous-database-details.d.ts +27 -0
- package/lib/model/create-dr-protection-group-member-autonomous-database-details.js +57 -0
- package/lib/model/create-dr-protection-group-member-autonomous-database-details.js.map +1 -0
- package/lib/model/create-dr-protection-group-member-compute-instance-details.d.ts +54 -0
- package/lib/model/create-dr-protection-group-member-compute-instance-details.js +69 -0
- package/lib/model/create-dr-protection-group-member-compute-instance-details.js.map +1 -0
- package/lib/model/create-dr-protection-group-member-database-details.d.ts +34 -0
- package/lib/model/create-dr-protection-group-member-database-details.js +57 -0
- package/lib/model/create-dr-protection-group-member-database-details.js.map +1 -0
- package/lib/model/create-dr-protection-group-member-details.d.ts +32 -0
- package/lib/model/create-dr-protection-group-member-details.js +83 -0
- package/lib/model/create-dr-protection-group-member-details.js.map +1 -0
- package/lib/model/create-dr-protection-group-member-volume-group-details.d.ts +27 -0
- package/lib/model/create-dr-protection-group-member-volume-group-details.js +57 -0
- package/lib/model/create-dr-protection-group-member-volume-group-details.js.map +1 -0
- package/lib/model/create-object-storage-log-location-details.d.ts +38 -0
- package/lib/model/create-object-storage-log-location-details.js +32 -0
- package/lib/model/create-object-storage-log-location-details.js.map +1 -0
- package/lib/model/disassociate-dr-protection-group-default-details.d.ts +27 -0
- package/lib/model/disassociate-dr-protection-group-default-details.js +57 -0
- package/lib/model/disassociate-dr-protection-group-default-details.js.map +1 -0
- package/lib/model/disassociate-dr-protection-group-details.d.ts +25 -0
- package/lib/model/disassociate-dr-protection-group-details.js +71 -0
- package/lib/model/disassociate-dr-protection-group-details.js.map +1 -0
- package/lib/model/dr-plan-collection.d.ts +30 -0
- package/lib/model/dr-plan-collection.js +64 -0
- package/lib/model/dr-plan-collection.js.map +1 -0
- package/lib/model/dr-plan-execution-collection.d.ts +32 -0
- package/lib/model/dr-plan-execution-collection.js +64 -0
- package/lib/model/dr-plan-execution-collection.js.map +1 -0
- package/lib/model/dr-plan-execution-control-details.d.ts +25 -0
- package/lib/model/dr-plan-execution-control-details.js +79 -0
- package/lib/model/dr-plan-execution-control-details.js.map +1 -0
- package/lib/model/dr-plan-execution-lifecycle-state.d.ts +54 -0
- package/lib/model/dr-plan-execution-lifecycle-state.js +65 -0
- package/lib/model/dr-plan-execution-lifecycle-state.js.map +1 -0
- package/lib/model/dr-plan-execution-option-details.d.ts +25 -0
- package/lib/model/dr-plan-execution-option-details.js +83 -0
- package/lib/model/dr-plan-execution-option-details.js.map +1 -0
- package/lib/model/dr-plan-execution-options.d.ts +25 -0
- package/lib/model/dr-plan-execution-options.js +83 -0
- package/lib/model/dr-plan-execution-options.js.map +1 -0
- package/lib/model/dr-plan-execution-summary.d.ts +157 -0
- package/lib/model/dr-plan-execution-summary.js +60 -0
- package/lib/model/dr-plan-execution-summary.js.map +1 -0
- package/lib/model/dr-plan-execution-type.d.ts +38 -0
- package/lib/model/dr-plan-execution-type.js +49 -0
- package/lib/model/dr-plan-execution-type.js.map +1 -0
- package/lib/model/dr-plan-execution.d.ts +163 -0
- package/lib/model/dr-plan-execution.js +76 -0
- package/lib/model/dr-plan-execution.js.map +1 -0
- package/lib/model/dr-plan-group-execution-status.d.ts +52 -0
- package/lib/model/dr-plan-group-execution-status.js +63 -0
- package/lib/model/dr-plan-group-execution-status.js.map +1 -0
- package/lib/model/dr-plan-group-execution.d.ts +82 -0
- package/lib/model/dr-plan-group-execution.js +64 -0
- package/lib/model/dr-plan-group-execution.js.map +1 -0
- package/lib/model/dr-plan-group-type.d.ts +36 -0
- package/lib/model/dr-plan-group-type.js +47 -0
- package/lib/model/dr-plan-group-type.js.map +1 -0
- package/lib/model/dr-plan-group.d.ts +49 -0
- package/lib/model/dr-plan-group.js +64 -0
- package/lib/model/dr-plan-group.js.map +1 -0
- package/lib/model/dr-plan-lifecycle-state.d.ts +46 -0
- package/lib/model/dr-plan-lifecycle-state.js +57 -0
- package/lib/model/dr-plan-lifecycle-state.js.map +1 -0
- package/lib/model/dr-plan-step-error-mode.d.ts +34 -0
- package/lib/model/dr-plan-step-error-mode.js +45 -0
- package/lib/model/dr-plan-step-error-mode.js.map +1 -0
- package/lib/model/dr-plan-step-execution-status.d.ts +50 -0
- package/lib/model/dr-plan-step-execution-status.js +61 -0
- package/lib/model/dr-plan-step-execution-status.js.map +1 -0
- package/lib/model/dr-plan-step-execution.d.ts +85 -0
- package/lib/model/dr-plan-step-execution.js +60 -0
- package/lib/model/dr-plan-step-execution.js.map +1 -0
- package/lib/model/dr-plan-step-type.d.ts +56 -0
- package/lib/model/dr-plan-step-type.js +67 -0
- package/lib/model/dr-plan-step-type.js.map +1 -0
- package/lib/model/dr-plan-step.d.ts +78 -0
- package/lib/model/dr-plan-step.js +60 -0
- package/lib/model/dr-plan-step.js.map +1 -0
- package/lib/model/dr-plan-summary.d.ts +125 -0
- package/lib/model/dr-plan-summary.js +32 -0
- package/lib/model/dr-plan-summary.js.map +1 -0
- package/lib/model/dr-plan-type.d.ts +34 -0
- package/lib/model/dr-plan-type.js +45 -0
- package/lib/model/dr-plan-type.js.map +1 -0
- package/lib/model/dr-plan-user-defined-step.d.ts +25 -0
- package/lib/model/dr-plan-user-defined-step.js +91 -0
- package/lib/model/dr-plan-user-defined-step.js.map +1 -0
- package/lib/model/dr-plan.d.ts +131 -0
- package/lib/model/dr-plan.js +64 -0
- package/lib/model/dr-plan.js.map +1 -0
- package/lib/model/dr-protection-group-collection.d.ts +30 -0
- package/lib/model/dr-protection-group-collection.js +64 -0
- package/lib/model/dr-protection-group-collection.js.map +1 -0
- package/lib/model/dr-protection-group-lifecycle-state.d.ts +44 -0
- package/lib/model/dr-protection-group-lifecycle-state.js +55 -0
- package/lib/model/dr-protection-group-lifecycle-state.js.map +1 -0
- package/lib/model/dr-protection-group-member-autonomous-database.d.ts +28 -0
- package/lib/model/dr-protection-group-member-autonomous-database.js +57 -0
- package/lib/model/dr-protection-group-member-autonomous-database.js.map +1 -0
- package/lib/model/dr-protection-group-member-compute-instance.d.ts +53 -0
- package/lib/model/dr-protection-group-member-compute-instance.js +69 -0
- package/lib/model/dr-protection-group-member-compute-instance.js.map +1 -0
- package/lib/model/dr-protection-group-member-database.d.ts +35 -0
- package/lib/model/dr-protection-group-member-database.js +57 -0
- package/lib/model/dr-protection-group-member-database.js.map +1 -0
- package/lib/model/dr-protection-group-member-type.d.ts +38 -0
- package/lib/model/dr-protection-group-member-type.js +49 -0
- package/lib/model/dr-protection-group-member-type.js.map +1 -0
- package/lib/model/dr-protection-group-member-volume-group.d.ts +28 -0
- package/lib/model/dr-protection-group-member-volume-group.js +57 -0
- package/lib/model/dr-protection-group-member-volume-group.js.map +1 -0
- package/lib/model/dr-protection-group-member.d.ts +32 -0
- package/lib/model/dr-protection-group-member.js +83 -0
- package/lib/model/dr-protection-group-member.js.map +1 -0
- package/lib/model/dr-protection-group-role.d.ts +36 -0
- package/lib/model/dr-protection-group-role.js +47 -0
- package/lib/model/dr-protection-group-role.js.map +1 -0
- package/lib/model/dr-protection-group-summary.d.ts +117 -0
- package/lib/model/dr-protection-group-summary.js +32 -0
- package/lib/model/dr-protection-group-summary.js.map +1 -0
- package/lib/model/dr-protection-group.d.ts +123 -0
- package/lib/model/dr-protection-group.js +70 -0
- package/lib/model/dr-protection-group.js.map +1 -0
- package/lib/model/failover-execution-option-details.d.ts +41 -0
- package/lib/model/failover-execution-option-details.js +57 -0
- package/lib/model/failover-execution-option-details.js.map +1 -0
- package/lib/model/failover-execution-options.d.ts +41 -0
- package/lib/model/failover-execution-options.js +57 -0
- package/lib/model/failover-execution-options.js.map +1 -0
- package/lib/model/failover-precheck-execution-option-details.d.ts +34 -0
- package/lib/model/failover-precheck-execution-option-details.js +57 -0
- package/lib/model/failover-precheck-execution-option-details.js.map +1 -0
- package/lib/model/failover-precheck-execution-options.d.ts +34 -0
- package/lib/model/failover-precheck-execution-options.js +57 -0
- package/lib/model/failover-precheck-execution-options.js.map +1 -0
- package/lib/model/ignore-dr-plan-execution-details.d.ts +38 -0
- package/lib/model/ignore-dr-plan-execution-details.js +32 -0
- package/lib/model/ignore-dr-plan-execution-details.js.map +1 -0
- package/lib/model/index.d.ts +219 -0
- package/lib/model/index.js +244 -0
- package/lib/model/index.js.map +1 -0
- package/lib/model/invoke-function-precheck-step.d.ts +28 -0
- package/lib/model/invoke-function-precheck-step.js +57 -0
- package/lib/model/invoke-function-precheck-step.js.map +1 -0
- package/lib/model/invoke-function-step.d.ts +49 -0
- package/lib/model/invoke-function-step.js +57 -0
- package/lib/model/invoke-function-step.js.map +1 -0
- package/lib/model/local-script-precheck-step.d.ts +28 -0
- package/lib/model/local-script-precheck-step.js +57 -0
- package/lib/model/local-script-precheck-step.js.map +1 -0
- package/lib/model/object-storage-log-location.d.ts +45 -0
- package/lib/model/object-storage-log-location.js +32 -0
- package/lib/model/object-storage-log-location.js.map +1 -0
- package/lib/model/object-storage-script-location.d.ts +45 -0
- package/lib/model/object-storage-script-location.js +32 -0
- package/lib/model/object-storage-script-location.js.map +1 -0
- package/lib/model/object-store-script-precheck-step.d.ts +28 -0
- package/lib/model/object-store-script-precheck-step.js +57 -0
- package/lib/model/object-store-script-precheck-step.js.map +1 -0
- package/lib/model/operation-status.d.ts +37 -0
- package/lib/model/operation-status.js +48 -0
- package/lib/model/operation-status.js.map +1 -0
- package/lib/model/operation-type.d.ts +47 -0
- package/lib/model/operation-type.js +58 -0
- package/lib/model/operation-type.js.map +1 -0
- package/lib/model/pause-dr-plan-execution-details.d.ts +28 -0
- package/lib/model/pause-dr-plan-execution-details.js +57 -0
- package/lib/model/pause-dr-plan-execution-details.js.map +1 -0
- package/lib/model/resume-dr-plan-execution-details.d.ts +28 -0
- package/lib/model/resume-dr-plan-execution-details.js +57 -0
- package/lib/model/resume-dr-plan-execution-details.js.map +1 -0
- package/lib/model/retry-dr-plan-execution-details.d.ts +38 -0
- package/lib/model/retry-dr-plan-execution-details.js +32 -0
- package/lib/model/retry-dr-plan-execution-details.js.map +1 -0
- package/lib/model/run-local-script-user-defined-step.d.ts +55 -0
- package/lib/model/run-local-script-user-defined-step.js +57 -0
- package/lib/model/run-local-script-user-defined-step.js.map +1 -0
- package/lib/model/run-object-store-script-user-defined-step.d.ts +42 -0
- package/lib/model/run-object-store-script-user-defined-step.js +65 -0
- package/lib/model/run-object-store-script-user-defined-step.js.map +1 -0
- package/lib/model/sort-order.d.ts +26 -0
- package/lib/model/sort-order.js +37 -0
- package/lib/model/sort-order.js.map +1 -0
- package/lib/model/switchover-execution-option-details.d.ts +41 -0
- package/lib/model/switchover-execution-option-details.js +57 -0
- package/lib/model/switchover-execution-option-details.js.map +1 -0
- package/lib/model/switchover-execution-options.d.ts +41 -0
- package/lib/model/switchover-execution-options.js +57 -0
- package/lib/model/switchover-execution-options.js.map +1 -0
- package/lib/model/switchover-precheck-execution-option-details.d.ts +34 -0
- package/lib/model/switchover-precheck-execution-option-details.js +57 -0
- package/lib/model/switchover-precheck-execution-option-details.js.map +1 -0
- package/lib/model/switchover-precheck-execution-options.d.ts +34 -0
- package/lib/model/switchover-precheck-execution-options.js +57 -0
- package/lib/model/switchover-precheck-execution-options.js.map +1 -0
- package/lib/model/update-dr-plan-details.d.ts +55 -0
- package/lib/model/update-dr-plan-details.js +64 -0
- package/lib/model/update-dr-plan-details.js.map +1 -0
- package/lib/model/update-dr-plan-execution-details.d.ts +49 -0
- package/lib/model/update-dr-plan-execution-details.js +32 -0
- package/lib/model/update-dr-plan-execution-details.js.map +1 -0
- package/lib/model/update-dr-plan-group-details.d.ts +49 -0
- package/lib/model/update-dr-plan-group-details.js +64 -0
- package/lib/model/update-dr-plan-group-details.js.map +1 -0
- package/lib/model/update-dr-plan-step-details.d.ts +59 -0
- package/lib/model/update-dr-plan-step-details.js +60 -0
- package/lib/model/update-dr-plan-step-details.js.map +1 -0
- package/lib/model/update-dr-plan-user-defined-step-details.d.ts +25 -0
- package/lib/model/update-dr-plan-user-defined-step-details.js +91 -0
- package/lib/model/update-dr-plan-user-defined-step-details.js.map +1 -0
- package/lib/model/update-dr-protection-group-details.d.ts +56 -0
- package/lib/model/update-dr-protection-group-details.js +70 -0
- package/lib/model/update-dr-protection-group-details.js.map +1 -0
- package/lib/model/update-dr-protection-group-member-autonomous-database-details.d.ts +27 -0
- package/lib/model/update-dr-protection-group-member-autonomous-database-details.js +57 -0
- package/lib/model/update-dr-protection-group-member-autonomous-database-details.js.map +1 -0
- package/lib/model/update-dr-protection-group-member-compute-instance-details.d.ts +54 -0
- package/lib/model/update-dr-protection-group-member-compute-instance-details.js +69 -0
- package/lib/model/update-dr-protection-group-member-compute-instance-details.js.map +1 -0
- package/lib/model/update-dr-protection-group-member-database-details.d.ts +34 -0
- package/lib/model/update-dr-protection-group-member-database-details.js +57 -0
- package/lib/model/update-dr-protection-group-member-database-details.js.map +1 -0
- package/lib/model/update-dr-protection-group-member-details.d.ts +32 -0
- package/lib/model/update-dr-protection-group-member-details.js +83 -0
- package/lib/model/update-dr-protection-group-member-details.js.map +1 -0
- package/lib/model/update-dr-protection-group-member-volume-group-details.d.ts +27 -0
- package/lib/model/update-dr-protection-group-member-volume-group-details.js +57 -0
- package/lib/model/update-dr-protection-group-member-volume-group-details.js.map +1 -0
- package/lib/model/update-dr-protection-group-role-details.d.ts +30 -0
- package/lib/model/update-dr-protection-group-role-details.js +32 -0
- package/lib/model/update-dr-protection-group-role-details.js.map +1 -0
- package/lib/model/update-invoke-function-precheck-step-details.d.ts +28 -0
- package/lib/model/update-invoke-function-precheck-step-details.js +57 -0
- package/lib/model/update-invoke-function-precheck-step-details.js.map +1 -0
- package/lib/model/update-invoke-function-user-defined-step-details.d.ts +42 -0
- package/lib/model/update-invoke-function-user-defined-step-details.js +57 -0
- package/lib/model/update-invoke-function-user-defined-step-details.js.map +1 -0
- package/lib/model/update-local-script-precheck-step-details.d.ts +28 -0
- package/lib/model/update-local-script-precheck-step-details.js +57 -0
- package/lib/model/update-local-script-precheck-step-details.js.map +1 -0
- package/lib/model/update-object-storage-log-location-details.d.ts +38 -0
- package/lib/model/update-object-storage-log-location-details.js +32 -0
- package/lib/model/update-object-storage-log-location-details.js.map +1 -0
- package/lib/model/update-object-storage-script-location-details.d.ts +45 -0
- package/lib/model/update-object-storage-script-location-details.js +32 -0
- package/lib/model/update-object-storage-script-location-details.js.map +1 -0
- package/lib/model/update-object-store-script-precheck-step-details.d.ts +28 -0
- package/lib/model/update-object-store-script-precheck-step-details.js +57 -0
- package/lib/model/update-object-store-script-precheck-step-details.js.map +1 -0
- package/lib/model/update-run-local-script-user-defined-step-details.d.ts +49 -0
- package/lib/model/update-run-local-script-user-defined-step-details.js +57 -0
- package/lib/model/update-run-local-script-user-defined-step-details.js.map +1 -0
- package/lib/model/update-run-object-store-script-user-defined-step-details.d.ts +34 -0
- package/lib/model/update-run-object-store-script-user-defined-step-details.js +65 -0
- package/lib/model/update-run-object-store-script-user-defined-step-details.js.map +1 -0
- package/lib/model/work-request-error-collection.d.ts +32 -0
- package/lib/model/work-request-error-collection.js +64 -0
- package/lib/model/work-request-error-collection.js.map +1 -0
- package/lib/model/work-request-error.d.ts +46 -0
- package/lib/model/work-request-error.js +32 -0
- package/lib/model/work-request-error.js.map +1 -0
- package/lib/model/work-request-log-entry-collection.d.ts +32 -0
- package/lib/model/work-request-log-entry-collection.js +64 -0
- package/lib/model/work-request-log-entry-collection.js.map +1 -0
- package/lib/model/work-request-log-entry.d.ts +38 -0
- package/lib/model/work-request-log-entry.js +32 -0
- package/lib/model/work-request-log-entry.js.map +1 -0
- package/lib/model/work-request-resource.d.ts +52 -0
- package/lib/model/work-request-resource.js +32 -0
- package/lib/model/work-request-resource.js.map +1 -0
- package/lib/model/work-request-summary-collection.d.ts +32 -0
- package/lib/model/work-request-summary-collection.js +64 -0
- package/lib/model/work-request-summary-collection.js.map +1 -0
- package/lib/model/work-request-summary.d.ts +85 -0
- package/lib/model/work-request-summary.js +64 -0
- package/lib/model/work-request-summary.js.map +1 -0
- package/lib/model/work-request.d.ts +85 -0
- package/lib/model/work-request.js +64 -0
- package/lib/model/work-request.js.map +1 -0
- package/lib/request/associate-dr-protection-group-request.d.ts +53 -0
- package/lib/request/associate-dr-protection-group-request.js +15 -0
- package/lib/request/associate-dr-protection-group-request.js.map +1 -0
- package/lib/request/cancel-dr-plan-execution-request.d.ts +53 -0
- package/lib/request/cancel-dr-plan-execution-request.js +15 -0
- package/lib/request/cancel-dr-plan-execution-request.js.map +1 -0
- package/lib/request/cancel-work-request-request.d.ts +39 -0
- package/lib/request/cancel-work-request-request.js +15 -0
- package/lib/request/cancel-work-request-request.js.map +1 -0
- package/lib/request/change-dr-protection-group-compartment-request.d.ts +53 -0
- package/lib/request/change-dr-protection-group-compartment-request.js +15 -0
- package/lib/request/change-dr-protection-group-compartment-request.js.map +1 -0
- package/lib/request/create-dr-plan-execution-request.d.ts +37 -0
- package/lib/request/create-dr-plan-execution-request.js +15 -0
- package/lib/request/create-dr-plan-execution-request.js.map +1 -0
- package/lib/request/create-dr-plan-request.d.ts +37 -0
- package/lib/request/create-dr-plan-request.js +15 -0
- package/lib/request/create-dr-plan-request.js.map +1 -0
- package/lib/request/create-dr-protection-group-request.d.ts +37 -0
- package/lib/request/create-dr-protection-group-request.js +15 -0
- package/lib/request/create-dr-protection-group-request.js.map +1 -0
- package/lib/request/delete-dr-plan-execution-request.d.ts +39 -0
- package/lib/request/delete-dr-plan-execution-request.js +15 -0
- package/lib/request/delete-dr-plan-execution-request.js.map +1 -0
- package/lib/request/delete-dr-plan-request.d.ts +39 -0
- package/lib/request/delete-dr-plan-request.js +15 -0
- package/lib/request/delete-dr-plan-request.js.map +1 -0
- package/lib/request/delete-dr-protection-group-request.d.ts +39 -0
- package/lib/request/delete-dr-protection-group-request.js +15 -0
- package/lib/request/delete-dr-protection-group-request.js.map +1 -0
- package/lib/request/disassociate-dr-protection-group-request.d.ts +53 -0
- package/lib/request/disassociate-dr-protection-group-request.js +15 -0
- package/lib/request/disassociate-dr-protection-group-request.js.map +1 -0
- package/lib/request/get-dr-plan-execution-request.d.ts +30 -0
- package/lib/request/get-dr-plan-execution-request.js +15 -0
- package/lib/request/get-dr-plan-execution-request.js.map +1 -0
- package/lib/request/get-dr-plan-request.d.ts +30 -0
- package/lib/request/get-dr-plan-request.js +15 -0
- package/lib/request/get-dr-plan-request.js.map +1 -0
- package/lib/request/get-dr-protection-group-request.d.ts +30 -0
- package/lib/request/get-dr-protection-group-request.js +15 -0
- package/lib/request/get-dr-protection-group-request.js.map +1 -0
- package/lib/request/get-work-request-request.d.ts +30 -0
- package/lib/request/get-work-request-request.js +15 -0
- package/lib/request/get-work-request-request.js.map +1 -0
- package/lib/request/ignore-dr-plan-execution-request.d.ts +53 -0
- package/lib/request/ignore-dr-plan-execution-request.js +15 -0
- package/lib/request/ignore-dr-plan-execution-request.js.map +1 -0
- package/lib/request/index.d.ts +73 -0
- package/lib/request/index.js +50 -0
- package/lib/request/index.js.map +1 -0
- package/lib/request/list-dr-plan-executions-request.d.ts +94 -0
- package/lib/request/list-dr-plan-executions-request.js +24 -0
- package/lib/request/list-dr-plan-executions-request.js.map +1 -0
- package/lib/request/list-dr-plans-request.d.ts +94 -0
- package/lib/request/list-dr-plans-request.js +24 -0
- package/lib/request/list-dr-plans-request.js.map +1 -0
- package/lib/request/list-dr-protection-groups-request.d.ts +90 -0
- package/lib/request/list-dr-protection-groups-request.js +24 -0
- package/lib/request/list-dr-protection-groups-request.js.map +1 -0
- package/lib/request/list-work-request-errors-request.d.ts +68 -0
- package/lib/request/list-work-request-errors-request.js +23 -0
- package/lib/request/list-work-request-errors-request.js.map +1 -0
- package/lib/request/list-work-request-logs-request.d.ts +68 -0
- package/lib/request/list-work-request-logs-request.js +23 -0
- package/lib/request/list-work-request-logs-request.js.map +1 -0
- package/lib/request/list-work-requests-request.d.ts +86 -0
- package/lib/request/list-work-requests-request.js +23 -0
- package/lib/request/list-work-requests-request.js.map +1 -0
- package/lib/request/pause-dr-plan-execution-request.d.ts +53 -0
- package/lib/request/pause-dr-plan-execution-request.js +15 -0
- package/lib/request/pause-dr-plan-execution-request.js.map +1 -0
- package/lib/request/resume-dr-plan-execution-request.d.ts +53 -0
- package/lib/request/resume-dr-plan-execution-request.js +15 -0
- package/lib/request/resume-dr-plan-execution-request.js.map +1 -0
- package/lib/request/retry-dr-plan-execution-request.d.ts +53 -0
- package/lib/request/retry-dr-plan-execution-request.js +15 -0
- package/lib/request/retry-dr-plan-execution-request.js.map +1 -0
- package/lib/request/update-dr-plan-execution-request.d.ts +44 -0
- package/lib/request/update-dr-plan-execution-request.js +15 -0
- package/lib/request/update-dr-plan-execution-request.js.map +1 -0
- package/lib/request/update-dr-plan-request.d.ts +44 -0
- package/lib/request/update-dr-plan-request.js +15 -0
- package/lib/request/update-dr-plan-request.js.map +1 -0
- package/lib/request/update-dr-protection-group-request.d.ts +44 -0
- package/lib/request/update-dr-protection-group-request.js +15 -0
- package/lib/request/update-dr-protection-group-request.js.map +1 -0
- package/lib/request/update-dr-protection-group-role-request.d.ts +53 -0
- package/lib/request/update-dr-protection-group-role-request.js +15 -0
- package/lib/request/update-dr-protection-group-role-request.js.map +1 -0
- package/lib/response/associate-dr-protection-group-response.d.ts +25 -0
- package/lib/response/associate-dr-protection-group-response.js +15 -0
- package/lib/response/associate-dr-protection-group-response.js.map +1 -0
- package/lib/response/cancel-dr-plan-execution-response.d.ts +25 -0
- package/lib/response/cancel-dr-plan-execution-response.js +15 -0
- package/lib/response/cancel-dr-plan-execution-response.js.map +1 -0
- package/lib/response/cancel-work-request-response.d.ts +20 -0
- package/lib/response/cancel-work-request-response.js +15 -0
- package/lib/response/cancel-work-request-response.js.map +1 -0
- package/lib/response/change-dr-protection-group-compartment-response.d.ts +25 -0
- package/lib/response/change-dr-protection-group-compartment-response.js +15 -0
- package/lib/response/change-dr-protection-group-compartment-response.js.map +1 -0
- package/lib/response/create-dr-plan-execution-response.d.ts +39 -0
- package/lib/response/create-dr-plan-execution-response.js +15 -0
- package/lib/response/create-dr-plan-execution-response.js.map +1 -0
- package/lib/response/create-dr-plan-response.d.ts +39 -0
- package/lib/response/create-dr-plan-response.js +15 -0
- package/lib/response/create-dr-plan-response.js.map +1 -0
- package/lib/response/create-dr-protection-group-response.d.ts +39 -0
- package/lib/response/create-dr-protection-group-response.js +15 -0
- package/lib/response/create-dr-protection-group-response.js.map +1 -0
- package/lib/response/delete-dr-plan-execution-response.d.ts +25 -0
- package/lib/response/delete-dr-plan-execution-response.js +15 -0
- package/lib/response/delete-dr-plan-execution-response.js.map +1 -0
- package/lib/response/delete-dr-plan-response.d.ts +20 -0
- package/lib/response/delete-dr-plan-response.js +15 -0
- package/lib/response/delete-dr-plan-response.js.map +1 -0
- package/lib/response/delete-dr-protection-group-response.d.ts +25 -0
- package/lib/response/delete-dr-protection-group-response.js +15 -0
- package/lib/response/delete-dr-protection-group-response.js.map +1 -0
- package/lib/response/disassociate-dr-protection-group-response.d.ts +25 -0
- package/lib/response/disassociate-dr-protection-group-response.js +15 -0
- package/lib/response/disassociate-dr-protection-group-response.js.map +1 -0
- package/lib/response/get-dr-plan-execution-response.d.ts +30 -0
- package/lib/response/get-dr-plan-execution-response.js +15 -0
- package/lib/response/get-dr-plan-execution-response.js.map +1 -0
- package/lib/response/get-dr-plan-response.d.ts +30 -0
- package/lib/response/get-dr-plan-response.js +15 -0
- package/lib/response/get-dr-plan-response.js.map +1 -0
- package/lib/response/get-dr-protection-group-response.d.ts +30 -0
- package/lib/response/get-dr-protection-group-response.js +15 -0
- package/lib/response/get-dr-protection-group-response.js.map +1 -0
- package/lib/response/get-work-request-response.d.ts +34 -0
- package/lib/response/get-work-request-response.js +15 -0
- package/lib/response/get-work-request-response.js.map +1 -0
- package/lib/response/ignore-dr-plan-execution-response.d.ts +25 -0
- package/lib/response/ignore-dr-plan-execution-response.js +15 -0
- package/lib/response/ignore-dr-plan-execution-response.js.map +1 -0
- package/lib/response/index.d.ts +73 -0
- package/lib/response/index.js +18 -0
- package/lib/response/index.js.map +1 -0
- package/lib/response/list-dr-plan-executions-response.d.ts +32 -0
- package/lib/response/list-dr-plan-executions-response.js +15 -0
- package/lib/response/list-dr-plan-executions-response.js.map +1 -0
- package/lib/response/list-dr-plans-response.d.ts +32 -0
- package/lib/response/list-dr-plans-response.js +15 -0
- package/lib/response/list-dr-plans-response.js.map +1 -0
- package/lib/response/list-dr-protection-groups-response.d.ts +32 -0
- package/lib/response/list-dr-protection-groups-response.js +15 -0
- package/lib/response/list-dr-protection-groups-response.js.map +1 -0
- package/lib/response/list-work-request-errors-response.d.ts +32 -0
- package/lib/response/list-work-request-errors-response.js +15 -0
- package/lib/response/list-work-request-errors-response.js.map +1 -0
- package/lib/response/list-work-request-logs-response.d.ts +32 -0
- package/lib/response/list-work-request-logs-response.js +15 -0
- package/lib/response/list-work-request-logs-response.js.map +1 -0
- package/lib/response/list-work-requests-response.d.ts +32 -0
- package/lib/response/list-work-requests-response.js +15 -0
- package/lib/response/list-work-requests-response.js.map +1 -0
- package/lib/response/pause-dr-plan-execution-response.d.ts +25 -0
- package/lib/response/pause-dr-plan-execution-response.js +15 -0
- package/lib/response/pause-dr-plan-execution-response.js.map +1 -0
- package/lib/response/resume-dr-plan-execution-response.d.ts +25 -0
- package/lib/response/resume-dr-plan-execution-response.js +15 -0
- package/lib/response/resume-dr-plan-execution-response.js.map +1 -0
- package/lib/response/retry-dr-plan-execution-response.d.ts +25 -0
- package/lib/response/retry-dr-plan-execution-response.js +15 -0
- package/lib/response/retry-dr-plan-execution-response.js.map +1 -0
- package/lib/response/update-dr-plan-execution-response.d.ts +25 -0
- package/lib/response/update-dr-plan-execution-response.js +15 -0
- package/lib/response/update-dr-plan-execution-response.js.map +1 -0
- package/lib/response/update-dr-plan-response.d.ts +25 -0
- package/lib/response/update-dr-plan-response.js +15 -0
- package/lib/response/update-dr-plan-response.js.map +1 -0
- package/lib/response/update-dr-protection-group-response.d.ts +25 -0
- package/lib/response/update-dr-protection-group-response.js +15 -0
- package/lib/response/update-dr-protection-group-response.js.map +1 -0
- package/lib/response/update-dr-protection-group-role-response.d.ts +25 -0
- package/lib/response/update-dr-protection-group-role-response.js +15 -0
- package/lib/response/update-dr-protection-group-role-response.js.map +1 -0
- package/package.json +29 -0
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Full Stack Disaster Recovery API
|
|
3
|
+
* Use the Full Stack Disaster Recovery (FSDR) API to manage disaster recovery for business applications.
|
|
4
|
+
FSDR is an OCI disaster recovery orchestration and management service that provides comprehensive disaster recovery
|
|
5
|
+
capabilities for all layers of an application stack, including infrastructure, middleware, database, and application.
|
|
6
|
+
|
|
7
|
+
* OpenAPI spec version: 20220125
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
11
|
+
* Do not edit the class manually.
|
|
12
|
+
*
|
|
13
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
14
|
+
* 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.
|
|
15
|
+
*/
|
|
16
|
+
/**
|
|
17
|
+
* Possible execution statuses for a DR Plan Group.
|
|
18
|
+
* - QUEUED - DR Plan Group execution has been queued.
|
|
19
|
+
* - DISABLED - DR Plan Group execution has been disabled.
|
|
20
|
+
* - IN_PROGRESS - DR Plan Group execution is in progress.
|
|
21
|
+
* - SUCCEEDED - DR Plan Group execution has succeeded.
|
|
22
|
+
* - SUCCEEDED_WITH_WARNING - DR Plan Group execution has succeeded, but with warnings.
|
|
23
|
+
* - FAILED - DR Plan Group execution has failed.
|
|
24
|
+
* - FAILED_IGNORED - DR Plan Group execution has failed, but was ignored.
|
|
25
|
+
* - TIMED_OUT - DR Plan Group execution has timed out.
|
|
26
|
+
* - TIMED_OUT_IGNORED - DR Plan Group execution has timed out, but was ignored.
|
|
27
|
+
* - PAUSED - DR Plan Group execution is paused.
|
|
28
|
+
* - CANCELED - DR Plan Group execution has been canceled.
|
|
29
|
+
*
|
|
30
|
+
**/
|
|
31
|
+
export declare enum DrPlanGroupExecutionStatus {
|
|
32
|
+
Queued = "QUEUED",
|
|
33
|
+
Disabled = "DISABLED",
|
|
34
|
+
InProgress = "IN_PROGRESS",
|
|
35
|
+
Succeeded = "SUCCEEDED",
|
|
36
|
+
SucceededWithWarning = "SUCCEEDED_WITH_WARNING",
|
|
37
|
+
Failed = "FAILED",
|
|
38
|
+
FailedIgnored = "FAILED_IGNORED",
|
|
39
|
+
TimedOut = "TIMED_OUT",
|
|
40
|
+
TimedOutIgnored = "TIMED_OUT_IGNORED",
|
|
41
|
+
Paused = "PAUSED",
|
|
42
|
+
Canceled = "CANCELED",
|
|
43
|
+
/**
|
|
44
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
45
|
+
* version of the SDK.
|
|
46
|
+
*/
|
|
47
|
+
UnknownValue = "UNKNOWN_VALUE"
|
|
48
|
+
}
|
|
49
|
+
export declare namespace DrPlanGroupExecutionStatus {
|
|
50
|
+
function getJsonObj(obj: DrPlanGroupExecutionStatus): DrPlanGroupExecutionStatus;
|
|
51
|
+
function getDeserializedJsonObj(obj: DrPlanGroupExecutionStatus): DrPlanGroupExecutionStatus;
|
|
52
|
+
}
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Full Stack Disaster Recovery API
|
|
4
|
+
* Use the Full Stack Disaster Recovery (FSDR) API to manage disaster recovery for business applications.
|
|
5
|
+
FSDR is an OCI disaster recovery orchestration and management service that provides comprehensive disaster recovery
|
|
6
|
+
capabilities for all layers of an application stack, including infrastructure, middleware, database, and application.
|
|
7
|
+
|
|
8
|
+
* OpenAPI spec version: 20220125
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*
|
|
14
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
15
|
+
* 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.
|
|
16
|
+
*/
|
|
17
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18
|
+
exports.DrPlanGroupExecutionStatus = void 0;
|
|
19
|
+
/**
|
|
20
|
+
* Possible execution statuses for a DR Plan Group.
|
|
21
|
+
* - QUEUED - DR Plan Group execution has been queued.
|
|
22
|
+
* - DISABLED - DR Plan Group execution has been disabled.
|
|
23
|
+
* - IN_PROGRESS - DR Plan Group execution is in progress.
|
|
24
|
+
* - SUCCEEDED - DR Plan Group execution has succeeded.
|
|
25
|
+
* - SUCCEEDED_WITH_WARNING - DR Plan Group execution has succeeded, but with warnings.
|
|
26
|
+
* - FAILED - DR Plan Group execution has failed.
|
|
27
|
+
* - FAILED_IGNORED - DR Plan Group execution has failed, but was ignored.
|
|
28
|
+
* - TIMED_OUT - DR Plan Group execution has timed out.
|
|
29
|
+
* - TIMED_OUT_IGNORED - DR Plan Group execution has timed out, but was ignored.
|
|
30
|
+
* - PAUSED - DR Plan Group execution is paused.
|
|
31
|
+
* - CANCELED - DR Plan Group execution has been canceled.
|
|
32
|
+
*
|
|
33
|
+
**/
|
|
34
|
+
var DrPlanGroupExecutionStatus;
|
|
35
|
+
(function (DrPlanGroupExecutionStatus) {
|
|
36
|
+
DrPlanGroupExecutionStatus["Queued"] = "QUEUED";
|
|
37
|
+
DrPlanGroupExecutionStatus["Disabled"] = "DISABLED";
|
|
38
|
+
DrPlanGroupExecutionStatus["InProgress"] = "IN_PROGRESS";
|
|
39
|
+
DrPlanGroupExecutionStatus["Succeeded"] = "SUCCEEDED";
|
|
40
|
+
DrPlanGroupExecutionStatus["SucceededWithWarning"] = "SUCCEEDED_WITH_WARNING";
|
|
41
|
+
DrPlanGroupExecutionStatus["Failed"] = "FAILED";
|
|
42
|
+
DrPlanGroupExecutionStatus["FailedIgnored"] = "FAILED_IGNORED";
|
|
43
|
+
DrPlanGroupExecutionStatus["TimedOut"] = "TIMED_OUT";
|
|
44
|
+
DrPlanGroupExecutionStatus["TimedOutIgnored"] = "TIMED_OUT_IGNORED";
|
|
45
|
+
DrPlanGroupExecutionStatus["Paused"] = "PAUSED";
|
|
46
|
+
DrPlanGroupExecutionStatus["Canceled"] = "CANCELED";
|
|
47
|
+
/**
|
|
48
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
49
|
+
* version of the SDK.
|
|
50
|
+
*/
|
|
51
|
+
DrPlanGroupExecutionStatus["UnknownValue"] = "UNKNOWN_VALUE";
|
|
52
|
+
})(DrPlanGroupExecutionStatus = exports.DrPlanGroupExecutionStatus || (exports.DrPlanGroupExecutionStatus = {}));
|
|
53
|
+
(function (DrPlanGroupExecutionStatus) {
|
|
54
|
+
function getJsonObj(obj) {
|
|
55
|
+
return obj;
|
|
56
|
+
}
|
|
57
|
+
DrPlanGroupExecutionStatus.getJsonObj = getJsonObj;
|
|
58
|
+
function getDeserializedJsonObj(obj) {
|
|
59
|
+
return obj;
|
|
60
|
+
}
|
|
61
|
+
DrPlanGroupExecutionStatus.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
62
|
+
})(DrPlanGroupExecutionStatus = exports.DrPlanGroupExecutionStatus || (exports.DrPlanGroupExecutionStatus = {}));
|
|
63
|
+
//# sourceMappingURL=dr-plan-group-execution-status.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dr-plan-group-execution-status.js","sourceRoot":"","sources":["../../../../../lib/disasterrecovery/lib/model/dr-plan-group-execution-status.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;AAKH;;;;;;;;;;;;;;IAcI;AACJ,IAAY,0BAkBX;AAlBD,WAAY,0BAA0B;IACpC,+CAAiB,CAAA;IACjB,mDAAqB,CAAA;IACrB,wDAA0B,CAAA;IAC1B,qDAAuB,CAAA;IACvB,6EAA+C,CAAA;IAC/C,+CAAiB,CAAA;IACjB,8DAAgC,CAAA;IAChC,oDAAsB,CAAA;IACtB,mEAAqC,CAAA;IACrC,+CAAiB,CAAA;IACjB,mDAAqB,CAAA;IAErB;;;OAGG;IACH,4DAA8B,CAAA;AAChC,CAAC,EAlBW,0BAA0B,GAA1B,kCAA0B,KAA1B,kCAA0B,QAkBrC;AAED,WAAiB,0BAA0B;IACzC,SAAgB,UAAU,CAAC,GAA+B;QACxD,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,qCAAU,aAEzB,CAAA;IACD,SAAgB,sBAAsB,CACpC,GAA+B;QAE/B,OAAO,GAAG,CAAC;IACb,CAAC;IAJe,iDAAsB,yBAIrC,CAAA;AACH,CAAC,EATgB,0BAA0B,GAA1B,kCAA0B,KAA1B,kCAA0B,QAS1C"}
|
|
@@ -0,0 +1,82 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Full Stack Disaster Recovery API
|
|
3
|
+
* Use the Full Stack Disaster Recovery (FSDR) API to manage disaster recovery for business applications.
|
|
4
|
+
FSDR is an OCI disaster recovery orchestration and management service that provides comprehensive disaster recovery
|
|
5
|
+
capabilities for all layers of an application stack, including infrastructure, middleware, database, and application.
|
|
6
|
+
|
|
7
|
+
* OpenAPI spec version: 20220125
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
11
|
+
* Do not edit the class manually.
|
|
12
|
+
*
|
|
13
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
14
|
+
* 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.
|
|
15
|
+
*/
|
|
16
|
+
import * as model from "../model";
|
|
17
|
+
/**
|
|
18
|
+
* Summary information about a group execution in a DR Plan Execution.
|
|
19
|
+
*/
|
|
20
|
+
export interface DrPlanGroupExecution {
|
|
21
|
+
/**
|
|
22
|
+
* The unique id of the group. Must not be modified by user.
|
|
23
|
+
* <p>
|
|
24
|
+
Example: `sgid1.group..examplegroupsgid`
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
27
|
+
"groupId": string;
|
|
28
|
+
/**
|
|
29
|
+
* The plan group type.
|
|
30
|
+
*
|
|
31
|
+
*/
|
|
32
|
+
"type": model.DrPlanGroupType;
|
|
33
|
+
/**
|
|
34
|
+
* The display name of group that was executed.
|
|
35
|
+
* <p>
|
|
36
|
+
Example: `DATABASE_SWITCHOVER`
|
|
37
|
+
*
|
|
38
|
+
*/
|
|
39
|
+
"displayName": string;
|
|
40
|
+
/**
|
|
41
|
+
* The status of the group execution.
|
|
42
|
+
*
|
|
43
|
+
*/
|
|
44
|
+
"status": model.DrPlanGroupExecutionStatus;
|
|
45
|
+
/**
|
|
46
|
+
* Additional details about the group execution status.
|
|
47
|
+
* <p>
|
|
48
|
+
Example: `A total of three steps failed in the group`
|
|
49
|
+
*
|
|
50
|
+
*/
|
|
51
|
+
"statusDetails"?: string;
|
|
52
|
+
/**
|
|
53
|
+
* The time at which group execution began. An RFC3339 formatted datetime string.
|
|
54
|
+
* <p>
|
|
55
|
+
Example: `2019-03-29T09:36:42Z`
|
|
56
|
+
*
|
|
57
|
+
*/
|
|
58
|
+
"timeStarted"?: Date;
|
|
59
|
+
/**
|
|
60
|
+
* The time at which group execution ended. An RFC3339 formatted datetime string.
|
|
61
|
+
* <p>
|
|
62
|
+
Example: `2019-03-29T09:36:42Z`
|
|
63
|
+
*
|
|
64
|
+
*/
|
|
65
|
+
"timeEnded"?: Date;
|
|
66
|
+
/**
|
|
67
|
+
* The total duration in seconds taken to complete group execution.
|
|
68
|
+
* <p>
|
|
69
|
+
Example: `120`
|
|
70
|
+
* Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
71
|
+
*/
|
|
72
|
+
"executionDurationInSec"?: number;
|
|
73
|
+
/**
|
|
74
|
+
* A list of details of each step executed in this group.
|
|
75
|
+
*
|
|
76
|
+
*/
|
|
77
|
+
"stepExecutions": Array<model.DrPlanStepExecution>;
|
|
78
|
+
}
|
|
79
|
+
export declare namespace DrPlanGroupExecution {
|
|
80
|
+
function getJsonObj(obj: DrPlanGroupExecution): object;
|
|
81
|
+
function getDeserializedJsonObj(obj: DrPlanGroupExecution): object;
|
|
82
|
+
}
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Full Stack Disaster Recovery API
|
|
4
|
+
* Use the Full Stack Disaster Recovery (FSDR) API to manage disaster recovery for business applications.
|
|
5
|
+
FSDR is an OCI disaster recovery orchestration and management service that provides comprehensive disaster recovery
|
|
6
|
+
capabilities for all layers of an application stack, including infrastructure, middleware, database, and application.
|
|
7
|
+
|
|
8
|
+
* OpenAPI spec version: 20220125
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*
|
|
14
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
15
|
+
* 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.
|
|
16
|
+
*/
|
|
17
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
18
|
+
if (k2 === undefined) k2 = k;
|
|
19
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
20
|
+
}) : (function(o, m, k, k2) {
|
|
21
|
+
if (k2 === undefined) k2 = k;
|
|
22
|
+
o[k2] = m[k];
|
|
23
|
+
}));
|
|
24
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
25
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
26
|
+
}) : function(o, v) {
|
|
27
|
+
o["default"] = v;
|
|
28
|
+
});
|
|
29
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
30
|
+
if (mod && mod.__esModule) return mod;
|
|
31
|
+
var result = {};
|
|
32
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
33
|
+
__setModuleDefault(result, mod);
|
|
34
|
+
return result;
|
|
35
|
+
};
|
|
36
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
+
exports.DrPlanGroupExecution = void 0;
|
|
38
|
+
const model = __importStar(require("../model"));
|
|
39
|
+
var DrPlanGroupExecution;
|
|
40
|
+
(function (DrPlanGroupExecution) {
|
|
41
|
+
function getJsonObj(obj) {
|
|
42
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
43
|
+
"stepExecutions": obj.stepExecutions
|
|
44
|
+
? obj.stepExecutions.map(item => {
|
|
45
|
+
return model.DrPlanStepExecution.getJsonObj(item);
|
|
46
|
+
})
|
|
47
|
+
: undefined
|
|
48
|
+
});
|
|
49
|
+
return jsonObj;
|
|
50
|
+
}
|
|
51
|
+
DrPlanGroupExecution.getJsonObj = getJsonObj;
|
|
52
|
+
function getDeserializedJsonObj(obj) {
|
|
53
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
54
|
+
"stepExecutions": obj.stepExecutions
|
|
55
|
+
? obj.stepExecutions.map(item => {
|
|
56
|
+
return model.DrPlanStepExecution.getDeserializedJsonObj(item);
|
|
57
|
+
})
|
|
58
|
+
: undefined
|
|
59
|
+
});
|
|
60
|
+
return jsonObj;
|
|
61
|
+
}
|
|
62
|
+
DrPlanGroupExecution.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
63
|
+
})(DrPlanGroupExecution = exports.DrPlanGroupExecution || (exports.DrPlanGroupExecution = {}));
|
|
64
|
+
//# sourceMappingURL=dr-plan-group-execution.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dr-plan-group-execution.js","sourceRoot":"","sources":["../../../../../lib/disasterrecovery/lib/model/dr-plan-group-execution.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAkElC,IAAiB,oBAAoB,CA6BpC;AA7BD,WAAiB,oBAAoB;IACnC,SAAgB,UAAU,CAAC,GAAyB;QAClD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,gBAAgB,EAAE,GAAG,CAAC,cAAc;gBAClC,CAAC,CAAC,GAAG,CAAC,cAAc,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC5B,OAAO,KAAK,CAAC,mBAAmB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACpD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,+BAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAyB;QAC9D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,gBAAgB,EAAE,GAAG,CAAC,cAAc;gBAClC,CAAC,CAAC,GAAG,CAAC,cAAc,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC5B,OAAO,KAAK,CAAC,mBAAmB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAChE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,2CAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,oBAAoB,GAApB,4BAAoB,KAApB,4BAAoB,QA6BpC"}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Full Stack Disaster Recovery API
|
|
3
|
+
* Use the Full Stack Disaster Recovery (FSDR) API to manage disaster recovery for business applications.
|
|
4
|
+
FSDR is an OCI disaster recovery orchestration and management service that provides comprehensive disaster recovery
|
|
5
|
+
capabilities for all layers of an application stack, including infrastructure, middleware, database, and application.
|
|
6
|
+
|
|
7
|
+
* OpenAPI spec version: 20220125
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
11
|
+
* Do not edit the class manually.
|
|
12
|
+
*
|
|
13
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
14
|
+
* 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.
|
|
15
|
+
*/
|
|
16
|
+
/**
|
|
17
|
+
* Group types in a DR Plan.
|
|
18
|
+
* - USER_DEFINED - DR Plan group whose contents are defined by the user.
|
|
19
|
+
* - BUILT_IN - DR Plan group whose contents are pre-defined by the service.
|
|
20
|
+
* - BUILT_IN_PRECHECK - DR Plan precheck group whose contents are pre-defined by the service.
|
|
21
|
+
*
|
|
22
|
+
**/
|
|
23
|
+
export declare enum DrPlanGroupType {
|
|
24
|
+
UserDefined = "USER_DEFINED",
|
|
25
|
+
BuiltIn = "BUILT_IN",
|
|
26
|
+
BuiltInPrecheck = "BUILT_IN_PRECHECK",
|
|
27
|
+
/**
|
|
28
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
29
|
+
* version of the SDK.
|
|
30
|
+
*/
|
|
31
|
+
UnknownValue = "UNKNOWN_VALUE"
|
|
32
|
+
}
|
|
33
|
+
export declare namespace DrPlanGroupType {
|
|
34
|
+
function getJsonObj(obj: DrPlanGroupType): DrPlanGroupType;
|
|
35
|
+
function getDeserializedJsonObj(obj: DrPlanGroupType): DrPlanGroupType;
|
|
36
|
+
}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Full Stack Disaster Recovery API
|
|
4
|
+
* Use the Full Stack Disaster Recovery (FSDR) API to manage disaster recovery for business applications.
|
|
5
|
+
FSDR is an OCI disaster recovery orchestration and management service that provides comprehensive disaster recovery
|
|
6
|
+
capabilities for all layers of an application stack, including infrastructure, middleware, database, and application.
|
|
7
|
+
|
|
8
|
+
* OpenAPI spec version: 20220125
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*
|
|
14
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
15
|
+
* 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.
|
|
16
|
+
*/
|
|
17
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18
|
+
exports.DrPlanGroupType = void 0;
|
|
19
|
+
/**
|
|
20
|
+
* Group types in a DR Plan.
|
|
21
|
+
* - USER_DEFINED - DR Plan group whose contents are defined by the user.
|
|
22
|
+
* - BUILT_IN - DR Plan group whose contents are pre-defined by the service.
|
|
23
|
+
* - BUILT_IN_PRECHECK - DR Plan precheck group whose contents are pre-defined by the service.
|
|
24
|
+
*
|
|
25
|
+
**/
|
|
26
|
+
var DrPlanGroupType;
|
|
27
|
+
(function (DrPlanGroupType) {
|
|
28
|
+
DrPlanGroupType["UserDefined"] = "USER_DEFINED";
|
|
29
|
+
DrPlanGroupType["BuiltIn"] = "BUILT_IN";
|
|
30
|
+
DrPlanGroupType["BuiltInPrecheck"] = "BUILT_IN_PRECHECK";
|
|
31
|
+
/**
|
|
32
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
33
|
+
* version of the SDK.
|
|
34
|
+
*/
|
|
35
|
+
DrPlanGroupType["UnknownValue"] = "UNKNOWN_VALUE";
|
|
36
|
+
})(DrPlanGroupType = exports.DrPlanGroupType || (exports.DrPlanGroupType = {}));
|
|
37
|
+
(function (DrPlanGroupType) {
|
|
38
|
+
function getJsonObj(obj) {
|
|
39
|
+
return obj;
|
|
40
|
+
}
|
|
41
|
+
DrPlanGroupType.getJsonObj = getJsonObj;
|
|
42
|
+
function getDeserializedJsonObj(obj) {
|
|
43
|
+
return obj;
|
|
44
|
+
}
|
|
45
|
+
DrPlanGroupType.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
46
|
+
})(DrPlanGroupType = exports.DrPlanGroupType || (exports.DrPlanGroupType = {}));
|
|
47
|
+
//# sourceMappingURL=dr-plan-group-type.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dr-plan-group-type.js","sourceRoot":"","sources":["../../../../../lib/disasterrecovery/lib/model/dr-plan-group-type.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;AAKH;;;;;;IAMI;AACJ,IAAY,eAUX;AAVD,WAAY,eAAe;IACzB,+CAA4B,CAAA;IAC5B,uCAAoB,CAAA;IACpB,wDAAqC,CAAA;IAErC;;;OAGG;IACH,iDAA8B,CAAA;AAChC,CAAC,EAVW,eAAe,GAAf,uBAAe,KAAf,uBAAe,QAU1B;AAED,WAAiB,eAAe;IAC9B,SAAgB,UAAU,CAAC,GAAoB;QAC7C,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,0BAAU,aAEzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAoB;QACzD,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,sCAAsB,yBAErC,CAAA;AACH,CAAC,EAPgB,eAAe,GAAf,uBAAe,KAAf,uBAAe,QAO/B"}
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Full Stack Disaster Recovery API
|
|
3
|
+
* Use the Full Stack Disaster Recovery (FSDR) API to manage disaster recovery for business applications.
|
|
4
|
+
FSDR is an OCI disaster recovery orchestration and management service that provides comprehensive disaster recovery
|
|
5
|
+
capabilities for all layers of an application stack, including infrastructure, middleware, database, and application.
|
|
6
|
+
|
|
7
|
+
* OpenAPI spec version: 20220125
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
11
|
+
* Do not edit the class manually.
|
|
12
|
+
*
|
|
13
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
14
|
+
* 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.
|
|
15
|
+
*/
|
|
16
|
+
import * as model from "../model";
|
|
17
|
+
/**
|
|
18
|
+
* Details of a plan group in a DR Plan.
|
|
19
|
+
*/
|
|
20
|
+
export interface DrPlanGroup {
|
|
21
|
+
/**
|
|
22
|
+
* The unique id of this group. Must not be modified by user.
|
|
23
|
+
* <p>
|
|
24
|
+
Example: `sgid1.group..examplegroupsgid`
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
27
|
+
"id": string;
|
|
28
|
+
/**
|
|
29
|
+
* The plan group type.
|
|
30
|
+
*
|
|
31
|
+
*/
|
|
32
|
+
"type": model.DrPlanGroupType;
|
|
33
|
+
/**
|
|
34
|
+
* The display name of this DR Plan Group.
|
|
35
|
+
* <p>
|
|
36
|
+
Example: `DATABASE_SWITCHOVER`
|
|
37
|
+
*
|
|
38
|
+
*/
|
|
39
|
+
"displayName": string;
|
|
40
|
+
/**
|
|
41
|
+
* The list of steps in this plan group.
|
|
42
|
+
*
|
|
43
|
+
*/
|
|
44
|
+
"steps": Array<model.DrPlanStep>;
|
|
45
|
+
}
|
|
46
|
+
export declare namespace DrPlanGroup {
|
|
47
|
+
function getJsonObj(obj: DrPlanGroup): object;
|
|
48
|
+
function getDeserializedJsonObj(obj: DrPlanGroup): object;
|
|
49
|
+
}
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Full Stack Disaster Recovery API
|
|
4
|
+
* Use the Full Stack Disaster Recovery (FSDR) API to manage disaster recovery for business applications.
|
|
5
|
+
FSDR is an OCI disaster recovery orchestration and management service that provides comprehensive disaster recovery
|
|
6
|
+
capabilities for all layers of an application stack, including infrastructure, middleware, database, and application.
|
|
7
|
+
|
|
8
|
+
* OpenAPI spec version: 20220125
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*
|
|
14
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
15
|
+
* 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.
|
|
16
|
+
*/
|
|
17
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
18
|
+
if (k2 === undefined) k2 = k;
|
|
19
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
20
|
+
}) : (function(o, m, k, k2) {
|
|
21
|
+
if (k2 === undefined) k2 = k;
|
|
22
|
+
o[k2] = m[k];
|
|
23
|
+
}));
|
|
24
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
25
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
26
|
+
}) : function(o, v) {
|
|
27
|
+
o["default"] = v;
|
|
28
|
+
});
|
|
29
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
30
|
+
if (mod && mod.__esModule) return mod;
|
|
31
|
+
var result = {};
|
|
32
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
33
|
+
__setModuleDefault(result, mod);
|
|
34
|
+
return result;
|
|
35
|
+
};
|
|
36
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
+
exports.DrPlanGroup = void 0;
|
|
38
|
+
const model = __importStar(require("../model"));
|
|
39
|
+
var DrPlanGroup;
|
|
40
|
+
(function (DrPlanGroup) {
|
|
41
|
+
function getJsonObj(obj) {
|
|
42
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
43
|
+
"steps": obj.steps
|
|
44
|
+
? obj.steps.map(item => {
|
|
45
|
+
return model.DrPlanStep.getJsonObj(item);
|
|
46
|
+
})
|
|
47
|
+
: undefined
|
|
48
|
+
});
|
|
49
|
+
return jsonObj;
|
|
50
|
+
}
|
|
51
|
+
DrPlanGroup.getJsonObj = getJsonObj;
|
|
52
|
+
function getDeserializedJsonObj(obj) {
|
|
53
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
54
|
+
"steps": obj.steps
|
|
55
|
+
? obj.steps.map(item => {
|
|
56
|
+
return model.DrPlanStep.getDeserializedJsonObj(item);
|
|
57
|
+
})
|
|
58
|
+
: undefined
|
|
59
|
+
});
|
|
60
|
+
return jsonObj;
|
|
61
|
+
}
|
|
62
|
+
DrPlanGroup.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
63
|
+
})(DrPlanGroup = exports.DrPlanGroup || (exports.DrPlanGroup = {}));
|
|
64
|
+
//# sourceMappingURL=dr-plan-group.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dr-plan-group.js","sourceRoot":"","sources":["../../../../../lib/disasterrecovery/lib/model/dr-plan-group.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAiClC,IAAiB,WAAW,CA6B3B;AA7BD,WAAiB,WAAW;IAC1B,SAAgB,UAAU,CAAC,GAAgB;QACzC,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,UAAU,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAC3C,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,sBAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAgB;QACrD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,UAAU,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACvD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,kCAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,WAAW,GAAX,mBAAW,KAAX,mBAAW,QA6B3B"}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Full Stack Disaster Recovery API
|
|
3
|
+
* Use the Full Stack Disaster Recovery (FSDR) API to manage disaster recovery for business applications.
|
|
4
|
+
FSDR is an OCI disaster recovery orchestration and management service that provides comprehensive disaster recovery
|
|
5
|
+
capabilities for all layers of an application stack, including infrastructure, middleware, database, and application.
|
|
6
|
+
|
|
7
|
+
* OpenAPI spec version: 20220125
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
11
|
+
* Do not edit the class manually.
|
|
12
|
+
*
|
|
13
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
14
|
+
* 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.
|
|
15
|
+
*/
|
|
16
|
+
/**
|
|
17
|
+
* Possible lifecycle states of a DR Plan.
|
|
18
|
+
* - CREATING - DR Plan is being created.
|
|
19
|
+
* - UPDATING - DR Plan is being updated.
|
|
20
|
+
* - ACTIVE - DR Plan is active and available for operations.
|
|
21
|
+
* - INACTIVE - DR Plan is inactive and is not available for operations.
|
|
22
|
+
* - DELETING - DR Plan is being deleted.
|
|
23
|
+
* - DELETED - DR Plan has been deleted.
|
|
24
|
+
* - FAILED - DR Plan creation failed.
|
|
25
|
+
* - NEEDS_ATTENTION - DR Plan has failed to update.
|
|
26
|
+
*
|
|
27
|
+
**/
|
|
28
|
+
export declare enum DrPlanLifecycleState {
|
|
29
|
+
Creating = "CREATING",
|
|
30
|
+
Updating = "UPDATING",
|
|
31
|
+
Active = "ACTIVE",
|
|
32
|
+
Inactive = "INACTIVE",
|
|
33
|
+
Deleting = "DELETING",
|
|
34
|
+
Deleted = "DELETED",
|
|
35
|
+
Failed = "FAILED",
|
|
36
|
+
NeedsAttention = "NEEDS_ATTENTION",
|
|
37
|
+
/**
|
|
38
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
39
|
+
* version of the SDK.
|
|
40
|
+
*/
|
|
41
|
+
UnknownValue = "UNKNOWN_VALUE"
|
|
42
|
+
}
|
|
43
|
+
export declare namespace DrPlanLifecycleState {
|
|
44
|
+
function getJsonObj(obj: DrPlanLifecycleState): DrPlanLifecycleState;
|
|
45
|
+
function getDeserializedJsonObj(obj: DrPlanLifecycleState): DrPlanLifecycleState;
|
|
46
|
+
}
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Full Stack Disaster Recovery API
|
|
4
|
+
* Use the Full Stack Disaster Recovery (FSDR) API to manage disaster recovery for business applications.
|
|
5
|
+
FSDR is an OCI disaster recovery orchestration and management service that provides comprehensive disaster recovery
|
|
6
|
+
capabilities for all layers of an application stack, including infrastructure, middleware, database, and application.
|
|
7
|
+
|
|
8
|
+
* OpenAPI spec version: 20220125
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*
|
|
14
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
15
|
+
* 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.
|
|
16
|
+
*/
|
|
17
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18
|
+
exports.DrPlanLifecycleState = void 0;
|
|
19
|
+
/**
|
|
20
|
+
* Possible lifecycle states of a DR Plan.
|
|
21
|
+
* - CREATING - DR Plan is being created.
|
|
22
|
+
* - UPDATING - DR Plan is being updated.
|
|
23
|
+
* - ACTIVE - DR Plan is active and available for operations.
|
|
24
|
+
* - INACTIVE - DR Plan is inactive and is not available for operations.
|
|
25
|
+
* - DELETING - DR Plan is being deleted.
|
|
26
|
+
* - DELETED - DR Plan has been deleted.
|
|
27
|
+
* - FAILED - DR Plan creation failed.
|
|
28
|
+
* - NEEDS_ATTENTION - DR Plan has failed to update.
|
|
29
|
+
*
|
|
30
|
+
**/
|
|
31
|
+
var DrPlanLifecycleState;
|
|
32
|
+
(function (DrPlanLifecycleState) {
|
|
33
|
+
DrPlanLifecycleState["Creating"] = "CREATING";
|
|
34
|
+
DrPlanLifecycleState["Updating"] = "UPDATING";
|
|
35
|
+
DrPlanLifecycleState["Active"] = "ACTIVE";
|
|
36
|
+
DrPlanLifecycleState["Inactive"] = "INACTIVE";
|
|
37
|
+
DrPlanLifecycleState["Deleting"] = "DELETING";
|
|
38
|
+
DrPlanLifecycleState["Deleted"] = "DELETED";
|
|
39
|
+
DrPlanLifecycleState["Failed"] = "FAILED";
|
|
40
|
+
DrPlanLifecycleState["NeedsAttention"] = "NEEDS_ATTENTION";
|
|
41
|
+
/**
|
|
42
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
43
|
+
* version of the SDK.
|
|
44
|
+
*/
|
|
45
|
+
DrPlanLifecycleState["UnknownValue"] = "UNKNOWN_VALUE";
|
|
46
|
+
})(DrPlanLifecycleState = exports.DrPlanLifecycleState || (exports.DrPlanLifecycleState = {}));
|
|
47
|
+
(function (DrPlanLifecycleState) {
|
|
48
|
+
function getJsonObj(obj) {
|
|
49
|
+
return obj;
|
|
50
|
+
}
|
|
51
|
+
DrPlanLifecycleState.getJsonObj = getJsonObj;
|
|
52
|
+
function getDeserializedJsonObj(obj) {
|
|
53
|
+
return obj;
|
|
54
|
+
}
|
|
55
|
+
DrPlanLifecycleState.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
56
|
+
})(DrPlanLifecycleState = exports.DrPlanLifecycleState || (exports.DrPlanLifecycleState = {}));
|
|
57
|
+
//# sourceMappingURL=dr-plan-lifecycle-state.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dr-plan-lifecycle-state.js","sourceRoot":"","sources":["../../../../../lib/disasterrecovery/lib/model/dr-plan-lifecycle-state.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;AAKH;;;;;;;;;;;IAWI;AACJ,IAAY,oBAeX;AAfD,WAAY,oBAAoB;IAC9B,6CAAqB,CAAA;IACrB,6CAAqB,CAAA;IACrB,yCAAiB,CAAA;IACjB,6CAAqB,CAAA;IACrB,6CAAqB,CAAA;IACrB,2CAAmB,CAAA;IACnB,yCAAiB,CAAA;IACjB,0DAAkC,CAAA;IAElC;;;OAGG;IACH,sDAA8B,CAAA;AAChC,CAAC,EAfW,oBAAoB,GAApB,4BAAoB,KAApB,4BAAoB,QAe/B;AAED,WAAiB,oBAAoB;IACnC,SAAgB,UAAU,CAAC,GAAyB;QAClD,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,+BAAU,aAEzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAyB;QAC9D,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,2CAAsB,yBAErC,CAAA;AACH,CAAC,EAPgB,oBAAoB,GAApB,4BAAoB,KAApB,4BAAoB,QAOpC"}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Full Stack Disaster Recovery API
|
|
3
|
+
* Use the Full Stack Disaster Recovery (FSDR) API to manage disaster recovery for business applications.
|
|
4
|
+
FSDR is an OCI disaster recovery orchestration and management service that provides comprehensive disaster recovery
|
|
5
|
+
capabilities for all layers of an application stack, including infrastructure, middleware, database, and application.
|
|
6
|
+
|
|
7
|
+
* OpenAPI spec version: 20220125
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
11
|
+
* Do not edit the class manually.
|
|
12
|
+
*
|
|
13
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
14
|
+
* 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.
|
|
15
|
+
*/
|
|
16
|
+
/**
|
|
17
|
+
* Types of error modes for steps in a DR Plan.
|
|
18
|
+
* - STOP_ON_ERROR - Stop DR Plan execution if this step fails.
|
|
19
|
+
* - CONTINUE_ON_ERROR - Continue DR Plan execution even if this step fails.
|
|
20
|
+
*
|
|
21
|
+
**/
|
|
22
|
+
export declare enum DrPlanStepErrorMode {
|
|
23
|
+
StopOnError = "STOP_ON_ERROR",
|
|
24
|
+
ContinueOnError = "CONTINUE_ON_ERROR",
|
|
25
|
+
/**
|
|
26
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
27
|
+
* version of the SDK.
|
|
28
|
+
*/
|
|
29
|
+
UnknownValue = "UNKNOWN_VALUE"
|
|
30
|
+
}
|
|
31
|
+
export declare namespace DrPlanStepErrorMode {
|
|
32
|
+
function getJsonObj(obj: DrPlanStepErrorMode): DrPlanStepErrorMode;
|
|
33
|
+
function getDeserializedJsonObj(obj: DrPlanStepErrorMode): DrPlanStepErrorMode;
|
|
34
|
+
}
|