oci-stackmonitoring 2.24.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE.txt +89 -0
- package/NOTICE.txt +1 -0
- package/README.md +22 -0
- package/THIRD_PARTY_LICENSES.txt +576 -0
- package/index.d.ts +22 -0
- package/index.js +45 -0
- package/index.js.map +1 -0
- package/lib/client.d.ts +260 -0
- package/lib/client.js +1442 -0
- package/lib/client.js.map +1 -0
- package/lib/model/action-type.d.ts +32 -0
- package/lib/model/action-type.js +43 -0
- package/lib/model/action-type.js.map +1 -0
- package/lib/model/associate-monitored-resources-details.d.ts +37 -0
- package/lib/model/associate-monitored-resources-details.js +29 -0
- package/lib/model/associate-monitored-resources-details.js.map +1 -0
- package/lib/model/association-resource-details.d.ts +29 -0
- package/lib/model/association-resource-details.js +29 -0
- package/lib/model/association-resource-details.js.map +1 -0
- package/lib/model/change-monitored-resource-compartment-details.d.ts +27 -0
- package/lib/model/change-monitored-resource-compartment-details.js +29 -0
- package/lib/model/change-monitored-resource-compartment-details.js.map +1 -0
- package/lib/model/connection-details.d.ts +54 -0
- package/lib/model/connection-details.js +39 -0
- package/lib/model/connection-details.js.map +1 -0
- package/lib/model/create-discovery-job-details.d.ts +59 -0
- package/lib/model/create-discovery-job-details.js +63 -0
- package/lib/model/create-discovery-job-details.js.map +1 -0
- package/lib/model/create-monitored-resource-details.d.ts +57 -0
- package/lib/model/create-monitored-resource-details.js +79 -0
- package/lib/model/create-monitored-resource-details.js.map +1 -0
- package/lib/model/credential-collection.d.ts +26 -0
- package/lib/model/credential-collection.js +61 -0
- package/lib/model/credential-collection.js.map +1 -0
- package/lib/model/credential-details.d.ts +31 -0
- package/lib/model/credential-details.js +55 -0
- package/lib/model/credential-details.js.map +1 -0
- package/lib/model/credential-property.d.ts +29 -0
- package/lib/model/credential-property.js +29 -0
- package/lib/model/credential-property.js.map +1 -0
- package/lib/model/disassociate-monitored-resources-details.d.ts +37 -0
- package/lib/model/disassociate-monitored-resources-details.js +29 -0
- package/lib/model/disassociate-monitored-resources-details.js.map +1 -0
- package/lib/model/discovery-details.d.ts +47 -0
- package/lib/model/discovery-details.js +74 -0
- package/lib/model/discovery-details.js.map +1 -0
- package/lib/model/discovery-job-collection.d.ts +26 -0
- package/lib/model/discovery-job-collection.js +61 -0
- package/lib/model/discovery-job-collection.js.map +1 -0
- package/lib/model/discovery-job-log-collection.d.ts +26 -0
- package/lib/model/discovery-job-log-collection.js +61 -0
- package/lib/model/discovery-job-log-collection.js.map +1 -0
- package/lib/model/discovery-job-log-summary.d.ts +48 -0
- package/lib/model/discovery-job-log-summary.js +41 -0
- package/lib/model/discovery-job-log-summary.js.map +1 -0
- package/lib/model/discovery-job-summary.d.ts +128 -0
- package/lib/model/discovery-job-summary.js +65 -0
- package/lib/model/discovery-job-summary.js.map +1 -0
- package/lib/model/discovery-job.d.ts +115 -0
- package/lib/model/discovery-job.js +82 -0
- package/lib/model/discovery-job.js.map +1 -0
- package/lib/model/encrypted-credentials.d.ts +33 -0
- package/lib/model/encrypted-credentials.js +66 -0
- package/lib/model/encrypted-credentials.js.map +1 -0
- package/lib/model/index.d.ts +112 -0
- package/lib/model/index.js +135 -0
- package/lib/model/index.js.map +1 -0
- package/lib/model/lifecycle-state.d.ts +32 -0
- package/lib/model/lifecycle-state.js +43 -0
- package/lib/model/lifecycle-state.js.map +1 -0
- package/lib/model/monitored-resource-alias-credential.d.ts +31 -0
- package/lib/model/monitored-resource-alias-credential.js +57 -0
- package/lib/model/monitored-resource-alias-credential.js.map +1 -0
- package/lib/model/monitored-resource-alias-source-credential.d.ts +33 -0
- package/lib/model/monitored-resource-alias-source-credential.js +29 -0
- package/lib/model/monitored-resource-alias-source-credential.js.map +1 -0
- package/lib/model/monitored-resource-association-summary.d.ts +68 -0
- package/lib/model/monitored-resource-association-summary.js +63 -0
- package/lib/model/monitored-resource-association-summary.js.map +1 -0
- package/lib/model/monitored-resource-association.d.ts +76 -0
- package/lib/model/monitored-resource-association.js +63 -0
- package/lib/model/monitored-resource-association.js.map +1 -0
- package/lib/model/monitored-resource-associations-collection.d.ts +26 -0
- package/lib/model/monitored-resource-associations-collection.js +61 -0
- package/lib/model/monitored-resource-associations-collection.js.map +1 -0
- package/lib/model/monitored-resource-collection.d.ts +26 -0
- package/lib/model/monitored-resource-collection.js +61 -0
- package/lib/model/monitored-resource-collection.js.map +1 -0
- package/lib/model/monitored-resource-credential.d.ts +38 -0
- package/lib/model/monitored-resource-credential.js +73 -0
- package/lib/model/monitored-resource-credential.js.map +1 -0
- package/lib/model/monitored-resource-member-summary.d.ts +78 -0
- package/lib/model/monitored-resource-member-summary.js +29 -0
- package/lib/model/monitored-resource-member-summary.js.map +1 -0
- package/lib/model/monitored-resource-members-collection.d.ts +26 -0
- package/lib/model/monitored-resource-members-collection.js +61 -0
- package/lib/model/monitored-resource-members-collection.js.map +1 -0
- package/lib/model/monitored-resource-property.d.ts +29 -0
- package/lib/model/monitored-resource-property.js +29 -0
- package/lib/model/monitored-resource-property.js.map +1 -0
- package/lib/model/monitored-resource-summary.d.ts +86 -0
- package/lib/model/monitored-resource-summary.js +29 -0
- package/lib/model/monitored-resource-summary.js.map +1 -0
- package/lib/model/monitored-resource.d.ts +105 -0
- package/lib/model/monitored-resource.js +79 -0
- package/lib/model/monitored-resource.js.map +1 -0
- package/lib/model/operation-status.d.ts +33 -0
- package/lib/model/operation-status.js +44 -0
- package/lib/model/operation-status.js.map +1 -0
- package/lib/model/operation-type.d.ts +33 -0
- package/lib/model/operation-type.js +44 -0
- package/lib/model/operation-type.js.map +1 -0
- package/lib/model/plain-text-credentials.d.ts +29 -0
- package/lib/model/plain-text-credentials.js +66 -0
- package/lib/model/plain-text-credentials.js.map +1 -0
- package/lib/model/pre-existing-credentials.d.ts +25 -0
- package/lib/model/pre-existing-credentials.js +54 -0
- package/lib/model/pre-existing-credentials.js.map +1 -0
- package/lib/model/property-details.d.ts +27 -0
- package/lib/model/property-details.js +29 -0
- package/lib/model/property-details.js.map +1 -0
- package/lib/model/resource-lifecycle-state.d.ts +32 -0
- package/lib/model/resource-lifecycle-state.js +43 -0
- package/lib/model/resource-lifecycle-state.js.map +1 -0
- package/lib/model/search-monitored-resource-associations-details.d.ts +68 -0
- package/lib/model/search-monitored-resource-associations-details.js +34 -0
- package/lib/model/search-monitored-resource-associations-details.js.map +1 -0
- package/lib/model/search-monitored-resource-members-details.d.ts +29 -0
- package/lib/model/search-monitored-resource-members-details.js +29 -0
- package/lib/model/search-monitored-resource-members-details.js.map +1 -0
- package/lib/model/search-monitored-resources-details.d.ts +126 -0
- package/lib/model/search-monitored-resources-details.js +34 -0
- package/lib/model/search-monitored-resources-details.js.map +1 -0
- package/lib/model/sort-order.d.ts +23 -0
- package/lib/model/sort-order.js +34 -0
- package/lib/model/sort-order.js.map +1 -0
- package/lib/model/update-monitored-resource-details.d.ts +41 -0
- package/lib/model/update-monitored-resource-details.js +79 -0
- package/lib/model/update-monitored-resource-details.js.map +1 -0
- package/lib/model/work-request-error-collection.d.ts +26 -0
- package/lib/model/work-request-error-collection.js +61 -0
- package/lib/model/work-request-error-collection.js.map +1 -0
- package/lib/model/work-request-error.d.ts +35 -0
- package/lib/model/work-request-error.js +29 -0
- package/lib/model/work-request-error.js.map +1 -0
- package/lib/model/work-request-log-entry-collection.d.ts +26 -0
- package/lib/model/work-request-log-entry-collection.js +61 -0
- package/lib/model/work-request-log-entry-collection.js.map +1 -0
- package/lib/model/work-request-log-entry.d.ts +29 -0
- package/lib/model/work-request-log-entry.js +29 -0
- package/lib/model/work-request-log-entry.js.map +1 -0
- package/lib/model/work-request-resource.d.ts +42 -0
- package/lib/model/work-request-resource.js +29 -0
- package/lib/model/work-request-resource.js.map +1 -0
- package/lib/model/work-request-summary-collection.d.ts +26 -0
- package/lib/model/work-request-summary-collection.js +61 -0
- package/lib/model/work-request-summary-collection.js.map +1 -0
- package/lib/model/work-request-summary.d.ts +67 -0
- package/lib/model/work-request-summary.js +61 -0
- package/lib/model/work-request-summary.js.map +1 -0
- package/lib/model/work-request.d.ts +67 -0
- package/lib/model/work-request.js +61 -0
- package/lib/model/work-request.js.map +1 -0
- package/lib/request/associate-monitored-resources-request.d.ts +47 -0
- package/lib/request/associate-monitored-resources-request.js +15 -0
- package/lib/request/associate-monitored-resources-request.js.map +1 -0
- package/lib/request/change-monitored-resource-compartment-request.d.ts +51 -0
- package/lib/request/change-monitored-resource-compartment-request.js +15 -0
- package/lib/request/change-monitored-resource-compartment-request.js.map +1 -0
- package/lib/request/create-discovery-job-request.d.ts +38 -0
- package/lib/request/create-discovery-job-request.js +15 -0
- package/lib/request/create-discovery-job-request.js.map +1 -0
- package/lib/request/create-monitored-resource-request.d.ts +46 -0
- package/lib/request/create-monitored-resource-request.js +15 -0
- package/lib/request/create-monitored-resource-request.js.map +1 -0
- package/lib/request/delete-discovery-job-request.d.ts +37 -0
- package/lib/request/delete-discovery-job-request.js +15 -0
- package/lib/request/delete-discovery-job-request.js.map +1 -0
- package/lib/request/delete-monitored-resource-request.d.ts +37 -0
- package/lib/request/delete-monitored-resource-request.js +15 -0
- package/lib/request/delete-monitored-resource-request.js.map +1 -0
- package/lib/request/disable-external-database-request.d.ts +46 -0
- package/lib/request/disable-external-database-request.js +15 -0
- package/lib/request/disable-external-database-request.js.map +1 -0
- package/lib/request/disassociate-monitored-resources-request.d.ts +47 -0
- package/lib/request/disassociate-monitored-resources-request.js +15 -0
- package/lib/request/disassociate-monitored-resources-request.js.map +1 -0
- package/lib/request/get-discovery-job-request.d.ts +28 -0
- package/lib/request/get-discovery-job-request.js +15 -0
- package/lib/request/get-discovery-job-request.js.map +1 -0
- package/lib/request/get-monitored-resource-request.d.ts +28 -0
- package/lib/request/get-monitored-resource-request.js +15 -0
- package/lib/request/get-monitored-resource-request.js.map +1 -0
- package/lib/request/get-work-request-request.d.ts +28 -0
- package/lib/request/get-work-request-request.js +15 -0
- package/lib/request/get-work-request-request.js.map +1 -0
- package/lib/request/index.d.ts +52 -0
- package/lib/request/index.js +47 -0
- package/lib/request/index.js.map +1 -0
- package/lib/request/list-discovery-job-logs-request.d.ts +69 -0
- package/lib/request/list-discovery-job-logs-request.js +31 -0
- package/lib/request/list-discovery-job-logs-request.js.map +1 -0
- package/lib/request/list-discovery-jobs-request.d.ts +63 -0
- package/lib/request/list-discovery-jobs-request.js +24 -0
- package/lib/request/list-discovery-jobs-request.js.map +1 -0
- package/lib/request/list-work-request-errors-request.d.ts +58 -0
- package/lib/request/list-work-request-errors-request.js +23 -0
- package/lib/request/list-work-request-errors-request.js.map +1 -0
- package/lib/request/list-work-request-logs-request.d.ts +58 -0
- package/lib/request/list-work-request-logs-request.js +23 -0
- package/lib/request/list-work-request-logs-request.js.map +1 -0
- package/lib/request/list-work-requests-request.d.ts +70 -0
- package/lib/request/list-work-requests-request.js +23 -0
- package/lib/request/list-work-requests-request.js.map +1 -0
- package/lib/request/search-monitored-resource-associations-request.d.ts +61 -0
- package/lib/request/search-monitored-resource-associations-request.js +15 -0
- package/lib/request/search-monitored-resource-associations-request.js.map +1 -0
- package/lib/request/search-monitored-resource-members-request.d.ts +82 -0
- package/lib/request/search-monitored-resource-members-request.js +25 -0
- package/lib/request/search-monitored-resource-members-request.js.map +1 -0
- package/lib/request/search-monitored-resources-request.d.ts +61 -0
- package/lib/request/search-monitored-resources-request.js +15 -0
- package/lib/request/search-monitored-resources-request.js.map +1 -0
- package/lib/request/update-monitored-resource-request.d.ts +42 -0
- package/lib/request/update-monitored-resource-request.js +15 -0
- package/lib/request/update-monitored-resource-request.js.map +1 -0
- package/lib/response/associate-monitored-resources-response.d.ts +30 -0
- package/lib/response/associate-monitored-resources-response.js +15 -0
- package/lib/response/associate-monitored-resources-response.js.map +1 -0
- package/lib/response/change-monitored-resource-compartment-response.d.ts +25 -0
- package/lib/response/change-monitored-resource-compartment-response.js +15 -0
- package/lib/response/change-monitored-resource-compartment-response.js.map +1 -0
- package/lib/response/create-discovery-job-response.d.ts +30 -0
- package/lib/response/create-discovery-job-response.js +15 -0
- package/lib/response/create-discovery-job-response.js.map +1 -0
- package/lib/response/create-monitored-resource-response.d.ts +48 -0
- package/lib/response/create-monitored-resource-response.js +15 -0
- package/lib/response/create-monitored-resource-response.js.map +1 -0
- package/lib/response/delete-discovery-job-response.d.ts +20 -0
- package/lib/response/delete-discovery-job-response.js +15 -0
- package/lib/response/delete-discovery-job-response.js.map +1 -0
- package/lib/response/delete-monitored-resource-response.d.ts +25 -0
- package/lib/response/delete-monitored-resource-response.js +15 -0
- package/lib/response/delete-monitored-resource-response.js.map +1 -0
- package/lib/response/disable-external-database-response.d.ts +25 -0
- package/lib/response/disable-external-database-response.js +15 -0
- package/lib/response/disable-external-database-response.js.map +1 -0
- package/lib/response/disassociate-monitored-resources-response.d.ts +20 -0
- package/lib/response/disassociate-monitored-resources-response.js +15 -0
- package/lib/response/disassociate-monitored-resources-response.js.map +1 -0
- package/lib/response/get-discovery-job-response.d.ts +30 -0
- package/lib/response/get-discovery-job-response.js +15 -0
- package/lib/response/get-discovery-job-response.js.map +1 -0
- package/lib/response/get-monitored-resource-response.d.ts +30 -0
- package/lib/response/get-monitored-resource-response.js +15 -0
- package/lib/response/get-monitored-resource-response.js.map +1 -0
- package/lib/response/get-work-request-response.d.ts +29 -0
- package/lib/response/get-work-request-response.js +15 -0
- package/lib/response/get-work-request-response.js.map +1 -0
- package/lib/response/index.d.ts +52 -0
- package/lib/response/index.js +15 -0
- package/lib/response/index.js.map +1 -0
- package/lib/response/list-discovery-job-logs-response.d.ts +32 -0
- package/lib/response/list-discovery-job-logs-response.js +15 -0
- package/lib/response/list-discovery-job-logs-response.js.map +1 -0
- package/lib/response/list-discovery-jobs-response.d.ts +32 -0
- package/lib/response/list-discovery-jobs-response.js +15 -0
- package/lib/response/list-discovery-jobs-response.js.map +1 -0
- package/lib/response/list-work-request-errors-response.d.ts +32 -0
- package/lib/response/list-work-request-errors-response.js +15 -0
- package/lib/response/list-work-request-errors-response.js.map +1 -0
- package/lib/response/list-work-request-logs-response.d.ts +32 -0
- package/lib/response/list-work-request-logs-response.js +15 -0
- package/lib/response/list-work-request-logs-response.js.map +1 -0
- package/lib/response/list-work-requests-response.d.ts +32 -0
- package/lib/response/list-work-requests-response.js +15 -0
- package/lib/response/list-work-requests-response.js.map +1 -0
- package/lib/response/search-monitored-resource-associations-response.d.ts +37 -0
- package/lib/response/search-monitored-resource-associations-response.js +15 -0
- package/lib/response/search-monitored-resource-associations-response.js.map +1 -0
- package/lib/response/search-monitored-resource-members-response.d.ts +37 -0
- package/lib/response/search-monitored-resource-members-response.js +15 -0
- package/lib/response/search-monitored-resource-members-response.js.map +1 -0
- package/lib/response/search-monitored-resources-response.d.ts +37 -0
- package/lib/response/search-monitored-resources-response.js +15 -0
- package/lib/response/search-monitored-resources-response.js.map +1 -0
- package/lib/response/update-monitored-resource-response.d.ts +25 -0
- package/lib/response/update-monitored-resource-response.js +15 -0
- package/lib/response/update-monitored-resource-response.js.map +1 -0
- package/lib/stackmonitoring-waiter.d.ts +44 -0
- package/lib/stackmonitoring-waiter.js +88 -0
- package/lib/stackmonitoring-waiter.js.map +1 -0
- package/package.json +29 -0
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Stack Monitoring API
|
|
4
|
+
* Stack Monitoring API.
|
|
5
|
+
* OpenAPI spec version: 20210330
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
15
|
+
if (k2 === undefined) k2 = k;
|
|
16
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
17
|
+
}) : (function(o, m, k, k2) {
|
|
18
|
+
if (k2 === undefined) k2 = k;
|
|
19
|
+
o[k2] = m[k];
|
|
20
|
+
}));
|
|
21
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
22
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
23
|
+
}) : function(o, v) {
|
|
24
|
+
o["default"] = v;
|
|
25
|
+
});
|
|
26
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
27
|
+
if (mod && mod.__esModule) return mod;
|
|
28
|
+
var result = {};
|
|
29
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
30
|
+
__setModuleDefault(result, mod);
|
|
31
|
+
return result;
|
|
32
|
+
};
|
|
33
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
34
|
+
exports.DiscoveryJobLogCollection = void 0;
|
|
35
|
+
const model = __importStar(require("../model"));
|
|
36
|
+
var DiscoveryJobLogCollection;
|
|
37
|
+
(function (DiscoveryJobLogCollection) {
|
|
38
|
+
function getJsonObj(obj) {
|
|
39
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
40
|
+
"items": obj.items
|
|
41
|
+
? obj.items.map(item => {
|
|
42
|
+
return model.DiscoveryJobLogSummary.getJsonObj(item);
|
|
43
|
+
})
|
|
44
|
+
: undefined
|
|
45
|
+
});
|
|
46
|
+
return jsonObj;
|
|
47
|
+
}
|
|
48
|
+
DiscoveryJobLogCollection.getJsonObj = getJsonObj;
|
|
49
|
+
function getDeserializedJsonObj(obj) {
|
|
50
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
51
|
+
"items": obj.items
|
|
52
|
+
? obj.items.map(item => {
|
|
53
|
+
return model.DiscoveryJobLogSummary.getDeserializedJsonObj(item);
|
|
54
|
+
})
|
|
55
|
+
: undefined
|
|
56
|
+
});
|
|
57
|
+
return jsonObj;
|
|
58
|
+
}
|
|
59
|
+
DiscoveryJobLogCollection.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
60
|
+
})(DiscoveryJobLogCollection = exports.DiscoveryJobLogCollection || (exports.DiscoveryJobLogCollection = {}));
|
|
61
|
+
//# sourceMappingURL=discovery-job-log-collection.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"discovery-job-log-collection.js","sourceRoot":"","sources":["../../../../../lib/stackmonitoring/lib/model/discovery-job-log-collection.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAalC,IAAiB,yBAAyB,CA6BzC;AA7BD,WAAiB,yBAAyB;IACxC,SAAgB,UAAU,CAAC,GAA8B;QACvD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,sBAAsB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACvD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,oCAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA8B;QACnE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,sBAAsB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACnE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,gDAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,yBAAyB,GAAzB,iCAAyB,KAAzB,iCAAyB,QA6BzC"}
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Stack Monitoring API
|
|
3
|
+
* Stack Monitoring API.
|
|
4
|
+
* OpenAPI spec version: 20210330
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
/**
|
|
14
|
+
* Log of a specific job
|
|
15
|
+
*/
|
|
16
|
+
export interface DiscoveryJobLogSummary {
|
|
17
|
+
/**
|
|
18
|
+
* The OCID of Discovery job
|
|
19
|
+
*/
|
|
20
|
+
"id": string;
|
|
21
|
+
/**
|
|
22
|
+
* Type of log (INFO, WARNING, ERROR or SUCCESS)
|
|
23
|
+
*/
|
|
24
|
+
"logType": DiscoveryJobLogSummary.LogType;
|
|
25
|
+
/**
|
|
26
|
+
* Log message
|
|
27
|
+
*/
|
|
28
|
+
"logMessage": string;
|
|
29
|
+
/**
|
|
30
|
+
* Time the Job log was created
|
|
31
|
+
*/
|
|
32
|
+
"timeCreated": Date;
|
|
33
|
+
}
|
|
34
|
+
export declare namespace DiscoveryJobLogSummary {
|
|
35
|
+
enum LogType {
|
|
36
|
+
Info = "INFO",
|
|
37
|
+
Warning = "WARNING",
|
|
38
|
+
Error = "ERROR",
|
|
39
|
+
Success = "SUCCESS",
|
|
40
|
+
/**
|
|
41
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
42
|
+
* version of the SDK.
|
|
43
|
+
*/
|
|
44
|
+
UnknownValue = "UNKNOWN_VALUE"
|
|
45
|
+
}
|
|
46
|
+
function getJsonObj(obj: DiscoveryJobLogSummary): object;
|
|
47
|
+
function getDeserializedJsonObj(obj: DiscoveryJobLogSummary): object;
|
|
48
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Stack Monitoring API
|
|
4
|
+
* Stack Monitoring API.
|
|
5
|
+
* OpenAPI spec version: 20210330
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
exports.DiscoveryJobLogSummary = void 0;
|
|
16
|
+
var DiscoveryJobLogSummary;
|
|
17
|
+
(function (DiscoveryJobLogSummary) {
|
|
18
|
+
let LogType;
|
|
19
|
+
(function (LogType) {
|
|
20
|
+
LogType["Info"] = "INFO";
|
|
21
|
+
LogType["Warning"] = "WARNING";
|
|
22
|
+
LogType["Error"] = "ERROR";
|
|
23
|
+
LogType["Success"] = "SUCCESS";
|
|
24
|
+
/**
|
|
25
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
26
|
+
* version of the SDK.
|
|
27
|
+
*/
|
|
28
|
+
LogType["UnknownValue"] = "UNKNOWN_VALUE";
|
|
29
|
+
})(LogType = DiscoveryJobLogSummary.LogType || (DiscoveryJobLogSummary.LogType = {}));
|
|
30
|
+
function getJsonObj(obj) {
|
|
31
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
32
|
+
return jsonObj;
|
|
33
|
+
}
|
|
34
|
+
DiscoveryJobLogSummary.getJsonObj = getJsonObj;
|
|
35
|
+
function getDeserializedJsonObj(obj) {
|
|
36
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
37
|
+
return jsonObj;
|
|
38
|
+
}
|
|
39
|
+
DiscoveryJobLogSummary.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
40
|
+
})(DiscoveryJobLogSummary = exports.DiscoveryJobLogSummary || (exports.DiscoveryJobLogSummary = {}));
|
|
41
|
+
//# sourceMappingURL=discovery-job-log-summary.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"discovery-job-log-summary.js","sourceRoot":"","sources":["../../../../../lib/stackmonitoring/lib/model/discovery-job-log-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA2BH,IAAiB,sBAAsB,CAuBtC;AAvBD,WAAiB,sBAAsB;IACrC,IAAY,OAUX;IAVD,WAAY,OAAO;QACjB,wBAAa,CAAA;QACb,8BAAmB,CAAA;QACnB,0BAAe,CAAA;QACf,8BAAmB,CAAA;QACnB;;;WAGG;QACH,yCAA8B,CAAA;IAChC,CAAC,EAVW,OAAO,GAAP,8BAAO,KAAP,8BAAO,QAUlB;IAED,SAAgB,UAAU,CAAC,GAA2B;QACpD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,iCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA2B;QAChE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,6CAAsB,yBAIrC,CAAA;AACH,CAAC,EAvBgB,sBAAsB,GAAtB,8BAAsB,KAAtB,8BAAsB,QAuBtC"}
|
|
@@ -0,0 +1,128 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Stack Monitoring API
|
|
3
|
+
* Stack Monitoring API.
|
|
4
|
+
* OpenAPI spec version: 20210330
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import * as model from "../model";
|
|
14
|
+
/**
|
|
15
|
+
* The Summary of DiscoveryJob details.
|
|
16
|
+
*/
|
|
17
|
+
export interface DiscoveryJobSummary {
|
|
18
|
+
/**
|
|
19
|
+
* The OCID of Discovery job
|
|
20
|
+
*/
|
|
21
|
+
"id": string;
|
|
22
|
+
/**
|
|
23
|
+
* Resource Type
|
|
24
|
+
*/
|
|
25
|
+
"resourceType"?: DiscoveryJobSummary.ResourceType;
|
|
26
|
+
/**
|
|
27
|
+
* The name of resource type
|
|
28
|
+
*/
|
|
29
|
+
"resourceName"?: string;
|
|
30
|
+
/**
|
|
31
|
+
* The OCID of the Compartment
|
|
32
|
+
*/
|
|
33
|
+
"compartmentId"?: string;
|
|
34
|
+
/**
|
|
35
|
+
* Add option submits new discovery Job. Add with retry option to re-submit failed discovery job. Refresh option refreshes the existing discovered resources.
|
|
36
|
+
*
|
|
37
|
+
*/
|
|
38
|
+
"discoveryType"?: DiscoveryJobSummary.DiscoveryType;
|
|
39
|
+
/**
|
|
40
|
+
* Specifies the status of the discovery job
|
|
41
|
+
*/
|
|
42
|
+
"status"?: DiscoveryJobSummary.Status;
|
|
43
|
+
/**
|
|
44
|
+
* The short summary of the status of the discovery job
|
|
45
|
+
*/
|
|
46
|
+
"statusMessage"?: string;
|
|
47
|
+
/**
|
|
48
|
+
* The OCID of Tenant
|
|
49
|
+
*/
|
|
50
|
+
"tenantId"?: string;
|
|
51
|
+
/**
|
|
52
|
+
* The OCID of user in which the job is submitted
|
|
53
|
+
*/
|
|
54
|
+
"userId"?: string;
|
|
55
|
+
/**
|
|
56
|
+
* The time the discovery Job was updated.
|
|
57
|
+
*/
|
|
58
|
+
"timeUpdated"?: Date;
|
|
59
|
+
/**
|
|
60
|
+
* The current state of the DiscoveryJob Resource.
|
|
61
|
+
*/
|
|
62
|
+
"lifecycleState"?: model.LifecycleState;
|
|
63
|
+
/**
|
|
64
|
+
* Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
|
|
65
|
+
* Example: `{\"bar-key\": \"value\"}`
|
|
66
|
+
*
|
|
67
|
+
*/
|
|
68
|
+
"freeformTags"?: {
|
|
69
|
+
[key: string]: string;
|
|
70
|
+
};
|
|
71
|
+
/**
|
|
72
|
+
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
73
|
+
* Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
|
|
74
|
+
*
|
|
75
|
+
*/
|
|
76
|
+
"definedTags"?: {
|
|
77
|
+
[key: string]: {
|
|
78
|
+
[key: string]: any;
|
|
79
|
+
};
|
|
80
|
+
};
|
|
81
|
+
/**
|
|
82
|
+
* Usage of system tag keys. These predefined keys are scoped to namespaces.
|
|
83
|
+
* Example: `{\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}`
|
|
84
|
+
*
|
|
85
|
+
*/
|
|
86
|
+
"systemTags"?: {
|
|
87
|
+
[key: string]: {
|
|
88
|
+
[key: string]: any;
|
|
89
|
+
};
|
|
90
|
+
};
|
|
91
|
+
}
|
|
92
|
+
export declare namespace DiscoveryJobSummary {
|
|
93
|
+
enum ResourceType {
|
|
94
|
+
WeblogicDomain = "WEBLOGIC_DOMAIN",
|
|
95
|
+
EbsInstance = "EBS_INSTANCE",
|
|
96
|
+
OracleDatabase = "ORACLE_DATABASE",
|
|
97
|
+
/**
|
|
98
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
99
|
+
* version of the SDK.
|
|
100
|
+
*/
|
|
101
|
+
UnknownValue = "UNKNOWN_VALUE"
|
|
102
|
+
}
|
|
103
|
+
enum DiscoveryType {
|
|
104
|
+
Add = "ADD",
|
|
105
|
+
AddWithRetry = "ADD_WITH_RETRY",
|
|
106
|
+
Refresh = "REFRESH",
|
|
107
|
+
/**
|
|
108
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
109
|
+
* version of the SDK.
|
|
110
|
+
*/
|
|
111
|
+
UnknownValue = "UNKNOWN_VALUE"
|
|
112
|
+
}
|
|
113
|
+
enum Status {
|
|
114
|
+
Success = "SUCCESS",
|
|
115
|
+
Failure = "FAILURE",
|
|
116
|
+
Inprogress = "INPROGRESS",
|
|
117
|
+
Inactive = "INACTIVE",
|
|
118
|
+
Created = "CREATED",
|
|
119
|
+
Deleted = "DELETED",
|
|
120
|
+
/**
|
|
121
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
122
|
+
* version of the SDK.
|
|
123
|
+
*/
|
|
124
|
+
UnknownValue = "UNKNOWN_VALUE"
|
|
125
|
+
}
|
|
126
|
+
function getJsonObj(obj: DiscoveryJobSummary): object;
|
|
127
|
+
function getDeserializedJsonObj(obj: DiscoveryJobSummary): object;
|
|
128
|
+
}
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Stack Monitoring API
|
|
4
|
+
* Stack Monitoring API.
|
|
5
|
+
* OpenAPI spec version: 20210330
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
exports.DiscoveryJobSummary = void 0;
|
|
16
|
+
var DiscoveryJobSummary;
|
|
17
|
+
(function (DiscoveryJobSummary) {
|
|
18
|
+
let ResourceType;
|
|
19
|
+
(function (ResourceType) {
|
|
20
|
+
ResourceType["WeblogicDomain"] = "WEBLOGIC_DOMAIN";
|
|
21
|
+
ResourceType["EbsInstance"] = "EBS_INSTANCE";
|
|
22
|
+
ResourceType["OracleDatabase"] = "ORACLE_DATABASE";
|
|
23
|
+
/**
|
|
24
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
25
|
+
* version of the SDK.
|
|
26
|
+
*/
|
|
27
|
+
ResourceType["UnknownValue"] = "UNKNOWN_VALUE";
|
|
28
|
+
})(ResourceType = DiscoveryJobSummary.ResourceType || (DiscoveryJobSummary.ResourceType = {}));
|
|
29
|
+
let DiscoveryType;
|
|
30
|
+
(function (DiscoveryType) {
|
|
31
|
+
DiscoveryType["Add"] = "ADD";
|
|
32
|
+
DiscoveryType["AddWithRetry"] = "ADD_WITH_RETRY";
|
|
33
|
+
DiscoveryType["Refresh"] = "REFRESH";
|
|
34
|
+
/**
|
|
35
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
36
|
+
* version of the SDK.
|
|
37
|
+
*/
|
|
38
|
+
DiscoveryType["UnknownValue"] = "UNKNOWN_VALUE";
|
|
39
|
+
})(DiscoveryType = DiscoveryJobSummary.DiscoveryType || (DiscoveryJobSummary.DiscoveryType = {}));
|
|
40
|
+
let Status;
|
|
41
|
+
(function (Status) {
|
|
42
|
+
Status["Success"] = "SUCCESS";
|
|
43
|
+
Status["Failure"] = "FAILURE";
|
|
44
|
+
Status["Inprogress"] = "INPROGRESS";
|
|
45
|
+
Status["Inactive"] = "INACTIVE";
|
|
46
|
+
Status["Created"] = "CREATED";
|
|
47
|
+
Status["Deleted"] = "DELETED";
|
|
48
|
+
/**
|
|
49
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
50
|
+
* version of the SDK.
|
|
51
|
+
*/
|
|
52
|
+
Status["UnknownValue"] = "UNKNOWN_VALUE";
|
|
53
|
+
})(Status = DiscoveryJobSummary.Status || (DiscoveryJobSummary.Status = {}));
|
|
54
|
+
function getJsonObj(obj) {
|
|
55
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
56
|
+
return jsonObj;
|
|
57
|
+
}
|
|
58
|
+
DiscoveryJobSummary.getJsonObj = getJsonObj;
|
|
59
|
+
function getDeserializedJsonObj(obj) {
|
|
60
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
61
|
+
return jsonObj;
|
|
62
|
+
}
|
|
63
|
+
DiscoveryJobSummary.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
64
|
+
})(DiscoveryJobSummary = exports.DiscoveryJobSummary || (exports.DiscoveryJobSummary = {}));
|
|
65
|
+
//# sourceMappingURL=discovery-job-summary.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"discovery-job-summary.js","sourceRoot":"","sources":["../../../../../lib/stackmonitoring/lib/model/discovery-job-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA0EH,IAAiB,mBAAmB,CA+CnC;AA/CD,WAAiB,mBAAmB;IAClC,IAAY,YASX;IATD,WAAY,YAAY;QACtB,kDAAkC,CAAA;QAClC,4CAA4B,CAAA;QAC5B,kDAAkC,CAAA;QAClC;;;WAGG;QACH,8CAA8B,CAAA;IAChC,CAAC,EATW,YAAY,GAAZ,gCAAY,KAAZ,gCAAY,QASvB;IAED,IAAY,aASX;IATD,WAAY,aAAa;QACvB,4BAAW,CAAA;QACX,gDAA+B,CAAA;QAC/B,oCAAmB,CAAA;QACnB;;;WAGG;QACH,+CAA8B,CAAA;IAChC,CAAC,EATW,aAAa,GAAb,iCAAa,KAAb,iCAAa,QASxB;IAED,IAAY,MAYX;IAZD,WAAY,MAAM;QAChB,6BAAmB,CAAA;QACnB,6BAAmB,CAAA;QACnB,mCAAyB,CAAA;QACzB,+BAAqB,CAAA;QACrB,6BAAmB,CAAA;QACnB,6BAAmB,CAAA;QACnB;;;WAGG;QACH,wCAA8B,CAAA;IAChC,CAAC,EAZW,MAAM,GAAN,0BAAM,KAAN,0BAAM,QAYjB;IAED,SAAgB,UAAU,CAAC,GAAwB;QACjD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,8BAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAwB;QAC7D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,0CAAsB,yBAIrC,CAAA;AACH,CAAC,EA/CgB,mBAAmB,GAAnB,2BAAmB,KAAnB,2BAAmB,QA+CnC"}
|
|
@@ -0,0 +1,115 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Stack Monitoring API
|
|
3
|
+
* Stack Monitoring API.
|
|
4
|
+
* OpenAPI spec version: 20210330
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import * as model from "../model";
|
|
14
|
+
/**
|
|
15
|
+
* The DiscoveryJob details.
|
|
16
|
+
*/
|
|
17
|
+
export interface DiscoveryJob {
|
|
18
|
+
/**
|
|
19
|
+
* The OCID of Discovery job
|
|
20
|
+
*/
|
|
21
|
+
"id": string;
|
|
22
|
+
/**
|
|
23
|
+
* The OCID of the Compartment
|
|
24
|
+
*/
|
|
25
|
+
"compartmentId"?: string;
|
|
26
|
+
/**
|
|
27
|
+
* Add option submits new discovery Job. Add with retry option to re-submit failed discovery job. Refresh option refreshes the existing discovered resources.
|
|
28
|
+
*
|
|
29
|
+
*/
|
|
30
|
+
"discoveryType"?: DiscoveryJob.DiscoveryType;
|
|
31
|
+
/**
|
|
32
|
+
* Specifies the status of the discovery job
|
|
33
|
+
*/
|
|
34
|
+
"status"?: DiscoveryJob.Status;
|
|
35
|
+
/**
|
|
36
|
+
* The short summary of the status of the discovery job
|
|
37
|
+
*/
|
|
38
|
+
"statusMessage"?: string;
|
|
39
|
+
/**
|
|
40
|
+
* The OCID of Tenant
|
|
41
|
+
*/
|
|
42
|
+
"tenantId"?: string;
|
|
43
|
+
/**
|
|
44
|
+
* The OCID of user in which the job is submitted
|
|
45
|
+
*/
|
|
46
|
+
"userId"?: string;
|
|
47
|
+
/**
|
|
48
|
+
* Client who submits discovery job.
|
|
49
|
+
*/
|
|
50
|
+
"discoveryClient"?: string;
|
|
51
|
+
"discoveryDetails"?: model.DiscoveryDetails;
|
|
52
|
+
/**
|
|
53
|
+
* The time the discovery Job was updated.
|
|
54
|
+
*/
|
|
55
|
+
"timeUpdated"?: Date;
|
|
56
|
+
/**
|
|
57
|
+
* The current state of the DiscoveryJob Resource.
|
|
58
|
+
*/
|
|
59
|
+
"lifecycleState"?: model.LifecycleState;
|
|
60
|
+
/**
|
|
61
|
+
* Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
|
|
62
|
+
* Example: `{\"bar-key\": \"value\"}`
|
|
63
|
+
*
|
|
64
|
+
*/
|
|
65
|
+
"freeformTags"?: {
|
|
66
|
+
[key: string]: string;
|
|
67
|
+
};
|
|
68
|
+
/**
|
|
69
|
+
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
70
|
+
* Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
|
|
71
|
+
*
|
|
72
|
+
*/
|
|
73
|
+
"definedTags"?: {
|
|
74
|
+
[key: string]: {
|
|
75
|
+
[key: string]: any;
|
|
76
|
+
};
|
|
77
|
+
};
|
|
78
|
+
/**
|
|
79
|
+
* Usage of system tag keys. These predefined keys are scoped to namespaces.
|
|
80
|
+
* Example: `{\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}`
|
|
81
|
+
*
|
|
82
|
+
*/
|
|
83
|
+
"systemTags"?: {
|
|
84
|
+
[key: string]: {
|
|
85
|
+
[key: string]: any;
|
|
86
|
+
};
|
|
87
|
+
};
|
|
88
|
+
}
|
|
89
|
+
export declare namespace DiscoveryJob {
|
|
90
|
+
enum DiscoveryType {
|
|
91
|
+
Add = "ADD",
|
|
92
|
+
AddWithRetry = "ADD_WITH_RETRY",
|
|
93
|
+
Refresh = "REFRESH",
|
|
94
|
+
/**
|
|
95
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
96
|
+
* version of the SDK.
|
|
97
|
+
*/
|
|
98
|
+
UnknownValue = "UNKNOWN_VALUE"
|
|
99
|
+
}
|
|
100
|
+
enum Status {
|
|
101
|
+
Success = "SUCCESS",
|
|
102
|
+
Failure = "FAILURE",
|
|
103
|
+
Inprogress = "INPROGRESS",
|
|
104
|
+
Inactive = "INACTIVE",
|
|
105
|
+
Created = "CREATED",
|
|
106
|
+
Deleted = "DELETED",
|
|
107
|
+
/**
|
|
108
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
109
|
+
* version of the SDK.
|
|
110
|
+
*/
|
|
111
|
+
UnknownValue = "UNKNOWN_VALUE"
|
|
112
|
+
}
|
|
113
|
+
function getJsonObj(obj: DiscoveryJob): object;
|
|
114
|
+
function getDeserializedJsonObj(obj: DiscoveryJob): object;
|
|
115
|
+
}
|
|
@@ -0,0 +1,82 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Stack Monitoring API
|
|
4
|
+
* Stack Monitoring API.
|
|
5
|
+
* OpenAPI spec version: 20210330
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
15
|
+
if (k2 === undefined) k2 = k;
|
|
16
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
17
|
+
}) : (function(o, m, k, k2) {
|
|
18
|
+
if (k2 === undefined) k2 = k;
|
|
19
|
+
o[k2] = m[k];
|
|
20
|
+
}));
|
|
21
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
22
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
23
|
+
}) : function(o, v) {
|
|
24
|
+
o["default"] = v;
|
|
25
|
+
});
|
|
26
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
27
|
+
if (mod && mod.__esModule) return mod;
|
|
28
|
+
var result = {};
|
|
29
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
30
|
+
__setModuleDefault(result, mod);
|
|
31
|
+
return result;
|
|
32
|
+
};
|
|
33
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
34
|
+
exports.DiscoveryJob = void 0;
|
|
35
|
+
const model = __importStar(require("../model"));
|
|
36
|
+
var DiscoveryJob;
|
|
37
|
+
(function (DiscoveryJob) {
|
|
38
|
+
let DiscoveryType;
|
|
39
|
+
(function (DiscoveryType) {
|
|
40
|
+
DiscoveryType["Add"] = "ADD";
|
|
41
|
+
DiscoveryType["AddWithRetry"] = "ADD_WITH_RETRY";
|
|
42
|
+
DiscoveryType["Refresh"] = "REFRESH";
|
|
43
|
+
/**
|
|
44
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
45
|
+
* version of the SDK.
|
|
46
|
+
*/
|
|
47
|
+
DiscoveryType["UnknownValue"] = "UNKNOWN_VALUE";
|
|
48
|
+
})(DiscoveryType = DiscoveryJob.DiscoveryType || (DiscoveryJob.DiscoveryType = {}));
|
|
49
|
+
let Status;
|
|
50
|
+
(function (Status) {
|
|
51
|
+
Status["Success"] = "SUCCESS";
|
|
52
|
+
Status["Failure"] = "FAILURE";
|
|
53
|
+
Status["Inprogress"] = "INPROGRESS";
|
|
54
|
+
Status["Inactive"] = "INACTIVE";
|
|
55
|
+
Status["Created"] = "CREATED";
|
|
56
|
+
Status["Deleted"] = "DELETED";
|
|
57
|
+
/**
|
|
58
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
59
|
+
* version of the SDK.
|
|
60
|
+
*/
|
|
61
|
+
Status["UnknownValue"] = "UNKNOWN_VALUE";
|
|
62
|
+
})(Status = DiscoveryJob.Status || (DiscoveryJob.Status = {}));
|
|
63
|
+
function getJsonObj(obj) {
|
|
64
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
65
|
+
"discoveryDetails": obj.discoveryDetails
|
|
66
|
+
? model.DiscoveryDetails.getJsonObj(obj.discoveryDetails)
|
|
67
|
+
: undefined
|
|
68
|
+
});
|
|
69
|
+
return jsonObj;
|
|
70
|
+
}
|
|
71
|
+
DiscoveryJob.getJsonObj = getJsonObj;
|
|
72
|
+
function getDeserializedJsonObj(obj) {
|
|
73
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
74
|
+
"discoveryDetails": obj.discoveryDetails
|
|
75
|
+
? model.DiscoveryDetails.getDeserializedJsonObj(obj.discoveryDetails)
|
|
76
|
+
: undefined
|
|
77
|
+
});
|
|
78
|
+
return jsonObj;
|
|
79
|
+
}
|
|
80
|
+
DiscoveryJob.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
81
|
+
})(DiscoveryJob = exports.DiscoveryJob || (exports.DiscoveryJob = {}));
|
|
82
|
+
//# sourceMappingURL=discovery-job.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"discovery-job.js","sourceRoot":"","sources":["../../../../../lib/stackmonitoring/lib/model/discovery-job.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAqElC,IAAiB,YAAY,CAkD5B;AAlDD,WAAiB,YAAY;IAC3B,IAAY,aASX;IATD,WAAY,aAAa;QACvB,4BAAW,CAAA;QACX,gDAA+B,CAAA;QAC/B,oCAAmB,CAAA;QACnB;;;WAGG;QACH,+CAA8B,CAAA;IAChC,CAAC,EATW,aAAa,GAAb,0BAAa,KAAb,0BAAa,QASxB;IAED,IAAY,MAYX;IAZD,WAAY,MAAM;QAChB,6BAAmB,CAAA;QACnB,6BAAmB,CAAA;QACnB,mCAAyB,CAAA;QACzB,+BAAqB,CAAA;QACrB,6BAAmB,CAAA;QACnB,6BAAmB,CAAA;QACnB;;;WAGG;QACH,wCAA8B,CAAA;IAChC,CAAC,EAZW,MAAM,GAAN,mBAAM,KAAN,mBAAM,QAYjB;IAED,SAAgB,UAAU,CAAC,GAAiB;QAC1C,MAAM,OAAO,mCACR,GAAG,GACH;YACD,kBAAkB,EAAE,GAAG,CAAC,gBAAgB;gBACtC,CAAC,CAAC,KAAK,CAAC,gBAAgB,CAAC,UAAU,CAAC,GAAG,CAAC,gBAAgB,CAAC;gBACzD,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAXe,uBAAU,aAWzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAiB;QACtD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,kBAAkB,EAAE,GAAG,CAAC,gBAAgB;gBACtC,CAAC,CAAC,KAAK,CAAC,gBAAgB,CAAC,sBAAsB,CAAC,GAAG,CAAC,gBAAgB,CAAC;gBACrE,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAXe,mCAAsB,yBAWrC,CAAA;AACH,CAAC,EAlDgB,YAAY,GAAZ,oBAAY,KAAZ,oBAAY,QAkD5B"}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Stack Monitoring API
|
|
3
|
+
* Stack Monitoring API.
|
|
4
|
+
* OpenAPI spec version: 20210330
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import * as model from "../model";
|
|
14
|
+
/**
|
|
15
|
+
* Encypted credentials [indicated by the type property in CredentialStore].
|
|
16
|
+
*
|
|
17
|
+
*/
|
|
18
|
+
export interface EncryptedCredentials extends model.MonitoredResourceCredential {
|
|
19
|
+
/**
|
|
20
|
+
* The master key OCID and applicable only for property value type ENCRYPTION. Key OCID is passed as input to Key management service decrypt API to retrieve the encrypted property value text.
|
|
21
|
+
*/
|
|
22
|
+
"keyId": string;
|
|
23
|
+
/**
|
|
24
|
+
* The credential properties list. Credential property values will be encrypted format.
|
|
25
|
+
*/
|
|
26
|
+
"properties": Array<model.CredentialProperty>;
|
|
27
|
+
"credentialType": string;
|
|
28
|
+
}
|
|
29
|
+
export declare namespace EncryptedCredentials {
|
|
30
|
+
function getJsonObj(obj: EncryptedCredentials, isParentJsonObj?: boolean): object;
|
|
31
|
+
const credentialType = "ENCRYPTED";
|
|
32
|
+
function getDeserializedJsonObj(obj: EncryptedCredentials, isParentJsonObj?: boolean): object;
|
|
33
|
+
}
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Stack Monitoring API
|
|
4
|
+
* Stack Monitoring API.
|
|
5
|
+
* OpenAPI spec version: 20210330
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
15
|
+
if (k2 === undefined) k2 = k;
|
|
16
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
17
|
+
}) : (function(o, m, k, k2) {
|
|
18
|
+
if (k2 === undefined) k2 = k;
|
|
19
|
+
o[k2] = m[k];
|
|
20
|
+
}));
|
|
21
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
22
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
23
|
+
}) : function(o, v) {
|
|
24
|
+
o["default"] = v;
|
|
25
|
+
});
|
|
26
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
27
|
+
if (mod && mod.__esModule) return mod;
|
|
28
|
+
var result = {};
|
|
29
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
30
|
+
__setModuleDefault(result, mod);
|
|
31
|
+
return result;
|
|
32
|
+
};
|
|
33
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
34
|
+
exports.EncryptedCredentials = void 0;
|
|
35
|
+
const model = __importStar(require("../model"));
|
|
36
|
+
var EncryptedCredentials;
|
|
37
|
+
(function (EncryptedCredentials) {
|
|
38
|
+
function getJsonObj(obj, isParentJsonObj) {
|
|
39
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
40
|
+
? obj
|
|
41
|
+
: model.MonitoredResourceCredential.getJsonObj(obj))), {
|
|
42
|
+
"properties": obj.properties
|
|
43
|
+
? obj.properties.map(item => {
|
|
44
|
+
return model.CredentialProperty.getJsonObj(item);
|
|
45
|
+
})
|
|
46
|
+
: undefined
|
|
47
|
+
});
|
|
48
|
+
return jsonObj;
|
|
49
|
+
}
|
|
50
|
+
EncryptedCredentials.getJsonObj = getJsonObj;
|
|
51
|
+
EncryptedCredentials.credentialType = "ENCRYPTED";
|
|
52
|
+
function getDeserializedJsonObj(obj, isParentJsonObj) {
|
|
53
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
54
|
+
? obj
|
|
55
|
+
: model.MonitoredResourceCredential.getDeserializedJsonObj(obj))), {
|
|
56
|
+
"properties": obj.properties
|
|
57
|
+
? obj.properties.map(item => {
|
|
58
|
+
return model.CredentialProperty.getDeserializedJsonObj(item);
|
|
59
|
+
})
|
|
60
|
+
: undefined
|
|
61
|
+
});
|
|
62
|
+
return jsonObj;
|
|
63
|
+
}
|
|
64
|
+
EncryptedCredentials.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
65
|
+
})(EncryptedCredentials = exports.EncryptedCredentials || (exports.EncryptedCredentials = {}));
|
|
66
|
+
//# sourceMappingURL=encrypted-credentials.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"encrypted-credentials.js","sourceRoot":"","sources":["../../../../../lib/stackmonitoring/lib/model/encrypted-credentials.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAoBlC,IAAiB,oBAAoB,CAqCpC;AArCD,WAAiB,oBAAoB;IACnC,SAAgB,UAAU,CAAC,GAAyB,EAAE,eAAyB;QAC7E,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,2BAA2B,CAAC,UAAU,CAAC,GAAG,CAA0B,CAAC,GAC7E;YACD,YAAY,EAAE,GAAG,CAAC,UAAU;gBAC1B,CAAC,CAAC,GAAG,CAAC,UAAU,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACxB,OAAO,KAAK,CAAC,kBAAkB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACnD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAfe,+BAAU,aAezB,CAAA;IACY,mCAAc,GAAG,WAAW,CAAC;IAC1C,SAAgB,sBAAsB,CACpC,GAAyB,EACzB,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,2BAA2B,CAAC,sBAAsB,CAAC,GAAG,CAA0B,CAAC,GACzF;YACD,YAAY,EAAE,GAAG,CAAC,UAAU;gBAC1B,CAAC,CAAC,GAAG,CAAC,UAAU,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACxB,OAAO,KAAK,CAAC,kBAAkB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAC/D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAlBe,2CAAsB,yBAkBrC,CAAA;AACH,CAAC,EArCgB,oBAAoB,GAApB,4BAAoB,KAApB,4BAAoB,QAqCpC"}
|