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,50 @@
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
+ * Object containing instance metrics.
18
+ */
19
+ export interface InstanceMetrics {
20
+ /**
21
+ * The hostname of the database insight resource.
22
+ */
23
+ "hostName"?: string;
24
+ /**
25
+ * The instance name of the database insight resource.
26
+ */
27
+ "instanceName"?: string;
28
+ /**
29
+ * Total amount used of the resource metric type (CPU, STORAGE).
30
+ * Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
31
+ */
32
+ "usage"?: number;
33
+ /**
34
+ * The maximum allocated amount of the resource metric type (CPU, STORAGE).
35
+ * Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
36
+ */
37
+ "capacity"?: number;
38
+ /**
39
+ * Resource utilization in percentage Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
40
+ */
41
+ "utilizationPercent"?: number;
42
+ /**
43
+ * Change in resource utilization in percentage Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
44
+ */
45
+ "usageChangePercent"?: number;
46
+ }
47
+ export declare namespace InstanceMetrics {
48
+ function getJsonObj(obj: InstanceMetrics): object;
49
+ function getDeserializedJsonObj(obj: InstanceMetrics): object;
50
+ }
@@ -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.InstanceMetrics = void 0;
19
+ var InstanceMetrics;
20
+ (function (InstanceMetrics) {
21
+ function getJsonObj(obj) {
22
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
23
+ return jsonObj;
24
+ }
25
+ InstanceMetrics.getJsonObj = getJsonObj;
26
+ function getDeserializedJsonObj(obj) {
27
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
28
+ return jsonObj;
29
+ }
30
+ InstanceMetrics.getDeserializedJsonObj = getDeserializedJsonObj;
31
+ })(InstanceMetrics = exports.InstanceMetrics || (exports.InstanceMetrics = {}));
32
+ //# sourceMappingURL=instance-metrics.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"instance-metrics.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/model/instance-metrics.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;AAqCH,IAAiB,eAAe,CAW/B;AAXD,WAAiB,eAAe;IAC9B,SAAgB,UAAU,CAAC,GAAoB;QAC7C,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,0BAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAoB;QACzD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,sCAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,eAAe,GAAf,uBAAe,KAAf,uBAAe,QAW/B"}
@@ -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 Macs Managed External host.
19
+ */
20
+ export interface MacsManagedExternalHostConfigurationSummary extends model.HostConfigurationSummary {
21
+ /**
22
+ * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Management Agent
23
+ */
24
+ "managementAgentId": string;
25
+ /**
26
+ * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of External Database Connector
27
+ */
28
+ "connectorId"?: string;
29
+ "entitySource": string;
30
+ }
31
+ export declare namespace MacsManagedExternalHostConfigurationSummary {
32
+ function getJsonObj(obj: MacsManagedExternalHostConfigurationSummary, isParentJsonObj?: boolean): object;
33
+ const entitySource = "MACS_MANAGED_EXTERNAL_HOST";
34
+ function getDeserializedJsonObj(obj: MacsManagedExternalHostConfigurationSummary, 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.MacsManagedExternalHostConfigurationSummary = void 0;
38
+ const model = __importStar(require("../model"));
39
+ var MacsManagedExternalHostConfigurationSummary;
40
+ (function (MacsManagedExternalHostConfigurationSummary) {
41
+ function getJsonObj(obj, isParentJsonObj) {
42
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
43
+ ? obj
44
+ : model.HostConfigurationSummary.getJsonObj(obj))), {});
45
+ return jsonObj;
46
+ }
47
+ MacsManagedExternalHostConfigurationSummary.getJsonObj = getJsonObj;
48
+ MacsManagedExternalHostConfigurationSummary.entitySource = "MACS_MANAGED_EXTERNAL_HOST";
49
+ function getDeserializedJsonObj(obj, isParentJsonObj) {
50
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
51
+ ? obj
52
+ : model.HostConfigurationSummary.getDeserializedJsonObj(obj))), {});
53
+ return jsonObj;
54
+ }
55
+ MacsManagedExternalHostConfigurationSummary.getDeserializedJsonObj = getDeserializedJsonObj;
56
+ })(MacsManagedExternalHostConfigurationSummary = exports.MacsManagedExternalHostConfigurationSummary || (exports.MacsManagedExternalHostConfigurationSummary = {}));
57
+ //# sourceMappingURL=macs-managed-external-host-configuration-summary.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"macs-managed-external-host-configuration-summary.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/model/macs-managed-external-host-configuration-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAoBlC,IAAiB,2CAA2C,CAgC3D;AAhCD,WAAiB,2CAA2C;IAC1D,SAAgB,UAAU,CACxB,GAAgD,EAChD,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,wBAAwB,CAAC,UAAU,CACxC,GAAG,CAC4C,CAAC,GACnD,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,sDAAU,aAczB,CAAA;IACY,wDAAY,GAAG,4BAA4B,CAAC;IACzD,SAAgB,sBAAsB,CACpC,GAAgD,EAChD,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,wBAAwB,CAAC,sBAAsB,CACpD,GAAG,CAC4C,CAAC,GACnD,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,kEAAsB,yBAcrC,CAAA;AACH,CAAC,EAhCgB,2CAA2C,GAA3C,mDAA2C,KAA3C,mDAA2C,QAgC3D"}
@@ -19,6 +19,7 @@ see [About Oracle Cloud Infrastructure Operations Insights](https://docs.cloud.o
19
19
  export declare enum OperationStatus {
20
20
  Accepted = "ACCEPTED",
21
21
  InProgress = "IN_PROGRESS",
22
+ Waiting = "WAITING",
22
23
  Failed = "FAILED",
23
24
  Succeeded = "SUCCEEDED",
24
25
  Canceling = "CANCELING",
@@ -23,6 +23,7 @@ var OperationStatus;
23
23
  (function (OperationStatus) {
24
24
  OperationStatus["Accepted"] = "ACCEPTED";
25
25
  OperationStatus["InProgress"] = "IN_PROGRESS";
26
+ OperationStatus["Waiting"] = "WAITING";
26
27
  OperationStatus["Failed"] = "FAILED";
27
28
  OperationStatus["Succeeded"] = "SUCCEEDED";
28
29
  OperationStatus["Canceling"] = "CANCELING";
@@ -1 +1 @@
1
- {"version":3,"file":"operation-status.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/model/operation-status.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;AAKH;;IAEI;AACJ,IAAY,eAaX;AAbD,WAAY,eAAe;IACzB,wCAAqB,CAAA;IACrB,6CAA0B,CAAA;IAC1B,oCAAiB,CAAA;IACjB,0CAAuB,CAAA;IACvB,0CAAuB,CAAA;IACvB,wCAAqB,CAAA;IAErB;;;OAGG;IACH,iDAA8B,CAAA;AAChC,CAAC,EAbW,eAAe,GAAf,uBAAe,KAAf,uBAAe,QAa1B;AAED,WAAiB,eAAe;IAC9B,SAAgB,UAAU,CAAC,GAAoB;QAC7C,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,0BAAU,aAEzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAoB;QACzD,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,sCAAsB,yBAErC,CAAA;AACH,CAAC,EAPgB,eAAe,GAAf,uBAAe,KAAf,uBAAe,QAO/B"}
1
+ {"version":3,"file":"operation-status.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/model/operation-status.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;AAKH;;IAEI;AACJ,IAAY,eAcX;AAdD,WAAY,eAAe;IACzB,wCAAqB,CAAA;IACrB,6CAA0B,CAAA;IAC1B,sCAAmB,CAAA;IACnB,oCAAiB,CAAA;IACjB,0CAAuB,CAAA;IACvB,0CAAuB,CAAA;IACvB,wCAAqB,CAAA;IAErB;;;OAGG;IACH,iDAA8B,CAAA;AAChC,CAAC,EAdW,eAAe,GAAf,uBAAe,KAAf,uBAAe,QAc1B;AAED,WAAiB,eAAe;IAC9B,SAAgB,UAAU,CAAC,GAAoB;QAC7C,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,0BAAU,aAEzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAoB;QACzD,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,sCAAsB,yBAErC,CAAA;AACH,CAAC,EAPgB,eAAe,GAAf,uBAAe,KAAf,uBAAe,QAO/B"}
@@ -33,6 +33,14 @@ export declare enum OperationType {
33
33
  CreateHostInsight = "CREATE_HOST_INSIGHT",
34
34
  MoveHostInsight = "MOVE_HOST_INSIGHT",
35
35
  DeleteHostInsight = "DELETE_HOST_INSIGHT",
36
+ CreateExadataInsight = "CREATE_EXADATA_INSIGHT",
37
+ EnableExadataInsight = "ENABLE_EXADATA_INSIGHT",
38
+ DisableExadataInsight = "DISABLE_EXADATA_INSIGHT",
39
+ UpdateExadataInsight = "UPDATE_EXADATA_INSIGHT",
40
+ MoveExadataInsight = "MOVE_EXADATA_INSIGHT",
41
+ DeleteExadataInsight = "DELETE_EXADATA_INSIGHT",
42
+ AddExadataInsightMembers = "ADD_EXADATA_INSIGHT_MEMBERS",
43
+ ExadataAutoSync = "EXADATA_AUTO_SYNC",
36
44
  /**
37
45
  * This value is used if a service returns a value for this enum that is not recognized by this
38
46
  * version of the SDK.
@@ -37,6 +37,14 @@ var OperationType;
37
37
  OperationType["CreateHostInsight"] = "CREATE_HOST_INSIGHT";
38
38
  OperationType["MoveHostInsight"] = "MOVE_HOST_INSIGHT";
39
39
  OperationType["DeleteHostInsight"] = "DELETE_HOST_INSIGHT";
40
+ OperationType["CreateExadataInsight"] = "CREATE_EXADATA_INSIGHT";
41
+ OperationType["EnableExadataInsight"] = "ENABLE_EXADATA_INSIGHT";
42
+ OperationType["DisableExadataInsight"] = "DISABLE_EXADATA_INSIGHT";
43
+ OperationType["UpdateExadataInsight"] = "UPDATE_EXADATA_INSIGHT";
44
+ OperationType["MoveExadataInsight"] = "MOVE_EXADATA_INSIGHT";
45
+ OperationType["DeleteExadataInsight"] = "DELETE_EXADATA_INSIGHT";
46
+ OperationType["AddExadataInsightMembers"] = "ADD_EXADATA_INSIGHT_MEMBERS";
47
+ OperationType["ExadataAutoSync"] = "EXADATA_AUTO_SYNC";
40
48
  /**
41
49
  * This value is used if a service returns a value for this enum that is not recognized by this
42
50
  * version of the SDK.
@@ -1 +1 @@
1
- {"version":3,"file":"operation-type.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/model/operation-type.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;AAKH;;IAEI;AACJ,IAAY,aAuBX;AAvBD,WAAY,aAAa;IACvB,kEAAiD,CAAA;IACjD,oEAAmD,CAAA;IACnD,kEAAiD,CAAA;IACjD,kEAAiD,CAAA;IACjD,8DAA6C,CAAA;IAC7C,kEAAiD,CAAA;IACjD,mFAAkE,CAAA;IAClE,mFAAkE,CAAA;IAClE,+EAA8D,CAAA;IAC9D,mFAAkE,CAAA;IAClE,0DAAyC,CAAA;IACzC,4DAA2C,CAAA;IAC3C,0DAAyC,CAAA;IACzC,0DAAyC,CAAA;IACzC,sDAAqC,CAAA;IACrC,0DAAyC,CAAA;IAEzC;;;OAGG;IACH,+CAA8B,CAAA;AAChC,CAAC,EAvBW,aAAa,GAAb,qBAAa,KAAb,qBAAa,QAuBxB;AAED,WAAiB,aAAa;IAC5B,SAAgB,UAAU,CAAC,GAAkB;QAC3C,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,wBAAU,aAEzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAkB;QACvD,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,oCAAsB,yBAErC,CAAA;AACH,CAAC,EAPgB,aAAa,GAAb,qBAAa,KAAb,qBAAa,QAO7B"}
1
+ {"version":3,"file":"operation-type.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/model/operation-type.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;AAKH;;IAEI;AACJ,IAAY,aA+BX;AA/BD,WAAY,aAAa;IACvB,kEAAiD,CAAA;IACjD,oEAAmD,CAAA;IACnD,kEAAiD,CAAA;IACjD,kEAAiD,CAAA;IACjD,8DAA6C,CAAA;IAC7C,kEAAiD,CAAA;IACjD,mFAAkE,CAAA;IAClE,mFAAkE,CAAA;IAClE,+EAA8D,CAAA;IAC9D,mFAAkE,CAAA;IAClE,0DAAyC,CAAA;IACzC,4DAA2C,CAAA;IAC3C,0DAAyC,CAAA;IACzC,0DAAyC,CAAA;IACzC,sDAAqC,CAAA;IACrC,0DAAyC,CAAA;IACzC,gEAA+C,CAAA;IAC/C,gEAA+C,CAAA;IAC/C,kEAAiD,CAAA;IACjD,gEAA+C,CAAA;IAC/C,4DAA2C,CAAA;IAC3C,gEAA+C,CAAA;IAC/C,yEAAwD,CAAA;IACxD,sDAAqC,CAAA;IAErC;;;OAGG;IACH,+CAA8B,CAAA;AAChC,CAAC,EA/BW,aAAa,GAAb,qBAAa,KAAb,qBAAa,QA+BxB;AAED,WAAiB,aAAa;IAC5B,SAAgB,UAAU,CAAC,GAAkB;QAC3C,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,wBAAU,aAEzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAkB;QACvD,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,oCAAsB,yBAErC,CAAA;AACH,CAAC,EAPgB,aAAa,GAAb,qBAAa,KAAb,qBAAa,QAO7B"}
@@ -13,6 +13,7 @@ see [About Oracle Cloud Infrastructure Operations Insights](https://docs.cloud.o
13
13
  * Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
14
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
15
  */
16
+ import * as model from "../model";
16
17
  /**
17
18
  * Contains resource statistics with usage unit
18
19
  */
@@ -44,6 +45,10 @@ export interface ResourceStatistics {
44
45
  * Change in resource utilization in percentage Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
45
46
  */
46
47
  "usageChangePercent": number;
48
+ /**
49
+ * Array of instance metrics
50
+ */
51
+ "instanceMetrics"?: Array<model.InstanceMetrics>;
47
52
  }
48
53
  export declare namespace ResourceStatistics {
49
54
  function getJsonObj(obj: ResourceStatistics): object;
@@ -14,17 +14,49 @@ see [About Oracle Cloud Infrastructure Operations Insights](https://docs.cloud.o
14
14
  * Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
15
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
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
+ };
17
36
  Object.defineProperty(exports, "__esModule", { value: true });
18
37
  exports.ResourceStatistics = void 0;
38
+ const model = __importStar(require("../model"));
19
39
  var ResourceStatistics;
20
40
  (function (ResourceStatistics) {
21
41
  function getJsonObj(obj) {
22
- const jsonObj = Object.assign(Object.assign({}, obj), {});
42
+ const jsonObj = Object.assign(Object.assign({}, obj), {
43
+ "instanceMetrics": obj.instanceMetrics
44
+ ? obj.instanceMetrics.map(item => {
45
+ return model.InstanceMetrics.getJsonObj(item);
46
+ })
47
+ : undefined
48
+ });
23
49
  return jsonObj;
24
50
  }
25
51
  ResourceStatistics.getJsonObj = getJsonObj;
26
52
  function getDeserializedJsonObj(obj) {
27
- const jsonObj = Object.assign(Object.assign({}, obj), {});
53
+ const jsonObj = Object.assign(Object.assign({}, obj), {
54
+ "instanceMetrics": obj.instanceMetrics
55
+ ? obj.instanceMetrics.map(item => {
56
+ return model.InstanceMetrics.getDeserializedJsonObj(item);
57
+ })
58
+ : undefined
59
+ });
28
60
  return jsonObj;
29
61
  }
30
62
  ResourceStatistics.getDeserializedJsonObj = getDeserializedJsonObj;
@@ -1 +1 @@
1
- {"version":3,"file":"resource-statistics.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/model/resource-statistics.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;AAsCH,IAAiB,kBAAkB,CAWlC;AAXD,WAAiB,kBAAkB;IACjC,SAAgB,UAAU,CAAC,GAAuB;QAChD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,6BAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAuB;QAC5D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,yCAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,kBAAkB,GAAlB,0BAAkB,KAAlB,0BAAkB,QAWlC"}
1
+ {"version":3,"file":"resource-statistics.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/model/resource-statistics.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAwClC,IAAiB,kBAAkB,CA6BlC;AA7BD,WAAiB,kBAAkB;IACjC,SAAgB,UAAU,CAAC,GAAuB;QAChD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,iBAAiB,EAAE,GAAG,CAAC,eAAe;gBACpC,CAAC,CAAC,GAAG,CAAC,eAAe,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC7B,OAAO,KAAK,CAAC,eAAe,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAChD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,6BAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAuB;QAC5D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,iBAAiB,EAAE,GAAG,CAAC,eAAe;gBACpC,CAAC,CAAC,GAAG,CAAC,eAAe,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC7B,OAAO,KAAK,CAAC,eAAe,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAC5D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,yCAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,kBAAkB,GAAlB,0BAAkB,KAAlB,0BAAkB,QA6BlC"}
@@ -0,0 +1,46 @@
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
+ * Contains resource usage summary
18
+ */
19
+ export interface ResourceUsageSummary {
20
+ /**
21
+ * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Exadata insight.
22
+ */
23
+ "exadataInsightId": string;
24
+ /**
25
+ * Total amount used of the resource metric type (CPU, STORAGE).
26
+ * Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
27
+ */
28
+ "usage": number;
29
+ /**
30
+ * The maximum allocated amount of the resource metric type (CPU, STORAGE).
31
+ * Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
32
+ */
33
+ "capacity": number;
34
+ /**
35
+ * Resource utilization in percentage Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
36
+ */
37
+ "utilizationPercent": number;
38
+ /**
39
+ * Change in resource utilization in percentage Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
40
+ */
41
+ "usageChangePercent": number;
42
+ }
43
+ export declare namespace ResourceUsageSummary {
44
+ function getJsonObj(obj: ResourceUsageSummary): object;
45
+ function getDeserializedJsonObj(obj: ResourceUsageSummary): object;
46
+ }
@@ -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.ResourceUsageSummary = void 0;
19
+ var ResourceUsageSummary;
20
+ (function (ResourceUsageSummary) {
21
+ function getJsonObj(obj) {
22
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
23
+ return jsonObj;
24
+ }
25
+ ResourceUsageSummary.getJsonObj = getJsonObj;
26
+ function getDeserializedJsonObj(obj) {
27
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
28
+ return jsonObj;
29
+ }
30
+ ResourceUsageSummary.getDeserializedJsonObj = getDeserializedJsonObj;
31
+ })(ResourceUsageSummary = exports.ResourceUsageSummary || (exports.ResourceUsageSummary = {}));
32
+ //# sourceMappingURL=resource-usage-summary.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"resource-usage-summary.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/model/resource-usage-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;AAiCH,IAAiB,oBAAoB,CAWpC;AAXD,WAAiB,oBAAoB;IACnC,SAAgB,UAAU,CAAC,GAAyB;QAClD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,+BAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAyB;QAC9D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,2CAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,oBAAoB,GAApB,4BAAoB,KAApB,4BAAoB,QAWpC"}
@@ -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 a storage server which includes name and displayName.
18
+ */
19
+ export interface StorageServerDetails {
20
+ /**
21
+ * The storage server name.
22
+ */
23
+ "storageServerName": string;
24
+ /**
25
+ * The user-friendly name for the storage server. The name does not have to be unique.
26
+ */
27
+ "storageServerDisplayName": string;
28
+ }
29
+ export declare namespace StorageServerDetails {
30
+ function getJsonObj(obj: StorageServerDetails): object;
31
+ function getDeserializedJsonObj(obj: StorageServerDetails): 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.StorageServerDetails = void 0;
19
+ var StorageServerDetails;
20
+ (function (StorageServerDetails) {
21
+ function getJsonObj(obj) {
22
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
23
+ return jsonObj;
24
+ }
25
+ StorageServerDetails.getJsonObj = getJsonObj;
26
+ function getDeserializedJsonObj(obj) {
27
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
28
+ return jsonObj;
29
+ }
30
+ StorageServerDetails.getDeserializedJsonObj = getDeserializedJsonObj;
31
+ })(StorageServerDetails = exports.StorageServerDetails || (exports.StorageServerDetails = {}));
32
+ //# sourceMappingURL=storage-server-details.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"storage-server-details.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/model/storage-server-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;AAmBH,IAAiB,oBAAoB,CAWpC;AAXD,WAAiB,oBAAoB;IACnC,SAAgB,UAAU,CAAC,GAAyB;QAClD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,+BAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAyB;QAC9D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,2CAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,oBAAoB,GAApB,4BAAoB,KAApB,4BAAoB,QAWpC"}
@@ -0,0 +1,27 @@
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
+ * Displays exadata storage server resource metrics
18
+ **/
19
+ export declare enum StorageServer {
20
+ Storage = "STORAGE",
21
+ Iops = "IOPS",
22
+ Throughput = "THROUGHPUT"
23
+ }
24
+ export declare namespace StorageServer {
25
+ function getJsonObj(obj: StorageServer): StorageServer;
26
+ function getDeserializedJsonObj(obj: StorageServer): StorageServer;
27
+ }
@@ -0,0 +1,38 @@
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.StorageServer = void 0;
19
+ /**
20
+ * Displays exadata storage server resource metrics
21
+ **/
22
+ var StorageServer;
23
+ (function (StorageServer) {
24
+ StorageServer["Storage"] = "STORAGE";
25
+ StorageServer["Iops"] = "IOPS";
26
+ StorageServer["Throughput"] = "THROUGHPUT";
27
+ })(StorageServer = exports.StorageServer || (exports.StorageServer = {}));
28
+ (function (StorageServer) {
29
+ function getJsonObj(obj) {
30
+ return obj;
31
+ }
32
+ StorageServer.getJsonObj = getJsonObj;
33
+ function getDeserializedJsonObj(obj) {
34
+ return obj;
35
+ }
36
+ StorageServer.getDeserializedJsonObj = getDeserializedJsonObj;
37
+ })(StorageServer = exports.StorageServer || (exports.StorageServer = {}));
38
+ //# sourceMappingURL=storage-server.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"storage-server.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/model/storage-server.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;AAKH;;IAEI;AACJ,IAAY,aAIX;AAJD,WAAY,aAAa;IACvB,oCAAmB,CAAA;IACnB,8BAAa,CAAA;IACb,0CAAyB,CAAA;AAC3B,CAAC,EAJW,aAAa,GAAb,qBAAa,KAAb,qBAAa,QAIxB;AAED,WAAiB,aAAa;IAC5B,SAAgB,UAAU,CAAC,GAAkB;QAC3C,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,wBAAU,aAEzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAkB;QACvD,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,oCAAsB,yBAErC,CAAA;AACH,CAAC,EAPgB,aAAa,GAAb,qBAAa,KAAb,qBAAa,QAO7B"}
@@ -0,0 +1,83 @@
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 resource capacity trend.
19
+ *
20
+ */
21
+ export interface SummarizeExadataInsightResourceCapacityTrendAggregation {
22
+ /**
23
+ * The start timestamp that was passed into the request.
24
+ */
25
+ "timeIntervalStart": Date;
26
+ /**
27
+ * The end timestamp that was passed into the request.
28
+ */
29
+ "timeIntervalEnd": Date;
30
+ /**
31
+ * Defines the type of exadata resource metric (example: CPU, STORAGE)
32
+ *
33
+ */
34
+ "exadataResourceMetric": SummarizeExadataInsightResourceCapacityTrendAggregation.ExadataResourceMetric;
35
+ /**
36
+ * Defines the resource type for an exadata (example: DATABASE, STORAGE_SERVER, HOST, DISKGROUP)
37
+ *
38
+ */
39
+ "exadataResourceType": SummarizeExadataInsightResourceCapacityTrendAggregation.ExadataResourceType;
40
+ /**
41
+ * Identifies the units of the current resource metric (CORES, GB).
42
+ *
43
+ */
44
+ "usageUnit": model.UsageUnit;
45
+ /**
46
+ * Time duration in milliseconds between data points (one hour or one day).
47
+ * Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
48
+ */
49
+ "itemDurationInMs": number;
50
+ /**
51
+ * Capacity Data with time interval
52
+ *
53
+ */
54
+ "capacityData": Array<model.ExadataInsightResourceCapacityTrendAggregation>;
55
+ }
56
+ export declare namespace SummarizeExadataInsightResourceCapacityTrendAggregation {
57
+ enum ExadataResourceMetric {
58
+ Cpu = "CPU",
59
+ Storage = "STORAGE",
60
+ Io = "IO",
61
+ Memory = "MEMORY",
62
+ Iops = "IOPS",
63
+ Throughput = "THROUGHPUT",
64
+ /**
65
+ * This value is used if a service returns a value for this enum that is not recognized by this
66
+ * version of the SDK.
67
+ */
68
+ UnknownValue = "UNKNOWN_VALUE"
69
+ }
70
+ enum ExadataResourceType {
71
+ Database = "DATABASE",
72
+ Host = "HOST",
73
+ StorageServer = "STORAGE_SERVER",
74
+ Diskgroup = "DISKGROUP",
75
+ /**
76
+ * This value is used if a service returns a value for this enum that is not recognized by this
77
+ * version of the SDK.
78
+ */
79
+ UnknownValue = "UNKNOWN_VALUE"
80
+ }
81
+ function getJsonObj(obj: SummarizeExadataInsightResourceCapacityTrendAggregation): object;
82
+ function getDeserializedJsonObj(obj: SummarizeExadataInsightResourceCapacityTrendAggregation): object;
83
+ }