pulumi-sdwan 0.3.0a1742970533__py3-none-any.whl → 0.3.0a1743132889__py3-none-any.whl
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.
Potentially problematic release.
This version of pulumi-sdwan might be problematic. Click here for more details.
- pulumi_sdwan/__init__.py +20 -0
- pulumi_sdwan/_inputs.py +890 -649
- pulumi_sdwan/cli_config_feature.py +6 -2
- pulumi_sdwan/configuration_group.py +35 -39
- pulumi_sdwan/dns_security_policy.py +701 -0
- pulumi_sdwan/get_configuration_group.py +11 -11
- pulumi_sdwan/get_dns_security_policy.py +272 -0
- pulumi_sdwan/get_intrusion_prevention_policy_definition.py +27 -1
- pulumi_sdwan/get_security_policy.py +99 -1
- pulumi_sdwan/get_service_lan_vpn_feature_associate_multicast_feature.py +18 -4
- pulumi_sdwan/get_service_lan_vpn_feature_associate_routing_bgp_feature.py +18 -4
- pulumi_sdwan/get_service_lan_vpn_feature_associate_routing_eigrp_feature.py +18 -4
- pulumi_sdwan/get_service_lan_vpn_feature_associate_routing_ospf_feature.py +18 -4
- pulumi_sdwan/get_service_lan_vpn_feature_associate_routing_ospfv3_ipv4_feature.py +18 -4
- pulumi_sdwan/get_service_lan_vpn_feature_associate_routing_ospfv3_ipv6_feature.py +18 -4
- pulumi_sdwan/get_service_lan_vpn_interface_ethernet_feature_associate_dhcp_server_feature.py +18 -4
- pulumi_sdwan/get_service_lan_vpn_interface_ethernet_feature_associate_tracker_feature.py +18 -4
- pulumi_sdwan/get_service_lan_vpn_interface_ethernet_feature_associate_tracker_group_feature.py +18 -4
- pulumi_sdwan/get_service_lan_vpn_interface_ipsec_feature_associate_dhcp_server_feature.py +18 -4
- pulumi_sdwan/get_service_lan_vpn_interface_svi_feature_associate_dhcp_server_feature.py +18 -4
- pulumi_sdwan/get_tag.py +140 -0
- pulumi_sdwan/get_transport_wan_vpn_feature_associate_routing_bgp_feature.py +18 -4
- pulumi_sdwan/get_transport_wan_vpn_feature_associate_routing_ospf_feature.py +18 -4
- pulumi_sdwan/get_transport_wan_vpn_feature_associate_routing_ospfv3_ipv4_feature.py +18 -4
- pulumi_sdwan/get_transport_wan_vpn_feature_associate_routing_ospfv3_ipv6_feature.py +18 -4
- pulumi_sdwan/get_transport_wan_vpn_interface_cellular_feature_associate_tracker_feature.py +18 -4
- pulumi_sdwan/get_transport_wan_vpn_interface_cellular_feature_associate_tracker_group_feature.py +18 -4
- pulumi_sdwan/get_transport_wan_vpn_interface_ethernet_feature_associate_ipv6_tracker_feature.py +18 -4
- pulumi_sdwan/get_transport_wan_vpn_interface_ethernet_feature_associate_ipv6_tracker_group_feature.py +18 -4
- pulumi_sdwan/get_transport_wan_vpn_interface_ethernet_feature_associate_tracker_feature.py +18 -4
- pulumi_sdwan/get_transport_wan_vpn_interface_ethernet_feature_associate_tracker_group_feature.py +18 -4
- pulumi_sdwan/get_transport_wan_vpn_interface_gre_feature_associate_tracker_feature.py +18 -4
- pulumi_sdwan/get_transport_wan_vpn_interface_ipsec_feature_associate_tracker_feature.py +18 -4
- pulumi_sdwan/get_url_filtering_policy_definition.py +13 -1
- pulumi_sdwan/intrusion_prevention_policy_definition.py +83 -32
- pulumi_sdwan/outputs.py +806 -449
- pulumi_sdwan/pulumi-plugin.json +1 -1
- pulumi_sdwan/security_policy.py +329 -0
- pulumi_sdwan/service_lan_vpn_feature_associate_multicast_feature.py +36 -4
- pulumi_sdwan/service_lan_vpn_feature_associate_routing_bgp_feature.py +36 -4
- pulumi_sdwan/service_lan_vpn_feature_associate_routing_eigrp_feature.py +36 -4
- pulumi_sdwan/service_lan_vpn_feature_associate_routing_ospf_feature.py +36 -4
- pulumi_sdwan/service_lan_vpn_feature_associate_routing_ospfv3_ipv4_feature.py +36 -4
- pulumi_sdwan/service_lan_vpn_feature_associate_routing_ospfv3_ipv6_feature.py +36 -4
- pulumi_sdwan/service_lan_vpn_interface_ethernet_feature_associate_dhcp_server_feature.py +36 -4
- pulumi_sdwan/service_lan_vpn_interface_ethernet_feature_associate_tracker_feature.py +36 -4
- pulumi_sdwan/service_lan_vpn_interface_ethernet_feature_associate_tracker_group_feature.py +36 -4
- pulumi_sdwan/service_lan_vpn_interface_ipsec_feature_associate_dhcp_server_feature.py +36 -4
- pulumi_sdwan/service_lan_vpn_interface_svi_feature_associate_dhcp_server_feature.py +36 -4
- pulumi_sdwan/tag.py +283 -0
- pulumi_sdwan/transport_cellular_profile_feature.py +29 -31
- pulumi_sdwan/transport_wan_vpn_feature_associate_routing_bgp_feature.py +36 -4
- pulumi_sdwan/transport_wan_vpn_feature_associate_routing_ospf_feature.py +36 -4
- pulumi_sdwan/transport_wan_vpn_feature_associate_routing_ospfv3_ipv4_feature.py +36 -4
- pulumi_sdwan/transport_wan_vpn_feature_associate_routing_ospfv3_ipv6_feature.py +36 -4
- pulumi_sdwan/transport_wan_vpn_interface_cellular_feature_associate_tracker_feature.py +36 -4
- pulumi_sdwan/transport_wan_vpn_interface_cellular_feature_associate_tracker_group_feature.py +36 -4
- pulumi_sdwan/transport_wan_vpn_interface_ethernet_feature_associate_ipv6_tracker_feature.py +36 -4
- pulumi_sdwan/transport_wan_vpn_interface_ethernet_feature_associate_ipv6_tracker_group_feature.py +36 -4
- pulumi_sdwan/transport_wan_vpn_interface_ethernet_feature_associate_tracker_feature.py +36 -4
- pulumi_sdwan/transport_wan_vpn_interface_ethernet_feature_associate_tracker_group_feature.py +36 -4
- pulumi_sdwan/transport_wan_vpn_interface_gre_feature_associate_tracker_feature.py +36 -4
- pulumi_sdwan/transport_wan_vpn_interface_ipsec_feature_associate_tracker_feature.py +36 -4
- pulumi_sdwan/url_filtering_policy_definition.py +36 -38
- pulumi_sdwan/zone_based_firewall_policy_definition.py +26 -14
- {pulumi_sdwan-0.3.0a1742970533.dist-info → pulumi_sdwan-0.3.0a1743132889.dist-info}/METADATA +1 -1
- {pulumi_sdwan-0.3.0a1742970533.dist-info → pulumi_sdwan-0.3.0a1743132889.dist-info}/RECORD +69 -65
- {pulumi_sdwan-0.3.0a1742970533.dist-info → pulumi_sdwan-0.3.0a1743132889.dist-info}/WHEEL +0 -0
- {pulumi_sdwan-0.3.0a1742970533.dist-info → pulumi_sdwan-0.3.0a1743132889.dist-info}/top_level.txt +0 -0
|
@@ -27,16 +27,16 @@ class GetConfigurationGroupResult:
|
|
|
27
27
|
"""
|
|
28
28
|
A collection of values returned by getConfigurationGroup.
|
|
29
29
|
"""
|
|
30
|
-
def __init__(__self__, description=None, devices=None,
|
|
30
|
+
def __init__(__self__, description=None, devices=None, feature_profile_ids=None, feature_versions=None, id=None, name=None, solution=None, topology_devices=None, topology_site_devices=None):
|
|
31
31
|
if description and not isinstance(description, str):
|
|
32
32
|
raise TypeError("Expected argument 'description' to be a str")
|
|
33
33
|
pulumi.set(__self__, "description", description)
|
|
34
34
|
if devices and not isinstance(devices, list):
|
|
35
35
|
raise TypeError("Expected argument 'devices' to be a list")
|
|
36
36
|
pulumi.set(__self__, "devices", devices)
|
|
37
|
-
if
|
|
38
|
-
raise TypeError("Expected argument '
|
|
39
|
-
pulumi.set(__self__, "
|
|
37
|
+
if feature_profile_ids and not isinstance(feature_profile_ids, list):
|
|
38
|
+
raise TypeError("Expected argument 'feature_profile_ids' to be a list")
|
|
39
|
+
pulumi.set(__self__, "feature_profile_ids", feature_profile_ids)
|
|
40
40
|
if feature_versions and not isinstance(feature_versions, list):
|
|
41
41
|
raise TypeError("Expected argument 'feature_versions' to be a list")
|
|
42
42
|
pulumi.set(__self__, "feature_versions", feature_versions)
|
|
@@ -73,12 +73,12 @@ class GetConfigurationGroupResult:
|
|
|
73
73
|
return pulumi.get(self, "devices")
|
|
74
74
|
|
|
75
75
|
@property
|
|
76
|
-
@pulumi.getter(name="
|
|
77
|
-
def
|
|
76
|
+
@pulumi.getter(name="featureProfileIds")
|
|
77
|
+
def feature_profile_ids(self) -> Sequence[str]:
|
|
78
78
|
"""
|
|
79
|
-
List of feature
|
|
79
|
+
List of feature profile IDs
|
|
80
80
|
"""
|
|
81
|
-
return pulumi.get(self, "
|
|
81
|
+
return pulumi.get(self, "feature_profile_ids")
|
|
82
82
|
|
|
83
83
|
@property
|
|
84
84
|
@pulumi.getter(name="featureVersions")
|
|
@@ -137,7 +137,7 @@ class AwaitableGetConfigurationGroupResult(GetConfigurationGroupResult):
|
|
|
137
137
|
return GetConfigurationGroupResult(
|
|
138
138
|
description=self.description,
|
|
139
139
|
devices=self.devices,
|
|
140
|
-
|
|
140
|
+
feature_profile_ids=self.feature_profile_ids,
|
|
141
141
|
feature_versions=self.feature_versions,
|
|
142
142
|
id=self.id,
|
|
143
143
|
name=self.name,
|
|
@@ -171,7 +171,7 @@ def get_configuration_group(id: Optional[str] = None,
|
|
|
171
171
|
return AwaitableGetConfigurationGroupResult(
|
|
172
172
|
description=pulumi.get(__ret__, 'description'),
|
|
173
173
|
devices=pulumi.get(__ret__, 'devices'),
|
|
174
|
-
|
|
174
|
+
feature_profile_ids=pulumi.get(__ret__, 'feature_profile_ids'),
|
|
175
175
|
feature_versions=pulumi.get(__ret__, 'feature_versions'),
|
|
176
176
|
id=pulumi.get(__ret__, 'id'),
|
|
177
177
|
name=pulumi.get(__ret__, 'name'),
|
|
@@ -202,7 +202,7 @@ def get_configuration_group_output(id: Optional[pulumi.Input[str]] = None,
|
|
|
202
202
|
return __ret__.apply(lambda __response__: GetConfigurationGroupResult(
|
|
203
203
|
description=pulumi.get(__response__, 'description'),
|
|
204
204
|
devices=pulumi.get(__response__, 'devices'),
|
|
205
|
-
|
|
205
|
+
feature_profile_ids=pulumi.get(__response__, 'feature_profile_ids'),
|
|
206
206
|
feature_versions=pulumi.get(__response__, 'feature_versions'),
|
|
207
207
|
id=pulumi.get(__response__, 'id'),
|
|
208
208
|
name=pulumi.get(__response__, 'name'),
|
|
@@ -0,0 +1,272 @@
|
|
|
1
|
+
# coding=utf-8
|
|
2
|
+
# *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
|
|
5
|
+
import copy
|
|
6
|
+
import warnings
|
|
7
|
+
import sys
|
|
8
|
+
import pulumi
|
|
9
|
+
import pulumi.runtime
|
|
10
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
+
if sys.version_info >= (3, 11):
|
|
12
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
+
else:
|
|
14
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
|
+
from . import _utilities
|
|
16
|
+
from . import outputs
|
|
17
|
+
|
|
18
|
+
__all__ = [
|
|
19
|
+
'GetDnsSecurityPolicyResult',
|
|
20
|
+
'AwaitableGetDnsSecurityPolicyResult',
|
|
21
|
+
'get_dns_security_policy',
|
|
22
|
+
'get_dns_security_policy_output',
|
|
23
|
+
]
|
|
24
|
+
|
|
25
|
+
@pulumi.output_type
|
|
26
|
+
class GetDnsSecurityPolicyResult:
|
|
27
|
+
"""
|
|
28
|
+
A collection of values returned by getDnsSecurityPolicy.
|
|
29
|
+
"""
|
|
30
|
+
def __init__(__self__, child_org_id=None, description=None, dns_crypt=None, dns_server_ip=None, feature_profile_id=None, id=None, local_domain_bypass_enabled=None, local_domain_bypass_list_id=None, match_all_vpn=None, name=None, target_vpns=None, umbrella_default=None, version=None):
|
|
31
|
+
if child_org_id and not isinstance(child_org_id, str):
|
|
32
|
+
raise TypeError("Expected argument 'child_org_id' to be a str")
|
|
33
|
+
pulumi.set(__self__, "child_org_id", child_org_id)
|
|
34
|
+
if description and not isinstance(description, str):
|
|
35
|
+
raise TypeError("Expected argument 'description' to be a str")
|
|
36
|
+
pulumi.set(__self__, "description", description)
|
|
37
|
+
if dns_crypt and not isinstance(dns_crypt, bool):
|
|
38
|
+
raise TypeError("Expected argument 'dns_crypt' to be a bool")
|
|
39
|
+
pulumi.set(__self__, "dns_crypt", dns_crypt)
|
|
40
|
+
if dns_server_ip and not isinstance(dns_server_ip, str):
|
|
41
|
+
raise TypeError("Expected argument 'dns_server_ip' to be a str")
|
|
42
|
+
pulumi.set(__self__, "dns_server_ip", dns_server_ip)
|
|
43
|
+
if feature_profile_id and not isinstance(feature_profile_id, str):
|
|
44
|
+
raise TypeError("Expected argument 'feature_profile_id' to be a str")
|
|
45
|
+
pulumi.set(__self__, "feature_profile_id", feature_profile_id)
|
|
46
|
+
if id and not isinstance(id, str):
|
|
47
|
+
raise TypeError("Expected argument 'id' to be a str")
|
|
48
|
+
pulumi.set(__self__, "id", id)
|
|
49
|
+
if local_domain_bypass_enabled and not isinstance(local_domain_bypass_enabled, bool):
|
|
50
|
+
raise TypeError("Expected argument 'local_domain_bypass_enabled' to be a bool")
|
|
51
|
+
pulumi.set(__self__, "local_domain_bypass_enabled", local_domain_bypass_enabled)
|
|
52
|
+
if local_domain_bypass_list_id and not isinstance(local_domain_bypass_list_id, str):
|
|
53
|
+
raise TypeError("Expected argument 'local_domain_bypass_list_id' to be a str")
|
|
54
|
+
pulumi.set(__self__, "local_domain_bypass_list_id", local_domain_bypass_list_id)
|
|
55
|
+
if match_all_vpn and not isinstance(match_all_vpn, bool):
|
|
56
|
+
raise TypeError("Expected argument 'match_all_vpn' to be a bool")
|
|
57
|
+
pulumi.set(__self__, "match_all_vpn", match_all_vpn)
|
|
58
|
+
if name and not isinstance(name, str):
|
|
59
|
+
raise TypeError("Expected argument 'name' to be a str")
|
|
60
|
+
pulumi.set(__self__, "name", name)
|
|
61
|
+
if target_vpns and not isinstance(target_vpns, list):
|
|
62
|
+
raise TypeError("Expected argument 'target_vpns' to be a list")
|
|
63
|
+
pulumi.set(__self__, "target_vpns", target_vpns)
|
|
64
|
+
if umbrella_default and not isinstance(umbrella_default, bool):
|
|
65
|
+
raise TypeError("Expected argument 'umbrella_default' to be a bool")
|
|
66
|
+
pulumi.set(__self__, "umbrella_default", umbrella_default)
|
|
67
|
+
if version and not isinstance(version, int):
|
|
68
|
+
raise TypeError("Expected argument 'version' to be a int")
|
|
69
|
+
pulumi.set(__self__, "version", version)
|
|
70
|
+
|
|
71
|
+
@property
|
|
72
|
+
@pulumi.getter(name="childOrgId")
|
|
73
|
+
def child_org_id(self) -> str:
|
|
74
|
+
"""
|
|
75
|
+
String that is a number that corresponds to Umbrella Multi Org, can be empty if not using Umbrella Multi Org
|
|
76
|
+
"""
|
|
77
|
+
return pulumi.get(self, "child_org_id")
|
|
78
|
+
|
|
79
|
+
@property
|
|
80
|
+
@pulumi.getter
|
|
81
|
+
def description(self) -> str:
|
|
82
|
+
"""
|
|
83
|
+
The description of the Policy
|
|
84
|
+
"""
|
|
85
|
+
return pulumi.get(self, "description")
|
|
86
|
+
|
|
87
|
+
@property
|
|
88
|
+
@pulumi.getter(name="dnsCrypt")
|
|
89
|
+
def dns_crypt(self) -> bool:
|
|
90
|
+
"""
|
|
91
|
+
If matchAllVpn is false, this field is only true if at least one of the targetVpns entires contains an umbrellaDefault true
|
|
92
|
+
"""
|
|
93
|
+
return pulumi.get(self, "dns_crypt")
|
|
94
|
+
|
|
95
|
+
@property
|
|
96
|
+
@pulumi.getter(name="dnsServerIp")
|
|
97
|
+
def dns_server_ip(self) -> str:
|
|
98
|
+
"""
|
|
99
|
+
Field will only be under data field if matchAllVpn is true, otherwise field will be under targetVpns and set per entry
|
|
100
|
+
"""
|
|
101
|
+
return pulumi.get(self, "dns_server_ip")
|
|
102
|
+
|
|
103
|
+
@property
|
|
104
|
+
@pulumi.getter(name="featureProfileId")
|
|
105
|
+
def feature_profile_id(self) -> str:
|
|
106
|
+
"""
|
|
107
|
+
Feature Profile ID
|
|
108
|
+
"""
|
|
109
|
+
return pulumi.get(self, "feature_profile_id")
|
|
110
|
+
|
|
111
|
+
@property
|
|
112
|
+
@pulumi.getter
|
|
113
|
+
def id(self) -> str:
|
|
114
|
+
"""
|
|
115
|
+
The id of the Policy
|
|
116
|
+
"""
|
|
117
|
+
return pulumi.get(self, "id")
|
|
118
|
+
|
|
119
|
+
@property
|
|
120
|
+
@pulumi.getter(name="localDomainBypassEnabled")
|
|
121
|
+
def local_domain_bypass_enabled(self) -> bool:
|
|
122
|
+
"""
|
|
123
|
+
Field will only be under data field if matchAllVpn is true, otherwise field will be under targetVpns and set per entry
|
|
124
|
+
"""
|
|
125
|
+
return pulumi.get(self, "local_domain_bypass_enabled")
|
|
126
|
+
|
|
127
|
+
@property
|
|
128
|
+
@pulumi.getter(name="localDomainBypassListId")
|
|
129
|
+
def local_domain_bypass_list_id(self) -> str:
|
|
130
|
+
return pulumi.get(self, "local_domain_bypass_list_id")
|
|
131
|
+
|
|
132
|
+
@property
|
|
133
|
+
@pulumi.getter(name="matchAllVpn")
|
|
134
|
+
def match_all_vpn(self) -> bool:
|
|
135
|
+
"""
|
|
136
|
+
If this is true, there shouldn't be a targetVpns field, if false then targetVpns field should be there
|
|
137
|
+
"""
|
|
138
|
+
return pulumi.get(self, "match_all_vpn")
|
|
139
|
+
|
|
140
|
+
@property
|
|
141
|
+
@pulumi.getter
|
|
142
|
+
def name(self) -> str:
|
|
143
|
+
"""
|
|
144
|
+
The name of the Policy
|
|
145
|
+
"""
|
|
146
|
+
return pulumi.get(self, "name")
|
|
147
|
+
|
|
148
|
+
@property
|
|
149
|
+
@pulumi.getter(name="targetVpns")
|
|
150
|
+
def target_vpns(self) -> Sequence['outputs.GetDnsSecurityPolicyTargetVpnResult']:
|
|
151
|
+
"""
|
|
152
|
+
Will be under data field only if matchAllVpn is false, if matchAllVpn is true field should not be in payload
|
|
153
|
+
"""
|
|
154
|
+
return pulumi.get(self, "target_vpns")
|
|
155
|
+
|
|
156
|
+
@property
|
|
157
|
+
@pulumi.getter(name="umbrellaDefault")
|
|
158
|
+
def umbrella_default(self) -> bool:
|
|
159
|
+
"""
|
|
160
|
+
Field will only be under data field if matchAllVpn is true, otherwise field will be under targetVpns and set per entry
|
|
161
|
+
"""
|
|
162
|
+
return pulumi.get(self, "umbrella_default")
|
|
163
|
+
|
|
164
|
+
@property
|
|
165
|
+
@pulumi.getter
|
|
166
|
+
def version(self) -> int:
|
|
167
|
+
"""
|
|
168
|
+
The version of the Policy
|
|
169
|
+
"""
|
|
170
|
+
return pulumi.get(self, "version")
|
|
171
|
+
|
|
172
|
+
|
|
173
|
+
class AwaitableGetDnsSecurityPolicyResult(GetDnsSecurityPolicyResult):
|
|
174
|
+
# pylint: disable=using-constant-test
|
|
175
|
+
def __await__(self):
|
|
176
|
+
if False:
|
|
177
|
+
yield self
|
|
178
|
+
return GetDnsSecurityPolicyResult(
|
|
179
|
+
child_org_id=self.child_org_id,
|
|
180
|
+
description=self.description,
|
|
181
|
+
dns_crypt=self.dns_crypt,
|
|
182
|
+
dns_server_ip=self.dns_server_ip,
|
|
183
|
+
feature_profile_id=self.feature_profile_id,
|
|
184
|
+
id=self.id,
|
|
185
|
+
local_domain_bypass_enabled=self.local_domain_bypass_enabled,
|
|
186
|
+
local_domain_bypass_list_id=self.local_domain_bypass_list_id,
|
|
187
|
+
match_all_vpn=self.match_all_vpn,
|
|
188
|
+
name=self.name,
|
|
189
|
+
target_vpns=self.target_vpns,
|
|
190
|
+
umbrella_default=self.umbrella_default,
|
|
191
|
+
version=self.version)
|
|
192
|
+
|
|
193
|
+
|
|
194
|
+
def get_dns_security_policy(feature_profile_id: Optional[str] = None,
|
|
195
|
+
id: Optional[str] = None,
|
|
196
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetDnsSecurityPolicyResult:
|
|
197
|
+
"""
|
|
198
|
+
This data source can read the DNS Security Policy.
|
|
199
|
+
|
|
200
|
+
## Example Usage
|
|
201
|
+
|
|
202
|
+
```python
|
|
203
|
+
import pulumi
|
|
204
|
+
import pulumi_sdwan as sdwan
|
|
205
|
+
|
|
206
|
+
example = sdwan.get_dns_security_policy(id="f6b2c44c-693c-4763-b010-895aa3d236bd",
|
|
207
|
+
feature_profile_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac")
|
|
208
|
+
```
|
|
209
|
+
|
|
210
|
+
|
|
211
|
+
:param str feature_profile_id: Feature Profile ID
|
|
212
|
+
:param str id: The id of the Policy
|
|
213
|
+
"""
|
|
214
|
+
__args__ = dict()
|
|
215
|
+
__args__['featureProfileId'] = feature_profile_id
|
|
216
|
+
__args__['id'] = id
|
|
217
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
218
|
+
__ret__ = pulumi.runtime.invoke('sdwan:index/getDnsSecurityPolicy:getDnsSecurityPolicy', __args__, opts=opts, typ=GetDnsSecurityPolicyResult).value
|
|
219
|
+
|
|
220
|
+
return AwaitableGetDnsSecurityPolicyResult(
|
|
221
|
+
child_org_id=pulumi.get(__ret__, 'child_org_id'),
|
|
222
|
+
description=pulumi.get(__ret__, 'description'),
|
|
223
|
+
dns_crypt=pulumi.get(__ret__, 'dns_crypt'),
|
|
224
|
+
dns_server_ip=pulumi.get(__ret__, 'dns_server_ip'),
|
|
225
|
+
feature_profile_id=pulumi.get(__ret__, 'feature_profile_id'),
|
|
226
|
+
id=pulumi.get(__ret__, 'id'),
|
|
227
|
+
local_domain_bypass_enabled=pulumi.get(__ret__, 'local_domain_bypass_enabled'),
|
|
228
|
+
local_domain_bypass_list_id=pulumi.get(__ret__, 'local_domain_bypass_list_id'),
|
|
229
|
+
match_all_vpn=pulumi.get(__ret__, 'match_all_vpn'),
|
|
230
|
+
name=pulumi.get(__ret__, 'name'),
|
|
231
|
+
target_vpns=pulumi.get(__ret__, 'target_vpns'),
|
|
232
|
+
umbrella_default=pulumi.get(__ret__, 'umbrella_default'),
|
|
233
|
+
version=pulumi.get(__ret__, 'version'))
|
|
234
|
+
def get_dns_security_policy_output(feature_profile_id: Optional[pulumi.Input[str]] = None,
|
|
235
|
+
id: Optional[pulumi.Input[str]] = None,
|
|
236
|
+
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetDnsSecurityPolicyResult]:
|
|
237
|
+
"""
|
|
238
|
+
This data source can read the DNS Security Policy.
|
|
239
|
+
|
|
240
|
+
## Example Usage
|
|
241
|
+
|
|
242
|
+
```python
|
|
243
|
+
import pulumi
|
|
244
|
+
import pulumi_sdwan as sdwan
|
|
245
|
+
|
|
246
|
+
example = sdwan.get_dns_security_policy(id="f6b2c44c-693c-4763-b010-895aa3d236bd",
|
|
247
|
+
feature_profile_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac")
|
|
248
|
+
```
|
|
249
|
+
|
|
250
|
+
|
|
251
|
+
:param str feature_profile_id: Feature Profile ID
|
|
252
|
+
:param str id: The id of the Policy
|
|
253
|
+
"""
|
|
254
|
+
__args__ = dict()
|
|
255
|
+
__args__['featureProfileId'] = feature_profile_id
|
|
256
|
+
__args__['id'] = id
|
|
257
|
+
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
258
|
+
__ret__ = pulumi.runtime.invoke_output('sdwan:index/getDnsSecurityPolicy:getDnsSecurityPolicy', __args__, opts=opts, typ=GetDnsSecurityPolicyResult)
|
|
259
|
+
return __ret__.apply(lambda __response__: GetDnsSecurityPolicyResult(
|
|
260
|
+
child_org_id=pulumi.get(__response__, 'child_org_id'),
|
|
261
|
+
description=pulumi.get(__response__, 'description'),
|
|
262
|
+
dns_crypt=pulumi.get(__response__, 'dns_crypt'),
|
|
263
|
+
dns_server_ip=pulumi.get(__response__, 'dns_server_ip'),
|
|
264
|
+
feature_profile_id=pulumi.get(__response__, 'feature_profile_id'),
|
|
265
|
+
id=pulumi.get(__response__, 'id'),
|
|
266
|
+
local_domain_bypass_enabled=pulumi.get(__response__, 'local_domain_bypass_enabled'),
|
|
267
|
+
local_domain_bypass_list_id=pulumi.get(__response__, 'local_domain_bypass_list_id'),
|
|
268
|
+
match_all_vpn=pulumi.get(__response__, 'match_all_vpn'),
|
|
269
|
+
name=pulumi.get(__response__, 'name'),
|
|
270
|
+
target_vpns=pulumi.get(__response__, 'target_vpns'),
|
|
271
|
+
umbrella_default=pulumi.get(__response__, 'umbrella_default'),
|
|
272
|
+
version=pulumi.get(__response__, 'version')))
|
|
@@ -13,6 +13,7 @@ if sys.version_info >= (3, 11):
|
|
|
13
13
|
else:
|
|
14
14
|
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
15
|
from . import _utilities
|
|
16
|
+
from . import outputs
|
|
16
17
|
|
|
17
18
|
__all__ = [
|
|
18
19
|
'GetIntrusionPreventionPolicyDefinitionResult',
|
|
@@ -26,7 +27,10 @@ class GetIntrusionPreventionPolicyDefinitionResult:
|
|
|
26
27
|
"""
|
|
27
28
|
A collection of values returned by getIntrusionPreventionPolicyDefinition.
|
|
28
29
|
"""
|
|
29
|
-
def __init__(__self__, description=None, id=None, inspection_mode=None, ips_signature_list_id=None, ips_signature_list_version=None, log_level=None, mode=None, name=None, signature_set=None, target_vpns=None, version=None):
|
|
30
|
+
def __init__(__self__, custom_signature=None, description=None, id=None, inspection_mode=None, ips_signature_list_id=None, ips_signature_list_version=None, log_level=None, loggings=None, mode=None, name=None, signature_set=None, target_vpns=None, version=None):
|
|
31
|
+
if custom_signature and not isinstance(custom_signature, bool):
|
|
32
|
+
raise TypeError("Expected argument 'custom_signature' to be a bool")
|
|
33
|
+
pulumi.set(__self__, "custom_signature", custom_signature)
|
|
30
34
|
if description and not isinstance(description, str):
|
|
31
35
|
raise TypeError("Expected argument 'description' to be a str")
|
|
32
36
|
pulumi.set(__self__, "description", description)
|
|
@@ -45,6 +49,9 @@ class GetIntrusionPreventionPolicyDefinitionResult:
|
|
|
45
49
|
if log_level and not isinstance(log_level, str):
|
|
46
50
|
raise TypeError("Expected argument 'log_level' to be a str")
|
|
47
51
|
pulumi.set(__self__, "log_level", log_level)
|
|
52
|
+
if loggings and not isinstance(loggings, list):
|
|
53
|
+
raise TypeError("Expected argument 'loggings' to be a list")
|
|
54
|
+
pulumi.set(__self__, "loggings", loggings)
|
|
48
55
|
if mode and not isinstance(mode, str):
|
|
49
56
|
raise TypeError("Expected argument 'mode' to be a str")
|
|
50
57
|
pulumi.set(__self__, "mode", mode)
|
|
@@ -61,6 +68,14 @@ class GetIntrusionPreventionPolicyDefinitionResult:
|
|
|
61
68
|
raise TypeError("Expected argument 'version' to be a int")
|
|
62
69
|
pulumi.set(__self__, "version", version)
|
|
63
70
|
|
|
71
|
+
@property
|
|
72
|
+
@pulumi.getter(name="customSignature")
|
|
73
|
+
def custom_signature(self) -> bool:
|
|
74
|
+
"""
|
|
75
|
+
Custom signature
|
|
76
|
+
"""
|
|
77
|
+
return pulumi.get(self, "custom_signature")
|
|
78
|
+
|
|
64
79
|
@property
|
|
65
80
|
@pulumi.getter
|
|
66
81
|
def description(self) -> str:
|
|
@@ -109,6 +124,11 @@ class GetIntrusionPreventionPolicyDefinitionResult:
|
|
|
109
124
|
"""
|
|
110
125
|
return pulumi.get(self, "log_level")
|
|
111
126
|
|
|
127
|
+
@property
|
|
128
|
+
@pulumi.getter
|
|
129
|
+
def loggings(self) -> Sequence['outputs.GetIntrusionPreventionPolicyDefinitionLoggingResult']:
|
|
130
|
+
return pulumi.get(self, "loggings")
|
|
131
|
+
|
|
112
132
|
@property
|
|
113
133
|
@pulumi.getter
|
|
114
134
|
def mode(self) -> str:
|
|
@@ -156,12 +176,14 @@ class AwaitableGetIntrusionPreventionPolicyDefinitionResult(GetIntrusionPreventi
|
|
|
156
176
|
if False:
|
|
157
177
|
yield self
|
|
158
178
|
return GetIntrusionPreventionPolicyDefinitionResult(
|
|
179
|
+
custom_signature=self.custom_signature,
|
|
159
180
|
description=self.description,
|
|
160
181
|
id=self.id,
|
|
161
182
|
inspection_mode=self.inspection_mode,
|
|
162
183
|
ips_signature_list_id=self.ips_signature_list_id,
|
|
163
184
|
ips_signature_list_version=self.ips_signature_list_version,
|
|
164
185
|
log_level=self.log_level,
|
|
186
|
+
loggings=self.loggings,
|
|
165
187
|
mode=self.mode,
|
|
166
188
|
name=self.name,
|
|
167
189
|
signature_set=self.signature_set,
|
|
@@ -192,12 +214,14 @@ def get_intrusion_prevention_policy_definition(id: Optional[str] = None,
|
|
|
192
214
|
__ret__ = pulumi.runtime.invoke('sdwan:index/getIntrusionPreventionPolicyDefinition:getIntrusionPreventionPolicyDefinition', __args__, opts=opts, typ=GetIntrusionPreventionPolicyDefinitionResult).value
|
|
193
215
|
|
|
194
216
|
return AwaitableGetIntrusionPreventionPolicyDefinitionResult(
|
|
217
|
+
custom_signature=pulumi.get(__ret__, 'custom_signature'),
|
|
195
218
|
description=pulumi.get(__ret__, 'description'),
|
|
196
219
|
id=pulumi.get(__ret__, 'id'),
|
|
197
220
|
inspection_mode=pulumi.get(__ret__, 'inspection_mode'),
|
|
198
221
|
ips_signature_list_id=pulumi.get(__ret__, 'ips_signature_list_id'),
|
|
199
222
|
ips_signature_list_version=pulumi.get(__ret__, 'ips_signature_list_version'),
|
|
200
223
|
log_level=pulumi.get(__ret__, 'log_level'),
|
|
224
|
+
loggings=pulumi.get(__ret__, 'loggings'),
|
|
201
225
|
mode=pulumi.get(__ret__, 'mode'),
|
|
202
226
|
name=pulumi.get(__ret__, 'name'),
|
|
203
227
|
signature_set=pulumi.get(__ret__, 'signature_set'),
|
|
@@ -225,12 +249,14 @@ def get_intrusion_prevention_policy_definition_output(id: Optional[pulumi.Input[
|
|
|
225
249
|
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
226
250
|
__ret__ = pulumi.runtime.invoke_output('sdwan:index/getIntrusionPreventionPolicyDefinition:getIntrusionPreventionPolicyDefinition', __args__, opts=opts, typ=GetIntrusionPreventionPolicyDefinitionResult)
|
|
227
251
|
return __ret__.apply(lambda __response__: GetIntrusionPreventionPolicyDefinitionResult(
|
|
252
|
+
custom_signature=pulumi.get(__response__, 'custom_signature'),
|
|
228
253
|
description=pulumi.get(__response__, 'description'),
|
|
229
254
|
id=pulumi.get(__response__, 'id'),
|
|
230
255
|
inspection_mode=pulumi.get(__response__, 'inspection_mode'),
|
|
231
256
|
ips_signature_list_id=pulumi.get(__response__, 'ips_signature_list_id'),
|
|
232
257
|
ips_signature_list_version=pulumi.get(__response__, 'ips_signature_list_version'),
|
|
233
258
|
log_level=pulumi.get(__response__, 'log_level'),
|
|
259
|
+
loggings=pulumi.get(__response__, 'loggings'),
|
|
234
260
|
mode=pulumi.get(__response__, 'mode'),
|
|
235
261
|
name=pulumi.get(__response__, 'name'),
|
|
236
262
|
signature_set=pulumi.get(__response__, 'signature_set'),
|
|
@@ -27,7 +27,7 @@ class GetSecurityPolicyResult:
|
|
|
27
27
|
"""
|
|
28
28
|
A collection of values returned by getSecurityPolicy.
|
|
29
29
|
"""
|
|
30
|
-
def __init__(__self__, audit_trail=None, definitions=None, description=None, direct_internet_applications=None, failure_mode=None, high_speed_logging_server_ip=None, high_speed_logging_server_port=None, high_speed_logging_vpn=None, id=None, loggings=None, match_statistics_per_filter=None, mode=None, name=None, tcp_syn_flood_limit=None, use_case=None, version=None):
|
|
30
|
+
def __init__(__self__, audit_trail=None, definitions=None, description=None, direct_internet_applications=None, failure_mode=None, high_speed_logging_server_ip=None, high_speed_logging_server_port=None, high_speed_logging_server_source_interface=None, high_speed_logging_vpn=None, id=None, imcp_unreachable_allow=None, loggings=None, match_statistics_per_filter=None, max_incomplete_icmp_limit=None, max_incomplete_tcp_limit=None, max_incomplete_udp_limit=None, mode=None, name=None, session_reclassify_allow=None, tcp_syn_flood_limit=None, unified_logging=None, use_case=None, version=None):
|
|
31
31
|
if audit_trail and not isinstance(audit_trail, str):
|
|
32
32
|
raise TypeError("Expected argument 'audit_trail' to be a str")
|
|
33
33
|
pulumi.set(__self__, "audit_trail", audit_trail)
|
|
@@ -49,27 +49,48 @@ class GetSecurityPolicyResult:
|
|
|
49
49
|
if high_speed_logging_server_port and not isinstance(high_speed_logging_server_port, str):
|
|
50
50
|
raise TypeError("Expected argument 'high_speed_logging_server_port' to be a str")
|
|
51
51
|
pulumi.set(__self__, "high_speed_logging_server_port", high_speed_logging_server_port)
|
|
52
|
+
if high_speed_logging_server_source_interface and not isinstance(high_speed_logging_server_source_interface, str):
|
|
53
|
+
raise TypeError("Expected argument 'high_speed_logging_server_source_interface' to be a str")
|
|
54
|
+
pulumi.set(__self__, "high_speed_logging_server_source_interface", high_speed_logging_server_source_interface)
|
|
52
55
|
if high_speed_logging_vpn and not isinstance(high_speed_logging_vpn, str):
|
|
53
56
|
raise TypeError("Expected argument 'high_speed_logging_vpn' to be a str")
|
|
54
57
|
pulumi.set(__self__, "high_speed_logging_vpn", high_speed_logging_vpn)
|
|
55
58
|
if id and not isinstance(id, str):
|
|
56
59
|
raise TypeError("Expected argument 'id' to be a str")
|
|
57
60
|
pulumi.set(__self__, "id", id)
|
|
61
|
+
if imcp_unreachable_allow and not isinstance(imcp_unreachable_allow, bool):
|
|
62
|
+
raise TypeError("Expected argument 'imcp_unreachable_allow' to be a bool")
|
|
63
|
+
pulumi.set(__self__, "imcp_unreachable_allow", imcp_unreachable_allow)
|
|
58
64
|
if loggings and not isinstance(loggings, list):
|
|
59
65
|
raise TypeError("Expected argument 'loggings' to be a list")
|
|
60
66
|
pulumi.set(__self__, "loggings", loggings)
|
|
61
67
|
if match_statistics_per_filter and not isinstance(match_statistics_per_filter, str):
|
|
62
68
|
raise TypeError("Expected argument 'match_statistics_per_filter' to be a str")
|
|
63
69
|
pulumi.set(__self__, "match_statistics_per_filter", match_statistics_per_filter)
|
|
70
|
+
if max_incomplete_icmp_limit and not isinstance(max_incomplete_icmp_limit, int):
|
|
71
|
+
raise TypeError("Expected argument 'max_incomplete_icmp_limit' to be a int")
|
|
72
|
+
pulumi.set(__self__, "max_incomplete_icmp_limit", max_incomplete_icmp_limit)
|
|
73
|
+
if max_incomplete_tcp_limit and not isinstance(max_incomplete_tcp_limit, int):
|
|
74
|
+
raise TypeError("Expected argument 'max_incomplete_tcp_limit' to be a int")
|
|
75
|
+
pulumi.set(__self__, "max_incomplete_tcp_limit", max_incomplete_tcp_limit)
|
|
76
|
+
if max_incomplete_udp_limit and not isinstance(max_incomplete_udp_limit, int):
|
|
77
|
+
raise TypeError("Expected argument 'max_incomplete_udp_limit' to be a int")
|
|
78
|
+
pulumi.set(__self__, "max_incomplete_udp_limit", max_incomplete_udp_limit)
|
|
64
79
|
if mode and not isinstance(mode, str):
|
|
65
80
|
raise TypeError("Expected argument 'mode' to be a str")
|
|
66
81
|
pulumi.set(__self__, "mode", mode)
|
|
67
82
|
if name and not isinstance(name, str):
|
|
68
83
|
raise TypeError("Expected argument 'name' to be a str")
|
|
69
84
|
pulumi.set(__self__, "name", name)
|
|
85
|
+
if session_reclassify_allow and not isinstance(session_reclassify_allow, bool):
|
|
86
|
+
raise TypeError("Expected argument 'session_reclassify_allow' to be a bool")
|
|
87
|
+
pulumi.set(__self__, "session_reclassify_allow", session_reclassify_allow)
|
|
70
88
|
if tcp_syn_flood_limit and not isinstance(tcp_syn_flood_limit, str):
|
|
71
89
|
raise TypeError("Expected argument 'tcp_syn_flood_limit' to be a str")
|
|
72
90
|
pulumi.set(__self__, "tcp_syn_flood_limit", tcp_syn_flood_limit)
|
|
91
|
+
if unified_logging and not isinstance(unified_logging, bool):
|
|
92
|
+
raise TypeError("Expected argument 'unified_logging' to be a bool")
|
|
93
|
+
pulumi.set(__self__, "unified_logging", unified_logging)
|
|
73
94
|
if use_case and not isinstance(use_case, str):
|
|
74
95
|
raise TypeError("Expected argument 'use_case' to be a str")
|
|
75
96
|
pulumi.set(__self__, "use_case", use_case)
|
|
@@ -133,6 +154,14 @@ class GetSecurityPolicyResult:
|
|
|
133
154
|
"""
|
|
134
155
|
return pulumi.get(self, "high_speed_logging_server_port")
|
|
135
156
|
|
|
157
|
+
@property
|
|
158
|
+
@pulumi.getter(name="highSpeedLoggingServerSourceInterface")
|
|
159
|
+
def high_speed_logging_server_source_interface(self) -> str:
|
|
160
|
+
"""
|
|
161
|
+
High Speed Logging Source Interface
|
|
162
|
+
"""
|
|
163
|
+
return pulumi.get(self, "high_speed_logging_server_source_interface")
|
|
164
|
+
|
|
136
165
|
@property
|
|
137
166
|
@pulumi.getter(name="highSpeedLoggingVpn")
|
|
138
167
|
def high_speed_logging_vpn(self) -> str:
|
|
@@ -149,6 +178,14 @@ class GetSecurityPolicyResult:
|
|
|
149
178
|
"""
|
|
150
179
|
return pulumi.get(self, "id")
|
|
151
180
|
|
|
181
|
+
@property
|
|
182
|
+
@pulumi.getter(name="imcpUnreachableAllow")
|
|
183
|
+
def imcp_unreachable_allow(self) -> bool:
|
|
184
|
+
"""
|
|
185
|
+
ICMP Unreachable Allow
|
|
186
|
+
"""
|
|
187
|
+
return pulumi.get(self, "imcp_unreachable_allow")
|
|
188
|
+
|
|
152
189
|
@property
|
|
153
190
|
@pulumi.getter
|
|
154
191
|
def loggings(self) -> Sequence['outputs.GetSecurityPolicyLoggingResult']:
|
|
@@ -162,6 +199,30 @@ class GetSecurityPolicyResult:
|
|
|
162
199
|
"""
|
|
163
200
|
return pulumi.get(self, "match_statistics_per_filter")
|
|
164
201
|
|
|
202
|
+
@property
|
|
203
|
+
@pulumi.getter(name="maxIncompleteIcmpLimit")
|
|
204
|
+
def max_incomplete_icmp_limit(self) -> int:
|
|
205
|
+
"""
|
|
206
|
+
Max Incomplete ICMP Limit
|
|
207
|
+
"""
|
|
208
|
+
return pulumi.get(self, "max_incomplete_icmp_limit")
|
|
209
|
+
|
|
210
|
+
@property
|
|
211
|
+
@pulumi.getter(name="maxIncompleteTcpLimit")
|
|
212
|
+
def max_incomplete_tcp_limit(self) -> int:
|
|
213
|
+
"""
|
|
214
|
+
Max Incomplete TCP Limit
|
|
215
|
+
"""
|
|
216
|
+
return pulumi.get(self, "max_incomplete_tcp_limit")
|
|
217
|
+
|
|
218
|
+
@property
|
|
219
|
+
@pulumi.getter(name="maxIncompleteUdpLimit")
|
|
220
|
+
def max_incomplete_udp_limit(self) -> int:
|
|
221
|
+
"""
|
|
222
|
+
Max Incomplete UDP Limit
|
|
223
|
+
"""
|
|
224
|
+
return pulumi.get(self, "max_incomplete_udp_limit")
|
|
225
|
+
|
|
165
226
|
@property
|
|
166
227
|
@pulumi.getter
|
|
167
228
|
def mode(self) -> str:
|
|
@@ -178,6 +239,14 @@ class GetSecurityPolicyResult:
|
|
|
178
239
|
"""
|
|
179
240
|
return pulumi.get(self, "name")
|
|
180
241
|
|
|
242
|
+
@property
|
|
243
|
+
@pulumi.getter(name="sessionReclassifyAllow")
|
|
244
|
+
def session_reclassify_allow(self) -> bool:
|
|
245
|
+
"""
|
|
246
|
+
Session Reclassify Allow
|
|
247
|
+
"""
|
|
248
|
+
return pulumi.get(self, "session_reclassify_allow")
|
|
249
|
+
|
|
181
250
|
@property
|
|
182
251
|
@pulumi.getter(name="tcpSynFloodLimit")
|
|
183
252
|
def tcp_syn_flood_limit(self) -> str:
|
|
@@ -186,6 +255,14 @@ class GetSecurityPolicyResult:
|
|
|
186
255
|
"""
|
|
187
256
|
return pulumi.get(self, "tcp_syn_flood_limit")
|
|
188
257
|
|
|
258
|
+
@property
|
|
259
|
+
@pulumi.getter(name="unifiedLogging")
|
|
260
|
+
def unified_logging(self) -> bool:
|
|
261
|
+
"""
|
|
262
|
+
Unified Logging
|
|
263
|
+
"""
|
|
264
|
+
return pulumi.get(self, "unified_logging")
|
|
265
|
+
|
|
189
266
|
@property
|
|
190
267
|
@pulumi.getter(name="useCase")
|
|
191
268
|
def use_case(self) -> str:
|
|
@@ -216,13 +293,20 @@ class AwaitableGetSecurityPolicyResult(GetSecurityPolicyResult):
|
|
|
216
293
|
failure_mode=self.failure_mode,
|
|
217
294
|
high_speed_logging_server_ip=self.high_speed_logging_server_ip,
|
|
218
295
|
high_speed_logging_server_port=self.high_speed_logging_server_port,
|
|
296
|
+
high_speed_logging_server_source_interface=self.high_speed_logging_server_source_interface,
|
|
219
297
|
high_speed_logging_vpn=self.high_speed_logging_vpn,
|
|
220
298
|
id=self.id,
|
|
299
|
+
imcp_unreachable_allow=self.imcp_unreachable_allow,
|
|
221
300
|
loggings=self.loggings,
|
|
222
301
|
match_statistics_per_filter=self.match_statistics_per_filter,
|
|
302
|
+
max_incomplete_icmp_limit=self.max_incomplete_icmp_limit,
|
|
303
|
+
max_incomplete_tcp_limit=self.max_incomplete_tcp_limit,
|
|
304
|
+
max_incomplete_udp_limit=self.max_incomplete_udp_limit,
|
|
223
305
|
mode=self.mode,
|
|
224
306
|
name=self.name,
|
|
307
|
+
session_reclassify_allow=self.session_reclassify_allow,
|
|
225
308
|
tcp_syn_flood_limit=self.tcp_syn_flood_limit,
|
|
309
|
+
unified_logging=self.unified_logging,
|
|
226
310
|
use_case=self.use_case,
|
|
227
311
|
version=self.version)
|
|
228
312
|
|
|
@@ -257,13 +341,20 @@ def get_security_policy(id: Optional[str] = None,
|
|
|
257
341
|
failure_mode=pulumi.get(__ret__, 'failure_mode'),
|
|
258
342
|
high_speed_logging_server_ip=pulumi.get(__ret__, 'high_speed_logging_server_ip'),
|
|
259
343
|
high_speed_logging_server_port=pulumi.get(__ret__, 'high_speed_logging_server_port'),
|
|
344
|
+
high_speed_logging_server_source_interface=pulumi.get(__ret__, 'high_speed_logging_server_source_interface'),
|
|
260
345
|
high_speed_logging_vpn=pulumi.get(__ret__, 'high_speed_logging_vpn'),
|
|
261
346
|
id=pulumi.get(__ret__, 'id'),
|
|
347
|
+
imcp_unreachable_allow=pulumi.get(__ret__, 'imcp_unreachable_allow'),
|
|
262
348
|
loggings=pulumi.get(__ret__, 'loggings'),
|
|
263
349
|
match_statistics_per_filter=pulumi.get(__ret__, 'match_statistics_per_filter'),
|
|
350
|
+
max_incomplete_icmp_limit=pulumi.get(__ret__, 'max_incomplete_icmp_limit'),
|
|
351
|
+
max_incomplete_tcp_limit=pulumi.get(__ret__, 'max_incomplete_tcp_limit'),
|
|
352
|
+
max_incomplete_udp_limit=pulumi.get(__ret__, 'max_incomplete_udp_limit'),
|
|
264
353
|
mode=pulumi.get(__ret__, 'mode'),
|
|
265
354
|
name=pulumi.get(__ret__, 'name'),
|
|
355
|
+
session_reclassify_allow=pulumi.get(__ret__, 'session_reclassify_allow'),
|
|
266
356
|
tcp_syn_flood_limit=pulumi.get(__ret__, 'tcp_syn_flood_limit'),
|
|
357
|
+
unified_logging=pulumi.get(__ret__, 'unified_logging'),
|
|
267
358
|
use_case=pulumi.get(__ret__, 'use_case'),
|
|
268
359
|
version=pulumi.get(__ret__, 'version'))
|
|
269
360
|
def get_security_policy_output(id: Optional[pulumi.Input[str]] = None,
|
|
@@ -295,12 +386,19 @@ def get_security_policy_output(id: Optional[pulumi.Input[str]] = None,
|
|
|
295
386
|
failure_mode=pulumi.get(__response__, 'failure_mode'),
|
|
296
387
|
high_speed_logging_server_ip=pulumi.get(__response__, 'high_speed_logging_server_ip'),
|
|
297
388
|
high_speed_logging_server_port=pulumi.get(__response__, 'high_speed_logging_server_port'),
|
|
389
|
+
high_speed_logging_server_source_interface=pulumi.get(__response__, 'high_speed_logging_server_source_interface'),
|
|
298
390
|
high_speed_logging_vpn=pulumi.get(__response__, 'high_speed_logging_vpn'),
|
|
299
391
|
id=pulumi.get(__response__, 'id'),
|
|
392
|
+
imcp_unreachable_allow=pulumi.get(__response__, 'imcp_unreachable_allow'),
|
|
300
393
|
loggings=pulumi.get(__response__, 'loggings'),
|
|
301
394
|
match_statistics_per_filter=pulumi.get(__response__, 'match_statistics_per_filter'),
|
|
395
|
+
max_incomplete_icmp_limit=pulumi.get(__response__, 'max_incomplete_icmp_limit'),
|
|
396
|
+
max_incomplete_tcp_limit=pulumi.get(__response__, 'max_incomplete_tcp_limit'),
|
|
397
|
+
max_incomplete_udp_limit=pulumi.get(__response__, 'max_incomplete_udp_limit'),
|
|
302
398
|
mode=pulumi.get(__response__, 'mode'),
|
|
303
399
|
name=pulumi.get(__response__, 'name'),
|
|
400
|
+
session_reclassify_allow=pulumi.get(__response__, 'session_reclassify_allow'),
|
|
304
401
|
tcp_syn_flood_limit=pulumi.get(__response__, 'tcp_syn_flood_limit'),
|
|
402
|
+
unified_logging=pulumi.get(__response__, 'unified_logging'),
|
|
305
403
|
use_case=pulumi.get(__response__, 'use_case'),
|
|
306
404
|
version=pulumi.get(__response__, 'version')))
|