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
|
@@ -5253,6 +5253,114 @@ class VpnInterfaceCellularFeatureTemplate(pulumi.CustomResource):
|
|
|
5253
5253
|
|
|
5254
5254
|
## Example Usage
|
|
5255
5255
|
|
|
5256
|
+
```python
|
|
5257
|
+
import pulumi
|
|
5258
|
+
import pulumi_sdwan as sdwan
|
|
5259
|
+
|
|
5260
|
+
example = sdwan.VpnInterfaceCellularFeatureTemplate("example",
|
|
5261
|
+
name="Example",
|
|
5262
|
+
description="My Example",
|
|
5263
|
+
device_types=["vedge-C8000V"],
|
|
5264
|
+
cellular_interface_name="Cellular1",
|
|
5265
|
+
interface_description="My Description",
|
|
5266
|
+
ipv6_access_lists=[{
|
|
5267
|
+
"direction": "in",
|
|
5268
|
+
"acl_name": "ACL1",
|
|
5269
|
+
}],
|
|
5270
|
+
ipv4_dhcp_helpers=["6.6.6.6"],
|
|
5271
|
+
trackers=["tracker1"],
|
|
5272
|
+
nat=True,
|
|
5273
|
+
nat_refresh_mode="outbound",
|
|
5274
|
+
nat_udp_timeout=1,
|
|
5275
|
+
nat_tcp_timeout=60,
|
|
5276
|
+
nat_block_icmp_error=True,
|
|
5277
|
+
nat_response_to_ping=False,
|
|
5278
|
+
nat_port_forwards=[{
|
|
5279
|
+
"port_start_range": 0,
|
|
5280
|
+
"port_end_range": 65530,
|
|
5281
|
+
"protocol": "tcp",
|
|
5282
|
+
"private_vpn": 65530,
|
|
5283
|
+
"private_ip_address": "1.2.3.4",
|
|
5284
|
+
}],
|
|
5285
|
+
enable_core_region=True,
|
|
5286
|
+
core_region="core",
|
|
5287
|
+
secondary_region="off",
|
|
5288
|
+
tunnel_interface_encapsulations=[{
|
|
5289
|
+
"encapsulation": "gre",
|
|
5290
|
+
"preference": 4294967,
|
|
5291
|
+
"weight": 250,
|
|
5292
|
+
}],
|
|
5293
|
+
tunnel_interface_groups=[42949672],
|
|
5294
|
+
tunnel_interface_border=True,
|
|
5295
|
+
per_tunnel_qos=True,
|
|
5296
|
+
per_tunnel_qos_aggregator=False,
|
|
5297
|
+
tunnel_qos_mode="spoke",
|
|
5298
|
+
tunnel_interface_color="custom1",
|
|
5299
|
+
tunnel_interface_last_resort_circuit=False,
|
|
5300
|
+
tunnel_interface_low_bandwidth_link=False,
|
|
5301
|
+
tunnel_interface_tunnel_tcp_mss=1460,
|
|
5302
|
+
tunnel_interface_clear_dont_fragment=False,
|
|
5303
|
+
tunnel_interface_network_broadcast=False,
|
|
5304
|
+
tunnel_interface_max_control_connections=8,
|
|
5305
|
+
tunnel_interface_control_connections=True,
|
|
5306
|
+
tunnel_interface_vbond_as_stun_server=False,
|
|
5307
|
+
tunnel_interface_exclude_controller_group_lists=[100],
|
|
5308
|
+
tunnel_interface_vmanage_connection_preference=5,
|
|
5309
|
+
tunnel_interface_port_hop=False,
|
|
5310
|
+
tunnel_interface_color_restrict=False,
|
|
5311
|
+
tunnel_interface_carrier="carrier1",
|
|
5312
|
+
tunnel_interface_nat_refresh_interval=15,
|
|
5313
|
+
tunnel_interface_hello_interval=1000,
|
|
5314
|
+
tunnel_interface_hello_tolerance=12,
|
|
5315
|
+
tunnel_interface_bind_loopback_tunnel="12",
|
|
5316
|
+
tunnel_interface_allow_all=False,
|
|
5317
|
+
tunnel_interface_allow_bgp=False,
|
|
5318
|
+
tunnel_interface_allow_dhcp=True,
|
|
5319
|
+
tunnel_interface_allow_dns=True,
|
|
5320
|
+
tunnel_interface_allow_icmp=True,
|
|
5321
|
+
tunnel_interface_allow_ssh=False,
|
|
5322
|
+
tunnel_interface_allow_ntp=False,
|
|
5323
|
+
tunnel_interface_allow_netconf=False,
|
|
5324
|
+
tunnel_interface_allow_ospf=False,
|
|
5325
|
+
tunnel_interface_allow_stun=False,
|
|
5326
|
+
tunnel_interface_allow_snmp=False,
|
|
5327
|
+
tunnel_interface_allow_https=True,
|
|
5328
|
+
clear_dont_fragment_bit=False,
|
|
5329
|
+
pmtu_discovery=False,
|
|
5330
|
+
ip_mtu=1500,
|
|
5331
|
+
static_ingress_qos=6,
|
|
5332
|
+
tcp_mss=720,
|
|
5333
|
+
tloc_extension="tloc",
|
|
5334
|
+
ip_directed_broadcast=True,
|
|
5335
|
+
shutdown=True,
|
|
5336
|
+
autonegotiate=True,
|
|
5337
|
+
qos_adaptive_period=15,
|
|
5338
|
+
qos_adaptive_bandwidth_downstream=10000,
|
|
5339
|
+
qos_adaptive_min_downstream=100,
|
|
5340
|
+
qos_adaptive_max_downstream=100000,
|
|
5341
|
+
qos_adaptive_bandwidth_upstream=10000,
|
|
5342
|
+
qos_adaptive_min_upstream=100,
|
|
5343
|
+
qos_adaptive_max_upstream=100000,
|
|
5344
|
+
shaping_rate=10000000,
|
|
5345
|
+
qos_map="test",
|
|
5346
|
+
qos_map_vpn="test",
|
|
5347
|
+
bandwidth_upstream=214748300,
|
|
5348
|
+
bandwidth_downstream=214748300,
|
|
5349
|
+
write_rule="RULE1",
|
|
5350
|
+
ipv4_access_lists=[{
|
|
5351
|
+
"direction": "in",
|
|
5352
|
+
"acl_name": "ACL2",
|
|
5353
|
+
}],
|
|
5354
|
+
policers=[{
|
|
5355
|
+
"direction": "in",
|
|
5356
|
+
"policer_name": "example",
|
|
5357
|
+
}],
|
|
5358
|
+
static_arps=[{
|
|
5359
|
+
"ip_address": "1.2.3.4",
|
|
5360
|
+
"mac": "00-B0-D0-63-C2-26",
|
|
5361
|
+
}])
|
|
5362
|
+
```
|
|
5363
|
+
|
|
5256
5364
|
## Import
|
|
5257
5365
|
|
|
5258
5366
|
The `pulumi import` command can be used, for example:
|
|
@@ -5497,6 +5605,114 @@ class VpnInterfaceCellularFeatureTemplate(pulumi.CustomResource):
|
|
|
5497
5605
|
|
|
5498
5606
|
## Example Usage
|
|
5499
5607
|
|
|
5608
|
+
```python
|
|
5609
|
+
import pulumi
|
|
5610
|
+
import pulumi_sdwan as sdwan
|
|
5611
|
+
|
|
5612
|
+
example = sdwan.VpnInterfaceCellularFeatureTemplate("example",
|
|
5613
|
+
name="Example",
|
|
5614
|
+
description="My Example",
|
|
5615
|
+
device_types=["vedge-C8000V"],
|
|
5616
|
+
cellular_interface_name="Cellular1",
|
|
5617
|
+
interface_description="My Description",
|
|
5618
|
+
ipv6_access_lists=[{
|
|
5619
|
+
"direction": "in",
|
|
5620
|
+
"acl_name": "ACL1",
|
|
5621
|
+
}],
|
|
5622
|
+
ipv4_dhcp_helpers=["6.6.6.6"],
|
|
5623
|
+
trackers=["tracker1"],
|
|
5624
|
+
nat=True,
|
|
5625
|
+
nat_refresh_mode="outbound",
|
|
5626
|
+
nat_udp_timeout=1,
|
|
5627
|
+
nat_tcp_timeout=60,
|
|
5628
|
+
nat_block_icmp_error=True,
|
|
5629
|
+
nat_response_to_ping=False,
|
|
5630
|
+
nat_port_forwards=[{
|
|
5631
|
+
"port_start_range": 0,
|
|
5632
|
+
"port_end_range": 65530,
|
|
5633
|
+
"protocol": "tcp",
|
|
5634
|
+
"private_vpn": 65530,
|
|
5635
|
+
"private_ip_address": "1.2.3.4",
|
|
5636
|
+
}],
|
|
5637
|
+
enable_core_region=True,
|
|
5638
|
+
core_region="core",
|
|
5639
|
+
secondary_region="off",
|
|
5640
|
+
tunnel_interface_encapsulations=[{
|
|
5641
|
+
"encapsulation": "gre",
|
|
5642
|
+
"preference": 4294967,
|
|
5643
|
+
"weight": 250,
|
|
5644
|
+
}],
|
|
5645
|
+
tunnel_interface_groups=[42949672],
|
|
5646
|
+
tunnel_interface_border=True,
|
|
5647
|
+
per_tunnel_qos=True,
|
|
5648
|
+
per_tunnel_qos_aggregator=False,
|
|
5649
|
+
tunnel_qos_mode="spoke",
|
|
5650
|
+
tunnel_interface_color="custom1",
|
|
5651
|
+
tunnel_interface_last_resort_circuit=False,
|
|
5652
|
+
tunnel_interface_low_bandwidth_link=False,
|
|
5653
|
+
tunnel_interface_tunnel_tcp_mss=1460,
|
|
5654
|
+
tunnel_interface_clear_dont_fragment=False,
|
|
5655
|
+
tunnel_interface_network_broadcast=False,
|
|
5656
|
+
tunnel_interface_max_control_connections=8,
|
|
5657
|
+
tunnel_interface_control_connections=True,
|
|
5658
|
+
tunnel_interface_vbond_as_stun_server=False,
|
|
5659
|
+
tunnel_interface_exclude_controller_group_lists=[100],
|
|
5660
|
+
tunnel_interface_vmanage_connection_preference=5,
|
|
5661
|
+
tunnel_interface_port_hop=False,
|
|
5662
|
+
tunnel_interface_color_restrict=False,
|
|
5663
|
+
tunnel_interface_carrier="carrier1",
|
|
5664
|
+
tunnel_interface_nat_refresh_interval=15,
|
|
5665
|
+
tunnel_interface_hello_interval=1000,
|
|
5666
|
+
tunnel_interface_hello_tolerance=12,
|
|
5667
|
+
tunnel_interface_bind_loopback_tunnel="12",
|
|
5668
|
+
tunnel_interface_allow_all=False,
|
|
5669
|
+
tunnel_interface_allow_bgp=False,
|
|
5670
|
+
tunnel_interface_allow_dhcp=True,
|
|
5671
|
+
tunnel_interface_allow_dns=True,
|
|
5672
|
+
tunnel_interface_allow_icmp=True,
|
|
5673
|
+
tunnel_interface_allow_ssh=False,
|
|
5674
|
+
tunnel_interface_allow_ntp=False,
|
|
5675
|
+
tunnel_interface_allow_netconf=False,
|
|
5676
|
+
tunnel_interface_allow_ospf=False,
|
|
5677
|
+
tunnel_interface_allow_stun=False,
|
|
5678
|
+
tunnel_interface_allow_snmp=False,
|
|
5679
|
+
tunnel_interface_allow_https=True,
|
|
5680
|
+
clear_dont_fragment_bit=False,
|
|
5681
|
+
pmtu_discovery=False,
|
|
5682
|
+
ip_mtu=1500,
|
|
5683
|
+
static_ingress_qos=6,
|
|
5684
|
+
tcp_mss=720,
|
|
5685
|
+
tloc_extension="tloc",
|
|
5686
|
+
ip_directed_broadcast=True,
|
|
5687
|
+
shutdown=True,
|
|
5688
|
+
autonegotiate=True,
|
|
5689
|
+
qos_adaptive_period=15,
|
|
5690
|
+
qos_adaptive_bandwidth_downstream=10000,
|
|
5691
|
+
qos_adaptive_min_downstream=100,
|
|
5692
|
+
qos_adaptive_max_downstream=100000,
|
|
5693
|
+
qos_adaptive_bandwidth_upstream=10000,
|
|
5694
|
+
qos_adaptive_min_upstream=100,
|
|
5695
|
+
qos_adaptive_max_upstream=100000,
|
|
5696
|
+
shaping_rate=10000000,
|
|
5697
|
+
qos_map="test",
|
|
5698
|
+
qos_map_vpn="test",
|
|
5699
|
+
bandwidth_upstream=214748300,
|
|
5700
|
+
bandwidth_downstream=214748300,
|
|
5701
|
+
write_rule="RULE1",
|
|
5702
|
+
ipv4_access_lists=[{
|
|
5703
|
+
"direction": "in",
|
|
5704
|
+
"acl_name": "ACL2",
|
|
5705
|
+
}],
|
|
5706
|
+
policers=[{
|
|
5707
|
+
"direction": "in",
|
|
5708
|
+
"policer_name": "example",
|
|
5709
|
+
}],
|
|
5710
|
+
static_arps=[{
|
|
5711
|
+
"ip_address": "1.2.3.4",
|
|
5712
|
+
"mac": "00-B0-D0-63-C2-26",
|
|
5713
|
+
}])
|
|
5714
|
+
```
|
|
5715
|
+
|
|
5500
5716
|
## Import
|
|
5501
5717
|
|
|
5502
5718
|
The `pulumi import` command can be used, for example:
|
|
@@ -5690,6 +5690,125 @@ class VpnInterfaceDslIpoeFeatureTemplate(pulumi.CustomResource):
|
|
|
5690
5690
|
|
|
5691
5691
|
## Example Usage
|
|
5692
5692
|
|
|
5693
|
+
```python
|
|
5694
|
+
import pulumi
|
|
5695
|
+
import pulumi_sdwan as sdwan
|
|
5696
|
+
|
|
5697
|
+
example = sdwan.VpnInterfaceDslIpoeFeatureTemplate("example",
|
|
5698
|
+
name="Example",
|
|
5699
|
+
description="My Example",
|
|
5700
|
+
device_types=["vedge-C8000V"],
|
|
5701
|
+
ethernet_interface_name="Example",
|
|
5702
|
+
ethernet_ipv4_address="1.2.3.4/24",
|
|
5703
|
+
ethernet_enable_dhcp=False,
|
|
5704
|
+
ethernet_dhcp_distance=1234,
|
|
5705
|
+
ethernet_dhcp_helpers=["3"],
|
|
5706
|
+
internal_controller_type="ipoe",
|
|
5707
|
+
shutdown=True,
|
|
5708
|
+
ethernet_description="My Description",
|
|
5709
|
+
vdsl_configurations=[{
|
|
5710
|
+
"controller_vdsl_slot": "Example",
|
|
5711
|
+
"sra": True,
|
|
5712
|
+
"mode_adsl1": False,
|
|
5713
|
+
"mode_adsl2": False,
|
|
5714
|
+
"mode_adsl2plus": False,
|
|
5715
|
+
"mode_vdsl2": False,
|
|
5716
|
+
"mode_ansi": False,
|
|
5717
|
+
"vdsl_modem_configuration": "100",
|
|
5718
|
+
}],
|
|
5719
|
+
encap=4094,
|
|
5720
|
+
dialer_pool_number=255,
|
|
5721
|
+
ppp_maximum_payload=1790,
|
|
5722
|
+
dialer_address_negotiated=False,
|
|
5723
|
+
unnumbered_loopback_interface="example",
|
|
5724
|
+
ppp_authentication_protocol="chap",
|
|
5725
|
+
ppp_authentication_protocol_pap=False,
|
|
5726
|
+
chap_hostname="chap-example",
|
|
5727
|
+
chap_ppp_auth_password="myPassword",
|
|
5728
|
+
pap_username="pap-username",
|
|
5729
|
+
pap_password=True,
|
|
5730
|
+
pap_ppp_auth_password="myPassword",
|
|
5731
|
+
tunnel_interface_encapsulations=[{
|
|
5732
|
+
"encapsulation": "gre",
|
|
5733
|
+
"preference": 4294967,
|
|
5734
|
+
"weight": 250,
|
|
5735
|
+
}],
|
|
5736
|
+
tunnel_interface_groups=[42949672],
|
|
5737
|
+
tunnel_interface_border=True,
|
|
5738
|
+
per_tunnel_qos=True,
|
|
5739
|
+
per_tunnel_qos_aggregator=False,
|
|
5740
|
+
tunnel_qos_mode="spoke",
|
|
5741
|
+
tunnel_interface_color="custom1",
|
|
5742
|
+
tunnel_interface_last_resort_circuit=False,
|
|
5743
|
+
tunnel_interface_low_bandwidth_link=False,
|
|
5744
|
+
tunnel_interface_tunnel_tcp_mss=1460,
|
|
5745
|
+
tunnel_interface_clear_dont_fragment=False,
|
|
5746
|
+
tunnel_interface_network_broadcast=False,
|
|
5747
|
+
tunnel_interface_max_control_connections=8,
|
|
5748
|
+
tunnel_interface_control_connections=True,
|
|
5749
|
+
tunnel_interface_vbond_as_stun_server=False,
|
|
5750
|
+
tunnel_interface_exclude_controller_group_lists=[100],
|
|
5751
|
+
tunnel_interface_vmanage_connection_preference=5,
|
|
5752
|
+
tunnel_interface_port_hop=False,
|
|
5753
|
+
tunnel_interface_color_restrict=False,
|
|
5754
|
+
tunnel_interface_carrier="carrier1",
|
|
5755
|
+
tunnel_interface_nat_refresh_interval=15,
|
|
5756
|
+
tunnel_interface_hello_interval=1000,
|
|
5757
|
+
tunnel_interface_hello_tolerance=12,
|
|
5758
|
+
tunnel_interface_bind_loopback_tunnel="12",
|
|
5759
|
+
tunnel_interface_allow_all=False,
|
|
5760
|
+
tunnel_interface_allow_bgp=False,
|
|
5761
|
+
tunnel_interface_allow_dhcp=True,
|
|
5762
|
+
tunnel_interface_allow_dns=True,
|
|
5763
|
+
tunnel_interface_allow_icmp=True,
|
|
5764
|
+
tunnel_interface_allow_ssh=False,
|
|
5765
|
+
tunnel_interface_allow_ntp=False,
|
|
5766
|
+
tunnel_interface_allow_netconf=False,
|
|
5767
|
+
tunnel_interface_allow_ospf=False,
|
|
5768
|
+
tunnel_interface_allow_stun=False,
|
|
5769
|
+
tunnel_interface_allow_snmp=False,
|
|
5770
|
+
tunnel_interface_allow_https=True,
|
|
5771
|
+
nat=True,
|
|
5772
|
+
nat_refresh_mode="outbound",
|
|
5773
|
+
nat_udp_timeout=1,
|
|
5774
|
+
nat_tcp_timeout=60,
|
|
5775
|
+
nat_block_icmp_error=True,
|
|
5776
|
+
nat_response_to_ping=False,
|
|
5777
|
+
nat_port_forwards=[{
|
|
5778
|
+
"port_start_range": 0,
|
|
5779
|
+
"port_end_range": 65530,
|
|
5780
|
+
"protocol": "tcp",
|
|
5781
|
+
"private_vpn": 65530,
|
|
5782
|
+
"private_ip_address": "1.2.3.4",
|
|
5783
|
+
}],
|
|
5784
|
+
qos_adaptive_period=15,
|
|
5785
|
+
qos_adaptive_bandwidth_downstream=10000,
|
|
5786
|
+
qos_adaptive_min_downstream=100,
|
|
5787
|
+
qos_adaptive_max_downstream=100000,
|
|
5788
|
+
qos_adaptive_bandwidth_upstream=10000,
|
|
5789
|
+
qos_adaptive_min_upstream=100,
|
|
5790
|
+
qos_adaptive_max_upstream=100000,
|
|
5791
|
+
shaping_rate=10000000,
|
|
5792
|
+
qos_map="test",
|
|
5793
|
+
qos_map_vpn="test",
|
|
5794
|
+
bandwidth_upstream=214748300,
|
|
5795
|
+
bandwidth_downstream=214748300,
|
|
5796
|
+
write_rule="RULE1",
|
|
5797
|
+
access_lists=[{
|
|
5798
|
+
"direction": "in",
|
|
5799
|
+
"acl_name": "ACL1",
|
|
5800
|
+
}],
|
|
5801
|
+
policers=[{
|
|
5802
|
+
"direction": "in",
|
|
5803
|
+
"policer_name": "example",
|
|
5804
|
+
}],
|
|
5805
|
+
ip_mtu=1500,
|
|
5806
|
+
tcp_mss=720,
|
|
5807
|
+
tloc_extension="tloc",
|
|
5808
|
+
trackers=["tracker1"],
|
|
5809
|
+
ip_directed_broadcast=True)
|
|
5810
|
+
```
|
|
5811
|
+
|
|
5693
5812
|
## Import
|
|
5694
5813
|
|
|
5695
5814
|
The `pulumi import` command can be used, for example:
|
|
@@ -5949,6 +6068,125 @@ class VpnInterfaceDslIpoeFeatureTemplate(pulumi.CustomResource):
|
|
|
5949
6068
|
|
|
5950
6069
|
## Example Usage
|
|
5951
6070
|
|
|
6071
|
+
```python
|
|
6072
|
+
import pulumi
|
|
6073
|
+
import pulumi_sdwan as sdwan
|
|
6074
|
+
|
|
6075
|
+
example = sdwan.VpnInterfaceDslIpoeFeatureTemplate("example",
|
|
6076
|
+
name="Example",
|
|
6077
|
+
description="My Example",
|
|
6078
|
+
device_types=["vedge-C8000V"],
|
|
6079
|
+
ethernet_interface_name="Example",
|
|
6080
|
+
ethernet_ipv4_address="1.2.3.4/24",
|
|
6081
|
+
ethernet_enable_dhcp=False,
|
|
6082
|
+
ethernet_dhcp_distance=1234,
|
|
6083
|
+
ethernet_dhcp_helpers=["3"],
|
|
6084
|
+
internal_controller_type="ipoe",
|
|
6085
|
+
shutdown=True,
|
|
6086
|
+
ethernet_description="My Description",
|
|
6087
|
+
vdsl_configurations=[{
|
|
6088
|
+
"controller_vdsl_slot": "Example",
|
|
6089
|
+
"sra": True,
|
|
6090
|
+
"mode_adsl1": False,
|
|
6091
|
+
"mode_adsl2": False,
|
|
6092
|
+
"mode_adsl2plus": False,
|
|
6093
|
+
"mode_vdsl2": False,
|
|
6094
|
+
"mode_ansi": False,
|
|
6095
|
+
"vdsl_modem_configuration": "100",
|
|
6096
|
+
}],
|
|
6097
|
+
encap=4094,
|
|
6098
|
+
dialer_pool_number=255,
|
|
6099
|
+
ppp_maximum_payload=1790,
|
|
6100
|
+
dialer_address_negotiated=False,
|
|
6101
|
+
unnumbered_loopback_interface="example",
|
|
6102
|
+
ppp_authentication_protocol="chap",
|
|
6103
|
+
ppp_authentication_protocol_pap=False,
|
|
6104
|
+
chap_hostname="chap-example",
|
|
6105
|
+
chap_ppp_auth_password="myPassword",
|
|
6106
|
+
pap_username="pap-username",
|
|
6107
|
+
pap_password=True,
|
|
6108
|
+
pap_ppp_auth_password="myPassword",
|
|
6109
|
+
tunnel_interface_encapsulations=[{
|
|
6110
|
+
"encapsulation": "gre",
|
|
6111
|
+
"preference": 4294967,
|
|
6112
|
+
"weight": 250,
|
|
6113
|
+
}],
|
|
6114
|
+
tunnel_interface_groups=[42949672],
|
|
6115
|
+
tunnel_interface_border=True,
|
|
6116
|
+
per_tunnel_qos=True,
|
|
6117
|
+
per_tunnel_qos_aggregator=False,
|
|
6118
|
+
tunnel_qos_mode="spoke",
|
|
6119
|
+
tunnel_interface_color="custom1",
|
|
6120
|
+
tunnel_interface_last_resort_circuit=False,
|
|
6121
|
+
tunnel_interface_low_bandwidth_link=False,
|
|
6122
|
+
tunnel_interface_tunnel_tcp_mss=1460,
|
|
6123
|
+
tunnel_interface_clear_dont_fragment=False,
|
|
6124
|
+
tunnel_interface_network_broadcast=False,
|
|
6125
|
+
tunnel_interface_max_control_connections=8,
|
|
6126
|
+
tunnel_interface_control_connections=True,
|
|
6127
|
+
tunnel_interface_vbond_as_stun_server=False,
|
|
6128
|
+
tunnel_interface_exclude_controller_group_lists=[100],
|
|
6129
|
+
tunnel_interface_vmanage_connection_preference=5,
|
|
6130
|
+
tunnel_interface_port_hop=False,
|
|
6131
|
+
tunnel_interface_color_restrict=False,
|
|
6132
|
+
tunnel_interface_carrier="carrier1",
|
|
6133
|
+
tunnel_interface_nat_refresh_interval=15,
|
|
6134
|
+
tunnel_interface_hello_interval=1000,
|
|
6135
|
+
tunnel_interface_hello_tolerance=12,
|
|
6136
|
+
tunnel_interface_bind_loopback_tunnel="12",
|
|
6137
|
+
tunnel_interface_allow_all=False,
|
|
6138
|
+
tunnel_interface_allow_bgp=False,
|
|
6139
|
+
tunnel_interface_allow_dhcp=True,
|
|
6140
|
+
tunnel_interface_allow_dns=True,
|
|
6141
|
+
tunnel_interface_allow_icmp=True,
|
|
6142
|
+
tunnel_interface_allow_ssh=False,
|
|
6143
|
+
tunnel_interface_allow_ntp=False,
|
|
6144
|
+
tunnel_interface_allow_netconf=False,
|
|
6145
|
+
tunnel_interface_allow_ospf=False,
|
|
6146
|
+
tunnel_interface_allow_stun=False,
|
|
6147
|
+
tunnel_interface_allow_snmp=False,
|
|
6148
|
+
tunnel_interface_allow_https=True,
|
|
6149
|
+
nat=True,
|
|
6150
|
+
nat_refresh_mode="outbound",
|
|
6151
|
+
nat_udp_timeout=1,
|
|
6152
|
+
nat_tcp_timeout=60,
|
|
6153
|
+
nat_block_icmp_error=True,
|
|
6154
|
+
nat_response_to_ping=False,
|
|
6155
|
+
nat_port_forwards=[{
|
|
6156
|
+
"port_start_range": 0,
|
|
6157
|
+
"port_end_range": 65530,
|
|
6158
|
+
"protocol": "tcp",
|
|
6159
|
+
"private_vpn": 65530,
|
|
6160
|
+
"private_ip_address": "1.2.3.4",
|
|
6161
|
+
}],
|
|
6162
|
+
qos_adaptive_period=15,
|
|
6163
|
+
qos_adaptive_bandwidth_downstream=10000,
|
|
6164
|
+
qos_adaptive_min_downstream=100,
|
|
6165
|
+
qos_adaptive_max_downstream=100000,
|
|
6166
|
+
qos_adaptive_bandwidth_upstream=10000,
|
|
6167
|
+
qos_adaptive_min_upstream=100,
|
|
6168
|
+
qos_adaptive_max_upstream=100000,
|
|
6169
|
+
shaping_rate=10000000,
|
|
6170
|
+
qos_map="test",
|
|
6171
|
+
qos_map_vpn="test",
|
|
6172
|
+
bandwidth_upstream=214748300,
|
|
6173
|
+
bandwidth_downstream=214748300,
|
|
6174
|
+
write_rule="RULE1",
|
|
6175
|
+
access_lists=[{
|
|
6176
|
+
"direction": "in",
|
|
6177
|
+
"acl_name": "ACL1",
|
|
6178
|
+
}],
|
|
6179
|
+
policers=[{
|
|
6180
|
+
"direction": "in",
|
|
6181
|
+
"policer_name": "example",
|
|
6182
|
+
}],
|
|
6183
|
+
ip_mtu=1500,
|
|
6184
|
+
tcp_mss=720,
|
|
6185
|
+
tloc_extension="tloc",
|
|
6186
|
+
trackers=["tracker1"],
|
|
6187
|
+
ip_directed_broadcast=True)
|
|
6188
|
+
```
|
|
6189
|
+
|
|
5952
6190
|
## Import
|
|
5953
6191
|
|
|
5954
6192
|
The `pulumi import` command can be used, for example:
|