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.
- package/lib/client.d.ts +58 -1
- package/lib/client.js +402 -1
- package/lib/client.js.map +1 -1
- package/lib/model/create-nat-rule-details.d.ts +34 -0
- package/lib/model/create-nat-rule-details.js +74 -0
- package/lib/model/create-nat-rule-details.js.map +1 -0
- package/lib/model/create-nat-v4-rule-details.d.ts +33 -0
- package/lib/model/create-nat-v4-rule-details.js +62 -0
- package/lib/model/create-nat-v4-rule-details.js.map +1 -0
- package/lib/model/create-network-firewall-details.d.ts +2 -0
- package/lib/model/create-network-firewall-details.js +30 -2
- package/lib/model/create-network-firewall-details.js.map +1 -1
- package/lib/model/index.d.ts +28 -0
- package/lib/model/index.js +31 -3
- package/lib/model/index.js.map +1 -1
- package/lib/model/lifecycle-state.d.ts +0 -2
- package/lib/model/lifecycle-state.js +0 -2
- package/lib/model/lifecycle-state.js.map +1 -1
- package/lib/model/nat-configuration-request.d.ts +25 -0
- package/lib/model/nat-configuration-request.js +29 -0
- package/lib/model/nat-configuration-request.js.map +1 -0
- package/lib/model/nat-configuration-response.d.ts +29 -0
- package/lib/model/nat-configuration-response.js +29 -0
- package/lib/model/nat-configuration-response.js.map +1 -0
- package/lib/model/nat-rule-collection.d.ts +26 -0
- package/lib/model/nat-rule-collection.js +61 -0
- package/lib/model/nat-rule-collection.js.map +1 -0
- package/lib/model/nat-rule-match-criteria.d.ts +33 -0
- package/lib/model/nat-rule-match-criteria.js +29 -0
- package/lib/model/nat-rule-match-criteria.js.map +1 -0
- package/lib/model/nat-rule-summary.d.ts +40 -0
- package/lib/model/nat-rule-summary.js +68 -0
- package/lib/model/nat-rule-summary.js.map +1 -0
- package/lib/model/nat-rule.d.ts +41 -0
- package/lib/model/nat-rule.js +74 -0
- package/lib/model/nat-rule.js.map +1 -0
- package/lib/model/nat-type.d.ts +29 -0
- package/lib/model/nat-type.js +40 -0
- package/lib/model/nat-type.js.map +1 -0
- package/lib/model/nat-v4-action-type.d.ts +30 -0
- package/lib/model/nat-v4-action-type.js +41 -0
- package/lib/model/nat-v4-action-type.js.map +1 -0
- package/lib/model/nat-v4-nat-rule.d.ts +33 -0
- package/lib/model/nat-v4-nat-rule.js +58 -0
- package/lib/model/nat-v4-nat-rule.js.map +1 -0
- package/lib/model/nat-v4-nat-summary.d.ts +33 -0
- package/lib/model/nat-v4-nat-summary.js +60 -0
- package/lib/model/nat-v4-nat-summary.js.map +1 -0
- package/lib/model/network-firewall-summary.d.ts +1 -0
- package/lib/model/network-firewall-summary.js +30 -2
- package/lib/model/network-firewall-summary.js.map +1 -1
- package/lib/model/network-firewall.d.ts +1 -0
- package/lib/model/network-firewall.js +30 -2
- package/lib/model/network-firewall.js.map +1 -1
- package/lib/model/update-nat-rule-details.d.ts +30 -0
- package/lib/model/update-nat-rule-details.js +74 -0
- package/lib/model/update-nat-rule-details.js.map +1 -0
- package/lib/model/update-nat-v4-rule-details.d.ts +33 -0
- package/lib/model/update-nat-v4-rule-details.js +62 -0
- package/lib/model/update-nat-v4-rule-details.js.map +1 -0
- package/lib/model/update-network-firewall-details.d.ts +2 -0
- package/lib/model/update-network-firewall-details.js +30 -2
- package/lib/model/update-network-firewall-details.js.map +1 -1
- package/lib/request/bulk-upload-nat-rules-request.d.ts +50 -0
- package/lib/request/bulk-upload-nat-rules-request.js +15 -0
- package/lib/request/bulk-upload-nat-rules-request.js.map +1 -0
- package/lib/request/create-nat-rule-request.d.ts +40 -0
- package/lib/request/create-nat-rule-request.js +15 -0
- package/lib/request/create-nat-rule-request.js.map +1 -0
- package/lib/request/delete-nat-rule-request.d.ts +39 -0
- package/lib/request/delete-nat-rule-request.js +15 -0
- package/lib/request/delete-nat-rule-request.js.map +1 -0
- package/lib/request/get-nat-rule-request.d.ts +30 -0
- package/lib/request/get-nat-rule-request.js +15 -0
- package/lib/request/get-nat-rule-request.js.map +1 -0
- package/lib/request/index.d.ts +12 -0
- package/lib/request/index.js +3 -1
- package/lib/request/index.js.map +1 -1
- package/lib/request/list-nat-rules-request.d.ts +58 -0
- package/lib/request/list-nat-rules-request.js +24 -0
- package/lib/request/list-nat-rules-request.js.map +1 -0
- package/lib/request/update-nat-rule-request.d.ts +44 -0
- package/lib/request/update-nat-rule-request.js +15 -0
- package/lib/request/update-nat-rule-request.js.map +1 -0
- package/lib/response/bulk-upload-nat-rules-response.d.ts +25 -0
- package/lib/response/bulk-upload-nat-rules-response.js +15 -0
- package/lib/response/bulk-upload-nat-rules-response.js.map +1 -0
- package/lib/response/create-nat-rule-response.d.ts +30 -0
- package/lib/response/create-nat-rule-response.js +15 -0
- package/lib/response/create-nat-rule-response.js.map +1 -0
- package/lib/response/delete-nat-rule-response.d.ts +20 -0
- package/lib/response/delete-nat-rule-response.js +15 -0
- package/lib/response/delete-nat-rule-response.js.map +1 -0
- package/lib/response/get-nat-rule-response.d.ts +30 -0
- package/lib/response/get-nat-rule-response.js +15 -0
- package/lib/response/get-nat-rule-response.js.map +1 -0
- package/lib/response/index.d.ts +12 -0
- package/lib/response/list-nat-rules-response.d.ts +46 -0
- package/lib/response/list-nat-rules-response.js +15 -0
- package/lib/response/list-nat-rules-response.js.map +1 -0
- package/lib/response/update-nat-rule-response.d.ts +30 -0
- package/lib/response/update-nat-rule-response.js +15 -0
- package/lib/response/update-nat-rule-response.js.map +1 -0
- package/package.json +3 -3
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bulk-upload-nat-rules-request.js","sourceRoot":"","sources":["../../../../../lib/networkfirewall/lib/request/bulk-upload-nat-rules-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -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, 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
|
+
import common = require("oci-common");
|
|
15
|
+
/**
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/networkfirewall/CreateNatRule.ts.html |here} to see how to use CreateNatRuleRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface CreateNatRuleRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* Unique Network Firewall Policy identifier
|
|
21
|
+
*/
|
|
22
|
+
"networkFirewallPolicyId": string;
|
|
23
|
+
/**
|
|
24
|
+
* Request Details to create NAT rule under a Network Firewall Policy Resource.
|
|
25
|
+
*/
|
|
26
|
+
"createNatRuleDetails": model.CreateNatV4RuleDetails;
|
|
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
|
+
}
|
|
@@ -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, 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
|
+
//# sourceMappingURL=create-nat-rule-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-nat-rule-request.js","sourceRoot":"","sources":["../../../../../lib/networkfirewall/lib/request/create-nat-rule-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,39 @@
|
|
|
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, 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 common = require("oci-common");
|
|
14
|
+
/**
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/networkfirewall/DeleteNatRule.ts.html |here} to see how to use DeleteNatRuleRequest.
|
|
16
|
+
*/
|
|
17
|
+
export interface DeleteNatRuleRequest extends common.BaseRequest {
|
|
18
|
+
/**
|
|
19
|
+
* Unique Network Firewall Policy identifier
|
|
20
|
+
*/
|
|
21
|
+
"networkFirewallPolicyId": string;
|
|
22
|
+
/**
|
|
23
|
+
* Unique identifier for NAT Rules in the network firewall policy.
|
|
24
|
+
*/
|
|
25
|
+
"natRuleName": string;
|
|
26
|
+
/**
|
|
27
|
+
* For optimistic concurrency control. In the PUT or DELETE call
|
|
28
|
+
* for a resource, set the {@code if-match} parameter to the value of the
|
|
29
|
+
* etag from a previous GET or POST response for that resource.
|
|
30
|
+
* The resource will be updated or deleted only if the etag you
|
|
31
|
+
* provide matches the resource's current etag value.
|
|
32
|
+
*
|
|
33
|
+
*/
|
|
34
|
+
"ifMatch"?: string;
|
|
35
|
+
/**
|
|
36
|
+
* The client request ID for tracing.
|
|
37
|
+
*/
|
|
38
|
+
"opcRequestId"?: string;
|
|
39
|
+
}
|
|
@@ -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, 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
|
+
//# sourceMappingURL=delete-nat-rule-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-nat-rule-request.js","sourceRoot":"","sources":["../../../../../lib/networkfirewall/lib/request/delete-nat-rule-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,30 @@
|
|
|
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, 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 common = require("oci-common");
|
|
14
|
+
/**
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/networkfirewall/GetNatRule.ts.html |here} to see how to use GetNatRuleRequest.
|
|
16
|
+
*/
|
|
17
|
+
export interface GetNatRuleRequest extends common.BaseRequest {
|
|
18
|
+
/**
|
|
19
|
+
* Unique Network Firewall Policy identifier
|
|
20
|
+
*/
|
|
21
|
+
"networkFirewallPolicyId": string;
|
|
22
|
+
/**
|
|
23
|
+
* Unique identifier for NAT Rules in the network firewall policy.
|
|
24
|
+
*/
|
|
25
|
+
"natRuleName": string;
|
|
26
|
+
/**
|
|
27
|
+
* The client request ID for tracing.
|
|
28
|
+
*/
|
|
29
|
+
"opcRequestId"?: string;
|
|
30
|
+
}
|
|
@@ -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, 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
|
+
//# sourceMappingURL=get-nat-rule-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-nat-rule-request.js","sourceRoot":"","sources":["../../../../../lib/networkfirewall/lib/request/get-nat-rule-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
package/lib/request/index.d.ts
CHANGED
|
@@ -24,6 +24,8 @@ import * as BulkUploadDecryptionRulesRequest from "./bulk-upload-decryption-rule
|
|
|
24
24
|
export import BulkUploadDecryptionRulesRequest = BulkUploadDecryptionRulesRequest.BulkUploadDecryptionRulesRequest;
|
|
25
25
|
import * as BulkUploadMappedSecretsRequest from "./bulk-upload-mapped-secrets-request";
|
|
26
26
|
export import BulkUploadMappedSecretsRequest = BulkUploadMappedSecretsRequest.BulkUploadMappedSecretsRequest;
|
|
27
|
+
import * as BulkUploadNatRulesRequest from "./bulk-upload-nat-rules-request";
|
|
28
|
+
export import BulkUploadNatRulesRequest = BulkUploadNatRulesRequest.BulkUploadNatRulesRequest;
|
|
27
29
|
import * as BulkUploadSecurityRulesRequest from "./bulk-upload-security-rules-request";
|
|
28
30
|
export import BulkUploadSecurityRulesRequest = BulkUploadSecurityRulesRequest.BulkUploadSecurityRulesRequest;
|
|
29
31
|
import * as BulkUploadServiceListsRequest from "./bulk-upload-service-lists-request";
|
|
@@ -54,6 +56,8 @@ import * as CreateDecryptionRuleRequest from "./create-decryption-rule-request";
|
|
|
54
56
|
export import CreateDecryptionRuleRequest = CreateDecryptionRuleRequest.CreateDecryptionRuleRequest;
|
|
55
57
|
import * as CreateMappedSecretRequest from "./create-mapped-secret-request";
|
|
56
58
|
export import CreateMappedSecretRequest = CreateMappedSecretRequest.CreateMappedSecretRequest;
|
|
59
|
+
import * as CreateNatRuleRequest from "./create-nat-rule-request";
|
|
60
|
+
export import CreateNatRuleRequest = CreateNatRuleRequest.CreateNatRuleRequest;
|
|
57
61
|
import * as CreateNetworkFirewallRequest from "./create-network-firewall-request";
|
|
58
62
|
export import CreateNetworkFirewallRequest = CreateNetworkFirewallRequest.CreateNetworkFirewallRequest;
|
|
59
63
|
import * as CreateNetworkFirewallPolicyRequest from "./create-network-firewall-policy-request";
|
|
@@ -80,6 +84,8 @@ import * as DeleteDecryptionRuleRequest from "./delete-decryption-rule-request";
|
|
|
80
84
|
export import DeleteDecryptionRuleRequest = DeleteDecryptionRuleRequest.DeleteDecryptionRuleRequest;
|
|
81
85
|
import * as DeleteMappedSecretRequest from "./delete-mapped-secret-request";
|
|
82
86
|
export import DeleteMappedSecretRequest = DeleteMappedSecretRequest.DeleteMappedSecretRequest;
|
|
87
|
+
import * as DeleteNatRuleRequest from "./delete-nat-rule-request";
|
|
88
|
+
export import DeleteNatRuleRequest = DeleteNatRuleRequest.DeleteNatRuleRequest;
|
|
83
89
|
import * as DeleteNetworkFirewallRequest from "./delete-network-firewall-request";
|
|
84
90
|
export import DeleteNetworkFirewallRequest = DeleteNetworkFirewallRequest.DeleteNetworkFirewallRequest;
|
|
85
91
|
import * as DeleteNetworkFirewallPolicyRequest from "./delete-network-firewall-policy-request";
|
|
@@ -106,6 +112,8 @@ import * as GetDecryptionRuleRequest from "./get-decryption-rule-request";
|
|
|
106
112
|
export import GetDecryptionRuleRequest = GetDecryptionRuleRequest.GetDecryptionRuleRequest;
|
|
107
113
|
import * as GetMappedSecretRequest from "./get-mapped-secret-request";
|
|
108
114
|
export import GetMappedSecretRequest = GetMappedSecretRequest.GetMappedSecretRequest;
|
|
115
|
+
import * as GetNatRuleRequest from "./get-nat-rule-request";
|
|
116
|
+
export import GetNatRuleRequest = GetNatRuleRequest.GetNatRuleRequest;
|
|
109
117
|
import * as GetNetworkFirewallRequest from "./get-network-firewall-request";
|
|
110
118
|
export import GetNetworkFirewallRequest = GetNetworkFirewallRequest.GetNetworkFirewallRequest;
|
|
111
119
|
import * as GetNetworkFirewallPolicyRequest from "./get-network-firewall-policy-request";
|
|
@@ -134,6 +142,8 @@ import * as ListDecryptionRulesRequest from "./list-decryption-rules-request";
|
|
|
134
142
|
export import ListDecryptionRulesRequest = ListDecryptionRulesRequest.ListDecryptionRulesRequest;
|
|
135
143
|
import * as ListMappedSecretsRequest from "./list-mapped-secrets-request";
|
|
136
144
|
export import ListMappedSecretsRequest = ListMappedSecretsRequest.ListMappedSecretsRequest;
|
|
145
|
+
import * as ListNatRulesRequest from "./list-nat-rules-request";
|
|
146
|
+
export import ListNatRulesRequest = ListNatRulesRequest.ListNatRulesRequest;
|
|
137
147
|
import * as ListNetworkFirewallPoliciesRequest from "./list-network-firewall-policies-request";
|
|
138
148
|
export import ListNetworkFirewallPoliciesRequest = ListNetworkFirewallPoliciesRequest.ListNetworkFirewallPoliciesRequest;
|
|
139
149
|
import * as ListNetworkFirewallsRequest from "./list-network-firewalls-request";
|
|
@@ -168,6 +178,8 @@ import * as UpdateDecryptionRuleRequest from "./update-decryption-rule-request";
|
|
|
168
178
|
export import UpdateDecryptionRuleRequest = UpdateDecryptionRuleRequest.UpdateDecryptionRuleRequest;
|
|
169
179
|
import * as UpdateMappedSecretRequest from "./update-mapped-secret-request";
|
|
170
180
|
export import UpdateMappedSecretRequest = UpdateMappedSecretRequest.UpdateMappedSecretRequest;
|
|
181
|
+
import * as UpdateNatRuleRequest from "./update-nat-rule-request";
|
|
182
|
+
export import UpdateNatRuleRequest = UpdateNatRuleRequest.UpdateNatRuleRequest;
|
|
171
183
|
import * as UpdateNetworkFirewallRequest from "./update-network-firewall-request";
|
|
172
184
|
export import UpdateNetworkFirewallRequest = UpdateNetworkFirewallRequest.UpdateNetworkFirewallRequest;
|
|
173
185
|
import * as UpdateNetworkFirewallPolicyRequest from "./update-network-firewall-policy-request";
|
package/lib/request/index.js
CHANGED
|
@@ -31,7 +31,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
31
31
|
return result;
|
|
32
32
|
};
|
|
33
33
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
34
|
-
exports.ListWorkRequestsRequest = exports.ListWorkRequestLogsRequest = exports.ListWorkRequestErrorsRequest = exports.ListUrlListsRequest = exports.ListTunnelInspectionRulesRequest = exports.ListServicesRequest = exports.ListServiceListsRequest = exports.ListSecurityRulesRequest = exports.ListNetworkFirewallsRequest = exports.ListNetworkFirewallPoliciesRequest = exports.ListMappedSecretsRequest = exports.ListDecryptionRulesRequest = exports.ListDecryptionProfilesRequest = exports.ListApplicationsRequest = exports.ListApplicationGroupsRequest = exports.ListAddressListsRequest = void 0;
|
|
34
|
+
exports.ListWorkRequestsRequest = exports.ListWorkRequestLogsRequest = exports.ListWorkRequestErrorsRequest = exports.ListUrlListsRequest = exports.ListTunnelInspectionRulesRequest = exports.ListServicesRequest = exports.ListServiceListsRequest = exports.ListSecurityRulesRequest = exports.ListNetworkFirewallsRequest = exports.ListNetworkFirewallPoliciesRequest = exports.ListNatRulesRequest = exports.ListMappedSecretsRequest = exports.ListDecryptionRulesRequest = exports.ListDecryptionProfilesRequest = exports.ListApplicationsRequest = exports.ListApplicationGroupsRequest = exports.ListAddressListsRequest = void 0;
|
|
35
35
|
const ListAddressListsRequest = __importStar(require("./list-address-lists-request"));
|
|
36
36
|
exports.ListAddressListsRequest = ListAddressListsRequest.ListAddressListsRequest;
|
|
37
37
|
const ListApplicationGroupsRequest = __importStar(require("./list-application-groups-request"));
|
|
@@ -44,6 +44,8 @@ const ListDecryptionRulesRequest = __importStar(require("./list-decryption-rules
|
|
|
44
44
|
exports.ListDecryptionRulesRequest = ListDecryptionRulesRequest.ListDecryptionRulesRequest;
|
|
45
45
|
const ListMappedSecretsRequest = __importStar(require("./list-mapped-secrets-request"));
|
|
46
46
|
exports.ListMappedSecretsRequest = ListMappedSecretsRequest.ListMappedSecretsRequest;
|
|
47
|
+
const ListNatRulesRequest = __importStar(require("./list-nat-rules-request"));
|
|
48
|
+
exports.ListNatRulesRequest = ListNatRulesRequest.ListNatRulesRequest;
|
|
47
49
|
const ListNetworkFirewallPoliciesRequest = __importStar(require("./list-network-firewall-policies-request"));
|
|
48
50
|
exports.ListNetworkFirewallPoliciesRequest = ListNetworkFirewallPoliciesRequest.ListNetworkFirewallPoliciesRequest;
|
|
49
51
|
const ListNetworkFirewallsRequest = __importStar(require("./list-network-firewalls-request"));
|
package/lib/request/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/networkfirewall/lib/request/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/networkfirewall/lib/request/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AA0HH,sFAAwE;AAC1D,QAAA,uBAAuB,GAAG,uBAAuB,CAAC,uBAAuB,CAAC;AACxF,gGAAkF;AACpE,QAAA,4BAA4B,GAAG,4BAA4B,CAAC,4BAA4B,CAAC;AACvG,qFAAuE;AACzD,QAAA,uBAAuB,GAAG,uBAAuB,CAAC,uBAAuB,CAAC;AACxF,kGAAoF;AACtE,QAAA,6BAA6B,GAAG,6BAA6B,CAAC,6BAA6B,CAAC;AAC1G,4FAA8E;AAChE,QAAA,0BAA0B,GAAG,0BAA0B,CAAC,0BAA0B,CAAC;AACjG,wFAA0E;AAC5D,QAAA,wBAAwB,GAAG,wBAAwB,CAAC,wBAAwB,CAAC;AAC3F,8EAAgE;AAClD,QAAA,mBAAmB,GAAG,mBAAmB,CAAC,mBAAmB,CAAC;AAC5E,6GAA+F;AACjF,QAAA,kCAAkC,GAAG,kCAAkC,CAAC,kCAAkC,CAAC;AACzH,8FAAgF;AAClE,QAAA,2BAA2B,GAAG,2BAA2B,CAAC,2BAA2B,CAAC;AACpG,wFAA0E;AAC5D,QAAA,wBAAwB,GAAG,wBAAwB,CAAC,wBAAwB,CAAC;AAC3F,sFAAwE;AAC1D,QAAA,uBAAuB,GAAG,uBAAuB,CAAC,uBAAuB,CAAC;AACxF,6EAA+D;AACjD,QAAA,mBAAmB,GAAG,mBAAmB,CAAC,mBAAmB,CAAC;AAC5E,yGAA2F;AAC7E,QAAA,gCAAgC,GAAG,gCAAgC,CAAC,gCAAgC,CAAC;AACnH,8EAAgE;AAClD,QAAA,mBAAmB,GAAG,mBAAmB,CAAC,mBAAmB,CAAC;AAC5E,iGAAmF;AACrE,QAAA,4BAA4B,GAAG,4BAA4B,CAAC,4BAA4B,CAAC;AACvG,6FAA+E;AACjE,QAAA,0BAA0B,GAAG,0BAA0B,CAAC,0BAA0B,CAAC;AACjG,sFAAwE;AAC1D,QAAA,uBAAuB,GAAG,uBAAuB,CAAC,uBAAuB,CAAC"}
|
|
@@ -0,0 +1,58 @@
|
|
|
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, 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
|
+
import common = require("oci-common");
|
|
15
|
+
/**
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/networkfirewall/ListNatRules.ts.html |here} to see how to use ListNatRulesRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface ListNatRulesRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* Unique Network Firewall Policy identifier
|
|
21
|
+
*/
|
|
22
|
+
"networkFirewallPolicyId": string;
|
|
23
|
+
/**
|
|
24
|
+
* The maximum number of items to return.
|
|
25
|
+
*/
|
|
26
|
+
"limit"?: number;
|
|
27
|
+
/**
|
|
28
|
+
* A token representing the position at which to start retrieving results. This must come from the {@code opc-next-page} or {@code opc-prev-page} header field of a previous response.
|
|
29
|
+
*/
|
|
30
|
+
"page"?: string;
|
|
31
|
+
/**
|
|
32
|
+
* The sort order to use, either 'ASC' or 'DESC'.
|
|
33
|
+
*/
|
|
34
|
+
"sortOrder"?: model.SortOrder;
|
|
35
|
+
/**
|
|
36
|
+
* The field to sort by. Only one sort order may be provided. Default order for timeCreated is descending. Default order for displayName is ascending.
|
|
37
|
+
*
|
|
38
|
+
*/
|
|
39
|
+
"sortBy"?: ListNatRulesRequest.SortBy;
|
|
40
|
+
/**
|
|
41
|
+
* The client request ID for tracing.
|
|
42
|
+
*/
|
|
43
|
+
"opcRequestId"?: string;
|
|
44
|
+
/**
|
|
45
|
+
* A filter to return only resources that match the entire display name given.
|
|
46
|
+
*/
|
|
47
|
+
"displayName"?: string;
|
|
48
|
+
/**
|
|
49
|
+
* Unique priority order for NAT Rules in the network firewall policy.
|
|
50
|
+
*/
|
|
51
|
+
"natRulePriorityOrder"?: number;
|
|
52
|
+
}
|
|
53
|
+
export declare namespace ListNatRulesRequest {
|
|
54
|
+
enum SortBy {
|
|
55
|
+
TimeCreated = "timeCreated",
|
|
56
|
+
DisplayName = "displayName"
|
|
57
|
+
}
|
|
58
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
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, 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.ListNatRulesRequest = void 0;
|
|
16
|
+
var ListNatRulesRequest;
|
|
17
|
+
(function (ListNatRulesRequest) {
|
|
18
|
+
let SortBy;
|
|
19
|
+
(function (SortBy) {
|
|
20
|
+
SortBy["TimeCreated"] = "timeCreated";
|
|
21
|
+
SortBy["DisplayName"] = "displayName";
|
|
22
|
+
})(SortBy = ListNatRulesRequest.SortBy || (ListNatRulesRequest.SortBy = {}));
|
|
23
|
+
})(ListNatRulesRequest = exports.ListNatRulesRequest || (exports.ListNatRulesRequest = {}));
|
|
24
|
+
//# sourceMappingURL=list-nat-rules-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-nat-rules-request.js","sourceRoot":"","sources":["../../../../../lib/networkfirewall/lib/request/list-nat-rules-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA4CH,IAAiB,mBAAmB,CAKnC;AALD,WAAiB,mBAAmB;IAClC,IAAY,MAGX;IAHD,WAAY,MAAM;QAChB,qCAA2B,CAAA;QAC3B,qCAA2B,CAAA;IAC7B,CAAC,EAHW,MAAM,GAAN,0BAAM,KAAN,0BAAM,QAGjB;AACH,CAAC,EALgB,mBAAmB,GAAnB,2BAAmB,KAAnB,2BAAmB,QAKnC"}
|
|
@@ -0,0 +1,44 @@
|
|
|
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, 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
|
+
import common = require("oci-common");
|
|
15
|
+
/**
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/networkfirewall/UpdateNatRule.ts.html |here} to see how to use UpdateNatRuleRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface UpdateNatRuleRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* Unique Network Firewall Policy identifier
|
|
21
|
+
*/
|
|
22
|
+
"networkFirewallPolicyId": string;
|
|
23
|
+
/**
|
|
24
|
+
* Unique identifier for NAT Rules in the network firewall policy.
|
|
25
|
+
*/
|
|
26
|
+
"natRuleName": string;
|
|
27
|
+
/**
|
|
28
|
+
* The information to be updated.
|
|
29
|
+
*/
|
|
30
|
+
"updateNatRuleDetails": model.UpdateNatV4RuleDetails;
|
|
31
|
+
/**
|
|
32
|
+
* For optimistic concurrency control. In the PUT or DELETE call
|
|
33
|
+
* for a resource, set the {@code if-match} parameter to the value of the
|
|
34
|
+
* etag from a previous GET or POST response for that resource.
|
|
35
|
+
* The resource will be updated or deleted only if the etag you
|
|
36
|
+
* provide matches the resource's current etag value.
|
|
37
|
+
*
|
|
38
|
+
*/
|
|
39
|
+
"ifMatch"?: string;
|
|
40
|
+
/**
|
|
41
|
+
* The client request ID for tracing.
|
|
42
|
+
*/
|
|
43
|
+
"opcRequestId"?: string;
|
|
44
|
+
}
|
|
@@ -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, 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
|
+
//# sourceMappingURL=update-nat-rule-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-nat-rule-request.js","sourceRoot":"","sources":["../../../../../lib/networkfirewall/lib/request/update-nat-rule-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,25 @@
|
|
|
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, 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
|
+
export interface BulkUploadNatRulesResponse {
|
|
14
|
+
/**
|
|
15
|
+
* Unique Oracle-assigned identifier for the asynchronous request. You can use this to query status of the asynchronous operation.
|
|
16
|
+
*
|
|
17
|
+
*/
|
|
18
|
+
"opcWorkRequestId": string;
|
|
19
|
+
/**
|
|
20
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
21
|
+
* Oracle about a particular request, please provide the request ID.
|
|
22
|
+
*
|
|
23
|
+
*/
|
|
24
|
+
"opcRequestId": string;
|
|
25
|
+
}
|
|
@@ -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, 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
|
+
//# sourceMappingURL=bulk-upload-nat-rules-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bulk-upload-nat-rules-response.js","sourceRoot":"","sources":["../../../../../lib/networkfirewall/lib/response/bulk-upload-nat-rules-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,30 @@
|
|
|
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, 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
|
+
export interface CreateNatRuleResponse {
|
|
15
|
+
/**
|
|
16
|
+
* For optimistic concurrency control. See {@code if-match}.
|
|
17
|
+
*
|
|
18
|
+
*/
|
|
19
|
+
"etag": string;
|
|
20
|
+
/**
|
|
21
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
22
|
+
* Oracle about a particular request, please provide the request ID.
|
|
23
|
+
*
|
|
24
|
+
*/
|
|
25
|
+
"opcRequestId": string;
|
|
26
|
+
/**
|
|
27
|
+
* The returned model.NatRule instance.
|
|
28
|
+
*/
|
|
29
|
+
"natRule": model.NatRule;
|
|
30
|
+
}
|
|
@@ -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, 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
|
+
//# sourceMappingURL=create-nat-rule-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-nat-rule-response.js","sourceRoot":"","sources":["../../../../../lib/networkfirewall/lib/response/create-nat-rule-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,20 @@
|
|
|
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, 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
|
+
export interface DeleteNatRuleResponse {
|
|
14
|
+
/**
|
|
15
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
16
|
+
* Oracle about a particular request, please provide the request ID.
|
|
17
|
+
*
|
|
18
|
+
*/
|
|
19
|
+
"opcRequestId": string;
|
|
20
|
+
}
|
|
@@ -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, 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
|
+
//# sourceMappingURL=delete-nat-rule-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-nat-rule-response.js","sourceRoot":"","sources":["../../../../../lib/networkfirewall/lib/response/delete-nat-rule-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,30 @@
|
|
|
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, 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
|
+
export interface GetNatRuleResponse {
|
|
15
|
+
/**
|
|
16
|
+
* For optimistic concurrency control. See {@code if-match}.
|
|
17
|
+
*
|
|
18
|
+
*/
|
|
19
|
+
"etag": string;
|
|
20
|
+
/**
|
|
21
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
22
|
+
* Oracle about a particular request, please provide the request ID.
|
|
23
|
+
*
|
|
24
|
+
*/
|
|
25
|
+
"opcRequestId": string;
|
|
26
|
+
/**
|
|
27
|
+
* The returned model.NatRule instance.
|
|
28
|
+
*/
|
|
29
|
+
"natRule": model.NatRule;
|
|
30
|
+
}
|
|
@@ -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, 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
|
+
//# sourceMappingURL=get-nat-rule-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-nat-rule-response.js","sourceRoot":"","sources":["../../../../../lib/networkfirewall/lib/response/get-nat-rule-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|