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
|
@@ -2600,6 +2600,117 @@ class CiscoOspfv3FeatureTemplate(pulumi.CustomResource):
|
|
|
2600
2600
|
|
|
2601
2601
|
## Example Usage
|
|
2602
2602
|
|
|
2603
|
+
```python
|
|
2604
|
+
import pulumi
|
|
2605
|
+
import pulumi_sdwan as sdwan
|
|
2606
|
+
|
|
2607
|
+
example = sdwan.CiscoOspfv3FeatureTemplate("example",
|
|
2608
|
+
name="Example",
|
|
2609
|
+
description="My Example",
|
|
2610
|
+
device_types=["vedge-C8000V"],
|
|
2611
|
+
ipv4_router_id="1.2.3.4",
|
|
2612
|
+
ipv4_auto_cost_reference_bandwidth=100000,
|
|
2613
|
+
ipv4_compatible_rfc1583=True,
|
|
2614
|
+
ipv4_default_information_originate=True,
|
|
2615
|
+
ipv4_default_information_originate_always=True,
|
|
2616
|
+
ipv4_default_information_originate_metric=100,
|
|
2617
|
+
ipv4_default_information_originate_metric_type="type1",
|
|
2618
|
+
ipv4_distance_external=111,
|
|
2619
|
+
ipv4_distance_inter_area=111,
|
|
2620
|
+
ipv4_distance_intra_area=112,
|
|
2621
|
+
ipv4_timers_spf_delay=300,
|
|
2622
|
+
ipv4_timers_spf_initial_hold=2000,
|
|
2623
|
+
ipv4_timers_spf_max_hold=20000,
|
|
2624
|
+
ipv4_distance=110,
|
|
2625
|
+
ipv4_policy_name="POLICY1",
|
|
2626
|
+
ipv4_filter=False,
|
|
2627
|
+
ipv4_redistributes=[{
|
|
2628
|
+
"protocol": "static",
|
|
2629
|
+
"route_policy": "RP1",
|
|
2630
|
+
"nat_dia": True,
|
|
2631
|
+
}],
|
|
2632
|
+
ipv4_max_metric_router_lsas=[{
|
|
2633
|
+
"ad_type": "on-startup",
|
|
2634
|
+
"time": 100,
|
|
2635
|
+
}],
|
|
2636
|
+
ipv4_areas=[{
|
|
2637
|
+
"area_number": 1,
|
|
2638
|
+
"stub": False,
|
|
2639
|
+
"stub_no_summary": False,
|
|
2640
|
+
"nssa": False,
|
|
2641
|
+
"nssa_no_summary": True,
|
|
2642
|
+
"translate": "always",
|
|
2643
|
+
"normal": False,
|
|
2644
|
+
"interfaces": [{
|
|
2645
|
+
"name": "e1",
|
|
2646
|
+
"hello_interval": 20,
|
|
2647
|
+
"dead_interval": 60,
|
|
2648
|
+
"retransmit_interval": 10,
|
|
2649
|
+
"cost": 100,
|
|
2650
|
+
"network": "point-to-point",
|
|
2651
|
+
"passive_interface": True,
|
|
2652
|
+
"authentication_type": "md5",
|
|
2653
|
+
"authentication_key": "authenticationKey",
|
|
2654
|
+
"ipsec_spi": 256,
|
|
2655
|
+
}],
|
|
2656
|
+
"ranges": [{
|
|
2657
|
+
"address": "1.1.1.0/24",
|
|
2658
|
+
"cost": 100,
|
|
2659
|
+
"no_advertise": True,
|
|
2660
|
+
}],
|
|
2661
|
+
}],
|
|
2662
|
+
ipv6_router_id="1.2.3.4",
|
|
2663
|
+
ipv6_auto_cost_reference_bandwidth=100000,
|
|
2664
|
+
ipv6_compatible_rfc1583=True,
|
|
2665
|
+
ipv6_default_information_originate=True,
|
|
2666
|
+
ipv6_default_information_originate_always=True,
|
|
2667
|
+
ipv6_default_information_originate_metric=100,
|
|
2668
|
+
ipv6_default_information_originate_metric_type="type1",
|
|
2669
|
+
ipv6_distance_external=111,
|
|
2670
|
+
ipv6_distance_inter_area=111,
|
|
2671
|
+
ipv6_distance_intra_area=112,
|
|
2672
|
+
ipv6_timers_spf_delay=300,
|
|
2673
|
+
ipv6_timers_spf_initial_hold=2000,
|
|
2674
|
+
ipv6_timers_spf_max_hold=20000,
|
|
2675
|
+
ipv6_distance=110,
|
|
2676
|
+
ipv6_policy_name="POLICY2",
|
|
2677
|
+
ipv6_filter=False,
|
|
2678
|
+
ipv6_redistributes=[{
|
|
2679
|
+
"protocol": "static",
|
|
2680
|
+
"route_policy": "RP1",
|
|
2681
|
+
}],
|
|
2682
|
+
ipv6_max_metric_router_lsas=[{
|
|
2683
|
+
"ad_type": "on-startup",
|
|
2684
|
+
"time": 100,
|
|
2685
|
+
}],
|
|
2686
|
+
ipv6_areas=[{
|
|
2687
|
+
"area_number": 1,
|
|
2688
|
+
"stub": False,
|
|
2689
|
+
"stub_no_summary": False,
|
|
2690
|
+
"nssa": False,
|
|
2691
|
+
"nssa_no_summary": True,
|
|
2692
|
+
"translate": "always",
|
|
2693
|
+
"normal": False,
|
|
2694
|
+
"interfaces": [{
|
|
2695
|
+
"name": "e1",
|
|
2696
|
+
"hello_interval": 20,
|
|
2697
|
+
"dead_interval": 60,
|
|
2698
|
+
"retransmit_interval": 10,
|
|
2699
|
+
"cost": 100,
|
|
2700
|
+
"network": "point-to-point",
|
|
2701
|
+
"passive_interface": True,
|
|
2702
|
+
"authentication_type": "md5",
|
|
2703
|
+
"authentication_key": "authenticationKey",
|
|
2704
|
+
"ipsec_spi": 256,
|
|
2705
|
+
}],
|
|
2706
|
+
"ranges": [{
|
|
2707
|
+
"address": "2001::/48",
|
|
2708
|
+
"cost": 100,
|
|
2709
|
+
"no_advertise": True,
|
|
2710
|
+
}],
|
|
2711
|
+
}])
|
|
2712
|
+
```
|
|
2713
|
+
|
|
2603
2714
|
## Import
|
|
2604
2715
|
|
|
2605
2716
|
The `pulumi import` command can be used, for example:
|
|
@@ -2739,6 +2850,117 @@ class CiscoOspfv3FeatureTemplate(pulumi.CustomResource):
|
|
|
2739
2850
|
|
|
2740
2851
|
## Example Usage
|
|
2741
2852
|
|
|
2853
|
+
```python
|
|
2854
|
+
import pulumi
|
|
2855
|
+
import pulumi_sdwan as sdwan
|
|
2856
|
+
|
|
2857
|
+
example = sdwan.CiscoOspfv3FeatureTemplate("example",
|
|
2858
|
+
name="Example",
|
|
2859
|
+
description="My Example",
|
|
2860
|
+
device_types=["vedge-C8000V"],
|
|
2861
|
+
ipv4_router_id="1.2.3.4",
|
|
2862
|
+
ipv4_auto_cost_reference_bandwidth=100000,
|
|
2863
|
+
ipv4_compatible_rfc1583=True,
|
|
2864
|
+
ipv4_default_information_originate=True,
|
|
2865
|
+
ipv4_default_information_originate_always=True,
|
|
2866
|
+
ipv4_default_information_originate_metric=100,
|
|
2867
|
+
ipv4_default_information_originate_metric_type="type1",
|
|
2868
|
+
ipv4_distance_external=111,
|
|
2869
|
+
ipv4_distance_inter_area=111,
|
|
2870
|
+
ipv4_distance_intra_area=112,
|
|
2871
|
+
ipv4_timers_spf_delay=300,
|
|
2872
|
+
ipv4_timers_spf_initial_hold=2000,
|
|
2873
|
+
ipv4_timers_spf_max_hold=20000,
|
|
2874
|
+
ipv4_distance=110,
|
|
2875
|
+
ipv4_policy_name="POLICY1",
|
|
2876
|
+
ipv4_filter=False,
|
|
2877
|
+
ipv4_redistributes=[{
|
|
2878
|
+
"protocol": "static",
|
|
2879
|
+
"route_policy": "RP1",
|
|
2880
|
+
"nat_dia": True,
|
|
2881
|
+
}],
|
|
2882
|
+
ipv4_max_metric_router_lsas=[{
|
|
2883
|
+
"ad_type": "on-startup",
|
|
2884
|
+
"time": 100,
|
|
2885
|
+
}],
|
|
2886
|
+
ipv4_areas=[{
|
|
2887
|
+
"area_number": 1,
|
|
2888
|
+
"stub": False,
|
|
2889
|
+
"stub_no_summary": False,
|
|
2890
|
+
"nssa": False,
|
|
2891
|
+
"nssa_no_summary": True,
|
|
2892
|
+
"translate": "always",
|
|
2893
|
+
"normal": False,
|
|
2894
|
+
"interfaces": [{
|
|
2895
|
+
"name": "e1",
|
|
2896
|
+
"hello_interval": 20,
|
|
2897
|
+
"dead_interval": 60,
|
|
2898
|
+
"retransmit_interval": 10,
|
|
2899
|
+
"cost": 100,
|
|
2900
|
+
"network": "point-to-point",
|
|
2901
|
+
"passive_interface": True,
|
|
2902
|
+
"authentication_type": "md5",
|
|
2903
|
+
"authentication_key": "authenticationKey",
|
|
2904
|
+
"ipsec_spi": 256,
|
|
2905
|
+
}],
|
|
2906
|
+
"ranges": [{
|
|
2907
|
+
"address": "1.1.1.0/24",
|
|
2908
|
+
"cost": 100,
|
|
2909
|
+
"no_advertise": True,
|
|
2910
|
+
}],
|
|
2911
|
+
}],
|
|
2912
|
+
ipv6_router_id="1.2.3.4",
|
|
2913
|
+
ipv6_auto_cost_reference_bandwidth=100000,
|
|
2914
|
+
ipv6_compatible_rfc1583=True,
|
|
2915
|
+
ipv6_default_information_originate=True,
|
|
2916
|
+
ipv6_default_information_originate_always=True,
|
|
2917
|
+
ipv6_default_information_originate_metric=100,
|
|
2918
|
+
ipv6_default_information_originate_metric_type="type1",
|
|
2919
|
+
ipv6_distance_external=111,
|
|
2920
|
+
ipv6_distance_inter_area=111,
|
|
2921
|
+
ipv6_distance_intra_area=112,
|
|
2922
|
+
ipv6_timers_spf_delay=300,
|
|
2923
|
+
ipv6_timers_spf_initial_hold=2000,
|
|
2924
|
+
ipv6_timers_spf_max_hold=20000,
|
|
2925
|
+
ipv6_distance=110,
|
|
2926
|
+
ipv6_policy_name="POLICY2",
|
|
2927
|
+
ipv6_filter=False,
|
|
2928
|
+
ipv6_redistributes=[{
|
|
2929
|
+
"protocol": "static",
|
|
2930
|
+
"route_policy": "RP1",
|
|
2931
|
+
}],
|
|
2932
|
+
ipv6_max_metric_router_lsas=[{
|
|
2933
|
+
"ad_type": "on-startup",
|
|
2934
|
+
"time": 100,
|
|
2935
|
+
}],
|
|
2936
|
+
ipv6_areas=[{
|
|
2937
|
+
"area_number": 1,
|
|
2938
|
+
"stub": False,
|
|
2939
|
+
"stub_no_summary": False,
|
|
2940
|
+
"nssa": False,
|
|
2941
|
+
"nssa_no_summary": True,
|
|
2942
|
+
"translate": "always",
|
|
2943
|
+
"normal": False,
|
|
2944
|
+
"interfaces": [{
|
|
2945
|
+
"name": "e1",
|
|
2946
|
+
"hello_interval": 20,
|
|
2947
|
+
"dead_interval": 60,
|
|
2948
|
+
"retransmit_interval": 10,
|
|
2949
|
+
"cost": 100,
|
|
2950
|
+
"network": "point-to-point",
|
|
2951
|
+
"passive_interface": True,
|
|
2952
|
+
"authentication_type": "md5",
|
|
2953
|
+
"authentication_key": "authenticationKey",
|
|
2954
|
+
"ipsec_spi": 256,
|
|
2955
|
+
}],
|
|
2956
|
+
"ranges": [{
|
|
2957
|
+
"address": "2001::/48",
|
|
2958
|
+
"cost": 100,
|
|
2959
|
+
"no_advertise": True,
|
|
2960
|
+
}],
|
|
2961
|
+
}])
|
|
2962
|
+
```
|
|
2963
|
+
|
|
2742
2964
|
## Import
|
|
2743
2965
|
|
|
2744
2966
|
The `pulumi import` command can be used, for example:
|
|
@@ -386,6 +386,89 @@ class CiscoSecureInternetGatewayFeatureTemplate(pulumi.CustomResource):
|
|
|
386
386
|
|
|
387
387
|
## Example Usage
|
|
388
388
|
|
|
389
|
+
```python
|
|
390
|
+
import pulumi
|
|
391
|
+
import pulumi_sdwan as sdwan
|
|
392
|
+
|
|
393
|
+
example = sdwan.CiscoSecureInternetGatewayFeatureTemplate("example",
|
|
394
|
+
name="Example",
|
|
395
|
+
description="My Example",
|
|
396
|
+
device_types=["vedge-C8000V"],
|
|
397
|
+
vpn_id=1,
|
|
398
|
+
interfaces=[{
|
|
399
|
+
"name": "ipsec1",
|
|
400
|
+
"auto_tunnel_mode": True,
|
|
401
|
+
"shutdown": True,
|
|
402
|
+
"description": "My Description",
|
|
403
|
+
"ip_unnumbered": False,
|
|
404
|
+
"ipv4_address": "1.2.3.4/24",
|
|
405
|
+
"tunnel_source": "3.3.3.3",
|
|
406
|
+
"tunnel_source_interface": "ge0/1",
|
|
407
|
+
"tunnel_route_via": "ge0/2",
|
|
408
|
+
"tunnel_destination": "3.4.5.6",
|
|
409
|
+
"application": "sig",
|
|
410
|
+
"sig_provider": "secure-internet-gateway-umbrella",
|
|
411
|
+
"tunnel_dc_preference": "primary-dc",
|
|
412
|
+
"tcp_mss": 1400,
|
|
413
|
+
"mtu": 1500,
|
|
414
|
+
"dead_peer_detection_interval": 30,
|
|
415
|
+
"dead_peer_detection_retries": 5,
|
|
416
|
+
"ike_version": 1,
|
|
417
|
+
"ike_pre_shared_key": "A1234567",
|
|
418
|
+
"ike_rekey_interval": 600,
|
|
419
|
+
"ike_ciphersuite": "aes256-cbc-sha2",
|
|
420
|
+
"ike_group": "14",
|
|
421
|
+
"ike_pre_shared_key_dynamic": False,
|
|
422
|
+
"ike_pre_shared_key_local_id": "1.2.3.4",
|
|
423
|
+
"ike_pre_shared_key_remote_id": "2.3.4.5",
|
|
424
|
+
"ipsec_rekey_interval": 7200,
|
|
425
|
+
"ipsec_replay_window": 1024,
|
|
426
|
+
"ipsec_ciphersuite": "aes256-cbc-sha1",
|
|
427
|
+
"ipsec_perfect_forward_secrecy": "group-14",
|
|
428
|
+
"tracker": "test",
|
|
429
|
+
"track_enable": False,
|
|
430
|
+
"tunnel_public_ip": "5.5.5.5",
|
|
431
|
+
}],
|
|
432
|
+
services=[{
|
|
433
|
+
"service_type": "sig",
|
|
434
|
+
"interface_pairs": [{
|
|
435
|
+
"active_interface": "e1",
|
|
436
|
+
"backup_interface": "e2",
|
|
437
|
+
"active_interface_weight": 10,
|
|
438
|
+
"backup_interface_weight": 20,
|
|
439
|
+
}],
|
|
440
|
+
"zscaler_authentication_required": True,
|
|
441
|
+
"zscaler_xff_forward": True,
|
|
442
|
+
"zscaler_firewall_enabled": True,
|
|
443
|
+
"zscaler_ips_control_enabled": True,
|
|
444
|
+
"zscaler_caution_enabled": True,
|
|
445
|
+
"zscaler_primary_data_center": "Auto",
|
|
446
|
+
"zscaler_secondary_data_center": "Auto",
|
|
447
|
+
"zscaler_surrogate_ip": True,
|
|
448
|
+
"zscaler_surrogate_idle_time": 100,
|
|
449
|
+
"zscaler_surrogate_display_time_unit": "MINUTE",
|
|
450
|
+
"zscaler_surrogate_ip_enforce_for_known_browsers": True,
|
|
451
|
+
"zscaler_surrogate_refresh_time": 12345,
|
|
452
|
+
"zscaler_surrogate_refresh_time_unit": "MINUTE",
|
|
453
|
+
"zscaler_aup_enabled": True,
|
|
454
|
+
"zscaler_aup_block_internet_until_accepted": True,
|
|
455
|
+
"zscaler_aup_force_ssl_inspection": True,
|
|
456
|
+
"zscaler_aup_timeout": 60,
|
|
457
|
+
"zscaler_location_name": "LOC1",
|
|
458
|
+
"umbrella_primary_data_center": "Auto",
|
|
459
|
+
"umbrella_secondary_data_center": "Auto",
|
|
460
|
+
}],
|
|
461
|
+
tracker_source_ip="2.3.4.5",
|
|
462
|
+
trackers=[{
|
|
463
|
+
"tracker_type": "SIG",
|
|
464
|
+
"name": "TRACKER1",
|
|
465
|
+
"endpoint_api_url": "https://1.1.1.1",
|
|
466
|
+
"threshold": 500,
|
|
467
|
+
"interval": 60,
|
|
468
|
+
"multiplier": 4,
|
|
469
|
+
}])
|
|
470
|
+
```
|
|
471
|
+
|
|
389
472
|
## Import
|
|
390
473
|
|
|
391
474
|
The `pulumi import` command can be used, for example:
|
|
@@ -421,6 +504,89 @@ class CiscoSecureInternetGatewayFeatureTemplate(pulumi.CustomResource):
|
|
|
421
504
|
|
|
422
505
|
## Example Usage
|
|
423
506
|
|
|
507
|
+
```python
|
|
508
|
+
import pulumi
|
|
509
|
+
import pulumi_sdwan as sdwan
|
|
510
|
+
|
|
511
|
+
example = sdwan.CiscoSecureInternetGatewayFeatureTemplate("example",
|
|
512
|
+
name="Example",
|
|
513
|
+
description="My Example",
|
|
514
|
+
device_types=["vedge-C8000V"],
|
|
515
|
+
vpn_id=1,
|
|
516
|
+
interfaces=[{
|
|
517
|
+
"name": "ipsec1",
|
|
518
|
+
"auto_tunnel_mode": True,
|
|
519
|
+
"shutdown": True,
|
|
520
|
+
"description": "My Description",
|
|
521
|
+
"ip_unnumbered": False,
|
|
522
|
+
"ipv4_address": "1.2.3.4/24",
|
|
523
|
+
"tunnel_source": "3.3.3.3",
|
|
524
|
+
"tunnel_source_interface": "ge0/1",
|
|
525
|
+
"tunnel_route_via": "ge0/2",
|
|
526
|
+
"tunnel_destination": "3.4.5.6",
|
|
527
|
+
"application": "sig",
|
|
528
|
+
"sig_provider": "secure-internet-gateway-umbrella",
|
|
529
|
+
"tunnel_dc_preference": "primary-dc",
|
|
530
|
+
"tcp_mss": 1400,
|
|
531
|
+
"mtu": 1500,
|
|
532
|
+
"dead_peer_detection_interval": 30,
|
|
533
|
+
"dead_peer_detection_retries": 5,
|
|
534
|
+
"ike_version": 1,
|
|
535
|
+
"ike_pre_shared_key": "A1234567",
|
|
536
|
+
"ike_rekey_interval": 600,
|
|
537
|
+
"ike_ciphersuite": "aes256-cbc-sha2",
|
|
538
|
+
"ike_group": "14",
|
|
539
|
+
"ike_pre_shared_key_dynamic": False,
|
|
540
|
+
"ike_pre_shared_key_local_id": "1.2.3.4",
|
|
541
|
+
"ike_pre_shared_key_remote_id": "2.3.4.5",
|
|
542
|
+
"ipsec_rekey_interval": 7200,
|
|
543
|
+
"ipsec_replay_window": 1024,
|
|
544
|
+
"ipsec_ciphersuite": "aes256-cbc-sha1",
|
|
545
|
+
"ipsec_perfect_forward_secrecy": "group-14",
|
|
546
|
+
"tracker": "test",
|
|
547
|
+
"track_enable": False,
|
|
548
|
+
"tunnel_public_ip": "5.5.5.5",
|
|
549
|
+
}],
|
|
550
|
+
services=[{
|
|
551
|
+
"service_type": "sig",
|
|
552
|
+
"interface_pairs": [{
|
|
553
|
+
"active_interface": "e1",
|
|
554
|
+
"backup_interface": "e2",
|
|
555
|
+
"active_interface_weight": 10,
|
|
556
|
+
"backup_interface_weight": 20,
|
|
557
|
+
}],
|
|
558
|
+
"zscaler_authentication_required": True,
|
|
559
|
+
"zscaler_xff_forward": True,
|
|
560
|
+
"zscaler_firewall_enabled": True,
|
|
561
|
+
"zscaler_ips_control_enabled": True,
|
|
562
|
+
"zscaler_caution_enabled": True,
|
|
563
|
+
"zscaler_primary_data_center": "Auto",
|
|
564
|
+
"zscaler_secondary_data_center": "Auto",
|
|
565
|
+
"zscaler_surrogate_ip": True,
|
|
566
|
+
"zscaler_surrogate_idle_time": 100,
|
|
567
|
+
"zscaler_surrogate_display_time_unit": "MINUTE",
|
|
568
|
+
"zscaler_surrogate_ip_enforce_for_known_browsers": True,
|
|
569
|
+
"zscaler_surrogate_refresh_time": 12345,
|
|
570
|
+
"zscaler_surrogate_refresh_time_unit": "MINUTE",
|
|
571
|
+
"zscaler_aup_enabled": True,
|
|
572
|
+
"zscaler_aup_block_internet_until_accepted": True,
|
|
573
|
+
"zscaler_aup_force_ssl_inspection": True,
|
|
574
|
+
"zscaler_aup_timeout": 60,
|
|
575
|
+
"zscaler_location_name": "LOC1",
|
|
576
|
+
"umbrella_primary_data_center": "Auto",
|
|
577
|
+
"umbrella_secondary_data_center": "Auto",
|
|
578
|
+
}],
|
|
579
|
+
tracker_source_ip="2.3.4.5",
|
|
580
|
+
trackers=[{
|
|
581
|
+
"tracker_type": "SIG",
|
|
582
|
+
"name": "TRACKER1",
|
|
583
|
+
"endpoint_api_url": "https://1.1.1.1",
|
|
584
|
+
"threshold": 500,
|
|
585
|
+
"interval": 60,
|
|
586
|
+
"multiplier": 4,
|
|
587
|
+
}])
|
|
588
|
+
```
|
|
589
|
+
|
|
424
590
|
## Import
|
|
425
591
|
|
|
426
592
|
The `pulumi import` command can be used, for example:
|
|
@@ -670,6 +670,48 @@ class CiscoSecurityFeatureTemplate(pulumi.CustomResource):
|
|
|
670
670
|
|
|
671
671
|
## Example Usage
|
|
672
672
|
|
|
673
|
+
```python
|
|
674
|
+
import pulumi
|
|
675
|
+
import pulumi_sdwan as sdwan
|
|
676
|
+
|
|
677
|
+
example = sdwan.CiscoSecurityFeatureTemplate("example",
|
|
678
|
+
name="Example",
|
|
679
|
+
description="My Example",
|
|
680
|
+
device_types=["vedge-C8000V"],
|
|
681
|
+
rekey_interval=86400,
|
|
682
|
+
replay_window="64",
|
|
683
|
+
extended_ar_window=256,
|
|
684
|
+
authentication_types=["none"],
|
|
685
|
+
integrity_types=["none"],
|
|
686
|
+
pairwise_keying=True,
|
|
687
|
+
keychains=[{
|
|
688
|
+
"name": "CHAIN1",
|
|
689
|
+
"key_id": 1,
|
|
690
|
+
}],
|
|
691
|
+
keys=[{
|
|
692
|
+
"id": "1",
|
|
693
|
+
"chain_name": "CHAIN1",
|
|
694
|
+
"send_id": 0,
|
|
695
|
+
"receive_id": 0,
|
|
696
|
+
"crypto_algorithm": "hmac-sha-256",
|
|
697
|
+
"key_string": "abc123",
|
|
698
|
+
"send_lifetime_local": True,
|
|
699
|
+
"send_lifetime_start_time": "2022-12-31T23:59",
|
|
700
|
+
"send_lifetime_end_time_format": "infinite",
|
|
701
|
+
"send_lifetime_duration": 1000,
|
|
702
|
+
"send_lifetime_end_time": "2032-12-31T23:59",
|
|
703
|
+
"send_lifetime_infinite": True,
|
|
704
|
+
"accept_lifetime_local": True,
|
|
705
|
+
"accept_lifetime_start_time": "2022-12-31T23:59",
|
|
706
|
+
"accept_lifetime_end_time_format": "infinite",
|
|
707
|
+
"accept_lifetime_duration": 1000,
|
|
708
|
+
"accept_lifetime_end_time": "2032-12-31T23:59",
|
|
709
|
+
"accept_lifetime_infinite": True,
|
|
710
|
+
"include_tcp_options": False,
|
|
711
|
+
"accept_ao_mismatch": True,
|
|
712
|
+
}])
|
|
713
|
+
```
|
|
714
|
+
|
|
673
715
|
## Import
|
|
674
716
|
|
|
675
717
|
The `pulumi import` command can be used, for example:
|
|
@@ -718,6 +760,48 @@ class CiscoSecurityFeatureTemplate(pulumi.CustomResource):
|
|
|
718
760
|
|
|
719
761
|
## Example Usage
|
|
720
762
|
|
|
763
|
+
```python
|
|
764
|
+
import pulumi
|
|
765
|
+
import pulumi_sdwan as sdwan
|
|
766
|
+
|
|
767
|
+
example = sdwan.CiscoSecurityFeatureTemplate("example",
|
|
768
|
+
name="Example",
|
|
769
|
+
description="My Example",
|
|
770
|
+
device_types=["vedge-C8000V"],
|
|
771
|
+
rekey_interval=86400,
|
|
772
|
+
replay_window="64",
|
|
773
|
+
extended_ar_window=256,
|
|
774
|
+
authentication_types=["none"],
|
|
775
|
+
integrity_types=["none"],
|
|
776
|
+
pairwise_keying=True,
|
|
777
|
+
keychains=[{
|
|
778
|
+
"name": "CHAIN1",
|
|
779
|
+
"key_id": 1,
|
|
780
|
+
}],
|
|
781
|
+
keys=[{
|
|
782
|
+
"id": "1",
|
|
783
|
+
"chain_name": "CHAIN1",
|
|
784
|
+
"send_id": 0,
|
|
785
|
+
"receive_id": 0,
|
|
786
|
+
"crypto_algorithm": "hmac-sha-256",
|
|
787
|
+
"key_string": "abc123",
|
|
788
|
+
"send_lifetime_local": True,
|
|
789
|
+
"send_lifetime_start_time": "2022-12-31T23:59",
|
|
790
|
+
"send_lifetime_end_time_format": "infinite",
|
|
791
|
+
"send_lifetime_duration": 1000,
|
|
792
|
+
"send_lifetime_end_time": "2032-12-31T23:59",
|
|
793
|
+
"send_lifetime_infinite": True,
|
|
794
|
+
"accept_lifetime_local": True,
|
|
795
|
+
"accept_lifetime_start_time": "2022-12-31T23:59",
|
|
796
|
+
"accept_lifetime_end_time_format": "infinite",
|
|
797
|
+
"accept_lifetime_duration": 1000,
|
|
798
|
+
"accept_lifetime_end_time": "2032-12-31T23:59",
|
|
799
|
+
"accept_lifetime_infinite": True,
|
|
800
|
+
"include_tcp_options": False,
|
|
801
|
+
"accept_ao_mismatch": True,
|
|
802
|
+
}])
|
|
803
|
+
```
|
|
804
|
+
|
|
721
805
|
## Import
|
|
722
806
|
|
|
723
807
|
The `pulumi import` command can be used, for example:
|
|
@@ -547,6 +547,52 @@ class CiscoSnmpFeatureTemplate(pulumi.CustomResource):
|
|
|
547
547
|
|
|
548
548
|
## Example Usage
|
|
549
549
|
|
|
550
|
+
```python
|
|
551
|
+
import pulumi
|
|
552
|
+
import pulumi_sdwan as sdwan
|
|
553
|
+
|
|
554
|
+
example = sdwan.CiscoSnmpFeatureTemplate("example",
|
|
555
|
+
name="Example",
|
|
556
|
+
description="My Example",
|
|
557
|
+
device_types=["vedge-C8000V"],
|
|
558
|
+
shutdown=False,
|
|
559
|
+
contact="Max",
|
|
560
|
+
location="Building 1",
|
|
561
|
+
views=[{
|
|
562
|
+
"name": "VIEW1",
|
|
563
|
+
"object_identifiers": [{
|
|
564
|
+
"id": "1.2.3",
|
|
565
|
+
"exclude": True,
|
|
566
|
+
}],
|
|
567
|
+
}],
|
|
568
|
+
communities=[{
|
|
569
|
+
"name": "community1",
|
|
570
|
+
"view": "VIEW1",
|
|
571
|
+
"authorization": "read-only",
|
|
572
|
+
}],
|
|
573
|
+
groups=[{
|
|
574
|
+
"name": "GROUP1",
|
|
575
|
+
"security_level": "auth-priv",
|
|
576
|
+
"view": "VIEW1",
|
|
577
|
+
}],
|
|
578
|
+
users=[{
|
|
579
|
+
"name": "user1",
|
|
580
|
+
"authentication_protocol": "sha",
|
|
581
|
+
"authentication_password": "password123",
|
|
582
|
+
"privacy_protocol": "aes-cfb-128",
|
|
583
|
+
"privacy_password": "password123",
|
|
584
|
+
"group": "GROUP1",
|
|
585
|
+
}],
|
|
586
|
+
trap_targets=[{
|
|
587
|
+
"vpn_id": 1,
|
|
588
|
+
"ip": "1.1.1.1",
|
|
589
|
+
"udp_port": 12345,
|
|
590
|
+
"community_name": "community1",
|
|
591
|
+
"user": "user1",
|
|
592
|
+
"source_interface": "e1",
|
|
593
|
+
}])
|
|
594
|
+
```
|
|
595
|
+
|
|
550
596
|
## Import
|
|
551
597
|
|
|
552
598
|
The `pulumi import` command can be used, for example:
|
|
@@ -586,6 +632,52 @@ class CiscoSnmpFeatureTemplate(pulumi.CustomResource):
|
|
|
586
632
|
|
|
587
633
|
## Example Usage
|
|
588
634
|
|
|
635
|
+
```python
|
|
636
|
+
import pulumi
|
|
637
|
+
import pulumi_sdwan as sdwan
|
|
638
|
+
|
|
639
|
+
example = sdwan.CiscoSnmpFeatureTemplate("example",
|
|
640
|
+
name="Example",
|
|
641
|
+
description="My Example",
|
|
642
|
+
device_types=["vedge-C8000V"],
|
|
643
|
+
shutdown=False,
|
|
644
|
+
contact="Max",
|
|
645
|
+
location="Building 1",
|
|
646
|
+
views=[{
|
|
647
|
+
"name": "VIEW1",
|
|
648
|
+
"object_identifiers": [{
|
|
649
|
+
"id": "1.2.3",
|
|
650
|
+
"exclude": True,
|
|
651
|
+
}],
|
|
652
|
+
}],
|
|
653
|
+
communities=[{
|
|
654
|
+
"name": "community1",
|
|
655
|
+
"view": "VIEW1",
|
|
656
|
+
"authorization": "read-only",
|
|
657
|
+
}],
|
|
658
|
+
groups=[{
|
|
659
|
+
"name": "GROUP1",
|
|
660
|
+
"security_level": "auth-priv",
|
|
661
|
+
"view": "VIEW1",
|
|
662
|
+
}],
|
|
663
|
+
users=[{
|
|
664
|
+
"name": "user1",
|
|
665
|
+
"authentication_protocol": "sha",
|
|
666
|
+
"authentication_password": "password123",
|
|
667
|
+
"privacy_protocol": "aes-cfb-128",
|
|
668
|
+
"privacy_password": "password123",
|
|
669
|
+
"group": "GROUP1",
|
|
670
|
+
}],
|
|
671
|
+
trap_targets=[{
|
|
672
|
+
"vpn_id": 1,
|
|
673
|
+
"ip": "1.1.1.1",
|
|
674
|
+
"udp_port": 12345,
|
|
675
|
+
"community_name": "community1",
|
|
676
|
+
"user": "user1",
|
|
677
|
+
"source_interface": "e1",
|
|
678
|
+
}])
|
|
679
|
+
```
|
|
680
|
+
|
|
589
681
|
## Import
|
|
590
682
|
|
|
591
683
|
The `pulumi import` command can be used, for example:
|