oci-jms 2.18.0 → 2.21.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 +85 -19
- package/lib/client.js +464 -19
- package/lib/client.js.map +1 -1
- package/lib/model/action-type.d.ts +1 -0
- package/lib/model/action-type.js +1 -0
- package/lib/model/action-type.js.map +1 -1
- package/lib/model/blocklist-collection.d.ts +26 -0
- package/lib/model/blocklist-collection.js +61 -0
- package/lib/model/blocklist-collection.js.map +1 -0
- package/lib/model/blocklist-entry.d.ts +30 -0
- package/lib/model/blocklist-entry.js +29 -0
- package/lib/model/blocklist-entry.js.map +1 -0
- package/lib/model/blocklist-sort-by.d.ts +22 -0
- package/lib/model/blocklist-sort-by.js +33 -0
- package/lib/model/blocklist-sort-by.js.map +1 -0
- package/lib/model/blocklist-target.d.ts +35 -0
- package/lib/model/blocklist-target.js +29 -0
- package/lib/model/blocklist-target.js.map +1 -0
- package/lib/model/blocklist.d.ts +35 -0
- package/lib/model/blocklist.js +53 -0
- package/lib/model/blocklist.js.map +1 -0
- package/lib/model/create-blocklist-details.d.ts +31 -0
- package/lib/model/create-blocklist-details.js +53 -0
- package/lib/model/create-blocklist-details.js.map +1 -0
- package/lib/model/create-fleet-details.d.ts +3 -0
- package/lib/model/create-fleet-details.js +32 -2
- package/lib/model/create-fleet-details.js.map +1 -1
- package/lib/model/custom-log.d.ts +30 -0
- package/lib/model/custom-log.js +29 -0
- package/lib/model/custom-log.js.map +1 -0
- package/lib/model/existing-installation-site-id.d.ts +30 -0
- package/lib/model/existing-installation-site-id.js +29 -0
- package/lib/model/existing-installation-site-id.js.map +1 -0
- package/lib/model/fleet-summary.d.ts +2 -0
- package/lib/model/fleet-summary.js +32 -2
- package/lib/model/fleet-summary.js.map +1 -1
- package/lib/model/fleet.d.ts +2 -0
- package/lib/model/fleet.js +32 -2
- package/lib/model/fleet.js.map +1 -1
- package/lib/model/index.d.ts +36 -0
- package/lib/model/index.js +38 -1
- package/lib/model/index.js.map +1 -1
- package/lib/model/installation-site-collection.d.ts +26 -0
- package/lib/model/installation-site-collection.js +61 -0
- package/lib/model/installation-site-collection.js.map +1 -0
- package/lib/model/installation-site-sort-by.d.ts +29 -0
- package/lib/model/installation-site-sort-by.js +40 -0
- package/lib/model/installation-site-sort-by.js.map +1 -0
- package/lib/model/installation-site-summary.d.ts +63 -0
- package/lib/model/installation-site-summary.js +69 -0
- package/lib/model/installation-site-summary.js.map +1 -0
- package/lib/model/installation-site.d.ts +67 -0
- package/lib/model/installation-site.js +69 -0
- package/lib/model/installation-site.js.map +1 -0
- package/lib/model/java-runtime-id.d.ts +37 -0
- package/lib/model/java-runtime-id.js +29 -0
- package/lib/model/java-runtime-id.js.map +1 -0
- package/lib/model/jre-usage.d.ts +4 -0
- package/lib/model/jre-usage.js.map +1 -1
- package/lib/model/lifecycle-state.d.ts +1 -0
- package/lib/model/lifecycle-state.js +1 -0
- package/lib/model/lifecycle-state.js.map +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/principal.d.ts +29 -0
- package/lib/model/principal.js +29 -0
- package/lib/model/principal.js.map +1 -0
- package/lib/model/remove-fleet-installation-sites-details.d.ts +26 -0
- package/lib/model/remove-fleet-installation-sites-details.js +61 -0
- package/lib/model/remove-fleet-installation-sites-details.js.map +1 -0
- package/lib/model/update-fleet-details.d.ts +3 -0
- package/lib/model/update-fleet-details.js +32 -2
- package/lib/model/update-fleet-details.js.map +1 -1
- package/lib/model/work-item-collection.d.ts +26 -0
- package/lib/model/work-item-collection.js +61 -0
- package/lib/model/work-item-collection.js.map +1 -0
- package/lib/model/work-item-status.d.ts +33 -0
- package/lib/model/work-item-status.js +44 -0
- package/lib/model/work-item-status.js.map +1 -0
- package/lib/model/work-item-summary.d.ts +44 -0
- package/lib/model/work-item-summary.js +57 -0
- package/lib/model/work-item-summary.js.map +1 -0
- package/lib/model/work-request.d.ts +14 -0
- package/lib/model/work-request.js +5 -1
- package/lib/model/work-request.js.map +1 -1
- package/lib/request/cancel-work-request-request.d.ts +35 -0
- package/lib/request/cancel-work-request-request.js +15 -0
- package/lib/request/cancel-work-request-request.js.map +1 -0
- package/lib/request/change-fleet-compartment-request.d.ts +1 -1
- package/lib/request/create-blocklist-request.d.ts +40 -0
- package/lib/request/create-blocklist-request.js +15 -0
- package/lib/request/create-blocklist-request.js.map +1 -0
- package/lib/request/create-fleet-request.d.ts +1 -1
- package/lib/request/delete-blocklist-request.d.ts +39 -0
- package/lib/request/delete-blocklist-request.js +15 -0
- package/lib/request/delete-blocklist-request.js.map +1 -0
- package/lib/request/delete-fleet-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-work-request-request.d.ts +1 -1
- package/lib/request/index.d.ts +14 -0
- package/lib/request/list-blocklists-request.d.ts +54 -0
- package/lib/request/list-blocklists-request.js +15 -0
- package/lib/request/list-blocklists-request.js.map +1 -0
- package/lib/request/list-fleets-request.d.ts +1 -1
- package/lib/request/list-installation-sites-request.d.ts +79 -0
- package/lib/request/list-installation-sites-request.js +15 -0
- package/lib/request/list-installation-sites-request.js.map +1 -0
- package/lib/request/list-jre-usage-request.d.ts +1 -1
- package/lib/request/list-work-items-request.d.ts +34 -0
- package/lib/request/list-work-items-request.js +15 -0
- package/lib/request/list-work-items-request.js.map +1 -0
- package/lib/request/list-work-request-errors-request.d.ts +1 -1
- package/lib/request/list-work-request-logs-request.d.ts +1 -1
- package/lib/request/list-work-requests-request.d.ts +5 -1
- package/lib/request/remove-fleet-installation-sites-request.d.ts +49 -0
- package/lib/request/remove-fleet-installation-sites-request.js +15 -0
- package/lib/request/remove-fleet-installation-sites-request.js.map +1 -0
- package/lib/request/summarize-application-usage-request.d.ts +1 -1
- package/lib/request/summarize-installation-usage-request.d.ts +1 -1
- package/lib/request/summarize-jre-usage-request.d.ts +1 -1
- package/lib/request/summarize-managed-instance-usage-request.d.ts +1 -1
- package/lib/request/summarize-resource-inventory-request.d.ts +1 -1
- 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/cancel-work-request-response.d.ts +20 -0
- package/lib/response/cancel-work-request-response.js +15 -0
- package/lib/response/cancel-work-request-response.js.map +1 -0
- package/lib/response/create-blocklist-response.d.ts +30 -0
- package/lib/response/create-blocklist-response.js +15 -0
- package/lib/response/create-blocklist-response.js.map +1 -0
- package/lib/response/delete-blocklist-response.d.ts +20 -0
- package/lib/response/delete-blocklist-response.js +15 -0
- package/lib/response/delete-blocklist-response.js.map +1 -0
- package/lib/response/get-work-request-response.d.ts +5 -0
- package/lib/response/index.d.ts +14 -0
- package/lib/response/list-blocklists-response.d.ts +32 -0
- package/lib/response/list-blocklists-response.js +15 -0
- package/lib/response/list-blocklists-response.js.map +1 -0
- package/lib/response/list-installation-sites-response.d.ts +32 -0
- package/lib/response/list-installation-sites-response.js +15 -0
- package/lib/response/list-installation-sites-response.js.map +1 -0
- package/lib/response/list-work-items-response.d.ts +32 -0
- package/lib/response/list-work-items-response.js +15 -0
- package/lib/response/list-work-items-response.js.map +1 -0
- package/lib/response/remove-fleet-installation-sites-response.d.ts +26 -0
- package/lib/response/remove-fleet-installation-sites-response.js +15 -0
- package/lib/response/remove-fleet-installation-sites-response.js.map +1 -0
- package/package.json +3 -3
|
@@ -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, 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
|
+
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.InstallationSiteCollection = void 0;
|
|
35
|
+
const model = __importStar(require("../model"));
|
|
36
|
+
var InstallationSiteCollection;
|
|
37
|
+
(function (InstallationSiteCollection) {
|
|
38
|
+
function getJsonObj(obj) {
|
|
39
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
40
|
+
"items": obj.items
|
|
41
|
+
? obj.items.map(item => {
|
|
42
|
+
return model.InstallationSiteSummary.getJsonObj(item);
|
|
43
|
+
})
|
|
44
|
+
: undefined
|
|
45
|
+
});
|
|
46
|
+
return jsonObj;
|
|
47
|
+
}
|
|
48
|
+
InstallationSiteCollection.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.InstallationSiteSummary.getDeserializedJsonObj(item);
|
|
54
|
+
})
|
|
55
|
+
: undefined
|
|
56
|
+
});
|
|
57
|
+
return jsonObj;
|
|
58
|
+
}
|
|
59
|
+
InstallationSiteCollection.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
60
|
+
})(InstallationSiteCollection = exports.InstallationSiteCollection || (exports.InstallationSiteCollection = {}));
|
|
61
|
+
//# sourceMappingURL=installation-site-collection.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"installation-site-collection.js","sourceRoot":"","sources":["../../../../../lib/jms/lib/model/installation-site-collection.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAalC,IAAiB,0BAA0B,CA6B1C;AA7BD,WAAiB,0BAA0B;IACzC,SAAgB,UAAU,CAAC,GAA+B;QACxD,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,uBAAuB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACxD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,qCAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA+B;QACpE,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,uBAAuB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACpE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,iDAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,0BAA0B,GAA1B,kCAA0B,KAA1B,kCAA0B,QA6B1C"}
|
|
@@ -0,0 +1,29 @@
|
|
|
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, 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
|
+
/**
|
|
14
|
+
* The field to sort installation sites.
|
|
15
|
+
**/
|
|
16
|
+
export declare enum InstallationSiteSortBy {
|
|
17
|
+
ManagedInstanceId = "managedInstanceId",
|
|
18
|
+
JreDistribution = "jreDistribution",
|
|
19
|
+
JreVendor = "jreVendor",
|
|
20
|
+
JreVersion = "jreVersion",
|
|
21
|
+
Path = "path",
|
|
22
|
+
ApproximateApplicationCount = "approximateApplicationCount",
|
|
23
|
+
OsName = "osName",
|
|
24
|
+
SecurityStatus = "securityStatus"
|
|
25
|
+
}
|
|
26
|
+
export declare namespace InstallationSiteSortBy {
|
|
27
|
+
function getJsonObj(obj: InstallationSiteSortBy): InstallationSiteSortBy;
|
|
28
|
+
function getDeserializedJsonObj(obj: InstallationSiteSortBy): InstallationSiteSortBy;
|
|
29
|
+
}
|
|
@@ -0,0 +1,40 @@
|
|
|
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, 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
|
+
exports.InstallationSiteSortBy = void 0;
|
|
16
|
+
/**
|
|
17
|
+
* The field to sort installation sites.
|
|
18
|
+
**/
|
|
19
|
+
var InstallationSiteSortBy;
|
|
20
|
+
(function (InstallationSiteSortBy) {
|
|
21
|
+
InstallationSiteSortBy["ManagedInstanceId"] = "managedInstanceId";
|
|
22
|
+
InstallationSiteSortBy["JreDistribution"] = "jreDistribution";
|
|
23
|
+
InstallationSiteSortBy["JreVendor"] = "jreVendor";
|
|
24
|
+
InstallationSiteSortBy["JreVersion"] = "jreVersion";
|
|
25
|
+
InstallationSiteSortBy["Path"] = "path";
|
|
26
|
+
InstallationSiteSortBy["ApproximateApplicationCount"] = "approximateApplicationCount";
|
|
27
|
+
InstallationSiteSortBy["OsName"] = "osName";
|
|
28
|
+
InstallationSiteSortBy["SecurityStatus"] = "securityStatus";
|
|
29
|
+
})(InstallationSiteSortBy = exports.InstallationSiteSortBy || (exports.InstallationSiteSortBy = {}));
|
|
30
|
+
(function (InstallationSiteSortBy) {
|
|
31
|
+
function getJsonObj(obj) {
|
|
32
|
+
return obj;
|
|
33
|
+
}
|
|
34
|
+
InstallationSiteSortBy.getJsonObj = getJsonObj;
|
|
35
|
+
function getDeserializedJsonObj(obj) {
|
|
36
|
+
return obj;
|
|
37
|
+
}
|
|
38
|
+
InstallationSiteSortBy.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
39
|
+
})(InstallationSiteSortBy = exports.InstallationSiteSortBy || (exports.InstallationSiteSortBy = {}));
|
|
40
|
+
//# sourceMappingURL=installation-site-sort-by.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"installation-site-sort-by.js","sourceRoot":"","sources":["../../../../../lib/jms/lib/model/installation-site-sort-by.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAKH;;IAEI;AACJ,IAAY,sBASX;AATD,WAAY,sBAAsB;IAChC,iEAAuC,CAAA;IACvC,6DAAmC,CAAA;IACnC,iDAAuB,CAAA;IACvB,mDAAyB,CAAA;IACzB,uCAAa,CAAA;IACb,qFAA2D,CAAA;IAC3D,2CAAiB,CAAA;IACjB,2DAAiC,CAAA;AACnC,CAAC,EATW,sBAAsB,GAAtB,8BAAsB,KAAtB,8BAAsB,QASjC;AAED,WAAiB,sBAAsB;IACrC,SAAgB,UAAU,CAAC,GAA2B;QACpD,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,iCAAU,aAEzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA2B;QAChE,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,6CAAsB,yBAErC,CAAA;AACH,CAAC,EAPgB,sBAAsB,GAAtB,8BAAsB,KAAtB,8BAAsB,QAOtC"}
|
|
@@ -0,0 +1,63 @@
|
|
|
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, 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
|
+
/**
|
|
15
|
+
* Installation site of a Java Runtime.
|
|
16
|
+
* An installation site is a Java Runtime installed at a specific path on a managed instance.
|
|
17
|
+
*
|
|
18
|
+
*/
|
|
19
|
+
export interface InstallationSiteSummary {
|
|
20
|
+
/**
|
|
21
|
+
* The unique identifier for the installation of Java Runtime at a specific path on a specific operating system.
|
|
22
|
+
*/
|
|
23
|
+
"installationKey": string;
|
|
24
|
+
/**
|
|
25
|
+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the related managed instance.
|
|
26
|
+
*
|
|
27
|
+
*/
|
|
28
|
+
"managedInstanceId": string;
|
|
29
|
+
"jre"?: model.JavaRuntimeId;
|
|
30
|
+
/**
|
|
31
|
+
* The security status of the Java Runtime.
|
|
32
|
+
*/
|
|
33
|
+
"securityStatus"?: model.JreSecurityStatus;
|
|
34
|
+
/**
|
|
35
|
+
* The file system path of the installation.
|
|
36
|
+
*/
|
|
37
|
+
"path"?: string;
|
|
38
|
+
"operatingSystem"?: model.OperatingSystem;
|
|
39
|
+
/**
|
|
40
|
+
* The approximate count of applications running on this installation Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
41
|
+
*/
|
|
42
|
+
"approximateApplicationCount"?: number;
|
|
43
|
+
/**
|
|
44
|
+
* The date and time the resource was _last_ reported to JMS.
|
|
45
|
+
* This is potentially _after_ the specified time period provided by the filters.
|
|
46
|
+
* For example, a resource can be last reported to JMS before the start of a specified time period,
|
|
47
|
+
* if it is also reported during the time period.
|
|
48
|
+
*
|
|
49
|
+
*/
|
|
50
|
+
"timeLastSeen"?: Date;
|
|
51
|
+
/**
|
|
52
|
+
* The list of operations that are blocklisted.
|
|
53
|
+
*/
|
|
54
|
+
"blocklist"?: Array<model.BlocklistEntry>;
|
|
55
|
+
/**
|
|
56
|
+
* The lifecycle state of the installation site.
|
|
57
|
+
*/
|
|
58
|
+
"lifecycleState"?: model.LifecycleState;
|
|
59
|
+
}
|
|
60
|
+
export declare namespace InstallationSiteSummary {
|
|
61
|
+
function getJsonObj(obj: InstallationSiteSummary): object;
|
|
62
|
+
function getDeserializedJsonObj(obj: InstallationSiteSummary): object;
|
|
63
|
+
}
|
|
@@ -0,0 +1,69 @@
|
|
|
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, 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
|
+
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.InstallationSiteSummary = void 0;
|
|
35
|
+
const model = __importStar(require("../model"));
|
|
36
|
+
var InstallationSiteSummary;
|
|
37
|
+
(function (InstallationSiteSummary) {
|
|
38
|
+
function getJsonObj(obj) {
|
|
39
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
40
|
+
"jre": obj.jre ? model.JavaRuntimeId.getJsonObj(obj.jre) : undefined,
|
|
41
|
+
"operatingSystem": obj.operatingSystem
|
|
42
|
+
? model.OperatingSystem.getJsonObj(obj.operatingSystem)
|
|
43
|
+
: undefined,
|
|
44
|
+
"blocklist": obj.blocklist
|
|
45
|
+
? obj.blocklist.map(item => {
|
|
46
|
+
return model.BlocklistEntry.getJsonObj(item);
|
|
47
|
+
})
|
|
48
|
+
: undefined
|
|
49
|
+
});
|
|
50
|
+
return jsonObj;
|
|
51
|
+
}
|
|
52
|
+
InstallationSiteSummary.getJsonObj = getJsonObj;
|
|
53
|
+
function getDeserializedJsonObj(obj) {
|
|
54
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
55
|
+
"jre": obj.jre ? model.JavaRuntimeId.getDeserializedJsonObj(obj.jre) : undefined,
|
|
56
|
+
"operatingSystem": obj.operatingSystem
|
|
57
|
+
? model.OperatingSystem.getDeserializedJsonObj(obj.operatingSystem)
|
|
58
|
+
: undefined,
|
|
59
|
+
"blocklist": obj.blocklist
|
|
60
|
+
? obj.blocklist.map(item => {
|
|
61
|
+
return model.BlocklistEntry.getDeserializedJsonObj(item);
|
|
62
|
+
})
|
|
63
|
+
: undefined
|
|
64
|
+
});
|
|
65
|
+
return jsonObj;
|
|
66
|
+
}
|
|
67
|
+
InstallationSiteSummary.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
68
|
+
})(InstallationSiteSummary = exports.InstallationSiteSummary || (exports.InstallationSiteSummary = {}));
|
|
69
|
+
//# sourceMappingURL=installation-site-summary.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"installation-site-summary.js","sourceRoot":"","sources":["../../../../../lib/jms/lib/model/installation-site-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAkDlC,IAAiB,uBAAuB,CAyCvC;AAzCD,WAAiB,uBAAuB;IACtC,SAAgB,UAAU,CAAC,GAA4B;QACrD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,KAAK,EAAE,GAAG,CAAC,GAAG,CAAC,CAAC,CAAC,KAAK,CAAC,aAAa,CAAC,UAAU,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,SAAS;YAEpE,iBAAiB,EAAE,GAAG,CAAC,eAAe;gBACpC,CAAC,CAAC,KAAK,CAAC,eAAe,CAAC,UAAU,CAAC,GAAG,CAAC,eAAe,CAAC;gBACvD,CAAC,CAAC,SAAS;YAEb,WAAW,EAAE,GAAG,CAAC,SAAS;gBACxB,CAAC,CAAC,GAAG,CAAC,SAAS,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACvB,OAAO,KAAK,CAAC,cAAc,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAC/C,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAnBe,kCAAU,aAmBzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA4B;QACjE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,KAAK,EAAE,GAAG,CAAC,GAAG,CAAC,CAAC,CAAC,KAAK,CAAC,aAAa,CAAC,sBAAsB,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,SAAS;YAEhF,iBAAiB,EAAE,GAAG,CAAC,eAAe;gBACpC,CAAC,CAAC,KAAK,CAAC,eAAe,CAAC,sBAAsB,CAAC,GAAG,CAAC,eAAe,CAAC;gBACnE,CAAC,CAAC,SAAS;YAEb,WAAW,EAAE,GAAG,CAAC,SAAS;gBACxB,CAAC,CAAC,GAAG,CAAC,SAAS,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACvB,OAAO,KAAK,CAAC,cAAc,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAC3D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAnBe,8CAAsB,yBAmBrC,CAAA;AACH,CAAC,EAzCgB,uBAAuB,GAAvB,+BAAuB,KAAvB,+BAAuB,QAyCvC"}
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Java Management Service API
|
|
3
|
+
* API for the Java Management Service. Use this API to view, create, and manage Fleets.
|
|
4
|
+
* OpenAPI spec version: 20210610
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 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
|
+
/**
|
|
15
|
+
* Installation site of a Java Runtime.
|
|
16
|
+
* An installation site is a Java Runtime installed at a specific path on a managed instance.
|
|
17
|
+
*
|
|
18
|
+
*/
|
|
19
|
+
export interface InstallationSite {
|
|
20
|
+
/**
|
|
21
|
+
* The unique identifier for the installation of a Java Runtime at a specific path on a specific operating system.
|
|
22
|
+
*/
|
|
23
|
+
"installationKey": string;
|
|
24
|
+
/**
|
|
25
|
+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the related managed instance.
|
|
26
|
+
*
|
|
27
|
+
*/
|
|
28
|
+
"managedInstanceId": string;
|
|
29
|
+
"jre": model.JavaRuntimeId;
|
|
30
|
+
/**
|
|
31
|
+
* The file system path of the installation.
|
|
32
|
+
*/
|
|
33
|
+
"path": string;
|
|
34
|
+
"operatingSystem": model.OperatingSystem;
|
|
35
|
+
/**
|
|
36
|
+
* The approximate count of applications running on this installation Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
37
|
+
*/
|
|
38
|
+
"approximateApplicationCount"?: number;
|
|
39
|
+
/**
|
|
40
|
+
* The date and time the resource was _last_ reported to JMS.
|
|
41
|
+
* This is potentially _after_ the specified time period provided by the filters.
|
|
42
|
+
* For example, a resource can be last reported to JMS before the start of a specified time period,
|
|
43
|
+
* if it is also reported during the time period.
|
|
44
|
+
*
|
|
45
|
+
*/
|
|
46
|
+
"timeLastSeen"?: Date;
|
|
47
|
+
/**
|
|
48
|
+
* The list of operations that are blocklisted.
|
|
49
|
+
*/
|
|
50
|
+
"blocklist"?: Array<model.BlocklistEntry>;
|
|
51
|
+
/**
|
|
52
|
+
* The lifecycle state of the installation site.
|
|
53
|
+
*/
|
|
54
|
+
"lifecycleState"?: model.LifecycleState;
|
|
55
|
+
/**
|
|
56
|
+
* The type of the source of events.
|
|
57
|
+
*/
|
|
58
|
+
"managedInstanceType"?: model.ManagedInstanceType;
|
|
59
|
+
/**
|
|
60
|
+
* The hostname of the managed instance (if applicable).
|
|
61
|
+
*/
|
|
62
|
+
"hostname"?: string;
|
|
63
|
+
}
|
|
64
|
+
export declare namespace InstallationSite {
|
|
65
|
+
function getJsonObj(obj: InstallationSite): object;
|
|
66
|
+
function getDeserializedJsonObj(obj: InstallationSite): object;
|
|
67
|
+
}
|
|
@@ -0,0 +1,69 @@
|
|
|
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, 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
|
+
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.InstallationSite = void 0;
|
|
35
|
+
const model = __importStar(require("../model"));
|
|
36
|
+
var InstallationSite;
|
|
37
|
+
(function (InstallationSite) {
|
|
38
|
+
function getJsonObj(obj) {
|
|
39
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
40
|
+
"jre": obj.jre ? model.JavaRuntimeId.getJsonObj(obj.jre) : undefined,
|
|
41
|
+
"operatingSystem": obj.operatingSystem
|
|
42
|
+
? model.OperatingSystem.getJsonObj(obj.operatingSystem)
|
|
43
|
+
: undefined,
|
|
44
|
+
"blocklist": obj.blocklist
|
|
45
|
+
? obj.blocklist.map(item => {
|
|
46
|
+
return model.BlocklistEntry.getJsonObj(item);
|
|
47
|
+
})
|
|
48
|
+
: undefined
|
|
49
|
+
});
|
|
50
|
+
return jsonObj;
|
|
51
|
+
}
|
|
52
|
+
InstallationSite.getJsonObj = getJsonObj;
|
|
53
|
+
function getDeserializedJsonObj(obj) {
|
|
54
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
55
|
+
"jre": obj.jre ? model.JavaRuntimeId.getDeserializedJsonObj(obj.jre) : undefined,
|
|
56
|
+
"operatingSystem": obj.operatingSystem
|
|
57
|
+
? model.OperatingSystem.getDeserializedJsonObj(obj.operatingSystem)
|
|
58
|
+
: undefined,
|
|
59
|
+
"blocklist": obj.blocklist
|
|
60
|
+
? obj.blocklist.map(item => {
|
|
61
|
+
return model.BlocklistEntry.getDeserializedJsonObj(item);
|
|
62
|
+
})
|
|
63
|
+
: undefined
|
|
64
|
+
});
|
|
65
|
+
return jsonObj;
|
|
66
|
+
}
|
|
67
|
+
InstallationSite.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
68
|
+
})(InstallationSite = exports.InstallationSite || (exports.InstallationSite = {}));
|
|
69
|
+
//# sourceMappingURL=installation-site.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"installation-site.js","sourceRoot":"","sources":["../../../../../lib/jms/lib/model/installation-site.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAsDlC,IAAiB,gBAAgB,CAyChC;AAzCD,WAAiB,gBAAgB;IAC/B,SAAgB,UAAU,CAAC,GAAqB;QAC9C,MAAM,OAAO,mCACR,GAAG,GACH;YACD,KAAK,EAAE,GAAG,CAAC,GAAG,CAAC,CAAC,CAAC,KAAK,CAAC,aAAa,CAAC,UAAU,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,SAAS;YAEpE,iBAAiB,EAAE,GAAG,CAAC,eAAe;gBACpC,CAAC,CAAC,KAAK,CAAC,eAAe,CAAC,UAAU,CAAC,GAAG,CAAC,eAAe,CAAC;gBACvD,CAAC,CAAC,SAAS;YAEb,WAAW,EAAE,GAAG,CAAC,SAAS;gBACxB,CAAC,CAAC,GAAG,CAAC,SAAS,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACvB,OAAO,KAAK,CAAC,cAAc,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAC/C,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAnBe,2BAAU,aAmBzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAqB;QAC1D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,KAAK,EAAE,GAAG,CAAC,GAAG,CAAC,CAAC,CAAC,KAAK,CAAC,aAAa,CAAC,sBAAsB,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,SAAS;YAEhF,iBAAiB,EAAE,GAAG,CAAC,eAAe;gBACpC,CAAC,CAAC,KAAK,CAAC,eAAe,CAAC,sBAAsB,CAAC,GAAG,CAAC,eAAe,CAAC;gBACnE,CAAC,CAAC,SAAS;YAEb,WAAW,EAAE,GAAG,CAAC,SAAS;gBACxB,CAAC,CAAC,GAAG,CAAC,SAAS,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACvB,OAAO,KAAK,CAAC,cAAc,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAC3D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAnBe,uCAAsB,yBAmBrC,CAAA;AACH,CAAC,EAzCgB,gBAAgB,GAAhB,wBAAgB,KAAhB,wBAAgB,QAyChC"}
|
|
@@ -0,0 +1,37 @@
|
|
|
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, 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
|
+
/**
|
|
14
|
+
* The essential properties to identify a Java Runtime.
|
|
15
|
+
*/
|
|
16
|
+
export interface JavaRuntimeId {
|
|
17
|
+
/**
|
|
18
|
+
* The version of the Java Runtime.
|
|
19
|
+
*/
|
|
20
|
+
"version": string;
|
|
21
|
+
/**
|
|
22
|
+
* The vendor of the Java Runtime.
|
|
23
|
+
*/
|
|
24
|
+
"vendor": string;
|
|
25
|
+
/**
|
|
26
|
+
* The distribution of a Java Runtime is the name of the lineage of product to which it belongs, for example _Java(TM) SE Runtime Environment_.
|
|
27
|
+
*/
|
|
28
|
+
"distribution": string;
|
|
29
|
+
/**
|
|
30
|
+
* The unique identifier for a Java Runtime.
|
|
31
|
+
*/
|
|
32
|
+
"jreKey"?: string;
|
|
33
|
+
}
|
|
34
|
+
export declare namespace JavaRuntimeId {
|
|
35
|
+
function getJsonObj(obj: JavaRuntimeId): object;
|
|
36
|
+
function getDeserializedJsonObj(obj: JavaRuntimeId): object;
|
|
37
|
+
}
|
|
@@ -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, 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
|
+
exports.JavaRuntimeId = void 0;
|
|
16
|
+
var JavaRuntimeId;
|
|
17
|
+
(function (JavaRuntimeId) {
|
|
18
|
+
function getJsonObj(obj) {
|
|
19
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
20
|
+
return jsonObj;
|
|
21
|
+
}
|
|
22
|
+
JavaRuntimeId.getJsonObj = getJsonObj;
|
|
23
|
+
function getDeserializedJsonObj(obj) {
|
|
24
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
25
|
+
return jsonObj;
|
|
26
|
+
}
|
|
27
|
+
JavaRuntimeId.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
28
|
+
})(JavaRuntimeId = exports.JavaRuntimeId || (exports.JavaRuntimeId = {}));
|
|
29
|
+
//# sourceMappingURL=java-runtime-id.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"java-runtime-id.js","sourceRoot":"","sources":["../../../../../lib/jms/lib/model/java-runtime-id.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA2BH,IAAiB,aAAa,CAW7B;AAXD,WAAiB,aAAa;IAC5B,SAAgB,UAAU,CAAC,GAAkB;QAC3C,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,wBAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAkB;QACvD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,oCAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,aAAa,GAAb,qBAAa,KAAb,qBAAa,QAW7B"}
|
package/lib/model/jre-usage.d.ts
CHANGED
|
@@ -67,6 +67,10 @@ export interface JreUsage {
|
|
|
67
67
|
* The approximate count of the managed instances that report this Java Runtime. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
68
68
|
*/
|
|
69
69
|
"approximateManagedInstanceCount"?: number;
|
|
70
|
+
/**
|
|
71
|
+
* The approximate count of work requests working on this Java Runtime. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
72
|
+
*/
|
|
73
|
+
"approximatePendingWorkRequestCount"?: number;
|
|
70
74
|
/**
|
|
71
75
|
* Lower bound of the specified time period filter. JMS provides a view of the data that is _per day_. The query uses only the date element of the parameter.
|
|
72
76
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"jre-usage.js","sourceRoot":"","sources":["../../../../../lib/jms/lib/model/jre-usage.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;
|
|
1
|
+
{"version":3,"file":"jre-usage.js","sourceRoot":"","sources":["../../../../../lib/jms/lib/model/jre-usage.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAyFlC,IAAiB,QAAQ,CA6BxB;AA7BD,WAAiB,QAAQ;IACvB,SAAgB,UAAU,CAAC,GAAa;QACtC,MAAM,OAAO,mCACR,GAAG,GACH;YACD,kBAAkB,EAAE,GAAG,CAAC,gBAAgB;gBACtC,CAAC,CAAC,GAAG,CAAC,gBAAgB,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC9B,OAAO,KAAK,CAAC,eAAe,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAChD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,mBAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAa;QAClD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,kBAAkB,EAAE,GAAG,CAAC,gBAAgB;gBACtC,CAAC,CAAC,GAAG,CAAC,gBAAgB,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC9B,OAAO,KAAK,CAAC,eAAe,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAC5D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,+BAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,QAAQ,GAAR,gBAAQ,KAAR,gBAAQ,QA6BxB"}
|
|
@@ -19,6 +19,7 @@ export declare enum LifecycleState {
|
|
|
19
19
|
Deleted = "DELETED",
|
|
20
20
|
Deleting = "DELETING",
|
|
21
21
|
Failed = "FAILED",
|
|
22
|
+
NeedsAttention = "NEEDS_ATTENTION",
|
|
22
23
|
Updating = "UPDATING",
|
|
23
24
|
/**
|
|
24
25
|
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
@@ -23,6 +23,7 @@ var LifecycleState;
|
|
|
23
23
|
LifecycleState["Deleted"] = "DELETED";
|
|
24
24
|
LifecycleState["Deleting"] = "DELETING";
|
|
25
25
|
LifecycleState["Failed"] = "FAILED";
|
|
26
|
+
LifecycleState["NeedsAttention"] = "NEEDS_ATTENTION";
|
|
26
27
|
LifecycleState["Updating"] = "UPDATING";
|
|
27
28
|
/**
|
|
28
29
|
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"lifecycle-state.js","sourceRoot":"","sources":["../../../../../lib/jms/lib/model/lifecycle-state.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAKH;;IAEI;AACJ,IAAY,
|
|
1
|
+
{"version":3,"file":"lifecycle-state.js","sourceRoot":"","sources":["../../../../../lib/jms/lib/model/lifecycle-state.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAKH;;IAEI;AACJ,IAAY,cAcX;AAdD,WAAY,cAAc;IACxB,mCAAiB,CAAA;IACjB,uCAAqB,CAAA;IACrB,qCAAmB,CAAA;IACnB,uCAAqB,CAAA;IACrB,mCAAiB,CAAA;IACjB,oDAAkC,CAAA;IAClC,uCAAqB,CAAA;IAErB;;;OAGG;IACH,gDAA8B,CAAA;AAChC,CAAC,EAdW,cAAc,GAAd,sBAAc,KAAd,sBAAc,QAczB;AAED,WAAiB,cAAc;IAC7B,SAAgB,UAAU,CAAC,GAAmB;QAC5C,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,yBAAU,aAEzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAmB;QACxD,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,qCAAsB,yBAErC,CAAA;AACH,CAAC,EAPgB,cAAc,GAAd,sBAAc,KAAd,sBAAc,QAO9B"}
|
|
@@ -18,6 +18,8 @@ export declare enum OperationType {
|
|
|
18
18
|
DeleteFleet = "DELETE_FLEET",
|
|
19
19
|
MoveFleet = "MOVE_FLEET",
|
|
20
20
|
UpdateFleet = "UPDATE_FLEET",
|
|
21
|
+
UpdateFleetAgentConfiguration = "UPDATE_FLEET_AGENT_CONFIGURATION",
|
|
22
|
+
DeleteJavaInstallation = "DELETE_JAVA_INSTALLATION",
|
|
21
23
|
/**
|
|
22
24
|
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
23
25
|
* version of the SDK.
|
|
@@ -22,6 +22,8 @@ var OperationType;
|
|
|
22
22
|
OperationType["DeleteFleet"] = "DELETE_FLEET";
|
|
23
23
|
OperationType["MoveFleet"] = "MOVE_FLEET";
|
|
24
24
|
OperationType["UpdateFleet"] = "UPDATE_FLEET";
|
|
25
|
+
OperationType["UpdateFleetAgentConfiguration"] = "UPDATE_FLEET_AGENT_CONFIGURATION";
|
|
26
|
+
OperationType["DeleteJavaInstallation"] = "DELETE_JAVA_INSTALLATION";
|
|
25
27
|
/**
|
|
26
28
|
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
27
29
|
* version of the SDK.
|
|
@@ -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,aAaX;AAbD,WAAY,aAAa;IACvB,6CAA4B,CAAA;IAC5B,6CAA4B,CAAA;IAC5B,yCAAwB,CAAA;IACxB,6CAA4B,CAAA;IAC5B,mFAAkE,CAAA;IAClE,oEAAmD,CAAA;IAEnD;;;OAGG;IACH,+CAA8B,CAAA;AAChC,CAAC,EAbW,aAAa,GAAb,qBAAa,KAAb,qBAAa,QAaxB;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,29 @@
|
|
|
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, 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
|
+
/**
|
|
14
|
+
* An authorized principal.
|
|
15
|
+
*/
|
|
16
|
+
export interface Principal {
|
|
17
|
+
/**
|
|
18
|
+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the principal.
|
|
19
|
+
*/
|
|
20
|
+
"id": string;
|
|
21
|
+
/**
|
|
22
|
+
* The name of the principal.
|
|
23
|
+
*/
|
|
24
|
+
"displayName": string;
|
|
25
|
+
}
|
|
26
|
+
export declare namespace Principal {
|
|
27
|
+
function getJsonObj(obj: Principal): object;
|
|
28
|
+
function getDeserializedJsonObj(obj: Principal): object;
|
|
29
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Java Management Service 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, 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
|
+
exports.Principal = void 0;
|
|
16
|
+
var Principal;
|
|
17
|
+
(function (Principal) {
|
|
18
|
+
function getJsonObj(obj) {
|
|
19
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
20
|
+
return jsonObj;
|
|
21
|
+
}
|
|
22
|
+
Principal.getJsonObj = getJsonObj;
|
|
23
|
+
function getDeserializedJsonObj(obj) {
|
|
24
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
25
|
+
return jsonObj;
|
|
26
|
+
}
|
|
27
|
+
Principal.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
28
|
+
})(Principal = exports.Principal || (exports.Principal = {}));
|
|
29
|
+
//# sourceMappingURL=principal.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"principal.js","sourceRoot":"","sources":["../../../../../lib/jms/lib/model/principal.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAmBH,IAAiB,SAAS,CAWzB;AAXD,WAAiB,SAAS;IACxB,SAAgB,UAAU,CAAC,GAAc;QACvC,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,oBAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAc;QACnD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,gCAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,SAAS,GAAT,iBAAS,KAAT,iBAAS,QAWzB"}
|