oci-opsi 2.53.1 → 2.55.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.
- package/lib/client.d.ts +180 -133
- package/lib/client.js +499 -146
- package/lib/client.js.map +1 -1
- package/lib/model/autonomous-database-insight-summary.d.ts +4 -0
- package/lib/model/autonomous-database-insight-summary.js.map +1 -1
- package/lib/model/autonomous-database-insight.d.ts +10 -0
- package/lib/model/autonomous-database-insight.js +16 -2
- package/lib/model/autonomous-database-insight.js.map +1 -1
- package/lib/model/change-autonomous-database-insight-advanced-features-details.d.ts +31 -0
- package/lib/model/change-autonomous-database-insight-advanced-features-details.js +66 -0
- package/lib/model/change-autonomous-database-insight-advanced-features-details.js.map +1 -0
- package/lib/model/create-pe-comanaged-exadata-vmcluster-details.d.ts +2 -2
- package/lib/model/enable-autonomous-database-insight-advanced-features-details.d.ts +31 -0
- package/lib/model/enable-autonomous-database-insight-advanced-features-details.js +66 -0
- package/lib/model/enable-autonomous-database-insight-advanced-features-details.js.map +1 -0
- package/lib/model/host-configuration-metric-group.js +4 -0
- package/lib/model/host-configuration-metric-group.js.map +1 -1
- package/lib/model/host-filesystem-configuration.d.ts +40 -0
- package/lib/model/host-filesystem-configuration.js +57 -0
- package/lib/model/host-filesystem-configuration.js.map +1 -0
- package/lib/model/host-filesystem-usage.d.ts +34 -0
- package/lib/model/host-filesystem-usage.js +57 -0
- package/lib/model/host-filesystem-usage.js.map +1 -0
- package/lib/model/host-insight-resource-statistics-aggregation.d.ts +1 -1
- package/lib/model/host-insight-resource-statistics-aggregation.js.map +1 -1
- package/lib/model/host-insight-summary.js +4 -0
- package/lib/model/host-insight-summary.js.map +1 -1
- package/lib/model/host-insight.js +4 -0
- package/lib/model/host-insight.js.map +1 -1
- package/lib/model/host-network-activity-summary.d.ts +4 -0
- package/lib/model/host-network-activity-summary.js.map +1 -1
- package/lib/model/host-network-statistics.d.ts +30 -0
- package/lib/model/host-network-statistics.js +57 -0
- package/lib/model/host-network-statistics.js.map +1 -0
- package/lib/model/host-performance-metric-group.js +4 -0
- package/lib/model/host-performance-metric-group.js.map +1 -1
- package/lib/model/host-resource-statistics.js +8 -0
- package/lib/model/host-resource-statistics.js.map +1 -1
- package/lib/model/host-storage-statistics.d.ts +29 -0
- package/lib/model/host-storage-statistics.js +57 -0
- package/lib/model/host-storage-statistics.js.map +1 -0
- package/lib/model/index.d.ts +28 -0
- package/lib/model/index.js +36 -8
- package/lib/model/index.js.map +1 -1
- package/lib/model/network-usage-trend-aggregation.d.ts +41 -0
- package/lib/model/network-usage-trend-aggregation.js +64 -0
- package/lib/model/network-usage-trend-aggregation.js.map +1 -0
- package/lib/model/network-usage-trend.d.ts +40 -0
- package/lib/model/network-usage-trend.js +32 -0
- package/lib/model/network-usage-trend.js.map +1 -0
- package/lib/model/pe-comanaged-host-insight-summary.d.ts +54 -0
- package/lib/model/pe-comanaged-host-insight-summary.js +69 -0
- package/lib/model/pe-comanaged-host-insight-summary.js.map +1 -0
- package/lib/model/pe-comanaged-host-insight.d.ts +58 -0
- package/lib/model/pe-comanaged-host-insight.js +67 -0
- package/lib/model/pe-comanaged-host-insight.js.map +1 -0
- package/lib/model/storage-usage-trend-aggregation.d.ts +41 -0
- package/lib/model/storage-usage-trend-aggregation.js +64 -0
- package/lib/model/storage-usage-trend-aggregation.js.map +1 -0
- package/lib/model/storage-usage-trend.d.ts +36 -0
- package/lib/model/storage-usage-trend.js +32 -0
- package/lib/model/storage-usage-trend.js.map +1 -0
- package/lib/model/summarize-database-insight-resource-capacity-trend-aggregation-collection.d.ts +8 -0
- package/lib/model/summarize-database-insight-resource-capacity-trend-aggregation-collection.js.map +1 -1
- package/lib/model/summarize-database-insight-resource-forecast-trend-aggregation.d.ts +8 -0
- package/lib/model/summarize-database-insight-resource-forecast-trend-aggregation.js.map +1 -1
- package/lib/model/summarize-database-insight-resource-statistics-aggregation-collection.d.ts +9 -1
- package/lib/model/summarize-database-insight-resource-statistics-aggregation-collection.js.map +1 -1
- package/lib/model/summarize-database-insight-resource-utilization-insight-aggregation.d.ts +8 -0
- package/lib/model/summarize-database-insight-resource-utilization-insight-aggregation.js.map +1 -1
- package/lib/model/summarize-host-insight-network-usage-trend-aggregation-collection.d.ts +60 -0
- package/lib/model/summarize-host-insight-network-usage-trend-aggregation-collection.js +77 -0
- package/lib/model/summarize-host-insight-network-usage-trend-aggregation-collection.js.map +1 -0
- package/lib/model/summarize-host-insight-resource-capacity-trend-aggregation-collection.d.ts +10 -0
- package/lib/model/summarize-host-insight-resource-capacity-trend-aggregation-collection.js +2 -0
- package/lib/model/summarize-host-insight-resource-capacity-trend-aggregation-collection.js.map +1 -1
- package/lib/model/summarize-host-insight-resource-forecast-trend-aggregation.d.ts +10 -0
- package/lib/model/summarize-host-insight-resource-forecast-trend-aggregation.js +2 -0
- package/lib/model/summarize-host-insight-resource-forecast-trend-aggregation.js.map +1 -1
- package/lib/model/summarize-host-insight-resource-statistics-aggregation-collection.d.ts +10 -0
- package/lib/model/summarize-host-insight-resource-statistics-aggregation-collection.js +2 -0
- package/lib/model/summarize-host-insight-resource-statistics-aggregation-collection.js.map +1 -1
- package/lib/model/summarize-host-insight-resource-usage-aggregation.d.ts +2 -0
- package/lib/model/summarize-host-insight-resource-usage-aggregation.js +2 -0
- package/lib/model/summarize-host-insight-resource-usage-aggregation.js.map +1 -1
- package/lib/model/summarize-host-insight-resource-usage-trend-aggregation-collection.d.ts +2 -0
- package/lib/model/summarize-host-insight-resource-usage-trend-aggregation-collection.js +2 -0
- package/lib/model/summarize-host-insight-resource-usage-trend-aggregation-collection.js.map +1 -1
- package/lib/model/summarize-host-insight-resource-utilization-insight-aggregation.d.ts +10 -0
- package/lib/model/summarize-host-insight-resource-utilization-insight-aggregation.js +2 -0
- package/lib/model/summarize-host-insight-resource-utilization-insight-aggregation.js.map +1 -1
- package/lib/model/summarize-host-insight-storage-usage-trend-aggregation-collection.d.ts +60 -0
- package/lib/model/summarize-host-insight-storage-usage-trend-aggregation-collection.js +77 -0
- package/lib/model/summarize-host-insight-storage-usage-trend-aggregation-collection.js.map +1 -0
- package/lib/request/add-exadata-insight-members-request.d.ts +1 -1
- package/lib/request/change-autonomous-database-insight-advanced-features-request.d.ts +50 -0
- package/lib/request/change-autonomous-database-insight-advanced-features-request.js +15 -0
- package/lib/request/change-autonomous-database-insight-advanced-features-request.js.map +1 -0
- package/lib/request/change-database-insight-compartment-request.d.ts +1 -1
- package/lib/request/change-enterprise-manager-bridge-compartment-request.d.ts +1 -1
- package/lib/request/change-exadata-insight-compartment-request.d.ts +1 -1
- package/lib/request/change-host-insight-compartment-request.d.ts +1 -1
- package/lib/request/change-operations-insights-private-endpoint-compartment-request.d.ts +1 -1
- package/lib/request/change-opsi-configuration-compartment-request.d.ts +1 -1
- package/lib/request/change-pe-comanaged-database-insight-request.d.ts +1 -1
- package/lib/request/create-awr-hub-request.d.ts +1 -1
- package/lib/request/create-database-insight-request.d.ts +1 -1
- package/lib/request/create-enterprise-manager-bridge-request.d.ts +1 -1
- package/lib/request/create-exadata-insight-request.d.ts +1 -1
- package/lib/request/create-host-insight-request.d.ts +1 -1
- package/lib/request/create-operations-insights-private-endpoint-request.d.ts +1 -1
- package/lib/request/create-operations-insights-warehouse-request.d.ts +1 -1
- package/lib/request/create-operations-insights-warehouse-user-request.d.ts +1 -1
- package/lib/request/create-opsi-configuration-request.d.ts +1 -1
- package/lib/request/delete-awr-hub-request.d.ts +1 -1
- package/lib/request/delete-database-insight-request.d.ts +1 -1
- package/lib/request/delete-enterprise-manager-bridge-request.d.ts +1 -1
- package/lib/request/delete-exadata-insight-request.d.ts +1 -1
- package/lib/request/delete-host-insight-request.d.ts +1 -1
- package/lib/request/delete-operations-insights-private-endpoint-request.d.ts +1 -1
- package/lib/request/delete-operations-insights-warehouse-request.d.ts +1 -1
- package/lib/request/delete-operations-insights-warehouse-user-request.d.ts +1 -1
- package/lib/request/delete-opsi-configuration-request.d.ts +1 -1
- package/lib/request/disable-autonomous-database-insight-advanced-features-request.d.ts +45 -0
- package/lib/request/disable-autonomous-database-insight-advanced-features-request.js +15 -0
- package/lib/request/disable-autonomous-database-insight-advanced-features-request.js.map +1 -0
- package/lib/request/disable-database-insight-request.d.ts +1 -1
- package/lib/request/disable-exadata-insight-request.d.ts +1 -1
- package/lib/request/disable-host-insight-request.d.ts +1 -1
- package/lib/request/download-operations-insights-warehouse-wallet-request.d.ts +1 -1
- package/lib/request/enable-autonomous-database-insight-advanced-features-request.d.ts +50 -0
- package/lib/request/enable-autonomous-database-insight-advanced-features-request.js +15 -0
- package/lib/request/enable-autonomous-database-insight-advanced-features-request.js.map +1 -0
- package/lib/request/enable-database-insight-request.d.ts +1 -1
- package/lib/request/enable-exadata-insight-request.d.ts +1 -1
- package/lib/request/enable-host-insight-request.d.ts +1 -1
- package/lib/request/get-awr-database-report-request.d.ts +1 -1
- package/lib/request/get-awr-database-sql-report-request.d.ts +1 -1
- package/lib/request/get-awr-hub-request.d.ts +1 -1
- package/lib/request/get-awr-report-request.d.ts +1 -1
- package/lib/request/get-database-insight-request.d.ts +1 -1
- package/lib/request/get-enterprise-manager-bridge-request.d.ts +1 -1
- package/lib/request/get-exadata-insight-request.d.ts +1 -1
- package/lib/request/get-host-insight-request.d.ts +1 -1
- package/lib/request/get-operations-insights-private-endpoint-request.d.ts +1 -1
- package/lib/request/get-operations-insights-warehouse-request.d.ts +1 -1
- package/lib/request/get-operations-insights-warehouse-user-request.d.ts +1 -1
- package/lib/request/get-opsi-configuration-request.d.ts +1 -1
- package/lib/request/get-opsi-data-object-request.d.ts +1 -1
- package/lib/request/get-work-request-request.d.ts +1 -1
- package/lib/request/index.d.ts +10 -0
- package/lib/request/index.js +9 -1
- package/lib/request/index.js.map +1 -1
- package/lib/request/ingest-database-configuration-request.d.ts +1 -1
- package/lib/request/ingest-host-configuration-request.d.ts +1 -1
- package/lib/request/ingest-host-metrics-request.d.ts +1 -1
- package/lib/request/ingest-sql-bucket-request.d.ts +1 -1
- package/lib/request/ingest-sql-plan-lines-request.d.ts +1 -1
- package/lib/request/ingest-sql-stats-request.d.ts +1 -1
- package/lib/request/ingest-sql-text-request.d.ts +1 -1
- package/lib/request/list-awr-database-snapshots-request.d.ts +1 -1
- package/lib/request/list-awr-databases-request.d.ts +1 -1
- package/lib/request/list-awr-hubs-request.d.ts +1 -1
- package/lib/request/list-awr-snapshots-request.d.ts +1 -1
- package/lib/request/list-database-configurations-request.d.ts +1 -1
- package/lib/request/list-database-insights-request.d.ts +1 -1
- package/lib/request/list-enterprise-manager-bridges-request.d.ts +1 -1
- package/lib/request/list-exadata-configurations-request.d.ts +1 -1
- package/lib/request/list-exadata-insights-request.d.ts +1 -1
- package/lib/request/list-host-configurations-request.d.ts +2 -2
- package/lib/request/list-host-insights-request.d.ts +2 -2
- package/lib/request/list-hosted-entities-request.d.ts +2 -2
- package/lib/request/list-importable-agent-entities-request.d.ts +1 -1
- package/lib/request/list-importable-compute-entities-request.d.ts +1 -1
- package/lib/request/list-importable-enterprise-manager-entities-request.d.ts +1 -1
- package/lib/request/list-operations-insights-private-endpoints-request.d.ts +1 -1
- package/lib/request/list-operations-insights-warehouse-users-request.d.ts +1 -1
- package/lib/request/list-operations-insights-warehouses-request.d.ts +1 -1
- package/lib/request/list-opsi-configurations-request.d.ts +1 -1
- package/lib/request/list-opsi-data-objects-request.d.ts +1 -1
- package/lib/request/list-sql-plans-request.d.ts +1 -1
- package/lib/request/list-sql-searches-request.d.ts +1 -1
- package/lib/request/list-sql-texts-request.d.ts +1 -1
- package/lib/request/list-work-request-errors-request.d.ts +1 -1
- package/lib/request/list-work-request-logs-request.d.ts +1 -1
- package/lib/request/list-work-requests-request.d.ts +1 -1
- package/lib/request/query-opsi-data-object-data-request.d.ts +1 -1
- package/lib/request/rotate-operations-insights-warehouse-wallet-request.d.ts +1 -1
- package/lib/request/summarize-awr-database-cpu-usages-request.d.ts +1 -1
- package/lib/request/summarize-awr-database-metrics-request.d.ts +1 -1
- package/lib/request/summarize-awr-database-parameter-changes-request.d.ts +1 -1
- package/lib/request/summarize-awr-database-parameters-request.d.ts +1 -1
- package/lib/request/summarize-awr-database-snapshot-ranges-request.d.ts +1 -1
- package/lib/request/summarize-awr-database-sysstats-request.d.ts +1 -1
- package/lib/request/summarize-awr-database-top-wait-events-request.d.ts +1 -1
- package/lib/request/summarize-awr-database-wait-event-buckets-request.d.ts +1 -1
- package/lib/request/summarize-awr-database-wait-events-request.d.ts +1 -1
- package/lib/request/summarize-awr-sources-summaries-request.d.ts +1 -1
- package/lib/request/summarize-configuration-items-request.d.ts +1 -1
- package/lib/request/summarize-database-insight-resource-capacity-trend-request.d.ts +9 -1
- package/lib/request/summarize-database-insight-resource-capacity-trend-request.js.map +1 -1
- package/lib/request/summarize-database-insight-resource-forecast-trend-request.d.ts +9 -1
- package/lib/request/summarize-database-insight-resource-forecast-trend-request.js.map +1 -1
- package/lib/request/summarize-database-insight-resource-statistics-request.d.ts +9 -1
- package/lib/request/summarize-database-insight-resource-statistics-request.js.map +1 -1
- package/lib/request/summarize-database-insight-resource-usage-request.d.ts +6 -1
- package/lib/request/summarize-database-insight-resource-usage-request.js.map +1 -1
- package/lib/request/summarize-database-insight-resource-usage-trend-request.d.ts +6 -1
- package/lib/request/summarize-database-insight-resource-usage-trend-request.js.map +1 -1
- package/lib/request/summarize-database-insight-resource-utilization-insight-request.d.ts +14 -1
- package/lib/request/summarize-database-insight-resource-utilization-insight-request.js.map +1 -1
- package/lib/request/summarize-database-insight-tablespace-usage-trend-request.d.ts +1 -1
- package/lib/request/summarize-exadata-insight-resource-capacity-trend-aggregated-request.d.ts +1 -1
- package/lib/request/summarize-exadata-insight-resource-capacity-trend-request.d.ts +1 -1
- package/lib/request/summarize-exadata-insight-resource-forecast-trend-aggregated-request.d.ts +1 -1
- package/lib/request/summarize-exadata-insight-resource-forecast-trend-request.d.ts +1 -1
- package/lib/request/summarize-exadata-insight-resource-statistics-request.d.ts +1 -1
- package/lib/request/summarize-exadata-insight-resource-usage-aggregated-request.d.ts +1 -1
- package/lib/request/summarize-exadata-insight-resource-usage-request.d.ts +1 -1
- package/lib/request/summarize-exadata-insight-resource-utilization-insight-request.d.ts +1 -1
- package/lib/request/summarize-exadata-members-request.d.ts +1 -1
- package/lib/request/summarize-host-insight-network-usage-trend-request.d.ts +89 -0
- package/lib/request/summarize-host-insight-network-usage-trend-request.js +24 -0
- package/lib/request/summarize-host-insight-network-usage-trend-request.js.map +1 -0
- package/lib/request/summarize-host-insight-resource-capacity-trend-request.d.ts +11 -2
- package/lib/request/summarize-host-insight-resource-capacity-trend-request.js.map +1 -1
- package/lib/request/summarize-host-insight-resource-forecast-trend-request.d.ts +21 -2
- package/lib/request/summarize-host-insight-resource-forecast-trend-request.js.map +1 -1
- package/lib/request/summarize-host-insight-resource-statistics-request.d.ts +11 -2
- package/lib/request/summarize-host-insight-resource-statistics-request.js.map +1 -1
- package/lib/request/summarize-host-insight-resource-usage-request.d.ts +3 -2
- package/lib/request/summarize-host-insight-resource-usage-request.js.map +1 -1
- package/lib/request/summarize-host-insight-resource-usage-trend-request.d.ts +3 -2
- package/lib/request/summarize-host-insight-resource-usage-trend-request.js.map +1 -1
- package/lib/request/summarize-host-insight-resource-utilization-insight-request.d.ts +11 -2
- package/lib/request/summarize-host-insight-resource-utilization-insight-request.js.map +1 -1
- package/lib/request/summarize-host-insight-storage-usage-trend-request.d.ts +89 -0
- package/lib/request/summarize-host-insight-storage-usage-trend-request.js +24 -0
- package/lib/request/summarize-host-insight-storage-usage-trend-request.js.map +1 -0
- package/lib/request/summarize-host-insight-top-processes-usage-request.d.ts +12 -2
- package/lib/request/summarize-host-insight-top-processes-usage-request.js +9 -0
- package/lib/request/summarize-host-insight-top-processes-usage-request.js.map +1 -1
- package/lib/request/summarize-host-insight-top-processes-usage-trend-request.d.ts +12 -2
- package/lib/request/summarize-host-insight-top-processes-usage-trend-request.js +9 -0
- package/lib/request/summarize-host-insight-top-processes-usage-trend-request.js.map +1 -1
- package/lib/request/summarize-operations-insights-warehouse-resource-usage-request.d.ts +1 -1
- package/lib/request/summarize-sql-insights-request.d.ts +6 -1
- package/lib/request/summarize-sql-insights-request.js.map +1 -1
- package/lib/request/summarize-sql-plan-insights-request.d.ts +1 -1
- package/lib/request/summarize-sql-response-time-distributions-request.d.ts +1 -1
- package/lib/request/summarize-sql-statistics-request.d.ts +1 -1
- package/lib/request/summarize-sql-statistics-time-series-by-plan-request.d.ts +1 -1
- package/lib/request/summarize-sql-statistics-time-series-request.d.ts +1 -1
- package/lib/request/update-awr-hub-request.d.ts +1 -1
- package/lib/request/update-database-insight-request.d.ts +1 -1
- package/lib/request/update-enterprise-manager-bridge-request.d.ts +1 -1
- package/lib/request/update-exadata-insight-request.d.ts +1 -1
- package/lib/request/update-host-insight-request.d.ts +1 -1
- package/lib/request/update-operations-insights-private-endpoint-request.d.ts +1 -1
- package/lib/request/update-operations-insights-warehouse-request.d.ts +1 -1
- package/lib/request/update-operations-insights-warehouse-user-request.d.ts +1 -1
- package/lib/request/update-opsi-configuration-request.d.ts +1 -1
- package/lib/response/change-autonomous-database-insight-advanced-features-response.d.ts +25 -0
- package/lib/response/change-autonomous-database-insight-advanced-features-response.js +15 -0
- package/lib/response/change-autonomous-database-insight-advanced-features-response.js.map +1 -0
- package/lib/response/disable-autonomous-database-insight-advanced-features-response.d.ts +25 -0
- package/lib/response/disable-autonomous-database-insight-advanced-features-response.js +15 -0
- package/lib/response/disable-autonomous-database-insight-advanced-features-response.js.map +1 -0
- package/lib/response/enable-autonomous-database-insight-advanced-features-response.d.ts +25 -0
- package/lib/response/enable-autonomous-database-insight-advanced-features-response.js +15 -0
- package/lib/response/enable-autonomous-database-insight-advanced-features-response.js.map +1 -0
- package/lib/response/index.d.ts +10 -0
- package/lib/response/summarize-host-insight-network-usage-trend-response.d.ts +32 -0
- package/lib/response/summarize-host-insight-network-usage-trend-response.js +15 -0
- package/lib/response/summarize-host-insight-network-usage-trend-response.js.map +1 -0
- package/lib/response/summarize-host-insight-storage-usage-trend-response.d.ts +32 -0
- package/lib/response/summarize-host-insight-storage-usage-trend-response.js +15 -0
- package/lib/response/summarize-host-insight-storage-usage-trend-response.js.map +1 -0
- package/package.json +3 -3
|
@@ -19,6 +19,10 @@ import * as model from "../model";
|
|
|
19
19
|
*
|
|
20
20
|
*/
|
|
21
21
|
export interface HostNetworkActivitySummary extends model.HostPerformanceMetricGroup {
|
|
22
|
+
/**
|
|
23
|
+
* Name of the network interface
|
|
24
|
+
*/
|
|
25
|
+
"interfaceName"?: string;
|
|
22
26
|
/**
|
|
23
27
|
* All network interfaces read rate in Mbps Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
24
28
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"host-network-activity-summary.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/model/host-network-activity-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;
|
|
1
|
+
{"version":3,"file":"host-network-activity-summary.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/model/host-network-activity-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA4BlC,IAAiB,0BAA0B,CA2B1C;AA3BD,WAAiB,0BAA0B;IACzC,SAAgB,UAAU,CAAC,GAA+B,EAAE,eAAyB;QACnF,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,0BAA0B,CAAC,UAAU,CAAC,GAAG,CAAgC,CAAC,GAClF,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IATe,qCAAU,aASzB,CAAA;IACY,qCAAU,GAAG,+BAA+B,CAAC;IAC1D,SAAgB,sBAAsB,CACpC,GAA+B,EAC/B,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,0BAA0B,CAAC,sBAAsB,CACtD,GAAG,CAC2B,CAAC,GAClC,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,iDAAsB,yBAcrC,CAAA;AACH,CAAC,EA3BgB,0BAA0B,GAA1B,kCAA0B,KAA1B,kCAA0B,QA2B1C"}
|
|
@@ -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, 2023, 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
|
+
* Contains network statistics.
|
|
19
|
+
*
|
|
20
|
+
*/
|
|
21
|
+
export interface HostNetworkStatistics extends model.HostResourceStatistics {
|
|
22
|
+
"networkReadInMBs"?: number;
|
|
23
|
+
"networkWriteInMBs"?: number;
|
|
24
|
+
"resourceName": string;
|
|
25
|
+
}
|
|
26
|
+
export declare namespace HostNetworkStatistics {
|
|
27
|
+
function getJsonObj(obj: HostNetworkStatistics, isParentJsonObj?: boolean): object;
|
|
28
|
+
const resourceName = "HOST_NETWORK_STATISTICS";
|
|
29
|
+
function getDeserializedJsonObj(obj: HostNetworkStatistics, isParentJsonObj?: boolean): object;
|
|
30
|
+
}
|
|
@@ -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, 2023, 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.HostNetworkStatistics = void 0;
|
|
38
|
+
const model = __importStar(require("../model"));
|
|
39
|
+
var HostNetworkStatistics;
|
|
40
|
+
(function (HostNetworkStatistics) {
|
|
41
|
+
function getJsonObj(obj, isParentJsonObj) {
|
|
42
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
43
|
+
? obj
|
|
44
|
+
: model.HostResourceStatistics.getJsonObj(obj))), {});
|
|
45
|
+
return jsonObj;
|
|
46
|
+
}
|
|
47
|
+
HostNetworkStatistics.getJsonObj = getJsonObj;
|
|
48
|
+
HostNetworkStatistics.resourceName = "HOST_NETWORK_STATISTICS";
|
|
49
|
+
function getDeserializedJsonObj(obj, isParentJsonObj) {
|
|
50
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
51
|
+
? obj
|
|
52
|
+
: model.HostResourceStatistics.getDeserializedJsonObj(obj))), {});
|
|
53
|
+
return jsonObj;
|
|
54
|
+
}
|
|
55
|
+
HostNetworkStatistics.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
56
|
+
})(HostNetworkStatistics = exports.HostNetworkStatistics || (exports.HostNetworkStatistics = {}));
|
|
57
|
+
//# sourceMappingURL=host-network-statistics.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"host-network-statistics.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/model/host-network-statistics.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAclC,IAAiB,qBAAqB,CAyBrC;AAzBD,WAAiB,qBAAqB;IACpC,SAAgB,UAAU,CAAC,GAA0B,EAAE,eAAyB;QAC9E,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,sBAAsB,CAAC,UAAU,CAAC,GAAG,CAA2B,CAAC,GACzE,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IATe,gCAAU,aASzB,CAAA;IACY,kCAAY,GAAG,yBAAyB,CAAC;IACtD,SAAgB,sBAAsB,CACpC,GAA0B,EAC1B,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,sBAAsB,CAAC,sBAAsB,CAAC,GAAG,CAA2B,CAAC,GACrF,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAZe,4CAAsB,yBAYrC,CAAA;AACH,CAAC,EAzBgB,qBAAqB,GAArB,6BAAqB,KAArB,6BAAqB,QAyBrC"}
|
|
@@ -49,6 +49,8 @@ var HostPerformanceMetricGroup;
|
|
|
49
49
|
return model.HostTopProcesses.getJsonObj(jsonObj, true);
|
|
50
50
|
case "HOST_CPU_USAGE":
|
|
51
51
|
return model.HostCpuUsage.getJsonObj(jsonObj, true);
|
|
52
|
+
case "HOST_FILESYSTEM_USAGE":
|
|
53
|
+
return model.HostFilesystemUsage.getJsonObj(jsonObj, true);
|
|
52
54
|
case "HOST_NETWORK_ACTIVITY_SUMMARY":
|
|
53
55
|
return model.HostNetworkActivitySummary.getJsonObj(jsonObj, true);
|
|
54
56
|
default:
|
|
@@ -69,6 +71,8 @@ var HostPerformanceMetricGroup;
|
|
|
69
71
|
return model.HostTopProcesses.getDeserializedJsonObj(jsonObj, true);
|
|
70
72
|
case "HOST_CPU_USAGE":
|
|
71
73
|
return model.HostCpuUsage.getDeserializedJsonObj(jsonObj, true);
|
|
74
|
+
case "HOST_FILESYSTEM_USAGE":
|
|
75
|
+
return model.HostFilesystemUsage.getDeserializedJsonObj(jsonObj, true);
|
|
72
76
|
case "HOST_NETWORK_ACTIVITY_SUMMARY":
|
|
73
77
|
return model.HostNetworkActivitySummary.getDeserializedJsonObj(jsonObj, true);
|
|
74
78
|
default:
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"host-performance-metric-group.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/model/host-performance-metric-group.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAClC,qCAAsC;AAiBtC,IAAiB,0BAA0B,
|
|
1
|
+
{"version":3,"file":"host-performance-metric-group.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/model/host-performance-metric-group.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAClC,qCAAsC;AAiBtC,IAAiB,0BAA0B,CAgE1C;AAhED,WAAiB,0BAA0B;IACzC,SAAgB,UAAU,CAAC,GAA+B;QACxD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,GAAG,IAAI,YAAY,IAAI,GAAG,IAAI,GAAG,CAAC,UAAU,EAAE;YAChD,QAAQ,GAAG,CAAC,UAAU,EAAE;gBACtB,KAAK,mBAAmB;oBACtB,OAAO,KAAK,CAAC,eAAe,CAAC,UAAU,CAAiC,OAAQ,EAAE,IAAI,CAAC,CAAC;gBAC1F,KAAK,oBAAoB;oBACvB,OAAO,KAAK,CAAC,gBAAgB,CAAC,UAAU,CAAkC,OAAQ,EAAE,IAAI,CAAC,CAAC;gBAC5F,KAAK,gBAAgB;oBACnB,OAAO,KAAK,CAAC,YAAY,CAAC,UAAU,CAA8B,OAAQ,EAAE,IAAI,CAAC,CAAC;gBACpF,KAAK,uBAAuB;oBAC1B,OAAO,KAAK,CAAC,mBAAmB,CAAC,UAAU,CACL,OAAQ,EAC5C,IAAI,CACL,CAAC;gBACJ,KAAK,+BAA+B;oBAClC,OAAO,KAAK,CAAC,0BAA0B,CAAC,UAAU,CACL,OAAQ,EACnD,IAAI,CACL,CAAC;gBACJ;oBACE,IAAI,MAAM,CAAC,GAAG,CAAC,MAAM;wBAAE,MAAM,CAAC,GAAG,CAAC,MAAM,CAAC,IAAI,CAAC,sBAAsB,GAAG,CAAC,UAAU,EAAE,CAAC,CAAC;aACzF;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IA1Be,qCAAU,aA0BzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA+B;QACpE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,GAAG,IAAI,YAAY,IAAI,GAAG,IAAI,GAAG,CAAC,UAAU,EAAE;YAChD,QAAQ,GAAG,CAAC,UAAU,EAAE;gBACtB,KAAK,mBAAmB;oBACtB,OAAO,KAAK,CAAC,eAAe,CAAC,sBAAsB,CACjB,OAAQ,EACxC,IAAI,CACL,CAAC;gBACJ,KAAK,oBAAoB;oBACvB,OAAO,KAAK,CAAC,gBAAgB,CAAC,sBAAsB,CACjB,OAAQ,EACzC,IAAI,CACL,CAAC;gBACJ,KAAK,gBAAgB;oBACnB,OAAO,KAAK,CAAC,YAAY,CAAC,sBAAsB,CACjB,OAAQ,EACrC,IAAI,CACL,CAAC;gBACJ,KAAK,uBAAuB;oBAC1B,OAAO,KAAK,CAAC,mBAAmB,CAAC,sBAAsB,CACjB,OAAQ,EAC5C,IAAI,CACL,CAAC;gBACJ,KAAK,+BAA+B;oBAClC,OAAO,KAAK,CAAC,0BAA0B,CAAC,sBAAsB,CACjB,OAAQ,EACnD,IAAI,CACL,CAAC;gBACJ;oBACE,IAAI,MAAM,CAAC,GAAG,CAAC,MAAM;wBAAE,MAAM,CAAC,GAAG,CAAC,MAAM,CAAC,IAAI,CAAC,sBAAsB,GAAG,CAAC,UAAU,EAAE,CAAC,CAAC;aACzF;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IAnCe,iDAAsB,yBAmCrC,CAAA;AACH,CAAC,EAhEgB,0BAA0B,GAA1B,kCAA0B,KAA1B,kCAA0B,QAgE1C"}
|
|
@@ -43,6 +43,10 @@ var HostResourceStatistics;
|
|
|
43
43
|
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
44
44
|
if (obj && "resourceName" in obj && obj.resourceName) {
|
|
45
45
|
switch (obj.resourceName) {
|
|
46
|
+
case "HOST_NETWORK_STATISTICS":
|
|
47
|
+
return model.HostNetworkStatistics.getJsonObj(jsonObj, true);
|
|
48
|
+
case "HOST_STORAGE_STATISTICS":
|
|
49
|
+
return model.HostStorageStatistics.getJsonObj(jsonObj, true);
|
|
46
50
|
case "HOST_MEMORY_STATISTICS":
|
|
47
51
|
return model.HostMemoryStatistics.getJsonObj(jsonObj, true);
|
|
48
52
|
case "HOST_CPU_STATISTICS":
|
|
@@ -59,6 +63,10 @@ var HostResourceStatistics;
|
|
|
59
63
|
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
60
64
|
if (obj && "resourceName" in obj && obj.resourceName) {
|
|
61
65
|
switch (obj.resourceName) {
|
|
66
|
+
case "HOST_NETWORK_STATISTICS":
|
|
67
|
+
return model.HostNetworkStatistics.getDeserializedJsonObj(jsonObj, true);
|
|
68
|
+
case "HOST_STORAGE_STATISTICS":
|
|
69
|
+
return model.HostStorageStatistics.getDeserializedJsonObj(jsonObj, true);
|
|
62
70
|
case "HOST_MEMORY_STATISTICS":
|
|
63
71
|
return model.HostMemoryStatistics.getDeserializedJsonObj(jsonObj, true);
|
|
64
72
|
case "HOST_CPU_STATISTICS":
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"host-resource-statistics.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/model/host-resource-statistics.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAClC,qCAAsC;AA8BtC,IAAiB,sBAAsB,
|
|
1
|
+
{"version":3,"file":"host-resource-statistics.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/model/host-resource-statistics.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAClC,qCAAsC;AA8BtC,IAAiB,sBAAsB,CA+DtC;AA/DD,WAAiB,sBAAsB;IACrC,SAAgB,UAAU,CAAC,GAA2B;QACpD,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,yBAAyB;oBAC5B,OAAO,KAAK,CAAC,qBAAqB,CAAC,UAAU,CACL,OAAQ,EAC9C,IAAI,CACL,CAAC;gBACJ,KAAK,yBAAyB;oBAC5B,OAAO,KAAK,CAAC,qBAAqB,CAAC,UAAU,CACL,OAAQ,EAC9C,IAAI,CACL,CAAC;gBACJ,KAAK,wBAAwB;oBAC3B,OAAO,KAAK,CAAC,oBAAoB,CAAC,UAAU,CACL,OAAQ,EAC7C,IAAI,CACL,CAAC;gBACJ,KAAK,qBAAqB;oBACxB,OAAO,KAAK,CAAC,iBAAiB,CAAC,UAAU,CACL,OAAQ,EAC1C,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;IA9Be,iCAAU,aA8BzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA2B;QAChE,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,yBAAyB;oBAC5B,OAAO,KAAK,CAAC,qBAAqB,CAAC,sBAAsB,CACjB,OAAQ,EAC9C,IAAI,CACL,CAAC;gBACJ,KAAK,yBAAyB;oBAC5B,OAAO,KAAK,CAAC,qBAAqB,CAAC,sBAAsB,CACjB,OAAQ,EAC9C,IAAI,CACL,CAAC;gBACJ,KAAK,wBAAwB;oBAC3B,OAAO,KAAK,CAAC,oBAAoB,CAAC,sBAAsB,CACjB,OAAQ,EAC7C,IAAI,CACL,CAAC;gBACJ,KAAK,qBAAqB;oBACxB,OAAO,KAAK,CAAC,iBAAiB,CAAC,sBAAsB,CACjB,OAAQ,EAC1C,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;IA9Be,6CAAsB,yBA8BrC,CAAA;AACH,CAAC,EA/DgB,sBAAsB,GAAtB,8BAAsB,KAAtB,8BAAsB,QA+DtC"}
|
|
@@ -0,0 +1,29 @@
|
|
|
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, 2023, 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
|
+
* Contains storage statistics.
|
|
19
|
+
*
|
|
20
|
+
*/
|
|
21
|
+
export interface HostStorageStatistics extends model.HostResourceStatistics {
|
|
22
|
+
"filesystemAvailableInPercent"?: number;
|
|
23
|
+
"resourceName": string;
|
|
24
|
+
}
|
|
25
|
+
export declare namespace HostStorageStatistics {
|
|
26
|
+
function getJsonObj(obj: HostStorageStatistics, isParentJsonObj?: boolean): object;
|
|
27
|
+
const resourceName = "HOST_STORAGE_STATISTICS";
|
|
28
|
+
function getDeserializedJsonObj(obj: HostStorageStatistics, isParentJsonObj?: boolean): object;
|
|
29
|
+
}
|
|
@@ -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, 2023, 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.HostStorageStatistics = void 0;
|
|
38
|
+
const model = __importStar(require("../model"));
|
|
39
|
+
var HostStorageStatistics;
|
|
40
|
+
(function (HostStorageStatistics) {
|
|
41
|
+
function getJsonObj(obj, isParentJsonObj) {
|
|
42
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
43
|
+
? obj
|
|
44
|
+
: model.HostResourceStatistics.getJsonObj(obj))), {});
|
|
45
|
+
return jsonObj;
|
|
46
|
+
}
|
|
47
|
+
HostStorageStatistics.getJsonObj = getJsonObj;
|
|
48
|
+
HostStorageStatistics.resourceName = "HOST_STORAGE_STATISTICS";
|
|
49
|
+
function getDeserializedJsonObj(obj, isParentJsonObj) {
|
|
50
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
51
|
+
? obj
|
|
52
|
+
: model.HostResourceStatistics.getDeserializedJsonObj(obj))), {});
|
|
53
|
+
return jsonObj;
|
|
54
|
+
}
|
|
55
|
+
HostStorageStatistics.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
56
|
+
})(HostStorageStatistics = exports.HostStorageStatistics || (exports.HostStorageStatistics = {}));
|
|
57
|
+
//# sourceMappingURL=host-storage-statistics.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"host-storage-statistics.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/model/host-storage-statistics.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAalC,IAAiB,qBAAqB,CAyBrC;AAzBD,WAAiB,qBAAqB;IACpC,SAAgB,UAAU,CAAC,GAA0B,EAAE,eAAyB;QAC9E,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,sBAAsB,CAAC,UAAU,CAAC,GAAG,CAA2B,CAAC,GACzE,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IATe,gCAAU,aASzB,CAAA;IACY,kCAAY,GAAG,yBAAyB,CAAC;IACtD,SAAgB,sBAAsB,CACpC,GAA0B,EAC1B,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,sBAAsB,CAAC,sBAAsB,CAAC,GAAG,CAA2B,CAAC,GACrF,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAZe,4CAAsB,yBAYrC,CAAA;AACH,CAAC,EAzBgB,qBAAqB,GAArB,6BAAqB,KAArB,6BAAqB,QAyBrC"}
|
package/lib/model/index.d.ts
CHANGED
|
@@ -61,6 +61,8 @@ import * as AwrSnapshotSummary from "./awr-snapshot-summary";
|
|
|
61
61
|
export import AwrSnapshotSummary = AwrSnapshotSummary.AwrSnapshotSummary;
|
|
62
62
|
import * as AwrSourceSummary from "./awr-source-summary";
|
|
63
63
|
export import AwrSourceSummary = AwrSourceSummary.AwrSourceSummary;
|
|
64
|
+
import * as ChangeAutonomousDatabaseInsightAdvancedFeaturesDetails from "./change-autonomous-database-insight-advanced-features-details";
|
|
65
|
+
export import ChangeAutonomousDatabaseInsightAdvancedFeaturesDetails = ChangeAutonomousDatabaseInsightAdvancedFeaturesDetails.ChangeAutonomousDatabaseInsightAdvancedFeaturesDetails;
|
|
64
66
|
import * as ChangeDatabaseInsightCompartmentDetails from "./change-database-insight-compartment-details";
|
|
65
67
|
export import ChangeDatabaseInsightCompartmentDetails = ChangeDatabaseInsightCompartmentDetails.ChangeDatabaseInsightCompartmentDetails;
|
|
66
68
|
import * as ChangeEnterpriseManagerBridgeCompartmentDetails from "./change-enterprise-manager-bridge-compartment-details";
|
|
@@ -155,6 +157,8 @@ import * as DiskGroupDetails from "./disk-group-details";
|
|
|
155
157
|
export import DiskGroupDetails = DiskGroupDetails.DiskGroupDetails;
|
|
156
158
|
import * as DownloadOperationsInsightsWarehouseWalletDetails from "./download-operations-insights-warehouse-wallet-details";
|
|
157
159
|
export import DownloadOperationsInsightsWarehouseWalletDetails = DownloadOperationsInsightsWarehouseWalletDetails.DownloadOperationsInsightsWarehouseWalletDetails;
|
|
160
|
+
import * as EnableAutonomousDatabaseInsightAdvancedFeaturesDetails from "./enable-autonomous-database-insight-advanced-features-details";
|
|
161
|
+
export import EnableAutonomousDatabaseInsightAdvancedFeaturesDetails = EnableAutonomousDatabaseInsightAdvancedFeaturesDetails.EnableAutonomousDatabaseInsightAdvancedFeaturesDetails;
|
|
158
162
|
import * as EnableDatabaseInsightDetails from "./enable-database-insight-details";
|
|
159
163
|
export import EnableDatabaseInsightDetails = EnableDatabaseInsightDetails.EnableDatabaseInsightDetails;
|
|
160
164
|
import * as EnableExadataInsightDetails from "./enable-exadata-insight-details";
|
|
@@ -291,6 +295,10 @@ import * as InstanceMetrics from "./instance-metrics";
|
|
|
291
295
|
export import InstanceMetrics = InstanceMetrics.InstanceMetrics;
|
|
292
296
|
import * as LifecycleState from "./lifecycle-state";
|
|
293
297
|
export import LifecycleState = LifecycleState.LifecycleState;
|
|
298
|
+
import * as NetworkUsageTrend from "./network-usage-trend";
|
|
299
|
+
export import NetworkUsageTrend = NetworkUsageTrend.NetworkUsageTrend;
|
|
300
|
+
import * as NetworkUsageTrendAggregation from "./network-usage-trend-aggregation";
|
|
301
|
+
export import NetworkUsageTrendAggregation = NetworkUsageTrendAggregation.NetworkUsageTrendAggregation;
|
|
294
302
|
import * as OperationStatus from "./operation-status";
|
|
295
303
|
export import OperationStatus = OperationStatus.OperationStatus;
|
|
296
304
|
import * as OperationType from "./operation-type";
|
|
@@ -439,6 +447,10 @@ import * as StorageServer from "./storage-server";
|
|
|
439
447
|
export import StorageServer = StorageServer.StorageServer;
|
|
440
448
|
import * as StorageServerDetails from "./storage-server-details";
|
|
441
449
|
export import StorageServerDetails = StorageServerDetails.StorageServerDetails;
|
|
450
|
+
import * as StorageUsageTrend from "./storage-usage-trend";
|
|
451
|
+
export import StorageUsageTrend = StorageUsageTrend.StorageUsageTrend;
|
|
452
|
+
import * as StorageUsageTrendAggregation from "./storage-usage-trend-aggregation";
|
|
453
|
+
export import StorageUsageTrendAggregation = StorageUsageTrendAggregation.StorageUsageTrendAggregation;
|
|
442
454
|
import * as SummarizeAwrSourcesSummariesCollection from "./summarize-awr-sources-summaries-collection";
|
|
443
455
|
export import SummarizeAwrSourcesSummariesCollection = SummarizeAwrSourcesSummariesCollection.SummarizeAwrSourcesSummariesCollection;
|
|
444
456
|
import * as SummarizeDatabaseInsightResourceCapacityTrendAggregationCollection from "./summarize-database-insight-resource-capacity-trend-aggregation-collection";
|
|
@@ -471,6 +483,8 @@ import * as SummarizeExadataInsightResourceUsageCollection from "./summarize-exa
|
|
|
471
483
|
export import SummarizeExadataInsightResourceUsageCollection = SummarizeExadataInsightResourceUsageCollection.SummarizeExadataInsightResourceUsageCollection;
|
|
472
484
|
import * as SummarizeExadataInsightResourceUtilizationInsightAggregation from "./summarize-exadata-insight-resource-utilization-insight-aggregation";
|
|
473
485
|
export import SummarizeExadataInsightResourceUtilizationInsightAggregation = SummarizeExadataInsightResourceUtilizationInsightAggregation.SummarizeExadataInsightResourceUtilizationInsightAggregation;
|
|
486
|
+
import * as SummarizeHostInsightNetworkUsageTrendAggregationCollection from "./summarize-host-insight-network-usage-trend-aggregation-collection";
|
|
487
|
+
export import SummarizeHostInsightNetworkUsageTrendAggregationCollection = SummarizeHostInsightNetworkUsageTrendAggregationCollection.SummarizeHostInsightNetworkUsageTrendAggregationCollection;
|
|
474
488
|
import * as SummarizeHostInsightResourceCapacityTrendAggregationCollection from "./summarize-host-insight-resource-capacity-trend-aggregation-collection";
|
|
475
489
|
export import SummarizeHostInsightResourceCapacityTrendAggregationCollection = SummarizeHostInsightResourceCapacityTrendAggregationCollection.SummarizeHostInsightResourceCapacityTrendAggregationCollection;
|
|
476
490
|
import * as SummarizeHostInsightResourceForecastTrendAggregation from "./summarize-host-insight-resource-forecast-trend-aggregation";
|
|
@@ -483,6 +497,8 @@ import * as SummarizeHostInsightResourceUsageTrendAggregationCollection from "./
|
|
|
483
497
|
export import SummarizeHostInsightResourceUsageTrendAggregationCollection = SummarizeHostInsightResourceUsageTrendAggregationCollection.SummarizeHostInsightResourceUsageTrendAggregationCollection;
|
|
484
498
|
import * as SummarizeHostInsightResourceUtilizationInsightAggregation from "./summarize-host-insight-resource-utilization-insight-aggregation";
|
|
485
499
|
export import SummarizeHostInsightResourceUtilizationInsightAggregation = SummarizeHostInsightResourceUtilizationInsightAggregation.SummarizeHostInsightResourceUtilizationInsightAggregation;
|
|
500
|
+
import * as SummarizeHostInsightStorageUsageTrendAggregationCollection from "./summarize-host-insight-storage-usage-trend-aggregation-collection";
|
|
501
|
+
export import SummarizeHostInsightStorageUsageTrendAggregationCollection = SummarizeHostInsightStorageUsageTrendAggregationCollection.SummarizeHostInsightStorageUsageTrendAggregationCollection;
|
|
486
502
|
import * as SummarizeHostInsightsTopProcessesUsageCollection from "./summarize-host-insights-top-processes-usage-collection";
|
|
487
503
|
export import SummarizeHostInsightsTopProcessesUsageCollection = SummarizeHostInsightsTopProcessesUsageCollection.SummarizeHostInsightsTopProcessesUsageCollection;
|
|
488
504
|
import * as SummarizeHostInsightsTopProcessesUsageTrendCollection from "./summarize-host-insights-top-processes-usage-trend-collection";
|
|
@@ -695,6 +711,10 @@ import * as HostCpuUsage from "./host-cpu-usage";
|
|
|
695
711
|
export import HostCpuUsage = HostCpuUsage.HostCpuUsage;
|
|
696
712
|
import * as HostEntities from "./host-entities";
|
|
697
713
|
export import HostEntities = HostEntities.HostEntities;
|
|
714
|
+
import * as HostFilesystemConfiguration from "./host-filesystem-configuration";
|
|
715
|
+
export import HostFilesystemConfiguration = HostFilesystemConfiguration.HostFilesystemConfiguration;
|
|
716
|
+
import * as HostFilesystemUsage from "./host-filesystem-usage";
|
|
717
|
+
export import HostFilesystemUsage = HostFilesystemUsage.HostFilesystemUsage;
|
|
698
718
|
import * as HostHardwareConfiguration from "./host-hardware-configuration";
|
|
699
719
|
export import HostHardwareConfiguration = HostHardwareConfiguration.HostHardwareConfiguration;
|
|
700
720
|
import * as HostImportableAgentEntitySummary from "./host-importable-agent-entity-summary";
|
|
@@ -713,10 +733,14 @@ import * as HostNetworkActivitySummary from "./host-network-activity-summary";
|
|
|
713
733
|
export import HostNetworkActivitySummary = HostNetworkActivitySummary.HostNetworkActivitySummary;
|
|
714
734
|
import * as HostNetworkConfiguration from "./host-network-configuration";
|
|
715
735
|
export import HostNetworkConfiguration = HostNetworkConfiguration.HostNetworkConfiguration;
|
|
736
|
+
import * as HostNetworkStatistics from "./host-network-statistics";
|
|
737
|
+
export import HostNetworkStatistics = HostNetworkStatistics.HostNetworkStatistics;
|
|
716
738
|
import * as HostProduct from "./host-product";
|
|
717
739
|
export import HostProduct = HostProduct.HostProduct;
|
|
718
740
|
import * as HostResourceAllocation from "./host-resource-allocation";
|
|
719
741
|
export import HostResourceAllocation = HostResourceAllocation.HostResourceAllocation;
|
|
742
|
+
import * as HostStorageStatistics from "./host-storage-statistics";
|
|
743
|
+
export import HostStorageStatistics = HostStorageStatistics.HostStorageStatistics;
|
|
720
744
|
import * as HostTopProcesses from "./host-top-processes";
|
|
721
745
|
export import HostTopProcesses = HostTopProcesses.HostTopProcesses;
|
|
722
746
|
import * as MacsManagedCloudHostConfigurationSummary from "./macs-managed-cloud-host-configuration-summary";
|
|
@@ -753,6 +777,10 @@ import * as PeComanagedExadataInsightSummary from "./pe-comanaged-exadata-insigh
|
|
|
753
777
|
export import PeComanagedExadataInsightSummary = PeComanagedExadataInsightSummary.PeComanagedExadataInsightSummary;
|
|
754
778
|
import * as PeComanagedHostConfigurationSummary from "./pe-comanaged-host-configuration-summary";
|
|
755
779
|
export import PeComanagedHostConfigurationSummary = PeComanagedHostConfigurationSummary.PeComanagedHostConfigurationSummary;
|
|
780
|
+
import * as PeComanagedHostInsight from "./pe-comanaged-host-insight";
|
|
781
|
+
export import PeComanagedHostInsight = PeComanagedHostInsight.PeComanagedHostInsight;
|
|
782
|
+
import * as PeComanagedHostInsightSummary from "./pe-comanaged-host-insight-summary";
|
|
783
|
+
export import PeComanagedHostInsightSummary = PeComanagedHostInsightSummary.PeComanagedHostInsightSummary;
|
|
756
784
|
import * as PeComanagedManagedExternalDatabaseConfigurationSummary from "./pe-comanaged-managed-external-database-configuration-summary";
|
|
757
785
|
export import PeComanagedManagedExternalDatabaseConfigurationSummary = PeComanagedManagedExternalDatabaseConfigurationSummary.PeComanagedManagedExternalDatabaseConfigurationSummary;
|
|
758
786
|
import * as QueryDataObjectJsonResultSetRowsCollection from "./query-data-object-json-result-set-rows-collection";
|
package/lib/model/index.js
CHANGED
|
@@ -34,14 +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.
|
|
38
|
-
exports.
|
|
39
|
-
exports.
|
|
40
|
-
exports.
|
|
41
|
-
exports.
|
|
42
|
-
exports.
|
|
43
|
-
exports.
|
|
44
|
-
exports.UxConfigurationItemsCollection = exports.UpdatePeComanagedExadataInsightDetails = exports.UpdatePeComanagedDatabaseInsightDetails = exports.UpdateOpsiUxConfigurationDetails = exports.UpdateMacsManagedExternalHostInsightDetails = exports.UpdateMacsManagedExternalDatabaseInsightDetails = exports.UpdateMacsManagedCloudHostInsightDetails = exports.UpdateEmManagedExternalHostInsightDetails = exports.UpdateEmManagedExternalExadataInsightDetails = exports.UpdateEmManagedExternalDatabaseInsightDetails = exports.UpdateBasicConfigurationItemDetails = exports.UpdateAutonomousDatabaseInsightDetails = exports.QueryDataObjectJsonResultSetRowsCollection = exports.PeComanagedManagedExternalDatabaseConfigurationSummary = exports.PeComanagedHostConfigurationSummary = exports.PeComanagedExadataInsightSummary = exports.PeComanagedExadataInsight = exports.PeComanagedDatabaseInsightSummary = exports.PeComanagedDatabaseInsight = exports.OpsiUxConfigurationSummary = exports.OpsiUxConfiguration = exports.OpsiConfigurationBasicConfigurationItemSummary = exports.MacsManagedExternalHostInsightSummary = exports.MacsManagedExternalHostInsight = exports.MacsManagedExternalHostConfigurationSummary = exports.MacsManagedExternalDatabaseInsightSummary = exports.MacsManagedExternalDatabaseInsight = exports.MacsManagedExternalDatabaseConfigurationSummary = exports.MacsManagedCloudHostInsightSummary = exports.MacsManagedCloudHostInsight = exports.MacsManagedCloudHostConfigurationSummary = exports.HostTopProcesses = exports.HostResourceAllocation = exports.HostProduct = void 0;
|
|
37
|
+
exports.CreateOperationsInsightsWarehouseDetails = exports.CreateOperationsInsightsPrivateEndpointDetails = exports.CreateHostInsightDetails = exports.CreateExadataInsightDetails = exports.CreateEnterpriseManagerBridgeDetails = exports.CreateEmManagedExternalExadataMemberEntityDetails = exports.CreateDatabaseInsightDetails = exports.CreateConfigurationItemDetails = exports.CreateAwrHubDetails = exports.ConnectionDetails = exports.ConfigurationItemsCollection = exports.ConfigurationItemValueSourceConfigurationType = exports.ConfigurationItemUnitDetails = exports.ConfigurationItemType = exports.ConfigurationItemSummary = exports.ConfigurationItemMetadata = exports.ConfigurationItemAllowedValueType = exports.ConfigurationItemAllowedValueDetails = exports.ChangePeComanagedDatabaseInsightDetails = exports.ChangeOpsiConfigurationCompartmentDetails = exports.ChangeOperationsInsightsPrivateEndpointCompartmentDetails = exports.ChangeHostInsightCompartmentDetails = exports.ChangeExadataInsightCompartmentDetails = exports.ChangeEnterpriseManagerBridgeCompartmentDetails = exports.ChangeDatabaseInsightCompartmentDetails = exports.ChangeAutonomousDatabaseInsightAdvancedFeaturesDetails = 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.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.EnableAutonomousDatabaseInsightAdvancedFeaturesDetails = exports.DownloadOperationsInsightsWarehouseWalletDetails = exports.DiskGroupDetails = exports.DiskGroup = exports.DatabaseInsightsCollection = exports.DatabaseInsights = exports.DatabaseInsightSummary = exports.DatabaseInsight = exports.DatabaseEntitySourceAll = exports.DatabaseEntitySource = exports.DatabaseDetails = exports.DatabaseConfigurationSummary = exports.DatabaseConfigurationMetricGroup = exports.DatabaseConfigurationCollection = exports.Database = exports.DataObjectQueryTimeFilters = exports.DataObjectQuery = exports.DataObjectColumnUnit = exports.DataObjectColumnMetadata = exports.CredentialDetails = exports.CreatePeComanagedExadataVmclusterDetails = exports.CreateOpsiConfigurationDetails = exports.CreateOperationsInsightsWarehouseUserDetails = void 0;
|
|
39
|
+
exports.OperationsInsightsWarehouse = exports.OperationsInsightsPrivateEndpointSummary = exports.OperationsInsightsPrivateEndpointLifecycleState = exports.OperationsInsightsPrivateEndpointCollection = exports.OperationsInsightsPrivateEndpoint = exports.OperationType = exports.OperationStatus = exports.NetworkUsageTrendAggregation = exports.NetworkUsageTrend = 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 = 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 = void 0;
|
|
40
|
+
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 = exports.OpsiDataObjectsCollection = exports.OpsiDataObjects = exports.OpsiDataObjectType = exports.OpsiDataObjectSummary = exports.OpsiDataObject = exports.OpsiConfigurationsCollection = exports.OpsiConfigurations = exports.OpsiConfigurationType = exports.OpsiConfigurationSummary = exports.OpsiConfigurationLifecycleState = exports.OpsiConfigurationConfigurationItemSummary = exports.OpsiConfiguration = exports.OperationsInsightsWarehouses = exports.OperationsInsightsWarehouseUsers = exports.OperationsInsightsWarehouseUserSummaryCollection = exports.OperationsInsightsWarehouseUserSummary = exports.OperationsInsightsWarehouseUserLifecycleState = exports.OperationsInsightsWarehouseUser = exports.OperationsInsightsWarehouseSummaryCollection = exports.OperationsInsightsWarehouseSummary = exports.OperationsInsightsWarehouseLifecycleState = void 0;
|
|
41
|
+
exports.TopProcessesUsage = exports.TablespaceUsageTrendAggregation = exports.TablespaceUsageTrend = exports.SummaryStatistics = exports.SummarizeOperationsInsightsWarehouseResourceUsageAggregation = exports.SummarizeHostInsightsTopProcessesUsageTrendCollection = exports.SummarizeHostInsightsTopProcessesUsageCollection = exports.SummarizeHostInsightStorageUsageTrendAggregationCollection = exports.SummarizeHostInsightResourceUtilizationInsightAggregation = exports.SummarizeHostInsightResourceUsageTrendAggregationCollection = exports.SummarizeHostInsightResourceUsageAggregation = exports.SummarizeHostInsightResourceStatisticsAggregationCollection = exports.SummarizeHostInsightResourceForecastTrendAggregation = exports.SummarizeHostInsightResourceCapacityTrendAggregationCollection = exports.SummarizeHostInsightNetworkUsageTrendAggregationCollection = exports.SummarizeExadataInsightResourceUtilizationInsightAggregation = exports.SummarizeExadataInsightResourceUsageCollection = exports.SummarizeExadataInsightResourceUsageAggregation = exports.SummarizeExadataInsightResourceStatisticsAggregationCollection = exports.SummarizeExadataInsightResourceForecastTrendCollection = exports.SummarizeExadataInsightResourceForecastTrendAggregation = exports.SummarizeExadataInsightResourceCapacityTrendCollection = exports.SummarizeExadataInsightResourceCapacityTrendAggregation = exports.SummarizeDatabaseInsightTablespaceUsageTrendAggregationCollection = exports.SummarizeDatabaseInsightResourceUtilizationInsightAggregation = exports.SummarizeDatabaseInsightResourceUsageTrendAggregationCollection = exports.SummarizeDatabaseInsightResourceUsageAggregation = exports.SummarizeDatabaseInsightResourceStatisticsAggregationCollection = exports.SummarizeDatabaseInsightResourceForecastTrendAggregation = exports.SummarizeDatabaseInsightResourceCapacityTrendAggregationCollection = exports.SummarizeAwrSourcesSummariesCollection = exports.StorageUsageTrendAggregation = exports.StorageUsageTrend = 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 = void 0;
|
|
42
|
+
exports.CreateEmManagedExternalHostInsightDetails = exports.CreateEmManagedExternalExadataInsightDetails = exports.CreateEmManagedExternalDatabaseInsightDetails = exports.CreateBasicConfigurationItemDetails = exports.ConfigurationItemPickAllowedValueDetails = exports.ConfigurationItemLimitAllowedValueDetails = exports.ConfigurationItemFreeTextAllowedValueDetails = exports.CloudImportableComputeEntitySummary = exports.BasicConfigurationItemSummary = exports.BasicConfigurationItemMetadata = 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 = 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.UpdateOpsiConfigurationDetails = exports.UpdateOperationsInsightsWarehouseUserDetails = exports.UpdateOperationsInsightsWarehouseDetails = exports.UpdateOperationsInsightsPrivateEndpointDetails = exports.UpdateHostInsightDetails = exports.UpdateExadataInsightDetails = exports.UpdateEnterpriseManagerBridgeDetails = exports.UpdateDatabaseInsightDetails = exports.UpdateConfigurationItemDetails = exports.UpdateAwrHubDetails = exports.TopProcessesUsageTrendAggregation = exports.TopProcessesUsageTrend = void 0;
|
|
43
|
+
exports.HostFilesystemConfiguration = 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 = 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.CreateOpsiUxConfigurationDetails = exports.CreateMacsManagedExternalHostInsightDetails = exports.CreateMacsManagedCloudHostInsightDetails = void 0;
|
|
44
|
+
exports.UxConfigurationItemsCollection = exports.UpdatePeComanagedExadataInsightDetails = exports.UpdatePeComanagedDatabaseInsightDetails = exports.UpdateOpsiUxConfigurationDetails = exports.UpdateMacsManagedExternalHostInsightDetails = exports.UpdateMacsManagedExternalDatabaseInsightDetails = exports.UpdateMacsManagedCloudHostInsightDetails = exports.UpdateEmManagedExternalHostInsightDetails = exports.UpdateEmManagedExternalExadataInsightDetails = exports.UpdateEmManagedExternalDatabaseInsightDetails = exports.UpdateBasicConfigurationItemDetails = exports.UpdateAutonomousDatabaseInsightDetails = exports.QueryDataObjectJsonResultSetRowsCollection = exports.PeComanagedManagedExternalDatabaseConfigurationSummary = exports.PeComanagedHostInsightSummary = exports.PeComanagedHostInsight = exports.PeComanagedHostConfigurationSummary = exports.PeComanagedExadataInsightSummary = exports.PeComanagedExadataInsight = exports.PeComanagedDatabaseInsightSummary = exports.PeComanagedDatabaseInsight = exports.OpsiUxConfigurationSummary = exports.OpsiUxConfiguration = exports.OpsiConfigurationBasicConfigurationItemSummary = exports.MacsManagedExternalHostInsightSummary = exports.MacsManagedExternalHostInsight = exports.MacsManagedExternalHostConfigurationSummary = exports.MacsManagedExternalDatabaseInsightSummary = exports.MacsManagedExternalDatabaseInsight = exports.MacsManagedExternalDatabaseConfigurationSummary = exports.MacsManagedCloudHostInsightSummary = exports.MacsManagedCloudHostInsight = exports.MacsManagedCloudHostConfigurationSummary = exports.HostTopProcesses = exports.HostStorageStatistics = exports.HostResourceAllocation = exports.HostProduct = exports.HostNetworkStatistics = exports.HostNetworkConfiguration = exports.HostNetworkActivitySummary = exports.HostMemoryUsage = exports.HostMemoryStatistics = exports.HostMemoryConfiguration = exports.HostInsightsDataObjectSummary = exports.HostInsightsDataObject = exports.HostImportableAgentEntitySummary = exports.HostHardwareConfiguration = exports.HostFilesystemUsage = void 0;
|
|
45
45
|
const ActionType = __importStar(require("./action-type"));
|
|
46
46
|
exports.ActionType = ActionType.ActionType;
|
|
47
47
|
const AddExadataInsightMembersDetails = __importStar(require("./add-exadata-insight-members-details"));
|
|
@@ -90,6 +90,8 @@ const AwrSnapshotSummary = __importStar(require("./awr-snapshot-summary"));
|
|
|
90
90
|
exports.AwrSnapshotSummary = AwrSnapshotSummary.AwrSnapshotSummary;
|
|
91
91
|
const AwrSourceSummary = __importStar(require("./awr-source-summary"));
|
|
92
92
|
exports.AwrSourceSummary = AwrSourceSummary.AwrSourceSummary;
|
|
93
|
+
const ChangeAutonomousDatabaseInsightAdvancedFeaturesDetails = __importStar(require("./change-autonomous-database-insight-advanced-features-details"));
|
|
94
|
+
exports.ChangeAutonomousDatabaseInsightAdvancedFeaturesDetails = ChangeAutonomousDatabaseInsightAdvancedFeaturesDetails.ChangeAutonomousDatabaseInsightAdvancedFeaturesDetails;
|
|
93
95
|
const ChangeDatabaseInsightCompartmentDetails = __importStar(require("./change-database-insight-compartment-details"));
|
|
94
96
|
exports.ChangeDatabaseInsightCompartmentDetails = ChangeDatabaseInsightCompartmentDetails.ChangeDatabaseInsightCompartmentDetails;
|
|
95
97
|
const ChangeEnterpriseManagerBridgeCompartmentDetails = __importStar(require("./change-enterprise-manager-bridge-compartment-details"));
|
|
@@ -184,6 +186,8 @@ const DiskGroupDetails = __importStar(require("./disk-group-details"));
|
|
|
184
186
|
exports.DiskGroupDetails = DiskGroupDetails.DiskGroupDetails;
|
|
185
187
|
const DownloadOperationsInsightsWarehouseWalletDetails = __importStar(require("./download-operations-insights-warehouse-wallet-details"));
|
|
186
188
|
exports.DownloadOperationsInsightsWarehouseWalletDetails = DownloadOperationsInsightsWarehouseWalletDetails.DownloadOperationsInsightsWarehouseWalletDetails;
|
|
189
|
+
const EnableAutonomousDatabaseInsightAdvancedFeaturesDetails = __importStar(require("./enable-autonomous-database-insight-advanced-features-details"));
|
|
190
|
+
exports.EnableAutonomousDatabaseInsightAdvancedFeaturesDetails = EnableAutonomousDatabaseInsightAdvancedFeaturesDetails.EnableAutonomousDatabaseInsightAdvancedFeaturesDetails;
|
|
187
191
|
const EnableDatabaseInsightDetails = __importStar(require("./enable-database-insight-details"));
|
|
188
192
|
exports.EnableDatabaseInsightDetails = EnableDatabaseInsightDetails.EnableDatabaseInsightDetails;
|
|
189
193
|
const EnableExadataInsightDetails = __importStar(require("./enable-exadata-insight-details"));
|
|
@@ -320,6 +324,10 @@ const InstanceMetrics = __importStar(require("./instance-metrics"));
|
|
|
320
324
|
exports.InstanceMetrics = InstanceMetrics.InstanceMetrics;
|
|
321
325
|
const LifecycleState = __importStar(require("./lifecycle-state"));
|
|
322
326
|
exports.LifecycleState = LifecycleState.LifecycleState;
|
|
327
|
+
const NetworkUsageTrend = __importStar(require("./network-usage-trend"));
|
|
328
|
+
exports.NetworkUsageTrend = NetworkUsageTrend.NetworkUsageTrend;
|
|
329
|
+
const NetworkUsageTrendAggregation = __importStar(require("./network-usage-trend-aggregation"));
|
|
330
|
+
exports.NetworkUsageTrendAggregation = NetworkUsageTrendAggregation.NetworkUsageTrendAggregation;
|
|
323
331
|
const OperationStatus = __importStar(require("./operation-status"));
|
|
324
332
|
exports.OperationStatus = OperationStatus.OperationStatus;
|
|
325
333
|
const OperationType = __importStar(require("./operation-type"));
|
|
@@ -468,6 +476,10 @@ const StorageServer = __importStar(require("./storage-server"));
|
|
|
468
476
|
exports.StorageServer = StorageServer.StorageServer;
|
|
469
477
|
const StorageServerDetails = __importStar(require("./storage-server-details"));
|
|
470
478
|
exports.StorageServerDetails = StorageServerDetails.StorageServerDetails;
|
|
479
|
+
const StorageUsageTrend = __importStar(require("./storage-usage-trend"));
|
|
480
|
+
exports.StorageUsageTrend = StorageUsageTrend.StorageUsageTrend;
|
|
481
|
+
const StorageUsageTrendAggregation = __importStar(require("./storage-usage-trend-aggregation"));
|
|
482
|
+
exports.StorageUsageTrendAggregation = StorageUsageTrendAggregation.StorageUsageTrendAggregation;
|
|
471
483
|
const SummarizeAwrSourcesSummariesCollection = __importStar(require("./summarize-awr-sources-summaries-collection"));
|
|
472
484
|
exports.SummarizeAwrSourcesSummariesCollection = SummarizeAwrSourcesSummariesCollection.SummarizeAwrSourcesSummariesCollection;
|
|
473
485
|
const SummarizeDatabaseInsightResourceCapacityTrendAggregationCollection = __importStar(require("./summarize-database-insight-resource-capacity-trend-aggregation-collection"));
|
|
@@ -500,6 +512,8 @@ const SummarizeExadataInsightResourceUsageCollection = __importStar(require("./s
|
|
|
500
512
|
exports.SummarizeExadataInsightResourceUsageCollection = SummarizeExadataInsightResourceUsageCollection.SummarizeExadataInsightResourceUsageCollection;
|
|
501
513
|
const SummarizeExadataInsightResourceUtilizationInsightAggregation = __importStar(require("./summarize-exadata-insight-resource-utilization-insight-aggregation"));
|
|
502
514
|
exports.SummarizeExadataInsightResourceUtilizationInsightAggregation = SummarizeExadataInsightResourceUtilizationInsightAggregation.SummarizeExadataInsightResourceUtilizationInsightAggregation;
|
|
515
|
+
const SummarizeHostInsightNetworkUsageTrendAggregationCollection = __importStar(require("./summarize-host-insight-network-usage-trend-aggregation-collection"));
|
|
516
|
+
exports.SummarizeHostInsightNetworkUsageTrendAggregationCollection = SummarizeHostInsightNetworkUsageTrendAggregationCollection.SummarizeHostInsightNetworkUsageTrendAggregationCollection;
|
|
503
517
|
const SummarizeHostInsightResourceCapacityTrendAggregationCollection = __importStar(require("./summarize-host-insight-resource-capacity-trend-aggregation-collection"));
|
|
504
518
|
exports.SummarizeHostInsightResourceCapacityTrendAggregationCollection = SummarizeHostInsightResourceCapacityTrendAggregationCollection.SummarizeHostInsightResourceCapacityTrendAggregationCollection;
|
|
505
519
|
const SummarizeHostInsightResourceForecastTrendAggregation = __importStar(require("./summarize-host-insight-resource-forecast-trend-aggregation"));
|
|
@@ -512,6 +526,8 @@ const SummarizeHostInsightResourceUsageTrendAggregationCollection = __importStar
|
|
|
512
526
|
exports.SummarizeHostInsightResourceUsageTrendAggregationCollection = SummarizeHostInsightResourceUsageTrendAggregationCollection.SummarizeHostInsightResourceUsageTrendAggregationCollection;
|
|
513
527
|
const SummarizeHostInsightResourceUtilizationInsightAggregation = __importStar(require("./summarize-host-insight-resource-utilization-insight-aggregation"));
|
|
514
528
|
exports.SummarizeHostInsightResourceUtilizationInsightAggregation = SummarizeHostInsightResourceUtilizationInsightAggregation.SummarizeHostInsightResourceUtilizationInsightAggregation;
|
|
529
|
+
const SummarizeHostInsightStorageUsageTrendAggregationCollection = __importStar(require("./summarize-host-insight-storage-usage-trend-aggregation-collection"));
|
|
530
|
+
exports.SummarizeHostInsightStorageUsageTrendAggregationCollection = SummarizeHostInsightStorageUsageTrendAggregationCollection.SummarizeHostInsightStorageUsageTrendAggregationCollection;
|
|
515
531
|
const SummarizeHostInsightsTopProcessesUsageCollection = __importStar(require("./summarize-host-insights-top-processes-usage-collection"));
|
|
516
532
|
exports.SummarizeHostInsightsTopProcessesUsageCollection = SummarizeHostInsightsTopProcessesUsageCollection.SummarizeHostInsightsTopProcessesUsageCollection;
|
|
517
533
|
const SummarizeHostInsightsTopProcessesUsageTrendCollection = __importStar(require("./summarize-host-insights-top-processes-usage-trend-collection"));
|
|
@@ -724,6 +740,10 @@ const HostCpuUsage = __importStar(require("./host-cpu-usage"));
|
|
|
724
740
|
exports.HostCpuUsage = HostCpuUsage.HostCpuUsage;
|
|
725
741
|
const HostEntities = __importStar(require("./host-entities"));
|
|
726
742
|
exports.HostEntities = HostEntities.HostEntities;
|
|
743
|
+
const HostFilesystemConfiguration = __importStar(require("./host-filesystem-configuration"));
|
|
744
|
+
exports.HostFilesystemConfiguration = HostFilesystemConfiguration.HostFilesystemConfiguration;
|
|
745
|
+
const HostFilesystemUsage = __importStar(require("./host-filesystem-usage"));
|
|
746
|
+
exports.HostFilesystemUsage = HostFilesystemUsage.HostFilesystemUsage;
|
|
727
747
|
const HostHardwareConfiguration = __importStar(require("./host-hardware-configuration"));
|
|
728
748
|
exports.HostHardwareConfiguration = HostHardwareConfiguration.HostHardwareConfiguration;
|
|
729
749
|
const HostImportableAgentEntitySummary = __importStar(require("./host-importable-agent-entity-summary"));
|
|
@@ -742,10 +762,14 @@ const HostNetworkActivitySummary = __importStar(require("./host-network-activity
|
|
|
742
762
|
exports.HostNetworkActivitySummary = HostNetworkActivitySummary.HostNetworkActivitySummary;
|
|
743
763
|
const HostNetworkConfiguration = __importStar(require("./host-network-configuration"));
|
|
744
764
|
exports.HostNetworkConfiguration = HostNetworkConfiguration.HostNetworkConfiguration;
|
|
765
|
+
const HostNetworkStatistics = __importStar(require("./host-network-statistics"));
|
|
766
|
+
exports.HostNetworkStatistics = HostNetworkStatistics.HostNetworkStatistics;
|
|
745
767
|
const HostProduct = __importStar(require("./host-product"));
|
|
746
768
|
exports.HostProduct = HostProduct.HostProduct;
|
|
747
769
|
const HostResourceAllocation = __importStar(require("./host-resource-allocation"));
|
|
748
770
|
exports.HostResourceAllocation = HostResourceAllocation.HostResourceAllocation;
|
|
771
|
+
const HostStorageStatistics = __importStar(require("./host-storage-statistics"));
|
|
772
|
+
exports.HostStorageStatistics = HostStorageStatistics.HostStorageStatistics;
|
|
749
773
|
const HostTopProcesses = __importStar(require("./host-top-processes"));
|
|
750
774
|
exports.HostTopProcesses = HostTopProcesses.HostTopProcesses;
|
|
751
775
|
const MacsManagedCloudHostConfigurationSummary = __importStar(require("./macs-managed-cloud-host-configuration-summary"));
|
|
@@ -782,6 +806,10 @@ const PeComanagedExadataInsightSummary = __importStar(require("./pe-comanaged-ex
|
|
|
782
806
|
exports.PeComanagedExadataInsightSummary = PeComanagedExadataInsightSummary.PeComanagedExadataInsightSummary;
|
|
783
807
|
const PeComanagedHostConfigurationSummary = __importStar(require("./pe-comanaged-host-configuration-summary"));
|
|
784
808
|
exports.PeComanagedHostConfigurationSummary = PeComanagedHostConfigurationSummary.PeComanagedHostConfigurationSummary;
|
|
809
|
+
const PeComanagedHostInsight = __importStar(require("./pe-comanaged-host-insight"));
|
|
810
|
+
exports.PeComanagedHostInsight = PeComanagedHostInsight.PeComanagedHostInsight;
|
|
811
|
+
const PeComanagedHostInsightSummary = __importStar(require("./pe-comanaged-host-insight-summary"));
|
|
812
|
+
exports.PeComanagedHostInsightSummary = PeComanagedHostInsightSummary.PeComanagedHostInsightSummary;
|
|
785
813
|
const PeComanagedManagedExternalDatabaseConfigurationSummary = __importStar(require("./pe-comanaged-managed-external-database-configuration-summary"));
|
|
786
814
|
exports.PeComanagedManagedExternalDatabaseConfigurationSummary = PeComanagedManagedExternalDatabaseConfigurationSummary.PeComanagedManagedExternalDatabaseConfigurationSummary;
|
|
787
815
|
const QueryDataObjectJsonResultSetRowsCollection = __importStar(require("./query-data-object-json-result-set-rows-collection"));
|