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,25 @@
|
|
|
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
|
+
* The options for a plan execution.
|
|
18
|
+
*/
|
|
19
|
+
export interface DrPlanExecutionOptions {
|
|
20
|
+
"planExecutionType": string;
|
|
21
|
+
}
|
|
22
|
+
export declare namespace DrPlanExecutionOptions {
|
|
23
|
+
function getJsonObj(obj: DrPlanExecutionOptions): object;
|
|
24
|
+
function getDeserializedJsonObj(obj: DrPlanExecutionOptions): object;
|
|
25
|
+
}
|
|
@@ -0,0 +1,83 @@
|
|
|
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.DrPlanExecutionOptions = void 0;
|
|
38
|
+
const model = __importStar(require("../model"));
|
|
39
|
+
const common = require("oci-common");
|
|
40
|
+
var DrPlanExecutionOptions;
|
|
41
|
+
(function (DrPlanExecutionOptions) {
|
|
42
|
+
function getJsonObj(obj) {
|
|
43
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
44
|
+
if (obj && "planExecutionType" in obj && obj.planExecutionType) {
|
|
45
|
+
switch (obj.planExecutionType) {
|
|
46
|
+
case "SWITCHOVER":
|
|
47
|
+
return model.SwitchoverExecutionOptions.getJsonObj(jsonObj, true);
|
|
48
|
+
case "FAILOVER_PRECHECK":
|
|
49
|
+
return model.FailoverPrecheckExecutionOptions.getJsonObj(jsonObj, true);
|
|
50
|
+
case "SWITCHOVER_PRECHECK":
|
|
51
|
+
return model.SwitchoverPrecheckExecutionOptions.getJsonObj(jsonObj, true);
|
|
52
|
+
case "FAILOVER":
|
|
53
|
+
return model.FailoverExecutionOptions.getJsonObj(jsonObj, true);
|
|
54
|
+
default:
|
|
55
|
+
if (common.LOG.logger)
|
|
56
|
+
common.LOG.logger.info(`Unknown value for: ${obj.planExecutionType}`);
|
|
57
|
+
}
|
|
58
|
+
}
|
|
59
|
+
return jsonObj;
|
|
60
|
+
}
|
|
61
|
+
DrPlanExecutionOptions.getJsonObj = getJsonObj;
|
|
62
|
+
function getDeserializedJsonObj(obj) {
|
|
63
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
64
|
+
if (obj && "planExecutionType" in obj && obj.planExecutionType) {
|
|
65
|
+
switch (obj.planExecutionType) {
|
|
66
|
+
case "SWITCHOVER":
|
|
67
|
+
return model.SwitchoverExecutionOptions.getDeserializedJsonObj(jsonObj, true);
|
|
68
|
+
case "FAILOVER_PRECHECK":
|
|
69
|
+
return model.FailoverPrecheckExecutionOptions.getDeserializedJsonObj(jsonObj, true);
|
|
70
|
+
case "SWITCHOVER_PRECHECK":
|
|
71
|
+
return model.SwitchoverPrecheckExecutionOptions.getDeserializedJsonObj(jsonObj, true);
|
|
72
|
+
case "FAILOVER":
|
|
73
|
+
return model.FailoverExecutionOptions.getDeserializedJsonObj(jsonObj, true);
|
|
74
|
+
default:
|
|
75
|
+
if (common.LOG.logger)
|
|
76
|
+
common.LOG.logger.info(`Unknown value for: ${obj.planExecutionType}`);
|
|
77
|
+
}
|
|
78
|
+
}
|
|
79
|
+
return jsonObj;
|
|
80
|
+
}
|
|
81
|
+
DrPlanExecutionOptions.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
82
|
+
})(DrPlanExecutionOptions = exports.DrPlanExecutionOptions || (exports.DrPlanExecutionOptions = {}));
|
|
83
|
+
//# sourceMappingURL=dr-plan-execution-options.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dr-plan-execution-options.js","sourceRoot":"","sources":["../../../../../lib/disasterrecovery/lib/model/dr-plan-execution-options.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAClC,qCAAsC;AAStC,IAAiB,sBAAsB,CAiEtC;AAjED,WAAiB,sBAAsB;IACrC,SAAgB,UAAU,CAAC,GAA2B;QACpD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,GAAG,IAAI,mBAAmB,IAAI,GAAG,IAAI,GAAG,CAAC,iBAAiB,EAAE;YAC9D,QAAQ,GAAG,CAAC,iBAAiB,EAAE;gBAC7B,KAAK,YAAY;oBACf,OAAO,KAAK,CAAC,0BAA0B,CAAC,UAAU,CACL,OAAQ,EACnD,IAAI,CACL,CAAC;gBACJ,KAAK,mBAAmB;oBACtB,OAAO,KAAK,CAAC,gCAAgC,CAAC,UAAU,CACL,OAAQ,EACzD,IAAI,CACL,CAAC;gBACJ,KAAK,qBAAqB;oBACxB,OAAO,KAAK,CAAC,kCAAkC,CAAC,UAAU,CACL,OAAQ,EAC3D,IAAI,CACL,CAAC;gBACJ,KAAK,UAAU;oBACb,OAAO,KAAK,CAAC,wBAAwB,CAAC,UAAU,CACL,OAAQ,EACjD,IAAI,CACL,CAAC;gBACJ;oBACE,IAAI,MAAM,CAAC,GAAG,CAAC,MAAM;wBACnB,MAAM,CAAC,GAAG,CAAC,MAAM,CAAC,IAAI,CAAC,sBAAsB,GAAG,CAAC,iBAAiB,EAAE,CAAC,CAAC;aAC3E;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IA/Be,iCAAU,aA+BzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA2B;QAChE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,GAAG,IAAI,mBAAmB,IAAI,GAAG,IAAI,GAAG,CAAC,iBAAiB,EAAE;YAC9D,QAAQ,GAAG,CAAC,iBAAiB,EAAE;gBAC7B,KAAK,YAAY;oBACf,OAAO,KAAK,CAAC,0BAA0B,CAAC,sBAAsB,CACjB,OAAQ,EACnD,IAAI,CACL,CAAC;gBACJ,KAAK,mBAAmB;oBACtB,OAAO,KAAK,CAAC,gCAAgC,CAAC,sBAAsB,CACjB,OAAQ,EACzD,IAAI,CACL,CAAC;gBACJ,KAAK,qBAAqB;oBACxB,OAAO,KAAK,CAAC,kCAAkC,CAAC,sBAAsB,CACjB,OAAQ,EAC3D,IAAI,CACL,CAAC;gBACJ,KAAK,UAAU;oBACb,OAAO,KAAK,CAAC,wBAAwB,CAAC,sBAAsB,CACjB,OAAQ,EACjD,IAAI,CACL,CAAC;gBACJ;oBACE,IAAI,MAAM,CAAC,GAAG,CAAC,MAAM;wBACnB,MAAM,CAAC,GAAG,CAAC,MAAM,CAAC,IAAI,CAAC,sBAAsB,GAAG,CAAC,iBAAiB,EAAE,CAAC,CAAC;aAC3E;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IA/Be,6CAAsB,yBA+BrC,CAAA;AACH,CAAC,EAjEgB,sBAAsB,GAAtB,8BAAsB,KAAtB,8BAAsB,QAiEtC"}
|
|
@@ -0,0 +1,157 @@
|
|
|
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 DR Plan Execution.
|
|
19
|
+
*/
|
|
20
|
+
export interface DrPlanExecutionSummary {
|
|
21
|
+
/**
|
|
22
|
+
* The OCID of this plan execution.
|
|
23
|
+
* <p>
|
|
24
|
+
Example: `ocid1.drplanexecution.oc1.iad.exampleocid2`
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
27
|
+
"id": string;
|
|
28
|
+
/**
|
|
29
|
+
* The OCID of the compartment containing this plan execution.
|
|
30
|
+
* <p>
|
|
31
|
+
Example: `ocid1.compartment.oc1..exampleocid1`
|
|
32
|
+
*
|
|
33
|
+
*/
|
|
34
|
+
"compartmentId": string;
|
|
35
|
+
/**
|
|
36
|
+
* The display name of this DR Plan Execution.
|
|
37
|
+
* <p>
|
|
38
|
+
Example: `Execution - EBS Switchover PHX to IAD`
|
|
39
|
+
*
|
|
40
|
+
*/
|
|
41
|
+
"displayName": string;
|
|
42
|
+
/**
|
|
43
|
+
* The OCID of the DR Plan for this plan execution.
|
|
44
|
+
* <p>
|
|
45
|
+
Example: `ocid1.drplan.oc1.iad.exampleocid2`
|
|
46
|
+
*
|
|
47
|
+
*/
|
|
48
|
+
"planId": string;
|
|
49
|
+
/**
|
|
50
|
+
* The type of the DR Plan executed.
|
|
51
|
+
*
|
|
52
|
+
*/
|
|
53
|
+
"planExecutionType": model.DrPlanExecutionType;
|
|
54
|
+
/**
|
|
55
|
+
* The OCID of DR Protection Group associated with this plan execution.
|
|
56
|
+
* <p>
|
|
57
|
+
Example: `ocid1.drprotectiongroup.oc1.iad.exampleocid2`
|
|
58
|
+
*
|
|
59
|
+
*/
|
|
60
|
+
"drProtectionGroupId": string;
|
|
61
|
+
/**
|
|
62
|
+
* The OCID of peer (remote) DR Protection Group associated with this plan execution's
|
|
63
|
+
* DR Protection Group.
|
|
64
|
+
* <p>
|
|
65
|
+
Example: `ocid1.drprotectiongroup.oc1.phx.exampleocid1`
|
|
66
|
+
*
|
|
67
|
+
*/
|
|
68
|
+
"peerDrProtectionGroupId": string;
|
|
69
|
+
/**
|
|
70
|
+
* The region of the peer (remote) DR Protection Group.
|
|
71
|
+
* <p>
|
|
72
|
+
Example: `us-ashburn-1`
|
|
73
|
+
*
|
|
74
|
+
*/
|
|
75
|
+
"peerRegion": string;
|
|
76
|
+
"logLocation": model.ObjectStorageLogLocation;
|
|
77
|
+
/**
|
|
78
|
+
* The date and time at which DR Plan Execution was created. An RFC3339 formatted datetime string.
|
|
79
|
+
* <p>
|
|
80
|
+
Example: `2019-03-29T09:36:42Z`
|
|
81
|
+
*
|
|
82
|
+
*/
|
|
83
|
+
"timeCreated": Date;
|
|
84
|
+
/**
|
|
85
|
+
* The date and time at which DR Plan Execution began. An RFC3339 formatted datetime string.
|
|
86
|
+
* <p>
|
|
87
|
+
Example: `2019-03-29T09:36:42Z`
|
|
88
|
+
*
|
|
89
|
+
*/
|
|
90
|
+
"timeStarted"?: Date;
|
|
91
|
+
/**
|
|
92
|
+
* The time at which DR Plan Execution was last updated.
|
|
93
|
+
* <p>
|
|
94
|
+
Example: `2019-03-29T09:36:42Z`
|
|
95
|
+
*
|
|
96
|
+
*/
|
|
97
|
+
"timeUpdated": Date;
|
|
98
|
+
/**
|
|
99
|
+
* The date and time at which DR Plan Execution succeeded, failed, paused, or canceled.
|
|
100
|
+
* An RFC3339 formatted datetime string.
|
|
101
|
+
* <p>
|
|
102
|
+
Example: `2019-03-29T09:36:42Z`
|
|
103
|
+
*
|
|
104
|
+
*/
|
|
105
|
+
"timeEnded"?: Date;
|
|
106
|
+
/**
|
|
107
|
+
* The total duration in seconds taken to complete the DR Plan Execution.
|
|
108
|
+
* <p>
|
|
109
|
+
Example: `750`
|
|
110
|
+
* Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
111
|
+
*/
|
|
112
|
+
"executionDurationInSec"?: number;
|
|
113
|
+
/**
|
|
114
|
+
* The current state of the DR Plan Execution.
|
|
115
|
+
*
|
|
116
|
+
*/
|
|
117
|
+
"lifecycleState": model.DrPlanExecutionLifecycleState;
|
|
118
|
+
/**
|
|
119
|
+
* A message describing the DR Plan Execution's current state in more detail.
|
|
120
|
+
* <p>
|
|
121
|
+
Example: `The DR Plan Execution [Execution - EBS Switchover PHX to IAD] is currently in progress`
|
|
122
|
+
*
|
|
123
|
+
*/
|
|
124
|
+
"lifeCycleDetails"?: string;
|
|
125
|
+
/**
|
|
126
|
+
* Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
|
|
127
|
+
* Example: `{\"Department\": \"Finance\"}`
|
|
128
|
+
*
|
|
129
|
+
*/
|
|
130
|
+
"freeformTags"?: {
|
|
131
|
+
[key: string]: string;
|
|
132
|
+
};
|
|
133
|
+
/**
|
|
134
|
+
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
135
|
+
* Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
|
|
136
|
+
*
|
|
137
|
+
*/
|
|
138
|
+
"definedTags"?: {
|
|
139
|
+
[key: string]: {
|
|
140
|
+
[key: string]: any;
|
|
141
|
+
};
|
|
142
|
+
};
|
|
143
|
+
/**
|
|
144
|
+
* Usage of system tag keys. These predefined keys are scoped to namespaces.
|
|
145
|
+
* Example: `{\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}`
|
|
146
|
+
*
|
|
147
|
+
*/
|
|
148
|
+
"systemTags"?: {
|
|
149
|
+
[key: string]: {
|
|
150
|
+
[key: string]: any;
|
|
151
|
+
};
|
|
152
|
+
};
|
|
153
|
+
}
|
|
154
|
+
export declare namespace DrPlanExecutionSummary {
|
|
155
|
+
function getJsonObj(obj: DrPlanExecutionSummary): object;
|
|
156
|
+
function getDeserializedJsonObj(obj: DrPlanExecutionSummary): object;
|
|
157
|
+
}
|
|
@@ -0,0 +1,60 @@
|
|
|
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.DrPlanExecutionSummary = void 0;
|
|
38
|
+
const model = __importStar(require("../model"));
|
|
39
|
+
var DrPlanExecutionSummary;
|
|
40
|
+
(function (DrPlanExecutionSummary) {
|
|
41
|
+
function getJsonObj(obj) {
|
|
42
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
43
|
+
"logLocation": obj.logLocation
|
|
44
|
+
? model.ObjectStorageLogLocation.getJsonObj(obj.logLocation)
|
|
45
|
+
: undefined
|
|
46
|
+
});
|
|
47
|
+
return jsonObj;
|
|
48
|
+
}
|
|
49
|
+
DrPlanExecutionSummary.getJsonObj = getJsonObj;
|
|
50
|
+
function getDeserializedJsonObj(obj) {
|
|
51
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
52
|
+
"logLocation": obj.logLocation
|
|
53
|
+
? model.ObjectStorageLogLocation.getDeserializedJsonObj(obj.logLocation)
|
|
54
|
+
: undefined
|
|
55
|
+
});
|
|
56
|
+
return jsonObj;
|
|
57
|
+
}
|
|
58
|
+
DrPlanExecutionSummary.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
59
|
+
})(DrPlanExecutionSummary = exports.DrPlanExecutionSummary || (exports.DrPlanExecutionSummary = {}));
|
|
60
|
+
//# sourceMappingURL=dr-plan-execution-summary.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dr-plan-execution-summary.js","sourceRoot":"","sources":["../../../../../lib/disasterrecovery/lib/model/dr-plan-execution-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAmIlC,IAAiB,sBAAsB,CAyBtC;AAzBD,WAAiB,sBAAsB;IACrC,SAAgB,UAAU,CAAC,GAA2B;QACpD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,aAAa,EAAE,GAAG,CAAC,WAAW;gBAC5B,CAAC,CAAC,KAAK,CAAC,wBAAwB,CAAC,UAAU,CAAC,GAAG,CAAC,WAAW,CAAC;gBAC5D,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAXe,iCAAU,aAWzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA2B;QAChE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,aAAa,EAAE,GAAG,CAAC,WAAW;gBAC5B,CAAC,CAAC,KAAK,CAAC,wBAAwB,CAAC,sBAAsB,CAAC,GAAG,CAAC,WAAW,CAAC;gBACxE,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAXe,6CAAsB,yBAWrC,CAAA;AACH,CAAC,EAzBgB,sBAAsB,GAAtB,8BAAsB,KAAtB,8BAAsB,QAyBtC"}
|
|
@@ -0,0 +1,38 @@
|
|
|
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
|
+
* All available DR Plan types. Plans of type *precheck* are automatically created, updated, or deleted.
|
|
18
|
+
* - SWITCHOVER - Switchover from primary to standby.
|
|
19
|
+
* - SWITCHOVER_PRECHECK - Precheck for switchover DR Plan.
|
|
20
|
+
* - FAILOVER - Failover to standby.
|
|
21
|
+
* - FAILOVER_PRECHECK - Precheck for failover DR Plan.
|
|
22
|
+
*
|
|
23
|
+
**/
|
|
24
|
+
export declare enum DrPlanExecutionType {
|
|
25
|
+
Switchover = "SWITCHOVER",
|
|
26
|
+
SwitchoverPrecheck = "SWITCHOVER_PRECHECK",
|
|
27
|
+
Failover = "FAILOVER",
|
|
28
|
+
FailoverPrecheck = "FAILOVER_PRECHECK",
|
|
29
|
+
/**
|
|
30
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
31
|
+
* version of the SDK.
|
|
32
|
+
*/
|
|
33
|
+
UnknownValue = "UNKNOWN_VALUE"
|
|
34
|
+
}
|
|
35
|
+
export declare namespace DrPlanExecutionType {
|
|
36
|
+
function getJsonObj(obj: DrPlanExecutionType): DrPlanExecutionType;
|
|
37
|
+
function getDeserializedJsonObj(obj: DrPlanExecutionType): DrPlanExecutionType;
|
|
38
|
+
}
|
|
@@ -0,0 +1,49 @@
|
|
|
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.DrPlanExecutionType = void 0;
|
|
19
|
+
/**
|
|
20
|
+
* All available DR Plan types. Plans of type *precheck* are automatically created, updated, or deleted.
|
|
21
|
+
* - SWITCHOVER - Switchover from primary to standby.
|
|
22
|
+
* - SWITCHOVER_PRECHECK - Precheck for switchover DR Plan.
|
|
23
|
+
* - FAILOVER - Failover to standby.
|
|
24
|
+
* - FAILOVER_PRECHECK - Precheck for failover DR Plan.
|
|
25
|
+
*
|
|
26
|
+
**/
|
|
27
|
+
var DrPlanExecutionType;
|
|
28
|
+
(function (DrPlanExecutionType) {
|
|
29
|
+
DrPlanExecutionType["Switchover"] = "SWITCHOVER";
|
|
30
|
+
DrPlanExecutionType["SwitchoverPrecheck"] = "SWITCHOVER_PRECHECK";
|
|
31
|
+
DrPlanExecutionType["Failover"] = "FAILOVER";
|
|
32
|
+
DrPlanExecutionType["FailoverPrecheck"] = "FAILOVER_PRECHECK";
|
|
33
|
+
/**
|
|
34
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
35
|
+
* version of the SDK.
|
|
36
|
+
*/
|
|
37
|
+
DrPlanExecutionType["UnknownValue"] = "UNKNOWN_VALUE";
|
|
38
|
+
})(DrPlanExecutionType = exports.DrPlanExecutionType || (exports.DrPlanExecutionType = {}));
|
|
39
|
+
(function (DrPlanExecutionType) {
|
|
40
|
+
function getJsonObj(obj) {
|
|
41
|
+
return obj;
|
|
42
|
+
}
|
|
43
|
+
DrPlanExecutionType.getJsonObj = getJsonObj;
|
|
44
|
+
function getDeserializedJsonObj(obj) {
|
|
45
|
+
return obj;
|
|
46
|
+
}
|
|
47
|
+
DrPlanExecutionType.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
48
|
+
})(DrPlanExecutionType = exports.DrPlanExecutionType || (exports.DrPlanExecutionType = {}));
|
|
49
|
+
//# sourceMappingURL=dr-plan-execution-type.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dr-plan-execution-type.js","sourceRoot":"","sources":["../../../../../lib/disasterrecovery/lib/model/dr-plan-execution-type.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;AAKH;;;;;;;IAOI;AACJ,IAAY,mBAWX;AAXD,WAAY,mBAAmB;IAC7B,gDAAyB,CAAA;IACzB,iEAA0C,CAAA;IAC1C,4CAAqB,CAAA;IACrB,6DAAsC,CAAA;IAEtC;;;OAGG;IACH,qDAA8B,CAAA;AAChC,CAAC,EAXW,mBAAmB,GAAnB,2BAAmB,KAAnB,2BAAmB,QAW9B;AAED,WAAiB,mBAAmB;IAClC,SAAgB,UAAU,CAAC,GAAwB;QACjD,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,8BAAU,aAEzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAwB;QAC7D,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,0CAAsB,yBAErC,CAAA;AACH,CAAC,EAPgB,mBAAmB,GAAnB,2BAAmB,KAAnB,2BAAmB,QAOnC"}
|
|
@@ -0,0 +1,163 @@
|
|
|
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
|
+
* The details of a DR Plan Execution.
|
|
19
|
+
*/
|
|
20
|
+
export interface DrPlanExecution {
|
|
21
|
+
/**
|
|
22
|
+
* The OCID of the DR Plan Execution.
|
|
23
|
+
* <p>
|
|
24
|
+
Example: `ocid1.drplanexecution.oc1.iad.exampleocid2`
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
27
|
+
"id": string;
|
|
28
|
+
/**
|
|
29
|
+
* The OCID of the compartment containing this DR Plan Execution.
|
|
30
|
+
* <p>
|
|
31
|
+
Example: `ocid1.compartment.oc1..exampleocid1`
|
|
32
|
+
*
|
|
33
|
+
*/
|
|
34
|
+
"compartmentId": string;
|
|
35
|
+
/**
|
|
36
|
+
* The display name of this DR Plan Execution.
|
|
37
|
+
* <p>
|
|
38
|
+
Example: `Execution - EBS Switchover PHX to IAD`
|
|
39
|
+
*
|
|
40
|
+
*/
|
|
41
|
+
"displayName": string;
|
|
42
|
+
/**
|
|
43
|
+
* The OCID of the DR Plan.
|
|
44
|
+
* <p>
|
|
45
|
+
Example: `ocid1.drplan.oc1.iad.exampleocid2`
|
|
46
|
+
*
|
|
47
|
+
*/
|
|
48
|
+
"planId": string;
|
|
49
|
+
/**
|
|
50
|
+
* The type of the DR Plan executed.
|
|
51
|
+
*
|
|
52
|
+
*/
|
|
53
|
+
"planExecutionType": model.DrPlanExecutionType;
|
|
54
|
+
"executionOptions": model.SwitchoverExecutionOptions | model.FailoverPrecheckExecutionOptions | model.SwitchoverPrecheckExecutionOptions | model.FailoverExecutionOptions;
|
|
55
|
+
/**
|
|
56
|
+
* The OCID of the DR Protection Group to which this DR Plan Execution belongs.
|
|
57
|
+
* <p>
|
|
58
|
+
Example: `ocid1.drprotectiongroup.oc1.iad.exampleocid2`
|
|
59
|
+
*
|
|
60
|
+
*/
|
|
61
|
+
"drProtectionGroupId": string;
|
|
62
|
+
/**
|
|
63
|
+
* The OCID of peer (remote) DR Protection Group associated with this plan's
|
|
64
|
+
* DR Protection Group.
|
|
65
|
+
* <p>
|
|
66
|
+
Example: `ocid1.drprotectiongroup.oc1.phx.exampleocid1`
|
|
67
|
+
*
|
|
68
|
+
*/
|
|
69
|
+
"peerDrProtectionGroupId": string;
|
|
70
|
+
/**
|
|
71
|
+
* The region of the peer (remote) DR Protection Group.
|
|
72
|
+
* <p>
|
|
73
|
+
Example: `us-ashburn-1`
|
|
74
|
+
*
|
|
75
|
+
*/
|
|
76
|
+
"peerRegion": string;
|
|
77
|
+
"logLocation": model.ObjectStorageLogLocation;
|
|
78
|
+
/**
|
|
79
|
+
* The date and time at which DR Plan Execution was created. An RFC3339 formatted datetime string.
|
|
80
|
+
* <p>
|
|
81
|
+
Example: `2019-03-29T09:36:42Z`
|
|
82
|
+
*
|
|
83
|
+
*/
|
|
84
|
+
"timeCreated": Date;
|
|
85
|
+
/**
|
|
86
|
+
* The date and time at which DR Plan Execution began. An RFC3339 formatted datetime string.
|
|
87
|
+
* <p>
|
|
88
|
+
Example: `2019-03-29T09:36:42Z`
|
|
89
|
+
*
|
|
90
|
+
*/
|
|
91
|
+
"timeStarted"?: Date;
|
|
92
|
+
/**
|
|
93
|
+
* The time at which DR Plan Execution was last updated. An RFC3339 formatted datetime string.
|
|
94
|
+
* <p>
|
|
95
|
+
Example: `2019-03-29T09:36:42Z`
|
|
96
|
+
*
|
|
97
|
+
*/
|
|
98
|
+
"timeUpdated": Date;
|
|
99
|
+
/**
|
|
100
|
+
* The date and time at which DR Plan Execution succeeded, failed, was paused, or was canceled.
|
|
101
|
+
* An RFC3339 formatted datetime string.
|
|
102
|
+
* <p>
|
|
103
|
+
Example: `2019-03-29T09:36:42Z`
|
|
104
|
+
*
|
|
105
|
+
*/
|
|
106
|
+
"timeEnded"?: Date;
|
|
107
|
+
/**
|
|
108
|
+
* The total duration in seconds taken to complete the DR Plan Execution.
|
|
109
|
+
* <p>
|
|
110
|
+
Example: `750`
|
|
111
|
+
* Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
112
|
+
*/
|
|
113
|
+
"executionDurationInSec"?: number;
|
|
114
|
+
/**
|
|
115
|
+
* A list of groups executed in this DR Plan Execution.
|
|
116
|
+
*
|
|
117
|
+
*/
|
|
118
|
+
"groupExecutions": Array<model.DrPlanGroupExecution>;
|
|
119
|
+
/**
|
|
120
|
+
* The current state of the DR Plan Execution.
|
|
121
|
+
*
|
|
122
|
+
*/
|
|
123
|
+
"lifecycleState": model.DrPlanExecutionLifecycleState;
|
|
124
|
+
/**
|
|
125
|
+
* A message describing the DR Plan Execution's current state in more detail.
|
|
126
|
+
* <p>
|
|
127
|
+
Example: `The DR Plan Execution [Execution - EBS Switchover PHX to IAD] is currently in progress`
|
|
128
|
+
*
|
|
129
|
+
*/
|
|
130
|
+
"lifeCycleDetails"?: string;
|
|
131
|
+
/**
|
|
132
|
+
* Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
|
|
133
|
+
* Example: `{\"Department\": \"Finance\"}`
|
|
134
|
+
*
|
|
135
|
+
*/
|
|
136
|
+
"freeformTags"?: {
|
|
137
|
+
[key: string]: string;
|
|
138
|
+
};
|
|
139
|
+
/**
|
|
140
|
+
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
141
|
+
* Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
|
|
142
|
+
*
|
|
143
|
+
*/
|
|
144
|
+
"definedTags"?: {
|
|
145
|
+
[key: string]: {
|
|
146
|
+
[key: string]: any;
|
|
147
|
+
};
|
|
148
|
+
};
|
|
149
|
+
/**
|
|
150
|
+
* Usage of system tag keys. These predefined keys are scoped to namespaces.
|
|
151
|
+
* Example: `{\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}`
|
|
152
|
+
*
|
|
153
|
+
*/
|
|
154
|
+
"systemTags"?: {
|
|
155
|
+
[key: string]: {
|
|
156
|
+
[key: string]: any;
|
|
157
|
+
};
|
|
158
|
+
};
|
|
159
|
+
}
|
|
160
|
+
export declare namespace DrPlanExecution {
|
|
161
|
+
function getJsonObj(obj: DrPlanExecution): object;
|
|
162
|
+
function getDeserializedJsonObj(obj: DrPlanExecution): object;
|
|
163
|
+
}
|
|
@@ -0,0 +1,76 @@
|
|
|
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.DrPlanExecution = void 0;
|
|
38
|
+
const model = __importStar(require("../model"));
|
|
39
|
+
var DrPlanExecution;
|
|
40
|
+
(function (DrPlanExecution) {
|
|
41
|
+
function getJsonObj(obj) {
|
|
42
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
43
|
+
"executionOptions": obj.executionOptions
|
|
44
|
+
? model.DrPlanExecutionOptions.getJsonObj(obj.executionOptions)
|
|
45
|
+
: undefined,
|
|
46
|
+
"logLocation": obj.logLocation
|
|
47
|
+
? model.ObjectStorageLogLocation.getJsonObj(obj.logLocation)
|
|
48
|
+
: undefined,
|
|
49
|
+
"groupExecutions": obj.groupExecutions
|
|
50
|
+
? obj.groupExecutions.map(item => {
|
|
51
|
+
return model.DrPlanGroupExecution.getJsonObj(item);
|
|
52
|
+
})
|
|
53
|
+
: undefined
|
|
54
|
+
});
|
|
55
|
+
return jsonObj;
|
|
56
|
+
}
|
|
57
|
+
DrPlanExecution.getJsonObj = getJsonObj;
|
|
58
|
+
function getDeserializedJsonObj(obj) {
|
|
59
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
60
|
+
"executionOptions": obj.executionOptions
|
|
61
|
+
? model.DrPlanExecutionOptions.getDeserializedJsonObj(obj.executionOptions)
|
|
62
|
+
: undefined,
|
|
63
|
+
"logLocation": obj.logLocation
|
|
64
|
+
? model.ObjectStorageLogLocation.getDeserializedJsonObj(obj.logLocation)
|
|
65
|
+
: undefined,
|
|
66
|
+
"groupExecutions": obj.groupExecutions
|
|
67
|
+
? obj.groupExecutions.map(item => {
|
|
68
|
+
return model.DrPlanGroupExecution.getDeserializedJsonObj(item);
|
|
69
|
+
})
|
|
70
|
+
: undefined
|
|
71
|
+
});
|
|
72
|
+
return jsonObj;
|
|
73
|
+
}
|
|
74
|
+
DrPlanExecution.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
75
|
+
})(DrPlanExecution = exports.DrPlanExecution || (exports.DrPlanExecution = {}));
|
|
76
|
+
//# sourceMappingURL=dr-plan-execution.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dr-plan-execution.js","sourceRoot":"","sources":["../../../../../lib/disasterrecovery/lib/model/dr-plan-execution.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA6IlC,IAAiB,eAAe,CA6C/B;AA7CD,WAAiB,eAAe;IAC9B,SAAgB,UAAU,CAAC,GAAoB;QAC7C,MAAM,OAAO,mCACR,GAAG,GACH;YACD,kBAAkB,EAAE,GAAG,CAAC,gBAAgB;gBACtC,CAAC,CAAC,KAAK,CAAC,sBAAsB,CAAC,UAAU,CAAC,GAAG,CAAC,gBAAgB,CAAC;gBAC/D,CAAC,CAAC,SAAS;YAEb,aAAa,EAAE,GAAG,CAAC,WAAW;gBAC5B,CAAC,CAAC,KAAK,CAAC,wBAAwB,CAAC,UAAU,CAAC,GAAG,CAAC,WAAW,CAAC;gBAC5D,CAAC,CAAC,SAAS;YAEb,iBAAiB,EAAE,GAAG,CAAC,eAAe;gBACpC,CAAC,CAAC,GAAG,CAAC,eAAe,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC7B,OAAO,KAAK,CAAC,oBAAoB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACrD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IArBe,0BAAU,aAqBzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAoB;QACzD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,kBAAkB,EAAE,GAAG,CAAC,gBAAgB;gBACtC,CAAC,CAAC,KAAK,CAAC,sBAAsB,CAAC,sBAAsB,CAAC,GAAG,CAAC,gBAAgB,CAAC;gBAC3E,CAAC,CAAC,SAAS;YAEb,aAAa,EAAE,GAAG,CAAC,WAAW;gBAC5B,CAAC,CAAC,KAAK,CAAC,wBAAwB,CAAC,sBAAsB,CAAC,GAAG,CAAC,WAAW,CAAC;gBACxE,CAAC,CAAC,SAAS;YAEb,iBAAiB,EAAE,GAAG,CAAC,eAAe;gBACpC,CAAC,CAAC,GAAG,CAAC,eAAe,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC7B,OAAO,KAAK,CAAC,oBAAoB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACjE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IArBe,sCAAsB,yBAqBrC,CAAA;AACH,CAAC,EA7CgB,eAAe,GAAf,uBAAe,KAAf,uBAAe,QA6C/B"}
|