pulumi-sdwan 0.6.0a1760684516__py3-none-any.whl → 0.6.0a1762412463__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.
- pulumi_sdwan/__init__.py +70 -0
- pulumi_sdwan/_inputs.py +146 -22
- pulumi_sdwan/application_aware_routing_policy_definition.py +192 -0
- pulumi_sdwan/application_priority_qos_policy.py +34 -0
- pulumi_sdwan/application_priority_traffic_policy_policy.py +50 -0
- pulumi_sdwan/as_path_list_policy_object.py +22 -0
- pulumi_sdwan/cedge_aaa_feature_template.py +162 -0
- pulumi_sdwan/cedge_igmp_feature_template.py +34 -0
- pulumi_sdwan/cedge_pim_feature_template.py +80 -0
- pulumi_sdwan/cellular_controller_feature_template.py +40 -0
- pulumi_sdwan/cflowd_policy_definition.py +52 -0
- pulumi_sdwan/cisco_bfd_feature_template.py +40 -0
- pulumi_sdwan/cisco_dhcp_server_feature_template.py +60 -0
- pulumi_sdwan/cisco_ntp_feature_template.py +52 -0
- pulumi_sdwan/cisco_omp_feature_template.py +60 -0
- pulumi_sdwan/cisco_ospf_feature_template.py +122 -0
- pulumi_sdwan/cisco_ospfv3_feature_template.py +222 -0
- pulumi_sdwan/cisco_secure_internet_gateway_feature_template.py +166 -0
- pulumi_sdwan/cisco_security_feature_template.py +84 -0
- pulumi_sdwan/cisco_snmp_feature_template.py +92 -0
- pulumi_sdwan/cisco_system_feature_template.py +114 -0
- pulumi_sdwan/cisco_thousandeyes_feature_template.py +46 -0
- pulumi_sdwan/cisco_trustsec_feature_template.py +72 -0
- pulumi_sdwan/cisco_vpn_interface_feature_template.py +370 -0
- pulumi_sdwan/cisco_vpn_interface_gre_feature_template.py +56 -0
- pulumi_sdwan/cisco_wireless_lan_feature_template.py +62 -0
- pulumi_sdwan/custom_control_topology_policy_definition.py +56 -0
- pulumi_sdwan/eigrp_feature_template.py +68 -0
- pulumi_sdwan/get_application_aware_routing_policy_definition.py +43 -1
- pulumi_sdwan/get_policy_object_security_protocol_list.py +174 -0
- pulumi_sdwan/get_policy_object_unified_advanced_inspection_profile.py +217 -0
- pulumi_sdwan/get_policy_object_unified_advanced_malware_protection.py +239 -0
- pulumi_sdwan/get_policy_object_unified_intrusion_prevention.py +229 -0
- pulumi_sdwan/get_policy_object_unified_tls_ssl_decryption.py +325 -0
- pulumi_sdwan/get_policy_object_unified_tls_ssl_profile.py +261 -0
- pulumi_sdwan/get_policy_object_unified_url_filtering.py +272 -0
- pulumi_sdwan/hub_and_spoke_topology_policy_definition.py +46 -0
- pulumi_sdwan/intrusion_prevention_policy_definition.py +38 -0
- pulumi_sdwan/ips_signature_list_policy_object.py +24 -0
- pulumi_sdwan/ipv4_acl_policy_definition.py +52 -0
- pulumi_sdwan/ipv4_device_acl_policy_definition.py +46 -0
- pulumi_sdwan/ipv6_acl_policy_definition.py +52 -0
- pulumi_sdwan/ipv6_device_acl_policy_definition.py +46 -0
- pulumi_sdwan/mesh_topology_policy_definition.py +28 -0
- pulumi_sdwan/other_thousandeyes_feature.py +44 -0
- pulumi_sdwan/other_ucse_feature.py +48 -0
- pulumi_sdwan/outputs.py +172 -17
- pulumi_sdwan/policy_object_as_path_list.py +28 -0
- pulumi_sdwan/policy_object_data_ipv4_prefix_list.py +28 -0
- pulumi_sdwan/policy_object_data_ipv6_prefix_list.py +28 -0
- pulumi_sdwan/policy_object_extended_community_list.py +26 -0
- pulumi_sdwan/policy_object_ipv4_prefix_list.py +32 -0
- pulumi_sdwan/policy_object_ipv6_prefix_list.py +32 -0
- pulumi_sdwan/policy_object_mirror.py +28 -0
- pulumi_sdwan/policy_object_policer.py +30 -0
- pulumi_sdwan/policy_object_security_data_ipv4_prefix_list.py +26 -0
- pulumi_sdwan/policy_object_security_ips_signature.py +28 -0
- pulumi_sdwan/policy_object_security_local_domain_list.py +26 -0
- pulumi_sdwan/policy_object_security_protocol_list.py +363 -0
- pulumi_sdwan/policy_object_security_scalable_group_tag_list.py +28 -0
- pulumi_sdwan/policy_object_sla_class_list.py +34 -0
- pulumi_sdwan/policy_object_standard_community_list.py +26 -0
- pulumi_sdwan/policy_object_tloc_list.py +32 -0
- pulumi_sdwan/policy_object_unified_advanced_inspection_profile.py +514 -0
- pulumi_sdwan/policy_object_unified_advanced_malware_protection.py +668 -0
- pulumi_sdwan/policy_object_unified_intrusion_prevention.py +576 -0
- pulumi_sdwan/policy_object_unified_tls_ssl_decryption.py +985 -0
- pulumi_sdwan/policy_object_unified_tls_ssl_profile.py +689 -0
- pulumi_sdwan/policy_object_unified_url_filtering.py +761 -0
- pulumi_sdwan/pulumi-plugin.json +1 -1
- pulumi_sdwan/qos_map_policy_definition.py +36 -0
- pulumi_sdwan/region_list_policy_object.py +22 -0
- pulumi_sdwan/rewrite_rule_policy_definition.py +30 -0
- pulumi_sdwan/route_policy_definition.py +50 -0
- pulumi_sdwan/rule_set_policy_definition.py +44 -0
- pulumi_sdwan/security_app_hosting_feature_template.py +42 -0
- pulumi_sdwan/security_policy.py +40 -0
- pulumi_sdwan/service_dhcp_server_feature.py +54 -0
- pulumi_sdwan/service_ipv4_acl_feature.py +60 -0
- pulumi_sdwan/service_lan_vpn_interface_ethernet_feature.py +170 -0
- pulumi_sdwan/service_lan_vpn_interface_svi_feature.py +148 -0
- pulumi_sdwan/service_multicast_feature.py +124 -0
- pulumi_sdwan/service_object_tracker_group_feature.py +30 -0
- pulumi_sdwan/service_routing_bgp_feature.py +194 -0
- pulumi_sdwan/service_routing_eigrp_feature.py +62 -0
- pulumi_sdwan/service_routing_ospf_feature.py +110 -0
- pulumi_sdwan/service_routing_ospfv3_ipv4_feature.py +102 -0
- pulumi_sdwan/service_routing_ospfv3_ipv6_feature.py +98 -0
- pulumi_sdwan/service_switchport_feature.py +78 -0
- pulumi_sdwan/service_tracker_group_feature.py +28 -0
- pulumi_sdwan/service_wireless_lan_feature.py +52 -0
- pulumi_sdwan/site_list_policy_object.py +22 -0
- pulumi_sdwan/system_basic_feature.py +94 -0
- pulumi_sdwan/system_bfd_feature.py +40 -0
- pulumi_sdwan/system_ipv4_device_access_feature.py +34 -0
- pulumi_sdwan/system_ipv6_device_access_feature.py +34 -0
- pulumi_sdwan/system_logging_feature.py +72 -0
- pulumi_sdwan/system_ntp_feature.py +52 -0
- pulumi_sdwan/system_security_feature.py +70 -0
- pulumi_sdwan/system_snmp_feature.py +94 -0
- pulumi_sdwan/tloc_list_policy_object.py +28 -0
- pulumi_sdwan/traffic_data_policy_definition.py +50 -0
- pulumi_sdwan/transport_ipv4_acl_feature.py +60 -0
- pulumi_sdwan/transport_ipv6_tracker_group_feature.py +30 -0
- pulumi_sdwan/transport_management_vpn_feature.py +72 -0
- pulumi_sdwan/transport_management_vpn_interface_ethernet_feature.py +84 -0
- pulumi_sdwan/transport_routing_bgp_feature.py +202 -0
- pulumi_sdwan/transport_routing_ospf_feature.py +110 -0
- pulumi_sdwan/transport_routing_ospfv3_ipv4_feature.py +102 -0
- pulumi_sdwan/transport_routing_ospfv3_ipv6_feature.py +98 -0
- pulumi_sdwan/transport_t1_e1_controller_feature.py +52 -0
- pulumi_sdwan/transport_tracker_group_feature.py +28 -0
- pulumi_sdwan/transport_wan_vpn_feature.py +92 -0
- pulumi_sdwan/transport_wan_vpn_interface_cellular_feature.py +152 -0
- pulumi_sdwan/transport_wan_vpn_interface_ethernet_feature.py +228 -0
- pulumi_sdwan/url_filtering_policy_definition.py +42 -0
- pulumi_sdwan/vpn_interface_cellular_feature_template.py +216 -0
- pulumi_sdwan/vpn_interface_dsl_ipoe_feature_template.py +238 -0
- pulumi_sdwan/vpn_interface_dsl_pppoa_feature_template.py +252 -0
- pulumi_sdwan/vpn_interface_dsl_pppoe_feature_template.py +236 -0
- pulumi_sdwan/vpn_interface_ethernet_pppoe_feature_template.py +216 -0
- pulumi_sdwan/vpn_interface_svi_feature_template.py +164 -0
- pulumi_sdwan/vpn_interface_t1_e1_serial_feature_template.py +160 -0
- pulumi_sdwan/vpn_list_policy_object.py +22 -0
- pulumi_sdwan/vpn_membership_policy_definition.py +26 -0
- pulumi_sdwan/zone_based_firewall_policy_definition.py +56 -0
- {pulumi_sdwan-0.6.0a1760684516.dist-info → pulumi_sdwan-0.6.0a1762412463.dist-info}/METADATA +1 -1
- {pulumi_sdwan-0.6.0a1760684516.dist-info → pulumi_sdwan-0.6.0a1762412463.dist-info}/RECORD +130 -116
- {pulumi_sdwan-0.6.0a1760684516.dist-info → pulumi_sdwan-0.6.0a1762412463.dist-info}/WHEEL +0 -0
- {pulumi_sdwan-0.6.0a1760684516.dist-info → pulumi_sdwan-0.6.0a1762412463.dist-info}/top_level.txt +0 -0
|
@@ -1165,6 +1165,34 @@ class CiscoVpnInterfaceGreFeatureTemplate(pulumi.CustomResource):
|
|
|
1165
1165
|
|
|
1166
1166
|
## Example Usage
|
|
1167
1167
|
|
|
1168
|
+
```python
|
|
1169
|
+
import pulumi
|
|
1170
|
+
import pulumi_sdwan as sdwan
|
|
1171
|
+
|
|
1172
|
+
example = sdwan.CiscoVpnInterfaceGreFeatureTemplate("example",
|
|
1173
|
+
name="Example",
|
|
1174
|
+
description="My Example",
|
|
1175
|
+
device_types=["vedge-C8000V"],
|
|
1176
|
+
interface_name="gre0/0",
|
|
1177
|
+
interface_description="My Description",
|
|
1178
|
+
ip_address="1.1.1.1/24",
|
|
1179
|
+
tunnel_source="1.2.3.4",
|
|
1180
|
+
shutdown=True,
|
|
1181
|
+
tunnel_source_interface="e1",
|
|
1182
|
+
tunnel_destination="3.4.5.6",
|
|
1183
|
+
application="sig",
|
|
1184
|
+
ip_mtu=1500,
|
|
1185
|
+
tcp_mss_adjust=1400,
|
|
1186
|
+
clear_dont_fragment=True,
|
|
1187
|
+
rewrite_rule="ACL1",
|
|
1188
|
+
access_lists=[{
|
|
1189
|
+
"direction": "in",
|
|
1190
|
+
"acl_name": "ACL2",
|
|
1191
|
+
}],
|
|
1192
|
+
trackers=["TRACKER1"],
|
|
1193
|
+
tunnel_route_via="g0/0")
|
|
1194
|
+
```
|
|
1195
|
+
|
|
1168
1196
|
## Import
|
|
1169
1197
|
|
|
1170
1198
|
The `pulumi import` command can be used, for example:
|
|
@@ -1228,6 +1256,34 @@ class CiscoVpnInterfaceGreFeatureTemplate(pulumi.CustomResource):
|
|
|
1228
1256
|
|
|
1229
1257
|
## Example Usage
|
|
1230
1258
|
|
|
1259
|
+
```python
|
|
1260
|
+
import pulumi
|
|
1261
|
+
import pulumi_sdwan as sdwan
|
|
1262
|
+
|
|
1263
|
+
example = sdwan.CiscoVpnInterfaceGreFeatureTemplate("example",
|
|
1264
|
+
name="Example",
|
|
1265
|
+
description="My Example",
|
|
1266
|
+
device_types=["vedge-C8000V"],
|
|
1267
|
+
interface_name="gre0/0",
|
|
1268
|
+
interface_description="My Description",
|
|
1269
|
+
ip_address="1.1.1.1/24",
|
|
1270
|
+
tunnel_source="1.2.3.4",
|
|
1271
|
+
shutdown=True,
|
|
1272
|
+
tunnel_source_interface="e1",
|
|
1273
|
+
tunnel_destination="3.4.5.6",
|
|
1274
|
+
application="sig",
|
|
1275
|
+
ip_mtu=1500,
|
|
1276
|
+
tcp_mss_adjust=1400,
|
|
1277
|
+
clear_dont_fragment=True,
|
|
1278
|
+
rewrite_rule="ACL1",
|
|
1279
|
+
access_lists=[{
|
|
1280
|
+
"direction": "in",
|
|
1281
|
+
"acl_name": "ACL2",
|
|
1282
|
+
}],
|
|
1283
|
+
trackers=["TRACKER1"],
|
|
1284
|
+
tunnel_route_via="g0/0")
|
|
1285
|
+
```
|
|
1286
|
+
|
|
1231
1287
|
## Import
|
|
1232
1288
|
|
|
1233
1289
|
The `pulumi import` command can be used, for example:
|
|
@@ -765,6 +765,37 @@ class CiscoWirelessLanFeatureTemplate(pulumi.CustomResource):
|
|
|
765
765
|
|
|
766
766
|
## Example Usage
|
|
767
767
|
|
|
768
|
+
```python
|
|
769
|
+
import pulumi
|
|
770
|
+
import pulumi_sdwan as sdwan
|
|
771
|
+
|
|
772
|
+
example = sdwan.CiscoWirelessLanFeatureTemplate("example",
|
|
773
|
+
name="Example",
|
|
774
|
+
description="My Example",
|
|
775
|
+
device_types=["vedge-C8000V"],
|
|
776
|
+
shutdown24ghz=False,
|
|
777
|
+
shutdown5ghz=False,
|
|
778
|
+
ssids=[{
|
|
779
|
+
"wireless_network_name": "WLAN1",
|
|
780
|
+
"admin_state": False,
|
|
781
|
+
"broadcast_ssid": True,
|
|
782
|
+
"vlan_id": 1,
|
|
783
|
+
"radio_type": "24ghz",
|
|
784
|
+
"security_type": "enterprise",
|
|
785
|
+
"radius_server_ip": "1.2.3.4",
|
|
786
|
+
"radius_server_port": 1812,
|
|
787
|
+
"radius_server_secret": "MySecret1",
|
|
788
|
+
"passphrase": "passphrase",
|
|
789
|
+
"qos_profile": "silver",
|
|
790
|
+
}],
|
|
791
|
+
country="AE",
|
|
792
|
+
username="user1",
|
|
793
|
+
password="myPassword01",
|
|
794
|
+
controller_ip_address="0.0.0.0",
|
|
795
|
+
controller_subnet_mask="0.0.0.0",
|
|
796
|
+
controller_default_gateway="0.0.0.0")
|
|
797
|
+
```
|
|
798
|
+
|
|
768
799
|
## Import
|
|
769
800
|
|
|
770
801
|
The `pulumi import` command can be used, for example:
|
|
@@ -815,6 +846,37 @@ class CiscoWirelessLanFeatureTemplate(pulumi.CustomResource):
|
|
|
815
846
|
|
|
816
847
|
## Example Usage
|
|
817
848
|
|
|
849
|
+
```python
|
|
850
|
+
import pulumi
|
|
851
|
+
import pulumi_sdwan as sdwan
|
|
852
|
+
|
|
853
|
+
example = sdwan.CiscoWirelessLanFeatureTemplate("example",
|
|
854
|
+
name="Example",
|
|
855
|
+
description="My Example",
|
|
856
|
+
device_types=["vedge-C8000V"],
|
|
857
|
+
shutdown24ghz=False,
|
|
858
|
+
shutdown5ghz=False,
|
|
859
|
+
ssids=[{
|
|
860
|
+
"wireless_network_name": "WLAN1",
|
|
861
|
+
"admin_state": False,
|
|
862
|
+
"broadcast_ssid": True,
|
|
863
|
+
"vlan_id": 1,
|
|
864
|
+
"radio_type": "24ghz",
|
|
865
|
+
"security_type": "enterprise",
|
|
866
|
+
"radius_server_ip": "1.2.3.4",
|
|
867
|
+
"radius_server_port": 1812,
|
|
868
|
+
"radius_server_secret": "MySecret1",
|
|
869
|
+
"passphrase": "passphrase",
|
|
870
|
+
"qos_profile": "silver",
|
|
871
|
+
}],
|
|
872
|
+
country="AE",
|
|
873
|
+
username="user1",
|
|
874
|
+
password="myPassword01",
|
|
875
|
+
controller_ip_address="0.0.0.0",
|
|
876
|
+
controller_subnet_mask="0.0.0.0",
|
|
877
|
+
controller_default_gateway="0.0.0.0")
|
|
878
|
+
```
|
|
879
|
+
|
|
818
880
|
## Import
|
|
819
881
|
|
|
820
882
|
The `pulumi import` command can be used, for example:
|
|
@@ -213,6 +213,34 @@ class CustomControlTopologyPolicyDefinition(pulumi.CustomResource):
|
|
|
213
213
|
|
|
214
214
|
## Example Usage
|
|
215
215
|
|
|
216
|
+
```python
|
|
217
|
+
import pulumi
|
|
218
|
+
import pulumi_sdwan as sdwan
|
|
219
|
+
|
|
220
|
+
example = sdwan.CustomControlTopologyPolicyDefinition("example",
|
|
221
|
+
name="Example",
|
|
222
|
+
description="My description",
|
|
223
|
+
default_action="reject",
|
|
224
|
+
sequences=[{
|
|
225
|
+
"id": 1,
|
|
226
|
+
"name": "Region1",
|
|
227
|
+
"type": "route",
|
|
228
|
+
"ip_type": "ipv4",
|
|
229
|
+
"base_action": "accept",
|
|
230
|
+
"match_entries": [{
|
|
231
|
+
"type": "ompTag",
|
|
232
|
+
"omp_tag": 100,
|
|
233
|
+
}],
|
|
234
|
+
"action_entries": [{
|
|
235
|
+
"type": "set",
|
|
236
|
+
"set_parameters": [{
|
|
237
|
+
"type": "preference",
|
|
238
|
+
"preference": 100,
|
|
239
|
+
}],
|
|
240
|
+
}],
|
|
241
|
+
}])
|
|
242
|
+
```
|
|
243
|
+
|
|
216
244
|
## Import
|
|
217
245
|
|
|
218
246
|
The `pulumi import` command can be used, for example:
|
|
@@ -240,6 +268,34 @@ class CustomControlTopologyPolicyDefinition(pulumi.CustomResource):
|
|
|
240
268
|
|
|
241
269
|
## Example Usage
|
|
242
270
|
|
|
271
|
+
```python
|
|
272
|
+
import pulumi
|
|
273
|
+
import pulumi_sdwan as sdwan
|
|
274
|
+
|
|
275
|
+
example = sdwan.CustomControlTopologyPolicyDefinition("example",
|
|
276
|
+
name="Example",
|
|
277
|
+
description="My description",
|
|
278
|
+
default_action="reject",
|
|
279
|
+
sequences=[{
|
|
280
|
+
"id": 1,
|
|
281
|
+
"name": "Region1",
|
|
282
|
+
"type": "route",
|
|
283
|
+
"ip_type": "ipv4",
|
|
284
|
+
"base_action": "accept",
|
|
285
|
+
"match_entries": [{
|
|
286
|
+
"type": "ompTag",
|
|
287
|
+
"omp_tag": 100,
|
|
288
|
+
}],
|
|
289
|
+
"action_entries": [{
|
|
290
|
+
"type": "set",
|
|
291
|
+
"set_parameters": [{
|
|
292
|
+
"type": "preference",
|
|
293
|
+
"preference": 100,
|
|
294
|
+
}],
|
|
295
|
+
}],
|
|
296
|
+
}])
|
|
297
|
+
```
|
|
298
|
+
|
|
243
299
|
## Import
|
|
244
300
|
|
|
245
301
|
The `pulumi import` command can be used, for example:
|
|
@@ -769,6 +769,40 @@ class EigrpFeatureTemplate(pulumi.CustomResource):
|
|
|
769
769
|
|
|
770
770
|
## Example Usage
|
|
771
771
|
|
|
772
|
+
```python
|
|
773
|
+
import pulumi
|
|
774
|
+
import pulumi_sdwan as sdwan
|
|
775
|
+
|
|
776
|
+
example = sdwan.EigrpFeatureTemplate("example",
|
|
777
|
+
name="Example",
|
|
778
|
+
description="My Example",
|
|
779
|
+
device_types=["vedge-C8000V"],
|
|
780
|
+
as_number=1,
|
|
781
|
+
address_families=[{
|
|
782
|
+
"type": "ipv4",
|
|
783
|
+
"redistributes": [{
|
|
784
|
+
"protocol": "bgp",
|
|
785
|
+
"route_policy": "1.2.3.4",
|
|
786
|
+
}],
|
|
787
|
+
"networks": [{
|
|
788
|
+
"prefix": "1.2.3.4/24",
|
|
789
|
+
}],
|
|
790
|
+
}],
|
|
791
|
+
hello_interval=5,
|
|
792
|
+
hold_time=15,
|
|
793
|
+
route_policy_name="RP1",
|
|
794
|
+
filter=False,
|
|
795
|
+
authentication_type="hmac-sha-256",
|
|
796
|
+
hmac_authentication_key="myAuthKey",
|
|
797
|
+
interfaces=[{
|
|
798
|
+
"interface_name": "Ethernet1",
|
|
799
|
+
"shutdown": False,
|
|
800
|
+
"summary_addresses": [{
|
|
801
|
+
"prefix": "1.2.3.4/24",
|
|
802
|
+
}],
|
|
803
|
+
}])
|
|
804
|
+
```
|
|
805
|
+
|
|
772
806
|
## Import
|
|
773
807
|
|
|
774
808
|
The `pulumi import` command can be used, for example:
|
|
@@ -820,6 +854,40 @@ class EigrpFeatureTemplate(pulumi.CustomResource):
|
|
|
820
854
|
|
|
821
855
|
## Example Usage
|
|
822
856
|
|
|
857
|
+
```python
|
|
858
|
+
import pulumi
|
|
859
|
+
import pulumi_sdwan as sdwan
|
|
860
|
+
|
|
861
|
+
example = sdwan.EigrpFeatureTemplate("example",
|
|
862
|
+
name="Example",
|
|
863
|
+
description="My Example",
|
|
864
|
+
device_types=["vedge-C8000V"],
|
|
865
|
+
as_number=1,
|
|
866
|
+
address_families=[{
|
|
867
|
+
"type": "ipv4",
|
|
868
|
+
"redistributes": [{
|
|
869
|
+
"protocol": "bgp",
|
|
870
|
+
"route_policy": "1.2.3.4",
|
|
871
|
+
}],
|
|
872
|
+
"networks": [{
|
|
873
|
+
"prefix": "1.2.3.4/24",
|
|
874
|
+
}],
|
|
875
|
+
}],
|
|
876
|
+
hello_interval=5,
|
|
877
|
+
hold_time=15,
|
|
878
|
+
route_policy_name="RP1",
|
|
879
|
+
filter=False,
|
|
880
|
+
authentication_type="hmac-sha-256",
|
|
881
|
+
hmac_authentication_key="myAuthKey",
|
|
882
|
+
interfaces=[{
|
|
883
|
+
"interface_name": "Ethernet1",
|
|
884
|
+
"shutdown": False,
|
|
885
|
+
"summary_addresses": [{
|
|
886
|
+
"prefix": "1.2.3.4/24",
|
|
887
|
+
}],
|
|
888
|
+
}])
|
|
889
|
+
```
|
|
890
|
+
|
|
823
891
|
## Import
|
|
824
892
|
|
|
825
893
|
The `pulumi import` command can be used, for example:
|
|
@@ -27,7 +27,16 @@ class GetApplicationAwareRoutingPolicyDefinitionResult:
|
|
|
27
27
|
"""
|
|
28
28
|
A collection of values returned by getApplicationAwareRoutingPolicyDefinition.
|
|
29
29
|
"""
|
|
30
|
-
def __init__(__self__, description=None, id=None, name=None, sequences=None, type=None, version=None):
|
|
30
|
+
def __init__(__self__, default_action=None, default_action_sla_class_list_id=None, default_action_sla_class_list_version=None, description=None, id=None, name=None, sequences=None, type=None, version=None):
|
|
31
|
+
if default_action and not isinstance(default_action, str):
|
|
32
|
+
raise TypeError("Expected argument 'default_action' to be a str")
|
|
33
|
+
pulumi.set(__self__, "default_action", default_action)
|
|
34
|
+
if default_action_sla_class_list_id and not isinstance(default_action_sla_class_list_id, str):
|
|
35
|
+
raise TypeError("Expected argument 'default_action_sla_class_list_id' to be a str")
|
|
36
|
+
pulumi.set(__self__, "default_action_sla_class_list_id", default_action_sla_class_list_id)
|
|
37
|
+
if default_action_sla_class_list_version and not isinstance(default_action_sla_class_list_version, int):
|
|
38
|
+
raise TypeError("Expected argument 'default_action_sla_class_list_version' to be a int")
|
|
39
|
+
pulumi.set(__self__, "default_action_sla_class_list_version", default_action_sla_class_list_version)
|
|
31
40
|
if description and not isinstance(description, str):
|
|
32
41
|
raise TypeError("Expected argument 'description' to be a str")
|
|
33
42
|
pulumi.set(__self__, "description", description)
|
|
@@ -47,6 +56,30 @@ class GetApplicationAwareRoutingPolicyDefinitionResult:
|
|
|
47
56
|
raise TypeError("Expected argument 'version' to be a int")
|
|
48
57
|
pulumi.set(__self__, "version", version)
|
|
49
58
|
|
|
59
|
+
@_builtins.property
|
|
60
|
+
@pulumi.getter(name="defaultAction")
|
|
61
|
+
def default_action(self) -> _builtins.str:
|
|
62
|
+
"""
|
|
63
|
+
Type of default action
|
|
64
|
+
"""
|
|
65
|
+
return pulumi.get(self, "default_action")
|
|
66
|
+
|
|
67
|
+
@_builtins.property
|
|
68
|
+
@pulumi.getter(name="defaultActionSlaClassListId")
|
|
69
|
+
def default_action_sla_class_list_id(self) -> _builtins.str:
|
|
70
|
+
"""
|
|
71
|
+
SLA class list ID
|
|
72
|
+
"""
|
|
73
|
+
return pulumi.get(self, "default_action_sla_class_list_id")
|
|
74
|
+
|
|
75
|
+
@_builtins.property
|
|
76
|
+
@pulumi.getter(name="defaultActionSlaClassListVersion")
|
|
77
|
+
def default_action_sla_class_list_version(self) -> _builtins.int:
|
|
78
|
+
"""
|
|
79
|
+
SLA class list version
|
|
80
|
+
"""
|
|
81
|
+
return pulumi.get(self, "default_action_sla_class_list_version")
|
|
82
|
+
|
|
50
83
|
@_builtins.property
|
|
51
84
|
@pulumi.getter
|
|
52
85
|
def description(self) -> _builtins.str:
|
|
@@ -102,6 +135,9 @@ class AwaitableGetApplicationAwareRoutingPolicyDefinitionResult(GetApplicationAw
|
|
|
102
135
|
if False:
|
|
103
136
|
yield self
|
|
104
137
|
return GetApplicationAwareRoutingPolicyDefinitionResult(
|
|
138
|
+
default_action=self.default_action,
|
|
139
|
+
default_action_sla_class_list_id=self.default_action_sla_class_list_id,
|
|
140
|
+
default_action_sla_class_list_version=self.default_action_sla_class_list_version,
|
|
105
141
|
description=self.description,
|
|
106
142
|
id=self.id,
|
|
107
143
|
name=self.name,
|
|
@@ -133,6 +169,9 @@ def get_application_aware_routing_policy_definition(id: Optional[_builtins.str]
|
|
|
133
169
|
__ret__ = pulumi.runtime.invoke('sdwan:index/getApplicationAwareRoutingPolicyDefinition:getApplicationAwareRoutingPolicyDefinition', __args__, opts=opts, typ=GetApplicationAwareRoutingPolicyDefinitionResult).value
|
|
134
170
|
|
|
135
171
|
return AwaitableGetApplicationAwareRoutingPolicyDefinitionResult(
|
|
172
|
+
default_action=pulumi.get(__ret__, 'default_action'),
|
|
173
|
+
default_action_sla_class_list_id=pulumi.get(__ret__, 'default_action_sla_class_list_id'),
|
|
174
|
+
default_action_sla_class_list_version=pulumi.get(__ret__, 'default_action_sla_class_list_version'),
|
|
136
175
|
description=pulumi.get(__ret__, 'description'),
|
|
137
176
|
id=pulumi.get(__ret__, 'id'),
|
|
138
177
|
name=pulumi.get(__ret__, 'name'),
|
|
@@ -161,6 +200,9 @@ def get_application_aware_routing_policy_definition_output(id: Optional[pulumi.I
|
|
|
161
200
|
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
162
201
|
__ret__ = pulumi.runtime.invoke_output('sdwan:index/getApplicationAwareRoutingPolicyDefinition:getApplicationAwareRoutingPolicyDefinition', __args__, opts=opts, typ=GetApplicationAwareRoutingPolicyDefinitionResult)
|
|
163
202
|
return __ret__.apply(lambda __response__: GetApplicationAwareRoutingPolicyDefinitionResult(
|
|
203
|
+
default_action=pulumi.get(__response__, 'default_action'),
|
|
204
|
+
default_action_sla_class_list_id=pulumi.get(__response__, 'default_action_sla_class_list_id'),
|
|
205
|
+
default_action_sla_class_list_version=pulumi.get(__response__, 'default_action_sla_class_list_version'),
|
|
164
206
|
description=pulumi.get(__response__, 'description'),
|
|
165
207
|
id=pulumi.get(__response__, 'id'),
|
|
166
208
|
name=pulumi.get(__response__, 'name'),
|
|
@@ -0,0 +1,174 @@
|
|
|
1
|
+
# coding=utf-8
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
|
|
5
|
+
import builtins as _builtins
|
|
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
|
+
'GetPolicyObjectSecurityProtocolListResult',
|
|
20
|
+
'AwaitableGetPolicyObjectSecurityProtocolListResult',
|
|
21
|
+
'get_policy_object_security_protocol_list',
|
|
22
|
+
'get_policy_object_security_protocol_list_output',
|
|
23
|
+
]
|
|
24
|
+
|
|
25
|
+
@pulumi.output_type
|
|
26
|
+
class GetPolicyObjectSecurityProtocolListResult:
|
|
27
|
+
"""
|
|
28
|
+
A collection of values returned by getPolicyObjectSecurityProtocolList.
|
|
29
|
+
"""
|
|
30
|
+
def __init__(__self__, description=None, entries=None, feature_profile_id=None, id=None, name=None, version=None):
|
|
31
|
+
if description and not isinstance(description, str):
|
|
32
|
+
raise TypeError("Expected argument 'description' to be a str")
|
|
33
|
+
pulumi.set(__self__, "description", description)
|
|
34
|
+
if entries and not isinstance(entries, list):
|
|
35
|
+
raise TypeError("Expected argument 'entries' to be a list")
|
|
36
|
+
pulumi.set(__self__, "entries", entries)
|
|
37
|
+
if feature_profile_id and not isinstance(feature_profile_id, str):
|
|
38
|
+
raise TypeError("Expected argument 'feature_profile_id' to be a str")
|
|
39
|
+
pulumi.set(__self__, "feature_profile_id", feature_profile_id)
|
|
40
|
+
if id and not isinstance(id, str):
|
|
41
|
+
raise TypeError("Expected argument 'id' to be a str")
|
|
42
|
+
pulumi.set(__self__, "id", id)
|
|
43
|
+
if name and not isinstance(name, str):
|
|
44
|
+
raise TypeError("Expected argument 'name' to be a str")
|
|
45
|
+
pulumi.set(__self__, "name", name)
|
|
46
|
+
if version and not isinstance(version, int):
|
|
47
|
+
raise TypeError("Expected argument 'version' to be a int")
|
|
48
|
+
pulumi.set(__self__, "version", version)
|
|
49
|
+
|
|
50
|
+
@_builtins.property
|
|
51
|
+
@pulumi.getter
|
|
52
|
+
def description(self) -> _builtins.str:
|
|
53
|
+
"""
|
|
54
|
+
The description of the Policy_object
|
|
55
|
+
"""
|
|
56
|
+
return pulumi.get(self, "description")
|
|
57
|
+
|
|
58
|
+
@_builtins.property
|
|
59
|
+
@pulumi.getter
|
|
60
|
+
def entries(self) -> Sequence['outputs.GetPolicyObjectSecurityProtocolListEntryResult']:
|
|
61
|
+
return pulumi.get(self, "entries")
|
|
62
|
+
|
|
63
|
+
@_builtins.property
|
|
64
|
+
@pulumi.getter(name="featureProfileId")
|
|
65
|
+
def feature_profile_id(self) -> _builtins.str:
|
|
66
|
+
"""
|
|
67
|
+
Feature Profile ID
|
|
68
|
+
"""
|
|
69
|
+
return pulumi.get(self, "feature_profile_id")
|
|
70
|
+
|
|
71
|
+
@_builtins.property
|
|
72
|
+
@pulumi.getter
|
|
73
|
+
def id(self) -> _builtins.str:
|
|
74
|
+
"""
|
|
75
|
+
The id of the Policy_object
|
|
76
|
+
"""
|
|
77
|
+
return pulumi.get(self, "id")
|
|
78
|
+
|
|
79
|
+
@_builtins.property
|
|
80
|
+
@pulumi.getter
|
|
81
|
+
def name(self) -> _builtins.str:
|
|
82
|
+
"""
|
|
83
|
+
The name of the Policy_object
|
|
84
|
+
"""
|
|
85
|
+
return pulumi.get(self, "name")
|
|
86
|
+
|
|
87
|
+
@_builtins.property
|
|
88
|
+
@pulumi.getter
|
|
89
|
+
def version(self) -> _builtins.int:
|
|
90
|
+
"""
|
|
91
|
+
The version of the Policy_object
|
|
92
|
+
"""
|
|
93
|
+
return pulumi.get(self, "version")
|
|
94
|
+
|
|
95
|
+
|
|
96
|
+
class AwaitableGetPolicyObjectSecurityProtocolListResult(GetPolicyObjectSecurityProtocolListResult):
|
|
97
|
+
# pylint: disable=using-constant-test
|
|
98
|
+
def __await__(self):
|
|
99
|
+
if False:
|
|
100
|
+
yield self
|
|
101
|
+
return GetPolicyObjectSecurityProtocolListResult(
|
|
102
|
+
description=self.description,
|
|
103
|
+
entries=self.entries,
|
|
104
|
+
feature_profile_id=self.feature_profile_id,
|
|
105
|
+
id=self.id,
|
|
106
|
+
name=self.name,
|
|
107
|
+
version=self.version)
|
|
108
|
+
|
|
109
|
+
|
|
110
|
+
def get_policy_object_security_protocol_list(feature_profile_id: Optional[_builtins.str] = None,
|
|
111
|
+
id: Optional[_builtins.str] = None,
|
|
112
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetPolicyObjectSecurityProtocolListResult:
|
|
113
|
+
"""
|
|
114
|
+
This data source can read the Policy Object Security Protocol List Policy_object.
|
|
115
|
+
|
|
116
|
+
## Example Usage
|
|
117
|
+
|
|
118
|
+
```python
|
|
119
|
+
import pulumi
|
|
120
|
+
import pulumi_sdwan as sdwan
|
|
121
|
+
|
|
122
|
+
example = sdwan.get_policy_object_security_protocol_list(id="f6b2c44c-693c-4763-b010-895aa3d236bd",
|
|
123
|
+
feature_profile_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac")
|
|
124
|
+
```
|
|
125
|
+
|
|
126
|
+
|
|
127
|
+
:param _builtins.str feature_profile_id: Feature Profile ID
|
|
128
|
+
:param _builtins.str id: The id of the Policy_object
|
|
129
|
+
"""
|
|
130
|
+
__args__ = dict()
|
|
131
|
+
__args__['featureProfileId'] = feature_profile_id
|
|
132
|
+
__args__['id'] = id
|
|
133
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
134
|
+
__ret__ = pulumi.runtime.invoke('sdwan:index/getPolicyObjectSecurityProtocolList:getPolicyObjectSecurityProtocolList', __args__, opts=opts, typ=GetPolicyObjectSecurityProtocolListResult).value
|
|
135
|
+
|
|
136
|
+
return AwaitableGetPolicyObjectSecurityProtocolListResult(
|
|
137
|
+
description=pulumi.get(__ret__, 'description'),
|
|
138
|
+
entries=pulumi.get(__ret__, 'entries'),
|
|
139
|
+
feature_profile_id=pulumi.get(__ret__, 'feature_profile_id'),
|
|
140
|
+
id=pulumi.get(__ret__, 'id'),
|
|
141
|
+
name=pulumi.get(__ret__, 'name'),
|
|
142
|
+
version=pulumi.get(__ret__, 'version'))
|
|
143
|
+
def get_policy_object_security_protocol_list_output(feature_profile_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
144
|
+
id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
145
|
+
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetPolicyObjectSecurityProtocolListResult]:
|
|
146
|
+
"""
|
|
147
|
+
This data source can read the Policy Object Security Protocol List Policy_object.
|
|
148
|
+
|
|
149
|
+
## Example Usage
|
|
150
|
+
|
|
151
|
+
```python
|
|
152
|
+
import pulumi
|
|
153
|
+
import pulumi_sdwan as sdwan
|
|
154
|
+
|
|
155
|
+
example = sdwan.get_policy_object_security_protocol_list(id="f6b2c44c-693c-4763-b010-895aa3d236bd",
|
|
156
|
+
feature_profile_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac")
|
|
157
|
+
```
|
|
158
|
+
|
|
159
|
+
|
|
160
|
+
:param _builtins.str feature_profile_id: Feature Profile ID
|
|
161
|
+
:param _builtins.str id: The id of the Policy_object
|
|
162
|
+
"""
|
|
163
|
+
__args__ = dict()
|
|
164
|
+
__args__['featureProfileId'] = feature_profile_id
|
|
165
|
+
__args__['id'] = id
|
|
166
|
+
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
167
|
+
__ret__ = pulumi.runtime.invoke_output('sdwan:index/getPolicyObjectSecurityProtocolList:getPolicyObjectSecurityProtocolList', __args__, opts=opts, typ=GetPolicyObjectSecurityProtocolListResult)
|
|
168
|
+
return __ret__.apply(lambda __response__: GetPolicyObjectSecurityProtocolListResult(
|
|
169
|
+
description=pulumi.get(__response__, 'description'),
|
|
170
|
+
entries=pulumi.get(__response__, 'entries'),
|
|
171
|
+
feature_profile_id=pulumi.get(__response__, 'feature_profile_id'),
|
|
172
|
+
id=pulumi.get(__response__, 'id'),
|
|
173
|
+
name=pulumi.get(__response__, 'name'),
|
|
174
|
+
version=pulumi.get(__response__, 'version')))
|