pulumi-sdwan 0.2.0a1730384781__py3-none-any.whl → 0.2.0a1730451699__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.

Files changed (148) hide show
  1. pulumi_sdwan/__init__.py +300 -0
  2. pulumi_sdwan/_inputs.py +33470 -25249
  3. pulumi_sdwan/activate_centralized_policy.py +12 -0
  4. pulumi_sdwan/application_priority_feature_profile.py +2 -0
  5. pulumi_sdwan/application_priority_qos_policy.py +6 -2
  6. pulumi_sdwan/application_priority_traffic_policy_policy.py +471 -0
  7. pulumi_sdwan/attach_feature_device_template.py +16 -0
  8. pulumi_sdwan/cli_feature_profile.py +2 -0
  9. pulumi_sdwan/config/__init__.pyi +5 -5
  10. pulumi_sdwan/config/vars.py +5 -5
  11. pulumi_sdwan/configuration_group.py +108 -0
  12. pulumi_sdwan/dns_security_feature_profile.py +234 -0
  13. pulumi_sdwan/embedded_security_feature_profile.py +234 -0
  14. pulumi_sdwan/get_application_priority_traffic_policy_policy.py +210 -0
  15. pulumi_sdwan/get_configuration_group.py +29 -1
  16. pulumi_sdwan/get_dns_security_feature_profile.py +126 -0
  17. pulumi_sdwan/get_embedded_security_feature_profile.py +126 -0
  18. pulumi_sdwan/get_policy_object_app_probe_class.py +177 -0
  19. pulumi_sdwan/get_policy_object_application_list.py +177 -0
  20. pulumi_sdwan/get_policy_object_as_path_list.py +191 -0
  21. pulumi_sdwan/get_policy_object_feature_profile.py +30 -2
  22. pulumi_sdwan/get_policy_object_preferred_color_group.py +177 -0
  23. pulumi_sdwan/get_policy_object_security_data_ipv4_prefix_list.py +174 -0
  24. pulumi_sdwan/get_policy_object_security_fqdn_list.py +174 -0
  25. pulumi_sdwan/get_policy_object_security_geolocation_list.py +177 -0
  26. pulumi_sdwan/get_policy_object_security_identity_list.py +177 -0
  27. pulumi_sdwan/get_policy_object_security_ips_signature.py +177 -0
  28. pulumi_sdwan/get_policy_object_security_local_application_list.py +177 -0
  29. pulumi_sdwan/get_policy_object_security_local_domain_list.py +174 -0
  30. pulumi_sdwan/get_policy_object_security_port_list.py +177 -0
  31. pulumi_sdwan/get_policy_object_security_scalable_group_tag_list.py +174 -0
  32. pulumi_sdwan/get_policy_object_security_url_allow_list.py +177 -0
  33. pulumi_sdwan/get_policy_object_security_url_block_list.py +177 -0
  34. pulumi_sdwan/get_policy_object_sla_class_list.py +177 -0
  35. pulumi_sdwan/get_policy_object_standard_community_list.py +177 -0
  36. pulumi_sdwan/get_policy_object_vpn_group.py +177 -0
  37. pulumi_sdwan/get_service_ipv4_acl_feature.py +191 -0
  38. pulumi_sdwan/get_service_ipv6_acl_feature.py +191 -0
  39. pulumi_sdwan/get_service_multicast_feature.py +513 -0
  40. pulumi_sdwan/get_service_routing_eigrp_feature.py +398 -0
  41. pulumi_sdwan/get_service_wireless_lan_feature.py +415 -0
  42. pulumi_sdwan/get_sig_security_feature_profile.py +126 -0
  43. pulumi_sdwan/get_transport_ipv4_acl_feature.py +191 -0
  44. pulumi_sdwan/get_transport_ipv6_acl_feature.py +191 -0
  45. pulumi_sdwan/get_transport_management_vpn_interface_ethernet_feature.py +29 -1
  46. pulumi_sdwan/get_transport_t1_e1_controller_feature.py +219 -0
  47. pulumi_sdwan/get_transport_wan_vpn_interface_ethernet_feature.py +29 -1
  48. pulumi_sdwan/other_feature_profile.py +2 -0
  49. pulumi_sdwan/other_thousandeyes_feature.py +6 -2
  50. pulumi_sdwan/other_ucse_feature.py +40 -38
  51. pulumi_sdwan/outputs.py +57639 -47055
  52. pulumi_sdwan/policy_object_app_probe_class.py +341 -0
  53. pulumi_sdwan/policy_object_application_list.py +371 -0
  54. pulumi_sdwan/policy_object_as_path_list.py +389 -0
  55. pulumi_sdwan/policy_object_class_map.py +6 -2
  56. pulumi_sdwan/policy_object_color_list.py +6 -2
  57. pulumi_sdwan/policy_object_data_ipv4_prefix_list.py +6 -2
  58. pulumi_sdwan/policy_object_data_ipv6_prefix_list.py +6 -2
  59. pulumi_sdwan/policy_object_expanded_community_list.py +6 -2
  60. pulumi_sdwan/policy_object_extended_community_list.py +6 -2
  61. pulumi_sdwan/policy_object_feature_profile.py +2 -0
  62. pulumi_sdwan/policy_object_ipv4_prefix_list.py +6 -2
  63. pulumi_sdwan/policy_object_ipv6_prefix_list.py +6 -2
  64. pulumi_sdwan/policy_object_mirror.py +6 -2
  65. pulumi_sdwan/policy_object_policer.py +6 -2
  66. pulumi_sdwan/policy_object_preferred_color_group.py +341 -0
  67. pulumi_sdwan/policy_object_security_data_ipv4_prefix_list.py +328 -0
  68. pulumi_sdwan/policy_object_security_fqdn_list.py +358 -0
  69. pulumi_sdwan/policy_object_security_geolocation_list.py +371 -0
  70. pulumi_sdwan/policy_object_security_identity_list.py +370 -0
  71. pulumi_sdwan/policy_object_security_ips_signature.py +341 -0
  72. pulumi_sdwan/policy_object_security_local_application_list.py +370 -0
  73. pulumi_sdwan/policy_object_security_local_domain_list.py +328 -0
  74. pulumi_sdwan/policy_object_security_port_list.py +371 -0
  75. pulumi_sdwan/policy_object_security_scalable_group_tag_list.py +328 -0
  76. pulumi_sdwan/policy_object_security_url_allow_list.py +371 -0
  77. pulumi_sdwan/policy_object_security_url_block_list.py +371 -0
  78. pulumi_sdwan/policy_object_sla_class_list.py +341 -0
  79. pulumi_sdwan/policy_object_standard_community_list.py +341 -0
  80. pulumi_sdwan/policy_object_tloc_list.py +6 -2
  81. pulumi_sdwan/policy_object_vpn_group.py +371 -0
  82. pulumi_sdwan/provider.py +18 -18
  83. pulumi_sdwan/pulumi-plugin.json +1 -1
  84. pulumi_sdwan/service_feature_profile.py +2 -0
  85. pulumi_sdwan/service_ipv4_acl_feature.py +386 -0
  86. pulumi_sdwan/service_ipv6_acl_feature.py +386 -0
  87. pulumi_sdwan/service_lan_vpn_feature.py +6 -2
  88. pulumi_sdwan/service_lan_vpn_interface_ethernet_feature.py +6 -2
  89. pulumi_sdwan/service_lan_vpn_interface_gre_feature.py +78 -78
  90. pulumi_sdwan/service_lan_vpn_interface_ipsec_feature.py +158 -163
  91. pulumi_sdwan/service_lan_vpn_interface_svi_feature.py +65 -64
  92. pulumi_sdwan/service_multicast_feature.py +1468 -0
  93. pulumi_sdwan/service_object_tracker_feature.py +6 -2
  94. pulumi_sdwan/service_object_tracker_group_feature.py +6 -2
  95. pulumi_sdwan/service_route_policy_feature.py +6 -2
  96. pulumi_sdwan/service_routing_bgp_feature.py +6 -2
  97. pulumi_sdwan/service_routing_eigrp_feature.py +1080 -0
  98. pulumi_sdwan/service_routing_ospf_feature.py +6 -2
  99. pulumi_sdwan/service_routing_ospfv3_ipv4_feature.py +6 -2
  100. pulumi_sdwan/service_routing_ospfv3_ipv6_feature.py +6 -2
  101. pulumi_sdwan/service_switchport_feature.py +6 -2
  102. pulumi_sdwan/service_tracker_feature.py +6 -2
  103. pulumi_sdwan/service_tracker_group_feature.py +6 -2
  104. pulumi_sdwan/service_wireless_lan_feature.py +1232 -0
  105. pulumi_sdwan/sig_security_feature_profile.py +234 -0
  106. pulumi_sdwan/system_aaa_feature.py +6 -2
  107. pulumi_sdwan/system_banner_feature.py +6 -2
  108. pulumi_sdwan/system_basic_feature.py +6 -2
  109. pulumi_sdwan/system_bfd_feature.py +6 -2
  110. pulumi_sdwan/system_feature_profile.py +2 -0
  111. pulumi_sdwan/system_flexible_port_speed_feature.py +6 -2
  112. pulumi_sdwan/system_global_feature.py +6 -2
  113. pulumi_sdwan/system_ipv4_device_access_feature.py +6 -2
  114. pulumi_sdwan/system_ipv6_device_access_feature.py +6 -2
  115. pulumi_sdwan/system_logging_feature.py +6 -2
  116. pulumi_sdwan/system_mrf_feature.py +6 -2
  117. pulumi_sdwan/system_ntp_feature.py +6 -2
  118. pulumi_sdwan/system_omp_feature.py +6 -2
  119. pulumi_sdwan/system_performance_monitoring_feature.py +6 -2
  120. pulumi_sdwan/system_remote_access_feature.py +6 -2
  121. pulumi_sdwan/system_security_feature.py +6 -2
  122. pulumi_sdwan/system_snmp_feature.py +6 -2
  123. pulumi_sdwan/transport_feature_profile.py +2 -0
  124. pulumi_sdwan/transport_gps_feature.py +6 -2
  125. pulumi_sdwan/transport_ipv4_acl_feature.py +386 -0
  126. pulumi_sdwan/transport_ipv6_acl_feature.py +386 -0
  127. pulumi_sdwan/transport_ipv6_tracker_feature.py +6 -2
  128. pulumi_sdwan/transport_ipv6_tracker_group_feature.py +6 -2
  129. pulumi_sdwan/transport_management_vpn_feature.py +6 -2
  130. pulumi_sdwan/transport_management_vpn_interface_ethernet_feature.py +184 -72
  131. pulumi_sdwan/transport_route_policy_feature.py +6 -2
  132. pulumi_sdwan/transport_routing_bgp_feature.py +6 -2
  133. pulumi_sdwan/transport_routing_ospf_feature.py +6 -2
  134. pulumi_sdwan/transport_routing_ospfv3_ipv4_feature.py +6 -2
  135. pulumi_sdwan/transport_routing_ospfv3_ipv6_feature.py +6 -2
  136. pulumi_sdwan/transport_t1_e1_controller_feature.py +483 -0
  137. pulumi_sdwan/transport_tracker_feature.py +6 -2
  138. pulumi_sdwan/transport_tracker_group_feature.py +6 -2
  139. pulumi_sdwan/transport_wan_vpn_feature.py +6 -2
  140. pulumi_sdwan/transport_wan_vpn_interface_cellular_feature.py +6 -2
  141. pulumi_sdwan/transport_wan_vpn_interface_ethernet_feature.py +198 -86
  142. pulumi_sdwan/transport_wan_vpn_interface_gre_feature.py +6 -2
  143. pulumi_sdwan/transport_wan_vpn_interface_ipsec_feature.py +6 -2
  144. pulumi_sdwan/transport_wan_vpn_interface_t1_e1_serial_feature.py +6 -2
  145. {pulumi_sdwan-0.2.0a1730384781.dist-info → pulumi_sdwan-0.2.0a1730451699.dist-info}/METADATA +1 -1
  146. {pulumi_sdwan-0.2.0a1730384781.dist-info → pulumi_sdwan-0.2.0a1730451699.dist-info}/RECORD +148 -88
  147. {pulumi_sdwan-0.2.0a1730384781.dist-info → pulumi_sdwan-0.2.0a1730451699.dist-info}/WHEEL +0 -0
  148. {pulumi_sdwan-0.2.0a1730384781.dist-info → pulumi_sdwan-0.2.0a1730451699.dist-info}/top_level.txt +0 -0
pulumi_sdwan/__init__.py CHANGED
@@ -14,6 +14,7 @@ from .application_aware_routing_policy_definition import *
14
14
  from .application_list_policy_object import *
15
15
  from .application_priority_feature_profile import *
16
16
  from .application_priority_qos_policy import *
17
+ from .application_priority_traffic_policy_policy import *
17
18
  from .as_path_list_policy_object import *
18
19
  from .attach_feature_device_template import *
19
20
  from .block_url_list_policy_object import *
@@ -59,9 +60,11 @@ from .custom_control_topology_policy_definition import *
59
60
  from .data_fqdn_prefix_list_policy_object import *
60
61
  from .data_ipv4_prefix_list_policy_object import *
61
62
  from .data_ipv6_prefix_list_policy_object import *
63
+ from .dns_security_feature_profile import *
62
64
  from .dns_security_policy_definition import *
63
65
  from .domain_list_policy_object import *
64
66
  from .eigrp_feature_template import *
67
+ from .embedded_security_feature_profile import *
65
68
  from .expanded_community_list_policy_object import *
66
69
  from .extended_community_list_policy_object import *
67
70
  from .feature_device_template import *
@@ -74,6 +77,7 @@ from .get_application_aware_routing_policy_definition import *
74
77
  from .get_application_list_policy_object import *
75
78
  from .get_application_priority_feature_profile import *
76
79
  from .get_application_priority_qos_policy import *
80
+ from .get_application_priority_traffic_policy_policy import *
77
81
  from .get_as_path_list_policy_object import *
78
82
  from .get_block_url_list_policy_object import *
79
83
  from .get_cedge_aaa_feature_template import *
@@ -119,9 +123,11 @@ from .get_data_fqdn_prefix_list_policy_object import *
119
123
  from .get_data_ipv4_prefix_list_policy_object import *
120
124
  from .get_data_ipv6_prefix_list_policy_object import *
121
125
  from .get_device import *
126
+ from .get_dns_security_feature_profile import *
122
127
  from .get_dns_security_policy_definition import *
123
128
  from .get_domain_list_policy_object import *
124
129
  from .get_eigrp_feature_template import *
130
+ from .get_embedded_security_feature_profile import *
125
131
  from .get_expanded_community_list_policy_object import *
126
132
  from .get_extended_community_list_policy_object import *
127
133
  from .get_feature_device_template import *
@@ -145,6 +151,9 @@ from .get_other_feature_profile import *
145
151
  from .get_other_thousandeyes_feature import *
146
152
  from .get_other_ucse_feature import *
147
153
  from .get_policer_policy_object import *
154
+ from .get_policy_object_app_probe_class import *
155
+ from .get_policy_object_application_list import *
156
+ from .get_policy_object_as_path_list import *
148
157
  from .get_policy_object_class_map import *
149
158
  from .get_policy_object_color_list import *
150
159
  from .get_policy_object_data_ipv4_prefix_list import *
@@ -156,7 +165,22 @@ from .get_policy_object_ipv4_prefix_list import *
156
165
  from .get_policy_object_ipv6_prefix_list import *
157
166
  from .get_policy_object_mirror import *
158
167
  from .get_policy_object_policer import *
168
+ from .get_policy_object_preferred_color_group import *
169
+ from .get_policy_object_security_data_ipv4_prefix_list import *
170
+ from .get_policy_object_security_fqdn_list import *
171
+ from .get_policy_object_security_geolocation_list import *
172
+ from .get_policy_object_security_identity_list import *
173
+ from .get_policy_object_security_ips_signature import *
174
+ from .get_policy_object_security_local_application_list import *
175
+ from .get_policy_object_security_local_domain_list import *
176
+ from .get_policy_object_security_port_list import *
177
+ from .get_policy_object_security_scalable_group_tag_list import *
178
+ from .get_policy_object_security_url_allow_list import *
179
+ from .get_policy_object_security_url_block_list import *
180
+ from .get_policy_object_sla_class_list import *
181
+ from .get_policy_object_standard_community_list import *
159
182
  from .get_policy_object_tloc_list import *
183
+ from .get_policy_object_vpn_group import *
160
184
  from .get_port_list_policy_object import *
161
185
  from .get_preferred_color_group_policy_object import *
162
186
  from .get_protocol_list_policy_object import *
@@ -168,21 +192,27 @@ from .get_rule_set_policy_definition import *
168
192
  from .get_security_app_hosting_feature_template import *
169
193
  from .get_security_policy import *
170
194
  from .get_service_feature_profile import *
195
+ from .get_service_ipv4_acl_feature import *
196
+ from .get_service_ipv6_acl_feature import *
171
197
  from .get_service_lan_vpn_feature import *
172
198
  from .get_service_lan_vpn_interface_ethernet_feature import *
173
199
  from .get_service_lan_vpn_interface_gre_feature import *
174
200
  from .get_service_lan_vpn_interface_ipsec_feature import *
175
201
  from .get_service_lan_vpn_interface_svi_feature import *
202
+ from .get_service_multicast_feature import *
176
203
  from .get_service_object_tracker_feature import *
177
204
  from .get_service_object_tracker_group_feature import *
178
205
  from .get_service_route_policy_feature import *
179
206
  from .get_service_routing_bgp_feature import *
207
+ from .get_service_routing_eigrp_feature import *
180
208
  from .get_service_routing_ospf_feature import *
181
209
  from .get_service_routing_ospfv3_ipv4_feature import *
182
210
  from .get_service_routing_ospfv3_ipv6_feature import *
183
211
  from .get_service_switchport_feature import *
184
212
  from .get_service_tracker_feature import *
185
213
  from .get_service_tracker_group_feature import *
214
+ from .get_service_wireless_lan_feature import *
215
+ from .get_sig_security_feature_profile import *
186
216
  from .get_site_list_policy_object import *
187
217
  from .get_sla_class_policy_object import *
188
218
  from .get_standard_community_list_policy_object import *
@@ -210,6 +240,8 @@ from .get_tls_ssl_profile_policy_definition import *
210
240
  from .get_traffic_data_policy_definition import *
211
241
  from .get_transport_feature_profile import *
212
242
  from .get_transport_gps_feature import *
243
+ from .get_transport_ipv4_acl_feature import *
244
+ from .get_transport_ipv6_acl_feature import *
213
245
  from .get_transport_ipv6_tracker_feature import *
214
246
  from .get_transport_ipv6_tracker_group_feature import *
215
247
  from .get_transport_management_vpn_feature import *
@@ -219,6 +251,7 @@ from .get_transport_routing_bgp_feature import *
219
251
  from .get_transport_routing_ospf_feature import *
220
252
  from .get_transport_routing_ospfv3_ipv4_feature import *
221
253
  from .get_transport_routing_ospfv3_ipv6_feature import *
254
+ from .get_transport_t1_e1_controller_feature import *
222
255
  from .get_transport_tracker_feature import *
223
256
  from .get_transport_tracker_group_feature import *
224
257
  from .get_transport_wan_vpn_feature import *
@@ -260,6 +293,9 @@ from .other_feature_profile import *
260
293
  from .other_thousandeyes_feature import *
261
294
  from .other_ucse_feature import *
262
295
  from .policer_policy_object import *
296
+ from .policy_object_app_probe_class import *
297
+ from .policy_object_application_list import *
298
+ from .policy_object_as_path_list import *
263
299
  from .policy_object_class_map import *
264
300
  from .policy_object_color_list import *
265
301
  from .policy_object_data_ipv4_prefix_list import *
@@ -271,7 +307,22 @@ from .policy_object_ipv4_prefix_list import *
271
307
  from .policy_object_ipv6_prefix_list import *
272
308
  from .policy_object_mirror import *
273
309
  from .policy_object_policer import *
310
+ from .policy_object_preferred_color_group import *
311
+ from .policy_object_security_data_ipv4_prefix_list import *
312
+ from .policy_object_security_fqdn_list import *
313
+ from .policy_object_security_geolocation_list import *
314
+ from .policy_object_security_identity_list import *
315
+ from .policy_object_security_ips_signature import *
316
+ from .policy_object_security_local_application_list import *
317
+ from .policy_object_security_local_domain_list import *
318
+ from .policy_object_security_port_list import *
319
+ from .policy_object_security_scalable_group_tag_list import *
320
+ from .policy_object_security_url_allow_list import *
321
+ from .policy_object_security_url_block_list import *
322
+ from .policy_object_sla_class_list import *
323
+ from .policy_object_standard_community_list import *
274
324
  from .policy_object_tloc_list import *
325
+ from .policy_object_vpn_group import *
275
326
  from .port_list_policy_object import *
276
327
  from .preferred_color_group_policy_object import *
277
328
  from .protocol_list_policy_object import *
@@ -284,21 +335,27 @@ from .rule_set_policy_definition import *
284
335
  from .security_app_hosting_feature_template import *
285
336
  from .security_policy import *
286
337
  from .service_feature_profile import *
338
+ from .service_ipv4_acl_feature import *
339
+ from .service_ipv6_acl_feature import *
287
340
  from .service_lan_vpn_feature import *
288
341
  from .service_lan_vpn_interface_ethernet_feature import *
289
342
  from .service_lan_vpn_interface_gre_feature import *
290
343
  from .service_lan_vpn_interface_ipsec_feature import *
291
344
  from .service_lan_vpn_interface_svi_feature import *
345
+ from .service_multicast_feature import *
292
346
  from .service_object_tracker_feature import *
293
347
  from .service_object_tracker_group_feature import *
294
348
  from .service_route_policy_feature import *
295
349
  from .service_routing_bgp_feature import *
350
+ from .service_routing_eigrp_feature import *
296
351
  from .service_routing_ospf_feature import *
297
352
  from .service_routing_ospfv3_ipv4_feature import *
298
353
  from .service_routing_ospfv3_ipv6_feature import *
299
354
  from .service_switchport_feature import *
300
355
  from .service_tracker_feature import *
301
356
  from .service_tracker_group_feature import *
357
+ from .service_wireless_lan_feature import *
358
+ from .sig_security_feature_profile import *
302
359
  from .site_list_policy_object import *
303
360
  from .sla_class_policy_object import *
304
361
  from .standard_community_list_policy_object import *
@@ -326,6 +383,8 @@ from .tls_ssl_profile_policy_definition import *
326
383
  from .traffic_data_policy_definition import *
327
384
  from .transport_feature_profile import *
328
385
  from .transport_gps_feature import *
386
+ from .transport_ipv4_acl_feature import *
387
+ from .transport_ipv6_acl_feature import *
329
388
  from .transport_ipv6_tracker_feature import *
330
389
  from .transport_ipv6_tracker_group_feature import *
331
390
  from .transport_management_vpn_feature import *
@@ -335,6 +394,7 @@ from .transport_routing_bgp_feature import *
335
394
  from .transport_routing_ospf_feature import *
336
395
  from .transport_routing_ospfv3_ipv4_feature import *
337
396
  from .transport_routing_ospfv3_ipv6_feature import *
397
+ from .transport_t1_e1_controller_feature import *
338
398
  from .transport_tracker_feature import *
339
399
  from .transport_tracker_group_feature import *
340
400
  from .transport_wan_vpn_feature import *
@@ -441,6 +501,14 @@ _utilities.register(
441
501
  "sdwan:index/applicationPriorityQosPolicy:ApplicationPriorityQosPolicy": "ApplicationPriorityQosPolicy"
442
502
  }
443
503
  },
504
+ {
505
+ "pkg": "sdwan",
506
+ "mod": "index/applicationPriorityTrafficPolicyPolicy",
507
+ "fqn": "pulumi_sdwan",
508
+ "classes": {
509
+ "sdwan:index/applicationPriorityTrafficPolicyPolicy:ApplicationPriorityTrafficPolicyPolicy": "ApplicationPriorityTrafficPolicyPolicy"
510
+ }
511
+ },
444
512
  {
445
513
  "pkg": "sdwan",
446
514
  "mod": "index/asPathListPolicyObject",
@@ -801,6 +869,14 @@ _utilities.register(
801
869
  "sdwan:index/dataIpv6PrefixListPolicyObject:DataIpv6PrefixListPolicyObject": "DataIpv6PrefixListPolicyObject"
802
870
  }
803
871
  },
872
+ {
873
+ "pkg": "sdwan",
874
+ "mod": "index/dnsSecurityFeatureProfile",
875
+ "fqn": "pulumi_sdwan",
876
+ "classes": {
877
+ "sdwan:index/dnsSecurityFeatureProfile:DnsSecurityFeatureProfile": "DnsSecurityFeatureProfile"
878
+ }
879
+ },
804
880
  {
805
881
  "pkg": "sdwan",
806
882
  "mod": "index/dnsSecurityPolicyDefinition",
@@ -825,6 +901,14 @@ _utilities.register(
825
901
  "sdwan:index/eigrpFeatureTemplate:EigrpFeatureTemplate": "EigrpFeatureTemplate"
826
902
  }
827
903
  },
904
+ {
905
+ "pkg": "sdwan",
906
+ "mod": "index/embeddedSecurityFeatureProfile",
907
+ "fqn": "pulumi_sdwan",
908
+ "classes": {
909
+ "sdwan:index/embeddedSecurityFeatureProfile:EmbeddedSecurityFeatureProfile": "EmbeddedSecurityFeatureProfile"
910
+ }
911
+ },
828
912
  {
829
913
  "pkg": "sdwan",
830
914
  "mod": "index/expandedCommunityListPolicyObject",
@@ -1009,6 +1093,30 @@ _utilities.register(
1009
1093
  "sdwan:index/policerPolicyObject:PolicerPolicyObject": "PolicerPolicyObject"
1010
1094
  }
1011
1095
  },
1096
+ {
1097
+ "pkg": "sdwan",
1098
+ "mod": "index/policyObjectAppProbeClass",
1099
+ "fqn": "pulumi_sdwan",
1100
+ "classes": {
1101
+ "sdwan:index/policyObjectAppProbeClass:PolicyObjectAppProbeClass": "PolicyObjectAppProbeClass"
1102
+ }
1103
+ },
1104
+ {
1105
+ "pkg": "sdwan",
1106
+ "mod": "index/policyObjectApplicationList",
1107
+ "fqn": "pulumi_sdwan",
1108
+ "classes": {
1109
+ "sdwan:index/policyObjectApplicationList:PolicyObjectApplicationList": "PolicyObjectApplicationList"
1110
+ }
1111
+ },
1112
+ {
1113
+ "pkg": "sdwan",
1114
+ "mod": "index/policyObjectAsPathList",
1115
+ "fqn": "pulumi_sdwan",
1116
+ "classes": {
1117
+ "sdwan:index/policyObjectAsPathList:PolicyObjectAsPathList": "PolicyObjectAsPathList"
1118
+ }
1119
+ },
1012
1120
  {
1013
1121
  "pkg": "sdwan",
1014
1122
  "mod": "index/policyObjectClassMap",
@@ -1097,6 +1205,118 @@ _utilities.register(
1097
1205
  "sdwan:index/policyObjectPolicer:PolicyObjectPolicer": "PolicyObjectPolicer"
1098
1206
  }
1099
1207
  },
1208
+ {
1209
+ "pkg": "sdwan",
1210
+ "mod": "index/policyObjectPreferredColorGroup",
1211
+ "fqn": "pulumi_sdwan",
1212
+ "classes": {
1213
+ "sdwan:index/policyObjectPreferredColorGroup:PolicyObjectPreferredColorGroup": "PolicyObjectPreferredColorGroup"
1214
+ }
1215
+ },
1216
+ {
1217
+ "pkg": "sdwan",
1218
+ "mod": "index/policyObjectSecurityDataIpv4PrefixList",
1219
+ "fqn": "pulumi_sdwan",
1220
+ "classes": {
1221
+ "sdwan:index/policyObjectSecurityDataIpv4PrefixList:PolicyObjectSecurityDataIpv4PrefixList": "PolicyObjectSecurityDataIpv4PrefixList"
1222
+ }
1223
+ },
1224
+ {
1225
+ "pkg": "sdwan",
1226
+ "mod": "index/policyObjectSecurityFqdnList",
1227
+ "fqn": "pulumi_sdwan",
1228
+ "classes": {
1229
+ "sdwan:index/policyObjectSecurityFqdnList:PolicyObjectSecurityFqdnList": "PolicyObjectSecurityFqdnList"
1230
+ }
1231
+ },
1232
+ {
1233
+ "pkg": "sdwan",
1234
+ "mod": "index/policyObjectSecurityGeolocationList",
1235
+ "fqn": "pulumi_sdwan",
1236
+ "classes": {
1237
+ "sdwan:index/policyObjectSecurityGeolocationList:PolicyObjectSecurityGeolocationList": "PolicyObjectSecurityGeolocationList"
1238
+ }
1239
+ },
1240
+ {
1241
+ "pkg": "sdwan",
1242
+ "mod": "index/policyObjectSecurityIdentityList",
1243
+ "fqn": "pulumi_sdwan",
1244
+ "classes": {
1245
+ "sdwan:index/policyObjectSecurityIdentityList:PolicyObjectSecurityIdentityList": "PolicyObjectSecurityIdentityList"
1246
+ }
1247
+ },
1248
+ {
1249
+ "pkg": "sdwan",
1250
+ "mod": "index/policyObjectSecurityIpsSignature",
1251
+ "fqn": "pulumi_sdwan",
1252
+ "classes": {
1253
+ "sdwan:index/policyObjectSecurityIpsSignature:PolicyObjectSecurityIpsSignature": "PolicyObjectSecurityIpsSignature"
1254
+ }
1255
+ },
1256
+ {
1257
+ "pkg": "sdwan",
1258
+ "mod": "index/policyObjectSecurityLocalApplicationList",
1259
+ "fqn": "pulumi_sdwan",
1260
+ "classes": {
1261
+ "sdwan:index/policyObjectSecurityLocalApplicationList:PolicyObjectSecurityLocalApplicationList": "PolicyObjectSecurityLocalApplicationList"
1262
+ }
1263
+ },
1264
+ {
1265
+ "pkg": "sdwan",
1266
+ "mod": "index/policyObjectSecurityLocalDomainList",
1267
+ "fqn": "pulumi_sdwan",
1268
+ "classes": {
1269
+ "sdwan:index/policyObjectSecurityLocalDomainList:PolicyObjectSecurityLocalDomainList": "PolicyObjectSecurityLocalDomainList"
1270
+ }
1271
+ },
1272
+ {
1273
+ "pkg": "sdwan",
1274
+ "mod": "index/policyObjectSecurityPortList",
1275
+ "fqn": "pulumi_sdwan",
1276
+ "classes": {
1277
+ "sdwan:index/policyObjectSecurityPortList:PolicyObjectSecurityPortList": "PolicyObjectSecurityPortList"
1278
+ }
1279
+ },
1280
+ {
1281
+ "pkg": "sdwan",
1282
+ "mod": "index/policyObjectSecurityScalableGroupTagList",
1283
+ "fqn": "pulumi_sdwan",
1284
+ "classes": {
1285
+ "sdwan:index/policyObjectSecurityScalableGroupTagList:PolicyObjectSecurityScalableGroupTagList": "PolicyObjectSecurityScalableGroupTagList"
1286
+ }
1287
+ },
1288
+ {
1289
+ "pkg": "sdwan",
1290
+ "mod": "index/policyObjectSecurityUrlAllowList",
1291
+ "fqn": "pulumi_sdwan",
1292
+ "classes": {
1293
+ "sdwan:index/policyObjectSecurityUrlAllowList:PolicyObjectSecurityUrlAllowList": "PolicyObjectSecurityUrlAllowList"
1294
+ }
1295
+ },
1296
+ {
1297
+ "pkg": "sdwan",
1298
+ "mod": "index/policyObjectSecurityUrlBlockList",
1299
+ "fqn": "pulumi_sdwan",
1300
+ "classes": {
1301
+ "sdwan:index/policyObjectSecurityUrlBlockList:PolicyObjectSecurityUrlBlockList": "PolicyObjectSecurityUrlBlockList"
1302
+ }
1303
+ },
1304
+ {
1305
+ "pkg": "sdwan",
1306
+ "mod": "index/policyObjectSlaClassList",
1307
+ "fqn": "pulumi_sdwan",
1308
+ "classes": {
1309
+ "sdwan:index/policyObjectSlaClassList:PolicyObjectSlaClassList": "PolicyObjectSlaClassList"
1310
+ }
1311
+ },
1312
+ {
1313
+ "pkg": "sdwan",
1314
+ "mod": "index/policyObjectStandardCommunityList",
1315
+ "fqn": "pulumi_sdwan",
1316
+ "classes": {
1317
+ "sdwan:index/policyObjectStandardCommunityList:PolicyObjectStandardCommunityList": "PolicyObjectStandardCommunityList"
1318
+ }
1319
+ },
1100
1320
  {
1101
1321
  "pkg": "sdwan",
1102
1322
  "mod": "index/policyObjectTlocList",
@@ -1105,6 +1325,14 @@ _utilities.register(
1105
1325
  "sdwan:index/policyObjectTlocList:PolicyObjectTlocList": "PolicyObjectTlocList"
1106
1326
  }
1107
1327
  },
1328
+ {
1329
+ "pkg": "sdwan",
1330
+ "mod": "index/policyObjectVpnGroup",
1331
+ "fqn": "pulumi_sdwan",
1332
+ "classes": {
1333
+ "sdwan:index/policyObjectVpnGroup:PolicyObjectVpnGroup": "PolicyObjectVpnGroup"
1334
+ }
1335
+ },
1108
1336
  {
1109
1337
  "pkg": "sdwan",
1110
1338
  "mod": "index/portListPolicyObject",
@@ -1193,6 +1421,22 @@ _utilities.register(
1193
1421
  "sdwan:index/serviceFeatureProfile:ServiceFeatureProfile": "ServiceFeatureProfile"
1194
1422
  }
1195
1423
  },
1424
+ {
1425
+ "pkg": "sdwan",
1426
+ "mod": "index/serviceIpv4AclFeature",
1427
+ "fqn": "pulumi_sdwan",
1428
+ "classes": {
1429
+ "sdwan:index/serviceIpv4AclFeature:ServiceIpv4AclFeature": "ServiceIpv4AclFeature"
1430
+ }
1431
+ },
1432
+ {
1433
+ "pkg": "sdwan",
1434
+ "mod": "index/serviceIpv6AclFeature",
1435
+ "fqn": "pulumi_sdwan",
1436
+ "classes": {
1437
+ "sdwan:index/serviceIpv6AclFeature:ServiceIpv6AclFeature": "ServiceIpv6AclFeature"
1438
+ }
1439
+ },
1196
1440
  {
1197
1441
  "pkg": "sdwan",
1198
1442
  "mod": "index/serviceLanVpnFeature",
@@ -1233,6 +1477,14 @@ _utilities.register(
1233
1477
  "sdwan:index/serviceLanVpnInterfaceSviFeature:ServiceLanVpnInterfaceSviFeature": "ServiceLanVpnInterfaceSviFeature"
1234
1478
  }
1235
1479
  },
1480
+ {
1481
+ "pkg": "sdwan",
1482
+ "mod": "index/serviceMulticastFeature",
1483
+ "fqn": "pulumi_sdwan",
1484
+ "classes": {
1485
+ "sdwan:index/serviceMulticastFeature:ServiceMulticastFeature": "ServiceMulticastFeature"
1486
+ }
1487
+ },
1236
1488
  {
1237
1489
  "pkg": "sdwan",
1238
1490
  "mod": "index/serviceObjectTrackerFeature",
@@ -1265,6 +1517,14 @@ _utilities.register(
1265
1517
  "sdwan:index/serviceRoutingBgpFeature:ServiceRoutingBgpFeature": "ServiceRoutingBgpFeature"
1266
1518
  }
1267
1519
  },
1520
+ {
1521
+ "pkg": "sdwan",
1522
+ "mod": "index/serviceRoutingEigrpFeature",
1523
+ "fqn": "pulumi_sdwan",
1524
+ "classes": {
1525
+ "sdwan:index/serviceRoutingEigrpFeature:ServiceRoutingEigrpFeature": "ServiceRoutingEigrpFeature"
1526
+ }
1527
+ },
1268
1528
  {
1269
1529
  "pkg": "sdwan",
1270
1530
  "mod": "index/serviceRoutingOspfFeature",
@@ -1313,6 +1573,22 @@ _utilities.register(
1313
1573
  "sdwan:index/serviceTrackerGroupFeature:ServiceTrackerGroupFeature": "ServiceTrackerGroupFeature"
1314
1574
  }
1315
1575
  },
1576
+ {
1577
+ "pkg": "sdwan",
1578
+ "mod": "index/serviceWirelessLanFeature",
1579
+ "fqn": "pulumi_sdwan",
1580
+ "classes": {
1581
+ "sdwan:index/serviceWirelessLanFeature:ServiceWirelessLanFeature": "ServiceWirelessLanFeature"
1582
+ }
1583
+ },
1584
+ {
1585
+ "pkg": "sdwan",
1586
+ "mod": "index/sigSecurityFeatureProfile",
1587
+ "fqn": "pulumi_sdwan",
1588
+ "classes": {
1589
+ "sdwan:index/sigSecurityFeatureProfile:SigSecurityFeatureProfile": "SigSecurityFeatureProfile"
1590
+ }
1591
+ },
1316
1592
  {
1317
1593
  "pkg": "sdwan",
1318
1594
  "mod": "index/siteListPolicyObject",
@@ -1529,6 +1805,22 @@ _utilities.register(
1529
1805
  "sdwan:index/transportGpsFeature:TransportGpsFeature": "TransportGpsFeature"
1530
1806
  }
1531
1807
  },
1808
+ {
1809
+ "pkg": "sdwan",
1810
+ "mod": "index/transportIpv4AclFeature",
1811
+ "fqn": "pulumi_sdwan",
1812
+ "classes": {
1813
+ "sdwan:index/transportIpv4AclFeature:TransportIpv4AclFeature": "TransportIpv4AclFeature"
1814
+ }
1815
+ },
1816
+ {
1817
+ "pkg": "sdwan",
1818
+ "mod": "index/transportIpv6AclFeature",
1819
+ "fqn": "pulumi_sdwan",
1820
+ "classes": {
1821
+ "sdwan:index/transportIpv6AclFeature:TransportIpv6AclFeature": "TransportIpv6AclFeature"
1822
+ }
1823
+ },
1532
1824
  {
1533
1825
  "pkg": "sdwan",
1534
1826
  "mod": "index/transportIpv6TrackerFeature",
@@ -1601,6 +1893,14 @@ _utilities.register(
1601
1893
  "sdwan:index/transportRoutingOspfv3Ipv6Feature:TransportRoutingOspfv3Ipv6Feature": "TransportRoutingOspfv3Ipv6Feature"
1602
1894
  }
1603
1895
  },
1896
+ {
1897
+ "pkg": "sdwan",
1898
+ "mod": "index/transportT1E1ControllerFeature",
1899
+ "fqn": "pulumi_sdwan",
1900
+ "classes": {
1901
+ "sdwan:index/transportT1E1ControllerFeature:TransportT1E1ControllerFeature": "TransportT1E1ControllerFeature"
1902
+ }
1903
+ },
1604
1904
  {
1605
1905
  "pkg": "sdwan",
1606
1906
  "mod": "index/transportTrackerFeature",