oci-opsi 2.94.0 → 2.95.1
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 +18 -0
- package/lib/client.js +136 -6
- package/lib/client.js.map +1 -1
- package/lib/model/add-exadata-insight-members-details.js +4 -0
- package/lib/model/add-exadata-insight-members-details.js.map +1 -1
- package/lib/model/add-macs-managed-cloud-exadata-insight-members-details.d.ts +28 -0
- package/lib/model/add-macs-managed-cloud-exadata-insight-members-details.js +69 -0
- package/lib/model/add-macs-managed-cloud-exadata-insight-members-details.js.map +1 -0
- package/lib/model/change-macs-managed-cloud-database-insight-connection-details.d.ts +31 -0
- package/lib/model/change-macs-managed-cloud-database-insight-connection-details.js +66 -0
- package/lib/model/change-macs-managed-cloud-database-insight-connection-details.js.map +1 -0
- 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-exadata-insight-details.js +4 -0
- package/lib/model/create-exadata-insight-details.js.map +1 -1
- package/lib/model/create-macs-managed-cloud-database-insight-details.d.ts +61 -0
- package/lib/model/create-macs-managed-cloud-database-insight-details.js +78 -0
- package/lib/model/create-macs-managed-cloud-database-insight-details.js.map +1 -0
- package/lib/model/create-macs-managed-cloud-exadata-cluster-details.d.ts +33 -0
- package/lib/model/create-macs-managed-cloud-exadata-cluster-details.js +71 -0
- package/lib/model/create-macs-managed-cloud-exadata-cluster-details.js.map +1 -0
- package/lib/model/create-macs-managed-cloud-exadata-insight-details.d.ts +32 -0
- package/lib/model/create-macs-managed-cloud-exadata-insight-details.js +69 -0
- package/lib/model/create-macs-managed-cloud-exadata-insight-details.js.map +1 -0
- package/lib/model/create-macs-managed-cloud-exadata-vmcluster-details.d.ts +31 -0
- package/lib/model/create-macs-managed-cloud-exadata-vmcluster-details.js +69 -0
- package/lib/model/create-macs-managed-cloud-exadata-vmcluster-details.js.map +1 -0
- package/lib/model/d-bconnection-status.d.ts +27 -0
- package/lib/model/d-bconnection-status.js +57 -0
- package/lib/model/d-bconnection-status.js.map +1 -0
- package/lib/model/database-configuration-metric-group.js +16 -0
- package/lib/model/database-configuration-metric-group.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.js +4 -0
- package/lib/model/database-insight-summary.js.map +1 -1
- package/lib/model/database-insight.js +4 -0
- package/lib/model/database-insight.js.map +1 -1
- package/lib/model/em-managed-external-database-configuration-summary.d.ts +16 -0
- package/lib/model/em-managed-external-database-configuration-summary.js.map +1 -1
- package/lib/model/em-managed-external-host-configuration-summary.d.ts +16 -0
- package/lib/model/em-managed-external-host-configuration-summary.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-exadata-insight-details.js +4 -0
- package/lib/model/enable-exadata-insight-details.js.map +1 -1
- package/lib/model/enable-macs-managed-cloud-database-insight-details.d.ts +65 -0
- package/lib/model/enable-macs-managed-cloud-database-insight-details.js +71 -0
- package/lib/model/enable-macs-managed-cloud-database-insight-details.js.map +1 -0
- package/lib/model/enable-macs-managed-cloud-exadata-insight-details.d.ts +27 -0
- package/lib/model/enable-macs-managed-cloud-exadata-insight-details.js +57 -0
- package/lib/model/enable-macs-managed-cloud-exadata-insight-details.js.map +1 -0
- package/lib/model/exadata-asm-entity.d.ts +40 -0
- package/lib/model/exadata-asm-entity.js +57 -0
- package/lib/model/exadata-asm-entity.js.map +1 -0
- package/lib/model/exadata-cell-config.d.ts +48 -0
- package/lib/model/exadata-cell-config.js +57 -0
- package/lib/model/exadata-cell-config.js.map +1 -0
- package/lib/model/exadata-configuration-summary.js +4 -0
- package/lib/model/exadata-configuration-summary.js.map +1 -1
- package/lib/model/exadata-database-machine-configuration-summary.d.ts +16 -0
- package/lib/model/exadata-database-machine-configuration-summary.js.map +1 -1
- package/lib/model/exadata-entity-source.d.ts +1 -0
- package/lib/model/exadata-entity-source.js +1 -0
- package/lib/model/exadata-entity-source.js.map +1 -1
- package/lib/model/exadata-exacc-configuration-summary.d.ts +35 -0
- package/lib/model/exadata-exacc-configuration-summary.js +57 -0
- package/lib/model/exadata-exacc-configuration-summary.js.map +1 -0
- package/lib/model/exadata-insight-summary.js +4 -0
- package/lib/model/exadata-insight-summary.js.map +1 -1
- package/lib/model/exadata-insight.js +4 -0
- package/lib/model/exadata-insight.js.map +1 -1
- package/lib/model/exadata-rack-type.d.ts +4 -0
- package/lib/model/exadata-rack-type.js +4 -0
- package/lib/model/exadata-rack-type.js.map +1 -1
- package/lib/model/exadata-resource-type.d.ts +1 -0
- package/lib/model/exadata-resource-type.js +1 -0
- package/lib/model/exadata-resource-type.js.map +1 -1
- package/lib/model/exadata-vm-cluster-type.d.ts +25 -0
- package/lib/model/exadata-vm-cluster-type.js +36 -0
- package/lib/model/exadata-vm-cluster-type.js.map +1 -0
- package/lib/model/host-allocation.d.ts +36 -0
- package/lib/model/host-allocation.js +57 -0
- package/lib/model/host-allocation.js.map +1 -0
- package/lib/model/host-configuration-summary.js +4 -0
- package/lib/model/host-configuration-summary.js.map +1 -1
- package/lib/model/host-containers.d.ts +1 -1
- package/lib/model/host-entity-source.d.ts +1 -0
- package/lib/model/host-entity-source.js +1 -0
- package/lib/model/host-entity-source.js.map +1 -1
- package/lib/model/host-insight-summary.js +4 -0
- package/lib/model/host-insight-summary.js.map +1 -1
- package/lib/model/host-insight.js +4 -0
- package/lib/model/host-insight.js.map +1 -1
- package/lib/model/index.d.ts +52 -0
- package/lib/model/index.js +62 -10
- package/lib/model/index.js.map +1 -1
- package/lib/model/macs-managed-cloud-database-configuration-summary.d.ts +40 -0
- package/lib/model/macs-managed-cloud-database-configuration-summary.js +65 -0
- package/lib/model/macs-managed-cloud-database-configuration-summary.js.map +1 -0
- package/lib/model/macs-managed-cloud-database-host-insight-summary.d.ts +61 -0
- package/lib/model/macs-managed-cloud-database-host-insight-summary.js +72 -0
- package/lib/model/macs-managed-cloud-database-host-insight-summary.js.map +1 -0
- package/lib/model/macs-managed-cloud-database-host-insight.d.ts +69 -0
- package/lib/model/macs-managed-cloud-database-host-insight.js +72 -0
- package/lib/model/macs-managed-cloud-database-host-insight.js.map +1 -0
- package/lib/model/macs-managed-cloud-database-insight-summary.d.ts +43 -0
- package/lib/model/macs-managed-cloud-database-insight-summary.js +57 -0
- package/lib/model/macs-managed-cloud-database-insight-summary.js.map +1 -0
- package/lib/model/macs-managed-cloud-database-insight.d.ts +62 -0
- package/lib/model/macs-managed-cloud-database-insight.js +71 -0
- package/lib/model/macs-managed-cloud-database-insight.js.map +1 -0
- package/lib/model/macs-managed-cloud-db-host-configuration-summary.d.ts +36 -0
- package/lib/model/macs-managed-cloud-db-host-configuration-summary.js +65 -0
- package/lib/model/macs-managed-cloud-db-host-configuration-summary.js.map +1 -0
- package/lib/model/macs-managed-cloud-exadata-insight-summary.d.ts +39 -0
- package/lib/model/macs-managed-cloud-exadata-insight-summary.js +57 -0
- package/lib/model/macs-managed-cloud-exadata-insight-summary.js.map +1 -0
- package/lib/model/macs-managed-cloud-exadata-insight.d.ts +39 -0
- package/lib/model/macs-managed-cloud-exadata-insight.js +57 -0
- package/lib/model/macs-managed-cloud-exadata-insight.js.map +1 -0
- package/lib/model/operation-type.d.ts +2 -0
- package/lib/model/operation-type.js +2 -0
- package/lib/model/operation-type.js.map +1 -1
- package/lib/model/test-macs-managed-cloud-database-insight-connection-details.d.ts +31 -0
- package/lib/model/test-macs-managed-cloud-database-insight-connection-details.js +66 -0
- package/lib/model/test-macs-managed-cloud-database-insight-connection-details.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-exadata-insight-details.js +4 -0
- package/lib/model/update-exadata-insight-details.js.map +1 -1
- package/lib/model/update-host-insight-details.js +4 -0
- package/lib/model/update-host-insight-details.js.map +1 -1
- package/lib/model/update-macs-managed-cloud-database-host-insight-details.d.ts +27 -0
- package/lib/model/update-macs-managed-cloud-database-host-insight-details.js +57 -0
- package/lib/model/update-macs-managed-cloud-database-host-insight-details.js.map +1 -0
- package/lib/model/update-macs-managed-cloud-database-insight-details.d.ts +27 -0
- package/lib/model/update-macs-managed-cloud-database-insight-details.js +57 -0
- package/lib/model/update-macs-managed-cloud-database-insight-details.js.map +1 -0
- package/lib/model/update-macs-managed-cloud-exadata-insight-details.d.ts +27 -0
- package/lib/model/update-macs-managed-cloud-exadata-insight-details.js +57 -0
- package/lib/model/update-macs-managed-cloud-exadata-insight-details.js.map +1 -0
- package/lib/request/add-exadata-insight-members-request.d.ts +1 -1
- package/lib/request/change-macs-managed-cloud-database-insight-connection-request.d.ts +50 -0
- package/lib/request/change-macs-managed-cloud-database-insight-connection-request.js +15 -0
- package/lib/request/change-macs-managed-cloud-database-insight-connection-request.js.map +1 -0
- package/lib/request/create-database-insight-request.d.ts +1 -1
- package/lib/request/create-exadata-insight-request.d.ts +1 -1
- package/lib/request/enable-database-insight-request.d.ts +1 -1
- package/lib/request/enable-exadata-insight-request.d.ts +1 -1
- package/lib/request/index.d.ts +4 -0
- package/lib/request/index.js.map +1 -1
- package/lib/request/list-database-configurations-request.d.ts +3 -0
- package/lib/request/list-database-configurations-request.js +3 -0
- package/lib/request/list-database-configurations-request.js.map +1 -1
- package/lib/request/list-database-insights-request.d.ts +3 -0
- package/lib/request/list-database-insights-request.js +3 -0
- package/lib/request/list-database-insights-request.js.map +1 -1
- package/lib/request/list-exadata-configurations-request.d.ts +5 -0
- package/lib/request/list-exadata-configurations-request.js.map +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/summarize-database-insight-resource-capacity-trend-request.d.ts +3 -0
- package/lib/request/summarize-database-insight-resource-capacity-trend-request.js +3 -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 +3 -0
- package/lib/request/summarize-database-insight-resource-forecast-trend-request.js +3 -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 +3 -0
- package/lib/request/summarize-database-insight-resource-statistics-request.js +3 -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 +3 -0
- package/lib/request/summarize-database-insight-resource-usage-request.js +3 -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 +3 -0
- package/lib/request/summarize-database-insight-resource-usage-trend-request.js +3 -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 +3 -0
- package/lib/request/summarize-database-insight-resource-utilization-insight-request.js +3 -0
- package/lib/request/summarize-database-insight-resource-utilization-insight-request.js.map +1 -1
- package/lib/request/summarize-exadata-insight-resource-capacity-trend-aggregated-request.d.ts +5 -0
- package/lib/request/summarize-exadata-insight-resource-capacity-trend-aggregated-request.js.map +1 -1
- package/lib/request/summarize-exadata-insight-resource-forecast-trend-aggregated-request.d.ts +5 -0
- package/lib/request/summarize-exadata-insight-resource-forecast-trend-aggregated-request.js.map +1 -1
- package/lib/request/summarize-exadata-insight-resource-usage-aggregated-request.d.ts +5 -0
- package/lib/request/summarize-exadata-insight-resource-usage-request.d.ts +5 -0
- package/lib/request/summarize-exadata-insight-resource-usage-request.js.map +1 -1
- package/lib/request/summarize-exadata-insight-resource-utilization-insight-request.d.ts +5 -0
- 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-host-insight-top-processes-usage-request.d.ts +1 -1
- package/lib/request/summarize-host-insight-top-processes-usage-trend-request.d.ts +1 -1
- package/lib/request/summarize-sql-insights-request.d.ts +3 -0
- package/lib/request/summarize-sql-insights-request.js +3 -0
- package/lib/request/summarize-sql-insights-request.js.map +1 -1
- package/lib/request/summarize-sql-statistics-request.d.ts +3 -0
- package/lib/request/summarize-sql-statistics-request.js +3 -0
- package/lib/request/summarize-sql-statistics-request.js.map +1 -1
- package/lib/request/test-macs-managed-cloud-database-insight-connection-request.d.ts +49 -0
- package/lib/request/test-macs-managed-cloud-database-insight-connection-request.js +15 -0
- package/lib/request/test-macs-managed-cloud-database-insight-connection-request.js.map +1 -0
- package/lib/request/update-database-insight-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/response/change-macs-managed-cloud-database-insight-connection-response.d.ts +25 -0
- package/lib/response/change-macs-managed-cloud-database-insight-connection-response.js +15 -0
- package/lib/response/change-macs-managed-cloud-database-insight-connection-response.js.map +1 -0
- package/lib/response/index.d.ts +4 -0
- package/lib/response/test-macs-managed-cloud-database-insight-connection-response.d.ts +25 -0
- package/lib/response/test-macs-managed-cloud-database-insight-connection-response.js +15 -0
- package/lib/response/test-macs-managed-cloud-database-insight-connection-response.js.map +1 -0
- package/package.json +3 -3
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Ops Insights API
|
|
4
|
+
* Use the Ops 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 Ops 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, 2024, 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.MacsManagedCloudDatabaseHostInsightSummary = void 0;
|
|
38
|
+
const model = __importStar(require("../model"));
|
|
39
|
+
var MacsManagedCloudDatabaseHostInsightSummary;
|
|
40
|
+
(function (MacsManagedCloudDatabaseHostInsightSummary) {
|
|
41
|
+
let PlatformType;
|
|
42
|
+
(function (PlatformType) {
|
|
43
|
+
PlatformType["Linux"] = "LINUX";
|
|
44
|
+
PlatformType["Solaris"] = "SOLARIS";
|
|
45
|
+
PlatformType["Sunos"] = "SUNOS";
|
|
46
|
+
PlatformType["Zlinux"] = "ZLINUX";
|
|
47
|
+
PlatformType["Windows"] = "WINDOWS";
|
|
48
|
+
PlatformType["Aix"] = "AIX";
|
|
49
|
+
PlatformType["HpUx"] = "HP_UX";
|
|
50
|
+
/**
|
|
51
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
52
|
+
* version of the SDK.
|
|
53
|
+
*/
|
|
54
|
+
PlatformType["UnknownValue"] = "UNKNOWN_VALUE";
|
|
55
|
+
})(PlatformType = MacsManagedCloudDatabaseHostInsightSummary.PlatformType || (MacsManagedCloudDatabaseHostInsightSummary.PlatformType = {}));
|
|
56
|
+
function getJsonObj(obj, isParentJsonObj) {
|
|
57
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
58
|
+
? obj
|
|
59
|
+
: model.HostInsightSummary.getJsonObj(obj))), {});
|
|
60
|
+
return jsonObj;
|
|
61
|
+
}
|
|
62
|
+
MacsManagedCloudDatabaseHostInsightSummary.getJsonObj = getJsonObj;
|
|
63
|
+
MacsManagedCloudDatabaseHostInsightSummary.entitySource = "MACS_MANAGED_CLOUD_DB_HOST";
|
|
64
|
+
function getDeserializedJsonObj(obj, isParentJsonObj) {
|
|
65
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
66
|
+
? obj
|
|
67
|
+
: model.HostInsightSummary.getDeserializedJsonObj(obj))), {});
|
|
68
|
+
return jsonObj;
|
|
69
|
+
}
|
|
70
|
+
MacsManagedCloudDatabaseHostInsightSummary.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
71
|
+
})(MacsManagedCloudDatabaseHostInsightSummary = exports.MacsManagedCloudDatabaseHostInsightSummary || (exports.MacsManagedCloudDatabaseHostInsightSummary = {}));
|
|
72
|
+
//# sourceMappingURL=macs-managed-cloud-database-host-insight-summary.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"macs-managed-cloud-database-host-insight-summary.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/model/macs-managed-cloud-database-host-insight-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA+BlC,IAAiB,0CAA0C,CA6C1D;AA7CD,WAAiB,0CAA0C;IACzD,IAAY,YAaX;IAbD,WAAY,YAAY;QACtB,+BAAe,CAAA;QACf,mCAAmB,CAAA;QACnB,+BAAe,CAAA;QACf,iCAAiB,CAAA;QACjB,mCAAmB,CAAA;QACnB,2BAAW,CAAA;QACX,8BAAc,CAAA;QACd;;;WAGG;QACH,8CAA8B,CAAA;IAChC,CAAC,EAbW,YAAY,GAAZ,uDAAY,KAAZ,uDAAY,QAavB;IAED,SAAgB,UAAU,CACxB,GAA+C,EAC/C,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,kBAAkB,CAAC,UAAU,CAAC,GAAG,CAAgD,CAAC,GAC1F,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAZe,qDAAU,aAYzB,CAAA;IACY,uDAAY,GAAG,4BAA4B,CAAC;IACzD,SAAgB,sBAAsB,CACpC,GAA+C,EAC/C,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,kBAAkB,CAAC,sBAAsB,CAC9C,GAAG,CAC2C,CAAC,GAClD,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,iEAAsB,yBAcrC,CAAA;AACH,CAAC,EA7CgB,0CAA0C,GAA1C,kDAA0C,KAA1C,kDAA0C,QA6C1D"}
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Ops Insights API
|
|
3
|
+
* Use the Ops 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 Ops 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, 2024, 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
|
+
* Cloud MACS-managed database host insight resource.
|
|
19
|
+
*/
|
|
20
|
+
export interface MacsManagedCloudDatabaseHostInsight extends model.HostInsight {
|
|
21
|
+
/**
|
|
22
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Management Agent
|
|
23
|
+
*/
|
|
24
|
+
"managementAgentId": string;
|
|
25
|
+
/**
|
|
26
|
+
* Platform name.
|
|
27
|
+
*/
|
|
28
|
+
"platformName"?: string;
|
|
29
|
+
/**
|
|
30
|
+
* Platform type.
|
|
31
|
+
* Supported platformType(s) for MACS-managed external host insight: [LINUX, SOLARIS, WINDOWS].
|
|
32
|
+
* Supported platformType(s) for MACS-managed cloud host insight: [LINUX].
|
|
33
|
+
* Supported platformType(s) for EM-managed external host insight: [LINUX, SOLARIS, SUNOS, ZLINUX, WINDOWS, AIX, HP-UX].
|
|
34
|
+
*
|
|
35
|
+
*/
|
|
36
|
+
"platformType"?: MacsManagedCloudDatabaseHostInsight.PlatformType;
|
|
37
|
+
/**
|
|
38
|
+
* Platform version.
|
|
39
|
+
*/
|
|
40
|
+
"platformVersion"?: string;
|
|
41
|
+
/**
|
|
42
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VM Cluster or DB System ID, depending on which configuration the resource belongs to.
|
|
43
|
+
*/
|
|
44
|
+
"parentId"?: string;
|
|
45
|
+
/**
|
|
46
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Exadata Infrastructure.
|
|
47
|
+
*/
|
|
48
|
+
"rootId"?: string;
|
|
49
|
+
"entitySource": string;
|
|
50
|
+
}
|
|
51
|
+
export declare namespace MacsManagedCloudDatabaseHostInsight {
|
|
52
|
+
enum PlatformType {
|
|
53
|
+
Linux = "LINUX",
|
|
54
|
+
Solaris = "SOLARIS",
|
|
55
|
+
Sunos = "SUNOS",
|
|
56
|
+
Zlinux = "ZLINUX",
|
|
57
|
+
Windows = "WINDOWS",
|
|
58
|
+
Aix = "AIX",
|
|
59
|
+
HpUx = "HP_UX",
|
|
60
|
+
/**
|
|
61
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
62
|
+
* version of the SDK.
|
|
63
|
+
*/
|
|
64
|
+
UnknownValue = "UNKNOWN_VALUE"
|
|
65
|
+
}
|
|
66
|
+
function getJsonObj(obj: MacsManagedCloudDatabaseHostInsight, isParentJsonObj?: boolean): object;
|
|
67
|
+
const entitySource = "MACS_MANAGED_CLOUD_DB_HOST";
|
|
68
|
+
function getDeserializedJsonObj(obj: MacsManagedCloudDatabaseHostInsight, isParentJsonObj?: boolean): object;
|
|
69
|
+
}
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Ops Insights API
|
|
4
|
+
* Use the Ops 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 Ops 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, 2024, 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.MacsManagedCloudDatabaseHostInsight = void 0;
|
|
38
|
+
const model = __importStar(require("../model"));
|
|
39
|
+
var MacsManagedCloudDatabaseHostInsight;
|
|
40
|
+
(function (MacsManagedCloudDatabaseHostInsight) {
|
|
41
|
+
let PlatformType;
|
|
42
|
+
(function (PlatformType) {
|
|
43
|
+
PlatformType["Linux"] = "LINUX";
|
|
44
|
+
PlatformType["Solaris"] = "SOLARIS";
|
|
45
|
+
PlatformType["Sunos"] = "SUNOS";
|
|
46
|
+
PlatformType["Zlinux"] = "ZLINUX";
|
|
47
|
+
PlatformType["Windows"] = "WINDOWS";
|
|
48
|
+
PlatformType["Aix"] = "AIX";
|
|
49
|
+
PlatformType["HpUx"] = "HP_UX";
|
|
50
|
+
/**
|
|
51
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
52
|
+
* version of the SDK.
|
|
53
|
+
*/
|
|
54
|
+
PlatformType["UnknownValue"] = "UNKNOWN_VALUE";
|
|
55
|
+
})(PlatformType = MacsManagedCloudDatabaseHostInsight.PlatformType || (MacsManagedCloudDatabaseHostInsight.PlatformType = {}));
|
|
56
|
+
function getJsonObj(obj, isParentJsonObj) {
|
|
57
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
58
|
+
? obj
|
|
59
|
+
: model.HostInsight.getJsonObj(obj))), {});
|
|
60
|
+
return jsonObj;
|
|
61
|
+
}
|
|
62
|
+
MacsManagedCloudDatabaseHostInsight.getJsonObj = getJsonObj;
|
|
63
|
+
MacsManagedCloudDatabaseHostInsight.entitySource = "MACS_MANAGED_CLOUD_DB_HOST";
|
|
64
|
+
function getDeserializedJsonObj(obj, isParentJsonObj) {
|
|
65
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
66
|
+
? obj
|
|
67
|
+
: model.HostInsight.getDeserializedJsonObj(obj))), {});
|
|
68
|
+
return jsonObj;
|
|
69
|
+
}
|
|
70
|
+
MacsManagedCloudDatabaseHostInsight.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
71
|
+
})(MacsManagedCloudDatabaseHostInsight = exports.MacsManagedCloudDatabaseHostInsight || (exports.MacsManagedCloudDatabaseHostInsight = {}));
|
|
72
|
+
//# sourceMappingURL=macs-managed-cloud-database-host-insight.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"macs-managed-cloud-database-host-insight.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/model/macs-managed-cloud-database-host-insight.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAuClC,IAAiB,mCAAmC,CA2CnD;AA3CD,WAAiB,mCAAmC;IAClD,IAAY,YAaX;IAbD,WAAY,YAAY;QACtB,+BAAe,CAAA;QACf,mCAAmB,CAAA;QACnB,+BAAe,CAAA;QACf,iCAAiB,CAAA;QACjB,mCAAmB,CAAA;QACnB,2BAAW,CAAA;QACX,8BAAc,CAAA;QACd;;;WAGG;QACH,8CAA8B,CAAA;IAChC,CAAC,EAbW,YAAY,GAAZ,gDAAY,KAAZ,gDAAY,QAavB;IAED,SAAgB,UAAU,CACxB,GAAwC,EACxC,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,WAAW,CAAC,UAAU,CAAC,GAAG,CAAyC,CAAC,GAC5E,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAZe,8CAAU,aAYzB,CAAA;IACY,gDAAY,GAAG,4BAA4B,CAAC;IACzD,SAAgB,sBAAsB,CACpC,GAAwC,EACxC,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,WAAW,CAAC,sBAAsB,CAAC,GAAG,CAAyC,CAAC,GACxF,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAZe,0DAAsB,yBAYrC,CAAA;AACH,CAAC,EA3CgB,mCAAmC,GAAnC,2CAAmC,KAAnC,2CAAmC,QA2CnD"}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Ops Insights API
|
|
3
|
+
* Use the Ops 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 Ops 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, 2024, 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
|
+
* Summary of a database insight resource.
|
|
19
|
+
*/
|
|
20
|
+
export interface MacsManagedCloudDatabaseInsightSummary extends model.DatabaseInsightSummary {
|
|
21
|
+
/**
|
|
22
|
+
* OCI database resource type
|
|
23
|
+
*/
|
|
24
|
+
"databaseResourceType"?: string;
|
|
25
|
+
/**
|
|
26
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Management Agent
|
|
27
|
+
*/
|
|
28
|
+
"managementAgentId"?: string;
|
|
29
|
+
/**
|
|
30
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VM Cluster or DB System ID, depending on which configuration the resource belongs to.
|
|
31
|
+
*/
|
|
32
|
+
"parentId"?: string;
|
|
33
|
+
/**
|
|
34
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the root resource for a composite target. e.g. for ExaCS members the rootId will be the OCID of the Exadata Infrastructure resource.
|
|
35
|
+
*/
|
|
36
|
+
"rootId"?: string;
|
|
37
|
+
"entitySource": string;
|
|
38
|
+
}
|
|
39
|
+
export declare namespace MacsManagedCloudDatabaseInsightSummary {
|
|
40
|
+
function getJsonObj(obj: MacsManagedCloudDatabaseInsightSummary, isParentJsonObj?: boolean): object;
|
|
41
|
+
const entitySource = "MACS_MANAGED_CLOUD_DATABASE";
|
|
42
|
+
function getDeserializedJsonObj(obj: MacsManagedCloudDatabaseInsightSummary, isParentJsonObj?: boolean): object;
|
|
43
|
+
}
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Ops Insights API
|
|
4
|
+
* Use the Ops 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 Ops 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, 2024, 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.MacsManagedCloudDatabaseInsightSummary = void 0;
|
|
38
|
+
const model = __importStar(require("../model"));
|
|
39
|
+
var MacsManagedCloudDatabaseInsightSummary;
|
|
40
|
+
(function (MacsManagedCloudDatabaseInsightSummary) {
|
|
41
|
+
function getJsonObj(obj, isParentJsonObj) {
|
|
42
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
43
|
+
? obj
|
|
44
|
+
: model.DatabaseInsightSummary.getJsonObj(obj))), {});
|
|
45
|
+
return jsonObj;
|
|
46
|
+
}
|
|
47
|
+
MacsManagedCloudDatabaseInsightSummary.getJsonObj = getJsonObj;
|
|
48
|
+
MacsManagedCloudDatabaseInsightSummary.entitySource = "MACS_MANAGED_CLOUD_DATABASE";
|
|
49
|
+
function getDeserializedJsonObj(obj, isParentJsonObj) {
|
|
50
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
51
|
+
? obj
|
|
52
|
+
: model.DatabaseInsightSummary.getDeserializedJsonObj(obj))), {});
|
|
53
|
+
return jsonObj;
|
|
54
|
+
}
|
|
55
|
+
MacsManagedCloudDatabaseInsightSummary.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
56
|
+
})(MacsManagedCloudDatabaseInsightSummary = exports.MacsManagedCloudDatabaseInsightSummary || (exports.MacsManagedCloudDatabaseInsightSummary = {}));
|
|
57
|
+
//# sourceMappingURL=macs-managed-cloud-database-insight-summary.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"macs-managed-cloud-database-insight-summary.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/model/macs-managed-cloud-database-insight-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA2BlC,IAAiB,sCAAsC,CA8BtD;AA9BD,WAAiB,sCAAsC;IACrD,SAAgB,UAAU,CACxB,GAA2C,EAC3C,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,sBAAsB,CAAC,UAAU,CAAC,GAAG,CAA4C,CAAC,GAC1F,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAZe,iDAAU,aAYzB,CAAA;IACY,mDAAY,GAAG,6BAA6B,CAAC;IAC1D,SAAgB,sBAAsB,CACpC,GAA2C,EAC3C,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,sBAAsB,CAAC,sBAAsB,CAClD,GAAG,CACuC,CAAC,GAC9C,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,6DAAsB,yBAcrC,CAAA;AACH,CAAC,EA9BgB,sCAAsC,GAAtC,8CAAsC,KAAtC,8CAAsC,QA8BtD"}
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Ops Insights API
|
|
3
|
+
* Use the Ops 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 Ops 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, 2024, 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
|
+
* Database insight resource.
|
|
19
|
+
*/
|
|
20
|
+
export interface MacsManagedCloudDatabaseInsight extends model.DatabaseInsight {
|
|
21
|
+
/**
|
|
22
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Management Agent
|
|
23
|
+
*/
|
|
24
|
+
"managementAgentId"?: string;
|
|
25
|
+
"connectionDetails"?: model.ConnectionDetails;
|
|
26
|
+
"connectionCredentialDetails"?: model.CredentialsBySource | model.CredentialByVault;
|
|
27
|
+
/**
|
|
28
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the database.
|
|
29
|
+
*/
|
|
30
|
+
"databaseId": string;
|
|
31
|
+
/**
|
|
32
|
+
* Name of database
|
|
33
|
+
*/
|
|
34
|
+
"databaseName": string;
|
|
35
|
+
/**
|
|
36
|
+
* Display name of database
|
|
37
|
+
*/
|
|
38
|
+
"databaseDisplayName"?: string;
|
|
39
|
+
/**
|
|
40
|
+
* OCI database resource type
|
|
41
|
+
*/
|
|
42
|
+
"databaseResourceType": string;
|
|
43
|
+
/**
|
|
44
|
+
* Additional details of a database in JSON format. For autonomous databases, this is the AutonomousDatabase object serialized as a JSON string as defined in https://docs.cloud.oracle.com/en-us/iaas/api/#/en/database/20160918/AutonomousDatabase/. For EM, pass in null or an empty string. Note that this string needs to be escaped when specified in the curl command.
|
|
45
|
+
*
|
|
46
|
+
*/
|
|
47
|
+
"dbAdditionalDetails"?: any;
|
|
48
|
+
/**
|
|
49
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VM Cluster or DB System ID, depending on which configuration the resource belongs to.
|
|
50
|
+
*/
|
|
51
|
+
"parentId"?: string;
|
|
52
|
+
/**
|
|
53
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Exadata Infrastructure.
|
|
54
|
+
*/
|
|
55
|
+
"rootId"?: string;
|
|
56
|
+
"entitySource": string;
|
|
57
|
+
}
|
|
58
|
+
export declare namespace MacsManagedCloudDatabaseInsight {
|
|
59
|
+
function getJsonObj(obj: MacsManagedCloudDatabaseInsight, isParentJsonObj?: boolean): object;
|
|
60
|
+
const entitySource = "MACS_MANAGED_CLOUD_DATABASE";
|
|
61
|
+
function getDeserializedJsonObj(obj: MacsManagedCloudDatabaseInsight, isParentJsonObj?: boolean): object;
|
|
62
|
+
}
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Ops Insights API
|
|
4
|
+
* Use the Ops 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 Ops 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, 2024, 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.MacsManagedCloudDatabaseInsight = void 0;
|
|
38
|
+
const model = __importStar(require("../model"));
|
|
39
|
+
var MacsManagedCloudDatabaseInsight;
|
|
40
|
+
(function (MacsManagedCloudDatabaseInsight) {
|
|
41
|
+
function getJsonObj(obj, isParentJsonObj) {
|
|
42
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
43
|
+
? obj
|
|
44
|
+
: model.DatabaseInsight.getJsonObj(obj))), {
|
|
45
|
+
"connectionDetails": obj.connectionDetails
|
|
46
|
+
? model.ConnectionDetails.getJsonObj(obj.connectionDetails)
|
|
47
|
+
: undefined,
|
|
48
|
+
"connectionCredentialDetails": obj.connectionCredentialDetails
|
|
49
|
+
? model.CredentialDetails.getJsonObj(obj.connectionCredentialDetails)
|
|
50
|
+
: undefined
|
|
51
|
+
});
|
|
52
|
+
return jsonObj;
|
|
53
|
+
}
|
|
54
|
+
MacsManagedCloudDatabaseInsight.getJsonObj = getJsonObj;
|
|
55
|
+
MacsManagedCloudDatabaseInsight.entitySource = "MACS_MANAGED_CLOUD_DATABASE";
|
|
56
|
+
function getDeserializedJsonObj(obj, isParentJsonObj) {
|
|
57
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
58
|
+
? obj
|
|
59
|
+
: model.DatabaseInsight.getDeserializedJsonObj(obj))), {
|
|
60
|
+
"connectionDetails": obj.connectionDetails
|
|
61
|
+
? model.ConnectionDetails.getDeserializedJsonObj(obj.connectionDetails)
|
|
62
|
+
: undefined,
|
|
63
|
+
"connectionCredentialDetails": obj.connectionCredentialDetails
|
|
64
|
+
? model.CredentialDetails.getDeserializedJsonObj(obj.connectionCredentialDetails)
|
|
65
|
+
: undefined
|
|
66
|
+
});
|
|
67
|
+
return jsonObj;
|
|
68
|
+
}
|
|
69
|
+
MacsManagedCloudDatabaseInsight.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
70
|
+
})(MacsManagedCloudDatabaseInsight = exports.MacsManagedCloudDatabaseInsight || (exports.MacsManagedCloudDatabaseInsight = {}));
|
|
71
|
+
//# sourceMappingURL=macs-managed-cloud-database-insight.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"macs-managed-cloud-database-insight.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/model/macs-managed-cloud-database-insight.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA8ClC,IAAiB,+BAA+B,CA0C/C;AA1CD,WAAiB,+BAA+B;IAC9C,SAAgB,UAAU,CACxB,GAAoC,EACpC,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,eAAe,CAAC,UAAU,CAAC,GAAG,CAAqC,CAAC,GAC5E;YACD,mBAAmB,EAAE,GAAG,CAAC,iBAAiB;gBACxC,CAAC,CAAC,KAAK,CAAC,iBAAiB,CAAC,UAAU,CAAC,GAAG,CAAC,iBAAiB,CAAC;gBAC3D,CAAC,CAAC,SAAS;YACb,6BAA6B,EAAE,GAAG,CAAC,2BAA2B;gBAC5D,CAAC,CAAC,KAAK,CAAC,iBAAiB,CAAC,UAAU,CAAC,GAAG,CAAC,2BAA2B,CAAC;gBACrE,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAnBe,0CAAU,aAmBzB,CAAA;IACY,4CAAY,GAAG,6BAA6B,CAAC;IAC1D,SAAgB,sBAAsB,CACpC,GAAoC,EACpC,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,eAAe,CAAC,sBAAsB,CAAC,GAAG,CAAqC,CAAC,GACxF;YACD,mBAAmB,EAAE,GAAG,CAAC,iBAAiB;gBACxC,CAAC,CAAC,KAAK,CAAC,iBAAiB,CAAC,sBAAsB,CAAC,GAAG,CAAC,iBAAiB,CAAC;gBACvE,CAAC,CAAC,SAAS;YACb,6BAA6B,EAAE,GAAG,CAAC,2BAA2B;gBAC5D,CAAC,CAAC,KAAK,CAAC,iBAAiB,CAAC,sBAAsB,CAAC,GAAG,CAAC,2BAA2B,CAAC;gBACjF,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAnBe,sDAAsB,yBAmBrC,CAAA;AACH,CAAC,EA1CgB,+BAA+B,GAA/B,uCAA+B,KAA/B,uCAA+B,QA0C/C"}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Ops Insights API
|
|
3
|
+
* Use the Ops 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 Ops 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, 2024, 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
|
+
* Configuration Summary of Cloud MACS-managed database host insight resource.
|
|
19
|
+
*/
|
|
20
|
+
export interface MacsManagedCloudDbHostConfigurationSummary extends model.HostConfigurationSummary {
|
|
21
|
+
/**
|
|
22
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Management Agent
|
|
23
|
+
*/
|
|
24
|
+
"managementAgentId": string;
|
|
25
|
+
/**
|
|
26
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the database.
|
|
27
|
+
*/
|
|
28
|
+
"parentId": string;
|
|
29
|
+
"exadataDetails": model.ExadataDetails;
|
|
30
|
+
"entitySource": string;
|
|
31
|
+
}
|
|
32
|
+
export declare namespace MacsManagedCloudDbHostConfigurationSummary {
|
|
33
|
+
function getJsonObj(obj: MacsManagedCloudDbHostConfigurationSummary, isParentJsonObj?: boolean): object;
|
|
34
|
+
const entitySource = "MACS_MANAGED_CLOUD_DB_HOST";
|
|
35
|
+
function getDeserializedJsonObj(obj: MacsManagedCloudDbHostConfigurationSummary, isParentJsonObj?: boolean): object;
|
|
36
|
+
}
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Ops Insights API
|
|
4
|
+
* Use the Ops 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 Ops 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, 2024, 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.MacsManagedCloudDbHostConfigurationSummary = void 0;
|
|
38
|
+
const model = __importStar(require("../model"));
|
|
39
|
+
var MacsManagedCloudDbHostConfigurationSummary;
|
|
40
|
+
(function (MacsManagedCloudDbHostConfigurationSummary) {
|
|
41
|
+
function getJsonObj(obj, isParentJsonObj) {
|
|
42
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
43
|
+
? obj
|
|
44
|
+
: model.HostConfigurationSummary.getJsonObj(obj))), {
|
|
45
|
+
"exadataDetails": obj.exadataDetails
|
|
46
|
+
? model.ExadataDetails.getJsonObj(obj.exadataDetails)
|
|
47
|
+
: undefined
|
|
48
|
+
});
|
|
49
|
+
return jsonObj;
|
|
50
|
+
}
|
|
51
|
+
MacsManagedCloudDbHostConfigurationSummary.getJsonObj = getJsonObj;
|
|
52
|
+
MacsManagedCloudDbHostConfigurationSummary.entitySource = "MACS_MANAGED_CLOUD_DB_HOST";
|
|
53
|
+
function getDeserializedJsonObj(obj, isParentJsonObj) {
|
|
54
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
55
|
+
? obj
|
|
56
|
+
: model.HostConfigurationSummary.getDeserializedJsonObj(obj))), {
|
|
57
|
+
"exadataDetails": obj.exadataDetails
|
|
58
|
+
? model.ExadataDetails.getDeserializedJsonObj(obj.exadataDetails)
|
|
59
|
+
: undefined
|
|
60
|
+
});
|
|
61
|
+
return jsonObj;
|
|
62
|
+
}
|
|
63
|
+
MacsManagedCloudDbHostConfigurationSummary.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
64
|
+
})(MacsManagedCloudDbHostConfigurationSummary = exports.MacsManagedCloudDbHostConfigurationSummary || (exports.MacsManagedCloudDbHostConfigurationSummary = {}));
|
|
65
|
+
//# sourceMappingURL=macs-managed-cloud-db-host-configuration-summary.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"macs-managed-cloud-db-host-configuration-summary.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/model/macs-managed-cloud-db-host-configuration-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAoBlC,IAAiB,0CAA0C,CAwC1D;AAxCD,WAAiB,0CAA0C;IACzD,SAAgB,UAAU,CACxB,GAA+C,EAC/C,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,wBAAwB,CAAC,UAAU,CACxC,GAAG,CAC2C,CAAC,GAClD;YACD,gBAAgB,EAAE,GAAG,CAAC,cAAc;gBAClC,CAAC,CAAC,KAAK,CAAC,cAAc,CAAC,UAAU,CAAC,GAAG,CAAC,cAAc,CAAC;gBACrD,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAlBe,qDAAU,aAkBzB,CAAA;IACY,uDAAY,GAAG,4BAA4B,CAAC;IACzD,SAAgB,sBAAsB,CACpC,GAA+C,EAC/C,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,wBAAwB,CAAC,sBAAsB,CACpD,GAAG,CAC2C,CAAC,GAClD;YACD,gBAAgB,EAAE,GAAG,CAAC,cAAc;gBAClC,CAAC,CAAC,KAAK,CAAC,cAAc,CAAC,sBAAsB,CAAC,GAAG,CAAC,cAAc,CAAC;gBACjE,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAlBe,iEAAsB,yBAkBrC,CAAA;AACH,CAAC,EAxCgB,0CAA0C,GAA1C,kDAA0C,KAA1C,kDAA0C,QAwC1D"}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Ops Insights API
|
|
3
|
+
* Use the Ops 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 Ops 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, 2024, 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
|
+
* Summary of a Cloud MACS-managed Exadata insight resource (ExaCC).
|
|
19
|
+
*/
|
|
20
|
+
export interface MacsManagedCloudExadataInsightSummary extends model.ExadataInsightSummary {
|
|
21
|
+
/**
|
|
22
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Exadata Infrastructure.
|
|
23
|
+
*/
|
|
24
|
+
"exadataInfraId": string;
|
|
25
|
+
/**
|
|
26
|
+
* OCI exadata infrastructure resource type
|
|
27
|
+
*/
|
|
28
|
+
"exadataInfraResourceType": model.ExadataResourceType;
|
|
29
|
+
/**
|
|
30
|
+
* The shape of the Exadata Infrastructure.
|
|
31
|
+
*/
|
|
32
|
+
"exadataShape": string;
|
|
33
|
+
"entitySource": string;
|
|
34
|
+
}
|
|
35
|
+
export declare namespace MacsManagedCloudExadataInsightSummary {
|
|
36
|
+
function getJsonObj(obj: MacsManagedCloudExadataInsightSummary, isParentJsonObj?: boolean): object;
|
|
37
|
+
const entitySource = "MACS_MANAGED_CLOUD_EXADATA";
|
|
38
|
+
function getDeserializedJsonObj(obj: MacsManagedCloudExadataInsightSummary, isParentJsonObj?: boolean): object;
|
|
39
|
+
}
|