oci-jms 2.62.0 → 2.62.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/client.d.ts +173 -60
- package/lib/client.js +881 -66
- package/lib/client.js.map +1 -1
- package/lib/model/advanced-usage-tracking.d.ts +1 -1
- package/lib/model/algorithms.d.ts +1 -1
- package/lib/model/algorithms.js +1 -1
- package/lib/model/announcement-collection.d.ts +26 -0
- package/lib/model/announcement-collection.js +61 -0
- package/lib/model/announcement-collection.js.map +1 -0
- package/lib/model/announcement-sort-by.d.ts +24 -0
- package/lib/model/announcement-sort-by.js +35 -0
- package/lib/model/announcement-sort-by.js.map +1 -0
- package/lib/model/announcement-summary.d.ts +37 -0
- package/lib/model/announcement-summary.js +29 -0
- package/lib/model/announcement-summary.js.map +1 -0
- package/lib/model/application-execution-type.d.ts +28 -0
- package/lib/model/application-execution-type.js +39 -0
- package/lib/model/application-execution-type.js.map +1 -0
- package/lib/model/application-installation-sort-by.d.ts +29 -0
- package/lib/model/application-installation-sort-by.js +40 -0
- package/lib/model/application-installation-sort-by.js.map +1 -0
- package/lib/model/application-installation-usage-summary-collection.d.ts +26 -0
- package/lib/model/application-installation-usage-summary-collection.js +61 -0
- package/lib/model/application-installation-usage-summary-collection.js.map +1 -0
- package/lib/model/application-installation-usage-summary.d.ts +93 -0
- package/lib/model/application-installation-usage-summary.js +61 -0
- package/lib/model/application-installation-usage-summary.js.map +1 -0
- package/lib/model/application-work-item-details.d.ts +40 -0
- package/lib/model/application-work-item-details.js +54 -0
- package/lib/model/application-work-item-details.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/blocklist-collection.d.ts +1 -1
- package/lib/model/blocklist.d.ts +1 -1
- package/lib/model/create-blocklist-details.d.ts +1 -1
- package/lib/model/create-fleet-details.d.ts +3 -3
- package/lib/model/crypto-analysis-result-collection.d.ts +1 -1
- package/lib/model/crypto-analysis-result-sort-by.d.ts +1 -1
- package/lib/model/crypto-analysis-result-sort-by.js +1 -1
- package/lib/model/crypto-analysis-result-summary.d.ts +2 -2
- package/lib/model/crypto-analysis-result.d.ts +3 -3
- package/lib/model/crypto-event-analysis.d.ts +1 -1
- package/lib/model/deployed-application-installation-sort-by.d.ts +29 -0
- package/lib/model/deployed-application-installation-sort-by.js +40 -0
- package/lib/model/deployed-application-installation-sort-by.js.map +1 -0
- package/lib/model/deployed-application-installation-usage-summary-collection.d.ts +28 -0
- package/lib/model/deployed-application-installation-usage-summary-collection.js +61 -0
- package/lib/model/deployed-application-installation-usage-summary-collection.js.map +1 -0
- package/lib/model/deployed-application-installation-usage-summary.d.ts +87 -0
- package/lib/model/deployed-application-installation-usage-summary.js +29 -0
- package/lib/model/deployed-application-installation-usage-summary.js.map +1 -0
- package/lib/model/deployed-application-usage-collection.d.ts +1 -1
- package/lib/model/deployed-application-usage.d.ts +2 -2
- package/lib/model/fleet-advanced-feature-configuration.d.ts +5 -3
- package/lib/model/fleet-advanced-feature-configuration.js +12 -0
- package/lib/model/fleet-advanced-feature-configuration.js.map +1 -1
- package/lib/model/fleet-agent-configuration.d.ts +1 -1
- package/lib/model/fleet-diagnosis-collection.d.ts +26 -0
- package/lib/model/fleet-diagnosis-collection.js +61 -0
- package/lib/model/fleet-diagnosis-collection.js.map +1 -0
- package/lib/model/fleet-diagnosis-summary.d.ts +67 -0
- package/lib/model/fleet-diagnosis-summary.js +53 -0
- package/lib/model/fleet-diagnosis-summary.js.map +1 -0
- package/lib/model/fleet-summary.d.ts +7 -7
- package/lib/model/fleet.d.ts +8 -8
- package/lib/model/global-logging-level.d.ts +36 -0
- package/lib/model/global-logging-level.js +47 -0
- package/lib/model/global-logging-level.js.map +1 -0
- package/lib/model/index.d.ts +64 -0
- package/lib/model/index.js +67 -3
- package/lib/model/index.js.map +1 -1
- package/lib/model/java-migration-analysis-result-collection.d.ts +26 -0
- package/lib/model/java-migration-analysis-result-collection.js +61 -0
- package/lib/model/java-migration-analysis-result-collection.js.map +1 -0
- package/lib/model/java-migration-analysis-result-sort-by.d.ts +24 -0
- package/lib/model/java-migration-analysis-result-sort-by.js +35 -0
- package/lib/model/java-migration-analysis-result-sort-by.js.map +1 -0
- package/lib/model/java-migration-analysis-result-summary.d.ts +86 -0
- package/lib/model/java-migration-analysis-result-summary.js +29 -0
- package/lib/model/java-migration-analysis-result-summary.js.map +1 -0
- package/lib/model/java-migration-analysis-result.d.ts +86 -0
- package/lib/model/java-migration-analysis-result.js +29 -0
- package/lib/model/java-migration-analysis-result.js.map +1 -0
- package/lib/model/java-migration-analysis-target.d.ts +39 -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 +25 -0
- package/lib/model/java-migration-analysis.js +29 -0
- package/lib/model/java-migration-analysis.js.map +1 -0
- package/lib/model/java-server-instance-usage-collection.d.ts +1 -1
- package/lib/model/java-server-instance-usage.d.ts +1 -1
- package/lib/model/java-server-usage-collection.d.ts +1 -1
- package/lib/model/jfr-attachment-target.d.ts +9 -3
- package/lib/model/jfr-attachment-target.js.map +1 -1
- package/lib/model/jfr-recording.d.ts +1 -1
- package/lib/model/jre-security-status.d.ts +1 -0
- package/lib/model/jre-security-status.js +1 -0
- package/lib/model/jre-security-status.js.map +1 -1
- package/lib/model/lcm.d.ts +2 -2
- package/lib/model/library-usage.d.ts +1 -1
- package/lib/model/new-installation-site.d.ts +12 -0
- package/lib/model/new-installation-site.js.map +1 -1
- package/lib/model/operating-system.d.ts +1 -1
- package/lib/model/operation-type.d.ts +2 -0
- package/lib/model/operation-type.js +2 -0
- package/lib/model/operation-type.js.map +1 -1
- package/lib/model/performance-tuning-analysis-result-collection.d.ts +26 -0
- package/lib/model/performance-tuning-analysis-result-collection.js +61 -0
- package/lib/model/performance-tuning-analysis-result-collection.js.map +1 -0
- package/lib/model/performance-tuning-analysis-result-sort-by.d.ts +24 -0
- package/lib/model/performance-tuning-analysis-result-sort-by.js +35 -0
- package/lib/model/performance-tuning-analysis-result-sort-by.js.map +1 -0
- package/lib/model/performance-tuning-analysis-result-summary.d.ts +90 -0
- package/lib/model/performance-tuning-analysis-result-summary.js +29 -0
- package/lib/model/performance-tuning-analysis-result-summary.js.map +1 -0
- package/lib/model/performance-tuning-analysis-result.d.ts +90 -0
- package/lib/model/performance-tuning-analysis-result.js +29 -0
- package/lib/model/performance-tuning-analysis-result.js.map +1 -0
- package/lib/model/performance-tuning-analysis.d.ts +25 -0
- package/lib/model/performance-tuning-analysis.js +29 -0
- package/lib/model/performance-tuning-analysis.js.map +1 -0
- package/lib/model/performance-tuning-result-status.d.ts +28 -0
- package/lib/model/performance-tuning-result-status.js +39 -0
- package/lib/model/performance-tuning-result-status.js.map +1 -0
- package/lib/model/post-installation-action-settings.d.ts +12 -1
- package/lib/model/post-installation-action-settings.js +4 -2
- package/lib/model/post-installation-action-settings.js.map +1 -1
- package/lib/model/post-installation-actions.d.ts +8 -1
- package/lib/model/post-installation-actions.js +7 -0
- package/lib/model/post-installation-actions.js.map +1 -1
- package/lib/model/proxies.d.ts +67 -0
- package/lib/model/proxies.js +29 -0
- package/lib/model/proxies.js.map +1 -0
- package/lib/model/request-crypto-analyses-details.d.ts +9 -1
- package/lib/model/request-crypto-analyses-details.js.map +1 -1
- package/lib/model/request-java-migration-analyses-details.d.ts +28 -0
- package/lib/model/request-java-migration-analyses-details.js +61 -0
- package/lib/model/request-java-migration-analyses-details.js.map +1 -0
- package/lib/model/request-jfr-recordings-details.d.ts +9 -1
- package/lib/model/request-jfr-recordings-details.js.map +1 -1
- package/lib/model/request-performance-tuning-analyses-details.d.ts +39 -0
- package/lib/model/request-performance-tuning-analyses-details.js +61 -0
- package/lib/model/request-performance-tuning-analyses-details.js.map +1 -0
- package/lib/model/tls-versions.d.ts +1 -1
- package/lib/model/tls-versions.js +1 -1
- package/lib/model/update-fleet-advanced-feature-configuration-details.d.ts +6 -4
- package/lib/model/update-fleet-advanced-feature-configuration-details.js +12 -0
- package/lib/model/update-fleet-advanced-feature-configuration-details.js.map +1 -1
- package/lib/model/update-fleet-details.d.ts +3 -3
- package/lib/model/work-item-details.d.ts +27 -0
- package/lib/model/work-item-details.js +72 -0
- package/lib/model/work-item-details.js.map +1 -0
- package/lib/model/work-item-summary.d.ts +2 -1
- package/lib/model/work-item-summary.js +5 -1
- package/lib/model/work-item-summary.js.map +1 -1
- package/lib/model/work-item-type.d.ts +34 -0
- package/lib/model/work-item-type.js +45 -0
- package/lib/model/work-item-type.js.map +1 -0
- package/lib/model/work-request-error.d.ts +1 -2
- package/lib/model/work-request-error.js.map +1 -1
- package/lib/model/work-request.d.ts +1 -1
- package/lib/request/add-fleet-installation-sites-request.d.ts +1 -1
- package/lib/request/cancel-work-request-request.d.ts +1 -1
- package/lib/request/change-fleet-compartment-request.d.ts +1 -1
- package/lib/request/create-blocklist-request.d.ts +1 -1
- package/lib/request/create-fleet-request.d.ts +1 -1
- package/lib/request/delete-blocklist-request.d.ts +1 -1
- package/lib/request/delete-crypto-analysis-result-request.d.ts +1 -1
- package/lib/request/delete-fleet-request.d.ts +1 -1
- package/lib/request/delete-java-migration-analysis-result-request.d.ts +39 -0
- package/lib/request/delete-java-migration-analysis-result-request.js +15 -0
- package/lib/request/delete-java-migration-analysis-result-request.js.map +1 -0
- package/lib/request/delete-performance-tuning-analysis-result-request.d.ts +39 -0
- package/lib/request/delete-performance-tuning-analysis-result-request.js +15 -0
- package/lib/request/delete-performance-tuning-analysis-result-request.js.map +1 -0
- package/lib/request/generate-agent-deploy-script-request.d.ts +2 -2
- package/lib/request/get-crypto-analysis-result-request.d.ts +1 -1
- package/lib/request/get-fleet-advanced-feature-configuration-request.d.ts +1 -1
- package/lib/request/get-fleet-agent-configuration-request.d.ts +1 -1
- package/lib/request/get-fleet-request.d.ts +1 -1
- package/lib/request/get-java-family-request.d.ts +1 -1
- package/lib/request/get-java-migration-analysis-result-request.d.ts +30 -0
- package/lib/request/get-java-migration-analysis-result-request.js +15 -0
- package/lib/request/get-java-migration-analysis-result-request.js.map +1 -0
- package/lib/request/get-java-release-request.d.ts +1 -1
- package/lib/request/get-performance-tuning-analysis-result-request.d.ts +30 -0
- package/lib/request/get-performance-tuning-analysis-result-request.js +15 -0
- package/lib/request/get-performance-tuning-analysis-result-request.js.map +1 -0
- package/lib/request/get-work-request-request.d.ts +1 -1
- package/lib/request/index.d.ts +24 -0
- package/lib/request/list-announcements-request.d.ts +54 -0
- package/lib/request/list-announcements-request.js +15 -0
- package/lib/request/list-announcements-request.js.map +1 -0
- package/lib/request/list-blocklists-request.d.ts +3 -3
- package/lib/request/list-crypto-analysis-results-request.d.ts +2 -2
- package/lib/request/list-fleet-diagnoses-request.d.ts +34 -0
- package/lib/request/list-fleet-diagnoses-request.js +15 -0
- package/lib/request/list-fleet-diagnoses-request.js.map +1 -0
- package/lib/request/list-fleets-request.d.ts +1 -1
- package/lib/request/list-installation-sites-request.d.ts +1 -1
- package/lib/request/list-java-families-request.d.ts +1 -1
- package/lib/request/list-java-migration-analysis-results-request.d.ts +58 -0
- package/lib/request/list-java-migration-analysis-results-request.js +15 -0
- package/lib/request/list-java-migration-analysis-results-request.js.map +1 -0
- package/lib/request/list-java-releases-request.d.ts +1 -1
- package/lib/request/list-jre-usage-request.d.ts +1 -1
- package/lib/request/list-performance-tuning-analysis-results-request.d.ts +63 -0
- package/lib/request/list-performance-tuning-analysis-results-request.js +15 -0
- package/lib/request/list-performance-tuning-analysis-results-request.js.map +1 -0
- package/lib/request/list-work-items-request.d.ts +1 -1
- package/lib/request/list-work-request-errors-request.d.ts +1 -1
- package/lib/request/list-work-request-logs-request.d.ts +1 -1
- package/lib/request/list-work-requests-request.d.ts +1 -1
- package/lib/request/remove-fleet-installation-sites-request.d.ts +1 -1
- package/lib/request/request-crypto-analyses-request.d.ts +1 -1
- package/lib/request/request-java-migration-analyses-request.d.ts +31 -0
- package/lib/request/request-java-migration-analyses-request.js +15 -0
- package/lib/request/request-java-migration-analyses-request.js.map +1 -0
- package/lib/request/request-jfr-recordings-request.d.ts +1 -1
- package/lib/request/request-performance-tuning-analyses-request.d.ts +31 -0
- package/lib/request/request-performance-tuning-analyses-request.js +15 -0
- package/lib/request/request-performance-tuning-analyses-request.js.map +1 -0
- package/lib/request/scan-java-server-usage-request.d.ts +1 -1
- package/lib/request/scan-library-usage-request.d.ts +1 -1
- package/lib/request/summarize-application-installation-usage-request.d.ts +110 -0
- package/lib/request/summarize-application-installation-usage-request.js +15 -0
- package/lib/request/summarize-application-installation-usage-request.js.map +1 -0
- package/lib/request/summarize-application-usage-request.d.ts +2 -2
- package/lib/request/summarize-deployed-application-installation-usage-request.d.ts +97 -0
- package/lib/request/summarize-deployed-application-installation-usage-request.js +15 -0
- package/lib/request/summarize-deployed-application-installation-usage-request.js.map +1 -0
- package/lib/request/summarize-deployed-application-usage-request.d.ts +3 -3
- package/lib/request/summarize-installation-usage-request.d.ts +1 -1
- package/lib/request/summarize-java-server-instance-usage-request.d.ts +5 -5
- package/lib/request/summarize-java-server-usage-request.d.ts +2 -2
- package/lib/request/summarize-jre-usage-request.d.ts +1 -1
- package/lib/request/summarize-library-usage-request.d.ts +2 -2
- package/lib/request/summarize-managed-instance-usage-request.d.ts +2 -2
- package/lib/request/summarize-resource-inventory-request.d.ts +1 -1
- package/lib/request/update-fleet-advanced-feature-configuration-request.d.ts +2 -2
- package/lib/request/update-fleet-agent-configuration-request.d.ts +1 -1
- package/lib/request/update-fleet-request.d.ts +1 -1
- package/lib/response/delete-java-migration-analysis-result-response.d.ts +26 -0
- package/lib/response/delete-java-migration-analysis-result-response.js +15 -0
- package/lib/response/delete-java-migration-analysis-result-response.js.map +1 -0
- package/lib/response/delete-performance-tuning-analysis-result-response.d.ts +26 -0
- package/lib/response/delete-performance-tuning-analysis-result-response.js +15 -0
- package/lib/response/delete-performance-tuning-analysis-result-response.js.map +1 -0
- package/lib/response/get-java-migration-analysis-result-response.d.ts +30 -0
- package/lib/response/get-java-migration-analysis-result-response.js +15 -0
- package/lib/response/get-java-migration-analysis-result-response.js.map +1 -0
- package/lib/response/get-performance-tuning-analysis-result-response.d.ts +30 -0
- package/lib/response/get-performance-tuning-analysis-result-response.js +15 -0
- package/lib/response/get-performance-tuning-analysis-result-response.js.map +1 -0
- package/lib/response/index.d.ts +24 -0
- package/lib/response/list-announcements-response.d.ts +32 -0
- package/lib/response/list-announcements-response.js +15 -0
- package/lib/response/list-announcements-response.js.map +1 -0
- package/lib/response/list-fleet-diagnoses-response.d.ts +32 -0
- package/lib/response/list-fleet-diagnoses-response.js +15 -0
- package/lib/response/list-fleet-diagnoses-response.js.map +1 -0
- package/lib/response/list-java-migration-analysis-results-response.d.ts +32 -0
- package/lib/response/list-java-migration-analysis-results-response.js +15 -0
- package/lib/response/list-java-migration-analysis-results-response.js.map +1 -0
- package/lib/response/list-performance-tuning-analysis-results-response.d.ts +32 -0
- package/lib/response/list-performance-tuning-analysis-results-response.js +15 -0
- package/lib/response/list-performance-tuning-analysis-results-response.js.map +1 -0
- package/lib/response/request-java-migration-analyses-response.d.ts +26 -0
- package/lib/response/request-java-migration-analyses-response.js +15 -0
- package/lib/response/request-java-migration-analyses-response.js.map +1 -0
- package/lib/response/request-performance-tuning-analyses-response.d.ts +26 -0
- package/lib/response/request-performance-tuning-analyses-response.js +15 -0
- package/lib/response/request-performance-tuning-analyses-response.js.map +1 -0
- package/lib/response/summarize-application-installation-usage-response.d.ts +32 -0
- package/lib/response/summarize-application-installation-usage-response.js +15 -0
- package/lib/response/summarize-application-installation-usage-response.js.map +1 -0
- package/lib/response/summarize-deployed-application-installation-usage-response.d.ts +32 -0
- package/lib/response/summarize-deployed-application-installation-usage-response.js +15 -0
- package/lib/response/summarize-deployed-application-installation-usage-response.js.map +1 -0
- package/package.json +3 -3
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Java Management Service API
|
|
3
|
+
* API for the Java Management Service. Use this API to view, create, and manage Fleets.
|
|
4
|
+
* OpenAPI spec version: 20210610
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2023, 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 minimum details of a work item.
|
|
16
|
+
*/
|
|
17
|
+
export interface WorkItemDetails {
|
|
18
|
+
/**
|
|
19
|
+
* The work item type.
|
|
20
|
+
*/
|
|
21
|
+
"workItemType"?: model.WorkItemType;
|
|
22
|
+
"kind": string;
|
|
23
|
+
}
|
|
24
|
+
export declare namespace WorkItemDetails {
|
|
25
|
+
function getJsonObj(obj: WorkItemDetails): object;
|
|
26
|
+
function getDeserializedJsonObj(obj: WorkItemDetails): object;
|
|
27
|
+
}
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Java Management Service API
|
|
4
|
+
* API for the Java Management Service. Use this API to view, create, and manage Fleets.
|
|
5
|
+
* OpenAPI spec version: 20210610
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2023, 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.WorkItemDetails = void 0;
|
|
35
|
+
const model = __importStar(require("../model"));
|
|
36
|
+
const common = require("oci-common");
|
|
37
|
+
var WorkItemDetails;
|
|
38
|
+
(function (WorkItemDetails) {
|
|
39
|
+
function getJsonObj(obj) {
|
|
40
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
41
|
+
if (obj && "kind" in obj && obj.kind) {
|
|
42
|
+
switch (obj.kind) {
|
|
43
|
+
case "BASIC":
|
|
44
|
+
return model.BasicWorkItemDetails.getJsonObj(jsonObj, true);
|
|
45
|
+
case "APPLICATION":
|
|
46
|
+
return model.ApplicationWorkItemDetails.getJsonObj(jsonObj, true);
|
|
47
|
+
default:
|
|
48
|
+
if (common.LOG.logger)
|
|
49
|
+
common.LOG.logger.info(`Unknown value for: ${obj.kind}`);
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
return jsonObj;
|
|
53
|
+
}
|
|
54
|
+
WorkItemDetails.getJsonObj = getJsonObj;
|
|
55
|
+
function getDeserializedJsonObj(obj) {
|
|
56
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
57
|
+
if (obj && "kind" in obj && obj.kind) {
|
|
58
|
+
switch (obj.kind) {
|
|
59
|
+
case "BASIC":
|
|
60
|
+
return model.BasicWorkItemDetails.getDeserializedJsonObj(jsonObj, true);
|
|
61
|
+
case "APPLICATION":
|
|
62
|
+
return model.ApplicationWorkItemDetails.getDeserializedJsonObj(jsonObj, true);
|
|
63
|
+
default:
|
|
64
|
+
if (common.LOG.logger)
|
|
65
|
+
common.LOG.logger.info(`Unknown value for: ${obj.kind}`);
|
|
66
|
+
}
|
|
67
|
+
}
|
|
68
|
+
return jsonObj;
|
|
69
|
+
}
|
|
70
|
+
WorkItemDetails.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
71
|
+
})(WorkItemDetails = exports.WorkItemDetails || (exports.WorkItemDetails = {}));
|
|
72
|
+
//# sourceMappingURL=work-item-details.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"work-item-details.js","sourceRoot":"","sources":["../../../../../lib/jms/lib/model/work-item-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAClC,qCAAsC;AActC,IAAiB,eAAe,CA2C/B;AA3CD,WAAiB,eAAe;IAC9B,SAAgB,UAAU,CAAC,GAAoB;QAC7C,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,GAAG,IAAI,MAAM,IAAI,GAAG,IAAI,GAAG,CAAC,IAAI,EAAE;YACpC,QAAQ,GAAG,CAAC,IAAI,EAAE;gBAChB,KAAK,OAAO;oBACV,OAAO,KAAK,CAAC,oBAAoB,CAAC,UAAU,CACL,OAAQ,EAC7C,IAAI,CACL,CAAC;gBACJ,KAAK,aAAa;oBAChB,OAAO,KAAK,CAAC,0BAA0B,CAAC,UAAU,CACL,OAAQ,EACnD,IAAI,CACL,CAAC;gBACJ;oBACE,IAAI,MAAM,CAAC,GAAG,CAAC,MAAM;wBAAE,MAAM,CAAC,GAAG,CAAC,MAAM,CAAC,IAAI,CAAC,sBAAsB,GAAG,CAAC,IAAI,EAAE,CAAC,CAAC;aACnF;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IApBe,0BAAU,aAoBzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAoB;QACzD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,GAAG,IAAI,MAAM,IAAI,GAAG,IAAI,GAAG,CAAC,IAAI,EAAE;YACpC,QAAQ,GAAG,CAAC,IAAI,EAAE;gBAChB,KAAK,OAAO;oBACV,OAAO,KAAK,CAAC,oBAAoB,CAAC,sBAAsB,CACjB,OAAQ,EAC7C,IAAI,CACL,CAAC;gBACJ,KAAK,aAAa;oBAChB,OAAO,KAAK,CAAC,0BAA0B,CAAC,sBAAsB,CACjB,OAAQ,EACnD,IAAI,CACL,CAAC;gBACJ;oBACE,IAAI,MAAM,CAAC,GAAG,CAAC,MAAM;wBAAE,MAAM,CAAC,GAAG,CAAC,MAAM,CAAC,IAAI,CAAC,sBAAsB,GAAG,CAAC,IAAI,EAAE,CAAC,CAAC;aACnF;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IApBe,sCAAsB,yBAoBrC,CAAA;AACH,CAAC,EA3CgB,eAAe,GAAf,uBAAe,KAAf,uBAAe,QA2C/B"}
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
/**
|
|
15
|
-
*
|
|
15
|
+
* Work item to complete a work request.
|
|
16
16
|
*/
|
|
17
17
|
export interface WorkItemSummary {
|
|
18
18
|
/**
|
|
@@ -24,6 +24,7 @@ export interface WorkItemSummary {
|
|
|
24
24
|
*/
|
|
25
25
|
"workRequestId": string;
|
|
26
26
|
"installationSite": model.InstallationSite;
|
|
27
|
+
"details": model.BasicWorkItemDetails | model.ApplicationWorkItemDetails;
|
|
27
28
|
/**
|
|
28
29
|
* The status of the work item.
|
|
29
30
|
*/
|
|
@@ -39,7 +39,8 @@ var WorkItemSummary;
|
|
|
39
39
|
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
40
40
|
"installationSite": obj.installationSite
|
|
41
41
|
? model.InstallationSite.getJsonObj(obj.installationSite)
|
|
42
|
-
: undefined
|
|
42
|
+
: undefined,
|
|
43
|
+
"details": obj.details ? model.WorkItemDetails.getJsonObj(obj.details) : undefined
|
|
43
44
|
});
|
|
44
45
|
return jsonObj;
|
|
45
46
|
}
|
|
@@ -48,6 +49,9 @@ var WorkItemSummary;
|
|
|
48
49
|
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
49
50
|
"installationSite": obj.installationSite
|
|
50
51
|
? model.InstallationSite.getDeserializedJsonObj(obj.installationSite)
|
|
52
|
+
: undefined,
|
|
53
|
+
"details": obj.details
|
|
54
|
+
? model.WorkItemDetails.getDeserializedJsonObj(obj.details)
|
|
51
55
|
: undefined
|
|
52
56
|
});
|
|
53
57
|
return jsonObj;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"work-item-summary.js","sourceRoot":"","sources":["../../../../../lib/jms/lib/model/work-item-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;
|
|
1
|
+
{"version":3,"file":"work-item-summary.js","sourceRoot":"","sources":["../../../../../lib/jms/lib/model/work-item-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAgClC,IAAiB,eAAe,CA6B/B;AA7BD,WAAiB,eAAe;IAC9B,SAAgB,UAAU,CAAC,GAAoB;QAC7C,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;YACb,SAAS,EAAE,GAAG,CAAC,OAAO,CAAC,CAAC,CAAC,KAAK,CAAC,eAAe,CAAC,UAAU,CAAC,GAAG,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS;SACnF,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAZe,0BAAU,aAYzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAoB;QACzD,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;YACb,SAAS,EAAE,GAAG,CAAC,OAAO;gBACpB,CAAC,CAAC,KAAK,CAAC,eAAe,CAAC,sBAAsB,CAAC,GAAG,CAAC,OAAO,CAAC;gBAC3D,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,sCAAsB,yBAcrC,CAAA;AACH,CAAC,EA7BgB,eAAe,GAAf,uBAAe,KAAf,uBAAe,QA6B/B"}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Java Management Service API
|
|
3
|
+
* API for the Java Management Service. Use this API to view, create, and manage Fleets.
|
|
4
|
+
* OpenAPI spec version: 20210610
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2023, 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
|
+
* Possible work item types.
|
|
15
|
+
**/
|
|
16
|
+
export declare enum WorkItemType {
|
|
17
|
+
Lcm = "LCM",
|
|
18
|
+
JfrCapture = "JFR_CAPTURE",
|
|
19
|
+
JfrUpload = "JFR_UPLOAD",
|
|
20
|
+
CryptoAnalysis = "CRYPTO_ANALYSIS",
|
|
21
|
+
CryptoAnalysisMerge = "CRYPTO_ANALYSIS_MERGE",
|
|
22
|
+
AdvancedUsageTracking = "ADVANCED_USAGE_TRACKING",
|
|
23
|
+
PerformanceTuning = "PERFORMANCE_TUNING",
|
|
24
|
+
JmigrateAnalysis = "JMIGRATE_ANALYSIS",
|
|
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
|
+
UnknownValue = "UNKNOWN_VALUE"
|
|
30
|
+
}
|
|
31
|
+
export declare namespace WorkItemType {
|
|
32
|
+
function getJsonObj(obj: WorkItemType): WorkItemType;
|
|
33
|
+
function getDeserializedJsonObj(obj: WorkItemType): WorkItemType;
|
|
34
|
+
}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Java Management Service API
|
|
4
|
+
* API for the Java Management Service. Use this API to view, create, and manage Fleets.
|
|
5
|
+
* OpenAPI spec version: 20210610
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2023, 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.WorkItemType = void 0;
|
|
16
|
+
/**
|
|
17
|
+
* Possible work item types.
|
|
18
|
+
**/
|
|
19
|
+
var WorkItemType;
|
|
20
|
+
(function (WorkItemType) {
|
|
21
|
+
WorkItemType["Lcm"] = "LCM";
|
|
22
|
+
WorkItemType["JfrCapture"] = "JFR_CAPTURE";
|
|
23
|
+
WorkItemType["JfrUpload"] = "JFR_UPLOAD";
|
|
24
|
+
WorkItemType["CryptoAnalysis"] = "CRYPTO_ANALYSIS";
|
|
25
|
+
WorkItemType["CryptoAnalysisMerge"] = "CRYPTO_ANALYSIS_MERGE";
|
|
26
|
+
WorkItemType["AdvancedUsageTracking"] = "ADVANCED_USAGE_TRACKING";
|
|
27
|
+
WorkItemType["PerformanceTuning"] = "PERFORMANCE_TUNING";
|
|
28
|
+
WorkItemType["JmigrateAnalysis"] = "JMIGRATE_ANALYSIS";
|
|
29
|
+
/**
|
|
30
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
31
|
+
* version of the SDK.
|
|
32
|
+
*/
|
|
33
|
+
WorkItemType["UnknownValue"] = "UNKNOWN_VALUE";
|
|
34
|
+
})(WorkItemType = exports.WorkItemType || (exports.WorkItemType = {}));
|
|
35
|
+
(function (WorkItemType) {
|
|
36
|
+
function getJsonObj(obj) {
|
|
37
|
+
return obj;
|
|
38
|
+
}
|
|
39
|
+
WorkItemType.getJsonObj = getJsonObj;
|
|
40
|
+
function getDeserializedJsonObj(obj) {
|
|
41
|
+
return obj;
|
|
42
|
+
}
|
|
43
|
+
WorkItemType.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
44
|
+
})(WorkItemType = exports.WorkItemType || (exports.WorkItemType = {}));
|
|
45
|
+
//# sourceMappingURL=work-item-type.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"work-item-type.js","sourceRoot":"","sources":["../../../../../lib/jms/lib/model/work-item-type.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAKH;;IAEI;AACJ,IAAY,YAeX;AAfD,WAAY,YAAY;IACtB,2BAAW,CAAA;IACX,0CAA0B,CAAA;IAC1B,wCAAwB,CAAA;IACxB,kDAAkC,CAAA;IAClC,6DAA6C,CAAA;IAC7C,iEAAiD,CAAA;IACjD,wDAAwC,CAAA;IACxC,sDAAsC,CAAA;IAEtC;;;OAGG;IACH,8CAA8B,CAAA;AAChC,CAAC,EAfW,YAAY,GAAZ,oBAAY,KAAZ,oBAAY,QAevB;AAED,WAAiB,YAAY;IAC3B,SAAgB,UAAU,CAAC,GAAiB;QAC1C,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,uBAAU,aAEzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAiB;QACtD,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,mCAAsB,yBAErC,CAAA;AACH,CAAC,EAPgB,YAAY,GAAZ,oBAAY,KAAZ,oBAAY,QAO5B"}
|
|
@@ -15,8 +15,7 @@
|
|
|
15
15
|
*/
|
|
16
16
|
export interface WorkRequestError {
|
|
17
17
|
/**
|
|
18
|
-
* A machine-usable code for the error that
|
|
19
|
-
* [API Errors](https://docs.cloud.oracle.com/Content/API/References/apierrors.htm).
|
|
18
|
+
* A machine-usable code for the error that occurred. Error codes are listed at [API Errors](https://docs.cloud.oracle.com/Content/API/References/apierrors.htm).
|
|
20
19
|
*
|
|
21
20
|
*/
|
|
22
21
|
"code": string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"work-request-error.js","sourceRoot":"","sources":["../../../../../lib/jms/lib/model/work-request-error.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;
|
|
1
|
+
{"version":3,"file":"work-request-error.js","sourceRoot":"","sources":["../../../../../lib/jms/lib/model/work-request-error.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAwBH,IAAiB,gBAAgB,CAWhC;AAXD,WAAiB,gBAAgB;IAC/B,SAAgB,UAAU,CAAC,GAAqB;QAC9C,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,2BAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAqB;QAC1D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,uCAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,gBAAgB,GAAhB,wBAAgB,KAAhB,wBAAgB,QAWhC"}
|
|
@@ -30,7 +30,7 @@ export interface WorkRequest {
|
|
|
30
30
|
/**
|
|
31
31
|
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the compartment that contains the work request. Work requests should be scoped to
|
|
32
32
|
* the same compartment as the resource the work request affects. If the work request affects multiple resources,
|
|
33
|
-
* and those resources
|
|
33
|
+
* and those resources aren't in the same compartment, it's up to the service team to pick the primary
|
|
34
34
|
* resource whose compartment should be used.
|
|
35
35
|
*
|
|
36
36
|
*/
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/jms/AddFleetInstallationSites.ts.html |here} to see how to use AddFleetInstallationSitesRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface AddFleetInstallationSitesRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/jms/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequestRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface CancelWorkRequestRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/jms/ChangeFleetCompartment.ts.html |here} to see how to use ChangeFleetCompartmentRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ChangeFleetCompartmentRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/jms/CreateBlocklist.ts.html |here} to see how to use CreateBlocklistRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateBlocklistRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/jms/CreateFleet.ts.html |here} to see how to use CreateFleetRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateFleetRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/jms/DeleteBlocklist.ts.html |here} to see how to use DeleteBlocklistRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteBlocklistRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/jms/DeleteCryptoAnalysisResult.ts.html |here} to see how to use DeleteCryptoAnalysisResultRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteCryptoAnalysisResultRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/jms/DeleteFleet.ts.html |here} to see how to use DeleteFleetRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteFleetRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20210610
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2023, 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 common = require("oci-common");
|
|
14
|
+
/**
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/jms/DeleteJavaMigrationAnalysisResult.ts.html |here} to see how to use DeleteJavaMigrationAnalysisResultRequest.
|
|
16
|
+
*/
|
|
17
|
+
export interface DeleteJavaMigrationAnalysisResultRequest extends common.BaseRequest {
|
|
18
|
+
/**
|
|
19
|
+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the Fleet.
|
|
20
|
+
*/
|
|
21
|
+
"fleetId": string;
|
|
22
|
+
/**
|
|
23
|
+
* The OCID of the analysis result.
|
|
24
|
+
*/
|
|
25
|
+
"javaMigrationAnalysisResultId": string;
|
|
26
|
+
/**
|
|
27
|
+
* For optimistic concurrency control. In the PUT or DELETE call
|
|
28
|
+
* for a resource, set the `if-match` parameter to the value of the
|
|
29
|
+
* ETag from a previous GET or POST response for that resource.
|
|
30
|
+
* The resource will be updated or deleted only if the ETag you
|
|
31
|
+
* provide matches the resource's current ETag value.
|
|
32
|
+
*
|
|
33
|
+
*/
|
|
34
|
+
"ifMatch"?: string;
|
|
35
|
+
/**
|
|
36
|
+
* The client request ID for tracing.
|
|
37
|
+
*/
|
|
38
|
+
"opcRequestId"?: string;
|
|
39
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20210610
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2023, 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
|
+
//# sourceMappingURL=delete-java-migration-analysis-result-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-java-migration-analysis-result-request.js","sourceRoot":"","sources":["../../../../../lib/jms/lib/request/delete-java-migration-analysis-result-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20210610
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2023, 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 common = require("oci-common");
|
|
14
|
+
/**
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/jms/DeletePerformanceTuningAnalysisResult.ts.html |here} to see how to use DeletePerformanceTuningAnalysisResultRequest.
|
|
16
|
+
*/
|
|
17
|
+
export interface DeletePerformanceTuningAnalysisResultRequest extends common.BaseRequest {
|
|
18
|
+
/**
|
|
19
|
+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the Fleet.
|
|
20
|
+
*/
|
|
21
|
+
"fleetId": string;
|
|
22
|
+
/**
|
|
23
|
+
* The OCID of the performance tuning analysis result.
|
|
24
|
+
*/
|
|
25
|
+
"performanceTuningAnalysisResultId": string;
|
|
26
|
+
/**
|
|
27
|
+
* For optimistic concurrency control. In the PUT or DELETE call
|
|
28
|
+
* for a resource, set the `if-match` parameter to the value of the
|
|
29
|
+
* ETag from a previous GET or POST response for that resource.
|
|
30
|
+
* The resource will be updated or deleted only if the ETag you
|
|
31
|
+
* provide matches the resource's current ETag value.
|
|
32
|
+
*
|
|
33
|
+
*/
|
|
34
|
+
"ifMatch"?: string;
|
|
35
|
+
/**
|
|
36
|
+
* The client request ID for tracing.
|
|
37
|
+
*/
|
|
38
|
+
"opcRequestId"?: string;
|
|
39
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20210610
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2023, 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
|
+
//# sourceMappingURL=delete-performance-tuning-analysis-result-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-performance-tuning-analysis-result-request.js","sourceRoot":"","sources":["../../../../../lib/jms/lib/request/delete-performance-tuning-analysis-result-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/jms/GenerateAgentDeployScript.ts.html |here} to see how to use GenerateAgentDeployScriptRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface GenerateAgentDeployScriptRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -21,7 +21,7 @@ export interface GenerateAgentDeployScriptRequest extends common.BaseRequest {
|
|
|
21
21
|
*/
|
|
22
22
|
"fleetId": string;
|
|
23
23
|
/**
|
|
24
|
-
* Attributes to generate agent deploy script for a Fleet.
|
|
24
|
+
* Attributes to generate the agent deploy script for a Fleet.
|
|
25
25
|
*/
|
|
26
26
|
"generateAgentDeployScriptDetails": model.GenerateAgentDeployScriptDetails;
|
|
27
27
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/jms/GetCryptoAnalysisResult.ts.html |here} to see how to use GetCryptoAnalysisResultRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetCryptoAnalysisResultRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/jms/GetFleetAdvancedFeatureConfiguration.ts.html |here} to see how to use GetFleetAdvancedFeatureConfigurationRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetFleetAdvancedFeatureConfigurationRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/jms/GetFleetAgentConfiguration.ts.html |here} to see how to use GetFleetAgentConfigurationRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetFleetAgentConfigurationRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/jms/GetFleet.ts.html |here} to see how to use GetFleetRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetFleetRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/jms/GetJavaFamily.ts.html |here} to see how to use GetJavaFamilyRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetJavaFamilyRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20210610
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2023, 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 common = require("oci-common");
|
|
14
|
+
/**
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/jms/GetJavaMigrationAnalysisResult.ts.html |here} to see how to use GetJavaMigrationAnalysisResultRequest.
|
|
16
|
+
*/
|
|
17
|
+
export interface GetJavaMigrationAnalysisResultRequest extends common.BaseRequest {
|
|
18
|
+
/**
|
|
19
|
+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the Fleet.
|
|
20
|
+
*/
|
|
21
|
+
"fleetId": string;
|
|
22
|
+
/**
|
|
23
|
+
* The OCID of the analysis result.
|
|
24
|
+
*/
|
|
25
|
+
"javaMigrationAnalysisResultId": string;
|
|
26
|
+
/**
|
|
27
|
+
* The client request ID for tracing.
|
|
28
|
+
*/
|
|
29
|
+
"opcRequestId"?: string;
|
|
30
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20210610
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2023, 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
|
+
//# sourceMappingURL=get-java-migration-analysis-result-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-java-migration-analysis-result-request.js","sourceRoot":"","sources":["../../../../../lib/jms/lib/request/get-java-migration-analysis-result-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/jms/GetJavaRelease.ts.html |here} to see how to use GetJavaReleaseRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetJavaReleaseRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20210610
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2023, 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 common = require("oci-common");
|
|
14
|
+
/**
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/jms/GetPerformanceTuningAnalysisResult.ts.html |here} to see how to use GetPerformanceTuningAnalysisResultRequest.
|
|
16
|
+
*/
|
|
17
|
+
export interface GetPerformanceTuningAnalysisResultRequest extends common.BaseRequest {
|
|
18
|
+
/**
|
|
19
|
+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the Fleet.
|
|
20
|
+
*/
|
|
21
|
+
"fleetId": string;
|
|
22
|
+
/**
|
|
23
|
+
* The OCID of the performance tuning analysis result.
|
|
24
|
+
*/
|
|
25
|
+
"performanceTuningAnalysisResultId": string;
|
|
26
|
+
/**
|
|
27
|
+
* The client request ID for tracing.
|
|
28
|
+
*/
|
|
29
|
+
"opcRequestId"?: string;
|
|
30
|
+
}
|