oci-jms 2.102.1 → 2.103.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 (219) hide show
  1. package/lib/client.d.ts +111 -75
  2. package/lib/client.js +356 -75
  3. package/lib/client.js.map +1 -1
  4. package/lib/model/blocklist-target.d.ts +2 -2
  5. package/lib/model/change-fleet-compartment-details.d.ts +1 -1
  6. package/lib/model/create-fleet-details.d.ts +3 -3
  7. package/lib/model/create-jms-plugin-details.d.ts +5 -5
  8. package/lib/model/custom-log.d.ts +2 -2
  9. package/lib/model/deployed-application-installation-usage-summary.d.ts +1 -1
  10. package/lib/model/deployed-application-usage.d.ts +1 -1
  11. package/lib/model/existing-installation-site-id.d.ts +1 -1
  12. package/lib/model/export-setting.d.ts +1 -1
  13. package/lib/model/export-status.d.ts +1 -1
  14. package/lib/model/fleet-error-aggregation-collection.d.ts +26 -0
  15. package/lib/model/fleet-error-aggregation-collection.js +61 -0
  16. package/lib/model/fleet-error-aggregation-collection.js.map +1 -0
  17. package/lib/model/fleet-error-aggregation-summary.d.ts +30 -0
  18. package/lib/model/fleet-error-aggregation-summary.js +61 -0
  19. package/lib/model/fleet-error-aggregation-summary.js.map +1 -0
  20. package/lib/model/fleet-error-aggregation.d.ts +30 -0
  21. package/lib/model/fleet-error-aggregation.js +29 -0
  22. package/lib/model/fleet-error-aggregation.js.map +1 -0
  23. package/lib/model/fleet-error-collection.d.ts +26 -0
  24. package/lib/model/fleet-error-collection.js +61 -0
  25. package/lib/model/fleet-error-collection.js.map +1 -0
  26. package/lib/model/fleet-error-details.d.ts +38 -0
  27. package/lib/model/fleet-error-details.js +29 -0
  28. package/lib/model/fleet-error-details.js.map +1 -0
  29. package/lib/model/fleet-error-reason.d.ts +28 -0
  30. package/lib/model/fleet-error-reason.js +39 -0
  31. package/lib/model/fleet-error-reason.js.map +1 -0
  32. package/lib/model/fleet-error-sort-by.d.ts +23 -0
  33. package/lib/model/fleet-error-sort-by.js +34 -0
  34. package/lib/model/fleet-error-sort-by.js.map +1 -0
  35. package/lib/model/fleet-error-summary.d.ts +49 -0
  36. package/lib/model/fleet-error-summary.js +61 -0
  37. package/lib/model/fleet-error-summary.js.map +1 -0
  38. package/lib/model/fleet-summary.d.ts +5 -5
  39. package/lib/model/fleet.d.ts +5 -5
  40. package/lib/model/generate-agent-deploy-script-details.d.ts +1 -1
  41. package/lib/model/generate-agent-installer-configuration-details.d.ts +2 -2
  42. package/lib/model/index.d.ts +32 -0
  43. package/lib/model/index.js +36 -3
  44. package/lib/model/index.js.map +1 -1
  45. package/lib/model/installation-site-summary.d.ts +1 -1
  46. package/lib/model/installation-site.d.ts +1 -1
  47. package/lib/model/java-server-instance-usage.d.ts +2 -2
  48. package/lib/model/java-server-usage.d.ts +1 -1
  49. package/lib/model/jms-plugin-summary.d.ts +7 -7
  50. package/lib/model/jms-plugin.d.ts +7 -7
  51. package/lib/model/jre-usage.d.ts +2 -2
  52. package/lib/model/library-usage.d.ts +1 -1
  53. package/lib/model/managed-instance-usage.d.ts +2 -2
  54. package/lib/model/new-installation-site.d.ts +1 -1
  55. package/lib/model/operating-system.d.ts +4 -0
  56. package/lib/model/operating-system.js.map +1 -1
  57. package/lib/model/plugin-error-aggregation-collection.d.ts +26 -0
  58. package/lib/model/plugin-error-aggregation-collection.js +61 -0
  59. package/lib/model/plugin-error-aggregation-collection.js.map +1 -0
  60. package/lib/model/plugin-error-aggregation-summary.d.ts +30 -0
  61. package/lib/model/plugin-error-aggregation-summary.js +61 -0
  62. package/lib/model/plugin-error-aggregation-summary.js.map +1 -0
  63. package/lib/model/plugin-error-aggregation.d.ts +30 -0
  64. package/lib/model/plugin-error-aggregation.js +29 -0
  65. package/lib/model/plugin-error-aggregation.js.map +1 -0
  66. package/lib/model/plugin-error-collection.d.ts +26 -0
  67. package/lib/model/plugin-error-collection.js +61 -0
  68. package/lib/model/plugin-error-collection.js.map +1 -0
  69. package/lib/model/plugin-error-details.d.ts +38 -0
  70. package/lib/model/plugin-error-details.js +29 -0
  71. package/lib/model/plugin-error-details.js.map +1 -0
  72. package/lib/model/plugin-error-reason.d.ts +29 -0
  73. package/lib/model/plugin-error-reason.js +40 -0
  74. package/lib/model/plugin-error-reason.js.map +1 -0
  75. package/lib/model/plugin-error-sort-by.d.ts +23 -0
  76. package/lib/model/plugin-error-sort-by.js +34 -0
  77. package/lib/model/plugin-error-sort-by.js.map +1 -0
  78. package/lib/model/plugin-error-summary.d.ts +53 -0
  79. package/lib/model/plugin-error-summary.js +61 -0
  80. package/lib/model/plugin-error-summary.js.map +1 -0
  81. package/lib/model/principal.d.ts +1 -1
  82. package/lib/model/scan-java-server-usage-details.d.ts +1 -1
  83. package/lib/model/scan-library-usage-details.d.ts +1 -1
  84. package/lib/model/summarized-events-log.d.ts +2 -2
  85. package/lib/model/update-fleet-details.d.ts +2 -2
  86. package/lib/model/update-jms-plugin-details.d.ts +3 -3
  87. package/lib/model/work-request-error.d.ts +1 -1
  88. package/lib/model/work-request-resource.d.ts +1 -1
  89. package/lib/model/work-request.d.ts +3 -3
  90. package/lib/request/add-fleet-installation-sites-request.d.ts +2 -2
  91. package/lib/request/cancel-work-request-request.d.ts +2 -2
  92. package/lib/request/change-fleet-compartment-request.d.ts +2 -2
  93. package/lib/request/create-blocklist-request.d.ts +2 -2
  94. package/lib/request/create-drs-file-request.d.ts +2 -2
  95. package/lib/request/create-fleet-request.d.ts +1 -1
  96. package/lib/request/create-jms-plugin-request.d.ts +1 -1
  97. package/lib/request/delete-blocklist-request.d.ts +2 -2
  98. package/lib/request/delete-crypto-analysis-result-request.d.ts +2 -2
  99. package/lib/request/delete-drs-file-request.d.ts +2 -2
  100. package/lib/request/delete-fleet-request.d.ts +2 -2
  101. package/lib/request/delete-java-migration-analysis-result-request.d.ts +2 -2
  102. package/lib/request/delete-jms-plugin-request.d.ts +2 -2
  103. package/lib/request/delete-performance-tuning-analysis-result-request.d.ts +2 -2
  104. package/lib/request/disable-drs-request.d.ts +2 -2
  105. package/lib/request/enable-drs-request.d.ts +2 -2
  106. package/lib/request/generate-agent-deploy-script-request.d.ts +2 -2
  107. package/lib/request/generate-agent-installer-configuration-request.d.ts +1 -1
  108. package/lib/request/generate-load-pipeline-script-request.d.ts +2 -2
  109. package/lib/request/get-crypto-analysis-result-request.d.ts +2 -2
  110. package/lib/request/get-drs-file-request.d.ts +2 -2
  111. package/lib/request/get-export-setting-request.d.ts +2 -2
  112. package/lib/request/get-export-status-request.d.ts +2 -2
  113. package/lib/request/get-fleet-advanced-feature-configuration-request.d.ts +2 -2
  114. package/lib/request/get-fleet-agent-configuration-request.d.ts +2 -2
  115. package/lib/request/get-fleet-request.d.ts +2 -2
  116. package/lib/request/get-java-family-request.d.ts +1 -1
  117. package/lib/request/get-java-migration-analysis-result-request.d.ts +2 -2
  118. package/lib/request/get-java-release-request.d.ts +1 -1
  119. package/lib/request/get-jms-plugin-request.d.ts +2 -2
  120. package/lib/request/get-performance-tuning-analysis-result-request.d.ts +2 -2
  121. package/lib/request/get-work-request-request.d.ts +2 -2
  122. package/lib/request/index.d.ts +8 -0
  123. package/lib/request/list-agent-installers-request.d.ts +2 -2
  124. package/lib/request/list-announcements-request.d.ts +1 -1
  125. package/lib/request/list-blocklists-request.d.ts +2 -2
  126. package/lib/request/list-crypto-analysis-results-request.d.ts +3 -3
  127. package/lib/request/list-drs-files-request.d.ts +2 -2
  128. package/lib/request/list-fleet-diagnoses-request.d.ts +2 -2
  129. package/lib/request/list-fleet-errors-request.d.ts +72 -0
  130. package/lib/request/list-fleet-errors-request.js +15 -0
  131. package/lib/request/list-fleet-errors-request.js.map +1 -0
  132. package/lib/request/list-fleets-request.d.ts +2 -2
  133. package/lib/request/list-installation-sites-request.d.ts +2 -2
  134. package/lib/request/list-java-families-request.d.ts +1 -1
  135. package/lib/request/list-java-migration-analysis-results-request.d.ts +3 -3
  136. package/lib/request/list-java-releases-request.d.ts +1 -1
  137. package/lib/request/list-jms-plugins-request.d.ts +8 -4
  138. package/lib/request/list-jre-usage-request.d.ts +3 -3
  139. package/lib/request/list-performance-tuning-analysis-results-request.d.ts +7 -3
  140. package/lib/request/list-plugin-errors-request.d.ts +72 -0
  141. package/lib/request/list-plugin-errors-request.js +15 -0
  142. package/lib/request/list-plugin-errors-request.js.map +1 -0
  143. package/lib/request/list-work-items-request.d.ts +2 -2
  144. package/lib/request/list-work-request-errors-request.d.ts +2 -2
  145. package/lib/request/list-work-request-logs-request.d.ts +2 -2
  146. package/lib/request/list-work-requests-request.d.ts +3 -3
  147. package/lib/request/remove-fleet-installation-sites-request.d.ts +2 -2
  148. package/lib/request/request-crypto-analyses-request.d.ts +2 -2
  149. package/lib/request/request-deployed-application-migration-analyses-request.d.ts +2 -2
  150. package/lib/request/request-java-migration-analyses-request.d.ts +2 -2
  151. package/lib/request/request-jfr-recordings-request.d.ts +2 -2
  152. package/lib/request/request-performance-tuning-analyses-request.d.ts +2 -2
  153. package/lib/request/scan-java-server-usage-request.d.ts +2 -2
  154. package/lib/request/scan-library-usage-request.d.ts +2 -2
  155. package/lib/request/summarize-application-installation-usage-request.d.ts +2 -2
  156. package/lib/request/summarize-application-usage-request.d.ts +2 -2
  157. package/lib/request/summarize-deployed-application-installation-usage-request.d.ts +2 -2
  158. package/lib/request/summarize-deployed-application-usage-request.d.ts +2 -2
  159. package/lib/request/summarize-fleet-errors-request.d.ts +40 -0
  160. package/lib/request/summarize-fleet-errors-request.js +15 -0
  161. package/lib/request/summarize-fleet-errors-request.js.map +1 -0
  162. package/lib/request/summarize-installation-usage-request.d.ts +2 -2
  163. package/lib/request/summarize-java-server-instance-usage-request.d.ts +2 -2
  164. package/lib/request/summarize-java-server-usage-request.d.ts +2 -2
  165. package/lib/request/summarize-jre-usage-request.d.ts +2 -2
  166. package/lib/request/summarize-library-usage-request.d.ts +2 -2
  167. package/lib/request/summarize-managed-instance-usage-request.d.ts +2 -2
  168. package/lib/request/summarize-plugin-errors-request.d.ts +40 -0
  169. package/lib/request/summarize-plugin-errors-request.js +15 -0
  170. package/lib/request/summarize-plugin-errors-request.js.map +1 -0
  171. package/lib/request/summarize-resource-inventory-request.d.ts +7 -2
  172. package/lib/request/update-drs-file-request.d.ts +2 -2
  173. package/lib/request/update-export-setting-request.d.ts +2 -2
  174. package/lib/request/update-fleet-advanced-feature-configuration-request.d.ts +2 -2
  175. package/lib/request/update-fleet-agent-configuration-request.d.ts +2 -2
  176. package/lib/request/update-fleet-request.d.ts +2 -2
  177. package/lib/request/update-jms-plugin-request.d.ts +2 -2
  178. package/lib/response/index.d.ts +8 -0
  179. package/lib/response/list-agent-installers-response.d.ts +1 -1
  180. package/lib/response/list-announcements-response.d.ts +1 -1
  181. package/lib/response/list-blocklists-response.d.ts +1 -1
  182. package/lib/response/list-crypto-analysis-results-response.d.ts +1 -1
  183. package/lib/response/list-drs-files-response.d.ts +1 -1
  184. package/lib/response/list-fleet-diagnoses-response.d.ts +1 -1
  185. package/lib/response/list-fleet-errors-response.d.ts +32 -0
  186. package/lib/response/list-fleet-errors-response.js +15 -0
  187. package/lib/response/list-fleet-errors-response.js.map +1 -0
  188. package/lib/response/list-fleets-response.d.ts +1 -1
  189. package/lib/response/list-installation-sites-response.d.ts +1 -1
  190. package/lib/response/list-java-families-response.d.ts +1 -1
  191. package/lib/response/list-java-migration-analysis-results-response.d.ts +1 -1
  192. package/lib/response/list-java-releases-response.d.ts +1 -1
  193. package/lib/response/list-jms-plugins-response.d.ts +1 -1
  194. package/lib/response/list-jre-usage-response.d.ts +1 -1
  195. package/lib/response/list-performance-tuning-analysis-results-response.d.ts +1 -1
  196. package/lib/response/list-plugin-errors-response.d.ts +32 -0
  197. package/lib/response/list-plugin-errors-response.js +15 -0
  198. package/lib/response/list-plugin-errors-response.js.map +1 -0
  199. package/lib/response/list-work-items-response.d.ts +1 -1
  200. package/lib/response/list-work-request-errors-response.d.ts +1 -1
  201. package/lib/response/list-work-request-logs-response.d.ts +1 -1
  202. package/lib/response/list-work-requests-response.d.ts +1 -1
  203. package/lib/response/summarize-application-installation-usage-response.d.ts +1 -1
  204. package/lib/response/summarize-application-usage-response.d.ts +1 -1
  205. package/lib/response/summarize-deployed-application-installation-usage-response.d.ts +1 -1
  206. package/lib/response/summarize-deployed-application-usage-response.d.ts +1 -1
  207. package/lib/response/summarize-fleet-errors-response.d.ts +32 -0
  208. package/lib/response/summarize-fleet-errors-response.js +15 -0
  209. package/lib/response/summarize-fleet-errors-response.js.map +1 -0
  210. package/lib/response/summarize-installation-usage-response.d.ts +1 -1
  211. package/lib/response/summarize-java-server-instance-usage-response.d.ts +1 -1
  212. package/lib/response/summarize-java-server-usage-response.d.ts +1 -1
  213. package/lib/response/summarize-jre-usage-response.d.ts +1 -1
  214. package/lib/response/summarize-library-usage-response.d.ts +1 -1
  215. package/lib/response/summarize-managed-instance-usage-response.d.ts +1 -1
  216. package/lib/response/summarize-plugin-errors-response.d.ts +32 -0
  217. package/lib/response/summarize-plugin-errors-response.js +15 -0
  218. package/lib/response/summarize-plugin-errors-response.js.map +1 -0
  219. package/package.json +3 -3
@@ -16,11 +16,11 @@ import * as model from "../model";
16
16
  */
17
17
  export interface JmsPluginSummary {
18
18
  /**
19
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) to identify this JmsPlugin.
19
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) to identify this JmsPlugin.
20
20
  */
21
21
  "id": string;
22
22
  /**
23
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the Management Agent (OMA) or the Oracle Cloud Agent (OCA) instance where the JMS plugin is deployed.
23
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Management Agent (OMA) or the Oracle Cloud Agent (OCA) instance where the JMS plugin is deployed.
24
24
  */
25
25
  "agentId": string;
26
26
  /**
@@ -36,12 +36,12 @@ export interface JmsPluginSummary {
36
36
  */
37
37
  "availabilityStatus": model.JmsPluginAvailabilityStatus;
38
38
  /**
39
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the fleet.
39
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the fleet.
40
40
  *
41
41
  */
42
42
  "fleetId"?: string;
43
43
  /**
44
- * The OMA/OCA agent's compartment [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm).
44
+ * The OMA/OCA agent's compartment [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
45
45
  *
46
46
  */
47
47
  "compartmentId"?: string;
@@ -81,7 +81,7 @@ export interface JmsPluginSummary {
81
81
  "timeLastSeen"?: Date;
82
82
  /**
83
83
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
84
- * Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}. (See [Understanding Free-form Tags](https://docs.cloud.oracle.com/Content/Tagging/Tasks/managingtagsandtagnamespaces.htm)).
84
+ * Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}. (See [Understanding Free-form Tags](https://docs.oracle.com/iaas/Content/Tagging/Tasks/managingtagsandtagnamespaces.htm)).
85
85
  *
86
86
  */
87
87
  "definedTags"?: {
@@ -91,7 +91,7 @@ export interface JmsPluginSummary {
91
91
  };
92
92
  /**
93
93
  * Simple key-value pair that is applied without any predefined name, type, or scope. Exists for cross-compatibility only.
94
- * Example: {@code {\"bar-key\": \"value\"}}. (See [Managing Tags and Tag Namespaces](https://docs.cloud.oracle.com/Content/Tagging/Concepts/understandingfreeformtags.htm).)
94
+ * Example: {@code {\"bar-key\": \"value\"}}. (See [Managing Tags and Tag Namespaces](https://docs.oracle.com/iaas/Content/Tagging/Concepts/understandingfreeformtags.htm).)
95
95
  *
96
96
  */
97
97
  "freeformTags"?: {
@@ -99,7 +99,7 @@ export interface JmsPluginSummary {
99
99
  };
100
100
  /**
101
101
  * System tags for this resource. Each key is predefined and scoped to a namespace.
102
- * For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
102
+ * For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
103
103
  * System tags can be viewed by users, but can only be created by the system.
104
104
  * <p>
105
105
  Example: {@code {\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}}
@@ -17,11 +17,11 @@ import * as model from "../model";
17
17
  */
18
18
  export interface JmsPlugin {
19
19
  /**
20
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) to identify this JmsPlugin.
20
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) to identify this JmsPlugin.
21
21
  */
22
22
  "id": string;
23
23
  /**
24
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the Management Agent (OMA) or the Oracle Cloud Agent (OCA) instance where the JMS plugin is deployed.
24
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Management Agent (OMA) or the Oracle Cloud Agent (OCA) instance where the JMS plugin is deployed.
25
25
  */
26
26
  "agentId": string;
27
27
  /**
@@ -37,12 +37,12 @@ export interface JmsPlugin {
37
37
  */
38
38
  "availabilityStatus": model.JmsPluginAvailabilityStatus;
39
39
  /**
40
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the fleet.
40
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the fleet.
41
41
  *
42
42
  */
43
43
  "fleetId"?: string;
44
44
  /**
45
- * The OMA/OCA agent's compartment [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm).
45
+ * The OMA/OCA agent's compartment [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
46
46
  *
47
47
  */
48
48
  "compartmentId"?: string;
@@ -82,7 +82,7 @@ export interface JmsPlugin {
82
82
  "timeLastSeen"?: Date;
83
83
  /**
84
84
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
85
- * Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}. (See [Understanding Free-form Tags](https://docs.cloud.oracle.com/Content/Tagging/Tasks/managingtagsandtagnamespaces.htm)).
85
+ * Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}. (See [Understanding Free-form Tags](https://docs.oracle.com/iaas/Content/Tagging/Tasks/managingtagsandtagnamespaces.htm)).
86
86
  *
87
87
  */
88
88
  "definedTags"?: {
@@ -92,7 +92,7 @@ export interface JmsPlugin {
92
92
  };
93
93
  /**
94
94
  * Simple key-value pair that is applied without any predefined name, type, or scope. Exists for cross-compatibility only.
95
- * Example: {@code {\"bar-key\": \"value\"}}. (See [Managing Tags and Tag Namespaces](https://docs.cloud.oracle.com/Content/Tagging/Concepts/understandingfreeformtags.htm).)
95
+ * Example: {@code {\"bar-key\": \"value\"}}. (See [Managing Tags and Tag Namespaces](https://docs.oracle.com/iaas/Content/Tagging/Concepts/understandingfreeformtags.htm).)
96
96
  *
97
97
  */
98
98
  "freeformTags"?: {
@@ -100,7 +100,7 @@ export interface JmsPlugin {
100
100
  };
101
101
  /**
102
102
  * System tags for this resource. Each key is predefined and scoped to a namespace.
103
- * For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
103
+ * For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
104
104
  * System tags can be viewed by users, but can only be created by the system.
105
105
  * <p>
106
106
  Example: {@code {\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}}
@@ -20,11 +20,11 @@ export interface JreUsage {
20
20
  */
21
21
  "id"?: string;
22
22
  /**
23
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the related fleet.
23
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the related fleet.
24
24
  */
25
25
  "fleetId"?: string;
26
26
  /**
27
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the related managed instance. This property value is present only for /listJreUsage.
27
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the related managed instance. This property value is present only for /listJreUsage.
28
28
  */
29
29
  "managedInstanceId"?: string;
30
30
  /**
@@ -21,7 +21,7 @@ export interface LibraryUsage {
21
21
  */
22
22
  "libraryKey": string;
23
23
  /**
24
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the related fleet.
24
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the related fleet.
25
25
  *
26
26
  */
27
27
  "fleetId": string;
@@ -20,7 +20,7 @@ import * as model from "../model";
20
20
  */
21
21
  export interface ManagedInstanceUsage {
22
22
  /**
23
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the related managed instance.
23
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the related managed instance.
24
24
  *
25
25
  */
26
26
  "managedInstanceId": string;
@@ -33,7 +33,7 @@ export interface ManagedInstanceUsage {
33
33
  */
34
34
  "hostname"?: string;
35
35
  /**
36
- * The host [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the related managed instance.
36
+ * The host [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the related managed instance.
37
37
  *
38
38
  */
39
39
  "hostId"?: string;
@@ -16,7 +16,7 @@ import * as model from "../model";
16
16
  */
17
17
  export interface NewInstallationSite {
18
18
  /**
19
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the related managed instance.
19
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the related managed instance.
20
20
  *
21
21
  */
22
22
  "managedInstanceId": string;
@@ -24,6 +24,10 @@ export interface OperatingSystem {
24
24
  * The name of the operating system as provided by the Java system property os.name.
25
25
  */
26
26
  "name": string;
27
+ /**
28
+ * The name of the Operating System distribution, such as Oracle Linux 9, Windows 10, or macOS X.
29
+ */
30
+ "distribution"?: string;
27
31
  /**
28
32
  * The version of the operating system as provided by the Java system property os.version.
29
33
  */
@@ -1 +1 @@
1
- {"version":3,"file":"operating-system.js","sourceRoot":"","sources":["../../../../../lib/jms/lib/model/operating-system.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAgCH,IAAiB,eAAe,CAW/B;AAXD,WAAiB,eAAe;IAC9B,SAAgB,UAAU,CAAC,GAAoB;QAC7C,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,0BAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAoB;QACzD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,sCAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,eAAe,GAAf,uBAAe,KAAf,uBAAe,QAW/B"}
1
+ {"version":3,"file":"operating-system.js","sourceRoot":"","sources":["../../../../../lib/jms/lib/model/operating-system.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAoCH,IAAiB,eAAe,CAW/B;AAXD,WAAiB,eAAe;IAC9B,SAAgB,UAAU,CAAC,GAAoB;QAC7C,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,0BAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAoB;QACzD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,sCAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,eAAe,GAAf,uBAAe,KAAf,uBAAe,QAW/B"}
@@ -0,0 +1,26 @@
1
+ /**
2
+ * Java Management Service Fleets API
3
+ * The APIs for the [Fleet Management](https://docs.oracle.com/en-us/iaas/jms/doc/fleet-management.html) feature of Java Management Service to monitor and manage the usage of Java in your enterprise. Use these APIs to manage fleets, configure managed instances to report to fleets, and gain insights into the Java workloads running on these instances by carrying out basic and advanced features.
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, 2025, 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
+ * Collection of PluginErrorAggregation.
16
+ */
17
+ export interface PluginErrorAggregationCollection {
18
+ /**
19
+ * A list of PluginErrorAggregationSummary.
20
+ */
21
+ "items": Array<model.PluginErrorAggregationSummary>;
22
+ }
23
+ export declare namespace PluginErrorAggregationCollection {
24
+ function getJsonObj(obj: PluginErrorAggregationCollection): object;
25
+ function getDeserializedJsonObj(obj: PluginErrorAggregationCollection): object;
26
+ }
@@ -0,0 +1,61 @@
1
+ "use strict";
2
+ /**
3
+ * Java Management Service Fleets API
4
+ * The APIs for the [Fleet Management](https://docs.oracle.com/en-us/iaas/jms/doc/fleet-management.html) feature of Java Management Service to monitor and manage the usage of Java in your enterprise. Use these APIs to manage fleets, configure managed instances to report to fleets, and gain insights into the Java workloads running on these instances by carrying out basic and advanced features.
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, 2025, 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.PluginErrorAggregationCollection = void 0;
35
+ const model = __importStar(require("../model"));
36
+ var PluginErrorAggregationCollection;
37
+ (function (PluginErrorAggregationCollection) {
38
+ function getJsonObj(obj) {
39
+ const jsonObj = Object.assign(Object.assign({}, obj), {
40
+ "items": obj.items
41
+ ? obj.items.map(item => {
42
+ return model.PluginErrorAggregationSummary.getJsonObj(item);
43
+ })
44
+ : undefined
45
+ });
46
+ return jsonObj;
47
+ }
48
+ PluginErrorAggregationCollection.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.PluginErrorAggregationSummary.getDeserializedJsonObj(item);
54
+ })
55
+ : undefined
56
+ });
57
+ return jsonObj;
58
+ }
59
+ PluginErrorAggregationCollection.getDeserializedJsonObj = getDeserializedJsonObj;
60
+ })(PluginErrorAggregationCollection = exports.PluginErrorAggregationCollection || (exports.PluginErrorAggregationCollection = {}));
61
+ //# sourceMappingURL=plugin-error-aggregation-collection.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"plugin-error-aggregation-collection.js","sourceRoot":"","sources":["../../../../../lib/jms/lib/model/plugin-error-aggregation-collection.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAalC,IAAiB,gCAAgC,CA6BhD;AA7BD,WAAiB,gCAAgC;IAC/C,SAAgB,UAAU,CAAC,GAAqC;QAC9D,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,6BAA6B,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAC9D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,2CAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAqC;QAC1E,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,6BAA6B,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAC1E,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,uDAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,gCAAgC,GAAhC,wCAAgC,KAAhC,wCAAgC,QA6BhD"}
@@ -0,0 +1,30 @@
1
+ /**
2
+ * Java Management Service Fleets API
3
+ * The APIs for the [Fleet Management](https://docs.oracle.com/en-us/iaas/jms/doc/fleet-management.html) feature of Java Management Service to monitor and manage the usage of Java in your enterprise. Use these APIs to manage fleets, configure managed instances to report to fleets, and gain insights into the Java workloads running on these instances by carrying out basic and advanced features.
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, 2025, 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
+ * High level view of plugin error aggregations.
16
+ */
17
+ export interface PluginErrorAggregationSummary {
18
+ /**
19
+ * Count of plugins with no problems. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
20
+ */
21
+ "healthyPluginCount": number;
22
+ /**
23
+ * List of plugin aggregation errors.
24
+ */
25
+ "pluginErrorAggregations": Array<model.PluginErrorAggregation>;
26
+ }
27
+ export declare namespace PluginErrorAggregationSummary {
28
+ function getJsonObj(obj: PluginErrorAggregationSummary): object;
29
+ function getDeserializedJsonObj(obj: PluginErrorAggregationSummary): object;
30
+ }
@@ -0,0 +1,61 @@
1
+ "use strict";
2
+ /**
3
+ * Java Management Service Fleets API
4
+ * The APIs for the [Fleet Management](https://docs.oracle.com/en-us/iaas/jms/doc/fleet-management.html) feature of Java Management Service to monitor and manage the usage of Java in your enterprise. Use these APIs to manage fleets, configure managed instances to report to fleets, and gain insights into the Java workloads running on these instances by carrying out basic and advanced features.
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, 2025, 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.PluginErrorAggregationSummary = void 0;
35
+ const model = __importStar(require("../model"));
36
+ var PluginErrorAggregationSummary;
37
+ (function (PluginErrorAggregationSummary) {
38
+ function getJsonObj(obj) {
39
+ const jsonObj = Object.assign(Object.assign({}, obj), {
40
+ "pluginErrorAggregations": obj.pluginErrorAggregations
41
+ ? obj.pluginErrorAggregations.map(item => {
42
+ return model.PluginErrorAggregation.getJsonObj(item);
43
+ })
44
+ : undefined
45
+ });
46
+ return jsonObj;
47
+ }
48
+ PluginErrorAggregationSummary.getJsonObj = getJsonObj;
49
+ function getDeserializedJsonObj(obj) {
50
+ const jsonObj = Object.assign(Object.assign({}, obj), {
51
+ "pluginErrorAggregations": obj.pluginErrorAggregations
52
+ ? obj.pluginErrorAggregations.map(item => {
53
+ return model.PluginErrorAggregation.getDeserializedJsonObj(item);
54
+ })
55
+ : undefined
56
+ });
57
+ return jsonObj;
58
+ }
59
+ PluginErrorAggregationSummary.getDeserializedJsonObj = getDeserializedJsonObj;
60
+ })(PluginErrorAggregationSummary = exports.PluginErrorAggregationSummary || (exports.PluginErrorAggregationSummary = {}));
61
+ //# sourceMappingURL=plugin-error-aggregation-summary.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"plugin-error-aggregation-summary.js","sourceRoot":"","sources":["../../../../../lib/jms/lib/model/plugin-error-aggregation-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAiBlC,IAAiB,6BAA6B,CA6B7C;AA7BD,WAAiB,6BAA6B;IAC5C,SAAgB,UAAU,CAAC,GAAkC;QAC3D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,yBAAyB,EAAE,GAAG,CAAC,uBAAuB;gBACpD,CAAC,CAAC,GAAG,CAAC,uBAAuB,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACrC,OAAO,KAAK,CAAC,sBAAsB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACvD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,wCAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAkC;QACvE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,yBAAyB,EAAE,GAAG,CAAC,uBAAuB;gBACpD,CAAC,CAAC,GAAG,CAAC,uBAAuB,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACrC,OAAO,KAAK,CAAC,sBAAsB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACnE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,oDAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,6BAA6B,GAA7B,qCAA6B,KAA7B,qCAA6B,QA6B7C"}
@@ -0,0 +1,30 @@
1
+ /**
2
+ * Java Management Service Fleets API
3
+ * The APIs for the [Fleet Management](https://docs.oracle.com/en-us/iaas/jms/doc/fleet-management.html) feature of Java Management Service to monitor and manage the usage of Java in your enterprise. Use these APIs to manage fleets, configure managed instances to report to fleets, and gain insights into the Java workloads running on these instances by carrying out basic and advanced features.
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, 2025, 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
+ * Aggregation of PluginErrors
16
+ */
17
+ export interface PluginErrorAggregation {
18
+ /**
19
+ * Enum that uniquely identifies the plugin error.
20
+ */
21
+ "reason": model.PluginErrorReason;
22
+ /**
23
+ * Number of FleetErrors encountered for the specific reason. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
24
+ */
25
+ "count": number;
26
+ }
27
+ export declare namespace PluginErrorAggregation {
28
+ function getJsonObj(obj: PluginErrorAggregation): object;
29
+ function getDeserializedJsonObj(obj: PluginErrorAggregation): object;
30
+ }
@@ -0,0 +1,29 @@
1
+ "use strict";
2
+ /**
3
+ * Java Management Service Fleets API
4
+ * The APIs for the [Fleet Management](https://docs.oracle.com/en-us/iaas/jms/doc/fleet-management.html) feature of Java Management Service to monitor and manage the usage of Java in your enterprise. Use these APIs to manage fleets, configure managed instances to report to fleets, and gain insights into the Java workloads running on these instances by carrying out basic and advanced features.
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, 2025, 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.PluginErrorAggregation = void 0;
16
+ var PluginErrorAggregation;
17
+ (function (PluginErrorAggregation) {
18
+ function getJsonObj(obj) {
19
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
20
+ return jsonObj;
21
+ }
22
+ PluginErrorAggregation.getJsonObj = getJsonObj;
23
+ function getDeserializedJsonObj(obj) {
24
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
25
+ return jsonObj;
26
+ }
27
+ PluginErrorAggregation.getDeserializedJsonObj = getDeserializedJsonObj;
28
+ })(PluginErrorAggregation = exports.PluginErrorAggregation || (exports.PluginErrorAggregation = {}));
29
+ //# sourceMappingURL=plugin-error-aggregation.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"plugin-error-aggregation.js","sourceRoot":"","sources":["../../../../../lib/jms/lib/model/plugin-error-aggregation.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAmBH,IAAiB,sBAAsB,CAWtC;AAXD,WAAiB,sBAAsB;IACrC,SAAgB,UAAU,CAAC,GAA2B;QACpD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,iCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA2B;QAChE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,6CAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,sBAAsB,GAAtB,8BAAsB,KAAtB,8BAAsB,QAWtC"}
@@ -0,0 +1,26 @@
1
+ /**
2
+ * Java Management Service Fleets API
3
+ * The APIs for the [Fleet Management](https://docs.oracle.com/en-us/iaas/jms/doc/fleet-management.html) feature of Java Management Service to monitor and manage the usage of Java in your enterprise. Use these APIs to manage fleets, configure managed instances to report to fleets, and gain insights into the Java workloads running on these instances by carrying out basic and advanced features.
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, 2025, 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
+ * Collection of PluginErrors.
16
+ */
17
+ export interface PluginErrorCollection {
18
+ /**
19
+ * A list of PluginErrorSummary.
20
+ */
21
+ "items": Array<model.PluginErrorSummary>;
22
+ }
23
+ export declare namespace PluginErrorCollection {
24
+ function getJsonObj(obj: PluginErrorCollection): object;
25
+ function getDeserializedJsonObj(obj: PluginErrorCollection): object;
26
+ }
@@ -0,0 +1,61 @@
1
+ "use strict";
2
+ /**
3
+ * Java Management Service Fleets API
4
+ * The APIs for the [Fleet Management](https://docs.oracle.com/en-us/iaas/jms/doc/fleet-management.html) feature of Java Management Service to monitor and manage the usage of Java in your enterprise. Use these APIs to manage fleets, configure managed instances to report to fleets, and gain insights into the Java workloads running on these instances by carrying out basic and advanced features.
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, 2025, 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.PluginErrorCollection = void 0;
35
+ const model = __importStar(require("../model"));
36
+ var PluginErrorCollection;
37
+ (function (PluginErrorCollection) {
38
+ function getJsonObj(obj) {
39
+ const jsonObj = Object.assign(Object.assign({}, obj), {
40
+ "items": obj.items
41
+ ? obj.items.map(item => {
42
+ return model.PluginErrorSummary.getJsonObj(item);
43
+ })
44
+ : undefined
45
+ });
46
+ return jsonObj;
47
+ }
48
+ PluginErrorCollection.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.PluginErrorSummary.getDeserializedJsonObj(item);
54
+ })
55
+ : undefined
56
+ });
57
+ return jsonObj;
58
+ }
59
+ PluginErrorCollection.getDeserializedJsonObj = getDeserializedJsonObj;
60
+ })(PluginErrorCollection = exports.PluginErrorCollection || (exports.PluginErrorCollection = {}));
61
+ //# sourceMappingURL=plugin-error-collection.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"plugin-error-collection.js","sourceRoot":"","sources":["../../../../../lib/jms/lib/model/plugin-error-collection.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAalC,IAAiB,qBAAqB,CA6BrC;AA7BD,WAAiB,qBAAqB;IACpC,SAAgB,UAAU,CAAC,GAA0B;QACnD,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,kBAAkB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACnD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,gCAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA0B;QAC/D,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,kBAAkB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAC/D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,4CAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,qBAAqB,GAArB,6BAAqB,KAArB,6BAAqB,QA6BrC"}
@@ -0,0 +1,38 @@
1
+ /**
2
+ * Java Management Service Fleets API
3
+ * The APIs for the [Fleet Management](https://docs.oracle.com/en-us/iaas/jms/doc/fleet-management.html) feature of Java Management Service to monitor and manage the usage of Java in your enterprise. Use these APIs to manage fleets, configure managed instances to report to fleets, and gain insights into the Java workloads running on these instances by carrying out basic and advanced features.
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, 2025, 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
+ * Details of a plugin error.
16
+ */
17
+ export interface PluginErrorDetails {
18
+ /**
19
+ * The plugin error reason.
20
+ */
21
+ "reason": model.PluginErrorReason;
22
+ /**
23
+ * Optional string containing additional details.
24
+ */
25
+ "details"?: string;
26
+ /**
27
+ * The date and time the resource was _last_ reported to JMS.
28
+ * This is potentially _after_ the specified time period provided by the filters.
29
+ * For example, a resource can be last reported to JMS before the start of a specified time period,
30
+ * if it is also reported during the time period.
31
+ *
32
+ */
33
+ "timeLastSeen": Date;
34
+ }
35
+ export declare namespace PluginErrorDetails {
36
+ function getJsonObj(obj: PluginErrorDetails): object;
37
+ function getDeserializedJsonObj(obj: PluginErrorDetails): object;
38
+ }
@@ -0,0 +1,29 @@
1
+ "use strict";
2
+ /**
3
+ * Java Management Service Fleets API
4
+ * The APIs for the [Fleet Management](https://docs.oracle.com/en-us/iaas/jms/doc/fleet-management.html) feature of Java Management Service to monitor and manage the usage of Java in your enterprise. Use these APIs to manage fleets, configure managed instances to report to fleets, and gain insights into the Java workloads running on these instances by carrying out basic and advanced features.
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, 2025, 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.PluginErrorDetails = void 0;
16
+ var PluginErrorDetails;
17
+ (function (PluginErrorDetails) {
18
+ function getJsonObj(obj) {
19
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
20
+ return jsonObj;
21
+ }
22
+ PluginErrorDetails.getJsonObj = getJsonObj;
23
+ function getDeserializedJsonObj(obj) {
24
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
25
+ return jsonObj;
26
+ }
27
+ PluginErrorDetails.getDeserializedJsonObj = getDeserializedJsonObj;
28
+ })(PluginErrorDetails = exports.PluginErrorDetails || (exports.PluginErrorDetails = {}));
29
+ //# sourceMappingURL=plugin-error-details.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"plugin-error-details.js","sourceRoot":"","sources":["../../../../../lib/jms/lib/model/plugin-error-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA2BH,IAAiB,kBAAkB,CAWlC;AAXD,WAAiB,kBAAkB;IACjC,SAAgB,UAAU,CAAC,GAAuB;QAChD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,6BAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAuB;QAC5D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,yCAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,kBAAkB,GAAlB,0BAAkB,KAAlB,0BAAkB,QAWlC"}