oci-opsi 2.4.0 → 2.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE.txt +6 -0
- package/lib/client.d.ts +362 -62
- package/lib/client.js +2074 -419
- package/lib/client.js.map +1 -1
- package/lib/model/action-type.d.ts +1 -0
- package/lib/model/action-type.js +1 -0
- package/lib/model/action-type.js.map +1 -1
- package/lib/model/add-em-managed-external-exadata-insight-members-details.d.ts +28 -0
- package/lib/model/add-em-managed-external-exadata-insight-members-details.js +69 -0
- package/lib/model/add-em-managed-external-exadata-insight-members-details.js.map +1 -0
- package/lib/model/add-exadata-insight-members-details.d.ts +25 -0
- package/lib/model/add-exadata-insight-members-details.js +68 -0
- package/lib/model/add-exadata-insight-members-details.js.map +1 -0
- package/lib/model/change-exadata-insight-compartment-details.d.ts +29 -0
- package/lib/model/change-exadata-insight-compartment-details.js +32 -0
- package/lib/model/change-exadata-insight-compartment-details.js.map +1 -0
- package/lib/model/create-em-managed-external-database-insight-details.d.ts +4 -0
- package/lib/model/create-em-managed-external-database-insight-details.js.map +1 -1
- package/lib/model/create-em-managed-external-exadata-insight-details.d.ts +44 -0
- package/lib/model/create-em-managed-external-exadata-insight-details.js +69 -0
- package/lib/model/create-em-managed-external-exadata-insight-details.js.map +1 -0
- package/lib/model/create-em-managed-external-exadata-member-entity-details.d.ts +32 -0
- package/lib/model/create-em-managed-external-exadata-member-entity-details.js +32 -0
- package/lib/model/create-em-managed-external-exadata-member-entity-details.js.map +1 -0
- package/lib/model/create-em-managed-external-host-insight-details.d.ts +43 -0
- package/lib/model/create-em-managed-external-host-insight-details.js +57 -0
- package/lib/model/create-em-managed-external-host-insight-details.js.map +1 -0
- package/lib/model/create-exadata-insight-details.d.ts +47 -0
- package/lib/model/create-exadata-insight-details.js +68 -0
- package/lib/model/create-exadata-insight-details.js.map +1 -0
- package/lib/model/create-host-insight-details.js +4 -0
- package/lib/model/create-host-insight-details.js.map +1 -1
- package/lib/model/database-configuration-summary.d.ts +4 -0
- package/lib/model/database-configuration-summary.js.map +1 -1
- package/lib/model/database-details.d.ts +4 -0
- package/lib/model/database-details.js.map +1 -1
- package/lib/model/database.d.ts +33 -0
- package/lib/model/database.js +44 -0
- package/lib/model/database.js.map +1 -0
- package/lib/model/disk-group-details.d.ts +32 -0
- package/lib/model/disk-group-details.js +32 -0
- package/lib/model/disk-group-details.js.map +1 -0
- package/lib/model/disk-group.d.ts +25 -0
- package/lib/model/disk-group.js +36 -0
- package/lib/model/disk-group.js.map +1 -0
- package/lib/model/em-managed-external-database-configuration-summary.d.ts +1 -0
- package/lib/model/em-managed-external-database-configuration-summary.js +6 -0
- package/lib/model/em-managed-external-database-configuration-summary.js.map +1 -1
- package/lib/model/em-managed-external-database-insight-summary.d.ts +4 -0
- package/lib/model/em-managed-external-database-insight-summary.js.map +1 -1
- package/lib/model/em-managed-external-database-insight.d.ts +4 -0
- package/lib/model/em-managed-external-database-insight.js.map +1 -1
- package/lib/model/em-managed-external-exadata-insight-summary.d.ts +51 -0
- package/lib/model/em-managed-external-exadata-insight-summary.js +57 -0
- package/lib/model/em-managed-external-exadata-insight-summary.js.map +1 -0
- package/lib/model/em-managed-external-exadata-insight.d.ts +55 -0
- package/lib/model/em-managed-external-exadata-insight.js +57 -0
- package/lib/model/em-managed-external-exadata-insight.js.map +1 -0
- package/lib/model/em-managed-external-host-configuration-summary.d.ts +36 -0
- package/lib/model/em-managed-external-host-configuration-summary.js +65 -0
- package/lib/model/em-managed-external-host-configuration-summary.js.map +1 -0
- package/lib/model/em-managed-external-host-insight-summary.d.ts +67 -0
- package/lib/model/em-managed-external-host-insight-summary.js +66 -0
- package/lib/model/em-managed-external-host-insight-summary.js.map +1 -0
- package/lib/model/em-managed-external-host-insight.d.ts +75 -0
- package/lib/model/em-managed-external-host-insight.js +66 -0
- package/lib/model/em-managed-external-host-insight.js.map +1 -0
- package/lib/model/enable-em-managed-external-exadata-insight-details.d.ts +27 -0
- package/lib/model/enable-em-managed-external-exadata-insight-details.js +57 -0
- package/lib/model/enable-em-managed-external-exadata-insight-details.js.map +1 -0
- package/lib/model/enable-em-managed-external-host-insight-details.d.ts +27 -0
- package/lib/model/enable-em-managed-external-host-insight-details.js +57 -0
- package/lib/model/enable-em-managed-external-host-insight-details.js.map +1 -0
- package/lib/model/enable-exadata-insight-details.d.ts +25 -0
- package/lib/model/enable-exadata-insight-details.js +68 -0
- package/lib/model/enable-exadata-insight-details.js.map +1 -0
- package/lib/model/enable-host-insight-details.js +4 -0
- package/lib/model/enable-host-insight-details.js.map +1 -1
- package/lib/model/exadata-configuration-collection.d.ts +29 -0
- package/lib/model/exadata-configuration-collection.js +64 -0
- package/lib/model/exadata-configuration-collection.js.map +1 -0
- package/lib/model/exadata-configuration-summary.d.ts +68 -0
- package/lib/model/exadata-configuration-summary.js +68 -0
- package/lib/model/exadata-configuration-summary.js.map +1 -0
- package/lib/model/exadata-database-machine-configuration-summary.d.ts +35 -0
- package/lib/model/exadata-database-machine-configuration-summary.js +57 -0
- package/lib/model/exadata-database-machine-configuration-summary.js.map +1 -0
- package/lib/model/exadata-database-statistics-summary.d.ts +29 -0
- package/lib/model/exadata-database-statistics-summary.js +71 -0
- package/lib/model/exadata-database-statistics-summary.js.map +1 -0
- package/lib/model/exadata-details.d.ts +32 -0
- package/lib/model/exadata-details.js +32 -0
- package/lib/model/exadata-details.js.map +1 -0
- package/lib/model/exadata-diskgroup-statistics-summary.d.ts +29 -0
- package/lib/model/exadata-diskgroup-statistics-summary.js +71 -0
- package/lib/model/exadata-diskgroup-statistics-summary.js.map +1 -0
- package/lib/model/exadata-entity-source.d.ts +30 -0
- package/lib/model/exadata-entity-source.js +41 -0
- package/lib/model/exadata-entity-source.js.map +1 -0
- package/lib/model/exadata-host-statistics-summary.d.ts +29 -0
- package/lib/model/exadata-host-statistics-summary.js +71 -0
- package/lib/model/exadata-host-statistics-summary.js.map +1 -0
- package/lib/model/exadata-insight-lifecycle-state.d.ts +35 -0
- package/lib/model/exadata-insight-lifecycle-state.js +46 -0
- package/lib/model/exadata-insight-lifecycle-state.js.map +1 -0
- package/lib/model/exadata-insight-resource-capacity-trend-aggregation.d.ts +33 -0
- package/lib/model/exadata-insight-resource-capacity-trend-aggregation.js +32 -0
- package/lib/model/exadata-insight-resource-capacity-trend-aggregation.js.map +1 -0
- package/lib/model/exadata-insight-resource-capacity-trend-summary.d.ts +37 -0
- package/lib/model/exadata-insight-resource-capacity-trend-summary.js +64 -0
- package/lib/model/exadata-insight-resource-capacity-trend-summary.js.map +1 -0
- package/lib/model/exadata-insight-resource-forecast-trend-summary.d.ts +64 -0
- package/lib/model/exadata-insight-resource-forecast-trend-summary.js +90 -0
- package/lib/model/exadata-insight-resource-forecast-trend-summary.js.map +1 -0
- package/lib/model/exadata-insight-resource-insight-utilization-item.d.ts +44 -0
- package/lib/model/exadata-insight-resource-insight-utilization-item.js +32 -0
- package/lib/model/exadata-insight-resource-insight-utilization-item.js.map +1 -0
- package/lib/model/exadata-insight-resource-statistics-aggregation.d.ts +25 -0
- package/lib/model/exadata-insight-resource-statistics-aggregation.js +80 -0
- package/lib/model/exadata-insight-resource-statistics-aggregation.js.map +1 -0
- package/lib/model/exadata-insight-resource-statistics.d.ts +47 -0
- package/lib/model/exadata-insight-resource-statistics.js +64 -0
- package/lib/model/exadata-insight-resource-statistics.js.map +1 -0
- package/lib/model/exadata-insight-summary-collection.d.ts +29 -0
- package/lib/model/exadata-insight-summary-collection.js +64 -0
- package/lib/model/exadata-insight-summary-collection.js.map +1 -0
- package/lib/model/exadata-insight-summary.d.ts +98 -0
- package/lib/model/exadata-insight-summary.js +68 -0
- package/lib/model/exadata-insight-summary.js.map +1 -0
- package/lib/model/exadata-insight.d.ts +102 -0
- package/lib/model/exadata-insight.js +68 -0
- package/lib/model/exadata-insight.js.map +1 -0
- package/lib/model/exadata-insights.d.ts +28 -0
- package/lib/model/exadata-insights.js +32 -0
- package/lib/model/exadata-insights.js.map +1 -0
- package/lib/model/exadata-member-collection.d.ts +49 -0
- package/lib/model/exadata-member-collection.js +64 -0
- package/lib/model/exadata-member-collection.js.map +1 -0
- package/lib/model/exadata-member-summary.d.ts +50 -0
- package/lib/model/exadata-member-summary.js +47 -0
- package/lib/model/exadata-member-summary.js.map +1 -0
- package/lib/model/exadata-rack-type.d.ts +33 -0
- package/lib/model/exadata-rack-type.js +44 -0
- package/lib/model/exadata-rack-type.js.map +1 -0
- package/lib/model/exadata-storage-server-statistics-summary.d.ts +29 -0
- package/lib/model/exadata-storage-server-statistics-summary.js +71 -0
- package/lib/model/exadata-storage-server-statistics-summary.js.map +1 -0
- package/lib/model/exadata-type.d.ts +32 -0
- package/lib/model/exadata-type.js +43 -0
- package/lib/model/exadata-type.js.map +1 -0
- package/lib/model/host-configuration-collection.d.ts +29 -0
- package/lib/model/host-configuration-collection.js +64 -0
- package/lib/model/host-configuration-collection.js.map +1 -0
- package/lib/model/host-configuration-summary.d.ts +125 -0
- package/lib/model/host-configuration-summary.js +81 -0
- package/lib/model/host-configuration-summary.js.map +1 -0
- package/lib/model/host-entity-source.d.ts +1 -0
- package/lib/model/host-entity-source.js +1 -0
- package/lib/model/host-entity-source.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.d.ts +26 -0
- package/lib/model/host.js +37 -0
- package/lib/model/host.js.map +1 -0
- package/lib/model/index.d.ts +124 -0
- package/lib/model/index.js +129 -4
- package/lib/model/index.js.map +1 -1
- package/lib/model/instance-metrics.d.ts +50 -0
- package/lib/model/instance-metrics.js +32 -0
- package/lib/model/instance-metrics.js.map +1 -0
- package/lib/model/macs-managed-external-host-configuration-summary.d.ts +35 -0
- package/lib/model/macs-managed-external-host-configuration-summary.js +57 -0
- package/lib/model/macs-managed-external-host-configuration-summary.js.map +1 -0
- package/lib/model/operation-status.d.ts +1 -0
- package/lib/model/operation-status.js +1 -0
- package/lib/model/operation-status.js.map +1 -1
- package/lib/model/operation-type.d.ts +8 -0
- package/lib/model/operation-type.js +8 -0
- package/lib/model/operation-type.js.map +1 -1
- package/lib/model/resource-statistics.d.ts +5 -0
- package/lib/model/resource-statistics.js +34 -2
- package/lib/model/resource-statistics.js.map +1 -1
- package/lib/model/resource-usage-summary.d.ts +46 -0
- package/lib/model/resource-usage-summary.js +32 -0
- package/lib/model/resource-usage-summary.js.map +1 -0
- package/lib/model/storage-server-details.d.ts +32 -0
- package/lib/model/storage-server-details.js +32 -0
- package/lib/model/storage-server-details.js.map +1 -0
- package/lib/model/storage-server.d.ts +27 -0
- package/lib/model/storage-server.js +38 -0
- package/lib/model/storage-server.js.map +1 -0
- package/lib/model/summarize-exadata-insight-resource-capacity-trend-aggregation.d.ts +83 -0
- package/lib/model/summarize-exadata-insight-resource-capacity-trend-aggregation.js +90 -0
- package/lib/model/summarize-exadata-insight-resource-capacity-trend-aggregation.js.map +1 -0
- package/lib/model/summarize-exadata-insight-resource-capacity-trend-collection.d.ts +81 -0
- package/lib/model/summarize-exadata-insight-resource-capacity-trend-collection.js +90 -0
- package/lib/model/summarize-exadata-insight-resource-capacity-trend-collection.js.map +1 -0
- package/lib/model/summarize-exadata-insight-resource-forecast-trend-aggregation.d.ts +103 -0
- package/lib/model/summarize-exadata-insight-resource-forecast-trend-aggregation.js +116 -0
- package/lib/model/summarize-exadata-insight-resource-forecast-trend-aggregation.js.map +1 -0
- package/lib/model/summarize-exadata-insight-resource-forecast-trend-collection.d.ts +80 -0
- package/lib/model/summarize-exadata-insight-resource-forecast-trend-collection.js +90 -0
- package/lib/model/summarize-exadata-insight-resource-forecast-trend-collection.js.map +1 -0
- package/lib/model/summarize-exadata-insight-resource-statistics-aggregation-collection.d.ts +64 -0
- package/lib/model/summarize-exadata-insight-resource-statistics-aggregation-collection.js +78 -0
- package/lib/model/summarize-exadata-insight-resource-statistics-aggregation-collection.js.map +1 -0
- package/lib/model/summarize-exadata-insight-resource-usage-aggregation.d.ts +86 -0
- package/lib/model/summarize-exadata-insight-resource-usage-aggregation.js +58 -0
- package/lib/model/summarize-exadata-insight-resource-usage-aggregation.js.map +1 -0
- package/lib/model/summarize-exadata-insight-resource-usage-collection.d.ts +76 -0
- package/lib/model/summarize-exadata-insight-resource-usage-collection.js +90 -0
- package/lib/model/summarize-exadata-insight-resource-usage-collection.js.map +1 -0
- package/lib/model/summarize-exadata-insight-resource-utilization-insight-aggregation.d.ts +72 -0
- package/lib/model/summarize-exadata-insight-resource-utilization-insight-aggregation.js +90 -0
- package/lib/model/summarize-exadata-insight-resource-utilization-insight-aggregation.js.map +1 -0
- package/lib/model/update-em-managed-external-exadata-insight-details.d.ts +31 -0
- package/lib/model/update-em-managed-external-exadata-insight-details.js +57 -0
- package/lib/model/update-em-managed-external-exadata-insight-details.js.map +1 -0
- package/lib/model/update-em-managed-external-host-insight-details.d.ts +27 -0
- package/lib/model/update-em-managed-external-host-insight-details.js +57 -0
- package/lib/model/update-em-managed-external-host-insight-details.js.map +1 -0
- package/lib/model/update-exadata-insight-details.d.ts +43 -0
- package/lib/model/update-exadata-insight-details.js +68 -0
- package/lib/model/update-exadata-insight-details.js.map +1 -0
- package/lib/model/update-host-insight-details.js +4 -0
- package/lib/model/update-host-insight-details.js.map +1 -1
- package/lib/model/usage-unit.d.ts +1 -0
- package/lib/model/usage-unit.js +1 -0
- package/lib/model/usage-unit.js.map +1 -1
- package/lib/model/work-request-resource-metadata-key.d.ts +31 -0
- package/lib/model/work-request-resource-metadata-key.js +42 -0
- package/lib/model/work-request-resource-metadata-key.js.map +1 -0
- package/lib/model/work-request-resource.d.ts +6 -0
- package/lib/model/work-request-resource.js.map +1 -1
- package/lib/operationsinsights-waiter.d.ts +8 -0
- package/lib/operationsinsights-waiter.js +12 -0
- package/lib/operationsinsights-waiter.js.map +1 -1
- package/lib/request/add-exadata-insight-members-request.d.ts +50 -0
- package/lib/request/add-exadata-insight-members-request.js +15 -0
- package/lib/request/add-exadata-insight-members-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 +50 -0
- package/lib/request/change-exadata-insight-compartment-request.js +15 -0
- package/lib/request/change-exadata-insight-compartment-request.js.map +1 -0
- package/lib/request/change-host-insight-compartment-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 +39 -0
- package/lib/request/create-exadata-insight-request.js +15 -0
- package/lib/request/create-exadata-insight-request.js.map +1 -0
- package/lib/request/create-host-insight-request.d.ts +2 -2
- 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 +35 -0
- package/lib/request/delete-exadata-insight-request.js +15 -0
- package/lib/request/delete-exadata-insight-request.js.map +1 -0
- package/lib/request/delete-host-insight-request.d.ts +1 -1
- package/lib/request/disable-database-insight-request.d.ts +1 -1
- package/lib/request/disable-exadata-insight-request.d.ts +45 -0
- package/lib/request/disable-exadata-insight-request.js +15 -0
- package/lib/request/disable-exadata-insight-request.js.map +1 -0
- package/lib/request/disable-host-insight-request.d.ts +1 -1
- package/lib/request/enable-database-insight-request.d.ts +1 -1
- package/lib/request/enable-exadata-insight-request.d.ts +50 -0
- package/lib/request/enable-exadata-insight-request.js +15 -0
- package/lib/request/enable-exadata-insight-request.js.map +1 -0
- package/lib/request/enable-host-insight-request.d.ts +2 -2
- 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 +28 -0
- package/lib/request/get-exadata-insight-request.js +15 -0
- package/lib/request/get-exadata-insight-request.js.map +1 -0
- package/lib/request/get-host-insight-request.d.ts +1 -1
- package/lib/request/get-work-request-request.d.ts +1 -1
- package/lib/request/index.d.ts +40 -0
- package/lib/request/index.js +27 -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-text-request.d.ts +1 -1
- package/lib/request/list-database-configurations-request.d.ts +11 -1
- package/lib/request/list-database-configurations-request.js.map +1 -1
- package/lib/request/list-database-insights-request.d.ts +6 -1
- package/lib/request/list-database-insights-request.js.map +1 -1
- package/lib/request/list-enterprise-manager-bridges-request.d.ts +1 -1
- package/lib/request/list-exadata-configurations-request.d.ts +106 -0
- package/lib/request/list-exadata-configurations-request.js +25 -0
- package/lib/request/list-exadata-configurations-request.js.map +1 -0
- package/lib/request/list-exadata-insights-request.d.ts +84 -0
- package/lib/request/list-exadata-insights-request.js +24 -0
- package/lib/request/list-exadata-insights-request.js.map +1 -0
- package/lib/request/list-host-configurations-request.d.ts +117 -0
- package/lib/request/list-host-configurations-request.js +28 -0
- package/lib/request/list-host-configurations-request.js.map +1 -0
- package/lib/request/list-host-insights-request.d.ts +10 -1
- package/lib/request/list-host-insights-request.js.map +1 -1
- package/lib/request/list-hosted-entities-request.d.ts +6 -1
- package/lib/request/list-hosted-entities-request.js.map +1 -1
- package/lib/request/list-importable-agent-entities-request.d.ts +1 -1
- package/lib/request/list-importable-enterprise-manager-entities-request.d.ts +16 -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 +17 -1
- package/lib/request/list-work-request-errors-request.js +8 -0
- package/lib/request/list-work-request-errors-request.js.map +1 -1
- package/lib/request/list-work-request-logs-request.d.ts +17 -1
- package/lib/request/list-work-request-logs-request.js +8 -0
- package/lib/request/list-work-request-logs-request.js.map +1 -1
- package/lib/request/list-work-requests-request.d.ts +37 -5
- package/lib/request/list-work-requests-request.js +8 -0
- package/lib/request/list-work-requests-request.js.map +1 -1
- package/lib/request/summarize-database-insight-resource-capacity-trend-request.d.ts +11 -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 +11 -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 +11 -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 +6 -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 +143 -0
- package/lib/request/summarize-exadata-insight-resource-capacity-trend-aggregated-request.js +24 -0
- package/lib/request/summarize-exadata-insight-resource-capacity-trend-aggregated-request.js.map +1 -0
- package/lib/request/summarize-exadata-insight-resource-capacity-trend-request.d.ts +133 -0
- package/lib/request/summarize-exadata-insight-resource-capacity-trend-request.js +24 -0
- package/lib/request/summarize-exadata-insight-resource-capacity-trend-request.js.map +1 -0
- package/lib/request/summarize-exadata-insight-resource-forecast-trend-aggregated-request.d.ts +169 -0
- package/lib/request/summarize-exadata-insight-resource-forecast-trend-aggregated-request.js +30 -0
- package/lib/request/summarize-exadata-insight-resource-forecast-trend-aggregated-request.js.map +1 -0
- package/lib/request/summarize-exadata-insight-resource-forecast-trend-request.d.ts +171 -0
- package/lib/request/summarize-exadata-insight-resource-forecast-trend-request.js +36 -0
- package/lib/request/summarize-exadata-insight-resource-forecast-trend-request.js.map +1 -0
- package/lib/request/summarize-exadata-insight-resource-statistics-request.d.ts +121 -0
- package/lib/request/summarize-exadata-insight-resource-statistics-request.js +25 -0
- package/lib/request/summarize-exadata-insight-resource-statistics-request.js.map +1 -0
- package/lib/request/summarize-exadata-insight-resource-usage-aggregated-request.d.ts +131 -0
- package/lib/request/summarize-exadata-insight-resource-usage-aggregated-request.js +15 -0
- package/lib/request/summarize-exadata-insight-resource-usage-aggregated-request.js.map +1 -0
- package/lib/request/summarize-exadata-insight-resource-usage-request.d.ts +159 -0
- package/lib/request/summarize-exadata-insight-resource-usage-request.js +26 -0
- package/lib/request/summarize-exadata-insight-resource-usage-request.js.map +1 -0
- package/lib/request/summarize-exadata-insight-resource-utilization-insight-request.d.ts +145 -0
- package/lib/request/summarize-exadata-insight-resource-utilization-insight-request.js +15 -0
- package/lib/request/summarize-exadata-insight-resource-utilization-insight-request.js.map +1 -0
- package/lib/request/summarize-exadata-members-request.d.ts +68 -0
- package/lib/request/summarize-exadata-members-request.js +25 -0
- package/lib/request/summarize-exadata-members-request.js.map +1 -0
- package/lib/request/summarize-host-insight-resource-capacity-trend-request.d.ts +6 -1
- 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 +6 -1
- 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 +6 -1
- package/lib/request/summarize-host-insight-resource-statistics-request.js.map +1 -1
- package/lib/request/summarize-host-insight-resource-usage-request.d.ts +6 -1
- 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 +6 -1
- 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 +6 -1
- package/lib/request/summarize-host-insight-resource-utilization-insight-request.js.map +1 -1
- package/lib/request/summarize-sql-insights-request.d.ts +11 -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 +11 -1
- package/lib/request/summarize-sql-statistics-request.js.map +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 +11 -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 +40 -0
- package/lib/request/update-exadata-insight-request.js +15 -0
- package/lib/request/update-exadata-insight-request.js.map +1 -0
- package/lib/request/update-host-insight-request.d.ts +2 -2
- package/lib/response/add-exadata-insight-members-response.d.ts +25 -0
- package/lib/response/add-exadata-insight-members-response.js +15 -0
- package/lib/response/add-exadata-insight-members-response.js.map +1 -0
- package/lib/response/change-exadata-insight-compartment-response.d.ts +25 -0
- package/lib/response/change-exadata-insight-compartment-response.js +15 -0
- package/lib/response/change-exadata-insight-compartment-response.js.map +1 -0
- package/lib/response/create-exadata-insight-response.d.ts +43 -0
- package/lib/response/create-exadata-insight-response.js +15 -0
- package/lib/response/create-exadata-insight-response.js.map +1 -0
- package/lib/response/delete-exadata-insight-response.d.ts +25 -0
- package/lib/response/delete-exadata-insight-response.js +15 -0
- package/lib/response/delete-exadata-insight-response.js.map +1 -0
- package/lib/response/disable-exadata-insight-response.d.ts +25 -0
- package/lib/response/disable-exadata-insight-response.js +15 -0
- package/lib/response/disable-exadata-insight-response.js.map +1 -0
- package/lib/response/enable-exadata-insight-response.d.ts +25 -0
- package/lib/response/enable-exadata-insight-response.js +15 -0
- package/lib/response/enable-exadata-insight-response.js.map +1 -0
- package/lib/response/get-exadata-insight-response.d.ts +30 -0
- package/lib/response/get-exadata-insight-response.js +15 -0
- package/lib/response/get-exadata-insight-response.js.map +1 -0
- package/lib/response/get-work-request-response.d.ts +5 -0
- package/lib/response/index.d.ts +40 -0
- package/lib/response/list-exadata-configurations-response.d.ts +37 -0
- package/lib/response/list-exadata-configurations-response.js +15 -0
- package/lib/response/list-exadata-configurations-response.js.map +1 -0
- package/lib/response/list-exadata-insights-response.d.ts +37 -0
- package/lib/response/list-exadata-insights-response.js +15 -0
- package/lib/response/list-exadata-insights-response.js.map +1 -0
- package/lib/response/list-host-configurations-response.d.ts +37 -0
- package/lib/response/list-host-configurations-response.js +15 -0
- package/lib/response/list-host-configurations-response.js.map +1 -0
- package/lib/response/summarize-exadata-insight-resource-capacity-trend-aggregated-response.d.ts +32 -0
- package/lib/response/summarize-exadata-insight-resource-capacity-trend-aggregated-response.js +15 -0
- package/lib/response/summarize-exadata-insight-resource-capacity-trend-aggregated-response.js.map +1 -0
- package/lib/response/summarize-exadata-insight-resource-capacity-trend-response.d.ts +32 -0
- package/lib/response/summarize-exadata-insight-resource-capacity-trend-response.js +15 -0
- package/lib/response/summarize-exadata-insight-resource-capacity-trend-response.js.map +1 -0
- package/lib/response/summarize-exadata-insight-resource-forecast-trend-aggregated-response.d.ts +32 -0
- package/lib/response/summarize-exadata-insight-resource-forecast-trend-aggregated-response.js +15 -0
- package/lib/response/summarize-exadata-insight-resource-forecast-trend-aggregated-response.js.map +1 -0
- package/lib/response/summarize-exadata-insight-resource-forecast-trend-response.d.ts +32 -0
- package/lib/response/summarize-exadata-insight-resource-forecast-trend-response.js +15 -0
- package/lib/response/summarize-exadata-insight-resource-forecast-trend-response.js.map +1 -0
- package/lib/response/summarize-exadata-insight-resource-statistics-response.d.ts +37 -0
- package/lib/response/summarize-exadata-insight-resource-statistics-response.js +15 -0
- package/lib/response/summarize-exadata-insight-resource-statistics-response.js.map +1 -0
- package/lib/response/summarize-exadata-insight-resource-usage-aggregated-response.d.ts +32 -0
- package/lib/response/summarize-exadata-insight-resource-usage-aggregated-response.js +15 -0
- package/lib/response/summarize-exadata-insight-resource-usage-aggregated-response.js.map +1 -0
- package/lib/response/summarize-exadata-insight-resource-usage-response.d.ts +32 -0
- package/lib/response/summarize-exadata-insight-resource-usage-response.js +15 -0
- package/lib/response/summarize-exadata-insight-resource-usage-response.js.map +1 -0
- package/lib/response/summarize-exadata-insight-resource-utilization-insight-response.d.ts +37 -0
- package/lib/response/summarize-exadata-insight-resource-utilization-insight-response.js +15 -0
- package/lib/response/summarize-exadata-insight-resource-utilization-insight-response.js.map +1 -0
- package/lib/response/summarize-exadata-members-response.d.ts +37 -0
- package/lib/response/summarize-exadata-members-response.js +15 -0
- package/lib/response/summarize-exadata-members-response.js.map +1 -0
- package/lib/response/update-exadata-insight-response.d.ts +25 -0
- package/lib/response/update-exadata-insight-response.js +15 -0
- package/lib/response/update-exadata-insight-response.js.map +1 -0
- package/package.json +3 -3
package/lib/model/index.d.ts
CHANGED
|
@@ -15,22 +15,32 @@ see [About Oracle Cloud Infrastructure Operations Insights](https://docs.cloud.o
|
|
|
15
15
|
*/
|
|
16
16
|
import * as ActionType from "./action-type";
|
|
17
17
|
export import ActionType = ActionType.ActionType;
|
|
18
|
+
import * as AddExadataInsightMembersDetails from "./add-exadata-insight-members-details";
|
|
19
|
+
export import AddExadataInsightMembersDetails = AddExadataInsightMembersDetails.AddExadataInsightMembersDetails;
|
|
18
20
|
import * as ChangeDatabaseInsightCompartmentDetails from "./change-database-insight-compartment-details";
|
|
19
21
|
export import ChangeDatabaseInsightCompartmentDetails = ChangeDatabaseInsightCompartmentDetails.ChangeDatabaseInsightCompartmentDetails;
|
|
20
22
|
import * as ChangeEnterpriseManagerBridgeCompartmentDetails from "./change-enterprise-manager-bridge-compartment-details";
|
|
21
23
|
export import ChangeEnterpriseManagerBridgeCompartmentDetails = ChangeEnterpriseManagerBridgeCompartmentDetails.ChangeEnterpriseManagerBridgeCompartmentDetails;
|
|
24
|
+
import * as ChangeExadataInsightCompartmentDetails from "./change-exadata-insight-compartment-details";
|
|
25
|
+
export import ChangeExadataInsightCompartmentDetails = ChangeExadataInsightCompartmentDetails.ChangeExadataInsightCompartmentDetails;
|
|
22
26
|
import * as ChangeHostInsightCompartmentDetails from "./change-host-insight-compartment-details";
|
|
23
27
|
export import ChangeHostInsightCompartmentDetails = ChangeHostInsightCompartmentDetails.ChangeHostInsightCompartmentDetails;
|
|
24
28
|
import * as ConnectionDetails from "./connection-details";
|
|
25
29
|
export import ConnectionDetails = ConnectionDetails.ConnectionDetails;
|
|
26
30
|
import * as CreateDatabaseInsightDetails from "./create-database-insight-details";
|
|
27
31
|
export import CreateDatabaseInsightDetails = CreateDatabaseInsightDetails.CreateDatabaseInsightDetails;
|
|
32
|
+
import * as CreateEmManagedExternalExadataMemberEntityDetails from "./create-em-managed-external-exadata-member-entity-details";
|
|
33
|
+
export import CreateEmManagedExternalExadataMemberEntityDetails = CreateEmManagedExternalExadataMemberEntityDetails.CreateEmManagedExternalExadataMemberEntityDetails;
|
|
28
34
|
import * as CreateEnterpriseManagerBridgeDetails from "./create-enterprise-manager-bridge-details";
|
|
29
35
|
export import CreateEnterpriseManagerBridgeDetails = CreateEnterpriseManagerBridgeDetails.CreateEnterpriseManagerBridgeDetails;
|
|
36
|
+
import * as CreateExadataInsightDetails from "./create-exadata-insight-details";
|
|
37
|
+
export import CreateExadataInsightDetails = CreateExadataInsightDetails.CreateExadataInsightDetails;
|
|
30
38
|
import * as CreateHostInsightDetails from "./create-host-insight-details";
|
|
31
39
|
export import CreateHostInsightDetails = CreateHostInsightDetails.CreateHostInsightDetails;
|
|
32
40
|
import * as CredentialDetails from "./credential-details";
|
|
33
41
|
export import CredentialDetails = CredentialDetails.CredentialDetails;
|
|
42
|
+
import * as Database from "./database";
|
|
43
|
+
export import Database = Database.Database;
|
|
34
44
|
import * as DatabaseConfigurationCollection from "./database-configuration-collection";
|
|
35
45
|
export import DatabaseConfigurationCollection = DatabaseConfigurationCollection.DatabaseConfigurationCollection;
|
|
36
46
|
import * as DatabaseConfigurationMetricGroup from "./database-configuration-metric-group";
|
|
@@ -51,8 +61,14 @@ import * as DatabaseInsights from "./database-insights";
|
|
|
51
61
|
export import DatabaseInsights = DatabaseInsights.DatabaseInsights;
|
|
52
62
|
import * as DatabaseInsightsCollection from "./database-insights-collection";
|
|
53
63
|
export import DatabaseInsightsCollection = DatabaseInsightsCollection.DatabaseInsightsCollection;
|
|
64
|
+
import * as DiskGroup from "./disk-group";
|
|
65
|
+
export import DiskGroup = DiskGroup.DiskGroup;
|
|
66
|
+
import * as DiskGroupDetails from "./disk-group-details";
|
|
67
|
+
export import DiskGroupDetails = DiskGroupDetails.DiskGroupDetails;
|
|
54
68
|
import * as EnableDatabaseInsightDetails from "./enable-database-insight-details";
|
|
55
69
|
export import EnableDatabaseInsightDetails = EnableDatabaseInsightDetails.EnableDatabaseInsightDetails;
|
|
70
|
+
import * as EnableExadataInsightDetails from "./enable-exadata-insight-details";
|
|
71
|
+
export import EnableExadataInsightDetails = EnableExadataInsightDetails.EnableExadataInsightDetails;
|
|
56
72
|
import * as EnableHostInsightDetails from "./enable-host-insight-details";
|
|
57
73
|
export import EnableHostInsightDetails = EnableHostInsightDetails.EnableHostInsightDetails;
|
|
58
74
|
import * as EnterpriseManagerBridge from "./enterprise-manager-bridge";
|
|
@@ -63,10 +79,54 @@ import * as EnterpriseManagerBridgeSummary from "./enterprise-manager-bridge-sum
|
|
|
63
79
|
export import EnterpriseManagerBridgeSummary = EnterpriseManagerBridgeSummary.EnterpriseManagerBridgeSummary;
|
|
64
80
|
import * as EnterpriseManagerBridges from "./enterprise-manager-bridges";
|
|
65
81
|
export import EnterpriseManagerBridges = EnterpriseManagerBridges.EnterpriseManagerBridges;
|
|
82
|
+
import * as ExadataConfigurationCollection from "./exadata-configuration-collection";
|
|
83
|
+
export import ExadataConfigurationCollection = ExadataConfigurationCollection.ExadataConfigurationCollection;
|
|
84
|
+
import * as ExadataConfigurationSummary from "./exadata-configuration-summary";
|
|
85
|
+
export import ExadataConfigurationSummary = ExadataConfigurationSummary.ExadataConfigurationSummary;
|
|
86
|
+
import * as ExadataDetails from "./exadata-details";
|
|
87
|
+
export import ExadataDetails = ExadataDetails.ExadataDetails;
|
|
88
|
+
import * as ExadataEntitySource from "./exadata-entity-source";
|
|
89
|
+
export import ExadataEntitySource = ExadataEntitySource.ExadataEntitySource;
|
|
90
|
+
import * as ExadataInsight from "./exadata-insight";
|
|
91
|
+
export import ExadataInsight = ExadataInsight.ExadataInsight;
|
|
92
|
+
import * as ExadataInsightLifecycleState from "./exadata-insight-lifecycle-state";
|
|
93
|
+
export import ExadataInsightLifecycleState = ExadataInsightLifecycleState.ExadataInsightLifecycleState;
|
|
94
|
+
import * as ExadataInsightResourceCapacityTrendAggregation from "./exadata-insight-resource-capacity-trend-aggregation";
|
|
95
|
+
export import ExadataInsightResourceCapacityTrendAggregation = ExadataInsightResourceCapacityTrendAggregation.ExadataInsightResourceCapacityTrendAggregation;
|
|
96
|
+
import * as ExadataInsightResourceCapacityTrendSummary from "./exadata-insight-resource-capacity-trend-summary";
|
|
97
|
+
export import ExadataInsightResourceCapacityTrendSummary = ExadataInsightResourceCapacityTrendSummary.ExadataInsightResourceCapacityTrendSummary;
|
|
98
|
+
import * as ExadataInsightResourceForecastTrendSummary from "./exadata-insight-resource-forecast-trend-summary";
|
|
99
|
+
export import ExadataInsightResourceForecastTrendSummary = ExadataInsightResourceForecastTrendSummary.ExadataInsightResourceForecastTrendSummary;
|
|
100
|
+
import * as ExadataInsightResourceInsightUtilizationItem from "./exadata-insight-resource-insight-utilization-item";
|
|
101
|
+
export import ExadataInsightResourceInsightUtilizationItem = ExadataInsightResourceInsightUtilizationItem.ExadataInsightResourceInsightUtilizationItem;
|
|
102
|
+
import * as ExadataInsightResourceStatistics from "./exadata-insight-resource-statistics";
|
|
103
|
+
export import ExadataInsightResourceStatistics = ExadataInsightResourceStatistics.ExadataInsightResourceStatistics;
|
|
104
|
+
import * as ExadataInsightResourceStatisticsAggregation from "./exadata-insight-resource-statistics-aggregation";
|
|
105
|
+
export import ExadataInsightResourceStatisticsAggregation = ExadataInsightResourceStatisticsAggregation.ExadataInsightResourceStatisticsAggregation;
|
|
106
|
+
import * as ExadataInsightSummary from "./exadata-insight-summary";
|
|
107
|
+
export import ExadataInsightSummary = ExadataInsightSummary.ExadataInsightSummary;
|
|
108
|
+
import * as ExadataInsightSummaryCollection from "./exadata-insight-summary-collection";
|
|
109
|
+
export import ExadataInsightSummaryCollection = ExadataInsightSummaryCollection.ExadataInsightSummaryCollection;
|
|
110
|
+
import * as ExadataInsights from "./exadata-insights";
|
|
111
|
+
export import ExadataInsights = ExadataInsights.ExadataInsights;
|
|
112
|
+
import * as ExadataMemberCollection from "./exadata-member-collection";
|
|
113
|
+
export import ExadataMemberCollection = ExadataMemberCollection.ExadataMemberCollection;
|
|
114
|
+
import * as ExadataMemberSummary from "./exadata-member-summary";
|
|
115
|
+
export import ExadataMemberSummary = ExadataMemberSummary.ExadataMemberSummary;
|
|
116
|
+
import * as ExadataRackType from "./exadata-rack-type";
|
|
117
|
+
export import ExadataRackType = ExadataRackType.ExadataRackType;
|
|
118
|
+
import * as ExadataType from "./exadata-type";
|
|
119
|
+
export import ExadataType = ExadataType.ExadataType;
|
|
66
120
|
import * as HistoricalDataItem from "./historical-data-item";
|
|
67
121
|
export import HistoricalDataItem = HistoricalDataItem.HistoricalDataItem;
|
|
122
|
+
import * as Host from "./host";
|
|
123
|
+
export import Host = Host.Host;
|
|
124
|
+
import * as HostConfigurationCollection from "./host-configuration-collection";
|
|
125
|
+
export import HostConfigurationCollection = HostConfigurationCollection.HostConfigurationCollection;
|
|
68
126
|
import * as HostConfigurationMetricGroup from "./host-configuration-metric-group";
|
|
69
127
|
export import HostConfigurationMetricGroup = HostConfigurationMetricGroup.HostConfigurationMetricGroup;
|
|
128
|
+
import * as HostConfigurationSummary from "./host-configuration-summary";
|
|
129
|
+
export import HostConfigurationSummary = HostConfigurationSummary.HostConfigurationSummary;
|
|
70
130
|
import * as HostDetails from "./host-details";
|
|
71
131
|
export import HostDetails = HostDetails.HostDetails;
|
|
72
132
|
import * as HostEntitySource from "./host-entity-source";
|
|
@@ -127,6 +187,8 @@ import * as IngestSqlTextDetails from "./ingest-sql-text-details";
|
|
|
127
187
|
export import IngestSqlTextDetails = IngestSqlTextDetails.IngestSqlTextDetails;
|
|
128
188
|
import * as IngestSqlTextResponseDetails from "./ingest-sql-text-response-details";
|
|
129
189
|
export import IngestSqlTextResponseDetails = IngestSqlTextResponseDetails.IngestSqlTextResponseDetails;
|
|
190
|
+
import * as InstanceMetrics from "./instance-metrics";
|
|
191
|
+
export import InstanceMetrics = InstanceMetrics.InstanceMetrics;
|
|
130
192
|
import * as LifecycleState from "./lifecycle-state";
|
|
131
193
|
export import LifecycleState = LifecycleState.LifecycleState;
|
|
132
194
|
import * as OperationStatus from "./operation-status";
|
|
@@ -149,6 +211,8 @@ import * as ResourceStatisticsAggregation from "./resource-statistics-aggregatio
|
|
|
149
211
|
export import ResourceStatisticsAggregation = ResourceStatisticsAggregation.ResourceStatisticsAggregation;
|
|
150
212
|
import * as ResourceStatus from "./resource-status";
|
|
151
213
|
export import ResourceStatus = ResourceStatus.ResourceStatus;
|
|
214
|
+
import * as ResourceUsageSummary from "./resource-usage-summary";
|
|
215
|
+
export import ResourceUsageSummary = ResourceUsageSummary.ResourceUsageSummary;
|
|
152
216
|
import * as ResourceUsageTrendAggregation from "./resource-usage-trend-aggregation";
|
|
153
217
|
export import ResourceUsageTrendAggregation = ResourceUsageTrendAggregation.ResourceUsageTrendAggregation;
|
|
154
218
|
import * as SortOrder from "./sort-order";
|
|
@@ -205,6 +269,10 @@ import * as SqlTextCollection from "./sql-text-collection";
|
|
|
205
269
|
export import SqlTextCollection = SqlTextCollection.SqlTextCollection;
|
|
206
270
|
import * as SqlTextSummary from "./sql-text-summary";
|
|
207
271
|
export import SqlTextSummary = SqlTextSummary.SqlTextSummary;
|
|
272
|
+
import * as StorageServer from "./storage-server";
|
|
273
|
+
export import StorageServer = StorageServer.StorageServer;
|
|
274
|
+
import * as StorageServerDetails from "./storage-server-details";
|
|
275
|
+
export import StorageServerDetails = StorageServerDetails.StorageServerDetails;
|
|
208
276
|
import * as SummarizeDatabaseInsightResourceCapacityTrendAggregationCollection from "./summarize-database-insight-resource-capacity-trend-aggregation-collection";
|
|
209
277
|
export import SummarizeDatabaseInsightResourceCapacityTrendAggregationCollection = SummarizeDatabaseInsightResourceCapacityTrendAggregationCollection.SummarizeDatabaseInsightResourceCapacityTrendAggregationCollection;
|
|
210
278
|
import * as SummarizeDatabaseInsightResourceForecastTrendAggregation from "./summarize-database-insight-resource-forecast-trend-aggregation";
|
|
@@ -219,6 +287,22 @@ import * as SummarizeDatabaseInsightResourceUtilizationInsightAggregation from "
|
|
|
219
287
|
export import SummarizeDatabaseInsightResourceUtilizationInsightAggregation = SummarizeDatabaseInsightResourceUtilizationInsightAggregation.SummarizeDatabaseInsightResourceUtilizationInsightAggregation;
|
|
220
288
|
import * as SummarizeDatabaseInsightTablespaceUsageTrendAggregationCollection from "./summarize-database-insight-tablespace-usage-trend-aggregation-collection";
|
|
221
289
|
export import SummarizeDatabaseInsightTablespaceUsageTrendAggregationCollection = SummarizeDatabaseInsightTablespaceUsageTrendAggregationCollection.SummarizeDatabaseInsightTablespaceUsageTrendAggregationCollection;
|
|
290
|
+
import * as SummarizeExadataInsightResourceCapacityTrendAggregation from "./summarize-exadata-insight-resource-capacity-trend-aggregation";
|
|
291
|
+
export import SummarizeExadataInsightResourceCapacityTrendAggregation = SummarizeExadataInsightResourceCapacityTrendAggregation.SummarizeExadataInsightResourceCapacityTrendAggregation;
|
|
292
|
+
import * as SummarizeExadataInsightResourceCapacityTrendCollection from "./summarize-exadata-insight-resource-capacity-trend-collection";
|
|
293
|
+
export import SummarizeExadataInsightResourceCapacityTrendCollection = SummarizeExadataInsightResourceCapacityTrendCollection.SummarizeExadataInsightResourceCapacityTrendCollection;
|
|
294
|
+
import * as SummarizeExadataInsightResourceForecastTrendAggregation from "./summarize-exadata-insight-resource-forecast-trend-aggregation";
|
|
295
|
+
export import SummarizeExadataInsightResourceForecastTrendAggregation = SummarizeExadataInsightResourceForecastTrendAggregation.SummarizeExadataInsightResourceForecastTrendAggregation;
|
|
296
|
+
import * as SummarizeExadataInsightResourceForecastTrendCollection from "./summarize-exadata-insight-resource-forecast-trend-collection";
|
|
297
|
+
export import SummarizeExadataInsightResourceForecastTrendCollection = SummarizeExadataInsightResourceForecastTrendCollection.SummarizeExadataInsightResourceForecastTrendCollection;
|
|
298
|
+
import * as SummarizeExadataInsightResourceStatisticsAggregationCollection from "./summarize-exadata-insight-resource-statistics-aggregation-collection";
|
|
299
|
+
export import SummarizeExadataInsightResourceStatisticsAggregationCollection = SummarizeExadataInsightResourceStatisticsAggregationCollection.SummarizeExadataInsightResourceStatisticsAggregationCollection;
|
|
300
|
+
import * as SummarizeExadataInsightResourceUsageAggregation from "./summarize-exadata-insight-resource-usage-aggregation";
|
|
301
|
+
export import SummarizeExadataInsightResourceUsageAggregation = SummarizeExadataInsightResourceUsageAggregation.SummarizeExadataInsightResourceUsageAggregation;
|
|
302
|
+
import * as SummarizeExadataInsightResourceUsageCollection from "./summarize-exadata-insight-resource-usage-collection";
|
|
303
|
+
export import SummarizeExadataInsightResourceUsageCollection = SummarizeExadataInsightResourceUsageCollection.SummarizeExadataInsightResourceUsageCollection;
|
|
304
|
+
import * as SummarizeExadataInsightResourceUtilizationInsightAggregation from "./summarize-exadata-insight-resource-utilization-insight-aggregation";
|
|
305
|
+
export import SummarizeExadataInsightResourceUtilizationInsightAggregation = SummarizeExadataInsightResourceUtilizationInsightAggregation.SummarizeExadataInsightResourceUtilizationInsightAggregation;
|
|
222
306
|
import * as SummarizeHostInsightResourceCapacityTrendAggregationCollection from "./summarize-host-insight-resource-capacity-trend-aggregation-collection";
|
|
223
307
|
export import SummarizeHostInsightResourceCapacityTrendAggregationCollection = SummarizeHostInsightResourceCapacityTrendAggregationCollection.SummarizeHostInsightResourceCapacityTrendAggregationCollection;
|
|
224
308
|
import * as SummarizeHostInsightResourceForecastTrendAggregation from "./summarize-host-insight-resource-forecast-trend-aggregation";
|
|
@@ -241,6 +325,8 @@ import * as UpdateDatabaseInsightDetails from "./update-database-insight-details
|
|
|
241
325
|
export import UpdateDatabaseInsightDetails = UpdateDatabaseInsightDetails.UpdateDatabaseInsightDetails;
|
|
242
326
|
import * as UpdateEnterpriseManagerBridgeDetails from "./update-enterprise-manager-bridge-details";
|
|
243
327
|
export import UpdateEnterpriseManagerBridgeDetails = UpdateEnterpriseManagerBridgeDetails.UpdateEnterpriseManagerBridgeDetails;
|
|
328
|
+
import * as UpdateExadataInsightDetails from "./update-exadata-insight-details";
|
|
329
|
+
export import UpdateExadataInsightDetails = UpdateExadataInsightDetails.UpdateExadataInsightDetails;
|
|
244
330
|
import * as UpdateHostInsightDetails from "./update-host-insight-details";
|
|
245
331
|
export import UpdateHostInsightDetails = UpdateHostInsightDetails.UpdateHostInsightDetails;
|
|
246
332
|
import * as UsageUnit from "./usage-unit";
|
|
@@ -259,8 +345,12 @@ import * as WorkRequestLogEntryCollection from "./work-request-log-entry-collect
|
|
|
259
345
|
export import WorkRequestLogEntryCollection = WorkRequestLogEntryCollection.WorkRequestLogEntryCollection;
|
|
260
346
|
import * as WorkRequestResource from "./work-request-resource";
|
|
261
347
|
export import WorkRequestResource = WorkRequestResource.WorkRequestResource;
|
|
348
|
+
import * as WorkRequestResourceMetadataKey from "./work-request-resource-metadata-key";
|
|
349
|
+
export import WorkRequestResourceMetadataKey = WorkRequestResourceMetadataKey.WorkRequestResourceMetadataKey;
|
|
262
350
|
import * as WorkRequests from "./work-requests";
|
|
263
351
|
export import WorkRequests = WorkRequests.WorkRequests;
|
|
352
|
+
import * as AddEmManagedExternalExadataInsightMembersDetails from "./add-em-managed-external-exadata-insight-members-details";
|
|
353
|
+
export import AddEmManagedExternalExadataInsightMembersDetails = AddEmManagedExternalExadataInsightMembersDetails.AddEmManagedExternalExadataInsightMembersDetails;
|
|
264
354
|
import * as AutonomousDatabaseConfigurationSummary from "./autonomous-database-configuration-summary";
|
|
265
355
|
export import AutonomousDatabaseConfigurationSummary = AutonomousDatabaseConfigurationSummary.AutonomousDatabaseConfigurationSummary;
|
|
266
356
|
import * as AutonomousDatabaseInsight from "./autonomous-database-insight";
|
|
@@ -269,6 +359,10 @@ import * as AutonomousDatabaseInsightSummary from "./autonomous-database-insight
|
|
|
269
359
|
export import AutonomousDatabaseInsightSummary = AutonomousDatabaseInsightSummary.AutonomousDatabaseInsightSummary;
|
|
270
360
|
import * as CreateEmManagedExternalDatabaseInsightDetails from "./create-em-managed-external-database-insight-details";
|
|
271
361
|
export import CreateEmManagedExternalDatabaseInsightDetails = CreateEmManagedExternalDatabaseInsightDetails.CreateEmManagedExternalDatabaseInsightDetails;
|
|
362
|
+
import * as CreateEmManagedExternalExadataInsightDetails from "./create-em-managed-external-exadata-insight-details";
|
|
363
|
+
export import CreateEmManagedExternalExadataInsightDetails = CreateEmManagedExternalExadataInsightDetails.CreateEmManagedExternalExadataInsightDetails;
|
|
364
|
+
import * as CreateEmManagedExternalHostInsightDetails from "./create-em-managed-external-host-insight-details";
|
|
365
|
+
export import CreateEmManagedExternalHostInsightDetails = CreateEmManagedExternalHostInsightDetails.CreateEmManagedExternalHostInsightDetails;
|
|
272
366
|
import * as CreateMacsManagedExternalHostInsightDetails from "./create-macs-managed-external-host-insight-details";
|
|
273
367
|
export import CreateMacsManagedExternalHostInsightDetails = CreateMacsManagedExternalHostInsightDetails.CreateMacsManagedExternalHostInsightDetails;
|
|
274
368
|
import * as CredentialsBySource from "./credentials-by-source";
|
|
@@ -285,10 +379,34 @@ import * as EmManagedExternalDatabaseInsight from "./em-managed-external-databas
|
|
|
285
379
|
export import EmManagedExternalDatabaseInsight = EmManagedExternalDatabaseInsight.EmManagedExternalDatabaseInsight;
|
|
286
380
|
import * as EmManagedExternalDatabaseInsightSummary from "./em-managed-external-database-insight-summary";
|
|
287
381
|
export import EmManagedExternalDatabaseInsightSummary = EmManagedExternalDatabaseInsightSummary.EmManagedExternalDatabaseInsightSummary;
|
|
382
|
+
import * as EmManagedExternalExadataInsight from "./em-managed-external-exadata-insight";
|
|
383
|
+
export import EmManagedExternalExadataInsight = EmManagedExternalExadataInsight.EmManagedExternalExadataInsight;
|
|
384
|
+
import * as EmManagedExternalExadataInsightSummary from "./em-managed-external-exadata-insight-summary";
|
|
385
|
+
export import EmManagedExternalExadataInsightSummary = EmManagedExternalExadataInsightSummary.EmManagedExternalExadataInsightSummary;
|
|
386
|
+
import * as EmManagedExternalHostConfigurationSummary from "./em-managed-external-host-configuration-summary";
|
|
387
|
+
export import EmManagedExternalHostConfigurationSummary = EmManagedExternalHostConfigurationSummary.EmManagedExternalHostConfigurationSummary;
|
|
388
|
+
import * as EmManagedExternalHostInsight from "./em-managed-external-host-insight";
|
|
389
|
+
export import EmManagedExternalHostInsight = EmManagedExternalHostInsight.EmManagedExternalHostInsight;
|
|
390
|
+
import * as EmManagedExternalHostInsightSummary from "./em-managed-external-host-insight-summary";
|
|
391
|
+
export import EmManagedExternalHostInsightSummary = EmManagedExternalHostInsightSummary.EmManagedExternalHostInsightSummary;
|
|
288
392
|
import * as EnableEmManagedExternalDatabaseInsightDetails from "./enable-em-managed-external-database-insight-details";
|
|
289
393
|
export import EnableEmManagedExternalDatabaseInsightDetails = EnableEmManagedExternalDatabaseInsightDetails.EnableEmManagedExternalDatabaseInsightDetails;
|
|
394
|
+
import * as EnableEmManagedExternalExadataInsightDetails from "./enable-em-managed-external-exadata-insight-details";
|
|
395
|
+
export import EnableEmManagedExternalExadataInsightDetails = EnableEmManagedExternalExadataInsightDetails.EnableEmManagedExternalExadataInsightDetails;
|
|
396
|
+
import * as EnableEmManagedExternalHostInsightDetails from "./enable-em-managed-external-host-insight-details";
|
|
397
|
+
export import EnableEmManagedExternalHostInsightDetails = EnableEmManagedExternalHostInsightDetails.EnableEmManagedExternalHostInsightDetails;
|
|
290
398
|
import * as EnableMacsManagedExternalHostInsightDetails from "./enable-macs-managed-external-host-insight-details";
|
|
291
399
|
export import EnableMacsManagedExternalHostInsightDetails = EnableMacsManagedExternalHostInsightDetails.EnableMacsManagedExternalHostInsightDetails;
|
|
400
|
+
import * as ExadataDatabaseMachineConfigurationSummary from "./exadata-database-machine-configuration-summary";
|
|
401
|
+
export import ExadataDatabaseMachineConfigurationSummary = ExadataDatabaseMachineConfigurationSummary.ExadataDatabaseMachineConfigurationSummary;
|
|
402
|
+
import * as ExadataDatabaseStatisticsSummary from "./exadata-database-statistics-summary";
|
|
403
|
+
export import ExadataDatabaseStatisticsSummary = ExadataDatabaseStatisticsSummary.ExadataDatabaseStatisticsSummary;
|
|
404
|
+
import * as ExadataDiskgroupStatisticsSummary from "./exadata-diskgroup-statistics-summary";
|
|
405
|
+
export import ExadataDiskgroupStatisticsSummary = ExadataDiskgroupStatisticsSummary.ExadataDiskgroupStatisticsSummary;
|
|
406
|
+
import * as ExadataHostStatisticsSummary from "./exadata-host-statistics-summary";
|
|
407
|
+
export import ExadataHostStatisticsSummary = ExadataHostStatisticsSummary.ExadataHostStatisticsSummary;
|
|
408
|
+
import * as ExadataStorageServerStatisticsSummary from "./exadata-storage-server-statistics-summary";
|
|
409
|
+
export import ExadataStorageServerStatisticsSummary = ExadataStorageServerStatisticsSummary.ExadataStorageServerStatisticsSummary;
|
|
292
410
|
import * as HostCpuHardwareConfiguration from "./host-cpu-hardware-configuration";
|
|
293
411
|
export import HostCpuHardwareConfiguration = HostCpuHardwareConfiguration.HostCpuHardwareConfiguration;
|
|
294
412
|
import * as HostCpuStatistics from "./host-cpu-statistics";
|
|
@@ -321,6 +439,8 @@ import * as MacsManagedExternalDatabaseInsight from "./macs-managed-external-dat
|
|
|
321
439
|
export import MacsManagedExternalDatabaseInsight = MacsManagedExternalDatabaseInsight.MacsManagedExternalDatabaseInsight;
|
|
322
440
|
import * as MacsManagedExternalDatabaseInsightSummary from "./macs-managed-external-database-insight-summary";
|
|
323
441
|
export import MacsManagedExternalDatabaseInsightSummary = MacsManagedExternalDatabaseInsightSummary.MacsManagedExternalDatabaseInsightSummary;
|
|
442
|
+
import * as MacsManagedExternalHostConfigurationSummary from "./macs-managed-external-host-configuration-summary";
|
|
443
|
+
export import MacsManagedExternalHostConfigurationSummary = MacsManagedExternalHostConfigurationSummary.MacsManagedExternalHostConfigurationSummary;
|
|
324
444
|
import * as MacsManagedExternalHostInsight from "./macs-managed-external-host-insight";
|
|
325
445
|
export import MacsManagedExternalHostInsight = MacsManagedExternalHostInsight.MacsManagedExternalHostInsight;
|
|
326
446
|
import * as MacsManagedExternalHostInsightSummary from "./macs-managed-external-host-insight-summary";
|
|
@@ -329,6 +449,10 @@ import * as UpdateAutonomousDatabaseInsightDetails from "./update-autonomous-dat
|
|
|
329
449
|
export import UpdateAutonomousDatabaseInsightDetails = UpdateAutonomousDatabaseInsightDetails.UpdateAutonomousDatabaseInsightDetails;
|
|
330
450
|
import * as UpdateEmManagedExternalDatabaseInsightDetails from "./update-em-managed-external-database-insight-details";
|
|
331
451
|
export import UpdateEmManagedExternalDatabaseInsightDetails = UpdateEmManagedExternalDatabaseInsightDetails.UpdateEmManagedExternalDatabaseInsightDetails;
|
|
452
|
+
import * as UpdateEmManagedExternalExadataInsightDetails from "./update-em-managed-external-exadata-insight-details";
|
|
453
|
+
export import UpdateEmManagedExternalExadataInsightDetails = UpdateEmManagedExternalExadataInsightDetails.UpdateEmManagedExternalExadataInsightDetails;
|
|
454
|
+
import * as UpdateEmManagedExternalHostInsightDetails from "./update-em-managed-external-host-insight-details";
|
|
455
|
+
export import UpdateEmManagedExternalHostInsightDetails = UpdateEmManagedExternalHostInsightDetails.UpdateEmManagedExternalHostInsightDetails;
|
|
332
456
|
import * as UpdateMacsManagedExternalDatabaseInsightDetails from "./update-macs-managed-external-database-insight-details";
|
|
333
457
|
export import UpdateMacsManagedExternalDatabaseInsightDetails = UpdateMacsManagedExternalDatabaseInsightDetails.UpdateMacsManagedExternalDatabaseInsightDetails;
|
|
334
458
|
import * as UpdateMacsManagedExternalHostInsightDetails from "./update-macs-managed-external-host-insight-details";
|
package/lib/model/index.js
CHANGED
|
@@ -34,28 +34,39 @@ 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.
|
|
37
|
+
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.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.CredentialDetails = exports.CreateHostInsightDetails = exports.CreateExadataInsightDetails = exports.CreateEnterpriseManagerBridgeDetails = exports.CreateEmManagedExternalExadataMemberEntityDetails = exports.CreateDatabaseInsightDetails = exports.ConnectionDetails = exports.ChangeHostInsightCompartmentDetails = exports.ChangeExadataInsightCompartmentDetails = exports.ChangeEnterpriseManagerBridgeCompartmentDetails = exports.ChangeDatabaseInsightCompartmentDetails = exports.AddExadataInsightMembersDetails = exports.ActionType = void 0;
|
|
38
|
+
exports.ResourceUsageSummary = exports.ResourceStatus = exports.ResourceStatisticsAggregation = exports.ResourceStatistics = exports.ResourceInsightProjectedUtilizationItem = exports.ResourceInsightProjectedUtilization = exports.ResourceInsightCurrentUtilization = exports.ResourceCapacityTrendAggregation = exports.ProjectedDataItem = exports.OperationType = exports.OperationStatus = exports.LifecycleState = exports.InstanceMetrics = exports.IngestSqlTextResponseDetails = exports.IngestSqlTextDetails = 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.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 = exports.ExadataType = exports.ExadataRackType = void 0;
|
|
39
|
+
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 = exports.SummarizeDatabaseInsightResourceStatisticsAggregationCollection = exports.SummarizeDatabaseInsightResourceForecastTrendAggregation = exports.SummarizeDatabaseInsightResourceCapacityTrendAggregationCollection = exports.StorageServerDetails = exports.StorageServer = exports.SqlTextSummary = exports.SqlTextCollection = exports.SqlText = 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 = void 0;
|
|
40
|
+
exports.HostCpuUsage = exports.HostCpuStatistics = exports.HostCpuHardwareConfiguration = exports.ExadataStorageServerStatisticsSummary = exports.ExadataHostStatisticsSummary = exports.ExadataDiskgroupStatisticsSummary = exports.ExadataDatabaseStatisticsSummary = exports.ExadataDatabaseMachineConfigurationSummary = exports.EnableMacsManagedExternalHostInsightDetails = exports.EnableEmManagedExternalHostInsightDetails = exports.EnableEmManagedExternalExadataInsightDetails = exports.EnableEmManagedExternalDatabaseInsightDetails = exports.EmManagedExternalHostInsightSummary = exports.EmManagedExternalHostInsight = exports.EmManagedExternalHostConfigurationSummary = exports.EmManagedExternalExadataInsightSummary = exports.EmManagedExternalExadataInsight = exports.EmManagedExternalDatabaseInsightSummary = exports.EmManagedExternalDatabaseInsight = exports.EmManagedExternalDatabaseConfigurationSummary = exports.DBOSConfigInstance = exports.DBExternalProperties = exports.DBExternalInstance = exports.CredentialsBySource = exports.CreateMacsManagedExternalHostInsightDetails = exports.CreateEmManagedExternalHostInsightDetails = exports.CreateEmManagedExternalExadataInsightDetails = exports.CreateEmManagedExternalDatabaseInsightDetails = 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.UsageUnit = exports.UpdateHostInsightDetails = exports.UpdateExadataInsightDetails = exports.UpdateEnterpriseManagerBridgeDetails = exports.UpdateDatabaseInsightDetails = exports.TablespaceUsageTrendAggregation = exports.TablespaceUsageTrend = exports.SummaryStatistics = exports.SummarizeHostInsightResourceUtilizationInsightAggregation = void 0;
|
|
41
|
+
exports.UpdateMacsManagedExternalHostInsightDetails = exports.UpdateMacsManagedExternalDatabaseInsightDetails = exports.UpdateEmManagedExternalHostInsightDetails = exports.UpdateEmManagedExternalExadataInsightDetails = exports.UpdateEmManagedExternalDatabaseInsightDetails = exports.UpdateAutonomousDatabaseInsightDetails = exports.MacsManagedExternalHostInsightSummary = exports.MacsManagedExternalHostInsight = exports.MacsManagedExternalHostConfigurationSummary = exports.MacsManagedExternalDatabaseInsightSummary = exports.MacsManagedExternalDatabaseInsight = exports.MacsManagedExternalDatabaseConfigurationSummary = exports.HostResourceAllocation = exports.HostProduct = exports.HostNetworkConfiguration = exports.HostNetworkActivitySummary = exports.HostMemoryUsage = exports.HostMemoryStatistics = exports.HostMemoryConfiguration = exports.HostImportableAgentEntitySummary = exports.HostHardwareConfiguration = exports.HostEntities = void 0;
|
|
41
42
|
const ActionType = __importStar(require("./action-type"));
|
|
42
43
|
exports.ActionType = ActionType.ActionType;
|
|
44
|
+
const AddExadataInsightMembersDetails = __importStar(require("./add-exadata-insight-members-details"));
|
|
45
|
+
exports.AddExadataInsightMembersDetails = AddExadataInsightMembersDetails.AddExadataInsightMembersDetails;
|
|
43
46
|
const ChangeDatabaseInsightCompartmentDetails = __importStar(require("./change-database-insight-compartment-details"));
|
|
44
47
|
exports.ChangeDatabaseInsightCompartmentDetails = ChangeDatabaseInsightCompartmentDetails.ChangeDatabaseInsightCompartmentDetails;
|
|
45
48
|
const ChangeEnterpriseManagerBridgeCompartmentDetails = __importStar(require("./change-enterprise-manager-bridge-compartment-details"));
|
|
46
49
|
exports.ChangeEnterpriseManagerBridgeCompartmentDetails = ChangeEnterpriseManagerBridgeCompartmentDetails.ChangeEnterpriseManagerBridgeCompartmentDetails;
|
|
50
|
+
const ChangeExadataInsightCompartmentDetails = __importStar(require("./change-exadata-insight-compartment-details"));
|
|
51
|
+
exports.ChangeExadataInsightCompartmentDetails = ChangeExadataInsightCompartmentDetails.ChangeExadataInsightCompartmentDetails;
|
|
47
52
|
const ChangeHostInsightCompartmentDetails = __importStar(require("./change-host-insight-compartment-details"));
|
|
48
53
|
exports.ChangeHostInsightCompartmentDetails = ChangeHostInsightCompartmentDetails.ChangeHostInsightCompartmentDetails;
|
|
49
54
|
const ConnectionDetails = __importStar(require("./connection-details"));
|
|
50
55
|
exports.ConnectionDetails = ConnectionDetails.ConnectionDetails;
|
|
51
56
|
const CreateDatabaseInsightDetails = __importStar(require("./create-database-insight-details"));
|
|
52
57
|
exports.CreateDatabaseInsightDetails = CreateDatabaseInsightDetails.CreateDatabaseInsightDetails;
|
|
58
|
+
const CreateEmManagedExternalExadataMemberEntityDetails = __importStar(require("./create-em-managed-external-exadata-member-entity-details"));
|
|
59
|
+
exports.CreateEmManagedExternalExadataMemberEntityDetails = CreateEmManagedExternalExadataMemberEntityDetails.CreateEmManagedExternalExadataMemberEntityDetails;
|
|
53
60
|
const CreateEnterpriseManagerBridgeDetails = __importStar(require("./create-enterprise-manager-bridge-details"));
|
|
54
61
|
exports.CreateEnterpriseManagerBridgeDetails = CreateEnterpriseManagerBridgeDetails.CreateEnterpriseManagerBridgeDetails;
|
|
62
|
+
const CreateExadataInsightDetails = __importStar(require("./create-exadata-insight-details"));
|
|
63
|
+
exports.CreateExadataInsightDetails = CreateExadataInsightDetails.CreateExadataInsightDetails;
|
|
55
64
|
const CreateHostInsightDetails = __importStar(require("./create-host-insight-details"));
|
|
56
65
|
exports.CreateHostInsightDetails = CreateHostInsightDetails.CreateHostInsightDetails;
|
|
57
66
|
const CredentialDetails = __importStar(require("./credential-details"));
|
|
58
67
|
exports.CredentialDetails = CredentialDetails.CredentialDetails;
|
|
68
|
+
const Database = __importStar(require("./database"));
|
|
69
|
+
exports.Database = Database.Database;
|
|
59
70
|
const DatabaseConfigurationCollection = __importStar(require("./database-configuration-collection"));
|
|
60
71
|
exports.DatabaseConfigurationCollection = DatabaseConfigurationCollection.DatabaseConfigurationCollection;
|
|
61
72
|
const DatabaseConfigurationMetricGroup = __importStar(require("./database-configuration-metric-group"));
|
|
@@ -76,8 +87,14 @@ const DatabaseInsights = __importStar(require("./database-insights"));
|
|
|
76
87
|
exports.DatabaseInsights = DatabaseInsights.DatabaseInsights;
|
|
77
88
|
const DatabaseInsightsCollection = __importStar(require("./database-insights-collection"));
|
|
78
89
|
exports.DatabaseInsightsCollection = DatabaseInsightsCollection.DatabaseInsightsCollection;
|
|
90
|
+
const DiskGroup = __importStar(require("./disk-group"));
|
|
91
|
+
exports.DiskGroup = DiskGroup.DiskGroup;
|
|
92
|
+
const DiskGroupDetails = __importStar(require("./disk-group-details"));
|
|
93
|
+
exports.DiskGroupDetails = DiskGroupDetails.DiskGroupDetails;
|
|
79
94
|
const EnableDatabaseInsightDetails = __importStar(require("./enable-database-insight-details"));
|
|
80
95
|
exports.EnableDatabaseInsightDetails = EnableDatabaseInsightDetails.EnableDatabaseInsightDetails;
|
|
96
|
+
const EnableExadataInsightDetails = __importStar(require("./enable-exadata-insight-details"));
|
|
97
|
+
exports.EnableExadataInsightDetails = EnableExadataInsightDetails.EnableExadataInsightDetails;
|
|
81
98
|
const EnableHostInsightDetails = __importStar(require("./enable-host-insight-details"));
|
|
82
99
|
exports.EnableHostInsightDetails = EnableHostInsightDetails.EnableHostInsightDetails;
|
|
83
100
|
const EnterpriseManagerBridge = __importStar(require("./enterprise-manager-bridge"));
|
|
@@ -88,10 +105,54 @@ const EnterpriseManagerBridgeSummary = __importStar(require("./enterprise-manage
|
|
|
88
105
|
exports.EnterpriseManagerBridgeSummary = EnterpriseManagerBridgeSummary.EnterpriseManagerBridgeSummary;
|
|
89
106
|
const EnterpriseManagerBridges = __importStar(require("./enterprise-manager-bridges"));
|
|
90
107
|
exports.EnterpriseManagerBridges = EnterpriseManagerBridges.EnterpriseManagerBridges;
|
|
108
|
+
const ExadataConfigurationCollection = __importStar(require("./exadata-configuration-collection"));
|
|
109
|
+
exports.ExadataConfigurationCollection = ExadataConfigurationCollection.ExadataConfigurationCollection;
|
|
110
|
+
const ExadataConfigurationSummary = __importStar(require("./exadata-configuration-summary"));
|
|
111
|
+
exports.ExadataConfigurationSummary = ExadataConfigurationSummary.ExadataConfigurationSummary;
|
|
112
|
+
const ExadataDetails = __importStar(require("./exadata-details"));
|
|
113
|
+
exports.ExadataDetails = ExadataDetails.ExadataDetails;
|
|
114
|
+
const ExadataEntitySource = __importStar(require("./exadata-entity-source"));
|
|
115
|
+
exports.ExadataEntitySource = ExadataEntitySource.ExadataEntitySource;
|
|
116
|
+
const ExadataInsight = __importStar(require("./exadata-insight"));
|
|
117
|
+
exports.ExadataInsight = ExadataInsight.ExadataInsight;
|
|
118
|
+
const ExadataInsightLifecycleState = __importStar(require("./exadata-insight-lifecycle-state"));
|
|
119
|
+
exports.ExadataInsightLifecycleState = ExadataInsightLifecycleState.ExadataInsightLifecycleState;
|
|
120
|
+
const ExadataInsightResourceCapacityTrendAggregation = __importStar(require("./exadata-insight-resource-capacity-trend-aggregation"));
|
|
121
|
+
exports.ExadataInsightResourceCapacityTrendAggregation = ExadataInsightResourceCapacityTrendAggregation.ExadataInsightResourceCapacityTrendAggregation;
|
|
122
|
+
const ExadataInsightResourceCapacityTrendSummary = __importStar(require("./exadata-insight-resource-capacity-trend-summary"));
|
|
123
|
+
exports.ExadataInsightResourceCapacityTrendSummary = ExadataInsightResourceCapacityTrendSummary.ExadataInsightResourceCapacityTrendSummary;
|
|
124
|
+
const ExadataInsightResourceForecastTrendSummary = __importStar(require("./exadata-insight-resource-forecast-trend-summary"));
|
|
125
|
+
exports.ExadataInsightResourceForecastTrendSummary = ExadataInsightResourceForecastTrendSummary.ExadataInsightResourceForecastTrendSummary;
|
|
126
|
+
const ExadataInsightResourceInsightUtilizationItem = __importStar(require("./exadata-insight-resource-insight-utilization-item"));
|
|
127
|
+
exports.ExadataInsightResourceInsightUtilizationItem = ExadataInsightResourceInsightUtilizationItem.ExadataInsightResourceInsightUtilizationItem;
|
|
128
|
+
const ExadataInsightResourceStatistics = __importStar(require("./exadata-insight-resource-statistics"));
|
|
129
|
+
exports.ExadataInsightResourceStatistics = ExadataInsightResourceStatistics.ExadataInsightResourceStatistics;
|
|
130
|
+
const ExadataInsightResourceStatisticsAggregation = __importStar(require("./exadata-insight-resource-statistics-aggregation"));
|
|
131
|
+
exports.ExadataInsightResourceStatisticsAggregation = ExadataInsightResourceStatisticsAggregation.ExadataInsightResourceStatisticsAggregation;
|
|
132
|
+
const ExadataInsightSummary = __importStar(require("./exadata-insight-summary"));
|
|
133
|
+
exports.ExadataInsightSummary = ExadataInsightSummary.ExadataInsightSummary;
|
|
134
|
+
const ExadataInsightSummaryCollection = __importStar(require("./exadata-insight-summary-collection"));
|
|
135
|
+
exports.ExadataInsightSummaryCollection = ExadataInsightSummaryCollection.ExadataInsightSummaryCollection;
|
|
136
|
+
const ExadataInsights = __importStar(require("./exadata-insights"));
|
|
137
|
+
exports.ExadataInsights = ExadataInsights.ExadataInsights;
|
|
138
|
+
const ExadataMemberCollection = __importStar(require("./exadata-member-collection"));
|
|
139
|
+
exports.ExadataMemberCollection = ExadataMemberCollection.ExadataMemberCollection;
|
|
140
|
+
const ExadataMemberSummary = __importStar(require("./exadata-member-summary"));
|
|
141
|
+
exports.ExadataMemberSummary = ExadataMemberSummary.ExadataMemberSummary;
|
|
142
|
+
const ExadataRackType = __importStar(require("./exadata-rack-type"));
|
|
143
|
+
exports.ExadataRackType = ExadataRackType.ExadataRackType;
|
|
144
|
+
const ExadataType = __importStar(require("./exadata-type"));
|
|
145
|
+
exports.ExadataType = ExadataType.ExadataType;
|
|
91
146
|
const HistoricalDataItem = __importStar(require("./historical-data-item"));
|
|
92
147
|
exports.HistoricalDataItem = HistoricalDataItem.HistoricalDataItem;
|
|
148
|
+
const Host = __importStar(require("./host"));
|
|
149
|
+
exports.Host = Host.Host;
|
|
150
|
+
const HostConfigurationCollection = __importStar(require("./host-configuration-collection"));
|
|
151
|
+
exports.HostConfigurationCollection = HostConfigurationCollection.HostConfigurationCollection;
|
|
93
152
|
const HostConfigurationMetricGroup = __importStar(require("./host-configuration-metric-group"));
|
|
94
153
|
exports.HostConfigurationMetricGroup = HostConfigurationMetricGroup.HostConfigurationMetricGroup;
|
|
154
|
+
const HostConfigurationSummary = __importStar(require("./host-configuration-summary"));
|
|
155
|
+
exports.HostConfigurationSummary = HostConfigurationSummary.HostConfigurationSummary;
|
|
95
156
|
const HostDetails = __importStar(require("./host-details"));
|
|
96
157
|
exports.HostDetails = HostDetails.HostDetails;
|
|
97
158
|
const HostEntitySource = __importStar(require("./host-entity-source"));
|
|
@@ -152,6 +213,8 @@ const IngestSqlTextDetails = __importStar(require("./ingest-sql-text-details"));
|
|
|
152
213
|
exports.IngestSqlTextDetails = IngestSqlTextDetails.IngestSqlTextDetails;
|
|
153
214
|
const IngestSqlTextResponseDetails = __importStar(require("./ingest-sql-text-response-details"));
|
|
154
215
|
exports.IngestSqlTextResponseDetails = IngestSqlTextResponseDetails.IngestSqlTextResponseDetails;
|
|
216
|
+
const InstanceMetrics = __importStar(require("./instance-metrics"));
|
|
217
|
+
exports.InstanceMetrics = InstanceMetrics.InstanceMetrics;
|
|
155
218
|
const LifecycleState = __importStar(require("./lifecycle-state"));
|
|
156
219
|
exports.LifecycleState = LifecycleState.LifecycleState;
|
|
157
220
|
const OperationStatus = __importStar(require("./operation-status"));
|
|
@@ -174,6 +237,8 @@ const ResourceStatisticsAggregation = __importStar(require("./resource-statistic
|
|
|
174
237
|
exports.ResourceStatisticsAggregation = ResourceStatisticsAggregation.ResourceStatisticsAggregation;
|
|
175
238
|
const ResourceStatus = __importStar(require("./resource-status"));
|
|
176
239
|
exports.ResourceStatus = ResourceStatus.ResourceStatus;
|
|
240
|
+
const ResourceUsageSummary = __importStar(require("./resource-usage-summary"));
|
|
241
|
+
exports.ResourceUsageSummary = ResourceUsageSummary.ResourceUsageSummary;
|
|
177
242
|
const ResourceUsageTrendAggregation = __importStar(require("./resource-usage-trend-aggregation"));
|
|
178
243
|
exports.ResourceUsageTrendAggregation = ResourceUsageTrendAggregation.ResourceUsageTrendAggregation;
|
|
179
244
|
const SortOrder = __importStar(require("./sort-order"));
|
|
@@ -230,6 +295,10 @@ const SqlTextCollection = __importStar(require("./sql-text-collection"));
|
|
|
230
295
|
exports.SqlTextCollection = SqlTextCollection.SqlTextCollection;
|
|
231
296
|
const SqlTextSummary = __importStar(require("./sql-text-summary"));
|
|
232
297
|
exports.SqlTextSummary = SqlTextSummary.SqlTextSummary;
|
|
298
|
+
const StorageServer = __importStar(require("./storage-server"));
|
|
299
|
+
exports.StorageServer = StorageServer.StorageServer;
|
|
300
|
+
const StorageServerDetails = __importStar(require("./storage-server-details"));
|
|
301
|
+
exports.StorageServerDetails = StorageServerDetails.StorageServerDetails;
|
|
233
302
|
const SummarizeDatabaseInsightResourceCapacityTrendAggregationCollection = __importStar(require("./summarize-database-insight-resource-capacity-trend-aggregation-collection"));
|
|
234
303
|
exports.SummarizeDatabaseInsightResourceCapacityTrendAggregationCollection = SummarizeDatabaseInsightResourceCapacityTrendAggregationCollection.SummarizeDatabaseInsightResourceCapacityTrendAggregationCollection;
|
|
235
304
|
const SummarizeDatabaseInsightResourceForecastTrendAggregation = __importStar(require("./summarize-database-insight-resource-forecast-trend-aggregation"));
|
|
@@ -244,6 +313,22 @@ const SummarizeDatabaseInsightResourceUtilizationInsightAggregation = __importSt
|
|
|
244
313
|
exports.SummarizeDatabaseInsightResourceUtilizationInsightAggregation = SummarizeDatabaseInsightResourceUtilizationInsightAggregation.SummarizeDatabaseInsightResourceUtilizationInsightAggregation;
|
|
245
314
|
const SummarizeDatabaseInsightTablespaceUsageTrendAggregationCollection = __importStar(require("./summarize-database-insight-tablespace-usage-trend-aggregation-collection"));
|
|
246
315
|
exports.SummarizeDatabaseInsightTablespaceUsageTrendAggregationCollection = SummarizeDatabaseInsightTablespaceUsageTrendAggregationCollection.SummarizeDatabaseInsightTablespaceUsageTrendAggregationCollection;
|
|
316
|
+
const SummarizeExadataInsightResourceCapacityTrendAggregation = __importStar(require("./summarize-exadata-insight-resource-capacity-trend-aggregation"));
|
|
317
|
+
exports.SummarizeExadataInsightResourceCapacityTrendAggregation = SummarizeExadataInsightResourceCapacityTrendAggregation.SummarizeExadataInsightResourceCapacityTrendAggregation;
|
|
318
|
+
const SummarizeExadataInsightResourceCapacityTrendCollection = __importStar(require("./summarize-exadata-insight-resource-capacity-trend-collection"));
|
|
319
|
+
exports.SummarizeExadataInsightResourceCapacityTrendCollection = SummarizeExadataInsightResourceCapacityTrendCollection.SummarizeExadataInsightResourceCapacityTrendCollection;
|
|
320
|
+
const SummarizeExadataInsightResourceForecastTrendAggregation = __importStar(require("./summarize-exadata-insight-resource-forecast-trend-aggregation"));
|
|
321
|
+
exports.SummarizeExadataInsightResourceForecastTrendAggregation = SummarizeExadataInsightResourceForecastTrendAggregation.SummarizeExadataInsightResourceForecastTrendAggregation;
|
|
322
|
+
const SummarizeExadataInsightResourceForecastTrendCollection = __importStar(require("./summarize-exadata-insight-resource-forecast-trend-collection"));
|
|
323
|
+
exports.SummarizeExadataInsightResourceForecastTrendCollection = SummarizeExadataInsightResourceForecastTrendCollection.SummarizeExadataInsightResourceForecastTrendCollection;
|
|
324
|
+
const SummarizeExadataInsightResourceStatisticsAggregationCollection = __importStar(require("./summarize-exadata-insight-resource-statistics-aggregation-collection"));
|
|
325
|
+
exports.SummarizeExadataInsightResourceStatisticsAggregationCollection = SummarizeExadataInsightResourceStatisticsAggregationCollection.SummarizeExadataInsightResourceStatisticsAggregationCollection;
|
|
326
|
+
const SummarizeExadataInsightResourceUsageAggregation = __importStar(require("./summarize-exadata-insight-resource-usage-aggregation"));
|
|
327
|
+
exports.SummarizeExadataInsightResourceUsageAggregation = SummarizeExadataInsightResourceUsageAggregation.SummarizeExadataInsightResourceUsageAggregation;
|
|
328
|
+
const SummarizeExadataInsightResourceUsageCollection = __importStar(require("./summarize-exadata-insight-resource-usage-collection"));
|
|
329
|
+
exports.SummarizeExadataInsightResourceUsageCollection = SummarizeExadataInsightResourceUsageCollection.SummarizeExadataInsightResourceUsageCollection;
|
|
330
|
+
const SummarizeExadataInsightResourceUtilizationInsightAggregation = __importStar(require("./summarize-exadata-insight-resource-utilization-insight-aggregation"));
|
|
331
|
+
exports.SummarizeExadataInsightResourceUtilizationInsightAggregation = SummarizeExadataInsightResourceUtilizationInsightAggregation.SummarizeExadataInsightResourceUtilizationInsightAggregation;
|
|
247
332
|
const SummarizeHostInsightResourceCapacityTrendAggregationCollection = __importStar(require("./summarize-host-insight-resource-capacity-trend-aggregation-collection"));
|
|
248
333
|
exports.SummarizeHostInsightResourceCapacityTrendAggregationCollection = SummarizeHostInsightResourceCapacityTrendAggregationCollection.SummarizeHostInsightResourceCapacityTrendAggregationCollection;
|
|
249
334
|
const SummarizeHostInsightResourceForecastTrendAggregation = __importStar(require("./summarize-host-insight-resource-forecast-trend-aggregation"));
|
|
@@ -266,6 +351,8 @@ const UpdateDatabaseInsightDetails = __importStar(require("./update-database-ins
|
|
|
266
351
|
exports.UpdateDatabaseInsightDetails = UpdateDatabaseInsightDetails.UpdateDatabaseInsightDetails;
|
|
267
352
|
const UpdateEnterpriseManagerBridgeDetails = __importStar(require("./update-enterprise-manager-bridge-details"));
|
|
268
353
|
exports.UpdateEnterpriseManagerBridgeDetails = UpdateEnterpriseManagerBridgeDetails.UpdateEnterpriseManagerBridgeDetails;
|
|
354
|
+
const UpdateExadataInsightDetails = __importStar(require("./update-exadata-insight-details"));
|
|
355
|
+
exports.UpdateExadataInsightDetails = UpdateExadataInsightDetails.UpdateExadataInsightDetails;
|
|
269
356
|
const UpdateHostInsightDetails = __importStar(require("./update-host-insight-details"));
|
|
270
357
|
exports.UpdateHostInsightDetails = UpdateHostInsightDetails.UpdateHostInsightDetails;
|
|
271
358
|
const UsageUnit = __importStar(require("./usage-unit"));
|
|
@@ -284,8 +371,12 @@ const WorkRequestLogEntryCollection = __importStar(require("./work-request-log-e
|
|
|
284
371
|
exports.WorkRequestLogEntryCollection = WorkRequestLogEntryCollection.WorkRequestLogEntryCollection;
|
|
285
372
|
const WorkRequestResource = __importStar(require("./work-request-resource"));
|
|
286
373
|
exports.WorkRequestResource = WorkRequestResource.WorkRequestResource;
|
|
374
|
+
const WorkRequestResourceMetadataKey = __importStar(require("./work-request-resource-metadata-key"));
|
|
375
|
+
exports.WorkRequestResourceMetadataKey = WorkRequestResourceMetadataKey.WorkRequestResourceMetadataKey;
|
|
287
376
|
const WorkRequests = __importStar(require("./work-requests"));
|
|
288
377
|
exports.WorkRequests = WorkRequests.WorkRequests;
|
|
378
|
+
const AddEmManagedExternalExadataInsightMembersDetails = __importStar(require("./add-em-managed-external-exadata-insight-members-details"));
|
|
379
|
+
exports.AddEmManagedExternalExadataInsightMembersDetails = AddEmManagedExternalExadataInsightMembersDetails.AddEmManagedExternalExadataInsightMembersDetails;
|
|
289
380
|
const AutonomousDatabaseConfigurationSummary = __importStar(require("./autonomous-database-configuration-summary"));
|
|
290
381
|
exports.AutonomousDatabaseConfigurationSummary = AutonomousDatabaseConfigurationSummary.AutonomousDatabaseConfigurationSummary;
|
|
291
382
|
const AutonomousDatabaseInsight = __importStar(require("./autonomous-database-insight"));
|
|
@@ -294,6 +385,10 @@ const AutonomousDatabaseInsightSummary = __importStar(require("./autonomous-data
|
|
|
294
385
|
exports.AutonomousDatabaseInsightSummary = AutonomousDatabaseInsightSummary.AutonomousDatabaseInsightSummary;
|
|
295
386
|
const CreateEmManagedExternalDatabaseInsightDetails = __importStar(require("./create-em-managed-external-database-insight-details"));
|
|
296
387
|
exports.CreateEmManagedExternalDatabaseInsightDetails = CreateEmManagedExternalDatabaseInsightDetails.CreateEmManagedExternalDatabaseInsightDetails;
|
|
388
|
+
const CreateEmManagedExternalExadataInsightDetails = __importStar(require("./create-em-managed-external-exadata-insight-details"));
|
|
389
|
+
exports.CreateEmManagedExternalExadataInsightDetails = CreateEmManagedExternalExadataInsightDetails.CreateEmManagedExternalExadataInsightDetails;
|
|
390
|
+
const CreateEmManagedExternalHostInsightDetails = __importStar(require("./create-em-managed-external-host-insight-details"));
|
|
391
|
+
exports.CreateEmManagedExternalHostInsightDetails = CreateEmManagedExternalHostInsightDetails.CreateEmManagedExternalHostInsightDetails;
|
|
297
392
|
const CreateMacsManagedExternalHostInsightDetails = __importStar(require("./create-macs-managed-external-host-insight-details"));
|
|
298
393
|
exports.CreateMacsManagedExternalHostInsightDetails = CreateMacsManagedExternalHostInsightDetails.CreateMacsManagedExternalHostInsightDetails;
|
|
299
394
|
const CredentialsBySource = __importStar(require("./credentials-by-source"));
|
|
@@ -310,10 +405,34 @@ const EmManagedExternalDatabaseInsight = __importStar(require("./em-managed-exte
|
|
|
310
405
|
exports.EmManagedExternalDatabaseInsight = EmManagedExternalDatabaseInsight.EmManagedExternalDatabaseInsight;
|
|
311
406
|
const EmManagedExternalDatabaseInsightSummary = __importStar(require("./em-managed-external-database-insight-summary"));
|
|
312
407
|
exports.EmManagedExternalDatabaseInsightSummary = EmManagedExternalDatabaseInsightSummary.EmManagedExternalDatabaseInsightSummary;
|
|
408
|
+
const EmManagedExternalExadataInsight = __importStar(require("./em-managed-external-exadata-insight"));
|
|
409
|
+
exports.EmManagedExternalExadataInsight = EmManagedExternalExadataInsight.EmManagedExternalExadataInsight;
|
|
410
|
+
const EmManagedExternalExadataInsightSummary = __importStar(require("./em-managed-external-exadata-insight-summary"));
|
|
411
|
+
exports.EmManagedExternalExadataInsightSummary = EmManagedExternalExadataInsightSummary.EmManagedExternalExadataInsightSummary;
|
|
412
|
+
const EmManagedExternalHostConfigurationSummary = __importStar(require("./em-managed-external-host-configuration-summary"));
|
|
413
|
+
exports.EmManagedExternalHostConfigurationSummary = EmManagedExternalHostConfigurationSummary.EmManagedExternalHostConfigurationSummary;
|
|
414
|
+
const EmManagedExternalHostInsight = __importStar(require("./em-managed-external-host-insight"));
|
|
415
|
+
exports.EmManagedExternalHostInsight = EmManagedExternalHostInsight.EmManagedExternalHostInsight;
|
|
416
|
+
const EmManagedExternalHostInsightSummary = __importStar(require("./em-managed-external-host-insight-summary"));
|
|
417
|
+
exports.EmManagedExternalHostInsightSummary = EmManagedExternalHostInsightSummary.EmManagedExternalHostInsightSummary;
|
|
313
418
|
const EnableEmManagedExternalDatabaseInsightDetails = __importStar(require("./enable-em-managed-external-database-insight-details"));
|
|
314
419
|
exports.EnableEmManagedExternalDatabaseInsightDetails = EnableEmManagedExternalDatabaseInsightDetails.EnableEmManagedExternalDatabaseInsightDetails;
|
|
420
|
+
const EnableEmManagedExternalExadataInsightDetails = __importStar(require("./enable-em-managed-external-exadata-insight-details"));
|
|
421
|
+
exports.EnableEmManagedExternalExadataInsightDetails = EnableEmManagedExternalExadataInsightDetails.EnableEmManagedExternalExadataInsightDetails;
|
|
422
|
+
const EnableEmManagedExternalHostInsightDetails = __importStar(require("./enable-em-managed-external-host-insight-details"));
|
|
423
|
+
exports.EnableEmManagedExternalHostInsightDetails = EnableEmManagedExternalHostInsightDetails.EnableEmManagedExternalHostInsightDetails;
|
|
315
424
|
const EnableMacsManagedExternalHostInsightDetails = __importStar(require("./enable-macs-managed-external-host-insight-details"));
|
|
316
425
|
exports.EnableMacsManagedExternalHostInsightDetails = EnableMacsManagedExternalHostInsightDetails.EnableMacsManagedExternalHostInsightDetails;
|
|
426
|
+
const ExadataDatabaseMachineConfigurationSummary = __importStar(require("./exadata-database-machine-configuration-summary"));
|
|
427
|
+
exports.ExadataDatabaseMachineConfigurationSummary = ExadataDatabaseMachineConfigurationSummary.ExadataDatabaseMachineConfigurationSummary;
|
|
428
|
+
const ExadataDatabaseStatisticsSummary = __importStar(require("./exadata-database-statistics-summary"));
|
|
429
|
+
exports.ExadataDatabaseStatisticsSummary = ExadataDatabaseStatisticsSummary.ExadataDatabaseStatisticsSummary;
|
|
430
|
+
const ExadataDiskgroupStatisticsSummary = __importStar(require("./exadata-diskgroup-statistics-summary"));
|
|
431
|
+
exports.ExadataDiskgroupStatisticsSummary = ExadataDiskgroupStatisticsSummary.ExadataDiskgroupStatisticsSummary;
|
|
432
|
+
const ExadataHostStatisticsSummary = __importStar(require("./exadata-host-statistics-summary"));
|
|
433
|
+
exports.ExadataHostStatisticsSummary = ExadataHostStatisticsSummary.ExadataHostStatisticsSummary;
|
|
434
|
+
const ExadataStorageServerStatisticsSummary = __importStar(require("./exadata-storage-server-statistics-summary"));
|
|
435
|
+
exports.ExadataStorageServerStatisticsSummary = ExadataStorageServerStatisticsSummary.ExadataStorageServerStatisticsSummary;
|
|
317
436
|
const HostCpuHardwareConfiguration = __importStar(require("./host-cpu-hardware-configuration"));
|
|
318
437
|
exports.HostCpuHardwareConfiguration = HostCpuHardwareConfiguration.HostCpuHardwareConfiguration;
|
|
319
438
|
const HostCpuStatistics = __importStar(require("./host-cpu-statistics"));
|
|
@@ -346,6 +465,8 @@ const MacsManagedExternalDatabaseInsight = __importStar(require("./macs-managed-
|
|
|
346
465
|
exports.MacsManagedExternalDatabaseInsight = MacsManagedExternalDatabaseInsight.MacsManagedExternalDatabaseInsight;
|
|
347
466
|
const MacsManagedExternalDatabaseInsightSummary = __importStar(require("./macs-managed-external-database-insight-summary"));
|
|
348
467
|
exports.MacsManagedExternalDatabaseInsightSummary = MacsManagedExternalDatabaseInsightSummary.MacsManagedExternalDatabaseInsightSummary;
|
|
468
|
+
const MacsManagedExternalHostConfigurationSummary = __importStar(require("./macs-managed-external-host-configuration-summary"));
|
|
469
|
+
exports.MacsManagedExternalHostConfigurationSummary = MacsManagedExternalHostConfigurationSummary.MacsManagedExternalHostConfigurationSummary;
|
|
349
470
|
const MacsManagedExternalHostInsight = __importStar(require("./macs-managed-external-host-insight"));
|
|
350
471
|
exports.MacsManagedExternalHostInsight = MacsManagedExternalHostInsight.MacsManagedExternalHostInsight;
|
|
351
472
|
const MacsManagedExternalHostInsightSummary = __importStar(require("./macs-managed-external-host-insight-summary"));
|
|
@@ -354,6 +475,10 @@ const UpdateAutonomousDatabaseInsightDetails = __importStar(require("./update-au
|
|
|
354
475
|
exports.UpdateAutonomousDatabaseInsightDetails = UpdateAutonomousDatabaseInsightDetails.UpdateAutonomousDatabaseInsightDetails;
|
|
355
476
|
const UpdateEmManagedExternalDatabaseInsightDetails = __importStar(require("./update-em-managed-external-database-insight-details"));
|
|
356
477
|
exports.UpdateEmManagedExternalDatabaseInsightDetails = UpdateEmManagedExternalDatabaseInsightDetails.UpdateEmManagedExternalDatabaseInsightDetails;
|
|
478
|
+
const UpdateEmManagedExternalExadataInsightDetails = __importStar(require("./update-em-managed-external-exadata-insight-details"));
|
|
479
|
+
exports.UpdateEmManagedExternalExadataInsightDetails = UpdateEmManagedExternalExadataInsightDetails.UpdateEmManagedExternalExadataInsightDetails;
|
|
480
|
+
const UpdateEmManagedExternalHostInsightDetails = __importStar(require("./update-em-managed-external-host-insight-details"));
|
|
481
|
+
exports.UpdateEmManagedExternalHostInsightDetails = UpdateEmManagedExternalHostInsightDetails.UpdateEmManagedExternalHostInsightDetails;
|
|
357
482
|
const UpdateMacsManagedExternalDatabaseInsightDetails = __importStar(require("./update-macs-managed-external-database-insight-details"));
|
|
358
483
|
exports.UpdateMacsManagedExternalDatabaseInsightDetails = UpdateMacsManagedExternalDatabaseInsightDetails.UpdateMacsManagedExternalDatabaseInsightDetails;
|
|
359
484
|
const UpdateMacsManagedExternalHostInsightDetails = __importStar(require("./update-macs-managed-external-host-insight-details"));
|
package/lib/model/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/model/index.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/model/index.ts"],"names":[],"mappings":"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"}
|