oci-jms 2.48.1 → 2.50.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/client.d.ts +160 -32
- package/lib/client.js +979 -90
- package/lib/client.js.map +1 -1
- package/lib/model/add-fleet-installation-sites-details.d.ts +4 -0
- package/lib/model/add-fleet-installation-sites-details.js +10 -0
- package/lib/model/add-fleet-installation-sites-details.js.map +1 -1
- package/lib/model/advanced-usage-tracking.d.ts +25 -0
- package/lib/model/advanced-usage-tracking.js +29 -0
- package/lib/model/advanced-usage-tracking.js.map +1 -0
- package/lib/model/algorithms.d.ts +30 -0
- package/lib/model/algorithms.js +41 -0
- package/lib/model/algorithms.js.map +1 -0
- package/lib/model/create-fleet-details.d.ts +2 -1
- package/lib/model/create-fleet-details.js.map +1 -1
- package/lib/model/crypto-analysis-result-collection.d.ts +26 -0
- package/lib/model/crypto-analysis-result-collection.js +61 -0
- package/lib/model/crypto-analysis-result-collection.js.map +1 -0
- package/lib/model/crypto-analysis-result-mode.d.ts +29 -0
- package/lib/model/crypto-analysis-result-mode.js +40 -0
- package/lib/model/crypto-analysis-result-mode.js.map +1 -0
- package/lib/model/crypto-analysis-result-sort-by.d.ts +24 -0
- package/lib/model/crypto-analysis-result-sort-by.js +35 -0
- package/lib/model/crypto-analysis-result-sort-by.js.map +1 -0
- package/lib/model/crypto-analysis-result-summary.d.ts +93 -0
- package/lib/model/crypto-analysis-result-summary.js +29 -0
- package/lib/model/crypto-analysis-result-summary.js.map +1 -0
- package/lib/model/crypto-analysis-result.d.ts +93 -0
- package/lib/model/crypto-analysis-result.js +29 -0
- package/lib/model/crypto-analysis-result.js.map +1 -0
- package/lib/model/crypto-event-analysis.d.ts +27 -0
- package/lib/model/crypto-event-analysis.js +57 -0
- package/lib/model/crypto-event-analysis.js.map +1 -0
- package/lib/model/deployed-application-sort-by.d.ts +28 -0
- package/lib/model/deployed-application-sort-by.js +39 -0
- package/lib/model/deployed-application-sort-by.js.map +1 -0
- package/lib/model/deployed-application-usage-collection.d.ts +28 -0
- package/lib/model/deployed-application-usage-collection.js +61 -0
- package/lib/model/deployed-application-usage-collection.js.map +1 -0
- package/lib/model/deployed-application-usage.d.ts +76 -0
- package/lib/model/deployed-application-usage.js +29 -0
- package/lib/model/deployed-application-usage.js.map +1 -0
- package/lib/model/fleet-advanced-feature-configuration.d.ts +39 -0
- package/lib/model/fleet-advanced-feature-configuration.js +71 -0
- package/lib/model/fleet-advanced-feature-configuration.js.map +1 -0
- package/lib/model/fleet-agent-configuration.d.ts +10 -0
- package/lib/model/fleet-agent-configuration.js.map +1 -1
- package/lib/model/fleet-summary.d.ts +8 -1
- package/lib/model/fleet-summary.js.map +1 -1
- package/lib/model/fleet.d.ts +8 -1
- package/lib/model/fleet.js.map +1 -1
- package/lib/model/index.d.ts +70 -0
- package/lib/model/index.js +73 -2
- package/lib/model/index.js.map +1 -1
- package/lib/model/java-family-collection.d.ts +4 -2
- package/lib/model/java-family-collection.js.map +1 -1
- package/lib/model/java-family-summary.d.ts +2 -0
- package/lib/model/java-family-summary.js.map +1 -1
- package/lib/model/java-family.d.ts +2 -1
- package/lib/model/java-family.js.map +1 -1
- package/lib/model/java-release-collection.d.ts +1 -1
- package/lib/model/java-release-summary.d.ts +14 -0
- package/lib/model/java-release-summary.js +11 -0
- package/lib/model/java-release-summary.js.map +1 -1
- package/lib/model/java-release.d.ts +15 -1
- package/lib/model/java-release.js +11 -0
- package/lib/model/java-release.js.map +1 -1
- package/lib/model/java-server-instance-sort-by.d.ts +27 -0
- package/lib/model/java-server-instance-sort-by.js +38 -0
- package/lib/model/java-server-instance-sort-by.js.map +1 -0
- package/lib/model/java-server-instance-usage-collection.d.ts +28 -0
- package/lib/model/java-server-instance-usage-collection.js +61 -0
- package/lib/model/java-server-instance-usage-collection.js.map +1 -0
- package/lib/model/java-server-instance-usage.d.ts +116 -0
- package/lib/model/java-server-instance-usage.js +29 -0
- package/lib/model/java-server-instance-usage.js.map +1 -0
- package/lib/model/java-server-sort-by.d.ts +28 -0
- package/lib/model/java-server-sort-by.js +39 -0
- package/lib/model/java-server-sort-by.js.map +1 -0
- package/lib/model/java-server-usage-collection.d.ts +28 -0
- package/lib/model/java-server-usage-collection.js +61 -0
- package/lib/model/java-server-usage-collection.js.map +1 -0
- package/lib/model/java-server-usage.d.ts +76 -0
- package/lib/model/java-server-usage.js +29 -0
- package/lib/model/java-server-usage.js.map +1 -0
- package/lib/model/jfr-attachment-target.d.ts +36 -0
- package/lib/model/jfr-attachment-target.js +29 -0
- package/lib/model/jfr-attachment-target.js.map +1 -0
- package/lib/model/jfr-recording.d.ts +25 -0
- package/lib/model/jfr-recording.js +29 -0
- package/lib/model/jfr-recording.js.map +1 -0
- package/lib/model/key-size-algorithm.d.ts +32 -0
- package/lib/model/key-size-algorithm.js +29 -0
- package/lib/model/key-size-algorithm.js.map +1 -0
- package/lib/model/lcm.d.ts +27 -0
- package/lib/model/lcm.js +57 -0
- package/lib/model/lcm.js.map +1 -0
- package/lib/model/library-sort-by.d.ts +31 -0
- package/lib/model/library-sort-by.js +42 -0
- package/lib/model/library-sort-by.js.map +1 -0
- package/lib/model/library-usage-collection.d.ts +28 -0
- package/lib/model/library-usage-collection.js +61 -0
- package/lib/model/library-usage-collection.js.map +1 -0
- package/lib/model/library-usage.d.ts +91 -0
- package/lib/model/library-usage.js +29 -0
- package/lib/model/library-usage.js.map +1 -0
- package/lib/model/minimum-key-size-settings.d.ts +47 -0
- package/lib/model/minimum-key-size-settings.js +81 -0
- package/lib/model/minimum-key-size-settings.js.map +1 -0
- package/lib/model/new-installation-site.d.ts +5 -0
- package/lib/model/new-installation-site.js.map +1 -1
- package/lib/model/operation-type.d.ts +4 -0
- package/lib/model/operation-type.js +4 -0
- package/lib/model/operation-type.js.map +1 -1
- package/lib/model/post-installation-action-settings.d.ts +37 -0
- package/lib/model/post-installation-action-settings.js +67 -0
- package/lib/model/post-installation-action-settings.js.map +1 -0
- package/lib/model/post-installation-actions.d.ts +27 -0
- package/lib/model/post-installation-actions.js +38 -0
- package/lib/model/post-installation-actions.js.map +1 -0
- package/lib/model/request-crypto-analyses-details.d.ts +32 -0
- package/lib/model/request-crypto-analyses-details.js +61 -0
- package/lib/model/request-crypto-analyses-details.js.map +1 -0
- package/lib/model/request-jfr-recordings-details.d.ts +52 -0
- package/lib/model/request-jfr-recordings-details.js +61 -0
- package/lib/model/request-jfr-recordings-details.js.map +1 -0
- package/lib/model/scan-java-server-usage-details.d.ts +25 -0
- package/lib/model/scan-java-server-usage-details.js +29 -0
- package/lib/model/scan-java-server-usage-details.js.map +1 -0
- package/lib/model/scan-library-usage-details.d.ts +27 -0
- package/lib/model/scan-library-usage-details.js +29 -0
- package/lib/model/scan-library-usage-details.js.map +1 -0
- package/lib/model/summarized-events-log.d.ts +30 -0
- package/lib/model/summarized-events-log.js +29 -0
- package/lib/model/summarized-events-log.js.map +1 -0
- package/lib/model/tls-versions.d.ts +28 -0
- package/lib/model/tls-versions.js +39 -0
- package/lib/model/tls-versions.js.map +1 -0
- package/lib/model/update-fleet-advanced-feature-configuration-details.d.ts +36 -0
- package/lib/model/update-fleet-advanced-feature-configuration-details.js +71 -0
- package/lib/model/update-fleet-advanced-feature-configuration-details.js.map +1 -0
- package/lib/model/update-fleet-agent-configuration-details.d.ts +10 -0
- package/lib/model/update-fleet-agent-configuration-details.js.map +1 -1
- package/lib/model/update-fleet-details.d.ts +2 -1
- package/lib/model/update-fleet-details.js.map +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 +39 -0
- package/lib/request/delete-crypto-analysis-result-request.js +15 -0
- package/lib/request/delete-crypto-analysis-result-request.js.map +1 -0
- package/lib/request/delete-fleet-request.d.ts +1 -1
- package/lib/request/generate-agent-deploy-script-request.d.ts +1 -1
- package/lib/request/get-crypto-analysis-result-request.d.ts +30 -0
- package/lib/request/get-crypto-analysis-result-request.js +15 -0
- package/lib/request/get-crypto-analysis-result-request.js.map +1 -0
- package/lib/request/get-fleet-advanced-feature-configuration-request.d.ts +35 -0
- package/lib/request/get-fleet-advanced-feature-configuration-request.js +15 -0
- package/lib/request/get-fleet-advanced-feature-configuration-request.js.map +1 -0
- 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-release-request.d.ts +1 -1
- package/lib/request/get-work-request-request.d.ts +1 -1
- package/lib/request/index.d.ts +26 -0
- package/lib/request/list-blocklists-request.d.ts +1 -1
- package/lib/request/list-crypto-analysis-results-request.d.ts +63 -0
- package/lib/request/list-crypto-analysis-results-request.js +15 -0
- package/lib/request/list-crypto-analysis-results-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-releases-request.d.ts +1 -1
- package/lib/request/list-jre-usage-request.d.ts +1 -1
- 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 +31 -0
- package/lib/request/request-crypto-analyses-request.js +15 -0
- package/lib/request/request-crypto-analyses-request.js.map +1 -0
- package/lib/request/request-jfr-recordings-request.d.ts +31 -0
- package/lib/request/request-jfr-recordings-request.js +15 -0
- package/lib/request/request-jfr-recordings-request.js.map +1 -0
- package/lib/request/scan-java-server-usage-request.d.ts +49 -0
- package/lib/request/scan-java-server-usage-request.js +15 -0
- package/lib/request/scan-java-server-usage-request.js.map +1 -0
- package/lib/request/scan-library-usage-request.d.ts +49 -0
- package/lib/request/scan-library-usage-request.js +15 -0
- package/lib/request/scan-library-usage-request.js.map +1 -0
- package/lib/request/summarize-application-usage-request.d.ts +6 -1
- package/lib/request/summarize-deployed-application-usage-request.d.ts +87 -0
- package/lib/request/summarize-deployed-application-usage-request.js +15 -0
- package/lib/request/summarize-deployed-application-usage-request.js.map +1 -0
- package/lib/request/summarize-installation-usage-request.d.ts +1 -1
- package/lib/request/summarize-java-server-instance-usage-request.d.ts +87 -0
- package/lib/request/summarize-java-server-instance-usage-request.js +15 -0
- package/lib/request/summarize-java-server-instance-usage-request.js.map +1 -0
- package/lib/request/summarize-java-server-usage-request.d.ts +73 -0
- package/lib/request/summarize-java-server-usage-request.js +15 -0
- package/lib/request/summarize-java-server-usage-request.js.map +1 -0
- package/lib/request/summarize-jre-usage-request.d.ts +5 -1
- package/lib/request/summarize-library-usage-request.d.ts +82 -0
- package/lib/request/summarize-library-usage-request.js +15 -0
- package/lib/request/summarize-library-usage-request.js.map +1 -0
- package/lib/request/summarize-managed-instance-usage-request.d.ts +6 -1
- package/lib/request/summarize-resource-inventory-request.d.ts +1 -1
- package/lib/request/update-fleet-advanced-feature-configuration-request.d.ts +49 -0
- package/lib/request/update-fleet-advanced-feature-configuration-request.js +15 -0
- package/lib/request/update-fleet-advanced-feature-configuration-request.js.map +1 -0
- 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-crypto-analysis-result-response.d.ts +26 -0
- package/lib/response/delete-crypto-analysis-result-response.js +15 -0
- package/lib/response/delete-crypto-analysis-result-response.js.map +1 -0
- package/lib/response/get-crypto-analysis-result-response.d.ts +30 -0
- package/lib/response/get-crypto-analysis-result-response.js +15 -0
- package/lib/response/get-crypto-analysis-result-response.js.map +1 -0
- package/lib/response/get-fleet-advanced-feature-configuration-response.d.ts +30 -0
- package/lib/response/get-fleet-advanced-feature-configuration-response.js +15 -0
- package/lib/response/get-fleet-advanced-feature-configuration-response.js.map +1 -0
- package/lib/response/index.d.ts +26 -0
- package/lib/response/list-crypto-analysis-results-response.d.ts +32 -0
- package/lib/response/list-crypto-analysis-results-response.js +15 -0
- package/lib/response/list-crypto-analysis-results-response.js.map +1 -0
- package/lib/response/request-crypto-analyses-response.d.ts +26 -0
- package/lib/response/request-crypto-analyses-response.js +15 -0
- package/lib/response/request-crypto-analyses-response.js.map +1 -0
- package/lib/response/request-jfr-recordings-response.d.ts +26 -0
- package/lib/response/request-jfr-recordings-response.js +15 -0
- package/lib/response/request-jfr-recordings-response.js.map +1 -0
- package/lib/response/scan-java-server-usage-response.d.ts +26 -0
- package/lib/response/scan-java-server-usage-response.js +15 -0
- package/lib/response/scan-java-server-usage-response.js.map +1 -0
- package/lib/response/scan-library-usage-response.d.ts +26 -0
- package/lib/response/scan-library-usage-response.js +15 -0
- package/lib/response/scan-library-usage-response.js.map +1 -0
- package/lib/response/summarize-deployed-application-usage-response.d.ts +32 -0
- package/lib/response/summarize-deployed-application-usage-response.js +15 -0
- package/lib/response/summarize-deployed-application-usage-response.js.map +1 -0
- package/lib/response/summarize-java-server-instance-usage-response.d.ts +32 -0
- package/lib/response/summarize-java-server-instance-usage-response.js +15 -0
- package/lib/response/summarize-java-server-instance-usage-response.js.map +1 -0
- package/lib/response/summarize-java-server-usage-response.d.ts +32 -0
- package/lib/response/summarize-java-server-usage-response.js +15 -0
- package/lib/response/summarize-java-server-usage-response.js.map +1 -0
- package/lib/response/summarize-library-usage-response.d.ts +32 -0
- package/lib/response/summarize-library-usage-response.js +15 -0
- package/lib/response/summarize-library-usage-response.js.map +1 -0
- package/lib/response/update-fleet-advanced-feature-configuration-response.d.ts +30 -0
- package/lib/response/update-fleet-advanced-feature-configuration-response.js +15 -0
- package/lib/response/update-fleet-advanced-feature-configuration-response.js.map +1 -0
- package/package.json +3 -3
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20210610
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import * as model from "../model";
|
|
14
|
+
import common = require("oci-common");
|
|
15
|
+
/**
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/jms/ScanLibraryUsage.ts.html |here} to see how to use ScanLibraryUsageRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface ScanLibraryUsageRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the Fleet.
|
|
21
|
+
*/
|
|
22
|
+
"fleetId": string;
|
|
23
|
+
/**
|
|
24
|
+
* List of managed instances to be scanned.
|
|
25
|
+
*/
|
|
26
|
+
"scanLibraryUsageDetails": model.ScanLibraryUsageDetails;
|
|
27
|
+
/**
|
|
28
|
+
* For optimistic concurrency control. In the PUT or DELETE call
|
|
29
|
+
* for a resource, set the `if-match` parameter to the value of the
|
|
30
|
+
* ETag from a previous GET or POST response for that resource.
|
|
31
|
+
* The resource will be updated or deleted only if the ETag you
|
|
32
|
+
* provide matches the resource's current ETag value.
|
|
33
|
+
*
|
|
34
|
+
*/
|
|
35
|
+
"ifMatch"?: string;
|
|
36
|
+
/**
|
|
37
|
+
* A token that uniquely identifies a request so it can be retried in case of a timeout or
|
|
38
|
+
* server error without risk of executing that same action again. Retry tokens expire after 24
|
|
39
|
+
* hours, but can be invalidated before then due to conflicting operations. For example, if a resource
|
|
40
|
+
* has been deleted and purged from the system, then a retry of the original creation request
|
|
41
|
+
* might be rejected.
|
|
42
|
+
*
|
|
43
|
+
*/
|
|
44
|
+
"opcRetryToken"?: string;
|
|
45
|
+
/**
|
|
46
|
+
* The client request ID for tracing.
|
|
47
|
+
*/
|
|
48
|
+
"opcRequestId"?: string;
|
|
49
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20210610
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=scan-library-usage-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"scan-library-usage-request.js","sourceRoot":"","sources":["../../../../../lib/jms/lib/request/scan-library-usage-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/jms/SummarizeApplicationUsage.ts.html |here} to see how to use SummarizeApplicationUsageRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface SummarizeApplicationUsageRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -101,4 +101,9 @@ export interface SummarizeApplicationUsageRequest extends common.BaseRequest {
|
|
|
101
101
|
*
|
|
102
102
|
*/
|
|
103
103
|
"displayNameContains"?: string;
|
|
104
|
+
/**
|
|
105
|
+
* The library key.
|
|
106
|
+
*
|
|
107
|
+
*/
|
|
108
|
+
"libraryKey"?: string;
|
|
104
109
|
}
|
|
@@ -0,0 +1,87 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20210610
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import * as model from "../model";
|
|
14
|
+
import common = require("oci-common");
|
|
15
|
+
/**
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/jms/SummarizeDeployedApplicationUsage.ts.html |here} to see how to use SummarizeDeployedApplicationUsageRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface SummarizeDeployedApplicationUsageRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the Fleet.
|
|
21
|
+
*/
|
|
22
|
+
"fleetId": string;
|
|
23
|
+
/**
|
|
24
|
+
* The server key.
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
27
|
+
"serverKey"?: string;
|
|
28
|
+
/**
|
|
29
|
+
* The Java server instance key.
|
|
30
|
+
*
|
|
31
|
+
*/
|
|
32
|
+
"serverInstanceKey"?: string;
|
|
33
|
+
/**
|
|
34
|
+
* The Fleet-unique identifier of the managed instance.
|
|
35
|
+
*/
|
|
36
|
+
"managedInstanceId"?: string;
|
|
37
|
+
/**
|
|
38
|
+
* The library key.
|
|
39
|
+
*
|
|
40
|
+
*/
|
|
41
|
+
"libraryKey"?: string;
|
|
42
|
+
/**
|
|
43
|
+
* The deployed application key.
|
|
44
|
+
*
|
|
45
|
+
*/
|
|
46
|
+
"applicationKey"?: string;
|
|
47
|
+
/**
|
|
48
|
+
* Filter the list with deployed application name contains the given value.
|
|
49
|
+
*
|
|
50
|
+
*/
|
|
51
|
+
"applicationNameContains"?: string;
|
|
52
|
+
/**
|
|
53
|
+
* The deployed application name.
|
|
54
|
+
*
|
|
55
|
+
*/
|
|
56
|
+
"applicationName"?: string;
|
|
57
|
+
/**
|
|
58
|
+
* The start of the time period during which resources are searched (formatted according to [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339)).
|
|
59
|
+
*/
|
|
60
|
+
"timeStart"?: Date;
|
|
61
|
+
/**
|
|
62
|
+
* The end of the time period during which resources are searched (formatted according to [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339)).
|
|
63
|
+
*/
|
|
64
|
+
"timeEnd"?: Date;
|
|
65
|
+
/**
|
|
66
|
+
* The maximum number of items to return.
|
|
67
|
+
*/
|
|
68
|
+
"limit"?: number;
|
|
69
|
+
/**
|
|
70
|
+
* The page token representing the page at which to start retrieving results. The token is usually retrieved from a previous list call.
|
|
71
|
+
*/
|
|
72
|
+
"page"?: string;
|
|
73
|
+
/**
|
|
74
|
+
* The sort order, either 'asc' or 'desc'.
|
|
75
|
+
*/
|
|
76
|
+
"sortOrder"?: model.SortOrder;
|
|
77
|
+
/**
|
|
78
|
+
* The field to sort deployed applications. Only one sort order may be provided.
|
|
79
|
+
* If no value is specified _timeLastSeen_ is default.
|
|
80
|
+
*
|
|
81
|
+
*/
|
|
82
|
+
"sortBy"?: model.DeployedApplicationSortBy;
|
|
83
|
+
/**
|
|
84
|
+
* The client request ID for tracing.
|
|
85
|
+
*/
|
|
86
|
+
"opcRequestId"?: string;
|
|
87
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20210610
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=summarize-deployed-application-usage-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"summarize-deployed-application-usage-request.js","sourceRoot":"","sources":["../../../../../lib/jms/lib/request/summarize-deployed-application-usage-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/jms/SummarizeInstallationUsage.ts.html |here} to see how to use SummarizeInstallationUsageRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface SummarizeInstallationUsageRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -0,0 +1,87 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20210610
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import * as model from "../model";
|
|
14
|
+
import common = require("oci-common");
|
|
15
|
+
/**
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/jms/SummarizeJavaServerInstanceUsage.ts.html |here} to see how to use SummarizeJavaServerInstanceUsageRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface SummarizeJavaServerInstanceUsageRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the Fleet.
|
|
21
|
+
*/
|
|
22
|
+
"fleetId": string;
|
|
23
|
+
/**
|
|
24
|
+
* The server key.
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
27
|
+
"serverKey"?: string;
|
|
28
|
+
/**
|
|
29
|
+
* The Java server instance key.
|
|
30
|
+
*
|
|
31
|
+
*/
|
|
32
|
+
"serverInstanceKey"?: string;
|
|
33
|
+
/**
|
|
34
|
+
* The Fleet-unique identifier of the managed instance.
|
|
35
|
+
*/
|
|
36
|
+
"managedInstanceId"?: string;
|
|
37
|
+
/**
|
|
38
|
+
* The deployed application key.
|
|
39
|
+
*
|
|
40
|
+
*/
|
|
41
|
+
"applicationKey"?: string;
|
|
42
|
+
/**
|
|
43
|
+
* The library key.
|
|
44
|
+
*
|
|
45
|
+
*/
|
|
46
|
+
"libraryKey"?: string;
|
|
47
|
+
/**
|
|
48
|
+
* Filter the list with Java server instance name contains the given value.
|
|
49
|
+
*
|
|
50
|
+
*/
|
|
51
|
+
"serverInstanceNameContains"?: string;
|
|
52
|
+
/**
|
|
53
|
+
* The Java server instance name.
|
|
54
|
+
*
|
|
55
|
+
*/
|
|
56
|
+
"serverInstanceName"?: string;
|
|
57
|
+
/**
|
|
58
|
+
* The start of the time period during which resources are searched (formatted according to [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339)).
|
|
59
|
+
*/
|
|
60
|
+
"timeStart"?: Date;
|
|
61
|
+
/**
|
|
62
|
+
* The end of the time period during which resources are searched (formatted according to [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339)).
|
|
63
|
+
*/
|
|
64
|
+
"timeEnd"?: Date;
|
|
65
|
+
/**
|
|
66
|
+
* The maximum number of items to return.
|
|
67
|
+
*/
|
|
68
|
+
"limit"?: number;
|
|
69
|
+
/**
|
|
70
|
+
* The page token representing the page at which to start retrieving results. The token is usually retrieved from a previous list call.
|
|
71
|
+
*/
|
|
72
|
+
"page"?: string;
|
|
73
|
+
/**
|
|
74
|
+
* The sort order, either 'asc' or 'desc'.
|
|
75
|
+
*/
|
|
76
|
+
"sortOrder"?: model.SortOrder;
|
|
77
|
+
/**
|
|
78
|
+
* The field to sort Java server instances. Only one sort order may be provided.
|
|
79
|
+
* If no value is specified _timeLastSeen_ is default.
|
|
80
|
+
*
|
|
81
|
+
*/
|
|
82
|
+
"sortBy"?: model.JavaServerInstanceSortBy;
|
|
83
|
+
/**
|
|
84
|
+
* The client request ID for tracing.
|
|
85
|
+
*/
|
|
86
|
+
"opcRequestId"?: string;
|
|
87
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20210610
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=summarize-java-server-instance-usage-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"summarize-java-server-instance-usage-request.js","sourceRoot":"","sources":["../../../../../lib/jms/lib/request/summarize-java-server-instance-usage-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20210610
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import * as model from "../model";
|
|
14
|
+
import common = require("oci-common");
|
|
15
|
+
/**
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/jms/SummarizeJavaServerUsage.ts.html |here} to see how to use SummarizeJavaServerUsageRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface SummarizeJavaServerUsageRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the Fleet.
|
|
21
|
+
*/
|
|
22
|
+
"fleetId": string;
|
|
23
|
+
/**
|
|
24
|
+
* The server key.
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
27
|
+
"serverKey"?: string;
|
|
28
|
+
/**
|
|
29
|
+
* Filter the list with server name contains the given value.
|
|
30
|
+
*
|
|
31
|
+
*/
|
|
32
|
+
"serverNameContains"?: string;
|
|
33
|
+
/**
|
|
34
|
+
* The server name.
|
|
35
|
+
*
|
|
36
|
+
*/
|
|
37
|
+
"serverName"?: string;
|
|
38
|
+
/**
|
|
39
|
+
* The server version.
|
|
40
|
+
*
|
|
41
|
+
*/
|
|
42
|
+
"serverVersion"?: string;
|
|
43
|
+
/**
|
|
44
|
+
* The start of the time period during which resources are searched (formatted according to [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339)).
|
|
45
|
+
*/
|
|
46
|
+
"timeStart"?: Date;
|
|
47
|
+
/**
|
|
48
|
+
* The end of the time period during which resources are searched (formatted according to [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339)).
|
|
49
|
+
*/
|
|
50
|
+
"timeEnd"?: Date;
|
|
51
|
+
/**
|
|
52
|
+
* The maximum number of items to return.
|
|
53
|
+
*/
|
|
54
|
+
"limit"?: number;
|
|
55
|
+
/**
|
|
56
|
+
* The page token representing the page at which to start retrieving results. The token is usually retrieved from a previous list call.
|
|
57
|
+
*/
|
|
58
|
+
"page"?: string;
|
|
59
|
+
/**
|
|
60
|
+
* The sort order, either 'asc' or 'desc'.
|
|
61
|
+
*/
|
|
62
|
+
"sortOrder"?: model.SortOrder;
|
|
63
|
+
/**
|
|
64
|
+
* The field to sort Java servers. Only one sort order may be provided.
|
|
65
|
+
* If no value is specified _timeLastSeen_ is default.
|
|
66
|
+
*
|
|
67
|
+
*/
|
|
68
|
+
"sortBy"?: model.JavaServerSortBy;
|
|
69
|
+
/**
|
|
70
|
+
* The client request ID for tracing.
|
|
71
|
+
*/
|
|
72
|
+
"opcRequestId"?: string;
|
|
73
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20210610
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=summarize-java-server-usage-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"summarize-java-server-usage-request.js","sourceRoot":"","sources":["../../../../../lib/jms/lib/request/summarize-java-server-usage-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -13,13 +13,17 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/jms/SummarizeJreUsage.ts.html |here} to see how to use SummarizeJreUsageRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface SummarizeJreUsageRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
20
20
|
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the Fleet.
|
|
21
21
|
*/
|
|
22
22
|
"fleetId": string;
|
|
23
|
+
/**
|
|
24
|
+
* The Fleet-unique identifier of the related Java Runtime.
|
|
25
|
+
*/
|
|
26
|
+
"jreId"?: string;
|
|
23
27
|
/**
|
|
24
28
|
* The vendor of the Java Runtime.
|
|
25
29
|
*/
|
|
@@ -0,0 +1,82 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20210610
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import * as model from "../model";
|
|
14
|
+
import common = require("oci-common");
|
|
15
|
+
/**
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/jms/SummarizeLibraryUsage.ts.html |here} to see how to use SummarizeLibraryUsageRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface SummarizeLibraryUsageRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the Fleet.
|
|
21
|
+
*/
|
|
22
|
+
"fleetId": string;
|
|
23
|
+
/**
|
|
24
|
+
* The Java server instance key.
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
27
|
+
"serverInstanceKey"?: string;
|
|
28
|
+
/**
|
|
29
|
+
* The Fleet-unique identifier of the managed instance.
|
|
30
|
+
*/
|
|
31
|
+
"managedInstanceId"?: string;
|
|
32
|
+
/**
|
|
33
|
+
* The deployed application key.
|
|
34
|
+
*
|
|
35
|
+
*/
|
|
36
|
+
"applicationKey"?: string;
|
|
37
|
+
/**
|
|
38
|
+
* The library key.
|
|
39
|
+
*
|
|
40
|
+
*/
|
|
41
|
+
"libraryKey"?: string;
|
|
42
|
+
/**
|
|
43
|
+
* Filter the list with library name contains the given value.
|
|
44
|
+
*
|
|
45
|
+
*/
|
|
46
|
+
"libraryNameContains"?: string;
|
|
47
|
+
/**
|
|
48
|
+
* The library name.
|
|
49
|
+
*
|
|
50
|
+
*/
|
|
51
|
+
"libraryName"?: string;
|
|
52
|
+
/**
|
|
53
|
+
* The start of the time period during which resources are searched (formatted according to [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339)).
|
|
54
|
+
*/
|
|
55
|
+
"timeStart"?: Date;
|
|
56
|
+
/**
|
|
57
|
+
* The end of the time period during which resources are searched (formatted according to [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339)).
|
|
58
|
+
*/
|
|
59
|
+
"timeEnd"?: Date;
|
|
60
|
+
/**
|
|
61
|
+
* The maximum number of items to return.
|
|
62
|
+
*/
|
|
63
|
+
"limit"?: number;
|
|
64
|
+
/**
|
|
65
|
+
* The page token representing the page at which to start retrieving results. The token is usually retrieved from a previous list call.
|
|
66
|
+
*/
|
|
67
|
+
"page"?: string;
|
|
68
|
+
/**
|
|
69
|
+
* The sort order, either 'asc' or 'desc'.
|
|
70
|
+
*/
|
|
71
|
+
"sortOrder"?: model.SortOrder;
|
|
72
|
+
/**
|
|
73
|
+
* The field to sort libraries. Only one sort order may be provided.
|
|
74
|
+
* If no value is specified _timeLastSeen_ is default.
|
|
75
|
+
*
|
|
76
|
+
*/
|
|
77
|
+
"sortBy"?: model.LibrarySortBy;
|
|
78
|
+
/**
|
|
79
|
+
* The client request ID for tracing.
|
|
80
|
+
*/
|
|
81
|
+
"opcRequestId"?: string;
|
|
82
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20210610
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=summarize-library-usage-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"summarize-library-usage-request.js","sourceRoot":"","sources":["../../../../../lib/jms/lib/request/summarize-library-usage-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/jms/SummarizeManagedInstanceUsage.ts.html |here} to see how to use SummarizeManagedInstanceUsageRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface SummarizeManagedInstanceUsageRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -97,4 +97,9 @@ export interface SummarizeManagedInstanceUsageRequest extends common.BaseRequest
|
|
|
97
97
|
*
|
|
98
98
|
*/
|
|
99
99
|
"hostnameContains"?: string;
|
|
100
|
+
/**
|
|
101
|
+
* The library key.
|
|
102
|
+
*
|
|
103
|
+
*/
|
|
104
|
+
"libraryKey"?: string;
|
|
100
105
|
}
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/jms/SummarizeResourceInventory.ts.html |here} to see how to use SummarizeResourceInventoryRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface SummarizeResourceInventoryRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20210610
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import * as model from "../model";
|
|
14
|
+
import common = require("oci-common");
|
|
15
|
+
/**
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/jms/UpdateFleetAdvancedFeatureConfiguration.ts.html |here} to see how to use UpdateFleetAdvancedFeatureConfigurationRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface UpdateFleetAdvancedFeatureConfigurationRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the Fleet.
|
|
21
|
+
*/
|
|
22
|
+
"fleetId": string;
|
|
23
|
+
/**
|
|
24
|
+
* Update advanced feature configurations with new fields
|
|
25
|
+
*/
|
|
26
|
+
"updateFleetAdvancedFeatureConfigurationDetails": model.UpdateFleetAdvancedFeatureConfigurationDetails;
|
|
27
|
+
/**
|
|
28
|
+
* A token that uniquely identifies a request so it can be retried in case of a timeout or
|
|
29
|
+
* server error without risk of executing that same action again. Retry tokens expire after 24
|
|
30
|
+
* hours, but can be invalidated before then due to conflicting operations. For example, if a resource
|
|
31
|
+
* has been deleted and purged from the system, then a retry of the original creation request
|
|
32
|
+
* might be rejected.
|
|
33
|
+
*
|
|
34
|
+
*/
|
|
35
|
+
"opcRetryToken"?: string;
|
|
36
|
+
/**
|
|
37
|
+
* For optimistic concurrency control. In the PUT or DELETE call
|
|
38
|
+
* for a resource, set the `if-match` parameter to the value of the
|
|
39
|
+
* ETag from a previous GET or POST response for that resource.
|
|
40
|
+
* The resource will be updated or deleted only if the ETag you
|
|
41
|
+
* provide matches the resource's current ETag value.
|
|
42
|
+
*
|
|
43
|
+
*/
|
|
44
|
+
"ifMatch"?: string;
|
|
45
|
+
/**
|
|
46
|
+
* The client request ID for tracing.
|
|
47
|
+
*/
|
|
48
|
+
"opcRequestId"?: string;
|
|
49
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20210610
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=update-fleet-advanced-feature-configuration-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-fleet-advanced-feature-configuration-request.js","sourceRoot":"","sources":["../../../../../lib/jms/lib/request/update-fleet-advanced-feature-configuration-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/jms/UpdateFleetAgentConfiguration.ts.html |here} to see how to use UpdateFleetAgentConfigurationRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateFleetAgentConfigurationRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/jms/UpdateFleet.ts.html |here} to see how to use UpdateFleetRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateFleetRequest extends common.BaseRequest {
|
|
19
19
|
/**
|