pulumi-sdwan 0.3.0a1743057086__py3-none-any.whl → 0.4.0a1743489278__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.0a1743057086.dist-info → pulumi_sdwan-0.4.0a1743489278.dist-info}/METADATA +1 -1
- {pulumi_sdwan-0.3.0a1743057086.dist-info → pulumi_sdwan-0.4.0a1743489278.dist-info}/RECORD +69 -65
- {pulumi_sdwan-0.3.0a1743057086.dist-info → pulumi_sdwan-0.4.0a1743489278.dist-info}/WHEEL +0 -0
- {pulumi_sdwan-0.3.0a1743057086.dist-info → pulumi_sdwan-0.4.0a1743489278.dist-info}/top_level.txt +0 -0
|
@@ -26,7 +26,7 @@ class GetTransportWanVpnInterfaceEthernetFeatureAssociateIpv6TrackerGroupFeature
|
|
|
26
26
|
"""
|
|
27
27
|
A collection of values returned by getTransportWanVpnInterfaceEthernetFeatureAssociateIpv6TrackerGroupFeature.
|
|
28
28
|
"""
|
|
29
|
-
def __init__(__self__, feature_profile_id=None, id=None, transport_ipv6_tracker_group_feature_id=None, transport_wan_vpn_feature_id=None, transport_wan_vpn_interface_ethernet_feature_id=None):
|
|
29
|
+
def __init__(__self__, feature_profile_id=None, id=None, transport_ipv6_tracker_group_feature_id=None, transport_wan_vpn_feature_id=None, transport_wan_vpn_interface_ethernet_feature_id=None, version=None):
|
|
30
30
|
if feature_profile_id and not isinstance(feature_profile_id, str):
|
|
31
31
|
raise TypeError("Expected argument 'feature_profile_id' to be a str")
|
|
32
32
|
pulumi.set(__self__, "feature_profile_id", feature_profile_id)
|
|
@@ -42,6 +42,9 @@ class GetTransportWanVpnInterfaceEthernetFeatureAssociateIpv6TrackerGroupFeature
|
|
|
42
42
|
if transport_wan_vpn_interface_ethernet_feature_id and not isinstance(transport_wan_vpn_interface_ethernet_feature_id, str):
|
|
43
43
|
raise TypeError("Expected argument 'transport_wan_vpn_interface_ethernet_feature_id' to be a str")
|
|
44
44
|
pulumi.set(__self__, "transport_wan_vpn_interface_ethernet_feature_id", transport_wan_vpn_interface_ethernet_feature_id)
|
|
45
|
+
if version and not isinstance(version, int):
|
|
46
|
+
raise TypeError("Expected argument 'version' to be a int")
|
|
47
|
+
pulumi.set(__self__, "version", version)
|
|
45
48
|
|
|
46
49
|
@property
|
|
47
50
|
@pulumi.getter(name="featureProfileId")
|
|
@@ -83,6 +86,14 @@ class GetTransportWanVpnInterfaceEthernetFeatureAssociateIpv6TrackerGroupFeature
|
|
|
83
86
|
"""
|
|
84
87
|
return pulumi.get(self, "transport_wan_vpn_interface_ethernet_feature_id")
|
|
85
88
|
|
|
89
|
+
@property
|
|
90
|
+
@pulumi.getter
|
|
91
|
+
def version(self) -> int:
|
|
92
|
+
"""
|
|
93
|
+
The version of the object
|
|
94
|
+
"""
|
|
95
|
+
return pulumi.get(self, "version")
|
|
96
|
+
|
|
86
97
|
|
|
87
98
|
class AwaitableGetTransportWanVpnInterfaceEthernetFeatureAssociateIpv6TrackerGroupFeatureResult(GetTransportWanVpnInterfaceEthernetFeatureAssociateIpv6TrackerGroupFeatureResult):
|
|
88
99
|
# pylint: disable=using-constant-test
|
|
@@ -94,7 +105,8 @@ class AwaitableGetTransportWanVpnInterfaceEthernetFeatureAssociateIpv6TrackerGro
|
|
|
94
105
|
id=self.id,
|
|
95
106
|
transport_ipv6_tracker_group_feature_id=self.transport_ipv6_tracker_group_feature_id,
|
|
96
107
|
transport_wan_vpn_feature_id=self.transport_wan_vpn_feature_id,
|
|
97
|
-
transport_wan_vpn_interface_ethernet_feature_id=self.transport_wan_vpn_interface_ethernet_feature_id
|
|
108
|
+
transport_wan_vpn_interface_ethernet_feature_id=self.transport_wan_vpn_interface_ethernet_feature_id,
|
|
109
|
+
version=self.version)
|
|
98
110
|
|
|
99
111
|
|
|
100
112
|
def get_transport_wan_vpn_interface_ethernet_feature_associate_ipv6_tracker_group_feature(feature_profile_id: Optional[str] = None,
|
|
@@ -136,7 +148,8 @@ def get_transport_wan_vpn_interface_ethernet_feature_associate_ipv6_tracker_grou
|
|
|
136
148
|
id=pulumi.get(__ret__, 'id'),
|
|
137
149
|
transport_ipv6_tracker_group_feature_id=pulumi.get(__ret__, 'transport_ipv6_tracker_group_feature_id'),
|
|
138
150
|
transport_wan_vpn_feature_id=pulumi.get(__ret__, 'transport_wan_vpn_feature_id'),
|
|
139
|
-
transport_wan_vpn_interface_ethernet_feature_id=pulumi.get(__ret__, 'transport_wan_vpn_interface_ethernet_feature_id')
|
|
151
|
+
transport_wan_vpn_interface_ethernet_feature_id=pulumi.get(__ret__, 'transport_wan_vpn_interface_ethernet_feature_id'),
|
|
152
|
+
version=pulumi.get(__ret__, 'version'))
|
|
140
153
|
def get_transport_wan_vpn_interface_ethernet_feature_associate_ipv6_tracker_group_feature_output(feature_profile_id: Optional[pulumi.Input[str]] = None,
|
|
141
154
|
id: Optional[pulumi.Input[str]] = None,
|
|
142
155
|
transport_wan_vpn_feature_id: Optional[pulumi.Input[str]] = None,
|
|
@@ -175,4 +188,5 @@ def get_transport_wan_vpn_interface_ethernet_feature_associate_ipv6_tracker_grou
|
|
|
175
188
|
id=pulumi.get(__response__, 'id'),
|
|
176
189
|
transport_ipv6_tracker_group_feature_id=pulumi.get(__response__, 'transport_ipv6_tracker_group_feature_id'),
|
|
177
190
|
transport_wan_vpn_feature_id=pulumi.get(__response__, 'transport_wan_vpn_feature_id'),
|
|
178
|
-
transport_wan_vpn_interface_ethernet_feature_id=pulumi.get(__response__, 'transport_wan_vpn_interface_ethernet_feature_id')
|
|
191
|
+
transport_wan_vpn_interface_ethernet_feature_id=pulumi.get(__response__, 'transport_wan_vpn_interface_ethernet_feature_id'),
|
|
192
|
+
version=pulumi.get(__response__, 'version')))
|
|
@@ -26,7 +26,7 @@ class GetTransportWanVpnInterfaceEthernetFeatureAssociateTrackerFeatureResult:
|
|
|
26
26
|
"""
|
|
27
27
|
A collection of values returned by getTransportWanVpnInterfaceEthernetFeatureAssociateTrackerFeature.
|
|
28
28
|
"""
|
|
29
|
-
def __init__(__self__, feature_profile_id=None, id=None, transport_tracker_feature_id=None, transport_wan_vpn_feature_id=None, transport_wan_vpn_interface_ethernet_feature_id=None):
|
|
29
|
+
def __init__(__self__, feature_profile_id=None, id=None, transport_tracker_feature_id=None, transport_wan_vpn_feature_id=None, transport_wan_vpn_interface_ethernet_feature_id=None, version=None):
|
|
30
30
|
if feature_profile_id and not isinstance(feature_profile_id, str):
|
|
31
31
|
raise TypeError("Expected argument 'feature_profile_id' to be a str")
|
|
32
32
|
pulumi.set(__self__, "feature_profile_id", feature_profile_id)
|
|
@@ -42,6 +42,9 @@ class GetTransportWanVpnInterfaceEthernetFeatureAssociateTrackerFeatureResult:
|
|
|
42
42
|
if transport_wan_vpn_interface_ethernet_feature_id and not isinstance(transport_wan_vpn_interface_ethernet_feature_id, str):
|
|
43
43
|
raise TypeError("Expected argument 'transport_wan_vpn_interface_ethernet_feature_id' to be a str")
|
|
44
44
|
pulumi.set(__self__, "transport_wan_vpn_interface_ethernet_feature_id", transport_wan_vpn_interface_ethernet_feature_id)
|
|
45
|
+
if version and not isinstance(version, int):
|
|
46
|
+
raise TypeError("Expected argument 'version' to be a int")
|
|
47
|
+
pulumi.set(__self__, "version", version)
|
|
45
48
|
|
|
46
49
|
@property
|
|
47
50
|
@pulumi.getter(name="featureProfileId")
|
|
@@ -83,6 +86,14 @@ class GetTransportWanVpnInterfaceEthernetFeatureAssociateTrackerFeatureResult:
|
|
|
83
86
|
"""
|
|
84
87
|
return pulumi.get(self, "transport_wan_vpn_interface_ethernet_feature_id")
|
|
85
88
|
|
|
89
|
+
@property
|
|
90
|
+
@pulumi.getter
|
|
91
|
+
def version(self) -> int:
|
|
92
|
+
"""
|
|
93
|
+
The version of the object
|
|
94
|
+
"""
|
|
95
|
+
return pulumi.get(self, "version")
|
|
96
|
+
|
|
86
97
|
|
|
87
98
|
class AwaitableGetTransportWanVpnInterfaceEthernetFeatureAssociateTrackerFeatureResult(GetTransportWanVpnInterfaceEthernetFeatureAssociateTrackerFeatureResult):
|
|
88
99
|
# pylint: disable=using-constant-test
|
|
@@ -94,7 +105,8 @@ class AwaitableGetTransportWanVpnInterfaceEthernetFeatureAssociateTrackerFeature
|
|
|
94
105
|
id=self.id,
|
|
95
106
|
transport_tracker_feature_id=self.transport_tracker_feature_id,
|
|
96
107
|
transport_wan_vpn_feature_id=self.transport_wan_vpn_feature_id,
|
|
97
|
-
transport_wan_vpn_interface_ethernet_feature_id=self.transport_wan_vpn_interface_ethernet_feature_id
|
|
108
|
+
transport_wan_vpn_interface_ethernet_feature_id=self.transport_wan_vpn_interface_ethernet_feature_id,
|
|
109
|
+
version=self.version)
|
|
98
110
|
|
|
99
111
|
|
|
100
112
|
def get_transport_wan_vpn_interface_ethernet_feature_associate_tracker_feature(feature_profile_id: Optional[str] = None,
|
|
@@ -136,7 +148,8 @@ def get_transport_wan_vpn_interface_ethernet_feature_associate_tracker_feature(f
|
|
|
136
148
|
id=pulumi.get(__ret__, 'id'),
|
|
137
149
|
transport_tracker_feature_id=pulumi.get(__ret__, 'transport_tracker_feature_id'),
|
|
138
150
|
transport_wan_vpn_feature_id=pulumi.get(__ret__, 'transport_wan_vpn_feature_id'),
|
|
139
|
-
transport_wan_vpn_interface_ethernet_feature_id=pulumi.get(__ret__, 'transport_wan_vpn_interface_ethernet_feature_id')
|
|
151
|
+
transport_wan_vpn_interface_ethernet_feature_id=pulumi.get(__ret__, 'transport_wan_vpn_interface_ethernet_feature_id'),
|
|
152
|
+
version=pulumi.get(__ret__, 'version'))
|
|
140
153
|
def get_transport_wan_vpn_interface_ethernet_feature_associate_tracker_feature_output(feature_profile_id: Optional[pulumi.Input[str]] = None,
|
|
141
154
|
id: Optional[pulumi.Input[str]] = None,
|
|
142
155
|
transport_wan_vpn_feature_id: Optional[pulumi.Input[str]] = None,
|
|
@@ -175,4 +188,5 @@ def get_transport_wan_vpn_interface_ethernet_feature_associate_tracker_feature_o
|
|
|
175
188
|
id=pulumi.get(__response__, 'id'),
|
|
176
189
|
transport_tracker_feature_id=pulumi.get(__response__, 'transport_tracker_feature_id'),
|
|
177
190
|
transport_wan_vpn_feature_id=pulumi.get(__response__, 'transport_wan_vpn_feature_id'),
|
|
178
|
-
transport_wan_vpn_interface_ethernet_feature_id=pulumi.get(__response__, 'transport_wan_vpn_interface_ethernet_feature_id')
|
|
191
|
+
transport_wan_vpn_interface_ethernet_feature_id=pulumi.get(__response__, 'transport_wan_vpn_interface_ethernet_feature_id'),
|
|
192
|
+
version=pulumi.get(__response__, 'version')))
|
pulumi_sdwan/get_transport_wan_vpn_interface_ethernet_feature_associate_tracker_group_feature.py
CHANGED
|
@@ -26,7 +26,7 @@ class GetTransportWanVpnInterfaceEthernetFeatureAssociateTrackerGroupFeatureResu
|
|
|
26
26
|
"""
|
|
27
27
|
A collection of values returned by getTransportWanVpnInterfaceEthernetFeatureAssociateTrackerGroupFeature.
|
|
28
28
|
"""
|
|
29
|
-
def __init__(__self__, feature_profile_id=None, id=None, transport_tracker_group_feature_id=None, transport_wan_vpn_feature_id=None, transport_wan_vpn_interface_ethernet_feature_id=None):
|
|
29
|
+
def __init__(__self__, feature_profile_id=None, id=None, transport_tracker_group_feature_id=None, transport_wan_vpn_feature_id=None, transport_wan_vpn_interface_ethernet_feature_id=None, version=None):
|
|
30
30
|
if feature_profile_id and not isinstance(feature_profile_id, str):
|
|
31
31
|
raise TypeError("Expected argument 'feature_profile_id' to be a str")
|
|
32
32
|
pulumi.set(__self__, "feature_profile_id", feature_profile_id)
|
|
@@ -42,6 +42,9 @@ class GetTransportWanVpnInterfaceEthernetFeatureAssociateTrackerGroupFeatureResu
|
|
|
42
42
|
if transport_wan_vpn_interface_ethernet_feature_id and not isinstance(transport_wan_vpn_interface_ethernet_feature_id, str):
|
|
43
43
|
raise TypeError("Expected argument 'transport_wan_vpn_interface_ethernet_feature_id' to be a str")
|
|
44
44
|
pulumi.set(__self__, "transport_wan_vpn_interface_ethernet_feature_id", transport_wan_vpn_interface_ethernet_feature_id)
|
|
45
|
+
if version and not isinstance(version, int):
|
|
46
|
+
raise TypeError("Expected argument 'version' to be a int")
|
|
47
|
+
pulumi.set(__self__, "version", version)
|
|
45
48
|
|
|
46
49
|
@property
|
|
47
50
|
@pulumi.getter(name="featureProfileId")
|
|
@@ -83,6 +86,14 @@ class GetTransportWanVpnInterfaceEthernetFeatureAssociateTrackerGroupFeatureResu
|
|
|
83
86
|
"""
|
|
84
87
|
return pulumi.get(self, "transport_wan_vpn_interface_ethernet_feature_id")
|
|
85
88
|
|
|
89
|
+
@property
|
|
90
|
+
@pulumi.getter
|
|
91
|
+
def version(self) -> int:
|
|
92
|
+
"""
|
|
93
|
+
The version of the object
|
|
94
|
+
"""
|
|
95
|
+
return pulumi.get(self, "version")
|
|
96
|
+
|
|
86
97
|
|
|
87
98
|
class AwaitableGetTransportWanVpnInterfaceEthernetFeatureAssociateTrackerGroupFeatureResult(GetTransportWanVpnInterfaceEthernetFeatureAssociateTrackerGroupFeatureResult):
|
|
88
99
|
# pylint: disable=using-constant-test
|
|
@@ -94,7 +105,8 @@ class AwaitableGetTransportWanVpnInterfaceEthernetFeatureAssociateTrackerGroupFe
|
|
|
94
105
|
id=self.id,
|
|
95
106
|
transport_tracker_group_feature_id=self.transport_tracker_group_feature_id,
|
|
96
107
|
transport_wan_vpn_feature_id=self.transport_wan_vpn_feature_id,
|
|
97
|
-
transport_wan_vpn_interface_ethernet_feature_id=self.transport_wan_vpn_interface_ethernet_feature_id
|
|
108
|
+
transport_wan_vpn_interface_ethernet_feature_id=self.transport_wan_vpn_interface_ethernet_feature_id,
|
|
109
|
+
version=self.version)
|
|
98
110
|
|
|
99
111
|
|
|
100
112
|
def get_transport_wan_vpn_interface_ethernet_feature_associate_tracker_group_feature(feature_profile_id: Optional[str] = None,
|
|
@@ -136,7 +148,8 @@ def get_transport_wan_vpn_interface_ethernet_feature_associate_tracker_group_fea
|
|
|
136
148
|
id=pulumi.get(__ret__, 'id'),
|
|
137
149
|
transport_tracker_group_feature_id=pulumi.get(__ret__, 'transport_tracker_group_feature_id'),
|
|
138
150
|
transport_wan_vpn_feature_id=pulumi.get(__ret__, 'transport_wan_vpn_feature_id'),
|
|
139
|
-
transport_wan_vpn_interface_ethernet_feature_id=pulumi.get(__ret__, 'transport_wan_vpn_interface_ethernet_feature_id')
|
|
151
|
+
transport_wan_vpn_interface_ethernet_feature_id=pulumi.get(__ret__, 'transport_wan_vpn_interface_ethernet_feature_id'),
|
|
152
|
+
version=pulumi.get(__ret__, 'version'))
|
|
140
153
|
def get_transport_wan_vpn_interface_ethernet_feature_associate_tracker_group_feature_output(feature_profile_id: Optional[pulumi.Input[str]] = None,
|
|
141
154
|
id: Optional[pulumi.Input[str]] = None,
|
|
142
155
|
transport_wan_vpn_feature_id: Optional[pulumi.Input[str]] = None,
|
|
@@ -175,4 +188,5 @@ def get_transport_wan_vpn_interface_ethernet_feature_associate_tracker_group_fea
|
|
|
175
188
|
id=pulumi.get(__response__, 'id'),
|
|
176
189
|
transport_tracker_group_feature_id=pulumi.get(__response__, 'transport_tracker_group_feature_id'),
|
|
177
190
|
transport_wan_vpn_feature_id=pulumi.get(__response__, 'transport_wan_vpn_feature_id'),
|
|
178
|
-
transport_wan_vpn_interface_ethernet_feature_id=pulumi.get(__response__, 'transport_wan_vpn_interface_ethernet_feature_id')
|
|
191
|
+
transport_wan_vpn_interface_ethernet_feature_id=pulumi.get(__response__, 'transport_wan_vpn_interface_ethernet_feature_id'),
|
|
192
|
+
version=pulumi.get(__response__, 'version')))
|
|
@@ -26,7 +26,7 @@ class GetTransportWanVpnInterfaceGreFeatureAssociateTrackerFeatureResult:
|
|
|
26
26
|
"""
|
|
27
27
|
A collection of values returned by getTransportWanVpnInterfaceGreFeatureAssociateTrackerFeature.
|
|
28
28
|
"""
|
|
29
|
-
def __init__(__self__, feature_profile_id=None, id=None, transport_tracker_feature_id=None, transport_wan_vpn_feature_id=None, transport_wan_vpn_interface_gre_feature_id=None):
|
|
29
|
+
def __init__(__self__, feature_profile_id=None, id=None, transport_tracker_feature_id=None, transport_wan_vpn_feature_id=None, transport_wan_vpn_interface_gre_feature_id=None, version=None):
|
|
30
30
|
if feature_profile_id and not isinstance(feature_profile_id, str):
|
|
31
31
|
raise TypeError("Expected argument 'feature_profile_id' to be a str")
|
|
32
32
|
pulumi.set(__self__, "feature_profile_id", feature_profile_id)
|
|
@@ -42,6 +42,9 @@ class GetTransportWanVpnInterfaceGreFeatureAssociateTrackerFeatureResult:
|
|
|
42
42
|
if transport_wan_vpn_interface_gre_feature_id and not isinstance(transport_wan_vpn_interface_gre_feature_id, str):
|
|
43
43
|
raise TypeError("Expected argument 'transport_wan_vpn_interface_gre_feature_id' to be a str")
|
|
44
44
|
pulumi.set(__self__, "transport_wan_vpn_interface_gre_feature_id", transport_wan_vpn_interface_gre_feature_id)
|
|
45
|
+
if version and not isinstance(version, int):
|
|
46
|
+
raise TypeError("Expected argument 'version' to be a int")
|
|
47
|
+
pulumi.set(__self__, "version", version)
|
|
45
48
|
|
|
46
49
|
@property
|
|
47
50
|
@pulumi.getter(name="featureProfileId")
|
|
@@ -83,6 +86,14 @@ class GetTransportWanVpnInterfaceGreFeatureAssociateTrackerFeatureResult:
|
|
|
83
86
|
"""
|
|
84
87
|
return pulumi.get(self, "transport_wan_vpn_interface_gre_feature_id")
|
|
85
88
|
|
|
89
|
+
@property
|
|
90
|
+
@pulumi.getter
|
|
91
|
+
def version(self) -> int:
|
|
92
|
+
"""
|
|
93
|
+
The version of the object
|
|
94
|
+
"""
|
|
95
|
+
return pulumi.get(self, "version")
|
|
96
|
+
|
|
86
97
|
|
|
87
98
|
class AwaitableGetTransportWanVpnInterfaceGreFeatureAssociateTrackerFeatureResult(GetTransportWanVpnInterfaceGreFeatureAssociateTrackerFeatureResult):
|
|
88
99
|
# pylint: disable=using-constant-test
|
|
@@ -94,7 +105,8 @@ class AwaitableGetTransportWanVpnInterfaceGreFeatureAssociateTrackerFeatureResul
|
|
|
94
105
|
id=self.id,
|
|
95
106
|
transport_tracker_feature_id=self.transport_tracker_feature_id,
|
|
96
107
|
transport_wan_vpn_feature_id=self.transport_wan_vpn_feature_id,
|
|
97
|
-
transport_wan_vpn_interface_gre_feature_id=self.transport_wan_vpn_interface_gre_feature_id
|
|
108
|
+
transport_wan_vpn_interface_gre_feature_id=self.transport_wan_vpn_interface_gre_feature_id,
|
|
109
|
+
version=self.version)
|
|
98
110
|
|
|
99
111
|
|
|
100
112
|
def get_transport_wan_vpn_interface_gre_feature_associate_tracker_feature(feature_profile_id: Optional[str] = None,
|
|
@@ -136,7 +148,8 @@ def get_transport_wan_vpn_interface_gre_feature_associate_tracker_feature(featur
|
|
|
136
148
|
id=pulumi.get(__ret__, 'id'),
|
|
137
149
|
transport_tracker_feature_id=pulumi.get(__ret__, 'transport_tracker_feature_id'),
|
|
138
150
|
transport_wan_vpn_feature_id=pulumi.get(__ret__, 'transport_wan_vpn_feature_id'),
|
|
139
|
-
transport_wan_vpn_interface_gre_feature_id=pulumi.get(__ret__, 'transport_wan_vpn_interface_gre_feature_id')
|
|
151
|
+
transport_wan_vpn_interface_gre_feature_id=pulumi.get(__ret__, 'transport_wan_vpn_interface_gre_feature_id'),
|
|
152
|
+
version=pulumi.get(__ret__, 'version'))
|
|
140
153
|
def get_transport_wan_vpn_interface_gre_feature_associate_tracker_feature_output(feature_profile_id: Optional[pulumi.Input[str]] = None,
|
|
141
154
|
id: Optional[pulumi.Input[str]] = None,
|
|
142
155
|
transport_wan_vpn_feature_id: Optional[pulumi.Input[str]] = None,
|
|
@@ -175,4 +188,5 @@ def get_transport_wan_vpn_interface_gre_feature_associate_tracker_feature_output
|
|
|
175
188
|
id=pulumi.get(__response__, 'id'),
|
|
176
189
|
transport_tracker_feature_id=pulumi.get(__response__, 'transport_tracker_feature_id'),
|
|
177
190
|
transport_wan_vpn_feature_id=pulumi.get(__response__, 'transport_wan_vpn_feature_id'),
|
|
178
|
-
transport_wan_vpn_interface_gre_feature_id=pulumi.get(__response__, 'transport_wan_vpn_interface_gre_feature_id')
|
|
191
|
+
transport_wan_vpn_interface_gre_feature_id=pulumi.get(__response__, 'transport_wan_vpn_interface_gre_feature_id'),
|
|
192
|
+
version=pulumi.get(__response__, 'version')))
|
|
@@ -26,7 +26,7 @@ class GetTransportWanVpnInterfaceIpsecFeatureAssociateTrackerFeatureResult:
|
|
|
26
26
|
"""
|
|
27
27
|
A collection of values returned by getTransportWanVpnInterfaceIpsecFeatureAssociateTrackerFeature.
|
|
28
28
|
"""
|
|
29
|
-
def __init__(__self__, feature_profile_id=None, id=None, transport_tracker_feature_id=None, transport_wan_vpn_feature_id=None, transport_wan_vpn_interface_ipsec_feature_id=None):
|
|
29
|
+
def __init__(__self__, feature_profile_id=None, id=None, transport_tracker_feature_id=None, transport_wan_vpn_feature_id=None, transport_wan_vpn_interface_ipsec_feature_id=None, version=None):
|
|
30
30
|
if feature_profile_id and not isinstance(feature_profile_id, str):
|
|
31
31
|
raise TypeError("Expected argument 'feature_profile_id' to be a str")
|
|
32
32
|
pulumi.set(__self__, "feature_profile_id", feature_profile_id)
|
|
@@ -42,6 +42,9 @@ class GetTransportWanVpnInterfaceIpsecFeatureAssociateTrackerFeatureResult:
|
|
|
42
42
|
if transport_wan_vpn_interface_ipsec_feature_id and not isinstance(transport_wan_vpn_interface_ipsec_feature_id, str):
|
|
43
43
|
raise TypeError("Expected argument 'transport_wan_vpn_interface_ipsec_feature_id' to be a str")
|
|
44
44
|
pulumi.set(__self__, "transport_wan_vpn_interface_ipsec_feature_id", transport_wan_vpn_interface_ipsec_feature_id)
|
|
45
|
+
if version and not isinstance(version, int):
|
|
46
|
+
raise TypeError("Expected argument 'version' to be a int")
|
|
47
|
+
pulumi.set(__self__, "version", version)
|
|
45
48
|
|
|
46
49
|
@property
|
|
47
50
|
@pulumi.getter(name="featureProfileId")
|
|
@@ -83,6 +86,14 @@ class GetTransportWanVpnInterfaceIpsecFeatureAssociateTrackerFeatureResult:
|
|
|
83
86
|
"""
|
|
84
87
|
return pulumi.get(self, "transport_wan_vpn_interface_ipsec_feature_id")
|
|
85
88
|
|
|
89
|
+
@property
|
|
90
|
+
@pulumi.getter
|
|
91
|
+
def version(self) -> int:
|
|
92
|
+
"""
|
|
93
|
+
The version of the object
|
|
94
|
+
"""
|
|
95
|
+
return pulumi.get(self, "version")
|
|
96
|
+
|
|
86
97
|
|
|
87
98
|
class AwaitableGetTransportWanVpnInterfaceIpsecFeatureAssociateTrackerFeatureResult(GetTransportWanVpnInterfaceIpsecFeatureAssociateTrackerFeatureResult):
|
|
88
99
|
# pylint: disable=using-constant-test
|
|
@@ -94,7 +105,8 @@ class AwaitableGetTransportWanVpnInterfaceIpsecFeatureAssociateTrackerFeatureRes
|
|
|
94
105
|
id=self.id,
|
|
95
106
|
transport_tracker_feature_id=self.transport_tracker_feature_id,
|
|
96
107
|
transport_wan_vpn_feature_id=self.transport_wan_vpn_feature_id,
|
|
97
|
-
transport_wan_vpn_interface_ipsec_feature_id=self.transport_wan_vpn_interface_ipsec_feature_id
|
|
108
|
+
transport_wan_vpn_interface_ipsec_feature_id=self.transport_wan_vpn_interface_ipsec_feature_id,
|
|
109
|
+
version=self.version)
|
|
98
110
|
|
|
99
111
|
|
|
100
112
|
def get_transport_wan_vpn_interface_ipsec_feature_associate_tracker_feature(feature_profile_id: Optional[str] = None,
|
|
@@ -136,7 +148,8 @@ def get_transport_wan_vpn_interface_ipsec_feature_associate_tracker_feature(feat
|
|
|
136
148
|
id=pulumi.get(__ret__, 'id'),
|
|
137
149
|
transport_tracker_feature_id=pulumi.get(__ret__, 'transport_tracker_feature_id'),
|
|
138
150
|
transport_wan_vpn_feature_id=pulumi.get(__ret__, 'transport_wan_vpn_feature_id'),
|
|
139
|
-
transport_wan_vpn_interface_ipsec_feature_id=pulumi.get(__ret__, 'transport_wan_vpn_interface_ipsec_feature_id')
|
|
151
|
+
transport_wan_vpn_interface_ipsec_feature_id=pulumi.get(__ret__, 'transport_wan_vpn_interface_ipsec_feature_id'),
|
|
152
|
+
version=pulumi.get(__ret__, 'version'))
|
|
140
153
|
def get_transport_wan_vpn_interface_ipsec_feature_associate_tracker_feature_output(feature_profile_id: Optional[pulumi.Input[str]] = None,
|
|
141
154
|
id: Optional[pulumi.Input[str]] = None,
|
|
142
155
|
transport_wan_vpn_feature_id: Optional[pulumi.Input[str]] = None,
|
|
@@ -175,4 +188,5 @@ def get_transport_wan_vpn_interface_ipsec_feature_associate_tracker_feature_outp
|
|
|
175
188
|
id=pulumi.get(__response__, 'id'),
|
|
176
189
|
transport_tracker_feature_id=pulumi.get(__response__, 'transport_tracker_feature_id'),
|
|
177
190
|
transport_wan_vpn_feature_id=pulumi.get(__response__, 'transport_wan_vpn_feature_id'),
|
|
178
|
-
transport_wan_vpn_interface_ipsec_feature_id=pulumi.get(__response__, 'transport_wan_vpn_interface_ipsec_feature_id')
|
|
191
|
+
transport_wan_vpn_interface_ipsec_feature_id=pulumi.get(__response__, 'transport_wan_vpn_interface_ipsec_feature_id'),
|
|
192
|
+
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
|
'GetUrlFilteringPolicyDefinitionResult',
|
|
@@ -26,7 +27,7 @@ class GetUrlFilteringPolicyDefinitionResult:
|
|
|
26
27
|
"""
|
|
27
28
|
A collection of values returned by getUrlFilteringPolicyDefinition.
|
|
28
29
|
"""
|
|
29
|
-
def __init__(__self__, alerts=None, allow_url_list_id=None, allow_url_list_version=None, block_page_action=None, block_page_contents=None, block_url_list_id=None, block_url_list_version=None, description=None, id=None, mode=None, name=None, target_vpns=None, version=None, web_categories=None, web_categories_action=None, web_reputation=None):
|
|
30
|
+
def __init__(__self__, alerts=None, allow_url_list_id=None, allow_url_list_version=None, block_page_action=None, block_page_contents=None, block_url_list_id=None, block_url_list_version=None, description=None, id=None, loggings=None, mode=None, name=None, target_vpns=None, version=None, web_categories=None, web_categories_action=None, web_reputation=None):
|
|
30
31
|
if alerts and not isinstance(alerts, list):
|
|
31
32
|
raise TypeError("Expected argument 'alerts' to be a list")
|
|
32
33
|
pulumi.set(__self__, "alerts", alerts)
|
|
@@ -54,6 +55,9 @@ class GetUrlFilteringPolicyDefinitionResult:
|
|
|
54
55
|
if id and not isinstance(id, str):
|
|
55
56
|
raise TypeError("Expected argument 'id' to be a str")
|
|
56
57
|
pulumi.set(__self__, "id", id)
|
|
58
|
+
if loggings and not isinstance(loggings, list):
|
|
59
|
+
raise TypeError("Expected argument 'loggings' to be a list")
|
|
60
|
+
pulumi.set(__self__, "loggings", loggings)
|
|
57
61
|
if mode and not isinstance(mode, str):
|
|
58
62
|
raise TypeError("Expected argument 'mode' to be a str")
|
|
59
63
|
pulumi.set(__self__, "mode", mode)
|
|
@@ -148,6 +152,11 @@ class GetUrlFilteringPolicyDefinitionResult:
|
|
|
148
152
|
"""
|
|
149
153
|
return pulumi.get(self, "id")
|
|
150
154
|
|
|
155
|
+
@property
|
|
156
|
+
@pulumi.getter
|
|
157
|
+
def loggings(self) -> Sequence['outputs.GetUrlFilteringPolicyDefinitionLoggingResult']:
|
|
158
|
+
return pulumi.get(self, "loggings")
|
|
159
|
+
|
|
151
160
|
@property
|
|
152
161
|
@pulumi.getter
|
|
153
162
|
def mode(self) -> str:
|
|
@@ -220,6 +229,7 @@ class AwaitableGetUrlFilteringPolicyDefinitionResult(GetUrlFilteringPolicyDefini
|
|
|
220
229
|
block_url_list_version=self.block_url_list_version,
|
|
221
230
|
description=self.description,
|
|
222
231
|
id=self.id,
|
|
232
|
+
loggings=self.loggings,
|
|
223
233
|
mode=self.mode,
|
|
224
234
|
name=self.name,
|
|
225
235
|
target_vpns=self.target_vpns,
|
|
@@ -261,6 +271,7 @@ def get_url_filtering_policy_definition(id: Optional[str] = None,
|
|
|
261
271
|
block_url_list_version=pulumi.get(__ret__, 'block_url_list_version'),
|
|
262
272
|
description=pulumi.get(__ret__, 'description'),
|
|
263
273
|
id=pulumi.get(__ret__, 'id'),
|
|
274
|
+
loggings=pulumi.get(__ret__, 'loggings'),
|
|
264
275
|
mode=pulumi.get(__ret__, 'mode'),
|
|
265
276
|
name=pulumi.get(__ret__, 'name'),
|
|
266
277
|
target_vpns=pulumi.get(__ret__, 'target_vpns'),
|
|
@@ -299,6 +310,7 @@ def get_url_filtering_policy_definition_output(id: Optional[pulumi.Input[str]] =
|
|
|
299
310
|
block_url_list_version=pulumi.get(__response__, 'block_url_list_version'),
|
|
300
311
|
description=pulumi.get(__response__, 'description'),
|
|
301
312
|
id=pulumi.get(__response__, 'id'),
|
|
313
|
+
loggings=pulumi.get(__response__, 'loggings'),
|
|
302
314
|
mode=pulumi.get(__response__, 'mode'),
|
|
303
315
|
name=pulumi.get(__response__, 'name'),
|
|
304
316
|
target_vpns=pulumi.get(__response__, 'target_vpns'),
|