pulumi-sdwan 0.5.0a1760252191__py3-none-any.whl → 0.5.0a1760412646__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.
Files changed (137) hide show
  1. pulumi_sdwan/_inputs.py +125 -45
  2. pulumi_sdwan/activate_centralized_policy.py +4 -0
  3. pulumi_sdwan/application_aware_routing_policy_definition.py +4 -0
  4. pulumi_sdwan/application_priority_qos_policy.py +52 -48
  5. pulumi_sdwan/application_priority_traffic_policy_policy.py +4 -0
  6. pulumi_sdwan/as_path_list_policy_object.py +4 -0
  7. pulumi_sdwan/attach_feature_device_template.py +4 -0
  8. pulumi_sdwan/cedge_aaa_feature_template.py +4 -0
  9. pulumi_sdwan/cedge_igmp_feature_template.py +4 -0
  10. pulumi_sdwan/cedge_pim_feature_template.py +4 -0
  11. pulumi_sdwan/cellular_controller_feature_template.py +4 -0
  12. pulumi_sdwan/cflowd_policy_definition.py +4 -0
  13. pulumi_sdwan/cisco_bfd_feature_template.py +4 -0
  14. pulumi_sdwan/cisco_bgp_feature_template.py +4 -0
  15. pulumi_sdwan/cisco_dhcp_server_feature_template.py +4 -0
  16. pulumi_sdwan/cisco_logging_feature_template.py +4 -0
  17. pulumi_sdwan/cisco_ntp_feature_template.py +4 -0
  18. pulumi_sdwan/cisco_omp_feature_template.py +4 -0
  19. pulumi_sdwan/cisco_ospf_feature_template.py +4 -0
  20. pulumi_sdwan/cisco_ospfv3_feature_template.py +4 -0
  21. pulumi_sdwan/cisco_secure_internet_gateway_feature_template.py +4 -0
  22. pulumi_sdwan/cisco_security_feature_template.py +4 -0
  23. pulumi_sdwan/cisco_snmp_feature_template.py +4 -0
  24. pulumi_sdwan/cisco_system_feature_template.py +4 -0
  25. pulumi_sdwan/cisco_thousandeyes_feature_template.py +4 -0
  26. pulumi_sdwan/cisco_trustsec_feature_template.py +4 -0
  27. pulumi_sdwan/cisco_vpn_feature_template.py +4 -0
  28. pulumi_sdwan/cisco_vpn_interface_feature_template.py +4 -0
  29. pulumi_sdwan/cisco_vpn_interface_gre_feature_template.py +4 -0
  30. pulumi_sdwan/cisco_wireless_lan_feature_template.py +4 -0
  31. pulumi_sdwan/config/__init__.pyi +5 -0
  32. pulumi_sdwan/config/vars.py +7 -0
  33. pulumi_sdwan/custom_control_topology_policy_definition.py +4 -0
  34. pulumi_sdwan/eigrp_feature_template.py +4 -0
  35. pulumi_sdwan/get_application_priority_qos_policy.py +15 -15
  36. pulumi_sdwan/get_security_policy.py +18 -18
  37. pulumi_sdwan/get_service_lan_vpn_interface_ethernet_feature.py +29 -29
  38. pulumi_sdwan/hub_and_spoke_topology_policy_definition.py +4 -0
  39. pulumi_sdwan/intrusion_prevention_policy_definition.py +4 -0
  40. pulumi_sdwan/ips_signature_list_policy_object.py +4 -0
  41. pulumi_sdwan/ipv4_acl_policy_definition.py +4 -0
  42. pulumi_sdwan/ipv4_device_acl_policy_definition.py +4 -0
  43. pulumi_sdwan/ipv6_acl_policy_definition.py +4 -0
  44. pulumi_sdwan/ipv6_device_acl_policy_definition.py +4 -0
  45. pulumi_sdwan/mesh_topology_policy_definition.py +4 -0
  46. pulumi_sdwan/other_thousandeyes_feature.py +4 -0
  47. pulumi_sdwan/other_ucse_feature.py +4 -0
  48. pulumi_sdwan/outputs.py +162 -69
  49. pulumi_sdwan/policy_object_app_probe_class.py +4 -0
  50. pulumi_sdwan/policy_object_as_path_list.py +4 -0
  51. pulumi_sdwan/policy_object_data_ipv4_prefix_list.py +4 -0
  52. pulumi_sdwan/policy_object_data_ipv6_prefix_list.py +4 -0
  53. pulumi_sdwan/policy_object_extended_community_list.py +4 -0
  54. pulumi_sdwan/policy_object_ipv4_prefix_list.py +4 -0
  55. pulumi_sdwan/policy_object_ipv6_prefix_list.py +4 -0
  56. pulumi_sdwan/policy_object_mirror.py +4 -0
  57. pulumi_sdwan/policy_object_policer.py +4 -0
  58. pulumi_sdwan/policy_object_preferred_color_group.py +4 -0
  59. pulumi_sdwan/policy_object_security_data_ipv4_prefix_list.py +4 -0
  60. pulumi_sdwan/policy_object_security_ips_signature.py +4 -0
  61. pulumi_sdwan/policy_object_security_local_domain_list.py +4 -0
  62. pulumi_sdwan/policy_object_security_scalable_group_tag_list.py +4 -0
  63. pulumi_sdwan/policy_object_sla_class_list.py +4 -0
  64. pulumi_sdwan/policy_object_standard_community_list.py +4 -0
  65. pulumi_sdwan/policy_object_tloc_list.py +4 -0
  66. pulumi_sdwan/port_list_policy_object.py +2 -2
  67. pulumi_sdwan/provider.py +20 -0
  68. pulumi_sdwan/pulumi-plugin.json +1 -1
  69. pulumi_sdwan/qos_map_policy_definition.py +4 -0
  70. pulumi_sdwan/region_list_policy_object.py +4 -0
  71. pulumi_sdwan/rewrite_rule_policy_definition.py +4 -0
  72. pulumi_sdwan/route_policy_definition.py +4 -0
  73. pulumi_sdwan/rule_set_policy_definition.py +4 -0
  74. pulumi_sdwan/security_app_hosting_feature_template.py +4 -0
  75. pulumi_sdwan/security_policy.py +109 -84
  76. pulumi_sdwan/service_dhcp_server_feature.py +4 -0
  77. pulumi_sdwan/service_ipv4_acl_feature.py +4 -0
  78. pulumi_sdwan/service_ipv6_acl_feature.py +4 -0
  79. pulumi_sdwan/service_lan_vpn_feature.py +4 -0
  80. pulumi_sdwan/service_lan_vpn_interface_ethernet_feature.py +224 -192
  81. pulumi_sdwan/service_lan_vpn_interface_svi_feature.py +4 -0
  82. pulumi_sdwan/service_multicast_feature.py +4 -0
  83. pulumi_sdwan/service_object_tracker_group_feature.py +4 -0
  84. pulumi_sdwan/service_route_policy_feature.py +4 -0
  85. pulumi_sdwan/service_routing_bgp_feature.py +4 -0
  86. pulumi_sdwan/service_routing_eigrp_feature.py +4 -0
  87. pulumi_sdwan/service_routing_ospf_feature.py +4 -0
  88. pulumi_sdwan/service_routing_ospfv3_ipv4_feature.py +4 -0
  89. pulumi_sdwan/service_routing_ospfv3_ipv6_feature.py +4 -0
  90. pulumi_sdwan/service_switchport_feature.py +4 -0
  91. pulumi_sdwan/service_tracker_group_feature.py +4 -0
  92. pulumi_sdwan/service_wireless_lan_feature.py +4 -0
  93. pulumi_sdwan/site_list_policy_object.py +4 -0
  94. pulumi_sdwan/switchport_feature_template.py +4 -0
  95. pulumi_sdwan/system_aaa_feature.py +4 -0
  96. pulumi_sdwan/system_basic_feature.py +4 -0
  97. pulumi_sdwan/system_bfd_feature.py +4 -0
  98. pulumi_sdwan/system_ipv4_device_access_feature.py +4 -0
  99. pulumi_sdwan/system_ipv6_device_access_feature.py +4 -0
  100. pulumi_sdwan/system_logging_feature.py +4 -0
  101. pulumi_sdwan/system_ntp_feature.py +4 -0
  102. pulumi_sdwan/system_security_feature.py +4 -0
  103. pulumi_sdwan/system_snmp_feature.py +4 -0
  104. pulumi_sdwan/tloc_list_policy_object.py +4 -0
  105. pulumi_sdwan/tls_ssl_decryption_policy_definition.py +4 -0
  106. pulumi_sdwan/traffic_data_policy_definition.py +4 -0
  107. pulumi_sdwan/transport_ipv4_acl_feature.py +4 -0
  108. pulumi_sdwan/transport_ipv6_acl_feature.py +4 -0
  109. pulumi_sdwan/transport_ipv6_tracker_group_feature.py +4 -0
  110. pulumi_sdwan/transport_management_vpn_feature.py +4 -0
  111. pulumi_sdwan/transport_management_vpn_interface_ethernet_feature.py +4 -0
  112. pulumi_sdwan/transport_route_policy_feature.py +4 -0
  113. pulumi_sdwan/transport_routing_bgp_feature.py +4 -0
  114. pulumi_sdwan/transport_routing_ospf_feature.py +4 -0
  115. pulumi_sdwan/transport_routing_ospfv3_ipv4_feature.py +4 -0
  116. pulumi_sdwan/transport_routing_ospfv3_ipv6_feature.py +4 -0
  117. pulumi_sdwan/transport_t1_e1_controller_feature.py +4 -0
  118. pulumi_sdwan/transport_tracker_group_feature.py +4 -0
  119. pulumi_sdwan/transport_wan_vpn_feature.py +4 -0
  120. pulumi_sdwan/transport_wan_vpn_interface_cellular_feature.py +4 -0
  121. pulumi_sdwan/transport_wan_vpn_interface_ethernet_feature.py +4 -0
  122. pulumi_sdwan/url_filtering_policy_definition.py +4 -0
  123. pulumi_sdwan/vpn_interface_cellular_feature_template.py +4 -0
  124. pulumi_sdwan/vpn_interface_dsl_ipoe_feature_template.py +4 -0
  125. pulumi_sdwan/vpn_interface_dsl_pppoa_feature_template.py +4 -0
  126. pulumi_sdwan/vpn_interface_dsl_pppoe_feature_template.py +4 -0
  127. pulumi_sdwan/vpn_interface_ethernet_pppoe_feature_template.py +4 -0
  128. pulumi_sdwan/vpn_interface_multilink_feature_template.py +4 -0
  129. pulumi_sdwan/vpn_interface_svi_feature_template.py +4 -0
  130. pulumi_sdwan/vpn_interface_t1_e1_serial_feature_template.py +4 -0
  131. pulumi_sdwan/vpn_list_policy_object.py +4 -0
  132. pulumi_sdwan/vpn_membership_policy_definition.py +4 -0
  133. pulumi_sdwan/zone_based_firewall_policy_definition.py +4 -0
  134. {pulumi_sdwan-0.5.0a1760252191.dist-info → pulumi_sdwan-0.5.0a1760412646.dist-info}/METADATA +1 -1
  135. {pulumi_sdwan-0.5.0a1760252191.dist-info → pulumi_sdwan-0.5.0a1760412646.dist-info}/RECORD +137 -137
  136. {pulumi_sdwan-0.5.0a1760252191.dist-info → pulumi_sdwan-0.5.0a1760412646.dist-info}/WHEEL +0 -0
  137. {pulumi_sdwan-0.5.0a1760252191.dist-info → pulumi_sdwan-0.5.0a1760412646.dist-info}/top_level.txt +0 -0
@@ -1461,6 +1461,8 @@ class ServiceLanVpnInterfaceSviFeature(pulumi.CustomResource):
1461
1461
  This resource can manage a Service LAN VPN Interface SVI Feature.
1462
1462
  - Minimum SD-WAN Manager version: `20.12.0`
1463
1463
 
1464
+ ## Example Usage
1465
+
1464
1466
  ## Import
1465
1467
 
1466
1468
  The `pulumi import` command can be used, for example:
@@ -1534,6 +1536,8 @@ class ServiceLanVpnInterfaceSviFeature(pulumi.CustomResource):
1534
1536
  This resource can manage a Service LAN VPN Interface SVI Feature.
1535
1537
  - Minimum SD-WAN Manager version: `20.12.0`
1536
1538
 
1539
+ ## Example Usage
1540
+
1537
1541
  ## Import
1538
1542
 
1539
1543
  The `pulumi import` command can be used, for example:
@@ -1011,6 +1011,8 @@ class ServiceMulticastFeature(pulumi.CustomResource):
1011
1011
  This resource can manage a Service Multicast Feature.
1012
1012
  - Minimum SD-WAN Manager version: `20.12.0`
1013
1013
 
1014
+ ## Example Usage
1015
+
1014
1016
  ## Import
1015
1017
 
1016
1018
  The `pulumi import` command can be used, for example:
@@ -1069,6 +1071,8 @@ class ServiceMulticastFeature(pulumi.CustomResource):
1069
1071
  This resource can manage a Service Multicast Feature.
1070
1072
  - Minimum SD-WAN Manager version: `20.12.0`
1071
1073
 
1074
+ ## Example Usage
1075
+
1072
1076
  ## Import
1073
1077
 
1074
1078
  The `pulumi import` command can be used, for example:
@@ -336,6 +336,8 @@ class ServiceObjectTrackerGroupFeature(pulumi.CustomResource):
336
336
  This resource can manage a Service Object Tracker Group Feature.
337
337
  - Minimum SD-WAN Manager version: `20.12.0`
338
338
 
339
+ ## Example Usage
340
+
339
341
  ## Import
340
342
 
341
343
  The `pulumi import` command can be used, for example:
@@ -370,6 +372,8 @@ class ServiceObjectTrackerGroupFeature(pulumi.CustomResource):
370
372
  This resource can manage a Service Object Tracker Group Feature.
371
373
  - Minimum SD-WAN Manager version: `20.12.0`
372
374
 
375
+ ## Example Usage
376
+
373
377
  ## Import
374
378
 
375
379
  The `pulumi import` command can be used, for example:
@@ -233,6 +233,8 @@ class ServiceRoutePolicyFeature(pulumi.CustomResource):
233
233
  This resource can manage a Service Route Policy Feature.
234
234
  - Minimum SD-WAN Manager version: `20.12.0`
235
235
 
236
+ ## Example Usage
237
+
236
238
  ## Import
237
239
 
238
240
  The `pulumi import` command can be used, for example:
@@ -263,6 +265,8 @@ class ServiceRoutePolicyFeature(pulumi.CustomResource):
263
265
  This resource can manage a Service Route Policy Feature.
264
266
  - Minimum SD-WAN Manager version: `20.12.0`
265
267
 
268
+ ## Example Usage
269
+
266
270
  ## Import
267
271
 
268
272
  The `pulumi import` command can be used, for example:
@@ -1885,6 +1885,8 @@ class ServiceRoutingBgpFeature(pulumi.CustomResource):
1885
1885
  This resource can manage a Service Routing BGP Feature.
1886
1886
  - Minimum SD-WAN Manager version: `20.12.0`
1887
1887
 
1888
+ ## Example Usage
1889
+
1888
1890
  ## Import
1889
1891
 
1890
1892
  The `pulumi import` command can be used, for example:
@@ -1982,6 +1984,8 @@ class ServiceRoutingBgpFeature(pulumi.CustomResource):
1982
1984
  This resource can manage a Service Routing BGP Feature.
1983
1985
  - Minimum SD-WAN Manager version: `20.12.0`
1984
1986
 
1987
+ ## Example Usage
1988
+
1985
1989
  ## Import
1986
1990
 
1987
1991
  The `pulumi import` command can be used, for example:
@@ -739,6 +739,8 @@ class ServiceRoutingEigrpFeature(pulumi.CustomResource):
739
739
  This resource can manage a Service Routing EIGRP Feature.
740
740
  - Minimum SD-WAN Manager version: `20.12.0`
741
741
 
742
+ ## Example Usage
743
+
742
744
  ## Import
743
745
 
744
746
  The `pulumi import` command can be used, for example:
@@ -788,6 +790,8 @@ class ServiceRoutingEigrpFeature(pulumi.CustomResource):
788
790
  This resource can manage a Service Routing EIGRP Feature.
789
791
  - Minimum SD-WAN Manager version: `20.12.0`
790
792
 
793
+ ## Example Usage
794
+
791
795
  ## Import
792
796
 
793
797
  The `pulumi import` command can be used, for example:
@@ -1184,6 +1184,8 @@ class ServiceRoutingOspfFeature(pulumi.CustomResource):
1184
1184
  This resource can manage a Service Routing OSPF Feature.
1185
1185
  - Minimum SD-WAN Manager version: `20.12.0`
1186
1186
 
1187
+ ## Example Usage
1188
+
1187
1189
  ## Import
1188
1190
 
1189
1191
  The `pulumi import` command can be used, for example:
@@ -1257,6 +1259,8 @@ class ServiceRoutingOspfFeature(pulumi.CustomResource):
1257
1259
  This resource can manage a Service Routing OSPF Feature.
1258
1260
  - Minimum SD-WAN Manager version: `20.12.0`
1259
1261
 
1262
+ ## Example Usage
1263
+
1260
1264
  ## Import
1261
1265
 
1262
1266
  The `pulumi import` command can be used, for example:
@@ -1390,6 +1390,8 @@ class ServiceRoutingOspfv3Ipv4Feature(pulumi.CustomResource):
1390
1390
  This resource can manage a Service Routing OSPFv3 IPv4 Feature.
1391
1391
  - Minimum SD-WAN Manager version: `20.12.0`
1392
1392
 
1393
+ ## Example Usage
1394
+
1393
1395
  ## Import
1394
1396
 
1395
1397
  The `pulumi import` command can be used, for example:
@@ -1471,6 +1473,8 @@ class ServiceRoutingOspfv3Ipv4Feature(pulumi.CustomResource):
1471
1473
  This resource can manage a Service Routing OSPFv3 IPv4 Feature.
1472
1474
  - Minimum SD-WAN Manager version: `20.12.0`
1473
1475
 
1476
+ ## Example Usage
1477
+
1474
1478
  ## Import
1475
1479
 
1476
1480
  The `pulumi import` command can be used, for example:
@@ -1390,6 +1390,8 @@ class ServiceRoutingOspfv3Ipv6Feature(pulumi.CustomResource):
1390
1390
  This resource can manage a Service Routing OSPFv3 IPv6 Feature.
1391
1391
  - Minimum SD-WAN Manager version: `20.12.0`
1392
1392
 
1393
+ ## Example Usage
1394
+
1393
1395
  ## Import
1394
1396
 
1395
1397
  The `pulumi import` command can be used, for example:
@@ -1471,6 +1473,8 @@ class ServiceRoutingOspfv3Ipv6Feature(pulumi.CustomResource):
1471
1473
  This resource can manage a Service Routing OSPFv3 IPv6 Feature.
1472
1474
  - Minimum SD-WAN Manager version: `20.12.0`
1473
1475
 
1476
+ ## Example Usage
1477
+
1474
1478
  ## Import
1475
1479
 
1476
1480
  The `pulumi import` command can be used, for example:
@@ -299,6 +299,8 @@ class ServiceSwitchportFeature(pulumi.CustomResource):
299
299
  This resource can manage a Service Switchport Feature.
300
300
  - Minimum SD-WAN Manager version: `20.12.0`
301
301
 
302
+ ## Example Usage
303
+
302
304
  ## Import
303
305
 
304
306
  The `pulumi import` command can be used, for example:
@@ -331,6 +333,8 @@ class ServiceSwitchportFeature(pulumi.CustomResource):
331
333
  This resource can manage a Service Switchport Feature.
332
334
  - Minimum SD-WAN Manager version: `20.12.0`
333
335
 
336
+ ## Example Usage
337
+
334
338
  ## Import
335
339
 
336
340
  The `pulumi import` command can be used, for example:
@@ -266,6 +266,8 @@ class ServiceTrackerGroupFeature(pulumi.CustomResource):
266
266
  This resource can manage a Service Tracker Group Feature.
267
267
  - Minimum SD-WAN Manager version: `20.12.0`
268
268
 
269
+ ## Example Usage
270
+
269
271
  ## Import
270
272
 
271
273
  The `pulumi import` command can be used, for example:
@@ -297,6 +299,8 @@ class ServiceTrackerGroupFeature(pulumi.CustomResource):
297
299
  This resource can manage a Service Tracker Group Feature.
298
300
  - Minimum SD-WAN Manager version: `20.12.0`
299
301
 
302
+ ## Example Usage
303
+
300
304
  ## Import
301
305
 
302
306
  The `pulumi import` command can be used, for example:
@@ -767,6 +767,8 @@ class ServiceWirelessLanFeature(pulumi.CustomResource):
767
767
  This resource can manage a Service Wireless LAN Feature.
768
768
  - Minimum SD-WAN Manager version: `20.12.0`
769
769
 
770
+ ## Example Usage
771
+
770
772
  ## Import
771
773
 
772
774
  The `pulumi import` command can be used, for example:
@@ -815,6 +817,8 @@ class ServiceWirelessLanFeature(pulumi.CustomResource):
815
817
  This resource can manage a Service Wireless LAN Feature.
816
818
  - Minimum SD-WAN Manager version: `20.12.0`
817
819
 
820
+ ## Example Usage
821
+
818
822
  ## Import
819
823
 
820
824
  The `pulumi import` command can be used, for example:
@@ -125,6 +125,8 @@ class SiteListPolicyObject(pulumi.CustomResource):
125
125
  """
126
126
  This resource can manage a Site List Policy Object .
127
127
 
128
+ ## Example Usage
129
+
128
130
  ## Import
129
131
 
130
132
  The `pulumi import` command can be used, for example:
@@ -147,6 +149,8 @@ class SiteListPolicyObject(pulumi.CustomResource):
147
149
  """
148
150
  This resource can manage a Site List Policy Object .
149
151
 
152
+ ## Example Usage
153
+
150
154
  ## Import
151
155
 
152
156
  The `pulumi import` command can be used, for example:
@@ -437,6 +437,8 @@ class SwitchportFeatureTemplate(pulumi.CustomResource):
437
437
  This resource can manage a Switchport feature template.
438
438
  - Minimum SD-WAN Manager version: `15.0.0`
439
439
 
440
+ ## Example Usage
441
+
440
442
  ## Import
441
443
 
442
444
  The `pulumi import` command can be used, for example:
@@ -476,6 +478,8 @@ class SwitchportFeatureTemplate(pulumi.CustomResource):
476
478
  This resource can manage a Switchport feature template.
477
479
  - Minimum SD-WAN Manager version: `15.0.0`
478
480
 
481
+ ## Example Usage
482
+
479
483
  ## Import
480
484
 
481
485
  The `pulumi import` command can be used, for example:
@@ -636,6 +636,8 @@ class SystemAaaFeature(pulumi.CustomResource):
636
636
  This resource can manage a System AAA Feature.
637
637
  - Minimum SD-WAN Manager version: `20.12.0`
638
638
 
639
+ ## Example Usage
640
+
639
641
  ## Import
640
642
 
641
643
  The `pulumi import` command can be used, for example:
@@ -680,6 +682,8 @@ class SystemAaaFeature(pulumi.CustomResource):
680
682
  This resource can manage a System AAA Feature.
681
683
  - Minimum SD-WAN Manager version: `20.12.0`
682
684
 
685
+ ## Example Usage
686
+
683
687
  ## Import
684
688
 
685
689
  The `pulumi import` command can be used, for example:
@@ -2267,6 +2267,8 @@ class SystemBasicFeature(pulumi.CustomResource):
2267
2267
  This resource can manage a System Basic Feature.
2268
2268
  - Minimum SD-WAN Manager version: `20.12.0`
2269
2269
 
2270
+ ## Example Usage
2271
+
2270
2272
  ## Import
2271
2273
 
2272
2274
  The `pulumi import` command can be used, for example:
@@ -2385,6 +2387,8 @@ class SystemBasicFeature(pulumi.CustomResource):
2385
2387
  This resource can manage a System Basic Feature.
2386
2388
  - Minimum SD-WAN Manager version: `20.12.0`
2387
2389
 
2390
+ ## Example Usage
2391
+
2388
2392
  ## Import
2389
2393
 
2390
2394
  The `pulumi import` command can be used, for example:
@@ -402,6 +402,8 @@ class SystemBfdFeature(pulumi.CustomResource):
402
402
  This resource can manage a System BFD Feature.
403
403
  - Minimum SD-WAN Manager version: `20.12.0`
404
404
 
405
+ ## Example Usage
406
+
405
407
  ## Import
406
408
 
407
409
  The `pulumi import` command can be used, for example:
@@ -438,6 +440,8 @@ class SystemBfdFeature(pulumi.CustomResource):
438
440
  This resource can manage a System BFD Feature.
439
441
  - Minimum SD-WAN Manager version: `20.12.0`
440
442
 
443
+ ## Example Usage
444
+
441
445
  ## Import
442
446
 
443
447
  The `pulumi import` command can be used, for example:
@@ -233,6 +233,8 @@ class SystemIpv4DeviceAccessFeature(pulumi.CustomResource):
233
233
  This resource can manage a System IPv4 Device Access Feature.
234
234
  - Minimum SD-WAN Manager version: `20.12.0`
235
235
 
236
+ ## Example Usage
237
+
236
238
  ## Import
237
239
 
238
240
  The `pulumi import` command can be used, for example:
@@ -263,6 +265,8 @@ class SystemIpv4DeviceAccessFeature(pulumi.CustomResource):
263
265
  This resource can manage a System IPv4 Device Access Feature.
264
266
  - Minimum SD-WAN Manager version: `20.12.0`
265
267
 
268
+ ## Example Usage
269
+
266
270
  ## Import
267
271
 
268
272
  The `pulumi import` command can be used, for example:
@@ -233,6 +233,8 @@ class SystemIpv6DeviceAccessFeature(pulumi.CustomResource):
233
233
  This resource can manage a System IPv6 Device Access Feature.
234
234
  - Minimum SD-WAN Manager version: `20.12.0`
235
235
 
236
+ ## Example Usage
237
+
236
238
  ## Import
237
239
 
238
240
  The `pulumi import` command can be used, for example:
@@ -263,6 +265,8 @@ class SystemIpv6DeviceAccessFeature(pulumi.CustomResource):
263
265
  This resource can manage a System IPv6 Device Access Feature.
264
266
  - Minimum SD-WAN Manager version: `20.12.0`
265
267
 
268
+ ## Example Usage
269
+
266
270
  ## Import
267
271
 
268
272
  The `pulumi import` command can be used, for example:
@@ -476,6 +476,8 @@ class SystemLoggingFeature(pulumi.CustomResource):
476
476
  This resource can manage a System Logging Feature.
477
477
  - Minimum SD-WAN Manager version: `20.12.0`
478
478
 
479
+ ## Example Usage
480
+
479
481
  ## Import
480
482
 
481
483
  The `pulumi import` command can be used, for example:
@@ -516,6 +518,8 @@ class SystemLoggingFeature(pulumi.CustomResource):
516
518
  This resource can manage a System Logging Feature.
517
519
  - Minimum SD-WAN Manager version: `20.12.0`
518
520
 
521
+ ## Example Usage
522
+
519
523
  ## Import
520
524
 
521
525
  The `pulumi import` command can be used, for example:
@@ -497,6 +497,8 @@ class SystemNtpFeature(pulumi.CustomResource):
497
497
  This resource can manage a System NTP Feature.
498
498
  - Minimum SD-WAN Manager version: `20.12.0`
499
499
 
500
+ ## Example Usage
501
+
500
502
  ## Import
501
503
 
502
504
  The `pulumi import` command can be used, for example:
@@ -535,6 +537,8 @@ class SystemNtpFeature(pulumi.CustomResource):
535
537
  This resource can manage a System NTP Feature.
536
538
  - Minimum SD-WAN Manager version: `20.12.0`
537
539
 
540
+ ## Example Usage
541
+
538
542
  ## Import
539
543
 
540
544
  The `pulumi import` command can be used, for example:
@@ -583,6 +583,8 @@ class SystemSecurityFeature(pulumi.CustomResource):
583
583
  This resource can manage a System Security Feature.
584
584
  - Minimum SD-WAN Manager version: `20.12.0`
585
585
 
586
+ ## Example Usage
587
+
586
588
  ## Import
587
589
 
588
590
  The `pulumi import` command can be used, for example:
@@ -628,6 +630,8 @@ class SystemSecurityFeature(pulumi.CustomResource):
628
630
  This resource can manage a System Security Feature.
629
631
  - Minimum SD-WAN Manager version: `20.12.0`
630
632
 
633
+ ## Example Usage
634
+
631
635
  ## Import
632
636
 
633
637
  The `pulumi import` command can be used, for example:
@@ -526,6 +526,8 @@ class SystemSnmpFeature(pulumi.CustomResource):
526
526
  This resource can manage a System SNMP Feature.
527
527
  - Minimum SD-WAN Manager version: `20.12.0`
528
528
 
529
+ ## Example Usage
530
+
529
531
  ## Import
530
532
 
531
533
  The `pulumi import` command can be used, for example:
@@ -564,6 +566,8 @@ class SystemSnmpFeature(pulumi.CustomResource):
564
566
  This resource can manage a System SNMP Feature.
565
567
  - Minimum SD-WAN Manager version: `20.12.0`
566
568
 
569
+ ## Example Usage
570
+
567
571
  ## Import
568
572
 
569
573
  The `pulumi import` command can be used, for example:
@@ -125,6 +125,8 @@ class TlocListPolicyObject(pulumi.CustomResource):
125
125
  """
126
126
  This resource can manage a TLOC List Policy Object .
127
127
 
128
+ ## Example Usage
129
+
128
130
  ## Import
129
131
 
130
132
  The `pulumi import` command can be used, for example:
@@ -147,6 +149,8 @@ class TlocListPolicyObject(pulumi.CustomResource):
147
149
  """
148
150
  This resource can manage a TLOC List Policy Object .
149
151
 
152
+ ## Example Usage
153
+
150
154
  ## Import
151
155
 
152
156
  The `pulumi import` command can be used, for example:
@@ -734,6 +734,8 @@ class TlsSslDecryptionPolicyDefinition(pulumi.CustomResource):
734
734
  """
735
735
  This resource can manage a TLS SSL Decryption Policy Definition .
736
736
 
737
+ ## Example Usage
738
+
737
739
  ## Import
738
740
 
739
741
  The `pulumi import` command can be used, for example:
@@ -785,6 +787,8 @@ class TlsSslDecryptionPolicyDefinition(pulumi.CustomResource):
785
787
  """
786
788
  This resource can manage a TLS SSL Decryption Policy Definition .
787
789
 
790
+ ## Example Usage
791
+
788
792
  ## Import
789
793
 
790
794
  The `pulumi import` command can be used, for example:
@@ -210,6 +210,8 @@ class TrafficDataPolicyDefinition(pulumi.CustomResource):
210
210
  """
211
211
  This resource can manage a Traffic Data Policy Definition .
212
212
 
213
+ ## Example Usage
214
+
213
215
  ## Import
214
216
 
215
217
  The `pulumi import` command can be used, for example:
@@ -235,6 +237,8 @@ class TrafficDataPolicyDefinition(pulumi.CustomResource):
235
237
  """
236
238
  This resource can manage a Traffic Data Policy Definition .
237
239
 
240
+ ## Example Usage
241
+
238
242
  ## Import
239
243
 
240
244
  The `pulumi import` command can be used, for example:
@@ -233,6 +233,8 @@ class TransportIpv4AclFeature(pulumi.CustomResource):
233
233
  This resource can manage a Transport IPv4 ACL Feature.
234
234
  - Minimum SD-WAN Manager version: `20.12.0`
235
235
 
236
+ ## Example Usage
237
+
236
238
  ## Import
237
239
 
238
240
  The `pulumi import` command can be used, for example:
@@ -263,6 +265,8 @@ class TransportIpv4AclFeature(pulumi.CustomResource):
263
265
  This resource can manage a Transport IPv4 ACL Feature.
264
266
  - Minimum SD-WAN Manager version: `20.12.0`
265
267
 
268
+ ## Example Usage
269
+
266
270
  ## Import
267
271
 
268
272
  The `pulumi import` command can be used, for example:
@@ -233,6 +233,8 @@ class TransportIpv6AclFeature(pulumi.CustomResource):
233
233
  This resource can manage a Transport IPv6 ACL Feature.
234
234
  - Minimum SD-WAN Manager version: `20.12.0`
235
235
 
236
+ ## Example Usage
237
+
236
238
  ## Import
237
239
 
238
240
  The `pulumi import` command can be used, for example:
@@ -263,6 +265,8 @@ class TransportIpv6AclFeature(pulumi.CustomResource):
263
265
  This resource can manage a Transport IPv6 ACL Feature.
264
266
  - Minimum SD-WAN Manager version: `20.12.0`
265
267
 
268
+ ## Example Usage
269
+
266
270
  ## Import
267
271
 
268
272
  The `pulumi import` command can be used, for example:
@@ -331,6 +331,8 @@ class TransportIpv6TrackerGroupFeature(pulumi.CustomResource):
331
331
  This resource can manage a Transport IPv6 Tracker Group Feature.
332
332
  - Minimum SD-WAN Manager version: `20.12.0`
333
333
 
334
+ ## Example Usage
335
+
334
336
  ## Import
335
337
 
336
338
  The `pulumi import` command can be used, for example:
@@ -364,6 +366,8 @@ class TransportIpv6TrackerGroupFeature(pulumi.CustomResource):
364
366
  This resource can manage a Transport IPv6 Tracker Group Feature.
365
367
  - Minimum SD-WAN Manager version: `20.12.0`
366
368
 
369
+ ## Example Usage
370
+
367
371
  ## Import
368
372
 
369
373
  The `pulumi import` command can be used, for example:
@@ -580,6 +580,8 @@ class TransportManagementVpnFeature(pulumi.CustomResource):
580
580
  This resource can manage a Transport Management VPN Feature.
581
581
  - Minimum SD-WAN Manager version: `20.12.0`
582
582
 
583
+ ## Example Usage
584
+
583
585
  ## Import
584
586
 
585
587
  The `pulumi import` command can be used, for example:
@@ -618,6 +620,8 @@ class TransportManagementVpnFeature(pulumi.CustomResource):
618
620
  This resource can manage a Transport Management VPN Feature.
619
621
  - Minimum SD-WAN Manager version: `20.12.0`
620
622
 
623
+ ## Example Usage
624
+
621
625
  ## Import
622
626
 
623
627
  The `pulumi import` command can be used, for example:
@@ -1880,6 +1880,8 @@ class TransportManagementVpnInterfaceEthernetFeature(pulumi.CustomResource):
1880
1880
  This resource can manage a Transport Management VPN Interface Ethernet Feature.
1881
1881
  - Minimum SD-WAN Manager version: `20.12.0`
1882
1882
 
1883
+ ## Example Usage
1884
+
1883
1885
  ## Import
1884
1886
 
1885
1887
  The `pulumi import` command can be used, for example:
@@ -1976,6 +1978,8 @@ class TransportManagementVpnInterfaceEthernetFeature(pulumi.CustomResource):
1976
1978
  This resource can manage a Transport Management VPN Interface Ethernet Feature.
1977
1979
  - Minimum SD-WAN Manager version: `20.12.0`
1978
1980
 
1981
+ ## Example Usage
1982
+
1979
1983
  ## Import
1980
1984
 
1981
1985
  The `pulumi import` command can be used, for example:
@@ -233,6 +233,8 @@ class TransportRoutePolicyFeature(pulumi.CustomResource):
233
233
  This resource can manage a Transport Route Policy Feature.
234
234
  - Minimum SD-WAN Manager version: `20.12.0`
235
235
 
236
+ ## Example Usage
237
+
236
238
  ## Import
237
239
 
238
240
  The `pulumi import` command can be used, for example:
@@ -263,6 +265,8 @@ class TransportRoutePolicyFeature(pulumi.CustomResource):
263
265
  This resource can manage a Transport Route Policy Feature.
264
266
  - Minimum SD-WAN Manager version: `20.12.0`
265
267
 
268
+ ## Example Usage
269
+
266
270
  ## Import
267
271
 
268
272
  The `pulumi import` command can be used, for example:
@@ -1918,6 +1918,8 @@ class TransportRoutingBgpFeature(pulumi.CustomResource):
1918
1918
  This resource can manage a Transport Routing BGP Feature.
1919
1919
  - Minimum SD-WAN Manager version: `20.12.0`
1920
1920
 
1921
+ ## Example Usage
1922
+
1921
1923
  ## Import
1922
1924
 
1923
1925
  The `pulumi import` command can be used, for example:
@@ -2016,6 +2018,8 @@ class TransportRoutingBgpFeature(pulumi.CustomResource):
2016
2018
  This resource can manage a Transport Routing BGP Feature.
2017
2019
  - Minimum SD-WAN Manager version: `20.12.0`
2018
2020
 
2021
+ ## Example Usage
2022
+
2019
2023
  ## Import
2020
2024
 
2021
2025
  The `pulumi import` command can be used, for example:
@@ -1184,6 +1184,8 @@ class TransportRoutingOspfFeature(pulumi.CustomResource):
1184
1184
  This resource can manage a Transport Routing OSPF Feature.
1185
1185
  - Minimum SD-WAN Manager version: `20.12.0`
1186
1186
 
1187
+ ## Example Usage
1188
+
1187
1189
  ## Import
1188
1190
 
1189
1191
  The `pulumi import` command can be used, for example:
@@ -1257,6 +1259,8 @@ class TransportRoutingOspfFeature(pulumi.CustomResource):
1257
1259
  This resource can manage a Transport Routing OSPF Feature.
1258
1260
  - Minimum SD-WAN Manager version: `20.12.0`
1259
1261
 
1262
+ ## Example Usage
1263
+
1260
1264
  ## Import
1261
1265
 
1262
1266
  The `pulumi import` command can be used, for example:
@@ -1390,6 +1390,8 @@ class TransportRoutingOspfv3Ipv4Feature(pulumi.CustomResource):
1390
1390
  This resource can manage a Transport Routing OSPFv3 IPv4 Feature.
1391
1391
  - Minimum SD-WAN Manager version: `20.12.0`
1392
1392
 
1393
+ ## Example Usage
1394
+
1393
1395
  ## Import
1394
1396
 
1395
1397
  The `pulumi import` command can be used, for example:
@@ -1471,6 +1473,8 @@ class TransportRoutingOspfv3Ipv4Feature(pulumi.CustomResource):
1471
1473
  This resource can manage a Transport Routing OSPFv3 IPv4 Feature.
1472
1474
  - Minimum SD-WAN Manager version: `20.12.0`
1473
1475
 
1476
+ ## Example Usage
1477
+
1474
1478
  ## Import
1475
1479
 
1476
1480
  The `pulumi import` command can be used, for example:
@@ -1390,6 +1390,8 @@ class TransportRoutingOspfv3Ipv6Feature(pulumi.CustomResource):
1390
1390
  This resource can manage a Transport Routing OSPFv3 IPv6 Feature.
1391
1391
  - Minimum SD-WAN Manager version: `20.12.0`
1392
1392
 
1393
+ ## Example Usage
1394
+
1393
1395
  ## Import
1394
1396
 
1395
1397
  The `pulumi import` command can be used, for example:
@@ -1471,6 +1473,8 @@ class TransportRoutingOspfv3Ipv6Feature(pulumi.CustomResource):
1471
1473
  This resource can manage a Transport Routing OSPFv3 IPv6 Feature.
1472
1474
  - Minimum SD-WAN Manager version: `20.12.0`
1473
1475
 
1476
+ ## Example Usage
1477
+
1474
1478
  ## Import
1475
1479
 
1476
1480
  The `pulumi import` command can be used, for example: