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,26 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20200630
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ exports.SummarizeExadataInsightResourceUsageRequest = void 0;
16
+ var SummarizeExadataInsightResourceUsageRequest;
17
+ (function (SummarizeExadataInsightResourceUsageRequest) {
18
+ let SortBy;
19
+ (function (SortBy) {
20
+ SortBy["UtilizationPercent"] = "utilizationPercent";
21
+ SortBy["Usage"] = "usage";
22
+ SortBy["Capacity"] = "capacity";
23
+ SortBy["UsageChangePercent"] = "usageChangePercent";
24
+ })(SortBy = SummarizeExadataInsightResourceUsageRequest.SortBy || (SummarizeExadataInsightResourceUsageRequest.SortBy = {}));
25
+ })(SummarizeExadataInsightResourceUsageRequest = exports.SummarizeExadataInsightResourceUsageRequest || (exports.SummarizeExadataInsightResourceUsageRequest = {}));
26
+ //# sourceMappingURL=summarize-exadata-insight-resource-usage-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"summarize-exadata-insight-resource-usage-request.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/request/summarize-exadata-insight-resource-usage-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA+IH,IAAiB,2CAA2C,CAO3D;AAPD,WAAiB,2CAA2C;IAC1D,IAAY,MAKX;IALD,WAAY,MAAM;QAChB,mDAAyC,CAAA;QACzC,yBAAe,CAAA;QACf,+BAAqB,CAAA;QACrB,mDAAyC,CAAA;IAC3C,CAAC,EALW,MAAM,GAAN,kDAAM,KAAN,kDAAM,QAKjB;AACH,CAAC,EAPgB,2CAA2C,GAA3C,mDAA2C,KAA3C,mDAA2C,QAO3D"}
@@ -0,0 +1,145 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20200630
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import common = require("oci-common");
14
+ /**
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/opsi/SummarizeExadataInsightResourceUtilizationInsight.ts.html |here} to see how to use SummarizeExadataInsightResourceUtilizationInsightRequest.
16
+ */
17
+ export interface SummarizeExadataInsightResourceUtilizationInsightRequest extends common.BaseRequest {
18
+ /**
19
+ * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
20
+ */
21
+ "compartmentId": string;
22
+ /**
23
+ * Filter by resource.
24
+ * Supported values are HOST , STORAGE_SERVER and DATABASE
25
+ *
26
+ */
27
+ "resourceType": string;
28
+ /**
29
+ * Filter by resource metric.
30
+ * Supported values are CPU , STORAGE, MEMORY, IO, IOPS, THROUGHPUT
31
+ *
32
+ */
33
+ "resourceMetric": string;
34
+ /**
35
+ * Specify time period in ISO 8601 format with respect to current time.
36
+ * Default is last 30 days represented by P30D.
37
+ * If timeInterval is specified, then timeIntervalStart and timeIntervalEnd will be ignored.
38
+ * Examples P90D (last 90 days), P4W (last 4 weeks), P2M (last 2 months), P1Y (last 12 months), . Maximum value allowed is 25 months prior to current time (P25M).
39
+ *
40
+ */
41
+ "analysisTimeInterval"?: string;
42
+ /**
43
+ * Analysis start time in UTC in ISO 8601 format(inclusive).
44
+ * Example 2019-10-30T00:00:00Z (yyyy-MM-ddThh:mm:ssZ).
45
+ * The minimum allowed value is 2 years prior to the current day.
46
+ * timeIntervalStart and timeIntervalEnd parameters are used together.
47
+ * If analysisTimeInterval is specified, this parameter is ignored.
48
+ *
49
+ */
50
+ "timeIntervalStart"?: Date;
51
+ /**
52
+ * Analysis end time in UTC in ISO 8601 format(exclusive).
53
+ * Example 2019-10-30T00:00:00Z (yyyy-MM-ddThh:mm:ssZ).
54
+ * timeIntervalStart and timeIntervalEnd are used together.
55
+ * If timeIntervalEnd is not specified, current time is used as timeIntervalEnd.
56
+ *
57
+ */
58
+ "timeIntervalEnd"?: Date;
59
+ /**
60
+ * Optional list of exadata insight resource [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
61
+ *
62
+ */
63
+ "exadataInsightId"?: Array<string>;
64
+ /**
65
+ * Filter by one or more Exadata types.
66
+ * Possible value are DBMACHINE, EXACS, and EXACC.
67
+ *
68
+ */
69
+ "exadataType"?: Array<string>;
70
+ /**
71
+ * Number of days used for utilization forecast analysis.
72
+ *
73
+ */
74
+ "forecastStartDay"?: number;
75
+ /**
76
+ * Number of days used for utilization forecast analysis.
77
+ *
78
+ */
79
+ "forecastDays"?: number;
80
+ /**
81
+ * Filter by one or more cdb name.
82
+ *
83
+ */
84
+ "cdbName"?: Array<string>;
85
+ /**
86
+ * Filter by hostname.
87
+ *
88
+ */
89
+ "hostName"?: Array<string>;
90
+ /**
91
+ * For list pagination. The maximum number of results per page, or items to
92
+ * return in a paginated \"List\" call.
93
+ * For important details about how pagination works, see
94
+ * [List Pagination](https://docs.cloud.oracle.com/Content/API/Concepts/usingapi.htm#nine).
95
+ * Example: `50`
96
+ *
97
+ */
98
+ "limit"?: number;
99
+ /**
100
+ * For list pagination. The value of the `opc-next-page` response header from
101
+ * the previous \"List\" call. For important details about how pagination works,
102
+ * see [List Pagination](https://docs.cloud.oracle.com/Content/API/Concepts/usingapi.htm#nine).
103
+ *
104
+ */
105
+ "page"?: string;
106
+ /**
107
+ * A list of tag filters to apply. Only resources with a defined tag matching the value will be returned.
108
+ * Each item in the list has the format \"{namespace}.{tagName}.{value}\". All inputs are case-insensitive.
109
+ * Multiple values for the same key (i.e. same namespace and tag name) are interpreted as \"OR\".
110
+ * Values for different keys (i.e. different namespaces, different tag names, or both) are interpreted as \"AND\".
111
+ *
112
+ */
113
+ "definedTagEquals"?: Array<string>;
114
+ /**
115
+ * A list of tag filters to apply. Only resources with a freeform tag matching the value will be returned.
116
+ * The key for each tag is \"{tagName}.{value}\". All inputs are case-insensitive.
117
+ * Multiple values for the same tag name are interpreted as \"OR\". Values for different tag names are interpreted as \"AND\".
118
+ *
119
+ */
120
+ "freeformTagEquals"?: Array<string>;
121
+ /**
122
+ * A list of tag existence filters to apply. Only resources for which the specified defined tags exist will be returned.
123
+ * Each item in the list has the format \"{namespace}.{tagName}.true\" (for checking existence of a defined tag)
124
+ * or \"{namespace}.true\". All inputs are case-insensitive.
125
+ * Currently, only existence (\"true\" at the end) is supported. Absence (\"false\" at the end) is not supported.
126
+ * Multiple values for the same key (i.e. same namespace and tag name) are interpreted as \"OR\".
127
+ * Values for different keys (i.e. different namespaces, different tag names, or both) are interpreted as \"AND\".
128
+ *
129
+ */
130
+ "definedTagExists"?: Array<string>;
131
+ /**
132
+ * A list of tag existence filters to apply. Only resources for which the specified freeform tags exist the value will be returned.
133
+ * The key for each tag is \"{tagName}.true\". All inputs are case-insensitive.
134
+ * Currently, only existence (\"true\" at the end) is supported. Absence (\"false\" at the end) is not supported.
135
+ * Multiple values for different tag names are interpreted as \"AND\".
136
+ *
137
+ */
138
+ "freeformTagExists"?: Array<string>;
139
+ /**
140
+ * Unique Oracle-assigned identifier for the request. If you need to contact
141
+ * Oracle about a particular request, please provide the request ID.
142
+ *
143
+ */
144
+ "opcRequestId"?: string;
145
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20200630
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=summarize-exadata-insight-resource-utilization-insight-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"summarize-exadata-insight-resource-utilization-insight-request.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/request/summarize-exadata-insight-resource-utilization-insight-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,68 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20200630
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import * as model from "../model";
14
+ import common = require("oci-common");
15
+ /**
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/opsi/SummarizeExadataMembers.ts.html |here} to see how to use SummarizeExadataMembersRequest.
17
+ */
18
+ export interface SummarizeExadataMembersRequest extends common.BaseRequest {
19
+ /**
20
+ * [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of exadata insight resource.
21
+ *
22
+ */
23
+ "exadataInsightId": string;
24
+ /**
25
+ * Filter by one or more Exadata types.
26
+ * Possible value are DBMACHINE, EXACS, and EXACC.
27
+ *
28
+ */
29
+ "exadataType"?: Array<string>;
30
+ /**
31
+ * The sort order to use, either ascending (`ASC`) or descending (`DESC`).
32
+ *
33
+ */
34
+ "sortOrder"?: model.SortOrder;
35
+ /**
36
+ * The order in which exadata member records are listed
37
+ */
38
+ "sortBy"?: SummarizeExadataMembersRequest.SortBy;
39
+ /**
40
+ * For list pagination. The maximum number of results per page, or items to
41
+ * return in a paginated \"List\" call.
42
+ * For important details about how pagination works, see
43
+ * [List Pagination](https://docs.cloud.oracle.com/Content/API/Concepts/usingapi.htm#nine).
44
+ * Example: `50`
45
+ *
46
+ */
47
+ "limit"?: number;
48
+ /**
49
+ * For list pagination. The value of the `opc-next-page` response header from
50
+ * the previous \"List\" call. For important details about how pagination works,
51
+ * see [List Pagination](https://docs.cloud.oracle.com/Content/API/Concepts/usingapi.htm#nine).
52
+ *
53
+ */
54
+ "page"?: string;
55
+ /**
56
+ * Unique Oracle-assigned identifier for the request. If you need to contact
57
+ * Oracle about a particular request, please provide the request ID.
58
+ *
59
+ */
60
+ "opcRequestId"?: string;
61
+ }
62
+ export declare namespace SummarizeExadataMembersRequest {
63
+ enum SortBy {
64
+ Name = "name",
65
+ DisplayName = "displayName",
66
+ EntityType = "entityType"
67
+ }
68
+ }
@@ -0,0 +1,25 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20200630
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ exports.SummarizeExadataMembersRequest = void 0;
16
+ var SummarizeExadataMembersRequest;
17
+ (function (SummarizeExadataMembersRequest) {
18
+ let SortBy;
19
+ (function (SortBy) {
20
+ SortBy["Name"] = "name";
21
+ SortBy["DisplayName"] = "displayName";
22
+ SortBy["EntityType"] = "entityType";
23
+ })(SortBy = SummarizeExadataMembersRequest.SortBy || (SummarizeExadataMembersRequest.SortBy = {}));
24
+ })(SummarizeExadataMembersRequest = exports.SummarizeExadataMembersRequest || (exports.SummarizeExadataMembersRequest = {}));
25
+ //# sourceMappingURL=summarize-exadata-members-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"summarize-exadata-members-request.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/request/summarize-exadata-members-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAqDH,IAAiB,8BAA8B,CAM9C;AAND,WAAiB,8BAA8B;IAC7C,IAAY,MAIX;IAJD,WAAY,MAAM;QAChB,uBAAa,CAAA;QACb,qCAA2B,CAAA;QAC3B,mCAAyB,CAAA;IAC3B,CAAC,EAJW,MAAM,GAAN,qCAAM,KAAN,qCAAM,QAIjB;AACH,CAAC,EANgB,8BAA8B,GAA9B,sCAA8B,KAA9B,sCAA8B,QAM9C"}
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/opsi/SummarizeHostInsightResourceCapacityTrend.ts.html |here} to see how to use SummarizeHostInsightResourceCapacityTrendRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/opsi/SummarizeHostInsightResourceCapacityTrend.ts.html |here} to see how to use SummarizeHostInsightResourceCapacityTrendRequest.
17
17
  */
18
18
  export interface SummarizeHostInsightResourceCapacityTrendRequest extends common.BaseRequest {
19
19
  /**
@@ -62,6 +62,11 @@ export interface SummarizeHostInsightResourceCapacityTrendRequest extends common
62
62
  *
63
63
  */
64
64
  "id"?: Array<string>;
65
+ /**
66
+ * Optional list of exadata insight resource [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
67
+ *
68
+ */
69
+ "exadataInsightId"?: Array<string>;
65
70
  /**
66
71
  * Filter by utilization level by the following buckets:
67
72
  * - HIGH_UTILIZATION: DBs with utilization greater or equal than 75.
@@ -1 +1 @@
1
- {"version":3,"file":"summarize-host-insight-resource-capacity-trend-request.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/request/summarize-host-insight-resource-capacity-trend-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA0HH,IAAiB,gDAAgD,CAgBhE;AAhBD,WAAiB,gDAAgD;IAC/D,IAAY,YAEX;IAFD,WAAY,YAAY;QACtB,+BAAe,CAAA;IACjB,CAAC,EAFW,YAAY,GAAZ,6DAAY,KAAZ,6DAAY,QAEvB;IAED,IAAY,gBAKX;IALD,WAAY,gBAAgB;QAC1B,wDAAoC,CAAA;QACpC,sDAAkC,CAAA;QAClC,qEAAiD,CAAA;QACjD,mEAA+C,CAAA;IACjD,CAAC,EALW,gBAAgB,GAAhB,iEAAgB,KAAhB,iEAAgB,QAK3B;IAED,IAAY,MAGX;IAHD,WAAY,MAAM;QAChB,uCAA6B,CAAA;QAC7B,+BAAqB,CAAA;IACvB,CAAC,EAHW,MAAM,GAAN,uDAAM,KAAN,uDAAM,QAGjB;AACH,CAAC,EAhBgB,gDAAgD,GAAhD,wDAAgD,KAAhD,wDAAgD,QAgBhE"}
1
+ {"version":3,"file":"summarize-host-insight-resource-capacity-trend-request.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/request/summarize-host-insight-resource-capacity-trend-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA+HH,IAAiB,gDAAgD,CAgBhE;AAhBD,WAAiB,gDAAgD;IAC/D,IAAY,YAEX;IAFD,WAAY,YAAY;QACtB,+BAAe,CAAA;IACjB,CAAC,EAFW,YAAY,GAAZ,6DAAY,KAAZ,6DAAY,QAEvB;IAED,IAAY,gBAKX;IALD,WAAY,gBAAgB;QAC1B,wDAAoC,CAAA;QACpC,sDAAkC,CAAA;QAClC,qEAAiD,CAAA;QACjD,mEAA+C,CAAA;IACjD,CAAC,EALW,gBAAgB,GAAhB,iEAAgB,KAAhB,iEAAgB,QAK3B;IAED,IAAY,MAGX;IAHD,WAAY,MAAM;QAChB,uCAA6B,CAAA;QAC7B,+BAAqB,CAAA;IACvB,CAAC,EAHW,MAAM,GAAN,uDAAM,KAAN,uDAAM,QAGjB;AACH,CAAC,EAhBgB,gDAAgD,GAAhD,wDAAgD,KAAhD,wDAAgD,QAgBhE"}
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/opsi/SummarizeHostInsightResourceForecastTrend.ts.html |here} to see how to use SummarizeHostInsightResourceForecastTrendRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/opsi/SummarizeHostInsightResourceForecastTrend.ts.html |here} to see how to use SummarizeHostInsightResourceForecastTrendRequest.
16
16
  */
17
17
  export interface SummarizeHostInsightResourceForecastTrendRequest extends common.BaseRequest {
18
18
  /**
@@ -61,6 +61,11 @@ export interface SummarizeHostInsightResourceForecastTrendRequest extends common
61
61
  *
62
62
  */
63
63
  "id"?: Array<string>;
64
+ /**
65
+ * Optional list of exadata insight resource [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
66
+ *
67
+ */
68
+ "exadataInsightId"?: Array<string>;
64
69
  /**
65
70
  * Choose the type of statistic metric data to be used for forecasting.
66
71
  */
@@ -1 +1 @@
1
- {"version":3,"file":"summarize-host-insight-resource-forecast-trend-request.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/request/summarize-host-insight-resource-forecast-trend-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA2IH,IAAiB,gDAAgD,CAsBhE;AAtBD,WAAiB,gDAAgD;IAC/D,IAAY,YAEX;IAFD,WAAY,YAAY;QACtB,+BAAe,CAAA;IACjB,CAAC,EAFW,YAAY,GAAZ,6DAAY,KAAZ,6DAAY,QAEvB;IAED,IAAY,SAGX;IAHD,WAAY,SAAS;QACnB,wBAAW,CAAA;QACX,wBAAW,CAAA;IACb,CAAC,EAHW,SAAS,GAAT,0DAAS,KAAT,0DAAS,QAGpB;IAED,IAAY,aAIX;IAJD,WAAY,aAAa;QACvB,kCAAiB,CAAA;QACjB,mCAAkB,CAAA;QAClB,wCAAuB,CAAA;IACzB,CAAC,EAJW,aAAa,GAAb,8DAAa,KAAb,8DAAa,QAIxB;IAED,IAAY,gBAKX;IALD,WAAY,gBAAgB;QAC1B,wDAAoC,CAAA;QACpC,sDAAkC,CAAA;QAClC,qEAAiD,CAAA;QACjD,mEAA+C,CAAA;IACjD,CAAC,EALW,gBAAgB,GAAhB,iEAAgB,KAAhB,iEAAgB,QAK3B;AACH,CAAC,EAtBgB,gDAAgD,GAAhD,wDAAgD,KAAhD,wDAAgD,QAsBhE"}
1
+ {"version":3,"file":"summarize-host-insight-resource-forecast-trend-request.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/request/summarize-host-insight-resource-forecast-trend-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAgJH,IAAiB,gDAAgD,CAsBhE;AAtBD,WAAiB,gDAAgD;IAC/D,IAAY,YAEX;IAFD,WAAY,YAAY;QACtB,+BAAe,CAAA;IACjB,CAAC,EAFW,YAAY,GAAZ,6DAAY,KAAZ,6DAAY,QAEvB;IAED,IAAY,SAGX;IAHD,WAAY,SAAS;QACnB,wBAAW,CAAA;QACX,wBAAW,CAAA;IACb,CAAC,EAHW,SAAS,GAAT,0DAAS,KAAT,0DAAS,QAGpB;IAED,IAAY,aAIX;IAJD,WAAY,aAAa;QACvB,kCAAiB,CAAA;QACjB,mCAAkB,CAAA;QAClB,wCAAuB,CAAA;IACzB,CAAC,EAJW,aAAa,GAAb,8DAAa,KAAb,8DAAa,QAIxB;IAED,IAAY,gBAKX;IALD,WAAY,gBAAgB;QAC1B,wDAAoC,CAAA;QACpC,sDAAkC,CAAA;QAClC,qEAAiD,CAAA;QACjD,mEAA+C,CAAA;IACjD,CAAC,EALW,gBAAgB,GAAhB,iEAAgB,KAAhB,iEAAgB,QAK3B;AACH,CAAC,EAtBgB,gDAAgD,GAAhD,wDAAgD,KAAhD,wDAAgD,QAsBhE"}
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/opsi/SummarizeHostInsightResourceStatistics.ts.html |here} to see how to use SummarizeHostInsightResourceStatisticsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/opsi/SummarizeHostInsightResourceStatistics.ts.html |here} to see how to use SummarizeHostInsightResourceStatisticsRequest.
17
17
  */
18
18
  export interface SummarizeHostInsightResourceStatisticsRequest extends common.BaseRequest {
19
19
  /**
@@ -62,6 +62,11 @@ export interface SummarizeHostInsightResourceStatisticsRequest extends common.Ba
62
62
  *
63
63
  */
64
64
  "id"?: Array<string>;
65
+ /**
66
+ * Optional list of exadata insight resource [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
67
+ *
68
+ */
69
+ "exadataInsightId"?: Array<string>;
65
70
  /**
66
71
  * Percentile values of daily usage to be used for computing the aggregate resource usage.
67
72
  *
@@ -1 +1 @@
1
- {"version":3,"file":"summarize-host-insight-resource-statistics-request.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/request/summarize-host-insight-resource-statistics-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA2IH,IAAiB,6CAA6C,CAY7D;AAZD,WAAiB,6CAA6C;IAC5D,IAAY,YAEX;IAFD,WAAY,YAAY;QACtB,+BAAe,CAAA;IACjB,CAAC,EAFW,YAAY,GAAZ,0DAAY,KAAZ,0DAAY,QAEvB;IAED,IAAY,MAMX;IAND,WAAY,MAAM;QAChB,mDAAyC,CAAA;QACzC,yBAAe,CAAA;QACf,mDAAyC,CAAA;QACzC,+BAAqB,CAAA;QACrB,uCAA6B,CAAA;IAC/B,CAAC,EANW,MAAM,GAAN,oDAAM,KAAN,oDAAM,QAMjB;AACH,CAAC,EAZgB,6CAA6C,GAA7C,qDAA6C,KAA7C,qDAA6C,QAY7D"}
1
+ {"version":3,"file":"summarize-host-insight-resource-statistics-request.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/request/summarize-host-insight-resource-statistics-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAgJH,IAAiB,6CAA6C,CAY7D;AAZD,WAAiB,6CAA6C;IAC5D,IAAY,YAEX;IAFD,WAAY,YAAY;QACtB,+BAAe,CAAA;IACjB,CAAC,EAFW,YAAY,GAAZ,0DAAY,KAAZ,0DAAY,QAEvB;IAED,IAAY,MAMX;IAND,WAAY,MAAM;QAChB,mDAAyC,CAAA;QACzC,yBAAe,CAAA;QACf,mDAAyC,CAAA;QACzC,+BAAqB,CAAA;QACrB,uCAA6B,CAAA;IAC/B,CAAC,EANW,MAAM,GAAN,oDAAM,KAAN,oDAAM,QAMjB;AACH,CAAC,EAZgB,6CAA6C,GAA7C,qDAA6C,KAA7C,qDAA6C,QAY7D"}
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/opsi/SummarizeHostInsightResourceUsage.ts.html |here} to see how to use SummarizeHostInsightResourceUsageRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/opsi/SummarizeHostInsightResourceUsage.ts.html |here} to see how to use SummarizeHostInsightResourceUsageRequest.
16
16
  */
17
17
  export interface SummarizeHostInsightResourceUsageRequest extends common.BaseRequest {
18
18
  /**
@@ -61,6 +61,11 @@ export interface SummarizeHostInsightResourceUsageRequest extends common.BaseReq
61
61
  *
62
62
  */
63
63
  "id"?: Array<string>;
64
+ /**
65
+ * Optional list of exadata insight resource [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
66
+ *
67
+ */
68
+ "exadataInsightId"?: Array<string>;
64
69
  /**
65
70
  * For list pagination. The value of the `opc-next-page` response header from
66
71
  * the previous \"List\" call. For important details about how pagination works,
@@ -1 +1 @@
1
- {"version":3,"file":"summarize-host-insight-resource-usage-request.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/request/summarize-host-insight-resource-usage-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA4GH,IAAiB,wCAAwC,CAIxD;AAJD,WAAiB,wCAAwC;IACvD,IAAY,YAEX;IAFD,WAAY,YAAY;QACtB,+BAAe,CAAA;IACjB,CAAC,EAFW,YAAY,GAAZ,qDAAY,KAAZ,qDAAY,QAEvB;AACH,CAAC,EAJgB,wCAAwC,GAAxC,gDAAwC,KAAxC,gDAAwC,QAIxD"}
1
+ {"version":3,"file":"summarize-host-insight-resource-usage-request.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/request/summarize-host-insight-resource-usage-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAiHH,IAAiB,wCAAwC,CAIxD;AAJD,WAAiB,wCAAwC;IACvD,IAAY,YAEX;IAFD,WAAY,YAAY;QACtB,+BAAe,CAAA;IACjB,CAAC,EAFW,YAAY,GAAZ,qDAAY,KAAZ,qDAAY,QAEvB;AACH,CAAC,EAJgB,wCAAwC,GAAxC,gDAAwC,KAAxC,gDAAwC,QAIxD"}
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/opsi/SummarizeHostInsightResourceUsageTrend.ts.html |here} to see how to use SummarizeHostInsightResourceUsageTrendRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/opsi/SummarizeHostInsightResourceUsageTrend.ts.html |here} to see how to use SummarizeHostInsightResourceUsageTrendRequest.
17
17
  */
18
18
  export interface SummarizeHostInsightResourceUsageTrendRequest extends common.BaseRequest {
19
19
  /**
@@ -62,6 +62,11 @@ export interface SummarizeHostInsightResourceUsageTrendRequest extends common.Ba
62
62
  *
63
63
  */
64
64
  "id"?: Array<string>;
65
+ /**
66
+ * Optional list of exadata insight resource [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
67
+ *
68
+ */
69
+ "exadataInsightId"?: Array<string>;
65
70
  /**
66
71
  * For list pagination. The value of the `opc-next-page` response header from
67
72
  * the previous \"List\" call. For important details about how pagination works,
@@ -1 +1 @@
1
- {"version":3,"file":"summarize-host-insight-resource-usage-trend-request.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/request/summarize-host-insight-resource-usage-trend-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAiHH,IAAiB,6CAA6C,CAU7D;AAVD,WAAiB,6CAA6C;IAC5D,IAAY,YAEX;IAFD,WAAY,YAAY;QACtB,+BAAe,CAAA;IACjB,CAAC,EAFW,YAAY,GAAZ,0DAAY,KAAZ,0DAAY,QAEvB;IAED,IAAY,MAIX;IAJD,WAAY,MAAM;QAChB,uCAA6B,CAAA;QAC7B,yBAAe,CAAA;QACf,+BAAqB,CAAA;IACvB,CAAC,EAJW,MAAM,GAAN,oDAAM,KAAN,oDAAM,QAIjB;AACH,CAAC,EAVgB,6CAA6C,GAA7C,qDAA6C,KAA7C,qDAA6C,QAU7D"}
1
+ {"version":3,"file":"summarize-host-insight-resource-usage-trend-request.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/request/summarize-host-insight-resource-usage-trend-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAsHH,IAAiB,6CAA6C,CAU7D;AAVD,WAAiB,6CAA6C;IAC5D,IAAY,YAEX;IAFD,WAAY,YAAY;QACtB,+BAAe,CAAA;IACjB,CAAC,EAFW,YAAY,GAAZ,0DAAY,KAAZ,0DAAY,QAEvB;IAED,IAAY,MAIX;IAJD,WAAY,MAAM;QAChB,uCAA6B,CAAA;QAC7B,yBAAe,CAAA;QACf,+BAAqB,CAAA;IACvB,CAAC,EAJW,MAAM,GAAN,oDAAM,KAAN,oDAAM,QAIjB;AACH,CAAC,EAVgB,6CAA6C,GAA7C,qDAA6C,KAA7C,qDAA6C,QAU7D"}
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/opsi/SummarizeHostInsightResourceUtilizationInsight.ts.html |here} to see how to use SummarizeHostInsightResourceUtilizationInsightRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/opsi/SummarizeHostInsightResourceUtilizationInsight.ts.html |here} to see how to use SummarizeHostInsightResourceUtilizationInsightRequest.
16
16
  */
17
17
  export interface SummarizeHostInsightResourceUtilizationInsightRequest extends common.BaseRequest {
18
18
  /**
@@ -61,6 +61,11 @@ export interface SummarizeHostInsightResourceUtilizationInsightRequest extends c
61
61
  *
62
62
  */
63
63
  "id"?: Array<string>;
64
+ /**
65
+ * Optional list of exadata insight resource [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
66
+ *
67
+ */
68
+ "exadataInsightId"?: Array<string>;
64
69
  /**
65
70
  * Number of days used for utilization forecast analysis.
66
71
  *
@@ -1 +1 @@
1
- {"version":3,"file":"summarize-host-insight-resource-utilization-insight-request.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/request/summarize-host-insight-resource-utilization-insight-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA4GH,IAAiB,qDAAqD,CAIrE;AAJD,WAAiB,qDAAqD;IACpE,IAAY,YAEX;IAFD,WAAY,YAAY;QACtB,+BAAe,CAAA;IACjB,CAAC,EAFW,YAAY,GAAZ,kEAAY,KAAZ,kEAAY,QAEvB;AACH,CAAC,EAJgB,qDAAqD,GAArD,6DAAqD,KAArD,6DAAqD,QAIrE"}
1
+ {"version":3,"file":"summarize-host-insight-resource-utilization-insight-request.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/request/summarize-host-insight-resource-utilization-insight-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAiHH,IAAiB,qDAAqD,CAIrE;AAJD,WAAiB,qDAAqD;IACpE,IAAY,YAEX;IAFD,WAAY,YAAY;QACtB,+BAAe,CAAA;IACjB,CAAC,EAFW,YAAY,GAAZ,kEAAY,KAAZ,kEAAY,QAEvB;AACH,CAAC,EAJgB,qDAAqD,GAArD,6DAAqD,KAArD,6DAAqD,QAIrE"}
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/opsi/SummarizeSqlInsights.ts.html |here} to see how to use SummarizeSqlInsightsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/opsi/SummarizeSqlInsights.ts.html |here} to see how to use SummarizeSqlInsightsRequest.
16
16
  */
17
17
  export interface SummarizeSqlInsightsRequest extends common.BaseRequest {
18
18
  /**
@@ -35,6 +35,16 @@ export interface SummarizeSqlInsightsRequest extends common.BaseRequest {
35
35
  *
36
36
  */
37
37
  "id"?: Array<string>;
38
+ /**
39
+ * Optional list of exadata insight resource [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
40
+ *
41
+ */
42
+ "exadataInsightId"?: Array<string>;
43
+ /**
44
+ * Filter by one or more cdb name.
45
+ *
46
+ */
47
+ "cdbName"?: Array<string>;
38
48
  /**
39
49
  * Filter by one or more hostname.
40
50
  *
@@ -1 +1 @@
1
- {"version":3,"file":"summarize-sql-insights-request.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/request/summarize-sql-insights-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAgHH,IAAiB,2BAA2B,CAS3C;AATD,WAAiB,2BAA2B;IAC1C,IAAY,YAOX;IAPD,WAAY,YAAY;QACtB,8BAAc,CAAA;QACd,8BAAc,CAAA;QACd,8BAAc,CAAA;QACd,8BAAc,CAAA;QACd,4CAA4B,CAAA;QAC5B,kDAAkC,CAAA;IACpC,CAAC,EAPW,YAAY,GAAZ,wCAAY,KAAZ,wCAAY,QAOvB;AACH,CAAC,EATgB,2BAA2B,GAA3B,mCAA2B,KAA3B,mCAA2B,QAS3C"}
1
+ {"version":3,"file":"summarize-sql-insights-request.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/request/summarize-sql-insights-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA0HH,IAAiB,2BAA2B,CAS3C;AATD,WAAiB,2BAA2B;IAC1C,IAAY,YAOX;IAPD,WAAY,YAAY;QACtB,8BAAc,CAAA;QACd,8BAAc,CAAA;QACd,8BAAc,CAAA;QACd,8BAAc,CAAA;QACd,4CAA4B,CAAA;QAC5B,kDAAkC,CAAA;IACpC,CAAC,EAPW,YAAY,GAAZ,wCAAY,KAAZ,wCAAY,QAOvB;AACH,CAAC,EATgB,2BAA2B,GAA3B,mCAA2B,KAA3B,mCAA2B,QAS3C"}
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/opsi/SummarizeSqlPlanInsights.ts.html |here} to see how to use SummarizeSqlPlanInsightsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/opsi/SummarizeSqlPlanInsights.ts.html |here} to see how to use SummarizeSqlPlanInsightsRequest.
16
16
  */
17
17
  export interface SummarizeSqlPlanInsightsRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/opsi/SummarizeSqlResponseTimeDistributions.ts.html |here} to see how to use SummarizeSqlResponseTimeDistributionsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/opsi/SummarizeSqlResponseTimeDistributions.ts.html |here} to see how to use SummarizeSqlResponseTimeDistributionsRequest.
16
16
  */
17
17
  export interface SummarizeSqlResponseTimeDistributionsRequest extends common.BaseRequest {
18
18
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/opsi/SummarizeSqlStatistics.ts.html |here} to see how to use SummarizeSqlStatisticsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/opsi/SummarizeSqlStatistics.ts.html |here} to see how to use SummarizeSqlStatisticsRequest.
17
17
  */
18
18
  export interface SummarizeSqlStatisticsRequest extends common.BaseRequest {
19
19
  /**
@@ -36,6 +36,16 @@ export interface SummarizeSqlStatisticsRequest extends common.BaseRequest {
36
36
  *
37
37
  */
38
38
  "id"?: Array<string>;
39
+ /**
40
+ * Optional list of exadata insight resource [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
41
+ *
42
+ */
43
+ "exadataInsightId"?: Array<string>;
44
+ /**
45
+ * Filter by one or more cdb name.
46
+ *
47
+ */
48
+ "cdbName"?: Array<string>;
39
49
  /**
40
50
  * Filter by one or more hostname.
41
51
  *
@@ -1 +1 @@
1
- {"version":3,"file":"summarize-sql-statistics-request.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/request/summarize-sql-statistics-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA+IH,IAAiB,6BAA6B,CA2D7C;AA3DD,WAAiB,6BAA6B;IAC5C,IAAY,YAOX;IAPD,WAAY,YAAY;QACtB,8BAAc,CAAA;QACd,8BAAc,CAAA;QACd,8BAAc,CAAA;QACd,8BAAc,CAAA;QACd,4CAA4B,CAAA;QAC5B,kDAAkC,CAAA;IACpC,CAAC,EAPW,YAAY,GAAZ,0CAAY,KAAZ,0CAAY,QAOvB;IAED,IAAY,MAoBX;IApBD,WAAY,MAAM;QAChB,iDAAuC,CAAA;QACvC,iDAAuC,CAAA;QACvC,6CAAmC,CAAA;QACnC,uCAA6B,CAAA;QAC7B,qCAA2B,CAAA;QAC3B,+DAAqD,CAAA;QACrD,iDAAuC,CAAA;QACvC,iCAAuB,CAAA;QACvB,qCAA2B,CAAA;QAC3B,yDAA+C,CAAA;QAC/C,6CAAmC,CAAA;QACnC,iDAAuC,CAAA;QACvC,uDAA6C,CAAA;QAC7C,qDAA2C,CAAA;QAC3C,+EAAqE,CAAA;QACrE,iEAAuD,CAAA;QACvD,mFAAyE,CAAA;QACzE,2EAAiE,CAAA;QACjE,iEAAuD,CAAA;IACzD,CAAC,EApBW,MAAM,GAAN,oCAAM,KAAN,oCAAM,QAoBjB;IAED,IAAY,QA0BX;IA1BD,WAAY,QAAQ;QAClB,mCAAuB,CAAA;QACvB,+BAAmB,CAAA;QACnB,uCAA2B,CAAA;QAC3B,4CAAgC,CAAA;QAChC,mCAAuB,CAAA;QACvB,kDAAsC,CAAA;QACtC,0DAA8C,CAAA;QAC9C,+DAAmD,CAAA;QACnD,6DAAiD,CAAA;QACjD,+DAAmD,CAAA;QACnD,wFAA4E,CAAA;QAC5E,gGAAoF,CAAA;QACpF,kGAAsF,CAAA;QACtF,2HAA+G,CAAA;QAC/G,sDAA0C,CAAA;QAC1C,2DAA+C,CAAA;QAC/C,yDAA6C,CAAA;QAC7C,2DAA+C,CAAA;QAC/C,oFAAwE,CAAA;QACxE,4FAAgF,CAAA;QAChF,8FAAkF,CAAA;QAClF,uHAA2G,CAAA;QAC3G,mEAAuD,CAAA;QACvD,4FAAgF,CAAA;QAChF,+HAAmH,CAAA;IACrH,CAAC,EA1BW,QAAQ,GAAR,sCAAQ,KAAR,sCAAQ,QA0BnB;AACH,CAAC,EA3DgB,6BAA6B,GAA7B,qCAA6B,KAA7B,qCAA6B,QA2D7C"}
1
+ {"version":3,"file":"summarize-sql-statistics-request.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/request/summarize-sql-statistics-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAyJH,IAAiB,6BAA6B,CA2D7C;AA3DD,WAAiB,6BAA6B;IAC5C,IAAY,YAOX;IAPD,WAAY,YAAY;QACtB,8BAAc,CAAA;QACd,8BAAc,CAAA;QACd,8BAAc,CAAA;QACd,8BAAc,CAAA;QACd,4CAA4B,CAAA;QAC5B,kDAAkC,CAAA;IACpC,CAAC,EAPW,YAAY,GAAZ,0CAAY,KAAZ,0CAAY,QAOvB;IAED,IAAY,MAoBX;IApBD,WAAY,MAAM;QAChB,iDAAuC,CAAA;QACvC,iDAAuC,CAAA;QACvC,6CAAmC,CAAA;QACnC,uCAA6B,CAAA;QAC7B,qCAA2B,CAAA;QAC3B,+DAAqD,CAAA;QACrD,iDAAuC,CAAA;QACvC,iCAAuB,CAAA;QACvB,qCAA2B,CAAA;QAC3B,yDAA+C,CAAA;QAC/C,6CAAmC,CAAA;QACnC,iDAAuC,CAAA;QACvC,uDAA6C,CAAA;QAC7C,qDAA2C,CAAA;QAC3C,+EAAqE,CAAA;QACrE,iEAAuD,CAAA;QACvD,mFAAyE,CAAA;QACzE,2EAAiE,CAAA;QACjE,iEAAuD,CAAA;IACzD,CAAC,EApBW,MAAM,GAAN,oCAAM,KAAN,oCAAM,QAoBjB;IAED,IAAY,QA0BX;IA1BD,WAAY,QAAQ;QAClB,mCAAuB,CAAA;QACvB,+BAAmB,CAAA;QACnB,uCAA2B,CAAA;QAC3B,4CAAgC,CAAA;QAChC,mCAAuB,CAAA;QACvB,kDAAsC,CAAA;QACtC,0DAA8C,CAAA;QAC9C,+DAAmD,CAAA;QACnD,6DAAiD,CAAA;QACjD,+DAAmD,CAAA;QACnD,wFAA4E,CAAA;QAC5E,gGAAoF,CAAA;QACpF,kGAAsF,CAAA;QACtF,2HAA+G,CAAA;QAC/G,sDAA0C,CAAA;QAC1C,2DAA+C,CAAA;QAC/C,yDAA6C,CAAA;QAC7C,2DAA+C,CAAA;QAC/C,oFAAwE,CAAA;QACxE,4FAAgF,CAAA;QAChF,8FAAkF,CAAA;QAClF,uHAA2G,CAAA;QAC3G,mEAAuD,CAAA;QACvD,4FAAgF,CAAA;QAChF,+HAAmH,CAAA;IACrH,CAAC,EA1BW,QAAQ,GAAR,sCAAQ,KAAR,sCAAQ,QA0BnB;AACH,CAAC,EA3DgB,6BAA6B,GAA7B,qCAA6B,KAA7B,qCAA6B,QA2D7C"}
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/opsi/SummarizeSqlStatisticsTimeSeriesByPlan.ts.html |here} to see how to use SummarizeSqlStatisticsTimeSeriesByPlanRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/opsi/SummarizeSqlStatisticsTimeSeriesByPlan.ts.html |here} to see how to use SummarizeSqlStatisticsTimeSeriesByPlanRequest.
16
16
  */
17
17
  export interface SummarizeSqlStatisticsTimeSeriesByPlanRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/opsi/SummarizeSqlStatisticsTimeSeries.ts.html |here} to see how to use SummarizeSqlStatisticsTimeSeriesRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/opsi/SummarizeSqlStatisticsTimeSeries.ts.html |here} to see how to use SummarizeSqlStatisticsTimeSeriesRequest.
16
16
  */
17
17
  export interface SummarizeSqlStatisticsTimeSeriesRequest extends common.BaseRequest {
18
18
  /**
@@ -35,6 +35,16 @@ export interface SummarizeSqlStatisticsTimeSeriesRequest extends common.BaseRequ
35
35
  *
36
36
  */
37
37
  "id"?: Array<string>;
38
+ /**
39
+ * Optional list of exadata insight resource [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
40
+ *
41
+ */
42
+ "exadataInsightId"?: Array<string>;
43
+ /**
44
+ * Filter by one or more cdb name.
45
+ *
46
+ */
47
+ "cdbName"?: Array<string>;
38
48
  /**
39
49
  * Filter by one or more hostname.
40
50
  *
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/opsi/UpdateDatabaseInsight.ts.html |here} to see how to use UpdateDatabaseInsightRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/opsi/UpdateDatabaseInsight.ts.html |here} to see how to use UpdateDatabaseInsightRequest.
17
17
  */
18
18
  export interface UpdateDatabaseInsightRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/opsi/UpdateEnterpriseManagerBridge.ts.html |here} to see how to use UpdateEnterpriseManagerBridgeRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/opsi/UpdateEnterpriseManagerBridge.ts.html |here} to see how to use UpdateEnterpriseManagerBridgeRequest.
17
17
  */
18
18
  export interface UpdateEnterpriseManagerBridgeRequest extends common.BaseRequest {
19
19
  /**