oci-databasetools 2.70.4 → 2.72.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 (281) hide show
  1. package/lib/client.d.ts +57 -21
  2. package/lib/client.js +305 -33
  3. package/lib/client.js.map +1 -1
  4. package/lib/model/add-resource-lock-details.d.ts +41 -0
  5. package/lib/model/add-resource-lock-details.js +34 -0
  6. package/lib/model/add-resource-lock-details.js.map +1 -0
  7. package/lib/model/connection-type.d.ts +2 -0
  8. package/lib/model/connection-type.js +2 -0
  9. package/lib/model/connection-type.js.map +1 -1
  10. package/lib/model/create-database-tools-connection-details.d.ts +9 -0
  11. package/lib/model/create-database-tools-connection-details.js +22 -2
  12. package/lib/model/create-database-tools-connection-details.js.map +1 -1
  13. package/lib/model/create-database-tools-connection-generic-jdbc-details.d.ts +45 -0
  14. package/lib/model/create-database-tools-connection-generic-jdbc-details.js +72 -0
  15. package/lib/model/create-database-tools-connection-generic-jdbc-details.js.map +1 -0
  16. package/lib/model/create-database-tools-connection-my-sql-details.d.ts +3 -3
  17. package/lib/model/create-database-tools-connection-oracle-database-details.d.ts +4 -3
  18. package/lib/model/create-database-tools-connection-oracle-database-details.js +6 -0
  19. package/lib/model/create-database-tools-connection-oracle-database-details.js.map +1 -1
  20. package/lib/model/create-database-tools-connection-postgresql-details.d.ts +50 -0
  21. package/lib/model/create-database-tools-connection-postgresql-details.js +78 -0
  22. package/lib/model/create-database-tools-connection-postgresql-details.js.map +1 -0
  23. package/lib/model/create-database-tools-private-endpoint-details.d.ts +5 -0
  24. package/lib/model/create-database-tools-private-endpoint-details.js +34 -2
  25. package/lib/model/create-database-tools-private-endpoint-details.js.map +1 -1
  26. package/lib/model/create-database-tools-related-resource-postgresql-details.d.ts +30 -0
  27. package/lib/model/create-database-tools-related-resource-postgresql-details.js +29 -0
  28. package/lib/model/create-database-tools-related-resource-postgresql-details.js.map +1 -0
  29. package/lib/model/database-tools-connection-generic-jdbc-summary.d.ts +45 -0
  30. package/lib/model/database-tools-connection-generic-jdbc-summary.js +72 -0
  31. package/lib/model/database-tools-connection-generic-jdbc-summary.js.map +1 -0
  32. package/lib/model/database-tools-connection-generic-jdbc.d.ts +45 -0
  33. package/lib/model/database-tools-connection-generic-jdbc.js +72 -0
  34. package/lib/model/database-tools-connection-generic-jdbc.js.map +1 -0
  35. package/lib/model/database-tools-connection-my-sql-summary.d.ts +1 -1
  36. package/lib/model/database-tools-connection-my-sql.d.ts +1 -1
  37. package/lib/model/database-tools-connection-oracle-database-proxy-client-details.d.ts +22 -0
  38. package/lib/model/database-tools-connection-oracle-database-proxy-client-details.js +72 -0
  39. package/lib/model/database-tools-connection-oracle-database-proxy-client-details.js.map +1 -0
  40. package/lib/model/database-tools-connection-oracle-database-proxy-client-no-proxy-details.d.ts +24 -0
  41. package/lib/model/database-tools-connection-oracle-database-proxy-client-no-proxy-details.js +54 -0
  42. package/lib/model/database-tools-connection-oracle-database-proxy-client-no-proxy-details.js.map +1 -0
  43. package/lib/model/database-tools-connection-oracle-database-proxy-client-no-proxy-summary.d.ts +24 -0
  44. package/lib/model/database-tools-connection-oracle-database-proxy-client-no-proxy-summary.js +54 -0
  45. package/lib/model/database-tools-connection-oracle-database-proxy-client-no-proxy-summary.js.map +1 -0
  46. package/lib/model/database-tools-connection-oracle-database-proxy-client-no-proxy.d.ts +24 -0
  47. package/lib/model/database-tools-connection-oracle-database-proxy-client-no-proxy.js +54 -0
  48. package/lib/model/database-tools-connection-oracle-database-proxy-client-no-proxy.js.map +1 -0
  49. package/lib/model/database-tools-connection-oracle-database-proxy-client-summary.d.ts +22 -0
  50. package/lib/model/database-tools-connection-oracle-database-proxy-client-summary.js +72 -0
  51. package/lib/model/database-tools-connection-oracle-database-proxy-client-summary.js.map +1 -0
  52. package/lib/model/database-tools-connection-oracle-database-proxy-client-user-name-details.d.ts +33 -0
  53. package/lib/model/database-tools-connection-oracle-database-proxy-client-user-name-details.js +62 -0
  54. package/lib/model/database-tools-connection-oracle-database-proxy-client-user-name-details.js.map +1 -0
  55. package/lib/model/database-tools-connection-oracle-database-proxy-client-user-name-summary.d.ts +33 -0
  56. package/lib/model/database-tools-connection-oracle-database-proxy-client-user-name-summary.js +62 -0
  57. package/lib/model/database-tools-connection-oracle-database-proxy-client-user-name-summary.js.map +1 -0
  58. package/lib/model/database-tools-connection-oracle-database-proxy-client-user-name.d.ts +33 -0
  59. package/lib/model/database-tools-connection-oracle-database-proxy-client-user-name.js +62 -0
  60. package/lib/model/database-tools-connection-oracle-database-proxy-client-user-name.js.map +1 -0
  61. package/lib/model/database-tools-connection-oracle-database-proxy-client.d.ts +22 -0
  62. package/lib/model/database-tools-connection-oracle-database-proxy-client.js +72 -0
  63. package/lib/model/database-tools-connection-oracle-database-proxy-client.js.map +1 -0
  64. package/lib/model/database-tools-connection-oracle-database-summary.d.ts +2 -1
  65. package/lib/model/database-tools-connection-oracle-database-summary.js +6 -0
  66. package/lib/model/database-tools-connection-oracle-database-summary.js.map +1 -1
  67. package/lib/model/database-tools-connection-oracle-database.d.ts +2 -1
  68. package/lib/model/database-tools-connection-oracle-database.js +6 -0
  69. package/lib/model/database-tools-connection-oracle-database.js.map +1 -1
  70. package/lib/model/database-tools-connection-postgresql-summary.d.ts +50 -0
  71. package/lib/model/database-tools-connection-postgresql-summary.js +78 -0
  72. package/lib/model/database-tools-connection-postgresql-summary.js.map +1 -0
  73. package/lib/model/database-tools-connection-postgresql.d.ts +50 -0
  74. package/lib/model/database-tools-connection-postgresql.js +78 -0
  75. package/lib/model/database-tools-connection-postgresql.js.map +1 -0
  76. package/lib/model/database-tools-connection-summary.d.ts +8 -0
  77. package/lib/model/database-tools-connection-summary.js +22 -2
  78. package/lib/model/database-tools-connection-summary.js.map +1 -1
  79. package/lib/model/database-tools-connection.d.ts +8 -0
  80. package/lib/model/database-tools-connection.js +22 -2
  81. package/lib/model/database-tools-connection.js.map +1 -1
  82. package/lib/model/database-tools-key-store-content-generic-jdbc-details.d.ts +22 -0
  83. package/lib/model/database-tools-key-store-content-generic-jdbc-details.js +68 -0
  84. package/lib/model/database-tools-key-store-content-generic-jdbc-details.js.map +1 -0
  85. package/lib/model/database-tools-key-store-content-generic-jdbc-summary.d.ts +22 -0
  86. package/lib/model/database-tools-key-store-content-generic-jdbc-summary.js +68 -0
  87. package/lib/model/database-tools-key-store-content-generic-jdbc-summary.js.map +1 -0
  88. package/lib/model/database-tools-key-store-content-generic-jdbc.d.ts +22 -0
  89. package/lib/model/database-tools-key-store-content-generic-jdbc.js +68 -0
  90. package/lib/model/database-tools-key-store-content-generic-jdbc.js.map +1 -0
  91. package/lib/model/database-tools-key-store-content-postgresql-details.d.ts +22 -0
  92. package/lib/model/database-tools-key-store-content-postgresql-details.js +68 -0
  93. package/lib/model/database-tools-key-store-content-postgresql-details.js.map +1 -0
  94. package/lib/model/database-tools-key-store-content-postgresql-summary.d.ts +22 -0
  95. package/lib/model/database-tools-key-store-content-postgresql-summary.js +68 -0
  96. package/lib/model/database-tools-key-store-content-postgresql-summary.js.map +1 -0
  97. package/lib/model/database-tools-key-store-content-postgresql.d.ts +22 -0
  98. package/lib/model/database-tools-key-store-content-postgresql.js +68 -0
  99. package/lib/model/database-tools-key-store-content-postgresql.js.map +1 -0
  100. package/lib/model/database-tools-key-store-content-secret-id-generic-jdbc-details.d.ts +28 -0
  101. package/lib/model/database-tools-key-store-content-secret-id-generic-jdbc-details.js +54 -0
  102. package/lib/model/database-tools-key-store-content-secret-id-generic-jdbc-details.js.map +1 -0
  103. package/lib/model/database-tools-key-store-content-secret-id-generic-jdbc-summary.d.ts +28 -0
  104. package/lib/model/database-tools-key-store-content-secret-id-generic-jdbc-summary.js +54 -0
  105. package/lib/model/database-tools-key-store-content-secret-id-generic-jdbc-summary.js.map +1 -0
  106. package/lib/model/database-tools-key-store-content-secret-id-generic-jdbc.d.ts +28 -0
  107. package/lib/model/database-tools-key-store-content-secret-id-generic-jdbc.js +54 -0
  108. package/lib/model/database-tools-key-store-content-secret-id-generic-jdbc.js.map +1 -0
  109. package/lib/model/database-tools-key-store-content-secret-id-postgresql-details.d.ts +28 -0
  110. package/lib/model/database-tools-key-store-content-secret-id-postgresql-details.js +54 -0
  111. package/lib/model/database-tools-key-store-content-secret-id-postgresql-details.js.map +1 -0
  112. package/lib/model/database-tools-key-store-content-secret-id-postgresql-summary.d.ts +28 -0
  113. package/lib/model/database-tools-key-store-content-secret-id-postgresql-summary.js +54 -0
  114. package/lib/model/database-tools-key-store-content-secret-id-postgresql-summary.js.map +1 -0
  115. package/lib/model/database-tools-key-store-content-secret-id-postgresql.d.ts +28 -0
  116. package/lib/model/database-tools-key-store-content-secret-id-postgresql.js +54 -0
  117. package/lib/model/database-tools-key-store-content-secret-id-postgresql.js.map +1 -0
  118. package/lib/model/database-tools-key-store-generic-jdbc-details.d.ts +28 -0
  119. package/lib/model/database-tools-key-store-generic-jdbc-details.js +63 -0
  120. package/lib/model/database-tools-key-store-generic-jdbc-details.js.map +1 -0
  121. package/lib/model/database-tools-key-store-generic-jdbc-summary.d.ts +28 -0
  122. package/lib/model/database-tools-key-store-generic-jdbc-summary.js +63 -0
  123. package/lib/model/database-tools-key-store-generic-jdbc-summary.js.map +1 -0
  124. package/lib/model/database-tools-key-store-generic-jdbc.d.ts +28 -0
  125. package/lib/model/database-tools-key-store-generic-jdbc.js +63 -0
  126. package/lib/model/database-tools-key-store-generic-jdbc.js.map +1 -0
  127. package/lib/model/database-tools-key-store-password-generic-jdbc-details.d.ts +22 -0
  128. package/lib/model/database-tools-key-store-password-generic-jdbc-details.js +68 -0
  129. package/lib/model/database-tools-key-store-password-generic-jdbc-details.js.map +1 -0
  130. package/lib/model/database-tools-key-store-password-generic-jdbc-summary.d.ts +22 -0
  131. package/lib/model/database-tools-key-store-password-generic-jdbc-summary.js +68 -0
  132. package/lib/model/database-tools-key-store-password-generic-jdbc-summary.js.map +1 -0
  133. package/lib/model/database-tools-key-store-password-generic-jdbc.d.ts +22 -0
  134. package/lib/model/database-tools-key-store-password-generic-jdbc.js +68 -0
  135. package/lib/model/database-tools-key-store-password-generic-jdbc.js.map +1 -0
  136. package/lib/model/database-tools-key-store-password-postgresql-details.d.ts +22 -0
  137. package/lib/model/database-tools-key-store-password-postgresql-details.js +68 -0
  138. package/lib/model/database-tools-key-store-password-postgresql-details.js.map +1 -0
  139. package/lib/model/database-tools-key-store-password-postgresql-summary.d.ts +22 -0
  140. package/lib/model/database-tools-key-store-password-postgresql-summary.js +68 -0
  141. package/lib/model/database-tools-key-store-password-postgresql-summary.js.map +1 -0
  142. package/lib/model/database-tools-key-store-password-postgresql.d.ts +22 -0
  143. package/lib/model/database-tools-key-store-password-postgresql.js +68 -0
  144. package/lib/model/database-tools-key-store-password-postgresql.js.map +1 -0
  145. package/lib/model/database-tools-key-store-password-secret-id-generic-jdbc-details.d.ts +28 -0
  146. package/lib/model/database-tools-key-store-password-secret-id-generic-jdbc-details.js +54 -0
  147. package/lib/model/database-tools-key-store-password-secret-id-generic-jdbc-details.js.map +1 -0
  148. package/lib/model/database-tools-key-store-password-secret-id-generic-jdbc-summary.d.ts +28 -0
  149. package/lib/model/database-tools-key-store-password-secret-id-generic-jdbc-summary.js +54 -0
  150. package/lib/model/database-tools-key-store-password-secret-id-generic-jdbc-summary.js.map +1 -0
  151. package/lib/model/database-tools-key-store-password-secret-id-generic-jdbc.d.ts +28 -0
  152. package/lib/model/database-tools-key-store-password-secret-id-generic-jdbc.js +54 -0
  153. package/lib/model/database-tools-key-store-password-secret-id-generic-jdbc.js.map +1 -0
  154. package/lib/model/database-tools-key-store-password-secret-id-postgresql-details.d.ts +28 -0
  155. package/lib/model/database-tools-key-store-password-secret-id-postgresql-details.js +54 -0
  156. package/lib/model/database-tools-key-store-password-secret-id-postgresql-details.js.map +1 -0
  157. package/lib/model/database-tools-key-store-password-secret-id-postgresql-summary.d.ts +28 -0
  158. package/lib/model/database-tools-key-store-password-secret-id-postgresql-summary.js +54 -0
  159. package/lib/model/database-tools-key-store-password-secret-id-postgresql-summary.js.map +1 -0
  160. package/lib/model/database-tools-key-store-password-secret-id-postgresql.d.ts +28 -0
  161. package/lib/model/database-tools-key-store-password-secret-id-postgresql.js +54 -0
  162. package/lib/model/database-tools-key-store-password-secret-id-postgresql.js.map +1 -0
  163. package/lib/model/database-tools-key-store-postgresql-details.d.ts +28 -0
  164. package/lib/model/database-tools-key-store-postgresql-details.js +63 -0
  165. package/lib/model/database-tools-key-store-postgresql-details.js.map +1 -0
  166. package/lib/model/database-tools-key-store-postgresql-summary.d.ts +28 -0
  167. package/lib/model/database-tools-key-store-postgresql-summary.js +63 -0
  168. package/lib/model/database-tools-key-store-postgresql-summary.js.map +1 -0
  169. package/lib/model/database-tools-key-store-postgresql.d.ts +28 -0
  170. package/lib/model/database-tools-key-store-postgresql.js +63 -0
  171. package/lib/model/database-tools-key-store-postgresql.js.map +1 -0
  172. package/lib/model/database-tools-private-endpoint-summary.d.ts +4 -0
  173. package/lib/model/database-tools-private-endpoint-summary.js +10 -0
  174. package/lib/model/database-tools-private-endpoint-summary.js.map +1 -1
  175. package/lib/model/database-tools-private-endpoint.d.ts +4 -0
  176. package/lib/model/database-tools-private-endpoint.js +10 -0
  177. package/lib/model/database-tools-private-endpoint.js.map +1 -1
  178. package/lib/model/database-tools-related-resource-postgresql.d.ts +30 -0
  179. package/lib/model/database-tools-related-resource-postgresql.js +29 -0
  180. package/lib/model/database-tools-related-resource-postgresql.js.map +1 -0
  181. package/lib/model/index.d.ts +120 -0
  182. package/lib/model/index.js +124 -2
  183. package/lib/model/index.js.map +1 -1
  184. package/lib/model/key-store-type-generic-jdbc.d.ts +33 -0
  185. package/lib/model/key-store-type-generic-jdbc.js +44 -0
  186. package/lib/model/key-store-type-generic-jdbc.js.map +1 -0
  187. package/lib/model/key-store-type-postgresql.d.ts +29 -0
  188. package/lib/model/key-store-type-postgresql.js +40 -0
  189. package/lib/model/key-store-type-postgresql.js.map +1 -0
  190. package/lib/model/lifecycle-state.d.ts +1 -0
  191. package/lib/model/lifecycle-state.js +1 -0
  192. package/lib/model/lifecycle-state.js.map +1 -1
  193. package/lib/model/proxy-authentication-type.d.ts +28 -0
  194. package/lib/model/proxy-authentication-type.js +39 -0
  195. package/lib/model/proxy-authentication-type.js.map +1 -0
  196. package/lib/model/related-resource-entity-type-postgresql.d.ts +27 -0
  197. package/lib/model/related-resource-entity-type-postgresql.js +38 -0
  198. package/lib/model/related-resource-entity-type-postgresql.js.map +1 -0
  199. package/lib/model/remove-resource-lock-details.d.ts +41 -0
  200. package/lib/model/remove-resource-lock-details.js +34 -0
  201. package/lib/model/remove-resource-lock-details.js.map +1 -0
  202. package/lib/model/resource-lock.d.ts +52 -0
  203. package/lib/model/resource-lock.js +39 -0
  204. package/lib/model/resource-lock.js.map +1 -0
  205. package/lib/model/runtime-support.d.ts +28 -0
  206. package/lib/model/runtime-support.js +39 -0
  207. package/lib/model/runtime-support.js.map +1 -0
  208. package/lib/model/update-database-tools-connection-details.js +8 -0
  209. package/lib/model/update-database-tools-connection-details.js.map +1 -1
  210. package/lib/model/update-database-tools-connection-generic-jdbc-details.d.ts +45 -0
  211. package/lib/model/update-database-tools-connection-generic-jdbc-details.js +72 -0
  212. package/lib/model/update-database-tools-connection-generic-jdbc-details.js.map +1 -0
  213. package/lib/model/update-database-tools-connection-oracle-database-details.d.ts +1 -0
  214. package/lib/model/update-database-tools-connection-oracle-database-details.js +6 -0
  215. package/lib/model/update-database-tools-connection-oracle-database-details.js.map +1 -1
  216. package/lib/model/update-database-tools-connection-postgresql-details.d.ts +50 -0
  217. package/lib/model/update-database-tools-connection-postgresql-details.js +78 -0
  218. package/lib/model/update-database-tools-connection-postgresql-details.js.map +1 -0
  219. package/lib/model/update-database-tools-related-resource-postgresql-details.d.ts +30 -0
  220. package/lib/model/update-database-tools-related-resource-postgresql-details.js +29 -0
  221. package/lib/model/update-database-tools-related-resource-postgresql-details.js.map +1 -0
  222. package/lib/model/validate-database-tools-connection-details.js +4 -0
  223. package/lib/model/validate-database-tools-connection-details.js.map +1 -1
  224. package/lib/model/validate-database-tools-connection-my-sql-result.d.ts +1 -1
  225. package/lib/model/validate-database-tools-connection-oracle-database-result.d.ts +1 -1
  226. package/lib/model/validate-database-tools-connection-postgresql-details.d.ts +24 -0
  227. package/lib/model/validate-database-tools-connection-postgresql-details.js +54 -0
  228. package/lib/model/validate-database-tools-connection-postgresql-details.js.map +1 -0
  229. package/lib/model/validate-database-tools-connection-postgresql-result.d.ts +32 -0
  230. package/lib/model/validate-database-tools-connection-postgresql-result.js +54 -0
  231. package/lib/model/validate-database-tools-connection-postgresql-result.js.map +1 -0
  232. package/lib/model/validate-database-tools-connection-result.js +4 -0
  233. package/lib/model/validate-database-tools-connection-result.js.map +1 -1
  234. package/lib/request/add-database-tools-connection-lock-request.d.ts +40 -0
  235. package/lib/request/add-database-tools-connection-lock-request.js +15 -0
  236. package/lib/request/add-database-tools-connection-lock-request.js.map +1 -0
  237. package/lib/request/add-database-tools-private-endpoint-lock-request.d.ts +40 -0
  238. package/lib/request/add-database-tools-private-endpoint-lock-request.js +15 -0
  239. package/lib/request/add-database-tools-private-endpoint-lock-request.js.map +1 -0
  240. package/lib/request/change-database-tools-connection-compartment-request.d.ts +3 -8
  241. package/lib/request/change-database-tools-private-endpoint-compartment-request.d.ts +3 -8
  242. package/lib/request/create-database-tools-connection-request.d.ts +11 -9
  243. package/lib/request/create-database-tools-private-endpoint-request.d.ts +10 -8
  244. package/lib/request/delete-database-tools-connection-request.d.ts +5 -1
  245. package/lib/request/delete-database-tools-private-endpoint-request.d.ts +5 -1
  246. package/lib/request/get-database-tools-connection-request.d.ts +1 -1
  247. package/lib/request/get-database-tools-endpoint-service-request.d.ts +1 -1
  248. package/lib/request/get-database-tools-private-endpoint-request.d.ts +1 -1
  249. package/lib/request/get-work-request-request.d.ts +1 -1
  250. package/lib/request/index.d.ts +8 -0
  251. package/lib/request/index.js.map +1 -1
  252. package/lib/request/list-database-tools-connections-request.d.ts +9 -1
  253. package/lib/request/list-database-tools-connections-request.js.map +1 -1
  254. package/lib/request/list-database-tools-endpoint-services-request.d.ts +1 -1
  255. package/lib/request/list-database-tools-private-endpoints-request.d.ts +1 -1
  256. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  257. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  258. package/lib/request/list-work-requests-request.d.ts +1 -1
  259. package/lib/request/remove-database-tools-connection-lock-request.d.ts +40 -0
  260. package/lib/request/remove-database-tools-connection-lock-request.js +15 -0
  261. package/lib/request/remove-database-tools-connection-lock-request.js.map +1 -0
  262. package/lib/request/remove-database-tools-private-endpoint-lock-request.d.ts +40 -0
  263. package/lib/request/remove-database-tools-private-endpoint-lock-request.js +15 -0
  264. package/lib/request/remove-database-tools-private-endpoint-lock-request.js.map +1 -0
  265. package/lib/request/update-database-tools-connection-request.d.ts +6 -2
  266. package/lib/request/update-database-tools-private-endpoint-request.d.ts +5 -1
  267. package/lib/request/validate-database-tools-connection-request.d.ts +2 -2
  268. package/lib/response/add-database-tools-connection-lock-response.d.ts +30 -0
  269. package/lib/response/add-database-tools-connection-lock-response.js +15 -0
  270. package/lib/response/add-database-tools-connection-lock-response.js.map +1 -0
  271. package/lib/response/add-database-tools-private-endpoint-lock-response.d.ts +30 -0
  272. package/lib/response/add-database-tools-private-endpoint-lock-response.js +15 -0
  273. package/lib/response/add-database-tools-private-endpoint-lock-response.js.map +1 -0
  274. package/lib/response/index.d.ts +8 -0
  275. package/lib/response/remove-database-tools-connection-lock-response.d.ts +30 -0
  276. package/lib/response/remove-database-tools-connection-lock-response.js +15 -0
  277. package/lib/response/remove-database-tools-connection-lock-response.js.map +1 -0
  278. package/lib/response/remove-database-tools-private-endpoint-lock-response.d.ts +30 -0
  279. package/lib/response/remove-database-tools-private-endpoint-lock-response.js +15 -0
  280. package/lib/response/remove-database-tools-private-endpoint-lock-response.js.map +1 -0
  281. package/package.json +3 -3
@@ -0,0 +1,78 @@
1
+ "use strict";
2
+ /**
3
+ * Database Tools
4
+ * Use the Database Tools API to manage connections, private endpoints, and work requests in the Database Tools service.
5
+ * OpenAPI spec version: 20201005
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
12
+ * 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.
13
+ */
14
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
15
+ if (k2 === undefined) k2 = k;
16
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
17
+ }) : (function(o, m, k, k2) {
18
+ if (k2 === undefined) k2 = k;
19
+ o[k2] = m[k];
20
+ }));
21
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
22
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
23
+ }) : function(o, v) {
24
+ o["default"] = v;
25
+ });
26
+ var __importStar = (this && this.__importStar) || function (mod) {
27
+ if (mod && mod.__esModule) return mod;
28
+ var result = {};
29
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
30
+ __setModuleDefault(result, mod);
31
+ return result;
32
+ };
33
+ Object.defineProperty(exports, "__esModule", { value: true });
34
+ exports.CreateDatabaseToolsConnectionPostgresqlDetails = void 0;
35
+ const model = __importStar(require("../model"));
36
+ var CreateDatabaseToolsConnectionPostgresqlDetails;
37
+ (function (CreateDatabaseToolsConnectionPostgresqlDetails) {
38
+ function getJsonObj(obj, isParentJsonObj) {
39
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
40
+ ? obj
41
+ : model.CreateDatabaseToolsConnectionDetails.getJsonObj(obj))), {
42
+ "relatedResource": obj.relatedResource
43
+ ? model.CreateDatabaseToolsRelatedResourcePostgresqlDetails.getJsonObj(obj.relatedResource)
44
+ : undefined,
45
+ "userPassword": obj.userPassword
46
+ ? model.DatabaseToolsUserPasswordDetails.getJsonObj(obj.userPassword)
47
+ : undefined,
48
+ "keyStores": obj.keyStores
49
+ ? obj.keyStores.map(item => {
50
+ return model.DatabaseToolsKeyStorePostgresqlDetails.getJsonObj(item);
51
+ })
52
+ : undefined
53
+ });
54
+ return jsonObj;
55
+ }
56
+ CreateDatabaseToolsConnectionPostgresqlDetails.getJsonObj = getJsonObj;
57
+ CreateDatabaseToolsConnectionPostgresqlDetails.type = "POSTGRESQL";
58
+ function getDeserializedJsonObj(obj, isParentJsonObj) {
59
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
60
+ ? obj
61
+ : model.CreateDatabaseToolsConnectionDetails.getDeserializedJsonObj(obj))), {
62
+ "relatedResource": obj.relatedResource
63
+ ? model.CreateDatabaseToolsRelatedResourcePostgresqlDetails.getDeserializedJsonObj(obj.relatedResource)
64
+ : undefined,
65
+ "userPassword": obj.userPassword
66
+ ? model.DatabaseToolsUserPasswordDetails.getDeserializedJsonObj(obj.userPassword)
67
+ : undefined,
68
+ "keyStores": obj.keyStores
69
+ ? obj.keyStores.map(item => {
70
+ return model.DatabaseToolsKeyStorePostgresqlDetails.getDeserializedJsonObj(item);
71
+ })
72
+ : undefined
73
+ });
74
+ return jsonObj;
75
+ }
76
+ CreateDatabaseToolsConnectionPostgresqlDetails.getDeserializedJsonObj = getDeserializedJsonObj;
77
+ })(CreateDatabaseToolsConnectionPostgresqlDetails = exports.CreateDatabaseToolsConnectionPostgresqlDetails || (exports.CreateDatabaseToolsConnectionPostgresqlDetails = {}));
78
+ //# sourceMappingURL=create-database-tools-connection-postgresql-details.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-database-tools-connection-postgresql-details.js","sourceRoot":"","sources":["../../../../../lib/databasetools/lib/model/create-database-tools-connection-postgresql-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAoClC,IAAiB,8CAA8C,CAgE9D;AAhED,WAAiB,8CAA8C;IAC7D,SAAgB,UAAU,CACxB,GAAmD,EACnD,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,oCAAoC,CAAC,UAAU,CACpD,GAAG,CAC+C,CAAC,GACtD;YACD,iBAAiB,EAAE,GAAG,CAAC,eAAe;gBACpC,CAAC,CAAC,KAAK,CAAC,mDAAmD,CAAC,UAAU,CAClE,GAAG,CAAC,eAAe,CACpB;gBACH,CAAC,CAAC,SAAS;YAEb,cAAc,EAAE,GAAG,CAAC,YAAY;gBAC9B,CAAC,CAAC,KAAK,CAAC,gCAAgC,CAAC,UAAU,CAAC,GAAG,CAAC,YAAY,CAAC;gBACrE,CAAC,CAAC,SAAS;YAEb,WAAW,EAAE,GAAG,CAAC,SAAS;gBACxB,CAAC,CAAC,GAAG,CAAC,SAAS,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACvB,OAAO,KAAK,CAAC,sCAAsC,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACvE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IA9Be,yDAAU,aA8BzB,CAAA;IACY,mDAAI,GAAG,YAAY,CAAC;IACjC,SAAgB,sBAAsB,CACpC,GAAmD,EACnD,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,oCAAoC,CAAC,sBAAsB,CAChE,GAAG,CAC+C,CAAC,GACtD;YACD,iBAAiB,EAAE,GAAG,CAAC,eAAe;gBACpC,CAAC,CAAC,KAAK,CAAC,mDAAmD,CAAC,sBAAsB,CAC9E,GAAG,CAAC,eAAe,CACpB;gBACH,CAAC,CAAC,SAAS;YAEb,cAAc,EAAE,GAAG,CAAC,YAAY;gBAC9B,CAAC,CAAC,KAAK,CAAC,gCAAgC,CAAC,sBAAsB,CAAC,GAAG,CAAC,YAAY,CAAC;gBACjF,CAAC,CAAC,SAAS;YAEb,WAAW,EAAE,GAAG,CAAC,SAAS;gBACxB,CAAC,CAAC,GAAG,CAAC,SAAS,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACvB,OAAO,KAAK,CAAC,sCAAsC,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACnF,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IA9Be,qEAAsB,yBA8BrC,CAAA;AACH,CAAC,EAhEgB,8CAA8C,GAA9C,sDAA8C,KAA9C,sDAA8C,QAgE9D"}
@@ -10,6 +10,7 @@
10
10
  * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
11
11
  * 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.
12
12
  */
13
+ import * as model from "../model";
13
14
  /**
14
15
  * The details for the new Database Tools private endpoint.
15
16
  */
@@ -36,6 +37,10 @@ export interface CreateDatabaseToolsPrivateEndpointDetails {
36
37
  "freeformTags"?: {
37
38
  [key: string]: string;
38
39
  };
40
+ /**
41
+ * Locks associated with this resource.
42
+ */
43
+ "locks"?: Array<model.ResourceLock>;
39
44
  /**
40
45
  * A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
41
46
  */
@@ -11,17 +11,49 @@
11
11
  * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
12
12
  * 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.
13
13
  */
14
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
15
+ if (k2 === undefined) k2 = k;
16
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
17
+ }) : (function(o, m, k, k2) {
18
+ if (k2 === undefined) k2 = k;
19
+ o[k2] = m[k];
20
+ }));
21
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
22
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
23
+ }) : function(o, v) {
24
+ o["default"] = v;
25
+ });
26
+ var __importStar = (this && this.__importStar) || function (mod) {
27
+ if (mod && mod.__esModule) return mod;
28
+ var result = {};
29
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
30
+ __setModuleDefault(result, mod);
31
+ return result;
32
+ };
14
33
  Object.defineProperty(exports, "__esModule", { value: true });
15
34
  exports.CreateDatabaseToolsPrivateEndpointDetails = void 0;
35
+ const model = __importStar(require("../model"));
16
36
  var CreateDatabaseToolsPrivateEndpointDetails;
17
37
  (function (CreateDatabaseToolsPrivateEndpointDetails) {
18
38
  function getJsonObj(obj) {
19
- const jsonObj = Object.assign(Object.assign({}, obj), {});
39
+ const jsonObj = Object.assign(Object.assign({}, obj), {
40
+ "locks": obj.locks
41
+ ? obj.locks.map(item => {
42
+ return model.ResourceLock.getJsonObj(item);
43
+ })
44
+ : undefined
45
+ });
20
46
  return jsonObj;
21
47
  }
22
48
  CreateDatabaseToolsPrivateEndpointDetails.getJsonObj = getJsonObj;
23
49
  function getDeserializedJsonObj(obj) {
24
- const jsonObj = Object.assign(Object.assign({}, obj), {});
50
+ const jsonObj = Object.assign(Object.assign({}, obj), {
51
+ "locks": obj.locks
52
+ ? obj.locks.map(item => {
53
+ return model.ResourceLock.getDeserializedJsonObj(item);
54
+ })
55
+ : undefined
56
+ });
25
57
  return jsonObj;
26
58
  }
27
59
  CreateDatabaseToolsPrivateEndpointDetails.getDeserializedJsonObj = getDeserializedJsonObj;
@@ -1 +1 @@
1
- {"version":3,"file":"create-database-tools-private-endpoint-details.js","sourceRoot":"","sources":["../../../../../lib/databasetools/lib/model/create-database-tools-private-endpoint-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAsDH,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":"create-database-tools-private-endpoint-details.js","sourceRoot":"","sources":["../../../../../lib/databasetools/lib/model/create-database-tools-private-endpoint-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAwDlC,IAAiB,yCAAyC,CA6BzD;AA7BD,WAAiB,yCAAyC;IACxD,SAAgB,UAAU,CAAC,GAA8C;QACvE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,YAAY,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAC7C,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,oDAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA8C;QACnF,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,YAAY,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACzD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,gEAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,yCAAyC,GAAzC,iDAAyC,KAAzC,iDAAyC,QA6BzD"}
@@ -0,0 +1,30 @@
1
+ /**
2
+ * Database Tools
3
+ * Use the Database Tools API to manage connections, private endpoints, and work requests in the Database Tools service.
4
+ * OpenAPI spec version: 20201005
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
11
+ * 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.
12
+ */
13
+ import * as model from "../model";
14
+ /**
15
+ * The related resource
16
+ */
17
+ export interface CreateDatabaseToolsRelatedResourcePostgresqlDetails {
18
+ /**
19
+ * The resource entity type.
20
+ */
21
+ "entityType": model.RelatedResourceEntityTypePostgresql;
22
+ /**
23
+ * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the related resource.
24
+ */
25
+ "identifier": string;
26
+ }
27
+ export declare namespace CreateDatabaseToolsRelatedResourcePostgresqlDetails {
28
+ function getJsonObj(obj: CreateDatabaseToolsRelatedResourcePostgresqlDetails): object;
29
+ function getDeserializedJsonObj(obj: CreateDatabaseToolsRelatedResourcePostgresqlDetails): object;
30
+ }
@@ -0,0 +1,29 @@
1
+ "use strict";
2
+ /**
3
+ * Database Tools
4
+ * Use the Database Tools API to manage connections, private endpoints, and work requests in the Database Tools service.
5
+ * OpenAPI spec version: 20201005
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
12
+ * 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.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ exports.CreateDatabaseToolsRelatedResourcePostgresqlDetails = void 0;
16
+ var CreateDatabaseToolsRelatedResourcePostgresqlDetails;
17
+ (function (CreateDatabaseToolsRelatedResourcePostgresqlDetails) {
18
+ function getJsonObj(obj) {
19
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
20
+ return jsonObj;
21
+ }
22
+ CreateDatabaseToolsRelatedResourcePostgresqlDetails.getJsonObj = getJsonObj;
23
+ function getDeserializedJsonObj(obj) {
24
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
25
+ return jsonObj;
26
+ }
27
+ CreateDatabaseToolsRelatedResourcePostgresqlDetails.getDeserializedJsonObj = getDeserializedJsonObj;
28
+ })(CreateDatabaseToolsRelatedResourcePostgresqlDetails = exports.CreateDatabaseToolsRelatedResourcePostgresqlDetails || (exports.CreateDatabaseToolsRelatedResourcePostgresqlDetails = {}));
29
+ //# sourceMappingURL=create-database-tools-related-resource-postgresql-details.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-database-tools-related-resource-postgresql-details.js","sourceRoot":"","sources":["../../../../../lib/databasetools/lib/model/create-database-tools-related-resource-postgresql-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAmBH,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"}
@@ -0,0 +1,45 @@
1
+ /**
2
+ * Database Tools
3
+ * Use the Database Tools API to manage connections, private endpoints, and work requests in the Database Tools service.
4
+ * OpenAPI spec version: 20201005
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
11
+ * 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.
12
+ */
13
+ import * as model from "../model";
14
+ /**
15
+ * DatabaseToolsConnectionSummary of a Generic JDBC database system.
16
+ */
17
+ export interface DatabaseToolsConnectionGenericJdbcSummary extends model.DatabaseToolsConnectionSummary {
18
+ /**
19
+ * The JDBC URL used to connect to the Generic JDBC database system.
20
+ */
21
+ "url": string;
22
+ /**
23
+ * The user name.
24
+ */
25
+ "userName"?: string;
26
+ "userPassword"?: model.DatabaseToolsUserPasswordSecretIdSummary;
27
+ /**
28
+ * The advanced connection properties key-value pair.
29
+ */
30
+ "advancedProperties"?: {
31
+ [key: string]: string;
32
+ };
33
+ /**
34
+ * The CA certificate to verify the server's certificate and
35
+ * the client private key and associated certificate required for client authentication.
36
+ *
37
+ */
38
+ "keyStores"?: Array<model.DatabaseToolsKeyStoreGenericJdbcSummary>;
39
+ "type": string;
40
+ }
41
+ export declare namespace DatabaseToolsConnectionGenericJdbcSummary {
42
+ function getJsonObj(obj: DatabaseToolsConnectionGenericJdbcSummary, isParentJsonObj?: boolean): object;
43
+ const type = "GENERIC_JDBC";
44
+ function getDeserializedJsonObj(obj: DatabaseToolsConnectionGenericJdbcSummary, isParentJsonObj?: boolean): object;
45
+ }
@@ -0,0 +1,72 @@
1
+ "use strict";
2
+ /**
3
+ * Database Tools
4
+ * Use the Database Tools API to manage connections, private endpoints, and work requests in the Database Tools service.
5
+ * OpenAPI spec version: 20201005
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
12
+ * 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.
13
+ */
14
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
15
+ if (k2 === undefined) k2 = k;
16
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
17
+ }) : (function(o, m, k, k2) {
18
+ if (k2 === undefined) k2 = k;
19
+ o[k2] = m[k];
20
+ }));
21
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
22
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
23
+ }) : function(o, v) {
24
+ o["default"] = v;
25
+ });
26
+ var __importStar = (this && this.__importStar) || function (mod) {
27
+ if (mod && mod.__esModule) return mod;
28
+ var result = {};
29
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
30
+ __setModuleDefault(result, mod);
31
+ return result;
32
+ };
33
+ Object.defineProperty(exports, "__esModule", { value: true });
34
+ exports.DatabaseToolsConnectionGenericJdbcSummary = void 0;
35
+ const model = __importStar(require("../model"));
36
+ var DatabaseToolsConnectionGenericJdbcSummary;
37
+ (function (DatabaseToolsConnectionGenericJdbcSummary) {
38
+ function getJsonObj(obj, isParentJsonObj) {
39
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
40
+ ? obj
41
+ : model.DatabaseToolsConnectionSummary.getJsonObj(obj))), {
42
+ "userPassword": obj.userPassword
43
+ ? model.DatabaseToolsUserPasswordSummary.getJsonObj(obj.userPassword)
44
+ : undefined,
45
+ "keyStores": obj.keyStores
46
+ ? obj.keyStores.map(item => {
47
+ return model.DatabaseToolsKeyStoreGenericJdbcSummary.getJsonObj(item);
48
+ })
49
+ : undefined
50
+ });
51
+ return jsonObj;
52
+ }
53
+ DatabaseToolsConnectionGenericJdbcSummary.getJsonObj = getJsonObj;
54
+ DatabaseToolsConnectionGenericJdbcSummary.type = "GENERIC_JDBC";
55
+ function getDeserializedJsonObj(obj, isParentJsonObj) {
56
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
57
+ ? obj
58
+ : model.DatabaseToolsConnectionSummary.getDeserializedJsonObj(obj))), {
59
+ "userPassword": obj.userPassword
60
+ ? model.DatabaseToolsUserPasswordSummary.getDeserializedJsonObj(obj.userPassword)
61
+ : undefined,
62
+ "keyStores": obj.keyStores
63
+ ? obj.keyStores.map(item => {
64
+ return model.DatabaseToolsKeyStoreGenericJdbcSummary.getDeserializedJsonObj(item);
65
+ })
66
+ : undefined
67
+ });
68
+ return jsonObj;
69
+ }
70
+ DatabaseToolsConnectionGenericJdbcSummary.getDeserializedJsonObj = getDeserializedJsonObj;
71
+ })(DatabaseToolsConnectionGenericJdbcSummary = exports.DatabaseToolsConnectionGenericJdbcSummary || (exports.DatabaseToolsConnectionGenericJdbcSummary = {}));
72
+ //# sourceMappingURL=database-tools-connection-generic-jdbc-summary.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"database-tools-connection-generic-jdbc-summary.js","sourceRoot":"","sources":["../../../../../lib/databasetools/lib/model/database-tools-connection-generic-jdbc-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA+BlC,IAAiB,yCAAyC,CAoDzD;AApDD,WAAiB,yCAAyC;IACxD,SAAgB,UAAU,CACxB,GAA8C,EAC9C,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,8BAA8B,CAAC,UAAU,CAC9C,GAAG,CAC0C,CAAC,GACjD;YACD,cAAc,EAAE,GAAG,CAAC,YAAY;gBAC9B,CAAC,CAAC,KAAK,CAAC,gCAAgC,CAAC,UAAU,CAAC,GAAG,CAAC,YAAY,CAAC;gBACrE,CAAC,CAAC,SAAS;YAEb,WAAW,EAAE,GAAG,CAAC,SAAS;gBACxB,CAAC,CAAC,GAAG,CAAC,SAAS,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACvB,OAAO,KAAK,CAAC,uCAAuC,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACxE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAxBe,oDAAU,aAwBzB,CAAA;IACY,8CAAI,GAAG,cAAc,CAAC;IACnC,SAAgB,sBAAsB,CACpC,GAA8C,EAC9C,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,8BAA8B,CAAC,sBAAsB,CAC1D,GAAG,CAC0C,CAAC,GACjD;YACD,cAAc,EAAE,GAAG,CAAC,YAAY;gBAC9B,CAAC,CAAC,KAAK,CAAC,gCAAgC,CAAC,sBAAsB,CAAC,GAAG,CAAC,YAAY,CAAC;gBACjF,CAAC,CAAC,SAAS;YAEb,WAAW,EAAE,GAAG,CAAC,SAAS;gBACxB,CAAC,CAAC,GAAG,CAAC,SAAS,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACvB,OAAO,KAAK,CAAC,uCAAuC,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACpF,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAxBe,gEAAsB,yBAwBrC,CAAA;AACH,CAAC,EApDgB,yCAAyC,GAAzC,iDAAyC,KAAzC,iDAAyC,QAoDzD"}
@@ -0,0 +1,45 @@
1
+ /**
2
+ * Database Tools
3
+ * Use the Database Tools API to manage connections, private endpoints, and work requests in the Database Tools service.
4
+ * OpenAPI spec version: 20201005
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
11
+ * 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.
12
+ */
13
+ import * as model from "../model";
14
+ /**
15
+ * Database Tools connection of a Generic JDBC database system.
16
+ */
17
+ export interface DatabaseToolsConnectionGenericJdbc extends model.DatabaseToolsConnection {
18
+ /**
19
+ * The JDBC URL used to connect to the Generic JDBC database system.
20
+ */
21
+ "url": string;
22
+ /**
23
+ * The user name.
24
+ */
25
+ "userName"?: string;
26
+ "userPassword"?: model.DatabaseToolsUserPasswordSecretId;
27
+ /**
28
+ * The advanced connection properties key-value pair.
29
+ */
30
+ "advancedProperties"?: {
31
+ [key: string]: string;
32
+ };
33
+ /**
34
+ * The CA certificate to verify the server's certificate and
35
+ * the client private key and associated certificate required for client authentication.
36
+ *
37
+ */
38
+ "keyStores"?: Array<model.DatabaseToolsKeyStoreGenericJdbc>;
39
+ "type": string;
40
+ }
41
+ export declare namespace DatabaseToolsConnectionGenericJdbc {
42
+ function getJsonObj(obj: DatabaseToolsConnectionGenericJdbc, isParentJsonObj?: boolean): object;
43
+ const type = "GENERIC_JDBC";
44
+ function getDeserializedJsonObj(obj: DatabaseToolsConnectionGenericJdbc, isParentJsonObj?: boolean): object;
45
+ }
@@ -0,0 +1,72 @@
1
+ "use strict";
2
+ /**
3
+ * Database Tools
4
+ * Use the Database Tools API to manage connections, private endpoints, and work requests in the Database Tools service.
5
+ * OpenAPI spec version: 20201005
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
12
+ * 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.
13
+ */
14
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
15
+ if (k2 === undefined) k2 = k;
16
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
17
+ }) : (function(o, m, k, k2) {
18
+ if (k2 === undefined) k2 = k;
19
+ o[k2] = m[k];
20
+ }));
21
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
22
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
23
+ }) : function(o, v) {
24
+ o["default"] = v;
25
+ });
26
+ var __importStar = (this && this.__importStar) || function (mod) {
27
+ if (mod && mod.__esModule) return mod;
28
+ var result = {};
29
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
30
+ __setModuleDefault(result, mod);
31
+ return result;
32
+ };
33
+ Object.defineProperty(exports, "__esModule", { value: true });
34
+ exports.DatabaseToolsConnectionGenericJdbc = void 0;
35
+ const model = __importStar(require("../model"));
36
+ var DatabaseToolsConnectionGenericJdbc;
37
+ (function (DatabaseToolsConnectionGenericJdbc) {
38
+ function getJsonObj(obj, isParentJsonObj) {
39
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
40
+ ? obj
41
+ : model.DatabaseToolsConnection.getJsonObj(obj))), {
42
+ "userPassword": obj.userPassword
43
+ ? model.DatabaseToolsUserPassword.getJsonObj(obj.userPassword)
44
+ : undefined,
45
+ "keyStores": obj.keyStores
46
+ ? obj.keyStores.map(item => {
47
+ return model.DatabaseToolsKeyStoreGenericJdbc.getJsonObj(item);
48
+ })
49
+ : undefined
50
+ });
51
+ return jsonObj;
52
+ }
53
+ DatabaseToolsConnectionGenericJdbc.getJsonObj = getJsonObj;
54
+ DatabaseToolsConnectionGenericJdbc.type = "GENERIC_JDBC";
55
+ function getDeserializedJsonObj(obj, isParentJsonObj) {
56
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
57
+ ? obj
58
+ : model.DatabaseToolsConnection.getDeserializedJsonObj(obj))), {
59
+ "userPassword": obj.userPassword
60
+ ? model.DatabaseToolsUserPassword.getDeserializedJsonObj(obj.userPassword)
61
+ : undefined,
62
+ "keyStores": obj.keyStores
63
+ ? obj.keyStores.map(item => {
64
+ return model.DatabaseToolsKeyStoreGenericJdbc.getDeserializedJsonObj(item);
65
+ })
66
+ : undefined
67
+ });
68
+ return jsonObj;
69
+ }
70
+ DatabaseToolsConnectionGenericJdbc.getDeserializedJsonObj = getDeserializedJsonObj;
71
+ })(DatabaseToolsConnectionGenericJdbc = exports.DatabaseToolsConnectionGenericJdbc || (exports.DatabaseToolsConnectionGenericJdbc = {}));
72
+ //# sourceMappingURL=database-tools-connection-generic-jdbc.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"database-tools-connection-generic-jdbc.js","sourceRoot":"","sources":["../../../../../lib/databasetools/lib/model/database-tools-connection-generic-jdbc.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA8BlC,IAAiB,kCAAkC,CAkDlD;AAlDD,WAAiB,kCAAkC;IACjD,SAAgB,UAAU,CACxB,GAAuC,EACvC,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,uBAAuB,CAAC,UAAU,CAAC,GAAG,CAAwC,CAAC,GACvF;YACD,cAAc,EAAE,GAAG,CAAC,YAAY;gBAC9B,CAAC,CAAC,KAAK,CAAC,yBAAyB,CAAC,UAAU,CAAC,GAAG,CAAC,YAAY,CAAC;gBAC9D,CAAC,CAAC,SAAS;YAEb,WAAW,EAAE,GAAG,CAAC,SAAS;gBACxB,CAAC,CAAC,GAAG,CAAC,SAAS,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACvB,OAAO,KAAK,CAAC,gCAAgC,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACjE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAtBe,6CAAU,aAsBzB,CAAA;IACY,uCAAI,GAAG,cAAc,CAAC;IACnC,SAAgB,sBAAsB,CACpC,GAAuC,EACvC,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,uBAAuB,CAAC,sBAAsB,CACnD,GAAG,CACmC,CAAC,GAC1C;YACD,cAAc,EAAE,GAAG,CAAC,YAAY;gBAC9B,CAAC,CAAC,KAAK,CAAC,yBAAyB,CAAC,sBAAsB,CAAC,GAAG,CAAC,YAAY,CAAC;gBAC1E,CAAC,CAAC,SAAS;YAEb,WAAW,EAAE,GAAG,CAAC,SAAS;gBACxB,CAAC,CAAC,GAAG,CAAC,SAAS,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACvB,OAAO,KAAK,CAAC,gCAAgC,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAC7E,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAxBe,yDAAsB,yBAwBrC,CAAA;AACH,CAAC,EAlDgB,kCAAkC,GAAlC,0CAAkC,KAAlC,0CAAkC,QAkDlD"}
@@ -19,7 +19,7 @@ export interface DatabaseToolsConnectionMySqlSummary extends model.DatabaseTools
19
19
  /**
20
20
  * The connection string used to connect to the MySQL Server.
21
21
  */
22
- "connectionString"?: string;
22
+ "connectionString": string;
23
23
  /**
24
24
  * The user name.
25
25
  */
@@ -19,7 +19,7 @@ export interface DatabaseToolsConnectionMySql extends model.DatabaseToolsConnect
19
19
  /**
20
20
  * The connection string used to connect to the MySQL Server.
21
21
  */
22
- "connectionString"?: string;
22
+ "connectionString": string;
23
23
  /**
24
24
  * The user name.
25
25
  */
@@ -0,0 +1,22 @@
1
+ /**
2
+ * Database Tools
3
+ * Use the Database Tools API to manage connections, private endpoints, and work requests in the Database Tools service.
4
+ * OpenAPI spec version: 20201005
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
11
+ * 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.
12
+ */
13
+ /**
14
+ * The proxy client information.
15
+ */
16
+ export interface DatabaseToolsConnectionOracleDatabaseProxyClientDetails {
17
+ "proxyAuthenticationType": string;
18
+ }
19
+ export declare namespace DatabaseToolsConnectionOracleDatabaseProxyClientDetails {
20
+ function getJsonObj(obj: DatabaseToolsConnectionOracleDatabaseProxyClientDetails): object;
21
+ function getDeserializedJsonObj(obj: DatabaseToolsConnectionOracleDatabaseProxyClientDetails): object;
22
+ }
@@ -0,0 +1,72 @@
1
+ "use strict";
2
+ /**
3
+ * Database Tools
4
+ * Use the Database Tools API to manage connections, private endpoints, and work requests in the Database Tools service.
5
+ * OpenAPI spec version: 20201005
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
12
+ * 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.
13
+ */
14
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
15
+ if (k2 === undefined) k2 = k;
16
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
17
+ }) : (function(o, m, k, k2) {
18
+ if (k2 === undefined) k2 = k;
19
+ o[k2] = m[k];
20
+ }));
21
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
22
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
23
+ }) : function(o, v) {
24
+ o["default"] = v;
25
+ });
26
+ var __importStar = (this && this.__importStar) || function (mod) {
27
+ if (mod && mod.__esModule) return mod;
28
+ var result = {};
29
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
30
+ __setModuleDefault(result, mod);
31
+ return result;
32
+ };
33
+ Object.defineProperty(exports, "__esModule", { value: true });
34
+ exports.DatabaseToolsConnectionOracleDatabaseProxyClientDetails = void 0;
35
+ const model = __importStar(require("../model"));
36
+ const common = require("oci-common");
37
+ var DatabaseToolsConnectionOracleDatabaseProxyClientDetails;
38
+ (function (DatabaseToolsConnectionOracleDatabaseProxyClientDetails) {
39
+ function getJsonObj(obj) {
40
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
41
+ if (obj && "proxyAuthenticationType" in obj && obj.proxyAuthenticationType) {
42
+ switch (obj.proxyAuthenticationType) {
43
+ case "USER_NAME":
44
+ return model.DatabaseToolsConnectionOracleDatabaseProxyClientUserNameDetails.getJsonObj(jsonObj, true);
45
+ case "NO_PROXY":
46
+ return model.DatabaseToolsConnectionOracleDatabaseProxyClientNoProxyDetails.getJsonObj(jsonObj, true);
47
+ default:
48
+ if (common.LOG.logger)
49
+ common.LOG.logger.info(`Unknown value for: ${obj.proxyAuthenticationType}`);
50
+ }
51
+ }
52
+ return jsonObj;
53
+ }
54
+ DatabaseToolsConnectionOracleDatabaseProxyClientDetails.getJsonObj = getJsonObj;
55
+ function getDeserializedJsonObj(obj) {
56
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
57
+ if (obj && "proxyAuthenticationType" in obj && obj.proxyAuthenticationType) {
58
+ switch (obj.proxyAuthenticationType) {
59
+ case "USER_NAME":
60
+ return model.DatabaseToolsConnectionOracleDatabaseProxyClientUserNameDetails.getDeserializedJsonObj(jsonObj, true);
61
+ case "NO_PROXY":
62
+ return model.DatabaseToolsConnectionOracleDatabaseProxyClientNoProxyDetails.getDeserializedJsonObj(jsonObj, true);
63
+ default:
64
+ if (common.LOG.logger)
65
+ common.LOG.logger.info(`Unknown value for: ${obj.proxyAuthenticationType}`);
66
+ }
67
+ }
68
+ return jsonObj;
69
+ }
70
+ DatabaseToolsConnectionOracleDatabaseProxyClientDetails.getDeserializedJsonObj = getDeserializedJsonObj;
71
+ })(DatabaseToolsConnectionOracleDatabaseProxyClientDetails = exports.DatabaseToolsConnectionOracleDatabaseProxyClientDetails || (exports.DatabaseToolsConnectionOracleDatabaseProxyClientDetails = {}));
72
+ //# sourceMappingURL=database-tools-connection-oracle-database-proxy-client-details.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"database-tools-connection-oracle-database-proxy-client-details.js","sourceRoot":"","sources":["../../../../../lib/databasetools/lib/model/database-tools-connection-oracle-database-proxy-client-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAClC,qCAAsC;AAStC,IAAiB,uDAAuD,CAmDvE;AAnDD,WAAiB,uDAAuD;IACtE,SAAgB,UAAU,CAAC,GAA4D;QACrF,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,GAAG,IAAI,yBAAyB,IAAI,GAAG,IAAI,GAAG,CAAC,uBAAuB,EAAE;YAC1E,QAAQ,GAAG,CAAC,uBAAuB,EAAE;gBACnC,KAAK,WAAW;oBACd,OAAO,KAAK,CAAC,+DAA+D,CAAC,UAAU,CAE1E,OACV,EACD,IAAI,CACL,CAAC;gBACJ,KAAK,UAAU;oBACb,OAAO,KAAK,CAAC,8DAA8D,CAAC,UAAU,CACL,OAAQ,EACvF,IAAI,CACL,CAAC;gBACJ;oBACE,IAAI,MAAM,CAAC,GAAG,CAAC,MAAM;wBACnB,MAAM,CAAC,GAAG,CAAC,MAAM,CAAC,IAAI,CAAC,sBAAsB,GAAG,CAAC,uBAAuB,EAAE,CAAC,CAAC;aACjF;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IAvBe,kEAAU,aAuBzB,CAAA;IACD,SAAgB,sBAAsB,CACpC,GAA4D;QAE5D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,GAAG,IAAI,yBAAyB,IAAI,GAAG,IAAI,GAAG,CAAC,uBAAuB,EAAE;YAC1E,QAAQ,GAAG,CAAC,uBAAuB,EAAE;gBACnC,KAAK,WAAW;oBACd,OAAO,KAAK,CAAC,+DAA+D,CAAC,sBAAsB,CAEtF,OACV,EACD,IAAI,CACL,CAAC;gBACJ,KAAK,UAAU;oBACb,OAAO,KAAK,CAAC,8DAA8D,CAAC,sBAAsB,CACjB,OAAQ,EACvF,IAAI,CACL,CAAC;gBACJ;oBACE,IAAI,MAAM,CAAC,GAAG,CAAC,MAAM;wBACnB,MAAM,CAAC,GAAG,CAAC,MAAM,CAAC,IAAI,CAAC,sBAAsB,GAAG,CAAC,uBAAuB,EAAE,CAAC,CAAC;aACjF;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IAzBe,8EAAsB,yBAyBrC,CAAA;AACH,CAAC,EAnDgB,uDAAuD,GAAvD,+DAAuD,KAAvD,+DAAuD,QAmDvE"}
@@ -0,0 +1,24 @@
1
+ /**
2
+ * Database Tools
3
+ * Use the Database Tools API to manage connections, private endpoints, and work requests in the Database Tools service.
4
+ * OpenAPI spec version: 20201005
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
11
+ * 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.
12
+ */
13
+ import * as model from "../model";
14
+ /**
15
+ * Represents blank proxy client information.
16
+ */
17
+ export interface DatabaseToolsConnectionOracleDatabaseProxyClientNoProxyDetails extends model.DatabaseToolsConnectionOracleDatabaseProxyClientDetails {
18
+ "proxyAuthenticationType": string;
19
+ }
20
+ export declare namespace DatabaseToolsConnectionOracleDatabaseProxyClientNoProxyDetails {
21
+ function getJsonObj(obj: DatabaseToolsConnectionOracleDatabaseProxyClientNoProxyDetails, isParentJsonObj?: boolean): object;
22
+ const proxyAuthenticationType = "NO_PROXY";
23
+ function getDeserializedJsonObj(obj: DatabaseToolsConnectionOracleDatabaseProxyClientNoProxyDetails, isParentJsonObj?: boolean): object;
24
+ }