oci-networkfirewall 2.32.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 (251) 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 +232 -0
  9. package/lib/client.js +1302 -0
  10. package/lib/client.js.map +1 -0
  11. package/lib/model/action-type.d.ts +32 -0
  12. package/lib/model/action-type.js +43 -0
  13. package/lib/model/action-type.js.map +1 -0
  14. package/lib/model/application.d.ts +24 -0
  15. package/lib/model/application.js +77 -0
  16. package/lib/model/application.js.map +1 -0
  17. package/lib/model/change-network-firewall-compartment-details.d.ts +27 -0
  18. package/lib/model/change-network-firewall-compartment-details.js +29 -0
  19. package/lib/model/change-network-firewall-compartment-details.js.map +1 -0
  20. package/lib/model/change-network-firewall-policy-compartment-details.d.ts +27 -0
  21. package/lib/model/change-network-firewall-policy-compartment-details.js +29 -0
  22. package/lib/model/change-network-firewall-policy-compartment-details.js.map +1 -0
  23. package/lib/model/create-network-firewall-details.d.ts +74 -0
  24. package/lib/model/create-network-firewall-details.js +29 -0
  25. package/lib/model/create-network-firewall-details.js.map +1 -0
  26. package/lib/model/create-network-firewall-policy-details.d.ts +105 -0
  27. package/lib/model/create-network-firewall-policy-details.js +84 -0
  28. package/lib/model/create-network-firewall-policy-details.js.map +1 -0
  29. package/lib/model/decryption-profile.d.ts +22 -0
  30. package/lib/model/decryption-profile.js +69 -0
  31. package/lib/model/decryption-profile.js.map +1 -0
  32. package/lib/model/decryption-rule-match-criteria.d.ts +29 -0
  33. package/lib/model/decryption-rule-match-criteria.js +29 -0
  34. package/lib/model/decryption-rule-match-criteria.js.map +1 -0
  35. package/lib/model/decryption-rule.d.ts +54 -0
  36. package/lib/model/decryption-rule.js +67 -0
  37. package/lib/model/decryption-rule.js.map +1 -0
  38. package/lib/model/icmp-application.d.ts +32 -0
  39. package/lib/model/icmp-application.js +52 -0
  40. package/lib/model/icmp-application.js.map +1 -0
  41. package/lib/model/icmp6-application.d.ts +32 -0
  42. package/lib/model/icmp6-application.js +52 -0
  43. package/lib/model/icmp6-application.js.map +1 -0
  44. package/lib/model/index.d.ts +96 -0
  45. package/lib/model/index.js +119 -0
  46. package/lib/model/index.js.map +1 -0
  47. package/lib/model/lifecycle-state.d.ts +32 -0
  48. package/lib/model/lifecycle-state.js +43 -0
  49. package/lib/model/lifecycle-state.js.map +1 -0
  50. package/lib/model/mapped-secret.d.ts +39 -0
  51. package/lib/model/mapped-secret.js +75 -0
  52. package/lib/model/mapped-secret.js.map +1 -0
  53. package/lib/model/network-firewall-collection.d.ts +26 -0
  54. package/lib/model/network-firewall-collection.js +61 -0
  55. package/lib/model/network-firewall-collection.js.map +1 -0
  56. package/lib/model/network-firewall-policy-summary-collection.d.ts +26 -0
  57. package/lib/model/network-firewall-policy-summary-collection.js +61 -0
  58. package/lib/model/network-firewall-policy-summary-collection.js.map +1 -0
  59. package/lib/model/network-firewall-policy-summary.d.ts +82 -0
  60. package/lib/model/network-firewall-policy-summary.js +29 -0
  61. package/lib/model/network-firewall-policy-summary.js.map +1 -0
  62. package/lib/model/network-firewall-policy.d.ts +144 -0
  63. package/lib/model/network-firewall-policy.js +84 -0
  64. package/lib/model/network-firewall-policy.js.map +1 -0
  65. package/lib/model/network-firewall-summary.d.ts +105 -0
  66. package/lib/model/network-firewall-summary.js +29 -0
  67. package/lib/model/network-firewall-summary.js.map +1 -0
  68. package/lib/model/network-firewall.d.ts +109 -0
  69. package/lib/model/network-firewall.js +29 -0
  70. package/lib/model/network-firewall.js.map +1 -0
  71. package/lib/model/operation-status.d.ts +33 -0
  72. package/lib/model/operation-status.js +44 -0
  73. package/lib/model/operation-status.js.map +1 -0
  74. package/lib/model/operation-type.d.ts +34 -0
  75. package/lib/model/operation-type.js +45 -0
  76. package/lib/model/operation-type.js.map +1 -0
  77. package/lib/model/security-rule-match-criteria.d.ts +39 -0
  78. package/lib/model/security-rule-match-criteria.js +29 -0
  79. package/lib/model/security-rule-match-criteria.js.map +1 -0
  80. package/lib/model/security-rule.d.ts +68 -0
  81. package/lib/model/security-rule.js +79 -0
  82. package/lib/model/security-rule.js.map +1 -0
  83. package/lib/model/simple-url-pattern.d.ts +64 -0
  84. package/lib/model/simple-url-pattern.js +52 -0
  85. package/lib/model/simple-url-pattern.js.map +1 -0
  86. package/lib/model/sort-order.d.ts +23 -0
  87. package/lib/model/sort-order.js +34 -0
  88. package/lib/model/sort-order.js.map +1 -0
  89. package/lib/model/ssl-forward-proxy-profile.d.ts +62 -0
  90. package/lib/model/ssl-forward-proxy-profile.js +54 -0
  91. package/lib/model/ssl-forward-proxy-profile.js.map +1 -0
  92. package/lib/model/ssl-inbound-inspection-profile.d.ts +36 -0
  93. package/lib/model/ssl-inbound-inspection-profile.js +54 -0
  94. package/lib/model/ssl-inbound-inspection-profile.js.map +1 -0
  95. package/lib/model/tcp-application.d.ts +32 -0
  96. package/lib/model/tcp-application.js +52 -0
  97. package/lib/model/tcp-application.js.map +1 -0
  98. package/lib/model/udp-application.d.ts +32 -0
  99. package/lib/model/udp-application.js +52 -0
  100. package/lib/model/udp-application.js.map +1 -0
  101. package/lib/model/update-network-firewall-details.d.ts +51 -0
  102. package/lib/model/update-network-firewall-details.js +29 -0
  103. package/lib/model/update-network-firewall-details.js.map +1 -0
  104. package/lib/model/update-network-firewall-policy-details.d.ts +101 -0
  105. package/lib/model/update-network-firewall-policy-details.js +84 -0
  106. package/lib/model/update-network-firewall-policy-details.js.map +1 -0
  107. package/lib/model/url-pattern.d.ts +23 -0
  108. package/lib/model/url-pattern.js +65 -0
  109. package/lib/model/url-pattern.js.map +1 -0
  110. package/lib/model/vault-mapped-secret.d.ts +32 -0
  111. package/lib/model/vault-mapped-secret.js +52 -0
  112. package/lib/model/vault-mapped-secret.js.map +1 -0
  113. package/lib/model/work-request-error-collection.d.ts +26 -0
  114. package/lib/model/work-request-error-collection.js +61 -0
  115. package/lib/model/work-request-error-collection.js.map +1 -0
  116. package/lib/model/work-request-error.d.ts +35 -0
  117. package/lib/model/work-request-error.js +29 -0
  118. package/lib/model/work-request-error.js.map +1 -0
  119. package/lib/model/work-request-log-entry-collection.d.ts +26 -0
  120. package/lib/model/work-request-log-entry-collection.js +61 -0
  121. package/lib/model/work-request-log-entry-collection.js.map +1 -0
  122. package/lib/model/work-request-log-entry.d.ts +29 -0
  123. package/lib/model/work-request-log-entry.js +29 -0
  124. package/lib/model/work-request-log-entry.js.map +1 -0
  125. package/lib/model/work-request-resource-metadata-key.d.ts +27 -0
  126. package/lib/model/work-request-resource-metadata-key.js +38 -0
  127. package/lib/model/work-request-resource-metadata-key.js.map +1 -0
  128. package/lib/model/work-request-resource.d.ts +48 -0
  129. package/lib/model/work-request-resource.js +29 -0
  130. package/lib/model/work-request-resource.js.map +1 -0
  131. package/lib/model/work-request-summary-collection.d.ts +26 -0
  132. package/lib/model/work-request-summary-collection.js +61 -0
  133. package/lib/model/work-request-summary-collection.js.map +1 -0
  134. package/lib/model/work-request-summary.d.ts +67 -0
  135. package/lib/model/work-request-summary.js +61 -0
  136. package/lib/model/work-request-summary.js.map +1 -0
  137. package/lib/model/work-request.d.ts +67 -0
  138. package/lib/model/work-request.js +61 -0
  139. package/lib/model/work-request.js.map +1 -0
  140. package/lib/networkfirewall-waiter.d.ts +44 -0
  141. package/lib/networkfirewall-waiter.js +88 -0
  142. package/lib/networkfirewall-waiter.js.map +1 -0
  143. package/lib/request/cancel-work-request-request.d.ts +35 -0
  144. package/lib/request/cancel-work-request-request.js +15 -0
  145. package/lib/request/cancel-work-request-request.js.map +1 -0
  146. package/lib/request/change-network-firewall-compartment-request.d.ts +40 -0
  147. package/lib/request/change-network-firewall-compartment-request.js +15 -0
  148. package/lib/request/change-network-firewall-compartment-request.js.map +1 -0
  149. package/lib/request/change-network-firewall-policy-compartment-request.d.ts +49 -0
  150. package/lib/request/change-network-firewall-policy-compartment-request.js +15 -0
  151. package/lib/request/change-network-firewall-policy-compartment-request.js.map +1 -0
  152. package/lib/request/create-network-firewall-policy-request.d.ts +36 -0
  153. package/lib/request/create-network-firewall-policy-request.js +15 -0
  154. package/lib/request/create-network-firewall-policy-request.js.map +1 -0
  155. package/lib/request/create-network-firewall-request.d.ts +36 -0
  156. package/lib/request/create-network-firewall-request.js +15 -0
  157. package/lib/request/create-network-firewall-request.js.map +1 -0
  158. package/lib/request/delete-network-firewall-policy-request.d.ts +35 -0
  159. package/lib/request/delete-network-firewall-policy-request.js +15 -0
  160. package/lib/request/delete-network-firewall-policy-request.js.map +1 -0
  161. package/lib/request/delete-network-firewall-request.d.ts +35 -0
  162. package/lib/request/delete-network-firewall-request.js +15 -0
  163. package/lib/request/delete-network-firewall-request.js.map +1 -0
  164. package/lib/request/get-network-firewall-policy-request.d.ts +26 -0
  165. package/lib/request/get-network-firewall-policy-request.js +15 -0
  166. package/lib/request/get-network-firewall-policy-request.js.map +1 -0
  167. package/lib/request/get-network-firewall-request.d.ts +26 -0
  168. package/lib/request/get-network-firewall-request.js +15 -0
  169. package/lib/request/get-network-firewall-request.js.map +1 -0
  170. package/lib/request/get-work-request-request.d.ts +26 -0
  171. package/lib/request/get-work-request-request.js +15 -0
  172. package/lib/request/get-work-request-request.js.map +1 -0
  173. package/lib/request/index.d.ts +46 -0
  174. package/lib/request/index.js +45 -0
  175. package/lib/request/index.js.map +1 -0
  176. package/lib/request/list-network-firewall-policies-request.d.ts +62 -0
  177. package/lib/request/list-network-firewall-policies-request.js +24 -0
  178. package/lib/request/list-network-firewall-policies-request.js.map +1 -0
  179. package/lib/request/list-network-firewalls-request.d.ts +73 -0
  180. package/lib/request/list-network-firewalls-request.js +24 -0
  181. package/lib/request/list-network-firewalls-request.js.map +1 -0
  182. package/lib/request/list-work-request-errors-request.d.ts +49 -0
  183. package/lib/request/list-work-request-errors-request.js +23 -0
  184. package/lib/request/list-work-request-errors-request.js.map +1 -0
  185. package/lib/request/list-work-request-logs-request.d.ts +49 -0
  186. package/lib/request/list-work-request-logs-request.js +23 -0
  187. package/lib/request/list-work-request-logs-request.js.map +1 -0
  188. package/lib/request/list-work-requests-request.d.ts +61 -0
  189. package/lib/request/list-work-requests-request.js +23 -0
  190. package/lib/request/list-work-requests-request.js.map +1 -0
  191. package/lib/request/update-network-firewall-policy-request.d.ts +40 -0
  192. package/lib/request/update-network-firewall-policy-request.js +15 -0
  193. package/lib/request/update-network-firewall-policy-request.js.map +1 -0
  194. package/lib/request/update-network-firewall-request.d.ts +40 -0
  195. package/lib/request/update-network-firewall-request.js +15 -0
  196. package/lib/request/update-network-firewall-request.js.map +1 -0
  197. package/lib/response/cancel-work-request-response.d.ts +20 -0
  198. package/lib/response/cancel-work-request-response.js +15 -0
  199. package/lib/response/cancel-work-request-response.js.map +1 -0
  200. package/lib/response/change-network-firewall-compartment-response.d.ts +25 -0
  201. package/lib/response/change-network-firewall-compartment-response.js +15 -0
  202. package/lib/response/change-network-firewall-compartment-response.js.map +1 -0
  203. package/lib/response/change-network-firewall-policy-compartment-response.d.ts +20 -0
  204. package/lib/response/change-network-firewall-policy-compartment-response.js +15 -0
  205. package/lib/response/change-network-firewall-policy-compartment-response.js.map +1 -0
  206. package/lib/response/create-network-firewall-policy-response.d.ts +35 -0
  207. package/lib/response/create-network-firewall-policy-response.js +15 -0
  208. package/lib/response/create-network-firewall-policy-response.js.map +1 -0
  209. package/lib/response/create-network-firewall-response.d.ts +35 -0
  210. package/lib/response/create-network-firewall-response.js +15 -0
  211. package/lib/response/create-network-firewall-response.js.map +1 -0
  212. package/lib/response/delete-network-firewall-policy-response.d.ts +25 -0
  213. package/lib/response/delete-network-firewall-policy-response.js +15 -0
  214. package/lib/response/delete-network-firewall-policy-response.js.map +1 -0
  215. package/lib/response/delete-network-firewall-response.d.ts +25 -0
  216. package/lib/response/delete-network-firewall-response.js +15 -0
  217. package/lib/response/delete-network-firewall-response.js.map +1 -0
  218. package/lib/response/get-network-firewall-policy-response.d.ts +30 -0
  219. package/lib/response/get-network-firewall-policy-response.js +15 -0
  220. package/lib/response/get-network-firewall-policy-response.js.map +1 -0
  221. package/lib/response/get-network-firewall-response.d.ts +30 -0
  222. package/lib/response/get-network-firewall-response.js +15 -0
  223. package/lib/response/get-network-firewall-response.js.map +1 -0
  224. package/lib/response/get-work-request-response.d.ts +34 -0
  225. package/lib/response/get-work-request-response.js +15 -0
  226. package/lib/response/get-work-request-response.js.map +1 -0
  227. package/lib/response/index.d.ts +46 -0
  228. package/lib/response/index.js +15 -0
  229. package/lib/response/index.js.map +1 -0
  230. package/lib/response/list-network-firewall-policies-response.d.ts +50 -0
  231. package/lib/response/list-network-firewall-policies-response.js +15 -0
  232. package/lib/response/list-network-firewall-policies-response.js.map +1 -0
  233. package/lib/response/list-network-firewalls-response.d.ts +50 -0
  234. package/lib/response/list-network-firewalls-response.js +15 -0
  235. package/lib/response/list-network-firewalls-response.js.map +1 -0
  236. package/lib/response/list-work-request-errors-response.d.ts +39 -0
  237. package/lib/response/list-work-request-errors-response.js +15 -0
  238. package/lib/response/list-work-request-errors-response.js.map +1 -0
  239. package/lib/response/list-work-request-logs-response.d.ts +39 -0
  240. package/lib/response/list-work-request-logs-response.js +15 -0
  241. package/lib/response/list-work-request-logs-response.js.map +1 -0
  242. package/lib/response/list-work-requests-response.d.ts +39 -0
  243. package/lib/response/list-work-requests-response.js +15 -0
  244. package/lib/response/list-work-requests-response.js.map +1 -0
  245. package/lib/response/update-network-firewall-policy-response.d.ts +25 -0
  246. package/lib/response/update-network-firewall-policy-response.js +15 -0
  247. package/lib/response/update-network-firewall-policy-response.js.map +1 -0
  248. package/lib/response/update-network-firewall-response.d.ts +25 -0
  249. package/lib/response/update-network-firewall-response.js +15 -0
  250. package/lib/response/update-network-firewall-response.js.map +1 -0
  251. package/package.json +29 -0
@@ -0,0 +1,54 @@
1
+ "use strict";
2
+ /**
3
+ * Network Firewall API
4
+ * Use the Network Firewall API to create network firewalls and configure policies that regulates network traffic in and across VCNs.
5
+ * OpenAPI spec version: 20211001
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.SslForwardProxyProfile = void 0;
35
+ const model = __importStar(require("../model"));
36
+ var SslForwardProxyProfile;
37
+ (function (SslForwardProxyProfile) {
38
+ function getJsonObj(obj, isParentJsonObj) {
39
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
40
+ ? obj
41
+ : model.DecryptionProfile.getJsonObj(obj))), {});
42
+ return jsonObj;
43
+ }
44
+ SslForwardProxyProfile.getJsonObj = getJsonObj;
45
+ SslForwardProxyProfile.type = "SSL_FORWARD_PROXY";
46
+ function getDeserializedJsonObj(obj, isParentJsonObj) {
47
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
48
+ ? obj
49
+ : model.DecryptionProfile.getDeserializedJsonObj(obj))), {});
50
+ return jsonObj;
51
+ }
52
+ SslForwardProxyProfile.getDeserializedJsonObj = getDeserializedJsonObj;
53
+ })(SslForwardProxyProfile = exports.SslForwardProxyProfile || (exports.SslForwardProxyProfile = {}));
54
+ //# sourceMappingURL=ssl-forward-proxy-profile.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ssl-forward-proxy-profile.js","sourceRoot":"","sources":["../../../../../lib/networkfirewall/lib/model/ssl-forward-proxy-profile.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAiDlC,IAAiB,sBAAsB,CAyBtC;AAzBD,WAAiB,sBAAsB;IACrC,SAAgB,UAAU,CAAC,GAA2B,EAAE,eAAyB;QAC/E,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,iBAAiB,CAAC,UAAU,CAAC,GAAG,CAA4B,CAAC,GACrE,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IATe,iCAAU,aASzB,CAAA;IACY,2BAAI,GAAG,mBAAmB,CAAC;IACxC,SAAgB,sBAAsB,CACpC,GAA2B,EAC3B,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,iBAAiB,CAAC,sBAAsB,CAAC,GAAG,CAA4B,CAAC,GACjF,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAZe,6CAAsB,yBAYrC,CAAA;AACH,CAAC,EAzBgB,sBAAsB,GAAtB,8BAAsB,KAAtB,8BAAsB,QAyBtC"}
@@ -0,0 +1,36 @@
1
+ /**
2
+ * Network Firewall API
3
+ * Use the Network Firewall API to create network firewalls and configure policies that regulates network traffic in and across VCNs.
4
+ * OpenAPI spec version: 20211001
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
+ * SSLInboundInspection used on the firewall policy rules.
16
+ */
17
+ export interface SslInboundInspectionProfile extends model.DecryptionProfile {
18
+ /**
19
+ * Whether to block sessions if SSL version is not supported.
20
+ */
21
+ "isUnsupportedVersionBlocked": boolean;
22
+ /**
23
+ * Whether to block sessions if SSL cipher suite is not supported.
24
+ */
25
+ "isUnsupportedCipherBlocked": boolean;
26
+ /**
27
+ * Whether to block sessions if the firewall is temporarily unable to decrypt their traffic.
28
+ */
29
+ "isOutOfCapacityBlocked": boolean;
30
+ "type": string;
31
+ }
32
+ export declare namespace SslInboundInspectionProfile {
33
+ function getJsonObj(obj: SslInboundInspectionProfile, isParentJsonObj?: boolean): object;
34
+ const type = "SSL_INBOUND_INSPECTION";
35
+ function getDeserializedJsonObj(obj: SslInboundInspectionProfile, isParentJsonObj?: boolean): object;
36
+ }
@@ -0,0 +1,54 @@
1
+ "use strict";
2
+ /**
3
+ * Network Firewall API
4
+ * Use the Network Firewall API to create network firewalls and configure policies that regulates network traffic in and across VCNs.
5
+ * OpenAPI spec version: 20211001
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.SslInboundInspectionProfile = void 0;
35
+ const model = __importStar(require("../model"));
36
+ var SslInboundInspectionProfile;
37
+ (function (SslInboundInspectionProfile) {
38
+ function getJsonObj(obj, isParentJsonObj) {
39
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
40
+ ? obj
41
+ : model.DecryptionProfile.getJsonObj(obj))), {});
42
+ return jsonObj;
43
+ }
44
+ SslInboundInspectionProfile.getJsonObj = getJsonObj;
45
+ SslInboundInspectionProfile.type = "SSL_INBOUND_INSPECTION";
46
+ function getDeserializedJsonObj(obj, isParentJsonObj) {
47
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
48
+ ? obj
49
+ : model.DecryptionProfile.getDeserializedJsonObj(obj))), {});
50
+ return jsonObj;
51
+ }
52
+ SslInboundInspectionProfile.getDeserializedJsonObj = getDeserializedJsonObj;
53
+ })(SslInboundInspectionProfile = exports.SslInboundInspectionProfile || (exports.SslInboundInspectionProfile = {}));
54
+ //# sourceMappingURL=ssl-inbound-inspection-profile.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ssl-inbound-inspection-profile.js","sourceRoot":"","sources":["../../../../../lib/networkfirewall/lib/model/ssl-inbound-inspection-profile.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAuBlC,IAAiB,2BAA2B,CAyB3C;AAzBD,WAAiB,2BAA2B;IAC1C,SAAgB,UAAU,CAAC,GAAgC,EAAE,eAAyB;QACpF,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,iBAAiB,CAAC,UAAU,CAAC,GAAG,CAAiC,CAAC,GAC1E,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IATe,sCAAU,aASzB,CAAA;IACY,gCAAI,GAAG,wBAAwB,CAAC;IAC7C,SAAgB,sBAAsB,CACpC,GAAgC,EAChC,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,iBAAiB,CAAC,sBAAsB,CAAC,GAAG,CAAiC,CAAC,GACtF,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAZe,kDAAsB,yBAYrC,CAAA;AACH,CAAC,EAzBgB,2BAA2B,GAA3B,mCAA2B,KAA3B,mCAA2B,QAyB3C"}
@@ -0,0 +1,32 @@
1
+ /**
2
+ * Network Firewall API
3
+ * Use the Network Firewall API to create network firewalls and configure policies that regulates network traffic in and across VCNs.
4
+ * OpenAPI spec version: 20211001
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
+ * TCP Application used on the firewall policy rules.
16
+ */
17
+ export interface TcpApplication extends model.Application {
18
+ /**
19
+ * The minimum port in the range (inclusive), or the sole port of a single-port range. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
20
+ */
21
+ "minimumPort": number;
22
+ /**
23
+ * The maximum port in the range (inclusive), which may be absent for a single-port range. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
24
+ */
25
+ "maximumPort"?: number;
26
+ "type": string;
27
+ }
28
+ export declare namespace TcpApplication {
29
+ function getJsonObj(obj: TcpApplication, isParentJsonObj?: boolean): object;
30
+ const type = "TCP";
31
+ function getDeserializedJsonObj(obj: TcpApplication, isParentJsonObj?: boolean): object;
32
+ }
@@ -0,0 +1,52 @@
1
+ "use strict";
2
+ /**
3
+ * Network Firewall API
4
+ * Use the Network Firewall API to create network firewalls and configure policies that regulates network traffic in and across VCNs.
5
+ * OpenAPI spec version: 20211001
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.TcpApplication = void 0;
35
+ const model = __importStar(require("../model"));
36
+ var TcpApplication;
37
+ (function (TcpApplication) {
38
+ function getJsonObj(obj, isParentJsonObj) {
39
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj ? obj : model.Application.getJsonObj(obj))), {});
40
+ return jsonObj;
41
+ }
42
+ TcpApplication.getJsonObj = getJsonObj;
43
+ TcpApplication.type = "TCP";
44
+ function getDeserializedJsonObj(obj, isParentJsonObj) {
45
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
46
+ ? obj
47
+ : model.Application.getDeserializedJsonObj(obj))), {});
48
+ return jsonObj;
49
+ }
50
+ TcpApplication.getDeserializedJsonObj = getDeserializedJsonObj;
51
+ })(TcpApplication = exports.TcpApplication || (exports.TcpApplication = {}));
52
+ //# sourceMappingURL=tcp-application.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"tcp-application.js","sourceRoot":"","sources":["../../../../../lib/networkfirewall/lib/model/tcp-application.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAmBlC,IAAiB,cAAc,CAoB9B;AApBD,WAAiB,cAAc;IAC7B,SAAgB,UAAU,CAAC,GAAmB,EAAE,eAAyB;QACvE,MAAM,OAAO,mCACR,CAAC,eAAe,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAE,KAAK,CAAC,WAAW,CAAC,UAAU,CAAC,GAAG,CAAoB,CAAC,GAC/E,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAPe,yBAAU,aAOzB,CAAA;IACY,mBAAI,GAAG,KAAK,CAAC;IAC1B,SAAgB,sBAAsB,CAAC,GAAmB,EAAE,eAAyB;QACnF,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,WAAW,CAAC,sBAAsB,CAAC,GAAG,CAAoB,CAAC,GACnE,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IATe,qCAAsB,yBASrC,CAAA;AACH,CAAC,EApBgB,cAAc,GAAd,sBAAc,KAAd,sBAAc,QAoB9B"}
@@ -0,0 +1,32 @@
1
+ /**
2
+ * Network Firewall API
3
+ * Use the Network Firewall API to create network firewalls and configure policies that regulates network traffic in and across VCNs.
4
+ * OpenAPI spec version: 20211001
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
+ * UDP Application used on the firewall policy rules.
16
+ */
17
+ export interface UdpApplication extends model.Application {
18
+ /**
19
+ * The minimum port in the range (inclusive), or the sole port of a single-port range. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
20
+ */
21
+ "minimumPort": number;
22
+ /**
23
+ * The maximum port in the range (inclusive), which may be absent for a single-port range. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
24
+ */
25
+ "maximumPort"?: number;
26
+ "type": string;
27
+ }
28
+ export declare namespace UdpApplication {
29
+ function getJsonObj(obj: UdpApplication, isParentJsonObj?: boolean): object;
30
+ const type = "UDP";
31
+ function getDeserializedJsonObj(obj: UdpApplication, isParentJsonObj?: boolean): object;
32
+ }
@@ -0,0 +1,52 @@
1
+ "use strict";
2
+ /**
3
+ * Network Firewall API
4
+ * Use the Network Firewall API to create network firewalls and configure policies that regulates network traffic in and across VCNs.
5
+ * OpenAPI spec version: 20211001
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.UdpApplication = void 0;
35
+ const model = __importStar(require("../model"));
36
+ var UdpApplication;
37
+ (function (UdpApplication) {
38
+ function getJsonObj(obj, isParentJsonObj) {
39
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj ? obj : model.Application.getJsonObj(obj))), {});
40
+ return jsonObj;
41
+ }
42
+ UdpApplication.getJsonObj = getJsonObj;
43
+ UdpApplication.type = "UDP";
44
+ function getDeserializedJsonObj(obj, isParentJsonObj) {
45
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
46
+ ? obj
47
+ : model.Application.getDeserializedJsonObj(obj))), {});
48
+ return jsonObj;
49
+ }
50
+ UdpApplication.getDeserializedJsonObj = getDeserializedJsonObj;
51
+ })(UdpApplication = exports.UdpApplication || (exports.UdpApplication = {}));
52
+ //# sourceMappingURL=udp-application.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"udp-application.js","sourceRoot":"","sources":["../../../../../lib/networkfirewall/lib/model/udp-application.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAmBlC,IAAiB,cAAc,CAoB9B;AApBD,WAAiB,cAAc;IAC7B,SAAgB,UAAU,CAAC,GAAmB,EAAE,eAAyB;QACvE,MAAM,OAAO,mCACR,CAAC,eAAe,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAE,KAAK,CAAC,WAAW,CAAC,UAAU,CAAC,GAAG,CAAoB,CAAC,GAC/E,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAPe,yBAAU,aAOzB,CAAA;IACY,mBAAI,GAAG,KAAK,CAAC;IAC1B,SAAgB,sBAAsB,CAAC,GAAmB,EAAE,eAAyB;QACnF,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,WAAW,CAAC,sBAAsB,CAAC,GAAG,CAAoB,CAAC,GACnE,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IATe,qCAAsB,yBASrC,CAAA;AACH,CAAC,EApBgB,cAAc,GAAd,sBAAc,KAAd,sBAAc,QAoB9B"}
@@ -0,0 +1,51 @@
1
+ /**
2
+ * Network Firewall API
3
+ * Use the Network Firewall API to create network firewalls and configure policies that regulates network traffic in and across VCNs.
4
+ * OpenAPI spec version: 20211001
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 information to be updated.
15
+ */
16
+ export interface UpdateNetworkFirewallDetails {
17
+ /**
18
+ * A user-friendly name for the Network Firewall. Does not have to be unique, and it's changeable. Avoid entering confidential information.
19
+ */
20
+ "displayName"?: string;
21
+ /**
22
+ * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Network Firewall Policy.
23
+ */
24
+ "networkFirewallPolicyId"?: string;
25
+ /**
26
+ * An array of network security groups [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) associated with the Network Firewall.
27
+ */
28
+ "networkSecurityGroupIds"?: Array<string>;
29
+ /**
30
+ * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
31
+ * Example: `{\"bar-key\": \"value\"}`
32
+ *
33
+ */
34
+ "freeformTags"?: {
35
+ [key: string]: string;
36
+ };
37
+ /**
38
+ * Defined tags for this resource. Each key is predefined and scoped to a namespace.
39
+ * Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
40
+ *
41
+ */
42
+ "definedTags"?: {
43
+ [key: string]: {
44
+ [key: string]: any;
45
+ };
46
+ };
47
+ }
48
+ export declare namespace UpdateNetworkFirewallDetails {
49
+ function getJsonObj(obj: UpdateNetworkFirewallDetails): object;
50
+ function getDeserializedJsonObj(obj: UpdateNetworkFirewallDetails): object;
51
+ }
@@ -0,0 +1,29 @@
1
+ "use strict";
2
+ /**
3
+ * Network Firewall API
4
+ * Use the Network Firewall API to create network firewalls and configure policies that regulates network traffic in and across VCNs.
5
+ * OpenAPI spec version: 20211001
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.UpdateNetworkFirewallDetails = void 0;
16
+ var UpdateNetworkFirewallDetails;
17
+ (function (UpdateNetworkFirewallDetails) {
18
+ function getJsonObj(obj) {
19
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
20
+ return jsonObj;
21
+ }
22
+ UpdateNetworkFirewallDetails.getJsonObj = getJsonObj;
23
+ function getDeserializedJsonObj(obj) {
24
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
25
+ return jsonObj;
26
+ }
27
+ UpdateNetworkFirewallDetails.getDeserializedJsonObj = getDeserializedJsonObj;
28
+ })(UpdateNetworkFirewallDetails = exports.UpdateNetworkFirewallDetails || (exports.UpdateNetworkFirewallDetails = {}));
29
+ //# sourceMappingURL=update-network-firewall-details.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-network-firewall-details.js","sourceRoot":"","sources":["../../../../../lib/networkfirewall/lib/model/update-network-firewall-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAmCH,IAAiB,4BAA4B,CAW5C;AAXD,WAAiB,4BAA4B;IAC3C,SAAgB,UAAU,CAAC,GAAiC;QAC1D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,uCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAiC;QACtE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,mDAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,4BAA4B,GAA5B,oCAA4B,KAA5B,oCAA4B,QAW5C"}
@@ -0,0 +1,101 @@
1
+ /**
2
+ * Network Firewall API
3
+ * Use the Network Firewall API to create network firewalls and configure policies that regulates network traffic in and across VCNs.
4
+ * OpenAPI spec version: 20211001
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
+ * The request details to be updated in the firewall policy.
16
+ */
17
+ export interface UpdateNetworkFirewallPolicyDetails {
18
+ /**
19
+ * A user-friendly name for the firewall. Does not have to be unique, and it's changeable. Avoid entering confidential information.
20
+ */
21
+ "displayName"?: string;
22
+ /**
23
+ * Map defining secrets of the policy.
24
+ * The value of an entry is a \"mapped secret\" consisting of a purpose and source.
25
+ * The associated key is the identifier by which the mapped secret is referenced.
26
+ *
27
+ */
28
+ "mappedSecrets"?: {
29
+ [key: string]: model.MappedSecret;
30
+ };
31
+ /**
32
+ * Map defining application lists of the policy.
33
+ * The value of an entry is a list of \"applications\", each consisting of a protocol identifier (such as TCP, UDP, or ICMP) and protocol-specific parameters (such as a port range).
34
+ * The associated key is the identifier by which the application list is referenced.
35
+ *
36
+ */
37
+ "applicationLists"?: {
38
+ [key: string]: Array<model.Application>;
39
+ };
40
+ /**
41
+ * Map defining URL pattern lists of the policy.
42
+ * The value of an entry is a list of URL patterns.
43
+ * The associated key is the identifier by which the URL pattern list is referenced.
44
+ *
45
+ */
46
+ "urlLists"?: {
47
+ [key: string]: Array<model.UrlPattern>;
48
+ };
49
+ /**
50
+ * Map defining IP address lists of the policy.
51
+ * The value of an entry is a list of IP addresses or prefixes in CIDR notation.
52
+ * The associated key is the identifier by which the IP address list is referenced.
53
+ *
54
+ */
55
+ "ipAddressLists"?: {
56
+ [key: string]: Array<string>;
57
+ };
58
+ /**
59
+ * List of Security Rules defining the behavior of the policy.
60
+ * The first rule with a matching condition determines the action taken upon network traffic.
61
+ *
62
+ */
63
+ "securityRules"?: Array<model.SecurityRule>;
64
+ /**
65
+ * List of Decryption Rules defining the behavior of the policy.
66
+ * The first rule with a matching condition determines the action taken upon network traffic.
67
+ *
68
+ */
69
+ "decryptionRules"?: Array<model.DecryptionRule>;
70
+ /**
71
+ * Map defining decryption profiles of the policy.
72
+ * The value of an entry is a decryption profile.
73
+ * The associated key is the identifier by which the decryption profile is referenced.
74
+ *
75
+ */
76
+ "decryptionProfiles"?: {
77
+ [key: string]: model.DecryptionProfile;
78
+ };
79
+ /**
80
+ * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
81
+ * Example: `{\"bar-key\": \"value\"}`
82
+ *
83
+ */
84
+ "freeformTags"?: {
85
+ [key: string]: string;
86
+ };
87
+ /**
88
+ * Defined tags for this resource. Each key is predefined and scoped to a namespace.
89
+ * Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
90
+ *
91
+ */
92
+ "definedTags"?: {
93
+ [key: string]: {
94
+ [key: string]: any;
95
+ };
96
+ };
97
+ }
98
+ export declare namespace UpdateNetworkFirewallPolicyDetails {
99
+ function getJsonObj(obj: UpdateNetworkFirewallPolicyDetails): object;
100
+ function getDeserializedJsonObj(obj: UpdateNetworkFirewallPolicyDetails): object;
101
+ }
@@ -0,0 +1,84 @@
1
+ "use strict";
2
+ /**
3
+ * Network Firewall API
4
+ * Use the Network Firewall API to create network firewalls and configure policies that regulates network traffic in and across VCNs.
5
+ * OpenAPI spec version: 20211001
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.UpdateNetworkFirewallPolicyDetails = void 0;
35
+ const model = __importStar(require("../model"));
36
+ const common = require("oci-common");
37
+ var UpdateNetworkFirewallPolicyDetails;
38
+ (function (UpdateNetworkFirewallPolicyDetails) {
39
+ function getJsonObj(obj) {
40
+ const jsonObj = Object.assign(Object.assign({}, obj), {
41
+ "mappedSecrets": obj.mappedSecrets
42
+ ? common.mapContainer(obj.mappedSecrets, model.MappedSecret.getJsonObj)
43
+ : undefined,
44
+ "securityRules": obj.securityRules
45
+ ? obj.securityRules.map(item => {
46
+ return model.SecurityRule.getJsonObj(item);
47
+ })
48
+ : undefined,
49
+ "decryptionRules": obj.decryptionRules
50
+ ? obj.decryptionRules.map(item => {
51
+ return model.DecryptionRule.getJsonObj(item);
52
+ })
53
+ : undefined,
54
+ "decryptionProfiles": obj.decryptionProfiles
55
+ ? common.mapContainer(obj.decryptionProfiles, model.DecryptionProfile.getJsonObj)
56
+ : undefined
57
+ });
58
+ return jsonObj;
59
+ }
60
+ UpdateNetworkFirewallPolicyDetails.getJsonObj = getJsonObj;
61
+ function getDeserializedJsonObj(obj) {
62
+ const jsonObj = Object.assign(Object.assign({}, obj), {
63
+ "mappedSecrets": obj.mappedSecrets
64
+ ? common.mapContainer(obj.mappedSecrets, model.MappedSecret.getDeserializedJsonObj)
65
+ : undefined,
66
+ "securityRules": obj.securityRules
67
+ ? obj.securityRules.map(item => {
68
+ return model.SecurityRule.getDeserializedJsonObj(item);
69
+ })
70
+ : undefined,
71
+ "decryptionRules": obj.decryptionRules
72
+ ? obj.decryptionRules.map(item => {
73
+ return model.DecryptionRule.getDeserializedJsonObj(item);
74
+ })
75
+ : undefined,
76
+ "decryptionProfiles": obj.decryptionProfiles
77
+ ? common.mapContainer(obj.decryptionProfiles, model.DecryptionProfile.getDeserializedJsonObj)
78
+ : undefined
79
+ });
80
+ return jsonObj;
81
+ }
82
+ UpdateNetworkFirewallPolicyDetails.getDeserializedJsonObj = getDeserializedJsonObj;
83
+ })(UpdateNetworkFirewallPolicyDetails = exports.UpdateNetworkFirewallPolicyDetails || (exports.UpdateNetworkFirewallPolicyDetails = {}));
84
+ //# sourceMappingURL=update-network-firewall-policy-details.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-network-firewall-policy-details.js","sourceRoot":"","sources":["../../../../../lib/networkfirewall/lib/model/update-network-firewall-policy-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAClC,qCAAsC;AAuEtC,IAAiB,kCAAkC,CAwDlD;AAxDD,WAAiB,kCAAkC;IACjD,SAAgB,UAAU,CAAC,GAAuC;QAChE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,eAAe,EAAE,GAAG,CAAC,aAAa;gBAChC,CAAC,CAAC,MAAM,CAAC,YAAY,CAAC,GAAG,CAAC,aAAa,EAAE,KAAK,CAAC,YAAY,CAAC,UAAU,CAAC;gBACvE,CAAC,CAAC,SAAS;YAEb,eAAe,EAAE,GAAG,CAAC,aAAa;gBAChC,CAAC,CAAC,GAAG,CAAC,aAAa,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC3B,OAAO,KAAK,CAAC,YAAY,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAC7C,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;YACb,iBAAiB,EAAE,GAAG,CAAC,eAAe;gBACpC,CAAC,CAAC,GAAG,CAAC,eAAe,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC7B,OAAO,KAAK,CAAC,cAAc,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAC/C,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;YACb,oBAAoB,EAAE,GAAG,CAAC,kBAAkB;gBAC1C,CAAC,CAAC,MAAM,CAAC,YAAY,CAAC,GAAG,CAAC,kBAAkB,EAAE,KAAK,CAAC,iBAAiB,CAAC,UAAU,CAAC;gBACjF,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAzBe,6CAAU,aAyBzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAuC;QAC5E,MAAM,OAAO,mCACR,GAAG,GACH;YACD,eAAe,EAAE,GAAG,CAAC,aAAa;gBAChC,CAAC,CAAC,MAAM,CAAC,YAAY,CAAC,GAAG,CAAC,aAAa,EAAE,KAAK,CAAC,YAAY,CAAC,sBAAsB,CAAC;gBACnF,CAAC,CAAC,SAAS;YAEb,eAAe,EAAE,GAAG,CAAC,aAAa;gBAChC,CAAC,CAAC,GAAG,CAAC,aAAa,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC3B,OAAO,KAAK,CAAC,YAAY,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACzD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;YACb,iBAAiB,EAAE,GAAG,CAAC,eAAe;gBACpC,CAAC,CAAC,GAAG,CAAC,eAAe,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC7B,OAAO,KAAK,CAAC,cAAc,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAC3D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;YACb,oBAAoB,EAAE,GAAG,CAAC,kBAAkB;gBAC1C,CAAC,CAAC,MAAM,CAAC,YAAY,CACjB,GAAG,CAAC,kBAAkB,EACtB,KAAK,CAAC,iBAAiB,CAAC,sBAAsB,CAC/C;gBACH,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IA5Be,yDAAsB,yBA4BrC,CAAA;AACH,CAAC,EAxDgB,kCAAkC,GAAlC,0CAAkC,KAAlC,0CAAkC,QAwDlD"}
@@ -0,0 +1,23 @@
1
+ /**
2
+ * Network Firewall API
3
+ * Use the Network Firewall API to create network firewalls and configure policies that regulates network traffic in and across VCNs.
4
+ * OpenAPI spec version: 20211001
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
+ * Pattern describing a URL or set of URLs.
15
+ *
16
+ */
17
+ export interface UrlPattern {
18
+ "type": string;
19
+ }
20
+ export declare namespace UrlPattern {
21
+ function getJsonObj(obj: UrlPattern): object;
22
+ function getDeserializedJsonObj(obj: UrlPattern): object;
23
+ }