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
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20200630
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import * as model from "../model";
|
|
14
|
+
import common = require("oci-common");
|
|
15
|
+
/**
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/opsi/AddExadataInsightMembers.ts.html |here} to see how to use AddExadataInsightMembersRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface AddExadataInsightMembersRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* Details for the members (e.g. databases and hosts) of an Exadata system to be added in Operations Insights.
|
|
21
|
+
*/
|
|
22
|
+
"addExadataInsightMembersDetails": model.AddEmManagedExternalExadataInsightMembersDetails;
|
|
23
|
+
/**
|
|
24
|
+
* Unique Exadata insight identifier
|
|
25
|
+
*/
|
|
26
|
+
"exadataInsightId": string;
|
|
27
|
+
/**
|
|
28
|
+
* Used for optimistic concurrency control. In the update or delete call for a resource, set the `if-match`
|
|
29
|
+
* parameter to the value of the etag from a previous get, create, or update response for that resource. The resource
|
|
30
|
+
* will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
|
31
|
+
*
|
|
32
|
+
*/
|
|
33
|
+
"ifMatch"?: string;
|
|
34
|
+
/**
|
|
35
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
36
|
+
* Oracle about a particular request, please provide the request ID.
|
|
37
|
+
*
|
|
38
|
+
*/
|
|
39
|
+
"opcRequestId"?: string;
|
|
40
|
+
/**
|
|
41
|
+
* A token that uniquely identifies a request that can be retried in case of a timeout or
|
|
42
|
+
* server error without risk of executing the same action again. Retry tokens expire after 24
|
|
43
|
+
* hours.
|
|
44
|
+
* <p>
|
|
45
|
+
*Note:* Retry tokens can be invalidated before the 24 hour time limit due to conflicting
|
|
46
|
+
* operations, such as a resource being deleted or purged from the system.
|
|
47
|
+
*
|
|
48
|
+
*/
|
|
49
|
+
"opcRetryToken"?: string;
|
|
50
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20200630
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=add-exadata-insight-members-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"add-exadata-insight-members-request.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/request/add-exadata-insight-members-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/opsi/ChangeDatabaseInsightCompartment.ts.html |here} to see how to use ChangeDatabaseInsightCompartmentRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ChangeDatabaseInsightCompartmentRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/opsi/ChangeEnterpriseManagerBridgeCompartment.ts.html |here} to see how to use ChangeEnterpriseManagerBridgeCompartmentRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ChangeEnterpriseManagerBridgeCompartmentRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20200630
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import * as model from "../model";
|
|
14
|
+
import common = require("oci-common");
|
|
15
|
+
/**
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/opsi/ChangeExadataInsightCompartment.ts.html |here} to see how to use ChangeExadataInsightCompartmentRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface ChangeExadataInsightCompartmentRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* Unique Exadata insight identifier
|
|
21
|
+
*/
|
|
22
|
+
"exadataInsightId": string;
|
|
23
|
+
/**
|
|
24
|
+
* The information to be updated.
|
|
25
|
+
*/
|
|
26
|
+
"changeExadataInsightCompartmentDetails": model.ChangeExadataInsightCompartmentDetails;
|
|
27
|
+
/**
|
|
28
|
+
* Used for optimistic concurrency control. In the update or delete call for a resource, set the `if-match`
|
|
29
|
+
* parameter to the value of the etag from a previous get, create, or update response for that resource. The resource
|
|
30
|
+
* will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
|
31
|
+
*
|
|
32
|
+
*/
|
|
33
|
+
"ifMatch"?: string;
|
|
34
|
+
/**
|
|
35
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
36
|
+
* Oracle about a particular request, please provide the request ID.
|
|
37
|
+
*
|
|
38
|
+
*/
|
|
39
|
+
"opcRequestId"?: string;
|
|
40
|
+
/**
|
|
41
|
+
* A token that uniquely identifies a request that can be retried in case of a timeout or
|
|
42
|
+
* server error without risk of executing the same action again. Retry tokens expire after 24
|
|
43
|
+
* hours.
|
|
44
|
+
* <p>
|
|
45
|
+
*Note:* Retry tokens can be invalidated before the 24 hour time limit due to conflicting
|
|
46
|
+
* operations, such as a resource being deleted or purged from the system.
|
|
47
|
+
*
|
|
48
|
+
*/
|
|
49
|
+
"opcRetryToken"?: string;
|
|
50
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20200630
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=change-exadata-insight-compartment-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"change-exadata-insight-compartment-request.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/request/change-exadata-insight-compartment-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/opsi/ChangeHostInsightCompartment.ts.html |here} to see how to use ChangeHostInsightCompartmentRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ChangeHostInsightCompartmentRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/opsi/CreateDatabaseInsight.ts.html |here} to see how to use CreateDatabaseInsightRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateDatabaseInsightRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/opsi/CreateEnterpriseManagerBridge.ts.html |here} to see how to use CreateEnterpriseManagerBridgeRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateEnterpriseManagerBridgeRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20200630
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import * as model from "../model";
|
|
14
|
+
import common = require("oci-common");
|
|
15
|
+
/**
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/opsi/CreateExadataInsight.ts.html |here} to see how to use CreateExadataInsightRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface CreateExadataInsightRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* Details for the Exadata system for which an Exadata insight resource will be created in Operations Insights.
|
|
21
|
+
*/
|
|
22
|
+
"createExadataInsightDetails": model.CreateEmManagedExternalExadataInsightDetails;
|
|
23
|
+
/**
|
|
24
|
+
* A token that uniquely identifies a request that can be retried in case of a timeout or
|
|
25
|
+
* server error without risk of executing the same action again. Retry tokens expire after 24
|
|
26
|
+
* hours.
|
|
27
|
+
* <p>
|
|
28
|
+
*Note:* Retry tokens can be invalidated before the 24 hour time limit due to conflicting
|
|
29
|
+
* operations, such as a resource being deleted or purged from the system.
|
|
30
|
+
*
|
|
31
|
+
*/
|
|
32
|
+
"opcRetryToken"?: string;
|
|
33
|
+
/**
|
|
34
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
35
|
+
* Oracle about a particular request, please provide the request ID.
|
|
36
|
+
*
|
|
37
|
+
*/
|
|
38
|
+
"opcRequestId"?: string;
|
|
39
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20200630
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=create-exadata-insight-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-exadata-insight-request.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/request/create-exadata-insight-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -13,13 +13,13 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/opsi/CreateHostInsight.ts.html |here} to see how to use CreateHostInsightRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateHostInsightRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
20
20
|
* Details for the host for which a Host Insight resource will be created in Operations Insights.
|
|
21
21
|
*/
|
|
22
|
-
"createHostInsightDetails": model.CreateMacsManagedExternalHostInsightDetails;
|
|
22
|
+
"createHostInsightDetails": model.CreateMacsManagedExternalHostInsightDetails | model.CreateEmManagedExternalHostInsightDetails;
|
|
23
23
|
/**
|
|
24
24
|
* A token that uniquely identifies a request that can be retried in case of a timeout or
|
|
25
25
|
* server error without risk of executing the same action again. Retry tokens expire after 24
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/opsi/DeleteDatabaseInsight.ts.html |here} to see how to use DeleteDatabaseInsightRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteDatabaseInsightRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/opsi/DeleteEnterpriseManagerBridge.ts.html |here} to see how to use DeleteEnterpriseManagerBridgeRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteEnterpriseManagerBridgeRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20200630
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import common = require("oci-common");
|
|
14
|
+
/**
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/opsi/DeleteExadataInsight.ts.html |here} to see how to use DeleteExadataInsightRequest.
|
|
16
|
+
*/
|
|
17
|
+
export interface DeleteExadataInsightRequest extends common.BaseRequest {
|
|
18
|
+
/**
|
|
19
|
+
* Unique Exadata insight identifier
|
|
20
|
+
*/
|
|
21
|
+
"exadataInsightId": string;
|
|
22
|
+
/**
|
|
23
|
+
* Used for optimistic concurrency control. In the update or delete call for a resource, set the `if-match`
|
|
24
|
+
* parameter to the value of the etag from a previous get, create, or update response for that resource. The resource
|
|
25
|
+
* will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
|
26
|
+
*
|
|
27
|
+
*/
|
|
28
|
+
"ifMatch"?: string;
|
|
29
|
+
/**
|
|
30
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
31
|
+
* Oracle about a particular request, please provide the request ID.
|
|
32
|
+
*
|
|
33
|
+
*/
|
|
34
|
+
"opcRequestId"?: string;
|
|
35
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20200630
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=delete-exadata-insight-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-exadata-insight-request.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/request/delete-exadata-insight-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/opsi/DeleteHostInsight.ts.html |here} to see how to use DeleteHostInsightRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteHostInsightRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/opsi/DisableDatabaseInsight.ts.html |here} to see how to use DisableDatabaseInsightRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DisableDatabaseInsightRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20200630
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import common = require("oci-common");
|
|
14
|
+
/**
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/opsi/DisableExadataInsight.ts.html |here} to see how to use DisableExadataInsightRequest.
|
|
16
|
+
*/
|
|
17
|
+
export interface DisableExadataInsightRequest extends common.BaseRequest {
|
|
18
|
+
/**
|
|
19
|
+
* Unique Exadata insight identifier
|
|
20
|
+
*/
|
|
21
|
+
"exadataInsightId": string;
|
|
22
|
+
/**
|
|
23
|
+
* Used for optimistic concurrency control. In the update or delete call for a resource, set the `if-match`
|
|
24
|
+
* parameter to the value of the etag from a previous get, create, or update response for that resource. The resource
|
|
25
|
+
* will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
|
26
|
+
*
|
|
27
|
+
*/
|
|
28
|
+
"ifMatch"?: string;
|
|
29
|
+
/**
|
|
30
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
31
|
+
* Oracle about a particular request, please provide the request ID.
|
|
32
|
+
*
|
|
33
|
+
*/
|
|
34
|
+
"opcRequestId"?: string;
|
|
35
|
+
/**
|
|
36
|
+
* A token that uniquely identifies a request that can be retried in case of a timeout or
|
|
37
|
+
* server error without risk of executing the same action again. Retry tokens expire after 24
|
|
38
|
+
* hours.
|
|
39
|
+
* <p>
|
|
40
|
+
*Note:* Retry tokens can be invalidated before the 24 hour time limit due to conflicting
|
|
41
|
+
* operations, such as a resource being deleted or purged from the system.
|
|
42
|
+
*
|
|
43
|
+
*/
|
|
44
|
+
"opcRetryToken"?: string;
|
|
45
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20200630
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=disable-exadata-insight-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"disable-exadata-insight-request.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/request/disable-exadata-insight-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/opsi/DisableHostInsight.ts.html |here} to see how to use DisableHostInsightRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DisableHostInsightRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/opsi/EnableDatabaseInsight.ts.html |here} to see how to use EnableDatabaseInsightRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface EnableDatabaseInsightRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20200630
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import * as model from "../model";
|
|
14
|
+
import common = require("oci-common");
|
|
15
|
+
/**
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/opsi/EnableExadataInsight.ts.html |here} to see how to use EnableExadataInsightRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface EnableExadataInsightRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* Details for the Exadata system to be enabled in Operations Insights.
|
|
21
|
+
*/
|
|
22
|
+
"enableExadataInsightDetails": model.EnableEmManagedExternalExadataInsightDetails;
|
|
23
|
+
/**
|
|
24
|
+
* Unique Exadata insight identifier
|
|
25
|
+
*/
|
|
26
|
+
"exadataInsightId": string;
|
|
27
|
+
/**
|
|
28
|
+
* Used for optimistic concurrency control. In the update or delete call for a resource, set the `if-match`
|
|
29
|
+
* parameter to the value of the etag from a previous get, create, or update response for that resource. The resource
|
|
30
|
+
* will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
|
31
|
+
*
|
|
32
|
+
*/
|
|
33
|
+
"ifMatch"?: string;
|
|
34
|
+
/**
|
|
35
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
36
|
+
* Oracle about a particular request, please provide the request ID.
|
|
37
|
+
*
|
|
38
|
+
*/
|
|
39
|
+
"opcRequestId"?: string;
|
|
40
|
+
/**
|
|
41
|
+
* A token that uniquely identifies a request that can be retried in case of a timeout or
|
|
42
|
+
* server error without risk of executing the same action again. Retry tokens expire after 24
|
|
43
|
+
* hours.
|
|
44
|
+
* <p>
|
|
45
|
+
*Note:* Retry tokens can be invalidated before the 24 hour time limit due to conflicting
|
|
46
|
+
* operations, such as a resource being deleted or purged from the system.
|
|
47
|
+
*
|
|
48
|
+
*/
|
|
49
|
+
"opcRetryToken"?: string;
|
|
50
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20200630
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=enable-exadata-insight-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"enable-exadata-insight-request.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/request/enable-exadata-insight-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -13,13 +13,13 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/opsi/EnableHostInsight.ts.html |here} to see how to use EnableHostInsightRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface EnableHostInsightRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
20
20
|
* Details for the host to be enabled in Operations Insights.
|
|
21
21
|
*/
|
|
22
|
-
"enableHostInsightDetails": model.EnableMacsManagedExternalHostInsightDetails;
|
|
22
|
+
"enableHostInsightDetails": model.EnableMacsManagedExternalHostInsightDetails | model.EnableEmManagedExternalHostInsightDetails;
|
|
23
23
|
/**
|
|
24
24
|
* Unique host insight identifier
|
|
25
25
|
*/
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/opsi/GetDatabaseInsight.ts.html |here} to see how to use GetDatabaseInsightRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetDatabaseInsightRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/opsi/GetEnterpriseManagerBridge.ts.html |here} to see how to use GetEnterpriseManagerBridgeRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetEnterpriseManagerBridgeRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20200630
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import common = require("oci-common");
|
|
14
|
+
/**
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/opsi/GetExadataInsight.ts.html |here} to see how to use GetExadataInsightRequest.
|
|
16
|
+
*/
|
|
17
|
+
export interface GetExadataInsightRequest extends common.BaseRequest {
|
|
18
|
+
/**
|
|
19
|
+
* Unique Exadata insight identifier
|
|
20
|
+
*/
|
|
21
|
+
"exadataInsightId": string;
|
|
22
|
+
/**
|
|
23
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
24
|
+
* Oracle about a particular request, please provide the request ID.
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
27
|
+
"opcRequestId"?: string;
|
|
28
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20200630
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=get-exadata-insight-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-exadata-insight-request.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/request/get-exadata-insight-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/opsi/GetHostInsight.ts.html |here} to see how to use GetHostInsightRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetHostInsightRequest extends common.BaseRequest {
|
|
18
18
|
/**
|