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
|
@@ -5566,6 +5566,114 @@ class VpnInterfaceEthernetPppoeFeatureTemplate(pulumi.CustomResource):
|
|
|
5566
5566
|
|
|
5567
5567
|
## Example Usage
|
|
5568
5568
|
|
|
5569
|
+
```python
|
|
5570
|
+
import pulumi
|
|
5571
|
+
import pulumi_sdwan as sdwan
|
|
5572
|
+
|
|
5573
|
+
example = sdwan.VpnInterfaceEthernetPppoeFeatureTemplate("example",
|
|
5574
|
+
name="Example",
|
|
5575
|
+
description="My Example",
|
|
5576
|
+
device_types=["vedge-C8000V"],
|
|
5577
|
+
ethernet_interface_name="Example",
|
|
5578
|
+
shutdown=True,
|
|
5579
|
+
interface_description="My Description",
|
|
5580
|
+
encap=4094,
|
|
5581
|
+
dialer_pool_number=255,
|
|
5582
|
+
ppp_maximum_payload=1790,
|
|
5583
|
+
dialer_address_negotiated=False,
|
|
5584
|
+
ip_directed_broadcast=False,
|
|
5585
|
+
unnumbered_loopback_interface="example",
|
|
5586
|
+
ppp_authentication_protocol="chap",
|
|
5587
|
+
ppp_authentication_protocol_pap=False,
|
|
5588
|
+
chap_hostname="chap-example",
|
|
5589
|
+
chap_ppp_auth_password="myPassword",
|
|
5590
|
+
pap_username="pap-username",
|
|
5591
|
+
pap_password=True,
|
|
5592
|
+
pap_ppp_auth_password="myPassword",
|
|
5593
|
+
ppp_authentication_type="callin",
|
|
5594
|
+
enable_core_region=True,
|
|
5595
|
+
core_region="core",
|
|
5596
|
+
secondary_region="off",
|
|
5597
|
+
tunnel_interface_encapsulations=[{
|
|
5598
|
+
"encapsulation": "gre",
|
|
5599
|
+
"preference": 4294967,
|
|
5600
|
+
"weight": 250,
|
|
5601
|
+
}],
|
|
5602
|
+
tunnel_interface_groups=[42949672],
|
|
5603
|
+
tunnel_interface_border=True,
|
|
5604
|
+
per_tunnel_qos=True,
|
|
5605
|
+
per_tunnel_qos_aggregator=False,
|
|
5606
|
+
tunnel_qos_mode="spoke",
|
|
5607
|
+
tunnel_interface_color="custom1",
|
|
5608
|
+
tunnel_interface_last_resort_circuit=False,
|
|
5609
|
+
tunnel_interface_low_bandwidth_link=False,
|
|
5610
|
+
tunnel_interface_tunnel_tcp_mss=1460,
|
|
5611
|
+
tunnel_interface_clear_dont_fragment=False,
|
|
5612
|
+
tunnel_interface_network_broadcast=False,
|
|
5613
|
+
tunnel_interface_max_control_connections=8,
|
|
5614
|
+
tunnel_interface_control_connections=True,
|
|
5615
|
+
tunnel_interface_vbond_as_stun_server=False,
|
|
5616
|
+
tunnel_interface_exclude_controller_group_lists=[100],
|
|
5617
|
+
tunnel_interface_vmanage_connection_preference=5,
|
|
5618
|
+
tunnel_interface_port_hop=False,
|
|
5619
|
+
tunnel_interface_color_restrict=False,
|
|
5620
|
+
tunnel_interface_carrier="carrier1",
|
|
5621
|
+
tunnel_interface_nat_refresh_interval=15,
|
|
5622
|
+
tunnel_interface_hello_interval=1000,
|
|
5623
|
+
tunnel_interface_hello_tolerance=12,
|
|
5624
|
+
tunnel_interface_bind_loopback_tunnel="12",
|
|
5625
|
+
tunnel_interface_allow_all=False,
|
|
5626
|
+
tunnel_interface_allow_bgp=False,
|
|
5627
|
+
tunnel_interface_allow_dhcp=True,
|
|
5628
|
+
tunnel_interface_allow_dns=True,
|
|
5629
|
+
tunnel_interface_allow_icmp=True,
|
|
5630
|
+
tunnel_interface_allow_ssh=False,
|
|
5631
|
+
tunnel_interface_allow_ntp=False,
|
|
5632
|
+
tunnel_interface_allow_netconf=False,
|
|
5633
|
+
tunnel_interface_allow_ospf=False,
|
|
5634
|
+
tunnel_interface_allow_stun=False,
|
|
5635
|
+
tunnel_interface_allow_snmp=False,
|
|
5636
|
+
tunnel_interface_allow_https=True,
|
|
5637
|
+
nat=True,
|
|
5638
|
+
nat_refresh_mode="outbound",
|
|
5639
|
+
nat_udp_timeout=1,
|
|
5640
|
+
nat_tcp_timeout=60,
|
|
5641
|
+
nat_block_icmp_error=True,
|
|
5642
|
+
nat_response_to_ping=False,
|
|
5643
|
+
nat_port_forwards=[{
|
|
5644
|
+
"port_start_range": 0,
|
|
5645
|
+
"port_end_range": 65530,
|
|
5646
|
+
"protocol": "tcp",
|
|
5647
|
+
"private_vpn": 65530,
|
|
5648
|
+
"private_ip_address": "1.2.3.4",
|
|
5649
|
+
}],
|
|
5650
|
+
qos_adaptive_period=15,
|
|
5651
|
+
qos_adaptive_bandwidth_downstream=10000,
|
|
5652
|
+
qos_adaptive_min_downstream=100,
|
|
5653
|
+
qos_adaptive_max_downstream=100000,
|
|
5654
|
+
qos_adaptive_bandwidth_upstream=10000,
|
|
5655
|
+
qos_adaptive_min_upstream=100,
|
|
5656
|
+
qos_adaptive_max_upstream=100000,
|
|
5657
|
+
shaping_rate=10000000,
|
|
5658
|
+
qos_map="test",
|
|
5659
|
+
qos_map_vpn="test",
|
|
5660
|
+
bandwidth_upstream=214748300,
|
|
5661
|
+
bandwidth_downstream=214748300,
|
|
5662
|
+
write_rule="RULE1",
|
|
5663
|
+
access_lists=[{
|
|
5664
|
+
"direction": "in",
|
|
5665
|
+
"acl_name": "ACL1",
|
|
5666
|
+
}],
|
|
5667
|
+
policers=[{
|
|
5668
|
+
"direction": "in",
|
|
5669
|
+
"policer_name": "example",
|
|
5670
|
+
}],
|
|
5671
|
+
ip_mtu_for_dialer_interface=1500,
|
|
5672
|
+
dialer_tcp_mss=720,
|
|
5673
|
+
tloc_extension="tloc",
|
|
5674
|
+
trackers=["tracker1"])
|
|
5675
|
+
```
|
|
5676
|
+
|
|
5569
5677
|
## Import
|
|
5570
5678
|
|
|
5571
5679
|
The `pulumi import` command can be used, for example:
|
|
@@ -5823,6 +5931,114 @@ class VpnInterfaceEthernetPppoeFeatureTemplate(pulumi.CustomResource):
|
|
|
5823
5931
|
|
|
5824
5932
|
## Example Usage
|
|
5825
5933
|
|
|
5934
|
+
```python
|
|
5935
|
+
import pulumi
|
|
5936
|
+
import pulumi_sdwan as sdwan
|
|
5937
|
+
|
|
5938
|
+
example = sdwan.VpnInterfaceEthernetPppoeFeatureTemplate("example",
|
|
5939
|
+
name="Example",
|
|
5940
|
+
description="My Example",
|
|
5941
|
+
device_types=["vedge-C8000V"],
|
|
5942
|
+
ethernet_interface_name="Example",
|
|
5943
|
+
shutdown=True,
|
|
5944
|
+
interface_description="My Description",
|
|
5945
|
+
encap=4094,
|
|
5946
|
+
dialer_pool_number=255,
|
|
5947
|
+
ppp_maximum_payload=1790,
|
|
5948
|
+
dialer_address_negotiated=False,
|
|
5949
|
+
ip_directed_broadcast=False,
|
|
5950
|
+
unnumbered_loopback_interface="example",
|
|
5951
|
+
ppp_authentication_protocol="chap",
|
|
5952
|
+
ppp_authentication_protocol_pap=False,
|
|
5953
|
+
chap_hostname="chap-example",
|
|
5954
|
+
chap_ppp_auth_password="myPassword",
|
|
5955
|
+
pap_username="pap-username",
|
|
5956
|
+
pap_password=True,
|
|
5957
|
+
pap_ppp_auth_password="myPassword",
|
|
5958
|
+
ppp_authentication_type="callin",
|
|
5959
|
+
enable_core_region=True,
|
|
5960
|
+
core_region="core",
|
|
5961
|
+
secondary_region="off",
|
|
5962
|
+
tunnel_interface_encapsulations=[{
|
|
5963
|
+
"encapsulation": "gre",
|
|
5964
|
+
"preference": 4294967,
|
|
5965
|
+
"weight": 250,
|
|
5966
|
+
}],
|
|
5967
|
+
tunnel_interface_groups=[42949672],
|
|
5968
|
+
tunnel_interface_border=True,
|
|
5969
|
+
per_tunnel_qos=True,
|
|
5970
|
+
per_tunnel_qos_aggregator=False,
|
|
5971
|
+
tunnel_qos_mode="spoke",
|
|
5972
|
+
tunnel_interface_color="custom1",
|
|
5973
|
+
tunnel_interface_last_resort_circuit=False,
|
|
5974
|
+
tunnel_interface_low_bandwidth_link=False,
|
|
5975
|
+
tunnel_interface_tunnel_tcp_mss=1460,
|
|
5976
|
+
tunnel_interface_clear_dont_fragment=False,
|
|
5977
|
+
tunnel_interface_network_broadcast=False,
|
|
5978
|
+
tunnel_interface_max_control_connections=8,
|
|
5979
|
+
tunnel_interface_control_connections=True,
|
|
5980
|
+
tunnel_interface_vbond_as_stun_server=False,
|
|
5981
|
+
tunnel_interface_exclude_controller_group_lists=[100],
|
|
5982
|
+
tunnel_interface_vmanage_connection_preference=5,
|
|
5983
|
+
tunnel_interface_port_hop=False,
|
|
5984
|
+
tunnel_interface_color_restrict=False,
|
|
5985
|
+
tunnel_interface_carrier="carrier1",
|
|
5986
|
+
tunnel_interface_nat_refresh_interval=15,
|
|
5987
|
+
tunnel_interface_hello_interval=1000,
|
|
5988
|
+
tunnel_interface_hello_tolerance=12,
|
|
5989
|
+
tunnel_interface_bind_loopback_tunnel="12",
|
|
5990
|
+
tunnel_interface_allow_all=False,
|
|
5991
|
+
tunnel_interface_allow_bgp=False,
|
|
5992
|
+
tunnel_interface_allow_dhcp=True,
|
|
5993
|
+
tunnel_interface_allow_dns=True,
|
|
5994
|
+
tunnel_interface_allow_icmp=True,
|
|
5995
|
+
tunnel_interface_allow_ssh=False,
|
|
5996
|
+
tunnel_interface_allow_ntp=False,
|
|
5997
|
+
tunnel_interface_allow_netconf=False,
|
|
5998
|
+
tunnel_interface_allow_ospf=False,
|
|
5999
|
+
tunnel_interface_allow_stun=False,
|
|
6000
|
+
tunnel_interface_allow_snmp=False,
|
|
6001
|
+
tunnel_interface_allow_https=True,
|
|
6002
|
+
nat=True,
|
|
6003
|
+
nat_refresh_mode="outbound",
|
|
6004
|
+
nat_udp_timeout=1,
|
|
6005
|
+
nat_tcp_timeout=60,
|
|
6006
|
+
nat_block_icmp_error=True,
|
|
6007
|
+
nat_response_to_ping=False,
|
|
6008
|
+
nat_port_forwards=[{
|
|
6009
|
+
"port_start_range": 0,
|
|
6010
|
+
"port_end_range": 65530,
|
|
6011
|
+
"protocol": "tcp",
|
|
6012
|
+
"private_vpn": 65530,
|
|
6013
|
+
"private_ip_address": "1.2.3.4",
|
|
6014
|
+
}],
|
|
6015
|
+
qos_adaptive_period=15,
|
|
6016
|
+
qos_adaptive_bandwidth_downstream=10000,
|
|
6017
|
+
qos_adaptive_min_downstream=100,
|
|
6018
|
+
qos_adaptive_max_downstream=100000,
|
|
6019
|
+
qos_adaptive_bandwidth_upstream=10000,
|
|
6020
|
+
qos_adaptive_min_upstream=100,
|
|
6021
|
+
qos_adaptive_max_upstream=100000,
|
|
6022
|
+
shaping_rate=10000000,
|
|
6023
|
+
qos_map="test",
|
|
6024
|
+
qos_map_vpn="test",
|
|
6025
|
+
bandwidth_upstream=214748300,
|
|
6026
|
+
bandwidth_downstream=214748300,
|
|
6027
|
+
write_rule="RULE1",
|
|
6028
|
+
access_lists=[{
|
|
6029
|
+
"direction": "in",
|
|
6030
|
+
"acl_name": "ACL1",
|
|
6031
|
+
}],
|
|
6032
|
+
policers=[{
|
|
6033
|
+
"direction": "in",
|
|
6034
|
+
"policer_name": "example",
|
|
6035
|
+
}],
|
|
6036
|
+
ip_mtu_for_dialer_interface=1500,
|
|
6037
|
+
dialer_tcp_mss=720,
|
|
6038
|
+
tloc_extension="tloc",
|
|
6039
|
+
trackers=["tracker1"])
|
|
6040
|
+
```
|
|
6041
|
+
|
|
5826
6042
|
## Import
|
|
5827
6043
|
|
|
5828
6044
|
The `pulumi import` command can be used, for example:
|
|
@@ -1453,6 +1453,88 @@ class VpnInterfaceSviFeatureTemplate(pulumi.CustomResource):
|
|
|
1453
1453
|
|
|
1454
1454
|
## Example Usage
|
|
1455
1455
|
|
|
1456
|
+
```python
|
|
1457
|
+
import pulumi
|
|
1458
|
+
import pulumi_sdwan as sdwan
|
|
1459
|
+
|
|
1460
|
+
example = sdwan.VpnInterfaceSviFeatureTemplate("example",
|
|
1461
|
+
name="Example",
|
|
1462
|
+
description="My Example",
|
|
1463
|
+
device_types=["vedge-C8000V"],
|
|
1464
|
+
if_name="Vlan100",
|
|
1465
|
+
interface_description="VPN Interface SVI",
|
|
1466
|
+
ipv4_address="2.3.4.5",
|
|
1467
|
+
ipv4_secondary_addresses=[{
|
|
1468
|
+
"ipv4_address": "4.5.6.7",
|
|
1469
|
+
}],
|
|
1470
|
+
ipv6_address="2001:db8:85a3::8a2e:370:7334",
|
|
1471
|
+
ipv6_dhcp_client=False,
|
|
1472
|
+
ipv6_dhcp_distance=101,
|
|
1473
|
+
ipv6_dhcp_rapid_commit=False,
|
|
1474
|
+
ipv6_secondary_addresses=[{
|
|
1475
|
+
"ipv6_address": "2001:db8:85a3::8a2e:370:7334",
|
|
1476
|
+
}],
|
|
1477
|
+
ipv4_dhcp_helpers=["7.7.7.7"],
|
|
1478
|
+
ipv6_dhcp_helpers=[{
|
|
1479
|
+
"address": "2001:db8:85a3::8a2e:370:7334",
|
|
1480
|
+
"vpn_id": 100,
|
|
1481
|
+
}],
|
|
1482
|
+
ip_directed_broadcast=True,
|
|
1483
|
+
mtu=1500,
|
|
1484
|
+
ip_mtu=1500,
|
|
1485
|
+
tcp_mss_adjust=1400,
|
|
1486
|
+
shutdown=False,
|
|
1487
|
+
arp_timeout=100,
|
|
1488
|
+
ipv4_access_lists=[{
|
|
1489
|
+
"direction": "in",
|
|
1490
|
+
"acl_name": "ACL1",
|
|
1491
|
+
}],
|
|
1492
|
+
ipv6_access_lists=[{
|
|
1493
|
+
"direction": "in",
|
|
1494
|
+
"acl_name": "ACL2",
|
|
1495
|
+
}],
|
|
1496
|
+
policers=[{
|
|
1497
|
+
"direction": "in",
|
|
1498
|
+
"policer_name": "POLICER1",
|
|
1499
|
+
}],
|
|
1500
|
+
static_arp_entries=[{
|
|
1501
|
+
"ipv4_address": "3.4.4.5",
|
|
1502
|
+
"mac_address": "00:00:00:00:00:00",
|
|
1503
|
+
}],
|
|
1504
|
+
ipv4_vrrps=[{
|
|
1505
|
+
"group_id": 1,
|
|
1506
|
+
"priority": 100,
|
|
1507
|
+
"timer": 1000,
|
|
1508
|
+
"track_omp": True,
|
|
1509
|
+
"track_prefix_list": "TRACK1",
|
|
1510
|
+
"ipv4_address": "5.6.7.8",
|
|
1511
|
+
"ipv4_secondary_addresses": [{
|
|
1512
|
+
"ipv4_address": "8.8.8.8",
|
|
1513
|
+
}],
|
|
1514
|
+
"tloc_preference_change": True,
|
|
1515
|
+
"tloc_preference_change_value": 100,
|
|
1516
|
+
"tracking_objects": [{
|
|
1517
|
+
"name": 100,
|
|
1518
|
+
"track_action": "decrement",
|
|
1519
|
+
"decrement_value": 10,
|
|
1520
|
+
}],
|
|
1521
|
+
}],
|
|
1522
|
+
ipv6_vrrps=[{
|
|
1523
|
+
"group_id": 1,
|
|
1524
|
+
"priority": 100,
|
|
1525
|
+
"timer": 1000,
|
|
1526
|
+
"track_omp": True,
|
|
1527
|
+
"track_prefix_list": "TRACK1",
|
|
1528
|
+
"ipv6_addresses": [{
|
|
1529
|
+
"link_local_address": "FE80::1/64",
|
|
1530
|
+
"prefix": "2001:db8:85a3::8a2e:370:7335",
|
|
1531
|
+
}],
|
|
1532
|
+
"ipv6_secondary_addresses": [{
|
|
1533
|
+
"prefix": "2001:db8:85a3::8a2e:370:7336",
|
|
1534
|
+
}],
|
|
1535
|
+
}])
|
|
1536
|
+
```
|
|
1537
|
+
|
|
1456
1538
|
## Import
|
|
1457
1539
|
|
|
1458
1540
|
The `pulumi import` command can be used, for example:
|
|
@@ -1530,6 +1612,88 @@ class VpnInterfaceSviFeatureTemplate(pulumi.CustomResource):
|
|
|
1530
1612
|
|
|
1531
1613
|
## Example Usage
|
|
1532
1614
|
|
|
1615
|
+
```python
|
|
1616
|
+
import pulumi
|
|
1617
|
+
import pulumi_sdwan as sdwan
|
|
1618
|
+
|
|
1619
|
+
example = sdwan.VpnInterfaceSviFeatureTemplate("example",
|
|
1620
|
+
name="Example",
|
|
1621
|
+
description="My Example",
|
|
1622
|
+
device_types=["vedge-C8000V"],
|
|
1623
|
+
if_name="Vlan100",
|
|
1624
|
+
interface_description="VPN Interface SVI",
|
|
1625
|
+
ipv4_address="2.3.4.5",
|
|
1626
|
+
ipv4_secondary_addresses=[{
|
|
1627
|
+
"ipv4_address": "4.5.6.7",
|
|
1628
|
+
}],
|
|
1629
|
+
ipv6_address="2001:db8:85a3::8a2e:370:7334",
|
|
1630
|
+
ipv6_dhcp_client=False,
|
|
1631
|
+
ipv6_dhcp_distance=101,
|
|
1632
|
+
ipv6_dhcp_rapid_commit=False,
|
|
1633
|
+
ipv6_secondary_addresses=[{
|
|
1634
|
+
"ipv6_address": "2001:db8:85a3::8a2e:370:7334",
|
|
1635
|
+
}],
|
|
1636
|
+
ipv4_dhcp_helpers=["7.7.7.7"],
|
|
1637
|
+
ipv6_dhcp_helpers=[{
|
|
1638
|
+
"address": "2001:db8:85a3::8a2e:370:7334",
|
|
1639
|
+
"vpn_id": 100,
|
|
1640
|
+
}],
|
|
1641
|
+
ip_directed_broadcast=True,
|
|
1642
|
+
mtu=1500,
|
|
1643
|
+
ip_mtu=1500,
|
|
1644
|
+
tcp_mss_adjust=1400,
|
|
1645
|
+
shutdown=False,
|
|
1646
|
+
arp_timeout=100,
|
|
1647
|
+
ipv4_access_lists=[{
|
|
1648
|
+
"direction": "in",
|
|
1649
|
+
"acl_name": "ACL1",
|
|
1650
|
+
}],
|
|
1651
|
+
ipv6_access_lists=[{
|
|
1652
|
+
"direction": "in",
|
|
1653
|
+
"acl_name": "ACL2",
|
|
1654
|
+
}],
|
|
1655
|
+
policers=[{
|
|
1656
|
+
"direction": "in",
|
|
1657
|
+
"policer_name": "POLICER1",
|
|
1658
|
+
}],
|
|
1659
|
+
static_arp_entries=[{
|
|
1660
|
+
"ipv4_address": "3.4.4.5",
|
|
1661
|
+
"mac_address": "00:00:00:00:00:00",
|
|
1662
|
+
}],
|
|
1663
|
+
ipv4_vrrps=[{
|
|
1664
|
+
"group_id": 1,
|
|
1665
|
+
"priority": 100,
|
|
1666
|
+
"timer": 1000,
|
|
1667
|
+
"track_omp": True,
|
|
1668
|
+
"track_prefix_list": "TRACK1",
|
|
1669
|
+
"ipv4_address": "5.6.7.8",
|
|
1670
|
+
"ipv4_secondary_addresses": [{
|
|
1671
|
+
"ipv4_address": "8.8.8.8",
|
|
1672
|
+
}],
|
|
1673
|
+
"tloc_preference_change": True,
|
|
1674
|
+
"tloc_preference_change_value": 100,
|
|
1675
|
+
"tracking_objects": [{
|
|
1676
|
+
"name": 100,
|
|
1677
|
+
"track_action": "decrement",
|
|
1678
|
+
"decrement_value": 10,
|
|
1679
|
+
}],
|
|
1680
|
+
}],
|
|
1681
|
+
ipv6_vrrps=[{
|
|
1682
|
+
"group_id": 1,
|
|
1683
|
+
"priority": 100,
|
|
1684
|
+
"timer": 1000,
|
|
1685
|
+
"track_omp": True,
|
|
1686
|
+
"track_prefix_list": "TRACK1",
|
|
1687
|
+
"ipv6_addresses": [{
|
|
1688
|
+
"link_local_address": "FE80::1/64",
|
|
1689
|
+
"prefix": "2001:db8:85a3::8a2e:370:7335",
|
|
1690
|
+
}],
|
|
1691
|
+
"ipv6_secondary_addresses": [{
|
|
1692
|
+
"prefix": "2001:db8:85a3::8a2e:370:7336",
|
|
1693
|
+
}],
|
|
1694
|
+
}])
|
|
1695
|
+
```
|
|
1696
|
+
|
|
1533
1697
|
## Import
|
|
1534
1698
|
|
|
1535
1699
|
The `pulumi import` command can be used, for example:
|
|
@@ -4261,6 +4261,86 @@ class VpnInterfaceT1E1SerialFeatureTemplate(pulumi.CustomResource):
|
|
|
4261
4261
|
|
|
4262
4262
|
## Example Usage
|
|
4263
4263
|
|
|
4264
|
+
```python
|
|
4265
|
+
import pulumi
|
|
4266
|
+
import pulumi_sdwan as sdwan
|
|
4267
|
+
|
|
4268
|
+
example = sdwan.VpnInterfaceT1E1SerialFeatureTemplate("example",
|
|
4269
|
+
name="Example",
|
|
4270
|
+
description="My Example",
|
|
4271
|
+
device_types=["vedge-C8000V"],
|
|
4272
|
+
serial_interface_name="SERIAL1",
|
|
4273
|
+
interface_description="My description",
|
|
4274
|
+
ipv4_address="1.2.3.4/24",
|
|
4275
|
+
ipv6_address="2001:0:0:1::/64",
|
|
4276
|
+
ipv6_access_lists=[{
|
|
4277
|
+
"direction": "in",
|
|
4278
|
+
"acl_name": "ACL1",
|
|
4279
|
+
}],
|
|
4280
|
+
enable_core_region=True,
|
|
4281
|
+
core_region="core",
|
|
4282
|
+
secondary_region="off",
|
|
4283
|
+
tunnel_interface_encapsulations=[{
|
|
4284
|
+
"encapsulation": "gre",
|
|
4285
|
+
"preference": 4294967,
|
|
4286
|
+
"weight": 250,
|
|
4287
|
+
}],
|
|
4288
|
+
tunnel_interface_groups=[42949672],
|
|
4289
|
+
tunnel_interface_border=True,
|
|
4290
|
+
per_tunnel_qos=True,
|
|
4291
|
+
per_tunnel_qos_aggregator=False,
|
|
4292
|
+
tunnel_qos_mode="spoke",
|
|
4293
|
+
tunnel_interface_color="custom1",
|
|
4294
|
+
tunnel_interface_last_resort_circuit=False,
|
|
4295
|
+
tunnel_interface_low_bandwidth_link=False,
|
|
4296
|
+
tunnel_interface_tunnel_tcp_mss=1460,
|
|
4297
|
+
tunnel_interface_clear_dont_fragment=False,
|
|
4298
|
+
tunnel_interface_network_broadcast=False,
|
|
4299
|
+
tunnel_interface_control_connections=8,
|
|
4300
|
+
tunnel_interface_vbond_as_stun_server=False,
|
|
4301
|
+
tunnel_interface_exclude_controller_group_lists=[100],
|
|
4302
|
+
tunnel_interface_vmanage_connection_preference=5,
|
|
4303
|
+
tunnel_interface_port_hop=False,
|
|
4304
|
+
tunnel_interface_restrict=False,
|
|
4305
|
+
tunnel_interface_carrier="carrier1",
|
|
4306
|
+
tunnel_interface_nat_refresh_interval=15,
|
|
4307
|
+
tunnel_interface_hello_interval=1000,
|
|
4308
|
+
tunnel_interface_hello_tolerance=12,
|
|
4309
|
+
tunnel_interface_bind_loopback_tunnel="12",
|
|
4310
|
+
tunnel_interface_allow_all=False,
|
|
4311
|
+
tunnel_interface_allow_bgp=False,
|
|
4312
|
+
tunnel_interface_allow_dhcp=True,
|
|
4313
|
+
tunnel_interface_allow_dns=True,
|
|
4314
|
+
tunnel_interface_allow_icmp=True,
|
|
4315
|
+
tunnel_interface_allow_ssh=False,
|
|
4316
|
+
tunnel_interface_allow_ntp=False,
|
|
4317
|
+
tunnel_interface_allow_netconf=False,
|
|
4318
|
+
tunnel_interface_allow_ospf=False,
|
|
4319
|
+
tunnel_interface_allow_stun=False,
|
|
4320
|
+
tunnel_interface_allow_snmp=False,
|
|
4321
|
+
tunnel_interface_allow_https=True,
|
|
4322
|
+
clear_dont_fragment_bit=False,
|
|
4323
|
+
pmtu_discovery=False,
|
|
4324
|
+
ip_mtu=1500,
|
|
4325
|
+
static_ingress_qos=6,
|
|
4326
|
+
tcp_mss=720,
|
|
4327
|
+
tloc_extension="tloc",
|
|
4328
|
+
shutdown=True,
|
|
4329
|
+
autonegotiate=True,
|
|
4330
|
+
shaping_rate=10000000,
|
|
4331
|
+
qos_map="test",
|
|
4332
|
+
qos_map_vpn="test",
|
|
4333
|
+
interface_bandwidth_capacity=128,
|
|
4334
|
+
clock_rate="5300000",
|
|
4335
|
+
encapsulation="hdlc",
|
|
4336
|
+
interface_downstream_bandwidth_capacity=10000000,
|
|
4337
|
+
write_rule="RULE1",
|
|
4338
|
+
ipv4_access_lists=[{
|
|
4339
|
+
"direction": "in",
|
|
4340
|
+
"acl_name": "ACL2",
|
|
4341
|
+
}])
|
|
4342
|
+
```
|
|
4343
|
+
|
|
4264
4344
|
## Import
|
|
4265
4345
|
|
|
4266
4346
|
The `pulumi import` command can be used, for example:
|
|
@@ -4460,6 +4540,86 @@ class VpnInterfaceT1E1SerialFeatureTemplate(pulumi.CustomResource):
|
|
|
4460
4540
|
|
|
4461
4541
|
## Example Usage
|
|
4462
4542
|
|
|
4543
|
+
```python
|
|
4544
|
+
import pulumi
|
|
4545
|
+
import pulumi_sdwan as sdwan
|
|
4546
|
+
|
|
4547
|
+
example = sdwan.VpnInterfaceT1E1SerialFeatureTemplate("example",
|
|
4548
|
+
name="Example",
|
|
4549
|
+
description="My Example",
|
|
4550
|
+
device_types=["vedge-C8000V"],
|
|
4551
|
+
serial_interface_name="SERIAL1",
|
|
4552
|
+
interface_description="My description",
|
|
4553
|
+
ipv4_address="1.2.3.4/24",
|
|
4554
|
+
ipv6_address="2001:0:0:1::/64",
|
|
4555
|
+
ipv6_access_lists=[{
|
|
4556
|
+
"direction": "in",
|
|
4557
|
+
"acl_name": "ACL1",
|
|
4558
|
+
}],
|
|
4559
|
+
enable_core_region=True,
|
|
4560
|
+
core_region="core",
|
|
4561
|
+
secondary_region="off",
|
|
4562
|
+
tunnel_interface_encapsulations=[{
|
|
4563
|
+
"encapsulation": "gre",
|
|
4564
|
+
"preference": 4294967,
|
|
4565
|
+
"weight": 250,
|
|
4566
|
+
}],
|
|
4567
|
+
tunnel_interface_groups=[42949672],
|
|
4568
|
+
tunnel_interface_border=True,
|
|
4569
|
+
per_tunnel_qos=True,
|
|
4570
|
+
per_tunnel_qos_aggregator=False,
|
|
4571
|
+
tunnel_qos_mode="spoke",
|
|
4572
|
+
tunnel_interface_color="custom1",
|
|
4573
|
+
tunnel_interface_last_resort_circuit=False,
|
|
4574
|
+
tunnel_interface_low_bandwidth_link=False,
|
|
4575
|
+
tunnel_interface_tunnel_tcp_mss=1460,
|
|
4576
|
+
tunnel_interface_clear_dont_fragment=False,
|
|
4577
|
+
tunnel_interface_network_broadcast=False,
|
|
4578
|
+
tunnel_interface_control_connections=8,
|
|
4579
|
+
tunnel_interface_vbond_as_stun_server=False,
|
|
4580
|
+
tunnel_interface_exclude_controller_group_lists=[100],
|
|
4581
|
+
tunnel_interface_vmanage_connection_preference=5,
|
|
4582
|
+
tunnel_interface_port_hop=False,
|
|
4583
|
+
tunnel_interface_restrict=False,
|
|
4584
|
+
tunnel_interface_carrier="carrier1",
|
|
4585
|
+
tunnel_interface_nat_refresh_interval=15,
|
|
4586
|
+
tunnel_interface_hello_interval=1000,
|
|
4587
|
+
tunnel_interface_hello_tolerance=12,
|
|
4588
|
+
tunnel_interface_bind_loopback_tunnel="12",
|
|
4589
|
+
tunnel_interface_allow_all=False,
|
|
4590
|
+
tunnel_interface_allow_bgp=False,
|
|
4591
|
+
tunnel_interface_allow_dhcp=True,
|
|
4592
|
+
tunnel_interface_allow_dns=True,
|
|
4593
|
+
tunnel_interface_allow_icmp=True,
|
|
4594
|
+
tunnel_interface_allow_ssh=False,
|
|
4595
|
+
tunnel_interface_allow_ntp=False,
|
|
4596
|
+
tunnel_interface_allow_netconf=False,
|
|
4597
|
+
tunnel_interface_allow_ospf=False,
|
|
4598
|
+
tunnel_interface_allow_stun=False,
|
|
4599
|
+
tunnel_interface_allow_snmp=False,
|
|
4600
|
+
tunnel_interface_allow_https=True,
|
|
4601
|
+
clear_dont_fragment_bit=False,
|
|
4602
|
+
pmtu_discovery=False,
|
|
4603
|
+
ip_mtu=1500,
|
|
4604
|
+
static_ingress_qos=6,
|
|
4605
|
+
tcp_mss=720,
|
|
4606
|
+
tloc_extension="tloc",
|
|
4607
|
+
shutdown=True,
|
|
4608
|
+
autonegotiate=True,
|
|
4609
|
+
shaping_rate=10000000,
|
|
4610
|
+
qos_map="test",
|
|
4611
|
+
qos_map_vpn="test",
|
|
4612
|
+
interface_bandwidth_capacity=128,
|
|
4613
|
+
clock_rate="5300000",
|
|
4614
|
+
encapsulation="hdlc",
|
|
4615
|
+
interface_downstream_bandwidth_capacity=10000000,
|
|
4616
|
+
write_rule="RULE1",
|
|
4617
|
+
ipv4_access_lists=[{
|
|
4618
|
+
"direction": "in",
|
|
4619
|
+
"acl_name": "ACL2",
|
|
4620
|
+
}])
|
|
4621
|
+
```
|
|
4622
|
+
|
|
4463
4623
|
## Import
|
|
4464
4624
|
|
|
4465
4625
|
The `pulumi import` command can be used, for example:
|
|
@@ -127,6 +127,17 @@ class VpnListPolicyObject(pulumi.CustomResource):
|
|
|
127
127
|
|
|
128
128
|
## Example Usage
|
|
129
129
|
|
|
130
|
+
```python
|
|
131
|
+
import pulumi
|
|
132
|
+
import pulumi_sdwan as sdwan
|
|
133
|
+
|
|
134
|
+
example = sdwan.VpnListPolicyObject("example",
|
|
135
|
+
name="Example",
|
|
136
|
+
entries=[{
|
|
137
|
+
"vpn_id": "100-200",
|
|
138
|
+
}])
|
|
139
|
+
```
|
|
140
|
+
|
|
130
141
|
## Import
|
|
131
142
|
|
|
132
143
|
The `pulumi import` command can be used, for example:
|
|
@@ -151,6 +162,17 @@ class VpnListPolicyObject(pulumi.CustomResource):
|
|
|
151
162
|
|
|
152
163
|
## Example Usage
|
|
153
164
|
|
|
165
|
+
```python
|
|
166
|
+
import pulumi
|
|
167
|
+
import pulumi_sdwan as sdwan
|
|
168
|
+
|
|
169
|
+
example = sdwan.VpnListPolicyObject("example",
|
|
170
|
+
name="Example",
|
|
171
|
+
entries=[{
|
|
172
|
+
"vpn_id": "100-200",
|
|
173
|
+
}])
|
|
174
|
+
```
|
|
175
|
+
|
|
154
176
|
## Import
|
|
155
177
|
|
|
156
178
|
The `pulumi import` command can be used, for example:
|
|
@@ -175,6 +175,19 @@ class VpnMembershipPolicyDefinition(pulumi.CustomResource):
|
|
|
175
175
|
|
|
176
176
|
## Example Usage
|
|
177
177
|
|
|
178
|
+
```python
|
|
179
|
+
import pulumi
|
|
180
|
+
import pulumi_sdwan as sdwan
|
|
181
|
+
|
|
182
|
+
example = sdwan.VpnMembershipPolicyDefinition("example",
|
|
183
|
+
name="Example",
|
|
184
|
+
description="My description",
|
|
185
|
+
sites=[{
|
|
186
|
+
"site_list_id": "e858e1c4-6aa8-4de7-99df-c3adbf80290d",
|
|
187
|
+
"vpn_list_ids": ["04fcbb0b-efbf-43d2-a04b-847d3a7b104e"],
|
|
188
|
+
}])
|
|
189
|
+
```
|
|
190
|
+
|
|
178
191
|
## Import
|
|
179
192
|
|
|
180
193
|
The `pulumi import` command can be used, for example:
|
|
@@ -200,6 +213,19 @@ class VpnMembershipPolicyDefinition(pulumi.CustomResource):
|
|
|
200
213
|
|
|
201
214
|
## Example Usage
|
|
202
215
|
|
|
216
|
+
```python
|
|
217
|
+
import pulumi
|
|
218
|
+
import pulumi_sdwan as sdwan
|
|
219
|
+
|
|
220
|
+
example = sdwan.VpnMembershipPolicyDefinition("example",
|
|
221
|
+
name="Example",
|
|
222
|
+
description="My description",
|
|
223
|
+
sites=[{
|
|
224
|
+
"site_list_id": "e858e1c4-6aa8-4de7-99df-c3adbf80290d",
|
|
225
|
+
"vpn_list_ids": ["04fcbb0b-efbf-43d2-a04b-847d3a7b104e"],
|
|
226
|
+
}])
|
|
227
|
+
```
|
|
228
|
+
|
|
203
229
|
## Import
|
|
204
230
|
|
|
205
231
|
The `pulumi import` command can be used, for example:
|