oci-jms 2.62.1 → 2.62.3
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
|
@@ -18,6 +18,7 @@ exports.JreSecurityStatus = void 0;
|
|
|
18
18
|
**/
|
|
19
19
|
var JreSecurityStatus;
|
|
20
20
|
(function (JreSecurityStatus) {
|
|
21
|
+
JreSecurityStatus["EarlyAccess"] = "EARLY_ACCESS";
|
|
21
22
|
JreSecurityStatus["Unknown"] = "UNKNOWN";
|
|
22
23
|
JreSecurityStatus["UpToDate"] = "UP_TO_DATE";
|
|
23
24
|
JreSecurityStatus["UpdateRequired"] = "UPDATE_REQUIRED";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"jre-security-status.js","sourceRoot":"","sources":["../../../../../lib/jms/lib/model/jre-security-status.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAKH;;IAEI;AACJ,IAAY,
|
|
1
|
+
{"version":3,"file":"jre-security-status.js","sourceRoot":"","sources":["../../../../../lib/jms/lib/model/jre-security-status.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAKH;;IAEI;AACJ,IAAY,iBAYX;AAZD,WAAY,iBAAiB;IAC3B,iDAA4B,CAAA;IAC5B,wCAAmB,CAAA;IACnB,4CAAuB,CAAA;IACvB,uDAAkC,CAAA;IAClC,yDAAoC,CAAA;IAEpC;;;OAGG;IACH,mDAA8B,CAAA;AAChC,CAAC,EAZW,iBAAiB,GAAjB,yBAAiB,KAAjB,yBAAiB,QAY5B;AAED,WAAiB,iBAAiB;IAChC,SAAgB,UAAU,CAAC,GAAsB;QAC/C,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,4BAAU,aAEzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAsB;QAC3D,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,wCAAsB,yBAErC,CAAA;AACH,CAAC,EAPgB,iBAAiB,GAAjB,yBAAiB,KAAjB,yBAAiB,QAOjC"}
|
package/lib/model/lcm.d.ts
CHANGED
|
@@ -12,11 +12,11 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
/**
|
|
15
|
-
* Enable lifecycle management and set post action configurations
|
|
15
|
+
* Enable lifecycle management and set post action configurations.
|
|
16
16
|
*/
|
|
17
17
|
export interface Lcm {
|
|
18
18
|
/**
|
|
19
|
-
*
|
|
19
|
+
* Lifecycle management flag to store enabled or disabled status.
|
|
20
20
|
*/
|
|
21
21
|
"isEnabled"?: boolean;
|
|
22
22
|
"postInstallationActions"?: model.PostInstallationActionSettings;
|
|
@@ -46,7 +46,7 @@ export interface LibraryUsage {
|
|
|
46
46
|
*/
|
|
47
47
|
"approximateApplicationCount"?: number;
|
|
48
48
|
/**
|
|
49
|
-
* The approximate count of Java
|
|
49
|
+
* The approximate count of Java Server instances using the library.
|
|
50
50
|
* Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
51
51
|
*/
|
|
52
52
|
"approximateJavaServerInstanceCount"?: number;
|
|
@@ -28,6 +28,18 @@ export interface NewInstallationSite {
|
|
|
28
28
|
* Artifact content type for the Java version.
|
|
29
29
|
*/
|
|
30
30
|
"artifactContentType"?: model.ArtifactContentType;
|
|
31
|
+
/**
|
|
32
|
+
* Custom path to install new Java installation site.
|
|
33
|
+
*/
|
|
34
|
+
"installationPath"?: string;
|
|
35
|
+
/**
|
|
36
|
+
* Flag to install headless or headful Java installation. Only valid for Oracle Linux in OCI.
|
|
37
|
+
*/
|
|
38
|
+
"headlessMode"?: boolean;
|
|
39
|
+
/**
|
|
40
|
+
* Forces the installation request even if a more recent release is already present in the host.
|
|
41
|
+
*/
|
|
42
|
+
"forceInstall"?: boolean;
|
|
31
43
|
}
|
|
32
44
|
export declare namespace NewInstallationSite {
|
|
33
45
|
function getJsonObj(obj: NewInstallationSite): object;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"new-installation-site.js","sourceRoot":"","sources":["../../../../../lib/jms/lib/model/new-installation-site.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;
|
|
1
|
+
{"version":3,"file":"new-installation-site.js","sourceRoot":"","sources":["../../../../../lib/jms/lib/model/new-installation-site.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAoCH,IAAiB,mBAAmB,CAWnC;AAXD,WAAiB,mBAAmB;IAClC,SAAgB,UAAU,CAAC,GAAwB;QACjD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,8BAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAwB;QAC7D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,0CAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,mBAAmB,GAAnB,2BAAmB,KAAnB,2BAAmB,QAWnC"}
|
|
@@ -33,7 +33,7 @@ export interface OperatingSystem {
|
|
|
33
33
|
*/
|
|
34
34
|
"architecture": string;
|
|
35
35
|
/**
|
|
36
|
-
* Number of instances running the operating system Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
36
|
+
* Number of instances running the operating system. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
37
37
|
*/
|
|
38
38
|
"managedInstanceCount"?: number;
|
|
39
39
|
}
|
|
@@ -23,6 +23,8 @@ export declare enum OperationType {
|
|
|
23
23
|
CreateJavaInstallation = "CREATE_JAVA_INSTALLATION",
|
|
24
24
|
CollectJfr = "COLLECT_JFR",
|
|
25
25
|
RequestCryptoEventAnalysis = "REQUEST_CRYPTO_EVENT_ANALYSIS",
|
|
26
|
+
RequestPerformanceTuningAnalysis = "REQUEST_PERFORMANCE_TUNING_ANALYSIS",
|
|
27
|
+
RequestJavaMigrationAnalysis = "REQUEST_JAVA_MIGRATION_ANALYSIS",
|
|
26
28
|
ScanJavaServerUsage = "SCAN_JAVA_SERVER_USAGE",
|
|
27
29
|
ScanLibraryUsage = "SCAN_LIBRARY_USAGE",
|
|
28
30
|
/**
|
|
@@ -27,6 +27,8 @@ var OperationType;
|
|
|
27
27
|
OperationType["CreateJavaInstallation"] = "CREATE_JAVA_INSTALLATION";
|
|
28
28
|
OperationType["CollectJfr"] = "COLLECT_JFR";
|
|
29
29
|
OperationType["RequestCryptoEventAnalysis"] = "REQUEST_CRYPTO_EVENT_ANALYSIS";
|
|
30
|
+
OperationType["RequestPerformanceTuningAnalysis"] = "REQUEST_PERFORMANCE_TUNING_ANALYSIS";
|
|
31
|
+
OperationType["RequestJavaMigrationAnalysis"] = "REQUEST_JAVA_MIGRATION_ANALYSIS";
|
|
30
32
|
OperationType["ScanJavaServerUsage"] = "SCAN_JAVA_SERVER_USAGE";
|
|
31
33
|
OperationType["ScanLibraryUsage"] = "SCAN_LIBRARY_USAGE";
|
|
32
34
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"operation-type.js","sourceRoot":"","sources":["../../../../../lib/jms/lib/model/operation-type.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAKH;;IAEI;AACJ,IAAY,
|
|
1
|
+
{"version":3,"file":"operation-type.js","sourceRoot":"","sources":["../../../../../lib/jms/lib/model/operation-type.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAKH;;IAEI;AACJ,IAAY,aAoBX;AApBD,WAAY,aAAa;IACvB,6CAA4B,CAAA;IAC5B,6CAA4B,CAAA;IAC5B,yCAAwB,CAAA;IACxB,6CAA4B,CAAA;IAC5B,mFAAkE,CAAA;IAClE,oEAAmD,CAAA;IACnD,oEAAmD,CAAA;IACnD,2CAA0B,CAAA;IAC1B,6EAA4D,CAAA;IAC5D,yFAAwE,CAAA;IACxE,iFAAgE,CAAA;IAChE,+DAA8C,CAAA;IAC9C,wDAAuC,CAAA;IAEvC;;;OAGG;IACH,+CAA8B,CAAA;AAChC,CAAC,EApBW,aAAa,GAAb,qBAAa,KAAb,qBAAa,QAoBxB;AAED,WAAiB,aAAa;IAC5B,SAAgB,UAAU,CAAC,GAAkB;QAC3C,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,wBAAU,aAEzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAkB;QACvD,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,oCAAsB,yBAErC,CAAA;AACH,CAAC,EAPgB,aAAa,GAAb,qBAAa,KAAb,qBAAa,QAO7B"}
|
|
@@ -0,0 +1,26 @@
|
|
|
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
|
+
* List of Performance Tuning Analysis results.
|
|
16
|
+
*/
|
|
17
|
+
export interface PerformanceTuningAnalysisResultCollection {
|
|
18
|
+
/**
|
|
19
|
+
* A list of Performance Tuning Analysis results.
|
|
20
|
+
*/
|
|
21
|
+
"items": Array<model.PerformanceTuningAnalysisResultSummary>;
|
|
22
|
+
}
|
|
23
|
+
export declare namespace PerformanceTuningAnalysisResultCollection {
|
|
24
|
+
function getJsonObj(obj: PerformanceTuningAnalysisResultCollection): object;
|
|
25
|
+
function getDeserializedJsonObj(obj: PerformanceTuningAnalysisResultCollection): object;
|
|
26
|
+
}
|
|
@@ -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.PerformanceTuningAnalysisResultCollection = void 0;
|
|
35
|
+
const model = __importStar(require("../model"));
|
|
36
|
+
var PerformanceTuningAnalysisResultCollection;
|
|
37
|
+
(function (PerformanceTuningAnalysisResultCollection) {
|
|
38
|
+
function getJsonObj(obj) {
|
|
39
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
40
|
+
"items": obj.items
|
|
41
|
+
? obj.items.map(item => {
|
|
42
|
+
return model.PerformanceTuningAnalysisResultSummary.getJsonObj(item);
|
|
43
|
+
})
|
|
44
|
+
: undefined
|
|
45
|
+
});
|
|
46
|
+
return jsonObj;
|
|
47
|
+
}
|
|
48
|
+
PerformanceTuningAnalysisResultCollection.getJsonObj = getJsonObj;
|
|
49
|
+
function getDeserializedJsonObj(obj) {
|
|
50
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
51
|
+
"items": obj.items
|
|
52
|
+
? obj.items.map(item => {
|
|
53
|
+
return model.PerformanceTuningAnalysisResultSummary.getDeserializedJsonObj(item);
|
|
54
|
+
})
|
|
55
|
+
: undefined
|
|
56
|
+
});
|
|
57
|
+
return jsonObj;
|
|
58
|
+
}
|
|
59
|
+
PerformanceTuningAnalysisResultCollection.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
60
|
+
})(PerformanceTuningAnalysisResultCollection = exports.PerformanceTuningAnalysisResultCollection || (exports.PerformanceTuningAnalysisResultCollection = {}));
|
|
61
|
+
//# sourceMappingURL=performance-tuning-analysis-result-collection.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"performance-tuning-analysis-result-collection.js","sourceRoot":"","sources":["../../../../../lib/jms/lib/model/performance-tuning-analysis-result-collection.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAalC,IAAiB,yCAAyC,CA6BzD;AA7BD,WAAiB,yCAAyC;IACxD,SAAgB,UAAU,CAAC,GAA8C;QACvE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,sCAAsC,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACvE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,oDAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA8C;QACnF,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,sCAAsC,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACnF,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,gEAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,yCAAyC,GAAzC,iDAAyC,KAAzC,iDAAyC,QA6BzD"}
|
|
@@ -0,0 +1,24 @@
|
|
|
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
|
+
* The field used to sort performance tuning analysis reports.
|
|
15
|
+
**/
|
|
16
|
+
export declare enum PerformanceTuningAnalysisResultSortBy {
|
|
17
|
+
TimeCreated = "timeCreated",
|
|
18
|
+
ManagedInstanceId = "managedInstanceId",
|
|
19
|
+
WorkRequestId = "workRequestId"
|
|
20
|
+
}
|
|
21
|
+
export declare namespace PerformanceTuningAnalysisResultSortBy {
|
|
22
|
+
function getJsonObj(obj: PerformanceTuningAnalysisResultSortBy): PerformanceTuningAnalysisResultSortBy;
|
|
23
|
+
function getDeserializedJsonObj(obj: PerformanceTuningAnalysisResultSortBy): PerformanceTuningAnalysisResultSortBy;
|
|
24
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
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.PerformanceTuningAnalysisResultSortBy = void 0;
|
|
16
|
+
/**
|
|
17
|
+
* The field used to sort performance tuning analysis reports.
|
|
18
|
+
**/
|
|
19
|
+
var PerformanceTuningAnalysisResultSortBy;
|
|
20
|
+
(function (PerformanceTuningAnalysisResultSortBy) {
|
|
21
|
+
PerformanceTuningAnalysisResultSortBy["TimeCreated"] = "timeCreated";
|
|
22
|
+
PerformanceTuningAnalysisResultSortBy["ManagedInstanceId"] = "managedInstanceId";
|
|
23
|
+
PerformanceTuningAnalysisResultSortBy["WorkRequestId"] = "workRequestId";
|
|
24
|
+
})(PerformanceTuningAnalysisResultSortBy = exports.PerformanceTuningAnalysisResultSortBy || (exports.PerformanceTuningAnalysisResultSortBy = {}));
|
|
25
|
+
(function (PerformanceTuningAnalysisResultSortBy) {
|
|
26
|
+
function getJsonObj(obj) {
|
|
27
|
+
return obj;
|
|
28
|
+
}
|
|
29
|
+
PerformanceTuningAnalysisResultSortBy.getJsonObj = getJsonObj;
|
|
30
|
+
function getDeserializedJsonObj(obj) {
|
|
31
|
+
return obj;
|
|
32
|
+
}
|
|
33
|
+
PerformanceTuningAnalysisResultSortBy.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
34
|
+
})(PerformanceTuningAnalysisResultSortBy = exports.PerformanceTuningAnalysisResultSortBy || (exports.PerformanceTuningAnalysisResultSortBy = {}));
|
|
35
|
+
//# sourceMappingURL=performance-tuning-analysis-result-sort-by.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"performance-tuning-analysis-result-sort-by.js","sourceRoot":"","sources":["../../../../../lib/jms/lib/model/performance-tuning-analysis-result-sort-by.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAKH;;IAEI;AACJ,IAAY,qCAIX;AAJD,WAAY,qCAAqC;IAC/C,oEAA2B,CAAA;IAC3B,gFAAuC,CAAA;IACvC,wEAA+B,CAAA;AACjC,CAAC,EAJW,qCAAqC,GAArC,6CAAqC,KAArC,6CAAqC,QAIhD;AAED,WAAiB,qCAAqC;IACpD,SAAgB,UAAU,CACxB,GAA0C;QAE1C,OAAO,GAAG,CAAC;IACb,CAAC;IAJe,gDAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CACpC,GAA0C;QAE1C,OAAO,GAAG,CAAC;IACb,CAAC;IAJe,4DAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,qCAAqC,GAArC,6CAAqC,KAArC,6CAAqC,QAWrD"}
|
|
@@ -0,0 +1,90 @@
|
|
|
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
|
+
* Summary of a performance tuning analysis result. The actual output of the analysis is stored in the Object Storage object.
|
|
16
|
+
*/
|
|
17
|
+
export interface PerformanceTuningAnalysisResultSummary {
|
|
18
|
+
/**
|
|
19
|
+
* The OCID to identify this analysis results.
|
|
20
|
+
*/
|
|
21
|
+
"id": string;
|
|
22
|
+
/**
|
|
23
|
+
* The OCID of the work request to start the analysis.
|
|
24
|
+
*/
|
|
25
|
+
"workRequestId"?: string;
|
|
26
|
+
/**
|
|
27
|
+
* The fleet OCID.
|
|
28
|
+
*/
|
|
29
|
+
"fleetId": string;
|
|
30
|
+
/**
|
|
31
|
+
* The OCID of the application for which the report has been generated.
|
|
32
|
+
*/
|
|
33
|
+
"applicationId": string;
|
|
34
|
+
/**
|
|
35
|
+
* The internal identifier of the application installation for which the report has been generated.
|
|
36
|
+
*/
|
|
37
|
+
"applicationInstallationId": string;
|
|
38
|
+
/**
|
|
39
|
+
* The installation path of the application for which the report has been generated.
|
|
40
|
+
*/
|
|
41
|
+
"applicationInstallationPath": string;
|
|
42
|
+
/**
|
|
43
|
+
* Total number of warnings reported by the analysis. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
44
|
+
*/
|
|
45
|
+
"warningCount": number;
|
|
46
|
+
/**
|
|
47
|
+
* Result of the analysis based on whether warnings have been found or not.
|
|
48
|
+
*/
|
|
49
|
+
"result": model.PerformanceTuningResultStatus;
|
|
50
|
+
/**
|
|
51
|
+
* The managed instance OCID.
|
|
52
|
+
*/
|
|
53
|
+
"managedInstanceId": string;
|
|
54
|
+
/**
|
|
55
|
+
* The hostname of the managed instance.
|
|
56
|
+
*/
|
|
57
|
+
"hostName": string;
|
|
58
|
+
/**
|
|
59
|
+
* The name of the application for which the report has been generated.
|
|
60
|
+
*/
|
|
61
|
+
"applicationName": string;
|
|
62
|
+
/**
|
|
63
|
+
* The Object Storage namespace of this analysis result.
|
|
64
|
+
*/
|
|
65
|
+
"namespace": string;
|
|
66
|
+
/**
|
|
67
|
+
* The Object Storage bucket name of this analysis result.
|
|
68
|
+
*/
|
|
69
|
+
"bucketName": string;
|
|
70
|
+
/**
|
|
71
|
+
* The Object Storage object name of this analysis result.
|
|
72
|
+
*/
|
|
73
|
+
"objectName": string;
|
|
74
|
+
/**
|
|
75
|
+
* The time the result is compiled.
|
|
76
|
+
*/
|
|
77
|
+
"timeCreated": Date;
|
|
78
|
+
/**
|
|
79
|
+
* The time the JFR capture started.
|
|
80
|
+
*/
|
|
81
|
+
"timeStarted": Date;
|
|
82
|
+
/**
|
|
83
|
+
* The time the JFR capture finished.
|
|
84
|
+
*/
|
|
85
|
+
"timeFinished": Date;
|
|
86
|
+
}
|
|
87
|
+
export declare namespace PerformanceTuningAnalysisResultSummary {
|
|
88
|
+
function getJsonObj(obj: PerformanceTuningAnalysisResultSummary): object;
|
|
89
|
+
function getDeserializedJsonObj(obj: PerformanceTuningAnalysisResultSummary): object;
|
|
90
|
+
}
|
|
@@ -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.PerformanceTuningAnalysisResultSummary = void 0;
|
|
16
|
+
var PerformanceTuningAnalysisResultSummary;
|
|
17
|
+
(function (PerformanceTuningAnalysisResultSummary) {
|
|
18
|
+
function getJsonObj(obj) {
|
|
19
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
20
|
+
return jsonObj;
|
|
21
|
+
}
|
|
22
|
+
PerformanceTuningAnalysisResultSummary.getJsonObj = getJsonObj;
|
|
23
|
+
function getDeserializedJsonObj(obj) {
|
|
24
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
25
|
+
return jsonObj;
|
|
26
|
+
}
|
|
27
|
+
PerformanceTuningAnalysisResultSummary.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
28
|
+
})(PerformanceTuningAnalysisResultSummary = exports.PerformanceTuningAnalysisResultSummary || (exports.PerformanceTuningAnalysisResultSummary = {}));
|
|
29
|
+
//# sourceMappingURL=performance-tuning-analysis-result-summary.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"performance-tuning-analysis-result-summary.js","sourceRoot":"","sources":["../../../../../lib/jms/lib/model/performance-tuning-analysis-result-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA+EH,IAAiB,sCAAsC,CAWtD;AAXD,WAAiB,sCAAsC;IACrD,SAAgB,UAAU,CAAC,GAA2C;QACpE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,iDAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA2C;QAChF,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,6DAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,sCAAsC,GAAtC,8CAAsC,KAAtC,8CAAsC,QAWtD"}
|
|
@@ -0,0 +1,90 @@
|
|
|
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
|
+
* Metadata of a Performance Tuning Analysis result. The analysis result is stored as the Object Storage object.
|
|
16
|
+
*/
|
|
17
|
+
export interface PerformanceTuningAnalysisResult {
|
|
18
|
+
/**
|
|
19
|
+
* The OCID to identify this analysis results.
|
|
20
|
+
*/
|
|
21
|
+
"id": string;
|
|
22
|
+
/**
|
|
23
|
+
* The OCID of the work request to start the analysis.
|
|
24
|
+
*/
|
|
25
|
+
"workRequestId"?: string;
|
|
26
|
+
/**
|
|
27
|
+
* The fleet OCID.
|
|
28
|
+
*/
|
|
29
|
+
"fleetId": string;
|
|
30
|
+
/**
|
|
31
|
+
* The OCID of the application for which the report has been generated.
|
|
32
|
+
*/
|
|
33
|
+
"applicationId": string;
|
|
34
|
+
/**
|
|
35
|
+
* The internal identifier of the application installation for which the report has been generated.
|
|
36
|
+
*/
|
|
37
|
+
"applicationInstallationId": string;
|
|
38
|
+
/**
|
|
39
|
+
* The installation path of the application for which the report has been generated.
|
|
40
|
+
*/
|
|
41
|
+
"applicationInstallationPath": string;
|
|
42
|
+
/**
|
|
43
|
+
* Total number of warnings reported by the analysis. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
44
|
+
*/
|
|
45
|
+
"warningCount": number;
|
|
46
|
+
/**
|
|
47
|
+
* Result of the analysis based on whether warnings have been found or not.
|
|
48
|
+
*/
|
|
49
|
+
"result": model.PerformanceTuningResultStatus;
|
|
50
|
+
/**
|
|
51
|
+
* The managed instance OCID.
|
|
52
|
+
*/
|
|
53
|
+
"managedInstanceId": string;
|
|
54
|
+
/**
|
|
55
|
+
* The hostname of the managed instance.
|
|
56
|
+
*/
|
|
57
|
+
"hostName": string;
|
|
58
|
+
/**
|
|
59
|
+
* The name of the application for which the report has been generated.
|
|
60
|
+
*/
|
|
61
|
+
"applicationName": string;
|
|
62
|
+
/**
|
|
63
|
+
* The Object Storage namespace of this analysis result.
|
|
64
|
+
*/
|
|
65
|
+
"namespace": string;
|
|
66
|
+
/**
|
|
67
|
+
* The Object Storage bucket name of this analysis result.
|
|
68
|
+
*/
|
|
69
|
+
"bucketName": string;
|
|
70
|
+
/**
|
|
71
|
+
* The Object Storage object name of this analysis result.
|
|
72
|
+
*/
|
|
73
|
+
"objectName": string;
|
|
74
|
+
/**
|
|
75
|
+
* The time the result is compiled.
|
|
76
|
+
*/
|
|
77
|
+
"timeCreated": Date;
|
|
78
|
+
/**
|
|
79
|
+
* The time the JFR capture started.
|
|
80
|
+
*/
|
|
81
|
+
"timeStarted": Date;
|
|
82
|
+
/**
|
|
83
|
+
* The time the JFR capture finished.
|
|
84
|
+
*/
|
|
85
|
+
"timeFinished": Date;
|
|
86
|
+
}
|
|
87
|
+
export declare namespace PerformanceTuningAnalysisResult {
|
|
88
|
+
function getJsonObj(obj: PerformanceTuningAnalysisResult): object;
|
|
89
|
+
function getDeserializedJsonObj(obj: PerformanceTuningAnalysisResult): object;
|
|
90
|
+
}
|
|
@@ -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.PerformanceTuningAnalysisResult = void 0;
|
|
16
|
+
var PerformanceTuningAnalysisResult;
|
|
17
|
+
(function (PerformanceTuningAnalysisResult) {
|
|
18
|
+
function getJsonObj(obj) {
|
|
19
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
20
|
+
return jsonObj;
|
|
21
|
+
}
|
|
22
|
+
PerformanceTuningAnalysisResult.getJsonObj = getJsonObj;
|
|
23
|
+
function getDeserializedJsonObj(obj) {
|
|
24
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
25
|
+
return jsonObj;
|
|
26
|
+
}
|
|
27
|
+
PerformanceTuningAnalysisResult.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
28
|
+
})(PerformanceTuningAnalysisResult = exports.PerformanceTuningAnalysisResult || (exports.PerformanceTuningAnalysisResult = {}));
|
|
29
|
+
//# sourceMappingURL=performance-tuning-analysis-result.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"performance-tuning-analysis-result.js","sourceRoot":"","sources":["../../../../../lib/jms/lib/model/performance-tuning-analysis-result.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA+EH,IAAiB,+BAA+B,CAW/C;AAXD,WAAiB,+BAA+B;IAC9C,SAAgB,UAAU,CAAC,GAAoC;QAC7D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,0CAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAoC;QACzE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,sDAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,+BAA+B,GAA/B,uCAA+B,KAA/B,uCAA+B,QAW/C"}
|
|
@@ -0,0 +1,25 @@
|
|
|
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
|
+
* Performance tuning analysis configuration
|
|
15
|
+
*/
|
|
16
|
+
export interface PerformanceTuningAnalysis {
|
|
17
|
+
/**
|
|
18
|
+
* PerformanceTuningAnalysis flag to store enabled or disabled status.
|
|
19
|
+
*/
|
|
20
|
+
"isEnabled"?: boolean;
|
|
21
|
+
}
|
|
22
|
+
export declare namespace PerformanceTuningAnalysis {
|
|
23
|
+
function getJsonObj(obj: PerformanceTuningAnalysis): object;
|
|
24
|
+
function getDeserializedJsonObj(obj: PerformanceTuningAnalysis): object;
|
|
25
|
+
}
|
|
@@ -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.PerformanceTuningAnalysis = void 0;
|
|
16
|
+
var PerformanceTuningAnalysis;
|
|
17
|
+
(function (PerformanceTuningAnalysis) {
|
|
18
|
+
function getJsonObj(obj) {
|
|
19
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
20
|
+
return jsonObj;
|
|
21
|
+
}
|
|
22
|
+
PerformanceTuningAnalysis.getJsonObj = getJsonObj;
|
|
23
|
+
function getDeserializedJsonObj(obj) {
|
|
24
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
25
|
+
return jsonObj;
|
|
26
|
+
}
|
|
27
|
+
PerformanceTuningAnalysis.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
28
|
+
})(PerformanceTuningAnalysis = exports.PerformanceTuningAnalysis || (exports.PerformanceTuningAnalysis = {}));
|
|
29
|
+
//# sourceMappingURL=performance-tuning-analysis.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"performance-tuning-analysis.js","sourceRoot":"","sources":["../../../../../lib/jms/lib/model/performance-tuning-analysis.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAeH,IAAiB,yBAAyB,CAWzC;AAXD,WAAiB,yBAAyB;IACxC,SAAgB,UAAU,CAAC,GAA8B;QACvD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,oCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA8B;QACnE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,gDAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,yBAAyB,GAAzB,iCAAyB,KAAzB,iCAAyB,QAWzC"}
|
|
@@ -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
|
+
/**
|
|
14
|
+
* Possible Performance Tuning Result statuses.
|
|
15
|
+
**/
|
|
16
|
+
export declare enum PerformanceTuningResultStatus {
|
|
17
|
+
ActionRecommended = "ACTION_RECOMMENDED",
|
|
18
|
+
NoWarnings = "NO_WARNINGS",
|
|
19
|
+
/**
|
|
20
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
21
|
+
* version of the SDK.
|
|
22
|
+
*/
|
|
23
|
+
UnknownValue = "UNKNOWN_VALUE"
|
|
24
|
+
}
|
|
25
|
+
export declare namespace PerformanceTuningResultStatus {
|
|
26
|
+
function getJsonObj(obj: PerformanceTuningResultStatus): PerformanceTuningResultStatus;
|
|
27
|
+
function getDeserializedJsonObj(obj: PerformanceTuningResultStatus): PerformanceTuningResultStatus;
|
|
28
|
+
}
|