oci-dbmulticloud 2.116.1 → 2.117.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 (412) hide show
  1. package/index.d.ts +31 -9
  2. package/index.js +32 -10
  3. package/index.js.map +1 -1
  4. package/lib/client.d.ts +315 -48
  5. package/lib/client.js +1359 -49
  6. package/lib/client.js.map +1 -1
  7. package/lib/dbmulticloudgcpprovider-waiter.d.ts +74 -0
  8. package/lib/dbmulticloudgcpprovider-waiter.js +118 -0
  9. package/lib/dbmulticloudgcpprovider-waiter.js.map +1 -0
  10. package/lib/model/action-type.d.ts +28 -9
  11. package/lib/model/action-type.js +28 -9
  12. package/lib/model/action-type.js.map +1 -1
  13. package/lib/model/arc-agent-nodes.d.ts +33 -14
  14. package/lib/model/arc-agent-nodes.js +28 -9
  15. package/lib/model/arc-agent-nodes.js.map +1 -1
  16. package/lib/model/change-multi-cloud-resource-discovery-compartment-details.d.ts +30 -11
  17. package/lib/model/change-multi-cloud-resource-discovery-compartment-details.js +28 -9
  18. package/lib/model/change-multi-cloud-resource-discovery-compartment-details.js.map +1 -1
  19. package/lib/model/change-oracle-db-azure-blob-container-compartment-details.d.ts +30 -11
  20. package/lib/model/change-oracle-db-azure-blob-container-compartment-details.js +28 -9
  21. package/lib/model/change-oracle-db-azure-blob-container-compartment-details.js.map +1 -1
  22. package/lib/model/change-oracle-db-azure-blob-mount-compartment-details.d.ts +28 -9
  23. package/lib/model/change-oracle-db-azure-blob-mount-compartment-details.js +28 -9
  24. package/lib/model/change-oracle-db-azure-blob-mount-compartment-details.js.map +1 -1
  25. package/lib/model/change-oracle-db-azure-connector-compartment-details.d.ts +30 -11
  26. package/lib/model/change-oracle-db-azure-connector-compartment-details.js +28 -9
  27. package/lib/model/change-oracle-db-azure-connector-compartment-details.js.map +1 -1
  28. package/lib/model/change-oracle-db-azure-vault-association-compartment-details.d.ts +30 -11
  29. package/lib/model/change-oracle-db-azure-vault-association-compartment-details.js +28 -9
  30. package/lib/model/change-oracle-db-azure-vault-association-compartment-details.js.map +1 -1
  31. package/lib/model/change-oracle-db-azure-vault-compartment-details.d.ts +30 -11
  32. package/lib/model/change-oracle-db-azure-vault-compartment-details.js +28 -9
  33. package/lib/model/change-oracle-db-azure-vault-compartment-details.js.map +1 -1
  34. package/lib/model/change-oracle-db-gcp-identity-connector-compartment-details.d.ts +54 -0
  35. package/lib/model/change-oracle-db-gcp-identity-connector-compartment-details.js +58 -0
  36. package/lib/model/change-oracle-db-gcp-identity-connector-compartment-details.js.map +1 -0
  37. package/lib/model/change-oracle-db-gcp-key-ring-compartment-details.d.ts +54 -0
  38. package/lib/model/change-oracle-db-gcp-key-ring-compartment-details.js +58 -0
  39. package/lib/model/change-oracle-db-gcp-key-ring-compartment-details.js.map +1 -0
  40. package/lib/model/create-multi-cloud-resource-discovery-details.d.ts +46 -12
  41. package/lib/model/create-multi-cloud-resource-discovery-details.js +28 -9
  42. package/lib/model/create-multi-cloud-resource-discovery-details.js.map +1 -1
  43. package/lib/model/create-oracle-db-azure-blob-container-details.d.ts +34 -15
  44. package/lib/model/create-oracle-db-azure-blob-container-details.js +28 -9
  45. package/lib/model/create-oracle-db-azure-blob-container-details.js.map +1 -1
  46. package/lib/model/create-oracle-db-azure-blob-mount-details.d.ts +33 -14
  47. package/lib/model/create-oracle-db-azure-blob-mount-details.js +28 -9
  48. package/lib/model/create-oracle-db-azure-blob-mount-details.js.map +1 -1
  49. package/lib/model/create-oracle-db-azure-connector-details.d.ts +36 -17
  50. package/lib/model/create-oracle-db-azure-connector-details.js +28 -9
  51. package/lib/model/create-oracle-db-azure-connector-details.js.map +1 -1
  52. package/lib/model/create-oracle-db-azure-vault-association-details.d.ts +33 -14
  53. package/lib/model/create-oracle-db-azure-vault-association-details.js +28 -9
  54. package/lib/model/create-oracle-db-azure-vault-association-details.js.map +1 -1
  55. package/lib/model/create-oracle-db-azure-vault-details.d.ts +37 -18
  56. package/lib/model/create-oracle-db-azure-vault-details.js +28 -9
  57. package/lib/model/create-oracle-db-azure-vault-details.js.map +1 -1
  58. package/lib/model/create-oracle-db-gcp-identity-connector-details.d.ts +109 -0
  59. package/lib/model/create-oracle-db-gcp-identity-connector-details.js +58 -0
  60. package/lib/model/create-oracle-db-gcp-identity-connector-details.js.map +1 -0
  61. package/lib/model/create-oracle-db-gcp-key-ring-details.d.ts +103 -0
  62. package/lib/model/create-oracle-db-gcp-key-ring-details.js +58 -0
  63. package/lib/model/create-oracle-db-gcp-key-ring-details.js.map +1 -0
  64. package/lib/model/gcp-nodes.d.ts +78 -0
  65. package/lib/model/gcp-nodes.js +69 -0
  66. package/lib/model/gcp-nodes.js.map +1 -0
  67. package/lib/model/index.d.ts +64 -9
  68. package/lib/model/index.js +66 -11
  69. package/lib/model/index.js.map +1 -1
  70. package/lib/model/multi-cloud-resource-discovery-summary-collection.d.ts +29 -10
  71. package/lib/model/multi-cloud-resource-discovery-summary-collection.js +28 -9
  72. package/lib/model/multi-cloud-resource-discovery-summary-collection.js.map +1 -1
  73. package/lib/model/multi-cloud-resource-discovery-summary.d.ts +37 -18
  74. package/lib/model/multi-cloud-resource-discovery-summary.js +28 -9
  75. package/lib/model/multi-cloud-resource-discovery-summary.js.map +1 -1
  76. package/lib/model/multi-cloud-resource-discovery.d.ts +52 -17
  77. package/lib/model/multi-cloud-resource-discovery.js +29 -9
  78. package/lib/model/multi-cloud-resource-discovery.js.map +1 -1
  79. package/lib/model/operation-status.d.ts +28 -9
  80. package/lib/model/operation-status.js +28 -9
  81. package/lib/model/operation-status.js.map +1 -1
  82. package/lib/model/operation-type.d.ts +40 -9
  83. package/lib/model/operation-type.js +40 -9
  84. package/lib/model/operation-type.js.map +1 -1
  85. package/lib/model/oracle-db-azure-blob-container-summary-collection.d.ts +29 -10
  86. package/lib/model/oracle-db-azure-blob-container-summary-collection.js +28 -9
  87. package/lib/model/oracle-db-azure-blob-container-summary-collection.js.map +1 -1
  88. package/lib/model/oracle-db-azure-blob-container-summary.d.ts +36 -17
  89. package/lib/model/oracle-db-azure-blob-container-summary.js +28 -9
  90. package/lib/model/oracle-db-azure-blob-container-summary.js.map +1 -1
  91. package/lib/model/oracle-db-azure-blob-container.d.ts +37 -18
  92. package/lib/model/oracle-db-azure-blob-container.js +28 -9
  93. package/lib/model/oracle-db-azure-blob-container.js.map +1 -1
  94. package/lib/model/oracle-db-azure-blob-mount-summary-collection.d.ts +28 -9
  95. package/lib/model/oracle-db-azure-blob-mount-summary-collection.js +28 -9
  96. package/lib/model/oracle-db-azure-blob-mount-summary-collection.js.map +1 -1
  97. package/lib/model/oracle-db-azure-blob-mount-summary.d.ts +34 -15
  98. package/lib/model/oracle-db-azure-blob-mount-summary.js +28 -9
  99. package/lib/model/oracle-db-azure-blob-mount-summary.js.map +1 -1
  100. package/lib/model/oracle-db-azure-blob-mount.d.ts +37 -18
  101. package/lib/model/oracle-db-azure-blob-mount.js +28 -9
  102. package/lib/model/oracle-db-azure-blob-mount.js.map +1 -1
  103. package/lib/model/oracle-db-azure-connector-summary-collection.d.ts +29 -10
  104. package/lib/model/oracle-db-azure-connector-summary-collection.js +28 -9
  105. package/lib/model/oracle-db-azure-connector-summary-collection.js.map +1 -1
  106. package/lib/model/oracle-db-azure-connector-summary.d.ts +45 -22
  107. package/lib/model/oracle-db-azure-connector-summary.js +28 -9
  108. package/lib/model/oracle-db-azure-connector-summary.js.map +1 -1
  109. package/lib/model/oracle-db-azure-connector.d.ts +56 -22
  110. package/lib/model/oracle-db-azure-connector.js +40 -9
  111. package/lib/model/oracle-db-azure-connector.js.map +1 -1
  112. package/lib/model/oracle-db-azure-key-summary-collection.d.ts +28 -9
  113. package/lib/model/oracle-db-azure-key-summary-collection.js +28 -9
  114. package/lib/model/oracle-db-azure-key-summary-collection.js.map +1 -1
  115. package/lib/model/oracle-db-azure-key-summary.d.ts +45 -18
  116. package/lib/model/oracle-db-azure-key-summary.js +28 -9
  117. package/lib/model/oracle-db-azure-key-summary.js.map +1 -1
  118. package/lib/model/oracle-db-azure-key.d.ts +46 -19
  119. package/lib/model/oracle-db-azure-key.js +28 -9
  120. package/lib/model/oracle-db-azure-key.js.map +1 -1
  121. package/lib/model/oracle-db-azure-vault-association-summary-collection.d.ts +28 -9
  122. package/lib/model/oracle-db-azure-vault-association-summary-collection.js +28 -9
  123. package/lib/model/oracle-db-azure-vault-association-summary-collection.js.map +1 -1
  124. package/lib/model/oracle-db-azure-vault-association-summary.d.ts +38 -19
  125. package/lib/model/oracle-db-azure-vault-association-summary.js +28 -9
  126. package/lib/model/oracle-db-azure-vault-association-summary.js.map +1 -1
  127. package/lib/model/oracle-db-azure-vault-association.d.ts +39 -20
  128. package/lib/model/oracle-db-azure-vault-association.js +28 -9
  129. package/lib/model/oracle-db-azure-vault-association.js.map +1 -1
  130. package/lib/model/oracle-db-azure-vault-summary-collection.d.ts +28 -9
  131. package/lib/model/oracle-db-azure-vault-summary-collection.js +28 -9
  132. package/lib/model/oracle-db-azure-vault-summary-collection.js.map +1 -1
  133. package/lib/model/oracle-db-azure-vault-summary.d.ts +41 -22
  134. package/lib/model/oracle-db-azure-vault-summary.js +28 -9
  135. package/lib/model/oracle-db-azure-vault-summary.js.map +1 -1
  136. package/lib/model/oracle-db-azure-vault.d.ts +42 -23
  137. package/lib/model/oracle-db-azure-vault.js +28 -9
  138. package/lib/model/oracle-db-azure-vault.js.map +1 -1
  139. package/lib/model/oracle-db-gcp-identity-connector-summary-collection.d.ts +55 -0
  140. package/lib/model/oracle-db-gcp-identity-connector-summary-collection.js +90 -0
  141. package/lib/model/oracle-db-gcp-identity-connector-summary-collection.js.map +1 -0
  142. package/lib/model/oracle-db-gcp-identity-connector-summary.d.ts +151 -0
  143. package/lib/model/oracle-db-gcp-identity-connector-summary.js +90 -0
  144. package/lib/model/oracle-db-gcp-identity-connector-summary.js.map +1 -0
  145. package/lib/model/oracle-db-gcp-identity-connector.d.ts +176 -0
  146. package/lib/model/oracle-db-gcp-identity-connector.js +116 -0
  147. package/lib/model/oracle-db-gcp-identity-connector.js.map +1 -0
  148. package/lib/model/oracle-db-gcp-key-ring-summary-collection.d.ts +55 -0
  149. package/lib/model/oracle-db-gcp-key-ring-summary-collection.js +90 -0
  150. package/lib/model/oracle-db-gcp-key-ring-summary-collection.js.map +1 -0
  151. package/lib/model/oracle-db-gcp-key-ring-summary.d.ts +136 -0
  152. package/lib/model/oracle-db-gcp-key-ring-summary.js +58 -0
  153. package/lib/model/oracle-db-gcp-key-ring-summary.js.map +1 -0
  154. package/lib/model/oracle-db-gcp-key-ring.d.ts +149 -0
  155. package/lib/model/oracle-db-gcp-key-ring.js +72 -0
  156. package/lib/model/oracle-db-gcp-key-ring.js.map +1 -0
  157. package/lib/model/oracle-db-gcp-key-summary-collection.d.ts +55 -0
  158. package/lib/model/oracle-db-gcp-key-summary-collection.js +90 -0
  159. package/lib/model/oracle-db-gcp-key-summary-collection.js.map +1 -0
  160. package/lib/model/oracle-db-gcp-key-summary.d.ts +130 -0
  161. package/lib/model/oracle-db-gcp-key-summary.js +58 -0
  162. package/lib/model/oracle-db-gcp-key-summary.js.map +1 -0
  163. package/lib/model/oracle-db-gcp-key.d.ts +143 -0
  164. package/lib/model/oracle-db-gcp-key.js +72 -0
  165. package/lib/model/oracle-db-gcp-key.js.map +1 -0
  166. package/lib/model/patch-oracle-db-azure-connector-details.d.ts +29 -10
  167. package/lib/model/patch-oracle-db-azure-connector-details.js +28 -9
  168. package/lib/model/patch-oracle-db-azure-connector-details.js.map +1 -1
  169. package/lib/model/refresh-oracle-db-azure-vault-details.d.ts +54 -0
  170. package/lib/model/refresh-oracle-db-azure-vault-details.js +58 -0
  171. package/lib/model/refresh-oracle-db-azure-vault-details.js.map +1 -0
  172. package/lib/model/refresh-oracle-db-gcp-key-ring-details.d.ts +54 -0
  173. package/lib/model/refresh-oracle-db-gcp-key-ring-details.js +58 -0
  174. package/lib/model/refresh-oracle-db-gcp-key-ring-details.js.map +1 -0
  175. package/lib/model/resources.d.ts +29 -10
  176. package/lib/model/resources.js +28 -9
  177. package/lib/model/resources.js.map +1 -1
  178. package/lib/model/sort-order.d.ts +28 -9
  179. package/lib/model/sort-order.js +28 -9
  180. package/lib/model/sort-order.js.map +1 -1
  181. package/lib/model/update-multi-cloud-resource-discovery-details.d.ts +32 -13
  182. package/lib/model/update-multi-cloud-resource-discovery-details.js +28 -9
  183. package/lib/model/update-multi-cloud-resource-discovery-details.js.map +1 -1
  184. package/lib/model/update-oracle-db-azure-blob-container-details.d.ts +34 -15
  185. package/lib/model/update-oracle-db-azure-blob-container-details.js +28 -9
  186. package/lib/model/update-oracle-db-azure-blob-container-details.js.map +1 -1
  187. package/lib/model/update-oracle-db-azure-blob-mount-details.d.ts +32 -13
  188. package/lib/model/update-oracle-db-azure-blob-mount-details.js +28 -9
  189. package/lib/model/update-oracle-db-azure-blob-mount-details.js.map +1 -1
  190. package/lib/model/update-oracle-db-azure-connector-details.d.ts +36 -17
  191. package/lib/model/update-oracle-db-azure-connector-details.js +28 -9
  192. package/lib/model/update-oracle-db-azure-connector-details.js.map +1 -1
  193. package/lib/model/update-oracle-db-azure-vault-association-details.d.ts +33 -14
  194. package/lib/model/update-oracle-db-azure-vault-association-details.js +28 -9
  195. package/lib/model/update-oracle-db-azure-vault-association-details.js.map +1 -1
  196. package/lib/model/update-oracle-db-azure-vault-details.d.ts +37 -18
  197. package/lib/model/update-oracle-db-azure-vault-details.js +28 -9
  198. package/lib/model/update-oracle-db-azure-vault-details.js.map +1 -1
  199. package/lib/model/update-oracle-db-gcp-identity-connector-details.d.ts +105 -0
  200. package/lib/model/update-oracle-db-gcp-identity-connector-details.js +58 -0
  201. package/lib/model/update-oracle-db-gcp-identity-connector-details.js.map +1 -0
  202. package/lib/model/update-oracle-db-gcp-key-ring-details.d.ts +77 -0
  203. package/lib/model/update-oracle-db-gcp-key-ring-details.js +58 -0
  204. package/lib/model/update-oracle-db-gcp-key-ring-details.js.map +1 -0
  205. package/lib/model/work-request-error-collection.d.ts +28 -9
  206. package/lib/model/work-request-error-collection.js +28 -9
  207. package/lib/model/work-request-error-collection.js.map +1 -1
  208. package/lib/model/work-request-error.d.ts +28 -9
  209. package/lib/model/work-request-error.js +28 -9
  210. package/lib/model/work-request-error.js.map +1 -1
  211. package/lib/model/work-request-log-entry-collection.d.ts +28 -9
  212. package/lib/model/work-request-log-entry-collection.js +28 -9
  213. package/lib/model/work-request-log-entry-collection.js.map +1 -1
  214. package/lib/model/work-request-log-entry.d.ts +28 -9
  215. package/lib/model/work-request-log-entry.js +28 -9
  216. package/lib/model/work-request-log-entry.js.map +1 -1
  217. package/lib/model/work-request-resource-metadata-key.d.ts +28 -9
  218. package/lib/model/work-request-resource-metadata-key.js +28 -9
  219. package/lib/model/work-request-resource-metadata-key.js.map +1 -1
  220. package/lib/model/work-request-resource.d.ts +28 -9
  221. package/lib/model/work-request-resource.js +28 -9
  222. package/lib/model/work-request-resource.js.map +1 -1
  223. package/lib/model/work-request-summary-collection.d.ts +28 -9
  224. package/lib/model/work-request-summary-collection.js +28 -9
  225. package/lib/model/work-request-summary-collection.js.map +1 -1
  226. package/lib/model/work-request-summary.d.ts +28 -9
  227. package/lib/model/work-request-summary.js +28 -9
  228. package/lib/model/work-request-summary.js.map +1 -1
  229. package/lib/model/work-request.d.ts +28 -9
  230. package/lib/model/work-request.js +28 -9
  231. package/lib/model/work-request.js.map +1 -1
  232. package/lib/multicloudresourcediscovery-waiter.d.ts +28 -9
  233. package/lib/multicloudresourcediscovery-waiter.js +28 -9
  234. package/lib/multicloudresourcediscovery-waiter.js.map +1 -1
  235. package/lib/oracledbazureblobcontainer-waiter.d.ts +28 -9
  236. package/lib/oracledbazureblobcontainer-waiter.js +28 -9
  237. package/lib/oracledbazureblobcontainer-waiter.js.map +1 -1
  238. package/lib/oracledbazureblobmount-waiter.d.ts +28 -9
  239. package/lib/oracledbazureblobmount-waiter.js +28 -9
  240. package/lib/oracledbazureblobmount-waiter.js.map +1 -1
  241. package/lib/oracledbazureconnector-waiter.d.ts +28 -9
  242. package/lib/oracledbazureconnector-waiter.js +28 -9
  243. package/lib/oracledbazureconnector-waiter.js.map +1 -1
  244. package/lib/oracledbazurekey-waiter.d.ts +28 -9
  245. package/lib/oracledbazurekey-waiter.js +28 -9
  246. package/lib/oracledbazurekey-waiter.js.map +1 -1
  247. package/lib/oracledbazurevault-waiter.d.ts +28 -9
  248. package/lib/oracledbazurevault-waiter.js +28 -9
  249. package/lib/oracledbazurevault-waiter.js.map +1 -1
  250. package/lib/oracledbazurevaultassociation-waiter.d.ts +28 -9
  251. package/lib/oracledbazurevaultassociation-waiter.js +28 -9
  252. package/lib/oracledbazurevaultassociation-waiter.js.map +1 -1
  253. package/lib/request/cascading-delete-oracle-db-azure-vault-association-request.d.ts +8 -8
  254. package/lib/request/change-multi-cloud-resource-discovery-compartment-request.d.ts +8 -8
  255. package/lib/request/change-oracle-db-azure-blob-container-compartment-request.d.ts +8 -8
  256. package/lib/request/change-oracle-db-azure-blob-mount-compartment-request.d.ts +8 -8
  257. package/lib/request/change-oracle-db-azure-connector-compartment-request.d.ts +9 -9
  258. package/lib/request/change-oracle-db-azure-vault-association-compartment-request.d.ts +8 -8
  259. package/lib/request/change-oracle-db-azure-vault-compartment-request.d.ts +8 -8
  260. package/lib/request/change-oracle-db-gcp-identity-connector-compartment-request.d.ts +49 -0
  261. package/lib/request/change-oracle-db-gcp-identity-connector-compartment-request.js +15 -0
  262. package/lib/request/change-oracle-db-gcp-identity-connector-compartment-request.js.map +1 -0
  263. package/lib/request/change-oracle-db-gcp-key-ring-compartment-request.d.ts +49 -0
  264. package/lib/request/change-oracle-db-gcp-key-ring-compartment-request.js +15 -0
  265. package/lib/request/change-oracle-db-gcp-key-ring-compartment-request.js.map +1 -0
  266. package/lib/request/create-multi-cloud-resource-discovery-request.d.ts +8 -8
  267. package/lib/request/create-oracle-db-azure-blob-container-request.d.ts +8 -8
  268. package/lib/request/create-oracle-db-azure-blob-mount-request.d.ts +8 -8
  269. package/lib/request/create-oracle-db-azure-connector-request.d.ts +9 -9
  270. package/lib/request/create-oracle-db-azure-vault-association-request.d.ts +8 -8
  271. package/lib/request/create-oracle-db-azure-vault-request.d.ts +8 -8
  272. package/lib/request/create-oracle-db-gcp-identity-connector-request.d.ts +37 -0
  273. package/lib/request/create-oracle-db-gcp-identity-connector-request.js +15 -0
  274. package/lib/request/create-oracle-db-gcp-identity-connector-request.js.map +1 -0
  275. package/lib/request/create-oracle-db-gcp-key-ring-request.d.ts +45 -0
  276. package/lib/request/create-oracle-db-gcp-key-ring-request.js +15 -0
  277. package/lib/request/create-oracle-db-gcp-key-ring-request.js.map +1 -0
  278. package/lib/request/delete-multi-cloud-resource-discovery-request.d.ts +1 -1
  279. package/lib/request/delete-oracle-db-azure-blob-container-request.d.ts +1 -1
  280. package/lib/request/delete-oracle-db-azure-blob-mount-request.d.ts +1 -1
  281. package/lib/request/delete-oracle-db-azure-connector-request.d.ts +1 -1
  282. package/lib/request/delete-oracle-db-azure-vault-association-request.d.ts +1 -1
  283. package/lib/request/delete-oracle-db-azure-vault-request.d.ts +1 -1
  284. package/lib/request/delete-oracle-db-gcp-identity-connector-request.d.ts +35 -0
  285. package/lib/request/delete-oracle-db-gcp-identity-connector-request.js +15 -0
  286. package/lib/request/delete-oracle-db-gcp-identity-connector-request.js.map +1 -0
  287. package/lib/request/delete-oracle-db-gcp-key-ring-request.d.ts +35 -0
  288. package/lib/request/delete-oracle-db-gcp-key-ring-request.js +15 -0
  289. package/lib/request/delete-oracle-db-gcp-key-ring-request.js.map +1 -0
  290. package/lib/request/get-multi-cloud-resource-discovery-request.d.ts +1 -1
  291. package/lib/request/get-oracle-db-azure-blob-container-request.d.ts +1 -1
  292. package/lib/request/get-oracle-db-azure-blob-mount-request.d.ts +1 -1
  293. package/lib/request/get-oracle-db-azure-connector-request.d.ts +1 -1
  294. package/lib/request/get-oracle-db-azure-key-request.d.ts +1 -1
  295. package/lib/request/get-oracle-db-azure-vault-association-request.d.ts +1 -1
  296. package/lib/request/get-oracle-db-azure-vault-request.d.ts +1 -1
  297. package/lib/request/get-oracle-db-gcp-identity-connector-request.d.ts +26 -0
  298. package/lib/request/get-oracle-db-gcp-identity-connector-request.js +15 -0
  299. package/lib/request/get-oracle-db-gcp-identity-connector-request.js.map +1 -0
  300. package/lib/request/get-oracle-db-gcp-key-request.d.ts +26 -0
  301. package/lib/request/get-oracle-db-gcp-key-request.js +15 -0
  302. package/lib/request/get-oracle-db-gcp-key-request.js.map +1 -0
  303. package/lib/request/get-oracle-db-gcp-key-ring-request.d.ts +39 -0
  304. package/lib/request/get-oracle-db-gcp-key-ring-request.js +15 -0
  305. package/lib/request/get-oracle-db-gcp-key-ring-request.js.map +1 -0
  306. package/lib/request/index.d.ts +62 -9
  307. package/lib/request/index.js +35 -10
  308. package/lib/request/index.js.map +1 -1
  309. package/lib/request/list-multi-cloud-resource-discoveries-request.d.ts +9 -6
  310. package/lib/request/list-multi-cloud-resource-discoveries-request.js.map +1 -1
  311. package/lib/request/list-oracle-db-azure-blob-containers-request.d.ts +5 -6
  312. package/lib/request/list-oracle-db-azure-blob-containers-request.js.map +1 -1
  313. package/lib/request/list-oracle-db-azure-blob-mounts-request.d.ts +5 -6
  314. package/lib/request/list-oracle-db-azure-blob-mounts-request.js.map +1 -1
  315. package/lib/request/list-oracle-db-azure-connectors-request.d.ts +4 -5
  316. package/lib/request/list-oracle-db-azure-connectors-request.js.map +1 -1
  317. package/lib/request/list-oracle-db-azure-keys-request.d.ts +4 -5
  318. package/lib/request/list-oracle-db-azure-keys-request.js.map +1 -1
  319. package/lib/request/list-oracle-db-azure-vault-associations-request.d.ts +5 -6
  320. package/lib/request/list-oracle-db-azure-vault-associations-request.js.map +1 -1
  321. package/lib/request/list-oracle-db-azure-vaults-request.d.ts +5 -6
  322. package/lib/request/list-oracle-db-azure-vaults-request.js.map +1 -1
  323. package/lib/request/list-oracle-db-gcp-identity-connectors-request.d.ts +63 -0
  324. package/lib/request/list-oracle-db-gcp-identity-connectors-request.js +24 -0
  325. package/lib/request/list-oracle-db-gcp-identity-connectors-request.js.map +1 -0
  326. package/lib/request/list-oracle-db-gcp-key-rings-request.d.ts +68 -0
  327. package/lib/request/list-oracle-db-gcp-key-rings-request.js +24 -0
  328. package/lib/request/list-oracle-db-gcp-key-rings-request.js.map +1 -0
  329. package/lib/request/list-oracle-db-gcp-keys-request.d.ts +67 -0
  330. package/lib/request/list-oracle-db-gcp-keys-request.js +24 -0
  331. package/lib/request/list-oracle-db-gcp-keys-request.js.map +1 -0
  332. package/lib/request/patch-oracle-db-azure-connector-request.d.ts +2 -2
  333. package/lib/request/refresh-oracle-db-azure-connector-request.d.ts +44 -0
  334. package/lib/request/refresh-oracle-db-azure-connector-request.js +15 -0
  335. package/lib/request/refresh-oracle-db-azure-connector-request.js.map +1 -0
  336. package/lib/request/refresh-oracle-db-azure-vault-request.d.ts +12 -7
  337. package/lib/request/refresh-oracle-db-gcp-identity-connector-request.d.ts +44 -0
  338. package/lib/request/refresh-oracle-db-gcp-identity-connector-request.js +15 -0
  339. package/lib/request/refresh-oracle-db-gcp-identity-connector-request.js.map +1 -0
  340. package/lib/request/refresh-oracle-db-gcp-key-ring-request.d.ts +49 -0
  341. package/lib/request/refresh-oracle-db-gcp-key-ring-request.js +15 -0
  342. package/lib/request/refresh-oracle-db-gcp-key-ring-request.js.map +1 -0
  343. package/lib/request/update-multi-cloud-resource-discovery-request.d.ts +1 -1
  344. package/lib/request/update-oracle-db-azure-blob-container-request.d.ts +1 -1
  345. package/lib/request/update-oracle-db-azure-blob-mount-request.d.ts +1 -1
  346. package/lib/request/update-oracle-db-azure-connector-request.d.ts +2 -2
  347. package/lib/request/update-oracle-db-azure-vault-association-request.d.ts +1 -1
  348. package/lib/request/update-oracle-db-azure-vault-request.d.ts +1 -1
  349. package/lib/request/update-oracle-db-gcp-identity-connector-request.d.ts +40 -0
  350. package/lib/request/update-oracle-db-gcp-identity-connector-request.js +15 -0
  351. package/lib/request/update-oracle-db-gcp-identity-connector-request.js.map +1 -0
  352. package/lib/request/update-oracle-db-gcp-key-ring-request.d.ts +40 -0
  353. package/lib/request/update-oracle-db-gcp-key-ring-request.js +15 -0
  354. package/lib/request/update-oracle-db-gcp-key-ring-request.js.map +1 -0
  355. package/lib/response/change-oracle-db-gcp-identity-connector-compartment-response.d.ts +26 -0
  356. package/lib/response/change-oracle-db-gcp-identity-connector-compartment-response.js +15 -0
  357. package/lib/response/change-oracle-db-gcp-identity-connector-compartment-response.js.map +1 -0
  358. package/lib/response/change-oracle-db-gcp-key-ring-compartment-response.d.ts +26 -0
  359. package/lib/response/change-oracle-db-gcp-key-ring-compartment-response.js +15 -0
  360. package/lib/response/change-oracle-db-gcp-key-ring-compartment-response.js.map +1 -0
  361. package/lib/response/create-oracle-db-gcp-identity-connector-response.d.ts +44 -0
  362. package/lib/response/create-oracle-db-gcp-identity-connector-response.js +15 -0
  363. package/lib/response/create-oracle-db-gcp-identity-connector-response.js.map +1 -0
  364. package/lib/response/create-oracle-db-gcp-key-ring-response.d.ts +44 -0
  365. package/lib/response/create-oracle-db-gcp-key-ring-response.js +15 -0
  366. package/lib/response/create-oracle-db-gcp-key-ring-response.js.map +1 -0
  367. package/lib/response/delete-oracle-db-gcp-identity-connector-response.d.ts +26 -0
  368. package/lib/response/delete-oracle-db-gcp-identity-connector-response.js +15 -0
  369. package/lib/response/delete-oracle-db-gcp-identity-connector-response.js.map +1 -0
  370. package/lib/response/delete-oracle-db-gcp-key-ring-response.d.ts +26 -0
  371. package/lib/response/delete-oracle-db-gcp-key-ring-response.js +15 -0
  372. package/lib/response/delete-oracle-db-gcp-key-ring-response.js.map +1 -0
  373. package/lib/response/get-oracle-db-gcp-identity-connector-response.d.ts +30 -0
  374. package/lib/response/get-oracle-db-gcp-identity-connector-response.js +15 -0
  375. package/lib/response/get-oracle-db-gcp-identity-connector-response.js.map +1 -0
  376. package/lib/response/get-oracle-db-gcp-key-response.d.ts +30 -0
  377. package/lib/response/get-oracle-db-gcp-key-response.js +15 -0
  378. package/lib/response/get-oracle-db-gcp-key-response.js.map +1 -0
  379. package/lib/response/get-oracle-db-gcp-key-ring-response.d.ts +30 -0
  380. package/lib/response/get-oracle-db-gcp-key-ring-response.js +15 -0
  381. package/lib/response/get-oracle-db-gcp-key-ring-response.js.map +1 -0
  382. package/lib/response/index.d.ts +62 -9
  383. package/lib/response/index.js +28 -9
  384. package/lib/response/index.js.map +1 -1
  385. package/lib/response/list-oracle-db-gcp-identity-connectors-response.d.ts +31 -0
  386. package/lib/response/list-oracle-db-gcp-identity-connectors-response.js +15 -0
  387. package/lib/response/list-oracle-db-gcp-identity-connectors-response.js.map +1 -0
  388. package/lib/response/list-oracle-db-gcp-key-rings-response.d.ts +31 -0
  389. package/lib/response/list-oracle-db-gcp-key-rings-response.js +15 -0
  390. package/lib/response/list-oracle-db-gcp-key-rings-response.js.map +1 -0
  391. package/lib/response/list-oracle-db-gcp-keys-response.d.ts +31 -0
  392. package/lib/response/list-oracle-db-gcp-keys-response.js +15 -0
  393. package/lib/response/list-oracle-db-gcp-keys-response.js.map +1 -0
  394. package/lib/response/refresh-oracle-db-azure-connector-response.d.ts +26 -0
  395. package/lib/response/refresh-oracle-db-azure-connector-response.js +15 -0
  396. package/lib/response/refresh-oracle-db-azure-connector-response.js.map +1 -0
  397. package/lib/response/refresh-oracle-db-gcp-identity-connector-response.d.ts +26 -0
  398. package/lib/response/refresh-oracle-db-gcp-identity-connector-response.js +15 -0
  399. package/lib/response/refresh-oracle-db-gcp-identity-connector-response.js.map +1 -0
  400. package/lib/response/refresh-oracle-db-gcp-key-ring-response.d.ts +26 -0
  401. package/lib/response/refresh-oracle-db-gcp-key-ring-response.js +15 -0
  402. package/lib/response/refresh-oracle-db-gcp-key-ring-response.js.map +1 -0
  403. package/lib/response/update-oracle-db-gcp-identity-connector-response.d.ts +26 -0
  404. package/lib/response/update-oracle-db-gcp-identity-connector-response.js +15 -0
  405. package/lib/response/update-oracle-db-gcp-identity-connector-response.js.map +1 -0
  406. package/lib/response/update-oracle-db-gcp-key-ring-response.d.ts +26 -0
  407. package/lib/response/update-oracle-db-gcp-key-ring-response.js +15 -0
  408. package/lib/response/update-oracle-db-gcp-key-ring-response.js.map +1 -0
  409. package/lib/workrequest-waiter.d.ts +28 -9
  410. package/lib/workrequest-waiter.js +28 -9
  411. package/lib/workrequest-waiter.js.map +1 -1
  412. package/package.json +3 -3
@@ -0,0 +1,74 @@
1
+ /**
2
+ * Oracle Database MultiCloud Data Plane Integration
3
+ * <b>Microsoft Azure:</b> <br>
4
+ <b>Oracle Azure Connector Resource:</b>:&nbsp;&nbsp;The Oracle Azure Connector Resource is used to install the Azure Arc Server on an Exadata VM cluster in Oracle Exadata Database Service on Dedicated Infrastructure (ExaDB-D).
5
+ The supported method to install the Azure Arc Server (Azure Identity) on the Exadata VM cluster:
6
+ <ul>
7
+ <li>Using a Bearer Access Token</li>
8
+ </ul>
9
+
10
+ <b>Oracle Azure Blob Container Resource:</b>&nbsp;&nbsp;The Oracle Azure Blob Container Resource is used to capture the details of an Azure Blob Container.
11
+ This resource can then be reused across multiple Exadata VM clusters in Oracle Exadata Database Service on Dedicated Infrastructure (ExaDB-D) to mount the Azure container.
12
+
13
+ <b>Oracle Azure Blob Mount Resource:</b>&nbsp;&nbsp;The Oracle Azure Blob Mount Resource is used to mount an Azure Blob Container on an Exadata VM cluster in Oracle Exadata Database Service on Dedicated Infrastructure (ExaDB-D).
14
+ It relies on both the Oracle Azure Connector and the Oracle Azure Blob Container Resource to perform the mount operation.
15
+
16
+ <b>Discover Azure Vaults and Keys Resource:</b>&nbsp;&nbsp;The Discover Oracle Azure Vaults and Azure Keys Resource is used to discover Azure Vaults and the associated encryption keys available in your Azure project.
17
+
18
+ <b>Oracle Azure Vault:</b>&nbsp;&nbsp;The Oracle Azure Vault Resource is used to manage Azure Vaults within Oracle Cloud Infrastructure (OCI) for use with services such as Oracle Exadata Database Service on Dedicated Infrastructure.
19
+
20
+ <b>Oracle Azure Key:</b>&nbsp;&nbsp;Oracle Azure Key Resource is used to register and manage a Oracle Azure Key Key within Oracle Cloud Infrastructure (OCI) under an associated Azure Vault.
21
+
22
+ <br>
23
+
24
+ <b>Google Cloud:</b><br>
25
+ <b>Oracle Google Cloud Connector Resource:</b>&nbsp;&nbsp;The Oracle Google Cloud Connector Resource is used to install the Google Cloud Identity Connector on an Exadata VM cluster in Oracle Exadata Database Service on Dedicated Infrastructure (ExaDB-D).
26
+
27
+ <b>Discover Google Key Rings and Keys Resource:</b>&nbsp;&nbsp;The Discover Google Key Rings and Keys Resource is used to discover Google Cloud Key Rings and the associated encryption keys available in your Google Cloud project.
28
+
29
+ <b>Google Key Rings Resource:</b>&nbsp;&nbsp;The Google Key Rings Resource is used to register and manage Google Cloud Key Rings within Oracle Cloud Infrastructure (OCI) for use with services such as Oracle Exadata Database Service on Dedicated Infrastructure.
30
+
31
+ <b>Google Key Resource:</b>&nbsp;&nbsp;The Google Key Resource is used to register and manage a Google Cloud Key within Oracle Cloud Infrastructure (OCI) under an associated Google Key Ring.
32
+
33
+ * OpenAPI spec version: 20240501
34
+ *
35
+ *
36
+ * NOTE: This class is auto generated by OracleSDKGenerator.
37
+ * Do not edit the class manually.
38
+ *
39
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
40
+ * 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.
41
+ */
42
+ import * as serviceRequests from "./request";
43
+ import * as serviceResponses from "./response";
44
+ import * as models from "./model";
45
+ import { DbMulticloudGCPProviderClient } from "./client";
46
+ export declare class DbMulticloudGCPProviderWaiter {
47
+ private client;
48
+ private readonly config?;
49
+ constructor(client: DbMulticloudGCPProviderClient, config?: Partial<import("oci-common/lib/waiter").WaiterConfigurationDetails> | undefined);
50
+ /**
51
+ * Waits forOracleDbGcpIdentityConnector till it reaches any of the provided states
52
+ *
53
+ * @param request the request to send
54
+ * @param targetStates the desired states to wait for. The waiter will return once the resource reaches any of the provided states
55
+ * @return response returns GetOracleDbGcpIdentityConnectorResponse | null (null in case of 404 response)
56
+ */
57
+ forOracleDbGcpIdentityConnector(request: serviceRequests.GetOracleDbGcpIdentityConnectorRequest, ...targetStates: models.OracleDbGcpIdentityConnector.LifecycleState[]): Promise<serviceResponses.GetOracleDbGcpIdentityConnectorResponse | null>;
58
+ /**
59
+ * Waits forOracleDbGcpKey till it reaches any of the provided states
60
+ *
61
+ * @param request the request to send
62
+ * @param targetStates the desired states to wait for. The waiter will return once the resource reaches any of the provided states
63
+ * @return response returns GetOracleDbGcpKeyResponse | null (null in case of 404 response)
64
+ */
65
+ forOracleDbGcpKey(request: serviceRequests.GetOracleDbGcpKeyRequest, ...targetStates: models.OracleDbGcpKey.LifecycleState[]): Promise<serviceResponses.GetOracleDbGcpKeyResponse | null>;
66
+ /**
67
+ * Waits forOracleDbGcpKeyRing till it reaches any of the provided states
68
+ *
69
+ * @param request the request to send
70
+ * @param targetStates the desired states to wait for. The waiter will return once the resource reaches any of the provided states
71
+ * @return response returns GetOracleDbGcpKeyRingResponse | null (null in case of 404 response)
72
+ */
73
+ forOracleDbGcpKeyRing(request: serviceRequests.GetOracleDbGcpKeyRingRequest, ...targetStates: models.OracleDbGcpKeyRing.LifecycleState[]): Promise<serviceResponses.GetOracleDbGcpKeyRingResponse | null>;
74
+ }
@@ -0,0 +1,118 @@
1
+ "use strict";
2
+ /**
3
+ * Oracle Database MultiCloud Data Plane Integration
4
+ * <b>Microsoft Azure:</b> <br>
5
+ <b>Oracle Azure Connector Resource:</b>:&nbsp;&nbsp;The Oracle Azure Connector Resource is used to install the Azure Arc Server on an Exadata VM cluster in Oracle Exadata Database Service on Dedicated Infrastructure (ExaDB-D).
6
+ The supported method to install the Azure Arc Server (Azure Identity) on the Exadata VM cluster:
7
+ <ul>
8
+ <li>Using a Bearer Access Token</li>
9
+ </ul>
10
+
11
+ <b>Oracle Azure Blob Container Resource:</b>&nbsp;&nbsp;The Oracle Azure Blob Container Resource is used to capture the details of an Azure Blob Container.
12
+ This resource can then be reused across multiple Exadata VM clusters in Oracle Exadata Database Service on Dedicated Infrastructure (ExaDB-D) to mount the Azure container.
13
+
14
+ <b>Oracle Azure Blob Mount Resource:</b>&nbsp;&nbsp;The Oracle Azure Blob Mount Resource is used to mount an Azure Blob Container on an Exadata VM cluster in Oracle Exadata Database Service on Dedicated Infrastructure (ExaDB-D).
15
+ It relies on both the Oracle Azure Connector and the Oracle Azure Blob Container Resource to perform the mount operation.
16
+
17
+ <b>Discover Azure Vaults and Keys Resource:</b>&nbsp;&nbsp;The Discover Oracle Azure Vaults and Azure Keys Resource is used to discover Azure Vaults and the associated encryption keys available in your Azure project.
18
+
19
+ <b>Oracle Azure Vault:</b>&nbsp;&nbsp;The Oracle Azure Vault Resource is used to manage Azure Vaults within Oracle Cloud Infrastructure (OCI) for use with services such as Oracle Exadata Database Service on Dedicated Infrastructure.
20
+
21
+ <b>Oracle Azure Key:</b>&nbsp;&nbsp;Oracle Azure Key Resource is used to register and manage a Oracle Azure Key Key within Oracle Cloud Infrastructure (OCI) under an associated Azure Vault.
22
+
23
+ <br>
24
+
25
+ <b>Google Cloud:</b><br>
26
+ <b>Oracle Google Cloud Connector Resource:</b>&nbsp;&nbsp;The Oracle Google Cloud Connector Resource is used to install the Google Cloud Identity Connector on an Exadata VM cluster in Oracle Exadata Database Service on Dedicated Infrastructure (ExaDB-D).
27
+
28
+ <b>Discover Google Key Rings and Keys Resource:</b>&nbsp;&nbsp;The Discover Google Key Rings and Keys Resource is used to discover Google Cloud Key Rings and the associated encryption keys available in your Google Cloud project.
29
+
30
+ <b>Google Key Rings Resource:</b>&nbsp;&nbsp;The Google Key Rings Resource is used to register and manage Google Cloud Key Rings within Oracle Cloud Infrastructure (OCI) for use with services such as Oracle Exadata Database Service on Dedicated Infrastructure.
31
+
32
+ <b>Google Key Resource:</b>&nbsp;&nbsp;The Google Key Resource is used to register and manage a Google Cloud Key within Oracle Cloud Infrastructure (OCI) under an associated Google Key Ring.
33
+
34
+ * OpenAPI spec version: 20240501
35
+ *
36
+ *
37
+ * NOTE: This class is auto generated by OracleSDKGenerator.
38
+ * Do not edit the class manually.
39
+ *
40
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
41
+ * 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.
42
+ */
43
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
44
+ if (k2 === undefined) k2 = k;
45
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
46
+ }) : (function(o, m, k, k2) {
47
+ if (k2 === undefined) k2 = k;
48
+ o[k2] = m[k];
49
+ }));
50
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
51
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
52
+ }) : function(o, v) {
53
+ o["default"] = v;
54
+ });
55
+ var __importStar = (this && this.__importStar) || function (mod) {
56
+ if (mod && mod.__esModule) return mod;
57
+ var result = {};
58
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
59
+ __setModuleDefault(result, mod);
60
+ return result;
61
+ };
62
+ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
63
+ function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
64
+ return new (P || (P = Promise))(function (resolve, reject) {
65
+ function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
66
+ function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
67
+ function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
68
+ step((generator = generator.apply(thisArg, _arguments || [])).next());
69
+ });
70
+ };
71
+ Object.defineProperty(exports, "__esModule", { value: true });
72
+ exports.DbMulticloudGCPProviderWaiter = void 0;
73
+ const models = __importStar(require("./model"));
74
+ const oci_common_1 = require("oci-common");
75
+ class DbMulticloudGCPProviderWaiter {
76
+ constructor(client, config) {
77
+ this.client = client;
78
+ this.config = config;
79
+ }
80
+ /**
81
+ * Waits forOracleDbGcpIdentityConnector till it reaches any of the provided states
82
+ *
83
+ * @param request the request to send
84
+ * @param targetStates the desired states to wait for. The waiter will return once the resource reaches any of the provided states
85
+ * @return response returns GetOracleDbGcpIdentityConnectorResponse | null (null in case of 404 response)
86
+ */
87
+ forOracleDbGcpIdentityConnector(request, ...targetStates) {
88
+ return __awaiter(this, void 0, void 0, function* () {
89
+ return oci_common_1.genericTerminalConditionWaiter(this.config, () => this.client.getOracleDbGcpIdentityConnector(request), response => targetStates.includes(response.oracleDbGcpIdentityConnector.lifecycleState), targetStates.includes(models.OracleDbGcpIdentityConnector.LifecycleState.Deleted));
90
+ });
91
+ }
92
+ /**
93
+ * Waits forOracleDbGcpKey till it reaches any of the provided states
94
+ *
95
+ * @param request the request to send
96
+ * @param targetStates the desired states to wait for. The waiter will return once the resource reaches any of the provided states
97
+ * @return response returns GetOracleDbGcpKeyResponse | null (null in case of 404 response)
98
+ */
99
+ forOracleDbGcpKey(request, ...targetStates) {
100
+ return __awaiter(this, void 0, void 0, function* () {
101
+ return oci_common_1.genericTerminalConditionWaiter(this.config, () => this.client.getOracleDbGcpKey(request), response => targetStates.includes(response.oracleDbGcpKey.lifecycleState), targetStates.includes(models.OracleDbGcpKey.LifecycleState.Deleted));
102
+ });
103
+ }
104
+ /**
105
+ * Waits forOracleDbGcpKeyRing till it reaches any of the provided states
106
+ *
107
+ * @param request the request to send
108
+ * @param targetStates the desired states to wait for. The waiter will return once the resource reaches any of the provided states
109
+ * @return response returns GetOracleDbGcpKeyRingResponse | null (null in case of 404 response)
110
+ */
111
+ forOracleDbGcpKeyRing(request, ...targetStates) {
112
+ return __awaiter(this, void 0, void 0, function* () {
113
+ return oci_common_1.genericTerminalConditionWaiter(this.config, () => this.client.getOracleDbGcpKeyRing(request), response => targetStates.includes(response.oracleDbGcpKeyRing.lifecycleState), targetStates.includes(models.OracleDbGcpKeyRing.LifecycleState.Deleted));
114
+ });
115
+ }
116
+ }
117
+ exports.DbMulticloudGCPProviderWaiter = DbMulticloudGCPProviderWaiter;
118
+ //# sourceMappingURL=dbmulticloudgcpprovider-waiter.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"dbmulticloudgcpprovider-waiter.js","sourceRoot":"","sources":["../../../../lib/dbmulticloud/lib/dbmulticloudgcpprovider-waiter.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAwCG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAIH,gDAAkC;AAElC,2CAAgG;AAEhG,MAAa,6BAA6B;IACxC,YACU,MAAqC,EAC5B,MAA4B;QADrC,WAAM,GAAN,MAAM,CAA+B;QAC5B,WAAM,GAAN,MAAM,CAAsB;IAC5C,CAAC;IAEJ;;;;;;OAMG;IACU,+BAA+B,CAC1C,OAA+D,EAC/D,GAAG,YAAkE;;YAErE,OAAO,2CAA8B,CACnC,IAAI,CAAC,MAAM,EACX,GAAG,EAAE,CAAC,IAAI,CAAC,MAAM,CAAC,+BAA+B,CAAC,OAAO,CAAC,EAC1D,QAAQ,CAAC,EAAE,CAAC,YAAY,CAAC,QAAQ,CAAC,QAAQ,CAAC,4BAA4B,CAAC,cAAe,CAAC,EACxF,YAAY,CAAC,QAAQ,CAAC,MAAM,CAAC,4BAA4B,CAAC,cAAc,CAAC,OAAO,CAAC,CAClF,CAAC;QACJ,CAAC;KAAA;IAED;;;;;;OAMG;IACU,iBAAiB,CAC5B,OAAiD,EACjD,GAAG,YAAoD;;YAEvD,OAAO,2CAA8B,CACnC,IAAI,CAAC,MAAM,EACX,GAAG,EAAE,CAAC,IAAI,CAAC,MAAM,CAAC,iBAAiB,CAAC,OAAO,CAAC,EAC5C,QAAQ,CAAC,EAAE,CAAC,YAAY,CAAC,QAAQ,CAAC,QAAQ,CAAC,cAAc,CAAC,cAAe,CAAC,EAC1E,YAAY,CAAC,QAAQ,CAAC,MAAM,CAAC,cAAc,CAAC,cAAc,CAAC,OAAO,CAAC,CACpE,CAAC;QACJ,CAAC;KAAA;IAED;;;;;;OAMG;IACU,qBAAqB,CAChC,OAAqD,EACrD,GAAG,YAAwD;;YAE3D,OAAO,2CAA8B,CACnC,IAAI,CAAC,MAAM,EACX,GAAG,EAAE,CAAC,IAAI,CAAC,MAAM,CAAC,qBAAqB,CAAC,OAAO,CAAC,EAChD,QAAQ,CAAC,EAAE,CAAC,YAAY,CAAC,QAAQ,CAAC,QAAQ,CAAC,kBAAkB,CAAC,cAAe,CAAC,EAC9E,YAAY,CAAC,QAAQ,CAAC,MAAM,CAAC,kBAAkB,CAAC,cAAc,CAAC,OAAO,CAAC,CACxE,CAAC;QACJ,CAAC;KAAA;CACF;AA9DD,sEA8DC"}
@@ -1,15 +1,34 @@
1
1
  /**
2
- * Oracle Database MultiCloud Data plane Integration
3
- * 1. Oracle Azure Connector Resource: This is for installing Azure Arc Server in ExaCS VM Cluster.
4
- There are two way to install Azure Arc Server (Azure Identity) in ExaCS VMCluster.
5
- a. Using Bearer Access Token or
6
- b. By providing Authentication token
2
+ * Oracle Database MultiCloud Data Plane Integration
3
+ * <b>Microsoft Azure:</b> <br>
4
+ <b>Oracle Azure Connector Resource:</b>:&nbsp;&nbsp;The Oracle Azure Connector Resource is used to install the Azure Arc Server on an Exadata VM cluster in Oracle Exadata Database Service on Dedicated Infrastructure (ExaDB-D).
5
+ The supported method to install the Azure Arc Server (Azure Identity) on the Exadata VM cluster:
6
+ <ul>
7
+ <li>Using a Bearer Access Token</li>
8
+ </ul>
7
9
 
8
- 2. Oracle Azure Blob Container Resource: This is for to capture Azure Container details
9
- and same will be used in multiple ExaCS VMCluster to mount the Azure Container.
10
+ <b>Oracle Azure Blob Container Resource:</b>&nbsp;&nbsp;The Oracle Azure Blob Container Resource is used to capture the details of an Azure Blob Container.
11
+ This resource can then be reused across multiple Exadata VM clusters in Oracle Exadata Database Service on Dedicated Infrastructure (ExaDB-D) to mount the Azure container.
10
12
 
11
- 3. Oracle Azure Blob Mount Resource: This is for to mount Azure Container in ExaCS VMCluster
12
- using Oracle Azure Connector and Oracle Azure Blob Container Resource.
13
+ <b>Oracle Azure Blob Mount Resource:</b>&nbsp;&nbsp;The Oracle Azure Blob Mount Resource is used to mount an Azure Blob Container on an Exadata VM cluster in Oracle Exadata Database Service on Dedicated Infrastructure (ExaDB-D).
14
+ It relies on both the Oracle Azure Connector and the Oracle Azure Blob Container Resource to perform the mount operation.
15
+
16
+ <b>Discover Azure Vaults and Keys Resource:</b>&nbsp;&nbsp;The Discover Oracle Azure Vaults and Azure Keys Resource is used to discover Azure Vaults and the associated encryption keys available in your Azure project.
17
+
18
+ <b>Oracle Azure Vault:</b>&nbsp;&nbsp;The Oracle Azure Vault Resource is used to manage Azure Vaults within Oracle Cloud Infrastructure (OCI) for use with services such as Oracle Exadata Database Service on Dedicated Infrastructure.
19
+
20
+ <b>Oracle Azure Key:</b>&nbsp;&nbsp;Oracle Azure Key Resource is used to register and manage a Oracle Azure Key Key within Oracle Cloud Infrastructure (OCI) under an associated Azure Vault.
21
+
22
+ <br>
23
+
24
+ <b>Google Cloud:</b><br>
25
+ <b>Oracle Google Cloud Connector Resource:</b>&nbsp;&nbsp;The Oracle Google Cloud Connector Resource is used to install the Google Cloud Identity Connector on an Exadata VM cluster in Oracle Exadata Database Service on Dedicated Infrastructure (ExaDB-D).
26
+
27
+ <b>Discover Google Key Rings and Keys Resource:</b>&nbsp;&nbsp;The Discover Google Key Rings and Keys Resource is used to discover Google Cloud Key Rings and the associated encryption keys available in your Google Cloud project.
28
+
29
+ <b>Google Key Rings Resource:</b>&nbsp;&nbsp;The Google Key Rings Resource is used to register and manage Google Cloud Key Rings within Oracle Cloud Infrastructure (OCI) for use with services such as Oracle Exadata Database Service on Dedicated Infrastructure.
30
+
31
+ <b>Google Key Resource:</b>&nbsp;&nbsp;The Google Key Resource is used to register and manage a Google Cloud Key within Oracle Cloud Infrastructure (OCI) under an associated Google Key Ring.
13
32
 
14
33
  * OpenAPI spec version: 20240501
15
34
  *
@@ -1,16 +1,35 @@
1
1
  "use strict";
2
2
  /**
3
- * Oracle Database MultiCloud Data plane Integration
4
- * 1. Oracle Azure Connector Resource: This is for installing Azure Arc Server in ExaCS VM Cluster.
5
- There are two way to install Azure Arc Server (Azure Identity) in ExaCS VMCluster.
6
- a. Using Bearer Access Token or
7
- b. By providing Authentication token
3
+ * Oracle Database MultiCloud Data Plane Integration
4
+ * <b>Microsoft Azure:</b> <br>
5
+ <b>Oracle Azure Connector Resource:</b>:&nbsp;&nbsp;The Oracle Azure Connector Resource is used to install the Azure Arc Server on an Exadata VM cluster in Oracle Exadata Database Service on Dedicated Infrastructure (ExaDB-D).
6
+ The supported method to install the Azure Arc Server (Azure Identity) on the Exadata VM cluster:
7
+ <ul>
8
+ <li>Using a Bearer Access Token</li>
9
+ </ul>
8
10
 
9
- 2. Oracle Azure Blob Container Resource: This is for to capture Azure Container details
10
- and same will be used in multiple ExaCS VMCluster to mount the Azure Container.
11
+ <b>Oracle Azure Blob Container Resource:</b>&nbsp;&nbsp;The Oracle Azure Blob Container Resource is used to capture the details of an Azure Blob Container.
12
+ This resource can then be reused across multiple Exadata VM clusters in Oracle Exadata Database Service on Dedicated Infrastructure (ExaDB-D) to mount the Azure container.
11
13
 
12
- 3. Oracle Azure Blob Mount Resource: This is for to mount Azure Container in ExaCS VMCluster
13
- using Oracle Azure Connector and Oracle Azure Blob Container Resource.
14
+ <b>Oracle Azure Blob Mount Resource:</b>&nbsp;&nbsp;The Oracle Azure Blob Mount Resource is used to mount an Azure Blob Container on an Exadata VM cluster in Oracle Exadata Database Service on Dedicated Infrastructure (ExaDB-D).
15
+ It relies on both the Oracle Azure Connector and the Oracle Azure Blob Container Resource to perform the mount operation.
16
+
17
+ <b>Discover Azure Vaults and Keys Resource:</b>&nbsp;&nbsp;The Discover Oracle Azure Vaults and Azure Keys Resource is used to discover Azure Vaults and the associated encryption keys available in your Azure project.
18
+
19
+ <b>Oracle Azure Vault:</b>&nbsp;&nbsp;The Oracle Azure Vault Resource is used to manage Azure Vaults within Oracle Cloud Infrastructure (OCI) for use with services such as Oracle Exadata Database Service on Dedicated Infrastructure.
20
+
21
+ <b>Oracle Azure Key:</b>&nbsp;&nbsp;Oracle Azure Key Resource is used to register and manage a Oracle Azure Key Key within Oracle Cloud Infrastructure (OCI) under an associated Azure Vault.
22
+
23
+ <br>
24
+
25
+ <b>Google Cloud:</b><br>
26
+ <b>Oracle Google Cloud Connector Resource:</b>&nbsp;&nbsp;The Oracle Google Cloud Connector Resource is used to install the Google Cloud Identity Connector on an Exadata VM cluster in Oracle Exadata Database Service on Dedicated Infrastructure (ExaDB-D).
27
+
28
+ <b>Discover Google Key Rings and Keys Resource:</b>&nbsp;&nbsp;The Discover Google Key Rings and Keys Resource is used to discover Google Cloud Key Rings and the associated encryption keys available in your Google Cloud project.
29
+
30
+ <b>Google Key Rings Resource:</b>&nbsp;&nbsp;The Google Key Rings Resource is used to register and manage Google Cloud Key Rings within Oracle Cloud Infrastructure (OCI) for use with services such as Oracle Exadata Database Service on Dedicated Infrastructure.
31
+
32
+ <b>Google Key Resource:</b>&nbsp;&nbsp;The Google Key Resource is used to register and manage a Google Cloud Key within Oracle Cloud Infrastructure (OCI) under an associated Google Key Ring.
14
33
 
15
34
  * OpenAPI spec version: 20240501
16
35
  *
@@ -1 +1 @@
1
- {"version":3,"file":"action-type.js","sourceRoot":"","sources":["../../../../../lib/dbmulticloud/lib/model/action-type.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;;;;GAqBG;;;AAKH;;IAEI;AACJ,IAAY,UAaX;AAbD,WAAY,UAAU;IACpB,mCAAqB,CAAA;IACrB,iCAAmB,CAAA;IACnB,iCAAmB,CAAA;IACnB,iCAAmB,CAAA;IACnB,wCAA0B,CAAA;IAC1B,+BAAiB,CAAA;IAEjB;;;OAGG;IACH,4CAA8B,CAAA;AAChC,CAAC,EAbW,UAAU,GAAV,kBAAU,KAAV,kBAAU,QAarB;AAED,WAAiB,UAAU;IACzB,SAAgB,UAAU,CAAC,GAAe;QACxC,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,qBAAU,aAEzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAe;QACpD,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,iCAAsB,yBAErC,CAAA;AACH,CAAC,EAPgB,UAAU,GAAV,kBAAU,KAAV,kBAAU,QAO1B"}
1
+ {"version":3,"file":"action-type.js","sourceRoot":"","sources":["../../../../../lib/dbmulticloud/lib/model/action-type.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAwCG;;;AAKH;;IAEI;AACJ,IAAY,UAaX;AAbD,WAAY,UAAU;IACpB,mCAAqB,CAAA;IACrB,iCAAmB,CAAA;IACnB,iCAAmB,CAAA;IACnB,iCAAmB,CAAA;IACnB,wCAA0B,CAAA;IAC1B,+BAAiB,CAAA;IAEjB;;;OAGG;IACH,4CAA8B,CAAA;AAChC,CAAC,EAbW,UAAU,GAAV,kBAAU,KAAV,kBAAU,QAarB;AAED,WAAiB,UAAU;IACzB,SAAgB,UAAU,CAAC,GAAe;QACxC,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,qBAAU,aAEzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAe;QACpD,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,iCAAsB,yBAErC,CAAA;AACH,CAAC,EAPgB,UAAU,GAAV,kBAAU,KAAV,kBAAU,QAO1B"}
@@ -1,15 +1,34 @@
1
1
  /**
2
- * Oracle Database MultiCloud Data plane Integration
3
- * 1. Oracle Azure Connector Resource: This is for installing Azure Arc Server in ExaCS VM Cluster.
4
- There are two way to install Azure Arc Server (Azure Identity) in ExaCS VMCluster.
5
- a. Using Bearer Access Token or
6
- b. By providing Authentication token
2
+ * Oracle Database MultiCloud Data Plane Integration
3
+ * <b>Microsoft Azure:</b> <br>
4
+ <b>Oracle Azure Connector Resource:</b>:&nbsp;&nbsp;The Oracle Azure Connector Resource is used to install the Azure Arc Server on an Exadata VM cluster in Oracle Exadata Database Service on Dedicated Infrastructure (ExaDB-D).
5
+ The supported method to install the Azure Arc Server (Azure Identity) on the Exadata VM cluster:
6
+ <ul>
7
+ <li>Using a Bearer Access Token</li>
8
+ </ul>
7
9
 
8
- 2. Oracle Azure Blob Container Resource: This is for to capture Azure Container details
9
- and same will be used in multiple ExaCS VMCluster to mount the Azure Container.
10
+ <b>Oracle Azure Blob Container Resource:</b>&nbsp;&nbsp;The Oracle Azure Blob Container Resource is used to capture the details of an Azure Blob Container.
11
+ This resource can then be reused across multiple Exadata VM clusters in Oracle Exadata Database Service on Dedicated Infrastructure (ExaDB-D) to mount the Azure container.
10
12
 
11
- 3. Oracle Azure Blob Mount Resource: This is for to mount Azure Container in ExaCS VMCluster
12
- using Oracle Azure Connector and Oracle Azure Blob Container Resource.
13
+ <b>Oracle Azure Blob Mount Resource:</b>&nbsp;&nbsp;The Oracle Azure Blob Mount Resource is used to mount an Azure Blob Container on an Exadata VM cluster in Oracle Exadata Database Service on Dedicated Infrastructure (ExaDB-D).
14
+ It relies on both the Oracle Azure Connector and the Oracle Azure Blob Container Resource to perform the mount operation.
15
+
16
+ <b>Discover Azure Vaults and Keys Resource:</b>&nbsp;&nbsp;The Discover Oracle Azure Vaults and Azure Keys Resource is used to discover Azure Vaults and the associated encryption keys available in your Azure project.
17
+
18
+ <b>Oracle Azure Vault:</b>&nbsp;&nbsp;The Oracle Azure Vault Resource is used to manage Azure Vaults within Oracle Cloud Infrastructure (OCI) for use with services such as Oracle Exadata Database Service on Dedicated Infrastructure.
19
+
20
+ <b>Oracle Azure Key:</b>&nbsp;&nbsp;Oracle Azure Key Resource is used to register and manage a Oracle Azure Key Key within Oracle Cloud Infrastructure (OCI) under an associated Azure Vault.
21
+
22
+ <br>
23
+
24
+ <b>Google Cloud:</b><br>
25
+ <b>Oracle Google Cloud Connector Resource:</b>&nbsp;&nbsp;The Oracle Google Cloud Connector Resource is used to install the Google Cloud Identity Connector on an Exadata VM cluster in Oracle Exadata Database Service on Dedicated Infrastructure (ExaDB-D).
26
+
27
+ <b>Discover Google Key Rings and Keys Resource:</b>&nbsp;&nbsp;The Discover Google Key Rings and Keys Resource is used to discover Google Cloud Key Rings and the associated encryption keys available in your Google Cloud project.
28
+
29
+ <b>Google Key Rings Resource:</b>&nbsp;&nbsp;The Google Key Rings Resource is used to register and manage Google Cloud Key Rings within Oracle Cloud Infrastructure (OCI) for use with services such as Oracle Exadata Database Service on Dedicated Infrastructure.
30
+
31
+ <b>Google Key Resource:</b>&nbsp;&nbsp;The Google Key Resource is used to register and manage a Google Cloud Key within Oracle Cloud Infrastructure (OCI) under an associated Google Key Ring.
13
32
 
14
33
  * OpenAPI spec version: 20240501
15
34
  *
@@ -21,12 +40,12 @@
21
40
  * 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.
22
41
  */
23
42
  /**
24
- * Azure Arc Agent Node Details.
43
+ * Azure Arc Agent node details.
25
44
  *
26
45
  */
27
46
  export interface ArcAgentNodes {
28
47
  /**
29
- * Host Name or Azure Arc Agent Name.
48
+ * Host name or Azure Arc Agent name.
30
49
  */
31
50
  "hostName"?: string;
32
51
  /**
@@ -34,15 +53,15 @@ export interface ArcAgentNodes {
34
53
  */
35
54
  "hostId"?: string;
36
55
  /**
37
- * Current Arc Agent Version installed on this node of VM Cluster.
56
+ * Current Arc Agent Version installed on this node of Oracle Cloud VM Cluster.
38
57
  */
39
58
  "currentArcAgentVersion"?: string;
40
59
  /**
41
- * The current status of the Azure Arc Agent Resource.
60
+ * The current status of the Azure Arc Agent resource.
42
61
  */
43
62
  "status"?: ArcAgentNodes.Status;
44
63
  /**
45
- * time when the Azure Arc Agent's status was checked [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format, e.g. '2020-05-22T21:10:29.600Z'
64
+ * Time when the Azure Arc Agent's status was checked [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format, e.g. '2020-05-22T21:10:29.600Z'
46
65
  *
47
66
  */
48
67
  "timeLastChecked"?: Date;
@@ -1,16 +1,35 @@
1
1
  "use strict";
2
2
  /**
3
- * Oracle Database MultiCloud Data plane Integration
4
- * 1. Oracle Azure Connector Resource: This is for installing Azure Arc Server in ExaCS VM Cluster.
5
- There are two way to install Azure Arc Server (Azure Identity) in ExaCS VMCluster.
6
- a. Using Bearer Access Token or
7
- b. By providing Authentication token
3
+ * Oracle Database MultiCloud Data Plane Integration
4
+ * <b>Microsoft Azure:</b> <br>
5
+ <b>Oracle Azure Connector Resource:</b>:&nbsp;&nbsp;The Oracle Azure Connector Resource is used to install the Azure Arc Server on an Exadata VM cluster in Oracle Exadata Database Service on Dedicated Infrastructure (ExaDB-D).
6
+ The supported method to install the Azure Arc Server (Azure Identity) on the Exadata VM cluster:
7
+ <ul>
8
+ <li>Using a Bearer Access Token</li>
9
+ </ul>
8
10
 
9
- 2. Oracle Azure Blob Container Resource: This is for to capture Azure Container details
10
- and same will be used in multiple ExaCS VMCluster to mount the Azure Container.
11
+ <b>Oracle Azure Blob Container Resource:</b>&nbsp;&nbsp;The Oracle Azure Blob Container Resource is used to capture the details of an Azure Blob Container.
12
+ This resource can then be reused across multiple Exadata VM clusters in Oracle Exadata Database Service on Dedicated Infrastructure (ExaDB-D) to mount the Azure container.
11
13
 
12
- 3. Oracle Azure Blob Mount Resource: This is for to mount Azure Container in ExaCS VMCluster
13
- using Oracle Azure Connector and Oracle Azure Blob Container Resource.
14
+ <b>Oracle Azure Blob Mount Resource:</b>&nbsp;&nbsp;The Oracle Azure Blob Mount Resource is used to mount an Azure Blob Container on an Exadata VM cluster in Oracle Exadata Database Service on Dedicated Infrastructure (ExaDB-D).
15
+ It relies on both the Oracle Azure Connector and the Oracle Azure Blob Container Resource to perform the mount operation.
16
+
17
+ <b>Discover Azure Vaults and Keys Resource:</b>&nbsp;&nbsp;The Discover Oracle Azure Vaults and Azure Keys Resource is used to discover Azure Vaults and the associated encryption keys available in your Azure project.
18
+
19
+ <b>Oracle Azure Vault:</b>&nbsp;&nbsp;The Oracle Azure Vault Resource is used to manage Azure Vaults within Oracle Cloud Infrastructure (OCI) for use with services such as Oracle Exadata Database Service on Dedicated Infrastructure.
20
+
21
+ <b>Oracle Azure Key:</b>&nbsp;&nbsp;Oracle Azure Key Resource is used to register and manage a Oracle Azure Key Key within Oracle Cloud Infrastructure (OCI) under an associated Azure Vault.
22
+
23
+ <br>
24
+
25
+ <b>Google Cloud:</b><br>
26
+ <b>Oracle Google Cloud Connector Resource:</b>&nbsp;&nbsp;The Oracle Google Cloud Connector Resource is used to install the Google Cloud Identity Connector on an Exadata VM cluster in Oracle Exadata Database Service on Dedicated Infrastructure (ExaDB-D).
27
+
28
+ <b>Discover Google Key Rings and Keys Resource:</b>&nbsp;&nbsp;The Discover Google Key Rings and Keys Resource is used to discover Google Cloud Key Rings and the associated encryption keys available in your Google Cloud project.
29
+
30
+ <b>Google Key Rings Resource:</b>&nbsp;&nbsp;The Google Key Rings Resource is used to register and manage Google Cloud Key Rings within Oracle Cloud Infrastructure (OCI) for use with services such as Oracle Exadata Database Service on Dedicated Infrastructure.
31
+
32
+ <b>Google Key Resource:</b>&nbsp;&nbsp;The Google Key Resource is used to register and manage a Google Cloud Key within Oracle Cloud Infrastructure (OCI) under an associated Google Key Ring.
14
33
 
15
34
  * OpenAPI spec version: 20240501
16
35
  *
@@ -1 +1 @@
1
- {"version":3,"file":"arc-agent-nodes.js","sourceRoot":"","sources":["../../../../../lib/dbmulticloud/lib/model/arc-agent-nodes.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;;;;GAqBG;;;AAiCH,IAAiB,aAAa,CAsB7B;AAtBD,WAAiB,aAAa;IAC5B,IAAY,MASX;IATD,WAAY,MAAM;QAChB,iCAAuB,CAAA;QACvB,uCAA6B,CAAA;QAC7B,6BAAmB,CAAA;QACnB;;;WAGG;QACH,wCAA8B,CAAA;IAChC,CAAC,EATW,MAAM,GAAN,oBAAM,KAAN,oBAAM,QASjB;IAED,SAAgB,UAAU,CAAC,GAAkB;QAC3C,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,wBAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAkB;QACvD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,oCAAsB,yBAIrC,CAAA;AACH,CAAC,EAtBgB,aAAa,GAAb,qBAAa,KAAb,qBAAa,QAsB7B"}
1
+ {"version":3,"file":"arc-agent-nodes.js","sourceRoot":"","sources":["../../../../../lib/dbmulticloud/lib/model/arc-agent-nodes.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAwCG;;;AAiCH,IAAiB,aAAa,CAsB7B;AAtBD,WAAiB,aAAa;IAC5B,IAAY,MASX;IATD,WAAY,MAAM;QAChB,iCAAuB,CAAA;QACvB,uCAA6B,CAAA;QAC7B,6BAAmB,CAAA;QACnB;;;WAGG;QACH,wCAA8B,CAAA;IAChC,CAAC,EATW,MAAM,GAAN,oBAAM,KAAN,oBAAM,QASjB;IAED,SAAgB,UAAU,CAAC,GAAkB;QAC3C,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,wBAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAkB;QACvD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,oCAAsB,yBAIrC,CAAA;AACH,CAAC,EAtBgB,aAAa,GAAb,qBAAa,KAAb,qBAAa,QAsB7B"}
@@ -1,15 +1,34 @@
1
1
  /**
2
- * Oracle Database MultiCloud Data plane Integration
3
- * 1. Oracle Azure Connector Resource: This is for installing Azure Arc Server in ExaCS VM Cluster.
4
- There are two way to install Azure Arc Server (Azure Identity) in ExaCS VMCluster.
5
- a. Using Bearer Access Token or
6
- b. By providing Authentication token
2
+ * Oracle Database MultiCloud Data Plane Integration
3
+ * <b>Microsoft Azure:</b> <br>
4
+ <b>Oracle Azure Connector Resource:</b>:&nbsp;&nbsp;The Oracle Azure Connector Resource is used to install the Azure Arc Server on an Exadata VM cluster in Oracle Exadata Database Service on Dedicated Infrastructure (ExaDB-D).
5
+ The supported method to install the Azure Arc Server (Azure Identity) on the Exadata VM cluster:
6
+ <ul>
7
+ <li>Using a Bearer Access Token</li>
8
+ </ul>
7
9
 
8
- 2. Oracle Azure Blob Container Resource: This is for to capture Azure Container details
9
- and same will be used in multiple ExaCS VMCluster to mount the Azure Container.
10
+ <b>Oracle Azure Blob Container Resource:</b>&nbsp;&nbsp;The Oracle Azure Blob Container Resource is used to capture the details of an Azure Blob Container.
11
+ This resource can then be reused across multiple Exadata VM clusters in Oracle Exadata Database Service on Dedicated Infrastructure (ExaDB-D) to mount the Azure container.
10
12
 
11
- 3. Oracle Azure Blob Mount Resource: This is for to mount Azure Container in ExaCS VMCluster
12
- using Oracle Azure Connector and Oracle Azure Blob Container Resource.
13
+ <b>Oracle Azure Blob Mount Resource:</b>&nbsp;&nbsp;The Oracle Azure Blob Mount Resource is used to mount an Azure Blob Container on an Exadata VM cluster in Oracle Exadata Database Service on Dedicated Infrastructure (ExaDB-D).
14
+ It relies on both the Oracle Azure Connector and the Oracle Azure Blob Container Resource to perform the mount operation.
15
+
16
+ <b>Discover Azure Vaults and Keys Resource:</b>&nbsp;&nbsp;The Discover Oracle Azure Vaults and Azure Keys Resource is used to discover Azure Vaults and the associated encryption keys available in your Azure project.
17
+
18
+ <b>Oracle Azure Vault:</b>&nbsp;&nbsp;The Oracle Azure Vault Resource is used to manage Azure Vaults within Oracle Cloud Infrastructure (OCI) for use with services such as Oracle Exadata Database Service on Dedicated Infrastructure.
19
+
20
+ <b>Oracle Azure Key:</b>&nbsp;&nbsp;Oracle Azure Key Resource is used to register and manage a Oracle Azure Key Key within Oracle Cloud Infrastructure (OCI) under an associated Azure Vault.
21
+
22
+ <br>
23
+
24
+ <b>Google Cloud:</b><br>
25
+ <b>Oracle Google Cloud Connector Resource:</b>&nbsp;&nbsp;The Oracle Google Cloud Connector Resource is used to install the Google Cloud Identity Connector on an Exadata VM cluster in Oracle Exadata Database Service on Dedicated Infrastructure (ExaDB-D).
26
+
27
+ <b>Discover Google Key Rings and Keys Resource:</b>&nbsp;&nbsp;The Discover Google Key Rings and Keys Resource is used to discover Google Cloud Key Rings and the associated encryption keys available in your Google Cloud project.
28
+
29
+ <b>Google Key Rings Resource:</b>&nbsp;&nbsp;The Google Key Rings Resource is used to register and manage Google Cloud Key Rings within Oracle Cloud Infrastructure (OCI) for use with services such as Oracle Exadata Database Service on Dedicated Infrastructure.
30
+
31
+ <b>Google Key Resource:</b>&nbsp;&nbsp;The Google Key Resource is used to register and manage a Google Cloud Key within Oracle Cloud Infrastructure (OCI) under an associated Google Key Ring.
13
32
 
14
33
  * OpenAPI spec version: 20240501
15
34
  *
@@ -21,11 +40,11 @@
21
40
  * 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.
22
41
  */
23
42
  /**
24
- * Details of the new compartment to contain the Multi Cloud Resource Discovery.
43
+ * Details of the new compartment to contain the Multicloud Resource Discovery.
25
44
  */
26
45
  export interface ChangeMultiCloudResourceDiscoveryCompartmentDetails {
27
46
  /**
28
- * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the new compartment to contain the Multi Cloud Resource Discovery.
47
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the new compartment that contains Multicloud Resource Discovery resource.
29
48
  */
30
49
  "compartmentId"?: string;
31
50
  /**
@@ -1,16 +1,35 @@
1
1
  "use strict";
2
2
  /**
3
- * Oracle Database MultiCloud Data plane Integration
4
- * 1. Oracle Azure Connector Resource: This is for installing Azure Arc Server in ExaCS VM Cluster.
5
- There are two way to install Azure Arc Server (Azure Identity) in ExaCS VMCluster.
6
- a. Using Bearer Access Token or
7
- b. By providing Authentication token
3
+ * Oracle Database MultiCloud Data Plane Integration
4
+ * <b>Microsoft Azure:</b> <br>
5
+ <b>Oracle Azure Connector Resource:</b>:&nbsp;&nbsp;The Oracle Azure Connector Resource is used to install the Azure Arc Server on an Exadata VM cluster in Oracle Exadata Database Service on Dedicated Infrastructure (ExaDB-D).
6
+ The supported method to install the Azure Arc Server (Azure Identity) on the Exadata VM cluster:
7
+ <ul>
8
+ <li>Using a Bearer Access Token</li>
9
+ </ul>
8
10
 
9
- 2. Oracle Azure Blob Container Resource: This is for to capture Azure Container details
10
- and same will be used in multiple ExaCS VMCluster to mount the Azure Container.
11
+ <b>Oracle Azure Blob Container Resource:</b>&nbsp;&nbsp;The Oracle Azure Blob Container Resource is used to capture the details of an Azure Blob Container.
12
+ This resource can then be reused across multiple Exadata VM clusters in Oracle Exadata Database Service on Dedicated Infrastructure (ExaDB-D) to mount the Azure container.
11
13
 
12
- 3. Oracle Azure Blob Mount Resource: This is for to mount Azure Container in ExaCS VMCluster
13
- using Oracle Azure Connector and Oracle Azure Blob Container Resource.
14
+ <b>Oracle Azure Blob Mount Resource:</b>&nbsp;&nbsp;The Oracle Azure Blob Mount Resource is used to mount an Azure Blob Container on an Exadata VM cluster in Oracle Exadata Database Service on Dedicated Infrastructure (ExaDB-D).
15
+ It relies on both the Oracle Azure Connector and the Oracle Azure Blob Container Resource to perform the mount operation.
16
+
17
+ <b>Discover Azure Vaults and Keys Resource:</b>&nbsp;&nbsp;The Discover Oracle Azure Vaults and Azure Keys Resource is used to discover Azure Vaults and the associated encryption keys available in your Azure project.
18
+
19
+ <b>Oracle Azure Vault:</b>&nbsp;&nbsp;The Oracle Azure Vault Resource is used to manage Azure Vaults within Oracle Cloud Infrastructure (OCI) for use with services such as Oracle Exadata Database Service on Dedicated Infrastructure.
20
+
21
+ <b>Oracle Azure Key:</b>&nbsp;&nbsp;Oracle Azure Key Resource is used to register and manage a Oracle Azure Key Key within Oracle Cloud Infrastructure (OCI) under an associated Azure Vault.
22
+
23
+ <br>
24
+
25
+ <b>Google Cloud:</b><br>
26
+ <b>Oracle Google Cloud Connector Resource:</b>&nbsp;&nbsp;The Oracle Google Cloud Connector Resource is used to install the Google Cloud Identity Connector on an Exadata VM cluster in Oracle Exadata Database Service on Dedicated Infrastructure (ExaDB-D).
27
+
28
+ <b>Discover Google Key Rings and Keys Resource:</b>&nbsp;&nbsp;The Discover Google Key Rings and Keys Resource is used to discover Google Cloud Key Rings and the associated encryption keys available in your Google Cloud project.
29
+
30
+ <b>Google Key Rings Resource:</b>&nbsp;&nbsp;The Google Key Rings Resource is used to register and manage Google Cloud Key Rings within Oracle Cloud Infrastructure (OCI) for use with services such as Oracle Exadata Database Service on Dedicated Infrastructure.
31
+
32
+ <b>Google Key Resource:</b>&nbsp;&nbsp;The Google Key Resource is used to register and manage a Google Cloud Key within Oracle Cloud Infrastructure (OCI) under an associated Google Key Ring.
14
33
 
15
34
  * OpenAPI spec version: 20240501
16
35
  *
@@ -1 +1 @@
1
- {"version":3,"file":"change-multi-cloud-resource-discovery-compartment-details.js","sourceRoot":"","sources":["../../../../../lib/dbmulticloud/lib/model/change-multi-cloud-resource-discovery-compartment-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;;;;GAqBG;;;AAsCH,IAAiB,mDAAmD,CAanE;AAbD,WAAiB,mDAAmD;IAClE,SAAgB,UAAU,CAAC,GAAwD;QACjF,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,8DAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CACpC,GAAwD;QAExD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IANe,0EAAsB,yBAMrC,CAAA;AACH,CAAC,EAbgB,mDAAmD,GAAnD,2DAAmD,KAAnD,2DAAmD,QAanE"}
1
+ {"version":3,"file":"change-multi-cloud-resource-discovery-compartment-details.js","sourceRoot":"","sources":["../../../../../lib/dbmulticloud/lib/model/change-multi-cloud-resource-discovery-compartment-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAwCG;;;AAsCH,IAAiB,mDAAmD,CAanE;AAbD,WAAiB,mDAAmD;IAClE,SAAgB,UAAU,CAAC,GAAwD;QACjF,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,8DAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CACpC,GAAwD;QAExD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IANe,0EAAsB,yBAMrC,CAAA;AACH,CAAC,EAbgB,mDAAmD,GAAnD,2DAAmD,KAAnD,2DAAmD,QAanE"}
@@ -1,15 +1,34 @@
1
1
  /**
2
- * Oracle Database MultiCloud Data plane Integration
3
- * 1. Oracle Azure Connector Resource: This is for installing Azure Arc Server in ExaCS VM Cluster.
4
- There are two way to install Azure Arc Server (Azure Identity) in ExaCS VMCluster.
5
- a. Using Bearer Access Token or
6
- b. By providing Authentication token
2
+ * Oracle Database MultiCloud Data Plane Integration
3
+ * <b>Microsoft Azure:</b> <br>
4
+ <b>Oracle Azure Connector Resource:</b>:&nbsp;&nbsp;The Oracle Azure Connector Resource is used to install the Azure Arc Server on an Exadata VM cluster in Oracle Exadata Database Service on Dedicated Infrastructure (ExaDB-D).
5
+ The supported method to install the Azure Arc Server (Azure Identity) on the Exadata VM cluster:
6
+ <ul>
7
+ <li>Using a Bearer Access Token</li>
8
+ </ul>
7
9
 
8
- 2. Oracle Azure Blob Container Resource: This is for to capture Azure Container details
9
- and same will be used in multiple ExaCS VMCluster to mount the Azure Container.
10
+ <b>Oracle Azure Blob Container Resource:</b>&nbsp;&nbsp;The Oracle Azure Blob Container Resource is used to capture the details of an Azure Blob Container.
11
+ This resource can then be reused across multiple Exadata VM clusters in Oracle Exadata Database Service on Dedicated Infrastructure (ExaDB-D) to mount the Azure container.
10
12
 
11
- 3. Oracle Azure Blob Mount Resource: This is for to mount Azure Container in ExaCS VMCluster
12
- using Oracle Azure Connector and Oracle Azure Blob Container Resource.
13
+ <b>Oracle Azure Blob Mount Resource:</b>&nbsp;&nbsp;The Oracle Azure Blob Mount Resource is used to mount an Azure Blob Container on an Exadata VM cluster in Oracle Exadata Database Service on Dedicated Infrastructure (ExaDB-D).
14
+ It relies on both the Oracle Azure Connector and the Oracle Azure Blob Container Resource to perform the mount operation.
15
+
16
+ <b>Discover Azure Vaults and Keys Resource:</b>&nbsp;&nbsp;The Discover Oracle Azure Vaults and Azure Keys Resource is used to discover Azure Vaults and the associated encryption keys available in your Azure project.
17
+
18
+ <b>Oracle Azure Vault:</b>&nbsp;&nbsp;The Oracle Azure Vault Resource is used to manage Azure Vaults within Oracle Cloud Infrastructure (OCI) for use with services such as Oracle Exadata Database Service on Dedicated Infrastructure.
19
+
20
+ <b>Oracle Azure Key:</b>&nbsp;&nbsp;Oracle Azure Key Resource is used to register and manage a Oracle Azure Key Key within Oracle Cloud Infrastructure (OCI) under an associated Azure Vault.
21
+
22
+ <br>
23
+
24
+ <b>Google Cloud:</b><br>
25
+ <b>Oracle Google Cloud Connector Resource:</b>&nbsp;&nbsp;The Oracle Google Cloud Connector Resource is used to install the Google Cloud Identity Connector on an Exadata VM cluster in Oracle Exadata Database Service on Dedicated Infrastructure (ExaDB-D).
26
+
27
+ <b>Discover Google Key Rings and Keys Resource:</b>&nbsp;&nbsp;The Discover Google Key Rings and Keys Resource is used to discover Google Cloud Key Rings and the associated encryption keys available in your Google Cloud project.
28
+
29
+ <b>Google Key Rings Resource:</b>&nbsp;&nbsp;The Google Key Rings Resource is used to register and manage Google Cloud Key Rings within Oracle Cloud Infrastructure (OCI) for use with services such as Oracle Exadata Database Service on Dedicated Infrastructure.
30
+
31
+ <b>Google Key Resource:</b>&nbsp;&nbsp;The Google Key Resource is used to register and manage a Google Cloud Key within Oracle Cloud Infrastructure (OCI) under an associated Google Key Ring.
13
32
 
14
33
  * OpenAPI spec version: 20240501
15
34
  *
@@ -21,11 +40,11 @@
21
40
  * 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.
22
41
  */
23
42
  /**
24
- * Details of the new compartment to contain the Oracle DB Azure Blob Container Resource.
43
+ * Details of the new compartment to contain the Oracle DB Azure Blob Container resource.
25
44
  */
26
45
  export interface ChangeOracleDbAzureBlobContainerCompartmentDetails {
27
46
  /**
28
- * The ID of the new compartment to contain the Oracle DB Azure Blob Container Resource.
47
+ * he [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains the Oracle DB Azure Blob Container resource.
29
48
  */
30
49
  "compartmentId"?: string;
31
50
  /**