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
|
@@ -689,6 +689,52 @@ class TransportWanVpnFeature(pulumi.CustomResource):
|
|
|
689
689
|
|
|
690
690
|
## Example Usage
|
|
691
691
|
|
|
692
|
+
```python
|
|
693
|
+
import pulumi
|
|
694
|
+
import pulumi_sdwan as sdwan
|
|
695
|
+
|
|
696
|
+
example = sdwan.TransportWanVpnFeature("example",
|
|
697
|
+
name="Example",
|
|
698
|
+
description="My Example",
|
|
699
|
+
feature_profile_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
|
|
700
|
+
vpn=0,
|
|
701
|
+
enhance_ecmp_keying=True,
|
|
702
|
+
primary_dns_address_ipv4="1.2.3.4",
|
|
703
|
+
secondary_dns_address_ipv4="2.3.4.5",
|
|
704
|
+
primary_dns_address_ipv6="2001:0:0:1::0",
|
|
705
|
+
secondary_dns_address_ipv6="2001:0:0:2::0",
|
|
706
|
+
new_host_mappings=[{
|
|
707
|
+
"host_name": "example",
|
|
708
|
+
"list_of_ip_addresses": ["1.2.3.4"],
|
|
709
|
+
}],
|
|
710
|
+
ipv4_static_routes=[{
|
|
711
|
+
"network_address": "1.2.3.4",
|
|
712
|
+
"subnet_mask": "0.0.0.0",
|
|
713
|
+
"gateway": "nextHop",
|
|
714
|
+
"next_hops": [{
|
|
715
|
+
"address": "1.2.3.4",
|
|
716
|
+
"administrative_distance": 1,
|
|
717
|
+
}],
|
|
718
|
+
}],
|
|
719
|
+
ipv6_static_routes=[{
|
|
720
|
+
"prefix": "2002::/16",
|
|
721
|
+
"gateway": "nextHop",
|
|
722
|
+
"next_hops": [{
|
|
723
|
+
"address": "2001:0:0:1::0",
|
|
724
|
+
"administrative_distance": 1,
|
|
725
|
+
}],
|
|
726
|
+
}],
|
|
727
|
+
services=[{
|
|
728
|
+
"service_type": "TE",
|
|
729
|
+
}],
|
|
730
|
+
nat64_v4_pools=[{
|
|
731
|
+
"nat64_v4_pool_name": "example",
|
|
732
|
+
"nat64_v4_pool_range_start": "203.0.113.50",
|
|
733
|
+
"nat64_v4_pool_range_end": "203.0.113.100",
|
|
734
|
+
"nat64_v4_pool_overload": False,
|
|
735
|
+
}])
|
|
736
|
+
```
|
|
737
|
+
|
|
692
738
|
## Import
|
|
693
739
|
|
|
694
740
|
The `pulumi import` command can be used, for example:
|
|
@@ -734,6 +780,52 @@ class TransportWanVpnFeature(pulumi.CustomResource):
|
|
|
734
780
|
|
|
735
781
|
## Example Usage
|
|
736
782
|
|
|
783
|
+
```python
|
|
784
|
+
import pulumi
|
|
785
|
+
import pulumi_sdwan as sdwan
|
|
786
|
+
|
|
787
|
+
example = sdwan.TransportWanVpnFeature("example",
|
|
788
|
+
name="Example",
|
|
789
|
+
description="My Example",
|
|
790
|
+
feature_profile_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
|
|
791
|
+
vpn=0,
|
|
792
|
+
enhance_ecmp_keying=True,
|
|
793
|
+
primary_dns_address_ipv4="1.2.3.4",
|
|
794
|
+
secondary_dns_address_ipv4="2.3.4.5",
|
|
795
|
+
primary_dns_address_ipv6="2001:0:0:1::0",
|
|
796
|
+
secondary_dns_address_ipv6="2001:0:0:2::0",
|
|
797
|
+
new_host_mappings=[{
|
|
798
|
+
"host_name": "example",
|
|
799
|
+
"list_of_ip_addresses": ["1.2.3.4"],
|
|
800
|
+
}],
|
|
801
|
+
ipv4_static_routes=[{
|
|
802
|
+
"network_address": "1.2.3.4",
|
|
803
|
+
"subnet_mask": "0.0.0.0",
|
|
804
|
+
"gateway": "nextHop",
|
|
805
|
+
"next_hops": [{
|
|
806
|
+
"address": "1.2.3.4",
|
|
807
|
+
"administrative_distance": 1,
|
|
808
|
+
}],
|
|
809
|
+
}],
|
|
810
|
+
ipv6_static_routes=[{
|
|
811
|
+
"prefix": "2002::/16",
|
|
812
|
+
"gateway": "nextHop",
|
|
813
|
+
"next_hops": [{
|
|
814
|
+
"address": "2001:0:0:1::0",
|
|
815
|
+
"administrative_distance": 1,
|
|
816
|
+
}],
|
|
817
|
+
}],
|
|
818
|
+
services=[{
|
|
819
|
+
"service_type": "TE",
|
|
820
|
+
}],
|
|
821
|
+
nat64_v4_pools=[{
|
|
822
|
+
"nat64_v4_pool_name": "example",
|
|
823
|
+
"nat64_v4_pool_range_start": "203.0.113.50",
|
|
824
|
+
"nat64_v4_pool_range_end": "203.0.113.100",
|
|
825
|
+
"nat64_v4_pool_overload": False,
|
|
826
|
+
}])
|
|
827
|
+
```
|
|
828
|
+
|
|
737
829
|
## Import
|
|
738
830
|
|
|
739
831
|
The `pulumi import` command can be used, for example:
|
|
@@ -4633,6 +4633,82 @@ class TransportWanVpnInterfaceCellularFeature(pulumi.CustomResource):
|
|
|
4633
4633
|
|
|
4634
4634
|
## Example Usage
|
|
4635
4635
|
|
|
4636
|
+
```python
|
|
4637
|
+
import pulumi
|
|
4638
|
+
import pulumi_sdwan as sdwan
|
|
4639
|
+
|
|
4640
|
+
example = sdwan.TransportWanVpnInterfaceCellularFeature("example",
|
|
4641
|
+
name="Example",
|
|
4642
|
+
description="My Example",
|
|
4643
|
+
feature_profile_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
|
|
4644
|
+
transport_wan_vpn_feature_id="140331f6-5418-4755-a059-13c77eb96037",
|
|
4645
|
+
shutdown=True,
|
|
4646
|
+
interface_name="GigabitEthernet1",
|
|
4647
|
+
interface_description="WAN",
|
|
4648
|
+
ipv4_dhcp_helpers=["1.2.3.4"],
|
|
4649
|
+
service_provider="example",
|
|
4650
|
+
bandwidth_upstream=21474836,
|
|
4651
|
+
bandwidth_downstream=21474836,
|
|
4652
|
+
tunnel_interface=True,
|
|
4653
|
+
per_tunnel_qos=True,
|
|
4654
|
+
tunnel_qos_mode="hub",
|
|
4655
|
+
tunnel_bandwidth_percent=82,
|
|
4656
|
+
tunnel_interface_bind_loopback_tunnel="example",
|
|
4657
|
+
tunnel_interface_carrier="default",
|
|
4658
|
+
tunnel_interface_color="default",
|
|
4659
|
+
tunnel_interface_hello_interval=1000,
|
|
4660
|
+
tunnel_interface_hello_tolerance=12,
|
|
4661
|
+
tunnel_interface_last_resort_circuit=False,
|
|
4662
|
+
tunnel_interface_color_restrict=True,
|
|
4663
|
+
tunnel_interface_groups=42949672,
|
|
4664
|
+
tunnel_interface_border=False,
|
|
4665
|
+
tunnel_interface_max_control_connections=62,
|
|
4666
|
+
tunnel_interface_nat_refresh_interval=5,
|
|
4667
|
+
tunnel_interface_vbond_as_stun_server=False,
|
|
4668
|
+
tunnel_interface_exclude_controller_group_lists=[2],
|
|
4669
|
+
tunnel_interface_vmanage_connection_preference=8,
|
|
4670
|
+
tunnel_interface_port_hop=True,
|
|
4671
|
+
tunnel_interface_low_bandwidth_link=False,
|
|
4672
|
+
tunnel_interface_tunnel_tcp_mss=1460,
|
|
4673
|
+
tunnel_interface_clear_dont_fragment=False,
|
|
4674
|
+
tunnel_interface_network_broadcast=False,
|
|
4675
|
+
tunnel_interface_allow_all=False,
|
|
4676
|
+
tunnel_interface_allow_bgp=False,
|
|
4677
|
+
tunnel_interface_allow_dhcp=True,
|
|
4678
|
+
tunnel_interface_allow_ntp=False,
|
|
4679
|
+
tunnel_interface_allow_ssh=False,
|
|
4680
|
+
tunnel_interface_allow_dns=True,
|
|
4681
|
+
tunnel_interface_allow_icmp=True,
|
|
4682
|
+
tunnel_interface_allow_https=True,
|
|
4683
|
+
tunnel_interface_allow_ospf=False,
|
|
4684
|
+
tunnel_interface_allow_stun=False,
|
|
4685
|
+
tunnel_interface_allow_snmp=False,
|
|
4686
|
+
tunnel_interface_allow_netconf=False,
|
|
4687
|
+
tunnel_interface_allow_bfd=False,
|
|
4688
|
+
tunnel_interface_encapsulations=[{
|
|
4689
|
+
"encapsulation": "gre",
|
|
4690
|
+
"preference": 4294967,
|
|
4691
|
+
"weight": 250,
|
|
4692
|
+
}],
|
|
4693
|
+
nat_ipv4=True,
|
|
4694
|
+
nat_udp_timeout=1,
|
|
4695
|
+
nat_tcp_timeout=60,
|
|
4696
|
+
qos_adaptive=False,
|
|
4697
|
+
qos_shaping_rate=16,
|
|
4698
|
+
acl_ipv4_egress_feature_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
|
|
4699
|
+
acl_ipv6_ingress_feature_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
|
|
4700
|
+
arps=[{
|
|
4701
|
+
"ip_address": "1.2.3.4",
|
|
4702
|
+
"mac_address": "00-B0-D0-63-C2-26",
|
|
4703
|
+
}],
|
|
4704
|
+
ip_mtu=1500,
|
|
4705
|
+
interface_mtu=1500,
|
|
4706
|
+
tcp_mss=505,
|
|
4707
|
+
tloc_extension="tloc",
|
|
4708
|
+
tracker="example",
|
|
4709
|
+
ip_directed_broadcast=False)
|
|
4710
|
+
```
|
|
4711
|
+
|
|
4636
4712
|
## Import
|
|
4637
4713
|
|
|
4638
4714
|
The `pulumi import` command can be used, for example:
|
|
@@ -4850,6 +4926,82 @@ class TransportWanVpnInterfaceCellularFeature(pulumi.CustomResource):
|
|
|
4850
4926
|
|
|
4851
4927
|
## Example Usage
|
|
4852
4928
|
|
|
4929
|
+
```python
|
|
4930
|
+
import pulumi
|
|
4931
|
+
import pulumi_sdwan as sdwan
|
|
4932
|
+
|
|
4933
|
+
example = sdwan.TransportWanVpnInterfaceCellularFeature("example",
|
|
4934
|
+
name="Example",
|
|
4935
|
+
description="My Example",
|
|
4936
|
+
feature_profile_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
|
|
4937
|
+
transport_wan_vpn_feature_id="140331f6-5418-4755-a059-13c77eb96037",
|
|
4938
|
+
shutdown=True,
|
|
4939
|
+
interface_name="GigabitEthernet1",
|
|
4940
|
+
interface_description="WAN",
|
|
4941
|
+
ipv4_dhcp_helpers=["1.2.3.4"],
|
|
4942
|
+
service_provider="example",
|
|
4943
|
+
bandwidth_upstream=21474836,
|
|
4944
|
+
bandwidth_downstream=21474836,
|
|
4945
|
+
tunnel_interface=True,
|
|
4946
|
+
per_tunnel_qos=True,
|
|
4947
|
+
tunnel_qos_mode="hub",
|
|
4948
|
+
tunnel_bandwidth_percent=82,
|
|
4949
|
+
tunnel_interface_bind_loopback_tunnel="example",
|
|
4950
|
+
tunnel_interface_carrier="default",
|
|
4951
|
+
tunnel_interface_color="default",
|
|
4952
|
+
tunnel_interface_hello_interval=1000,
|
|
4953
|
+
tunnel_interface_hello_tolerance=12,
|
|
4954
|
+
tunnel_interface_last_resort_circuit=False,
|
|
4955
|
+
tunnel_interface_color_restrict=True,
|
|
4956
|
+
tunnel_interface_groups=42949672,
|
|
4957
|
+
tunnel_interface_border=False,
|
|
4958
|
+
tunnel_interface_max_control_connections=62,
|
|
4959
|
+
tunnel_interface_nat_refresh_interval=5,
|
|
4960
|
+
tunnel_interface_vbond_as_stun_server=False,
|
|
4961
|
+
tunnel_interface_exclude_controller_group_lists=[2],
|
|
4962
|
+
tunnel_interface_vmanage_connection_preference=8,
|
|
4963
|
+
tunnel_interface_port_hop=True,
|
|
4964
|
+
tunnel_interface_low_bandwidth_link=False,
|
|
4965
|
+
tunnel_interface_tunnel_tcp_mss=1460,
|
|
4966
|
+
tunnel_interface_clear_dont_fragment=False,
|
|
4967
|
+
tunnel_interface_network_broadcast=False,
|
|
4968
|
+
tunnel_interface_allow_all=False,
|
|
4969
|
+
tunnel_interface_allow_bgp=False,
|
|
4970
|
+
tunnel_interface_allow_dhcp=True,
|
|
4971
|
+
tunnel_interface_allow_ntp=False,
|
|
4972
|
+
tunnel_interface_allow_ssh=False,
|
|
4973
|
+
tunnel_interface_allow_dns=True,
|
|
4974
|
+
tunnel_interface_allow_icmp=True,
|
|
4975
|
+
tunnel_interface_allow_https=True,
|
|
4976
|
+
tunnel_interface_allow_ospf=False,
|
|
4977
|
+
tunnel_interface_allow_stun=False,
|
|
4978
|
+
tunnel_interface_allow_snmp=False,
|
|
4979
|
+
tunnel_interface_allow_netconf=False,
|
|
4980
|
+
tunnel_interface_allow_bfd=False,
|
|
4981
|
+
tunnel_interface_encapsulations=[{
|
|
4982
|
+
"encapsulation": "gre",
|
|
4983
|
+
"preference": 4294967,
|
|
4984
|
+
"weight": 250,
|
|
4985
|
+
}],
|
|
4986
|
+
nat_ipv4=True,
|
|
4987
|
+
nat_udp_timeout=1,
|
|
4988
|
+
nat_tcp_timeout=60,
|
|
4989
|
+
qos_adaptive=False,
|
|
4990
|
+
qos_shaping_rate=16,
|
|
4991
|
+
acl_ipv4_egress_feature_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
|
|
4992
|
+
acl_ipv6_ingress_feature_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
|
|
4993
|
+
arps=[{
|
|
4994
|
+
"ip_address": "1.2.3.4",
|
|
4995
|
+
"mac_address": "00-B0-D0-63-C2-26",
|
|
4996
|
+
}],
|
|
4997
|
+
ip_mtu=1500,
|
|
4998
|
+
interface_mtu=1500,
|
|
4999
|
+
tcp_mss=505,
|
|
5000
|
+
tloc_extension="tloc",
|
|
5001
|
+
tracker="example",
|
|
5002
|
+
ip_directed_broadcast=False)
|
|
5003
|
+
```
|
|
5004
|
+
|
|
4853
5005
|
## Import
|
|
4854
5006
|
|
|
4855
5007
|
The `pulumi import` command can be used, for example:
|
|
@@ -6779,6 +6779,120 @@ class TransportWanVpnInterfaceEthernetFeature(pulumi.CustomResource):
|
|
|
6779
6779
|
|
|
6780
6780
|
## Example Usage
|
|
6781
6781
|
|
|
6782
|
+
```python
|
|
6783
|
+
import pulumi
|
|
6784
|
+
import pulumi_sdwan as sdwan
|
|
6785
|
+
|
|
6786
|
+
example = sdwan.TransportWanVpnInterfaceEthernetFeature("example",
|
|
6787
|
+
name="Example",
|
|
6788
|
+
description="My Example",
|
|
6789
|
+
feature_profile_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
|
|
6790
|
+
transport_wan_vpn_feature_id="140331f6-5418-4755-a059-13c77eb96037",
|
|
6791
|
+
shutdown=True,
|
|
6792
|
+
interface_name="GigabitEthernet1",
|
|
6793
|
+
interface_description="WAN",
|
|
6794
|
+
ipv4_configuration_type="static",
|
|
6795
|
+
ipv4_address="1.2.3.4",
|
|
6796
|
+
ipv4_subnet_mask="0.0.0.0",
|
|
6797
|
+
ipv4_secondary_addresses=[{
|
|
6798
|
+
"address": "1.2.3.4",
|
|
6799
|
+
"subnet_mask": "0.0.0.0",
|
|
6800
|
+
}],
|
|
6801
|
+
ipv4_dhcp_helpers=["1.2.3.4"],
|
|
6802
|
+
ipv6_configuration_type="static",
|
|
6803
|
+
iperf_server="example",
|
|
6804
|
+
block_non_source_ip=False,
|
|
6805
|
+
service_provider="example",
|
|
6806
|
+
bandwidth_upstream=21474836,
|
|
6807
|
+
bandwidth_downstream=21474836,
|
|
6808
|
+
auto_detect_bandwidth=False,
|
|
6809
|
+
tunnel_interface=True,
|
|
6810
|
+
per_tunnel_qos=True,
|
|
6811
|
+
tunnel_qos_mode="hub",
|
|
6812
|
+
tunnel_bandwidth_percent=82,
|
|
6813
|
+
tunnel_interface_bind_loopback_tunnel="example",
|
|
6814
|
+
tunnel_interface_carrier="default",
|
|
6815
|
+
tunnel_interface_color="default",
|
|
6816
|
+
tunnel_interface_hello_interval=1000,
|
|
6817
|
+
tunnel_interface_hello_tolerance=12,
|
|
6818
|
+
tunnel_interface_last_resort_circuit=False,
|
|
6819
|
+
tunnel_interface_gre_tunnel_destination_ip="1.2.3.4",
|
|
6820
|
+
tunnel_interface_color_restrict=True,
|
|
6821
|
+
tunnel_interface_groups=42949672,
|
|
6822
|
+
tunnel_interface_border=False,
|
|
6823
|
+
tunnel_interface_max_control_connections=62,
|
|
6824
|
+
tunnel_interface_nat_refresh_interval=5,
|
|
6825
|
+
tunnel_interface_vbond_as_stun_server=False,
|
|
6826
|
+
tunnel_interface_exclude_controller_group_lists=[2],
|
|
6827
|
+
tunnel_interface_vmanage_connection_preference=8,
|
|
6828
|
+
tunnel_interface_port_hop=True,
|
|
6829
|
+
tunnel_interface_low_bandwidth_link=False,
|
|
6830
|
+
tunnel_interface_tunnel_tcp_mss=1460,
|
|
6831
|
+
tunnel_interface_clear_dont_fragment=False,
|
|
6832
|
+
tunnel_interface_cts_sgt_propagation=False,
|
|
6833
|
+
tunnel_interface_network_broadcast=False,
|
|
6834
|
+
tunnel_interface_allow_all=False,
|
|
6835
|
+
tunnel_interface_allow_bgp=False,
|
|
6836
|
+
tunnel_interface_allow_dhcp=True,
|
|
6837
|
+
tunnel_interface_allow_ntp=False,
|
|
6838
|
+
tunnel_interface_allow_ssh=False,
|
|
6839
|
+
tunnel_interface_allow_dns=True,
|
|
6840
|
+
tunnel_interface_allow_icmp=True,
|
|
6841
|
+
tunnel_interface_allow_https=True,
|
|
6842
|
+
tunnel_interface_allow_ospf=False,
|
|
6843
|
+
tunnel_interface_allow_stun=False,
|
|
6844
|
+
tunnel_interface_allow_snmp=False,
|
|
6845
|
+
tunnel_interface_allow_netconf=False,
|
|
6846
|
+
tunnel_interface_allow_bfd=False,
|
|
6847
|
+
tunnel_interface_encapsulations=[{
|
|
6848
|
+
"encapsulation": "gre",
|
|
6849
|
+
"preference": 4294967,
|
|
6850
|
+
"weight": 250,
|
|
6851
|
+
}],
|
|
6852
|
+
nat_ipv4=True,
|
|
6853
|
+
nat_type="interface",
|
|
6854
|
+
nat_udp_timeout=1,
|
|
6855
|
+
nat_tcp_timeout=60,
|
|
6856
|
+
new_static_nats=[{
|
|
6857
|
+
"source_ip": "1.2.3.4",
|
|
6858
|
+
"translated_ip": "2.3.4.5",
|
|
6859
|
+
"direction": "inside",
|
|
6860
|
+
"source_vpn": 3,
|
|
6861
|
+
}],
|
|
6862
|
+
nat_ipv6=True,
|
|
6863
|
+
nat64=False,
|
|
6864
|
+
nat66=True,
|
|
6865
|
+
static_nat66s=[{
|
|
6866
|
+
"source_prefix": "2001:0db8:85a3::/48",
|
|
6867
|
+
"translated_source_prefix": "abcd:1234:5678::/48",
|
|
6868
|
+
"source_vpn_id": 4,
|
|
6869
|
+
}],
|
|
6870
|
+
qos_adaptive=False,
|
|
6871
|
+
qos_shaping_rate=16,
|
|
6872
|
+
acl_ipv4_egress_feature_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
|
|
6873
|
+
acl_ipv6_ingress_feature_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
|
|
6874
|
+
arps=[{
|
|
6875
|
+
"ip_address": "1.2.3.4",
|
|
6876
|
+
"mac_address": "00-B0-D0-63-C2-26",
|
|
6877
|
+
}],
|
|
6878
|
+
icmp_redirect_disable=True,
|
|
6879
|
+
duplex="full",
|
|
6880
|
+
mac_address="00-B0-D0-63-C2-26",
|
|
6881
|
+
ip_mtu=1500,
|
|
6882
|
+
interface_mtu=1500,
|
|
6883
|
+
tcp_mss=505,
|
|
6884
|
+
speed="2500",
|
|
6885
|
+
arp_timeout=1200,
|
|
6886
|
+
autonegotiate=False,
|
|
6887
|
+
media_type="rj45",
|
|
6888
|
+
tloc_extension="tloc",
|
|
6889
|
+
gre_tunnel_source_ip="1.2.3.4",
|
|
6890
|
+
xconnect="example",
|
|
6891
|
+
load_interval=30,
|
|
6892
|
+
tracker="example",
|
|
6893
|
+
ip_directed_broadcast=False)
|
|
6894
|
+
```
|
|
6895
|
+
|
|
6782
6896
|
## Import
|
|
6783
6897
|
|
|
6784
6898
|
The `pulumi import` command can be used, for example:
|
|
@@ -7083,6 +7197,120 @@ class TransportWanVpnInterfaceEthernetFeature(pulumi.CustomResource):
|
|
|
7083
7197
|
|
|
7084
7198
|
## Example Usage
|
|
7085
7199
|
|
|
7200
|
+
```python
|
|
7201
|
+
import pulumi
|
|
7202
|
+
import pulumi_sdwan as sdwan
|
|
7203
|
+
|
|
7204
|
+
example = sdwan.TransportWanVpnInterfaceEthernetFeature("example",
|
|
7205
|
+
name="Example",
|
|
7206
|
+
description="My Example",
|
|
7207
|
+
feature_profile_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
|
|
7208
|
+
transport_wan_vpn_feature_id="140331f6-5418-4755-a059-13c77eb96037",
|
|
7209
|
+
shutdown=True,
|
|
7210
|
+
interface_name="GigabitEthernet1",
|
|
7211
|
+
interface_description="WAN",
|
|
7212
|
+
ipv4_configuration_type="static",
|
|
7213
|
+
ipv4_address="1.2.3.4",
|
|
7214
|
+
ipv4_subnet_mask="0.0.0.0",
|
|
7215
|
+
ipv4_secondary_addresses=[{
|
|
7216
|
+
"address": "1.2.3.4",
|
|
7217
|
+
"subnet_mask": "0.0.0.0",
|
|
7218
|
+
}],
|
|
7219
|
+
ipv4_dhcp_helpers=["1.2.3.4"],
|
|
7220
|
+
ipv6_configuration_type="static",
|
|
7221
|
+
iperf_server="example",
|
|
7222
|
+
block_non_source_ip=False,
|
|
7223
|
+
service_provider="example",
|
|
7224
|
+
bandwidth_upstream=21474836,
|
|
7225
|
+
bandwidth_downstream=21474836,
|
|
7226
|
+
auto_detect_bandwidth=False,
|
|
7227
|
+
tunnel_interface=True,
|
|
7228
|
+
per_tunnel_qos=True,
|
|
7229
|
+
tunnel_qos_mode="hub",
|
|
7230
|
+
tunnel_bandwidth_percent=82,
|
|
7231
|
+
tunnel_interface_bind_loopback_tunnel="example",
|
|
7232
|
+
tunnel_interface_carrier="default",
|
|
7233
|
+
tunnel_interface_color="default",
|
|
7234
|
+
tunnel_interface_hello_interval=1000,
|
|
7235
|
+
tunnel_interface_hello_tolerance=12,
|
|
7236
|
+
tunnel_interface_last_resort_circuit=False,
|
|
7237
|
+
tunnel_interface_gre_tunnel_destination_ip="1.2.3.4",
|
|
7238
|
+
tunnel_interface_color_restrict=True,
|
|
7239
|
+
tunnel_interface_groups=42949672,
|
|
7240
|
+
tunnel_interface_border=False,
|
|
7241
|
+
tunnel_interface_max_control_connections=62,
|
|
7242
|
+
tunnel_interface_nat_refresh_interval=5,
|
|
7243
|
+
tunnel_interface_vbond_as_stun_server=False,
|
|
7244
|
+
tunnel_interface_exclude_controller_group_lists=[2],
|
|
7245
|
+
tunnel_interface_vmanage_connection_preference=8,
|
|
7246
|
+
tunnel_interface_port_hop=True,
|
|
7247
|
+
tunnel_interface_low_bandwidth_link=False,
|
|
7248
|
+
tunnel_interface_tunnel_tcp_mss=1460,
|
|
7249
|
+
tunnel_interface_clear_dont_fragment=False,
|
|
7250
|
+
tunnel_interface_cts_sgt_propagation=False,
|
|
7251
|
+
tunnel_interface_network_broadcast=False,
|
|
7252
|
+
tunnel_interface_allow_all=False,
|
|
7253
|
+
tunnel_interface_allow_bgp=False,
|
|
7254
|
+
tunnel_interface_allow_dhcp=True,
|
|
7255
|
+
tunnel_interface_allow_ntp=False,
|
|
7256
|
+
tunnel_interface_allow_ssh=False,
|
|
7257
|
+
tunnel_interface_allow_dns=True,
|
|
7258
|
+
tunnel_interface_allow_icmp=True,
|
|
7259
|
+
tunnel_interface_allow_https=True,
|
|
7260
|
+
tunnel_interface_allow_ospf=False,
|
|
7261
|
+
tunnel_interface_allow_stun=False,
|
|
7262
|
+
tunnel_interface_allow_snmp=False,
|
|
7263
|
+
tunnel_interface_allow_netconf=False,
|
|
7264
|
+
tunnel_interface_allow_bfd=False,
|
|
7265
|
+
tunnel_interface_encapsulations=[{
|
|
7266
|
+
"encapsulation": "gre",
|
|
7267
|
+
"preference": 4294967,
|
|
7268
|
+
"weight": 250,
|
|
7269
|
+
}],
|
|
7270
|
+
nat_ipv4=True,
|
|
7271
|
+
nat_type="interface",
|
|
7272
|
+
nat_udp_timeout=1,
|
|
7273
|
+
nat_tcp_timeout=60,
|
|
7274
|
+
new_static_nats=[{
|
|
7275
|
+
"source_ip": "1.2.3.4",
|
|
7276
|
+
"translated_ip": "2.3.4.5",
|
|
7277
|
+
"direction": "inside",
|
|
7278
|
+
"source_vpn": 3,
|
|
7279
|
+
}],
|
|
7280
|
+
nat_ipv6=True,
|
|
7281
|
+
nat64=False,
|
|
7282
|
+
nat66=True,
|
|
7283
|
+
static_nat66s=[{
|
|
7284
|
+
"source_prefix": "2001:0db8:85a3::/48",
|
|
7285
|
+
"translated_source_prefix": "abcd:1234:5678::/48",
|
|
7286
|
+
"source_vpn_id": 4,
|
|
7287
|
+
}],
|
|
7288
|
+
qos_adaptive=False,
|
|
7289
|
+
qos_shaping_rate=16,
|
|
7290
|
+
acl_ipv4_egress_feature_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
|
|
7291
|
+
acl_ipv6_ingress_feature_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
|
|
7292
|
+
arps=[{
|
|
7293
|
+
"ip_address": "1.2.3.4",
|
|
7294
|
+
"mac_address": "00-B0-D0-63-C2-26",
|
|
7295
|
+
}],
|
|
7296
|
+
icmp_redirect_disable=True,
|
|
7297
|
+
duplex="full",
|
|
7298
|
+
mac_address="00-B0-D0-63-C2-26",
|
|
7299
|
+
ip_mtu=1500,
|
|
7300
|
+
interface_mtu=1500,
|
|
7301
|
+
tcp_mss=505,
|
|
7302
|
+
speed="2500",
|
|
7303
|
+
arp_timeout=1200,
|
|
7304
|
+
autonegotiate=False,
|
|
7305
|
+
media_type="rj45",
|
|
7306
|
+
tloc_extension="tloc",
|
|
7307
|
+
gre_tunnel_source_ip="1.2.3.4",
|
|
7308
|
+
xconnect="example",
|
|
7309
|
+
load_interval=30,
|
|
7310
|
+
tracker="example",
|
|
7311
|
+
ip_directed_broadcast=False)
|
|
7312
|
+
```
|
|
7313
|
+
|
|
7086
7314
|
## Import
|
|
7087
7315
|
|
|
7088
7316
|
The `pulumi import` command can be used, for example:
|
|
@@ -564,6 +564,27 @@ class UrlFilteringPolicyDefinition(pulumi.CustomResource):
|
|
|
564
564
|
|
|
565
565
|
## Example Usage
|
|
566
566
|
|
|
567
|
+
```python
|
|
568
|
+
import pulumi
|
|
569
|
+
import pulumi_sdwan as sdwan
|
|
570
|
+
|
|
571
|
+
example = sdwan.UrlFilteringPolicyDefinition("example",
|
|
572
|
+
name="Example",
|
|
573
|
+
description="My description",
|
|
574
|
+
mode="security",
|
|
575
|
+
alerts=["blacklist"],
|
|
576
|
+
web_categories=["alcohol-and-tobacco"],
|
|
577
|
+
web_categories_action="allow",
|
|
578
|
+
web_reputation="moderate-risk",
|
|
579
|
+
target_vpns=["1"],
|
|
580
|
+
block_page_action="text",
|
|
581
|
+
block_page_contents="Access to the requested page has been denied. Please contact your Network Administrator",
|
|
582
|
+
loggings=[{
|
|
583
|
+
"external_syslog_server_ip": "10.0.0.1",
|
|
584
|
+
"external_syslog_server_vpn": "123",
|
|
585
|
+
}])
|
|
586
|
+
```
|
|
587
|
+
|
|
567
588
|
## Import
|
|
568
589
|
|
|
569
590
|
The `pulumi import` command can be used, for example:
|
|
@@ -604,6 +625,27 @@ class UrlFilteringPolicyDefinition(pulumi.CustomResource):
|
|
|
604
625
|
|
|
605
626
|
## Example Usage
|
|
606
627
|
|
|
628
|
+
```python
|
|
629
|
+
import pulumi
|
|
630
|
+
import pulumi_sdwan as sdwan
|
|
631
|
+
|
|
632
|
+
example = sdwan.UrlFilteringPolicyDefinition("example",
|
|
633
|
+
name="Example",
|
|
634
|
+
description="My description",
|
|
635
|
+
mode="security",
|
|
636
|
+
alerts=["blacklist"],
|
|
637
|
+
web_categories=["alcohol-and-tobacco"],
|
|
638
|
+
web_categories_action="allow",
|
|
639
|
+
web_reputation="moderate-risk",
|
|
640
|
+
target_vpns=["1"],
|
|
641
|
+
block_page_action="text",
|
|
642
|
+
block_page_contents="Access to the requested page has been denied. Please contact your Network Administrator",
|
|
643
|
+
loggings=[{
|
|
644
|
+
"external_syslog_server_ip": "10.0.0.1",
|
|
645
|
+
"external_syslog_server_vpn": "123",
|
|
646
|
+
}])
|
|
647
|
+
```
|
|
648
|
+
|
|
607
649
|
## Import
|
|
608
650
|
|
|
609
651
|
The `pulumi import` command can be used, for example:
|