oci-networkfirewall 2.132.0 → 2.134.1

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 (323) hide show
  1. package/index.d.ts +1 -1
  2. package/index.js +1 -1
  3. package/lib/client.d.ts +11 -1
  4. package/lib/client.js +65 -1
  5. package/lib/client.js.map +1 -1
  6. package/lib/model/action-type.d.ts +1 -1
  7. package/lib/model/action-type.js +1 -1
  8. package/lib/model/address-list-summary-collection.d.ts +1 -1
  9. package/lib/model/address-list-summary-collection.js +1 -1
  10. package/lib/model/address-list-summary.d.ts +1 -1
  11. package/lib/model/address-list-summary.js +1 -1
  12. package/lib/model/address-list-type.d.ts +1 -1
  13. package/lib/model/address-list-type.js +1 -1
  14. package/lib/model/address-list.d.ts +1 -1
  15. package/lib/model/address-list.js +1 -1
  16. package/lib/model/app-type.d.ts +3 -3
  17. package/lib/model/app-type.js +3 -3
  18. package/lib/model/application-group-summary-collection.d.ts +1 -1
  19. package/lib/model/application-group-summary-collection.js +1 -1
  20. package/lib/model/application-group-summary.d.ts +1 -1
  21. package/lib/model/application-group-summary.js +1 -1
  22. package/lib/model/application-group.d.ts +2 -2
  23. package/lib/model/application-group.js +1 -1
  24. package/lib/model/application-summary-collection.d.ts +1 -1
  25. package/lib/model/application-summary-collection.js +1 -1
  26. package/lib/model/application-summary.d.ts +1 -1
  27. package/lib/model/application-summary.js +1 -1
  28. package/lib/model/application.d.ts +1 -1
  29. package/lib/model/application.js +1 -1
  30. package/lib/model/apply-network-firewall-policy-details.d.ts +1 -1
  31. package/lib/model/apply-network-firewall-policy-details.js +1 -1
  32. package/lib/model/change-network-firewall-compartment-details.d.ts +1 -1
  33. package/lib/model/change-network-firewall-compartment-details.js +1 -1
  34. package/lib/model/change-network-firewall-policy-compartment-details.d.ts +1 -1
  35. package/lib/model/change-network-firewall-policy-compartment-details.js +1 -1
  36. package/lib/model/clone-network-firewall-policy-details.d.ts +1 -1
  37. package/lib/model/clone-network-firewall-policy-details.js +1 -1
  38. package/lib/model/create-address-list-details.d.ts +1 -1
  39. package/lib/model/create-address-list-details.js +1 -1
  40. package/lib/model/create-application-details.d.ts +1 -1
  41. package/lib/model/create-application-details.js +1 -1
  42. package/lib/model/create-application-group-details.d.ts +2 -2
  43. package/lib/model/create-application-group-details.js +1 -1
  44. package/lib/model/create-decryption-profile-details.d.ts +1 -1
  45. package/lib/model/create-decryption-profile-details.js +1 -1
  46. package/lib/model/create-decryption-rule-details.d.ts +5 -1
  47. package/lib/model/create-decryption-rule-details.js +1 -1
  48. package/lib/model/create-decryption-rule-details.js.map +1 -1
  49. package/lib/model/create-icmp-application-details.d.ts +1 -1
  50. package/lib/model/create-icmp-application-details.js +1 -1
  51. package/lib/model/create-icmp6-application-details.d.ts +1 -1
  52. package/lib/model/create-icmp6-application-details.js +1 -1
  53. package/lib/model/create-mapped-secret-details.d.ts +1 -1
  54. package/lib/model/create-mapped-secret-details.js +1 -1
  55. package/lib/model/create-nat-rule-details.d.ts +1 -1
  56. package/lib/model/create-nat-rule-details.js +1 -1
  57. package/lib/model/create-nat-v4-rule-details.d.ts +1 -1
  58. package/lib/model/create-nat-v4-rule-details.js +1 -1
  59. package/lib/model/create-network-firewall-details.d.ts +13 -1
  60. package/lib/model/create-network-firewall-details.js +1 -1
  61. package/lib/model/create-network-firewall-details.js.map +1 -1
  62. package/lib/model/create-network-firewall-policy-details.d.ts +1 -1
  63. package/lib/model/create-network-firewall-policy-details.js +1 -1
  64. package/lib/model/create-security-rule-details.d.ts +1 -1
  65. package/lib/model/create-security-rule-details.js +1 -1
  66. package/lib/model/create-service-details.d.ts +1 -1
  67. package/lib/model/create-service-details.js +1 -1
  68. package/lib/model/create-service-list-details.d.ts +1 -1
  69. package/lib/model/create-service-list-details.js +1 -1
  70. package/lib/model/create-ssl-forward-proxy-profile-details.d.ts +1 -1
  71. package/lib/model/create-ssl-forward-proxy-profile-details.js +1 -1
  72. package/lib/model/create-ssl-inbound-inspection-profile-details.d.ts +1 -1
  73. package/lib/model/create-ssl-inbound-inspection-profile-details.js +1 -1
  74. package/lib/model/create-tcp-service-details.d.ts +1 -1
  75. package/lib/model/create-tcp-service-details.js +1 -1
  76. package/lib/model/create-tunnel-inspection-rule-details.d.ts +1 -1
  77. package/lib/model/create-tunnel-inspection-rule-details.js +1 -1
  78. package/lib/model/create-udp-service-details.d.ts +1 -1
  79. package/lib/model/create-udp-service-details.js +1 -1
  80. package/lib/model/create-url-list-details.d.ts +1 -1
  81. package/lib/model/create-url-list-details.js +1 -1
  82. package/lib/model/create-vault-mapped-secret-details.d.ts +1 -1
  83. package/lib/model/create-vault-mapped-secret-details.js +1 -1
  84. package/lib/model/create-vxlan-inspection-rule-details.d.ts +1 -1
  85. package/lib/model/create-vxlan-inspection-rule-details.js +1 -1
  86. package/lib/model/decryption-action-type.d.ts +1 -1
  87. package/lib/model/decryption-action-type.js +1 -1
  88. package/lib/model/decryption-profile-summary-collection.d.ts +1 -1
  89. package/lib/model/decryption-profile-summary-collection.js +1 -1
  90. package/lib/model/decryption-profile-summary.d.ts +1 -1
  91. package/lib/model/decryption-profile-summary.js +1 -1
  92. package/lib/model/decryption-profile.d.ts +1 -1
  93. package/lib/model/decryption-profile.js +1 -1
  94. package/lib/model/decryption-rule-match-criteria.d.ts +3 -3
  95. package/lib/model/decryption-rule-match-criteria.js +1 -1
  96. package/lib/model/decryption-rule-summary-collection.d.ts +1 -1
  97. package/lib/model/decryption-rule-summary-collection.js +1 -1
  98. package/lib/model/decryption-rule-summary.d.ts +1 -1
  99. package/lib/model/decryption-rule-summary.js +1 -1
  100. package/lib/model/decryption-rule.d.ts +5 -1
  101. package/lib/model/decryption-rule.js +1 -1
  102. package/lib/model/decryption-rule.js.map +1 -1
  103. package/lib/model/health-status.d.ts +30 -0
  104. package/lib/model/health-status.js +41 -0
  105. package/lib/model/health-status.js.map +1 -0
  106. package/lib/model/icmp-application-summary.d.ts +1 -1
  107. package/lib/model/icmp-application-summary.js +1 -1
  108. package/lib/model/icmp-application.d.ts +1 -1
  109. package/lib/model/icmp-application.js +1 -1
  110. package/lib/model/icmp6-application-summary.d.ts +1 -1
  111. package/lib/model/icmp6-application-summary.js +1 -1
  112. package/lib/model/icmp6-application.d.ts +1 -1
  113. package/lib/model/icmp6-application.js +1 -1
  114. package/lib/model/index.d.ts +5 -1
  115. package/lib/model/index.js +8 -4
  116. package/lib/model/index.js.map +1 -1
  117. package/lib/model/inspect-action-type.d.ts +1 -1
  118. package/lib/model/inspect-action-type.js +1 -1
  119. package/lib/model/inspection-type.d.ts +1 -1
  120. package/lib/model/inspection-type.js +1 -1
  121. package/lib/model/lifecycle-state.d.ts +1 -1
  122. package/lib/model/lifecycle-state.js +1 -1
  123. package/lib/model/mapped-secret-summary-collection.d.ts +1 -1
  124. package/lib/model/mapped-secret-summary-collection.js +1 -1
  125. package/lib/model/mapped-secret-summary.d.ts +1 -1
  126. package/lib/model/mapped-secret-summary.js +1 -1
  127. package/lib/model/mapped-secret-type.d.ts +1 -1
  128. package/lib/model/mapped-secret-type.js +1 -1
  129. package/lib/model/mapped-secret.d.ts +1 -1
  130. package/lib/model/mapped-secret.js +1 -1
  131. package/lib/model/nat-configuration-request.d.ts +1 -1
  132. package/lib/model/nat-configuration-request.js +1 -1
  133. package/lib/model/nat-configuration-response.d.ts +1 -1
  134. package/lib/model/nat-configuration-response.js +1 -1
  135. package/lib/model/nat-rule-collection.d.ts +1 -1
  136. package/lib/model/nat-rule-collection.js +1 -1
  137. package/lib/model/nat-rule-match-criteria.d.ts +3 -3
  138. package/lib/model/nat-rule-match-criteria.js +1 -1
  139. package/lib/model/nat-rule-summary.d.ts +1 -1
  140. package/lib/model/nat-rule-summary.js +1 -1
  141. package/lib/model/nat-rule.d.ts +1 -1
  142. package/lib/model/nat-rule.js +1 -1
  143. package/lib/model/nat-type.d.ts +1 -1
  144. package/lib/model/nat-type.js +1 -1
  145. package/lib/model/nat-v4-action-type.d.ts +1 -1
  146. package/lib/model/nat-v4-action-type.js +1 -1
  147. package/lib/model/nat-v4-nat-rule.d.ts +1 -1
  148. package/lib/model/nat-v4-nat-rule.js +1 -1
  149. package/lib/model/nat-v4-nat-summary.d.ts +1 -1
  150. package/lib/model/nat-v4-nat-summary.js +1 -1
  151. package/lib/model/network-firewall-collection.d.ts +1 -1
  152. package/lib/model/network-firewall-collection.js +1 -1
  153. package/lib/model/network-firewall-health-status.d.ts +28 -0
  154. package/lib/model/network-firewall-health-status.js +29 -0
  155. package/lib/model/network-firewall-health-status.js.map +1 -0
  156. package/lib/model/network-firewall-policy-summary-collection.d.ts +1 -1
  157. package/lib/model/network-firewall-policy-summary-collection.js +1 -1
  158. package/lib/model/network-firewall-policy-summary.d.ts +1 -1
  159. package/lib/model/network-firewall-policy-summary.js +1 -1
  160. package/lib/model/network-firewall-policy.d.ts +1 -1
  161. package/lib/model/network-firewall-policy.js +1 -1
  162. package/lib/model/network-firewall-summary.d.ts +13 -1
  163. package/lib/model/network-firewall-summary.js +1 -1
  164. package/lib/model/network-firewall-summary.js.map +1 -1
  165. package/lib/model/network-firewall.d.ts +13 -1
  166. package/lib/model/network-firewall.js +1 -1
  167. package/lib/model/network-firewall.js.map +1 -1
  168. package/lib/model/operation-status.d.ts +1 -1
  169. package/lib/model/operation-status.js +1 -1
  170. package/lib/model/operation-type.d.ts +1 -1
  171. package/lib/model/operation-type.js +1 -1
  172. package/lib/model/port-range.d.ts +1 -1
  173. package/lib/model/port-range.js +1 -1
  174. package/lib/model/rule-position.d.ts +1 -1
  175. package/lib/model/rule-position.js +1 -1
  176. package/lib/model/security-rule-match-criteria.d.ts +3 -3
  177. package/lib/model/security-rule-match-criteria.js +1 -1
  178. package/lib/model/security-rule-summary-collection.d.ts +1 -1
  179. package/lib/model/security-rule-summary-collection.js +1 -1
  180. package/lib/model/security-rule-summary.d.ts +1 -1
  181. package/lib/model/security-rule-summary.js +1 -1
  182. package/lib/model/security-rule.d.ts +1 -1
  183. package/lib/model/security-rule.js +1 -1
  184. package/lib/model/service-list-summary-collection.d.ts +1 -1
  185. package/lib/model/service-list-summary-collection.js +1 -1
  186. package/lib/model/service-list-summary.d.ts +1 -1
  187. package/lib/model/service-list-summary.js +1 -1
  188. package/lib/model/service-list.d.ts +1 -1
  189. package/lib/model/service-list.js +1 -1
  190. package/lib/model/service-summary-collection.d.ts +1 -1
  191. package/lib/model/service-summary-collection.js +1 -1
  192. package/lib/model/service-summary.d.ts +1 -1
  193. package/lib/model/service-summary.js +1 -1
  194. package/lib/model/service-type.d.ts +1 -1
  195. package/lib/model/service-type.js +1 -1
  196. package/lib/model/service.d.ts +1 -1
  197. package/lib/model/service.js +1 -1
  198. package/lib/model/simple-url-pattern.d.ts +1 -1
  199. package/lib/model/simple-url-pattern.js +1 -1
  200. package/lib/model/sort-order.d.ts +1 -1
  201. package/lib/model/sort-order.js +1 -1
  202. package/lib/model/ssl-forward-proxy-profile.d.ts +1 -1
  203. package/lib/model/ssl-forward-proxy-profile.js +1 -1
  204. package/lib/model/ssl-inbound-inspection-profile.d.ts +1 -1
  205. package/lib/model/ssl-inbound-inspection-profile.js +1 -1
  206. package/lib/model/tcp-service.d.ts +1 -1
  207. package/lib/model/tcp-service.js +1 -1
  208. package/lib/model/traffic-action-type.d.ts +1 -1
  209. package/lib/model/traffic-action-type.js +1 -1
  210. package/lib/model/traffic-inspection-type.d.ts +1 -1
  211. package/lib/model/traffic-inspection-type.js +1 -1
  212. package/lib/model/tunnel-inspection-protocol.d.ts +1 -1
  213. package/lib/model/tunnel-inspection-protocol.js +1 -1
  214. package/lib/model/tunnel-inspection-rule-summary-collection.d.ts +1 -1
  215. package/lib/model/tunnel-inspection-rule-summary-collection.js +1 -1
  216. package/lib/model/tunnel-inspection-rule-summary.d.ts +1 -1
  217. package/lib/model/tunnel-inspection-rule-summary.js +1 -1
  218. package/lib/model/tunnel-inspection-rule.d.ts +1 -1
  219. package/lib/model/tunnel-inspection-rule.js +1 -1
  220. package/lib/model/udp-service.d.ts +1 -1
  221. package/lib/model/udp-service.js +1 -1
  222. package/lib/model/update-address-list-details.d.ts +1 -1
  223. package/lib/model/update-address-list-details.js +1 -1
  224. package/lib/model/update-application-details.d.ts +1 -1
  225. package/lib/model/update-application-details.js +1 -1
  226. package/lib/model/update-application-group-details.d.ts +2 -2
  227. package/lib/model/update-application-group-details.js +1 -1
  228. package/lib/model/update-decryption-profile-details.d.ts +1 -1
  229. package/lib/model/update-decryption-profile-details.js +1 -1
  230. package/lib/model/update-decryption-rule-details.d.ts +5 -1
  231. package/lib/model/update-decryption-rule-details.js +1 -1
  232. package/lib/model/update-decryption-rule-details.js.map +1 -1
  233. package/lib/model/update-fqdn-address-list-details.d.ts +1 -1
  234. package/lib/model/update-fqdn-address-list-details.js +1 -1
  235. package/lib/model/update-icmp-application-details.d.ts +1 -1
  236. package/lib/model/update-icmp-application-details.js +1 -1
  237. package/lib/model/update-icmp6-application-details.d.ts +1 -1
  238. package/lib/model/update-icmp6-application-details.js +1 -1
  239. package/lib/model/update-ip-address-list-details.d.ts +1 -1
  240. package/lib/model/update-ip-address-list-details.js +1 -1
  241. package/lib/model/update-mapped-secret-details.d.ts +1 -1
  242. package/lib/model/update-mapped-secret-details.js +1 -1
  243. package/lib/model/update-nat-rule-details.d.ts +1 -1
  244. package/lib/model/update-nat-rule-details.js +1 -1
  245. package/lib/model/update-nat-v4-rule-details.d.ts +1 -1
  246. package/lib/model/update-nat-v4-rule-details.js +1 -1
  247. package/lib/model/update-network-firewall-details.d.ts +13 -1
  248. package/lib/model/update-network-firewall-details.js +1 -1
  249. package/lib/model/update-network-firewall-details.js.map +1 -1
  250. package/lib/model/update-network-firewall-policy-details.d.ts +1 -1
  251. package/lib/model/update-network-firewall-policy-details.js +1 -1
  252. package/lib/model/update-security-rule-details.d.ts +1 -1
  253. package/lib/model/update-security-rule-details.js +1 -1
  254. package/lib/model/update-service-details.d.ts +1 -1
  255. package/lib/model/update-service-details.js +1 -1
  256. package/lib/model/update-service-list-details.d.ts +1 -1
  257. package/lib/model/update-service-list-details.js +1 -1
  258. package/lib/model/update-ssl-forward-proxy-profile-details.d.ts +1 -1
  259. package/lib/model/update-ssl-forward-proxy-profile-details.js +1 -1
  260. package/lib/model/update-ssl-inbound-inspection-profile-details.d.ts +1 -1
  261. package/lib/model/update-ssl-inbound-inspection-profile-details.js +1 -1
  262. package/lib/model/update-tcp-service-details.d.ts +1 -1
  263. package/lib/model/update-tcp-service-details.js +1 -1
  264. package/lib/model/update-tunnel-inspection-rule-details.d.ts +1 -1
  265. package/lib/model/update-tunnel-inspection-rule-details.js +1 -1
  266. package/lib/model/update-udp-service-details.d.ts +1 -1
  267. package/lib/model/update-udp-service-details.js +1 -1
  268. package/lib/model/update-url-list-details.d.ts +1 -1
  269. package/lib/model/update-url-list-details.js +1 -1
  270. package/lib/model/update-vault-mapped-secret-details.d.ts +1 -1
  271. package/lib/model/update-vault-mapped-secret-details.js +1 -1
  272. package/lib/model/update-vxlan-inspection-rule-details.d.ts +1 -1
  273. package/lib/model/update-vxlan-inspection-rule-details.js +1 -1
  274. package/lib/model/url-list-summary-collection.d.ts +1 -1
  275. package/lib/model/url-list-summary-collection.js +1 -1
  276. package/lib/model/url-list-summary.d.ts +1 -1
  277. package/lib/model/url-list-summary.js +1 -1
  278. package/lib/model/url-list.d.ts +1 -1
  279. package/lib/model/url-list.js +1 -1
  280. package/lib/model/url-pattern.d.ts +1 -1
  281. package/lib/model/url-pattern.js +1 -1
  282. package/lib/model/vault-mapped-secret.d.ts +1 -1
  283. package/lib/model/vault-mapped-secret.js +1 -1
  284. package/lib/model/vxlan-inspection-rule-match-criteria.d.ts +1 -1
  285. package/lib/model/vxlan-inspection-rule-match-criteria.js +1 -1
  286. package/lib/model/vxlan-inspection-rule-profile.d.ts +1 -1
  287. package/lib/model/vxlan-inspection-rule-profile.js +1 -1
  288. package/lib/model/vxlan-inspection-rule-summary.d.ts +1 -1
  289. package/lib/model/vxlan-inspection-rule-summary.js +1 -1
  290. package/lib/model/vxlan-inspection-rule.d.ts +1 -1
  291. package/lib/model/vxlan-inspection-rule.js +1 -1
  292. package/lib/model/work-request-error-collection.d.ts +1 -1
  293. package/lib/model/work-request-error-collection.js +1 -1
  294. package/lib/model/work-request-error.d.ts +1 -1
  295. package/lib/model/work-request-error.js +1 -1
  296. package/lib/model/work-request-log-entry-collection.d.ts +1 -1
  297. package/lib/model/work-request-log-entry-collection.js +1 -1
  298. package/lib/model/work-request-log-entry.d.ts +1 -1
  299. package/lib/model/work-request-log-entry.js +1 -1
  300. package/lib/model/work-request-resource-metadata-key.d.ts +1 -1
  301. package/lib/model/work-request-resource-metadata-key.js +1 -1
  302. package/lib/model/work-request-resource.d.ts +1 -1
  303. package/lib/model/work-request-resource.js +1 -1
  304. package/lib/model/work-request-summary-collection.d.ts +1 -1
  305. package/lib/model/work-request-summary-collection.js +1 -1
  306. package/lib/model/work-request-summary.d.ts +1 -1
  307. package/lib/model/work-request-summary.js +1 -1
  308. package/lib/model/work-request.d.ts +1 -1
  309. package/lib/model/work-request.js +1 -1
  310. package/lib/networkfirewall-waiter.d.ts +1 -1
  311. package/lib/networkfirewall-waiter.js +1 -1
  312. package/lib/request/get-network-firewall-health-status-request.d.ts +26 -0
  313. package/lib/request/get-network-firewall-health-status-request.js +15 -0
  314. package/lib/request/get-network-firewall-health-status-request.js.map +1 -0
  315. package/lib/request/index.d.ts +3 -1
  316. package/lib/request/index.js +1 -1
  317. package/lib/request/index.js.map +1 -1
  318. package/lib/response/get-network-firewall-health-status-response.d.ts +30 -0
  319. package/lib/response/get-network-firewall-health-status-response.js +15 -0
  320. package/lib/response/get-network-firewall-health-status-response.js.map +1 -0
  321. package/lib/response/index.d.ts +3 -1
  322. package/lib/response/index.js +1 -1
  323. package/package.json +4 -3
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
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.
4
+ * Use the Network Firewall API to create network firewalls and configure policies that regulates network traffic in and across VCNs. For more information, see [Overview of Network Firewall](https://docs.oracle.com/iaas/Content/network-firewall/overview.htm).
5
5
  * OpenAPI spec version: 20230501
6
6
  *
7
7
  *
@@ -1,6 +1,6 @@
1
1
  /**
2
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.
3
+ * Use the Network Firewall API to create network firewalls and configure policies that regulates network traffic in and across VCNs. For more information, see [Overview of Network Firewall](https://docs.oracle.com/iaas/Content/network-firewall/overview.htm).
4
4
  * OpenAPI spec version: 20230501
5
5
  *
6
6
  *
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
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.
4
+ * Use the Network Firewall API to create network firewalls and configure policies that regulates network traffic in and across VCNs. For more information, see [Overview of Network Firewall](https://docs.oracle.com/iaas/Content/network-firewall/overview.htm).
5
5
  * OpenAPI spec version: 20230501
6
6
  *
7
7
  *
@@ -1,6 +1,6 @@
1
1
  /**
2
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.
3
+ * Use the Network Firewall API to create network firewalls and configure policies that regulates network traffic in and across VCNs. For more information, see [Overview of Network Firewall](https://docs.oracle.com/iaas/Content/network-firewall/overview.htm).
4
4
  * OpenAPI spec version: 20230501
5
5
  *
6
6
  *
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
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.
4
+ * Use the Network Firewall API to create network firewalls and configure policies that regulates network traffic in and across VCNs. For more information, see [Overview of Network Firewall](https://docs.oracle.com/iaas/Content/network-firewall/overview.htm).
5
5
  * OpenAPI spec version: 20230501
6
6
  *
7
7
  *
@@ -1,6 +1,6 @@
1
1
  /**
2
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.
3
+ * Use the Network Firewall API to create network firewalls and configure policies that regulates network traffic in and across VCNs. For more information, see [Overview of Network Firewall](https://docs.oracle.com/iaas/Content/network-firewall/overview.htm).
4
4
  * OpenAPI spec version: 20230501
5
5
  *
6
6
  *
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
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.
4
+ * Use the Network Firewall API to create network firewalls and configure policies that regulates network traffic in and across VCNs. For more information, see [Overview of Network Firewall](https://docs.oracle.com/iaas/Content/network-firewall/overview.htm).
5
5
  * OpenAPI spec version: 20230501
6
6
  *
7
7
  *
@@ -1,6 +1,6 @@
1
1
  /**
2
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.
3
+ * Use the Network Firewall API to create network firewalls and configure policies that regulates network traffic in and across VCNs. For more information, see [Overview of Network Firewall](https://docs.oracle.com/iaas/Content/network-firewall/overview.htm).
4
4
  * OpenAPI spec version: 20230501
5
5
  *
6
6
  *
@@ -18,7 +18,7 @@ export interface UpdateApplicationGroupDetails {
18
18
  /**
19
19
  * Collection of application names.
20
20
  */
21
- "apps": Array<string>;
21
+ "apps"?: Array<string>;
22
22
  /**
23
23
  * The description of the application list. This field can be used to add additional info.
24
24
  */
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
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.
4
+ * Use the Network Firewall API to create network firewalls and configure policies that regulates network traffic in and across VCNs. For more information, see [Overview of Network Firewall](https://docs.oracle.com/iaas/Content/network-firewall/overview.htm).
5
5
  * OpenAPI spec version: 20230501
6
6
  *
7
7
  *
@@ -1,6 +1,6 @@
1
1
  /**
2
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.
3
+ * Use the Network Firewall API to create network firewalls and configure policies that regulates network traffic in and across VCNs. For more information, see [Overview of Network Firewall](https://docs.oracle.com/iaas/Content/network-firewall/overview.htm).
4
4
  * OpenAPI spec version: 20230501
5
5
  *
6
6
  *
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
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.
4
+ * Use the Network Firewall API to create network firewalls and configure policies that regulates network traffic in and across VCNs. For more information, see [Overview of Network Firewall](https://docs.oracle.com/iaas/Content/network-firewall/overview.htm).
5
5
  * OpenAPI spec version: 20230501
6
6
  *
7
7
  *
@@ -1,6 +1,6 @@
1
1
  /**
2
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.
3
+ * Use the Network Firewall API to create network firewalls and configure policies that regulates network traffic in and across VCNs. For more information, see [Overview of Network Firewall](https://docs.oracle.com/iaas/Content/network-firewall/overview.htm).
4
4
  * OpenAPI spec version: 20230501
5
5
  *
6
6
  *
@@ -38,6 +38,10 @@ export interface UpdateDecryptionRuleDetails {
38
38
  * The name of a mapped secret. Its {@code type} must match that of the specified decryption profile.
39
39
  */
40
40
  "secret"?: string;
41
+ /**
42
+ * An array of mapped secrets.
43
+ */
44
+ "secrets"?: Array<string>;
41
45
  "position"?: model.RulePosition;
42
46
  }
43
47
  export declare namespace UpdateDecryptionRuleDetails {
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
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.
4
+ * Use the Network Firewall API to create network firewalls and configure policies that regulates network traffic in and across VCNs. For more information, see [Overview of Network Firewall](https://docs.oracle.com/iaas/Content/network-firewall/overview.htm).
5
5
  * OpenAPI spec version: 20230501
6
6
  *
7
7
  *
@@ -1 +1 @@
1
- {"version":3,"file":"update-decryption-rule-details.js","sourceRoot":"","sources":["../../../../../lib/networkfirewall/lib/model/update-decryption-rule-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAiClC,IAAiB,2BAA2B,CA+B3C;AA/BD,WAAiB,2BAA2B;IAC1C,SAAgB,UAAU,CAAC,GAAgC;QACzD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,WAAW,EAAE,GAAG,CAAC,SAAS;gBACxB,CAAC,CAAC,KAAK,CAAC,2BAA2B,CAAC,UAAU,CAAC,GAAG,CAAC,SAAS,CAAC;gBAC7D,CAAC,CAAC,SAAS;YAEb,UAAU,EAAE,GAAG,CAAC,QAAQ,CAAC,CAAC,CAAC,KAAK,CAAC,YAAY,CAAC,UAAU,CAAC,GAAG,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,SAAS;SACnF,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,sCAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAgC;QACrE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,WAAW,EAAE,GAAG,CAAC,SAAS;gBACxB,CAAC,CAAC,KAAK,CAAC,2BAA2B,CAAC,sBAAsB,CAAC,GAAG,CAAC,SAAS,CAAC;gBACzE,CAAC,CAAC,SAAS;YAEb,UAAU,EAAE,GAAG,CAAC,QAAQ;gBACtB,CAAC,CAAC,KAAK,CAAC,YAAY,CAAC,sBAAsB,CAAC,GAAG,CAAC,QAAQ,CAAC;gBACzD,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAfe,kDAAsB,yBAerC,CAAA;AACH,CAAC,EA/BgB,2BAA2B,GAA3B,mCAA2B,KAA3B,mCAA2B,QA+B3C"}
1
+ {"version":3,"file":"update-decryption-rule-details.js","sourceRoot":"","sources":["../../../../../lib/networkfirewall/lib/model/update-decryption-rule-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAqClC,IAAiB,2BAA2B,CA+B3C;AA/BD,WAAiB,2BAA2B;IAC1C,SAAgB,UAAU,CAAC,GAAgC;QACzD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,WAAW,EAAE,GAAG,CAAC,SAAS;gBACxB,CAAC,CAAC,KAAK,CAAC,2BAA2B,CAAC,UAAU,CAAC,GAAG,CAAC,SAAS,CAAC;gBAC7D,CAAC,CAAC,SAAS;YAEb,UAAU,EAAE,GAAG,CAAC,QAAQ,CAAC,CAAC,CAAC,KAAK,CAAC,YAAY,CAAC,UAAU,CAAC,GAAG,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,SAAS;SACnF,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,sCAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAgC;QACrE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,WAAW,EAAE,GAAG,CAAC,SAAS;gBACxB,CAAC,CAAC,KAAK,CAAC,2BAA2B,CAAC,sBAAsB,CAAC,GAAG,CAAC,SAAS,CAAC;gBACzE,CAAC,CAAC,SAAS;YAEb,UAAU,EAAE,GAAG,CAAC,QAAQ;gBACtB,CAAC,CAAC,KAAK,CAAC,YAAY,CAAC,sBAAsB,CAAC,GAAG,CAAC,QAAQ,CAAC;gBACzD,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAfe,kDAAsB,yBAerC,CAAA;AACH,CAAC,EA/BgB,2BAA2B,GAA3B,mCAA2B,KAA3B,mCAA2B,QA+B3C"}
@@ -1,6 +1,6 @@
1
1
  /**
2
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.
3
+ * Use the Network Firewall API to create network firewalls and configure policies that regulates network traffic in and across VCNs. For more information, see [Overview of Network Firewall](https://docs.oracle.com/iaas/Content/network-firewall/overview.htm).
4
4
  * OpenAPI spec version: 20230501
5
5
  *
6
6
  *
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
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.
4
+ * Use the Network Firewall API to create network firewalls and configure policies that regulates network traffic in and across VCNs. For more information, see [Overview of Network Firewall](https://docs.oracle.com/iaas/Content/network-firewall/overview.htm).
5
5
  * OpenAPI spec version: 20230501
6
6
  *
7
7
  *
@@ -1,6 +1,6 @@
1
1
  /**
2
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.
3
+ * Use the Network Firewall API to create network firewalls and configure policies that regulates network traffic in and across VCNs. For more information, see [Overview of Network Firewall](https://docs.oracle.com/iaas/Content/network-firewall/overview.htm).
4
4
  * OpenAPI spec version: 20230501
5
5
  *
6
6
  *
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
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.
4
+ * Use the Network Firewall API to create network firewalls and configure policies that regulates network traffic in and across VCNs. For more information, see [Overview of Network Firewall](https://docs.oracle.com/iaas/Content/network-firewall/overview.htm).
5
5
  * OpenAPI spec version: 20230501
6
6
  *
7
7
  *
@@ -1,6 +1,6 @@
1
1
  /**
2
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.
3
+ * Use the Network Firewall API to create network firewalls and configure policies that regulates network traffic in and across VCNs. For more information, see [Overview of Network Firewall](https://docs.oracle.com/iaas/Content/network-firewall/overview.htm).
4
4
  * OpenAPI spec version: 20230501
5
5
  *
6
6
  *
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
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.
4
+ * Use the Network Firewall API to create network firewalls and configure policies that regulates network traffic in and across VCNs. For more information, see [Overview of Network Firewall](https://docs.oracle.com/iaas/Content/network-firewall/overview.htm).
5
5
  * OpenAPI spec version: 20230501
6
6
  *
7
7
  *
@@ -1,6 +1,6 @@
1
1
  /**
2
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.
3
+ * Use the Network Firewall API to create network firewalls and configure policies that regulates network traffic in and across VCNs. For more information, see [Overview of Network Firewall](https://docs.oracle.com/iaas/Content/network-firewall/overview.htm).
4
4
  * OpenAPI spec version: 20230501
5
5
  *
6
6
  *
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
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.
4
+ * Use the Network Firewall API to create network firewalls and configure policies that regulates network traffic in and across VCNs. For more information, see [Overview of Network Firewall](https://docs.oracle.com/iaas/Content/network-firewall/overview.htm).
5
5
  * OpenAPI spec version: 20230501
6
6
  *
7
7
  *
@@ -1,6 +1,6 @@
1
1
  /**
2
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.
3
+ * Use the Network Firewall API to create network firewalls and configure policies that regulates network traffic in and across VCNs. For more information, see [Overview of Network Firewall](https://docs.oracle.com/iaas/Content/network-firewall/overview.htm).
4
4
  * OpenAPI spec version: 20230501
5
5
  *
6
6
  *
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
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.
4
+ * Use the Network Firewall API to create network firewalls and configure policies that regulates network traffic in and across VCNs. For more information, see [Overview of Network Firewall](https://docs.oracle.com/iaas/Content/network-firewall/overview.htm).
5
5
  * OpenAPI spec version: 20230501
6
6
  *
7
7
  *
@@ -1,6 +1,6 @@
1
1
  /**
2
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.
3
+ * Use the Network Firewall API to create network firewalls and configure policies that regulates network traffic in and across VCNs. For more information, see [Overview of Network Firewall](https://docs.oracle.com/iaas/Content/network-firewall/overview.htm).
4
4
  * OpenAPI spec version: 20230501
5
5
  *
6
6
  *
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
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.
4
+ * Use the Network Firewall API to create network firewalls and configure policies that regulates network traffic in and across VCNs. For more information, see [Overview of Network Firewall](https://docs.oracle.com/iaas/Content/network-firewall/overview.htm).
5
5
  * OpenAPI spec version: 20230501
6
6
  *
7
7
  *
@@ -1,6 +1,6 @@
1
1
  /**
2
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.
3
+ * Use the Network Firewall API to create network firewalls and configure policies that regulates network traffic in and across VCNs. For more information, see [Overview of Network Firewall](https://docs.oracle.com/iaas/Content/network-firewall/overview.htm).
4
4
  * OpenAPI spec version: 20230501
5
5
  *
6
6
  *
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
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.
4
+ * Use the Network Firewall API to create network firewalls and configure policies that regulates network traffic in and across VCNs. For more information, see [Overview of Network Firewall](https://docs.oracle.com/iaas/Content/network-firewall/overview.htm).
5
5
  * OpenAPI spec version: 20230501
6
6
  *
7
7
  *
@@ -1,6 +1,6 @@
1
1
  /**
2
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.
3
+ * Use the Network Firewall API to create network firewalls and configure policies that regulates network traffic in and across VCNs. For more information, see [Overview of Network Firewall](https://docs.oracle.com/iaas/Content/network-firewall/overview.htm).
4
4
  * OpenAPI spec version: 20230501
5
5
  *
6
6
  *
@@ -52,6 +52,18 @@ export interface UpdateNetworkFirewallDetails {
52
52
  [key: string]: any;
53
53
  };
54
54
  };
55
+ /**
56
+ * Security attributes for this resource. Each key is predefined and scoped to a namespace.
57
+ * For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
58
+ * <p>
59
+ Example: {\"Oracle-ZPR\": {\"MaxEgressCount\": {\"value\": \"42\", \"mode\": \"enforce\"}}}
60
+ *
61
+ */
62
+ "securityAttributes"?: {
63
+ [key: string]: {
64
+ [key: string]: any;
65
+ };
66
+ };
55
67
  }
56
68
  export declare namespace UpdateNetworkFirewallDetails {
57
69
  function getJsonObj(obj: UpdateNetworkFirewallDetails): object;
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
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.
4
+ * Use the Network Firewall API to create network firewalls and configure policies that regulates network traffic in and across VCNs. For more information, see [Overview of Network Firewall](https://docs.oracle.com/iaas/Content/network-firewall/overview.htm).
5
5
  * OpenAPI spec version: 20230501
6
6
  *
7
7
  *
@@ -1 +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;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAwClC,IAAiB,4BAA4B,CAyB5C;AAzBD,WAAiB,4BAA4B;IAC3C,SAAgB,UAAU,CAAC,GAAiC;QAC1D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,kBAAkB,EAAE,GAAG,CAAC,gBAAgB;gBACtC,CAAC,CAAC,KAAK,CAAC,uBAAuB,CAAC,UAAU,CAAC,GAAG,CAAC,gBAAgB,CAAC;gBAChE,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAXe,uCAAU,aAWzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAiC;QACtE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,kBAAkB,EAAE,GAAG,CAAC,gBAAgB;gBACtC,CAAC,CAAC,KAAK,CAAC,uBAAuB,CAAC,sBAAsB,CAAC,GAAG,CAAC,gBAAgB,CAAC;gBAC5E,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAXe,mDAAsB,yBAWrC,CAAA;AACH,CAAC,EAzBgB,4BAA4B,GAA5B,oCAA4B,KAA5B,oCAA4B,QAyB5C"}
1
+ {"version":3,"file":"update-network-firewall-details.js","sourceRoot":"","sources":["../../../../../lib/networkfirewall/lib/model/update-network-firewall-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAgDlC,IAAiB,4BAA4B,CAyB5C;AAzBD,WAAiB,4BAA4B;IAC3C,SAAgB,UAAU,CAAC,GAAiC;QAC1D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,kBAAkB,EAAE,GAAG,CAAC,gBAAgB;gBACtC,CAAC,CAAC,KAAK,CAAC,uBAAuB,CAAC,UAAU,CAAC,GAAG,CAAC,gBAAgB,CAAC;gBAChE,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAXe,uCAAU,aAWzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAiC;QACtE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,kBAAkB,EAAE,GAAG,CAAC,gBAAgB;gBACtC,CAAC,CAAC,KAAK,CAAC,uBAAuB,CAAC,sBAAsB,CAAC,GAAG,CAAC,gBAAgB,CAAC;gBAC5E,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAXe,mDAAsB,yBAWrC,CAAA;AACH,CAAC,EAzBgB,4BAA4B,GAA5B,oCAA4B,KAA5B,oCAA4B,QAyB5C"}
@@ -1,6 +1,6 @@
1
1
  /**
2
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.
3
+ * Use the Network Firewall API to create network firewalls and configure policies that regulates network traffic in and across VCNs. For more information, see [Overview of Network Firewall](https://docs.oracle.com/iaas/Content/network-firewall/overview.htm).
4
4
  * OpenAPI spec version: 20230501
5
5
  *
6
6
  *
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
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.
4
+ * Use the Network Firewall API to create network firewalls and configure policies that regulates network traffic in and across VCNs. For more information, see [Overview of Network Firewall](https://docs.oracle.com/iaas/Content/network-firewall/overview.htm).
5
5
  * OpenAPI spec version: 20230501
6
6
  *
7
7
  *
@@ -1,6 +1,6 @@
1
1
  /**
2
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.
3
+ * Use the Network Firewall API to create network firewalls and configure policies that regulates network traffic in and across VCNs. For more information, see [Overview of Network Firewall](https://docs.oracle.com/iaas/Content/network-firewall/overview.htm).
4
4
  * OpenAPI spec version: 20230501
5
5
  *
6
6
  *
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
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.
4
+ * Use the Network Firewall API to create network firewalls and configure policies that regulates network traffic in and across VCNs. For more information, see [Overview of Network Firewall](https://docs.oracle.com/iaas/Content/network-firewall/overview.htm).
5
5
  * OpenAPI spec version: 20230501
6
6
  *
7
7
  *
@@ -1,6 +1,6 @@
1
1
  /**
2
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.
3
+ * Use the Network Firewall API to create network firewalls and configure policies that regulates network traffic in and across VCNs. For more information, see [Overview of Network Firewall](https://docs.oracle.com/iaas/Content/network-firewall/overview.htm).
4
4
  * OpenAPI spec version: 20230501
5
5
  *
6
6
  *
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
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.
4
+ * Use the Network Firewall API to create network firewalls and configure policies that regulates network traffic in and across VCNs. For more information, see [Overview of Network Firewall](https://docs.oracle.com/iaas/Content/network-firewall/overview.htm).
5
5
  * OpenAPI spec version: 20230501
6
6
  *
7
7
  *
@@ -1,6 +1,6 @@
1
1
  /**
2
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.
3
+ * Use the Network Firewall API to create network firewalls and configure policies that regulates network traffic in and across VCNs. For more information, see [Overview of Network Firewall](https://docs.oracle.com/iaas/Content/network-firewall/overview.htm).
4
4
  * OpenAPI spec version: 20230501
5
5
  *
6
6
  *
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
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.
4
+ * Use the Network Firewall API to create network firewalls and configure policies that regulates network traffic in and across VCNs. For more information, see [Overview of Network Firewall](https://docs.oracle.com/iaas/Content/network-firewall/overview.htm).
5
5
  * OpenAPI spec version: 20230501
6
6
  *
7
7
  *
@@ -1,6 +1,6 @@
1
1
  /**
2
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.
3
+ * Use the Network Firewall API to create network firewalls and configure policies that regulates network traffic in and across VCNs. For more information, see [Overview of Network Firewall](https://docs.oracle.com/iaas/Content/network-firewall/overview.htm).
4
4
  * OpenAPI spec version: 20230501
5
5
  *
6
6
  *
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
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.
4
+ * Use the Network Firewall API to create network firewalls and configure policies that regulates network traffic in and across VCNs. For more information, see [Overview of Network Firewall](https://docs.oracle.com/iaas/Content/network-firewall/overview.htm).
5
5
  * OpenAPI spec version: 20230501
6
6
  *
7
7
  *
@@ -1,6 +1,6 @@
1
1
  /**
2
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.
3
+ * Use the Network Firewall API to create network firewalls and configure policies that regulates network traffic in and across VCNs. For more information, see [Overview of Network Firewall](https://docs.oracle.com/iaas/Content/network-firewall/overview.htm).
4
4
  * OpenAPI spec version: 20230501
5
5
  *
6
6
  *
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
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.
4
+ * Use the Network Firewall API to create network firewalls and configure policies that regulates network traffic in and across VCNs. For more information, see [Overview of Network Firewall](https://docs.oracle.com/iaas/Content/network-firewall/overview.htm).
5
5
  * OpenAPI spec version: 20230501
6
6
  *
7
7
  *
@@ -1,6 +1,6 @@
1
1
  /**
2
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.
3
+ * Use the Network Firewall API to create network firewalls and configure policies that regulates network traffic in and across VCNs. For more information, see [Overview of Network Firewall](https://docs.oracle.com/iaas/Content/network-firewall/overview.htm).
4
4
  * OpenAPI spec version: 20230501
5
5
  *
6
6
  *
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
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.
4
+ * Use the Network Firewall API to create network firewalls and configure policies that regulates network traffic in and across VCNs. For more information, see [Overview of Network Firewall](https://docs.oracle.com/iaas/Content/network-firewall/overview.htm).
5
5
  * OpenAPI spec version: 20230501
6
6
  *
7
7
  *
@@ -1,6 +1,6 @@
1
1
  /**
2
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.
3
+ * Use the Network Firewall API to create network firewalls and configure policies that regulates network traffic in and across VCNs. For more information, see [Overview of Network Firewall](https://docs.oracle.com/iaas/Content/network-firewall/overview.htm).
4
4
  * OpenAPI spec version: 20230501
5
5
  *
6
6
  *
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
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.
4
+ * Use the Network Firewall API to create network firewalls and configure policies that regulates network traffic in and across VCNs. For more information, see [Overview of Network Firewall](https://docs.oracle.com/iaas/Content/network-firewall/overview.htm).
5
5
  * OpenAPI spec version: 20230501
6
6
  *
7
7
  *
@@ -1,6 +1,6 @@
1
1
  /**
2
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.
3
+ * Use the Network Firewall API to create network firewalls and configure policies that regulates network traffic in and across VCNs. For more information, see [Overview of Network Firewall](https://docs.oracle.com/iaas/Content/network-firewall/overview.htm).
4
4
  * OpenAPI spec version: 20230501
5
5
  *
6
6
  *
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
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.
4
+ * Use the Network Firewall API to create network firewalls and configure policies that regulates network traffic in and across VCNs. For more information, see [Overview of Network Firewall](https://docs.oracle.com/iaas/Content/network-firewall/overview.htm).
5
5
  * OpenAPI spec version: 20230501
6
6
  *
7
7
  *
@@ -1,6 +1,6 @@
1
1
  /**
2
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.
3
+ * Use the Network Firewall API to create network firewalls and configure policies that regulates network traffic in and across VCNs. For more information, see [Overview of Network Firewall](https://docs.oracle.com/iaas/Content/network-firewall/overview.htm).
4
4
  * OpenAPI spec version: 20230501
5
5
  *
6
6
  *
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
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.
4
+ * Use the Network Firewall API to create network firewalls and configure policies that regulates network traffic in and across VCNs. For more information, see [Overview of Network Firewall](https://docs.oracle.com/iaas/Content/network-firewall/overview.htm).
5
5
  * OpenAPI spec version: 20230501
6
6
  *
7
7
  *
@@ -1,6 +1,6 @@
1
1
  /**
2
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.
3
+ * Use the Network Firewall API to create network firewalls and configure policies that regulates network traffic in and across VCNs. For more information, see [Overview of Network Firewall](https://docs.oracle.com/iaas/Content/network-firewall/overview.htm).
4
4
  * OpenAPI spec version: 20230501
5
5
  *
6
6
  *
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
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.
4
+ * Use the Network Firewall API to create network firewalls and configure policies that regulates network traffic in and across VCNs. For more information, see [Overview of Network Firewall](https://docs.oracle.com/iaas/Content/network-firewall/overview.htm).
5
5
  * OpenAPI spec version: 20230501
6
6
  *
7
7
  *
@@ -1,6 +1,6 @@
1
1
  /**
2
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.
3
+ * Use the Network Firewall API to create network firewalls and configure policies that regulates network traffic in and across VCNs. For more information, see [Overview of Network Firewall](https://docs.oracle.com/iaas/Content/network-firewall/overview.htm).
4
4
  * OpenAPI spec version: 20230501
5
5
  *
6
6
  *
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
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.
4
+ * Use the Network Firewall API to create network firewalls and configure policies that regulates network traffic in and across VCNs. For more information, see [Overview of Network Firewall](https://docs.oracle.com/iaas/Content/network-firewall/overview.htm).
5
5
  * OpenAPI spec version: 20230501
6
6
  *
7
7
  *
@@ -1,6 +1,6 @@
1
1
  /**
2
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.
3
+ * Use the Network Firewall API to create network firewalls and configure policies that regulates network traffic in and across VCNs. For more information, see [Overview of Network Firewall](https://docs.oracle.com/iaas/Content/network-firewall/overview.htm).
4
4
  * OpenAPI spec version: 20230501
5
5
  *
6
6
  *
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
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.
4
+ * Use the Network Firewall API to create network firewalls and configure policies that regulates network traffic in and across VCNs. For more information, see [Overview of Network Firewall](https://docs.oracle.com/iaas/Content/network-firewall/overview.htm).
5
5
  * OpenAPI spec version: 20230501
6
6
  *
7
7
  *
@@ -1,6 +1,6 @@
1
1
  /**
2
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.
3
+ * Use the Network Firewall API to create network firewalls and configure policies that regulates network traffic in and across VCNs. For more information, see [Overview of Network Firewall](https://docs.oracle.com/iaas/Content/network-firewall/overview.htm).
4
4
  * OpenAPI spec version: 20230501
5
5
  *
6
6
  *