oci-jms 2.62.1 → 2.62.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (281) hide show
  1. package/lib/client.d.ts +173 -60
  2. package/lib/client.js +881 -66
  3. package/lib/client.js.map +1 -1
  4. package/lib/model/advanced-usage-tracking.d.ts +1 -1
  5. package/lib/model/algorithms.d.ts +1 -1
  6. package/lib/model/algorithms.js +1 -1
  7. package/lib/model/announcement-collection.d.ts +26 -0
  8. package/lib/model/announcement-collection.js +61 -0
  9. package/lib/model/announcement-collection.js.map +1 -0
  10. package/lib/model/announcement-sort-by.d.ts +24 -0
  11. package/lib/model/announcement-sort-by.js +35 -0
  12. package/lib/model/announcement-sort-by.js.map +1 -0
  13. package/lib/model/announcement-summary.d.ts +37 -0
  14. package/lib/model/announcement-summary.js +29 -0
  15. package/lib/model/announcement-summary.js.map +1 -0
  16. package/lib/model/application-execution-type.d.ts +28 -0
  17. package/lib/model/application-execution-type.js +39 -0
  18. package/lib/model/application-execution-type.js.map +1 -0
  19. package/lib/model/application-installation-sort-by.d.ts +29 -0
  20. package/lib/model/application-installation-sort-by.js +40 -0
  21. package/lib/model/application-installation-sort-by.js.map +1 -0
  22. package/lib/model/application-installation-usage-summary-collection.d.ts +26 -0
  23. package/lib/model/application-installation-usage-summary-collection.js +61 -0
  24. package/lib/model/application-installation-usage-summary-collection.js.map +1 -0
  25. package/lib/model/application-installation-usage-summary.d.ts +93 -0
  26. package/lib/model/application-installation-usage-summary.js +61 -0
  27. package/lib/model/application-installation-usage-summary.js.map +1 -0
  28. package/lib/model/application-work-item-details.d.ts +40 -0
  29. package/lib/model/application-work-item-details.js +54 -0
  30. package/lib/model/application-work-item-details.js.map +1 -0
  31. package/lib/model/basic-work-item-details.d.ts +24 -0
  32. package/lib/model/basic-work-item-details.js +52 -0
  33. package/lib/model/basic-work-item-details.js.map +1 -0
  34. package/lib/model/blocklist-collection.d.ts +1 -1
  35. package/lib/model/blocklist.d.ts +1 -1
  36. package/lib/model/create-blocklist-details.d.ts +1 -1
  37. package/lib/model/create-fleet-details.d.ts +3 -3
  38. package/lib/model/crypto-analysis-result-collection.d.ts +1 -1
  39. package/lib/model/crypto-analysis-result-sort-by.d.ts +1 -1
  40. package/lib/model/crypto-analysis-result-sort-by.js +1 -1
  41. package/lib/model/crypto-analysis-result-summary.d.ts +2 -2
  42. package/lib/model/crypto-analysis-result.d.ts +3 -3
  43. package/lib/model/crypto-event-analysis.d.ts +1 -1
  44. package/lib/model/deployed-application-installation-sort-by.d.ts +29 -0
  45. package/lib/model/deployed-application-installation-sort-by.js +40 -0
  46. package/lib/model/deployed-application-installation-sort-by.js.map +1 -0
  47. package/lib/model/deployed-application-installation-usage-summary-collection.d.ts +28 -0
  48. package/lib/model/deployed-application-installation-usage-summary-collection.js +61 -0
  49. package/lib/model/deployed-application-installation-usage-summary-collection.js.map +1 -0
  50. package/lib/model/deployed-application-installation-usage-summary.d.ts +87 -0
  51. package/lib/model/deployed-application-installation-usage-summary.js +29 -0
  52. package/lib/model/deployed-application-installation-usage-summary.js.map +1 -0
  53. package/lib/model/deployed-application-usage-collection.d.ts +1 -1
  54. package/lib/model/deployed-application-usage.d.ts +2 -2
  55. package/lib/model/fleet-advanced-feature-configuration.d.ts +5 -3
  56. package/lib/model/fleet-advanced-feature-configuration.js +12 -0
  57. package/lib/model/fleet-advanced-feature-configuration.js.map +1 -1
  58. package/lib/model/fleet-agent-configuration.d.ts +1 -1
  59. package/lib/model/fleet-diagnosis-collection.d.ts +26 -0
  60. package/lib/model/fleet-diagnosis-collection.js +61 -0
  61. package/lib/model/fleet-diagnosis-collection.js.map +1 -0
  62. package/lib/model/fleet-diagnosis-summary.d.ts +67 -0
  63. package/lib/model/fleet-diagnosis-summary.js +53 -0
  64. package/lib/model/fleet-diagnosis-summary.js.map +1 -0
  65. package/lib/model/fleet-summary.d.ts +7 -7
  66. package/lib/model/fleet.d.ts +8 -8
  67. package/lib/model/global-logging-level.d.ts +36 -0
  68. package/lib/model/global-logging-level.js +47 -0
  69. package/lib/model/global-logging-level.js.map +1 -0
  70. package/lib/model/index.d.ts +64 -0
  71. package/lib/model/index.js +67 -3
  72. package/lib/model/index.js.map +1 -1
  73. package/lib/model/java-migration-analysis-result-collection.d.ts +26 -0
  74. package/lib/model/java-migration-analysis-result-collection.js +61 -0
  75. package/lib/model/java-migration-analysis-result-collection.js.map +1 -0
  76. package/lib/model/java-migration-analysis-result-sort-by.d.ts +24 -0
  77. package/lib/model/java-migration-analysis-result-sort-by.js +35 -0
  78. package/lib/model/java-migration-analysis-result-sort-by.js.map +1 -0
  79. package/lib/model/java-migration-analysis-result-summary.d.ts +86 -0
  80. package/lib/model/java-migration-analysis-result-summary.js +29 -0
  81. package/lib/model/java-migration-analysis-result-summary.js.map +1 -0
  82. package/lib/model/java-migration-analysis-result.d.ts +86 -0
  83. package/lib/model/java-migration-analysis-result.js +29 -0
  84. package/lib/model/java-migration-analysis-result.js.map +1 -0
  85. package/lib/model/java-migration-analysis-target.d.ts +39 -0
  86. package/lib/model/java-migration-analysis-target.js +29 -0
  87. package/lib/model/java-migration-analysis-target.js.map +1 -0
  88. package/lib/model/java-migration-analysis.d.ts +25 -0
  89. package/lib/model/java-migration-analysis.js +29 -0
  90. package/lib/model/java-migration-analysis.js.map +1 -0
  91. package/lib/model/java-server-instance-usage-collection.d.ts +1 -1
  92. package/lib/model/java-server-instance-usage.d.ts +1 -1
  93. package/lib/model/java-server-usage-collection.d.ts +1 -1
  94. package/lib/model/jfr-attachment-target.d.ts +9 -3
  95. package/lib/model/jfr-attachment-target.js.map +1 -1
  96. package/lib/model/jfr-recording.d.ts +1 -1
  97. package/lib/model/jre-security-status.d.ts +1 -0
  98. package/lib/model/jre-security-status.js +1 -0
  99. package/lib/model/jre-security-status.js.map +1 -1
  100. package/lib/model/lcm.d.ts +2 -2
  101. package/lib/model/library-usage.d.ts +1 -1
  102. package/lib/model/new-installation-site.d.ts +12 -0
  103. package/lib/model/new-installation-site.js.map +1 -1
  104. package/lib/model/operating-system.d.ts +1 -1
  105. package/lib/model/operation-type.d.ts +2 -0
  106. package/lib/model/operation-type.js +2 -0
  107. package/lib/model/operation-type.js.map +1 -1
  108. package/lib/model/performance-tuning-analysis-result-collection.d.ts +26 -0
  109. package/lib/model/performance-tuning-analysis-result-collection.js +61 -0
  110. package/lib/model/performance-tuning-analysis-result-collection.js.map +1 -0
  111. package/lib/model/performance-tuning-analysis-result-sort-by.d.ts +24 -0
  112. package/lib/model/performance-tuning-analysis-result-sort-by.js +35 -0
  113. package/lib/model/performance-tuning-analysis-result-sort-by.js.map +1 -0
  114. package/lib/model/performance-tuning-analysis-result-summary.d.ts +90 -0
  115. package/lib/model/performance-tuning-analysis-result-summary.js +29 -0
  116. package/lib/model/performance-tuning-analysis-result-summary.js.map +1 -0
  117. package/lib/model/performance-tuning-analysis-result.d.ts +90 -0
  118. package/lib/model/performance-tuning-analysis-result.js +29 -0
  119. package/lib/model/performance-tuning-analysis-result.js.map +1 -0
  120. package/lib/model/performance-tuning-analysis.d.ts +25 -0
  121. package/lib/model/performance-tuning-analysis.js +29 -0
  122. package/lib/model/performance-tuning-analysis.js.map +1 -0
  123. package/lib/model/performance-tuning-result-status.d.ts +28 -0
  124. package/lib/model/performance-tuning-result-status.js +39 -0
  125. package/lib/model/performance-tuning-result-status.js.map +1 -0
  126. package/lib/model/post-installation-action-settings.d.ts +12 -1
  127. package/lib/model/post-installation-action-settings.js +4 -2
  128. package/lib/model/post-installation-action-settings.js.map +1 -1
  129. package/lib/model/post-installation-actions.d.ts +8 -1
  130. package/lib/model/post-installation-actions.js +7 -0
  131. package/lib/model/post-installation-actions.js.map +1 -1
  132. package/lib/model/proxies.d.ts +67 -0
  133. package/lib/model/proxies.js +29 -0
  134. package/lib/model/proxies.js.map +1 -0
  135. package/lib/model/request-crypto-analyses-details.d.ts +9 -1
  136. package/lib/model/request-crypto-analyses-details.js.map +1 -1
  137. package/lib/model/request-java-migration-analyses-details.d.ts +28 -0
  138. package/lib/model/request-java-migration-analyses-details.js +61 -0
  139. package/lib/model/request-java-migration-analyses-details.js.map +1 -0
  140. package/lib/model/request-jfr-recordings-details.d.ts +9 -1
  141. package/lib/model/request-jfr-recordings-details.js.map +1 -1
  142. package/lib/model/request-performance-tuning-analyses-details.d.ts +39 -0
  143. package/lib/model/request-performance-tuning-analyses-details.js +61 -0
  144. package/lib/model/request-performance-tuning-analyses-details.js.map +1 -0
  145. package/lib/model/tls-versions.d.ts +1 -1
  146. package/lib/model/tls-versions.js +1 -1
  147. package/lib/model/update-fleet-advanced-feature-configuration-details.d.ts +6 -4
  148. package/lib/model/update-fleet-advanced-feature-configuration-details.js +12 -0
  149. package/lib/model/update-fleet-advanced-feature-configuration-details.js.map +1 -1
  150. package/lib/model/update-fleet-details.d.ts +3 -3
  151. package/lib/model/work-item-details.d.ts +27 -0
  152. package/lib/model/work-item-details.js +72 -0
  153. package/lib/model/work-item-details.js.map +1 -0
  154. package/lib/model/work-item-summary.d.ts +2 -1
  155. package/lib/model/work-item-summary.js +5 -1
  156. package/lib/model/work-item-summary.js.map +1 -1
  157. package/lib/model/work-item-type.d.ts +34 -0
  158. package/lib/model/work-item-type.js +45 -0
  159. package/lib/model/work-item-type.js.map +1 -0
  160. package/lib/model/work-request-error.d.ts +1 -2
  161. package/lib/model/work-request-error.js.map +1 -1
  162. package/lib/model/work-request.d.ts +1 -1
  163. package/lib/request/add-fleet-installation-sites-request.d.ts +1 -1
  164. package/lib/request/cancel-work-request-request.d.ts +1 -1
  165. package/lib/request/change-fleet-compartment-request.d.ts +1 -1
  166. package/lib/request/create-blocklist-request.d.ts +1 -1
  167. package/lib/request/create-fleet-request.d.ts +1 -1
  168. package/lib/request/delete-blocklist-request.d.ts +1 -1
  169. package/lib/request/delete-crypto-analysis-result-request.d.ts +1 -1
  170. package/lib/request/delete-fleet-request.d.ts +1 -1
  171. package/lib/request/delete-java-migration-analysis-result-request.d.ts +39 -0
  172. package/lib/request/delete-java-migration-analysis-result-request.js +15 -0
  173. package/lib/request/delete-java-migration-analysis-result-request.js.map +1 -0
  174. package/lib/request/delete-performance-tuning-analysis-result-request.d.ts +39 -0
  175. package/lib/request/delete-performance-tuning-analysis-result-request.js +15 -0
  176. package/lib/request/delete-performance-tuning-analysis-result-request.js.map +1 -0
  177. package/lib/request/generate-agent-deploy-script-request.d.ts +2 -2
  178. package/lib/request/get-crypto-analysis-result-request.d.ts +1 -1
  179. package/lib/request/get-fleet-advanced-feature-configuration-request.d.ts +1 -1
  180. package/lib/request/get-fleet-agent-configuration-request.d.ts +1 -1
  181. package/lib/request/get-fleet-request.d.ts +1 -1
  182. package/lib/request/get-java-family-request.d.ts +1 -1
  183. package/lib/request/get-java-migration-analysis-result-request.d.ts +30 -0
  184. package/lib/request/get-java-migration-analysis-result-request.js +15 -0
  185. package/lib/request/get-java-migration-analysis-result-request.js.map +1 -0
  186. package/lib/request/get-java-release-request.d.ts +1 -1
  187. package/lib/request/get-performance-tuning-analysis-result-request.d.ts +30 -0
  188. package/lib/request/get-performance-tuning-analysis-result-request.js +15 -0
  189. package/lib/request/get-performance-tuning-analysis-result-request.js.map +1 -0
  190. package/lib/request/get-work-request-request.d.ts +1 -1
  191. package/lib/request/index.d.ts +24 -0
  192. package/lib/request/list-announcements-request.d.ts +54 -0
  193. package/lib/request/list-announcements-request.js +15 -0
  194. package/lib/request/list-announcements-request.js.map +1 -0
  195. package/lib/request/list-blocklists-request.d.ts +3 -3
  196. package/lib/request/list-crypto-analysis-results-request.d.ts +2 -2
  197. package/lib/request/list-fleet-diagnoses-request.d.ts +34 -0
  198. package/lib/request/list-fleet-diagnoses-request.js +15 -0
  199. package/lib/request/list-fleet-diagnoses-request.js.map +1 -0
  200. package/lib/request/list-fleets-request.d.ts +1 -1
  201. package/lib/request/list-installation-sites-request.d.ts +1 -1
  202. package/lib/request/list-java-families-request.d.ts +1 -1
  203. package/lib/request/list-java-migration-analysis-results-request.d.ts +58 -0
  204. package/lib/request/list-java-migration-analysis-results-request.js +15 -0
  205. package/lib/request/list-java-migration-analysis-results-request.js.map +1 -0
  206. package/lib/request/list-java-releases-request.d.ts +1 -1
  207. package/lib/request/list-jre-usage-request.d.ts +1 -1
  208. package/lib/request/list-performance-tuning-analysis-results-request.d.ts +63 -0
  209. package/lib/request/list-performance-tuning-analysis-results-request.js +15 -0
  210. package/lib/request/list-performance-tuning-analysis-results-request.js.map +1 -0
  211. package/lib/request/list-work-items-request.d.ts +1 -1
  212. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  213. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  214. package/lib/request/list-work-requests-request.d.ts +1 -1
  215. package/lib/request/remove-fleet-installation-sites-request.d.ts +1 -1
  216. package/lib/request/request-crypto-analyses-request.d.ts +1 -1
  217. package/lib/request/request-java-migration-analyses-request.d.ts +31 -0
  218. package/lib/request/request-java-migration-analyses-request.js +15 -0
  219. package/lib/request/request-java-migration-analyses-request.js.map +1 -0
  220. package/lib/request/request-jfr-recordings-request.d.ts +1 -1
  221. package/lib/request/request-performance-tuning-analyses-request.d.ts +31 -0
  222. package/lib/request/request-performance-tuning-analyses-request.js +15 -0
  223. package/lib/request/request-performance-tuning-analyses-request.js.map +1 -0
  224. package/lib/request/scan-java-server-usage-request.d.ts +1 -1
  225. package/lib/request/scan-library-usage-request.d.ts +1 -1
  226. package/lib/request/summarize-application-installation-usage-request.d.ts +110 -0
  227. package/lib/request/summarize-application-installation-usage-request.js +15 -0
  228. package/lib/request/summarize-application-installation-usage-request.js.map +1 -0
  229. package/lib/request/summarize-application-usage-request.d.ts +2 -2
  230. package/lib/request/summarize-deployed-application-installation-usage-request.d.ts +97 -0
  231. package/lib/request/summarize-deployed-application-installation-usage-request.js +15 -0
  232. package/lib/request/summarize-deployed-application-installation-usage-request.js.map +1 -0
  233. package/lib/request/summarize-deployed-application-usage-request.d.ts +3 -3
  234. package/lib/request/summarize-installation-usage-request.d.ts +1 -1
  235. package/lib/request/summarize-java-server-instance-usage-request.d.ts +5 -5
  236. package/lib/request/summarize-java-server-usage-request.d.ts +2 -2
  237. package/lib/request/summarize-jre-usage-request.d.ts +1 -1
  238. package/lib/request/summarize-library-usage-request.d.ts +2 -2
  239. package/lib/request/summarize-managed-instance-usage-request.d.ts +2 -2
  240. package/lib/request/summarize-resource-inventory-request.d.ts +1 -1
  241. package/lib/request/update-fleet-advanced-feature-configuration-request.d.ts +2 -2
  242. package/lib/request/update-fleet-agent-configuration-request.d.ts +1 -1
  243. package/lib/request/update-fleet-request.d.ts +1 -1
  244. package/lib/response/delete-java-migration-analysis-result-response.d.ts +26 -0
  245. package/lib/response/delete-java-migration-analysis-result-response.js +15 -0
  246. package/lib/response/delete-java-migration-analysis-result-response.js.map +1 -0
  247. package/lib/response/delete-performance-tuning-analysis-result-response.d.ts +26 -0
  248. package/lib/response/delete-performance-tuning-analysis-result-response.js +15 -0
  249. package/lib/response/delete-performance-tuning-analysis-result-response.js.map +1 -0
  250. package/lib/response/get-java-migration-analysis-result-response.d.ts +30 -0
  251. package/lib/response/get-java-migration-analysis-result-response.js +15 -0
  252. package/lib/response/get-java-migration-analysis-result-response.js.map +1 -0
  253. package/lib/response/get-performance-tuning-analysis-result-response.d.ts +30 -0
  254. package/lib/response/get-performance-tuning-analysis-result-response.js +15 -0
  255. package/lib/response/get-performance-tuning-analysis-result-response.js.map +1 -0
  256. package/lib/response/index.d.ts +24 -0
  257. package/lib/response/list-announcements-response.d.ts +32 -0
  258. package/lib/response/list-announcements-response.js +15 -0
  259. package/lib/response/list-announcements-response.js.map +1 -0
  260. package/lib/response/list-fleet-diagnoses-response.d.ts +32 -0
  261. package/lib/response/list-fleet-diagnoses-response.js +15 -0
  262. package/lib/response/list-fleet-diagnoses-response.js.map +1 -0
  263. package/lib/response/list-java-migration-analysis-results-response.d.ts +32 -0
  264. package/lib/response/list-java-migration-analysis-results-response.js +15 -0
  265. package/lib/response/list-java-migration-analysis-results-response.js.map +1 -0
  266. package/lib/response/list-performance-tuning-analysis-results-response.d.ts +32 -0
  267. package/lib/response/list-performance-tuning-analysis-results-response.js +15 -0
  268. package/lib/response/list-performance-tuning-analysis-results-response.js.map +1 -0
  269. package/lib/response/request-java-migration-analyses-response.d.ts +26 -0
  270. package/lib/response/request-java-migration-analyses-response.js +15 -0
  271. package/lib/response/request-java-migration-analyses-response.js.map +1 -0
  272. package/lib/response/request-performance-tuning-analyses-response.d.ts +26 -0
  273. package/lib/response/request-performance-tuning-analyses-response.js +15 -0
  274. package/lib/response/request-performance-tuning-analyses-response.js.map +1 -0
  275. package/lib/response/summarize-application-installation-usage-response.d.ts +32 -0
  276. package/lib/response/summarize-application-installation-usage-response.js +15 -0
  277. package/lib/response/summarize-application-installation-usage-response.js.map +1 -0
  278. package/lib/response/summarize-deployed-application-installation-usage-response.d.ts +32 -0
  279. package/lib/response/summarize-deployed-application-installation-usage-response.js +15 -0
  280. package/lib/response/summarize-deployed-application-installation-usage-response.js.map +1 -0
  281. package/package.json +3 -3
@@ -0,0 +1 @@
1
+ {"version":3,"file":"basic-work-item-details.js","sourceRoot":"","sources":["../../../../../lib/jms/lib/model/basic-work-item-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAUlC,IAAiB,oBAAoB,CAuBpC;AAvBD,WAAiB,oBAAoB;IACnC,SAAgB,UAAU,CAAC,GAAyB,EAAE,eAAyB;QAC7E,MAAM,OAAO,mCACR,CAAC,eAAe,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAE,KAAK,CAAC,eAAe,CAAC,UAAU,CAAC,GAAG,CAA0B,CAAC,GACzF,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAPe,+BAAU,aAOzB,CAAA;IACY,yBAAI,GAAG,OAAO,CAAC;IAC5B,SAAgB,sBAAsB,CACpC,GAAyB,EACzB,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,eAAe,CAAC,sBAAsB,CAAC,GAAG,CAA0B,CAAC,GAC7E,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAZe,2CAAsB,yBAYrC,CAAA;AACH,CAAC,EAvBgB,oBAAoB,GAApB,4BAAoB,KAApB,4BAAoB,QAuBpC"}
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import * as model from "../model";
14
14
  /**
15
- * Results of a blocklist search. Contains Blocklist records.
15
+ * Results of a blocklist search that contain Blocklist records.
16
16
  */
17
17
  export interface BlocklistCollection {
18
18
  /**
@@ -25,7 +25,7 @@ export interface Blocklist {
25
25
  */
26
26
  "operation": model.OperationType;
27
27
  /**
28
- * The reason for why the operation is blocklisted
28
+ * The reason why the operation is blocklisted.
29
29
  */
30
30
  "reason"?: string;
31
31
  }
@@ -21,7 +21,7 @@ export interface CreateBlocklistDetails {
21
21
  */
22
22
  "operation": model.OperationType;
23
23
  /**
24
- * The reason for why the operation is blocklisted
24
+ * The reason why the operation is blocklisted
25
25
  */
26
26
  "reason"?: string;
27
27
  }
@@ -30,8 +30,8 @@ export interface CreateFleetDetails {
30
30
  "inventoryLog": model.CustomLog;
31
31
  "operationLog"?: model.CustomLog;
32
32
  /**
33
- * Whether or not advanced features are enabled in this fleet.
34
- * Deprecated, use `/fleets/{fleetId}/advanceFeatureConfiguration` api instead.
33
+ * Whether or not advanced features are enabled in this Fleet.
34
+ * Deprecated, use `/fleets/{fleetId}/advanceFeatureConfiguration` API instead.
35
35
  *
36
36
  */
37
37
  "isAdvancedFeaturesEnabled"?: boolean;
@@ -46,7 +46,7 @@ export interface CreateFleetDetails {
46
46
  };
47
47
  };
48
48
  /**
49
- * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
49
+ * Simple key-value pair that is applied without any predefined name, type, or scope. Exists for cross-compatibility only.
50
50
  * Example: `{\"bar-key\": \"value\"}`. (See [Managing Tags and Tag Namespaces](https://docs.cloud.oracle.com/Content/Tagging/Concepts/understandingfreeformtags.htm).)
51
51
  *
52
52
  */
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import * as model from "../model";
14
14
  /**
15
- * List of Crypto Event Analysis results.
15
+ * List of Crypto event analysis results.
16
16
  */
17
17
  export interface CryptoAnalysisResultCollection {
18
18
  /**
@@ -11,7 +11,7 @@
11
11
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
12
  */
13
13
  /**
14
- * The field used to sort crypto event analysis reports.
14
+ * The field used to sort Crypto event analysis reports.
15
15
  **/
16
16
  export declare enum CryptoAnalysisResultSortBy {
17
17
  TimeCreated = "timeCreated",
@@ -14,7 +14,7 @@
14
14
  Object.defineProperty(exports, "__esModule", { value: true });
15
15
  exports.CryptoAnalysisResultSortBy = void 0;
16
16
  /**
17
- * The field used to sort crypto event analysis reports.
17
+ * The field used to sort Crypto event analysis reports.
18
18
  **/
19
19
  var CryptoAnalysisResultSortBy;
20
20
  (function (CryptoAnalysisResultSortBy) {
@@ -61,8 +61,8 @@ export interface CryptoAnalysisResultSummary {
61
61
  "findingCount": number;
62
62
  /**
63
63
  * Total number of non-compliant findings with the analysis. A non-compliant finding means the
64
- * application won't work properly with the changes introduced by the crypto roadmap version
65
- * used the the analysis.
64
+ * application won't work properly with the changes introduced by the Crypto Roadmap version
65
+ * used by the analysis.
66
66
  * Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
67
67
  */
68
68
  "nonCompliantFindingCount": number;
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import * as model from "../model";
14
14
  /**
15
- * Metadata of a Crypto Event Analysis result. The analysis result is stored as the Object Storage object.
15
+ * Metadata for the result of a crypto event analysis. The analysis result is stored in an Object Storage bucket.
16
16
  */
17
17
  export interface CryptoAnalysisResult {
18
18
  /**
@@ -61,8 +61,8 @@ export interface CryptoAnalysisResult {
61
61
  "findingCount": number;
62
62
  /**
63
63
  * Total number of non-compliant findings with the analysis. A non-compliant finding means the
64
- * application won't work properly with the changes introduced by the crypto roadmap version
65
- * used the the analysis.
64
+ * application won't work properly with the changes introduced by the Crypto Roadmap version
65
+ * used by the analysis.
66
66
  * Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
67
67
  */
68
68
  "nonCompliantFindingCount": number;
@@ -16,7 +16,7 @@ import * as model from "../model";
16
16
  */
17
17
  export interface CryptoEventAnalysis {
18
18
  /**
19
- * CryptoEventAnalysis flag to store enabled or disabled status
19
+ * CryptoEventAnalysis flag to store enabled or disabled status.
20
20
  */
21
21
  "isEnabled"?: boolean;
22
22
  "summarizedEventsLog"?: model.SummarizedEventsLog;
@@ -0,0 +1,29 @@
1
+ /**
2
+ * Java Management Service API
3
+ * API for the Java Management Service. Use this API to view, create, and manage Fleets.
4
+ * OpenAPI spec version: 20210610
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ /**
14
+ * The field to sort deployed application installations.
15
+ *
16
+ **/
17
+ export declare enum DeployedApplicationInstallationSortBy {
18
+ ApplicationName = "applicationName",
19
+ ApplicationType = "applicationType",
20
+ ApplicationSourcePath = "applicationSourcePath",
21
+ IsClustered = "isClustered",
22
+ JavaServerInstanceCount = "javaServerInstanceCount",
23
+ TimeFirstSeen = "timeFirstSeen",
24
+ TimeLastSeen = "timeLastSeen"
25
+ }
26
+ export declare namespace DeployedApplicationInstallationSortBy {
27
+ function getJsonObj(obj: DeployedApplicationInstallationSortBy): DeployedApplicationInstallationSortBy;
28
+ function getDeserializedJsonObj(obj: DeployedApplicationInstallationSortBy): DeployedApplicationInstallationSortBy;
29
+ }
@@ -0,0 +1,40 @@
1
+ "use strict";
2
+ /**
3
+ * Java Management Service API
4
+ * API for the Java Management Service. Use this API to view, create, and manage Fleets.
5
+ * OpenAPI spec version: 20210610
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ exports.DeployedApplicationInstallationSortBy = void 0;
16
+ /**
17
+ * The field to sort deployed application installations.
18
+ *
19
+ **/
20
+ var DeployedApplicationInstallationSortBy;
21
+ (function (DeployedApplicationInstallationSortBy) {
22
+ DeployedApplicationInstallationSortBy["ApplicationName"] = "applicationName";
23
+ DeployedApplicationInstallationSortBy["ApplicationType"] = "applicationType";
24
+ DeployedApplicationInstallationSortBy["ApplicationSourcePath"] = "applicationSourcePath";
25
+ DeployedApplicationInstallationSortBy["IsClustered"] = "isClustered";
26
+ DeployedApplicationInstallationSortBy["JavaServerInstanceCount"] = "javaServerInstanceCount";
27
+ DeployedApplicationInstallationSortBy["TimeFirstSeen"] = "timeFirstSeen";
28
+ DeployedApplicationInstallationSortBy["TimeLastSeen"] = "timeLastSeen";
29
+ })(DeployedApplicationInstallationSortBy = exports.DeployedApplicationInstallationSortBy || (exports.DeployedApplicationInstallationSortBy = {}));
30
+ (function (DeployedApplicationInstallationSortBy) {
31
+ function getJsonObj(obj) {
32
+ return obj;
33
+ }
34
+ DeployedApplicationInstallationSortBy.getJsonObj = getJsonObj;
35
+ function getDeserializedJsonObj(obj) {
36
+ return obj;
37
+ }
38
+ DeployedApplicationInstallationSortBy.getDeserializedJsonObj = getDeserializedJsonObj;
39
+ })(DeployedApplicationInstallationSortBy = exports.DeployedApplicationInstallationSortBy || (exports.DeployedApplicationInstallationSortBy = {}));
40
+ //# sourceMappingURL=deployed-application-installation-sort-by.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"deployed-application-installation-sort-by.js","sourceRoot":"","sources":["../../../../../lib/jms/lib/model/deployed-application-installation-sort-by.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAKH;;;IAGI;AACJ,IAAY,qCAQX;AARD,WAAY,qCAAqC;IAC/C,4EAAmC,CAAA;IACnC,4EAAmC,CAAA;IACnC,wFAA+C,CAAA;IAC/C,oEAA2B,CAAA;IAC3B,4FAAmD,CAAA;IACnD,wEAA+B,CAAA;IAC/B,sEAA6B,CAAA;AAC/B,CAAC,EARW,qCAAqC,GAArC,6CAAqC,KAArC,6CAAqC,QAQhD;AAED,WAAiB,qCAAqC;IACpD,SAAgB,UAAU,CACxB,GAA0C;QAE1C,OAAO,GAAG,CAAC;IACb,CAAC;IAJe,gDAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CACpC,GAA0C;QAE1C,OAAO,GAAG,CAAC;IACb,CAAC;IAJe,4DAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,qCAAqC,GAArC,6CAAqC,KAArC,6CAAqC,QAWrD"}
@@ -0,0 +1,28 @@
1
+ /**
2
+ * Java Management Service API
3
+ * API for the Java Management Service. Use this API to view, create, and manage Fleets.
4
+ * OpenAPI spec version: 20210610
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import * as model from "../model";
14
+ /**
15
+ * Results of a deployed application installation usage search. Contains deployed application installation usage items.
16
+ *
17
+ */
18
+ export interface DeployedApplicationInstallationUsageSummaryCollection {
19
+ /**
20
+ * A list of deployed application installation usages.
21
+ *
22
+ */
23
+ "items": Array<model.DeployedApplicationInstallationUsageSummary>;
24
+ }
25
+ export declare namespace DeployedApplicationInstallationUsageSummaryCollection {
26
+ function getJsonObj(obj: DeployedApplicationInstallationUsageSummaryCollection): object;
27
+ function getDeserializedJsonObj(obj: DeployedApplicationInstallationUsageSummaryCollection): object;
28
+ }
@@ -0,0 +1,61 @@
1
+ "use strict";
2
+ /**
3
+ * Java Management Service API
4
+ * API for the Java Management Service. Use this API to view, create, and manage Fleets.
5
+ * OpenAPI spec version: 20210610
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
15
+ if (k2 === undefined) k2 = k;
16
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
17
+ }) : (function(o, m, k, k2) {
18
+ if (k2 === undefined) k2 = k;
19
+ o[k2] = m[k];
20
+ }));
21
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
22
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
23
+ }) : function(o, v) {
24
+ o["default"] = v;
25
+ });
26
+ var __importStar = (this && this.__importStar) || function (mod) {
27
+ if (mod && mod.__esModule) return mod;
28
+ var result = {};
29
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
30
+ __setModuleDefault(result, mod);
31
+ return result;
32
+ };
33
+ Object.defineProperty(exports, "__esModule", { value: true });
34
+ exports.DeployedApplicationInstallationUsageSummaryCollection = void 0;
35
+ const model = __importStar(require("../model"));
36
+ var DeployedApplicationInstallationUsageSummaryCollection;
37
+ (function (DeployedApplicationInstallationUsageSummaryCollection) {
38
+ function getJsonObj(obj) {
39
+ const jsonObj = Object.assign(Object.assign({}, obj), {
40
+ "items": obj.items
41
+ ? obj.items.map(item => {
42
+ return model.DeployedApplicationInstallationUsageSummary.getJsonObj(item);
43
+ })
44
+ : undefined
45
+ });
46
+ return jsonObj;
47
+ }
48
+ DeployedApplicationInstallationUsageSummaryCollection.getJsonObj = getJsonObj;
49
+ function getDeserializedJsonObj(obj) {
50
+ const jsonObj = Object.assign(Object.assign({}, obj), {
51
+ "items": obj.items
52
+ ? obj.items.map(item => {
53
+ return model.DeployedApplicationInstallationUsageSummary.getDeserializedJsonObj(item);
54
+ })
55
+ : undefined
56
+ });
57
+ return jsonObj;
58
+ }
59
+ DeployedApplicationInstallationUsageSummaryCollection.getDeserializedJsonObj = getDeserializedJsonObj;
60
+ })(DeployedApplicationInstallationUsageSummaryCollection = exports.DeployedApplicationInstallationUsageSummaryCollection || (exports.DeployedApplicationInstallationUsageSummaryCollection = {}));
61
+ //# sourceMappingURL=deployed-application-installation-usage-summary-collection.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"deployed-application-installation-usage-summary-collection.js","sourceRoot":"","sources":["../../../../../lib/jms/lib/model/deployed-application-installation-usage-summary-collection.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAelC,IAAiB,qDAAqD,CA+BrE;AA/BD,WAAiB,qDAAqD;IACpE,SAAgB,UAAU,CAAC,GAA0D;QACnF,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,2CAA2C,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAC5E,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,gEAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CACpC,GAA0D;QAE1D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,2CAA2C,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACxF,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAfe,4EAAsB,yBAerC,CAAA;AACH,CAAC,EA/BgB,qDAAqD,GAArD,6DAAqD,KAArD,6DAAqD,QA+BrE"}
@@ -0,0 +1,87 @@
1
+ /**
2
+ * Java Management Service API
3
+ * API for the Java Management Service. Use this API to view, create, and manage Fleets.
4
+ * OpenAPI spec version: 20210610
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ /**
14
+ * Summarize usage information about an application deployed on Java servers including installation information during a specified time period. The main difference between DeployedApplicationInstallationUsageSummary and DeployedApplicationUsage is the presence of the applicationSourcePath. DeployedApplicationUsage provides only an aggregated view to the deployed applications without installation information. It therefore doesn\u2019t distinguish between applications with the identical deployment information deployed to different paths. DeployedApplicationInstallationUsageSummary contains installation information, and it\u2019s therefore possible to target actions.
15
+ *
16
+ */
17
+ export interface DeployedApplicationInstallationUsageSummary {
18
+ /**
19
+ * The internal identifier of the deployed application installation.
20
+ *
21
+ */
22
+ "applicationInstallationKey": string;
23
+ /**
24
+ * The internal identifier of the deployed application.
25
+ * ApplicationKey will be identical for deployed applications with different applicationSourcePaths.
26
+ *
27
+ */
28
+ "applicationKey": string;
29
+ /**
30
+ * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the related fleet.
31
+ *
32
+ */
33
+ "fleetId": string;
34
+ /**
35
+ * The name of the deployed application.
36
+ *
37
+ */
38
+ "applicationName": string;
39
+ /**
40
+ * The type of the deployed application.
41
+ *
42
+ */
43
+ "applicationType"?: string;
44
+ /**
45
+ * The full path to source WAR or EAR file for deployed application.
46
+ *
47
+ */
48
+ "applicationSourcePath"?: string;
49
+ /**
50
+ * Whether or not the deployed application is clustered.
51
+ *
52
+ */
53
+ "isClustered"?: boolean;
54
+ /**
55
+ * The approximate count of Java Server instances running the deployed application installations.
56
+ * Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
57
+ */
58
+ "approximateJavaServerInstanceCount"?: number;
59
+ /**
60
+ * Lower bound of the specified time period filter. JMS provides a view of the data that is _per day_. The query uses only the date element of the parameter.
61
+ */
62
+ "timeStart"?: Date;
63
+ /**
64
+ * Upper bound of the specified time period filter. JMS provides a view of the data that is _per day_. The query uses only the date element of the parameter.
65
+ */
66
+ "timeEnd"?: Date;
67
+ /**
68
+ * The date and time the resource was _first_ reported to JMS.
69
+ * This is potentially _before_ the specified time period provided by the filters.
70
+ * For example, a resource can be first reported to JMS before the start of a specified time period,
71
+ * if it is also reported during the time period.
72
+ *
73
+ */
74
+ "timeFirstSeen"?: Date;
75
+ /**
76
+ * The date and time the resource was _last_ reported to JMS.
77
+ * This is potentially _after_ the specified time period provided by the filters.
78
+ * For example, a resource can be last reported to JMS before the start of a specified time period,
79
+ * if it is also reported during the time period.
80
+ *
81
+ */
82
+ "timeLastSeen"?: Date;
83
+ }
84
+ export declare namespace DeployedApplicationInstallationUsageSummary {
85
+ function getJsonObj(obj: DeployedApplicationInstallationUsageSummary): object;
86
+ function getDeserializedJsonObj(obj: DeployedApplicationInstallationUsageSummary): object;
87
+ }
@@ -0,0 +1,29 @@
1
+ "use strict";
2
+ /**
3
+ * Java Management Service API
4
+ * API for the Java Management Service. Use this API to view, create, and manage Fleets.
5
+ * OpenAPI spec version: 20210610
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ exports.DeployedApplicationInstallationUsageSummary = void 0;
16
+ var DeployedApplicationInstallationUsageSummary;
17
+ (function (DeployedApplicationInstallationUsageSummary) {
18
+ function getJsonObj(obj) {
19
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
20
+ return jsonObj;
21
+ }
22
+ DeployedApplicationInstallationUsageSummary.getJsonObj = getJsonObj;
23
+ function getDeserializedJsonObj(obj) {
24
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
25
+ return jsonObj;
26
+ }
27
+ DeployedApplicationInstallationUsageSummary.getDeserializedJsonObj = getDeserializedJsonObj;
28
+ })(DeployedApplicationInstallationUsageSummary = exports.DeployedApplicationInstallationUsageSummary || (exports.DeployedApplicationInstallationUsageSummary = {}));
29
+ //# sourceMappingURL=deployed-application-installation-usage-summary.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"deployed-application-installation-usage-summary.js","sourceRoot":"","sources":["../../../../../lib/jms/lib/model/deployed-application-installation-usage-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA6EH,IAAiB,2CAA2C,CAW3D;AAXD,WAAiB,2CAA2C;IAC1D,SAAgB,UAAU,CAAC,GAAgD;QACzE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,sDAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAgD;QACrF,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,kEAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,2CAA2C,GAA3C,mDAA2C,KAA3C,mDAA2C,QAW3D"}
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import * as model from "../model";
14
14
  /**
15
- * Results of a deployed application usage search. Contains deployed application usage items.
15
+ * Results of a deployed application usage search. Contains deployed application usage items.
16
16
  *
17
17
  */
18
18
  export interface DeployedApplicationUsageCollection {
@@ -36,12 +36,12 @@ export interface DeployedApplicationUsage {
36
36
  */
37
37
  "applicationType"?: string;
38
38
  /**
39
- * Whether or not deployed application is clustered.
39
+ * Whether or not the deployed application is clustered.
40
40
  *
41
41
  */
42
42
  "isClustered"?: boolean;
43
43
  /**
44
- * The approximate count of Java server instances running the deployed application.
44
+ * The approximate count of Java Server instances running the deployed application.
45
45
  * Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
46
46
  */
47
47
  "approximateJavaServerInstanceCount"?: number;
@@ -12,21 +12,23 @@
12
12
  */
13
13
  import * as model from "../model";
14
14
  /**
15
- * Advanced feature metadata for the fleet
15
+ * Metadata for the advanced features in the Fleet.
16
16
  */
17
17
  export interface FleetAdvancedFeatureConfiguration {
18
18
  /**
19
- * Namespace for the fleet advanced feature
19
+ * Namespace for the Fleet advanced feature.
20
20
  */
21
21
  "analyticNamespace": string;
22
22
  /**
23
- * Bucket name required to store jfr and related data
23
+ * Bucket name required to store JFR and related data.
24
24
  */
25
25
  "analyticBucketName": string;
26
26
  "lcm": model.Lcm;
27
27
  "cryptoEventAnalysis": model.CryptoEventAnalysis;
28
28
  "advancedUsageTracking": model.AdvancedUsageTracking;
29
29
  "jfrRecording": model.JfrRecording;
30
+ "performanceTuningAnalysis": model.PerformanceTuningAnalysis;
31
+ "javaMigrationAnalysis": model.JavaMigrationAnalysis;
30
32
  /**
31
33
  * The date and time of the last modification to the Fleet Agent Configuration (formatted according to [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339)).
32
34
  *
@@ -46,6 +46,12 @@ var FleetAdvancedFeatureConfiguration;
46
46
  : undefined,
47
47
  "jfrRecording": obj.jfrRecording
48
48
  ? model.JfrRecording.getJsonObj(obj.jfrRecording)
49
+ : undefined,
50
+ "performanceTuningAnalysis": obj.performanceTuningAnalysis
51
+ ? model.PerformanceTuningAnalysis.getJsonObj(obj.performanceTuningAnalysis)
52
+ : undefined,
53
+ "javaMigrationAnalysis": obj.javaMigrationAnalysis
54
+ ? model.JavaMigrationAnalysis.getJsonObj(obj.javaMigrationAnalysis)
49
55
  : undefined
50
56
  });
51
57
  return jsonObj;
@@ -62,6 +68,12 @@ var FleetAdvancedFeatureConfiguration;
62
68
  : undefined,
63
69
  "jfrRecording": obj.jfrRecording
64
70
  ? model.JfrRecording.getDeserializedJsonObj(obj.jfrRecording)
71
+ : undefined,
72
+ "performanceTuningAnalysis": obj.performanceTuningAnalysis
73
+ ? model.PerformanceTuningAnalysis.getDeserializedJsonObj(obj.performanceTuningAnalysis)
74
+ : undefined,
75
+ "javaMigrationAnalysis": obj.javaMigrationAnalysis
76
+ ? model.JavaMigrationAnalysis.getDeserializedJsonObj(obj.javaMigrationAnalysis)
65
77
  : undefined
66
78
  });
67
79
  return jsonObj;
@@ -1 +1 @@
1
- {"version":3,"file":"fleet-advanced-feature-configuration.js","sourceRoot":"","sources":["../../../../../lib/jms/lib/model/fleet-advanced-feature-configuration.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA0BlC,IAAiB,iCAAiC,CAuCjD;AAvCD,WAAiB,iCAAiC;IAChD,SAAgB,UAAU,CAAC,GAAsC;QAC/D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,KAAK,EAAE,GAAG,CAAC,GAAG,CAAC,CAAC,CAAC,KAAK,CAAC,GAAG,CAAC,UAAU,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,SAAS;YAC1D,qBAAqB,EAAE,GAAG,CAAC,mBAAmB;gBAC5C,CAAC,CAAC,KAAK,CAAC,mBAAmB,CAAC,UAAU,CAAC,GAAG,CAAC,mBAAmB,CAAC;gBAC/D,CAAC,CAAC,SAAS;YACb,uBAAuB,EAAE,GAAG,CAAC,qBAAqB;gBAChD,CAAC,CAAC,KAAK,CAAC,qBAAqB,CAAC,UAAU,CAAC,GAAG,CAAC,qBAAqB,CAAC;gBACnE,CAAC,CAAC,SAAS;YACb,cAAc,EAAE,GAAG,CAAC,YAAY;gBAC9B,CAAC,CAAC,KAAK,CAAC,YAAY,CAAC,UAAU,CAAC,GAAG,CAAC,YAAY,CAAC;gBACjD,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAlBe,4CAAU,aAkBzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAsC;QAC3E,MAAM,OAAO,mCACR,GAAG,GACH;YACD,KAAK,EAAE,GAAG,CAAC,GAAG,CAAC,CAAC,CAAC,KAAK,CAAC,GAAG,CAAC,sBAAsB,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,SAAS;YACtE,qBAAqB,EAAE,GAAG,CAAC,mBAAmB;gBAC5C,CAAC,CAAC,KAAK,CAAC,mBAAmB,CAAC,sBAAsB,CAAC,GAAG,CAAC,mBAAmB,CAAC;gBAC3E,CAAC,CAAC,SAAS;YACb,uBAAuB,EAAE,GAAG,CAAC,qBAAqB;gBAChD,CAAC,CAAC,KAAK,CAAC,qBAAqB,CAAC,sBAAsB,CAAC,GAAG,CAAC,qBAAqB,CAAC;gBAC/E,CAAC,CAAC,SAAS;YACb,cAAc,EAAE,GAAG,CAAC,YAAY;gBAC9B,CAAC,CAAC,KAAK,CAAC,YAAY,CAAC,sBAAsB,CAAC,GAAG,CAAC,YAAY,CAAC;gBAC7D,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAlBe,wDAAsB,yBAkBrC,CAAA;AACH,CAAC,EAvCgB,iCAAiC,GAAjC,yCAAiC,KAAjC,yCAAiC,QAuCjD"}
1
+ {"version":3,"file":"fleet-advanced-feature-configuration.js","sourceRoot":"","sources":["../../../../../lib/jms/lib/model/fleet-advanced-feature-configuration.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA4BlC,IAAiB,iCAAiC,CAmDjD;AAnDD,WAAiB,iCAAiC;IAChD,SAAgB,UAAU,CAAC,GAAsC;QAC/D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,KAAK,EAAE,GAAG,CAAC,GAAG,CAAC,CAAC,CAAC,KAAK,CAAC,GAAG,CAAC,UAAU,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,SAAS;YAC1D,qBAAqB,EAAE,GAAG,CAAC,mBAAmB;gBAC5C,CAAC,CAAC,KAAK,CAAC,mBAAmB,CAAC,UAAU,CAAC,GAAG,CAAC,mBAAmB,CAAC;gBAC/D,CAAC,CAAC,SAAS;YACb,uBAAuB,EAAE,GAAG,CAAC,qBAAqB;gBAChD,CAAC,CAAC,KAAK,CAAC,qBAAqB,CAAC,UAAU,CAAC,GAAG,CAAC,qBAAqB,CAAC;gBACnE,CAAC,CAAC,SAAS;YACb,cAAc,EAAE,GAAG,CAAC,YAAY;gBAC9B,CAAC,CAAC,KAAK,CAAC,YAAY,CAAC,UAAU,CAAC,GAAG,CAAC,YAAY,CAAC;gBACjD,CAAC,CAAC,SAAS;YACb,2BAA2B,EAAE,GAAG,CAAC,yBAAyB;gBACxD,CAAC,CAAC,KAAK,CAAC,yBAAyB,CAAC,UAAU,CAAC,GAAG,CAAC,yBAAyB,CAAC;gBAC3E,CAAC,CAAC,SAAS;YACb,uBAAuB,EAAE,GAAG,CAAC,qBAAqB;gBAChD,CAAC,CAAC,KAAK,CAAC,qBAAqB,CAAC,UAAU,CAAC,GAAG,CAAC,qBAAqB,CAAC;gBACnE,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAxBe,4CAAU,aAwBzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAsC;QAC3E,MAAM,OAAO,mCACR,GAAG,GACH;YACD,KAAK,EAAE,GAAG,CAAC,GAAG,CAAC,CAAC,CAAC,KAAK,CAAC,GAAG,CAAC,sBAAsB,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,SAAS;YACtE,qBAAqB,EAAE,GAAG,CAAC,mBAAmB;gBAC5C,CAAC,CAAC,KAAK,CAAC,mBAAmB,CAAC,sBAAsB,CAAC,GAAG,CAAC,mBAAmB,CAAC;gBAC3E,CAAC,CAAC,SAAS;YACb,uBAAuB,EAAE,GAAG,CAAC,qBAAqB;gBAChD,CAAC,CAAC,KAAK,CAAC,qBAAqB,CAAC,sBAAsB,CAAC,GAAG,CAAC,qBAAqB,CAAC;gBAC/E,CAAC,CAAC,SAAS;YACb,cAAc,EAAE,GAAG,CAAC,YAAY;gBAC9B,CAAC,CAAC,KAAK,CAAC,YAAY,CAAC,sBAAsB,CAAC,GAAG,CAAC,YAAY,CAAC;gBAC7D,CAAC,CAAC,SAAS;YACb,2BAA2B,EAAE,GAAG,CAAC,yBAAyB;gBACxD,CAAC,CAAC,KAAK,CAAC,yBAAyB,CAAC,sBAAsB,CAAC,GAAG,CAAC,yBAAyB,CAAC;gBACvF,CAAC,CAAC,SAAS;YACb,uBAAuB,EAAE,GAAG,CAAC,qBAAqB;gBAChD,CAAC,CAAC,KAAK,CAAC,qBAAqB,CAAC,sBAAsB,CAAC,GAAG,CAAC,qBAAqB,CAAC;gBAC/E,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAxBe,wDAAsB,yBAwBrC,CAAA;AACH,CAAC,EAnDgB,iCAAiC,GAAjC,yCAAiC,KAAjC,yCAAiC,QAmDjD"}
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import * as model from "../model";
14
14
  /**
15
- * Management Agent Configuration for a Fleet. Includes JRE scanning frequency and list of include/exclude file system paths.
15
+ * Management Agent Configuration for a Fleet. Includes JRE scanning frequency and a list of include/exclude file system paths.
16
16
  *
17
17
  */
18
18
  export interface FleetAgentConfiguration {
@@ -0,0 +1,26 @@
1
+ /**
2
+ * Java Management Service API
3
+ * API for the Java Management Service. Use this API to view, create, and manage Fleets.
4
+ * OpenAPI spec version: 20210610
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import * as model from "../model";
14
+ /**
15
+ * List of the fleet resource diagnosis.
16
+ */
17
+ export interface FleetDiagnosisCollection {
18
+ /**
19
+ * A list of the fleet resource diagnosis.
20
+ */
21
+ "items": Array<model.FleetDiagnosisSummary>;
22
+ }
23
+ export declare namespace FleetDiagnosisCollection {
24
+ function getJsonObj(obj: FleetDiagnosisCollection): object;
25
+ function getDeserializedJsonObj(obj: FleetDiagnosisCollection): object;
26
+ }
@@ -0,0 +1,61 @@
1
+ "use strict";
2
+ /**
3
+ * Java Management Service API
4
+ * API for the Java Management Service. Use this API to view, create, and manage Fleets.
5
+ * OpenAPI spec version: 20210610
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
15
+ if (k2 === undefined) k2 = k;
16
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
17
+ }) : (function(o, m, k, k2) {
18
+ if (k2 === undefined) k2 = k;
19
+ o[k2] = m[k];
20
+ }));
21
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
22
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
23
+ }) : function(o, v) {
24
+ o["default"] = v;
25
+ });
26
+ var __importStar = (this && this.__importStar) || function (mod) {
27
+ if (mod && mod.__esModule) return mod;
28
+ var result = {};
29
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
30
+ __setModuleDefault(result, mod);
31
+ return result;
32
+ };
33
+ Object.defineProperty(exports, "__esModule", { value: true });
34
+ exports.FleetDiagnosisCollection = void 0;
35
+ const model = __importStar(require("../model"));
36
+ var FleetDiagnosisCollection;
37
+ (function (FleetDiagnosisCollection) {
38
+ function getJsonObj(obj) {
39
+ const jsonObj = Object.assign(Object.assign({}, obj), {
40
+ "items": obj.items
41
+ ? obj.items.map(item => {
42
+ return model.FleetDiagnosisSummary.getJsonObj(item);
43
+ })
44
+ : undefined
45
+ });
46
+ return jsonObj;
47
+ }
48
+ FleetDiagnosisCollection.getJsonObj = getJsonObj;
49
+ function getDeserializedJsonObj(obj) {
50
+ const jsonObj = Object.assign(Object.assign({}, obj), {
51
+ "items": obj.items
52
+ ? obj.items.map(item => {
53
+ return model.FleetDiagnosisSummary.getDeserializedJsonObj(item);
54
+ })
55
+ : undefined
56
+ });
57
+ return jsonObj;
58
+ }
59
+ FleetDiagnosisCollection.getDeserializedJsonObj = getDeserializedJsonObj;
60
+ })(FleetDiagnosisCollection = exports.FleetDiagnosisCollection || (exports.FleetDiagnosisCollection = {}));
61
+ //# sourceMappingURL=fleet-diagnosis-collection.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"fleet-diagnosis-collection.js","sourceRoot":"","sources":["../../../../../lib/jms/lib/model/fleet-diagnosis-collection.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAalC,IAAiB,wBAAwB,CA6BxC;AA7BD,WAAiB,wBAAwB;IACvC,SAAgB,UAAU,CAAC,GAA6B;QACtD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,qBAAqB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACtD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,mCAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA6B;QAClE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,qBAAqB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAClE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,+CAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,wBAAwB,GAAxB,gCAAwB,KAAxB,gCAAwB,QA6BxC"}