oci-licensemanager 2.28.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.
Files changed (230) hide show
  1. package/LICENSE.txt +89 -0
  2. package/NOTICE.txt +1 -0
  3. package/README.md +22 -0
  4. package/THIRD_PARTY_LICENSES.txt +576 -0
  5. package/index.d.ts +22 -0
  6. package/index.js +45 -0
  7. package/index.js.map +1 -0
  8. package/lib/client.d.ts +234 -0
  9. package/lib/client.js +1342 -0
  10. package/lib/client.js.map +1 -0
  11. package/lib/licensemanager-waiter.d.ts +37 -0
  12. package/lib/licensemanager-waiter.js +77 -0
  13. package/lib/licensemanager-waiter.js.map +1 -0
  14. package/lib/model/bulk-upload-cell-info.d.ts +29 -0
  15. package/lib/model/bulk-upload-cell-info.js +29 -0
  16. package/lib/model/bulk-upload-cell-info.js.map +1 -0
  17. package/lib/model/bulk-upload-failed-record-info.d.ts +33 -0
  18. package/lib/model/bulk-upload-failed-record-info.js +29 -0
  19. package/lib/model/bulk-upload-failed-record-info.js.map +1 -0
  20. package/lib/model/bulk-upload-license-records-details.d.ts +34 -0
  21. package/lib/model/bulk-upload-license-records-details.js +29 -0
  22. package/lib/model/bulk-upload-license-records-details.js.map +1 -0
  23. package/lib/model/bulk-upload-response.d.ts +54 -0
  24. package/lib/model/bulk-upload-response.js +71 -0
  25. package/lib/model/bulk-upload-response.js.map +1 -0
  26. package/lib/model/bulk-upload-template.d.ts +25 -0
  27. package/lib/model/bulk-upload-template.js +29 -0
  28. package/lib/model/bulk-upload-template.js.map +1 -0
  29. package/lib/model/bulk-upload-validation-error-info.d.ts +34 -0
  30. package/lib/model/bulk-upload-validation-error-info.js +61 -0
  31. package/lib/model/bulk-upload-validation-error-info.js.map +1 -0
  32. package/lib/model/configuration.d.ts +38 -0
  33. package/lib/model/configuration.js +29 -0
  34. package/lib/model/configuration.js.map +1 -0
  35. package/lib/model/create-license-record-details.d.ts +76 -0
  36. package/lib/model/create-license-record-details.js +29 -0
  37. package/lib/model/create-license-record-details.js.map +1 -0
  38. package/lib/model/create-product-license-details.d.ts +66 -0
  39. package/lib/model/create-product-license-details.js +61 -0
  40. package/lib/model/create-product-license-details.js.map +1 -0
  41. package/lib/model/image-details.d.ts +29 -0
  42. package/lib/model/image-details.js +29 -0
  43. package/lib/model/image-details.js.map +1 -0
  44. package/lib/model/image-response.d.ts +41 -0
  45. package/lib/model/image-response.js +29 -0
  46. package/lib/model/image-response.js.map +1 -0
  47. package/lib/model/index.d.ts +78 -0
  48. package/lib/model/index.js +101 -0
  49. package/lib/model/index.js.map +1 -0
  50. package/lib/model/license-metric.d.ts +41 -0
  51. package/lib/model/license-metric.js +29 -0
  52. package/lib/model/license-metric.js.map +1 -0
  53. package/lib/model/license-record-collection.d.ts +26 -0
  54. package/lib/model/license-record-collection.js +61 -0
  55. package/lib/model/license-record-collection.js.map +1 -0
  56. package/lib/model/license-record-summary.d.ts +119 -0
  57. package/lib/model/license-record-summary.js +29 -0
  58. package/lib/model/license-record-summary.js.map +1 -0
  59. package/lib/model/license-record.d.ts +119 -0
  60. package/lib/model/license-record.js +29 -0
  61. package/lib/model/license-record.js.map +1 -0
  62. package/lib/model/license-unit.d.ts +29 -0
  63. package/lib/model/license-unit.js +40 -0
  64. package/lib/model/license-unit.js.map +1 -0
  65. package/lib/model/life-cycle-state.d.ts +29 -0
  66. package/lib/model/life-cycle-state.js +40 -0
  67. package/lib/model/life-cycle-state.js.map +1 -0
  68. package/lib/model/product-category.d.ts +28 -0
  69. package/lib/model/product-category.js +39 -0
  70. package/lib/model/product-category.js.map +1 -0
  71. package/lib/model/product-license-collection.d.ts +26 -0
  72. package/lib/model/product-license-collection.js +61 -0
  73. package/lib/model/product-license-collection.js.map +1 -0
  74. package/lib/model/product-license-consumer-collection.d.ts +26 -0
  75. package/lib/model/product-license-consumer-collection.js +61 -0
  76. package/lib/model/product-license-consumer-collection.js.map +1 -0
  77. package/lib/model/product-license-consumer-summary.d.ts +71 -0
  78. package/lib/model/product-license-consumer-summary.js +61 -0
  79. package/lib/model/product-license-consumer-summary.js.map +1 -0
  80. package/lib/model/product-license-summary.d.ts +127 -0
  81. package/lib/model/product-license-summary.js +61 -0
  82. package/lib/model/product-license-summary.js.map +1 -0
  83. package/lib/model/product-license.d.ts +127 -0
  84. package/lib/model/product-license.js +61 -0
  85. package/lib/model/product-license.js.map +1 -0
  86. package/lib/model/product.d.ts +34 -0
  87. package/lib/model/product.js +29 -0
  88. package/lib/model/product.js.map +1 -0
  89. package/lib/model/resource-unit.d.ts +27 -0
  90. package/lib/model/resource-unit.js +38 -0
  91. package/lib/model/resource-unit.js.map +1 -0
  92. package/lib/model/status.d.ts +30 -0
  93. package/lib/model/status.js +41 -0
  94. package/lib/model/status.js.map +1 -0
  95. package/lib/model/top-utilized-product-license-collection.d.ts +26 -0
  96. package/lib/model/top-utilized-product-license-collection.js +61 -0
  97. package/lib/model/top-utilized-product-license-collection.js.map +1 -0
  98. package/lib/model/top-utilized-product-license-summary.d.ts +51 -0
  99. package/lib/model/top-utilized-product-license-summary.js +29 -0
  100. package/lib/model/top-utilized-product-license-summary.js.map +1 -0
  101. package/lib/model/top-utilized-resource-collection.d.ts +26 -0
  102. package/lib/model/top-utilized-resource-collection.js +61 -0
  103. package/lib/model/top-utilized-resource-collection.js.map +1 -0
  104. package/lib/model/top-utilized-resource-summary.d.ts +47 -0
  105. package/lib/model/top-utilized-resource-summary.js +29 -0
  106. package/lib/model/top-utilized-resource-summary.js.map +1 -0
  107. package/lib/model/update-configuration-details.d.ts +25 -0
  108. package/lib/model/update-configuration-details.js +29 -0
  109. package/lib/model/update-configuration-details.js.map +1 -0
  110. package/lib/model/update-license-record-details.d.ts +76 -0
  111. package/lib/model/update-license-record-details.js +29 -0
  112. package/lib/model/update-license-record-details.js.map +1 -0
  113. package/lib/model/update-product-license-details.d.ts +44 -0
  114. package/lib/model/update-product-license-details.js +61 -0
  115. package/lib/model/update-product-license-details.js.map +1 -0
  116. package/lib/request/bulk-upload-license-records-request.d.ts +29 -0
  117. package/lib/request/bulk-upload-license-records-request.js +15 -0
  118. package/lib/request/bulk-upload-license-records-request.js.map +1 -0
  119. package/lib/request/create-license-record-request.d.ts +41 -0
  120. package/lib/request/create-license-record-request.js +15 -0
  121. package/lib/request/create-license-record-request.js.map +1 -0
  122. package/lib/request/create-product-license-request.d.ts +37 -0
  123. package/lib/request/create-product-license-request.js +15 -0
  124. package/lib/request/create-product-license-request.js.map +1 -0
  125. package/lib/request/delete-license-record-request.d.ts +35 -0
  126. package/lib/request/delete-license-record-request.js +15 -0
  127. package/lib/request/delete-license-record-request.js.map +1 -0
  128. package/lib/request/delete-product-license-request.d.ts +35 -0
  129. package/lib/request/delete-product-license-request.js +15 -0
  130. package/lib/request/delete-product-license-request.js.map +1 -0
  131. package/lib/request/get-bulk-upload-template-request.d.ts +24 -0
  132. package/lib/request/get-bulk-upload-template-request.js +15 -0
  133. package/lib/request/get-bulk-upload-template-request.js.map +1 -0
  134. package/lib/request/get-configuration-request.d.ts +29 -0
  135. package/lib/request/get-configuration-request.js +15 -0
  136. package/lib/request/get-configuration-request.js.map +1 -0
  137. package/lib/request/get-license-metric-request.d.ts +33 -0
  138. package/lib/request/get-license-metric-request.js +15 -0
  139. package/lib/request/get-license-metric-request.js.map +1 -0
  140. package/lib/request/get-license-record-request.d.ts +28 -0
  141. package/lib/request/get-license-record-request.js +15 -0
  142. package/lib/request/get-license-record-request.js.map +1 -0
  143. package/lib/request/get-product-license-request.d.ts +28 -0
  144. package/lib/request/get-product-license-request.js +15 -0
  145. package/lib/request/get-product-license-request.js.map +1 -0
  146. package/lib/request/index.d.ts +48 -0
  147. package/lib/request/index.js +45 -0
  148. package/lib/request/index.js.map +1 -0
  149. package/lib/request/list-license-records-request.d.ts +58 -0
  150. package/lib/request/list-license-records-request.js +28 -0
  151. package/lib/request/list-license-records-request.js.map +1 -0
  152. package/lib/request/list-product-license-consumers-request.d.ts +67 -0
  153. package/lib/request/list-product-license-consumers-request.js +28 -0
  154. package/lib/request/list-product-license-consumers-request.js.map +1 -0
  155. package/lib/request/list-product-licenses-request.d.ts +63 -0
  156. package/lib/request/list-product-licenses-request.js +28 -0
  157. package/lib/request/list-product-licenses-request.js.map +1 -0
  158. package/lib/request/list-top-utilized-product-licenses-request.d.ts +63 -0
  159. package/lib/request/list-top-utilized-product-licenses-request.js +28 -0
  160. package/lib/request/list-top-utilized-product-licenses-request.js.map +1 -0
  161. package/lib/request/list-top-utilized-resources-request.d.ts +68 -0
  162. package/lib/request/list-top-utilized-resources-request.js +28 -0
  163. package/lib/request/list-top-utilized-resources-request.js.map +1 -0
  164. package/lib/request/update-configuration-request.d.ts +41 -0
  165. package/lib/request/update-configuration-request.js +15 -0
  166. package/lib/request/update-configuration-request.js.map +1 -0
  167. package/lib/request/update-license-record-request.d.ts +40 -0
  168. package/lib/request/update-license-record-request.js +15 -0
  169. package/lib/request/update-license-record-request.js.map +1 -0
  170. package/lib/request/update-product-license-request.d.ts +40 -0
  171. package/lib/request/update-product-license-request.js +15 -0
  172. package/lib/request/update-product-license-request.js.map +1 -0
  173. package/lib/response/bulk-upload-license-records-response.d.ts +25 -0
  174. package/lib/response/bulk-upload-license-records-response.js +15 -0
  175. package/lib/response/bulk-upload-license-records-response.js.map +1 -0
  176. package/lib/response/create-license-record-response.d.ts +40 -0
  177. package/lib/response/create-license-record-response.js +15 -0
  178. package/lib/response/create-license-record-response.js.map +1 -0
  179. package/lib/response/create-product-license-response.d.ts +40 -0
  180. package/lib/response/create-product-license-response.js +15 -0
  181. package/lib/response/create-product-license-response.js.map +1 -0
  182. package/lib/response/delete-license-record-response.d.ts +30 -0
  183. package/lib/response/delete-license-record-response.js +15 -0
  184. package/lib/response/delete-license-record-response.js.map +1 -0
  185. package/lib/response/delete-product-license-response.d.ts +30 -0
  186. package/lib/response/delete-product-license-response.js +15 -0
  187. package/lib/response/delete-product-license-response.js.map +1 -0
  188. package/lib/response/get-bulk-upload-template-response.d.ts +32 -0
  189. package/lib/response/get-bulk-upload-template-response.js +15 -0
  190. package/lib/response/get-bulk-upload-template-response.js.map +1 -0
  191. package/lib/response/get-configuration-response.d.ts +30 -0
  192. package/lib/response/get-configuration-response.js +15 -0
  193. package/lib/response/get-configuration-response.js.map +1 -0
  194. package/lib/response/get-license-metric-response.d.ts +30 -0
  195. package/lib/response/get-license-metric-response.js +15 -0
  196. package/lib/response/get-license-metric-response.js.map +1 -0
  197. package/lib/response/get-license-record-response.d.ts +30 -0
  198. package/lib/response/get-license-record-response.js +15 -0
  199. package/lib/response/get-license-record-response.js.map +1 -0
  200. package/lib/response/get-product-license-response.d.ts +30 -0
  201. package/lib/response/get-product-license-response.js +15 -0
  202. package/lib/response/get-product-license-response.js.map +1 -0
  203. package/lib/response/index.d.ts +48 -0
  204. package/lib/response/index.js +15 -0
  205. package/lib/response/index.js.map +1 -0
  206. package/lib/response/list-license-records-response.d.ts +32 -0
  207. package/lib/response/list-license-records-response.js +15 -0
  208. package/lib/response/list-license-records-response.js.map +1 -0
  209. package/lib/response/list-product-license-consumers-response.d.ts +32 -0
  210. package/lib/response/list-product-license-consumers-response.js +15 -0
  211. package/lib/response/list-product-license-consumers-response.js.map +1 -0
  212. package/lib/response/list-product-licenses-response.d.ts +32 -0
  213. package/lib/response/list-product-licenses-response.js +15 -0
  214. package/lib/response/list-product-licenses-response.js.map +1 -0
  215. package/lib/response/list-top-utilized-product-licenses-response.d.ts +32 -0
  216. package/lib/response/list-top-utilized-product-licenses-response.js +15 -0
  217. package/lib/response/list-top-utilized-product-licenses-response.js.map +1 -0
  218. package/lib/response/list-top-utilized-resources-response.d.ts +32 -0
  219. package/lib/response/list-top-utilized-resources-response.js +15 -0
  220. package/lib/response/list-top-utilized-resources-response.js.map +1 -0
  221. package/lib/response/update-configuration-response.d.ts +30 -0
  222. package/lib/response/update-configuration-response.js +15 -0
  223. package/lib/response/update-configuration-response.js.map +1 -0
  224. package/lib/response/update-license-record-response.d.ts +30 -0
  225. package/lib/response/update-license-record-response.js +15 -0
  226. package/lib/response/update-license-record-response.js.map +1 -0
  227. package/lib/response/update-product-license-response.d.ts +30 -0
  228. package/lib/response/update-product-license-response.js +15 -0
  229. package/lib/response/update-product-license-response.js.map +1 -0
  230. package/package.json +29 -0
@@ -0,0 +1,28 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20220430
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.ListProductLicenseConsumersRequest = void 0;
16
+ var ListProductLicenseConsumersRequest;
17
+ (function (ListProductLicenseConsumersRequest) {
18
+ let SortOrder;
19
+ (function (SortOrder) {
20
+ SortOrder["Asc"] = "ASC";
21
+ SortOrder["Desc"] = "DESC";
22
+ })(SortOrder = ListProductLicenseConsumersRequest.SortOrder || (ListProductLicenseConsumersRequest.SortOrder = {}));
23
+ let SortBy;
24
+ (function (SortBy) {
25
+ SortBy["LicenseUnitsRequired"] = "licenseUnitsRequired";
26
+ })(SortBy = ListProductLicenseConsumersRequest.SortBy || (ListProductLicenseConsumersRequest.SortBy = {}));
27
+ })(ListProductLicenseConsumersRequest = exports.ListProductLicenseConsumersRequest || (exports.ListProductLicenseConsumersRequest = {}));
28
+ //# sourceMappingURL=list-product-license-consumers-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-product-license-consumers-request.js","sourceRoot":"","sources":["../../../../../lib/licensemanager/lib/request/list-product-license-consumers-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAmDH,IAAiB,kCAAkC,CASlD;AATD,WAAiB,kCAAkC;IACjD,IAAY,SAGX;IAHD,WAAY,SAAS;QACnB,wBAAW,CAAA;QACX,0BAAa,CAAA;IACf,CAAC,EAHW,SAAS,GAAT,4CAAS,KAAT,4CAAS,QAGpB;IAED,IAAY,MAEX;IAFD,WAAY,MAAM;QAChB,uDAA6C,CAAA;IAC/C,CAAC,EAFW,MAAM,GAAN,yCAAM,KAAN,yCAAM,QAEjB;AACH,CAAC,EATgB,kCAAkC,GAAlC,0CAAkC,KAAlC,0CAAkC,QASlD"}
@@ -0,0 +1,63 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20220430
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 common = require("oci-common");
14
+ /**
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/licensemanager/ListProductLicenses.ts.html |here} to see how to use ListProductLicensesRequest.
16
+ */
17
+ export interface ListProductLicensesRequest extends common.BaseRequest {
18
+ /**
19
+ * The compartment [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) used for the license record, product license, and configuration.
20
+ *
21
+ */
22
+ "compartmentId": string;
23
+ /**
24
+ * The maximum number of items to return.
25
+ */
26
+ "limit"?: number;
27
+ /**
28
+ * A token representing the position at which to start retrieving results. This must come from the `opc-next-page` header field of a previous response.
29
+ */
30
+ "page"?: string;
31
+ /**
32
+ * The unique Oracle-assigned identifier for the request. If you need to contact Oracle about a
33
+ * particular request, please provide the request ID.
34
+ *
35
+ */
36
+ "opcRequestId"?: string;
37
+ /**
38
+ * Indicates if the given compartment is the root compartment.
39
+ */
40
+ "isCompartmentIdInSubtree"?: boolean;
41
+ /**
42
+ * The sort order to use, whether `ASC` or `DESC`.
43
+ */
44
+ "sortOrder"?: ListProductLicensesRequest.SortOrder;
45
+ /**
46
+ * Specifies the attribute with which to sort the rules.
47
+ * <p>
48
+ Default: `totalLicenseUnitsConsumed`
49
+ * <p>
50
+ * **totalLicenseUnitsConsumed:** Sorts by totalLicenseUnitsConsumed of ProductLicense.
51
+ *
52
+ */
53
+ "sortBy"?: ListProductLicensesRequest.SortBy;
54
+ }
55
+ export declare namespace ListProductLicensesRequest {
56
+ enum SortOrder {
57
+ Asc = "ASC",
58
+ Desc = "DESC"
59
+ }
60
+ enum SortBy {
61
+ TotalLicenseUnitsConsumed = "totalLicenseUnitsConsumed"
62
+ }
63
+ }
@@ -0,0 +1,28 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20220430
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.ListProductLicensesRequest = void 0;
16
+ var ListProductLicensesRequest;
17
+ (function (ListProductLicensesRequest) {
18
+ let SortOrder;
19
+ (function (SortOrder) {
20
+ SortOrder["Asc"] = "ASC";
21
+ SortOrder["Desc"] = "DESC";
22
+ })(SortOrder = ListProductLicensesRequest.SortOrder || (ListProductLicensesRequest.SortOrder = {}));
23
+ let SortBy;
24
+ (function (SortBy) {
25
+ SortBy["TotalLicenseUnitsConsumed"] = "totalLicenseUnitsConsumed";
26
+ })(SortBy = ListProductLicensesRequest.SortBy || (ListProductLicensesRequest.SortBy = {}));
27
+ })(ListProductLicensesRequest = exports.ListProductLicensesRequest || (exports.ListProductLicensesRequest = {}));
28
+ //# sourceMappingURL=list-product-licenses-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-product-licenses-request.js","sourceRoot":"","sources":["../../../../../lib/licensemanager/lib/request/list-product-licenses-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA+CH,IAAiB,0BAA0B,CAS1C;AATD,WAAiB,0BAA0B;IACzC,IAAY,SAGX;IAHD,WAAY,SAAS;QACnB,wBAAW,CAAA;QACX,0BAAa,CAAA;IACf,CAAC,EAHW,SAAS,GAAT,oCAAS,KAAT,oCAAS,QAGpB;IAED,IAAY,MAEX;IAFD,WAAY,MAAM;QAChB,iEAAuD,CAAA;IACzD,CAAC,EAFW,MAAM,GAAN,iCAAM,KAAN,iCAAM,QAEjB;AACH,CAAC,EATgB,0BAA0B,GAA1B,kCAA0B,KAA1B,kCAA0B,QAS1C"}
@@ -0,0 +1,63 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20220430
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 common = require("oci-common");
14
+ /**
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/licensemanager/ListTopUtilizedProductLicenses.ts.html |here} to see how to use ListTopUtilizedProductLicensesRequest.
16
+ */
17
+ export interface ListTopUtilizedProductLicensesRequest extends common.BaseRequest {
18
+ /**
19
+ * The compartment [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) used for the license record, product license, and configuration.
20
+ *
21
+ */
22
+ "compartmentId": string;
23
+ /**
24
+ * The maximum number of items to return.
25
+ */
26
+ "limit"?: number;
27
+ /**
28
+ * A token representing the position at which to start retrieving results. This must come from the `opc-next-page` header field of a previous response.
29
+ */
30
+ "page"?: string;
31
+ /**
32
+ * The unique Oracle-assigned identifier for the request. If you need to contact Oracle about a
33
+ * particular request, please provide the request ID.
34
+ *
35
+ */
36
+ "opcRequestId"?: string;
37
+ /**
38
+ * Indicates if the given compartment is the root compartment.
39
+ */
40
+ "isCompartmentIdInSubtree"?: boolean;
41
+ /**
42
+ * The sort order to use, whether `ASC` or `DESC`.
43
+ */
44
+ "sortOrder"?: ListTopUtilizedProductLicensesRequest.SortOrder;
45
+ /**
46
+ * Specifies the attribute with which to sort the rules.
47
+ * <p>
48
+ Default: `totalLicenseUnitsConsumed`
49
+ * <p>
50
+ * **totalLicenseUnitsConsumed:** Sorts by totalLicenseUnitsConsumed of ProductLicense.
51
+ *
52
+ */
53
+ "sortBy"?: ListTopUtilizedProductLicensesRequest.SortBy;
54
+ }
55
+ export declare namespace ListTopUtilizedProductLicensesRequest {
56
+ enum SortOrder {
57
+ Asc = "ASC",
58
+ Desc = "DESC"
59
+ }
60
+ enum SortBy {
61
+ TotalLicenseUnitsConsumed = "totalLicenseUnitsConsumed"
62
+ }
63
+ }
@@ -0,0 +1,28 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20220430
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.ListTopUtilizedProductLicensesRequest = void 0;
16
+ var ListTopUtilizedProductLicensesRequest;
17
+ (function (ListTopUtilizedProductLicensesRequest) {
18
+ let SortOrder;
19
+ (function (SortOrder) {
20
+ SortOrder["Asc"] = "ASC";
21
+ SortOrder["Desc"] = "DESC";
22
+ })(SortOrder = ListTopUtilizedProductLicensesRequest.SortOrder || (ListTopUtilizedProductLicensesRequest.SortOrder = {}));
23
+ let SortBy;
24
+ (function (SortBy) {
25
+ SortBy["TotalLicenseUnitsConsumed"] = "totalLicenseUnitsConsumed";
26
+ })(SortBy = ListTopUtilizedProductLicensesRequest.SortBy || (ListTopUtilizedProductLicensesRequest.SortBy = {}));
27
+ })(ListTopUtilizedProductLicensesRequest = exports.ListTopUtilizedProductLicensesRequest || (exports.ListTopUtilizedProductLicensesRequest = {}));
28
+ //# sourceMappingURL=list-top-utilized-product-licenses-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-top-utilized-product-licenses-request.js","sourceRoot":"","sources":["../../../../../lib/licensemanager/lib/request/list-top-utilized-product-licenses-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA+CH,IAAiB,qCAAqC,CASrD;AATD,WAAiB,qCAAqC;IACpD,IAAY,SAGX;IAHD,WAAY,SAAS;QACnB,wBAAW,CAAA;QACX,0BAAa,CAAA;IACf,CAAC,EAHW,SAAS,GAAT,+CAAS,KAAT,+CAAS,QAGpB;IAED,IAAY,MAEX;IAFD,WAAY,MAAM;QAChB,iEAAuD,CAAA;IACzD,CAAC,EAFW,MAAM,GAAN,4CAAM,KAAN,4CAAM,QAEjB;AACH,CAAC,EATgB,qCAAqC,GAArC,6CAAqC,KAArC,6CAAqC,QASrD"}
@@ -0,0 +1,68 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20220430
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.28.0/licensemanager/ListTopUtilizedResources.ts.html |here} to see how to use ListTopUtilizedResourcesRequest.
17
+ */
18
+ export interface ListTopUtilizedResourcesRequest extends common.BaseRequest {
19
+ /**
20
+ * The compartment [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) used for the license record, product license, and configuration.
21
+ *
22
+ */
23
+ "compartmentId": string;
24
+ /**
25
+ * The maximum number of items to return.
26
+ */
27
+ "limit"?: number;
28
+ /**
29
+ * A token representing the position at which to start retrieving results. This must come from the `opc-next-page` header field of a previous response.
30
+ */
31
+ "page"?: string;
32
+ /**
33
+ * The unique Oracle-assigned identifier for the request. If you need to contact Oracle about a
34
+ * particular request, please provide the request ID.
35
+ *
36
+ */
37
+ "opcRequestId"?: string;
38
+ /**
39
+ * Indicates if the given compartment is the root compartment.
40
+ */
41
+ "isCompartmentIdInSubtree"?: boolean;
42
+ /**
43
+ * A filter to return only resources whose unit matches the given resource unit.
44
+ */
45
+ "resourceUnitType"?: model.ResourceUnit;
46
+ /**
47
+ * The sort order to use, whether `ASC` or `DESC`.
48
+ */
49
+ "sortOrder"?: ListTopUtilizedResourcesRequest.SortOrder;
50
+ /**
51
+ * Specifies the attribute with which to sort the rules.
52
+ * <p>
53
+ Default: `totalUnits`
54
+ * <p>
55
+ * **totalUnits:** Sorts by totalUnits consumed by resource.
56
+ *
57
+ */
58
+ "sortBy"?: ListTopUtilizedResourcesRequest.SortBy;
59
+ }
60
+ export declare namespace ListTopUtilizedResourcesRequest {
61
+ enum SortOrder {
62
+ Asc = "ASC",
63
+ Desc = "DESC"
64
+ }
65
+ enum SortBy {
66
+ TotalUnits = "totalUnits"
67
+ }
68
+ }
@@ -0,0 +1,28 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20220430
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.ListTopUtilizedResourcesRequest = void 0;
16
+ var ListTopUtilizedResourcesRequest;
17
+ (function (ListTopUtilizedResourcesRequest) {
18
+ let SortOrder;
19
+ (function (SortOrder) {
20
+ SortOrder["Asc"] = "ASC";
21
+ SortOrder["Desc"] = "DESC";
22
+ })(SortOrder = ListTopUtilizedResourcesRequest.SortOrder || (ListTopUtilizedResourcesRequest.SortOrder = {}));
23
+ let SortBy;
24
+ (function (SortBy) {
25
+ SortBy["TotalUnits"] = "totalUnits";
26
+ })(SortBy = ListTopUtilizedResourcesRequest.SortBy || (ListTopUtilizedResourcesRequest.SortBy = {}));
27
+ })(ListTopUtilizedResourcesRequest = exports.ListTopUtilizedResourcesRequest || (exports.ListTopUtilizedResourcesRequest = {}));
28
+ //# sourceMappingURL=list-top-utilized-resources-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-top-utilized-resources-request.js","sourceRoot":"","sources":["../../../../../lib/licensemanager/lib/request/list-top-utilized-resources-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAmDH,IAAiB,+BAA+B,CAS/C;AATD,WAAiB,+BAA+B;IAC9C,IAAY,SAGX;IAHD,WAAY,SAAS;QACnB,wBAAW,CAAA;QACX,0BAAa,CAAA;IACf,CAAC,EAHW,SAAS,GAAT,yCAAS,KAAT,yCAAS,QAGpB;IAED,IAAY,MAEX;IAFD,WAAY,MAAM;QAChB,mCAAyB,CAAA;IAC3B,CAAC,EAFW,MAAM,GAAN,sCAAM,KAAN,sCAAM,QAEjB;AACH,CAAC,EATgB,+BAA+B,GAA/B,uCAA+B,KAA/B,uCAA+B,QAS/C"}
@@ -0,0 +1,41 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20220430
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.28.0/licensemanager/UpdateConfiguration.ts.html |here} to see how to use UpdateConfigurationRequest.
17
+ */
18
+ export interface UpdateConfigurationRequest extends common.BaseRequest {
19
+ /**
20
+ * The compartment [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) used for the license record, product license, and configuration.
21
+ *
22
+ */
23
+ "compartmentId": string;
24
+ /**
25
+ * Configuration details that need to be updated.
26
+ */
27
+ "updateConfigurationDetails": model.UpdateConfigurationDetails;
28
+ /**
29
+ * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
30
+ * parameter to the value of the etag from a previous GET or POST response for that resource. The resource
31
+ * will be updated or deleted only if the etag you provide matches the resource's current etag value.
32
+ *
33
+ */
34
+ "ifMatch"?: string;
35
+ /**
36
+ * The unique Oracle-assigned identifier for the request. If you need to contact Oracle about a
37
+ * particular request, please provide the request ID.
38
+ *
39
+ */
40
+ "opcRequestId"?: string;
41
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20220430
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-configuration-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-configuration-request.js","sourceRoot":"","sources":["../../../../../lib/licensemanager/lib/request/update-configuration-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,40 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20220430
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.28.0/licensemanager/UpdateLicenseRecord.ts.html |here} to see how to use UpdateLicenseRecordRequest.
17
+ */
18
+ export interface UpdateLicenseRecordRequest extends common.BaseRequest {
19
+ /**
20
+ * Unique license record identifier.
21
+ */
22
+ "licenseRecordId": string;
23
+ /**
24
+ * Details to update a license record entity.
25
+ */
26
+ "updateLicenseRecordDetails": model.UpdateLicenseRecordDetails;
27
+ /**
28
+ * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
29
+ * parameter to the value of the etag from a previous GET or POST response for that resource. The resource
30
+ * will be updated or deleted only if the etag you provide matches the resource's current etag value.
31
+ *
32
+ */
33
+ "ifMatch"?: string;
34
+ /**
35
+ * The unique Oracle-assigned identifier for the request. If you need to contact Oracle about a
36
+ * particular request, please provide the request ID.
37
+ *
38
+ */
39
+ "opcRequestId"?: string;
40
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20220430
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-license-record-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-license-record-request.js","sourceRoot":"","sources":["../../../../../lib/licensemanager/lib/request/update-license-record-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,40 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20220430
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.28.0/licensemanager/UpdateProductLicense.ts.html |here} to see how to use UpdateProductLicenseRequest.
17
+ */
18
+ export interface UpdateProductLicenseRequest extends common.BaseRequest {
19
+ /**
20
+ * Unique product license identifier.
21
+ */
22
+ "productLicenseId": string;
23
+ /**
24
+ * The list of images that needs to be updated.
25
+ */
26
+ "updateProductLicenseDetails": model.UpdateProductLicenseDetails;
27
+ /**
28
+ * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
29
+ * parameter to the value of the etag from a previous GET or POST response for that resource. The resource
30
+ * will be updated or deleted only if the etag you provide matches the resource's current etag value.
31
+ *
32
+ */
33
+ "ifMatch"?: string;
34
+ /**
35
+ * The unique Oracle-assigned identifier for the request. If you need to contact Oracle about a
36
+ * particular request, please provide the request ID.
37
+ *
38
+ */
39
+ "opcRequestId"?: string;
40
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20220430
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-product-license-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-product-license-request.js","sourceRoot":"","sources":["../../../../../lib/licensemanager/lib/request/update-product-license-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,25 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20220430
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
+ export interface BulkUploadLicenseRecordsResponse {
15
+ /**
16
+ * Unique Oracle-assigned identifier for the request. If you need to contact
17
+ * Oracle about a particular request, please provide the request ID.
18
+ *
19
+ */
20
+ "opcRequestId": string;
21
+ /**
22
+ * The returned model.BulkUploadResponse instance.
23
+ */
24
+ "bulkUploadResponse": model.BulkUploadResponse;
25
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20220430
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=bulk-upload-license-records-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"bulk-upload-license-records-response.js","sourceRoot":"","sources":["../../../../../lib/licensemanager/lib/response/bulk-upload-license-records-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,40 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20220430
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
+ export interface CreateLicenseRecordResponse {
15
+ /**
16
+ * For optimistic concurrency control. See `if-match`.
17
+ *
18
+ */
19
+ "etag": string;
20
+ /**
21
+ * Unique Oracle-assigned identifier for the asynchronous request. You can use this to query the status of the asynchronous operation.
22
+ *
23
+ */
24
+ "opcWorkRequestId": string;
25
+ /**
26
+ * Unique Oracle-assigned identifier for the request. If you need to contact
27
+ * Oracle about a particular request, please provide the request ID.
28
+ *
29
+ */
30
+ "opcRequestId": string;
31
+ /**
32
+ * Location of the resource.
33
+ *
34
+ */
35
+ "location": string;
36
+ /**
37
+ * The returned model.LicenseRecord instance.
38
+ */
39
+ "licenseRecord": model.LicenseRecord;
40
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20220430
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=create-license-record-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-license-record-response.js","sourceRoot":"","sources":["../../../../../lib/licensemanager/lib/response/create-license-record-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}