oci-opsi 2.48.1 → 2.50.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 (214) hide show
  1. package/lib/client.d.ts +126 -126
  2. package/lib/client.js +158 -142
  3. package/lib/client.js.map +1 -1
  4. package/lib/model/add-exadata-insight-members-details.js +4 -0
  5. package/lib/model/add-exadata-insight-members-details.js.map +1 -1
  6. package/lib/model/add-pe-comanaged-exadata-insight-members-details.d.ts +28 -0
  7. package/lib/model/add-pe-comanaged-exadata-insight-members-details.js +69 -0
  8. package/lib/model/add-pe-comanaged-exadata-insight-members-details.js.map +1 -0
  9. package/lib/model/create-exadata-insight-details.js +4 -0
  10. package/lib/model/create-exadata-insight-details.js.map +1 -1
  11. package/lib/model/create-pe-comanaged-exadata-insight-details.d.ts +32 -0
  12. package/lib/model/create-pe-comanaged-exadata-insight-details.js +69 -0
  13. package/lib/model/create-pe-comanaged-exadata-insight-details.js.map +1 -0
  14. package/lib/model/create-pe-comanaged-exadata-vmcluster-details.d.ts +41 -0
  15. package/lib/model/create-pe-comanaged-exadata-vmcluster-details.js +64 -0
  16. package/lib/model/create-pe-comanaged-exadata-vmcluster-details.js.map +1 -0
  17. package/lib/model/enable-exadata-insight-details.js +4 -0
  18. package/lib/model/enable-exadata-insight-details.js.map +1 -1
  19. package/lib/model/enable-pe-comanaged-exadata-insight-details.d.ts +27 -0
  20. package/lib/model/enable-pe-comanaged-exadata-insight-details.js +57 -0
  21. package/lib/model/enable-pe-comanaged-exadata-insight-details.js.map +1 -0
  22. package/lib/model/exadata-configuration-summary.d.ts +4 -0
  23. package/lib/model/exadata-configuration-summary.js +18 -2
  24. package/lib/model/exadata-configuration-summary.js.map +1 -1
  25. package/lib/model/exadata-details.d.ts +5 -1
  26. package/lib/model/exadata-details.js.map +1 -1
  27. package/lib/model/exadata-entity-source.d.ts +1 -0
  28. package/lib/model/exadata-entity-source.js +1 -0
  29. package/lib/model/exadata-entity-source.js.map +1 -1
  30. package/lib/model/exadata-exacs-configuration-summary.d.ts +35 -0
  31. package/lib/model/exadata-exacs-configuration-summary.js +57 -0
  32. package/lib/model/exadata-exacs-configuration-summary.js.map +1 -0
  33. package/lib/model/exadata-insight-summary.js +4 -0
  34. package/lib/model/exadata-insight-summary.js.map +1 -1
  35. package/lib/model/exadata-insight.js +4 -0
  36. package/lib/model/exadata-insight.js.map +1 -1
  37. package/lib/model/exadata-member-summary.d.ts +1 -0
  38. package/lib/model/exadata-member-summary.js +1 -0
  39. package/lib/model/exadata-member-summary.js.map +1 -1
  40. package/lib/model/exadata-rack-type.d.ts +1 -0
  41. package/lib/model/exadata-rack-type.js +1 -0
  42. package/lib/model/exadata-rack-type.js.map +1 -1
  43. package/lib/model/exadata-resource-type.d.ts +30 -0
  44. package/lib/model/exadata-resource-type.js +41 -0
  45. package/lib/model/exadata-resource-type.js.map +1 -0
  46. package/lib/model/index.d.ts +20 -0
  47. package/lib/model/index.js +28 -7
  48. package/lib/model/index.js.map +1 -1
  49. package/lib/model/pe-comanaged-database-insight-summary.d.ts +8 -0
  50. package/lib/model/pe-comanaged-database-insight-summary.js.map +1 -1
  51. package/lib/model/pe-comanaged-database-insight.d.ts +8 -0
  52. package/lib/model/pe-comanaged-database-insight.js.map +1 -1
  53. package/lib/model/pe-comanaged-exadata-insight-summary.d.ts +39 -0
  54. package/lib/model/pe-comanaged-exadata-insight-summary.js +57 -0
  55. package/lib/model/pe-comanaged-exadata-insight-summary.js.map +1 -0
  56. package/lib/model/pe-comanaged-exadata-insight.d.ts +39 -0
  57. package/lib/model/pe-comanaged-exadata-insight.js +57 -0
  58. package/lib/model/pe-comanaged-exadata-insight.js.map +1 -0
  59. package/lib/model/pe-comanaged-host-configuration-summary.d.ts +1 -0
  60. package/lib/model/pe-comanaged-host-configuration-summary.js +10 -2
  61. package/lib/model/pe-comanaged-host-configuration-summary.js.map +1 -1
  62. package/lib/model/pe-comanaged-managed-external-database-configuration-summary.d.ts +1 -0
  63. package/lib/model/pe-comanaged-managed-external-database-configuration-summary.js +6 -0
  64. package/lib/model/pe-comanaged-managed-external-database-configuration-summary.js.map +1 -1
  65. package/lib/model/update-exadata-insight-details.js +4 -0
  66. package/lib/model/update-exadata-insight-details.js.map +1 -1
  67. package/lib/model/update-pe-comanaged-exadata-insight-details.d.ts +27 -0
  68. package/lib/model/update-pe-comanaged-exadata-insight-details.js +57 -0
  69. package/lib/model/update-pe-comanaged-exadata-insight-details.js.map +1 -0
  70. package/lib/model/vm-cluster-summary.d.ts +40 -0
  71. package/lib/model/vm-cluster-summary.js +32 -0
  72. package/lib/model/vm-cluster-summary.js.map +1 -0
  73. package/lib/request/add-exadata-insight-members-request.d.ts +2 -2
  74. package/lib/request/change-database-insight-compartment-request.d.ts +1 -1
  75. package/lib/request/change-enterprise-manager-bridge-compartment-request.d.ts +1 -1
  76. package/lib/request/change-exadata-insight-compartment-request.d.ts +1 -1
  77. package/lib/request/change-host-insight-compartment-request.d.ts +1 -1
  78. package/lib/request/change-operations-insights-private-endpoint-compartment-request.d.ts +1 -1
  79. package/lib/request/change-pe-comanaged-database-insight-request.d.ts +1 -1
  80. package/lib/request/create-awr-hub-request.d.ts +1 -1
  81. package/lib/request/create-database-insight-request.d.ts +1 -1
  82. package/lib/request/create-enterprise-manager-bridge-request.d.ts +1 -1
  83. package/lib/request/create-exadata-insight-request.d.ts +2 -2
  84. package/lib/request/create-host-insight-request.d.ts +1 -1
  85. package/lib/request/create-operations-insights-private-endpoint-request.d.ts +1 -1
  86. package/lib/request/create-operations-insights-warehouse-request.d.ts +1 -1
  87. package/lib/request/create-operations-insights-warehouse-user-request.d.ts +1 -1
  88. package/lib/request/delete-awr-hub-request.d.ts +1 -1
  89. package/lib/request/delete-database-insight-request.d.ts +1 -1
  90. package/lib/request/delete-enterprise-manager-bridge-request.d.ts +1 -1
  91. package/lib/request/delete-exadata-insight-request.d.ts +1 -1
  92. package/lib/request/delete-host-insight-request.d.ts +1 -1
  93. package/lib/request/delete-operations-insights-private-endpoint-request.d.ts +1 -1
  94. package/lib/request/delete-operations-insights-warehouse-request.d.ts +1 -1
  95. package/lib/request/delete-operations-insights-warehouse-user-request.d.ts +1 -1
  96. package/lib/request/disable-database-insight-request.d.ts +1 -1
  97. package/lib/request/disable-exadata-insight-request.d.ts +1 -1
  98. package/lib/request/disable-host-insight-request.d.ts +1 -1
  99. package/lib/request/download-operations-insights-warehouse-wallet-request.d.ts +1 -1
  100. package/lib/request/enable-database-insight-request.d.ts +1 -1
  101. package/lib/request/enable-exadata-insight-request.d.ts +2 -2
  102. package/lib/request/enable-host-insight-request.d.ts +1 -1
  103. package/lib/request/get-awr-database-report-request.d.ts +1 -1
  104. package/lib/request/get-awr-database-sql-report-request.d.ts +1 -1
  105. package/lib/request/get-awr-hub-request.d.ts +1 -1
  106. package/lib/request/get-awr-report-request.d.ts +1 -1
  107. package/lib/request/get-database-insight-request.d.ts +1 -1
  108. package/lib/request/get-enterprise-manager-bridge-request.d.ts +1 -1
  109. package/lib/request/get-exadata-insight-request.d.ts +1 -1
  110. package/lib/request/get-host-insight-request.d.ts +1 -1
  111. package/lib/request/get-operations-insights-private-endpoint-request.d.ts +1 -1
  112. package/lib/request/get-operations-insights-warehouse-request.d.ts +1 -1
  113. package/lib/request/get-operations-insights-warehouse-user-request.d.ts +1 -1
  114. package/lib/request/get-opsi-data-object-request.d.ts +1 -1
  115. package/lib/request/get-work-request-request.d.ts +1 -1
  116. package/lib/request/ingest-database-configuration-request.d.ts +1 -1
  117. package/lib/request/ingest-host-configuration-request.d.ts +1 -1
  118. package/lib/request/ingest-host-metrics-request.d.ts +1 -1
  119. package/lib/request/ingest-sql-bucket-request.d.ts +1 -1
  120. package/lib/request/ingest-sql-plan-lines-request.d.ts +1 -1
  121. package/lib/request/ingest-sql-stats-request.d.ts +1 -1
  122. package/lib/request/ingest-sql-text-request.d.ts +1 -1
  123. package/lib/request/list-awr-database-snapshots-request.d.ts +1 -1
  124. package/lib/request/list-awr-databases-request.d.ts +1 -1
  125. package/lib/request/list-awr-hubs-request.d.ts +1 -1
  126. package/lib/request/list-awr-snapshots-request.d.ts +1 -1
  127. package/lib/request/list-database-configurations-request.d.ts +6 -1
  128. package/lib/request/list-database-configurations-request.js.map +1 -1
  129. package/lib/request/list-database-insights-request.d.ts +1 -1
  130. package/lib/request/list-enterprise-manager-bridges-request.d.ts +1 -1
  131. package/lib/request/list-exadata-configurations-request.d.ts +1 -1
  132. package/lib/request/list-exadata-insights-request.d.ts +1 -1
  133. package/lib/request/list-host-configurations-request.d.ts +6 -1
  134. package/lib/request/list-host-configurations-request.js.map +1 -1
  135. package/lib/request/list-host-insights-request.d.ts +1 -1
  136. package/lib/request/list-hosted-entities-request.d.ts +1 -1
  137. package/lib/request/list-importable-agent-entities-request.d.ts +1 -1
  138. package/lib/request/list-importable-compute-entities-request.d.ts +1 -1
  139. package/lib/request/list-importable-enterprise-manager-entities-request.d.ts +1 -1
  140. package/lib/request/list-operations-insights-private-endpoints-request.d.ts +1 -1
  141. package/lib/request/list-operations-insights-warehouse-users-request.d.ts +1 -1
  142. package/lib/request/list-operations-insights-warehouses-request.d.ts +1 -1
  143. package/lib/request/list-opsi-data-objects-request.d.ts +1 -1
  144. package/lib/request/list-sql-plans-request.d.ts +1 -1
  145. package/lib/request/list-sql-searches-request.d.ts +1 -1
  146. package/lib/request/list-sql-texts-request.d.ts +1 -1
  147. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  148. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  149. package/lib/request/list-work-requests-request.d.ts +1 -1
  150. package/lib/request/query-opsi-data-object-data-request.d.ts +1 -1
  151. package/lib/request/rotate-operations-insights-warehouse-wallet-request.d.ts +1 -1
  152. package/lib/request/summarize-awr-database-cpu-usages-request.d.ts +1 -1
  153. package/lib/request/summarize-awr-database-metrics-request.d.ts +1 -1
  154. package/lib/request/summarize-awr-database-parameter-changes-request.d.ts +1 -1
  155. package/lib/request/summarize-awr-database-parameters-request.d.ts +1 -1
  156. package/lib/request/summarize-awr-database-snapshot-ranges-request.d.ts +1 -1
  157. package/lib/request/summarize-awr-database-sysstats-request.d.ts +1 -1
  158. package/lib/request/summarize-awr-database-top-wait-events-request.d.ts +1 -1
  159. package/lib/request/summarize-awr-database-wait-event-buckets-request.d.ts +1 -1
  160. package/lib/request/summarize-awr-database-wait-events-request.d.ts +1 -1
  161. package/lib/request/summarize-awr-sources-summaries-request.d.ts +1 -1
  162. package/lib/request/summarize-database-insight-resource-capacity-trend-request.d.ts +6 -1
  163. package/lib/request/summarize-database-insight-resource-capacity-trend-request.js.map +1 -1
  164. package/lib/request/summarize-database-insight-resource-forecast-trend-request.d.ts +6 -1
  165. package/lib/request/summarize-database-insight-resource-forecast-trend-request.js.map +1 -1
  166. package/lib/request/summarize-database-insight-resource-statistics-request.d.ts +6 -1
  167. package/lib/request/summarize-database-insight-resource-statistics-request.js.map +1 -1
  168. package/lib/request/summarize-database-insight-resource-usage-request.d.ts +6 -1
  169. package/lib/request/summarize-database-insight-resource-usage-request.js.map +1 -1
  170. package/lib/request/summarize-database-insight-resource-usage-trend-request.d.ts +6 -1
  171. package/lib/request/summarize-database-insight-resource-usage-trend-request.js.map +1 -1
  172. package/lib/request/summarize-database-insight-resource-utilization-insight-request.d.ts +6 -1
  173. package/lib/request/summarize-database-insight-resource-utilization-insight-request.js.map +1 -1
  174. package/lib/request/summarize-database-insight-tablespace-usage-trend-request.d.ts +1 -1
  175. package/lib/request/summarize-exadata-insight-resource-capacity-trend-aggregated-request.d.ts +1 -1
  176. package/lib/request/summarize-exadata-insight-resource-capacity-trend-request.d.ts +1 -1
  177. package/lib/request/summarize-exadata-insight-resource-forecast-trend-aggregated-request.d.ts +1 -1
  178. package/lib/request/summarize-exadata-insight-resource-forecast-trend-request.d.ts +1 -1
  179. package/lib/request/summarize-exadata-insight-resource-statistics-request.d.ts +1 -1
  180. package/lib/request/summarize-exadata-insight-resource-usage-aggregated-request.d.ts +1 -1
  181. package/lib/request/summarize-exadata-insight-resource-usage-request.d.ts +1 -1
  182. package/lib/request/summarize-exadata-insight-resource-utilization-insight-request.d.ts +1 -1
  183. package/lib/request/summarize-exadata-members-request.d.ts +1 -1
  184. package/lib/request/summarize-host-insight-resource-capacity-trend-request.d.ts +6 -1
  185. package/lib/request/summarize-host-insight-resource-capacity-trend-request.js.map +1 -1
  186. package/lib/request/summarize-host-insight-resource-forecast-trend-request.d.ts +6 -1
  187. package/lib/request/summarize-host-insight-resource-forecast-trend-request.js.map +1 -1
  188. package/lib/request/summarize-host-insight-resource-statistics-request.d.ts +6 -1
  189. package/lib/request/summarize-host-insight-resource-statistics-request.js.map +1 -1
  190. package/lib/request/summarize-host-insight-resource-usage-request.d.ts +6 -1
  191. package/lib/request/summarize-host-insight-resource-usage-request.js.map +1 -1
  192. package/lib/request/summarize-host-insight-resource-usage-trend-request.d.ts +6 -1
  193. package/lib/request/summarize-host-insight-resource-usage-trend-request.js.map +1 -1
  194. package/lib/request/summarize-host-insight-resource-utilization-insight-request.d.ts +6 -1
  195. package/lib/request/summarize-host-insight-resource-utilization-insight-request.js.map +1 -1
  196. package/lib/request/summarize-host-insight-top-processes-usage-request.d.ts +1 -1
  197. package/lib/request/summarize-host-insight-top-processes-usage-trend-request.d.ts +1 -1
  198. package/lib/request/summarize-operations-insights-warehouse-resource-usage-request.d.ts +1 -1
  199. package/lib/request/summarize-sql-insights-request.d.ts +1 -1
  200. package/lib/request/summarize-sql-plan-insights-request.d.ts +1 -1
  201. package/lib/request/summarize-sql-response-time-distributions-request.d.ts +1 -1
  202. package/lib/request/summarize-sql-statistics-request.d.ts +6 -1
  203. package/lib/request/summarize-sql-statistics-request.js.map +1 -1
  204. package/lib/request/summarize-sql-statistics-time-series-by-plan-request.d.ts +1 -1
  205. package/lib/request/summarize-sql-statistics-time-series-request.d.ts +6 -1
  206. package/lib/request/update-awr-hub-request.d.ts +1 -1
  207. package/lib/request/update-database-insight-request.d.ts +1 -1
  208. package/lib/request/update-enterprise-manager-bridge-request.d.ts +1 -1
  209. package/lib/request/update-exadata-insight-request.d.ts +2 -2
  210. package/lib/request/update-host-insight-request.d.ts +1 -1
  211. package/lib/request/update-operations-insights-private-endpoint-request.d.ts +1 -1
  212. package/lib/request/update-operations-insights-warehouse-request.d.ts +1 -1
  213. package/lib/request/update-operations-insights-warehouse-user-request.d.ts +1 -1
  214. package/package.json +3 -3
@@ -0,0 +1,35 @@
1
+ /**
2
+ * Operations Insights API
3
+ * Use the Operations Insights API to perform data extraction operations to obtain database
4
+ resource utilization, performance statistics, and reference information. For more information,
5
+ see [About Oracle Cloud Infrastructure Operations Insights](https://docs.cloud.oracle.com/en-us/iaas/operations-insights/doc/operations-insights.html).
6
+
7
+ * OpenAPI spec version: 20200630
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OracleSDKGenerator.
11
+ * Do not edit the class manually.
12
+ *
13
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
14
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
15
+ */
16
+ import * as model from "../model";
17
+ /**
18
+ * Configuration summary of a Exacs exadata machine.
19
+ */
20
+ export interface ExadataExacsConfigurationSummary extends model.ExadataConfigurationSummary {
21
+ /**
22
+ * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the OPSI private endpoint
23
+ */
24
+ "opsiPrivateEndpointId": string;
25
+ /**
26
+ * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the database.
27
+ */
28
+ "parentId": string;
29
+ "entitySource": string;
30
+ }
31
+ export declare namespace ExadataExacsConfigurationSummary {
32
+ function getJsonObj(obj: ExadataExacsConfigurationSummary, isParentJsonObj?: boolean): object;
33
+ const entitySource = "PE_COMANAGED_EXADATA";
34
+ function getDeserializedJsonObj(obj: ExadataExacsConfigurationSummary, isParentJsonObj?: boolean): object;
35
+ }
@@ -0,0 +1,57 @@
1
+ "use strict";
2
+ /**
3
+ * Operations Insights API
4
+ * Use the Operations Insights API to perform data extraction operations to obtain database
5
+ resource utilization, performance statistics, and reference information. For more information,
6
+ see [About Oracle Cloud Infrastructure Operations Insights](https://docs.cloud.oracle.com/en-us/iaas/operations-insights/doc/operations-insights.html).
7
+
8
+ * OpenAPI spec version: 20200630
9
+ *
10
+ *
11
+ * NOTE: This class is auto generated by OracleSDKGenerator.
12
+ * Do not edit the class manually.
13
+ *
14
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
15
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
16
+ */
17
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
18
+ if (k2 === undefined) k2 = k;
19
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
20
+ }) : (function(o, m, k, k2) {
21
+ if (k2 === undefined) k2 = k;
22
+ o[k2] = m[k];
23
+ }));
24
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
25
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
26
+ }) : function(o, v) {
27
+ o["default"] = v;
28
+ });
29
+ var __importStar = (this && this.__importStar) || function (mod) {
30
+ if (mod && mod.__esModule) return mod;
31
+ var result = {};
32
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
33
+ __setModuleDefault(result, mod);
34
+ return result;
35
+ };
36
+ Object.defineProperty(exports, "__esModule", { value: true });
37
+ exports.ExadataExacsConfigurationSummary = void 0;
38
+ const model = __importStar(require("../model"));
39
+ var ExadataExacsConfigurationSummary;
40
+ (function (ExadataExacsConfigurationSummary) {
41
+ function getJsonObj(obj, isParentJsonObj) {
42
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
43
+ ? obj
44
+ : model.ExadataConfigurationSummary.getJsonObj(obj))), {});
45
+ return jsonObj;
46
+ }
47
+ ExadataExacsConfigurationSummary.getJsonObj = getJsonObj;
48
+ ExadataExacsConfigurationSummary.entitySource = "PE_COMANAGED_EXADATA";
49
+ function getDeserializedJsonObj(obj, isParentJsonObj) {
50
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
51
+ ? obj
52
+ : model.ExadataConfigurationSummary.getDeserializedJsonObj(obj))), {});
53
+ return jsonObj;
54
+ }
55
+ ExadataExacsConfigurationSummary.getDeserializedJsonObj = getDeserializedJsonObj;
56
+ })(ExadataExacsConfigurationSummary = exports.ExadataExacsConfigurationSummary || (exports.ExadataExacsConfigurationSummary = {}));
57
+ //# sourceMappingURL=exadata-exacs-configuration-summary.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"exadata-exacs-configuration-summary.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/model/exadata-exacs-configuration-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAmBlC,IAAiB,gCAAgC,CA8BhD;AA9BD,WAAiB,gCAAgC;IAC/C,SAAgB,UAAU,CACxB,GAAqC,EACrC,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,2BAA2B,CAAC,UAAU,CAAC,GAAG,CAAsC,CAAC,GACzF,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAZe,2CAAU,aAYzB,CAAA;IACY,6CAAY,GAAG,sBAAsB,CAAC;IACnD,SAAgB,sBAAsB,CACpC,GAAqC,EACrC,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,2BAA2B,CAAC,sBAAsB,CACvD,GAAG,CACiC,CAAC,GACxC,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,uDAAsB,yBAcrC,CAAA;AACH,CAAC,EA9BgB,gCAAgC,GAAhC,wCAAgC,KAAhC,wCAAgC,QA8BhD"}
@@ -45,6 +45,8 @@ var ExadataInsightSummary;
45
45
  switch (obj.entitySource) {
46
46
  case "EM_MANAGED_EXTERNAL_EXADATA":
47
47
  return model.EmManagedExternalExadataInsightSummary.getJsonObj(jsonObj, true);
48
+ case "PE_COMANAGED_EXADATA":
49
+ return model.PeComanagedExadataInsightSummary.getJsonObj(jsonObj, true);
48
50
  default:
49
51
  if (common.LOG.logger)
50
52
  common.LOG.logger.info(`Unknown value for: ${obj.entitySource}`);
@@ -59,6 +61,8 @@ var ExadataInsightSummary;
59
61
  switch (obj.entitySource) {
60
62
  case "EM_MANAGED_EXTERNAL_EXADATA":
61
63
  return model.EmManagedExternalExadataInsightSummary.getDeserializedJsonObj(jsonObj, true);
64
+ case "PE_COMANAGED_EXADATA":
65
+ return model.PeComanagedExadataInsightSummary.getDeserializedJsonObj(jsonObj, true);
62
66
  default:
63
67
  if (common.LOG.logger)
64
68
  common.LOG.logger.info(`Unknown value for: ${obj.entitySource}`);
@@ -1 +1 @@
1
- {"version":3,"file":"exadata-insight-summary.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/model/exadata-insight-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAClC,qCAAsC;AAwEtC,IAAiB,qBAAqB,CAiCrC;AAjCD,WAAiB,qBAAqB;IACpC,SAAgB,UAAU,CAAC,GAA0B;QACnD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,GAAG,IAAI,cAAc,IAAI,GAAG,IAAI,GAAG,CAAC,YAAY,EAAE;YACpD,QAAQ,GAAG,CAAC,YAAY,EAAE;gBACxB,KAAK,6BAA6B;oBAChC,OAAO,KAAK,CAAC,sCAAsC,CAAC,UAAU,CACL,OAAQ,EAC/D,IAAI,CACL,CAAC;gBACJ;oBACE,IAAI,MAAM,CAAC,GAAG,CAAC,MAAM;wBAAE,MAAM,CAAC,GAAG,CAAC,MAAM,CAAC,IAAI,CAAC,sBAAsB,GAAG,CAAC,YAAY,EAAE,CAAC,CAAC;aAC3F;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IAfe,gCAAU,aAezB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA0B;QAC/D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,GAAG,IAAI,cAAc,IAAI,GAAG,IAAI,GAAG,CAAC,YAAY,EAAE;YACpD,QAAQ,GAAG,CAAC,YAAY,EAAE;gBACxB,KAAK,6BAA6B;oBAChC,OAAO,KAAK,CAAC,sCAAsC,CAAC,sBAAsB,CACjB,OAAQ,EAC/D,IAAI,CACL,CAAC;gBACJ;oBACE,IAAI,MAAM,CAAC,GAAG,CAAC,MAAM;wBAAE,MAAM,CAAC,GAAG,CAAC,MAAM,CAAC,IAAI,CAAC,sBAAsB,GAAG,CAAC,YAAY,EAAE,CAAC,CAAC;aAC3F;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IAfe,4CAAsB,yBAerC,CAAA;AACH,CAAC,EAjCgB,qBAAqB,GAArB,6BAAqB,KAArB,6BAAqB,QAiCrC"}
1
+ {"version":3,"file":"exadata-insight-summary.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/model/exadata-insight-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAClC,qCAAsC;AAwEtC,IAAiB,qBAAqB,CA2CrC;AA3CD,WAAiB,qBAAqB;IACpC,SAAgB,UAAU,CAAC,GAA0B;QACnD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,GAAG,IAAI,cAAc,IAAI,GAAG,IAAI,GAAG,CAAC,YAAY,EAAE;YACpD,QAAQ,GAAG,CAAC,YAAY,EAAE;gBACxB,KAAK,6BAA6B;oBAChC,OAAO,KAAK,CAAC,sCAAsC,CAAC,UAAU,CACL,OAAQ,EAC/D,IAAI,CACL,CAAC;gBACJ,KAAK,sBAAsB;oBACzB,OAAO,KAAK,CAAC,gCAAgC,CAAC,UAAU,CACL,OAAQ,EACzD,IAAI,CACL,CAAC;gBACJ;oBACE,IAAI,MAAM,CAAC,GAAG,CAAC,MAAM;wBAAE,MAAM,CAAC,GAAG,CAAC,MAAM,CAAC,IAAI,CAAC,sBAAsB,GAAG,CAAC,YAAY,EAAE,CAAC,CAAC;aAC3F;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IApBe,gCAAU,aAoBzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA0B;QAC/D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,GAAG,IAAI,cAAc,IAAI,GAAG,IAAI,GAAG,CAAC,YAAY,EAAE;YACpD,QAAQ,GAAG,CAAC,YAAY,EAAE;gBACxB,KAAK,6BAA6B;oBAChC,OAAO,KAAK,CAAC,sCAAsC,CAAC,sBAAsB,CACjB,OAAQ,EAC/D,IAAI,CACL,CAAC;gBACJ,KAAK,sBAAsB;oBACzB,OAAO,KAAK,CAAC,gCAAgC,CAAC,sBAAsB,CACjB,OAAQ,EACzD,IAAI,CACL,CAAC;gBACJ;oBACE,IAAI,MAAM,CAAC,GAAG,CAAC,MAAM;wBAAE,MAAM,CAAC,GAAG,CAAC,MAAM,CAAC,IAAI,CAAC,sBAAsB,GAAG,CAAC,YAAY,EAAE,CAAC,CAAC;aAC3F;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IApBe,4CAAsB,yBAoBrC,CAAA;AACH,CAAC,EA3CgB,qBAAqB,GAArB,6BAAqB,KAArB,6BAAqB,QA2CrC"}
@@ -45,6 +45,8 @@ var ExadataInsight;
45
45
  switch (obj.entitySource) {
46
46
  case "EM_MANAGED_EXTERNAL_EXADATA":
47
47
  return model.EmManagedExternalExadataInsight.getJsonObj(jsonObj, true);
48
+ case "PE_COMANAGED_EXADATA":
49
+ return model.PeComanagedExadataInsight.getJsonObj(jsonObj, true);
48
50
  default:
49
51
  if (common.LOG.logger)
50
52
  common.LOG.logger.info(`Unknown value for: ${obj.entitySource}`);
@@ -59,6 +61,8 @@ var ExadataInsight;
59
61
  switch (obj.entitySource) {
60
62
  case "EM_MANAGED_EXTERNAL_EXADATA":
61
63
  return model.EmManagedExternalExadataInsight.getDeserializedJsonObj(jsonObj, true);
64
+ case "PE_COMANAGED_EXADATA":
65
+ return model.PeComanagedExadataInsight.getDeserializedJsonObj(jsonObj, true);
62
66
  default:
63
67
  if (common.LOG.logger)
64
68
  common.LOG.logger.info(`Unknown value for: ${obj.entitySource}`);
@@ -1 +1 @@
1
- {"version":3,"file":"exadata-insight.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/model/exadata-insight.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAClC,qCAAsC;AA4EtC,IAAiB,cAAc,CAiC9B;AAjCD,WAAiB,cAAc;IAC7B,SAAgB,UAAU,CAAC,GAAmB;QAC5C,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,GAAG,IAAI,cAAc,IAAI,GAAG,IAAI,GAAG,CAAC,YAAY,EAAE;YACpD,QAAQ,GAAG,CAAC,YAAY,EAAE;gBACxB,KAAK,6BAA6B;oBAChC,OAAO,KAAK,CAAC,+BAA+B,CAAC,UAAU,CACL,OAAQ,EACxD,IAAI,CACL,CAAC;gBACJ;oBACE,IAAI,MAAM,CAAC,GAAG,CAAC,MAAM;wBAAE,MAAM,CAAC,GAAG,CAAC,MAAM,CAAC,IAAI,CAAC,sBAAsB,GAAG,CAAC,YAAY,EAAE,CAAC,CAAC;aAC3F;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IAfe,yBAAU,aAezB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAmB;QACxD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,GAAG,IAAI,cAAc,IAAI,GAAG,IAAI,GAAG,CAAC,YAAY,EAAE;YACpD,QAAQ,GAAG,CAAC,YAAY,EAAE;gBACxB,KAAK,6BAA6B;oBAChC,OAAO,KAAK,CAAC,+BAA+B,CAAC,sBAAsB,CACjB,OAAQ,EACxD,IAAI,CACL,CAAC;gBACJ;oBACE,IAAI,MAAM,CAAC,GAAG,CAAC,MAAM;wBAAE,MAAM,CAAC,GAAG,CAAC,MAAM,CAAC,IAAI,CAAC,sBAAsB,GAAG,CAAC,YAAY,EAAE,CAAC,CAAC;aAC3F;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IAfe,qCAAsB,yBAerC,CAAA;AACH,CAAC,EAjCgB,cAAc,GAAd,sBAAc,KAAd,sBAAc,QAiC9B"}
1
+ {"version":3,"file":"exadata-insight.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/model/exadata-insight.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAClC,qCAAsC;AA4EtC,IAAiB,cAAc,CA2C9B;AA3CD,WAAiB,cAAc;IAC7B,SAAgB,UAAU,CAAC,GAAmB;QAC5C,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,GAAG,IAAI,cAAc,IAAI,GAAG,IAAI,GAAG,CAAC,YAAY,EAAE;YACpD,QAAQ,GAAG,CAAC,YAAY,EAAE;gBACxB,KAAK,6BAA6B;oBAChC,OAAO,KAAK,CAAC,+BAA+B,CAAC,UAAU,CACL,OAAQ,EACxD,IAAI,CACL,CAAC;gBACJ,KAAK,sBAAsB;oBACzB,OAAO,KAAK,CAAC,yBAAyB,CAAC,UAAU,CACL,OAAQ,EAClD,IAAI,CACL,CAAC;gBACJ;oBACE,IAAI,MAAM,CAAC,GAAG,CAAC,MAAM;wBAAE,MAAM,CAAC,GAAG,CAAC,MAAM,CAAC,IAAI,CAAC,sBAAsB,GAAG,CAAC,YAAY,EAAE,CAAC,CAAC;aAC3F;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IApBe,yBAAU,aAoBzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAmB;QACxD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,GAAG,IAAI,cAAc,IAAI,GAAG,IAAI,GAAG,CAAC,YAAY,EAAE;YACpD,QAAQ,GAAG,CAAC,YAAY,EAAE;gBACxB,KAAK,6BAA6B;oBAChC,OAAO,KAAK,CAAC,+BAA+B,CAAC,sBAAsB,CACjB,OAAQ,EACxD,IAAI,CACL,CAAC;gBACJ,KAAK,sBAAsB;oBACzB,OAAO,KAAK,CAAC,yBAAyB,CAAC,sBAAsB,CACjB,OAAQ,EAClD,IAAI,CACL,CAAC;gBACJ;oBACE,IAAI,MAAM,CAAC,GAAG,CAAC,MAAM;wBAAE,MAAM,CAAC,GAAG,CAAC,MAAM,CAAC,IAAI,CAAC,sBAAsB,GAAG,CAAC,YAAY,EAAE,CAAC,CAAC;aAC3F;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IApBe,qCAAsB,yBAoBrC,CAAA;AACH,CAAC,EA3CgB,cAAc,GAAd,sBAAc,KAAd,sBAAc,QA2C9B"}
@@ -40,6 +40,7 @@ export declare namespace ExadataMemberSummary {
40
40
  InfinibandSwitch = "INFINIBAND_SWITCH",
41
41
  EthernetSwitch = "ETHERNET_SWITCH",
42
42
  Host = "HOST",
43
+ VmCluster = "VM_CLUSTER",
43
44
  /**
44
45
  * This value is used if a service returns a value for this enum that is not recognized by this
45
46
  * version of the SDK.
@@ -28,6 +28,7 @@ var ExadataMemberSummary;
28
28
  EntityType["InfinibandSwitch"] = "INFINIBAND_SWITCH";
29
29
  EntityType["EthernetSwitch"] = "ETHERNET_SWITCH";
30
30
  EntityType["Host"] = "HOST";
31
+ EntityType["VmCluster"] = "VM_CLUSTER";
31
32
  /**
32
33
  * This value is used if a service returns a value for this enum that is not recognized by this
33
34
  * version of the SDK.
@@ -1 +1 @@
1
- {"version":3,"file":"exadata-member-summary.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/model/exadata-member-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;AAuBH,IAAiB,oBAAoB,CA2BpC;AA3BD,WAAiB,oBAAoB;IACnC,IAAY,UAcX;IAdD,WAAY,UAAU;QACpB,mCAAqB,CAAA;QACrB,wCAA0B,CAAA;QAC1B,yBAAW,CAAA;QACX,8CAAgC,CAAA;QAChC,wCAA0B,CAAA;QAC1B,oDAAsC,CAAA;QACtC,gDAAkC,CAAA;QAClC,2BAAa,CAAA;QACb;;;WAGG;QACH,4CAA8B,CAAA;IAChC,CAAC,EAdW,UAAU,GAAV,+BAAU,KAAV,+BAAU,QAcrB;IAED,SAAgB,UAAU,CAAC,GAAyB;QAClD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,+BAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAyB;QAC9D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,2CAAsB,yBAIrC,CAAA;AACH,CAAC,EA3BgB,oBAAoB,GAApB,4BAAoB,KAApB,4BAAoB,QA2BpC"}
1
+ {"version":3,"file":"exadata-member-summary.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/model/exadata-member-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;AAuBH,IAAiB,oBAAoB,CA4BpC;AA5BD,WAAiB,oBAAoB;IACnC,IAAY,UAeX;IAfD,WAAY,UAAU;QACpB,mCAAqB,CAAA;QACrB,wCAA0B,CAAA;QAC1B,yBAAW,CAAA;QACX,8CAAgC,CAAA;QAChC,wCAA0B,CAAA;QAC1B,oDAAsC,CAAA;QACtC,gDAAkC,CAAA;QAClC,2BAAa,CAAA;QACb,sCAAwB,CAAA;QACxB;;;WAGG;QACH,4CAA8B,CAAA;IAChC,CAAC,EAfW,UAAU,GAAV,+BAAU,KAAV,+BAAU,QAerB;IAED,SAAgB,UAAU,CAAC,GAAyB;QAClD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,+BAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAyB;QAC9D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,2CAAsB,yBAIrC,CAAA;AACH,CAAC,EA5BgB,oBAAoB,GAApB,4BAAoB,KAApB,4BAAoB,QA4BpC"}
@@ -21,6 +21,7 @@ export declare enum ExadataRackType {
21
21
  Half = "HALF",
22
22
  Quarter = "QUARTER",
23
23
  Eighth = "EIGHTH",
24
+ Flex = "FLEX",
24
25
  /**
25
26
  * This value is used if a service returns a value for this enum that is not recognized by this
26
27
  * version of the SDK.
@@ -25,6 +25,7 @@ var ExadataRackType;
25
25
  ExadataRackType["Half"] = "HALF";
26
26
  ExadataRackType["Quarter"] = "QUARTER";
27
27
  ExadataRackType["Eighth"] = "EIGHTH";
28
+ ExadataRackType["Flex"] = "FLEX";
28
29
  /**
29
30
  * This value is used if a service returns a value for this enum that is not recognized by this
30
31
  * version of the SDK.
@@ -1 +1 @@
1
- {"version":3,"file":"exadata-rack-type.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/model/exadata-rack-type.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;AAKH;;IAEI;AACJ,IAAY,eAWX;AAXD,WAAY,eAAe;IACzB,gCAAa,CAAA;IACb,gCAAa,CAAA;IACb,sCAAmB,CAAA;IACnB,oCAAiB,CAAA;IAEjB;;;OAGG;IACH,iDAA8B,CAAA;AAChC,CAAC,EAXW,eAAe,GAAf,uBAAe,KAAf,uBAAe,QAW1B;AAED,WAAiB,eAAe;IAC9B,SAAgB,UAAU,CAAC,GAAoB;QAC7C,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,0BAAU,aAEzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAoB;QACzD,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,sCAAsB,yBAErC,CAAA;AACH,CAAC,EAPgB,eAAe,GAAf,uBAAe,KAAf,uBAAe,QAO/B"}
1
+ {"version":3,"file":"exadata-rack-type.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/model/exadata-rack-type.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;AAKH;;IAEI;AACJ,IAAY,eAYX;AAZD,WAAY,eAAe;IACzB,gCAAa,CAAA;IACb,gCAAa,CAAA;IACb,sCAAmB,CAAA;IACnB,oCAAiB,CAAA;IACjB,gCAAa,CAAA;IAEb;;;OAGG;IACH,iDAA8B,CAAA;AAChC,CAAC,EAZW,eAAe,GAAf,uBAAe,KAAf,uBAAe,QAY1B;AAED,WAAiB,eAAe;IAC9B,SAAgB,UAAU,CAAC,GAAoB;QAC7C,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,0BAAU,aAEzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAoB;QACzD,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,sCAAsB,yBAErC,CAAA;AACH,CAAC,EAPgB,eAAe,GAAf,uBAAe,KAAf,uBAAe,QAO/B"}
@@ -0,0 +1,30 @@
1
+ /**
2
+ * Operations Insights API
3
+ * Use the Operations Insights API to perform data extraction operations to obtain database
4
+ resource utilization, performance statistics, and reference information. For more information,
5
+ see [About Oracle Cloud Infrastructure Operations Insights](https://docs.cloud.oracle.com/en-us/iaas/operations-insights/doc/operations-insights.html).
6
+
7
+ * OpenAPI spec version: 20200630
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OracleSDKGenerator.
11
+ * Do not edit the class manually.
12
+ *
13
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
14
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
15
+ */
16
+ /**
17
+ * OCI Exadata Resource Type
18
+ **/
19
+ export declare enum ExadataResourceType {
20
+ CloudExadataInfrastructure = "cloudExadataInfrastructure",
21
+ /**
22
+ * This value is used if a service returns a value for this enum that is not recognized by this
23
+ * version of the SDK.
24
+ */
25
+ UnknownValue = "UNKNOWN_VALUE"
26
+ }
27
+ export declare namespace ExadataResourceType {
28
+ function getJsonObj(obj: ExadataResourceType): ExadataResourceType;
29
+ function getDeserializedJsonObj(obj: ExadataResourceType): ExadataResourceType;
30
+ }
@@ -0,0 +1,41 @@
1
+ "use strict";
2
+ /**
3
+ * Operations Insights API
4
+ * Use the Operations Insights API to perform data extraction operations to obtain database
5
+ resource utilization, performance statistics, and reference information. For more information,
6
+ see [About Oracle Cloud Infrastructure Operations Insights](https://docs.cloud.oracle.com/en-us/iaas/operations-insights/doc/operations-insights.html).
7
+
8
+ * OpenAPI spec version: 20200630
9
+ *
10
+ *
11
+ * NOTE: This class is auto generated by OracleSDKGenerator.
12
+ * Do not edit the class manually.
13
+ *
14
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
15
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
16
+ */
17
+ Object.defineProperty(exports, "__esModule", { value: true });
18
+ exports.ExadataResourceType = void 0;
19
+ /**
20
+ * OCI Exadata Resource Type
21
+ **/
22
+ var ExadataResourceType;
23
+ (function (ExadataResourceType) {
24
+ ExadataResourceType["CloudExadataInfrastructure"] = "cloudExadataInfrastructure";
25
+ /**
26
+ * This value is used if a service returns a value for this enum that is not recognized by this
27
+ * version of the SDK.
28
+ */
29
+ ExadataResourceType["UnknownValue"] = "UNKNOWN_VALUE";
30
+ })(ExadataResourceType = exports.ExadataResourceType || (exports.ExadataResourceType = {}));
31
+ (function (ExadataResourceType) {
32
+ function getJsonObj(obj) {
33
+ return obj;
34
+ }
35
+ ExadataResourceType.getJsonObj = getJsonObj;
36
+ function getDeserializedJsonObj(obj) {
37
+ return obj;
38
+ }
39
+ ExadataResourceType.getDeserializedJsonObj = getDeserializedJsonObj;
40
+ })(ExadataResourceType = exports.ExadataResourceType || (exports.ExadataResourceType = {}));
41
+ //# sourceMappingURL=exadata-resource-type.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"exadata-resource-type.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/model/exadata-resource-type.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;AAKH;;IAEI;AACJ,IAAY,mBAQX;AARD,WAAY,mBAAmB;IAC7B,gFAAyD,CAAA;IAEzD;;;OAGG;IACH,qDAA8B,CAAA;AAChC,CAAC,EARW,mBAAmB,GAAnB,2BAAmB,KAAnB,2BAAmB,QAQ9B;AAED,WAAiB,mBAAmB;IAClC,SAAgB,UAAU,CAAC,GAAwB;QACjD,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,8BAAU,aAEzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAwB;QAC7D,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,0CAAsB,yBAErC,CAAA;AACH,CAAC,EAPgB,mBAAmB,GAAnB,2BAAmB,KAAnB,2BAAmB,QAOnC"}
@@ -93,6 +93,8 @@ import * as CreateOperationsInsightsWarehouseDetails from "./create-operations-i
93
93
  export import CreateOperationsInsightsWarehouseDetails = CreateOperationsInsightsWarehouseDetails.CreateOperationsInsightsWarehouseDetails;
94
94
  import * as CreateOperationsInsightsWarehouseUserDetails from "./create-operations-insights-warehouse-user-details";
95
95
  export import CreateOperationsInsightsWarehouseUserDetails = CreateOperationsInsightsWarehouseUserDetails.CreateOperationsInsightsWarehouseUserDetails;
96
+ import * as CreatePeComanagedExadataVmclusterDetails from "./create-pe-comanaged-exadata-vmcluster-details";
97
+ export import CreatePeComanagedExadataVmclusterDetails = CreatePeComanagedExadataVmclusterDetails.CreatePeComanagedExadataVmclusterDetails;
96
98
  import * as CredentialDetails from "./credential-details";
97
99
  export import CredentialDetails = CredentialDetails.CredentialDetails;
98
100
  import * as DataObjectColumnMetadata from "./data-object-column-metadata";
@@ -181,6 +183,8 @@ import * as ExadataMemberSummary from "./exadata-member-summary";
181
183
  export import ExadataMemberSummary = ExadataMemberSummary.ExadataMemberSummary;
182
184
  import * as ExadataRackType from "./exadata-rack-type";
183
185
  export import ExadataRackType = ExadataRackType.ExadataRackType;
186
+ import * as ExadataResourceType from "./exadata-resource-type";
187
+ export import ExadataResourceType = ExadataResourceType.ExadataResourceType;
184
188
  import * as ExadataType from "./exadata-type";
185
189
  export import ExadataType = ExadataType.ExadataType;
186
190
  import * as HistoricalDataItem from "./historical-data-item";
@@ -479,6 +483,8 @@ import * as UpdateOperationsInsightsWarehouseDetails from "./update-operations-i
479
483
  export import UpdateOperationsInsightsWarehouseDetails = UpdateOperationsInsightsWarehouseDetails.UpdateOperationsInsightsWarehouseDetails;
480
484
  import * as UpdateOperationsInsightsWarehouseUserDetails from "./update-operations-insights-warehouse-user-details";
481
485
  export import UpdateOperationsInsightsWarehouseUserDetails = UpdateOperationsInsightsWarehouseUserDetails.UpdateOperationsInsightsWarehouseUserDetails;
486
+ import * as VmClusterSummary from "./vm-cluster-summary";
487
+ export import VmClusterSummary = VmClusterSummary.VmClusterSummary;
482
488
  import * as WorkRequest from "./work-request";
483
489
  export import WorkRequest = WorkRequest.WorkRequest;
484
490
  import * as WorkRequestCollection from "./work-request-collection";
@@ -499,6 +505,8 @@ import * as WorkRequests from "./work-requests";
499
505
  export import WorkRequests = WorkRequests.WorkRequests;
500
506
  import * as AddEmManagedExternalExadataInsightMembersDetails from "./add-em-managed-external-exadata-insight-members-details";
501
507
  export import AddEmManagedExternalExadataInsightMembersDetails = AddEmManagedExternalExadataInsightMembersDetails.AddEmManagedExternalExadataInsightMembersDetails;
508
+ import * as AddPeComanagedExadataInsightMembersDetails from "./add-pe-comanaged-exadata-insight-members-details";
509
+ export import AddPeComanagedExadataInsightMembersDetails = AddPeComanagedExadataInsightMembersDetails.AddPeComanagedExadataInsightMembersDetails;
502
510
  import * as AutonomousDatabaseConfigurationSummary from "./autonomous-database-configuration-summary";
503
511
  export import AutonomousDatabaseConfigurationSummary = AutonomousDatabaseConfigurationSummary.AutonomousDatabaseConfigurationSummary;
504
512
  import * as AutonomousDatabaseInsight from "./autonomous-database-insight";
@@ -545,6 +553,8 @@ import * as CreateMacsManagedExternalHostInsightDetails from "./create-macs-mana
545
553
  export import CreateMacsManagedExternalHostInsightDetails = CreateMacsManagedExternalHostInsightDetails.CreateMacsManagedExternalHostInsightDetails;
546
554
  import * as CreatePeComanagedDatabaseInsightDetails from "./create-pe-comanaged-database-insight-details";
547
555
  export import CreatePeComanagedDatabaseInsightDetails = CreatePeComanagedDatabaseInsightDetails.CreatePeComanagedDatabaseInsightDetails;
556
+ import * as CreatePeComanagedExadataInsightDetails from "./create-pe-comanaged-exadata-insight-details";
557
+ export import CreatePeComanagedExadataInsightDetails = CreatePeComanagedExadataInsightDetails.CreatePeComanagedExadataInsightDetails;
548
558
  import * as CredentialByVault from "./credential-by-vault";
549
559
  export import CredentialByVault = CredentialByVault.CredentialByVault;
550
560
  import * as CredentialsBySource from "./credentials-by-source";
@@ -607,12 +617,16 @@ import * as EnableMacsManagedExternalHostInsightDetails from "./enable-macs-mana
607
617
  export import EnableMacsManagedExternalHostInsightDetails = EnableMacsManagedExternalHostInsightDetails.EnableMacsManagedExternalHostInsightDetails;
608
618
  import * as EnablePeComanagedDatabaseInsightDetails from "./enable-pe-comanaged-database-insight-details";
609
619
  export import EnablePeComanagedDatabaseInsightDetails = EnablePeComanagedDatabaseInsightDetails.EnablePeComanagedDatabaseInsightDetails;
620
+ import * as EnablePeComanagedExadataInsightDetails from "./enable-pe-comanaged-exadata-insight-details";
621
+ export import EnablePeComanagedExadataInsightDetails = EnablePeComanagedExadataInsightDetails.EnablePeComanagedExadataInsightDetails;
610
622
  import * as ExadataDatabaseMachineConfigurationSummary from "./exadata-database-machine-configuration-summary";
611
623
  export import ExadataDatabaseMachineConfigurationSummary = ExadataDatabaseMachineConfigurationSummary.ExadataDatabaseMachineConfigurationSummary;
612
624
  import * as ExadataDatabaseStatisticsSummary from "./exadata-database-statistics-summary";
613
625
  export import ExadataDatabaseStatisticsSummary = ExadataDatabaseStatisticsSummary.ExadataDatabaseStatisticsSummary;
614
626
  import * as ExadataDiskgroupStatisticsSummary from "./exadata-diskgroup-statistics-summary";
615
627
  export import ExadataDiskgroupStatisticsSummary = ExadataDiskgroupStatisticsSummary.ExadataDiskgroupStatisticsSummary;
628
+ import * as ExadataExacsConfigurationSummary from "./exadata-exacs-configuration-summary";
629
+ export import ExadataExacsConfigurationSummary = ExadataExacsConfigurationSummary.ExadataExacsConfigurationSummary;
616
630
  import * as ExadataHostStatisticsSummary from "./exadata-host-statistics-summary";
617
631
  export import ExadataHostStatisticsSummary = ExadataHostStatisticsSummary.ExadataHostStatisticsSummary;
618
632
  import * as ExadataInsightsDataObject from "./exadata-insights-data-object";
@@ -675,6 +689,10 @@ import * as PeComanagedDatabaseInsight from "./pe-comanaged-database-insight";
675
689
  export import PeComanagedDatabaseInsight = PeComanagedDatabaseInsight.PeComanagedDatabaseInsight;
676
690
  import * as PeComanagedDatabaseInsightSummary from "./pe-comanaged-database-insight-summary";
677
691
  export import PeComanagedDatabaseInsightSummary = PeComanagedDatabaseInsightSummary.PeComanagedDatabaseInsightSummary;
692
+ import * as PeComanagedExadataInsight from "./pe-comanaged-exadata-insight";
693
+ export import PeComanagedExadataInsight = PeComanagedExadataInsight.PeComanagedExadataInsight;
694
+ import * as PeComanagedExadataInsightSummary from "./pe-comanaged-exadata-insight-summary";
695
+ export import PeComanagedExadataInsightSummary = PeComanagedExadataInsightSummary.PeComanagedExadataInsightSummary;
678
696
  import * as PeComanagedHostConfigurationSummary from "./pe-comanaged-host-configuration-summary";
679
697
  export import PeComanagedHostConfigurationSummary = PeComanagedHostConfigurationSummary.PeComanagedHostConfigurationSummary;
680
698
  import * as PeComanagedManagedExternalDatabaseConfigurationSummary from "./pe-comanaged-managed-external-database-configuration-summary";
@@ -697,3 +715,5 @@ import * as UpdateMacsManagedExternalHostInsightDetails from "./update-macs-mana
697
715
  export import UpdateMacsManagedExternalHostInsightDetails = UpdateMacsManagedExternalHostInsightDetails.UpdateMacsManagedExternalHostInsightDetails;
698
716
  import * as UpdatePeComanagedDatabaseInsightDetails from "./update-pe-comanaged-database-insight-details";
699
717
  export import UpdatePeComanagedDatabaseInsightDetails = UpdatePeComanagedDatabaseInsightDetails.UpdatePeComanagedDatabaseInsightDetails;
718
+ import * as UpdatePeComanagedExadataInsightDetails from "./update-pe-comanaged-exadata-insight-details";
719
+ export import UpdatePeComanagedExadataInsightDetails = UpdatePeComanagedExadataInsightDetails.UpdatePeComanagedExadataInsightDetails;
@@ -34,13 +34,14 @@ var __importStar = (this && this.__importStar) || function (mod) {
34
34
  return result;
35
35
  };
36
36
  Object.defineProperty(exports, "__esModule", { value: true });
37
- exports.DatabaseDetails = exports.DatabaseConfigurationSummary = exports.DatabaseConfigurationMetricGroup = exports.DatabaseConfigurationCollection = exports.Database = exports.DataObjectQueryTimeFilters = exports.DataObjectQuery = exports.DataObjectColumnUnit = exports.DataObjectColumnMetadata = exports.CredentialDetails = exports.CreateOperationsInsightsWarehouseUserDetails = exports.CreateOperationsInsightsWarehouseDetails = exports.CreateOperationsInsightsPrivateEndpointDetails = exports.CreateHostInsightDetails = exports.CreateExadataInsightDetails = exports.CreateEnterpriseManagerBridgeDetails = exports.CreateEmManagedExternalExadataMemberEntityDetails = exports.CreateDatabaseInsightDetails = exports.CreateAwrHubDetails = exports.ConnectionDetails = exports.ChangePeComanagedDatabaseInsightDetails = exports.ChangeOperationsInsightsPrivateEndpointCompartmentDetails = exports.ChangeHostInsightCompartmentDetails = exports.ChangeExadataInsightCompartmentDetails = exports.ChangeEnterpriseManagerBridgeCompartmentDetails = exports.ChangeDatabaseInsightCompartmentDetails = exports.AwrSourceSummary = exports.AwrSnapshotSummary = exports.AwrSnapshotCollection = exports.AwrReportFormatType = exports.AwrReport = exports.AwrQueryResult = exports.AwrHubs = exports.AwrHubSummaryCollection = exports.AwrHubSummary = exports.AwrHubLifecycleState = exports.AwrHub = exports.AwrDatabaseWaitEventSummary = exports.AwrDatabaseWaitEventBucketSummary = exports.AwrDatabaseTopWaitEventSummary = exports.AwrDatabaseSysstatSummary = exports.AwrDatabaseSummary = exports.AwrDatabaseSnapshotSummary = exports.AwrDatabaseSnapshotRangeSummary = exports.AwrDatabaseParameterSummary = exports.AwrDatabaseParameterChangeSummary = exports.AwrDatabaseMetricSummary = exports.AwrDatabaseCpuUsageSummary = exports.AddExadataInsightMembersDetails = exports.ActionType = void 0;
38
- exports.HostResourceCapacityTrendAggregation = exports.HostPerformanceMetricGroup = exports.HostInstanceMap = exports.HostInsights = exports.HostInsightSummaryCollection = exports.HostInsightSummary = exports.HostInsightResourceStatisticsAggregation = exports.HostInsight = exports.HostEntitySource = exports.HostDetails = exports.HostConfigurationSummary = exports.HostConfigurationMetricGroup = exports.HostConfigurationCollection = exports.Host = exports.HistoricalDataItem = exports.ExadataType = exports.ExadataRackType = exports.ExadataMemberSummary = exports.ExadataMemberCollection = exports.ExadataInsights = exports.ExadataInsightSummaryCollection = exports.ExadataInsightSummary = exports.ExadataInsightResourceStatisticsAggregation = exports.ExadataInsightResourceStatistics = exports.ExadataInsightResourceInsightUtilizationItem = exports.ExadataInsightResourceForecastTrendSummary = exports.ExadataInsightResourceCapacityTrendSummary = exports.ExadataInsightResourceCapacityTrendAggregation = exports.ExadataInsightLifecycleState = exports.ExadataInsight = exports.ExadataEntitySource = exports.ExadataDetails = exports.ExadataConfigurationSummary = exports.ExadataConfigurationCollection = exports.EnterpriseManagerBridges = exports.EnterpriseManagerBridgeSummary = exports.EnterpriseManagerBridgeCollection = exports.EnterpriseManagerBridge = exports.EnableHostInsightDetails = exports.EnableExadataInsightDetails = exports.EnableDatabaseInsightDetails = exports.DownloadOperationsInsightsWarehouseWalletDetails = exports.DiskGroupDetails = exports.DiskGroup = exports.DatabaseInsightsCollection = exports.DatabaseInsights = exports.DatabaseInsightSummary = exports.DatabaseInsight = exports.DatabaseEntitySourceAll = exports.DatabaseEntitySource = void 0;
39
- exports.PeComanagedDatabaseHostDetails = exports.PeComanagedDatabaseConnectionDetails = exports.OpsiDataObjectsCollection = exports.OpsiDataObjects = exports.OpsiDataObjectType = exports.OpsiDataObjectSummary = exports.OpsiDataObject = exports.OpsiConfigurations = exports.OperationsInsightsWarehouses = exports.OperationsInsightsWarehouseUsers = exports.OperationsInsightsWarehouseUserSummaryCollection = exports.OperationsInsightsWarehouseUserSummary = exports.OperationsInsightsWarehouseUserLifecycleState = exports.OperationsInsightsWarehouseUser = exports.OperationsInsightsWarehouseSummaryCollection = exports.OperationsInsightsWarehouseSummary = exports.OperationsInsightsWarehouseLifecycleState = exports.OperationsInsightsWarehouse = exports.OperationsInsightsPrivateEndpointSummary = exports.OperationsInsightsPrivateEndpointLifecycleState = exports.OperationsInsightsPrivateEndpointCollection = exports.OperationsInsightsPrivateEndpoint = exports.OperationType = exports.OperationStatus = exports.LifecycleState = exports.InstanceMetrics = exports.IngestSqlTextResponseDetails = exports.IngestSqlTextDetails = exports.IngestSqlStatsResponseDetails = exports.IngestSqlStatsDetails = exports.IngestSqlPlanLinesResponseDetails = exports.IngestSqlPlanLinesDetails = exports.IngestSqlBucketResponseDetails = exports.IngestSqlBucketDetails = exports.IngestHostMetricsResponseDetails = exports.IngestHostMetricsDetails = exports.IngestHostConfigurationResponseDetails = exports.IngestHostConfigurationDetails = exports.IngestDatabaseConfigurationResponseDetails = exports.IngestDatabaseConfigurationDetails = exports.ImportableEnterpriseManagerEntityCollection = exports.ImportableEnterpriseManagerEntity = exports.ImportableComputeEntitySummaryCollection = exports.ImportableComputeEntitySummary = exports.ImportableAgentEntitySummaryCollection = exports.ImportableAgentEntitySummary = exports.ImportableAgentEntitySource = exports.HostedEntitySummary = exports.HostedEntityCollection = exports.HostResourceStatistics = void 0;
40
- exports.SummarizeDatabaseInsightResourceUsageTrendAggregationCollection = exports.SummarizeDatabaseInsightResourceUsageAggregation = exports.SummarizeDatabaseInsightResourceStatisticsAggregationCollection = exports.SummarizeDatabaseInsightResourceForecastTrendAggregation = exports.SummarizeDatabaseInsightResourceCapacityTrendAggregationCollection = exports.SummarizeAwrSourcesSummariesCollection = exports.StorageServerDetails = exports.StorageServer = exports.SqlTextSummary = exports.SqlTextCollection = exports.SqlText = exports.SqlStats = exports.SqlStatisticsTimeSeriesByPlanAggregationCollection = exports.SqlStatisticsTimeSeriesByPlanAggregation = exports.SqlStatisticsTimeSeriesAggregationCollection = exports.SqlStatisticsTimeSeriesAggregation = exports.SqlStatisticsTimeSeries = exports.SqlStatistics = exports.SqlStatisticAggregationCollection = exports.SqlStatisticAggregation = exports.SqlSearchSummary = exports.SqlSearchCollection = exports.SqlResponseTimeDistributionAggregationCollection = exports.SqlResponseTimeDistributionAggregation = exports.SqlPlanSummary = exports.SqlPlanLine = exports.SqlPlanInsights = exports.SqlPlanInsightAggregationCollection = exports.SqlPlanInsightAggregation = exports.SqlPlanCollection = exports.SqlInventory = exports.SqlInsightThresholds = exports.SqlInsightAggregationCollection = exports.SqlInsightAggregation = exports.SqlBucket = exports.SortOrder = exports.ResourceUsageTrendAggregation = exports.ResourceUsageSummary = exports.ResourceStatus = exports.ResourceStatisticsAggregation = exports.ResourceStatistics = exports.ResourceInsightProjectedUtilizationItem = exports.ResourceInsightProjectedUtilization = exports.ResourceInsightCurrentUtilization = exports.ResourceFilters = exports.ResourceCapacityTrendAggregation = exports.QueryOpsiDataObjectDataDetails = exports.QueryDataObjectResultSetRowsCollection = exports.QueryDataObjectResultSetColumnMetadata = exports.ProjectedDataItem = void 0;
41
- exports.AwrDatabaseParameterChangeCollection = exports.AwrDatabaseMetricCollection = exports.AwrDatabaseCpuUsageCollection = exports.AwrDatabaseCollection = exports.AutonomousDatabaseInsightSummary = exports.AutonomousDatabaseInsight = exports.AutonomousDatabaseConfigurationSummary = exports.AddEmManagedExternalExadataInsightMembersDetails = exports.WorkRequests = exports.WorkRequestResourceMetadataKey = exports.WorkRequestResource = exports.WorkRequestLogEntryCollection = exports.WorkRequestLogEntry = exports.WorkRequestErrorCollection = exports.WorkRequestError = exports.WorkRequestCollection = exports.WorkRequest = exports.UpdateOperationsInsightsWarehouseUserDetails = exports.UpdateOperationsInsightsWarehouseDetails = exports.UpdateOperationsInsightsPrivateEndpointDetails = exports.UpdateHostInsightDetails = exports.UpdateExadataInsightDetails = exports.UpdateEnterpriseManagerBridgeDetails = exports.UpdateDatabaseInsightDetails = exports.UpdateAwrHubDetails = exports.TopProcessesUsageTrendAggregation = exports.TopProcessesUsageTrend = exports.TopProcessesUsage = exports.TablespaceUsageTrendAggregation = exports.TablespaceUsageTrend = exports.SummaryStatistics = exports.SummarizeOperationsInsightsWarehouseResourceUsageAggregation = exports.SummarizeHostInsightsTopProcessesUsageTrendCollection = exports.SummarizeHostInsightsTopProcessesUsageCollection = exports.SummarizeHostInsightResourceUtilizationInsightAggregation = exports.SummarizeHostInsightResourceUsageTrendAggregationCollection = exports.SummarizeHostInsightResourceUsageAggregation = exports.SummarizeHostInsightResourceStatisticsAggregationCollection = exports.SummarizeHostInsightResourceForecastTrendAggregation = exports.SummarizeHostInsightResourceCapacityTrendAggregationCollection = exports.SummarizeExadataInsightResourceUtilizationInsightAggregation = exports.SummarizeExadataInsightResourceUsageCollection = exports.SummarizeExadataInsightResourceUsageAggregation = exports.SummarizeExadataInsightResourceStatisticsAggregationCollection = exports.SummarizeExadataInsightResourceForecastTrendCollection = exports.SummarizeExadataInsightResourceForecastTrendAggregation = exports.SummarizeExadataInsightResourceCapacityTrendCollection = exports.SummarizeExadataInsightResourceCapacityTrendAggregation = exports.SummarizeDatabaseInsightTablespaceUsageTrendAggregationCollection = exports.SummarizeDatabaseInsightResourceUtilizationInsightAggregation = void 0;
42
- exports.ExadataDiskgroupStatisticsSummary = exports.ExadataDatabaseStatisticsSummary = exports.ExadataDatabaseMachineConfigurationSummary = exports.EnablePeComanagedDatabaseInsightDetails = exports.EnableMacsManagedExternalHostInsightDetails = exports.EnableMacsManagedCloudHostInsightDetails = exports.EnableEmManagedExternalHostInsightDetails = exports.EnableEmManagedExternalExadataInsightDetails = exports.EnableEmManagedExternalDatabaseInsightDetails = exports.EmManagedExternalHostInsightSummary = exports.EmManagedExternalHostInsight = exports.EmManagedExternalHostConfigurationSummary = exports.EmManagedExternalExadataInsightSummary = exports.EmManagedExternalExadataInsight = exports.EmManagedExternalDatabaseInsightSummary = exports.EmManagedExternalDatabaseInsight = exports.EmManagedExternalDatabaseConfigurationSummary = exports.DatabaseInsightsDataObjectSummary = exports.DatabaseInsightsDataObject = exports.DataObjectTimeColumnUnit = exports.DataObjectTemplatizedQuery = exports.DataObjectTemperatureColumnUnit = exports.DataObjectRateColumnUnit = exports.DataObjectPowerColumnUnit = exports.DataObjectOtherStandardColumnUnit = exports.DataObjectFrequencyColumnUnit = exports.DataObjectDataSizeColumnUnit = exports.DataObjectCustomColumnUnit = exports.DataObjectCoreColumnUnit = exports.DBOSConfigInstance = exports.DBExternalProperties = exports.DBExternalInstance = exports.CredentialsBySource = exports.CredentialByVault = exports.CreatePeComanagedDatabaseInsightDetails = exports.CreateMacsManagedExternalHostInsightDetails = exports.CreateMacsManagedCloudHostInsightDetails = exports.CreateEmManagedExternalHostInsightDetails = exports.CreateEmManagedExternalExadataInsightDetails = exports.CreateEmManagedExternalDatabaseInsightDetails = exports.CloudImportableComputeEntitySummary = exports.AwrDatabaseWaitEventCollection = exports.AwrDatabaseWaitEventBucketCollection = exports.AwrDatabaseTopWaitEventCollection = exports.AwrDatabaseSysstatCollection = exports.AwrDatabaseSqlReport = exports.AwrDatabaseSnapshotRangeCollection = exports.AwrDatabaseSnapshotCollection = exports.AwrDatabaseReport = exports.AwrDatabaseParameterCollection = void 0;
43
- exports.UpdatePeComanagedDatabaseInsightDetails = exports.UpdateMacsManagedExternalHostInsightDetails = exports.UpdateMacsManagedExternalDatabaseInsightDetails = exports.UpdateMacsManagedCloudHostInsightDetails = exports.UpdateEmManagedExternalHostInsightDetails = exports.UpdateEmManagedExternalExadataInsightDetails = exports.UpdateEmManagedExternalDatabaseInsightDetails = exports.UpdateAutonomousDatabaseInsightDetails = exports.QueryDataObjectJsonResultSetRowsCollection = exports.PeComanagedManagedExternalDatabaseConfigurationSummary = exports.PeComanagedHostConfigurationSummary = exports.PeComanagedDatabaseInsightSummary = exports.PeComanagedDatabaseInsight = exports.MacsManagedExternalHostInsightSummary = exports.MacsManagedExternalHostInsight = exports.MacsManagedExternalHostConfigurationSummary = exports.MacsManagedExternalDatabaseInsightSummary = exports.MacsManagedExternalDatabaseInsight = exports.MacsManagedExternalDatabaseConfigurationSummary = exports.MacsManagedCloudHostInsightSummary = exports.MacsManagedCloudHostInsight = exports.MacsManagedCloudHostConfigurationSummary = exports.HostTopProcesses = exports.HostResourceAllocation = exports.HostProduct = exports.HostNetworkConfiguration = exports.HostNetworkActivitySummary = exports.HostMemoryUsage = exports.HostMemoryStatistics = exports.HostMemoryConfiguration = exports.HostInsightsDataObjectSummary = exports.HostInsightsDataObject = exports.HostImportableAgentEntitySummary = exports.HostHardwareConfiguration = exports.HostEntities = exports.HostCpuUsage = exports.HostCpuStatistics = exports.HostCpuHardwareConfiguration = exports.ExadataStorageServerStatisticsSummary = exports.ExadataInsightsDataObjectSummary = exports.ExadataInsightsDataObject = exports.ExadataHostStatisticsSummary = void 0;
37
+ exports.DatabaseConfigurationSummary = exports.DatabaseConfigurationMetricGroup = exports.DatabaseConfigurationCollection = exports.Database = exports.DataObjectQueryTimeFilters = exports.DataObjectQuery = exports.DataObjectColumnUnit = exports.DataObjectColumnMetadata = exports.CredentialDetails = exports.CreatePeComanagedExadataVmclusterDetails = exports.CreateOperationsInsightsWarehouseUserDetails = exports.CreateOperationsInsightsWarehouseDetails = exports.CreateOperationsInsightsPrivateEndpointDetails = exports.CreateHostInsightDetails = exports.CreateExadataInsightDetails = exports.CreateEnterpriseManagerBridgeDetails = exports.CreateEmManagedExternalExadataMemberEntityDetails = exports.CreateDatabaseInsightDetails = exports.CreateAwrHubDetails = exports.ConnectionDetails = exports.ChangePeComanagedDatabaseInsightDetails = exports.ChangeOperationsInsightsPrivateEndpointCompartmentDetails = exports.ChangeHostInsightCompartmentDetails = exports.ChangeExadataInsightCompartmentDetails = exports.ChangeEnterpriseManagerBridgeCompartmentDetails = exports.ChangeDatabaseInsightCompartmentDetails = exports.AwrSourceSummary = exports.AwrSnapshotSummary = exports.AwrSnapshotCollection = exports.AwrReportFormatType = exports.AwrReport = exports.AwrQueryResult = exports.AwrHubs = exports.AwrHubSummaryCollection = exports.AwrHubSummary = exports.AwrHubLifecycleState = exports.AwrHub = exports.AwrDatabaseWaitEventSummary = exports.AwrDatabaseWaitEventBucketSummary = exports.AwrDatabaseTopWaitEventSummary = exports.AwrDatabaseSysstatSummary = exports.AwrDatabaseSummary = exports.AwrDatabaseSnapshotSummary = exports.AwrDatabaseSnapshotRangeSummary = exports.AwrDatabaseParameterSummary = exports.AwrDatabaseParameterChangeSummary = exports.AwrDatabaseMetricSummary = exports.AwrDatabaseCpuUsageSummary = exports.AddExadataInsightMembersDetails = exports.ActionType = void 0;
38
+ exports.HostInstanceMap = exports.HostInsights = exports.HostInsightSummaryCollection = exports.HostInsightSummary = exports.HostInsightResourceStatisticsAggregation = exports.HostInsight = exports.HostEntitySource = exports.HostDetails = exports.HostConfigurationSummary = exports.HostConfigurationMetricGroup = exports.HostConfigurationCollection = exports.Host = exports.HistoricalDataItem = exports.ExadataType = exports.ExadataResourceType = exports.ExadataRackType = exports.ExadataMemberSummary = exports.ExadataMemberCollection = exports.ExadataInsights = exports.ExadataInsightSummaryCollection = exports.ExadataInsightSummary = exports.ExadataInsightResourceStatisticsAggregation = exports.ExadataInsightResourceStatistics = exports.ExadataInsightResourceInsightUtilizationItem = exports.ExadataInsightResourceForecastTrendSummary = exports.ExadataInsightResourceCapacityTrendSummary = exports.ExadataInsightResourceCapacityTrendAggregation = exports.ExadataInsightLifecycleState = exports.ExadataInsight = exports.ExadataEntitySource = exports.ExadataDetails = exports.ExadataConfigurationSummary = exports.ExadataConfigurationCollection = exports.EnterpriseManagerBridges = exports.EnterpriseManagerBridgeSummary = exports.EnterpriseManagerBridgeCollection = exports.EnterpriseManagerBridge = exports.EnableHostInsightDetails = exports.EnableExadataInsightDetails = exports.EnableDatabaseInsightDetails = exports.DownloadOperationsInsightsWarehouseWalletDetails = exports.DiskGroupDetails = exports.DiskGroup = exports.DatabaseInsightsCollection = exports.DatabaseInsights = exports.DatabaseInsightSummary = exports.DatabaseInsight = exports.DatabaseEntitySourceAll = exports.DatabaseEntitySource = exports.DatabaseDetails = void 0;
39
+ exports.OpsiDataObjectsCollection = exports.OpsiDataObjects = exports.OpsiDataObjectType = exports.OpsiDataObjectSummary = exports.OpsiDataObject = exports.OpsiConfigurations = exports.OperationsInsightsWarehouses = exports.OperationsInsightsWarehouseUsers = exports.OperationsInsightsWarehouseUserSummaryCollection = exports.OperationsInsightsWarehouseUserSummary = exports.OperationsInsightsWarehouseUserLifecycleState = exports.OperationsInsightsWarehouseUser = exports.OperationsInsightsWarehouseSummaryCollection = exports.OperationsInsightsWarehouseSummary = exports.OperationsInsightsWarehouseLifecycleState = exports.OperationsInsightsWarehouse = exports.OperationsInsightsPrivateEndpointSummary = exports.OperationsInsightsPrivateEndpointLifecycleState = exports.OperationsInsightsPrivateEndpointCollection = exports.OperationsInsightsPrivateEndpoint = exports.OperationType = exports.OperationStatus = exports.LifecycleState = exports.InstanceMetrics = exports.IngestSqlTextResponseDetails = exports.IngestSqlTextDetails = exports.IngestSqlStatsResponseDetails = exports.IngestSqlStatsDetails = exports.IngestSqlPlanLinesResponseDetails = exports.IngestSqlPlanLinesDetails = exports.IngestSqlBucketResponseDetails = exports.IngestSqlBucketDetails = exports.IngestHostMetricsResponseDetails = exports.IngestHostMetricsDetails = exports.IngestHostConfigurationResponseDetails = exports.IngestHostConfigurationDetails = exports.IngestDatabaseConfigurationResponseDetails = exports.IngestDatabaseConfigurationDetails = exports.ImportableEnterpriseManagerEntityCollection = exports.ImportableEnterpriseManagerEntity = exports.ImportableComputeEntitySummaryCollection = exports.ImportableComputeEntitySummary = exports.ImportableAgentEntitySummaryCollection = exports.ImportableAgentEntitySummary = exports.ImportableAgentEntitySource = exports.HostedEntitySummary = exports.HostedEntityCollection = exports.HostResourceStatistics = exports.HostResourceCapacityTrendAggregation = exports.HostPerformanceMetricGroup = void 0;
40
+ exports.SummarizeDatabaseInsightResourceStatisticsAggregationCollection = exports.SummarizeDatabaseInsightResourceForecastTrendAggregation = exports.SummarizeDatabaseInsightResourceCapacityTrendAggregationCollection = exports.SummarizeAwrSourcesSummariesCollection = exports.StorageServerDetails = exports.StorageServer = exports.SqlTextSummary = exports.SqlTextCollection = exports.SqlText = exports.SqlStats = exports.SqlStatisticsTimeSeriesByPlanAggregationCollection = exports.SqlStatisticsTimeSeriesByPlanAggregation = exports.SqlStatisticsTimeSeriesAggregationCollection = exports.SqlStatisticsTimeSeriesAggregation = exports.SqlStatisticsTimeSeries = exports.SqlStatistics = exports.SqlStatisticAggregationCollection = exports.SqlStatisticAggregation = exports.SqlSearchSummary = exports.SqlSearchCollection = exports.SqlResponseTimeDistributionAggregationCollection = exports.SqlResponseTimeDistributionAggregation = exports.SqlPlanSummary = exports.SqlPlanLine = exports.SqlPlanInsights = exports.SqlPlanInsightAggregationCollection = exports.SqlPlanInsightAggregation = exports.SqlPlanCollection = exports.SqlInventory = exports.SqlInsightThresholds = exports.SqlInsightAggregationCollection = exports.SqlInsightAggregation = exports.SqlBucket = exports.SortOrder = exports.ResourceUsageTrendAggregation = exports.ResourceUsageSummary = exports.ResourceStatus = exports.ResourceStatisticsAggregation = exports.ResourceStatistics = exports.ResourceInsightProjectedUtilizationItem = exports.ResourceInsightProjectedUtilization = exports.ResourceInsightCurrentUtilization = exports.ResourceFilters = exports.ResourceCapacityTrendAggregation = exports.QueryOpsiDataObjectDataDetails = exports.QueryDataObjectResultSetRowsCollection = exports.QueryDataObjectResultSetColumnMetadata = exports.ProjectedDataItem = exports.PeComanagedDatabaseHostDetails = exports.PeComanagedDatabaseConnectionDetails = void 0;
41
+ exports.AutonomousDatabaseInsightSummary = exports.AutonomousDatabaseInsight = exports.AutonomousDatabaseConfigurationSummary = exports.AddPeComanagedExadataInsightMembersDetails = exports.AddEmManagedExternalExadataInsightMembersDetails = exports.WorkRequests = exports.WorkRequestResourceMetadataKey = exports.WorkRequestResource = exports.WorkRequestLogEntryCollection = exports.WorkRequestLogEntry = exports.WorkRequestErrorCollection = exports.WorkRequestError = exports.WorkRequestCollection = exports.WorkRequest = exports.VmClusterSummary = exports.UpdateOperationsInsightsWarehouseUserDetails = exports.UpdateOperationsInsightsWarehouseDetails = exports.UpdateOperationsInsightsPrivateEndpointDetails = exports.UpdateHostInsightDetails = exports.UpdateExadataInsightDetails = exports.UpdateEnterpriseManagerBridgeDetails = exports.UpdateDatabaseInsightDetails = exports.UpdateAwrHubDetails = exports.TopProcessesUsageTrendAggregation = exports.TopProcessesUsageTrend = exports.TopProcessesUsage = exports.TablespaceUsageTrendAggregation = exports.TablespaceUsageTrend = exports.SummaryStatistics = exports.SummarizeOperationsInsightsWarehouseResourceUsageAggregation = exports.SummarizeHostInsightsTopProcessesUsageTrendCollection = exports.SummarizeHostInsightsTopProcessesUsageCollection = exports.SummarizeHostInsightResourceUtilizationInsightAggregation = exports.SummarizeHostInsightResourceUsageTrendAggregationCollection = exports.SummarizeHostInsightResourceUsageAggregation = exports.SummarizeHostInsightResourceStatisticsAggregationCollection = exports.SummarizeHostInsightResourceForecastTrendAggregation = exports.SummarizeHostInsightResourceCapacityTrendAggregationCollection = exports.SummarizeExadataInsightResourceUtilizationInsightAggregation = exports.SummarizeExadataInsightResourceUsageCollection = exports.SummarizeExadataInsightResourceUsageAggregation = exports.SummarizeExadataInsightResourceStatisticsAggregationCollection = exports.SummarizeExadataInsightResourceForecastTrendCollection = exports.SummarizeExadataInsightResourceForecastTrendAggregation = exports.SummarizeExadataInsightResourceCapacityTrendCollection = exports.SummarizeExadataInsightResourceCapacityTrendAggregation = exports.SummarizeDatabaseInsightTablespaceUsageTrendAggregationCollection = exports.SummarizeDatabaseInsightResourceUtilizationInsightAggregation = exports.SummarizeDatabaseInsightResourceUsageTrendAggregationCollection = exports.SummarizeDatabaseInsightResourceUsageAggregation = void 0;
42
+ exports.EnableMacsManagedCloudHostInsightDetails = exports.EnableEmManagedExternalHostInsightDetails = exports.EnableEmManagedExternalExadataInsightDetails = exports.EnableEmManagedExternalDatabaseInsightDetails = exports.EmManagedExternalHostInsightSummary = exports.EmManagedExternalHostInsight = exports.EmManagedExternalHostConfigurationSummary = exports.EmManagedExternalExadataInsightSummary = exports.EmManagedExternalExadataInsight = exports.EmManagedExternalDatabaseInsightSummary = exports.EmManagedExternalDatabaseInsight = exports.EmManagedExternalDatabaseConfigurationSummary = exports.DatabaseInsightsDataObjectSummary = exports.DatabaseInsightsDataObject = exports.DataObjectTimeColumnUnit = exports.DataObjectTemplatizedQuery = exports.DataObjectTemperatureColumnUnit = exports.DataObjectRateColumnUnit = exports.DataObjectPowerColumnUnit = exports.DataObjectOtherStandardColumnUnit = exports.DataObjectFrequencyColumnUnit = exports.DataObjectDataSizeColumnUnit = exports.DataObjectCustomColumnUnit = exports.DataObjectCoreColumnUnit = exports.DBOSConfigInstance = exports.DBExternalProperties = exports.DBExternalInstance = exports.CredentialsBySource = exports.CredentialByVault = exports.CreatePeComanagedExadataInsightDetails = exports.CreatePeComanagedDatabaseInsightDetails = exports.CreateMacsManagedExternalHostInsightDetails = exports.CreateMacsManagedCloudHostInsightDetails = exports.CreateEmManagedExternalHostInsightDetails = exports.CreateEmManagedExternalExadataInsightDetails = exports.CreateEmManagedExternalDatabaseInsightDetails = exports.CloudImportableComputeEntitySummary = exports.AwrDatabaseWaitEventCollection = exports.AwrDatabaseWaitEventBucketCollection = exports.AwrDatabaseTopWaitEventCollection = exports.AwrDatabaseSysstatCollection = exports.AwrDatabaseSqlReport = exports.AwrDatabaseSnapshotRangeCollection = exports.AwrDatabaseSnapshotCollection = exports.AwrDatabaseReport = exports.AwrDatabaseParameterCollection = exports.AwrDatabaseParameterChangeCollection = exports.AwrDatabaseMetricCollection = exports.AwrDatabaseCpuUsageCollection = exports.AwrDatabaseCollection = void 0;
43
+ exports.UpdateMacsManagedExternalHostInsightDetails = exports.UpdateMacsManagedExternalDatabaseInsightDetails = exports.UpdateMacsManagedCloudHostInsightDetails = exports.UpdateEmManagedExternalHostInsightDetails = exports.UpdateEmManagedExternalExadataInsightDetails = exports.UpdateEmManagedExternalDatabaseInsightDetails = exports.UpdateAutonomousDatabaseInsightDetails = exports.QueryDataObjectJsonResultSetRowsCollection = exports.PeComanagedManagedExternalDatabaseConfigurationSummary = exports.PeComanagedHostConfigurationSummary = exports.PeComanagedExadataInsightSummary = exports.PeComanagedExadataInsight = exports.PeComanagedDatabaseInsightSummary = exports.PeComanagedDatabaseInsight = exports.MacsManagedExternalHostInsightSummary = exports.MacsManagedExternalHostInsight = exports.MacsManagedExternalHostConfigurationSummary = exports.MacsManagedExternalDatabaseInsightSummary = exports.MacsManagedExternalDatabaseInsight = exports.MacsManagedExternalDatabaseConfigurationSummary = exports.MacsManagedCloudHostInsightSummary = exports.MacsManagedCloudHostInsight = exports.MacsManagedCloudHostConfigurationSummary = exports.HostTopProcesses = exports.HostResourceAllocation = exports.HostProduct = exports.HostNetworkConfiguration = exports.HostNetworkActivitySummary = exports.HostMemoryUsage = exports.HostMemoryStatistics = exports.HostMemoryConfiguration = exports.HostInsightsDataObjectSummary = exports.HostInsightsDataObject = exports.HostImportableAgentEntitySummary = exports.HostHardwareConfiguration = exports.HostEntities = exports.HostCpuUsage = exports.HostCpuStatistics = exports.HostCpuHardwareConfiguration = exports.ExadataStorageServerStatisticsSummary = exports.ExadataInsightsDataObjectSummary = exports.ExadataInsightsDataObject = exports.ExadataHostStatisticsSummary = exports.ExadataExacsConfigurationSummary = exports.ExadataDiskgroupStatisticsSummary = exports.ExadataDatabaseStatisticsSummary = exports.ExadataDatabaseMachineConfigurationSummary = exports.EnablePeComanagedExadataInsightDetails = exports.EnablePeComanagedDatabaseInsightDetails = exports.EnableMacsManagedExternalHostInsightDetails = void 0;
44
+ exports.UpdatePeComanagedExadataInsightDetails = exports.UpdatePeComanagedDatabaseInsightDetails = void 0;
44
45
  const ActionType = __importStar(require("./action-type"));
45
46
  exports.ActionType = ActionType.ActionType;
46
47
  const AddExadataInsightMembersDetails = __importStar(require("./add-exadata-insight-members-details"));
@@ -121,6 +122,8 @@ const CreateOperationsInsightsWarehouseDetails = __importStar(require("./create-
121
122
  exports.CreateOperationsInsightsWarehouseDetails = CreateOperationsInsightsWarehouseDetails.CreateOperationsInsightsWarehouseDetails;
122
123
  const CreateOperationsInsightsWarehouseUserDetails = __importStar(require("./create-operations-insights-warehouse-user-details"));
123
124
  exports.CreateOperationsInsightsWarehouseUserDetails = CreateOperationsInsightsWarehouseUserDetails.CreateOperationsInsightsWarehouseUserDetails;
125
+ const CreatePeComanagedExadataVmclusterDetails = __importStar(require("./create-pe-comanaged-exadata-vmcluster-details"));
126
+ exports.CreatePeComanagedExadataVmclusterDetails = CreatePeComanagedExadataVmclusterDetails.CreatePeComanagedExadataVmclusterDetails;
124
127
  const CredentialDetails = __importStar(require("./credential-details"));
125
128
  exports.CredentialDetails = CredentialDetails.CredentialDetails;
126
129
  const DataObjectColumnMetadata = __importStar(require("./data-object-column-metadata"));
@@ -209,6 +212,8 @@ const ExadataMemberSummary = __importStar(require("./exadata-member-summary"));
209
212
  exports.ExadataMemberSummary = ExadataMemberSummary.ExadataMemberSummary;
210
213
  const ExadataRackType = __importStar(require("./exadata-rack-type"));
211
214
  exports.ExadataRackType = ExadataRackType.ExadataRackType;
215
+ const ExadataResourceType = __importStar(require("./exadata-resource-type"));
216
+ exports.ExadataResourceType = ExadataResourceType.ExadataResourceType;
212
217
  const ExadataType = __importStar(require("./exadata-type"));
213
218
  exports.ExadataType = ExadataType.ExadataType;
214
219
  const HistoricalDataItem = __importStar(require("./historical-data-item"));
@@ -507,6 +512,8 @@ const UpdateOperationsInsightsWarehouseDetails = __importStar(require("./update-
507
512
  exports.UpdateOperationsInsightsWarehouseDetails = UpdateOperationsInsightsWarehouseDetails.UpdateOperationsInsightsWarehouseDetails;
508
513
  const UpdateOperationsInsightsWarehouseUserDetails = __importStar(require("./update-operations-insights-warehouse-user-details"));
509
514
  exports.UpdateOperationsInsightsWarehouseUserDetails = UpdateOperationsInsightsWarehouseUserDetails.UpdateOperationsInsightsWarehouseUserDetails;
515
+ const VmClusterSummary = __importStar(require("./vm-cluster-summary"));
516
+ exports.VmClusterSummary = VmClusterSummary.VmClusterSummary;
510
517
  const WorkRequest = __importStar(require("./work-request"));
511
518
  exports.WorkRequest = WorkRequest.WorkRequest;
512
519
  const WorkRequestCollection = __importStar(require("./work-request-collection"));
@@ -527,6 +534,8 @@ const WorkRequests = __importStar(require("./work-requests"));
527
534
  exports.WorkRequests = WorkRequests.WorkRequests;
528
535
  const AddEmManagedExternalExadataInsightMembersDetails = __importStar(require("./add-em-managed-external-exadata-insight-members-details"));
529
536
  exports.AddEmManagedExternalExadataInsightMembersDetails = AddEmManagedExternalExadataInsightMembersDetails.AddEmManagedExternalExadataInsightMembersDetails;
537
+ const AddPeComanagedExadataInsightMembersDetails = __importStar(require("./add-pe-comanaged-exadata-insight-members-details"));
538
+ exports.AddPeComanagedExadataInsightMembersDetails = AddPeComanagedExadataInsightMembersDetails.AddPeComanagedExadataInsightMembersDetails;
530
539
  const AutonomousDatabaseConfigurationSummary = __importStar(require("./autonomous-database-configuration-summary"));
531
540
  exports.AutonomousDatabaseConfigurationSummary = AutonomousDatabaseConfigurationSummary.AutonomousDatabaseConfigurationSummary;
532
541
  const AutonomousDatabaseInsight = __importStar(require("./autonomous-database-insight"));
@@ -573,6 +582,8 @@ const CreateMacsManagedExternalHostInsightDetails = __importStar(require("./crea
573
582
  exports.CreateMacsManagedExternalHostInsightDetails = CreateMacsManagedExternalHostInsightDetails.CreateMacsManagedExternalHostInsightDetails;
574
583
  const CreatePeComanagedDatabaseInsightDetails = __importStar(require("./create-pe-comanaged-database-insight-details"));
575
584
  exports.CreatePeComanagedDatabaseInsightDetails = CreatePeComanagedDatabaseInsightDetails.CreatePeComanagedDatabaseInsightDetails;
585
+ const CreatePeComanagedExadataInsightDetails = __importStar(require("./create-pe-comanaged-exadata-insight-details"));
586
+ exports.CreatePeComanagedExadataInsightDetails = CreatePeComanagedExadataInsightDetails.CreatePeComanagedExadataInsightDetails;
576
587
  const CredentialByVault = __importStar(require("./credential-by-vault"));
577
588
  exports.CredentialByVault = CredentialByVault.CredentialByVault;
578
589
  const CredentialsBySource = __importStar(require("./credentials-by-source"));
@@ -635,12 +646,16 @@ const EnableMacsManagedExternalHostInsightDetails = __importStar(require("./enab
635
646
  exports.EnableMacsManagedExternalHostInsightDetails = EnableMacsManagedExternalHostInsightDetails.EnableMacsManagedExternalHostInsightDetails;
636
647
  const EnablePeComanagedDatabaseInsightDetails = __importStar(require("./enable-pe-comanaged-database-insight-details"));
637
648
  exports.EnablePeComanagedDatabaseInsightDetails = EnablePeComanagedDatabaseInsightDetails.EnablePeComanagedDatabaseInsightDetails;
649
+ const EnablePeComanagedExadataInsightDetails = __importStar(require("./enable-pe-comanaged-exadata-insight-details"));
650
+ exports.EnablePeComanagedExadataInsightDetails = EnablePeComanagedExadataInsightDetails.EnablePeComanagedExadataInsightDetails;
638
651
  const ExadataDatabaseMachineConfigurationSummary = __importStar(require("./exadata-database-machine-configuration-summary"));
639
652
  exports.ExadataDatabaseMachineConfigurationSummary = ExadataDatabaseMachineConfigurationSummary.ExadataDatabaseMachineConfigurationSummary;
640
653
  const ExadataDatabaseStatisticsSummary = __importStar(require("./exadata-database-statistics-summary"));
641
654
  exports.ExadataDatabaseStatisticsSummary = ExadataDatabaseStatisticsSummary.ExadataDatabaseStatisticsSummary;
642
655
  const ExadataDiskgroupStatisticsSummary = __importStar(require("./exadata-diskgroup-statistics-summary"));
643
656
  exports.ExadataDiskgroupStatisticsSummary = ExadataDiskgroupStatisticsSummary.ExadataDiskgroupStatisticsSummary;
657
+ const ExadataExacsConfigurationSummary = __importStar(require("./exadata-exacs-configuration-summary"));
658
+ exports.ExadataExacsConfigurationSummary = ExadataExacsConfigurationSummary.ExadataExacsConfigurationSummary;
644
659
  const ExadataHostStatisticsSummary = __importStar(require("./exadata-host-statistics-summary"));
645
660
  exports.ExadataHostStatisticsSummary = ExadataHostStatisticsSummary.ExadataHostStatisticsSummary;
646
661
  const ExadataInsightsDataObject = __importStar(require("./exadata-insights-data-object"));
@@ -703,6 +718,10 @@ const PeComanagedDatabaseInsight = __importStar(require("./pe-comanaged-database
703
718
  exports.PeComanagedDatabaseInsight = PeComanagedDatabaseInsight.PeComanagedDatabaseInsight;
704
719
  const PeComanagedDatabaseInsightSummary = __importStar(require("./pe-comanaged-database-insight-summary"));
705
720
  exports.PeComanagedDatabaseInsightSummary = PeComanagedDatabaseInsightSummary.PeComanagedDatabaseInsightSummary;
721
+ const PeComanagedExadataInsight = __importStar(require("./pe-comanaged-exadata-insight"));
722
+ exports.PeComanagedExadataInsight = PeComanagedExadataInsight.PeComanagedExadataInsight;
723
+ const PeComanagedExadataInsightSummary = __importStar(require("./pe-comanaged-exadata-insight-summary"));
724
+ exports.PeComanagedExadataInsightSummary = PeComanagedExadataInsightSummary.PeComanagedExadataInsightSummary;
706
725
  const PeComanagedHostConfigurationSummary = __importStar(require("./pe-comanaged-host-configuration-summary"));
707
726
  exports.PeComanagedHostConfigurationSummary = PeComanagedHostConfigurationSummary.PeComanagedHostConfigurationSummary;
708
727
  const PeComanagedManagedExternalDatabaseConfigurationSummary = __importStar(require("./pe-comanaged-managed-external-database-configuration-summary"));
@@ -725,4 +744,6 @@ const UpdateMacsManagedExternalHostInsightDetails = __importStar(require("./upda
725
744
  exports.UpdateMacsManagedExternalHostInsightDetails = UpdateMacsManagedExternalHostInsightDetails.UpdateMacsManagedExternalHostInsightDetails;
726
745
  const UpdatePeComanagedDatabaseInsightDetails = __importStar(require("./update-pe-comanaged-database-insight-details"));
727
746
  exports.UpdatePeComanagedDatabaseInsightDetails = UpdatePeComanagedDatabaseInsightDetails.UpdatePeComanagedDatabaseInsightDetails;
747
+ const UpdatePeComanagedExadataInsightDetails = __importStar(require("./update-pe-comanaged-exadata-insight-details"));
748
+ exports.UpdatePeComanagedExadataInsightDetails = UpdatePeComanagedExadataInsightDetails.UpdatePeComanagedExadataInsightDetails;
728
749
  //# sourceMappingURL=index.js.map