oci-opsi 2.17.0 → 2.20.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/client.d.ts +167 -101
- package/lib/client.js +551 -102
- package/lib/client.js.map +1 -1
- package/lib/model/change-operations-insights-private-endpoint-compartment-details.d.ts +28 -0
- package/lib/model/change-operations-insights-private-endpoint-compartment-details.js +32 -0
- package/lib/model/change-operations-insights-private-endpoint-compartment-details.js.map +1 -0
- package/lib/model/change-pe-comanaged-database-insight-details.d.ts +34 -0
- package/lib/model/change-pe-comanaged-database-insight-details.js +60 -0
- package/lib/model/change-pe-comanaged-database-insight-details.js.map +1 -0
- package/lib/model/connection-details.d.ts +1 -1
- package/lib/model/create-database-insight-details.js +4 -0
- package/lib/model/create-database-insight-details.js.map +1 -1
- package/lib/model/create-operations-insights-private-endpoint-details.d.ts +71 -0
- package/lib/model/create-operations-insights-private-endpoint-details.js +32 -0
- package/lib/model/create-operations-insights-private-endpoint-details.js.map +1 -0
- package/lib/model/create-pe-comanaged-database-insight-details.d.ts +63 -0
- package/lib/model/create-pe-comanaged-database-insight-details.js +71 -0
- package/lib/model/create-pe-comanaged-database-insight-details.js.map +1 -0
- package/lib/model/credential-by-vault.d.ts +47 -0
- package/lib/model/credential-by-vault.js +64 -0
- package/lib/model/credential-by-vault.js.map +1 -0
- package/lib/model/credential-details.js +4 -0
- package/lib/model/credential-details.js.map +1 -1
- package/lib/model/database-configuration-summary.js +4 -0
- package/lib/model/database-configuration-summary.js.map +1 -1
- package/lib/model/database-entity-source-all.d.ts +1 -0
- package/lib/model/database-entity-source-all.js +1 -0
- package/lib/model/database-entity-source-all.js.map +1 -1
- package/lib/model/database-entity-source.d.ts +2 -1
- package/lib/model/database-entity-source.js +1 -0
- package/lib/model/database-entity-source.js.map +1 -1
- package/lib/model/database-insight-summary.d.ts +4 -0
- package/lib/model/database-insight-summary.js +4 -0
- package/lib/model/database-insight-summary.js.map +1 -1
- package/lib/model/database-insight.d.ts +4 -0
- package/lib/model/database-insight.js +4 -0
- package/lib/model/database-insight.js.map +1 -1
- package/lib/model/enable-database-insight-details.js +4 -0
- package/lib/model/enable-database-insight-details.js.map +1 -1
- package/lib/model/enable-pe-comanaged-database-insight-details.d.ts +68 -0
- package/lib/model/enable-pe-comanaged-database-insight-details.js +65 -0
- package/lib/model/enable-pe-comanaged-database-insight-details.js.map +1 -0
- package/lib/model/exadata-member-summary.d.ts +1 -0
- package/lib/model/exadata-member-summary.js +1 -0
- package/lib/model/exadata-member-summary.js.map +1 -1
- package/lib/model/index.d.ts +34 -0
- package/lib/model/index.js +40 -6
- package/lib/model/index.js.map +1 -1
- package/lib/model/macs-managed-external-database-insight.d.ts +1 -1
- package/lib/model/operation-type.d.ts +4 -0
- package/lib/model/operation-type.js +4 -0
- package/lib/model/operation-type.js.map +1 -1
- package/lib/model/operations-insights-private-endpoint-collection.d.ts +29 -0
- package/lib/model/operations-insights-private-endpoint-collection.js +64 -0
- package/lib/model/operations-insights-private-endpoint-collection.js.map +1 -0
- package/lib/model/operations-insights-private-endpoint-lifecycle-state.d.ts +36 -0
- package/lib/model/operations-insights-private-endpoint-lifecycle-state.js +47 -0
- package/lib/model/operations-insights-private-endpoint-lifecycle-state.js.map +1 -0
- package/lib/model/operations-insights-private-endpoint-summary.d.ts +97 -0
- package/lib/model/operations-insights-private-endpoint-summary.js +32 -0
- package/lib/model/operations-insights-private-endpoint-summary.js.map +1 -0
- package/lib/model/operations-insights-private-endpoint.d.ts +107 -0
- package/lib/model/operations-insights-private-endpoint.js +32 -0
- package/lib/model/operations-insights-private-endpoint.js.map +1 -0
- package/lib/model/pe-comanaged-database-connection-details.d.ts +46 -0
- package/lib/model/pe-comanaged-database-connection-details.js +74 -0
- package/lib/model/pe-comanaged-database-connection-details.js.map +1 -0
- package/lib/model/pe-comanaged-database-host-details.d.ts +32 -0
- package/lib/model/pe-comanaged-database-host-details.js +32 -0
- package/lib/model/pe-comanaged-database-host-details.js.map +1 -0
- package/lib/model/pe-comanaged-database-insight-summary.d.ts +35 -0
- package/lib/model/pe-comanaged-database-insight-summary.js +57 -0
- package/lib/model/pe-comanaged-database-insight-summary.js.map +1 -0
- package/lib/model/pe-comanaged-database-insight.d.ts +49 -0
- package/lib/model/pe-comanaged-database-insight.js +71 -0
- package/lib/model/pe-comanaged-database-insight.js.map +1 -0
- package/lib/model/pe-comanaged-managed-external-database-configuration-summary.d.ts +35 -0
- package/lib/model/pe-comanaged-managed-external-database-configuration-summary.js +57 -0
- package/lib/model/pe-comanaged-managed-external-database-configuration-summary.js.map +1 -0
- package/lib/model/update-database-insight-details.js +4 -0
- package/lib/model/update-database-insight-details.js.map +1 -1
- package/lib/model/update-operations-insights-private-endpoint-details.d.ts +54 -0
- package/lib/model/update-operations-insights-private-endpoint-details.js +32 -0
- package/lib/model/update-operations-insights-private-endpoint-details.js.map +1 -0
- package/lib/model/update-pe-comanaged-database-insight-details.d.ts +27 -0
- package/lib/model/update-pe-comanaged-database-insight-details.js +57 -0
- package/lib/model/update-pe-comanaged-database-insight-details.js.map +1 -0
- 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 +1 -1
- package/lib/request/change-database-insight-compartment-request.d.ts +1 -1
- package/lib/request/change-enterprise-manager-bridge-compartment-request.d.ts +1 -1
- package/lib/request/change-exadata-insight-compartment-request.d.ts +1 -1
- package/lib/request/change-host-insight-compartment-request.d.ts +1 -1
- package/lib/request/change-operations-insights-private-endpoint-compartment-request.d.ts +50 -0
- package/lib/request/change-operations-insights-private-endpoint-compartment-request.js +15 -0
- package/lib/request/change-operations-insights-private-endpoint-compartment-request.js.map +1 -0
- package/lib/request/change-pe-comanaged-database-insight-request.d.ts +50 -0
- package/lib/request/change-pe-comanaged-database-insight-request.js +15 -0
- package/lib/request/change-pe-comanaged-database-insight-request.js.map +1 -0
- package/lib/request/create-awr-hub-request.d.ts +1 -1
- package/lib/request/create-database-insight-request.d.ts +2 -2
- package/lib/request/create-enterprise-manager-bridge-request.d.ts +1 -1
- package/lib/request/create-exadata-insight-request.d.ts +1 -1
- package/lib/request/create-host-insight-request.d.ts +1 -1
- package/lib/request/create-operations-insights-private-endpoint-request.d.ts +39 -0
- package/lib/request/create-operations-insights-private-endpoint-request.js +15 -0
- package/lib/request/create-operations-insights-private-endpoint-request.js.map +1 -0
- package/lib/request/create-operations-insights-warehouse-request.d.ts +1 -1
- package/lib/request/create-operations-insights-warehouse-user-request.d.ts +1 -1
- package/lib/request/delete-awr-hub-request.d.ts +1 -1
- package/lib/request/delete-database-insight-request.d.ts +1 -1
- package/lib/request/delete-enterprise-manager-bridge-request.d.ts +1 -1
- package/lib/request/delete-exadata-insight-request.d.ts +1 -1
- package/lib/request/delete-host-insight-request.d.ts +1 -1
- package/lib/request/delete-operations-insights-private-endpoint-request.d.ts +35 -0
- package/lib/request/delete-operations-insights-private-endpoint-request.js +15 -0
- package/lib/request/delete-operations-insights-private-endpoint-request.js.map +1 -0
- package/lib/request/delete-operations-insights-warehouse-request.d.ts +1 -1
- package/lib/request/delete-operations-insights-warehouse-user-request.d.ts +1 -1
- package/lib/request/disable-database-insight-request.d.ts +1 -1
- package/lib/request/disable-exadata-insight-request.d.ts +1 -1
- package/lib/request/disable-host-insight-request.d.ts +1 -1
- package/lib/request/download-operations-insights-warehouse-wallet-request.d.ts +1 -1
- package/lib/request/enable-database-insight-request.d.ts +2 -2
- package/lib/request/enable-exadata-insight-request.d.ts +1 -1
- package/lib/request/enable-host-insight-request.d.ts +1 -1
- package/lib/request/get-awr-hub-request.d.ts +1 -1
- package/lib/request/get-awr-report-request.d.ts +1 -1
- package/lib/request/get-database-insight-request.d.ts +1 -1
- package/lib/request/get-enterprise-manager-bridge-request.d.ts +1 -1
- package/lib/request/get-exadata-insight-request.d.ts +1 -1
- package/lib/request/get-host-insight-request.d.ts +1 -1
- package/lib/request/get-operations-insights-private-endpoint-request.d.ts +28 -0
- package/lib/request/get-operations-insights-private-endpoint-request.js +15 -0
- package/lib/request/get-operations-insights-private-endpoint-request.js.map +1 -0
- package/lib/request/get-operations-insights-warehouse-request.d.ts +1 -1
- package/lib/request/get-operations-insights-warehouse-user-request.d.ts +1 -1
- package/lib/request/get-work-request-request.d.ts +1 -1
- package/lib/request/index.d.ts +14 -0
- package/lib/request/index.js +3 -1
- package/lib/request/index.js.map +1 -1
- package/lib/request/ingest-database-configuration-request.d.ts +1 -1
- package/lib/request/ingest-host-configuration-request.d.ts +1 -1
- package/lib/request/ingest-host-metrics-request.d.ts +1 -1
- package/lib/request/ingest-sql-bucket-request.d.ts +1 -1
- package/lib/request/ingest-sql-plan-lines-request.d.ts +1 -1
- package/lib/request/ingest-sql-stats-request.d.ts +1 -1
- package/lib/request/ingest-sql-text-request.d.ts +1 -1
- package/lib/request/list-awr-hubs-request.d.ts +1 -1
- package/lib/request/list-awr-snapshots-request.d.ts +1 -1
- package/lib/request/list-database-configurations-request.d.ts +11 -2
- package/lib/request/list-database-configurations-request.js +9 -0
- package/lib/request/list-database-configurations-request.js.map +1 -1
- package/lib/request/list-database-insights-request.d.ts +15 -2
- package/lib/request/list-database-insights-request.js +9 -0
- 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 +1 -1
- package/lib/request/list-exadata-insights-request.d.ts +1 -1
- package/lib/request/list-host-configurations-request.d.ts +1 -1
- package/lib/request/list-host-insights-request.d.ts +1 -1
- package/lib/request/list-hosted-entities-request.d.ts +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 +1 -1
- package/lib/request/list-operations-insights-private-endpoints-request.d.ts +87 -0
- package/lib/request/list-operations-insights-private-endpoints-request.js +25 -0
- package/lib/request/list-operations-insights-private-endpoints-request.js.map +1 -0
- package/lib/request/list-operations-insights-warehouse-users-request.d.ts +1 -1
- package/lib/request/list-operations-insights-warehouses-request.d.ts +1 -1
- package/lib/request/list-sql-plans-request.d.ts +1 -1
- package/lib/request/list-sql-searches-request.d.ts +1 -1
- package/lib/request/list-sql-texts-request.d.ts +1 -1
- package/lib/request/list-work-request-errors-request.d.ts +1 -1
- package/lib/request/list-work-request-logs-request.d.ts +1 -1
- package/lib/request/list-work-requests-request.d.ts +1 -1
- package/lib/request/rotate-operations-insights-warehouse-wallet-request.d.ts +1 -1
- package/lib/request/summarize-awr-sources-summaries-request.d.ts +1 -1
- package/lib/request/summarize-database-insight-resource-capacity-trend-request.d.ts +11 -2
- package/lib/request/summarize-database-insight-resource-capacity-trend-request.js +9 -0
- 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 -2
- package/lib/request/summarize-database-insight-resource-forecast-trend-request.js +9 -0
- 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 -2
- package/lib/request/summarize-database-insight-resource-statistics-request.js +9 -0
- package/lib/request/summarize-database-insight-resource-statistics-request.js.map +1 -1
- package/lib/request/summarize-database-insight-resource-usage-request.d.ts +11 -2
- package/lib/request/summarize-database-insight-resource-usage-request.js +9 -0
- 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 +11 -2
- package/lib/request/summarize-database-insight-resource-usage-trend-request.js +9 -0
- 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 +11 -2
- package/lib/request/summarize-database-insight-resource-utilization-insight-request.js +9 -0
- package/lib/request/summarize-database-insight-resource-utilization-insight-request.js.map +1 -1
- package/lib/request/summarize-database-insight-tablespace-usage-trend-request.d.ts +1 -1
- package/lib/request/summarize-exadata-insight-resource-capacity-trend-aggregated-request.d.ts +1 -1
- package/lib/request/summarize-exadata-insight-resource-capacity-trend-request.d.ts +1 -1
- package/lib/request/summarize-exadata-insight-resource-forecast-trend-aggregated-request.d.ts +1 -1
- package/lib/request/summarize-exadata-insight-resource-forecast-trend-request.d.ts +1 -1
- package/lib/request/summarize-exadata-insight-resource-statistics-request.d.ts +1 -1
- package/lib/request/summarize-exadata-insight-resource-usage-aggregated-request.d.ts +1 -1
- package/lib/request/summarize-exadata-insight-resource-usage-request.d.ts +1 -1
- package/lib/request/summarize-exadata-insight-resource-utilization-insight-request.d.ts +1 -1
- package/lib/request/summarize-exadata-members-request.d.ts +1 -1
- package/lib/request/summarize-host-insight-resource-capacity-trend-request.d.ts +1 -1
- package/lib/request/summarize-host-insight-resource-forecast-trend-request.d.ts +1 -1
- package/lib/request/summarize-host-insight-resource-statistics-request.d.ts +1 -1
- package/lib/request/summarize-host-insight-resource-usage-request.d.ts +1 -1
- package/lib/request/summarize-host-insight-resource-usage-trend-request.d.ts +1 -1
- package/lib/request/summarize-host-insight-resource-utilization-insight-request.d.ts +1 -1
- package/lib/request/summarize-operations-insights-warehouse-resource-usage-request.d.ts +1 -1
- package/lib/request/summarize-sql-insights-request.d.ts +11 -2
- package/lib/request/summarize-sql-insights-request.js +9 -0
- 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 -2
- package/lib/request/summarize-sql-statistics-request.js +9 -0
- 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 +1 -1
- package/lib/request/update-awr-hub-request.d.ts +1 -1
- package/lib/request/update-database-insight-request.d.ts +2 -2
- package/lib/request/update-enterprise-manager-bridge-request.d.ts +1 -1
- package/lib/request/update-exadata-insight-request.d.ts +1 -1
- package/lib/request/update-host-insight-request.d.ts +1 -1
- package/lib/request/update-operations-insights-private-endpoint-request.d.ts +40 -0
- package/lib/request/update-operations-insights-private-endpoint-request.js +15 -0
- package/lib/request/update-operations-insights-private-endpoint-request.js.map +1 -0
- package/lib/request/update-operations-insights-warehouse-request.d.ts +1 -1
- package/lib/request/update-operations-insights-warehouse-user-request.d.ts +1 -1
- package/lib/response/change-operations-insights-private-endpoint-compartment-response.d.ts +25 -0
- package/lib/response/change-operations-insights-private-endpoint-compartment-response.js +15 -0
- package/lib/response/change-operations-insights-private-endpoint-compartment-response.js.map +1 -0
- package/lib/response/change-pe-comanaged-database-insight-response.d.ts +25 -0
- package/lib/response/change-pe-comanaged-database-insight-response.js +15 -0
- package/lib/response/change-pe-comanaged-database-insight-response.js.map +1 -0
- package/lib/response/create-operations-insights-private-endpoint-response.d.ts +43 -0
- package/lib/response/create-operations-insights-private-endpoint-response.js +15 -0
- package/lib/response/create-operations-insights-private-endpoint-response.js.map +1 -0
- package/lib/response/delete-operations-insights-private-endpoint-response.d.ts +25 -0
- package/lib/response/delete-operations-insights-private-endpoint-response.js +15 -0
- package/lib/response/delete-operations-insights-private-endpoint-response.js.map +1 -0
- package/lib/response/get-operations-insights-private-endpoint-response.d.ts +30 -0
- package/lib/response/get-operations-insights-private-endpoint-response.js +15 -0
- package/lib/response/get-operations-insights-private-endpoint-response.js.map +1 -0
- package/lib/response/index.d.ts +14 -0
- package/lib/response/list-operations-insights-private-endpoints-response.d.ts +32 -0
- package/lib/response/list-operations-insights-private-endpoints-response.js +15 -0
- package/lib/response/list-operations-insights-private-endpoints-response.js.map +1 -0
- package/lib/response/update-operations-insights-private-endpoint-response.d.ts +25 -0
- package/lib/response/update-operations-insights-private-endpoint-response.js +15 -0
- package/lib/response/update-operations-insights-private-endpoint-response.js.map +1 -0
- package/package.json +3 -3
|
@@ -24,6 +24,7 @@ var DatabaseEntitySourceAll;
|
|
|
24
24
|
DatabaseEntitySourceAll["AutonomousDatabase"] = "AUTONOMOUS_DATABASE";
|
|
25
25
|
DatabaseEntitySourceAll["EmManagedExternalDatabase"] = "EM_MANAGED_EXTERNAL_DATABASE";
|
|
26
26
|
DatabaseEntitySourceAll["MacsManagedExternalDatabase"] = "MACS_MANAGED_EXTERNAL_DATABASE";
|
|
27
|
+
DatabaseEntitySourceAll["PeComanagedDatabase"] = "PE_COMANAGED_DATABASE";
|
|
27
28
|
/**
|
|
28
29
|
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
29
30
|
* version of the SDK.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"database-entity-source-all.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/model/database-entity-source-all.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;AAKH;;IAEI;AACJ,IAAY,
|
|
1
|
+
{"version":3,"file":"database-entity-source-all.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/model/database-entity-source-all.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;AAKH;;IAEI;AACJ,IAAY,uBAWX;AAXD,WAAY,uBAAuB;IACjC,qEAA0C,CAAA;IAC1C,qFAA0D,CAAA;IAC1D,yFAA8D,CAAA;IAC9D,wEAA6C,CAAA;IAE7C;;;OAGG;IACH,yDAA8B,CAAA;AAChC,CAAC,EAXW,uBAAuB,GAAvB,+BAAuB,KAAvB,+BAAuB,QAWlC;AAED,WAAiB,uBAAuB;IACtC,SAAgB,UAAU,CAAC,GAA4B;QACrD,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,kCAAU,aAEzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA4B;QACjE,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,8CAAsB,yBAErC,CAAA;AACH,CAAC,EAPgB,uBAAuB,GAAvB,+BAAuB,KAAvB,+BAAuB,QAOvC"}
|
|
@@ -17,7 +17,8 @@ see [About Oracle Cloud Infrastructure Operations Insights](https://docs.cloud.o
|
|
|
17
17
|
* Source of the database entity. CRUD operations for Autonomous and MACS managed databases all route through DBaaS.
|
|
18
18
|
**/
|
|
19
19
|
export declare enum DatabaseEntitySource {
|
|
20
|
-
EmManagedExternalDatabase = "EM_MANAGED_EXTERNAL_DATABASE"
|
|
20
|
+
EmManagedExternalDatabase = "EM_MANAGED_EXTERNAL_DATABASE",
|
|
21
|
+
PeComanagedDatabase = "PE_COMANAGED_DATABASE"
|
|
21
22
|
}
|
|
22
23
|
export declare namespace DatabaseEntitySource {
|
|
23
24
|
function getJsonObj(obj: DatabaseEntitySource): DatabaseEntitySource;
|
|
@@ -22,6 +22,7 @@ exports.DatabaseEntitySource = void 0;
|
|
|
22
22
|
var DatabaseEntitySource;
|
|
23
23
|
(function (DatabaseEntitySource) {
|
|
24
24
|
DatabaseEntitySource["EmManagedExternalDatabase"] = "EM_MANAGED_EXTERNAL_DATABASE";
|
|
25
|
+
DatabaseEntitySource["PeComanagedDatabase"] = "PE_COMANAGED_DATABASE";
|
|
25
26
|
})(DatabaseEntitySource = exports.DatabaseEntitySource || (exports.DatabaseEntitySource = {}));
|
|
26
27
|
(function (DatabaseEntitySource) {
|
|
27
28
|
function getJsonObj(obj) {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"database-entity-source.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/model/database-entity-source.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;AAKH;;IAEI;AACJ,IAAY,
|
|
1
|
+
{"version":3,"file":"database-entity-source.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/model/database-entity-source.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;AAKH;;IAEI;AACJ,IAAY,oBAGX;AAHD,WAAY,oBAAoB;IAC9B,kFAA0D,CAAA;IAC1D,qEAA6C,CAAA;AAC/C,CAAC,EAHW,oBAAoB,GAApB,4BAAoB,KAApB,4BAAoB,QAG/B;AAED,WAAiB,oBAAoB;IACnC,SAAgB,UAAU,CAAC,GAAyB;QAClD,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,+BAAU,aAEzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAyB;QAC9D,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,2CAAsB,yBAErC,CAAA;AACH,CAAC,EAPgB,oBAAoB,GAApB,4BAAoB,KAApB,4BAAoB,QAOpC"}
|
|
@@ -102,6 +102,10 @@ export interface DatabaseInsightSummary {
|
|
|
102
102
|
* A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
|
|
103
103
|
*/
|
|
104
104
|
"lifecycleDetails"?: string;
|
|
105
|
+
/**
|
|
106
|
+
* A message describing the status of the database connection of this resource. For example, it can be used to provide actionable information about the permission and content validity of the database connection.
|
|
107
|
+
*/
|
|
108
|
+
"databaseConnectionStatusDetails"?: string;
|
|
105
109
|
"entitySource": string;
|
|
106
110
|
}
|
|
107
111
|
export declare namespace DatabaseInsightSummary {
|
|
@@ -46,6 +46,8 @@ var DatabaseInsightSummary;
|
|
|
46
46
|
return model.MacsManagedExternalDatabaseInsightSummary.getJsonObj(jsonObj, true);
|
|
47
47
|
case "AUTONOMOUS_DATABASE":
|
|
48
48
|
return model.AutonomousDatabaseInsightSummary.getJsonObj(jsonObj, true);
|
|
49
|
+
case "PE_COMANAGED_DATABASE":
|
|
50
|
+
return model.PeComanagedDatabaseInsightSummary.getJsonObj(jsonObj, true);
|
|
49
51
|
case "EM_MANAGED_EXTERNAL_DATABASE":
|
|
50
52
|
return model.EmManagedExternalDatabaseInsightSummary.getJsonObj(jsonObj, true);
|
|
51
53
|
default:
|
|
@@ -63,6 +65,8 @@ var DatabaseInsightSummary;
|
|
|
63
65
|
return model.MacsManagedExternalDatabaseInsightSummary.getDeserializedJsonObj(jsonObj, true);
|
|
64
66
|
case "AUTONOMOUS_DATABASE":
|
|
65
67
|
return model.AutonomousDatabaseInsightSummary.getDeserializedJsonObj(jsonObj, true);
|
|
68
|
+
case "PE_COMANAGED_DATABASE":
|
|
69
|
+
return model.PeComanagedDatabaseInsightSummary.getDeserializedJsonObj(jsonObj, true);
|
|
66
70
|
case "EM_MANAGED_EXTERNAL_DATABASE":
|
|
67
71
|
return model.EmManagedExternalDatabaseInsightSummary.getDeserializedJsonObj(jsonObj, true);
|
|
68
72
|
default:
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"database-insight-summary.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/model/database-insight-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;
|
|
1
|
+
{"version":3,"file":"database-insight-summary.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/model/database-insight-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAyFlC,IAAiB,sBAAsB,CA+DtC;AA/DD,WAAiB,sBAAsB;IACrC,SAAgB,UAAU,CAAC,GAA2B;QACpD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,cAAc,IAAI,GAAG,IAAI,GAAG,CAAC,YAAY,EAAE;YAC7C,QAAQ,GAAG,CAAC,YAAY,EAAE;gBACxB,KAAK,gCAAgC;oBACnC,OAAO,KAAK,CAAC,yCAAyC,CAAC,UAAU,CACL,OAAQ,EAClE,IAAI,CACL,CAAC;gBACJ,KAAK,qBAAqB;oBACxB,OAAO,KAAK,CAAC,gCAAgC,CAAC,UAAU,CACL,OAAQ,EACzD,IAAI,CACL,CAAC;gBACJ,KAAK,uBAAuB;oBAC1B,OAAO,KAAK,CAAC,iCAAiC,CAAC,UAAU,CACL,OAAQ,EAC1D,IAAI,CACL,CAAC;gBACJ,KAAK,8BAA8B;oBACjC,OAAO,KAAK,CAAC,uCAAuC,CAAC,UAAU,CACL,OAAQ,EAChE,IAAI,CACL,CAAC;gBACJ;oBACE,MAAM,KAAK,CAAC,qBAAqB,GAAG,GAAG,CAAC,YAAY,CAAC,CAAC;aACzD;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IA9Be,iCAAU,aA8BzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA2B;QAChE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,cAAc,IAAI,GAAG,IAAI,GAAG,CAAC,YAAY,EAAE;YAC7C,QAAQ,GAAG,CAAC,YAAY,EAAE;gBACxB,KAAK,gCAAgC;oBACnC,OAAO,KAAK,CAAC,yCAAyC,CAAC,sBAAsB,CACjB,OAAQ,EAClE,IAAI,CACL,CAAC;gBACJ,KAAK,qBAAqB;oBACxB,OAAO,KAAK,CAAC,gCAAgC,CAAC,sBAAsB,CACjB,OAAQ,EACzD,IAAI,CACL,CAAC;gBACJ,KAAK,uBAAuB;oBAC1B,OAAO,KAAK,CAAC,iCAAiC,CAAC,sBAAsB,CACjB,OAAQ,EAC1D,IAAI,CACL,CAAC;gBACJ,KAAK,8BAA8B;oBACjC,OAAO,KAAK,CAAC,uCAAuC,CAAC,sBAAsB,CACjB,OAAQ,EAChE,IAAI,CACL,CAAC;gBACJ;oBACE,MAAM,KAAK,CAAC,qBAAqB,GAAG,GAAG,CAAC,YAAY,CAAC,CAAC;aACzD;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IA9Be,6CAAsB,yBA8BrC,CAAA;AACH,CAAC,EA/DgB,sBAAsB,GAAtB,8BAAsB,KAAtB,8BAAsB,QA+DtC"}
|
|
@@ -86,6 +86,10 @@ export interface DatabaseInsight {
|
|
|
86
86
|
* A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
|
|
87
87
|
*/
|
|
88
88
|
"lifecycleDetails"?: string;
|
|
89
|
+
/**
|
|
90
|
+
* A message describing the status of the database connection of this resource. For example, it can be used to provide actionable information about the permission and content validity of the database connection.
|
|
91
|
+
*/
|
|
92
|
+
"databaseConnectionStatusDetails"?: string;
|
|
89
93
|
"entitySource": string;
|
|
90
94
|
}
|
|
91
95
|
export declare namespace DatabaseInsight {
|
|
@@ -46,6 +46,8 @@ var DatabaseInsight;
|
|
|
46
46
|
return model.EmManagedExternalDatabaseInsight.getJsonObj(jsonObj, true);
|
|
47
47
|
case "MACS_MANAGED_EXTERNAL_DATABASE":
|
|
48
48
|
return model.MacsManagedExternalDatabaseInsight.getJsonObj(jsonObj, true);
|
|
49
|
+
case "PE_COMANAGED_DATABASE":
|
|
50
|
+
return model.PeComanagedDatabaseInsight.getJsonObj(jsonObj, true);
|
|
49
51
|
case "AUTONOMOUS_DATABASE":
|
|
50
52
|
return model.AutonomousDatabaseInsight.getJsonObj(jsonObj, true);
|
|
51
53
|
default:
|
|
@@ -63,6 +65,8 @@ var DatabaseInsight;
|
|
|
63
65
|
return model.EmManagedExternalDatabaseInsight.getDeserializedJsonObj(jsonObj, true);
|
|
64
66
|
case "MACS_MANAGED_EXTERNAL_DATABASE":
|
|
65
67
|
return model.MacsManagedExternalDatabaseInsight.getDeserializedJsonObj(jsonObj, true);
|
|
68
|
+
case "PE_COMANAGED_DATABASE":
|
|
69
|
+
return model.PeComanagedDatabaseInsight.getDeserializedJsonObj(jsonObj, true);
|
|
66
70
|
case "AUTONOMOUS_DATABASE":
|
|
67
71
|
return model.AutonomousDatabaseInsight.getDeserializedJsonObj(jsonObj, true);
|
|
68
72
|
default:
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"database-insight.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/model/database-insight.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;
|
|
1
|
+
{"version":3,"file":"database-insight.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/model/database-insight.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAyElC,IAAiB,eAAe,CA+D/B;AA/DD,WAAiB,eAAe;IAC9B,SAAgB,UAAU,CAAC,GAAoB;QAC7C,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,cAAc,IAAI,GAAG,IAAI,GAAG,CAAC,YAAY,EAAE;YAC7C,QAAQ,GAAG,CAAC,YAAY,EAAE;gBACxB,KAAK,8BAA8B;oBACjC,OAAO,KAAK,CAAC,gCAAgC,CAAC,UAAU,CACL,OAAQ,EACzD,IAAI,CACL,CAAC;gBACJ,KAAK,gCAAgC;oBACnC,OAAO,KAAK,CAAC,kCAAkC,CAAC,UAAU,CACL,OAAQ,EAC3D,IAAI,CACL,CAAC;gBACJ,KAAK,uBAAuB;oBAC1B,OAAO,KAAK,CAAC,0BAA0B,CAAC,UAAU,CACL,OAAQ,EACnD,IAAI,CACL,CAAC;gBACJ,KAAK,qBAAqB;oBACxB,OAAO,KAAK,CAAC,yBAAyB,CAAC,UAAU,CACL,OAAQ,EAClD,IAAI,CACL,CAAC;gBACJ;oBACE,MAAM,KAAK,CAAC,qBAAqB,GAAG,GAAG,CAAC,YAAY,CAAC,CAAC;aACzD;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IA9Be,0BAAU,aA8BzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAoB;QACzD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,cAAc,IAAI,GAAG,IAAI,GAAG,CAAC,YAAY,EAAE;YAC7C,QAAQ,GAAG,CAAC,YAAY,EAAE;gBACxB,KAAK,8BAA8B;oBACjC,OAAO,KAAK,CAAC,gCAAgC,CAAC,sBAAsB,CACjB,OAAQ,EACzD,IAAI,CACL,CAAC;gBACJ,KAAK,gCAAgC;oBACnC,OAAO,KAAK,CAAC,kCAAkC,CAAC,sBAAsB,CACjB,OAAQ,EAC3D,IAAI,CACL,CAAC;gBACJ,KAAK,uBAAuB;oBAC1B,OAAO,KAAK,CAAC,0BAA0B,CAAC,sBAAsB,CACjB,OAAQ,EACnD,IAAI,CACL,CAAC;gBACJ,KAAK,qBAAqB;oBACxB,OAAO,KAAK,CAAC,yBAAyB,CAAC,sBAAsB,CACjB,OAAQ,EAClD,IAAI,CACL,CAAC;gBACJ;oBACE,MAAM,KAAK,CAAC,qBAAqB,GAAG,GAAG,CAAC,YAAY,CAAC,CAAC;aACzD;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IA9Be,sCAAsB,yBA8BrC,CAAA;AACH,CAAC,EA/DgB,eAAe,GAAf,uBAAe,KAAf,uBAAe,QA+D/B"}
|
|
@@ -44,6 +44,8 @@ var EnableDatabaseInsightDetails;
|
|
|
44
44
|
switch (obj.entitySource) {
|
|
45
45
|
case "EM_MANAGED_EXTERNAL_DATABASE":
|
|
46
46
|
return model.EnableEmManagedExternalDatabaseInsightDetails.getJsonObj(jsonObj, true);
|
|
47
|
+
case "PE_COMANAGED_DATABASE":
|
|
48
|
+
return model.EnablePeComanagedDatabaseInsightDetails.getJsonObj(jsonObj, true);
|
|
47
49
|
default:
|
|
48
50
|
throw Error("Unknown value for: " + obj.entitySource);
|
|
49
51
|
}
|
|
@@ -57,6 +59,8 @@ var EnableDatabaseInsightDetails;
|
|
|
57
59
|
switch (obj.entitySource) {
|
|
58
60
|
case "EM_MANAGED_EXTERNAL_DATABASE":
|
|
59
61
|
return model.EnableEmManagedExternalDatabaseInsightDetails.getDeserializedJsonObj(jsonObj, true);
|
|
62
|
+
case "PE_COMANAGED_DATABASE":
|
|
63
|
+
return model.EnablePeComanagedDatabaseInsightDetails.getDeserializedJsonObj(jsonObj, true);
|
|
60
64
|
default:
|
|
61
65
|
throw Error("Unknown value for: " + obj.entitySource);
|
|
62
66
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"enable-database-insight-details.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/model/enable-database-insight-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAUlC,IAAiB,4BAA4B,
|
|
1
|
+
{"version":3,"file":"enable-database-insight-details.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/model/enable-database-insight-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAUlC,IAAiB,4BAA4B,CA2C5C;AA3CD,WAAiB,4BAA4B;IAC3C,SAAgB,UAAU,CAAC,GAAiC;QAC1D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,cAAc,IAAI,GAAG,IAAI,GAAG,CAAC,YAAY,EAAE;YAC7C,QAAQ,GAAG,CAAC,YAAY,EAAE;gBACxB,KAAK,8BAA8B;oBACjC,OAAO,KAAK,CAAC,6CAA6C,CAAC,UAAU,CACL,OAAQ,EACtE,IAAI,CACL,CAAC;gBACJ,KAAK,uBAAuB;oBAC1B,OAAO,KAAK,CAAC,uCAAuC,CAAC,UAAU,CACL,OAAQ,EAChE,IAAI,CACL,CAAC;gBACJ;oBACE,MAAM,KAAK,CAAC,qBAAqB,GAAG,GAAG,CAAC,YAAY,CAAC,CAAC;aACzD;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IApBe,uCAAU,aAoBzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAiC;QACtE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,cAAc,IAAI,GAAG,IAAI,GAAG,CAAC,YAAY,EAAE;YAC7C,QAAQ,GAAG,CAAC,YAAY,EAAE;gBACxB,KAAK,8BAA8B;oBACjC,OAAO,KAAK,CAAC,6CAA6C,CAAC,sBAAsB,CACjB,OAAQ,EACtE,IAAI,CACL,CAAC;gBACJ,KAAK,uBAAuB;oBAC1B,OAAO,KAAK,CAAC,uCAAuC,CAAC,sBAAsB,CACjB,OAAQ,EAChE,IAAI,CACL,CAAC;gBACJ;oBACE,MAAM,KAAK,CAAC,qBAAqB,GAAG,GAAG,CAAC,YAAY,CAAC,CAAC;aACzD;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IApBe,mDAAsB,yBAoBrC,CAAA;AACH,CAAC,EA3CgB,4BAA4B,GAA5B,oCAA4B,KAA5B,oCAA4B,QA2C5C"}
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Operations Insights API
|
|
3
|
+
* Use the Operations Insights API to perform data extraction operations to obtain database
|
|
4
|
+
resource utilization, performance statistics, and reference information. For more information,
|
|
5
|
+
see [About Oracle Cloud Infrastructure Operations Insights](https://docs.cloud.oracle.com/en-us/iaas/operations-insights/doc/operations-insights.html).
|
|
6
|
+
|
|
7
|
+
* OpenAPI spec version: 20200630
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
11
|
+
* Do not edit the class manually.
|
|
12
|
+
*
|
|
13
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
14
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
15
|
+
*/
|
|
16
|
+
import * as model from "../model";
|
|
17
|
+
/**
|
|
18
|
+
* The information about database to be analyzed.
|
|
19
|
+
*/
|
|
20
|
+
export interface EnablePeComanagedDatabaseInsightDetails extends model.EnableDatabaseInsightDetails {
|
|
21
|
+
/**
|
|
22
|
+
* The compartment [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Private service accessed database.
|
|
23
|
+
*/
|
|
24
|
+
"compartmentId": string;
|
|
25
|
+
/**
|
|
26
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the OPSI private endpoint
|
|
27
|
+
*/
|
|
28
|
+
"opsiPrivateEndpointId": string;
|
|
29
|
+
/**
|
|
30
|
+
* Database service name used for connection requests.
|
|
31
|
+
*/
|
|
32
|
+
"serviceName": string;
|
|
33
|
+
"credentialDetails": model.CredentialsBySource | model.CredentialByVault;
|
|
34
|
+
/**
|
|
35
|
+
* Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
|
|
36
|
+
* Example: `{\"bar-key\": \"value\"}`
|
|
37
|
+
*
|
|
38
|
+
*/
|
|
39
|
+
"freeformTags"?: {
|
|
40
|
+
[key: string]: string;
|
|
41
|
+
};
|
|
42
|
+
/**
|
|
43
|
+
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
44
|
+
* Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
|
|
45
|
+
*
|
|
46
|
+
*/
|
|
47
|
+
"definedTags"?: {
|
|
48
|
+
[key: string]: {
|
|
49
|
+
[key: string]: any;
|
|
50
|
+
};
|
|
51
|
+
};
|
|
52
|
+
/**
|
|
53
|
+
* System tags for this resource. Each key is predefined and scoped to a namespace.
|
|
54
|
+
* Example: `{\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}`
|
|
55
|
+
*
|
|
56
|
+
*/
|
|
57
|
+
"systemTags"?: {
|
|
58
|
+
[key: string]: {
|
|
59
|
+
[key: string]: any;
|
|
60
|
+
};
|
|
61
|
+
};
|
|
62
|
+
"entitySource": string;
|
|
63
|
+
}
|
|
64
|
+
export declare namespace EnablePeComanagedDatabaseInsightDetails {
|
|
65
|
+
function getJsonObj(obj: EnablePeComanagedDatabaseInsightDetails, isParentJsonObj?: boolean): object;
|
|
66
|
+
const entitySource = "PE_COMANAGED_DATABASE";
|
|
67
|
+
function getDeserializedJsonObj(obj: EnablePeComanagedDatabaseInsightDetails, isParentJsonObj?: boolean): object;
|
|
68
|
+
}
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Operations Insights API
|
|
4
|
+
* Use the Operations Insights API to perform data extraction operations to obtain database
|
|
5
|
+
resource utilization, performance statistics, and reference information. For more information,
|
|
6
|
+
see [About Oracle Cloud Infrastructure Operations Insights](https://docs.cloud.oracle.com/en-us/iaas/operations-insights/doc/operations-insights.html).
|
|
7
|
+
|
|
8
|
+
* OpenAPI spec version: 20200630
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*
|
|
14
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
15
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
16
|
+
*/
|
|
17
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
18
|
+
if (k2 === undefined) k2 = k;
|
|
19
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
20
|
+
}) : (function(o, m, k, k2) {
|
|
21
|
+
if (k2 === undefined) k2 = k;
|
|
22
|
+
o[k2] = m[k];
|
|
23
|
+
}));
|
|
24
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
25
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
26
|
+
}) : function(o, v) {
|
|
27
|
+
o["default"] = v;
|
|
28
|
+
});
|
|
29
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
30
|
+
if (mod && mod.__esModule) return mod;
|
|
31
|
+
var result = {};
|
|
32
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
33
|
+
__setModuleDefault(result, mod);
|
|
34
|
+
return result;
|
|
35
|
+
};
|
|
36
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
+
exports.EnablePeComanagedDatabaseInsightDetails = void 0;
|
|
38
|
+
const model = __importStar(require("../model"));
|
|
39
|
+
var EnablePeComanagedDatabaseInsightDetails;
|
|
40
|
+
(function (EnablePeComanagedDatabaseInsightDetails) {
|
|
41
|
+
function getJsonObj(obj, isParentJsonObj) {
|
|
42
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
43
|
+
? obj
|
|
44
|
+
: model.EnableDatabaseInsightDetails.getJsonObj(obj))), {
|
|
45
|
+
"credentialDetails": obj.credentialDetails
|
|
46
|
+
? model.CredentialDetails.getJsonObj(obj.credentialDetails)
|
|
47
|
+
: undefined
|
|
48
|
+
});
|
|
49
|
+
return jsonObj;
|
|
50
|
+
}
|
|
51
|
+
EnablePeComanagedDatabaseInsightDetails.getJsonObj = getJsonObj;
|
|
52
|
+
EnablePeComanagedDatabaseInsightDetails.entitySource = "PE_COMANAGED_DATABASE";
|
|
53
|
+
function getDeserializedJsonObj(obj, isParentJsonObj) {
|
|
54
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
55
|
+
? obj
|
|
56
|
+
: model.EnableDatabaseInsightDetails.getDeserializedJsonObj(obj))), {
|
|
57
|
+
"credentialDetails": obj.credentialDetails
|
|
58
|
+
? model.CredentialDetails.getDeserializedJsonObj(obj.credentialDetails)
|
|
59
|
+
: undefined
|
|
60
|
+
});
|
|
61
|
+
return jsonObj;
|
|
62
|
+
}
|
|
63
|
+
EnablePeComanagedDatabaseInsightDetails.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
64
|
+
})(EnablePeComanagedDatabaseInsightDetails = exports.EnablePeComanagedDatabaseInsightDetails || (exports.EnablePeComanagedDatabaseInsightDetails = {}));
|
|
65
|
+
//# sourceMappingURL=enable-pe-comanaged-database-insight-details.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"enable-pe-comanaged-database-insight-details.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/model/enable-pe-comanaged-database-insight-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA2ClC,IAAiB,uCAAuC,CAwCvD;AAxCD,WAAiB,uCAAuC;IACtD,SAAgB,UAAU,CACxB,GAA4C,EAC5C,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,4BAA4B,CAAC,UAAU,CAC5C,GAAG,CACwC,CAAC,GAC/C;YACD,mBAAmB,EAAE,GAAG,CAAC,iBAAiB;gBACxC,CAAC,CAAC,KAAK,CAAC,iBAAiB,CAAC,UAAU,CAAC,GAAG,CAAC,iBAAiB,CAAC;gBAC3D,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAlBe,kDAAU,aAkBzB,CAAA;IACY,oDAAY,GAAG,uBAAuB,CAAC;IACpD,SAAgB,sBAAsB,CACpC,GAA4C,EAC5C,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,4BAA4B,CAAC,sBAAsB,CACxD,GAAG,CACwC,CAAC,GAC/C;YACD,mBAAmB,EAAE,GAAG,CAAC,iBAAiB;gBACxC,CAAC,CAAC,KAAK,CAAC,iBAAiB,CAAC,sBAAsB,CAAC,GAAG,CAAC,iBAAiB,CAAC;gBACvE,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAlBe,8DAAsB,yBAkBrC,CAAA;AACH,CAAC,EAxCgB,uCAAuC,GAAvC,+CAAuC,KAAvC,+CAAuC,QAwCvD"}
|
|
@@ -39,6 +39,7 @@ export declare namespace ExadataMemberSummary {
|
|
|
39
39
|
ClusterAsm = "CLUSTER_ASM",
|
|
40
40
|
InfinibandSwitch = "INFINIBAND_SWITCH",
|
|
41
41
|
EthernetSwitch = "ETHERNET_SWITCH",
|
|
42
|
+
Host = "HOST",
|
|
42
43
|
/**
|
|
43
44
|
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
44
45
|
* version of the SDK.
|
|
@@ -27,6 +27,7 @@ var ExadataMemberSummary;
|
|
|
27
27
|
EntityType["ClusterAsm"] = "CLUSTER_ASM";
|
|
28
28
|
EntityType["InfinibandSwitch"] = "INFINIBAND_SWITCH";
|
|
29
29
|
EntityType["EthernetSwitch"] = "ETHERNET_SWITCH";
|
|
30
|
+
EntityType["Host"] = "HOST";
|
|
30
31
|
/**
|
|
31
32
|
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
32
33
|
* version of the SDK.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"exadata-member-summary.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/model/exadata-member-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;AAuBH,IAAiB,oBAAoB,
|
|
1
|
+
{"version":3,"file":"exadata-member-summary.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/model/exadata-member-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;AAuBH,IAAiB,oBAAoB,CA2BpC;AA3BD,WAAiB,oBAAoB;IACnC,IAAY,UAcX;IAdD,WAAY,UAAU;QACpB,mCAAqB,CAAA;QACrB,wCAA0B,CAAA;QAC1B,yBAAW,CAAA;QACX,8CAAgC,CAAA;QAChC,wCAA0B,CAAA;QAC1B,oDAAsC,CAAA;QACtC,gDAAkC,CAAA;QAClC,2BAAa,CAAA;QACb;;;WAGG;QACH,4CAA8B,CAAA;IAChC,CAAC,EAdW,UAAU,GAAV,+BAAU,KAAV,+BAAU,QAcrB;IAED,SAAgB,UAAU,CAAC,GAAyB;QAClD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,+BAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAyB;QAC9D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,2CAAsB,yBAIrC,CAAA;AACH,CAAC,EA3BgB,oBAAoB,GAApB,4BAAoB,KAApB,4BAAoB,QA2BpC"}
|
package/lib/model/index.d.ts
CHANGED
|
@@ -45,6 +45,10 @@ import * as ChangeExadataInsightCompartmentDetails from "./change-exadata-insigh
|
|
|
45
45
|
export import ChangeExadataInsightCompartmentDetails = ChangeExadataInsightCompartmentDetails.ChangeExadataInsightCompartmentDetails;
|
|
46
46
|
import * as ChangeHostInsightCompartmentDetails from "./change-host-insight-compartment-details";
|
|
47
47
|
export import ChangeHostInsightCompartmentDetails = ChangeHostInsightCompartmentDetails.ChangeHostInsightCompartmentDetails;
|
|
48
|
+
import * as ChangeOperationsInsightsPrivateEndpointCompartmentDetails from "./change-operations-insights-private-endpoint-compartment-details";
|
|
49
|
+
export import ChangeOperationsInsightsPrivateEndpointCompartmentDetails = ChangeOperationsInsightsPrivateEndpointCompartmentDetails.ChangeOperationsInsightsPrivateEndpointCompartmentDetails;
|
|
50
|
+
import * as ChangePeComanagedDatabaseInsightDetails from "./change-pe-comanaged-database-insight-details";
|
|
51
|
+
export import ChangePeComanagedDatabaseInsightDetails = ChangePeComanagedDatabaseInsightDetails.ChangePeComanagedDatabaseInsightDetails;
|
|
48
52
|
import * as ConnectionDetails from "./connection-details";
|
|
49
53
|
export import ConnectionDetails = ConnectionDetails.ConnectionDetails;
|
|
50
54
|
import * as CreateAwrHubDetails from "./create-awr-hub-details";
|
|
@@ -59,6 +63,8 @@ import * as CreateExadataInsightDetails from "./create-exadata-insight-details";
|
|
|
59
63
|
export import CreateExadataInsightDetails = CreateExadataInsightDetails.CreateExadataInsightDetails;
|
|
60
64
|
import * as CreateHostInsightDetails from "./create-host-insight-details";
|
|
61
65
|
export import CreateHostInsightDetails = CreateHostInsightDetails.CreateHostInsightDetails;
|
|
66
|
+
import * as CreateOperationsInsightsPrivateEndpointDetails from "./create-operations-insights-private-endpoint-details";
|
|
67
|
+
export import CreateOperationsInsightsPrivateEndpointDetails = CreateOperationsInsightsPrivateEndpointDetails.CreateOperationsInsightsPrivateEndpointDetails;
|
|
62
68
|
import * as CreateOperationsInsightsWarehouseDetails from "./create-operations-insights-warehouse-details";
|
|
63
69
|
export import CreateOperationsInsightsWarehouseDetails = CreateOperationsInsightsWarehouseDetails.CreateOperationsInsightsWarehouseDetails;
|
|
64
70
|
import * as CreateOperationsInsightsWarehouseUserDetails from "./create-operations-insights-warehouse-user-details";
|
|
@@ -227,6 +233,14 @@ import * as OperationStatus from "./operation-status";
|
|
|
227
233
|
export import OperationStatus = OperationStatus.OperationStatus;
|
|
228
234
|
import * as OperationType from "./operation-type";
|
|
229
235
|
export import OperationType = OperationType.OperationType;
|
|
236
|
+
import * as OperationsInsightsPrivateEndpoint from "./operations-insights-private-endpoint";
|
|
237
|
+
export import OperationsInsightsPrivateEndpoint = OperationsInsightsPrivateEndpoint.OperationsInsightsPrivateEndpoint;
|
|
238
|
+
import * as OperationsInsightsPrivateEndpointCollection from "./operations-insights-private-endpoint-collection";
|
|
239
|
+
export import OperationsInsightsPrivateEndpointCollection = OperationsInsightsPrivateEndpointCollection.OperationsInsightsPrivateEndpointCollection;
|
|
240
|
+
import * as OperationsInsightsPrivateEndpointLifecycleState from "./operations-insights-private-endpoint-lifecycle-state";
|
|
241
|
+
export import OperationsInsightsPrivateEndpointLifecycleState = OperationsInsightsPrivateEndpointLifecycleState.OperationsInsightsPrivateEndpointLifecycleState;
|
|
242
|
+
import * as OperationsInsightsPrivateEndpointSummary from "./operations-insights-private-endpoint-summary";
|
|
243
|
+
export import OperationsInsightsPrivateEndpointSummary = OperationsInsightsPrivateEndpointSummary.OperationsInsightsPrivateEndpointSummary;
|
|
230
244
|
import * as OperationsInsightsWarehouse from "./operations-insights-warehouse";
|
|
231
245
|
export import OperationsInsightsWarehouse = OperationsInsightsWarehouse.OperationsInsightsWarehouse;
|
|
232
246
|
import * as OperationsInsightsWarehouseLifecycleState from "./operations-insights-warehouse-lifecycle-state";
|
|
@@ -247,6 +261,10 @@ import * as OperationsInsightsWarehouseUsers from "./operations-insights-warehou
|
|
|
247
261
|
export import OperationsInsightsWarehouseUsers = OperationsInsightsWarehouseUsers.OperationsInsightsWarehouseUsers;
|
|
248
262
|
import * as OperationsInsightsWarehouses from "./operations-insights-warehouses";
|
|
249
263
|
export import OperationsInsightsWarehouses = OperationsInsightsWarehouses.OperationsInsightsWarehouses;
|
|
264
|
+
import * as PeComanagedDatabaseConnectionDetails from "./pe-comanaged-database-connection-details";
|
|
265
|
+
export import PeComanagedDatabaseConnectionDetails = PeComanagedDatabaseConnectionDetails.PeComanagedDatabaseConnectionDetails;
|
|
266
|
+
import * as PeComanagedDatabaseHostDetails from "./pe-comanaged-database-host-details";
|
|
267
|
+
export import PeComanagedDatabaseHostDetails = PeComanagedDatabaseHostDetails.PeComanagedDatabaseHostDetails;
|
|
250
268
|
import * as ProjectedDataItem from "./projected-data-item";
|
|
251
269
|
export import ProjectedDataItem = ProjectedDataItem.ProjectedDataItem;
|
|
252
270
|
import * as ResourceCapacityTrendAggregation from "./resource-capacity-trend-aggregation";
|
|
@@ -389,6 +407,8 @@ import * as UpdateExadataInsightDetails from "./update-exadata-insight-details";
|
|
|
389
407
|
export import UpdateExadataInsightDetails = UpdateExadataInsightDetails.UpdateExadataInsightDetails;
|
|
390
408
|
import * as UpdateHostInsightDetails from "./update-host-insight-details";
|
|
391
409
|
export import UpdateHostInsightDetails = UpdateHostInsightDetails.UpdateHostInsightDetails;
|
|
410
|
+
import * as UpdateOperationsInsightsPrivateEndpointDetails from "./update-operations-insights-private-endpoint-details";
|
|
411
|
+
export import UpdateOperationsInsightsPrivateEndpointDetails = UpdateOperationsInsightsPrivateEndpointDetails.UpdateOperationsInsightsPrivateEndpointDetails;
|
|
392
412
|
import * as UpdateOperationsInsightsWarehouseDetails from "./update-operations-insights-warehouse-details";
|
|
393
413
|
export import UpdateOperationsInsightsWarehouseDetails = UpdateOperationsInsightsWarehouseDetails.UpdateOperationsInsightsWarehouseDetails;
|
|
394
414
|
import * as UpdateOperationsInsightsWarehouseUserDetails from "./update-operations-insights-warehouse-user-details";
|
|
@@ -429,6 +449,10 @@ import * as CreateEmManagedExternalHostInsightDetails from "./create-em-managed-
|
|
|
429
449
|
export import CreateEmManagedExternalHostInsightDetails = CreateEmManagedExternalHostInsightDetails.CreateEmManagedExternalHostInsightDetails;
|
|
430
450
|
import * as CreateMacsManagedExternalHostInsightDetails from "./create-macs-managed-external-host-insight-details";
|
|
431
451
|
export import CreateMacsManagedExternalHostInsightDetails = CreateMacsManagedExternalHostInsightDetails.CreateMacsManagedExternalHostInsightDetails;
|
|
452
|
+
import * as CreatePeComanagedDatabaseInsightDetails from "./create-pe-comanaged-database-insight-details";
|
|
453
|
+
export import CreatePeComanagedDatabaseInsightDetails = CreatePeComanagedDatabaseInsightDetails.CreatePeComanagedDatabaseInsightDetails;
|
|
454
|
+
import * as CredentialByVault from "./credential-by-vault";
|
|
455
|
+
export import CredentialByVault = CredentialByVault.CredentialByVault;
|
|
432
456
|
import * as CredentialsBySource from "./credentials-by-source";
|
|
433
457
|
export import CredentialsBySource = CredentialsBySource.CredentialsBySource;
|
|
434
458
|
import * as DBExternalInstance from "./d-bexternal-instance";
|
|
@@ -461,6 +485,8 @@ import * as EnableEmManagedExternalHostInsightDetails from "./enable-em-managed-
|
|
|
461
485
|
export import EnableEmManagedExternalHostInsightDetails = EnableEmManagedExternalHostInsightDetails.EnableEmManagedExternalHostInsightDetails;
|
|
462
486
|
import * as EnableMacsManagedExternalHostInsightDetails from "./enable-macs-managed-external-host-insight-details";
|
|
463
487
|
export import EnableMacsManagedExternalHostInsightDetails = EnableMacsManagedExternalHostInsightDetails.EnableMacsManagedExternalHostInsightDetails;
|
|
488
|
+
import * as EnablePeComanagedDatabaseInsightDetails from "./enable-pe-comanaged-database-insight-details";
|
|
489
|
+
export import EnablePeComanagedDatabaseInsightDetails = EnablePeComanagedDatabaseInsightDetails.EnablePeComanagedDatabaseInsightDetails;
|
|
464
490
|
import * as ExadataDatabaseMachineConfigurationSummary from "./exadata-database-machine-configuration-summary";
|
|
465
491
|
export import ExadataDatabaseMachineConfigurationSummary = ExadataDatabaseMachineConfigurationSummary.ExadataDatabaseMachineConfigurationSummary;
|
|
466
492
|
import * as ExadataDatabaseStatisticsSummary from "./exadata-database-statistics-summary";
|
|
@@ -509,6 +535,12 @@ import * as MacsManagedExternalHostInsight from "./macs-managed-external-host-in
|
|
|
509
535
|
export import MacsManagedExternalHostInsight = MacsManagedExternalHostInsight.MacsManagedExternalHostInsight;
|
|
510
536
|
import * as MacsManagedExternalHostInsightSummary from "./macs-managed-external-host-insight-summary";
|
|
511
537
|
export import MacsManagedExternalHostInsightSummary = MacsManagedExternalHostInsightSummary.MacsManagedExternalHostInsightSummary;
|
|
538
|
+
import * as PeComanagedDatabaseInsight from "./pe-comanaged-database-insight";
|
|
539
|
+
export import PeComanagedDatabaseInsight = PeComanagedDatabaseInsight.PeComanagedDatabaseInsight;
|
|
540
|
+
import * as PeComanagedDatabaseInsightSummary from "./pe-comanaged-database-insight-summary";
|
|
541
|
+
export import PeComanagedDatabaseInsightSummary = PeComanagedDatabaseInsightSummary.PeComanagedDatabaseInsightSummary;
|
|
542
|
+
import * as PeComanagedManagedExternalDatabaseConfigurationSummary from "./pe-comanaged-managed-external-database-configuration-summary";
|
|
543
|
+
export import PeComanagedManagedExternalDatabaseConfigurationSummary = PeComanagedManagedExternalDatabaseConfigurationSummary.PeComanagedManagedExternalDatabaseConfigurationSummary;
|
|
512
544
|
import * as UpdateAutonomousDatabaseInsightDetails from "./update-autonomous-database-insight-details";
|
|
513
545
|
export import UpdateAutonomousDatabaseInsightDetails = UpdateAutonomousDatabaseInsightDetails.UpdateAutonomousDatabaseInsightDetails;
|
|
514
546
|
import * as UpdateEmManagedExternalDatabaseInsightDetails from "./update-em-managed-external-database-insight-details";
|
|
@@ -521,3 +553,5 @@ import * as UpdateMacsManagedExternalDatabaseInsightDetails from "./update-macs-
|
|
|
521
553
|
export import UpdateMacsManagedExternalDatabaseInsightDetails = UpdateMacsManagedExternalDatabaseInsightDetails.UpdateMacsManagedExternalDatabaseInsightDetails;
|
|
522
554
|
import * as UpdateMacsManagedExternalHostInsightDetails from "./update-macs-managed-external-host-insight-details";
|
|
523
555
|
export import UpdateMacsManagedExternalHostInsightDetails = UpdateMacsManagedExternalHostInsightDetails.UpdateMacsManagedExternalHostInsightDetails;
|
|
556
|
+
import * as UpdatePeComanagedDatabaseInsightDetails from "./update-pe-comanaged-database-insight-details";
|
|
557
|
+
export import UpdatePeComanagedDatabaseInsightDetails = UpdatePeComanagedDatabaseInsightDetails.UpdatePeComanagedDatabaseInsightDetails;
|
package/lib/model/index.js
CHANGED
|
@@ -34,12 +34,12 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
34
34
|
return result;
|
|
35
35
|
};
|
|
36
36
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
-
exports.
|
|
38
|
-
exports.
|
|
39
|
-
exports.
|
|
40
|
-
exports.
|
|
41
|
-
exports.
|
|
42
|
-
exports.UpdateMacsManagedExternalHostInsightDetails = exports.UpdateMacsManagedExternalDatabaseInsightDetails = exports.UpdateEmManagedExternalHostInsightDetails = exports.UpdateEmManagedExternalExadataInsightDetails = void 0;
|
|
37
|
+
exports.EnterpriseManagerBridges = exports.EnterpriseManagerBridgeSummary = exports.EnterpriseManagerBridgeCollection = exports.EnterpriseManagerBridge = exports.EnableHostInsightDetails = exports.EnableExadataInsightDetails = exports.EnableDatabaseInsightDetails = exports.DownloadOperationsInsightsWarehouseWalletDetails = exports.DiskGroupDetails = exports.DiskGroup = exports.DatabaseInsightsCollection = exports.DatabaseInsights = exports.DatabaseInsightSummary = exports.DatabaseInsight = exports.DatabaseEntitySourceAll = exports.DatabaseEntitySource = exports.DatabaseDetails = exports.DatabaseConfigurationSummary = exports.DatabaseConfigurationMetricGroup = exports.DatabaseConfigurationCollection = exports.Database = exports.CredentialDetails = exports.CreateOperationsInsightsWarehouseUserDetails = exports.CreateOperationsInsightsWarehouseDetails = exports.CreateOperationsInsightsPrivateEndpointDetails = exports.CreateHostInsightDetails = exports.CreateExadataInsightDetails = exports.CreateEnterpriseManagerBridgeDetails = exports.CreateEmManagedExternalExadataMemberEntityDetails = exports.CreateDatabaseInsightDetails = exports.CreateAwrHubDetails = exports.ConnectionDetails = exports.ChangePeComanagedDatabaseInsightDetails = exports.ChangeOperationsInsightsPrivateEndpointCompartmentDetails = exports.ChangeHostInsightCompartmentDetails = exports.ChangeExadataInsightCompartmentDetails = exports.ChangeEnterpriseManagerBridgeCompartmentDetails = exports.ChangeDatabaseInsightCompartmentDetails = exports.AwrSourceSummary = exports.AwrSnapshotSummary = exports.AwrSnapshotCollection = exports.AwrReportFormatType = exports.AwrReport = exports.AwrHubs = exports.AwrHubSummaryCollection = exports.AwrHubSummary = exports.AwrHubLifecycleState = exports.AwrHub = exports.AddExadataInsightMembersDetails = exports.ActionType = void 0;
|
|
38
|
+
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 = 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 = void 0;
|
|
39
|
+
exports.SqlResponseTimeDistributionAggregationCollection = exports.SqlResponseTimeDistributionAggregation = exports.SqlPlanSummary = exports.SqlPlanLine = exports.SqlPlanInsights = exports.SqlPlanInsightAggregationCollection = exports.SqlPlanInsightAggregation = exports.SqlPlanCollection = exports.SqlInventory = exports.SqlInsightThresholds = exports.SqlInsightAggregationCollection = exports.SqlInsightAggregation = exports.SqlBucket = exports.SortOrder = exports.ResourceUsageTrendAggregation = exports.ResourceUsageSummary = exports.ResourceStatus = exports.ResourceStatisticsAggregation = exports.ResourceStatistics = exports.ResourceInsightProjectedUtilizationItem = exports.ResourceInsightProjectedUtilization = exports.ResourceInsightCurrentUtilization = exports.ResourceCapacityTrendAggregation = exports.ProjectedDataItem = exports.PeComanagedDatabaseHostDetails = exports.PeComanagedDatabaseConnectionDetails = exports.OperationsInsightsWarehouses = exports.OperationsInsightsWarehouseUsers = exports.OperationsInsightsWarehouseUserSummaryCollection = exports.OperationsInsightsWarehouseUserSummary = exports.OperationsInsightsWarehouseUserLifecycleState = exports.OperationsInsightsWarehouseUser = exports.OperationsInsightsWarehouseSummaryCollection = exports.OperationsInsightsWarehouseSummary = exports.OperationsInsightsWarehouseLifecycleState = exports.OperationsInsightsWarehouse = exports.OperationsInsightsPrivateEndpointSummary = exports.OperationsInsightsPrivateEndpointLifecycleState = exports.OperationsInsightsPrivateEndpointCollection = exports.OperationsInsightsPrivateEndpoint = exports.OperationType = exports.OperationStatus = exports.LifecycleState = exports.InstanceMetrics = exports.IngestSqlTextResponseDetails = exports.IngestSqlTextDetails = exports.IngestSqlStatsResponseDetails = exports.IngestSqlStatsDetails = exports.IngestSqlPlanLinesResponseDetails = exports.IngestSqlPlanLinesDetails = void 0;
|
|
40
|
+
exports.UpdateOperationsInsightsWarehouseUserDetails = exports.UpdateOperationsInsightsWarehouseDetails = exports.UpdateOperationsInsightsPrivateEndpointDetails = exports.UpdateHostInsightDetails = exports.UpdateExadataInsightDetails = exports.UpdateEnterpriseManagerBridgeDetails = exports.UpdateDatabaseInsightDetails = exports.UpdateAwrHubDetails = exports.TablespaceUsageTrendAggregation = exports.TablespaceUsageTrend = exports.SummaryStatistics = exports.SummarizeOperationsInsightsWarehouseResourceUsageAggregation = exports.SummarizeHostInsightResourceUtilizationInsightAggregation = exports.SummarizeHostInsightResourceUsageTrendAggregationCollection = exports.SummarizeHostInsightResourceUsageAggregation = exports.SummarizeHostInsightResourceStatisticsAggregationCollection = exports.SummarizeHostInsightResourceForecastTrendAggregation = exports.SummarizeHostInsightResourceCapacityTrendAggregationCollection = exports.SummarizeExadataInsightResourceUtilizationInsightAggregation = exports.SummarizeExadataInsightResourceUsageCollection = exports.SummarizeExadataInsightResourceUsageAggregation = exports.SummarizeExadataInsightResourceStatisticsAggregationCollection = exports.SummarizeExadataInsightResourceForecastTrendCollection = exports.SummarizeExadataInsightResourceForecastTrendAggregation = exports.SummarizeExadataInsightResourceCapacityTrendCollection = exports.SummarizeExadataInsightResourceCapacityTrendAggregation = exports.SummarizeDatabaseInsightTablespaceUsageTrendAggregationCollection = exports.SummarizeDatabaseInsightResourceUtilizationInsightAggregation = exports.SummarizeDatabaseInsightResourceUsageTrendAggregationCollection = exports.SummarizeDatabaseInsightResourceUsageAggregation = exports.SummarizeDatabaseInsightResourceStatisticsAggregationCollection = exports.SummarizeDatabaseInsightResourceForecastTrendAggregation = exports.SummarizeDatabaseInsightResourceCapacityTrendAggregationCollection = exports.SummarizeAwrSourcesSummariesCollection = exports.StorageServerDetails = exports.StorageServer = exports.SqlTextSummary = exports.SqlTextCollection = exports.SqlText = exports.SqlStats = exports.SqlStatisticsTimeSeriesByPlanAggregationCollection = exports.SqlStatisticsTimeSeriesByPlanAggregation = exports.SqlStatisticsTimeSeriesAggregationCollection = exports.SqlStatisticsTimeSeriesAggregation = exports.SqlStatisticsTimeSeries = exports.SqlStatistics = exports.SqlStatisticAggregationCollection = exports.SqlStatisticAggregation = exports.SqlSearchSummary = exports.SqlSearchCollection = void 0;
|
|
41
|
+
exports.HostMemoryStatistics = exports.HostMemoryConfiguration = exports.HostImportableAgentEntitySummary = exports.HostHardwareConfiguration = exports.HostEntities = exports.HostCpuUsage = exports.HostCpuStatistics = exports.HostCpuHardwareConfiguration = exports.ExadataStorageServerStatisticsSummary = exports.ExadataHostStatisticsSummary = exports.ExadataDiskgroupStatisticsSummary = exports.ExadataDatabaseStatisticsSummary = exports.ExadataDatabaseMachineConfigurationSummary = exports.EnablePeComanagedDatabaseInsightDetails = 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.CredentialByVault = exports.CreatePeComanagedDatabaseInsightDetails = 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 = void 0;
|
|
42
|
+
exports.UpdatePeComanagedDatabaseInsightDetails = exports.UpdateMacsManagedExternalHostInsightDetails = exports.UpdateMacsManagedExternalDatabaseInsightDetails = exports.UpdateEmManagedExternalHostInsightDetails = exports.UpdateEmManagedExternalExadataInsightDetails = exports.UpdateEmManagedExternalDatabaseInsightDetails = exports.UpdateAutonomousDatabaseInsightDetails = exports.PeComanagedManagedExternalDatabaseConfigurationSummary = exports.PeComanagedDatabaseInsightSummary = exports.PeComanagedDatabaseInsight = exports.MacsManagedExternalHostInsightSummary = exports.MacsManagedExternalHostInsight = exports.MacsManagedExternalHostConfigurationSummary = exports.MacsManagedExternalDatabaseInsightSummary = exports.MacsManagedExternalDatabaseInsight = exports.MacsManagedExternalDatabaseConfigurationSummary = exports.HostResourceAllocation = exports.HostProduct = exports.HostNetworkConfiguration = exports.HostNetworkActivitySummary = exports.HostMemoryUsage = void 0;
|
|
43
43
|
const ActionType = __importStar(require("./action-type"));
|
|
44
44
|
exports.ActionType = ActionType.ActionType;
|
|
45
45
|
const AddExadataInsightMembersDetails = __importStar(require("./add-exadata-insight-members-details"));
|
|
@@ -72,6 +72,10 @@ const ChangeExadataInsightCompartmentDetails = __importStar(require("./change-ex
|
|
|
72
72
|
exports.ChangeExadataInsightCompartmentDetails = ChangeExadataInsightCompartmentDetails.ChangeExadataInsightCompartmentDetails;
|
|
73
73
|
const ChangeHostInsightCompartmentDetails = __importStar(require("./change-host-insight-compartment-details"));
|
|
74
74
|
exports.ChangeHostInsightCompartmentDetails = ChangeHostInsightCompartmentDetails.ChangeHostInsightCompartmentDetails;
|
|
75
|
+
const ChangeOperationsInsightsPrivateEndpointCompartmentDetails = __importStar(require("./change-operations-insights-private-endpoint-compartment-details"));
|
|
76
|
+
exports.ChangeOperationsInsightsPrivateEndpointCompartmentDetails = ChangeOperationsInsightsPrivateEndpointCompartmentDetails.ChangeOperationsInsightsPrivateEndpointCompartmentDetails;
|
|
77
|
+
const ChangePeComanagedDatabaseInsightDetails = __importStar(require("./change-pe-comanaged-database-insight-details"));
|
|
78
|
+
exports.ChangePeComanagedDatabaseInsightDetails = ChangePeComanagedDatabaseInsightDetails.ChangePeComanagedDatabaseInsightDetails;
|
|
75
79
|
const ConnectionDetails = __importStar(require("./connection-details"));
|
|
76
80
|
exports.ConnectionDetails = ConnectionDetails.ConnectionDetails;
|
|
77
81
|
const CreateAwrHubDetails = __importStar(require("./create-awr-hub-details"));
|
|
@@ -86,6 +90,8 @@ const CreateExadataInsightDetails = __importStar(require("./create-exadata-insig
|
|
|
86
90
|
exports.CreateExadataInsightDetails = CreateExadataInsightDetails.CreateExadataInsightDetails;
|
|
87
91
|
const CreateHostInsightDetails = __importStar(require("./create-host-insight-details"));
|
|
88
92
|
exports.CreateHostInsightDetails = CreateHostInsightDetails.CreateHostInsightDetails;
|
|
93
|
+
const CreateOperationsInsightsPrivateEndpointDetails = __importStar(require("./create-operations-insights-private-endpoint-details"));
|
|
94
|
+
exports.CreateOperationsInsightsPrivateEndpointDetails = CreateOperationsInsightsPrivateEndpointDetails.CreateOperationsInsightsPrivateEndpointDetails;
|
|
89
95
|
const CreateOperationsInsightsWarehouseDetails = __importStar(require("./create-operations-insights-warehouse-details"));
|
|
90
96
|
exports.CreateOperationsInsightsWarehouseDetails = CreateOperationsInsightsWarehouseDetails.CreateOperationsInsightsWarehouseDetails;
|
|
91
97
|
const CreateOperationsInsightsWarehouseUserDetails = __importStar(require("./create-operations-insights-warehouse-user-details"));
|
|
@@ -254,6 +260,14 @@ const OperationStatus = __importStar(require("./operation-status"));
|
|
|
254
260
|
exports.OperationStatus = OperationStatus.OperationStatus;
|
|
255
261
|
const OperationType = __importStar(require("./operation-type"));
|
|
256
262
|
exports.OperationType = OperationType.OperationType;
|
|
263
|
+
const OperationsInsightsPrivateEndpoint = __importStar(require("./operations-insights-private-endpoint"));
|
|
264
|
+
exports.OperationsInsightsPrivateEndpoint = OperationsInsightsPrivateEndpoint.OperationsInsightsPrivateEndpoint;
|
|
265
|
+
const OperationsInsightsPrivateEndpointCollection = __importStar(require("./operations-insights-private-endpoint-collection"));
|
|
266
|
+
exports.OperationsInsightsPrivateEndpointCollection = OperationsInsightsPrivateEndpointCollection.OperationsInsightsPrivateEndpointCollection;
|
|
267
|
+
const OperationsInsightsPrivateEndpointLifecycleState = __importStar(require("./operations-insights-private-endpoint-lifecycle-state"));
|
|
268
|
+
exports.OperationsInsightsPrivateEndpointLifecycleState = OperationsInsightsPrivateEndpointLifecycleState.OperationsInsightsPrivateEndpointLifecycleState;
|
|
269
|
+
const OperationsInsightsPrivateEndpointSummary = __importStar(require("./operations-insights-private-endpoint-summary"));
|
|
270
|
+
exports.OperationsInsightsPrivateEndpointSummary = OperationsInsightsPrivateEndpointSummary.OperationsInsightsPrivateEndpointSummary;
|
|
257
271
|
const OperationsInsightsWarehouse = __importStar(require("./operations-insights-warehouse"));
|
|
258
272
|
exports.OperationsInsightsWarehouse = OperationsInsightsWarehouse.OperationsInsightsWarehouse;
|
|
259
273
|
const OperationsInsightsWarehouseLifecycleState = __importStar(require("./operations-insights-warehouse-lifecycle-state"));
|
|
@@ -274,6 +288,10 @@ const OperationsInsightsWarehouseUsers = __importStar(require("./operations-insi
|
|
|
274
288
|
exports.OperationsInsightsWarehouseUsers = OperationsInsightsWarehouseUsers.OperationsInsightsWarehouseUsers;
|
|
275
289
|
const OperationsInsightsWarehouses = __importStar(require("./operations-insights-warehouses"));
|
|
276
290
|
exports.OperationsInsightsWarehouses = OperationsInsightsWarehouses.OperationsInsightsWarehouses;
|
|
291
|
+
const PeComanagedDatabaseConnectionDetails = __importStar(require("./pe-comanaged-database-connection-details"));
|
|
292
|
+
exports.PeComanagedDatabaseConnectionDetails = PeComanagedDatabaseConnectionDetails.PeComanagedDatabaseConnectionDetails;
|
|
293
|
+
const PeComanagedDatabaseHostDetails = __importStar(require("./pe-comanaged-database-host-details"));
|
|
294
|
+
exports.PeComanagedDatabaseHostDetails = PeComanagedDatabaseHostDetails.PeComanagedDatabaseHostDetails;
|
|
277
295
|
const ProjectedDataItem = __importStar(require("./projected-data-item"));
|
|
278
296
|
exports.ProjectedDataItem = ProjectedDataItem.ProjectedDataItem;
|
|
279
297
|
const ResourceCapacityTrendAggregation = __importStar(require("./resource-capacity-trend-aggregation"));
|
|
@@ -416,6 +434,8 @@ const UpdateExadataInsightDetails = __importStar(require("./update-exadata-insig
|
|
|
416
434
|
exports.UpdateExadataInsightDetails = UpdateExadataInsightDetails.UpdateExadataInsightDetails;
|
|
417
435
|
const UpdateHostInsightDetails = __importStar(require("./update-host-insight-details"));
|
|
418
436
|
exports.UpdateHostInsightDetails = UpdateHostInsightDetails.UpdateHostInsightDetails;
|
|
437
|
+
const UpdateOperationsInsightsPrivateEndpointDetails = __importStar(require("./update-operations-insights-private-endpoint-details"));
|
|
438
|
+
exports.UpdateOperationsInsightsPrivateEndpointDetails = UpdateOperationsInsightsPrivateEndpointDetails.UpdateOperationsInsightsPrivateEndpointDetails;
|
|
419
439
|
const UpdateOperationsInsightsWarehouseDetails = __importStar(require("./update-operations-insights-warehouse-details"));
|
|
420
440
|
exports.UpdateOperationsInsightsWarehouseDetails = UpdateOperationsInsightsWarehouseDetails.UpdateOperationsInsightsWarehouseDetails;
|
|
421
441
|
const UpdateOperationsInsightsWarehouseUserDetails = __importStar(require("./update-operations-insights-warehouse-user-details"));
|
|
@@ -456,6 +476,10 @@ const CreateEmManagedExternalHostInsightDetails = __importStar(require("./create
|
|
|
456
476
|
exports.CreateEmManagedExternalHostInsightDetails = CreateEmManagedExternalHostInsightDetails.CreateEmManagedExternalHostInsightDetails;
|
|
457
477
|
const CreateMacsManagedExternalHostInsightDetails = __importStar(require("./create-macs-managed-external-host-insight-details"));
|
|
458
478
|
exports.CreateMacsManagedExternalHostInsightDetails = CreateMacsManagedExternalHostInsightDetails.CreateMacsManagedExternalHostInsightDetails;
|
|
479
|
+
const CreatePeComanagedDatabaseInsightDetails = __importStar(require("./create-pe-comanaged-database-insight-details"));
|
|
480
|
+
exports.CreatePeComanagedDatabaseInsightDetails = CreatePeComanagedDatabaseInsightDetails.CreatePeComanagedDatabaseInsightDetails;
|
|
481
|
+
const CredentialByVault = __importStar(require("./credential-by-vault"));
|
|
482
|
+
exports.CredentialByVault = CredentialByVault.CredentialByVault;
|
|
459
483
|
const CredentialsBySource = __importStar(require("./credentials-by-source"));
|
|
460
484
|
exports.CredentialsBySource = CredentialsBySource.CredentialsBySource;
|
|
461
485
|
const DBExternalInstance = __importStar(require("./d-bexternal-instance"));
|
|
@@ -488,6 +512,8 @@ const EnableEmManagedExternalHostInsightDetails = __importStar(require("./enable
|
|
|
488
512
|
exports.EnableEmManagedExternalHostInsightDetails = EnableEmManagedExternalHostInsightDetails.EnableEmManagedExternalHostInsightDetails;
|
|
489
513
|
const EnableMacsManagedExternalHostInsightDetails = __importStar(require("./enable-macs-managed-external-host-insight-details"));
|
|
490
514
|
exports.EnableMacsManagedExternalHostInsightDetails = EnableMacsManagedExternalHostInsightDetails.EnableMacsManagedExternalHostInsightDetails;
|
|
515
|
+
const EnablePeComanagedDatabaseInsightDetails = __importStar(require("./enable-pe-comanaged-database-insight-details"));
|
|
516
|
+
exports.EnablePeComanagedDatabaseInsightDetails = EnablePeComanagedDatabaseInsightDetails.EnablePeComanagedDatabaseInsightDetails;
|
|
491
517
|
const ExadataDatabaseMachineConfigurationSummary = __importStar(require("./exadata-database-machine-configuration-summary"));
|
|
492
518
|
exports.ExadataDatabaseMachineConfigurationSummary = ExadataDatabaseMachineConfigurationSummary.ExadataDatabaseMachineConfigurationSummary;
|
|
493
519
|
const ExadataDatabaseStatisticsSummary = __importStar(require("./exadata-database-statistics-summary"));
|
|
@@ -536,6 +562,12 @@ const MacsManagedExternalHostInsight = __importStar(require("./macs-managed-exte
|
|
|
536
562
|
exports.MacsManagedExternalHostInsight = MacsManagedExternalHostInsight.MacsManagedExternalHostInsight;
|
|
537
563
|
const MacsManagedExternalHostInsightSummary = __importStar(require("./macs-managed-external-host-insight-summary"));
|
|
538
564
|
exports.MacsManagedExternalHostInsightSummary = MacsManagedExternalHostInsightSummary.MacsManagedExternalHostInsightSummary;
|
|
565
|
+
const PeComanagedDatabaseInsight = __importStar(require("./pe-comanaged-database-insight"));
|
|
566
|
+
exports.PeComanagedDatabaseInsight = PeComanagedDatabaseInsight.PeComanagedDatabaseInsight;
|
|
567
|
+
const PeComanagedDatabaseInsightSummary = __importStar(require("./pe-comanaged-database-insight-summary"));
|
|
568
|
+
exports.PeComanagedDatabaseInsightSummary = PeComanagedDatabaseInsightSummary.PeComanagedDatabaseInsightSummary;
|
|
569
|
+
const PeComanagedManagedExternalDatabaseConfigurationSummary = __importStar(require("./pe-comanaged-managed-external-database-configuration-summary"));
|
|
570
|
+
exports.PeComanagedManagedExternalDatabaseConfigurationSummary = PeComanagedManagedExternalDatabaseConfigurationSummary.PeComanagedManagedExternalDatabaseConfigurationSummary;
|
|
539
571
|
const UpdateAutonomousDatabaseInsightDetails = __importStar(require("./update-autonomous-database-insight-details"));
|
|
540
572
|
exports.UpdateAutonomousDatabaseInsightDetails = UpdateAutonomousDatabaseInsightDetails.UpdateAutonomousDatabaseInsightDetails;
|
|
541
573
|
const UpdateEmManagedExternalDatabaseInsightDetails = __importStar(require("./update-em-managed-external-database-insight-details"));
|
|
@@ -548,4 +580,6 @@ const UpdateMacsManagedExternalDatabaseInsightDetails = __importStar(require("./
|
|
|
548
580
|
exports.UpdateMacsManagedExternalDatabaseInsightDetails = UpdateMacsManagedExternalDatabaseInsightDetails.UpdateMacsManagedExternalDatabaseInsightDetails;
|
|
549
581
|
const UpdateMacsManagedExternalHostInsightDetails = __importStar(require("./update-macs-managed-external-host-insight-details"));
|
|
550
582
|
exports.UpdateMacsManagedExternalHostInsightDetails = UpdateMacsManagedExternalHostInsightDetails.UpdateMacsManagedExternalHostInsightDetails;
|
|
583
|
+
const UpdatePeComanagedDatabaseInsightDetails = __importStar(require("./update-pe-comanaged-database-insight-details"));
|
|
584
|
+
exports.UpdatePeComanagedDatabaseInsightDetails = UpdatePeComanagedDatabaseInsightDetails.UpdatePeComanagedDatabaseInsightDetails;
|
|
551
585
|
//# sourceMappingURL=index.js.map
|