oci-opsi 2.4.0 → 2.6.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 (447) hide show
  1. package/LICENSE.txt +6 -0
  2. package/lib/client.d.ts +362 -62
  3. package/lib/client.js +2074 -419
  4. package/lib/client.js.map +1 -1
  5. package/lib/model/action-type.d.ts +1 -0
  6. package/lib/model/action-type.js +1 -0
  7. package/lib/model/action-type.js.map +1 -1
  8. package/lib/model/add-em-managed-external-exadata-insight-members-details.d.ts +28 -0
  9. package/lib/model/add-em-managed-external-exadata-insight-members-details.js +69 -0
  10. package/lib/model/add-em-managed-external-exadata-insight-members-details.js.map +1 -0
  11. package/lib/model/add-exadata-insight-members-details.d.ts +25 -0
  12. package/lib/model/add-exadata-insight-members-details.js +68 -0
  13. package/lib/model/add-exadata-insight-members-details.js.map +1 -0
  14. package/lib/model/change-exadata-insight-compartment-details.d.ts +29 -0
  15. package/lib/model/change-exadata-insight-compartment-details.js +32 -0
  16. package/lib/model/change-exadata-insight-compartment-details.js.map +1 -0
  17. package/lib/model/create-em-managed-external-database-insight-details.d.ts +4 -0
  18. package/lib/model/create-em-managed-external-database-insight-details.js.map +1 -1
  19. package/lib/model/create-em-managed-external-exadata-insight-details.d.ts +44 -0
  20. package/lib/model/create-em-managed-external-exadata-insight-details.js +69 -0
  21. package/lib/model/create-em-managed-external-exadata-insight-details.js.map +1 -0
  22. package/lib/model/create-em-managed-external-exadata-member-entity-details.d.ts +32 -0
  23. package/lib/model/create-em-managed-external-exadata-member-entity-details.js +32 -0
  24. package/lib/model/create-em-managed-external-exadata-member-entity-details.js.map +1 -0
  25. package/lib/model/create-em-managed-external-host-insight-details.d.ts +43 -0
  26. package/lib/model/create-em-managed-external-host-insight-details.js +57 -0
  27. package/lib/model/create-em-managed-external-host-insight-details.js.map +1 -0
  28. package/lib/model/create-exadata-insight-details.d.ts +47 -0
  29. package/lib/model/create-exadata-insight-details.js +68 -0
  30. package/lib/model/create-exadata-insight-details.js.map +1 -0
  31. package/lib/model/create-host-insight-details.js +4 -0
  32. package/lib/model/create-host-insight-details.js.map +1 -1
  33. package/lib/model/database-configuration-summary.d.ts +4 -0
  34. package/lib/model/database-configuration-summary.js.map +1 -1
  35. package/lib/model/database-details.d.ts +4 -0
  36. package/lib/model/database-details.js.map +1 -1
  37. package/lib/model/database.d.ts +33 -0
  38. package/lib/model/database.js +44 -0
  39. package/lib/model/database.js.map +1 -0
  40. package/lib/model/disk-group-details.d.ts +32 -0
  41. package/lib/model/disk-group-details.js +32 -0
  42. package/lib/model/disk-group-details.js.map +1 -0
  43. package/lib/model/disk-group.d.ts +25 -0
  44. package/lib/model/disk-group.js +36 -0
  45. package/lib/model/disk-group.js.map +1 -0
  46. package/lib/model/em-managed-external-database-configuration-summary.d.ts +1 -0
  47. package/lib/model/em-managed-external-database-configuration-summary.js +6 -0
  48. package/lib/model/em-managed-external-database-configuration-summary.js.map +1 -1
  49. package/lib/model/em-managed-external-database-insight-summary.d.ts +4 -0
  50. package/lib/model/em-managed-external-database-insight-summary.js.map +1 -1
  51. package/lib/model/em-managed-external-database-insight.d.ts +4 -0
  52. package/lib/model/em-managed-external-database-insight.js.map +1 -1
  53. package/lib/model/em-managed-external-exadata-insight-summary.d.ts +51 -0
  54. package/lib/model/em-managed-external-exadata-insight-summary.js +57 -0
  55. package/lib/model/em-managed-external-exadata-insight-summary.js.map +1 -0
  56. package/lib/model/em-managed-external-exadata-insight.d.ts +55 -0
  57. package/lib/model/em-managed-external-exadata-insight.js +57 -0
  58. package/lib/model/em-managed-external-exadata-insight.js.map +1 -0
  59. package/lib/model/em-managed-external-host-configuration-summary.d.ts +36 -0
  60. package/lib/model/em-managed-external-host-configuration-summary.js +65 -0
  61. package/lib/model/em-managed-external-host-configuration-summary.js.map +1 -0
  62. package/lib/model/em-managed-external-host-insight-summary.d.ts +67 -0
  63. package/lib/model/em-managed-external-host-insight-summary.js +66 -0
  64. package/lib/model/em-managed-external-host-insight-summary.js.map +1 -0
  65. package/lib/model/em-managed-external-host-insight.d.ts +75 -0
  66. package/lib/model/em-managed-external-host-insight.js +66 -0
  67. package/lib/model/em-managed-external-host-insight.js.map +1 -0
  68. package/lib/model/enable-em-managed-external-exadata-insight-details.d.ts +27 -0
  69. package/lib/model/enable-em-managed-external-exadata-insight-details.js +57 -0
  70. package/lib/model/enable-em-managed-external-exadata-insight-details.js.map +1 -0
  71. package/lib/model/enable-em-managed-external-host-insight-details.d.ts +27 -0
  72. package/lib/model/enable-em-managed-external-host-insight-details.js +57 -0
  73. package/lib/model/enable-em-managed-external-host-insight-details.js.map +1 -0
  74. package/lib/model/enable-exadata-insight-details.d.ts +25 -0
  75. package/lib/model/enable-exadata-insight-details.js +68 -0
  76. package/lib/model/enable-exadata-insight-details.js.map +1 -0
  77. package/lib/model/enable-host-insight-details.js +4 -0
  78. package/lib/model/enable-host-insight-details.js.map +1 -1
  79. package/lib/model/exadata-configuration-collection.d.ts +29 -0
  80. package/lib/model/exadata-configuration-collection.js +64 -0
  81. package/lib/model/exadata-configuration-collection.js.map +1 -0
  82. package/lib/model/exadata-configuration-summary.d.ts +68 -0
  83. package/lib/model/exadata-configuration-summary.js +68 -0
  84. package/lib/model/exadata-configuration-summary.js.map +1 -0
  85. package/lib/model/exadata-database-machine-configuration-summary.d.ts +35 -0
  86. package/lib/model/exadata-database-machine-configuration-summary.js +57 -0
  87. package/lib/model/exadata-database-machine-configuration-summary.js.map +1 -0
  88. package/lib/model/exadata-database-statistics-summary.d.ts +29 -0
  89. package/lib/model/exadata-database-statistics-summary.js +71 -0
  90. package/lib/model/exadata-database-statistics-summary.js.map +1 -0
  91. package/lib/model/exadata-details.d.ts +32 -0
  92. package/lib/model/exadata-details.js +32 -0
  93. package/lib/model/exadata-details.js.map +1 -0
  94. package/lib/model/exadata-diskgroup-statistics-summary.d.ts +29 -0
  95. package/lib/model/exadata-diskgroup-statistics-summary.js +71 -0
  96. package/lib/model/exadata-diskgroup-statistics-summary.js.map +1 -0
  97. package/lib/model/exadata-entity-source.d.ts +30 -0
  98. package/lib/model/exadata-entity-source.js +41 -0
  99. package/lib/model/exadata-entity-source.js.map +1 -0
  100. package/lib/model/exadata-host-statistics-summary.d.ts +29 -0
  101. package/lib/model/exadata-host-statistics-summary.js +71 -0
  102. package/lib/model/exadata-host-statistics-summary.js.map +1 -0
  103. package/lib/model/exadata-insight-lifecycle-state.d.ts +35 -0
  104. package/lib/model/exadata-insight-lifecycle-state.js +46 -0
  105. package/lib/model/exadata-insight-lifecycle-state.js.map +1 -0
  106. package/lib/model/exadata-insight-resource-capacity-trend-aggregation.d.ts +33 -0
  107. package/lib/model/exadata-insight-resource-capacity-trend-aggregation.js +32 -0
  108. package/lib/model/exadata-insight-resource-capacity-trend-aggregation.js.map +1 -0
  109. package/lib/model/exadata-insight-resource-capacity-trend-summary.d.ts +37 -0
  110. package/lib/model/exadata-insight-resource-capacity-trend-summary.js +64 -0
  111. package/lib/model/exadata-insight-resource-capacity-trend-summary.js.map +1 -0
  112. package/lib/model/exadata-insight-resource-forecast-trend-summary.d.ts +64 -0
  113. package/lib/model/exadata-insight-resource-forecast-trend-summary.js +90 -0
  114. package/lib/model/exadata-insight-resource-forecast-trend-summary.js.map +1 -0
  115. package/lib/model/exadata-insight-resource-insight-utilization-item.d.ts +44 -0
  116. package/lib/model/exadata-insight-resource-insight-utilization-item.js +32 -0
  117. package/lib/model/exadata-insight-resource-insight-utilization-item.js.map +1 -0
  118. package/lib/model/exadata-insight-resource-statistics-aggregation.d.ts +25 -0
  119. package/lib/model/exadata-insight-resource-statistics-aggregation.js +80 -0
  120. package/lib/model/exadata-insight-resource-statistics-aggregation.js.map +1 -0
  121. package/lib/model/exadata-insight-resource-statistics.d.ts +47 -0
  122. package/lib/model/exadata-insight-resource-statistics.js +64 -0
  123. package/lib/model/exadata-insight-resource-statistics.js.map +1 -0
  124. package/lib/model/exadata-insight-summary-collection.d.ts +29 -0
  125. package/lib/model/exadata-insight-summary-collection.js +64 -0
  126. package/lib/model/exadata-insight-summary-collection.js.map +1 -0
  127. package/lib/model/exadata-insight-summary.d.ts +98 -0
  128. package/lib/model/exadata-insight-summary.js +68 -0
  129. package/lib/model/exadata-insight-summary.js.map +1 -0
  130. package/lib/model/exadata-insight.d.ts +102 -0
  131. package/lib/model/exadata-insight.js +68 -0
  132. package/lib/model/exadata-insight.js.map +1 -0
  133. package/lib/model/exadata-insights.d.ts +28 -0
  134. package/lib/model/exadata-insights.js +32 -0
  135. package/lib/model/exadata-insights.js.map +1 -0
  136. package/lib/model/exadata-member-collection.d.ts +49 -0
  137. package/lib/model/exadata-member-collection.js +64 -0
  138. package/lib/model/exadata-member-collection.js.map +1 -0
  139. package/lib/model/exadata-member-summary.d.ts +50 -0
  140. package/lib/model/exadata-member-summary.js +47 -0
  141. package/lib/model/exadata-member-summary.js.map +1 -0
  142. package/lib/model/exadata-rack-type.d.ts +33 -0
  143. package/lib/model/exadata-rack-type.js +44 -0
  144. package/lib/model/exadata-rack-type.js.map +1 -0
  145. package/lib/model/exadata-storage-server-statistics-summary.d.ts +29 -0
  146. package/lib/model/exadata-storage-server-statistics-summary.js +71 -0
  147. package/lib/model/exadata-storage-server-statistics-summary.js.map +1 -0
  148. package/lib/model/exadata-type.d.ts +32 -0
  149. package/lib/model/exadata-type.js +43 -0
  150. package/lib/model/exadata-type.js.map +1 -0
  151. package/lib/model/host-configuration-collection.d.ts +29 -0
  152. package/lib/model/host-configuration-collection.js +64 -0
  153. package/lib/model/host-configuration-collection.js.map +1 -0
  154. package/lib/model/host-configuration-summary.d.ts +125 -0
  155. package/lib/model/host-configuration-summary.js +81 -0
  156. package/lib/model/host-configuration-summary.js.map +1 -0
  157. package/lib/model/host-entity-source.d.ts +1 -0
  158. package/lib/model/host-entity-source.js +1 -0
  159. package/lib/model/host-entity-source.js.map +1 -1
  160. package/lib/model/host-insight-summary.js +4 -0
  161. package/lib/model/host-insight-summary.js.map +1 -1
  162. package/lib/model/host-insight.js +4 -0
  163. package/lib/model/host-insight.js.map +1 -1
  164. package/lib/model/host.d.ts +26 -0
  165. package/lib/model/host.js +37 -0
  166. package/lib/model/host.js.map +1 -0
  167. package/lib/model/index.d.ts +124 -0
  168. package/lib/model/index.js +129 -4
  169. package/lib/model/index.js.map +1 -1
  170. package/lib/model/instance-metrics.d.ts +50 -0
  171. package/lib/model/instance-metrics.js +32 -0
  172. package/lib/model/instance-metrics.js.map +1 -0
  173. package/lib/model/macs-managed-external-host-configuration-summary.d.ts +35 -0
  174. package/lib/model/macs-managed-external-host-configuration-summary.js +57 -0
  175. package/lib/model/macs-managed-external-host-configuration-summary.js.map +1 -0
  176. package/lib/model/operation-status.d.ts +1 -0
  177. package/lib/model/operation-status.js +1 -0
  178. package/lib/model/operation-status.js.map +1 -1
  179. package/lib/model/operation-type.d.ts +8 -0
  180. package/lib/model/operation-type.js +8 -0
  181. package/lib/model/operation-type.js.map +1 -1
  182. package/lib/model/resource-statistics.d.ts +5 -0
  183. package/lib/model/resource-statistics.js +34 -2
  184. package/lib/model/resource-statistics.js.map +1 -1
  185. package/lib/model/resource-usage-summary.d.ts +46 -0
  186. package/lib/model/resource-usage-summary.js +32 -0
  187. package/lib/model/resource-usage-summary.js.map +1 -0
  188. package/lib/model/storage-server-details.d.ts +32 -0
  189. package/lib/model/storage-server-details.js +32 -0
  190. package/lib/model/storage-server-details.js.map +1 -0
  191. package/lib/model/storage-server.d.ts +27 -0
  192. package/lib/model/storage-server.js +38 -0
  193. package/lib/model/storage-server.js.map +1 -0
  194. package/lib/model/summarize-exadata-insight-resource-capacity-trend-aggregation.d.ts +83 -0
  195. package/lib/model/summarize-exadata-insight-resource-capacity-trend-aggregation.js +90 -0
  196. package/lib/model/summarize-exadata-insight-resource-capacity-trend-aggregation.js.map +1 -0
  197. package/lib/model/summarize-exadata-insight-resource-capacity-trend-collection.d.ts +81 -0
  198. package/lib/model/summarize-exadata-insight-resource-capacity-trend-collection.js +90 -0
  199. package/lib/model/summarize-exadata-insight-resource-capacity-trend-collection.js.map +1 -0
  200. package/lib/model/summarize-exadata-insight-resource-forecast-trend-aggregation.d.ts +103 -0
  201. package/lib/model/summarize-exadata-insight-resource-forecast-trend-aggregation.js +116 -0
  202. package/lib/model/summarize-exadata-insight-resource-forecast-trend-aggregation.js.map +1 -0
  203. package/lib/model/summarize-exadata-insight-resource-forecast-trend-collection.d.ts +80 -0
  204. package/lib/model/summarize-exadata-insight-resource-forecast-trend-collection.js +90 -0
  205. package/lib/model/summarize-exadata-insight-resource-forecast-trend-collection.js.map +1 -0
  206. package/lib/model/summarize-exadata-insight-resource-statistics-aggregation-collection.d.ts +64 -0
  207. package/lib/model/summarize-exadata-insight-resource-statistics-aggregation-collection.js +78 -0
  208. package/lib/model/summarize-exadata-insight-resource-statistics-aggregation-collection.js.map +1 -0
  209. package/lib/model/summarize-exadata-insight-resource-usage-aggregation.d.ts +86 -0
  210. package/lib/model/summarize-exadata-insight-resource-usage-aggregation.js +58 -0
  211. package/lib/model/summarize-exadata-insight-resource-usage-aggregation.js.map +1 -0
  212. package/lib/model/summarize-exadata-insight-resource-usage-collection.d.ts +76 -0
  213. package/lib/model/summarize-exadata-insight-resource-usage-collection.js +90 -0
  214. package/lib/model/summarize-exadata-insight-resource-usage-collection.js.map +1 -0
  215. package/lib/model/summarize-exadata-insight-resource-utilization-insight-aggregation.d.ts +72 -0
  216. package/lib/model/summarize-exadata-insight-resource-utilization-insight-aggregation.js +90 -0
  217. package/lib/model/summarize-exadata-insight-resource-utilization-insight-aggregation.js.map +1 -0
  218. package/lib/model/update-em-managed-external-exadata-insight-details.d.ts +31 -0
  219. package/lib/model/update-em-managed-external-exadata-insight-details.js +57 -0
  220. package/lib/model/update-em-managed-external-exadata-insight-details.js.map +1 -0
  221. package/lib/model/update-em-managed-external-host-insight-details.d.ts +27 -0
  222. package/lib/model/update-em-managed-external-host-insight-details.js +57 -0
  223. package/lib/model/update-em-managed-external-host-insight-details.js.map +1 -0
  224. package/lib/model/update-exadata-insight-details.d.ts +43 -0
  225. package/lib/model/update-exadata-insight-details.js +68 -0
  226. package/lib/model/update-exadata-insight-details.js.map +1 -0
  227. package/lib/model/update-host-insight-details.js +4 -0
  228. package/lib/model/update-host-insight-details.js.map +1 -1
  229. package/lib/model/usage-unit.d.ts +1 -0
  230. package/lib/model/usage-unit.js +1 -0
  231. package/lib/model/usage-unit.js.map +1 -1
  232. package/lib/model/work-request-resource-metadata-key.d.ts +31 -0
  233. package/lib/model/work-request-resource-metadata-key.js +42 -0
  234. package/lib/model/work-request-resource-metadata-key.js.map +1 -0
  235. package/lib/model/work-request-resource.d.ts +6 -0
  236. package/lib/model/work-request-resource.js.map +1 -1
  237. package/lib/operationsinsights-waiter.d.ts +8 -0
  238. package/lib/operationsinsights-waiter.js +12 -0
  239. package/lib/operationsinsights-waiter.js.map +1 -1
  240. package/lib/request/add-exadata-insight-members-request.d.ts +50 -0
  241. package/lib/request/add-exadata-insight-members-request.js +15 -0
  242. package/lib/request/add-exadata-insight-members-request.js.map +1 -0
  243. package/lib/request/change-database-insight-compartment-request.d.ts +1 -1
  244. package/lib/request/change-enterprise-manager-bridge-compartment-request.d.ts +1 -1
  245. package/lib/request/change-exadata-insight-compartment-request.d.ts +50 -0
  246. package/lib/request/change-exadata-insight-compartment-request.js +15 -0
  247. package/lib/request/change-exadata-insight-compartment-request.js.map +1 -0
  248. package/lib/request/change-host-insight-compartment-request.d.ts +1 -1
  249. package/lib/request/create-database-insight-request.d.ts +1 -1
  250. package/lib/request/create-enterprise-manager-bridge-request.d.ts +1 -1
  251. package/lib/request/create-exadata-insight-request.d.ts +39 -0
  252. package/lib/request/create-exadata-insight-request.js +15 -0
  253. package/lib/request/create-exadata-insight-request.js.map +1 -0
  254. package/lib/request/create-host-insight-request.d.ts +2 -2
  255. package/lib/request/delete-database-insight-request.d.ts +1 -1
  256. package/lib/request/delete-enterprise-manager-bridge-request.d.ts +1 -1
  257. package/lib/request/delete-exadata-insight-request.d.ts +35 -0
  258. package/lib/request/delete-exadata-insight-request.js +15 -0
  259. package/lib/request/delete-exadata-insight-request.js.map +1 -0
  260. package/lib/request/delete-host-insight-request.d.ts +1 -1
  261. package/lib/request/disable-database-insight-request.d.ts +1 -1
  262. package/lib/request/disable-exadata-insight-request.d.ts +45 -0
  263. package/lib/request/disable-exadata-insight-request.js +15 -0
  264. package/lib/request/disable-exadata-insight-request.js.map +1 -0
  265. package/lib/request/disable-host-insight-request.d.ts +1 -1
  266. package/lib/request/enable-database-insight-request.d.ts +1 -1
  267. package/lib/request/enable-exadata-insight-request.d.ts +50 -0
  268. package/lib/request/enable-exadata-insight-request.js +15 -0
  269. package/lib/request/enable-exadata-insight-request.js.map +1 -0
  270. package/lib/request/enable-host-insight-request.d.ts +2 -2
  271. package/lib/request/get-database-insight-request.d.ts +1 -1
  272. package/lib/request/get-enterprise-manager-bridge-request.d.ts +1 -1
  273. package/lib/request/get-exadata-insight-request.d.ts +28 -0
  274. package/lib/request/get-exadata-insight-request.js +15 -0
  275. package/lib/request/get-exadata-insight-request.js.map +1 -0
  276. package/lib/request/get-host-insight-request.d.ts +1 -1
  277. package/lib/request/get-work-request-request.d.ts +1 -1
  278. package/lib/request/index.d.ts +40 -0
  279. package/lib/request/index.js +27 -1
  280. package/lib/request/index.js.map +1 -1
  281. package/lib/request/ingest-database-configuration-request.d.ts +1 -1
  282. package/lib/request/ingest-host-configuration-request.d.ts +1 -1
  283. package/lib/request/ingest-host-metrics-request.d.ts +1 -1
  284. package/lib/request/ingest-sql-bucket-request.d.ts +1 -1
  285. package/lib/request/ingest-sql-plan-lines-request.d.ts +1 -1
  286. package/lib/request/ingest-sql-text-request.d.ts +1 -1
  287. package/lib/request/list-database-configurations-request.d.ts +11 -1
  288. package/lib/request/list-database-configurations-request.js.map +1 -1
  289. package/lib/request/list-database-insights-request.d.ts +6 -1
  290. package/lib/request/list-database-insights-request.js.map +1 -1
  291. package/lib/request/list-enterprise-manager-bridges-request.d.ts +1 -1
  292. package/lib/request/list-exadata-configurations-request.d.ts +106 -0
  293. package/lib/request/list-exadata-configurations-request.js +25 -0
  294. package/lib/request/list-exadata-configurations-request.js.map +1 -0
  295. package/lib/request/list-exadata-insights-request.d.ts +84 -0
  296. package/lib/request/list-exadata-insights-request.js +24 -0
  297. package/lib/request/list-exadata-insights-request.js.map +1 -0
  298. package/lib/request/list-host-configurations-request.d.ts +117 -0
  299. package/lib/request/list-host-configurations-request.js +28 -0
  300. package/lib/request/list-host-configurations-request.js.map +1 -0
  301. package/lib/request/list-host-insights-request.d.ts +10 -1
  302. package/lib/request/list-host-insights-request.js.map +1 -1
  303. package/lib/request/list-hosted-entities-request.d.ts +6 -1
  304. package/lib/request/list-hosted-entities-request.js.map +1 -1
  305. package/lib/request/list-importable-agent-entities-request.d.ts +1 -1
  306. package/lib/request/list-importable-enterprise-manager-entities-request.d.ts +16 -1
  307. package/lib/request/list-sql-plans-request.d.ts +1 -1
  308. package/lib/request/list-sql-searches-request.d.ts +1 -1
  309. package/lib/request/list-sql-texts-request.d.ts +1 -1
  310. package/lib/request/list-work-request-errors-request.d.ts +17 -1
  311. package/lib/request/list-work-request-errors-request.js +8 -0
  312. package/lib/request/list-work-request-errors-request.js.map +1 -1
  313. package/lib/request/list-work-request-logs-request.d.ts +17 -1
  314. package/lib/request/list-work-request-logs-request.js +8 -0
  315. package/lib/request/list-work-request-logs-request.js.map +1 -1
  316. package/lib/request/list-work-requests-request.d.ts +37 -5
  317. package/lib/request/list-work-requests-request.js +8 -0
  318. package/lib/request/list-work-requests-request.js.map +1 -1
  319. package/lib/request/summarize-database-insight-resource-capacity-trend-request.d.ts +11 -1
  320. package/lib/request/summarize-database-insight-resource-capacity-trend-request.js.map +1 -1
  321. package/lib/request/summarize-database-insight-resource-forecast-trend-request.d.ts +11 -1
  322. package/lib/request/summarize-database-insight-resource-forecast-trend-request.js.map +1 -1
  323. package/lib/request/summarize-database-insight-resource-statistics-request.d.ts +11 -1
  324. package/lib/request/summarize-database-insight-resource-statistics-request.js.map +1 -1
  325. package/lib/request/summarize-database-insight-resource-usage-request.d.ts +6 -1
  326. package/lib/request/summarize-database-insight-resource-usage-request.js.map +1 -1
  327. package/lib/request/summarize-database-insight-resource-usage-trend-request.d.ts +6 -1
  328. package/lib/request/summarize-database-insight-resource-usage-trend-request.js.map +1 -1
  329. package/lib/request/summarize-database-insight-resource-utilization-insight-request.d.ts +6 -1
  330. package/lib/request/summarize-database-insight-resource-utilization-insight-request.js.map +1 -1
  331. package/lib/request/summarize-database-insight-tablespace-usage-trend-request.d.ts +1 -1
  332. package/lib/request/summarize-exadata-insight-resource-capacity-trend-aggregated-request.d.ts +143 -0
  333. package/lib/request/summarize-exadata-insight-resource-capacity-trend-aggregated-request.js +24 -0
  334. package/lib/request/summarize-exadata-insight-resource-capacity-trend-aggregated-request.js.map +1 -0
  335. package/lib/request/summarize-exadata-insight-resource-capacity-trend-request.d.ts +133 -0
  336. package/lib/request/summarize-exadata-insight-resource-capacity-trend-request.js +24 -0
  337. package/lib/request/summarize-exadata-insight-resource-capacity-trend-request.js.map +1 -0
  338. package/lib/request/summarize-exadata-insight-resource-forecast-trend-aggregated-request.d.ts +169 -0
  339. package/lib/request/summarize-exadata-insight-resource-forecast-trend-aggregated-request.js +30 -0
  340. package/lib/request/summarize-exadata-insight-resource-forecast-trend-aggregated-request.js.map +1 -0
  341. package/lib/request/summarize-exadata-insight-resource-forecast-trend-request.d.ts +171 -0
  342. package/lib/request/summarize-exadata-insight-resource-forecast-trend-request.js +36 -0
  343. package/lib/request/summarize-exadata-insight-resource-forecast-trend-request.js.map +1 -0
  344. package/lib/request/summarize-exadata-insight-resource-statistics-request.d.ts +121 -0
  345. package/lib/request/summarize-exadata-insight-resource-statistics-request.js +25 -0
  346. package/lib/request/summarize-exadata-insight-resource-statistics-request.js.map +1 -0
  347. package/lib/request/summarize-exadata-insight-resource-usage-aggregated-request.d.ts +131 -0
  348. package/lib/request/summarize-exadata-insight-resource-usage-aggregated-request.js +15 -0
  349. package/lib/request/summarize-exadata-insight-resource-usage-aggregated-request.js.map +1 -0
  350. package/lib/request/summarize-exadata-insight-resource-usage-request.d.ts +159 -0
  351. package/lib/request/summarize-exadata-insight-resource-usage-request.js +26 -0
  352. package/lib/request/summarize-exadata-insight-resource-usage-request.js.map +1 -0
  353. package/lib/request/summarize-exadata-insight-resource-utilization-insight-request.d.ts +145 -0
  354. package/lib/request/summarize-exadata-insight-resource-utilization-insight-request.js +15 -0
  355. package/lib/request/summarize-exadata-insight-resource-utilization-insight-request.js.map +1 -0
  356. package/lib/request/summarize-exadata-members-request.d.ts +68 -0
  357. package/lib/request/summarize-exadata-members-request.js +25 -0
  358. package/lib/request/summarize-exadata-members-request.js.map +1 -0
  359. package/lib/request/summarize-host-insight-resource-capacity-trend-request.d.ts +6 -1
  360. package/lib/request/summarize-host-insight-resource-capacity-trend-request.js.map +1 -1
  361. package/lib/request/summarize-host-insight-resource-forecast-trend-request.d.ts +6 -1
  362. package/lib/request/summarize-host-insight-resource-forecast-trend-request.js.map +1 -1
  363. package/lib/request/summarize-host-insight-resource-statistics-request.d.ts +6 -1
  364. package/lib/request/summarize-host-insight-resource-statistics-request.js.map +1 -1
  365. package/lib/request/summarize-host-insight-resource-usage-request.d.ts +6 -1
  366. package/lib/request/summarize-host-insight-resource-usage-request.js.map +1 -1
  367. package/lib/request/summarize-host-insight-resource-usage-trend-request.d.ts +6 -1
  368. package/lib/request/summarize-host-insight-resource-usage-trend-request.js.map +1 -1
  369. package/lib/request/summarize-host-insight-resource-utilization-insight-request.d.ts +6 -1
  370. package/lib/request/summarize-host-insight-resource-utilization-insight-request.js.map +1 -1
  371. package/lib/request/summarize-sql-insights-request.d.ts +11 -1
  372. package/lib/request/summarize-sql-insights-request.js.map +1 -1
  373. package/lib/request/summarize-sql-plan-insights-request.d.ts +1 -1
  374. package/lib/request/summarize-sql-response-time-distributions-request.d.ts +1 -1
  375. package/lib/request/summarize-sql-statistics-request.d.ts +11 -1
  376. package/lib/request/summarize-sql-statistics-request.js.map +1 -1
  377. package/lib/request/summarize-sql-statistics-time-series-by-plan-request.d.ts +1 -1
  378. package/lib/request/summarize-sql-statistics-time-series-request.d.ts +11 -1
  379. package/lib/request/update-database-insight-request.d.ts +1 -1
  380. package/lib/request/update-enterprise-manager-bridge-request.d.ts +1 -1
  381. package/lib/request/update-exadata-insight-request.d.ts +40 -0
  382. package/lib/request/update-exadata-insight-request.js +15 -0
  383. package/lib/request/update-exadata-insight-request.js.map +1 -0
  384. package/lib/request/update-host-insight-request.d.ts +2 -2
  385. package/lib/response/add-exadata-insight-members-response.d.ts +25 -0
  386. package/lib/response/add-exadata-insight-members-response.js +15 -0
  387. package/lib/response/add-exadata-insight-members-response.js.map +1 -0
  388. package/lib/response/change-exadata-insight-compartment-response.d.ts +25 -0
  389. package/lib/response/change-exadata-insight-compartment-response.js +15 -0
  390. package/lib/response/change-exadata-insight-compartment-response.js.map +1 -0
  391. package/lib/response/create-exadata-insight-response.d.ts +43 -0
  392. package/lib/response/create-exadata-insight-response.js +15 -0
  393. package/lib/response/create-exadata-insight-response.js.map +1 -0
  394. package/lib/response/delete-exadata-insight-response.d.ts +25 -0
  395. package/lib/response/delete-exadata-insight-response.js +15 -0
  396. package/lib/response/delete-exadata-insight-response.js.map +1 -0
  397. package/lib/response/disable-exadata-insight-response.d.ts +25 -0
  398. package/lib/response/disable-exadata-insight-response.js +15 -0
  399. package/lib/response/disable-exadata-insight-response.js.map +1 -0
  400. package/lib/response/enable-exadata-insight-response.d.ts +25 -0
  401. package/lib/response/enable-exadata-insight-response.js +15 -0
  402. package/lib/response/enable-exadata-insight-response.js.map +1 -0
  403. package/lib/response/get-exadata-insight-response.d.ts +30 -0
  404. package/lib/response/get-exadata-insight-response.js +15 -0
  405. package/lib/response/get-exadata-insight-response.js.map +1 -0
  406. package/lib/response/get-work-request-response.d.ts +5 -0
  407. package/lib/response/index.d.ts +40 -0
  408. package/lib/response/list-exadata-configurations-response.d.ts +37 -0
  409. package/lib/response/list-exadata-configurations-response.js +15 -0
  410. package/lib/response/list-exadata-configurations-response.js.map +1 -0
  411. package/lib/response/list-exadata-insights-response.d.ts +37 -0
  412. package/lib/response/list-exadata-insights-response.js +15 -0
  413. package/lib/response/list-exadata-insights-response.js.map +1 -0
  414. package/lib/response/list-host-configurations-response.d.ts +37 -0
  415. package/lib/response/list-host-configurations-response.js +15 -0
  416. package/lib/response/list-host-configurations-response.js.map +1 -0
  417. package/lib/response/summarize-exadata-insight-resource-capacity-trend-aggregated-response.d.ts +32 -0
  418. package/lib/response/summarize-exadata-insight-resource-capacity-trend-aggregated-response.js +15 -0
  419. package/lib/response/summarize-exadata-insight-resource-capacity-trend-aggregated-response.js.map +1 -0
  420. package/lib/response/summarize-exadata-insight-resource-capacity-trend-response.d.ts +32 -0
  421. package/lib/response/summarize-exadata-insight-resource-capacity-trend-response.js +15 -0
  422. package/lib/response/summarize-exadata-insight-resource-capacity-trend-response.js.map +1 -0
  423. package/lib/response/summarize-exadata-insight-resource-forecast-trend-aggregated-response.d.ts +32 -0
  424. package/lib/response/summarize-exadata-insight-resource-forecast-trend-aggregated-response.js +15 -0
  425. package/lib/response/summarize-exadata-insight-resource-forecast-trend-aggregated-response.js.map +1 -0
  426. package/lib/response/summarize-exadata-insight-resource-forecast-trend-response.d.ts +32 -0
  427. package/lib/response/summarize-exadata-insight-resource-forecast-trend-response.js +15 -0
  428. package/lib/response/summarize-exadata-insight-resource-forecast-trend-response.js.map +1 -0
  429. package/lib/response/summarize-exadata-insight-resource-statistics-response.d.ts +37 -0
  430. package/lib/response/summarize-exadata-insight-resource-statistics-response.js +15 -0
  431. package/lib/response/summarize-exadata-insight-resource-statistics-response.js.map +1 -0
  432. package/lib/response/summarize-exadata-insight-resource-usage-aggregated-response.d.ts +32 -0
  433. package/lib/response/summarize-exadata-insight-resource-usage-aggregated-response.js +15 -0
  434. package/lib/response/summarize-exadata-insight-resource-usage-aggregated-response.js.map +1 -0
  435. package/lib/response/summarize-exadata-insight-resource-usage-response.d.ts +32 -0
  436. package/lib/response/summarize-exadata-insight-resource-usage-response.js +15 -0
  437. package/lib/response/summarize-exadata-insight-resource-usage-response.js.map +1 -0
  438. package/lib/response/summarize-exadata-insight-resource-utilization-insight-response.d.ts +37 -0
  439. package/lib/response/summarize-exadata-insight-resource-utilization-insight-response.js +15 -0
  440. package/lib/response/summarize-exadata-insight-resource-utilization-insight-response.js.map +1 -0
  441. package/lib/response/summarize-exadata-members-response.d.ts +37 -0
  442. package/lib/response/summarize-exadata-members-response.js +15 -0
  443. package/lib/response/summarize-exadata-members-response.js.map +1 -0
  444. package/lib/response/update-exadata-insight-response.d.ts +25 -0
  445. package/lib/response/update-exadata-insight-response.js +15 -0
  446. package/lib/response/update-exadata-insight-response.js.map +1 -0
  447. package/package.json +3 -3
@@ -0,0 +1,25 @@
1
+ /**
2
+ * Operations Insights API
3
+ * Use the Operations Insights API to perform data extraction operations to obtain database
4
+ resource utilization, performance statistics, and reference information. For more information,
5
+ see [About Oracle Cloud Infrastructure Operations Insights](https://docs.cloud.oracle.com/en-us/iaas/operations-insights/doc/operations-insights.html).
6
+
7
+ * OpenAPI spec version: 20200630
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OracleSDKGenerator.
11
+ * Do not edit the class manually.
12
+ *
13
+ * Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
14
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
15
+ */
16
+ /**
17
+ * The information about the Exadata system to be analyzed.
18
+ */
19
+ export interface EnableExadataInsightDetails {
20
+ "entitySource": string;
21
+ }
22
+ export declare namespace EnableExadataInsightDetails {
23
+ function getJsonObj(obj: EnableExadataInsightDetails): object;
24
+ function getDeserializedJsonObj(obj: EnableExadataInsightDetails): object;
25
+ }
@@ -0,0 +1,68 @@
1
+ "use strict";
2
+ /**
3
+ * Operations Insights API
4
+ * Use the Operations Insights API to perform data extraction operations to obtain database
5
+ resource utilization, performance statistics, and reference information. For more information,
6
+ see [About Oracle Cloud Infrastructure Operations Insights](https://docs.cloud.oracle.com/en-us/iaas/operations-insights/doc/operations-insights.html).
7
+
8
+ * OpenAPI spec version: 20200630
9
+ *
10
+ *
11
+ * NOTE: This class is auto generated by OracleSDKGenerator.
12
+ * Do not edit the class manually.
13
+ *
14
+ * Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
15
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
16
+ */
17
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
18
+ if (k2 === undefined) k2 = k;
19
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
20
+ }) : (function(o, m, k, k2) {
21
+ if (k2 === undefined) k2 = k;
22
+ o[k2] = m[k];
23
+ }));
24
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
25
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
26
+ }) : function(o, v) {
27
+ o["default"] = v;
28
+ });
29
+ var __importStar = (this && this.__importStar) || function (mod) {
30
+ if (mod && mod.__esModule) return mod;
31
+ var result = {};
32
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
33
+ __setModuleDefault(result, mod);
34
+ return result;
35
+ };
36
+ Object.defineProperty(exports, "__esModule", { value: true });
37
+ exports.EnableExadataInsightDetails = void 0;
38
+ const model = __importStar(require("../model"));
39
+ var EnableExadataInsightDetails;
40
+ (function (EnableExadataInsightDetails) {
41
+ function getJsonObj(obj) {
42
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
43
+ if ("entitySource" in obj && obj.entitySource) {
44
+ switch (obj.entitySource) {
45
+ case "EM_MANAGED_EXTERNAL_EXADATA":
46
+ return model.EnableEmManagedExternalExadataInsightDetails.getJsonObj(jsonObj, true);
47
+ default:
48
+ throw Error("Unknown value for: " + obj.entitySource);
49
+ }
50
+ }
51
+ return jsonObj;
52
+ }
53
+ EnableExadataInsightDetails.getJsonObj = getJsonObj;
54
+ function getDeserializedJsonObj(obj) {
55
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
56
+ if ("entitySource" in obj && obj.entitySource) {
57
+ switch (obj.entitySource) {
58
+ case "EM_MANAGED_EXTERNAL_EXADATA":
59
+ return model.EnableEmManagedExternalExadataInsightDetails.getDeserializedJsonObj(jsonObj, true);
60
+ default:
61
+ throw Error("Unknown value for: " + obj.entitySource);
62
+ }
63
+ }
64
+ return jsonObj;
65
+ }
66
+ EnableExadataInsightDetails.getDeserializedJsonObj = getDeserializedJsonObj;
67
+ })(EnableExadataInsightDetails = exports.EnableExadataInsightDetails || (exports.EnableExadataInsightDetails = {}));
68
+ //# sourceMappingURL=enable-exadata-insight-details.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"enable-exadata-insight-details.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/model/enable-exadata-insight-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAUlC,IAAiB,2BAA2B,CAiC3C;AAjCD,WAAiB,2BAA2B;IAC1C,SAAgB,UAAU,CAAC,GAAgC;QACzD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,cAAc,IAAI,GAAG,IAAI,GAAG,CAAC,YAAY,EAAE;YAC7C,QAAQ,GAAG,CAAC,YAAY,EAAE;gBACxB,KAAK,6BAA6B;oBAChC,OAAO,KAAK,CAAC,4CAA4C,CAAC,UAAU,CACL,OAAQ,EACrE,IAAI,CACL,CAAC;gBACJ;oBACE,MAAM,KAAK,CAAC,qBAAqB,GAAG,GAAG,CAAC,YAAY,CAAC,CAAC;aACzD;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IAfe,sCAAU,aAezB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAgC;QACrE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,cAAc,IAAI,GAAG,IAAI,GAAG,CAAC,YAAY,EAAE;YAC7C,QAAQ,GAAG,CAAC,YAAY,EAAE;gBACxB,KAAK,6BAA6B;oBAChC,OAAO,KAAK,CAAC,4CAA4C,CAAC,sBAAsB,CACjB,OAAQ,EACrE,IAAI,CACL,CAAC;gBACJ;oBACE,MAAM,KAAK,CAAC,qBAAqB,GAAG,GAAG,CAAC,YAAY,CAAC,CAAC;aACzD;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IAfe,kDAAsB,yBAerC,CAAA;AACH,CAAC,EAjCgB,2BAA2B,GAA3B,mCAA2B,KAA3B,mCAA2B,QAiC3C"}
@@ -44,6 +44,8 @@ var EnableHostInsightDetails;
44
44
  switch (obj.entitySource) {
45
45
  case "MACS_MANAGED_EXTERNAL_HOST":
46
46
  return model.EnableMacsManagedExternalHostInsightDetails.getJsonObj(jsonObj, true);
47
+ case "EM_MANAGED_EXTERNAL_HOST":
48
+ return model.EnableEmManagedExternalHostInsightDetails.getJsonObj(jsonObj, true);
47
49
  default:
48
50
  throw Error("Unknown value for: " + obj.entitySource);
49
51
  }
@@ -57,6 +59,8 @@ var EnableHostInsightDetails;
57
59
  switch (obj.entitySource) {
58
60
  case "MACS_MANAGED_EXTERNAL_HOST":
59
61
  return model.EnableMacsManagedExternalHostInsightDetails.getDeserializedJsonObj(jsonObj, true);
62
+ case "EM_MANAGED_EXTERNAL_HOST":
63
+ return model.EnableEmManagedExternalHostInsightDetails.getDeserializedJsonObj(jsonObj, true);
60
64
  default:
61
65
  throw Error("Unknown value for: " + obj.entitySource);
62
66
  }
@@ -1 +1 @@
1
- {"version":3,"file":"enable-host-insight-details.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/model/enable-host-insight-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAUlC,IAAiB,wBAAwB,CAiCxC;AAjCD,WAAiB,wBAAwB;IACvC,SAAgB,UAAU,CAAC,GAA6B;QACtD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,cAAc,IAAI,GAAG,IAAI,GAAG,CAAC,YAAY,EAAE;YAC7C,QAAQ,GAAG,CAAC,YAAY,EAAE;gBACxB,KAAK,4BAA4B;oBAC/B,OAAO,KAAK,CAAC,2CAA2C,CAAC,UAAU,CACL,OAAQ,EACpE,IAAI,CACL,CAAC;gBACJ;oBACE,MAAM,KAAK,CAAC,qBAAqB,GAAG,GAAG,CAAC,YAAY,CAAC,CAAC;aACzD;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IAfe,mCAAU,aAezB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA6B;QAClE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,cAAc,IAAI,GAAG,IAAI,GAAG,CAAC,YAAY,EAAE;YAC7C,QAAQ,GAAG,CAAC,YAAY,EAAE;gBACxB,KAAK,4BAA4B;oBAC/B,OAAO,KAAK,CAAC,2CAA2C,CAAC,sBAAsB,CACjB,OAAQ,EACpE,IAAI,CACL,CAAC;gBACJ;oBACE,MAAM,KAAK,CAAC,qBAAqB,GAAG,GAAG,CAAC,YAAY,CAAC,CAAC;aACzD;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IAfe,+CAAsB,yBAerC,CAAA;AACH,CAAC,EAjCgB,wBAAwB,GAAxB,gCAAwB,KAAxB,gCAAwB,QAiCxC"}
1
+ {"version":3,"file":"enable-host-insight-details.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/model/enable-host-insight-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAUlC,IAAiB,wBAAwB,CA2CxC;AA3CD,WAAiB,wBAAwB;IACvC,SAAgB,UAAU,CAAC,GAA6B;QACtD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,cAAc,IAAI,GAAG,IAAI,GAAG,CAAC,YAAY,EAAE;YAC7C,QAAQ,GAAG,CAAC,YAAY,EAAE;gBACxB,KAAK,4BAA4B;oBAC/B,OAAO,KAAK,CAAC,2CAA2C,CAAC,UAAU,CACL,OAAQ,EACpE,IAAI,CACL,CAAC;gBACJ,KAAK,0BAA0B;oBAC7B,OAAO,KAAK,CAAC,yCAAyC,CAAC,UAAU,CACL,OAAQ,EAClE,IAAI,CACL,CAAC;gBACJ;oBACE,MAAM,KAAK,CAAC,qBAAqB,GAAG,GAAG,CAAC,YAAY,CAAC,CAAC;aACzD;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IApBe,mCAAU,aAoBzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA6B;QAClE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,cAAc,IAAI,GAAG,IAAI,GAAG,CAAC,YAAY,EAAE;YAC7C,QAAQ,GAAG,CAAC,YAAY,EAAE;gBACxB,KAAK,4BAA4B;oBAC/B,OAAO,KAAK,CAAC,2CAA2C,CAAC,sBAAsB,CACjB,OAAQ,EACpE,IAAI,CACL,CAAC;gBACJ,KAAK,0BAA0B;oBAC7B,OAAO,KAAK,CAAC,yCAAyC,CAAC,sBAAsB,CACjB,OAAQ,EAClE,IAAI,CACL,CAAC;gBACJ;oBACE,MAAM,KAAK,CAAC,qBAAqB,GAAG,GAAG,CAAC,YAAY,CAAC,CAAC;aACzD;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IApBe,+CAAsB,yBAoBrC,CAAA;AACH,CAAC,EA3CgB,wBAAwB,GAAxB,gCAAwB,KAAxB,gCAAwB,QA2CxC"}
@@ -0,0 +1,29 @@
1
+ /**
2
+ * Operations Insights API
3
+ * Use the Operations Insights API to perform data extraction operations to obtain database
4
+ resource utilization, performance statistics, and reference information. For more information,
5
+ see [About Oracle Cloud Infrastructure Operations Insights](https://docs.cloud.oracle.com/en-us/iaas/operations-insights/doc/operations-insights.html).
6
+
7
+ * OpenAPI spec version: 20200630
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OracleSDKGenerator.
11
+ * Do not edit the class manually.
12
+ *
13
+ * Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
14
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
15
+ */
16
+ import * as model from "../model";
17
+ /**
18
+ * Collection of exadata insight configuration summary objects.
19
+ */
20
+ export interface ExadataConfigurationCollection {
21
+ /**
22
+ * Array of exadata insight configurations summary objects.
23
+ */
24
+ "items": Array<model.ExadataConfigurationSummary>;
25
+ }
26
+ export declare namespace ExadataConfigurationCollection {
27
+ function getJsonObj(obj: ExadataConfigurationCollection): object;
28
+ function getDeserializedJsonObj(obj: ExadataConfigurationCollection): object;
29
+ }
@@ -0,0 +1,64 @@
1
+ "use strict";
2
+ /**
3
+ * Operations Insights API
4
+ * Use the Operations Insights API to perform data extraction operations to obtain database
5
+ resource utilization, performance statistics, and reference information. For more information,
6
+ see [About Oracle Cloud Infrastructure Operations Insights](https://docs.cloud.oracle.com/en-us/iaas/operations-insights/doc/operations-insights.html).
7
+
8
+ * OpenAPI spec version: 20200630
9
+ *
10
+ *
11
+ * NOTE: This class is auto generated by OracleSDKGenerator.
12
+ * Do not edit the class manually.
13
+ *
14
+ * Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
15
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
16
+ */
17
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
18
+ if (k2 === undefined) k2 = k;
19
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
20
+ }) : (function(o, m, k, k2) {
21
+ if (k2 === undefined) k2 = k;
22
+ o[k2] = m[k];
23
+ }));
24
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
25
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
26
+ }) : function(o, v) {
27
+ o["default"] = v;
28
+ });
29
+ var __importStar = (this && this.__importStar) || function (mod) {
30
+ if (mod && mod.__esModule) return mod;
31
+ var result = {};
32
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
33
+ __setModuleDefault(result, mod);
34
+ return result;
35
+ };
36
+ Object.defineProperty(exports, "__esModule", { value: true });
37
+ exports.ExadataConfigurationCollection = void 0;
38
+ const model = __importStar(require("../model"));
39
+ var ExadataConfigurationCollection;
40
+ (function (ExadataConfigurationCollection) {
41
+ function getJsonObj(obj) {
42
+ const jsonObj = Object.assign(Object.assign({}, obj), {
43
+ "items": obj.items
44
+ ? obj.items.map(item => {
45
+ return model.ExadataConfigurationSummary.getJsonObj(item);
46
+ })
47
+ : undefined
48
+ });
49
+ return jsonObj;
50
+ }
51
+ ExadataConfigurationCollection.getJsonObj = getJsonObj;
52
+ function getDeserializedJsonObj(obj) {
53
+ const jsonObj = Object.assign(Object.assign({}, obj), {
54
+ "items": obj.items
55
+ ? obj.items.map(item => {
56
+ return model.ExadataConfigurationSummary.getDeserializedJsonObj(item);
57
+ })
58
+ : undefined
59
+ });
60
+ return jsonObj;
61
+ }
62
+ ExadataConfigurationCollection.getDeserializedJsonObj = getDeserializedJsonObj;
63
+ })(ExadataConfigurationCollection = exports.ExadataConfigurationCollection || (exports.ExadataConfigurationCollection = {}));
64
+ //# sourceMappingURL=exadata-configuration-collection.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"exadata-configuration-collection.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/model/exadata-configuration-collection.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAalC,IAAiB,8BAA8B,CA6B9C;AA7BD,WAAiB,8BAA8B;IAC7C,SAAgB,UAAU,CAAC,GAAmC;QAC5D,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,2BAA2B,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAC5D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,yCAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAmC;QACxE,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,2BAA2B,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACxE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,qDAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,8BAA8B,GAA9B,sCAA8B,KAA9B,sCAA8B,QA6B9C"}
@@ -0,0 +1,68 @@
1
+ /**
2
+ * Operations Insights API
3
+ * Use the Operations Insights API to perform data extraction operations to obtain database
4
+ resource utilization, performance statistics, and reference information. For more information,
5
+ see [About Oracle Cloud Infrastructure Operations Insights](https://docs.cloud.oracle.com/en-us/iaas/operations-insights/doc/operations-insights.html).
6
+
7
+ * OpenAPI spec version: 20200630
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OracleSDKGenerator.
11
+ * Do not edit the class manually.
12
+ *
13
+ * Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
14
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
15
+ */
16
+ import * as model from "../model";
17
+ /**
18
+ * Summary of a exadata configuration for a resource.
19
+ */
20
+ export interface ExadataConfigurationSummary {
21
+ /**
22
+ * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Exadata insight.
23
+ */
24
+ "exadataInsightId": string;
25
+ /**
26
+ * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
27
+ */
28
+ "compartmentId": string;
29
+ /**
30
+ * The Exadata system name. If the Exadata systems managed by Enterprise Manager, the name is unique amongst the Exadata systems managed by the same Enterprise Manager.
31
+ */
32
+ "exadataName": string;
33
+ /**
34
+ * The user-friendly name for the Exadata system. The name does not have to be unique.
35
+ */
36
+ "exadataDisplayName": string;
37
+ /**
38
+ * Operations Insights internal representation of the the Exadata system type.
39
+ */
40
+ "exadataType": model.ExadataType;
41
+ /**
42
+ * Exadata rack type.
43
+ */
44
+ "exadataRackType": model.ExadataRackType;
45
+ /**
46
+ * Defined tags for this resource. Each key is predefined and scoped to a namespace.
47
+ * Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
48
+ *
49
+ */
50
+ "definedTags": {
51
+ [key: string]: {
52
+ [key: string]: any;
53
+ };
54
+ };
55
+ /**
56
+ * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
57
+ * Example: `{\"bar-key\": \"value\"}`
58
+ *
59
+ */
60
+ "freeformTags": {
61
+ [key: string]: string;
62
+ };
63
+ "entitySource": string;
64
+ }
65
+ export declare namespace ExadataConfigurationSummary {
66
+ function getJsonObj(obj: ExadataConfigurationSummary): object;
67
+ function getDeserializedJsonObj(obj: ExadataConfigurationSummary): object;
68
+ }
@@ -0,0 +1,68 @@
1
+ "use strict";
2
+ /**
3
+ * Operations Insights API
4
+ * Use the Operations Insights API to perform data extraction operations to obtain database
5
+ resource utilization, performance statistics, and reference information. For more information,
6
+ see [About Oracle Cloud Infrastructure Operations Insights](https://docs.cloud.oracle.com/en-us/iaas/operations-insights/doc/operations-insights.html).
7
+
8
+ * OpenAPI spec version: 20200630
9
+ *
10
+ *
11
+ * NOTE: This class is auto generated by OracleSDKGenerator.
12
+ * Do not edit the class manually.
13
+ *
14
+ * Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
15
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
16
+ */
17
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
18
+ if (k2 === undefined) k2 = k;
19
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
20
+ }) : (function(o, m, k, k2) {
21
+ if (k2 === undefined) k2 = k;
22
+ o[k2] = m[k];
23
+ }));
24
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
25
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
26
+ }) : function(o, v) {
27
+ o["default"] = v;
28
+ });
29
+ var __importStar = (this && this.__importStar) || function (mod) {
30
+ if (mod && mod.__esModule) return mod;
31
+ var result = {};
32
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
33
+ __setModuleDefault(result, mod);
34
+ return result;
35
+ };
36
+ Object.defineProperty(exports, "__esModule", { value: true });
37
+ exports.ExadataConfigurationSummary = void 0;
38
+ const model = __importStar(require("../model"));
39
+ var ExadataConfigurationSummary;
40
+ (function (ExadataConfigurationSummary) {
41
+ function getJsonObj(obj) {
42
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
43
+ if ("entitySource" in obj && obj.entitySource) {
44
+ switch (obj.entitySource) {
45
+ case "EM_MANAGED_EXTERNAL_EXADATA":
46
+ return model.ExadataDatabaseMachineConfigurationSummary.getJsonObj(jsonObj, true);
47
+ default:
48
+ throw Error("Unknown value for: " + obj.entitySource);
49
+ }
50
+ }
51
+ return jsonObj;
52
+ }
53
+ ExadataConfigurationSummary.getJsonObj = getJsonObj;
54
+ function getDeserializedJsonObj(obj) {
55
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
56
+ if ("entitySource" in obj && obj.entitySource) {
57
+ switch (obj.entitySource) {
58
+ case "EM_MANAGED_EXTERNAL_EXADATA":
59
+ return model.ExadataDatabaseMachineConfigurationSummary.getDeserializedJsonObj(jsonObj, true);
60
+ default:
61
+ throw Error("Unknown value for: " + obj.entitySource);
62
+ }
63
+ }
64
+ return jsonObj;
65
+ }
66
+ ExadataConfigurationSummary.getDeserializedJsonObj = getDeserializedJsonObj;
67
+ })(ExadataConfigurationSummary = exports.ExadataConfigurationSummary || (exports.ExadataConfigurationSummary = {}));
68
+ //# sourceMappingURL=exadata-configuration-summary.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"exadata-configuration-summary.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/model/exadata-configuration-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA+ClC,IAAiB,2BAA2B,CAiC3C;AAjCD,WAAiB,2BAA2B;IAC1C,SAAgB,UAAU,CAAC,GAAgC;QACzD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,cAAc,IAAI,GAAG,IAAI,GAAG,CAAC,YAAY,EAAE;YAC7C,QAAQ,GAAG,CAAC,YAAY,EAAE;gBACxB,KAAK,6BAA6B;oBAChC,OAAO,KAAK,CAAC,0CAA0C,CAAC,UAAU,CACL,OAAQ,EACnE,IAAI,CACL,CAAC;gBACJ;oBACE,MAAM,KAAK,CAAC,qBAAqB,GAAG,GAAG,CAAC,YAAY,CAAC,CAAC;aACzD;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IAfe,sCAAU,aAezB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAgC;QACrE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,cAAc,IAAI,GAAG,IAAI,GAAG,CAAC,YAAY,EAAE;YAC7C,QAAQ,GAAG,CAAC,YAAY,EAAE;gBACxB,KAAK,6BAA6B;oBAChC,OAAO,KAAK,CAAC,0CAA0C,CAAC,sBAAsB,CACjB,OAAQ,EACnE,IAAI,CACL,CAAC;gBACJ;oBACE,MAAM,KAAK,CAAC,qBAAqB,GAAG,GAAG,CAAC,YAAY,CAAC,CAAC;aACzD;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IAfe,kDAAsB,yBAerC,CAAA;AACH,CAAC,EAjCgB,2BAA2B,GAA3B,mCAA2B,KAA3B,mCAA2B,QAiC3C"}
@@ -0,0 +1,35 @@
1
+ /**
2
+ * Operations Insights API
3
+ * Use the Operations Insights API to perform data extraction operations to obtain database
4
+ resource utilization, performance statistics, and reference information. For more information,
5
+ see [About Oracle Cloud Infrastructure Operations Insights](https://docs.cloud.oracle.com/en-us/iaas/operations-insights/doc/operations-insights.html).
6
+
7
+ * OpenAPI spec version: 20200630
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OracleSDKGenerator.
11
+ * Do not edit the class manually.
12
+ *
13
+ * Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
14
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
15
+ */
16
+ import * as model from "../model";
17
+ /**
18
+ * Configuration summary of a database machine.
19
+ */
20
+ export interface ExadataDatabaseMachineConfigurationSummary extends model.ExadataConfigurationSummary {
21
+ /**
22
+ * Enterprise Manager Unique Identifier
23
+ */
24
+ "enterpriseManagerIdentifier": string;
25
+ /**
26
+ * OPSI Enterprise Manager Bridge OCID
27
+ */
28
+ "enterpriseManagerBridgeId": string;
29
+ "entitySource": string;
30
+ }
31
+ export declare namespace ExadataDatabaseMachineConfigurationSummary {
32
+ function getJsonObj(obj: ExadataDatabaseMachineConfigurationSummary, isParentJsonObj?: boolean): object;
33
+ const entitySource = "EM_MANAGED_EXTERNAL_EXADATA";
34
+ function getDeserializedJsonObj(obj: ExadataDatabaseMachineConfigurationSummary, isParentJsonObj?: boolean): object;
35
+ }
@@ -0,0 +1,57 @@
1
+ "use strict";
2
+ /**
3
+ * Operations Insights API
4
+ * Use the Operations Insights API to perform data extraction operations to obtain database
5
+ resource utilization, performance statistics, and reference information. For more information,
6
+ see [About Oracle Cloud Infrastructure Operations Insights](https://docs.cloud.oracle.com/en-us/iaas/operations-insights/doc/operations-insights.html).
7
+
8
+ * OpenAPI spec version: 20200630
9
+ *
10
+ *
11
+ * NOTE: This class is auto generated by OracleSDKGenerator.
12
+ * Do not edit the class manually.
13
+ *
14
+ * Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
15
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
16
+ */
17
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
18
+ if (k2 === undefined) k2 = k;
19
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
20
+ }) : (function(o, m, k, k2) {
21
+ if (k2 === undefined) k2 = k;
22
+ o[k2] = m[k];
23
+ }));
24
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
25
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
26
+ }) : function(o, v) {
27
+ o["default"] = v;
28
+ });
29
+ var __importStar = (this && this.__importStar) || function (mod) {
30
+ if (mod && mod.__esModule) return mod;
31
+ var result = {};
32
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
33
+ __setModuleDefault(result, mod);
34
+ return result;
35
+ };
36
+ Object.defineProperty(exports, "__esModule", { value: true });
37
+ exports.ExadataDatabaseMachineConfigurationSummary = void 0;
38
+ const model = __importStar(require("../model"));
39
+ var ExadataDatabaseMachineConfigurationSummary;
40
+ (function (ExadataDatabaseMachineConfigurationSummary) {
41
+ function getJsonObj(obj, isParentJsonObj) {
42
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
43
+ ? obj
44
+ : model.ExadataConfigurationSummary.getJsonObj(obj))), {});
45
+ return jsonObj;
46
+ }
47
+ ExadataDatabaseMachineConfigurationSummary.getJsonObj = getJsonObj;
48
+ ExadataDatabaseMachineConfigurationSummary.entitySource = "EM_MANAGED_EXTERNAL_EXADATA";
49
+ function getDeserializedJsonObj(obj, isParentJsonObj) {
50
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
51
+ ? obj
52
+ : model.ExadataConfigurationSummary.getDeserializedJsonObj(obj))), {});
53
+ return jsonObj;
54
+ }
55
+ ExadataDatabaseMachineConfigurationSummary.getDeserializedJsonObj = getDeserializedJsonObj;
56
+ })(ExadataDatabaseMachineConfigurationSummary = exports.ExadataDatabaseMachineConfigurationSummary || (exports.ExadataDatabaseMachineConfigurationSummary = {}));
57
+ //# sourceMappingURL=exadata-database-machine-configuration-summary.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"exadata-database-machine-configuration-summary.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/model/exadata-database-machine-configuration-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAoBlC,IAAiB,0CAA0C,CAgC1D;AAhCD,WAAiB,0CAA0C;IACzD,SAAgB,UAAU,CACxB,GAA+C,EAC/C,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,2BAA2B,CAAC,UAAU,CAC3C,GAAG,CAC2C,CAAC,GAClD,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,qDAAU,aAczB,CAAA;IACY,uDAAY,GAAG,6BAA6B,CAAC;IAC1D,SAAgB,sBAAsB,CACpC,GAA+C,EAC/C,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,2BAA2B,CAAC,sBAAsB,CACvD,GAAG,CAC2C,CAAC,GAClD,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,iEAAsB,yBAcrC,CAAA;AACH,CAAC,EAhCgB,0CAA0C,GAA1C,kDAA0C,KAA1C,kDAA0C,QAgC1D"}
@@ -0,0 +1,29 @@
1
+ /**
2
+ * Operations Insights API
3
+ * Use the Operations Insights API to perform data extraction operations to obtain database
4
+ resource utilization, performance statistics, and reference information. For more information,
5
+ see [About Oracle Cloud Infrastructure Operations Insights](https://docs.cloud.oracle.com/en-us/iaas/operations-insights/doc/operations-insights.html).
6
+
7
+ * OpenAPI spec version: 20200630
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OracleSDKGenerator.
11
+ * Do not edit the class manually.
12
+ *
13
+ * Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
14
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
15
+ */
16
+ import * as model from "../model";
17
+ /**
18
+ * Database details and statistics.
19
+ */
20
+ export interface ExadataDatabaseStatisticsSummary extends model.ExadataInsightResourceStatisticsAggregation {
21
+ "resourceDetails": model.DatabaseDetails;
22
+ "currentStatistics": model.ExadataInsightResourceStatistics;
23
+ "exadataResourceType": string;
24
+ }
25
+ export declare namespace ExadataDatabaseStatisticsSummary {
26
+ function getJsonObj(obj: ExadataDatabaseStatisticsSummary, isParentJsonObj?: boolean): object;
27
+ const exadataResourceType = "DATABASE";
28
+ function getDeserializedJsonObj(obj: ExadataDatabaseStatisticsSummary, isParentJsonObj?: boolean): object;
29
+ }
@@ -0,0 +1,71 @@
1
+ "use strict";
2
+ /**
3
+ * Operations Insights API
4
+ * Use the Operations Insights API to perform data extraction operations to obtain database
5
+ resource utilization, performance statistics, and reference information. For more information,
6
+ see [About Oracle Cloud Infrastructure Operations Insights](https://docs.cloud.oracle.com/en-us/iaas/operations-insights/doc/operations-insights.html).
7
+
8
+ * OpenAPI spec version: 20200630
9
+ *
10
+ *
11
+ * NOTE: This class is auto generated by OracleSDKGenerator.
12
+ * Do not edit the class manually.
13
+ *
14
+ * Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
15
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
16
+ */
17
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
18
+ if (k2 === undefined) k2 = k;
19
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
20
+ }) : (function(o, m, k, k2) {
21
+ if (k2 === undefined) k2 = k;
22
+ o[k2] = m[k];
23
+ }));
24
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
25
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
26
+ }) : function(o, v) {
27
+ o["default"] = v;
28
+ });
29
+ var __importStar = (this && this.__importStar) || function (mod) {
30
+ if (mod && mod.__esModule) return mod;
31
+ var result = {};
32
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
33
+ __setModuleDefault(result, mod);
34
+ return result;
35
+ };
36
+ Object.defineProperty(exports, "__esModule", { value: true });
37
+ exports.ExadataDatabaseStatisticsSummary = void 0;
38
+ const model = __importStar(require("../model"));
39
+ var ExadataDatabaseStatisticsSummary;
40
+ (function (ExadataDatabaseStatisticsSummary) {
41
+ function getJsonObj(obj, isParentJsonObj) {
42
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
43
+ ? obj
44
+ : model.ExadataInsightResourceStatisticsAggregation.getJsonObj(obj))), {
45
+ "resourceDetails": obj.resourceDetails
46
+ ? model.DatabaseDetails.getJsonObj(obj.resourceDetails)
47
+ : undefined,
48
+ "currentStatistics": obj.currentStatistics
49
+ ? model.ExadataInsightResourceStatistics.getJsonObj(obj.currentStatistics)
50
+ : undefined
51
+ });
52
+ return jsonObj;
53
+ }
54
+ ExadataDatabaseStatisticsSummary.getJsonObj = getJsonObj;
55
+ ExadataDatabaseStatisticsSummary.exadataResourceType = "DATABASE";
56
+ function getDeserializedJsonObj(obj, isParentJsonObj) {
57
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
58
+ ? obj
59
+ : model.ExadataInsightResourceStatisticsAggregation.getDeserializedJsonObj(obj))), {
60
+ "resourceDetails": obj.resourceDetails
61
+ ? model.DatabaseDetails.getDeserializedJsonObj(obj.resourceDetails)
62
+ : undefined,
63
+ "currentStatistics": obj.currentStatistics
64
+ ? model.ExadataInsightResourceStatistics.getDeserializedJsonObj(obj.currentStatistics)
65
+ : undefined
66
+ });
67
+ return jsonObj;
68
+ }
69
+ ExadataDatabaseStatisticsSummary.getDeserializedJsonObj = getDeserializedJsonObj;
70
+ })(ExadataDatabaseStatisticsSummary = exports.ExadataDatabaseStatisticsSummary || (exports.ExadataDatabaseStatisticsSummary = {}));
71
+ //# sourceMappingURL=exadata-database-statistics-summary.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"exadata-database-statistics-summary.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/model/exadata-database-statistics-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAclC,IAAiB,gCAAgC,CA8ChD;AA9CD,WAAiB,gCAAgC;IAC/C,SAAgB,UAAU,CACxB,GAAqC,EACrC,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,2CAA2C,CAAC,UAAU,CAC3D,GAAG,CACiC,CAAC,GACxC;YACD,iBAAiB,EAAE,GAAG,CAAC,eAAe;gBACpC,CAAC,CAAC,KAAK,CAAC,eAAe,CAAC,UAAU,CAAC,GAAG,CAAC,eAAe,CAAC;gBACvD,CAAC,CAAC,SAAS;YACb,mBAAmB,EAAE,GAAG,CAAC,iBAAiB;gBACxC,CAAC,CAAC,KAAK,CAAC,gCAAgC,CAAC,UAAU,CAAC,GAAG,CAAC,iBAAiB,CAAC;gBAC1E,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IArBe,2CAAU,aAqBzB,CAAA;IACY,oDAAmB,GAAG,UAAU,CAAC;IAC9C,SAAgB,sBAAsB,CACpC,GAAqC,EACrC,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,2CAA2C,CAAC,sBAAsB,CACvE,GAAG,CACiC,CAAC,GACxC;YACD,iBAAiB,EAAE,GAAG,CAAC,eAAe;gBACpC,CAAC,CAAC,KAAK,CAAC,eAAe,CAAC,sBAAsB,CAAC,GAAG,CAAC,eAAe,CAAC;gBACnE,CAAC,CAAC,SAAS;YACb,mBAAmB,EAAE,GAAG,CAAC,iBAAiB;gBACxC,CAAC,CAAC,KAAK,CAAC,gCAAgC,CAAC,sBAAsB,CAAC,GAAG,CAAC,iBAAiB,CAAC;gBACtF,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IArBe,uDAAsB,yBAqBrC,CAAA;AACH,CAAC,EA9CgB,gCAAgC,GAAhC,wCAAgC,KAAhC,wCAAgC,QA8ChD"}
@@ -0,0 +1,32 @@
1
+ /**
2
+ * Operations Insights API
3
+ * Use the Operations Insights API to perform data extraction operations to obtain database
4
+ resource utilization, performance statistics, and reference information. For more information,
5
+ see [About Oracle Cloud Infrastructure Operations Insights](https://docs.cloud.oracle.com/en-us/iaas/operations-insights/doc/operations-insights.html).
6
+
7
+ * OpenAPI spec version: 20200630
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OracleSDKGenerator.
11
+ * Do not edit the class manually.
12
+ *
13
+ * Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
14
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
15
+ */
16
+ /**
17
+ * Partial information about the exadata which includes id and name.
18
+ */
19
+ export interface ExadataDetails {
20
+ /**
21
+ * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of exadata insight resource.
22
+ */
23
+ "id": string;
24
+ /**
25
+ * Name of exadata insight resource.
26
+ */
27
+ "name": string;
28
+ }
29
+ export declare namespace ExadataDetails {
30
+ function getJsonObj(obj: ExadataDetails): object;
31
+ function getDeserializedJsonObj(obj: ExadataDetails): object;
32
+ }
@@ -0,0 +1,32 @@
1
+ "use strict";
2
+ /**
3
+ * Operations Insights API
4
+ * Use the Operations Insights API to perform data extraction operations to obtain database
5
+ resource utilization, performance statistics, and reference information. For more information,
6
+ see [About Oracle Cloud Infrastructure Operations Insights](https://docs.cloud.oracle.com/en-us/iaas/operations-insights/doc/operations-insights.html).
7
+
8
+ * OpenAPI spec version: 20200630
9
+ *
10
+ *
11
+ * NOTE: This class is auto generated by OracleSDKGenerator.
12
+ * Do not edit the class manually.
13
+ *
14
+ * Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
15
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
16
+ */
17
+ Object.defineProperty(exports, "__esModule", { value: true });
18
+ exports.ExadataDetails = void 0;
19
+ var ExadataDetails;
20
+ (function (ExadataDetails) {
21
+ function getJsonObj(obj) {
22
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
23
+ return jsonObj;
24
+ }
25
+ ExadataDetails.getJsonObj = getJsonObj;
26
+ function getDeserializedJsonObj(obj) {
27
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
28
+ return jsonObj;
29
+ }
30
+ ExadataDetails.getDeserializedJsonObj = getDeserializedJsonObj;
31
+ })(ExadataDetails = exports.ExadataDetails || (exports.ExadataDetails = {}));
32
+ //# sourceMappingURL=exadata-details.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"exadata-details.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/model/exadata-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;AAmBH,IAAiB,cAAc,CAW9B;AAXD,WAAiB,cAAc;IAC7B,SAAgB,UAAU,CAAC,GAAmB;QAC5C,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,yBAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAmB;QACxD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,qCAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,cAAc,GAAd,sBAAc,KAAd,sBAAc,QAW9B"}