oci-jmsutils 2.118.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 +270 -0
- package/lib/client.js +1368 -0
- package/lib/client.js.map +1 -0
- package/lib/jmsutils-waiter.d.ts +27 -0
- package/lib/jmsutils-waiter.js +44 -0
- package/lib/jmsutils-waiter.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/analyze-applications-configuration.d.ts +29 -0
- package/lib/model/analyze-applications-configuration.js +29 -0
- package/lib/model/analyze-applications-configuration.js.map +1 -0
- package/lib/model/basic-work-item-details.d.ts +24 -0
- package/lib/model/basic-work-item-details.js +52 -0
- package/lib/model/basic-work-item-details.js.map +1 -0
- package/lib/model/index.d.ts +88 -0
- package/lib/model/index.js +111 -0
- package/lib/model/index.js.map +1 -0
- package/lib/model/java-migration-analysis-collection.d.ts +26 -0
- package/lib/model/java-migration-analysis-collection.js +61 -0
- package/lib/model/java-migration-analysis-collection.js.map +1 -0
- package/lib/model/java-migration-analysis-sort-by.d.ts +24 -0
- package/lib/model/java-migration-analysis-sort-by.js +35 -0
- package/lib/model/java-migration-analysis-sort-by.js.map +1 -0
- package/lib/model/java-migration-analysis-summary.d.ts +88 -0
- package/lib/model/java-migration-analysis-summary.js +55 -0
- package/lib/model/java-migration-analysis-summary.js.map +1 -0
- package/lib/model/java-migration-analysis-target.d.ts +43 -0
- package/lib/model/java-migration-analysis-target.js +29 -0
- package/lib/model/java-migration-analysis-target.js.map +1 -0
- package/lib/model/java-migration-analysis.d.ts +91 -0
- package/lib/model/java-migration-analysis.js +55 -0
- package/lib/model/java-migration-analysis.js.map +1 -0
- package/lib/model/java-migration-work-item-details.d.ts +38 -0
- package/lib/model/java-migration-work-item-details.js +54 -0
- package/lib/model/java-migration-work-item-details.js.map +1 -0
- package/lib/model/operation-status.d.ts +34 -0
- package/lib/model/operation-status.js +45 -0
- package/lib/model/operation-status.js.map +1 -0
- package/lib/model/operation-type.d.ts +28 -0
- package/lib/model/operation-type.js +39 -0
- package/lib/model/operation-type.js.map +1 -0
- package/lib/model/performance-tuning-analysis-collection.d.ts +26 -0
- package/lib/model/performance-tuning-analysis-collection.js +61 -0
- package/lib/model/performance-tuning-analysis-collection.js.map +1 -0
- package/lib/model/performance-tuning-analysis-sort-by.d.ts +24 -0
- package/lib/model/performance-tuning-analysis-sort-by.js +35 -0
- package/lib/model/performance-tuning-analysis-sort-by.js.map +1 -0
- package/lib/model/performance-tuning-analysis-summary.d.ts +76 -0
- package/lib/model/performance-tuning-analysis-summary.js +55 -0
- package/lib/model/performance-tuning-analysis-summary.js.map +1 -0
- package/lib/model/performance-tuning-analysis-target.d.ts +29 -0
- package/lib/model/performance-tuning-analysis-target.js +29 -0
- package/lib/model/performance-tuning-analysis-target.js.map +1 -0
- package/lib/model/performance-tuning-analysis.d.ts +88 -0
- package/lib/model/performance-tuning-analysis.js +65 -0
- package/lib/model/performance-tuning-analysis.js.map +1 -0
- package/lib/model/performance-tuning-work-item-details.d.ts +32 -0
- package/lib/model/performance-tuning-work-item-details.js +54 -0
- package/lib/model/performance-tuning-work-item-details.js.map +1 -0
- package/lib/model/principal.d.ts +29 -0
- package/lib/model/principal.js +29 -0
- package/lib/model/principal.js.map +1 -0
- package/lib/model/request-java-migration-analysis-details.d.ts +52 -0
- package/lib/model/request-java-migration-analysis-details.js +61 -0
- package/lib/model/request-java-migration-analysis-details.js.map +1 -0
- package/lib/model/request-performance-tuning-analysis-details.d.ts +52 -0
- package/lib/model/request-performance-tuning-analysis-details.js +61 -0
- package/lib/model/request-performance-tuning-analysis-details.js.map +1 -0
- package/lib/model/sort-order.d.ts +30 -0
- package/lib/model/sort-order.js +41 -0
- package/lib/model/sort-order.js.map +1 -0
- package/lib/model/subscription-acknowledgment-configuration.d.ts +34 -0
- package/lib/model/subscription-acknowledgment-configuration.js +29 -0
- package/lib/model/subscription-acknowledgment-configuration.js.map +1 -0
- package/lib/model/update-analyze-applications-configuration-details.d.ts +29 -0
- package/lib/model/update-analyze-applications-configuration-details.js +29 -0
- package/lib/model/update-analyze-applications-configuration-details.js.map +1 -0
- package/lib/model/update-subscription-acknowledgment-configuration-details.d.ts +25 -0
- package/lib/model/update-subscription-acknowledgment-configuration-details.js +29 -0
- package/lib/model/update-subscription-acknowledgment-configuration-details.js.map +1 -0
- package/lib/model/work-item-collection.d.ts +26 -0
- package/lib/model/work-item-collection.js +61 -0
- package/lib/model/work-item-collection.js.map +1 -0
- package/lib/model/work-item-details.d.ts +27 -0
- package/lib/model/work-item-details.js +76 -0
- package/lib/model/work-item-details.js.map +1 -0
- package/lib/model/work-item-status.d.ts +34 -0
- package/lib/model/work-item-status.js +45 -0
- package/lib/model/work-item-status.js.map +1 -0
- package/lib/model/work-item-summary.d.ts +44 -0
- package/lib/model/work-item-summary.js +55 -0
- package/lib/model/work-item-summary.js.map +1 -0
- package/lib/model/work-item-type.d.ts +28 -0
- package/lib/model/work-item-type.js +39 -0
- package/lib/model/work-item-type.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 +37 -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 +31 -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-metadata-key.d.ts +27 -0
- package/lib/model/work-request-resource-metadata-key.js +38 -0
- package/lib/model/work-request-resource-metadata-key.js.map +1 -0
- package/lib/model/work-request-resource.d.ts +48 -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 +74 -0
- package/lib/model/work-request-summary.js +65 -0
- package/lib/model/work-request-summary.js.map +1 -0
- package/lib/model/work-request.d.ts +85 -0
- package/lib/model/work-request.js +65 -0
- package/lib/model/work-request.js.map +1 -0
- package/lib/request/cancel-work-request-request.d.ts +38 -0
- package/lib/request/cancel-work-request-request.js +15 -0
- package/lib/request/cancel-work-request-request.js.map +1 -0
- package/lib/request/delete-java-migration-analysis-request.d.ts +38 -0
- package/lib/request/delete-java-migration-analysis-request.js +15 -0
- package/lib/request/delete-java-migration-analysis-request.js.map +1 -0
- package/lib/request/delete-performance-tuning-analysis-request.d.ts +38 -0
- package/lib/request/delete-performance-tuning-analysis-request.js +15 -0
- package/lib/request/delete-performance-tuning-analysis-request.js.map +1 -0
- package/lib/request/get-analyze-applications-configuration-request.d.ts +30 -0
- package/lib/request/get-analyze-applications-configuration-request.js +15 -0
- package/lib/request/get-analyze-applications-configuration-request.js.map +1 -0
- package/lib/request/get-java-migration-analysis-request.d.ts +30 -0
- package/lib/request/get-java-migration-analysis-request.js +15 -0
- package/lib/request/get-java-migration-analysis-request.js.map +1 -0
- package/lib/request/get-performance-tuning-analysis-request.d.ts +30 -0
- package/lib/request/get-performance-tuning-analysis-request.js +15 -0
- package/lib/request/get-performance-tuning-analysis-request.js.map +1 -0
- package/lib/request/get-subscription-acknowledgment-configuration-request.d.ts +30 -0
- package/lib/request/get-subscription-acknowledgment-configuration-request.js +15 -0
- package/lib/request/get-subscription-acknowledgment-configuration-request.js.map +1 -0
- package/lib/request/get-work-request-request.d.ts +30 -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 +48 -0
- package/lib/request/index.js +41 -0
- package/lib/request/index.js.map +1 -0
- package/lib/request/list-java-migration-analysis-request.d.ts +56 -0
- package/lib/request/list-java-migration-analysis-request.js +15 -0
- package/lib/request/list-java-migration-analysis-request.js.map +1 -0
- package/lib/request/list-performance-tuning-analysis-request.d.ts +60 -0
- package/lib/request/list-performance-tuning-analysis-request.js +15 -0
- package/lib/request/list-performance-tuning-analysis-request.js.map +1 -0
- package/lib/request/list-work-items-request.d.ts +38 -0
- package/lib/request/list-work-items-request.js +15 -0
- package/lib/request/list-work-items-request.js.map +1 -0
- package/lib/request/list-work-request-errors-request.d.ts +53 -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 +53 -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 +65 -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/request-java-migration-analysis-request.d.ts +40 -0
- package/lib/request/request-java-migration-analysis-request.js +15 -0
- package/lib/request/request-java-migration-analysis-request.js.map +1 -0
- package/lib/request/request-performance-tuning-analysis-request.d.ts +40 -0
- package/lib/request/request-performance-tuning-analysis-request.js +15 -0
- package/lib/request/request-performance-tuning-analysis-request.js.map +1 -0
- package/lib/request/update-analyze-applications-configuration-request.d.ts +43 -0
- package/lib/request/update-analyze-applications-configuration-request.js +15 -0
- package/lib/request/update-analyze-applications-configuration-request.js.map +1 -0
- package/lib/request/update-subscription-acknowledgment-configuration-request.d.ts +43 -0
- package/lib/request/update-subscription-acknowledgment-configuration-request.js +15 -0
- package/lib/request/update-subscription-acknowledgment-configuration-request.js.map +1 -0
- package/lib/response/cancel-work-request-response.d.ts +20 -0
- package/lib/response/cancel-work-request-response.js +15 -0
- package/lib/response/cancel-work-request-response.js.map +1 -0
- package/lib/response/delete-java-migration-analysis-response.d.ts +20 -0
- package/lib/response/delete-java-migration-analysis-response.js +15 -0
- package/lib/response/delete-java-migration-analysis-response.js.map +1 -0
- package/lib/response/delete-performance-tuning-analysis-response.d.ts +20 -0
- package/lib/response/delete-performance-tuning-analysis-response.js +15 -0
- package/lib/response/delete-performance-tuning-analysis-response.js.map +1 -0
- package/lib/response/get-analyze-applications-configuration-response.d.ts +30 -0
- package/lib/response/get-analyze-applications-configuration-response.js +15 -0
- package/lib/response/get-analyze-applications-configuration-response.js.map +1 -0
- package/lib/response/get-java-migration-analysis-response.d.ts +30 -0
- package/lib/response/get-java-migration-analysis-response.js +15 -0
- package/lib/response/get-java-migration-analysis-response.js.map +1 -0
- package/lib/response/get-performance-tuning-analysis-response.d.ts +30 -0
- package/lib/response/get-performance-tuning-analysis-response.js +15 -0
- package/lib/response/get-performance-tuning-analysis-response.js.map +1 -0
- package/lib/response/get-subscription-acknowledgment-configuration-response.d.ts +30 -0
- package/lib/response/get-subscription-acknowledgment-configuration-response.js +15 -0
- package/lib/response/get-subscription-acknowledgment-configuration-response.js.map +1 -0
- package/lib/response/get-work-request-response.d.ts +34 -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 +48 -0
- package/lib/response/index.js +15 -0
- package/lib/response/index.js.map +1 -0
- package/lib/response/list-java-migration-analysis-response.d.ts +31 -0
- package/lib/response/list-java-migration-analysis-response.js +15 -0
- package/lib/response/list-java-migration-analysis-response.js.map +1 -0
- package/lib/response/list-performance-tuning-analysis-response.d.ts +31 -0
- package/lib/response/list-performance-tuning-analysis-response.js +15 -0
- package/lib/response/list-performance-tuning-analysis-response.js.map +1 -0
- package/lib/response/list-work-items-response.d.ts +31 -0
- package/lib/response/list-work-items-response.js +15 -0
- package/lib/response/list-work-items-response.js.map +1 -0
- package/lib/response/list-work-request-errors-response.d.ts +31 -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 +31 -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 +31 -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/request-java-migration-analysis-response.d.ts +26 -0
- package/lib/response/request-java-migration-analysis-response.js +15 -0
- package/lib/response/request-java-migration-analysis-response.js.map +1 -0
- package/lib/response/request-performance-tuning-analysis-response.d.ts +26 -0
- package/lib/response/request-performance-tuning-analysis-response.js +15 -0
- package/lib/response/request-performance-tuning-analysis-response.js.map +1 -0
- package/lib/response/update-analyze-applications-configuration-response.d.ts +30 -0
- package/lib/response/update-analyze-applications-configuration-response.js +15 -0
- package/lib/response/update-analyze-applications-configuration-response.js.map +1 -0
- package/lib/response/update-subscription-acknowledgment-configuration-response.d.ts +30 -0
- package/lib/response/update-subscription-acknowledgment-configuration-response.js +15 -0
- package/lib/response/update-subscription-acknowledgment-configuration-response.js.map +1 -0
- package/package.json +29 -0
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Java Management Service Utilities API
|
|
3
|
+
* The APIs for Analyze Applications and other utilities of Java Management Service.
|
|
4
|
+
* OpenAPI spec version: 20250521
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2025, 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 performance tuning work item details.
|
|
16
|
+
*/
|
|
17
|
+
export interface PerformanceTuningWorkItemDetails extends model.WorkItemDetails {
|
|
18
|
+
/**
|
|
19
|
+
* Object storage path to the artifact.
|
|
20
|
+
*/
|
|
21
|
+
"artifactObjectStoragePath": string;
|
|
22
|
+
/**
|
|
23
|
+
* Name of the analysis project.
|
|
24
|
+
*/
|
|
25
|
+
"analysisProjectName": string;
|
|
26
|
+
"kind": string;
|
|
27
|
+
}
|
|
28
|
+
export declare namespace PerformanceTuningWorkItemDetails {
|
|
29
|
+
function getJsonObj(obj: PerformanceTuningWorkItemDetails, isParentJsonObj?: boolean): object;
|
|
30
|
+
const kind = "PERFORMANCE_TUNING";
|
|
31
|
+
function getDeserializedJsonObj(obj: PerformanceTuningWorkItemDetails, isParentJsonObj?: boolean): object;
|
|
32
|
+
}
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Java Management Service Utilities API
|
|
4
|
+
* The APIs for Analyze Applications and other utilities of Java Management Service.
|
|
5
|
+
* OpenAPI spec version: 20250521
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2025, 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.PerformanceTuningWorkItemDetails = void 0;
|
|
35
|
+
const model = __importStar(require("../model"));
|
|
36
|
+
var PerformanceTuningWorkItemDetails;
|
|
37
|
+
(function (PerformanceTuningWorkItemDetails) {
|
|
38
|
+
function getJsonObj(obj, isParentJsonObj) {
|
|
39
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
40
|
+
? obj
|
|
41
|
+
: model.WorkItemDetails.getJsonObj(obj))), {});
|
|
42
|
+
return jsonObj;
|
|
43
|
+
}
|
|
44
|
+
PerformanceTuningWorkItemDetails.getJsonObj = getJsonObj;
|
|
45
|
+
PerformanceTuningWorkItemDetails.kind = "PERFORMANCE_TUNING";
|
|
46
|
+
function getDeserializedJsonObj(obj, isParentJsonObj) {
|
|
47
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
48
|
+
? obj
|
|
49
|
+
: model.WorkItemDetails.getDeserializedJsonObj(obj))), {});
|
|
50
|
+
return jsonObj;
|
|
51
|
+
}
|
|
52
|
+
PerformanceTuningWorkItemDetails.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
53
|
+
})(PerformanceTuningWorkItemDetails = exports.PerformanceTuningWorkItemDetails || (exports.PerformanceTuningWorkItemDetails = {}));
|
|
54
|
+
//# sourceMappingURL=performance-tuning-work-item-details.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"performance-tuning-work-item-details.js","sourceRoot":"","sources":["../../../../../lib/jmsutils/lib/model/performance-tuning-work-item-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAmBlC,IAAiB,gCAAgC,CA4BhD;AA5BD,WAAiB,gCAAgC;IAC/C,SAAgB,UAAU,CACxB,GAAqC,EACrC,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,eAAe,CAAC,UAAU,CAAC,GAAG,CAAsC,CAAC,GAC7E,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAZe,2CAAU,aAYzB,CAAA;IACY,qCAAI,GAAG,oBAAoB,CAAC;IACzC,SAAgB,sBAAsB,CACpC,GAAqC,EACrC,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,eAAe,CAAC,sBAAsB,CAAC,GAAG,CAAsC,CAAC,GACzF,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAZe,uDAAsB,yBAYrC,CAAA;AACH,CAAC,EA5BgB,gCAAgC,GAAhC,wCAAgC,KAAhC,wCAAgC,QA4BhD"}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Java Management Service Utilities API
|
|
3
|
+
* The APIs for Analyze Applications and other utilities of Java Management Service.
|
|
4
|
+
* OpenAPI spec version: 20250521
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2025, 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
|
+
* An authorized principal.
|
|
15
|
+
*/
|
|
16
|
+
export interface Principal {
|
|
17
|
+
/**
|
|
18
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the principal.
|
|
19
|
+
*/
|
|
20
|
+
"id": string;
|
|
21
|
+
/**
|
|
22
|
+
* The name of the principal.
|
|
23
|
+
*/
|
|
24
|
+
"displayName": string;
|
|
25
|
+
}
|
|
26
|
+
export declare namespace Principal {
|
|
27
|
+
function getJsonObj(obj: Principal): object;
|
|
28
|
+
function getDeserializedJsonObj(obj: Principal): object;
|
|
29
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Java Management Service Utilities API
|
|
4
|
+
* The APIs for Analyze Applications and other utilities of Java Management Service.
|
|
5
|
+
* OpenAPI spec version: 20250521
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2025, 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.Principal = void 0;
|
|
16
|
+
var Principal;
|
|
17
|
+
(function (Principal) {
|
|
18
|
+
function getJsonObj(obj) {
|
|
19
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
20
|
+
return jsonObj;
|
|
21
|
+
}
|
|
22
|
+
Principal.getJsonObj = getJsonObj;
|
|
23
|
+
function getDeserializedJsonObj(obj) {
|
|
24
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
25
|
+
return jsonObj;
|
|
26
|
+
}
|
|
27
|
+
Principal.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
28
|
+
})(Principal = exports.Principal || (exports.Principal = {}));
|
|
29
|
+
//# sourceMappingURL=principal.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"principal.js","sourceRoot":"","sources":["../../../../../lib/jmsutils/lib/model/principal.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAmBH,IAAiB,SAAS,CAWzB;AAXD,WAAiB,SAAS;IACxB,SAAgB,UAAU,CAAC,GAAc;QACvC,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,oBAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAc;QACnD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,gCAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,SAAS,GAAT,iBAAS,KAAT,iBAAS,QAWzB"}
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Java Management Service Utilities API
|
|
3
|
+
* The APIs for Analyze Applications and other utilities of Java Management Service.
|
|
4
|
+
* OpenAPI spec version: 20250521
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2025, 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 data to bulk create Java Migration Analysis.
|
|
16
|
+
*/
|
|
17
|
+
export interface RequestJavaMigrationAnalysisDetails {
|
|
18
|
+
/**
|
|
19
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment where the Java Migration Analysis will be created.
|
|
20
|
+
*/
|
|
21
|
+
"compartmentId": string;
|
|
22
|
+
/**
|
|
23
|
+
* The list of targets for the Java Migration Analysis.
|
|
24
|
+
*/
|
|
25
|
+
"targets": Array<model.JavaMigrationAnalysisTarget>;
|
|
26
|
+
/**
|
|
27
|
+
* Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
|
|
28
|
+
* For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
29
|
+
* <p>
|
|
30
|
+
Example: {@code {\"Department\": \"Finance\"}}
|
|
31
|
+
*
|
|
32
|
+
*/
|
|
33
|
+
"freeformTags"?: {
|
|
34
|
+
[key: string]: string;
|
|
35
|
+
};
|
|
36
|
+
/**
|
|
37
|
+
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
38
|
+
* For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
39
|
+
* <p>
|
|
40
|
+
Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
|
|
41
|
+
*
|
|
42
|
+
*/
|
|
43
|
+
"definedTags"?: {
|
|
44
|
+
[key: string]: {
|
|
45
|
+
[key: string]: any;
|
|
46
|
+
};
|
|
47
|
+
};
|
|
48
|
+
}
|
|
49
|
+
export declare namespace RequestJavaMigrationAnalysisDetails {
|
|
50
|
+
function getJsonObj(obj: RequestJavaMigrationAnalysisDetails): object;
|
|
51
|
+
function getDeserializedJsonObj(obj: RequestJavaMigrationAnalysisDetails): object;
|
|
52
|
+
}
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Java Management Service Utilities API
|
|
4
|
+
* The APIs for Analyze Applications and other utilities of Java Management Service.
|
|
5
|
+
* OpenAPI spec version: 20250521
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2025, 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.RequestJavaMigrationAnalysisDetails = void 0;
|
|
35
|
+
const model = __importStar(require("../model"));
|
|
36
|
+
var RequestJavaMigrationAnalysisDetails;
|
|
37
|
+
(function (RequestJavaMigrationAnalysisDetails) {
|
|
38
|
+
function getJsonObj(obj) {
|
|
39
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
40
|
+
"targets": obj.targets
|
|
41
|
+
? obj.targets.map(item => {
|
|
42
|
+
return model.JavaMigrationAnalysisTarget.getJsonObj(item);
|
|
43
|
+
})
|
|
44
|
+
: undefined
|
|
45
|
+
});
|
|
46
|
+
return jsonObj;
|
|
47
|
+
}
|
|
48
|
+
RequestJavaMigrationAnalysisDetails.getJsonObj = getJsonObj;
|
|
49
|
+
function getDeserializedJsonObj(obj) {
|
|
50
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
51
|
+
"targets": obj.targets
|
|
52
|
+
? obj.targets.map(item => {
|
|
53
|
+
return model.JavaMigrationAnalysisTarget.getDeserializedJsonObj(item);
|
|
54
|
+
})
|
|
55
|
+
: undefined
|
|
56
|
+
});
|
|
57
|
+
return jsonObj;
|
|
58
|
+
}
|
|
59
|
+
RequestJavaMigrationAnalysisDetails.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
60
|
+
})(RequestJavaMigrationAnalysisDetails = exports.RequestJavaMigrationAnalysisDetails || (exports.RequestJavaMigrationAnalysisDetails = {}));
|
|
61
|
+
//# sourceMappingURL=request-java-migration-analysis-details.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"request-java-migration-analysis-details.js","sourceRoot":"","sources":["../../../../../lib/jmsutils/lib/model/request-java-migration-analysis-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAiClC,IAAiB,mCAAmC,CA6BnD;AA7BD,WAAiB,mCAAmC;IAClD,SAAgB,UAAU,CAAC,GAAwC;QACjE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,SAAS,EAAE,GAAG,CAAC,OAAO;gBACpB,CAAC,CAAC,GAAG,CAAC,OAAO,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACrB,OAAO,KAAK,CAAC,2BAA2B,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAC5D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,8CAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAwC;QAC7E,MAAM,OAAO,mCACR,GAAG,GACH;YACD,SAAS,EAAE,GAAG,CAAC,OAAO;gBACpB,CAAC,CAAC,GAAG,CAAC,OAAO,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACrB,OAAO,KAAK,CAAC,2BAA2B,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACxE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,0DAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,mCAAmC,GAAnC,2CAAmC,KAAnC,2CAAmC,QA6BnD"}
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Java Management Service Utilities API
|
|
3
|
+
* The APIs for Analyze Applications and other utilities of Java Management Service.
|
|
4
|
+
* OpenAPI spec version: 20250521
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2025, 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 data to create Performance Tuning Analysis.
|
|
16
|
+
*/
|
|
17
|
+
export interface RequestPerformanceTuningAnalysisDetails {
|
|
18
|
+
/**
|
|
19
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment where the Performance Tuning Analysis will be created.
|
|
20
|
+
*/
|
|
21
|
+
"compartmentId": string;
|
|
22
|
+
/**
|
|
23
|
+
* The list of targets for the Performance Tuning Analysis.
|
|
24
|
+
*/
|
|
25
|
+
"targets": Array<model.PerformanceTuningAnalysisTarget>;
|
|
26
|
+
/**
|
|
27
|
+
* Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
|
|
28
|
+
* For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
29
|
+
* <p>
|
|
30
|
+
Example: {@code {\"Department\": \"Finance\"}}
|
|
31
|
+
*
|
|
32
|
+
*/
|
|
33
|
+
"freeformTags"?: {
|
|
34
|
+
[key: string]: string;
|
|
35
|
+
};
|
|
36
|
+
/**
|
|
37
|
+
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
38
|
+
* For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
39
|
+
* <p>
|
|
40
|
+
Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
|
|
41
|
+
*
|
|
42
|
+
*/
|
|
43
|
+
"definedTags"?: {
|
|
44
|
+
[key: string]: {
|
|
45
|
+
[key: string]: any;
|
|
46
|
+
};
|
|
47
|
+
};
|
|
48
|
+
}
|
|
49
|
+
export declare namespace RequestPerformanceTuningAnalysisDetails {
|
|
50
|
+
function getJsonObj(obj: RequestPerformanceTuningAnalysisDetails): object;
|
|
51
|
+
function getDeserializedJsonObj(obj: RequestPerformanceTuningAnalysisDetails): object;
|
|
52
|
+
}
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Java Management Service Utilities API
|
|
4
|
+
* The APIs for Analyze Applications and other utilities of Java Management Service.
|
|
5
|
+
* OpenAPI spec version: 20250521
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2025, 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.RequestPerformanceTuningAnalysisDetails = void 0;
|
|
35
|
+
const model = __importStar(require("../model"));
|
|
36
|
+
var RequestPerformanceTuningAnalysisDetails;
|
|
37
|
+
(function (RequestPerformanceTuningAnalysisDetails) {
|
|
38
|
+
function getJsonObj(obj) {
|
|
39
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
40
|
+
"targets": obj.targets
|
|
41
|
+
? obj.targets.map(item => {
|
|
42
|
+
return model.PerformanceTuningAnalysisTarget.getJsonObj(item);
|
|
43
|
+
})
|
|
44
|
+
: undefined
|
|
45
|
+
});
|
|
46
|
+
return jsonObj;
|
|
47
|
+
}
|
|
48
|
+
RequestPerformanceTuningAnalysisDetails.getJsonObj = getJsonObj;
|
|
49
|
+
function getDeserializedJsonObj(obj) {
|
|
50
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
51
|
+
"targets": obj.targets
|
|
52
|
+
? obj.targets.map(item => {
|
|
53
|
+
return model.PerformanceTuningAnalysisTarget.getDeserializedJsonObj(item);
|
|
54
|
+
})
|
|
55
|
+
: undefined
|
|
56
|
+
});
|
|
57
|
+
return jsonObj;
|
|
58
|
+
}
|
|
59
|
+
RequestPerformanceTuningAnalysisDetails.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
60
|
+
})(RequestPerformanceTuningAnalysisDetails = exports.RequestPerformanceTuningAnalysisDetails || (exports.RequestPerformanceTuningAnalysisDetails = {}));
|
|
61
|
+
//# sourceMappingURL=request-performance-tuning-analysis-details.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"request-performance-tuning-analysis-details.js","sourceRoot":"","sources":["../../../../../lib/jmsutils/lib/model/request-performance-tuning-analysis-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAiClC,IAAiB,uCAAuC,CA6BvD;AA7BD,WAAiB,uCAAuC;IACtD,SAAgB,UAAU,CAAC,GAA4C;QACrE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,SAAS,EAAE,GAAG,CAAC,OAAO;gBACpB,CAAC,CAAC,GAAG,CAAC,OAAO,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACrB,OAAO,KAAK,CAAC,+BAA+B,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAChE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,kDAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA4C;QACjF,MAAM,OAAO,mCACR,GAAG,GACH;YACD,SAAS,EAAE,GAAG,CAAC,OAAO;gBACpB,CAAC,CAAC,GAAG,CAAC,OAAO,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACrB,OAAO,KAAK,CAAC,+BAA+B,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAC5E,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,8DAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,uCAAuC,GAAvC,+CAAuC,KAAvC,+CAAuC,QA6BvD"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Java Management Service Utilities API
|
|
3
|
+
* The APIs for Analyze Applications and other utilities of Java Management Service.
|
|
4
|
+
* OpenAPI spec version: 20250521
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2025, 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
|
+
* The sort order to use, either ascending ({@code ASC}) or descending ({@code DESC}). The {@code displayName}
|
|
15
|
+
* sort order is case sensitive.
|
|
16
|
+
*
|
|
17
|
+
**/
|
|
18
|
+
export declare enum SortOrder {
|
|
19
|
+
Asc = "ASC",
|
|
20
|
+
Desc = "DESC",
|
|
21
|
+
/**
|
|
22
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
23
|
+
* version of the SDK.
|
|
24
|
+
*/
|
|
25
|
+
UnknownValue = "UNKNOWN_VALUE"
|
|
26
|
+
}
|
|
27
|
+
export declare namespace SortOrder {
|
|
28
|
+
function getJsonObj(obj: SortOrder): SortOrder;
|
|
29
|
+
function getDeserializedJsonObj(obj: SortOrder): SortOrder;
|
|
30
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Java Management Service Utilities API
|
|
4
|
+
* The APIs for Analyze Applications and other utilities of Java Management Service.
|
|
5
|
+
* OpenAPI spec version: 20250521
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2025, 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.SortOrder = void 0;
|
|
16
|
+
/**
|
|
17
|
+
* The sort order to use, either ascending ({@code ASC}) or descending ({@code DESC}). The {@code displayName}
|
|
18
|
+
* sort order is case sensitive.
|
|
19
|
+
*
|
|
20
|
+
**/
|
|
21
|
+
var SortOrder;
|
|
22
|
+
(function (SortOrder) {
|
|
23
|
+
SortOrder["Asc"] = "ASC";
|
|
24
|
+
SortOrder["Desc"] = "DESC";
|
|
25
|
+
/**
|
|
26
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
27
|
+
* version of the SDK.
|
|
28
|
+
*/
|
|
29
|
+
SortOrder["UnknownValue"] = "UNKNOWN_VALUE";
|
|
30
|
+
})(SortOrder = exports.SortOrder || (exports.SortOrder = {}));
|
|
31
|
+
(function (SortOrder) {
|
|
32
|
+
function getJsonObj(obj) {
|
|
33
|
+
return obj;
|
|
34
|
+
}
|
|
35
|
+
SortOrder.getJsonObj = getJsonObj;
|
|
36
|
+
function getDeserializedJsonObj(obj) {
|
|
37
|
+
return obj;
|
|
38
|
+
}
|
|
39
|
+
SortOrder.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
40
|
+
})(SortOrder = exports.SortOrder || (exports.SortOrder = {}));
|
|
41
|
+
//# sourceMappingURL=sort-order.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sort-order.js","sourceRoot":"","sources":["../../../../../lib/jmsutils/lib/model/sort-order.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAKH;;;;IAII;AACJ,IAAY,SASX;AATD,WAAY,SAAS;IACnB,wBAAW,CAAA;IACX,0BAAa,CAAA;IAEb;;;OAGG;IACH,2CAA8B,CAAA;AAChC,CAAC,EATW,SAAS,GAAT,iBAAS,KAAT,iBAAS,QASpB;AAED,WAAiB,SAAS;IACxB,SAAgB,UAAU,CAAC,GAAc;QACvC,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,oBAAU,aAEzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAc;QACnD,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,gCAAsB,yBAErC,CAAA;AACH,CAAC,EAPgB,SAAS,GAAT,iBAAS,KAAT,iBAAS,QAOzB"}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Java Management Service Utilities API
|
|
3
|
+
* The APIs for Analyze Applications and other utilities of Java Management Service.
|
|
4
|
+
* OpenAPI spec version: 20250521
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2025, 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
|
+
* The configuration for subscription acknowledgment.
|
|
15
|
+
*/
|
|
16
|
+
export interface SubscriptionAcknowledgmentConfiguration {
|
|
17
|
+
/**
|
|
18
|
+
* Flag to determine whether the subscription was acknowledged or not.
|
|
19
|
+
*/
|
|
20
|
+
"isAcknowledged": boolean;
|
|
21
|
+
/**
|
|
22
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the principal that ackwnoledged the subscription.
|
|
23
|
+
*/
|
|
24
|
+
"acknowledgedBy"?: string;
|
|
25
|
+
/**
|
|
26
|
+
* The date and time the subscription was acknowledged (formatted according to [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339)).
|
|
27
|
+
*
|
|
28
|
+
*/
|
|
29
|
+
"timeAcknowledged"?: Date;
|
|
30
|
+
}
|
|
31
|
+
export declare namespace SubscriptionAcknowledgmentConfiguration {
|
|
32
|
+
function getJsonObj(obj: SubscriptionAcknowledgmentConfiguration): object;
|
|
33
|
+
function getDeserializedJsonObj(obj: SubscriptionAcknowledgmentConfiguration): object;
|
|
34
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Java Management Service Utilities API
|
|
4
|
+
* The APIs for Analyze Applications and other utilities of Java Management Service.
|
|
5
|
+
* OpenAPI spec version: 20250521
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2025, 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.SubscriptionAcknowledgmentConfiguration = void 0;
|
|
16
|
+
var SubscriptionAcknowledgmentConfiguration;
|
|
17
|
+
(function (SubscriptionAcknowledgmentConfiguration) {
|
|
18
|
+
function getJsonObj(obj) {
|
|
19
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
20
|
+
return jsonObj;
|
|
21
|
+
}
|
|
22
|
+
SubscriptionAcknowledgmentConfiguration.getJsonObj = getJsonObj;
|
|
23
|
+
function getDeserializedJsonObj(obj) {
|
|
24
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
25
|
+
return jsonObj;
|
|
26
|
+
}
|
|
27
|
+
SubscriptionAcknowledgmentConfiguration.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
28
|
+
})(SubscriptionAcknowledgmentConfiguration = exports.SubscriptionAcknowledgmentConfiguration || (exports.SubscriptionAcknowledgmentConfiguration = {}));
|
|
29
|
+
//# sourceMappingURL=subscription-acknowledgment-configuration.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"subscription-acknowledgment-configuration.js","sourceRoot":"","sources":["../../../../../lib/jmsutils/lib/model/subscription-acknowledgment-configuration.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAwBH,IAAiB,uCAAuC,CAWvD;AAXD,WAAiB,uCAAuC;IACtD,SAAgB,UAAU,CAAC,GAA4C;QACrE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,kDAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA4C;QACjF,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,8DAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,uCAAuC,GAAvC,+CAAuC,KAAvC,+CAAuC,QAWvD"}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Java Management Service Utilities API
|
|
3
|
+
* The APIs for Analyze Applications and other utilities of Java Management Service.
|
|
4
|
+
* OpenAPI spec version: 20250521
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2025, 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
|
+
* Attributes to update an Analyze Applications Configuration.
|
|
15
|
+
*/
|
|
16
|
+
export interface UpdateAnalyzeApplicationsConfigurationDetails {
|
|
17
|
+
/**
|
|
18
|
+
* The Object Storage namespace used for analyzing applications.
|
|
19
|
+
*/
|
|
20
|
+
"namespaceName"?: string;
|
|
21
|
+
/**
|
|
22
|
+
* The name of the bucket used for analyzing applications.
|
|
23
|
+
*/
|
|
24
|
+
"bucketName"?: string;
|
|
25
|
+
}
|
|
26
|
+
export declare namespace UpdateAnalyzeApplicationsConfigurationDetails {
|
|
27
|
+
function getJsonObj(obj: UpdateAnalyzeApplicationsConfigurationDetails): object;
|
|
28
|
+
function getDeserializedJsonObj(obj: UpdateAnalyzeApplicationsConfigurationDetails): object;
|
|
29
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Java Management Service Utilities API
|
|
4
|
+
* The APIs for Analyze Applications and other utilities of Java Management Service.
|
|
5
|
+
* OpenAPI spec version: 20250521
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2025, 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.UpdateAnalyzeApplicationsConfigurationDetails = void 0;
|
|
16
|
+
var UpdateAnalyzeApplicationsConfigurationDetails;
|
|
17
|
+
(function (UpdateAnalyzeApplicationsConfigurationDetails) {
|
|
18
|
+
function getJsonObj(obj) {
|
|
19
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
20
|
+
return jsonObj;
|
|
21
|
+
}
|
|
22
|
+
UpdateAnalyzeApplicationsConfigurationDetails.getJsonObj = getJsonObj;
|
|
23
|
+
function getDeserializedJsonObj(obj) {
|
|
24
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
25
|
+
return jsonObj;
|
|
26
|
+
}
|
|
27
|
+
UpdateAnalyzeApplicationsConfigurationDetails.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
28
|
+
})(UpdateAnalyzeApplicationsConfigurationDetails = exports.UpdateAnalyzeApplicationsConfigurationDetails || (exports.UpdateAnalyzeApplicationsConfigurationDetails = {}));
|
|
29
|
+
//# sourceMappingURL=update-analyze-applications-configuration-details.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-analyze-applications-configuration-details.js","sourceRoot":"","sources":["../../../../../lib/jmsutils/lib/model/update-analyze-applications-configuration-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAmBH,IAAiB,6CAA6C,CAa7D;AAbD,WAAiB,6CAA6C;IAC5D,SAAgB,UAAU,CAAC,GAAkD;QAC3E,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,wDAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CACpC,GAAkD;QAElD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IANe,oEAAsB,yBAMrC,CAAA;AACH,CAAC,EAbgB,6CAA6C,GAA7C,qDAA6C,KAA7C,qDAA6C,QAa7D"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Java Management Service Utilities API
|
|
3
|
+
* The APIs for Analyze Applications and other utilities of Java Management Service.
|
|
4
|
+
* OpenAPI spec version: 20250521
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2025, 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
|
+
* Attributes to update a Subscription Acknowledgment Configuration.
|
|
15
|
+
*/
|
|
16
|
+
export interface UpdateSubscriptionAcknowledgmentConfigurationDetails {
|
|
17
|
+
/**
|
|
18
|
+
* Flag to determine whether the subscription was acknowledged or not.
|
|
19
|
+
*/
|
|
20
|
+
"isAcknowledged"?: boolean;
|
|
21
|
+
}
|
|
22
|
+
export declare namespace UpdateSubscriptionAcknowledgmentConfigurationDetails {
|
|
23
|
+
function getJsonObj(obj: UpdateSubscriptionAcknowledgmentConfigurationDetails): object;
|
|
24
|
+
function getDeserializedJsonObj(obj: UpdateSubscriptionAcknowledgmentConfigurationDetails): object;
|
|
25
|
+
}
|