oci-networkfirewall 2.89.4 → 2.91.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 (166) hide show
  1. package/lib/client.d.ts +137 -80
  2. package/lib/client.js +481 -80
  3. package/lib/client.js.map +1 -1
  4. package/lib/model/create-tunnel-inspection-rule-details.d.ts +39 -0
  5. package/lib/model/create-tunnel-inspection-rule-details.js +74 -0
  6. package/lib/model/create-tunnel-inspection-rule-details.js.map +1 -0
  7. package/lib/model/create-vxlan-inspection-rule-details.d.ts +27 -0
  8. package/lib/model/create-vxlan-inspection-rule-details.js +68 -0
  9. package/lib/model/create-vxlan-inspection-rule-details.js.map +1 -0
  10. package/lib/model/index.d.ts +26 -0
  11. package/lib/model/index.js +29 -3
  12. package/lib/model/index.js.map +1 -1
  13. package/lib/model/inspect-action-type.d.ts +32 -0
  14. package/lib/model/inspect-action-type.js +43 -0
  15. package/lib/model/inspect-action-type.js.map +1 -0
  16. package/lib/model/tunnel-inspection-protocol.d.ts +30 -0
  17. package/lib/model/tunnel-inspection-protocol.js +41 -0
  18. package/lib/model/tunnel-inspection-protocol.js.map +1 -0
  19. package/lib/model/tunnel-inspection-rule-summary-collection.d.ts +26 -0
  20. package/lib/model/tunnel-inspection-rule-summary-collection.js +61 -0
  21. package/lib/model/tunnel-inspection-rule-summary-collection.js.map +1 -0
  22. package/lib/model/tunnel-inspection-rule-summary.d.ts +46 -0
  23. package/lib/model/tunnel-inspection-rule-summary.js +68 -0
  24. package/lib/model/tunnel-inspection-rule-summary.js.map +1 -0
  25. package/lib/model/tunnel-inspection-rule.d.ts +47 -0
  26. package/lib/model/tunnel-inspection-rule.js +74 -0
  27. package/lib/model/tunnel-inspection-rule.js.map +1 -0
  28. package/lib/model/update-tunnel-inspection-rule-details.d.ts +35 -0
  29. package/lib/model/update-tunnel-inspection-rule-details.js +74 -0
  30. package/lib/model/update-tunnel-inspection-rule-details.js.map +1 -0
  31. package/lib/model/update-vxlan-inspection-rule-details.d.ts +27 -0
  32. package/lib/model/update-vxlan-inspection-rule-details.js +68 -0
  33. package/lib/model/update-vxlan-inspection-rule-details.js.map +1 -0
  34. package/lib/model/vxlan-inspection-rule-match-criteria.d.ts +31 -0
  35. package/lib/model/vxlan-inspection-rule-match-criteria.js +29 -0
  36. package/lib/model/vxlan-inspection-rule-match-criteria.js.map +1 -0
  37. package/lib/model/vxlan-inspection-rule-profile.d.ts +26 -0
  38. package/lib/model/vxlan-inspection-rule-profile.js +29 -0
  39. package/lib/model/vxlan-inspection-rule-profile.js.map +1 -0
  40. package/lib/model/vxlan-inspection-rule-summary.d.ts +27 -0
  41. package/lib/model/vxlan-inspection-rule-summary.js +68 -0
  42. package/lib/model/vxlan-inspection-rule-summary.js.map +1 -0
  43. package/lib/model/vxlan-inspection-rule.d.ts +27 -0
  44. package/lib/model/vxlan-inspection-rule.js +68 -0
  45. package/lib/model/vxlan-inspection-rule.js.map +1 -0
  46. package/lib/request/apply-network-firewall-policy-request.d.ts +1 -1
  47. package/lib/request/bulk-upload-address-lists-request.d.ts +1 -1
  48. package/lib/request/bulk-upload-application-groups-request.d.ts +1 -1
  49. package/lib/request/bulk-upload-applications-request.d.ts +1 -1
  50. package/lib/request/bulk-upload-decryption-profiles-request.d.ts +1 -1
  51. package/lib/request/bulk-upload-decryption-rules-request.d.ts +1 -1
  52. package/lib/request/bulk-upload-mapped-secrets-request.d.ts +1 -1
  53. package/lib/request/bulk-upload-security-rules-request.d.ts +1 -1
  54. package/lib/request/bulk-upload-service-lists-request.d.ts +1 -1
  55. package/lib/request/bulk-upload-services-request.d.ts +1 -1
  56. package/lib/request/bulk-upload-tunnel-inspection-rules-request.d.ts +50 -0
  57. package/lib/request/bulk-upload-tunnel-inspection-rules-request.js +15 -0
  58. package/lib/request/bulk-upload-tunnel-inspection-rules-request.js.map +1 -0
  59. package/lib/request/bulk-upload-url-lists-request.d.ts +1 -1
  60. package/lib/request/cancel-work-request-request.d.ts +1 -1
  61. package/lib/request/change-network-firewall-compartment-request.d.ts +1 -1
  62. package/lib/request/change-network-firewall-policy-compartment-request.d.ts +1 -1
  63. package/lib/request/clone-network-firewall-policy-request.d.ts +1 -1
  64. package/lib/request/create-address-list-request.d.ts +1 -1
  65. package/lib/request/create-application-group-request.d.ts +1 -1
  66. package/lib/request/create-application-request.d.ts +1 -1
  67. package/lib/request/create-decryption-profile-request.d.ts +1 -1
  68. package/lib/request/create-decryption-rule-request.d.ts +1 -1
  69. package/lib/request/create-mapped-secret-request.d.ts +1 -1
  70. package/lib/request/create-network-firewall-policy-request.d.ts +1 -1
  71. package/lib/request/create-network-firewall-request.d.ts +1 -1
  72. package/lib/request/create-security-rule-request.d.ts +1 -1
  73. package/lib/request/create-service-list-request.d.ts +1 -1
  74. package/lib/request/create-service-request.d.ts +1 -1
  75. package/lib/request/create-tunnel-inspection-rule-request.d.ts +40 -0
  76. package/lib/request/create-tunnel-inspection-rule-request.js +15 -0
  77. package/lib/request/create-tunnel-inspection-rule-request.js.map +1 -0
  78. package/lib/request/create-url-list-request.d.ts +1 -1
  79. package/lib/request/delete-address-list-request.d.ts +1 -1
  80. package/lib/request/delete-application-group-request.d.ts +1 -1
  81. package/lib/request/delete-application-request.d.ts +1 -1
  82. package/lib/request/delete-decryption-profile-request.d.ts +1 -1
  83. package/lib/request/delete-decryption-rule-request.d.ts +1 -1
  84. package/lib/request/delete-mapped-secret-request.d.ts +1 -1
  85. package/lib/request/delete-network-firewall-policy-request.d.ts +1 -1
  86. package/lib/request/delete-network-firewall-request.d.ts +1 -1
  87. package/lib/request/delete-security-rule-request.d.ts +1 -1
  88. package/lib/request/delete-service-list-request.d.ts +1 -1
  89. package/lib/request/delete-service-request.d.ts +1 -1
  90. package/lib/request/delete-tunnel-inspection-rule-request.d.ts +39 -0
  91. package/lib/request/delete-tunnel-inspection-rule-request.js +15 -0
  92. package/lib/request/delete-tunnel-inspection-rule-request.js.map +1 -0
  93. package/lib/request/delete-url-list-request.d.ts +1 -1
  94. package/lib/request/get-address-list-request.d.ts +1 -1
  95. package/lib/request/get-application-group-request.d.ts +1 -1
  96. package/lib/request/get-application-request.d.ts +1 -1
  97. package/lib/request/get-decryption-profile-request.d.ts +1 -1
  98. package/lib/request/get-decryption-rule-request.d.ts +1 -1
  99. package/lib/request/get-mapped-secret-request.d.ts +1 -1
  100. package/lib/request/get-network-firewall-policy-request.d.ts +1 -1
  101. package/lib/request/get-network-firewall-request.d.ts +1 -1
  102. package/lib/request/get-security-rule-request.d.ts +1 -1
  103. package/lib/request/get-service-list-request.d.ts +1 -1
  104. package/lib/request/get-service-request.d.ts +1 -1
  105. package/lib/request/get-tunnel-inspection-rule-request.d.ts +30 -0
  106. package/lib/request/get-tunnel-inspection-rule-request.js +15 -0
  107. package/lib/request/get-tunnel-inspection-rule-request.js.map +1 -0
  108. package/lib/request/get-url-list-request.d.ts +1 -1
  109. package/lib/request/get-work-request-request.d.ts +1 -1
  110. package/lib/request/index.d.ts +12 -0
  111. package/lib/request/index.js +3 -1
  112. package/lib/request/index.js.map +1 -1
  113. package/lib/request/list-address-lists-request.d.ts +1 -1
  114. package/lib/request/list-application-groups-request.d.ts +1 -1
  115. package/lib/request/list-applications-request.d.ts +1 -1
  116. package/lib/request/list-decryption-profiles-request.d.ts +1 -1
  117. package/lib/request/list-decryption-rules-request.d.ts +1 -1
  118. package/lib/request/list-mapped-secrets-request.d.ts +1 -1
  119. package/lib/request/list-network-firewall-policies-request.d.ts +1 -1
  120. package/lib/request/list-network-firewalls-request.d.ts +1 -1
  121. package/lib/request/list-security-rules-request.d.ts +1 -1
  122. package/lib/request/list-service-lists-request.d.ts +1 -1
  123. package/lib/request/list-services-request.d.ts +1 -1
  124. package/lib/request/list-tunnel-inspection-rules-request.d.ts +58 -0
  125. package/lib/request/list-tunnel-inspection-rules-request.js +24 -0
  126. package/lib/request/list-tunnel-inspection-rules-request.js.map +1 -0
  127. package/lib/request/list-url-lists-request.d.ts +1 -1
  128. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  129. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  130. package/lib/request/list-work-requests-request.d.ts +1 -1
  131. package/lib/request/migrate-network-firewall-policy-request.d.ts +1 -1
  132. package/lib/request/update-address-list-request.d.ts +1 -1
  133. package/lib/request/update-application-group-request.d.ts +1 -1
  134. package/lib/request/update-application-request.d.ts +1 -1
  135. package/lib/request/update-decryption-profile-request.d.ts +1 -1
  136. package/lib/request/update-decryption-rule-request.d.ts +1 -1
  137. package/lib/request/update-mapped-secret-request.d.ts +1 -1
  138. package/lib/request/update-network-firewall-policy-request.d.ts +1 -1
  139. package/lib/request/update-network-firewall-request.d.ts +1 -1
  140. package/lib/request/update-security-rule-request.d.ts +1 -1
  141. package/lib/request/update-service-list-request.d.ts +1 -1
  142. package/lib/request/update-service-request.d.ts +1 -1
  143. package/lib/request/update-tunnel-inspection-rule-request.d.ts +44 -0
  144. package/lib/request/update-tunnel-inspection-rule-request.js +15 -0
  145. package/lib/request/update-tunnel-inspection-rule-request.js.map +1 -0
  146. package/lib/request/update-url-list-request.d.ts +1 -1
  147. package/lib/response/bulk-upload-tunnel-inspection-rules-response.d.ts +25 -0
  148. package/lib/response/bulk-upload-tunnel-inspection-rules-response.js +15 -0
  149. package/lib/response/bulk-upload-tunnel-inspection-rules-response.js.map +1 -0
  150. package/lib/response/create-tunnel-inspection-rule-response.d.ts +30 -0
  151. package/lib/response/create-tunnel-inspection-rule-response.js +15 -0
  152. package/lib/response/create-tunnel-inspection-rule-response.js.map +1 -0
  153. package/lib/response/delete-tunnel-inspection-rule-response.d.ts +20 -0
  154. package/lib/response/delete-tunnel-inspection-rule-response.js +15 -0
  155. package/lib/response/delete-tunnel-inspection-rule-response.js.map +1 -0
  156. package/lib/response/get-tunnel-inspection-rule-response.d.ts +30 -0
  157. package/lib/response/get-tunnel-inspection-rule-response.js +15 -0
  158. package/lib/response/get-tunnel-inspection-rule-response.js.map +1 -0
  159. package/lib/response/index.d.ts +12 -0
  160. package/lib/response/list-tunnel-inspection-rules-response.d.ts +46 -0
  161. package/lib/response/list-tunnel-inspection-rules-response.js +15 -0
  162. package/lib/response/list-tunnel-inspection-rules-response.js.map +1 -0
  163. package/lib/response/update-tunnel-inspection-rule-response.d.ts +30 -0
  164. package/lib/response/update-tunnel-inspection-rule-response.js +15 -0
  165. package/lib/response/update-tunnel-inspection-rule-response.js.map +1 -0
  166. package/package.json +3 -3
@@ -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: 20230501
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2024, 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.VxlanInspectionRuleProfile = void 0;
16
+ var VxlanInspectionRuleProfile;
17
+ (function (VxlanInspectionRuleProfile) {
18
+ function getJsonObj(obj) {
19
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
20
+ return jsonObj;
21
+ }
22
+ VxlanInspectionRuleProfile.getJsonObj = getJsonObj;
23
+ function getDeserializedJsonObj(obj) {
24
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
25
+ return jsonObj;
26
+ }
27
+ VxlanInspectionRuleProfile.getDeserializedJsonObj = getDeserializedJsonObj;
28
+ })(VxlanInspectionRuleProfile = exports.VxlanInspectionRuleProfile || (exports.VxlanInspectionRuleProfile = {}));
29
+ //# sourceMappingURL=vxlan-inspection-rule-profile.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"vxlan-inspection-rule-profile.js","sourceRoot":"","sources":["../../../../../lib/networkfirewall/lib/model/vxlan-inspection-rule-profile.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAgBH,IAAiB,0BAA0B,CAW1C;AAXD,WAAiB,0BAA0B;IACzC,SAAgB,UAAU,CAAC,GAA+B;QACxD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,qCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA+B;QACpE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,iDAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,0BAA0B,GAA1B,kCAA0B,KAA1B,kCAA0B,QAW1C"}
@@ -0,0 +1,27 @@
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: 20230501
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2024, 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
+ * Vxlan Tunnel Inspection Rule used on the firewall policy rules.
16
+ *
17
+ */
18
+ export interface VxlanInspectionRuleSummary extends model.TunnelInspectionRuleSummary {
19
+ "condition"?: model.VxlanInspectionRuleMatchCriteria;
20
+ "profile": model.VxlanInspectionRuleProfile;
21
+ "protocol": string;
22
+ }
23
+ export declare namespace VxlanInspectionRuleSummary {
24
+ function getJsonObj(obj: VxlanInspectionRuleSummary, isParentJsonObj?: boolean): object;
25
+ const protocol = "VXLAN";
26
+ function getDeserializedJsonObj(obj: VxlanInspectionRuleSummary, isParentJsonObj?: boolean): object;
27
+ }
@@ -0,0 +1,68 @@
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: 20230501
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2024, 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.VxlanInspectionRuleSummary = void 0;
35
+ const model = __importStar(require("../model"));
36
+ var VxlanInspectionRuleSummary;
37
+ (function (VxlanInspectionRuleSummary) {
38
+ function getJsonObj(obj, isParentJsonObj) {
39
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
40
+ ? obj
41
+ : model.TunnelInspectionRuleSummary.getJsonObj(obj))), {
42
+ "condition": obj.condition
43
+ ? model.VxlanInspectionRuleMatchCriteria.getJsonObj(obj.condition)
44
+ : undefined,
45
+ "profile": obj.profile
46
+ ? model.VxlanInspectionRuleProfile.getJsonObj(obj.profile)
47
+ : undefined
48
+ });
49
+ return jsonObj;
50
+ }
51
+ VxlanInspectionRuleSummary.getJsonObj = getJsonObj;
52
+ VxlanInspectionRuleSummary.protocol = "VXLAN";
53
+ function getDeserializedJsonObj(obj, isParentJsonObj) {
54
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
55
+ ? obj
56
+ : model.TunnelInspectionRuleSummary.getDeserializedJsonObj(obj))), {
57
+ "condition": obj.condition
58
+ ? model.VxlanInspectionRuleMatchCriteria.getDeserializedJsonObj(obj.condition)
59
+ : undefined,
60
+ "profile": obj.profile
61
+ ? model.VxlanInspectionRuleProfile.getDeserializedJsonObj(obj.profile)
62
+ : undefined
63
+ });
64
+ return jsonObj;
65
+ }
66
+ VxlanInspectionRuleSummary.getDeserializedJsonObj = getDeserializedJsonObj;
67
+ })(VxlanInspectionRuleSummary = exports.VxlanInspectionRuleSummary || (exports.VxlanInspectionRuleSummary = {}));
68
+ //# sourceMappingURL=vxlan-inspection-rule-summary.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"vxlan-inspection-rule-summary.js","sourceRoot":"","sources":["../../../../../lib/networkfirewall/lib/model/vxlan-inspection-rule-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAclC,IAAiB,0BAA0B,CAyC1C;AAzCD,WAAiB,0BAA0B;IACzC,SAAgB,UAAU,CAAC,GAA+B,EAAE,eAAyB;QACnF,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,2BAA2B,CAAC,UAAU,CAAC,GAAG,CAAgC,CAAC,GACnF;YACD,WAAW,EAAE,GAAG,CAAC,SAAS;gBACxB,CAAC,CAAC,KAAK,CAAC,gCAAgC,CAAC,UAAU,CAAC,GAAG,CAAC,SAAS,CAAC;gBAClE,CAAC,CAAC,SAAS;YACb,SAAS,EAAE,GAAG,CAAC,OAAO;gBACpB,CAAC,CAAC,KAAK,CAAC,0BAA0B,CAAC,UAAU,CAAC,GAAG,CAAC,OAAO,CAAC;gBAC1D,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAhBe,qCAAU,aAgBzB,CAAA;IACY,mCAAQ,GAAG,OAAO,CAAC;IAChC,SAAgB,sBAAsB,CACpC,GAA+B,EAC/B,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,2BAA2B,CAAC,sBAAsB,CACvD,GAAG,CAC2B,CAAC,GAClC;YACD,WAAW,EAAE,GAAG,CAAC,SAAS;gBACxB,CAAC,CAAC,KAAK,CAAC,gCAAgC,CAAC,sBAAsB,CAAC,GAAG,CAAC,SAAS,CAAC;gBAC9E,CAAC,CAAC,SAAS;YACb,SAAS,EAAE,GAAG,CAAC,OAAO;gBACpB,CAAC,CAAC,KAAK,CAAC,0BAA0B,CAAC,sBAAsB,CAAC,GAAG,CAAC,OAAO,CAAC;gBACtE,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IArBe,iDAAsB,yBAqBrC,CAAA;AACH,CAAC,EAzCgB,0BAA0B,GAA1B,kCAA0B,KAA1B,kCAA0B,QAyC1C"}
@@ -0,0 +1,27 @@
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: 20230501
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2024, 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
+ * Vxlan Tunnel Inspection Rule used on the firewall policy rules.
16
+ *
17
+ */
18
+ export interface VxlanInspectionRule extends model.TunnelInspectionRule {
19
+ "condition": model.VxlanInspectionRuleMatchCriteria;
20
+ "profile": model.VxlanInspectionRuleProfile;
21
+ "protocol": string;
22
+ }
23
+ export declare namespace VxlanInspectionRule {
24
+ function getJsonObj(obj: VxlanInspectionRule, isParentJsonObj?: boolean): object;
25
+ const protocol = "VXLAN";
26
+ function getDeserializedJsonObj(obj: VxlanInspectionRule, isParentJsonObj?: boolean): object;
27
+ }
@@ -0,0 +1,68 @@
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: 20230501
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2024, 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.VxlanInspectionRule = void 0;
35
+ const model = __importStar(require("../model"));
36
+ var VxlanInspectionRule;
37
+ (function (VxlanInspectionRule) {
38
+ function getJsonObj(obj, isParentJsonObj) {
39
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
40
+ ? obj
41
+ : model.TunnelInspectionRule.getJsonObj(obj))), {
42
+ "condition": obj.condition
43
+ ? model.VxlanInspectionRuleMatchCriteria.getJsonObj(obj.condition)
44
+ : undefined,
45
+ "profile": obj.profile
46
+ ? model.VxlanInspectionRuleProfile.getJsonObj(obj.profile)
47
+ : undefined
48
+ });
49
+ return jsonObj;
50
+ }
51
+ VxlanInspectionRule.getJsonObj = getJsonObj;
52
+ VxlanInspectionRule.protocol = "VXLAN";
53
+ function getDeserializedJsonObj(obj, isParentJsonObj) {
54
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
55
+ ? obj
56
+ : model.TunnelInspectionRule.getDeserializedJsonObj(obj))), {
57
+ "condition": obj.condition
58
+ ? model.VxlanInspectionRuleMatchCriteria.getDeserializedJsonObj(obj.condition)
59
+ : undefined,
60
+ "profile": obj.profile
61
+ ? model.VxlanInspectionRuleProfile.getDeserializedJsonObj(obj.profile)
62
+ : undefined
63
+ });
64
+ return jsonObj;
65
+ }
66
+ VxlanInspectionRule.getDeserializedJsonObj = getDeserializedJsonObj;
67
+ })(VxlanInspectionRule = exports.VxlanInspectionRule || (exports.VxlanInspectionRule = {}));
68
+ //# sourceMappingURL=vxlan-inspection-rule.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"vxlan-inspection-rule.js","sourceRoot":"","sources":["../../../../../lib/networkfirewall/lib/model/vxlan-inspection-rule.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAclC,IAAiB,mBAAmB,CAuCnC;AAvCD,WAAiB,mBAAmB;IAClC,SAAgB,UAAU,CAAC,GAAwB,EAAE,eAAyB;QAC5E,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,oBAAoB,CAAC,UAAU,CAAC,GAAG,CAAyB,CAAC,GACrE;YACD,WAAW,EAAE,GAAG,CAAC,SAAS;gBACxB,CAAC,CAAC,KAAK,CAAC,gCAAgC,CAAC,UAAU,CAAC,GAAG,CAAC,SAAS,CAAC;gBAClE,CAAC,CAAC,SAAS;YACb,SAAS,EAAE,GAAG,CAAC,OAAO;gBACpB,CAAC,CAAC,KAAK,CAAC,0BAA0B,CAAC,UAAU,CAAC,GAAG,CAAC,OAAO,CAAC;gBAC1D,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAhBe,8BAAU,aAgBzB,CAAA;IACY,4BAAQ,GAAG,OAAO,CAAC;IAChC,SAAgB,sBAAsB,CACpC,GAAwB,EACxB,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,oBAAoB,CAAC,sBAAsB,CAAC,GAAG,CAAyB,CAAC,GACjF;YACD,WAAW,EAAE,GAAG,CAAC,SAAS;gBACxB,CAAC,CAAC,KAAK,CAAC,gCAAgC,CAAC,sBAAsB,CAAC,GAAG,CAAC,SAAS,CAAC;gBAC9E,CAAC,CAAC,SAAS;YACb,SAAS,EAAE,GAAG,CAAC,OAAO;gBACpB,CAAC,CAAC,KAAK,CAAC,0BAA0B,CAAC,sBAAsB,CAAC,GAAG,CAAC,OAAO,CAAC;gBACtE,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAnBe,0CAAsB,yBAmBrC,CAAA;AACH,CAAC,EAvCgB,mBAAmB,GAAnB,2BAAmB,KAAnB,2BAAmB,QAuCnC"}
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/networkfirewall/ApplyNetworkFirewallPolicy.ts.html |here} to see how to use ApplyNetworkFirewallPolicyRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/networkfirewall/ApplyNetworkFirewallPolicy.ts.html |here} to see how to use ApplyNetworkFirewallPolicyRequest.
17
17
  */
18
18
  export interface ApplyNetworkFirewallPolicyRequest extends common.BaseRequest {
19
19
  /**
@@ -14,7 +14,7 @@
14
14
  import common = require("oci-common");
15
15
  import stream = require("stream");
16
16
  /**
17
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/networkfirewall/BulkUploadAddressLists.ts.html |here} to see how to use BulkUploadAddressListsRequest.
17
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/networkfirewall/BulkUploadAddressLists.ts.html |here} to see how to use BulkUploadAddressListsRequest.
18
18
  */
19
19
  export interface BulkUploadAddressListsRequest extends common.BaseRequest {
20
20
  /**
@@ -14,7 +14,7 @@
14
14
  import common = require("oci-common");
15
15
  import stream = require("stream");
16
16
  /**
17
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/networkfirewall/BulkUploadApplicationGroups.ts.html |here} to see how to use BulkUploadApplicationGroupsRequest.
17
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/networkfirewall/BulkUploadApplicationGroups.ts.html |here} to see how to use BulkUploadApplicationGroupsRequest.
18
18
  */
19
19
  export interface BulkUploadApplicationGroupsRequest extends common.BaseRequest {
20
20
  /**
@@ -14,7 +14,7 @@
14
14
  import common = require("oci-common");
15
15
  import stream = require("stream");
16
16
  /**
17
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/networkfirewall/BulkUploadApplications.ts.html |here} to see how to use BulkUploadApplicationsRequest.
17
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/networkfirewall/BulkUploadApplications.ts.html |here} to see how to use BulkUploadApplicationsRequest.
18
18
  */
19
19
  export interface BulkUploadApplicationsRequest extends common.BaseRequest {
20
20
  /**
@@ -14,7 +14,7 @@
14
14
  import common = require("oci-common");
15
15
  import stream = require("stream");
16
16
  /**
17
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/networkfirewall/BulkUploadDecryptionProfiles.ts.html |here} to see how to use BulkUploadDecryptionProfilesRequest.
17
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/networkfirewall/BulkUploadDecryptionProfiles.ts.html |here} to see how to use BulkUploadDecryptionProfilesRequest.
18
18
  */
19
19
  export interface BulkUploadDecryptionProfilesRequest extends common.BaseRequest {
20
20
  /**
@@ -14,7 +14,7 @@
14
14
  import common = require("oci-common");
15
15
  import stream = require("stream");
16
16
  /**
17
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/networkfirewall/BulkUploadDecryptionRules.ts.html |here} to see how to use BulkUploadDecryptionRulesRequest.
17
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/networkfirewall/BulkUploadDecryptionRules.ts.html |here} to see how to use BulkUploadDecryptionRulesRequest.
18
18
  */
19
19
  export interface BulkUploadDecryptionRulesRequest extends common.BaseRequest {
20
20
  /**
@@ -14,7 +14,7 @@
14
14
  import common = require("oci-common");
15
15
  import stream = require("stream");
16
16
  /**
17
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/networkfirewall/BulkUploadMappedSecrets.ts.html |here} to see how to use BulkUploadMappedSecretsRequest.
17
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/networkfirewall/BulkUploadMappedSecrets.ts.html |here} to see how to use BulkUploadMappedSecretsRequest.
18
18
  */
19
19
  export interface BulkUploadMappedSecretsRequest extends common.BaseRequest {
20
20
  /**
@@ -14,7 +14,7 @@
14
14
  import common = require("oci-common");
15
15
  import stream = require("stream");
16
16
  /**
17
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/networkfirewall/BulkUploadSecurityRules.ts.html |here} to see how to use BulkUploadSecurityRulesRequest.
17
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/networkfirewall/BulkUploadSecurityRules.ts.html |here} to see how to use BulkUploadSecurityRulesRequest.
18
18
  */
19
19
  export interface BulkUploadSecurityRulesRequest extends common.BaseRequest {
20
20
  /**
@@ -14,7 +14,7 @@
14
14
  import common = require("oci-common");
15
15
  import stream = require("stream");
16
16
  /**
17
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/networkfirewall/BulkUploadServiceLists.ts.html |here} to see how to use BulkUploadServiceListsRequest.
17
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/networkfirewall/BulkUploadServiceLists.ts.html |here} to see how to use BulkUploadServiceListsRequest.
18
18
  */
19
19
  export interface BulkUploadServiceListsRequest extends common.BaseRequest {
20
20
  /**
@@ -14,7 +14,7 @@
14
14
  import common = require("oci-common");
15
15
  import stream = require("stream");
16
16
  /**
17
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/networkfirewall/BulkUploadServices.ts.html |here} to see how to use BulkUploadServicesRequest.
17
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/networkfirewall/BulkUploadServices.ts.html |here} to see how to use BulkUploadServicesRequest.
18
18
  */
19
19
  export interface BulkUploadServicesRequest extends common.BaseRequest {
20
20
  /**
@@ -0,0 +1,50 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20230501
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2024, 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
+ /// <reference types="node" />
14
+ import common = require("oci-common");
15
+ import stream = require("stream");
16
+ /**
17
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/networkfirewall/BulkUploadTunnelInspectionRules.ts.html |here} to see how to use BulkUploadTunnelInspectionRulesRequest.
18
+ */
19
+ export interface BulkUploadTunnelInspectionRulesRequest extends common.BaseRequest {
20
+ /**
21
+ * Unique Network Firewall Policy identifier
22
+ */
23
+ "networkFirewallPolicyId": string;
24
+ /**
25
+ * Request details to create the tunnel inspection rule for the network firewall policy Resource.
26
+ */
27
+ "bulkUploadTunnelInspectionRulesDetails": Uint8Array | Buffer | Blob | stream.Readable | ReadableStream | string;
28
+ /**
29
+ * A token that uniquely identifies a request so it can be retried in case of a timeout or
30
+ * server error without risk of executing that same action again. Retry tokens expire after 24
31
+ * hours, but can be invalidated before then due to conflicting operations. For example, if a resource
32
+ * has been deleted and purged from the system, then a retry of the original creation request
33
+ * might be rejected.
34
+ *
35
+ */
36
+ "opcRetryToken"?: string;
37
+ /**
38
+ * The client request ID for tracing.
39
+ */
40
+ "opcRequestId"?: string;
41
+ /**
42
+ * For optimistic concurrency control. In the PUT or DELETE call
43
+ * for a resource, set the {@code if-match} parameter to the value of the
44
+ * etag from a previous GET or POST response for that resource.
45
+ * The resource will be updated or deleted only if the etag you
46
+ * provide matches the resource's current etag value.
47
+ *
48
+ */
49
+ "ifMatch"?: string;
50
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20230501
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=bulk-upload-tunnel-inspection-rules-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"bulk-upload-tunnel-inspection-rules-request.js","sourceRoot":"","sources":["../../../../../lib/networkfirewall/lib/request/bulk-upload-tunnel-inspection-rules-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -14,7 +14,7 @@
14
14
  import common = require("oci-common");
15
15
  import stream = require("stream");
16
16
  /**
17
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/networkfirewall/BulkUploadUrlLists.ts.html |here} to see how to use BulkUploadUrlListsRequest.
17
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/networkfirewall/BulkUploadUrlLists.ts.html |here} to see how to use BulkUploadUrlListsRequest.
18
18
  */
19
19
  export interface BulkUploadUrlListsRequest extends common.BaseRequest {
20
20
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/networkfirewall/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequestRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/networkfirewall/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequestRequest.
16
16
  */
17
17
  export interface CancelWorkRequestRequest extends common.BaseRequest {
18
18
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/networkfirewall/ChangeNetworkFirewallCompartment.ts.html |here} to see how to use ChangeNetworkFirewallCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/networkfirewall/ChangeNetworkFirewallCompartment.ts.html |here} to see how to use ChangeNetworkFirewallCompartmentRequest.
17
17
  */
18
18
  export interface ChangeNetworkFirewallCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/networkfirewall/ChangeNetworkFirewallPolicyCompartment.ts.html |here} to see how to use ChangeNetworkFirewallPolicyCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/networkfirewall/ChangeNetworkFirewallPolicyCompartment.ts.html |here} to see how to use ChangeNetworkFirewallPolicyCompartmentRequest.
17
17
  */
18
18
  export interface ChangeNetworkFirewallPolicyCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/networkfirewall/CloneNetworkFirewallPolicy.ts.html |here} to see how to use CloneNetworkFirewallPolicyRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/networkfirewall/CloneNetworkFirewallPolicy.ts.html |here} to see how to use CloneNetworkFirewallPolicyRequest.
17
17
  */
18
18
  export interface CloneNetworkFirewallPolicyRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/networkfirewall/CreateAddressList.ts.html |here} to see how to use CreateAddressListRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/networkfirewall/CreateAddressList.ts.html |here} to see how to use CreateAddressListRequest.
17
17
  */
18
18
  export interface CreateAddressListRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/networkfirewall/CreateApplicationGroup.ts.html |here} to see how to use CreateApplicationGroupRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/networkfirewall/CreateApplicationGroup.ts.html |here} to see how to use CreateApplicationGroupRequest.
17
17
  */
18
18
  export interface CreateApplicationGroupRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/networkfirewall/CreateApplication.ts.html |here} to see how to use CreateApplicationRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/networkfirewall/CreateApplication.ts.html |here} to see how to use CreateApplicationRequest.
17
17
  */
18
18
  export interface CreateApplicationRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/networkfirewall/CreateDecryptionProfile.ts.html |here} to see how to use CreateDecryptionProfileRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/networkfirewall/CreateDecryptionProfile.ts.html |here} to see how to use CreateDecryptionProfileRequest.
17
17
  */
18
18
  export interface CreateDecryptionProfileRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/networkfirewall/CreateDecryptionRule.ts.html |here} to see how to use CreateDecryptionRuleRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/networkfirewall/CreateDecryptionRule.ts.html |here} to see how to use CreateDecryptionRuleRequest.
17
17
  */
18
18
  export interface CreateDecryptionRuleRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/networkfirewall/CreateMappedSecret.ts.html |here} to see how to use CreateMappedSecretRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/networkfirewall/CreateMappedSecret.ts.html |here} to see how to use CreateMappedSecretRequest.
17
17
  */
18
18
  export interface CreateMappedSecretRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/networkfirewall/CreateNetworkFirewallPolicy.ts.html |here} to see how to use CreateNetworkFirewallPolicyRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/networkfirewall/CreateNetworkFirewallPolicy.ts.html |here} to see how to use CreateNetworkFirewallPolicyRequest.
17
17
  */
18
18
  export interface CreateNetworkFirewallPolicyRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/networkfirewall/CreateNetworkFirewall.ts.html |here} to see how to use CreateNetworkFirewallRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/networkfirewall/CreateNetworkFirewall.ts.html |here} to see how to use CreateNetworkFirewallRequest.
17
17
  */
18
18
  export interface CreateNetworkFirewallRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/networkfirewall/CreateSecurityRule.ts.html |here} to see how to use CreateSecurityRuleRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/networkfirewall/CreateSecurityRule.ts.html |here} to see how to use CreateSecurityRuleRequest.
17
17
  */
18
18
  export interface CreateSecurityRuleRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/networkfirewall/CreateServiceList.ts.html |here} to see how to use CreateServiceListRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/networkfirewall/CreateServiceList.ts.html |here} to see how to use CreateServiceListRequest.
17
17
  */
18
18
  export interface CreateServiceListRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/networkfirewall/CreateService.ts.html |here} to see how to use CreateServiceRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/networkfirewall/CreateService.ts.html |here} to see how to use CreateServiceRequest.
17
17
  */
18
18
  export interface CreateServiceRequest extends common.BaseRequest {
19
19
  /**
@@ -0,0 +1,40 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20230501
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import * as model from "../model";
14
+ import common = require("oci-common");
15
+ /**
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/networkfirewall/CreateTunnelInspectionRule.ts.html |here} to see how to use CreateTunnelInspectionRuleRequest.
17
+ */
18
+ export interface CreateTunnelInspectionRuleRequest extends common.BaseRequest {
19
+ /**
20
+ * Unique Network Firewall Policy identifier
21
+ */
22
+ "networkFirewallPolicyId": string;
23
+ /**
24
+ * Request Details to create the network firewall policy resource.
25
+ */
26
+ "createTunnelInspectionRuleDetails": model.CreateVxlanInspectionRuleDetails;
27
+ /**
28
+ * A token that uniquely identifies a request so it can be retried in case of a timeout or
29
+ * server error without risk of executing that same action again. Retry tokens expire after 24
30
+ * hours, but can be invalidated before then due to conflicting operations. For example, if a resource
31
+ * has been deleted and purged from the system, then a retry of the original creation request
32
+ * might be rejected.
33
+ *
34
+ */
35
+ "opcRetryToken"?: string;
36
+ /**
37
+ * The client request ID for tracing.
38
+ */
39
+ "opcRequestId"?: string;
40
+ }