oci-jms 2.62.1 → 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,39 @@
|
|
|
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.PerformanceTuningResultStatus = void 0;
|
|
16
|
+
/**
|
|
17
|
+
* Possible Performance Tuning Result statuses.
|
|
18
|
+
**/
|
|
19
|
+
var PerformanceTuningResultStatus;
|
|
20
|
+
(function (PerformanceTuningResultStatus) {
|
|
21
|
+
PerformanceTuningResultStatus["ActionRecommended"] = "ACTION_RECOMMENDED";
|
|
22
|
+
PerformanceTuningResultStatus["NoWarnings"] = "NO_WARNINGS";
|
|
23
|
+
/**
|
|
24
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
25
|
+
* version of the SDK.
|
|
26
|
+
*/
|
|
27
|
+
PerformanceTuningResultStatus["UnknownValue"] = "UNKNOWN_VALUE";
|
|
28
|
+
})(PerformanceTuningResultStatus = exports.PerformanceTuningResultStatus || (exports.PerformanceTuningResultStatus = {}));
|
|
29
|
+
(function (PerformanceTuningResultStatus) {
|
|
30
|
+
function getJsonObj(obj) {
|
|
31
|
+
return obj;
|
|
32
|
+
}
|
|
33
|
+
PerformanceTuningResultStatus.getJsonObj = getJsonObj;
|
|
34
|
+
function getDeserializedJsonObj(obj) {
|
|
35
|
+
return obj;
|
|
36
|
+
}
|
|
37
|
+
PerformanceTuningResultStatus.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
38
|
+
})(PerformanceTuningResultStatus = exports.PerformanceTuningResultStatus || (exports.PerformanceTuningResultStatus = {}));
|
|
39
|
+
//# sourceMappingURL=performance-tuning-result-status.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"performance-tuning-result-status.js","sourceRoot":"","sources":["../../../../../lib/jms/lib/model/performance-tuning-result-status.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAKH;;IAEI;AACJ,IAAY,6BASX;AATD,WAAY,6BAA6B;IACvC,yEAAwC,CAAA;IACxC,2DAA0B,CAAA;IAE1B;;;OAGG;IACH,+DAA8B,CAAA;AAChC,CAAC,EATW,6BAA6B,GAA7B,qCAA6B,KAA7B,qCAA6B,QASxC;AAED,WAAiB,6BAA6B;IAC5C,SAAgB,UAAU,CAAC,GAAkC;QAC3D,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,wCAAU,aAEzB,CAAA;IACD,SAAgB,sBAAsB,CACpC,GAAkC;QAElC,OAAO,GAAG,CAAC;IACb,CAAC;IAJe,oDAAsB,yBAIrC,CAAA;AACH,CAAC,EATgB,6BAA6B,GAA7B,qCAA6B,KAA7B,qCAA6B,QAS7C"}
|
|
@@ -25,11 +25,22 @@ export interface PostInstallationActionSettings {
|
|
|
25
25
|
/**
|
|
26
26
|
* Restores JDK root certificates with the certificates that are available in the operating system.
|
|
27
27
|
* The following action is supported by the field:
|
|
28
|
-
* - Replace JDK root certificates with a list provided by the operating system
|
|
28
|
+
* - Replace JDK root certificates with a list provided by the operating system.
|
|
29
29
|
*
|
|
30
30
|
*/
|
|
31
31
|
"shouldReplaceCertificatesOperatingSystem"?: boolean;
|
|
32
32
|
"minimumKeySizeSettings"?: model.MinimumKeySizeSettings;
|
|
33
|
+
/**
|
|
34
|
+
* Sets FileHandler and ConsoleHandler as handlers in logging.properties file.
|
|
35
|
+
*
|
|
36
|
+
*/
|
|
37
|
+
"addLoggingHandler"?: boolean;
|
|
38
|
+
/**
|
|
39
|
+
* Sets the logging level in logging.properties file.
|
|
40
|
+
*
|
|
41
|
+
*/
|
|
42
|
+
"globalLoggingLevel"?: model.GlobalLoggingLevel;
|
|
43
|
+
"proxies"?: model.Proxies;
|
|
33
44
|
}
|
|
34
45
|
export declare namespace PostInstallationActionSettings {
|
|
35
46
|
function getJsonObj(obj: PostInstallationActionSettings): object;
|
|
@@ -44,7 +44,8 @@ var PostInstallationActionSettings;
|
|
|
44
44
|
: undefined,
|
|
45
45
|
"minimumKeySizeSettings": obj.minimumKeySizeSettings
|
|
46
46
|
? model.MinimumKeySizeSettings.getJsonObj(obj.minimumKeySizeSettings)
|
|
47
|
-
: undefined
|
|
47
|
+
: undefined,
|
|
48
|
+
"proxies": obj.proxies ? model.Proxies.getJsonObj(obj.proxies) : undefined
|
|
48
49
|
});
|
|
49
50
|
return jsonObj;
|
|
50
51
|
}
|
|
@@ -58,7 +59,8 @@ var PostInstallationActionSettings;
|
|
|
58
59
|
: undefined,
|
|
59
60
|
"minimumKeySizeSettings": obj.minimumKeySizeSettings
|
|
60
61
|
? model.MinimumKeySizeSettings.getDeserializedJsonObj(obj.minimumKeySizeSettings)
|
|
61
|
-
: undefined
|
|
62
|
+
: undefined,
|
|
63
|
+
"proxies": obj.proxies ? model.Proxies.getDeserializedJsonObj(obj.proxies) : undefined
|
|
62
64
|
});
|
|
63
65
|
return jsonObj;
|
|
64
66
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"post-installation-action-settings.js","sourceRoot":"","sources":["../../../../../lib/jms/lib/model/post-installation-action-settings.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;
|
|
1
|
+
{"version":3,"file":"post-installation-action-settings.js","sourceRoot":"","sources":["../../../../../lib/jms/lib/model/post-installation-action-settings.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAmClC,IAAiB,8BAA8B,CAyC9C;AAzCD,WAAiB,8BAA8B;IAC7C,SAAgB,UAAU,CAAC,GAAmC;QAC5D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,qBAAqB,EAAE,GAAG,CAAC,mBAAmB;gBAC5C,CAAC,CAAC,GAAG,CAAC,mBAAmB,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACjC,OAAO,KAAK,CAAC,WAAW,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAC5C,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;YAEb,wBAAwB,EAAE,GAAG,CAAC,sBAAsB;gBAClD,CAAC,CAAC,KAAK,CAAC,sBAAsB,CAAC,UAAU,CAAC,GAAG,CAAC,sBAAsB,CAAC;gBACrE,CAAC,CAAC,SAAS;YAEb,SAAS,EAAE,GAAG,CAAC,OAAO,CAAC,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,UAAU,CAAC,GAAG,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS;SAC3E,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAnBe,yCAAU,aAmBzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAmC;QACxE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,qBAAqB,EAAE,GAAG,CAAC,mBAAmB;gBAC5C,CAAC,CAAC,GAAG,CAAC,mBAAmB,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACjC,OAAO,KAAK,CAAC,WAAW,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACxD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;YAEb,wBAAwB,EAAE,GAAG,CAAC,sBAAsB;gBAClD,CAAC,CAAC,KAAK,CAAC,sBAAsB,CAAC,sBAAsB,CAAC,GAAG,CAAC,sBAAsB,CAAC;gBACjF,CAAC,CAAC,SAAS;YAEb,SAAS,EAAE,GAAG,CAAC,OAAO,CAAC,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,sBAAsB,CAAC,GAAG,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS;SACvF,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAnBe,qDAAsB,yBAmBrC,CAAA;AACH,CAAC,EAzCgB,8BAA8B,GAA9B,sCAA8B,KAA9B,sCAA8B,QAyC9C"}
|
|
@@ -19,7 +19,14 @@ export declare enum PostInstallationActions {
|
|
|
19
19
|
ChangeMinimumKeyLengthForDiffieHellman = "CHANGE_MINIMUM_KEY_LENGTH_FOR_DIFFIE_HELLMAN",
|
|
20
20
|
ChangeMinimumKeyLengthForRsaSignedJars = "CHANGE_MINIMUM_KEY_LENGTH_FOR_RSA_SIGNED_JARS",
|
|
21
21
|
DisableTls = "DISABLE_TLS",
|
|
22
|
-
UseOsCacerts = "USE_OS_CACERTS"
|
|
22
|
+
UseOsCacerts = "USE_OS_CACERTS",
|
|
23
|
+
UseSystemProxies = "USE_SYSTEM_PROXIES",
|
|
24
|
+
SetupHttpProxy = "SETUP_HTTP_PROXY",
|
|
25
|
+
SetupHttpsProxy = "SETUP_HTTPS_PROXY",
|
|
26
|
+
SetupFtpProxy = "SETUP_FTP_PROXY",
|
|
27
|
+
SetupSocksProxy = "SETUP_SOCKS_PROXY",
|
|
28
|
+
AddFileHandler = "ADD_FILE_HANDLER",
|
|
29
|
+
LoggingLevel = "LOGGING_LEVEL"
|
|
23
30
|
}
|
|
24
31
|
export declare namespace PostInstallationActions {
|
|
25
32
|
function getJsonObj(obj: PostInstallationActions): PostInstallationActions;
|
|
@@ -24,6 +24,13 @@ var PostInstallationActions;
|
|
|
24
24
|
PostInstallationActions["ChangeMinimumKeyLengthForRsaSignedJars"] = "CHANGE_MINIMUM_KEY_LENGTH_FOR_RSA_SIGNED_JARS";
|
|
25
25
|
PostInstallationActions["DisableTls"] = "DISABLE_TLS";
|
|
26
26
|
PostInstallationActions["UseOsCacerts"] = "USE_OS_CACERTS";
|
|
27
|
+
PostInstallationActions["UseSystemProxies"] = "USE_SYSTEM_PROXIES";
|
|
28
|
+
PostInstallationActions["SetupHttpProxy"] = "SETUP_HTTP_PROXY";
|
|
29
|
+
PostInstallationActions["SetupHttpsProxy"] = "SETUP_HTTPS_PROXY";
|
|
30
|
+
PostInstallationActions["SetupFtpProxy"] = "SETUP_FTP_PROXY";
|
|
31
|
+
PostInstallationActions["SetupSocksProxy"] = "SETUP_SOCKS_PROXY";
|
|
32
|
+
PostInstallationActions["AddFileHandler"] = "ADD_FILE_HANDLER";
|
|
33
|
+
PostInstallationActions["LoggingLevel"] = "LOGGING_LEVEL";
|
|
27
34
|
})(PostInstallationActions = exports.PostInstallationActions || (exports.PostInstallationActions = {}));
|
|
28
35
|
(function (PostInstallationActions) {
|
|
29
36
|
function getJsonObj(obj) {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"post-installation-actions.js","sourceRoot":"","sources":["../../../../../lib/jms/lib/model/post-installation-actions.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAKH;;IAEI;AACJ,IAAY,
|
|
1
|
+
{"version":3,"file":"post-installation-actions.js","sourceRoot":"","sources":["../../../../../lib/jms/lib/model/post-installation-actions.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAKH;;IAEI;AACJ,IAAY,uBAcX;AAdD,WAAY,uBAAuB;IACjC,2FAAgE,CAAA;IAChE,6FAAkE,CAAA;IAClE,kHAAuF,CAAA;IACvF,mHAAwF,CAAA;IACxF,qDAA0B,CAAA;IAC1B,0DAA+B,CAAA;IAC/B,kEAAuC,CAAA;IACvC,8DAAmC,CAAA;IACnC,gEAAqC,CAAA;IACrC,4DAAiC,CAAA;IACjC,gEAAqC,CAAA;IACrC,8DAAmC,CAAA;IACnC,yDAA8B,CAAA;AAChC,CAAC,EAdW,uBAAuB,GAAvB,+BAAuB,KAAvB,+BAAuB,QAclC;AAED,WAAiB,uBAAuB;IACtC,SAAgB,UAAU,CAAC,GAA4B;QACrD,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,kCAAU,aAEzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA4B;QACjE,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,8CAAsB,yBAErC,CAAA;AACH,CAAC,EAPgB,uBAAuB,GAAvB,+BAAuB,KAAvB,+BAAuB,QAOvC"}
|
|
@@ -0,0 +1,67 @@
|
|
|
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
|
+
* List of proxy properties to be configured in net.properties file.
|
|
15
|
+
*
|
|
16
|
+
*/
|
|
17
|
+
export interface Proxies {
|
|
18
|
+
/**
|
|
19
|
+
* Sets \"java.net.useSystemProxies=true\" in net.properties when they exist.
|
|
20
|
+
*
|
|
21
|
+
*/
|
|
22
|
+
"useSystemProxies"?: boolean;
|
|
23
|
+
/**
|
|
24
|
+
* Http host to be set in net.properties file.
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
27
|
+
"httpProxyHost"?: string;
|
|
28
|
+
/**
|
|
29
|
+
* Http port number to be set in net.properties file.
|
|
30
|
+
* Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
31
|
+
*/
|
|
32
|
+
"httpProxyPort"?: number;
|
|
33
|
+
/**
|
|
34
|
+
* Https host to be set in net.properties file.
|
|
35
|
+
*
|
|
36
|
+
*/
|
|
37
|
+
"httpsProxyHost"?: string;
|
|
38
|
+
/**
|
|
39
|
+
* Https port number to be set in net.properties file.
|
|
40
|
+
* Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
41
|
+
*/
|
|
42
|
+
"httpsProxyPort"?: number;
|
|
43
|
+
/**
|
|
44
|
+
* Ftp host to be set in net.properties file.
|
|
45
|
+
*
|
|
46
|
+
*/
|
|
47
|
+
"ftpProxyHost"?: string;
|
|
48
|
+
/**
|
|
49
|
+
* Ftp port number to be set in net.properties file.
|
|
50
|
+
* Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
51
|
+
*/
|
|
52
|
+
"ftpProxyPort"?: number;
|
|
53
|
+
/**
|
|
54
|
+
* Socks host to be set in net.properties file.
|
|
55
|
+
*
|
|
56
|
+
*/
|
|
57
|
+
"socksProxyHost"?: string;
|
|
58
|
+
/**
|
|
59
|
+
* Socks port number to be set in net.properties file.
|
|
60
|
+
* Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
61
|
+
*/
|
|
62
|
+
"socksProxyPort"?: number;
|
|
63
|
+
}
|
|
64
|
+
export declare namespace Proxies {
|
|
65
|
+
function getJsonObj(obj: Proxies): object;
|
|
66
|
+
function getDeserializedJsonObj(obj: Proxies): object;
|
|
67
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
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.Proxies = void 0;
|
|
16
|
+
var Proxies;
|
|
17
|
+
(function (Proxies) {
|
|
18
|
+
function getJsonObj(obj) {
|
|
19
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
20
|
+
return jsonObj;
|
|
21
|
+
}
|
|
22
|
+
Proxies.getJsonObj = getJsonObj;
|
|
23
|
+
function getDeserializedJsonObj(obj) {
|
|
24
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
25
|
+
return jsonObj;
|
|
26
|
+
}
|
|
27
|
+
Proxies.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
28
|
+
})(Proxies = exports.Proxies || (exports.Proxies = {}));
|
|
29
|
+
//# sourceMappingURL=proxies.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"proxies.js","sourceRoot":"","sources":["../../../../../lib/jms/lib/model/proxies.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAyDH,IAAiB,OAAO,CAWvB;AAXD,WAAiB,OAAO;IACtB,SAAgB,UAAU,CAAC,GAAY;QACrC,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,kBAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAY;QACjD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,8BAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,OAAO,GAAP,eAAO,KAAP,eAAO,QAWvB"}
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
/**
|
|
15
15
|
* Details of the request to start a JFR analysis.
|
|
16
|
-
* When the targets aren't specified, then all managed instances currently in the
|
|
16
|
+
* When the targets aren't specified, then all managed instances currently in the Fleet are selected.
|
|
17
17
|
*
|
|
18
18
|
*/
|
|
19
19
|
export interface RequestCryptoAnalysesDetails {
|
|
@@ -25,6 +25,14 @@ export interface RequestCryptoAnalysesDetails {
|
|
|
25
25
|
* Duration of the JFR recording in minutes. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
26
26
|
*/
|
|
27
27
|
"recordingDurationInMinutes"?: number;
|
|
28
|
+
/**
|
|
29
|
+
* Period to looking for JVMs. In addition to attach to running JVMs when given the command,
|
|
30
|
+
* JVM started within the waiting period will also be attached for JFR. The value should be
|
|
31
|
+
* larger than the agent polling interval setting for the fleet to ensure agent can get the
|
|
32
|
+
* instructions. If not specified, the agent polling interval for the fleet is used.
|
|
33
|
+
* Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
34
|
+
*/
|
|
35
|
+
"waitingPeriodInMinutes"?: number;
|
|
28
36
|
}
|
|
29
37
|
export declare namespace RequestCryptoAnalysesDetails {
|
|
30
38
|
function getJsonObj(obj: RequestCryptoAnalysesDetails): object;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"request-crypto-analyses-details.js","sourceRoot":"","sources":["../../../../../lib/jms/lib/model/request-crypto-analyses-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;
|
|
1
|
+
{"version":3,"file":"request-crypto-analyses-details.js","sourceRoot":"","sources":["../../../../../lib/jms/lib/model/request-crypto-analyses-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA2BlC,IAAiB,4BAA4B,CA6B5C;AA7BD,WAAiB,4BAA4B;IAC3C,SAAgB,UAAU,CAAC,GAAiC;QAC1D,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,mBAAmB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACpD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,uCAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAiC;QACtE,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,mBAAmB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAChE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,mDAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,4BAA4B,GAA5B,oCAA4B,KAA5B,oCAA4B,QA6B5C"}
|
|
@@ -0,0 +1,28 @@
|
|
|
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
|
+
* Details of the request to start a Java migration analysis. The analysis requires the managed instance OCID, application installation key,
|
|
16
|
+
* source JDK version, and target JDK version of each selected application.
|
|
17
|
+
*
|
|
18
|
+
*/
|
|
19
|
+
export interface RequestJavaMigrationAnalysesDetails {
|
|
20
|
+
/**
|
|
21
|
+
* An array of migration analysis requests.
|
|
22
|
+
*/
|
|
23
|
+
"targets": Array<model.JavaMigrationAnalysisTarget>;
|
|
24
|
+
}
|
|
25
|
+
export declare namespace RequestJavaMigrationAnalysesDetails {
|
|
26
|
+
function getJsonObj(obj: RequestJavaMigrationAnalysesDetails): object;
|
|
27
|
+
function getDeserializedJsonObj(obj: RequestJavaMigrationAnalysesDetails): object;
|
|
28
|
+
}
|
|
@@ -0,0 +1,61 @@
|
|
|
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.RequestJavaMigrationAnalysesDetails = void 0;
|
|
35
|
+
const model = __importStar(require("../model"));
|
|
36
|
+
var RequestJavaMigrationAnalysesDetails;
|
|
37
|
+
(function (RequestJavaMigrationAnalysesDetails) {
|
|
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
|
+
RequestJavaMigrationAnalysesDetails.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
|
+
RequestJavaMigrationAnalysesDetails.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
60
|
+
})(RequestJavaMigrationAnalysesDetails = exports.RequestJavaMigrationAnalysesDetails || (exports.RequestJavaMigrationAnalysesDetails = {}));
|
|
61
|
+
//# sourceMappingURL=request-java-migration-analyses-details.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"request-java-migration-analyses-details.js","sourceRoot":"","sources":["../../../../../lib/jms/lib/model/request-java-migration-analyses-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAelC,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"}
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
/**
|
|
15
15
|
* Details of the request to start JFR recordings.
|
|
16
|
-
* When the targets aren't specified, then all managed instances currently in the
|
|
16
|
+
* When the targets aren't specified, then all managed instances currently in the Fleet are selected.
|
|
17
17
|
*
|
|
18
18
|
*/
|
|
19
19
|
export interface RequestJfrRecordingsDetails {
|
|
@@ -45,6 +45,14 @@ export interface RequestJfrRecordingsDetails {
|
|
|
45
45
|
* The maximum size limit for the JFR file collected. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
46
46
|
*/
|
|
47
47
|
"recordingSizeInMb"?: number;
|
|
48
|
+
/**
|
|
49
|
+
* Period to looking for JVMs. In addition to attach to running JVMs when given the command,
|
|
50
|
+
* JVM started within the waiting period will also be attached for JFR. The value should be
|
|
51
|
+
* larger than the agent polling interval setting for the fleet to ensure agent can get the
|
|
52
|
+
* instructions. If not specified, the agent polling interval for the fleet is used.
|
|
53
|
+
* Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
54
|
+
*/
|
|
55
|
+
"waitingPeriodInMinutes"?: number;
|
|
48
56
|
}
|
|
49
57
|
export declare namespace RequestJfrRecordingsDetails {
|
|
50
58
|
function getJsonObj(obj: RequestJfrRecordingsDetails): object;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"request-jfr-recordings-details.js","sourceRoot":"","sources":["../../../../../lib/jms/lib/model/request-jfr-recordings-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;
|
|
1
|
+
{"version":3,"file":"request-jfr-recordings-details.js","sourceRoot":"","sources":["../../../../../lib/jms/lib/model/request-jfr-recordings-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA+ClC,IAAiB,2BAA2B,CA6B3C;AA7BD,WAAiB,2BAA2B;IAC1C,SAAgB,UAAU,CAAC,GAAgC;QACzD,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,mBAAmB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACpD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,sCAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAgC;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,mBAAmB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAChE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,kDAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,2BAA2B,GAA3B,mCAA2B,KAA3B,mCAA2B,QA6B3C"}
|
|
@@ -0,0 +1,39 @@
|
|
|
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
|
+
* Details of the request to start a JFR performance tuning analysis.
|
|
16
|
+
*
|
|
17
|
+
*/
|
|
18
|
+
export interface RequestPerformanceTuningAnalysesDetails {
|
|
19
|
+
/**
|
|
20
|
+
* The attachment targets to start JFR.
|
|
21
|
+
*/
|
|
22
|
+
"targets"?: Array<model.JfrAttachmentTarget>;
|
|
23
|
+
/**
|
|
24
|
+
* Duration of the JFR recording in minutes. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
25
|
+
*/
|
|
26
|
+
"recordingDurationInMinutes": number;
|
|
27
|
+
/**
|
|
28
|
+
* Period to looking for JVMs. In addition to attach to running JVMs when given the command,
|
|
29
|
+
* JVM started within the waiting period will also be attached for JFR. The value should be
|
|
30
|
+
* larger than the agent polling interval setting for the fleet to ensure agent can get the
|
|
31
|
+
* instructions. If not specified, the agent polling interval for the fleet is used.
|
|
32
|
+
* Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
33
|
+
*/
|
|
34
|
+
"waitingPeriodInMinutes"?: number;
|
|
35
|
+
}
|
|
36
|
+
export declare namespace RequestPerformanceTuningAnalysesDetails {
|
|
37
|
+
function getJsonObj(obj: RequestPerformanceTuningAnalysesDetails): object;
|
|
38
|
+
function getDeserializedJsonObj(obj: RequestPerformanceTuningAnalysesDetails): object;
|
|
39
|
+
}
|
|
@@ -0,0 +1,61 @@
|
|
|
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.RequestPerformanceTuningAnalysesDetails = void 0;
|
|
35
|
+
const model = __importStar(require("../model"));
|
|
36
|
+
var RequestPerformanceTuningAnalysesDetails;
|
|
37
|
+
(function (RequestPerformanceTuningAnalysesDetails) {
|
|
38
|
+
function getJsonObj(obj) {
|
|
39
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
40
|
+
"targets": obj.targets
|
|
41
|
+
? obj.targets.map(item => {
|
|
42
|
+
return model.JfrAttachmentTarget.getJsonObj(item);
|
|
43
|
+
})
|
|
44
|
+
: undefined
|
|
45
|
+
});
|
|
46
|
+
return jsonObj;
|
|
47
|
+
}
|
|
48
|
+
RequestPerformanceTuningAnalysesDetails.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.JfrAttachmentTarget.getDeserializedJsonObj(item);
|
|
54
|
+
})
|
|
55
|
+
: undefined
|
|
56
|
+
});
|
|
57
|
+
return jsonObj;
|
|
58
|
+
}
|
|
59
|
+
RequestPerformanceTuningAnalysesDetails.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
60
|
+
})(RequestPerformanceTuningAnalysesDetails = exports.RequestPerformanceTuningAnalysesDetails || (exports.RequestPerformanceTuningAnalysesDetails = {}));
|
|
61
|
+
//# sourceMappingURL=request-performance-tuning-analyses-details.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"request-performance-tuning-analyses-details.js","sourceRoot":"","sources":["../../../../../lib/jms/lib/model/request-performance-tuning-analyses-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA0BlC,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,mBAAmB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACpD,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,mBAAmB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAChE,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"}
|
|
@@ -11,7 +11,7 @@
|
|
|
11
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
12
|
*/
|
|
13
13
|
/**
|
|
14
|
-
* List of
|
|
14
|
+
* List of TLS versions to be disabled.
|
|
15
15
|
**/
|
|
16
16
|
export declare enum TlsVersions {
|
|
17
17
|
Tls10 = "TLS_1_0",
|
|
@@ -12,23 +12,25 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
/**
|
|
15
|
-
* Details object containing advanced feature configurations to be updated
|
|
16
|
-
* Ensure that the namespace and bucket storage are created prior to turning on the JfrRecording or CryptoEventAnalysis feature
|
|
15
|
+
* Details object containing advanced feature configurations to be updated.
|
|
16
|
+
* Ensure that the namespace and bucket storage are created prior to turning on the JfrRecording or CryptoEventAnalysis feature.
|
|
17
17
|
*
|
|
18
18
|
*/
|
|
19
19
|
export interface UpdateFleetAdvancedFeatureConfigurationDetails {
|
|
20
20
|
/**
|
|
21
|
-
* Namespace for the
|
|
21
|
+
* Namespace for the Fleet advanced feature.
|
|
22
22
|
*/
|
|
23
23
|
"analyticNamespace"?: string;
|
|
24
24
|
/**
|
|
25
|
-
* Bucket name required to store
|
|
25
|
+
* Bucket name required to store JFR and related data.
|
|
26
26
|
*/
|
|
27
27
|
"analyticBucketName"?: string;
|
|
28
28
|
"lcm"?: model.Lcm;
|
|
29
29
|
"cryptoEventAnalysis"?: model.CryptoEventAnalysis;
|
|
30
30
|
"advancedUsageTracking"?: model.AdvancedUsageTracking;
|
|
31
31
|
"jfrRecording"?: model.JfrRecording;
|
|
32
|
+
"performanceTuningAnalysis"?: model.PerformanceTuningAnalysis;
|
|
33
|
+
"javaMigrationAnalysis"?: model.JavaMigrationAnalysis;
|
|
32
34
|
}
|
|
33
35
|
export declare namespace UpdateFleetAdvancedFeatureConfigurationDetails {
|
|
34
36
|
function getJsonObj(obj: UpdateFleetAdvancedFeatureConfigurationDetails): object;
|
|
@@ -46,6 +46,12 @@ var UpdateFleetAdvancedFeatureConfigurationDetails;
|
|
|
46
46
|
: undefined,
|
|
47
47
|
"jfrRecording": obj.jfrRecording
|
|
48
48
|
? model.JfrRecording.getJsonObj(obj.jfrRecording)
|
|
49
|
+
: undefined,
|
|
50
|
+
"performanceTuningAnalysis": obj.performanceTuningAnalysis
|
|
51
|
+
? model.PerformanceTuningAnalysis.getJsonObj(obj.performanceTuningAnalysis)
|
|
52
|
+
: undefined,
|
|
53
|
+
"javaMigrationAnalysis": obj.javaMigrationAnalysis
|
|
54
|
+
? model.JavaMigrationAnalysis.getJsonObj(obj.javaMigrationAnalysis)
|
|
49
55
|
: undefined
|
|
50
56
|
});
|
|
51
57
|
return jsonObj;
|
|
@@ -62,6 +68,12 @@ var UpdateFleetAdvancedFeatureConfigurationDetails;
|
|
|
62
68
|
: undefined,
|
|
63
69
|
"jfrRecording": obj.jfrRecording
|
|
64
70
|
? model.JfrRecording.getDeserializedJsonObj(obj.jfrRecording)
|
|
71
|
+
: undefined,
|
|
72
|
+
"performanceTuningAnalysis": obj.performanceTuningAnalysis
|
|
73
|
+
? model.PerformanceTuningAnalysis.getDeserializedJsonObj(obj.performanceTuningAnalysis)
|
|
74
|
+
: undefined,
|
|
75
|
+
"javaMigrationAnalysis": obj.javaMigrationAnalysis
|
|
76
|
+
? model.JavaMigrationAnalysis.getDeserializedJsonObj(obj.javaMigrationAnalysis)
|
|
65
77
|
: undefined
|
|
66
78
|
});
|
|
67
79
|
return jsonObj;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"update-fleet-advanced-feature-configuration-details.js","sourceRoot":"","sources":["../../../../../lib/jms/lib/model/update-fleet-advanced-feature-configuration-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;
|
|
1
|
+
{"version":3,"file":"update-fleet-advanced-feature-configuration-details.js","sourceRoot":"","sources":["../../../../../lib/jms/lib/model/update-fleet-advanced-feature-configuration-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAyBlC,IAAiB,8CAA8C,CAqD9D;AArDD,WAAiB,8CAA8C;IAC7D,SAAgB,UAAU,CAAC,GAAmD;QAC5E,MAAM,OAAO,mCACR,GAAG,GACH;YACD,KAAK,EAAE,GAAG,CAAC,GAAG,CAAC,CAAC,CAAC,KAAK,CAAC,GAAG,CAAC,UAAU,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,SAAS;YAC1D,qBAAqB,EAAE,GAAG,CAAC,mBAAmB;gBAC5C,CAAC,CAAC,KAAK,CAAC,mBAAmB,CAAC,UAAU,CAAC,GAAG,CAAC,mBAAmB,CAAC;gBAC/D,CAAC,CAAC,SAAS;YACb,uBAAuB,EAAE,GAAG,CAAC,qBAAqB;gBAChD,CAAC,CAAC,KAAK,CAAC,qBAAqB,CAAC,UAAU,CAAC,GAAG,CAAC,qBAAqB,CAAC;gBACnE,CAAC,CAAC,SAAS;YACb,cAAc,EAAE,GAAG,CAAC,YAAY;gBAC9B,CAAC,CAAC,KAAK,CAAC,YAAY,CAAC,UAAU,CAAC,GAAG,CAAC,YAAY,CAAC;gBACjD,CAAC,CAAC,SAAS;YACb,2BAA2B,EAAE,GAAG,CAAC,yBAAyB;gBACxD,CAAC,CAAC,KAAK,CAAC,yBAAyB,CAAC,UAAU,CAAC,GAAG,CAAC,yBAAyB,CAAC;gBAC3E,CAAC,CAAC,SAAS;YACb,uBAAuB,EAAE,GAAG,CAAC,qBAAqB;gBAChD,CAAC,CAAC,KAAK,CAAC,qBAAqB,CAAC,UAAU,CAAC,GAAG,CAAC,qBAAqB,CAAC;gBACnE,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAxBe,yDAAU,aAwBzB,CAAA;IACD,SAAgB,sBAAsB,CACpC,GAAmD;QAEnD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,KAAK,EAAE,GAAG,CAAC,GAAG,CAAC,CAAC,CAAC,KAAK,CAAC,GAAG,CAAC,sBAAsB,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,SAAS;YACtE,qBAAqB,EAAE,GAAG,CAAC,mBAAmB;gBAC5C,CAAC,CAAC,KAAK,CAAC,mBAAmB,CAAC,sBAAsB,CAAC,GAAG,CAAC,mBAAmB,CAAC;gBAC3E,CAAC,CAAC,SAAS;YACb,uBAAuB,EAAE,GAAG,CAAC,qBAAqB;gBAChD,CAAC,CAAC,KAAK,CAAC,qBAAqB,CAAC,sBAAsB,CAAC,GAAG,CAAC,qBAAqB,CAAC;gBAC/E,CAAC,CAAC,SAAS;YACb,cAAc,EAAE,GAAG,CAAC,YAAY;gBAC9B,CAAC,CAAC,KAAK,CAAC,YAAY,CAAC,sBAAsB,CAAC,GAAG,CAAC,YAAY,CAAC;gBAC7D,CAAC,CAAC,SAAS;YACb,2BAA2B,EAAE,GAAG,CAAC,yBAAyB;gBACxD,CAAC,CAAC,KAAK,CAAC,yBAAyB,CAAC,sBAAsB,CAAC,GAAG,CAAC,yBAAyB,CAAC;gBACvF,CAAC,CAAC,SAAS;YACb,uBAAuB,EAAE,GAAG,CAAC,qBAAqB;gBAChD,CAAC,CAAC,KAAK,CAAC,qBAAqB,CAAC,sBAAsB,CAAC,GAAG,CAAC,qBAAqB,CAAC;gBAC/E,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IA1Be,qEAAsB,yBA0BrC,CAAA;AACH,CAAC,EArDgB,8CAA8C,GAA9C,sDAA8C,KAA9C,sDAA8C,QAqD9D"}
|
|
@@ -26,8 +26,8 @@ export interface UpdateFleetDetails {
|
|
|
26
26
|
"inventoryLog"?: model.CustomLog;
|
|
27
27
|
"operationLog"?: model.CustomLog;
|
|
28
28
|
/**
|
|
29
|
-
* Whether or not advanced features are enabled in this
|
|
30
|
-
* Deprecated, use `/fleets/{fleetId}/advanceFeatureConfiguration`
|
|
29
|
+
* Whether or not advanced features are enabled in this Fleet.
|
|
30
|
+
* Deprecated, use `/fleets/{fleetId}/advanceFeatureConfiguration` API instead.
|
|
31
31
|
*
|
|
32
32
|
*/
|
|
33
33
|
"isAdvancedFeaturesEnabled"?: boolean;
|
|
@@ -42,7 +42,7 @@ export interface UpdateFleetDetails {
|
|
|
42
42
|
};
|
|
43
43
|
};
|
|
44
44
|
/**
|
|
45
|
-
* Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
|
|
45
|
+
* Simple key-value pair that is applied without any predefined name, type, or scope. Exists for cross-compatibility only.
|
|
46
46
|
* Example: `{\"bar-key\": \"value\"}`. (See [Managing Tags and Tag Namespaces](https://docs.cloud.oracle.com/Content/Tagging/Concepts/understandingfreeformtags.htm).)
|
|
47
47
|
*
|
|
48
48
|
*/
|