oci-networkfirewall 2.109.1 → 2.110.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 (104) hide show
  1. package/lib/client.d.ts +58 -1
  2. package/lib/client.js +402 -1
  3. package/lib/client.js.map +1 -1
  4. package/lib/model/create-nat-rule-details.d.ts +34 -0
  5. package/lib/model/create-nat-rule-details.js +74 -0
  6. package/lib/model/create-nat-rule-details.js.map +1 -0
  7. package/lib/model/create-nat-v4-rule-details.d.ts +33 -0
  8. package/lib/model/create-nat-v4-rule-details.js +62 -0
  9. package/lib/model/create-nat-v4-rule-details.js.map +1 -0
  10. package/lib/model/create-network-firewall-details.d.ts +2 -0
  11. package/lib/model/create-network-firewall-details.js +30 -2
  12. package/lib/model/create-network-firewall-details.js.map +1 -1
  13. package/lib/model/index.d.ts +28 -0
  14. package/lib/model/index.js +31 -3
  15. package/lib/model/index.js.map +1 -1
  16. package/lib/model/lifecycle-state.d.ts +0 -2
  17. package/lib/model/lifecycle-state.js +0 -2
  18. package/lib/model/lifecycle-state.js.map +1 -1
  19. package/lib/model/nat-configuration-request.d.ts +25 -0
  20. package/lib/model/nat-configuration-request.js +29 -0
  21. package/lib/model/nat-configuration-request.js.map +1 -0
  22. package/lib/model/nat-configuration-response.d.ts +29 -0
  23. package/lib/model/nat-configuration-response.js +29 -0
  24. package/lib/model/nat-configuration-response.js.map +1 -0
  25. package/lib/model/nat-rule-collection.d.ts +26 -0
  26. package/lib/model/nat-rule-collection.js +61 -0
  27. package/lib/model/nat-rule-collection.js.map +1 -0
  28. package/lib/model/nat-rule-match-criteria.d.ts +33 -0
  29. package/lib/model/nat-rule-match-criteria.js +29 -0
  30. package/lib/model/nat-rule-match-criteria.js.map +1 -0
  31. package/lib/model/nat-rule-summary.d.ts +40 -0
  32. package/lib/model/nat-rule-summary.js +68 -0
  33. package/lib/model/nat-rule-summary.js.map +1 -0
  34. package/lib/model/nat-rule.d.ts +41 -0
  35. package/lib/model/nat-rule.js +74 -0
  36. package/lib/model/nat-rule.js.map +1 -0
  37. package/lib/model/nat-type.d.ts +29 -0
  38. package/lib/model/nat-type.js +40 -0
  39. package/lib/model/nat-type.js.map +1 -0
  40. package/lib/model/nat-v4-action-type.d.ts +30 -0
  41. package/lib/model/nat-v4-action-type.js +41 -0
  42. package/lib/model/nat-v4-action-type.js.map +1 -0
  43. package/lib/model/nat-v4-nat-rule.d.ts +33 -0
  44. package/lib/model/nat-v4-nat-rule.js +58 -0
  45. package/lib/model/nat-v4-nat-rule.js.map +1 -0
  46. package/lib/model/nat-v4-nat-summary.d.ts +33 -0
  47. package/lib/model/nat-v4-nat-summary.js +60 -0
  48. package/lib/model/nat-v4-nat-summary.js.map +1 -0
  49. package/lib/model/network-firewall-summary.d.ts +1 -0
  50. package/lib/model/network-firewall-summary.js +30 -2
  51. package/lib/model/network-firewall-summary.js.map +1 -1
  52. package/lib/model/network-firewall.d.ts +1 -0
  53. package/lib/model/network-firewall.js +30 -2
  54. package/lib/model/network-firewall.js.map +1 -1
  55. package/lib/model/update-nat-rule-details.d.ts +30 -0
  56. package/lib/model/update-nat-rule-details.js +74 -0
  57. package/lib/model/update-nat-rule-details.js.map +1 -0
  58. package/lib/model/update-nat-v4-rule-details.d.ts +33 -0
  59. package/lib/model/update-nat-v4-rule-details.js +62 -0
  60. package/lib/model/update-nat-v4-rule-details.js.map +1 -0
  61. package/lib/model/update-network-firewall-details.d.ts +2 -0
  62. package/lib/model/update-network-firewall-details.js +30 -2
  63. package/lib/model/update-network-firewall-details.js.map +1 -1
  64. package/lib/request/bulk-upload-nat-rules-request.d.ts +50 -0
  65. package/lib/request/bulk-upload-nat-rules-request.js +15 -0
  66. package/lib/request/bulk-upload-nat-rules-request.js.map +1 -0
  67. package/lib/request/create-nat-rule-request.d.ts +40 -0
  68. package/lib/request/create-nat-rule-request.js +15 -0
  69. package/lib/request/create-nat-rule-request.js.map +1 -0
  70. package/lib/request/delete-nat-rule-request.d.ts +39 -0
  71. package/lib/request/delete-nat-rule-request.js +15 -0
  72. package/lib/request/delete-nat-rule-request.js.map +1 -0
  73. package/lib/request/get-nat-rule-request.d.ts +30 -0
  74. package/lib/request/get-nat-rule-request.js +15 -0
  75. package/lib/request/get-nat-rule-request.js.map +1 -0
  76. package/lib/request/index.d.ts +12 -0
  77. package/lib/request/index.js +3 -1
  78. package/lib/request/index.js.map +1 -1
  79. package/lib/request/list-nat-rules-request.d.ts +58 -0
  80. package/lib/request/list-nat-rules-request.js +24 -0
  81. package/lib/request/list-nat-rules-request.js.map +1 -0
  82. package/lib/request/update-nat-rule-request.d.ts +44 -0
  83. package/lib/request/update-nat-rule-request.js +15 -0
  84. package/lib/request/update-nat-rule-request.js.map +1 -0
  85. package/lib/response/bulk-upload-nat-rules-response.d.ts +25 -0
  86. package/lib/response/bulk-upload-nat-rules-response.js +15 -0
  87. package/lib/response/bulk-upload-nat-rules-response.js.map +1 -0
  88. package/lib/response/create-nat-rule-response.d.ts +30 -0
  89. package/lib/response/create-nat-rule-response.js +15 -0
  90. package/lib/response/create-nat-rule-response.js.map +1 -0
  91. package/lib/response/delete-nat-rule-response.d.ts +20 -0
  92. package/lib/response/delete-nat-rule-response.js +15 -0
  93. package/lib/response/delete-nat-rule-response.js.map +1 -0
  94. package/lib/response/get-nat-rule-response.d.ts +30 -0
  95. package/lib/response/get-nat-rule-response.js +15 -0
  96. package/lib/response/get-nat-rule-response.js.map +1 -0
  97. package/lib/response/index.d.ts +12 -0
  98. package/lib/response/list-nat-rules-response.d.ts +46 -0
  99. package/lib/response/list-nat-rules-response.js +15 -0
  100. package/lib/response/list-nat-rules-response.js.map +1 -0
  101. package/lib/response/update-nat-rule-response.d.ts +30 -0
  102. package/lib/response/update-nat-rule-response.js +15 -0
  103. package/lib/response/update-nat-rule-response.js.map +1 -0
  104. package/package.json +3 -3
@@ -0,0 +1,34 @@
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, 2025, 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
+ * Request for creating Nat Rule used in the firewall policy.
16
+ * A Nat Rule is used to define to which traffic NAT should be applied by the firewall, and how it should do so.
17
+ *
18
+ */
19
+ export interface CreateNatRuleDetails {
20
+ /**
21
+ * Name for the NAT rule, must be unique within the policy.
22
+ */
23
+ "name": string;
24
+ /**
25
+ * Description of a NAT rule. This field can be used to add additional info.
26
+ */
27
+ "description"?: string;
28
+ "position"?: model.RulePosition;
29
+ "type": string;
30
+ }
31
+ export declare namespace CreateNatRuleDetails {
32
+ function getJsonObj(obj: CreateNatRuleDetails): object;
33
+ function getDeserializedJsonObj(obj: CreateNatRuleDetails): object;
34
+ }
@@ -0,0 +1,74 @@
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, 2025, 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.CreateNatRuleDetails = void 0;
35
+ const model = __importStar(require("../model"));
36
+ const common = require("oci-common");
37
+ var CreateNatRuleDetails;
38
+ (function (CreateNatRuleDetails) {
39
+ function getJsonObj(obj) {
40
+ const jsonObj = Object.assign(Object.assign({}, obj), {
41
+ "position": obj.position ? model.RulePosition.getJsonObj(obj.position) : undefined
42
+ });
43
+ if (obj && "type" in obj && obj.type) {
44
+ switch (obj.type) {
45
+ case "NATV4":
46
+ return model.CreateNatV4RuleDetails.getJsonObj(jsonObj, true);
47
+ default:
48
+ if (common.LOG.logger)
49
+ common.LOG.logger.info(`Unknown value for: ${obj.type}`);
50
+ }
51
+ }
52
+ return jsonObj;
53
+ }
54
+ CreateNatRuleDetails.getJsonObj = getJsonObj;
55
+ function getDeserializedJsonObj(obj) {
56
+ const jsonObj = Object.assign(Object.assign({}, obj), {
57
+ "position": obj.position
58
+ ? model.RulePosition.getDeserializedJsonObj(obj.position)
59
+ : undefined
60
+ });
61
+ if (obj && "type" in obj && obj.type) {
62
+ switch (obj.type) {
63
+ case "NATV4":
64
+ return model.CreateNatV4RuleDetails.getDeserializedJsonObj(jsonObj, true);
65
+ default:
66
+ if (common.LOG.logger)
67
+ common.LOG.logger.info(`Unknown value for: ${obj.type}`);
68
+ }
69
+ }
70
+ return jsonObj;
71
+ }
72
+ CreateNatRuleDetails.getDeserializedJsonObj = getDeserializedJsonObj;
73
+ })(CreateNatRuleDetails = exports.CreateNatRuleDetails || (exports.CreateNatRuleDetails = {}));
74
+ //# sourceMappingURL=create-nat-rule-details.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-nat-rule-details.js","sourceRoot":"","sources":["../../../../../lib/networkfirewall/lib/model/create-nat-rule-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAClC,qCAAsC;AAqBtC,IAAiB,oBAAoB,CA6CpC;AA7CD,WAAiB,oBAAoB;IACnC,SAAgB,UAAU,CAAC,GAAyB;QAClD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,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,IAAI,GAAG,IAAI,MAAM,IAAI,GAAG,IAAI,GAAG,CAAC,IAAI,EAAE;YACpC,QAAQ,GAAG,CAAC,IAAI,EAAE;gBAChB,KAAK,OAAO;oBACV,OAAO,KAAK,CAAC,sBAAsB,CAAC,UAAU,CACL,OAAQ,EAC/C,IAAI,CACL,CAAC;gBACJ;oBACE,IAAI,MAAM,CAAC,GAAG,CAAC,MAAM;wBAAE,MAAM,CAAC,GAAG,CAAC,MAAM,CAAC,IAAI,CAAC,sBAAsB,GAAG,CAAC,IAAI,EAAE,CAAC,CAAC;aACnF;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IApBe,+BAAU,aAoBzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAyB;QAC9D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,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,IAAI,GAAG,IAAI,MAAM,IAAI,GAAG,IAAI,GAAG,CAAC,IAAI,EAAE;YACpC,QAAQ,GAAG,CAAC,IAAI,EAAE;gBAChB,KAAK,OAAO;oBACV,OAAO,KAAK,CAAC,sBAAsB,CAAC,sBAAsB,CACjB,OAAQ,EAC/C,IAAI,CACL,CAAC;gBACJ;oBACE,IAAI,MAAM,CAAC,GAAG,CAAC,MAAM;wBAAE,MAAM,CAAC,GAAG,CAAC,MAAM,CAAC,IAAI,CAAC,sBAAsB,GAAG,CAAC,IAAI,EAAE,CAAC,CAAC;aACnF;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IAtBe,2CAAsB,yBAsBrC,CAAA;AACH,CAAC,EA7CgB,oBAAoB,GAApB,4BAAoB,KAApB,4BAAoB,QA6CpC"}
@@ -0,0 +1,33 @@
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, 2025, 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
+ * Request for creating NATV4 type Nat Rule used in the firewall policy.
16
+ *
17
+ */
18
+ export interface CreateNatV4RuleDetails extends model.CreateNatRuleDetails {
19
+ "condition": model.NatRuleMatchCriteria;
20
+ /**
21
+ * action:
22
+ * <p>
23
+ * DIPP_SRC_NAT - Dynamic-ip-port source NAT.
24
+ *
25
+ */
26
+ "action": model.NatV4ActionType;
27
+ "type": string;
28
+ }
29
+ export declare namespace CreateNatV4RuleDetails {
30
+ function getJsonObj(obj: CreateNatV4RuleDetails, isParentJsonObj?: boolean): object;
31
+ const type = "NATV4";
32
+ function getDeserializedJsonObj(obj: CreateNatV4RuleDetails, isParentJsonObj?: boolean): object;
33
+ }
@@ -0,0 +1,62 @@
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, 2025, 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.CreateNatV4RuleDetails = void 0;
35
+ const model = __importStar(require("../model"));
36
+ var CreateNatV4RuleDetails;
37
+ (function (CreateNatV4RuleDetails) {
38
+ function getJsonObj(obj, isParentJsonObj) {
39
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
40
+ ? obj
41
+ : model.CreateNatRuleDetails.getJsonObj(obj))), {
42
+ "condition": obj.condition
43
+ ? model.NatRuleMatchCriteria.getJsonObj(obj.condition)
44
+ : undefined
45
+ });
46
+ return jsonObj;
47
+ }
48
+ CreateNatV4RuleDetails.getJsonObj = getJsonObj;
49
+ CreateNatV4RuleDetails.type = "NATV4";
50
+ function getDeserializedJsonObj(obj, isParentJsonObj) {
51
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
52
+ ? obj
53
+ : model.CreateNatRuleDetails.getDeserializedJsonObj(obj))), {
54
+ "condition": obj.condition
55
+ ? model.NatRuleMatchCriteria.getDeserializedJsonObj(obj.condition)
56
+ : undefined
57
+ });
58
+ return jsonObj;
59
+ }
60
+ CreateNatV4RuleDetails.getDeserializedJsonObj = getDeserializedJsonObj;
61
+ })(CreateNatV4RuleDetails = exports.CreateNatV4RuleDetails || (exports.CreateNatV4RuleDetails = {}));
62
+ //# sourceMappingURL=create-nat-v4-rule-details.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-nat-v4-rule-details.js","sourceRoot":"","sources":["../../../../../lib/networkfirewall/lib/model/create-nat-v4-rule-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAoBlC,IAAiB,sBAAsB,CAiCtC;AAjCD,WAAiB,sBAAsB;IACrC,SAAgB,UAAU,CAAC,GAA2B,EAAE,eAAyB;QAC/E,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,oBAAoB,CAAC,UAAU,CAAC,GAAG,CAA4B,CAAC,GACxE;YACD,WAAW,EAAE,GAAG,CAAC,SAAS;gBACxB,CAAC,CAAC,KAAK,CAAC,oBAAoB,CAAC,UAAU,CAAC,GAAG,CAAC,SAAS,CAAC;gBACtD,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,iCAAU,aAazB,CAAA;IACY,2BAAI,GAAG,OAAO,CAAC;IAC5B,SAAgB,sBAAsB,CACpC,GAA2B,EAC3B,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,oBAAoB,CAAC,sBAAsB,CAAC,GAAG,CAA4B,CAAC,GACpF;YACD,WAAW,EAAE,GAAG,CAAC,SAAS;gBACxB,CAAC,CAAC,KAAK,CAAC,oBAAoB,CAAC,sBAAsB,CAAC,GAAG,CAAC,SAAS,CAAC;gBAClE,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAhBe,6CAAsB,yBAgBrC,CAAA;AACH,CAAC,EAjCgB,sBAAsB,GAAtB,8BAAsB,KAAtB,8BAAsB,QAiCtC"}
@@ -10,6 +10,7 @@
10
10
  * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
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
12
  */
13
+ import * as model from "../model";
13
14
  /**
14
15
  * The information about new Network Firewall.
15
16
  */
@@ -49,6 +50,7 @@ export interface CreateNetworkFirewallDetails {
49
50
  * An array of network security groups [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) associated with the Network Firewall.
50
51
  */
51
52
  "networkSecurityGroupIds"?: Array<string>;
53
+ "natConfiguration"?: model.NatConfigurationRequest;
52
54
  /**
53
55
  * Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
54
56
  * For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
@@ -11,17 +11,45 @@
11
11
  * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
12
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
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
+ };
14
33
  Object.defineProperty(exports, "__esModule", { value: true });
15
34
  exports.CreateNetworkFirewallDetails = void 0;
35
+ const model = __importStar(require("../model"));
16
36
  var CreateNetworkFirewallDetails;
17
37
  (function (CreateNetworkFirewallDetails) {
18
38
  function getJsonObj(obj) {
19
- const jsonObj = Object.assign(Object.assign({}, obj), {});
39
+ const jsonObj = Object.assign(Object.assign({}, obj), {
40
+ "natConfiguration": obj.natConfiguration
41
+ ? model.NatConfigurationRequest.getJsonObj(obj.natConfiguration)
42
+ : undefined
43
+ });
20
44
  return jsonObj;
21
45
  }
22
46
  CreateNetworkFirewallDetails.getJsonObj = getJsonObj;
23
47
  function getDeserializedJsonObj(obj) {
24
- const jsonObj = Object.assign(Object.assign({}, obj), {});
48
+ const jsonObj = Object.assign(Object.assign({}, obj), {
49
+ "natConfiguration": obj.natConfiguration
50
+ ? model.NatConfigurationRequest.getDeserializedJsonObj(obj.natConfiguration)
51
+ : undefined
52
+ });
25
53
  return jsonObj;
26
54
  }
27
55
  CreateNetworkFirewallDetails.getDeserializedJsonObj = getDeserializedJsonObj;
@@ -1 +1 @@
1
- {"version":3,"file":"create-network-firewall-details.js","sourceRoot":"","sources":["../../../../../lib/networkfirewall/lib/model/create-network-firewall-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA4DH,IAAiB,4BAA4B,CAW5C;AAXD,WAAiB,4BAA4B;IAC3C,SAAgB,UAAU,CAAC,GAAiC;QAC1D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,uCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAiC;QACtE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,mDAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,4BAA4B,GAA5B,oCAA4B,KAA5B,oCAA4B,QAW5C"}
1
+ {"version":3,"file":"create-network-firewall-details.js","sourceRoot":"","sources":["../../../../../lib/networkfirewall/lib/model/create-network-firewall-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA2DlC,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"}
@@ -54,6 +54,8 @@ import * as CreateDecryptionRuleDetails from "./create-decryption-rule-details";
54
54
  export import CreateDecryptionRuleDetails = CreateDecryptionRuleDetails.CreateDecryptionRuleDetails;
55
55
  import * as CreateMappedSecretDetails from "./create-mapped-secret-details";
56
56
  export import CreateMappedSecretDetails = CreateMappedSecretDetails.CreateMappedSecretDetails;
57
+ import * as CreateNatRuleDetails from "./create-nat-rule-details";
58
+ export import CreateNatRuleDetails = CreateNatRuleDetails.CreateNatRuleDetails;
57
59
  import * as CreateNetworkFirewallDetails from "./create-network-firewall-details";
58
60
  export import CreateNetworkFirewallDetails = CreateNetworkFirewallDetails.CreateNetworkFirewallDetails;
59
61
  import * as CreateNetworkFirewallPolicyDetails from "./create-network-firewall-policy-details";
@@ -98,6 +100,22 @@ import * as MappedSecretSummaryCollection from "./mapped-secret-summary-collecti
98
100
  export import MappedSecretSummaryCollection = MappedSecretSummaryCollection.MappedSecretSummaryCollection;
99
101
  import * as MappedSecretType from "./mapped-secret-type";
100
102
  export import MappedSecretType = MappedSecretType.MappedSecretType;
103
+ import * as NatConfigurationRequest from "./nat-configuration-request";
104
+ export import NatConfigurationRequest = NatConfigurationRequest.NatConfigurationRequest;
105
+ import * as NatConfigurationResponse from "./nat-configuration-response";
106
+ export import NatConfigurationResponse = NatConfigurationResponse.NatConfigurationResponse;
107
+ import * as NatRule from "./nat-rule";
108
+ export import NatRule = NatRule.NatRule;
109
+ import * as NatRuleCollection from "./nat-rule-collection";
110
+ export import NatRuleCollection = NatRuleCollection.NatRuleCollection;
111
+ import * as NatRuleMatchCriteria from "./nat-rule-match-criteria";
112
+ export import NatRuleMatchCriteria = NatRuleMatchCriteria.NatRuleMatchCriteria;
113
+ import * as NatRuleSummary from "./nat-rule-summary";
114
+ export import NatRuleSummary = NatRuleSummary.NatRuleSummary;
115
+ import * as NatType from "./nat-type";
116
+ export import NatType = NatType.NatType;
117
+ import * as NatV4ActionType from "./nat-v4-action-type";
118
+ export import NatV4ActionType = NatV4ActionType.NatV4ActionType;
101
119
  import * as NetworkFirewall from "./network-firewall";
102
120
  export import NetworkFirewall = NetworkFirewall.NetworkFirewall;
103
121
  import * as NetworkFirewallCollection from "./network-firewall-collection";
@@ -166,6 +184,8 @@ import * as UpdateDecryptionRuleDetails from "./update-decryption-rule-details";
166
184
  export import UpdateDecryptionRuleDetails = UpdateDecryptionRuleDetails.UpdateDecryptionRuleDetails;
167
185
  import * as UpdateMappedSecretDetails from "./update-mapped-secret-details";
168
186
  export import UpdateMappedSecretDetails = UpdateMappedSecretDetails.UpdateMappedSecretDetails;
187
+ import * as UpdateNatRuleDetails from "./update-nat-rule-details";
188
+ export import UpdateNatRuleDetails = UpdateNatRuleDetails.UpdateNatRuleDetails;
169
189
  import * as UpdateNetworkFirewallDetails from "./update-network-firewall-details";
170
190
  export import UpdateNetworkFirewallDetails = UpdateNetworkFirewallDetails.UpdateNetworkFirewallDetails;
171
191
  import * as UpdateNetworkFirewallPolicyDetails from "./update-network-firewall-policy-details";
@@ -214,6 +234,8 @@ import * as CreateIcmp6ApplicationDetails from "./create-icmp6-application-detai
214
234
  export import CreateIcmp6ApplicationDetails = CreateIcmp6ApplicationDetails.CreateIcmp6ApplicationDetails;
215
235
  import * as CreateIcmpApplicationDetails from "./create-icmp-application-details";
216
236
  export import CreateIcmpApplicationDetails = CreateIcmpApplicationDetails.CreateIcmpApplicationDetails;
237
+ import * as CreateNatV4RuleDetails from "./create-nat-v4-rule-details";
238
+ export import CreateNatV4RuleDetails = CreateNatV4RuleDetails.CreateNatV4RuleDetails;
217
239
  import * as CreateSslForwardProxyProfileDetails from "./create-ssl-forward-proxy-profile-details";
218
240
  export import CreateSslForwardProxyProfileDetails = CreateSslForwardProxyProfileDetails.CreateSslForwardProxyProfileDetails;
219
241
  import * as CreateSslInboundInspectionProfileDetails from "./create-ssl-inbound-inspection-profile-details";
@@ -234,6 +256,10 @@ import * as IcmpApplication from "./icmp-application";
234
256
  export import IcmpApplication = IcmpApplication.IcmpApplication;
235
257
  import * as IcmpApplicationSummary from "./icmp-application-summary";
236
258
  export import IcmpApplicationSummary = IcmpApplicationSummary.IcmpApplicationSummary;
259
+ import * as NatV4NatRule from "./nat-v4-nat-rule";
260
+ export import NatV4NatRule = NatV4NatRule.NatV4NatRule;
261
+ import * as NatV4NatSummary from "./nat-v4-nat-summary";
262
+ export import NatV4NatSummary = NatV4NatSummary.NatV4NatSummary;
237
263
  import * as SimpleUrlPattern from "./simple-url-pattern";
238
264
  export import SimpleUrlPattern = SimpleUrlPattern.SimpleUrlPattern;
239
265
  import * as SslForwardProxyProfile from "./ssl-forward-proxy-profile";
@@ -252,6 +278,8 @@ import * as UpdateIcmpApplicationDetails from "./update-icmp-application-details
252
278
  export import UpdateIcmpApplicationDetails = UpdateIcmpApplicationDetails.UpdateIcmpApplicationDetails;
253
279
  import * as UpdateIpAddressListDetails from "./update-ip-address-list-details";
254
280
  export import UpdateIpAddressListDetails = UpdateIpAddressListDetails.UpdateIpAddressListDetails;
281
+ import * as UpdateNatV4RuleDetails from "./update-nat-v4-rule-details";
282
+ export import UpdateNatV4RuleDetails = UpdateNatV4RuleDetails.UpdateNatV4RuleDetails;
255
283
  import * as UpdateSslForwardProxyProfileDetails from "./update-ssl-forward-proxy-profile-details";
256
284
  export import UpdateSslForwardProxyProfileDetails = UpdateSslForwardProxyProfileDetails.UpdateSslForwardProxyProfileDetails;
257
285
  import * as UpdateSslInboundInspectionProfileDetails from "./update-ssl-inbound-inspection-profile-details";
@@ -31,9 +31,9 @@ var __importStar = (this && this.__importStar) || function (mod) {
31
31
  return result;
32
32
  };
33
33
  Object.defineProperty(exports, "__esModule", { value: true });
34
- exports.NetworkFirewallSummary = exports.NetworkFirewallPolicySummaryCollection = exports.NetworkFirewallPolicySummary = exports.NetworkFirewallPolicy = exports.NetworkFirewallCollection = exports.NetworkFirewall = exports.MappedSecretType = exports.MappedSecretSummaryCollection = exports.MappedSecretSummary = exports.MappedSecret = exports.LifecycleState = exports.InspectionType = exports.InspectActionType = exports.DecryptionRuleSummaryCollection = exports.DecryptionRuleSummary = exports.DecryptionRuleMatchCriteria = exports.DecryptionRule = exports.DecryptionProfileSummaryCollection = exports.DecryptionProfileSummary = exports.DecryptionProfile = exports.DecryptionActionType = exports.CreateUrlListDetails = exports.CreateTunnelInspectionRuleDetails = exports.CreateServiceListDetails = exports.CreateServiceDetails = exports.CreateSecurityRuleDetails = exports.CreateNetworkFirewallPolicyDetails = exports.CreateNetworkFirewallDetails = exports.CreateMappedSecretDetails = exports.CreateDecryptionRuleDetails = exports.CreateDecryptionProfileDetails = exports.CreateApplicationGroupDetails = exports.CreateApplicationDetails = exports.CreateAddressListDetails = exports.CloneNetworkFirewallPolicyDetails = exports.ChangeNetworkFirewallPolicyCompartmentDetails = exports.ChangeNetworkFirewallCompartmentDetails = exports.ApplyNetworkFirewallPolicyDetails = exports.ApplicationSummaryCollection = exports.ApplicationSummary = exports.ApplicationGroupSummaryCollection = exports.ApplicationGroupSummary = exports.ApplicationGroup = exports.Application = exports.AppType = exports.AddressListType = exports.AddressListSummaryCollection = exports.AddressListSummary = exports.AddressList = exports.ActionType = void 0;
35
- exports.WorkRequestSummaryCollection = exports.WorkRequestSummary = exports.WorkRequestResourceMetadataKey = exports.WorkRequestResource = exports.WorkRequestLogEntryCollection = exports.WorkRequestLogEntry = exports.WorkRequestErrorCollection = exports.WorkRequestError = exports.WorkRequest = exports.VxlanInspectionRuleProfile = exports.VxlanInspectionRuleMatchCriteria = exports.UrlPattern = exports.UrlListSummaryCollection = exports.UrlListSummary = exports.UrlList = exports.UpdateUrlListDetails = exports.UpdateTunnelInspectionRuleDetails = exports.UpdateServiceListDetails = exports.UpdateServiceDetails = exports.UpdateSecurityRuleDetails = exports.UpdateNetworkFirewallPolicyDetails = exports.UpdateNetworkFirewallDetails = exports.UpdateMappedSecretDetails = exports.UpdateDecryptionRuleDetails = exports.UpdateDecryptionProfileDetails = exports.UpdateApplicationGroupDetails = exports.UpdateApplicationDetails = exports.UpdateAddressListDetails = exports.TunnelInspectionRuleSummaryCollection = exports.TunnelInspectionRuleSummary = exports.TunnelInspectionRule = exports.TunnelInspectionProtocol = exports.TrafficInspectionType = exports.TrafficActionType = exports.SortOrder = exports.ServiceType = exports.ServiceSummaryCollection = exports.ServiceSummary = exports.ServiceListSummaryCollection = exports.ServiceListSummary = exports.ServiceList = exports.Service = exports.SecurityRuleSummaryCollection = exports.SecurityRuleSummary = exports.SecurityRuleMatchCriteria = exports.SecurityRule = exports.RulePosition = exports.PortRange = exports.OperationType = exports.OperationStatus = void 0;
36
- exports.VxlanInspectionRuleSummary = exports.VxlanInspectionRule = exports.VaultMappedSecret = exports.UpdateVxlanInspectionRuleDetails = exports.UpdateVaultMappedSecretDetails = exports.UpdateUdpServiceDetails = exports.UpdateTcpServiceDetails = exports.UpdateSslInboundInspectionProfileDetails = exports.UpdateSslForwardProxyProfileDetails = exports.UpdateIpAddressListDetails = exports.UpdateIcmpApplicationDetails = exports.UpdateIcmp6ApplicationDetails = exports.UpdateFqdnAddressListDetails = exports.UdpService = exports.TcpService = exports.SslInboundInspectionProfile = exports.SslForwardProxyProfile = exports.SimpleUrlPattern = exports.IcmpApplicationSummary = exports.IcmpApplication = exports.Icmp6ApplicationSummary = exports.Icmp6Application = exports.CreateVxlanInspectionRuleDetails = exports.CreateVaultMappedSecretDetails = exports.CreateUdpServiceDetails = exports.CreateTcpServiceDetails = exports.CreateSslInboundInspectionProfileDetails = exports.CreateSslForwardProxyProfileDetails = exports.CreateIcmpApplicationDetails = exports.CreateIcmp6ApplicationDetails = void 0;
34
+ exports.NatRuleMatchCriteria = exports.NatRuleCollection = exports.NatRule = exports.NatConfigurationResponse = exports.NatConfigurationRequest = exports.MappedSecretType = exports.MappedSecretSummaryCollection = exports.MappedSecretSummary = exports.MappedSecret = exports.LifecycleState = exports.InspectionType = exports.InspectActionType = exports.DecryptionRuleSummaryCollection = exports.DecryptionRuleSummary = exports.DecryptionRuleMatchCriteria = exports.DecryptionRule = exports.DecryptionProfileSummaryCollection = exports.DecryptionProfileSummary = exports.DecryptionProfile = exports.DecryptionActionType = exports.CreateUrlListDetails = exports.CreateTunnelInspectionRuleDetails = exports.CreateServiceListDetails = exports.CreateServiceDetails = exports.CreateSecurityRuleDetails = exports.CreateNetworkFirewallPolicyDetails = exports.CreateNetworkFirewallDetails = exports.CreateNatRuleDetails = exports.CreateMappedSecretDetails = exports.CreateDecryptionRuleDetails = exports.CreateDecryptionProfileDetails = exports.CreateApplicationGroupDetails = exports.CreateApplicationDetails = exports.CreateAddressListDetails = exports.CloneNetworkFirewallPolicyDetails = exports.ChangeNetworkFirewallPolicyCompartmentDetails = exports.ChangeNetworkFirewallCompartmentDetails = exports.ApplyNetworkFirewallPolicyDetails = exports.ApplicationSummaryCollection = exports.ApplicationSummary = exports.ApplicationGroupSummaryCollection = exports.ApplicationGroupSummary = exports.ApplicationGroup = exports.Application = exports.AppType = exports.AddressListType = exports.AddressListSummaryCollection = exports.AddressListSummary = exports.AddressList = exports.ActionType = void 0;
35
+ exports.VxlanInspectionRuleMatchCriteria = exports.UrlPattern = exports.UrlListSummaryCollection = exports.UrlListSummary = exports.UrlList = exports.UpdateUrlListDetails = exports.UpdateTunnelInspectionRuleDetails = exports.UpdateServiceListDetails = exports.UpdateServiceDetails = exports.UpdateSecurityRuleDetails = exports.UpdateNetworkFirewallPolicyDetails = exports.UpdateNetworkFirewallDetails = exports.UpdateNatRuleDetails = exports.UpdateMappedSecretDetails = exports.UpdateDecryptionRuleDetails = exports.UpdateDecryptionProfileDetails = exports.UpdateApplicationGroupDetails = exports.UpdateApplicationDetails = exports.UpdateAddressListDetails = exports.TunnelInspectionRuleSummaryCollection = exports.TunnelInspectionRuleSummary = exports.TunnelInspectionRule = exports.TunnelInspectionProtocol = exports.TrafficInspectionType = exports.TrafficActionType = exports.SortOrder = exports.ServiceType = exports.ServiceSummaryCollection = exports.ServiceSummary = exports.ServiceListSummaryCollection = exports.ServiceListSummary = exports.ServiceList = exports.Service = exports.SecurityRuleSummaryCollection = exports.SecurityRuleSummary = exports.SecurityRuleMatchCriteria = exports.SecurityRule = exports.RulePosition = exports.PortRange = exports.OperationType = exports.OperationStatus = exports.NetworkFirewallSummary = exports.NetworkFirewallPolicySummaryCollection = exports.NetworkFirewallPolicySummary = exports.NetworkFirewallPolicy = exports.NetworkFirewallCollection = exports.NetworkFirewall = exports.NatV4ActionType = exports.NatType = exports.NatRuleSummary = void 0;
36
+ exports.VxlanInspectionRuleSummary = exports.VxlanInspectionRule = exports.VaultMappedSecret = exports.UpdateVxlanInspectionRuleDetails = exports.UpdateVaultMappedSecretDetails = exports.UpdateUdpServiceDetails = exports.UpdateTcpServiceDetails = exports.UpdateSslInboundInspectionProfileDetails = exports.UpdateSslForwardProxyProfileDetails = exports.UpdateNatV4RuleDetails = exports.UpdateIpAddressListDetails = exports.UpdateIcmpApplicationDetails = exports.UpdateIcmp6ApplicationDetails = exports.UpdateFqdnAddressListDetails = exports.UdpService = exports.TcpService = exports.SslInboundInspectionProfile = exports.SslForwardProxyProfile = exports.SimpleUrlPattern = exports.NatV4NatSummary = exports.NatV4NatRule = exports.IcmpApplicationSummary = exports.IcmpApplication = exports.Icmp6ApplicationSummary = exports.Icmp6Application = exports.CreateVxlanInspectionRuleDetails = exports.CreateVaultMappedSecretDetails = exports.CreateUdpServiceDetails = exports.CreateTcpServiceDetails = exports.CreateSslInboundInspectionProfileDetails = exports.CreateSslForwardProxyProfileDetails = exports.CreateNatV4RuleDetails = exports.CreateIcmpApplicationDetails = exports.CreateIcmp6ApplicationDetails = exports.WorkRequestSummaryCollection = exports.WorkRequestSummary = exports.WorkRequestResourceMetadataKey = exports.WorkRequestResource = exports.WorkRequestLogEntryCollection = exports.WorkRequestLogEntry = exports.WorkRequestErrorCollection = exports.WorkRequestError = exports.WorkRequest = exports.VxlanInspectionRuleProfile = void 0;
37
37
  const ActionType = __importStar(require("./action-type"));
38
38
  exports.ActionType = ActionType.ActionType;
39
39
  const AddressList = __importStar(require("./address-list"));
@@ -78,6 +78,8 @@ const CreateDecryptionRuleDetails = __importStar(require("./create-decryption-ru
78
78
  exports.CreateDecryptionRuleDetails = CreateDecryptionRuleDetails.CreateDecryptionRuleDetails;
79
79
  const CreateMappedSecretDetails = __importStar(require("./create-mapped-secret-details"));
80
80
  exports.CreateMappedSecretDetails = CreateMappedSecretDetails.CreateMappedSecretDetails;
81
+ const CreateNatRuleDetails = __importStar(require("./create-nat-rule-details"));
82
+ exports.CreateNatRuleDetails = CreateNatRuleDetails.CreateNatRuleDetails;
81
83
  const CreateNetworkFirewallDetails = __importStar(require("./create-network-firewall-details"));
82
84
  exports.CreateNetworkFirewallDetails = CreateNetworkFirewallDetails.CreateNetworkFirewallDetails;
83
85
  const CreateNetworkFirewallPolicyDetails = __importStar(require("./create-network-firewall-policy-details"));
@@ -122,6 +124,22 @@ const MappedSecretSummaryCollection = __importStar(require("./mapped-secret-summ
122
124
  exports.MappedSecretSummaryCollection = MappedSecretSummaryCollection.MappedSecretSummaryCollection;
123
125
  const MappedSecretType = __importStar(require("./mapped-secret-type"));
124
126
  exports.MappedSecretType = MappedSecretType.MappedSecretType;
127
+ const NatConfigurationRequest = __importStar(require("./nat-configuration-request"));
128
+ exports.NatConfigurationRequest = NatConfigurationRequest.NatConfigurationRequest;
129
+ const NatConfigurationResponse = __importStar(require("./nat-configuration-response"));
130
+ exports.NatConfigurationResponse = NatConfigurationResponse.NatConfigurationResponse;
131
+ const NatRule = __importStar(require("./nat-rule"));
132
+ exports.NatRule = NatRule.NatRule;
133
+ const NatRuleCollection = __importStar(require("./nat-rule-collection"));
134
+ exports.NatRuleCollection = NatRuleCollection.NatRuleCollection;
135
+ const NatRuleMatchCriteria = __importStar(require("./nat-rule-match-criteria"));
136
+ exports.NatRuleMatchCriteria = NatRuleMatchCriteria.NatRuleMatchCriteria;
137
+ const NatRuleSummary = __importStar(require("./nat-rule-summary"));
138
+ exports.NatRuleSummary = NatRuleSummary.NatRuleSummary;
139
+ const NatType = __importStar(require("./nat-type"));
140
+ exports.NatType = NatType.NatType;
141
+ const NatV4ActionType = __importStar(require("./nat-v4-action-type"));
142
+ exports.NatV4ActionType = NatV4ActionType.NatV4ActionType;
125
143
  const NetworkFirewall = __importStar(require("./network-firewall"));
126
144
  exports.NetworkFirewall = NetworkFirewall.NetworkFirewall;
127
145
  const NetworkFirewallCollection = __importStar(require("./network-firewall-collection"));
@@ -190,6 +208,8 @@ const UpdateDecryptionRuleDetails = __importStar(require("./update-decryption-ru
190
208
  exports.UpdateDecryptionRuleDetails = UpdateDecryptionRuleDetails.UpdateDecryptionRuleDetails;
191
209
  const UpdateMappedSecretDetails = __importStar(require("./update-mapped-secret-details"));
192
210
  exports.UpdateMappedSecretDetails = UpdateMappedSecretDetails.UpdateMappedSecretDetails;
211
+ const UpdateNatRuleDetails = __importStar(require("./update-nat-rule-details"));
212
+ exports.UpdateNatRuleDetails = UpdateNatRuleDetails.UpdateNatRuleDetails;
193
213
  const UpdateNetworkFirewallDetails = __importStar(require("./update-network-firewall-details"));
194
214
  exports.UpdateNetworkFirewallDetails = UpdateNetworkFirewallDetails.UpdateNetworkFirewallDetails;
195
215
  const UpdateNetworkFirewallPolicyDetails = __importStar(require("./update-network-firewall-policy-details"));
@@ -238,6 +258,8 @@ const CreateIcmp6ApplicationDetails = __importStar(require("./create-icmp6-appli
238
258
  exports.CreateIcmp6ApplicationDetails = CreateIcmp6ApplicationDetails.CreateIcmp6ApplicationDetails;
239
259
  const CreateIcmpApplicationDetails = __importStar(require("./create-icmp-application-details"));
240
260
  exports.CreateIcmpApplicationDetails = CreateIcmpApplicationDetails.CreateIcmpApplicationDetails;
261
+ const CreateNatV4RuleDetails = __importStar(require("./create-nat-v4-rule-details"));
262
+ exports.CreateNatV4RuleDetails = CreateNatV4RuleDetails.CreateNatV4RuleDetails;
241
263
  const CreateSslForwardProxyProfileDetails = __importStar(require("./create-ssl-forward-proxy-profile-details"));
242
264
  exports.CreateSslForwardProxyProfileDetails = CreateSslForwardProxyProfileDetails.CreateSslForwardProxyProfileDetails;
243
265
  const CreateSslInboundInspectionProfileDetails = __importStar(require("./create-ssl-inbound-inspection-profile-details"));
@@ -258,6 +280,10 @@ const IcmpApplication = __importStar(require("./icmp-application"));
258
280
  exports.IcmpApplication = IcmpApplication.IcmpApplication;
259
281
  const IcmpApplicationSummary = __importStar(require("./icmp-application-summary"));
260
282
  exports.IcmpApplicationSummary = IcmpApplicationSummary.IcmpApplicationSummary;
283
+ const NatV4NatRule = __importStar(require("./nat-v4-nat-rule"));
284
+ exports.NatV4NatRule = NatV4NatRule.NatV4NatRule;
285
+ const NatV4NatSummary = __importStar(require("./nat-v4-nat-summary"));
286
+ exports.NatV4NatSummary = NatV4NatSummary.NatV4NatSummary;
261
287
  const SimpleUrlPattern = __importStar(require("./simple-url-pattern"));
262
288
  exports.SimpleUrlPattern = SimpleUrlPattern.SimpleUrlPattern;
263
289
  const SslForwardProxyProfile = __importStar(require("./ssl-forward-proxy-profile"));
@@ -276,6 +302,8 @@ const UpdateIcmpApplicationDetails = __importStar(require("./update-icmp-applica
276
302
  exports.UpdateIcmpApplicationDetails = UpdateIcmpApplicationDetails.UpdateIcmpApplicationDetails;
277
303
  const UpdateIpAddressListDetails = __importStar(require("./update-ip-address-list-details"));
278
304
  exports.UpdateIpAddressListDetails = UpdateIpAddressListDetails.UpdateIpAddressListDetails;
305
+ const UpdateNatV4RuleDetails = __importStar(require("./update-nat-v4-rule-details"));
306
+ exports.UpdateNatV4RuleDetails = UpdateNatV4RuleDetails.UpdateNatV4RuleDetails;
279
307
  const UpdateSslForwardProxyProfileDetails = __importStar(require("./update-ssl-forward-proxy-profile-details"));
280
308
  exports.UpdateSslForwardProxyProfileDetails = UpdateSslForwardProxyProfileDetails.UpdateSslForwardProxyProfileDetails;
281
309
  const UpdateSslInboundInspectionProfileDetails = __importStar(require("./update-ssl-inbound-inspection-profile-details"));
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/networkfirewall/lib/model/index.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/networkfirewall/lib/model/index.ts"],"names":[],"mappings":"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"}
@@ -21,8 +21,6 @@ export declare enum LifecycleState {
21
21
  Deleted = "DELETED",
22
22
  Failed = "FAILED",
23
23
  NeedsAttention = "NEEDS_ATTENTION",
24
- Attaching = "ATTACHING",
25
- Detaching = "DETACHING",
26
24
  /**
27
25
  * This value is used if a service returns a value for this enum that is not recognized by this
28
26
  * version of the SDK.
@@ -25,8 +25,6 @@ var LifecycleState;
25
25
  LifecycleState["Deleted"] = "DELETED";
26
26
  LifecycleState["Failed"] = "FAILED";
27
27
  LifecycleState["NeedsAttention"] = "NEEDS_ATTENTION";
28
- LifecycleState["Attaching"] = "ATTACHING";
29
- LifecycleState["Detaching"] = "DETACHING";
30
28
  /**
31
29
  * This value is used if a service returns a value for this enum that is not recognized by this
32
30
  * version of the SDK.
@@ -1 +1 @@
1
- {"version":3,"file":"lifecycle-state.js","sourceRoot":"","sources":["../../../../../lib/networkfirewall/lib/model/lifecycle-state.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAKH;;IAEI;AACJ,IAAY,cAgBX;AAhBD,WAAY,cAAc;IACxB,uCAAqB,CAAA;IACrB,uCAAqB,CAAA;IACrB,mCAAiB,CAAA;IACjB,uCAAqB,CAAA;IACrB,qCAAmB,CAAA;IACnB,mCAAiB,CAAA;IACjB,oDAAkC,CAAA;IAClC,yCAAuB,CAAA;IACvB,yCAAuB,CAAA;IAEvB;;;OAGG;IACH,gDAA8B,CAAA;AAChC,CAAC,EAhBW,cAAc,GAAd,sBAAc,KAAd,sBAAc,QAgBzB;AAED,WAAiB,cAAc;IAC7B,SAAgB,UAAU,CAAC,GAAmB;QAC5C,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,yBAAU,aAEzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAmB;QACxD,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,qCAAsB,yBAErC,CAAA;AACH,CAAC,EAPgB,cAAc,GAAd,sBAAc,KAAd,sBAAc,QAO9B"}
1
+ {"version":3,"file":"lifecycle-state.js","sourceRoot":"","sources":["../../../../../lib/networkfirewall/lib/model/lifecycle-state.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAKH;;IAEI;AACJ,IAAY,cAcX;AAdD,WAAY,cAAc;IACxB,uCAAqB,CAAA;IACrB,uCAAqB,CAAA;IACrB,mCAAiB,CAAA;IACjB,uCAAqB,CAAA;IACrB,qCAAmB,CAAA;IACnB,mCAAiB,CAAA;IACjB,oDAAkC,CAAA;IAElC;;;OAGG;IACH,gDAA8B,CAAA;AAChC,CAAC,EAdW,cAAc,GAAd,sBAAc,KAAd,sBAAc,QAczB;AAED,WAAiB,cAAc;IAC7B,SAAgB,UAAU,CAAC,GAAmB;QAC5C,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,yBAAU,aAEzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAmB;QACxD,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,qCAAsB,yBAErC,CAAA;AACH,CAAC,EAPgB,cAAc,GAAd,sBAAc,KAAd,sBAAc,QAO9B"}
@@ -0,0 +1,25 @@
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, 2025, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ /**
14
+ * Nat Configuration request to use Nat feature on firewall.
15
+ */
16
+ export interface NatConfigurationRequest {
17
+ /**
18
+ * To allocate private NAT IPs to the firewall. The attached network firewall policy must also have NAT rules to enable NAT on any traffic passing through the firewall. The value of this field can not be false to release the NAT IPs given that the attached network firewall policy does not contains any NAT rules. The value of this field should be set to true if the network firewall policy being applied contains NAT rules.
19
+ */
20
+ "mustEnablePrivateNat": boolean;
21
+ }
22
+ export declare namespace NatConfigurationRequest {
23
+ function getJsonObj(obj: NatConfigurationRequest): object;
24
+ function getDeserializedJsonObj(obj: NatConfigurationRequest): object;
25
+ }
@@ -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, 2025, 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.NatConfigurationRequest = void 0;
16
+ var NatConfigurationRequest;
17
+ (function (NatConfigurationRequest) {
18
+ function getJsonObj(obj) {
19
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
20
+ return jsonObj;
21
+ }
22
+ NatConfigurationRequest.getJsonObj = getJsonObj;
23
+ function getDeserializedJsonObj(obj) {
24
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
25
+ return jsonObj;
26
+ }
27
+ NatConfigurationRequest.getDeserializedJsonObj = getDeserializedJsonObj;
28
+ })(NatConfigurationRequest = exports.NatConfigurationRequest || (exports.NatConfigurationRequest = {}));
29
+ //# sourceMappingURL=nat-configuration-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"nat-configuration-request.js","sourceRoot":"","sources":["../../../../../lib/networkfirewall/lib/model/nat-configuration-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAeH,IAAiB,uBAAuB,CAWvC;AAXD,WAAiB,uBAAuB;IACtC,SAAgB,UAAU,CAAC,GAA4B;QACrD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,kCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA4B;QACjE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,8CAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,uBAAuB,GAAvB,+BAAuB,KAAvB,+BAAuB,QAWvC"}
@@ -0,0 +1,29 @@
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, 2025, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ /**
14
+ * Nat Configuration response.
15
+ */
16
+ export interface NatConfigurationResponse {
17
+ /**
18
+ * To allocate private NAT IPs to the firewall. The attached network firewall policy must also have NAT rules to enable NAT on any traffic passing through the firewall.
19
+ */
20
+ "mustEnablePrivateNat"?: boolean;
21
+ /**
22
+ * An array of NAT IP addresses that are associated with the Network Firewall. These IPs are reserved for NAT and shouldn't be used for any other purpose in the subnet.
23
+ */
24
+ "natIpAddressList"?: Array<string>;
25
+ }
26
+ export declare namespace NatConfigurationResponse {
27
+ function getJsonObj(obj: NatConfigurationResponse): object;
28
+ function getDeserializedJsonObj(obj: NatConfigurationResponse): object;
29
+ }