oci-disasterrecovery 2.71.0 → 2.73.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.
Files changed (515) hide show
  1. package/index.d.ts +4 -3
  2. package/index.js +4 -3
  3. package/index.js.map +1 -1
  4. package/lib/client.d.ts +61 -60
  5. package/lib/client.js +63 -61
  6. package/lib/client.js.map +1 -1
  7. package/lib/disasterrecovery-waiter.d.ts +4 -3
  8. package/lib/disasterrecovery-waiter.js +4 -3
  9. package/lib/disasterrecovery-waiter.js.map +1 -1
  10. package/lib/model/action-type.d.ts +5 -4
  11. package/lib/model/action-type.js +5 -4
  12. package/lib/model/action-type.js.map +1 -1
  13. package/lib/model/associate-dr-protection-group-details.d.ts +13 -10
  14. package/lib/model/associate-dr-protection-group-details.js +4 -3
  15. package/lib/model/associate-dr-protection-group-details.js.map +1 -1
  16. package/lib/model/block-volume-attachment-details.d.ts +34 -0
  17. package/lib/model/block-volume-attachment-details.js +33 -0
  18. package/lib/model/block-volume-attachment-details.js.map +1 -0
  19. package/lib/model/block-volume-mount-details.d.ts +33 -0
  20. package/lib/model/block-volume-mount-details.js +33 -0
  21. package/lib/model/block-volume-mount-details.js.map +1 -0
  22. package/lib/model/cancel-dr-plan-execution-details.d.ts +5 -4
  23. package/lib/model/cancel-dr-plan-execution-details.js +4 -3
  24. package/lib/model/cancel-dr-plan-execution-details.js.map +1 -1
  25. package/lib/model/change-dr-protection-group-compartment-details.d.ts +7 -6
  26. package/lib/model/change-dr-protection-group-compartment-details.js +4 -3
  27. package/lib/model/change-dr-protection-group-compartment-details.js.map +1 -1
  28. package/lib/model/compute-instance-movable-file-system-operation.d.ts +43 -0
  29. package/lib/model/compute-instance-movable-file-system-operation.js +67 -0
  30. package/lib/model/compute-instance-movable-file-system-operation.js.map +1 -0
  31. package/lib/model/compute-instance-movable-vnic-mapping-details.d.ts +19 -15
  32. package/lib/model/compute-instance-movable-vnic-mapping-details.js +4 -3
  33. package/lib/model/compute-instance-movable-vnic-mapping-details.js.map +1 -1
  34. package/lib/model/compute-instance-movable-vnic-mapping.d.ts +18 -15
  35. package/lib/model/compute-instance-movable-vnic-mapping.js +4 -3
  36. package/lib/model/compute-instance-movable-vnic-mapping.js.map +1 -1
  37. package/lib/model/compute-instance-non-movable-block-volume-operation.d.ts +36 -0
  38. package/lib/model/compute-instance-non-movable-block-volume-operation.js +67 -0
  39. package/lib/model/compute-instance-non-movable-block-volume-operation.js.map +1 -0
  40. package/lib/model/compute-instance-non-movable-file-system-operation.d.ts +47 -0
  41. package/lib/model/compute-instance-non-movable-file-system-operation.js +33 -0
  42. package/lib/model/compute-instance-non-movable-file-system-operation.js.map +1 -0
  43. package/lib/model/compute-instance-vnic-mapping-details.d.ts +18 -14
  44. package/lib/model/compute-instance-vnic-mapping-details.js +4 -3
  45. package/lib/model/compute-instance-vnic-mapping-details.js.map +1 -1
  46. package/lib/model/compute-instance-vnic-mapping.d.ts +12 -9
  47. package/lib/model/compute-instance-vnic-mapping.js +4 -3
  48. package/lib/model/compute-instance-vnic-mapping.js.map +1 -1
  49. package/lib/model/create-block-volume-attachment-details.d.ts +34 -0
  50. package/lib/model/create-block-volume-attachment-details.js +33 -0
  51. package/lib/model/create-block-volume-attachment-details.js.map +1 -0
  52. package/lib/model/create-block-volume-mount-details.d.ts +33 -0
  53. package/lib/model/create-block-volume-mount-details.js +33 -0
  54. package/lib/model/create-block-volume-mount-details.js.map +1 -0
  55. package/lib/model/create-compute-instance-movable-file-system-operation-details.d.ts +43 -0
  56. package/lib/model/create-compute-instance-movable-file-system-operation-details.js +67 -0
  57. package/lib/model/create-compute-instance-movable-file-system-operation-details.js.map +1 -0
  58. package/lib/model/create-compute-instance-non-movable-block-volume-operation-details.d.ts +36 -0
  59. package/lib/model/create-compute-instance-non-movable-block-volume-operation-details.js +67 -0
  60. package/lib/model/create-compute-instance-non-movable-block-volume-operation-details.js.map +1 -0
  61. package/lib/model/create-compute-instance-non-movable-file-system-operation-details.d.ts +47 -0
  62. package/lib/model/create-compute-instance-non-movable-file-system-operation-details.js +33 -0
  63. package/lib/model/create-compute-instance-non-movable-file-system-operation-details.js.map +1 -0
  64. package/lib/model/create-dr-plan-details.d.ts +19 -16
  65. package/lib/model/create-dr-plan-details.js +4 -3
  66. package/lib/model/create-dr-plan-details.js.map +1 -1
  67. package/lib/model/create-dr-plan-execution-details.d.ts +19 -16
  68. package/lib/model/create-dr-plan-execution-details.js +4 -3
  69. package/lib/model/create-dr-plan-execution-details.js.map +1 -1
  70. package/lib/model/create-dr-protection-group-details.d.ts +20 -17
  71. package/lib/model/create-dr-protection-group-details.js +4 -3
  72. package/lib/model/create-dr-protection-group-details.js.map +1 -1
  73. package/lib/model/create-dr-protection-group-member-autonomous-database-details.d.ts +5 -4
  74. package/lib/model/create-dr-protection-group-member-autonomous-database-details.js +4 -3
  75. package/lib/model/create-dr-protection-group-member-autonomous-database-details.js.map +1 -1
  76. package/lib/model/create-dr-protection-group-member-compute-instance-details.d.ts +13 -11
  77. package/lib/model/create-dr-protection-group-member-compute-instance-details.js +4 -3
  78. package/lib/model/create-dr-protection-group-member-compute-instance-details.js.map +1 -1
  79. package/lib/model/create-dr-protection-group-member-compute-instance-movable-details.d.ts +23 -15
  80. package/lib/model/create-dr-protection-group-member-compute-instance-movable-details.js +14 -3
  81. package/lib/model/create-dr-protection-group-member-compute-instance-movable-details.js.map +1 -1
  82. package/lib/model/create-dr-protection-group-member-compute-instance-non-movable-details.d.ts +21 -4
  83. package/lib/model/create-dr-protection-group-member-compute-instance-non-movable-details.js +28 -5
  84. package/lib/model/create-dr-protection-group-member-compute-instance-non-movable-details.js.map +1 -1
  85. package/lib/model/create-dr-protection-group-member-database-details.d.ts +6 -5
  86. package/lib/model/create-dr-protection-group-member-database-details.js +4 -3
  87. package/lib/model/create-dr-protection-group-member-database-details.js.map +1 -1
  88. package/lib/model/create-dr-protection-group-member-details.d.ts +6 -5
  89. package/lib/model/create-dr-protection-group-member-details.js +16 -3
  90. package/lib/model/create-dr-protection-group-member-details.js.map +1 -1
  91. package/lib/model/create-dr-protection-group-member-file-system-details.d.ts +40 -0
  92. package/lib/model/create-dr-protection-group-member-file-system-details.js +70 -0
  93. package/lib/model/create-dr-protection-group-member-file-system-details.js.map +1 -0
  94. package/lib/model/create-dr-protection-group-member-load-balancer-details.d.ts +40 -0
  95. package/lib/model/create-dr-protection-group-member-load-balancer-details.js +70 -0
  96. package/lib/model/create-dr-protection-group-member-load-balancer-details.js.map +1 -0
  97. package/lib/model/create-dr-protection-group-member-network-load-balancer-details.d.ts +40 -0
  98. package/lib/model/create-dr-protection-group-member-network-load-balancer-details.js +70 -0
  99. package/lib/model/create-dr-protection-group-member-network-load-balancer-details.js.map +1 -0
  100. package/lib/model/create-dr-protection-group-member-volume-group-details.d.ts +5 -4
  101. package/lib/model/create-dr-protection-group-member-volume-group-details.js +4 -3
  102. package/lib/model/create-dr-protection-group-member-volume-group-details.js.map +1 -1
  103. package/lib/model/create-file-system-mount-details.d.ts +33 -0
  104. package/lib/model/create-file-system-mount-details.js +33 -0
  105. package/lib/model/create-file-system-mount-details.js.map +1 -0
  106. package/lib/model/create-file-system-unmount-details.d.ts +33 -0
  107. package/lib/model/create-file-system-unmount-details.js +33 -0
  108. package/lib/model/create-file-system-unmount-details.js.map +1 -0
  109. package/lib/model/create-object-storage-log-location-details.d.ts +7 -6
  110. package/lib/model/create-object-storage-log-location-details.js +4 -3
  111. package/lib/model/create-object-storage-log-location-details.js.map +1 -1
  112. package/lib/model/disassociate-dr-protection-group-default-details.d.ts +5 -4
  113. package/lib/model/disassociate-dr-protection-group-default-details.js +4 -3
  114. package/lib/model/disassociate-dr-protection-group-default-details.js.map +1 -1
  115. package/lib/model/disassociate-dr-protection-group-details.d.ts +5 -4
  116. package/lib/model/disassociate-dr-protection-group-details.js +4 -3
  117. package/lib/model/disassociate-dr-protection-group-details.js.map +1 -1
  118. package/lib/model/dr-plan-collection.d.ts +6 -5
  119. package/lib/model/dr-plan-collection.js +4 -3
  120. package/lib/model/dr-plan-collection.js.map +1 -1
  121. package/lib/model/dr-plan-execution-collection.d.ts +6 -6
  122. package/lib/model/dr-plan-execution-collection.js +4 -3
  123. package/lib/model/dr-plan-execution-collection.js.map +1 -1
  124. package/lib/model/dr-plan-execution-control-details.d.ts +4 -3
  125. package/lib/model/dr-plan-execution-control-details.js +4 -3
  126. package/lib/model/dr-plan-execution-control-details.js.map +1 -1
  127. package/lib/model/dr-plan-execution-lifecycle-state.d.ts +17 -16
  128. package/lib/model/dr-plan-execution-lifecycle-state.js +17 -16
  129. package/lib/model/dr-plan-execution-lifecycle-state.js.map +1 -1
  130. package/lib/model/dr-plan-execution-option-details.d.ts +4 -3
  131. package/lib/model/dr-plan-execution-option-details.js +20 -3
  132. package/lib/model/dr-plan-execution-option-details.js.map +1 -1
  133. package/lib/model/dr-plan-execution-options.d.ts +4 -3
  134. package/lib/model/dr-plan-execution-options.js +20 -3
  135. package/lib/model/dr-plan-execution-options.js.map +1 -1
  136. package/lib/model/dr-plan-execution-summary.d.ts +42 -39
  137. package/lib/model/dr-plan-execution-summary.js +4 -3
  138. package/lib/model/dr-plan-execution-summary.js.map +1 -1
  139. package/lib/model/dr-plan-execution-type.d.ts +16 -6
  140. package/lib/model/dr-plan-execution-type.js +16 -6
  141. package/lib/model/dr-plan-execution-type.js.map +1 -1
  142. package/lib/model/dr-plan-execution.d.ts +45 -42
  143. package/lib/model/dr-plan-execution.js +4 -3
  144. package/lib/model/dr-plan-execution.js.map +1 -1
  145. package/lib/model/dr-plan-group-execution-status.d.ts +16 -15
  146. package/lib/model/dr-plan-group-execution-status.js +16 -15
  147. package/lib/model/dr-plan-group-execution-status.js.map +1 -1
  148. package/lib/model/dr-plan-group-execution.d.ts +17 -14
  149. package/lib/model/dr-plan-group-execution.js +4 -3
  150. package/lib/model/dr-plan-group-execution.js.map +1 -1
  151. package/lib/model/dr-plan-group-type.d.ts +8 -7
  152. package/lib/model/dr-plan-group-type.js +8 -7
  153. package/lib/model/dr-plan-group-type.js.map +1 -1
  154. package/lib/model/dr-plan-group.d.ts +14 -11
  155. package/lib/model/dr-plan-group.js +4 -3
  156. package/lib/model/dr-plan-group.js.map +1 -1
  157. package/lib/model/dr-plan-lifecycle-state.d.ts +13 -12
  158. package/lib/model/dr-plan-lifecycle-state.js +13 -12
  159. package/lib/model/dr-plan-lifecycle-state.js.map +1 -1
  160. package/lib/model/dr-plan-step-error-mode.d.ts +7 -6
  161. package/lib/model/dr-plan-step-error-mode.js +7 -6
  162. package/lib/model/dr-plan-step-error-mode.js.map +1 -1
  163. package/lib/model/dr-plan-step-execution-status.d.ts +15 -14
  164. package/lib/model/dr-plan-step-execution-status.js +15 -14
  165. package/lib/model/dr-plan-step-execution-status.js.map +1 -1
  166. package/lib/model/dr-plan-step-execution.d.ts +14 -13
  167. package/lib/model/dr-plan-step-execution.js +4 -3
  168. package/lib/model/dr-plan-step-execution.js.map +1 -1
  169. package/lib/model/dr-plan-step-type.d.ts +44 -4
  170. package/lib/model/dr-plan-step-type.js +44 -4
  171. package/lib/model/dr-plan-step-type.js.map +1 -1
  172. package/lib/model/dr-plan-step.d.ts +10 -9
  173. package/lib/model/dr-plan-step.js +4 -3
  174. package/lib/model/dr-plan-step.js.map +1 -1
  175. package/lib/model/dr-plan-summary.d.ts +46 -37
  176. package/lib/model/dr-plan-summary.js +4 -3
  177. package/lib/model/dr-plan-summary.js.map +1 -1
  178. package/lib/model/dr-plan-type.d.ts +9 -4
  179. package/lib/model/dr-plan-type.js +9 -4
  180. package/lib/model/dr-plan-type.js.map +1 -1
  181. package/lib/model/dr-plan-user-defined-step.d.ts +5 -4
  182. package/lib/model/dr-plan-user-defined-step.js +4 -3
  183. package/lib/model/dr-plan-user-defined-step.js.map +1 -1
  184. package/lib/model/dr-plan.d.ts +39 -35
  185. package/lib/model/dr-plan.js +4 -3
  186. package/lib/model/dr-plan.js.map +1 -1
  187. package/lib/model/dr-protection-group-collection.d.ts +6 -5
  188. package/lib/model/dr-protection-group-collection.js +4 -3
  189. package/lib/model/dr-protection-group-collection.js.map +1 -1
  190. package/lib/model/dr-protection-group-lifecycle-state.d.ts +14 -11
  191. package/lib/model/dr-protection-group-lifecycle-state.js +14 -11
  192. package/lib/model/dr-protection-group-lifecycle-state.js.map +1 -1
  193. package/lib/model/dr-protection-group-lifecycle-sub-state.d.ts +33 -0
  194. package/lib/model/dr-protection-group-lifecycle-sub-state.js +44 -0
  195. package/lib/model/dr-protection-group-lifecycle-sub-state.js.map +1 -0
  196. package/lib/model/dr-protection-group-member-autonomous-database.d.ts +5 -4
  197. package/lib/model/dr-protection-group-member-autonomous-database.js +4 -3
  198. package/lib/model/dr-protection-group-member-autonomous-database.js.map +1 -1
  199. package/lib/model/dr-protection-group-member-compute-instance-movable.d.ts +22 -13
  200. package/lib/model/dr-protection-group-member-compute-instance-movable.js +14 -3
  201. package/lib/model/dr-protection-group-member-compute-instance-movable.js.map +1 -1
  202. package/lib/model/dr-protection-group-member-compute-instance-non-movable.d.ts +20 -4
  203. package/lib/model/dr-protection-group-member-compute-instance-non-movable.js +28 -5
  204. package/lib/model/dr-protection-group-member-compute-instance-non-movable.js.map +1 -1
  205. package/lib/model/dr-protection-group-member-compute-instance.d.ts +12 -9
  206. package/lib/model/dr-protection-group-member-compute-instance.js +4 -3
  207. package/lib/model/dr-protection-group-member-compute-instance.js.map +1 -1
  208. package/lib/model/dr-protection-group-member-database.d.ts +8 -6
  209. package/lib/model/dr-protection-group-member-database.js +4 -3
  210. package/lib/model/dr-protection-group-member-database.js.map +1 -1
  211. package/lib/model/dr-protection-group-member-file-system.d.ts +41 -0
  212. package/lib/model/dr-protection-group-member-file-system.js +70 -0
  213. package/lib/model/dr-protection-group-member-file-system.js.map +1 -0
  214. package/lib/model/dr-protection-group-member-load-balancer.d.ts +42 -0
  215. package/lib/model/dr-protection-group-member-load-balancer.js +70 -0
  216. package/lib/model/dr-protection-group-member-load-balancer.js.map +1 -0
  217. package/lib/model/dr-protection-group-member-network-load-balancer.d.ts +42 -0
  218. package/lib/model/dr-protection-group-member-network-load-balancer.js +70 -0
  219. package/lib/model/dr-protection-group-member-network-load-balancer.js.map +1 -0
  220. package/lib/model/dr-protection-group-member-type.d.ts +17 -10
  221. package/lib/model/dr-protection-group-member-type.js +17 -10
  222. package/lib/model/dr-protection-group-member-type.js.map +1 -1
  223. package/lib/model/dr-protection-group-member-volume-group.d.ts +5 -4
  224. package/lib/model/dr-protection-group-member-volume-group.js +4 -3
  225. package/lib/model/dr-protection-group-member-volume-group.js.map +1 -1
  226. package/lib/model/dr-protection-group-member.d.ts +6 -5
  227. package/lib/model/dr-protection-group-member.js +16 -3
  228. package/lib/model/dr-protection-group-member.js.map +1 -1
  229. package/lib/model/dr-protection-group-role.d.ts +8 -7
  230. package/lib/model/dr-protection-group-role.js +8 -7
  231. package/lib/model/dr-protection-group-role.js.map +1 -1
  232. package/lib/model/dr-protection-group-summary.d.ts +37 -28
  233. package/lib/model/dr-protection-group-summary.js +4 -3
  234. package/lib/model/dr-protection-group-summary.js.map +1 -1
  235. package/lib/model/dr-protection-group.d.ts +38 -29
  236. package/lib/model/dr-protection-group.js +4 -3
  237. package/lib/model/dr-protection-group.js.map +1 -1
  238. package/lib/model/failover-execution-option-details.d.ts +4 -3
  239. package/lib/model/failover-execution-option-details.js +4 -3
  240. package/lib/model/failover-execution-option-details.js.map +1 -1
  241. package/lib/model/failover-execution-options.d.ts +4 -3
  242. package/lib/model/failover-execution-options.js +4 -3
  243. package/lib/model/failover-execution-options.js.map +1 -1
  244. package/lib/model/failover-precheck-execution-option-details.d.ts +4 -3
  245. package/lib/model/failover-precheck-execution-option-details.js +4 -3
  246. package/lib/model/failover-precheck-execution-option-details.js.map +1 -1
  247. package/lib/model/failover-precheck-execution-options.d.ts +4 -3
  248. package/lib/model/failover-precheck-execution-options.js +4 -3
  249. package/lib/model/failover-precheck-execution-options.js.map +1 -1
  250. package/lib/model/file-system-export-mapping-details.d.ts +39 -0
  251. package/lib/model/file-system-export-mapping-details.js +33 -0
  252. package/lib/model/file-system-export-mapping-details.js.map +1 -0
  253. package/lib/model/file-system-export-mapping.d.ts +40 -0
  254. package/lib/model/file-system-export-mapping.js +33 -0
  255. package/lib/model/file-system-export-mapping.js.map +1 -0
  256. package/lib/model/file-system-mount-details.d.ts +32 -0
  257. package/lib/model/file-system-mount-details.js +33 -0
  258. package/lib/model/file-system-mount-details.js.map +1 -0
  259. package/lib/model/file-system-unmount-details.d.ts +32 -0
  260. package/lib/model/file-system-unmount-details.js +33 -0
  261. package/lib/model/file-system-unmount-details.js.map +1 -0
  262. package/lib/model/ignore-dr-plan-execution-details.d.ts +6 -5
  263. package/lib/model/ignore-dr-plan-execution-details.js +4 -3
  264. package/lib/model/ignore-dr-plan-execution-details.js.map +1 -1
  265. package/lib/model/index.d.ts +94 -3
  266. package/lib/model/index.js +98 -6
  267. package/lib/model/index.js.map +1 -1
  268. package/lib/model/invoke-function-precheck-step.d.ts +4 -3
  269. package/lib/model/invoke-function-precheck-step.js +4 -3
  270. package/lib/model/invoke-function-precheck-step.js.map +1 -1
  271. package/lib/model/invoke-function-step.d.ts +5 -4
  272. package/lib/model/invoke-function-step.js +4 -3
  273. package/lib/model/invoke-function-step.js.map +1 -1
  274. package/lib/model/load-balancer-backend-set-mapping-details.d.ts +50 -0
  275. package/lib/model/load-balancer-backend-set-mapping-details.js +33 -0
  276. package/lib/model/load-balancer-backend-set-mapping-details.js.map +1 -0
  277. package/lib/model/load-balancer-backend-set-mapping.d.ts +49 -0
  278. package/lib/model/load-balancer-backend-set-mapping.js +33 -0
  279. package/lib/model/load-balancer-backend-set-mapping.js.map +1 -0
  280. package/lib/model/local-script-precheck-step.d.ts +4 -3
  281. package/lib/model/local-script-precheck-step.js +4 -3
  282. package/lib/model/local-script-precheck-step.js.map +1 -1
  283. package/lib/model/network-load-balancer-backend-set-mapping-details.d.ts +50 -0
  284. package/lib/model/network-load-balancer-backend-set-mapping-details.js +33 -0
  285. package/lib/model/network-load-balancer-backend-set-mapping-details.js.map +1 -0
  286. package/lib/model/network-load-balancer-backend-set-mapping.d.ts +49 -0
  287. package/lib/model/network-load-balancer-backend-set-mapping.js +33 -0
  288. package/lib/model/network-load-balancer-backend-set-mapping.js.map +1 -0
  289. package/lib/model/object-storage-log-location.d.ts +8 -7
  290. package/lib/model/object-storage-log-location.js +4 -3
  291. package/lib/model/object-storage-log-location.js.map +1 -1
  292. package/lib/model/object-storage-script-location.d.ts +8 -7
  293. package/lib/model/object-storage-script-location.js +4 -3
  294. package/lib/model/object-storage-script-location.js.map +1 -1
  295. package/lib/model/object-store-script-precheck-step.d.ts +4 -3
  296. package/lib/model/object-store-script-precheck-step.js +4 -3
  297. package/lib/model/object-store-script-precheck-step.js.map +1 -1
  298. package/lib/model/operation-status.d.ts +5 -4
  299. package/lib/model/operation-status.js +5 -4
  300. package/lib/model/operation-status.js.map +1 -1
  301. package/lib/model/operation-type.d.ts +5 -4
  302. package/lib/model/operation-type.js +5 -4
  303. package/lib/model/operation-type.js.map +1 -1
  304. package/lib/model/pause-dr-plan-execution-details.d.ts +5 -4
  305. package/lib/model/pause-dr-plan-execution-details.js +4 -3
  306. package/lib/model/pause-dr-plan-execution-details.js.map +1 -1
  307. package/lib/model/resume-dr-plan-execution-details.d.ts +5 -4
  308. package/lib/model/resume-dr-plan-execution-details.js +4 -3
  309. package/lib/model/resume-dr-plan-execution-details.js.map +1 -1
  310. package/lib/model/retry-dr-plan-execution-details.d.ts +6 -5
  311. package/lib/model/retry-dr-plan-execution-details.js +4 -3
  312. package/lib/model/retry-dr-plan-execution-details.js.map +1 -1
  313. package/lib/model/run-local-script-user-defined-step.d.ts +12 -6
  314. package/lib/model/run-local-script-user-defined-step.js +4 -3
  315. package/lib/model/run-local-script-user-defined-step.js.map +1 -1
  316. package/lib/model/run-object-store-script-user-defined-step.d.ts +12 -6
  317. package/lib/model/run-object-store-script-user-defined-step.js +4 -3
  318. package/lib/model/run-object-store-script-user-defined-step.js.map +1 -1
  319. package/lib/model/sort-order.d.ts +4 -3
  320. package/lib/model/sort-order.js +4 -3
  321. package/lib/model/sort-order.js.map +1 -1
  322. package/lib/model/start-drill-execution-option-details.d.ts +42 -0
  323. package/lib/model/start-drill-execution-option-details.js +58 -0
  324. package/lib/model/start-drill-execution-option-details.js.map +1 -0
  325. package/lib/model/start-drill-execution-options.d.ts +42 -0
  326. package/lib/model/start-drill-execution-options.js +58 -0
  327. package/lib/model/start-drill-execution-options.js.map +1 -0
  328. package/lib/model/start-drill-precheck-execution-option-details.d.ts +35 -0
  329. package/lib/model/start-drill-precheck-execution-option-details.js +58 -0
  330. package/lib/model/start-drill-precheck-execution-option-details.js.map +1 -0
  331. package/lib/model/start-drill-precheck-execution-options.d.ts +35 -0
  332. package/lib/model/start-drill-precheck-execution-options.js +58 -0
  333. package/lib/model/start-drill-precheck-execution-options.js.map +1 -0
  334. package/lib/model/stop-drill-execution-option-details.d.ts +42 -0
  335. package/lib/model/stop-drill-execution-option-details.js +58 -0
  336. package/lib/model/stop-drill-execution-option-details.js.map +1 -0
  337. package/lib/model/stop-drill-execution-options.d.ts +42 -0
  338. package/lib/model/stop-drill-execution-options.js +58 -0
  339. package/lib/model/stop-drill-execution-options.js.map +1 -0
  340. package/lib/model/stop-drill-precheck-execution-option-details.d.ts +35 -0
  341. package/lib/model/stop-drill-precheck-execution-option-details.js +58 -0
  342. package/lib/model/stop-drill-precheck-execution-option-details.js.map +1 -0
  343. package/lib/model/stop-drill-precheck-execution-options.d.ts +35 -0
  344. package/lib/model/stop-drill-precheck-execution-options.js +58 -0
  345. package/lib/model/stop-drill-precheck-execution-options.js.map +1 -0
  346. package/lib/model/switchover-execution-option-details.d.ts +4 -3
  347. package/lib/model/switchover-execution-option-details.js +4 -3
  348. package/lib/model/switchover-execution-option-details.js.map +1 -1
  349. package/lib/model/switchover-execution-options.d.ts +4 -3
  350. package/lib/model/switchover-execution-options.js +4 -3
  351. package/lib/model/switchover-execution-options.js.map +1 -1
  352. package/lib/model/switchover-precheck-execution-option-details.d.ts +4 -3
  353. package/lib/model/switchover-precheck-execution-option-details.js +4 -3
  354. package/lib/model/switchover-precheck-execution-option-details.js.map +1 -1
  355. package/lib/model/switchover-precheck-execution-options.d.ts +4 -3
  356. package/lib/model/switchover-precheck-execution-options.js +4 -3
  357. package/lib/model/switchover-precheck-execution-options.js.map +1 -1
  358. package/lib/model/update-block-volume-attachment-details.d.ts +34 -0
  359. package/lib/model/update-block-volume-attachment-details.js +33 -0
  360. package/lib/model/update-block-volume-attachment-details.js.map +1 -0
  361. package/lib/model/update-block-volume-mount-details.d.ts +33 -0
  362. package/lib/model/update-block-volume-mount-details.js +33 -0
  363. package/lib/model/update-block-volume-mount-details.js.map +1 -0
  364. package/lib/model/update-compute-instance-movable-file-system-operation-details.d.ts +43 -0
  365. package/lib/model/update-compute-instance-movable-file-system-operation-details.js +67 -0
  366. package/lib/model/update-compute-instance-movable-file-system-operation-details.js.map +1 -0
  367. package/lib/model/update-compute-instance-non-movable-block-volume-operation-details.d.ts +36 -0
  368. package/lib/model/update-compute-instance-non-movable-block-volume-operation-details.js +67 -0
  369. package/lib/model/update-compute-instance-non-movable-block-volume-operation-details.js.map +1 -0
  370. package/lib/model/update-compute-instance-non-movable-file-system-operation-details.d.ts +47 -0
  371. package/lib/model/update-compute-instance-non-movable-file-system-operation-details.js +33 -0
  372. package/lib/model/update-compute-instance-non-movable-file-system-operation-details.js.map +1 -0
  373. package/lib/model/update-dr-plan-details.d.ts +17 -14
  374. package/lib/model/update-dr-plan-details.js +4 -3
  375. package/lib/model/update-dr-plan-details.js.map +1 -1
  376. package/lib/model/update-dr-plan-execution-details.d.ts +17 -14
  377. package/lib/model/update-dr-plan-execution-details.js +4 -3
  378. package/lib/model/update-dr-plan-execution-details.js.map +1 -1
  379. package/lib/model/update-dr-plan-group-details.d.ts +13 -10
  380. package/lib/model/update-dr-plan-group-details.js +4 -3
  381. package/lib/model/update-dr-plan-group-details.js.map +1 -1
  382. package/lib/model/update-dr-plan-step-details.d.ts +8 -7
  383. package/lib/model/update-dr-plan-step-details.js +4 -3
  384. package/lib/model/update-dr-plan-step-details.js.map +1 -1
  385. package/lib/model/update-dr-plan-user-defined-step-details.d.ts +5 -4
  386. package/lib/model/update-dr-plan-user-defined-step-details.js +4 -3
  387. package/lib/model/update-dr-plan-user-defined-step-details.js.map +1 -1
  388. package/lib/model/update-dr-protection-group-details.d.ts +19 -15
  389. package/lib/model/update-dr-protection-group-details.js +4 -3
  390. package/lib/model/update-dr-protection-group-details.js.map +1 -1
  391. package/lib/model/update-dr-protection-group-member-autonomous-database-details.d.ts +5 -4
  392. package/lib/model/update-dr-protection-group-member-autonomous-database-details.js +4 -3
  393. package/lib/model/update-dr-protection-group-member-autonomous-database-details.js.map +1 -1
  394. package/lib/model/update-dr-protection-group-member-compute-instance-details.d.ts +13 -11
  395. package/lib/model/update-dr-protection-group-member-compute-instance-details.js +4 -3
  396. package/lib/model/update-dr-protection-group-member-compute-instance-details.js.map +1 -1
  397. package/lib/model/update-dr-protection-group-member-compute-instance-movable-details.d.ts +23 -15
  398. package/lib/model/update-dr-protection-group-member-compute-instance-movable-details.js +14 -3
  399. package/lib/model/update-dr-protection-group-member-compute-instance-movable-details.js.map +1 -1
  400. package/lib/model/update-dr-protection-group-member-compute-instance-non-movable-details.d.ts +21 -4
  401. package/lib/model/update-dr-protection-group-member-compute-instance-non-movable-details.js +28 -5
  402. package/lib/model/update-dr-protection-group-member-compute-instance-non-movable-details.js.map +1 -1
  403. package/lib/model/update-dr-protection-group-member-database-details.d.ts +6 -5
  404. package/lib/model/update-dr-protection-group-member-database-details.js +4 -3
  405. package/lib/model/update-dr-protection-group-member-database-details.js.map +1 -1
  406. package/lib/model/update-dr-protection-group-member-details.d.ts +6 -5
  407. package/lib/model/update-dr-protection-group-member-details.js +16 -3
  408. package/lib/model/update-dr-protection-group-member-details.js.map +1 -1
  409. package/lib/model/update-dr-protection-group-member-file-system-details.d.ts +40 -0
  410. package/lib/model/update-dr-protection-group-member-file-system-details.js +70 -0
  411. package/lib/model/update-dr-protection-group-member-file-system-details.js.map +1 -0
  412. package/lib/model/update-dr-protection-group-member-load-balancer-details.d.ts +40 -0
  413. package/lib/model/update-dr-protection-group-member-load-balancer-details.js +70 -0
  414. package/lib/model/update-dr-protection-group-member-load-balancer-details.js.map +1 -0
  415. package/lib/model/update-dr-protection-group-member-network-load-balancer-details.d.ts +40 -0
  416. package/lib/model/update-dr-protection-group-member-network-load-balancer-details.js +70 -0
  417. package/lib/model/update-dr-protection-group-member-network-load-balancer-details.js.map +1 -0
  418. package/lib/model/update-dr-protection-group-member-volume-group-details.d.ts +5 -4
  419. package/lib/model/update-dr-protection-group-member-volume-group-details.js +4 -3
  420. package/lib/model/update-dr-protection-group-member-volume-group-details.js.map +1 -1
  421. package/lib/model/update-dr-protection-group-role-details.d.ts +6 -5
  422. package/lib/model/update-dr-protection-group-role-details.js +4 -3
  423. package/lib/model/update-dr-protection-group-role-details.js.map +1 -1
  424. package/lib/model/update-file-system-mount-details.d.ts +32 -0
  425. package/lib/model/update-file-system-mount-details.js +33 -0
  426. package/lib/model/update-file-system-mount-details.js.map +1 -0
  427. package/lib/model/update-file-system-unmount-details.d.ts +32 -0
  428. package/lib/model/update-file-system-unmount-details.js +33 -0
  429. package/lib/model/update-file-system-unmount-details.js.map +1 -0
  430. package/lib/model/update-invoke-function-precheck-step-details.d.ts +4 -3
  431. package/lib/model/update-invoke-function-precheck-step-details.js +4 -3
  432. package/lib/model/update-invoke-function-precheck-step-details.js.map +1 -1
  433. package/lib/model/update-invoke-function-user-defined-step-details.d.ts +5 -4
  434. package/lib/model/update-invoke-function-user-defined-step-details.js +4 -3
  435. package/lib/model/update-invoke-function-user-defined-step-details.js.map +1 -1
  436. package/lib/model/update-local-script-precheck-step-details.d.ts +4 -3
  437. package/lib/model/update-local-script-precheck-step-details.js +4 -3
  438. package/lib/model/update-local-script-precheck-step-details.js.map +1 -1
  439. package/lib/model/update-object-storage-log-location-details.d.ts +7 -6
  440. package/lib/model/update-object-storage-log-location-details.js +4 -3
  441. package/lib/model/update-object-storage-log-location-details.js.map +1 -1
  442. package/lib/model/update-object-storage-script-location-details.d.ts +8 -7
  443. package/lib/model/update-object-storage-script-location-details.js +4 -3
  444. package/lib/model/update-object-storage-script-location-details.js.map +1 -1
  445. package/lib/model/update-object-store-script-precheck-step-details.d.ts +4 -3
  446. package/lib/model/update-object-store-script-precheck-step-details.js +4 -3
  447. package/lib/model/update-object-store-script-precheck-step-details.js.map +1 -1
  448. package/lib/model/update-run-local-script-user-defined-step-details.d.ts +11 -5
  449. package/lib/model/update-run-local-script-user-defined-step-details.js +4 -3
  450. package/lib/model/update-run-local-script-user-defined-step-details.js.map +1 -1
  451. package/lib/model/update-run-object-store-script-user-defined-step-details.d.ts +14 -6
  452. package/lib/model/update-run-object-store-script-user-defined-step-details.js +4 -3
  453. package/lib/model/update-run-object-store-script-user-defined-step-details.js.map +1 -1
  454. package/lib/model/work-request-error-collection.d.ts +5 -4
  455. package/lib/model/work-request-error-collection.js +4 -3
  456. package/lib/model/work-request-error-collection.js.map +1 -1
  457. package/lib/model/work-request-error.d.ts +4 -3
  458. package/lib/model/work-request-error.js +4 -3
  459. package/lib/model/work-request-error.js.map +1 -1
  460. package/lib/model/work-request-log-entry-collection.d.ts +4 -3
  461. package/lib/model/work-request-log-entry-collection.js +4 -3
  462. package/lib/model/work-request-log-entry-collection.js.map +1 -1
  463. package/lib/model/work-request-log-entry.d.ts +5 -4
  464. package/lib/model/work-request-log-entry.js +4 -3
  465. package/lib/model/work-request-log-entry.js.map +1 -1
  466. package/lib/model/work-request-resource.d.ts +5 -4
  467. package/lib/model/work-request-resource.js +4 -3
  468. package/lib/model/work-request-resource.js.map +1 -1
  469. package/lib/model/work-request-summary-collection.d.ts +5 -4
  470. package/lib/model/work-request-summary-collection.js +4 -3
  471. package/lib/model/work-request-summary-collection.js.map +1 -1
  472. package/lib/model/work-request-summary.d.ts +8 -7
  473. package/lib/model/work-request-summary.js +4 -3
  474. package/lib/model/work-request-summary.js.map +1 -1
  475. package/lib/model/work-request.d.ts +7 -6
  476. package/lib/model/work-request.js +4 -3
  477. package/lib/model/work-request.js.map +1 -1
  478. package/lib/request/associate-dr-protection-group-request.d.ts +4 -4
  479. package/lib/request/cancel-dr-plan-execution-request.d.ts +4 -4
  480. package/lib/request/cancel-work-request-request.d.ts +2 -2
  481. package/lib/request/change-dr-protection-group-compartment-request.d.ts +4 -4
  482. package/lib/request/create-dr-plan-execution-request.d.ts +2 -2
  483. package/lib/request/create-dr-plan-request.d.ts +2 -2
  484. package/lib/request/create-dr-protection-group-request.d.ts +2 -2
  485. package/lib/request/delete-dr-plan-execution-request.d.ts +3 -3
  486. package/lib/request/delete-dr-plan-request.d.ts +3 -3
  487. package/lib/request/delete-dr-protection-group-request.d.ts +3 -3
  488. package/lib/request/disassociate-dr-protection-group-request.d.ts +4 -4
  489. package/lib/request/get-dr-plan-execution-request.d.ts +3 -3
  490. package/lib/request/get-dr-plan-request.d.ts +3 -3
  491. package/lib/request/get-dr-protection-group-request.d.ts +3 -3
  492. package/lib/request/get-work-request-request.d.ts +2 -2
  493. package/lib/request/ignore-dr-plan-execution-request.d.ts +4 -4
  494. package/lib/request/index.d.ts +4 -3
  495. package/lib/request/index.js +4 -3
  496. package/lib/request/index.js.map +1 -1
  497. package/lib/request/list-dr-plan-executions-request.d.ts +10 -10
  498. package/lib/request/list-dr-plans-request.d.ts +10 -10
  499. package/lib/request/list-dr-protection-groups-request.d.ts +14 -9
  500. package/lib/request/list-dr-protection-groups-request.js.map +1 -1
  501. package/lib/request/list-work-request-errors-request.d.ts +2 -2
  502. package/lib/request/list-work-request-logs-request.d.ts +2 -2
  503. package/lib/request/list-work-requests-request.d.ts +8 -7
  504. package/lib/request/list-work-requests-request.js.map +1 -1
  505. package/lib/request/pause-dr-plan-execution-request.d.ts +4 -4
  506. package/lib/request/resume-dr-plan-execution-request.d.ts +4 -4
  507. package/lib/request/retry-dr-plan-execution-request.d.ts +4 -4
  508. package/lib/request/update-dr-plan-execution-request.d.ts +4 -4
  509. package/lib/request/update-dr-plan-request.d.ts +4 -4
  510. package/lib/request/update-dr-protection-group-request.d.ts +4 -4
  511. package/lib/request/update-dr-protection-group-role-request.d.ts +4 -4
  512. package/lib/response/index.d.ts +4 -3
  513. package/lib/response/index.js +4 -3
  514. package/lib/response/index.js.map +1 -1
  515. package/package.json +3 -3
@@ -1,8 +1,9 @@
1
1
  /**
2
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.
3
+ * Use the Full Stack Disaster Recovery (DR) API to manage disaster recovery for business applications.
4
+ Full Stack DR is an OCI disaster recovery orchestration and management service that provides comprehensive disaster
5
+ recovery capabilities for all layers of an application stack, including infrastructure, middleware, database,
6
+ and application.
6
7
 
7
8
  * OpenAPI spec version: 20220125
8
9
  *
@@ -14,13 +15,13 @@ capabilities for all layers of an application stack, including infrastructure, m
14
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.
15
16
  */
16
17
  /**
17
- * The details for moving a DR Protection Group to another compartment.
18
+ * The details for moving a DR protection group to another compartment.
18
19
  */
19
20
  export interface ChangeDrProtectionGroupCompartmentDetails {
20
21
  /**
21
- * The OCID of the compartment to which the DR Protection Group should be moved.
22
+ * The OCID of the compartment to which the DR protection group should be moved.
22
23
  * <p>
23
- Example: `ocid1.compartment.oc1..&lt;unique_id&gt;`
24
+ Example: `ocid1.compartment.oc1..uniqueID`
24
25
  *
25
26
  */
26
27
  "compartmentId": string;
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  /**
3
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.
4
+ * Use the Full Stack Disaster Recovery (DR) API to manage disaster recovery for business applications.
5
+ Full Stack DR is an OCI disaster recovery orchestration and management service that provides comprehensive disaster
6
+ recovery capabilities for all layers of an application stack, including infrastructure, middleware, database,
7
+ and application.
7
8
 
8
9
  * OpenAPI spec version: 20220125
9
10
  *
@@ -1 +1 @@
1
- {"version":3,"file":"change-dr-protection-group-compartment-details.js","sourceRoot":"","sources":["../../../../../lib/disasterrecovery/lib/model/change-dr-protection-group-compartment-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;AAkBH,IAAiB,yCAAyC,CAWzD;AAXD,WAAiB,yCAAyC;IACxD,SAAgB,UAAU,CAAC,GAA8C;QACvE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,oDAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA8C;QACnF,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,gEAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,yCAAyC,GAAzC,iDAAyC,KAAzC,iDAAyC,QAWzD"}
1
+ {"version":3,"file":"change-dr-protection-group-compartment-details.js","sourceRoot":"","sources":["../../../../../lib/disasterrecovery/lib/model/change-dr-protection-group-compartment-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;GAeG;;;AAkBH,IAAiB,yCAAyC,CAWzD;AAXD,WAAiB,yCAAyC;IACxD,SAAgB,UAAU,CAAC,GAA8C;QACvE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,oDAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA8C;QACnF,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,gEAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,yCAAyC,GAAzC,iDAAyC,KAAzC,iDAAyC,QAWzD"}
@@ -0,0 +1,43 @@
1
+ /**
2
+ * Full Stack Disaster Recovery API
3
+ * Use the Full Stack Disaster Recovery (DR) API to manage disaster recovery for business applications.
4
+ Full Stack DR is an OCI disaster recovery orchestration and management service that provides comprehensive disaster
5
+ recovery capabilities for all layers of an application stack, including infrastructure, middleware, database,
6
+ 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, 2023, 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
+ import * as model from "../model";
18
+ /**
19
+ * The details of operations performed on a file system.
20
+ *
21
+ */
22
+ export interface ComputeInstanceMovableFileSystemOperation {
23
+ /**
24
+ * The export path of the file system.
25
+ * <p>
26
+ Example: `/fs-export-path`
27
+ *
28
+ */
29
+ "exportPath": string;
30
+ /**
31
+ * The physical mount point of the file system on a host.
32
+ * <p>
33
+ Example: `/mnt/yourmountpoint`
34
+ *
35
+ */
36
+ "mountPoint": string;
37
+ "mountDetails": model.FileSystemMountDetails;
38
+ "unmountDetails": model.FileSystemUnmountDetails;
39
+ }
40
+ export declare namespace ComputeInstanceMovableFileSystemOperation {
41
+ function getJsonObj(obj: ComputeInstanceMovableFileSystemOperation): object;
42
+ function getDeserializedJsonObj(obj: ComputeInstanceMovableFileSystemOperation): object;
43
+ }
@@ -0,0 +1,67 @@
1
+ "use strict";
2
+ /**
3
+ * Full Stack Disaster Recovery API
4
+ * Use the Full Stack Disaster Recovery (DR) API to manage disaster recovery for business applications.
5
+ Full Stack DR is an OCI disaster recovery orchestration and management service that provides comprehensive disaster
6
+ recovery capabilities for all layers of an application stack, including infrastructure, middleware, database,
7
+ and application.
8
+
9
+ * OpenAPI spec version: 20220125
10
+ *
11
+ *
12
+ * NOTE: This class is auto generated by OracleSDKGenerator.
13
+ * Do not edit the class manually.
14
+ *
15
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
16
+ * 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.
17
+ */
18
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
19
+ if (k2 === undefined) k2 = k;
20
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
21
+ }) : (function(o, m, k, k2) {
22
+ if (k2 === undefined) k2 = k;
23
+ o[k2] = m[k];
24
+ }));
25
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
26
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
27
+ }) : function(o, v) {
28
+ o["default"] = v;
29
+ });
30
+ var __importStar = (this && this.__importStar) || function (mod) {
31
+ if (mod && mod.__esModule) return mod;
32
+ var result = {};
33
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
34
+ __setModuleDefault(result, mod);
35
+ return result;
36
+ };
37
+ Object.defineProperty(exports, "__esModule", { value: true });
38
+ exports.ComputeInstanceMovableFileSystemOperation = void 0;
39
+ const model = __importStar(require("../model"));
40
+ var ComputeInstanceMovableFileSystemOperation;
41
+ (function (ComputeInstanceMovableFileSystemOperation) {
42
+ function getJsonObj(obj) {
43
+ const jsonObj = Object.assign(Object.assign({}, obj), {
44
+ "mountDetails": obj.mountDetails
45
+ ? model.FileSystemMountDetails.getJsonObj(obj.mountDetails)
46
+ : undefined,
47
+ "unmountDetails": obj.unmountDetails
48
+ ? model.FileSystemUnmountDetails.getJsonObj(obj.unmountDetails)
49
+ : undefined
50
+ });
51
+ return jsonObj;
52
+ }
53
+ ComputeInstanceMovableFileSystemOperation.getJsonObj = getJsonObj;
54
+ function getDeserializedJsonObj(obj) {
55
+ const jsonObj = Object.assign(Object.assign({}, obj), {
56
+ "mountDetails": obj.mountDetails
57
+ ? model.FileSystemMountDetails.getDeserializedJsonObj(obj.mountDetails)
58
+ : undefined,
59
+ "unmountDetails": obj.unmountDetails
60
+ ? model.FileSystemUnmountDetails.getDeserializedJsonObj(obj.unmountDetails)
61
+ : undefined
62
+ });
63
+ return jsonObj;
64
+ }
65
+ ComputeInstanceMovableFileSystemOperation.getDeserializedJsonObj = getDeserializedJsonObj;
66
+ })(ComputeInstanceMovableFileSystemOperation = exports.ComputeInstanceMovableFileSystemOperation || (exports.ComputeInstanceMovableFileSystemOperation = {}));
67
+ //# sourceMappingURL=compute-instance-movable-file-system-operation.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"compute-instance-movable-file-system-operation.js","sourceRoot":"","sources":["../../../../../lib/disasterrecovery/lib/model/compute-instance-movable-file-system-operation.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;GAeG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA0BlC,IAAiB,yCAAyC,CA+BzD;AA/BD,WAAiB,yCAAyC;IACxD,SAAgB,UAAU,CAAC,GAA8C;QACvE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,cAAc,EAAE,GAAG,CAAC,YAAY;gBAC9B,CAAC,CAAC,KAAK,CAAC,sBAAsB,CAAC,UAAU,CAAC,GAAG,CAAC,YAAY,CAAC;gBAC3D,CAAC,CAAC,SAAS;YACb,gBAAgB,EAAE,GAAG,CAAC,cAAc;gBAClC,CAAC,CAAC,KAAK,CAAC,wBAAwB,CAAC,UAAU,CAAC,GAAG,CAAC,cAAc,CAAC;gBAC/D,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,oDAAU,aAczB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA8C;QACnF,MAAM,OAAO,mCACR,GAAG,GACH;YACD,cAAc,EAAE,GAAG,CAAC,YAAY;gBAC9B,CAAC,CAAC,KAAK,CAAC,sBAAsB,CAAC,sBAAsB,CAAC,GAAG,CAAC,YAAY,CAAC;gBACvE,CAAC,CAAC,SAAS;YACb,gBAAgB,EAAE,GAAG,CAAC,cAAc;gBAClC,CAAC,CAAC,KAAK,CAAC,wBAAwB,CAAC,sBAAsB,CAAC,GAAG,CAAC,cAAc,CAAC;gBAC3E,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,gEAAsB,yBAcrC,CAAA;AACH,CAAC,EA/BgB,yCAAyC,GAAzC,iDAAyC,KAAzC,iDAAyC,QA+BzD"}
@@ -1,8 +1,9 @@
1
1
  /**
2
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.
3
+ * Use the Full Stack Disaster Recovery (DR) API to manage disaster recovery for business applications.
4
+ Full Stack DR is an OCI disaster recovery orchestration and management service that provides comprehensive disaster
5
+ recovery capabilities for all layers of an application stack, including infrastructure, middleware, database,
6
+ and application.
6
7
 
7
8
  * OpenAPI spec version: 20220125
8
9
  *
@@ -14,43 +15,46 @@ capabilities for all layers of an application stack, including infrastructure, m
14
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.
15
16
  */
16
17
  /**
17
- * A movable compute instance's source and destination VNIC mapping.
18
+ * Source VNIC to destination subnet mapping for a movable compute instance.
19
+ *
18
20
  */
19
21
  export interface ComputeInstanceMovableVnicMappingDetails {
20
22
  /**
21
- * The OCID of the VNIC.
23
+ * The OCID of the source VNIC.
22
24
  * <p>
23
- Example: `ocid1.vnic.oc1..&lt;unique_id&gt;`
25
+ Example: `ocid1.vnic.oc1..uniqueID`
24
26
  *
25
27
  */
26
28
  "sourceVnicId": string;
27
29
  /**
28
- * The OCID of the destination (remote) subnet to which this VNIC should connect.
30
+ * The OCID of the destination subnet to which the source VNIC should connect.
29
31
  * <p>
30
- Example: `ocid1.subnet.oc1..&lt;unique_id&gt;`
32
+ Example: `ocid1.subnet.oc1..uniqueID`
31
33
  *
32
34
  */
33
35
  "destinationSubnetId": string;
34
36
  /**
35
- * The primary private IP address to assign. This address must belong to the destination subnet.
37
+ * The primary private IP address to be assigned to the source VNIC in the destination subnet.
38
+ * This IP address must belong to the destination subnet.
36
39
  * <p>
37
40
  Example: `10.0.3.3`
38
41
  *
39
42
  */
40
43
  "destinationPrimaryPrivateIpAddress"?: string;
41
44
  /**
42
- * The hostname to assign for this primary private IP.
43
- * The value is the hostname portion of the private IP's fully qualified domain name (FQDN)
44
- * (for example, bminstance1 in FQDN bminstance1.subnet123.vcn1.oraclevcn.com).
45
+ * The hostname label to be assigned in the destination subnet for the primary private IP of the source VNIC.
46
+ * This label is the hostname portion of the private IP's fully qualified domain name (FQDN)
47
+ * (for example, 'myhost1' in the FQDN 'myhost1.subnet123.vcn1.oraclevcn.com').
45
48
  * <p>
46
- Example: `bminstance1`
49
+ Example: `myhost1`
47
50
  *
48
51
  */
49
52
  "destinationPrimaryPrivateIpHostnameLabel"?: string;
50
53
  /**
51
- * A list of network security group (NSG) IDs in the destination region which this VNIC should use.
54
+ * A list of OCIDs of network security groups (NSG) in the destination region which should be assigned to
55
+ * the source VNIC.
52
56
  * <p>
53
- Example: `[ ocid1.networksecuritygroup.oc1..&lt;unique_id&gt;, ocid1.networksecuritygroup.oc1..&lt;unique_id&gt; ]`
57
+ Example: `[ ocid1.networksecuritygroup.oc1..uniqueID, ocid1.networksecuritygroup.oc1..uniqueID ]`
54
58
  *
55
59
  */
56
60
  "destinationNsgIdList"?: Array<string>;
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  /**
3
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.
4
+ * Use the Full Stack Disaster Recovery (DR) API to manage disaster recovery for business applications.
5
+ Full Stack DR is an OCI disaster recovery orchestration and management service that provides comprehensive disaster
6
+ recovery capabilities for all layers of an application stack, including infrastructure, middleware, database,
7
+ and application.
7
8
 
8
9
  * OpenAPI spec version: 20220125
9
10
  *
@@ -1 +1 @@
1
- {"version":3,"file":"compute-instance-movable-vnic-mapping-details.js","sourceRoot":"","sources":["../../../../../lib/disasterrecovery/lib/model/compute-instance-movable-vnic-mapping-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;AAgDH,IAAiB,wCAAwC,CAWxD;AAXD,WAAiB,wCAAwC;IACvD,SAAgB,UAAU,CAAC,GAA6C;QACtE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,mDAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA6C;QAClF,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,+DAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,wCAAwC,GAAxC,gDAAwC,KAAxC,gDAAwC,QAWxD"}
1
+ {"version":3,"file":"compute-instance-movable-vnic-mapping-details.js","sourceRoot":"","sources":["../../../../../lib/disasterrecovery/lib/model/compute-instance-movable-vnic-mapping-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;GAeG;;;AAmDH,IAAiB,wCAAwC,CAWxD;AAXD,WAAiB,wCAAwC;IACvD,SAAgB,UAAU,CAAC,GAA6C;QACtE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,mDAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA6C;QAClF,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,+DAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,wCAAwC,GAAxC,gDAAwC,KAAxC,gDAAwC,QAWxD"}
@@ -1,8 +1,9 @@
1
1
  /**
2
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.
3
+ * Use the Full Stack Disaster Recovery (DR) API to manage disaster recovery for business applications.
4
+ Full Stack DR is an OCI disaster recovery orchestration and management service that provides comprehensive disaster
5
+ recovery capabilities for all layers of an application stack, including infrastructure, middleware, database,
6
+ and application.
6
7
 
7
8
  * OpenAPI spec version: 20220125
8
9
  *
@@ -14,43 +15,45 @@ capabilities for all layers of an application stack, including infrastructure, m
14
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.
15
16
  */
16
17
  /**
17
- * A movable compute instance's source and destination VNIC mapping.
18
+ * Source VNIC to destination subnet mapping for a movable compute instance.
18
19
  */
19
20
  export interface ComputeInstanceMovableVnicMapping {
20
21
  /**
21
- * The OCID of the VNIC.
22
+ * The OCID of the source VNIC.
22
23
  * <p>
23
- Example: `ocid1.vnic.oc1..&lt;unique_id&gt;`
24
+ Example: `ocid1.vnic.oc1..uniqueID`
24
25
  *
25
26
  */
26
27
  "sourceVnicId": string;
27
28
  /**
28
- * The OCID of the destination (remote) subnet to which this VNIC should connect.
29
+ * The OCID of the destination subnet to which the source VNIC should connect.
29
30
  * <p>
30
- Example: `ocid1.subnet.oc1..&lt;unique_id&gt;`
31
+ Example: `ocid1.subnet.oc1..uniqueID`
31
32
  *
32
33
  */
33
34
  "destinationSubnetId": string;
34
35
  /**
35
- * The primary private IP address to assign. This address must belong to the destination subnet.
36
+ * The private IP address to be assigned as the VNIC's primary IP address in the destination subnet.
37
+ * This must be a valid IP address in the destination subnet and the IP address must be available.
36
38
  * <p>
37
39
  Example: `10.0.3.3`
38
40
  *
39
41
  */
40
42
  "destinationPrimaryPrivateIpAddress"?: string;
41
43
  /**
42
- * The hostname to assign for this primary private IP.
43
- * The value is the hostname portion of the private IP's fully qualified domain name (FQDN)
44
- * (for example, bminstance1 in FQDN bminstance1.subnet123.vcn1.oraclevcn.com).
44
+ * The hostname label to be assigned in the destination subnet for the primary private IP of the source VNIC.
45
+ * This label is the hostname portion of the private IP's fully qualified domain name (FQDN)
46
+ * (for example, 'myhost1' in the FQDN 'myhost1.subnet123.vcn1.oraclevcn.com').
45
47
  * <p>
46
- Example: `bminstance1`
48
+ Example: `myhost1`
47
49
  *
48
50
  */
49
51
  "destinationPrimaryPrivateIpHostnameLabel"?: string;
50
52
  /**
51
- * A list of destination region's network security group (NSG) OCIDs which this VNIC should use.
53
+ * A list of OCIDs of network security groups (NSG) in the destination region which should be assigned to
54
+ * the source VNIC.
52
55
  * <p>
53
- Example: `[ ocid1.networksecuritygroup.oc1..&lt;unique_id&gt;, ocid1.networksecuritygroup.oc1..&lt;unique_id&gt; ]`
56
+ Example: `[ ocid1.networksecuritygroup.oc1..uniqueID, ocid1.networksecuritygroup.oc1..uniqueID ]`
54
57
  *
55
58
  */
56
59
  "destinationNsgIdList"?: Array<string>;
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  /**
3
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.
4
+ * Use the Full Stack Disaster Recovery (DR) API to manage disaster recovery for business applications.
5
+ Full Stack DR is an OCI disaster recovery orchestration and management service that provides comprehensive disaster
6
+ recovery capabilities for all layers of an application stack, including infrastructure, middleware, database,
7
+ and application.
7
8
 
8
9
  * OpenAPI spec version: 20220125
9
10
  *
@@ -1 +1 @@
1
- {"version":3,"file":"compute-instance-movable-vnic-mapping.js","sourceRoot":"","sources":["../../../../../lib/disasterrecovery/lib/model/compute-instance-movable-vnic-mapping.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;AAgDH,IAAiB,iCAAiC,CAWjD;AAXD,WAAiB,iCAAiC;IAChD,SAAgB,UAAU,CAAC,GAAsC;QAC/D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,4CAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAsC;QAC3E,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,wDAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,iCAAiC,GAAjC,yCAAiC,KAAjC,yCAAiC,QAWjD"}
1
+ {"version":3,"file":"compute-instance-movable-vnic-mapping.js","sourceRoot":"","sources":["../../../../../lib/disasterrecovery/lib/model/compute-instance-movable-vnic-mapping.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;GAeG;;;AAkDH,IAAiB,iCAAiC,CAWjD;AAXD,WAAiB,iCAAiC;IAChD,SAAgB,UAAU,CAAC,GAAsC;QAC/D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,4CAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAsC;QAC3E,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,wDAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,iCAAiC,GAAjC,yCAAiC,KAAjC,yCAAiC,QAWjD"}
@@ -0,0 +1,36 @@
1
+ /**
2
+ * Full Stack Disaster Recovery API
3
+ * Use the Full Stack Disaster Recovery (DR) API to manage disaster recovery for business applications.
4
+ Full Stack DR is an OCI disaster recovery orchestration and management service that provides comprehensive disaster
5
+ recovery capabilities for all layers of an application stack, including infrastructure, middleware, database,
6
+ 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, 2023, 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
+ import * as model from "../model";
18
+ /**
19
+ * The details of operations performed on a block volume.
20
+ *
21
+ */
22
+ export interface ComputeInstanceNonMovableBlockVolumeOperation {
23
+ /**
24
+ * The OCID of the block volume.
25
+ * <p>
26
+ Example: `ocid1.volume.oc1..uniqueID`
27
+ *
28
+ */
29
+ "blockVolumeId": string;
30
+ "attachmentDetails"?: model.BlockVolumeAttachmentDetails;
31
+ "mountDetails"?: model.BlockVolumeMountDetails;
32
+ }
33
+ export declare namespace ComputeInstanceNonMovableBlockVolumeOperation {
34
+ function getJsonObj(obj: ComputeInstanceNonMovableBlockVolumeOperation): object;
35
+ function getDeserializedJsonObj(obj: ComputeInstanceNonMovableBlockVolumeOperation): object;
36
+ }
@@ -0,0 +1,67 @@
1
+ "use strict";
2
+ /**
3
+ * Full Stack Disaster Recovery API
4
+ * Use the Full Stack Disaster Recovery (DR) API to manage disaster recovery for business applications.
5
+ Full Stack DR is an OCI disaster recovery orchestration and management service that provides comprehensive disaster
6
+ recovery capabilities for all layers of an application stack, including infrastructure, middleware, database,
7
+ and application.
8
+
9
+ * OpenAPI spec version: 20220125
10
+ *
11
+ *
12
+ * NOTE: This class is auto generated by OracleSDKGenerator.
13
+ * Do not edit the class manually.
14
+ *
15
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
16
+ * 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.
17
+ */
18
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
19
+ if (k2 === undefined) k2 = k;
20
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
21
+ }) : (function(o, m, k, k2) {
22
+ if (k2 === undefined) k2 = k;
23
+ o[k2] = m[k];
24
+ }));
25
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
26
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
27
+ }) : function(o, v) {
28
+ o["default"] = v;
29
+ });
30
+ var __importStar = (this && this.__importStar) || function (mod) {
31
+ if (mod && mod.__esModule) return mod;
32
+ var result = {};
33
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
34
+ __setModuleDefault(result, mod);
35
+ return result;
36
+ };
37
+ Object.defineProperty(exports, "__esModule", { value: true });
38
+ exports.ComputeInstanceNonMovableBlockVolumeOperation = void 0;
39
+ const model = __importStar(require("../model"));
40
+ var ComputeInstanceNonMovableBlockVolumeOperation;
41
+ (function (ComputeInstanceNonMovableBlockVolumeOperation) {
42
+ function getJsonObj(obj) {
43
+ const jsonObj = Object.assign(Object.assign({}, obj), {
44
+ "attachmentDetails": obj.attachmentDetails
45
+ ? model.BlockVolumeAttachmentDetails.getJsonObj(obj.attachmentDetails)
46
+ : undefined,
47
+ "mountDetails": obj.mountDetails
48
+ ? model.BlockVolumeMountDetails.getJsonObj(obj.mountDetails)
49
+ : undefined
50
+ });
51
+ return jsonObj;
52
+ }
53
+ ComputeInstanceNonMovableBlockVolumeOperation.getJsonObj = getJsonObj;
54
+ function getDeserializedJsonObj(obj) {
55
+ const jsonObj = Object.assign(Object.assign({}, obj), {
56
+ "attachmentDetails": obj.attachmentDetails
57
+ ? model.BlockVolumeAttachmentDetails.getDeserializedJsonObj(obj.attachmentDetails)
58
+ : undefined,
59
+ "mountDetails": obj.mountDetails
60
+ ? model.BlockVolumeMountDetails.getDeserializedJsonObj(obj.mountDetails)
61
+ : undefined
62
+ });
63
+ return jsonObj;
64
+ }
65
+ ComputeInstanceNonMovableBlockVolumeOperation.getDeserializedJsonObj = getDeserializedJsonObj;
66
+ })(ComputeInstanceNonMovableBlockVolumeOperation = exports.ComputeInstanceNonMovableBlockVolumeOperation || (exports.ComputeInstanceNonMovableBlockVolumeOperation = {}));
67
+ //# sourceMappingURL=compute-instance-non-movable-block-volume-operation.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"compute-instance-non-movable-block-volume-operation.js","sourceRoot":"","sources":["../../../../../lib/disasterrecovery/lib/model/compute-instance-non-movable-block-volume-operation.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;GAeG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAmBlC,IAAiB,6CAA6C,CAiC7D;AAjCD,WAAiB,6CAA6C;IAC5D,SAAgB,UAAU,CAAC,GAAkD;QAC3E,MAAM,OAAO,mCACR,GAAG,GACH;YACD,mBAAmB,EAAE,GAAG,CAAC,iBAAiB;gBACxC,CAAC,CAAC,KAAK,CAAC,4BAA4B,CAAC,UAAU,CAAC,GAAG,CAAC,iBAAiB,CAAC;gBACtE,CAAC,CAAC,SAAS;YACb,cAAc,EAAE,GAAG,CAAC,YAAY;gBAC9B,CAAC,CAAC,KAAK,CAAC,uBAAuB,CAAC,UAAU,CAAC,GAAG,CAAC,YAAY,CAAC;gBAC5D,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,wDAAU,aAczB,CAAA;IACD,SAAgB,sBAAsB,CACpC,GAAkD;QAElD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,mBAAmB,EAAE,GAAG,CAAC,iBAAiB;gBACxC,CAAC,CAAC,KAAK,CAAC,4BAA4B,CAAC,sBAAsB,CAAC,GAAG,CAAC,iBAAiB,CAAC;gBAClF,CAAC,CAAC,SAAS;YACb,cAAc,EAAE,GAAG,CAAC,YAAY;gBAC9B,CAAC,CAAC,KAAK,CAAC,uBAAuB,CAAC,sBAAsB,CAAC,GAAG,CAAC,YAAY,CAAC;gBACxE,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAhBe,oEAAsB,yBAgBrC,CAAA;AACH,CAAC,EAjCgB,6CAA6C,GAA7C,qDAA6C,KAA7C,qDAA6C,QAiC7D"}
@@ -0,0 +1,47 @@
1
+ /**
2
+ * Full Stack Disaster Recovery API
3
+ * Use the Full Stack Disaster Recovery (DR) API to manage disaster recovery for business applications.
4
+ Full Stack DR is an OCI disaster recovery orchestration and management service that provides comprehensive disaster
5
+ recovery capabilities for all layers of an application stack, including infrastructure, middleware, database,
6
+ 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, 2023, 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
+ /**
18
+ * The details of operations performed on a file system.
19
+ *
20
+ */
21
+ export interface ComputeInstanceNonMovableFileSystemOperation {
22
+ /**
23
+ * The export path of the file system.
24
+ * <p>
25
+ Example: `/fs-export-path`
26
+ *
27
+ */
28
+ "exportPath": string;
29
+ /**
30
+ * The physical mount point of the file system on a host.
31
+ * <p>
32
+ Example: `/mnt/yourmountpoint`
33
+ *
34
+ */
35
+ "mountPoint": string;
36
+ /**
37
+ * The OCID of mount target.
38
+ * <p>
39
+ Example: `ocid1.mounttarget.oc1..uniqueID`
40
+ *
41
+ */
42
+ "mountTargetId": string;
43
+ }
44
+ export declare namespace ComputeInstanceNonMovableFileSystemOperation {
45
+ function getJsonObj(obj: ComputeInstanceNonMovableFileSystemOperation): object;
46
+ function getDeserializedJsonObj(obj: ComputeInstanceNonMovableFileSystemOperation): object;
47
+ }
@@ -0,0 +1,33 @@
1
+ "use strict";
2
+ /**
3
+ * Full Stack Disaster Recovery API
4
+ * Use the Full Stack Disaster Recovery (DR) API to manage disaster recovery for business applications.
5
+ Full Stack DR is an OCI disaster recovery orchestration and management service that provides comprehensive disaster
6
+ recovery capabilities for all layers of an application stack, including infrastructure, middleware, database,
7
+ and application.
8
+
9
+ * OpenAPI spec version: 20220125
10
+ *
11
+ *
12
+ * NOTE: This class is auto generated by OracleSDKGenerator.
13
+ * Do not edit the class manually.
14
+ *
15
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
16
+ * 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.
17
+ */
18
+ Object.defineProperty(exports, "__esModule", { value: true });
19
+ exports.ComputeInstanceNonMovableFileSystemOperation = void 0;
20
+ var ComputeInstanceNonMovableFileSystemOperation;
21
+ (function (ComputeInstanceNonMovableFileSystemOperation) {
22
+ function getJsonObj(obj) {
23
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
24
+ return jsonObj;
25
+ }
26
+ ComputeInstanceNonMovableFileSystemOperation.getJsonObj = getJsonObj;
27
+ function getDeserializedJsonObj(obj) {
28
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
29
+ return jsonObj;
30
+ }
31
+ ComputeInstanceNonMovableFileSystemOperation.getDeserializedJsonObj = getDeserializedJsonObj;
32
+ })(ComputeInstanceNonMovableFileSystemOperation = exports.ComputeInstanceNonMovableFileSystemOperation || (exports.ComputeInstanceNonMovableFileSystemOperation = {}));
33
+ //# sourceMappingURL=compute-instance-non-movable-file-system-operation.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"compute-instance-non-movable-file-system-operation.js","sourceRoot":"","sources":["../../../../../lib/disasterrecovery/lib/model/compute-instance-non-movable-file-system-operation.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;GAeG;;;AAiCH,IAAiB,4CAA4C,CAa5D;AAbD,WAAiB,4CAA4C;IAC3D,SAAgB,UAAU,CAAC,GAAiD;QAC1E,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,uDAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CACpC,GAAiD;QAEjD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IANe,mEAAsB,yBAMrC,CAAA;AACH,CAAC,EAbgB,4CAA4C,GAA5C,oDAA4C,KAA5C,oDAA4C,QAa5D"}
@@ -1,8 +1,9 @@
1
1
  /**
2
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.
3
+ * Use the Full Stack Disaster Recovery (DR) API to manage disaster recovery for business applications.
4
+ Full Stack DR is an OCI disaster recovery orchestration and management service that provides comprehensive disaster
5
+ recovery capabilities for all layers of an application stack, including infrastructure, middleware, database,
6
+ and application.
6
7
 
7
8
  * OpenAPI spec version: 20220125
8
9
  *
@@ -14,43 +15,46 @@ capabilities for all layers of an application stack, including infrastructure, m
14
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.
15
16
  */
16
17
  /**
17
- * A compute instance's source and destination VNIC mapping.
18
+ * Deprecated. Source VNIC to destination subnet mapping for a compute instance.
19
+ *
18
20
  */
19
21
  export interface ComputeInstanceVnicMappingDetails {
20
22
  /**
21
23
  * The OCID of the VNIC.
22
24
  * <p>
23
- Example: `ocid1.vnic.oc1.phx.&lt;unique_id&gt;`
25
+ Example: `ocid1.vnic.oc1..uniqueID`
24
26
  *
25
27
  */
26
28
  "sourceVnicId": string;
27
29
  /**
28
- * The OCID of the destination (remote) subnet to which this VNIC should connect.
30
+ * The OCID of the destination subnet to which this source VNIC should connect.
29
31
  * <p>
30
- Example: `ocid1.subnet.oc1.iad.&lt;unique_id&gt;`
32
+ Example: `ocid1.subnet.oc1..uniqueID`
31
33
  *
32
34
  */
33
35
  "destinationSubnetId": string;
34
36
  /**
35
- * The primary private IP address to assign. This address must belong to the destination subnet.
37
+ * The primary private IP address to be assigned to the VNIC in the destination region.
38
+ * This address must belong to the destination subnet.
36
39
  * <p>
37
40
  Example: `10.0.3.3`
38
41
  *
39
42
  */
40
43
  "destinationPrimaryPrivateIpAddress"?: string;
41
44
  /**
42
- * The hostname to assign for this primary private IP.
43
- * The value is the hostname portion of the private IP's fully qualified domain name (FQDN)
44
- * (for example, bminstance1 in FQDN bminstance1.subnet123.vcn1.oraclevcn.com).
45
+ * The hostname label to be assigned in the destination subnet for the primary private IP of the source VNIC.
46
+ * This label is the hostname portion of the private IP's fully qualified domain name (FQDN)
47
+ * (for example, 'myhost1' in the FQDN 'myhost1.subnet123.vcn1.oraclevcn.com').
45
48
  * <p>
46
- Example: `bminstance1`
49
+ Example: `myhost1`
47
50
  *
48
51
  */
49
52
  "destinationPrimaryPrivateIpHostnameLabel"?: string;
50
53
  /**
51
- * A list of network security group (NSG) IDs in the destination region which this VNIC should use.
54
+ * A list of OCIDs of network security groups (NSG) in the destination region which should be assigned to
55
+ * the source VNIC.
52
56
  * <p>
53
- Example: `[ ocid1.networksecuritygroup.oc1.iad.&lt;unique_id&gt;, ocid1.networksecuritygroup.oc1.iad.&lt;unique_id&gt; ]`
57
+ Example: `[ ocid1.networksecuritygroup.oc1..uniqueID, ocid1.networksecuritygroup.oc1..uniqueID ]`
54
58
  *
55
59
  */
56
60
  "destinationNsgIdList"?: Array<string>;