oci-opsi 2.16.0 → 2.19.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
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Operations Insights API
|
|
3
|
+
* Use the Operations Insights API to perform data extraction operations to obtain database
|
|
4
|
+
resource utilization, performance statistics, and reference information. For more information,
|
|
5
|
+
see [About Oracle Cloud Infrastructure Operations Insights](https://docs.cloud.oracle.com/en-us/iaas/operations-insights/doc/operations-insights.html).
|
|
6
|
+
|
|
7
|
+
* OpenAPI spec version: 20200630
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
11
|
+
* Do not edit the class manually.
|
|
12
|
+
*
|
|
13
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
14
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
15
|
+
*/
|
|
16
|
+
/**
|
|
17
|
+
* The details used to change the compartment of a Operation Insights private endpoint.
|
|
18
|
+
*/
|
|
19
|
+
export interface ChangeOperationsInsightsPrivateEndpointCompartmentDetails {
|
|
20
|
+
/**
|
|
21
|
+
* The new compartment [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Private service accessed database.
|
|
22
|
+
*/
|
|
23
|
+
"compartmentId"?: string;
|
|
24
|
+
}
|
|
25
|
+
export declare namespace ChangeOperationsInsightsPrivateEndpointCompartmentDetails {
|
|
26
|
+
function getJsonObj(obj: ChangeOperationsInsightsPrivateEndpointCompartmentDetails): object;
|
|
27
|
+
function getDeserializedJsonObj(obj: ChangeOperationsInsightsPrivateEndpointCompartmentDetails): object;
|
|
28
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Operations Insights API
|
|
4
|
+
* Use the Operations Insights API to perform data extraction operations to obtain database
|
|
5
|
+
resource utilization, performance statistics, and reference information. For more information,
|
|
6
|
+
see [About Oracle Cloud Infrastructure Operations Insights](https://docs.cloud.oracle.com/en-us/iaas/operations-insights/doc/operations-insights.html).
|
|
7
|
+
|
|
8
|
+
* OpenAPI spec version: 20200630
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*
|
|
14
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
15
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
16
|
+
*/
|
|
17
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18
|
+
exports.ChangeOperationsInsightsPrivateEndpointCompartmentDetails = void 0;
|
|
19
|
+
var ChangeOperationsInsightsPrivateEndpointCompartmentDetails;
|
|
20
|
+
(function (ChangeOperationsInsightsPrivateEndpointCompartmentDetails) {
|
|
21
|
+
function getJsonObj(obj) {
|
|
22
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
23
|
+
return jsonObj;
|
|
24
|
+
}
|
|
25
|
+
ChangeOperationsInsightsPrivateEndpointCompartmentDetails.getJsonObj = getJsonObj;
|
|
26
|
+
function getDeserializedJsonObj(obj) {
|
|
27
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
28
|
+
return jsonObj;
|
|
29
|
+
}
|
|
30
|
+
ChangeOperationsInsightsPrivateEndpointCompartmentDetails.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
31
|
+
})(ChangeOperationsInsightsPrivateEndpointCompartmentDetails = exports.ChangeOperationsInsightsPrivateEndpointCompartmentDetails || (exports.ChangeOperationsInsightsPrivateEndpointCompartmentDetails = {}));
|
|
32
|
+
//# sourceMappingURL=change-operations-insights-private-endpoint-compartment-details.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"change-operations-insights-private-endpoint-compartment-details.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/model/change-operations-insights-private-endpoint-compartment-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;AAeH,IAAiB,yDAAyD,CAezE;AAfD,WAAiB,yDAAyD;IACxE,SAAgB,UAAU,CACxB,GAA8D;QAE9D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IANe,oEAAU,aAMzB,CAAA;IACD,SAAgB,sBAAsB,CACpC,GAA8D;QAE9D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IANe,gFAAsB,yBAMrC,CAAA;AACH,CAAC,EAfgB,yDAAyD,GAAzD,iEAAyD,KAAzD,iEAAyD,QAezE"}
|
|
@@ -0,0 +1,34 @@
|
|
|
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
|
+
* Details of a Private Endpoint co-managed database insight.
|
|
19
|
+
*/
|
|
20
|
+
export interface ChangePeComanagedDatabaseInsightDetails {
|
|
21
|
+
/**
|
|
22
|
+
* Database service name used for connection requests.
|
|
23
|
+
*/
|
|
24
|
+
"serviceName": string;
|
|
25
|
+
"credentialDetails": model.CredentialsBySource | model.CredentialByVault;
|
|
26
|
+
/**
|
|
27
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the OPSI private endpoint
|
|
28
|
+
*/
|
|
29
|
+
"opsiPrivateEndpointId": string;
|
|
30
|
+
}
|
|
31
|
+
export declare namespace ChangePeComanagedDatabaseInsightDetails {
|
|
32
|
+
function getJsonObj(obj: ChangePeComanagedDatabaseInsightDetails): object;
|
|
33
|
+
function getDeserializedJsonObj(obj: ChangePeComanagedDatabaseInsightDetails): object;
|
|
34
|
+
}
|
|
@@ -0,0 +1,60 @@
|
|
|
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.ChangePeComanagedDatabaseInsightDetails = void 0;
|
|
38
|
+
const model = __importStar(require("../model"));
|
|
39
|
+
var ChangePeComanagedDatabaseInsightDetails;
|
|
40
|
+
(function (ChangePeComanagedDatabaseInsightDetails) {
|
|
41
|
+
function getJsonObj(obj) {
|
|
42
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
43
|
+
"credentialDetails": obj.credentialDetails
|
|
44
|
+
? model.CredentialDetails.getJsonObj(obj.credentialDetails)
|
|
45
|
+
: undefined
|
|
46
|
+
});
|
|
47
|
+
return jsonObj;
|
|
48
|
+
}
|
|
49
|
+
ChangePeComanagedDatabaseInsightDetails.getJsonObj = getJsonObj;
|
|
50
|
+
function getDeserializedJsonObj(obj) {
|
|
51
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
52
|
+
"credentialDetails": obj.credentialDetails
|
|
53
|
+
? model.CredentialDetails.getDeserializedJsonObj(obj.credentialDetails)
|
|
54
|
+
: undefined
|
|
55
|
+
});
|
|
56
|
+
return jsonObj;
|
|
57
|
+
}
|
|
58
|
+
ChangePeComanagedDatabaseInsightDetails.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
59
|
+
})(ChangePeComanagedDatabaseInsightDetails = exports.ChangePeComanagedDatabaseInsightDetails || (exports.ChangePeComanagedDatabaseInsightDetails = {}));
|
|
60
|
+
//# sourceMappingURL=change-pe-comanaged-database-insight-details.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"change-pe-comanaged-database-insight-details.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/model/change-pe-comanaged-database-insight-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAkBlC,IAAiB,uCAAuC,CAyBvD;AAzBD,WAAiB,uCAAuC;IACtD,SAAgB,UAAU,CAAC,GAA4C;QACrE,MAAM,OAAO,mCACR,GAAG,GACH;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;IAXe,kDAAU,aAWzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA4C;QACjF,MAAM,OAAO,mCACR,GAAG,GACH;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;IAXe,8DAAsB,yBAWrC,CAAA;AACH,CAAC,EAzBgB,uCAAuC,GAAvC,+CAAuC,KAAvC,+CAAuC,QAyBvD"}
|
|
@@ -44,6 +44,8 @@ var CreateDatabaseInsightDetails;
|
|
|
44
44
|
switch (obj.entitySource) {
|
|
45
45
|
case "EM_MANAGED_EXTERNAL_DATABASE":
|
|
46
46
|
return model.CreateEmManagedExternalDatabaseInsightDetails.getJsonObj(jsonObj, true);
|
|
47
|
+
case "PE_COMANAGED_DATABASE":
|
|
48
|
+
return model.CreatePeComanagedDatabaseInsightDetails.getJsonObj(jsonObj, true);
|
|
47
49
|
default:
|
|
48
50
|
throw Error("Unknown value for: " + obj.entitySource);
|
|
49
51
|
}
|
|
@@ -57,6 +59,8 @@ var CreateDatabaseInsightDetails;
|
|
|
57
59
|
switch (obj.entitySource) {
|
|
58
60
|
case "EM_MANAGED_EXTERNAL_DATABASE":
|
|
59
61
|
return model.CreateEmManagedExternalDatabaseInsightDetails.getDeserializedJsonObj(jsonObj, true);
|
|
62
|
+
case "PE_COMANAGED_DATABASE":
|
|
63
|
+
return model.CreatePeComanagedDatabaseInsightDetails.getDeserializedJsonObj(jsonObj, true);
|
|
60
64
|
default:
|
|
61
65
|
throw Error("Unknown value for: " + obj.entitySource);
|
|
62
66
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-database-insight-details.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/model/create-database-insight-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA2BlC,IAAiB,4BAA4B,
|
|
1
|
+
{"version":3,"file":"create-database-insight-details.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/model/create-database-insight-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA2BlC,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,71 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Operations Insights API
|
|
3
|
+
* Use the Operations Insights API to perform data extraction operations to obtain database
|
|
4
|
+
resource utilization, performance statistics, and reference information. For more information,
|
|
5
|
+
see [About Oracle Cloud Infrastructure Operations Insights](https://docs.cloud.oracle.com/en-us/iaas/operations-insights/doc/operations-insights.html).
|
|
6
|
+
|
|
7
|
+
* OpenAPI spec version: 20200630
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
11
|
+
* Do not edit the class manually.
|
|
12
|
+
*
|
|
13
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
14
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
15
|
+
*/
|
|
16
|
+
/**
|
|
17
|
+
* The details used to create a new Operation Insights private endpoint.
|
|
18
|
+
*/
|
|
19
|
+
export interface CreateOperationsInsightsPrivateEndpointDetails {
|
|
20
|
+
/**
|
|
21
|
+
* The display name for the private endpoint. It is changeable.
|
|
22
|
+
*/
|
|
23
|
+
"displayName": string;
|
|
24
|
+
/**
|
|
25
|
+
* The compartment [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Private service accessed database.
|
|
26
|
+
*/
|
|
27
|
+
"compartmentId": string;
|
|
28
|
+
/**
|
|
29
|
+
* The VCN [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Private service accessed database.
|
|
30
|
+
*/
|
|
31
|
+
"vcnId": string;
|
|
32
|
+
/**
|
|
33
|
+
* The Subnet [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Private service accessed database.
|
|
34
|
+
*/
|
|
35
|
+
"subnetId": string;
|
|
36
|
+
/**
|
|
37
|
+
* The flag to identify if private endpoint is used for rac database or not
|
|
38
|
+
*/
|
|
39
|
+
"isUsedForRacDbs": boolean;
|
|
40
|
+
/**
|
|
41
|
+
* The description of the private endpoint.
|
|
42
|
+
*/
|
|
43
|
+
"description"?: string;
|
|
44
|
+
/**
|
|
45
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the network security groups that the private endpoint belongs to.
|
|
46
|
+
*
|
|
47
|
+
*/
|
|
48
|
+
"nsgIds"?: Array<string>;
|
|
49
|
+
/**
|
|
50
|
+
* Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
|
|
51
|
+
* Example: `{\"bar-key\": \"value\"}`
|
|
52
|
+
*
|
|
53
|
+
*/
|
|
54
|
+
"freeformTags"?: {
|
|
55
|
+
[key: string]: string;
|
|
56
|
+
};
|
|
57
|
+
/**
|
|
58
|
+
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
59
|
+
* Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
|
|
60
|
+
*
|
|
61
|
+
*/
|
|
62
|
+
"definedTags"?: {
|
|
63
|
+
[key: string]: {
|
|
64
|
+
[key: string]: any;
|
|
65
|
+
};
|
|
66
|
+
};
|
|
67
|
+
}
|
|
68
|
+
export declare namespace CreateOperationsInsightsPrivateEndpointDetails {
|
|
69
|
+
function getJsonObj(obj: CreateOperationsInsightsPrivateEndpointDetails): object;
|
|
70
|
+
function getDeserializedJsonObj(obj: CreateOperationsInsightsPrivateEndpointDetails): object;
|
|
71
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Operations Insights API
|
|
4
|
+
* Use the Operations Insights API to perform data extraction operations to obtain database
|
|
5
|
+
resource utilization, performance statistics, and reference information. For more information,
|
|
6
|
+
see [About Oracle Cloud Infrastructure Operations Insights](https://docs.cloud.oracle.com/en-us/iaas/operations-insights/doc/operations-insights.html).
|
|
7
|
+
|
|
8
|
+
* OpenAPI spec version: 20200630
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*
|
|
14
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
15
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
16
|
+
*/
|
|
17
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18
|
+
exports.CreateOperationsInsightsPrivateEndpointDetails = void 0;
|
|
19
|
+
var CreateOperationsInsightsPrivateEndpointDetails;
|
|
20
|
+
(function (CreateOperationsInsightsPrivateEndpointDetails) {
|
|
21
|
+
function getJsonObj(obj) {
|
|
22
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
23
|
+
return jsonObj;
|
|
24
|
+
}
|
|
25
|
+
CreateOperationsInsightsPrivateEndpointDetails.getJsonObj = getJsonObj;
|
|
26
|
+
function getDeserializedJsonObj(obj) {
|
|
27
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
28
|
+
return jsonObj;
|
|
29
|
+
}
|
|
30
|
+
CreateOperationsInsightsPrivateEndpointDetails.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
31
|
+
})(CreateOperationsInsightsPrivateEndpointDetails = exports.CreateOperationsInsightsPrivateEndpointDetails || (exports.CreateOperationsInsightsPrivateEndpointDetails = {}));
|
|
32
|
+
//# sourceMappingURL=create-operations-insights-private-endpoint-details.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-operations-insights-private-endpoint-details.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/model/create-operations-insights-private-endpoint-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;AAoDH,IAAiB,8CAA8C,CAa9D;AAbD,WAAiB,8CAA8C;IAC7D,SAAgB,UAAU,CAAC,GAAmD;QAC5E,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,yDAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CACpC,GAAmD;QAEnD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IANe,qEAAsB,yBAMrC,CAAA;AACH,CAAC,EAbgB,8CAA8C,GAA9C,sDAA8C,KAA9C,sDAA8C,QAa9D"}
|
|
@@ -0,0 +1,63 @@
|
|
|
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 CreatePeComanagedDatabaseInsightDetails extends model.CreateDatabaseInsightDetails {
|
|
21
|
+
/**
|
|
22
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the database.
|
|
23
|
+
*/
|
|
24
|
+
"databaseId": string;
|
|
25
|
+
/**
|
|
26
|
+
* OCI database resource type
|
|
27
|
+
*/
|
|
28
|
+
"databaseResourceType": string;
|
|
29
|
+
/**
|
|
30
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the OPSI private endpoint
|
|
31
|
+
*/
|
|
32
|
+
"opsiPrivateEndpointId": string;
|
|
33
|
+
/**
|
|
34
|
+
* Database service name used for connection requests.
|
|
35
|
+
*/
|
|
36
|
+
"serviceName": string;
|
|
37
|
+
"credentialDetails": model.CredentialsBySource | model.CredentialByVault;
|
|
38
|
+
/**
|
|
39
|
+
* Database Deployment Type
|
|
40
|
+
*/
|
|
41
|
+
"deploymentType": CreatePeComanagedDatabaseInsightDetails.DeploymentType;
|
|
42
|
+
/**
|
|
43
|
+
* System tags for this resource. Each key is predefined and scoped to a namespace.
|
|
44
|
+
* Example: `{\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}`
|
|
45
|
+
*
|
|
46
|
+
*/
|
|
47
|
+
"systemTags"?: {
|
|
48
|
+
[key: string]: {
|
|
49
|
+
[key: string]: any;
|
|
50
|
+
};
|
|
51
|
+
};
|
|
52
|
+
"entitySource": string;
|
|
53
|
+
}
|
|
54
|
+
export declare namespace CreatePeComanagedDatabaseInsightDetails {
|
|
55
|
+
enum DeploymentType {
|
|
56
|
+
VirtualMachine = "VIRTUAL_MACHINE",
|
|
57
|
+
BareMetal = "BARE_METAL",
|
|
58
|
+
Exacs = "EXACS"
|
|
59
|
+
}
|
|
60
|
+
function getJsonObj(obj: CreatePeComanagedDatabaseInsightDetails, isParentJsonObj?: boolean): object;
|
|
61
|
+
const entitySource = "PE_COMANAGED_DATABASE";
|
|
62
|
+
function getDeserializedJsonObj(obj: CreatePeComanagedDatabaseInsightDetails, isParentJsonObj?: boolean): object;
|
|
63
|
+
}
|
|
@@ -0,0 +1,71 @@
|
|
|
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.CreatePeComanagedDatabaseInsightDetails = void 0;
|
|
38
|
+
const model = __importStar(require("../model"));
|
|
39
|
+
var CreatePeComanagedDatabaseInsightDetails;
|
|
40
|
+
(function (CreatePeComanagedDatabaseInsightDetails) {
|
|
41
|
+
let DeploymentType;
|
|
42
|
+
(function (DeploymentType) {
|
|
43
|
+
DeploymentType["VirtualMachine"] = "VIRTUAL_MACHINE";
|
|
44
|
+
DeploymentType["BareMetal"] = "BARE_METAL";
|
|
45
|
+
DeploymentType["Exacs"] = "EXACS";
|
|
46
|
+
})(DeploymentType = CreatePeComanagedDatabaseInsightDetails.DeploymentType || (CreatePeComanagedDatabaseInsightDetails.DeploymentType = {}));
|
|
47
|
+
function getJsonObj(obj, isParentJsonObj) {
|
|
48
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
49
|
+
? obj
|
|
50
|
+
: model.CreateDatabaseInsightDetails.getJsonObj(obj))), {
|
|
51
|
+
"credentialDetails": obj.credentialDetails
|
|
52
|
+
? model.CredentialDetails.getJsonObj(obj.credentialDetails)
|
|
53
|
+
: undefined
|
|
54
|
+
});
|
|
55
|
+
return jsonObj;
|
|
56
|
+
}
|
|
57
|
+
CreatePeComanagedDatabaseInsightDetails.getJsonObj = getJsonObj;
|
|
58
|
+
CreatePeComanagedDatabaseInsightDetails.entitySource = "PE_COMANAGED_DATABASE";
|
|
59
|
+
function getDeserializedJsonObj(obj, isParentJsonObj) {
|
|
60
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
61
|
+
? obj
|
|
62
|
+
: model.CreateDatabaseInsightDetails.getDeserializedJsonObj(obj))), {
|
|
63
|
+
"credentialDetails": obj.credentialDetails
|
|
64
|
+
? model.CredentialDetails.getDeserializedJsonObj(obj.credentialDetails)
|
|
65
|
+
: undefined
|
|
66
|
+
});
|
|
67
|
+
return jsonObj;
|
|
68
|
+
}
|
|
69
|
+
CreatePeComanagedDatabaseInsightDetails.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
70
|
+
})(CreatePeComanagedDatabaseInsightDetails = exports.CreatePeComanagedDatabaseInsightDetails || (exports.CreatePeComanagedDatabaseInsightDetails = {}));
|
|
71
|
+
//# sourceMappingURL=create-pe-comanaged-database-insight-details.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-pe-comanaged-database-insight-details.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/model/create-pe-comanaged-database-insight-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAuClC,IAAiB,uCAAuC,CA8CvD;AA9CD,WAAiB,uCAAuC;IACtD,IAAY,cAIX;IAJD,WAAY,cAAc;QACxB,oDAAkC,CAAA;QAClC,0CAAwB,CAAA;QACxB,iCAAe,CAAA;IACjB,CAAC,EAJW,cAAc,GAAd,sDAAc,KAAd,sDAAc,QAIzB;IAED,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,EA9CgB,uCAAuC,GAAvC,+CAAuC,KAAvC,+CAAuC,QA8CvD"}
|
|
@@ -0,0 +1,47 @@
|
|
|
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
|
+
* Vault Credential Details to connect to the database.
|
|
19
|
+
*/
|
|
20
|
+
export interface CredentialByVault extends model.CredentialDetails {
|
|
21
|
+
/**
|
|
22
|
+
* database user name.
|
|
23
|
+
*/
|
|
24
|
+
"userName"?: string;
|
|
25
|
+
/**
|
|
26
|
+
* The secret [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) mapping to the database credentials.
|
|
27
|
+
*/
|
|
28
|
+
"passwordSecretId"?: string;
|
|
29
|
+
/**
|
|
30
|
+
* database user role.
|
|
31
|
+
*/
|
|
32
|
+
"role"?: CredentialByVault.Role;
|
|
33
|
+
"credentialType": string;
|
|
34
|
+
}
|
|
35
|
+
export declare namespace CredentialByVault {
|
|
36
|
+
enum Role {
|
|
37
|
+
Normal = "NORMAL",
|
|
38
|
+
/**
|
|
39
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
40
|
+
* version of the SDK.
|
|
41
|
+
*/
|
|
42
|
+
UnknownValue = "UNKNOWN_VALUE"
|
|
43
|
+
}
|
|
44
|
+
function getJsonObj(obj: CredentialByVault, isParentJsonObj?: boolean): object;
|
|
45
|
+
const credentialType = "CREDENTIALS_BY_VAULT";
|
|
46
|
+
function getDeserializedJsonObj(obj: CredentialByVault, isParentJsonObj?: boolean): object;
|
|
47
|
+
}
|
|
@@ -0,0 +1,64 @@
|
|
|
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.CredentialByVault = void 0;
|
|
38
|
+
const model = __importStar(require("../model"));
|
|
39
|
+
var CredentialByVault;
|
|
40
|
+
(function (CredentialByVault) {
|
|
41
|
+
let Role;
|
|
42
|
+
(function (Role) {
|
|
43
|
+
Role["Normal"] = "NORMAL";
|
|
44
|
+
/**
|
|
45
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
46
|
+
* version of the SDK.
|
|
47
|
+
*/
|
|
48
|
+
Role["UnknownValue"] = "UNKNOWN_VALUE";
|
|
49
|
+
})(Role = CredentialByVault.Role || (CredentialByVault.Role = {}));
|
|
50
|
+
function getJsonObj(obj, isParentJsonObj) {
|
|
51
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj ? obj : model.CredentialDetails.getJsonObj(obj))), {});
|
|
52
|
+
return jsonObj;
|
|
53
|
+
}
|
|
54
|
+
CredentialByVault.getJsonObj = getJsonObj;
|
|
55
|
+
CredentialByVault.credentialType = "CREDENTIALS_BY_VAULT";
|
|
56
|
+
function getDeserializedJsonObj(obj, isParentJsonObj) {
|
|
57
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
58
|
+
? obj
|
|
59
|
+
: model.CredentialDetails.getDeserializedJsonObj(obj))), {});
|
|
60
|
+
return jsonObj;
|
|
61
|
+
}
|
|
62
|
+
CredentialByVault.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
63
|
+
})(CredentialByVault = exports.CredentialByVault || (exports.CredentialByVault = {}));
|
|
64
|
+
//# sourceMappingURL=credential-by-vault.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"credential-by-vault.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/model/credential-by-vault.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAuBlC,IAAiB,iBAAiB,CAgCjC;AAhCD,WAAiB,iBAAiB;IAChC,IAAY,IAOX;IAPD,WAAY,IAAI;QACd,yBAAiB,CAAA;QACjB;;;WAGG;QACH,sCAA8B,CAAA;IAChC,CAAC,EAPW,IAAI,GAAJ,sBAAI,KAAJ,sBAAI,QAOf;IAED,SAAgB,UAAU,CAAC,GAAsB,EAAE,eAAyB;QAC1E,MAAM,OAAO,mCACR,CAAC,eAAe,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAE,KAAK,CAAC,iBAAiB,CAAC,UAAU,CAAC,GAAG,CAAuB,CAAC,GACxF,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAPe,4BAAU,aAOzB,CAAA;IACY,gCAAc,GAAG,sBAAsB,CAAC;IACrD,SAAgB,sBAAsB,CACpC,GAAsB,EACtB,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,iBAAiB,CAAC,sBAAsB,CAAC,GAAG,CAAuB,CAAC,GAC5E,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAZe,wCAAsB,yBAYrC,CAAA;AACH,CAAC,EAhCgB,iBAAiB,GAAjB,yBAAiB,KAAjB,yBAAiB,QAgCjC"}
|
|
@@ -44,6 +44,8 @@ var CredentialDetails;
|
|
|
44
44
|
switch (obj.credentialType) {
|
|
45
45
|
case "CREDENTIALS_BY_SOURCE":
|
|
46
46
|
return model.CredentialsBySource.getJsonObj(jsonObj, true);
|
|
47
|
+
case "CREDENTIALS_BY_VAULT":
|
|
48
|
+
return model.CredentialByVault.getJsonObj(jsonObj, true);
|
|
47
49
|
default:
|
|
48
50
|
throw Error("Unknown value for: " + obj.credentialType);
|
|
49
51
|
}
|
|
@@ -57,6 +59,8 @@ var CredentialDetails;
|
|
|
57
59
|
switch (obj.credentialType) {
|
|
58
60
|
case "CREDENTIALS_BY_SOURCE":
|
|
59
61
|
return model.CredentialsBySource.getDeserializedJsonObj(jsonObj, true);
|
|
62
|
+
case "CREDENTIALS_BY_VAULT":
|
|
63
|
+
return model.CredentialByVault.getDeserializedJsonObj(jsonObj, true);
|
|
60
64
|
default:
|
|
61
65
|
throw Error("Unknown value for: " + obj.credentialType);
|
|
62
66
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"credential-details.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/model/credential-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAgBlC,IAAiB,iBAAiB,
|
|
1
|
+
{"version":3,"file":"credential-details.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/model/credential-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAgBlC,IAAiB,iBAAiB,CA2CjC;AA3CD,WAAiB,iBAAiB;IAChC,SAAgB,UAAU,CAAC,GAAsB;QAC/C,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,gBAAgB,IAAI,GAAG,IAAI,GAAG,CAAC,cAAc,EAAE;YACjD,QAAQ,GAAG,CAAC,cAAc,EAAE;gBAC1B,KAAK,uBAAuB;oBAC1B,OAAO,KAAK,CAAC,mBAAmB,CAAC,UAAU,CACL,OAAQ,EAC5C,IAAI,CACL,CAAC;gBACJ,KAAK,sBAAsB;oBACzB,OAAO,KAAK,CAAC,iBAAiB,CAAC,UAAU,CACL,OAAQ,EAC1C,IAAI,CACL,CAAC;gBACJ;oBACE,MAAM,KAAK,CAAC,qBAAqB,GAAG,GAAG,CAAC,cAAc,CAAC,CAAC;aAC3D;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IApBe,4BAAU,aAoBzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAsB;QAC3D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,gBAAgB,IAAI,GAAG,IAAI,GAAG,CAAC,cAAc,EAAE;YACjD,QAAQ,GAAG,CAAC,cAAc,EAAE;gBAC1B,KAAK,uBAAuB;oBAC1B,OAAO,KAAK,CAAC,mBAAmB,CAAC,sBAAsB,CACjB,OAAQ,EAC5C,IAAI,CACL,CAAC;gBACJ,KAAK,sBAAsB;oBACzB,OAAO,KAAK,CAAC,iBAAiB,CAAC,sBAAsB,CACjB,OAAQ,EAC1C,IAAI,CACL,CAAC;gBACJ;oBACE,MAAM,KAAK,CAAC,qBAAqB,GAAG,GAAG,CAAC,cAAc,CAAC,CAAC;aAC3D;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IApBe,wCAAsB,yBAoBrC,CAAA;AACH,CAAC,EA3CgB,iBAAiB,GAAjB,yBAAiB,KAAjB,yBAAiB,QA2CjC"}
|
|
@@ -48,6 +48,8 @@ var DatabaseConfigurationSummary;
|
|
|
48
48
|
return model.AutonomousDatabaseConfigurationSummary.getJsonObj(jsonObj, true);
|
|
49
49
|
case "MACS_MANAGED_EXTERNAL_DATABASE":
|
|
50
50
|
return model.MacsManagedExternalDatabaseConfigurationSummary.getJsonObj(jsonObj, true);
|
|
51
|
+
case "PE_COMANAGED_DATABASE":
|
|
52
|
+
return model.PeComanagedManagedExternalDatabaseConfigurationSummary.getJsonObj(jsonObj, true);
|
|
51
53
|
default:
|
|
52
54
|
throw Error("Unknown value for: " + obj.entitySource);
|
|
53
55
|
}
|
|
@@ -65,6 +67,8 @@ var DatabaseConfigurationSummary;
|
|
|
65
67
|
return model.AutonomousDatabaseConfigurationSummary.getDeserializedJsonObj(jsonObj, true);
|
|
66
68
|
case "MACS_MANAGED_EXTERNAL_DATABASE":
|
|
67
69
|
return model.MacsManagedExternalDatabaseConfigurationSummary.getDeserializedJsonObj(jsonObj, true);
|
|
70
|
+
case "PE_COMANAGED_DATABASE":
|
|
71
|
+
return model.PeComanagedManagedExternalDatabaseConfigurationSummary.getDeserializedJsonObj(jsonObj, true);
|
|
68
72
|
default:
|
|
69
73
|
throw Error("Unknown value for: " + obj.entitySource);
|
|
70
74
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"database-configuration-summary.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/model/database-configuration-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAuDlC,IAAiB,4BAA4B,
|
|
1
|
+
{"version":3,"file":"database-configuration-summary.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/model/database-configuration-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAuDlC,IAAiB,4BAA4B,CA+D5C;AA/DD,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,qBAAqB;oBACxB,OAAO,KAAK,CAAC,sCAAsC,CAAC,UAAU,CACL,OAAQ,EAC/D,IAAI,CACL,CAAC;gBACJ,KAAK,gCAAgC;oBACnC,OAAO,KAAK,CAAC,+CAA+C,CAAC,UAAU,CACL,OAAQ,EACxE,IAAI,CACL,CAAC;gBACJ,KAAK,uBAAuB;oBAC1B,OAAO,KAAK,CAAC,sDAAsD,CAAC,UAAU,CACL,OAAQ,EAC/E,IAAI,CACL,CAAC;gBACJ;oBACE,MAAM,KAAK,CAAC,qBAAqB,GAAG,GAAG,CAAC,YAAY,CAAC,CAAC;aACzD;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IA9Be,uCAAU,aA8BzB,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,qBAAqB;oBACxB,OAAO,KAAK,CAAC,sCAAsC,CAAC,sBAAsB,CACjB,OAAQ,EAC/D,IAAI,CACL,CAAC;gBACJ,KAAK,gCAAgC;oBACnC,OAAO,KAAK,CAAC,+CAA+C,CAAC,sBAAsB,CACjB,OAAQ,EACxE,IAAI,CACL,CAAC;gBACJ,KAAK,uBAAuB;oBAC1B,OAAO,KAAK,CAAC,sDAAsD,CAAC,sBAAsB,CACjB,OAAQ,EAC/E,IAAI,CACL,CAAC;gBACJ;oBACE,MAAM,KAAK,CAAC,qBAAqB,GAAG,GAAG,CAAC,YAAY,CAAC,CAAC;aACzD;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IA9Be,mDAAsB,yBA8BrC,CAAA;AACH,CAAC,EA/DgB,4BAA4B,GAA5B,oCAA4B,KAA5B,oCAA4B,QA+D5C"}
|
|
@@ -20,6 +20,7 @@ export declare enum DatabaseEntitySourceAll {
|
|
|
20
20
|
AutonomousDatabase = "AUTONOMOUS_DATABASE",
|
|
21
21
|
EmManagedExternalDatabase = "EM_MANAGED_EXTERNAL_DATABASE",
|
|
22
22
|
MacsManagedExternalDatabase = "MACS_MANAGED_EXTERNAL_DATABASE",
|
|
23
|
+
PeComanagedDatabase = "PE_COMANAGED_DATABASE",
|
|
23
24
|
/**
|
|
24
25
|
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
25
26
|
* version of the SDK.
|