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
|
@@ -5319,6 +5319,132 @@ class VpnInterfaceDslPppoaFeatureTemplate(pulumi.CustomResource):
|
|
|
5319
5319
|
|
|
5320
5320
|
## Example Usage
|
|
5321
5321
|
|
|
5322
|
+
```python
|
|
5323
|
+
import pulumi
|
|
5324
|
+
import pulumi_sdwan as sdwan
|
|
5325
|
+
|
|
5326
|
+
example = sdwan.VpnInterfaceDslPppoaFeatureTemplate("example",
|
|
5327
|
+
name="Example",
|
|
5328
|
+
description="My Example",
|
|
5329
|
+
device_types=["vedge-C8000V"],
|
|
5330
|
+
atm_sub_interface_name="ATM1",
|
|
5331
|
+
shutdown=True,
|
|
5332
|
+
atm_description="My Description",
|
|
5333
|
+
vdsl_configurations=[{
|
|
5334
|
+
"controller_vdsl_slot": "Example",
|
|
5335
|
+
"sra": True,
|
|
5336
|
+
"mode_adsl1": False,
|
|
5337
|
+
"mode_adsl2": False,
|
|
5338
|
+
"mode_adsl2plus": False,
|
|
5339
|
+
"mode_vdsl2": False,
|
|
5340
|
+
"mode_ansi": False,
|
|
5341
|
+
"vdsl_modem_configuration": "100",
|
|
5342
|
+
}],
|
|
5343
|
+
pvcs=[{
|
|
5344
|
+
"atm_vpi_and_vci": "example-vpi",
|
|
5345
|
+
"atm_vbr_nrt_peak_cell_rate": 1010,
|
|
5346
|
+
"atm_vbr_nrt_sustainable_cell_rate": 1000,
|
|
5347
|
+
"atm_vbr_nrt_maximum_burst_size": 65530,
|
|
5348
|
+
"atm_vbr_rt_peak_cell_rate": 1015,
|
|
5349
|
+
"atm_vbr_rt_average_cell_rate": 1000,
|
|
5350
|
+
"atm_vbr_rt_maximum_burst_size": 65530,
|
|
5351
|
+
"atm_encapsulation_aal5mux": False,
|
|
5352
|
+
"atm_encapsulation_aal5nlpid": False,
|
|
5353
|
+
"atm_encapsulation_aal5snap": True,
|
|
5354
|
+
"atm_dialer_pool_member": 100,
|
|
5355
|
+
}],
|
|
5356
|
+
ppp_authentication_protocol="chap",
|
|
5357
|
+
ppp_authentication_protocol_pap=False,
|
|
5358
|
+
chap_hostname="chap-example",
|
|
5359
|
+
chap_ppp_auth_password="myPassword",
|
|
5360
|
+
pap_username="pap-username",
|
|
5361
|
+
pap_password=True,
|
|
5362
|
+
pap_ppp_auth_password="myPassword",
|
|
5363
|
+
ppp_authentication_type="callin",
|
|
5364
|
+
enable_core_region=True,
|
|
5365
|
+
core_region="core",
|
|
5366
|
+
secondary_region="off",
|
|
5367
|
+
tunnel_interface_encapsulations=[{
|
|
5368
|
+
"encapsulation": "gre",
|
|
5369
|
+
"preference": 4294967,
|
|
5370
|
+
"weight": 250,
|
|
5371
|
+
}],
|
|
5372
|
+
tunnel_interface_groups=[42949672],
|
|
5373
|
+
tunnel_interface_border=True,
|
|
5374
|
+
per_tunnel_qos=True,
|
|
5375
|
+
per_tunnel_qos_aggregator=False,
|
|
5376
|
+
tunnel_qos_mode="spoke",
|
|
5377
|
+
tunnel_interface_color="custom1",
|
|
5378
|
+
tunnel_interface_last_resort_circuit=False,
|
|
5379
|
+
tunnel_interface_low_bandwidth_link=False,
|
|
5380
|
+
tunnel_interface_tunnel_tcp_mss=1460,
|
|
5381
|
+
tunnel_interface_clear_dont_fragment=False,
|
|
5382
|
+
tunnel_interface_network_broadcast=False,
|
|
5383
|
+
tunnel_interface_max_control_connections=8,
|
|
5384
|
+
tunnel_interface_control_connections=True,
|
|
5385
|
+
tunnel_interface_vbond_as_stun_server=False,
|
|
5386
|
+
tunnel_interface_exclude_controller_group_lists=[100],
|
|
5387
|
+
tunnel_interface_vmanage_connection_preference=5,
|
|
5388
|
+
tunnel_interface_port_hop=False,
|
|
5389
|
+
tunnel_interface_color_restrict=False,
|
|
5390
|
+
tunnel_interface_carrier="carrier1",
|
|
5391
|
+
tunnel_interface_nat_refresh_interval=15,
|
|
5392
|
+
tunnel_interface_hello_interval=1000,
|
|
5393
|
+
tunnel_interface_hello_tolerance=12,
|
|
5394
|
+
tunnel_interface_bind_loopback_tunnel="12",
|
|
5395
|
+
tunnel_interface_allow_all=False,
|
|
5396
|
+
tunnel_interface_allow_bgp=False,
|
|
5397
|
+
tunnel_interface_allow_dhcp=True,
|
|
5398
|
+
tunnel_interface_allow_dns=True,
|
|
5399
|
+
tunnel_interface_allow_icmp=True,
|
|
5400
|
+
tunnel_interface_allow_ssh=False,
|
|
5401
|
+
tunnel_interface_allow_ntp=False,
|
|
5402
|
+
tunnel_interface_allow_netconf=False,
|
|
5403
|
+
tunnel_interface_allow_ospf=False,
|
|
5404
|
+
tunnel_interface_allow_stun=False,
|
|
5405
|
+
tunnel_interface_allow_snmp=False,
|
|
5406
|
+
tunnel_interface_allow_https=True,
|
|
5407
|
+
nat=True,
|
|
5408
|
+
nat_refresh_mode="outbound",
|
|
5409
|
+
nat_udp_timeout=1,
|
|
5410
|
+
nat_tcp_timeout=60,
|
|
5411
|
+
nat_block_icmp_error=True,
|
|
5412
|
+
nat_response_to_ping=False,
|
|
5413
|
+
nat_port_forwards=[{
|
|
5414
|
+
"port_start_range": 0,
|
|
5415
|
+
"port_end_range": 65530,
|
|
5416
|
+
"protocol": "tcp",
|
|
5417
|
+
"private_vpn": 65530,
|
|
5418
|
+
"private_ip_address": "1.2.3.4",
|
|
5419
|
+
}],
|
|
5420
|
+
qos_adaptive_period=15,
|
|
5421
|
+
qos_adaptive_bandwidth_downstream=10000,
|
|
5422
|
+
qos_adaptive_min_downstream=100,
|
|
5423
|
+
qos_adaptive_max_downstream=100000,
|
|
5424
|
+
qos_adaptive_bandwidth_upstream=10000,
|
|
5425
|
+
qos_adaptive_min_upstream=100,
|
|
5426
|
+
qos_adaptive_max_upstream=100000,
|
|
5427
|
+
shaping_rate=10000000,
|
|
5428
|
+
qos_map="test",
|
|
5429
|
+
qos_map_vpn="test",
|
|
5430
|
+
bandwidth_upstream=214748300,
|
|
5431
|
+
bandwidth_downstream=214748300,
|
|
5432
|
+
write_rule="RULE1",
|
|
5433
|
+
access_lists=[{
|
|
5434
|
+
"direction": "in",
|
|
5435
|
+
"acl_name": "ACL1",
|
|
5436
|
+
}],
|
|
5437
|
+
policers=[{
|
|
5438
|
+
"direction": "in",
|
|
5439
|
+
"policer_name": "example",
|
|
5440
|
+
}],
|
|
5441
|
+
ip_mtu=1500,
|
|
5442
|
+
tcp_mss=720,
|
|
5443
|
+
tloc_extension="tloc",
|
|
5444
|
+
trackers=["tracker1"],
|
|
5445
|
+
ip_directed_broadcast=True)
|
|
5446
|
+
```
|
|
5447
|
+
|
|
5322
5448
|
## Import
|
|
5323
5449
|
|
|
5324
5450
|
The `pulumi import` command can be used, for example:
|
|
@@ -5565,6 +5691,132 @@ class VpnInterfaceDslPppoaFeatureTemplate(pulumi.CustomResource):
|
|
|
5565
5691
|
|
|
5566
5692
|
## Example Usage
|
|
5567
5693
|
|
|
5694
|
+
```python
|
|
5695
|
+
import pulumi
|
|
5696
|
+
import pulumi_sdwan as sdwan
|
|
5697
|
+
|
|
5698
|
+
example = sdwan.VpnInterfaceDslPppoaFeatureTemplate("example",
|
|
5699
|
+
name="Example",
|
|
5700
|
+
description="My Example",
|
|
5701
|
+
device_types=["vedge-C8000V"],
|
|
5702
|
+
atm_sub_interface_name="ATM1",
|
|
5703
|
+
shutdown=True,
|
|
5704
|
+
atm_description="My Description",
|
|
5705
|
+
vdsl_configurations=[{
|
|
5706
|
+
"controller_vdsl_slot": "Example",
|
|
5707
|
+
"sra": True,
|
|
5708
|
+
"mode_adsl1": False,
|
|
5709
|
+
"mode_adsl2": False,
|
|
5710
|
+
"mode_adsl2plus": False,
|
|
5711
|
+
"mode_vdsl2": False,
|
|
5712
|
+
"mode_ansi": False,
|
|
5713
|
+
"vdsl_modem_configuration": "100",
|
|
5714
|
+
}],
|
|
5715
|
+
pvcs=[{
|
|
5716
|
+
"atm_vpi_and_vci": "example-vpi",
|
|
5717
|
+
"atm_vbr_nrt_peak_cell_rate": 1010,
|
|
5718
|
+
"atm_vbr_nrt_sustainable_cell_rate": 1000,
|
|
5719
|
+
"atm_vbr_nrt_maximum_burst_size": 65530,
|
|
5720
|
+
"atm_vbr_rt_peak_cell_rate": 1015,
|
|
5721
|
+
"atm_vbr_rt_average_cell_rate": 1000,
|
|
5722
|
+
"atm_vbr_rt_maximum_burst_size": 65530,
|
|
5723
|
+
"atm_encapsulation_aal5mux": False,
|
|
5724
|
+
"atm_encapsulation_aal5nlpid": False,
|
|
5725
|
+
"atm_encapsulation_aal5snap": True,
|
|
5726
|
+
"atm_dialer_pool_member": 100,
|
|
5727
|
+
}],
|
|
5728
|
+
ppp_authentication_protocol="chap",
|
|
5729
|
+
ppp_authentication_protocol_pap=False,
|
|
5730
|
+
chap_hostname="chap-example",
|
|
5731
|
+
chap_ppp_auth_password="myPassword",
|
|
5732
|
+
pap_username="pap-username",
|
|
5733
|
+
pap_password=True,
|
|
5734
|
+
pap_ppp_auth_password="myPassword",
|
|
5735
|
+
ppp_authentication_type="callin",
|
|
5736
|
+
enable_core_region=True,
|
|
5737
|
+
core_region="core",
|
|
5738
|
+
secondary_region="off",
|
|
5739
|
+
tunnel_interface_encapsulations=[{
|
|
5740
|
+
"encapsulation": "gre",
|
|
5741
|
+
"preference": 4294967,
|
|
5742
|
+
"weight": 250,
|
|
5743
|
+
}],
|
|
5744
|
+
tunnel_interface_groups=[42949672],
|
|
5745
|
+
tunnel_interface_border=True,
|
|
5746
|
+
per_tunnel_qos=True,
|
|
5747
|
+
per_tunnel_qos_aggregator=False,
|
|
5748
|
+
tunnel_qos_mode="spoke",
|
|
5749
|
+
tunnel_interface_color="custom1",
|
|
5750
|
+
tunnel_interface_last_resort_circuit=False,
|
|
5751
|
+
tunnel_interface_low_bandwidth_link=False,
|
|
5752
|
+
tunnel_interface_tunnel_tcp_mss=1460,
|
|
5753
|
+
tunnel_interface_clear_dont_fragment=False,
|
|
5754
|
+
tunnel_interface_network_broadcast=False,
|
|
5755
|
+
tunnel_interface_max_control_connections=8,
|
|
5756
|
+
tunnel_interface_control_connections=True,
|
|
5757
|
+
tunnel_interface_vbond_as_stun_server=False,
|
|
5758
|
+
tunnel_interface_exclude_controller_group_lists=[100],
|
|
5759
|
+
tunnel_interface_vmanage_connection_preference=5,
|
|
5760
|
+
tunnel_interface_port_hop=False,
|
|
5761
|
+
tunnel_interface_color_restrict=False,
|
|
5762
|
+
tunnel_interface_carrier="carrier1",
|
|
5763
|
+
tunnel_interface_nat_refresh_interval=15,
|
|
5764
|
+
tunnel_interface_hello_interval=1000,
|
|
5765
|
+
tunnel_interface_hello_tolerance=12,
|
|
5766
|
+
tunnel_interface_bind_loopback_tunnel="12",
|
|
5767
|
+
tunnel_interface_allow_all=False,
|
|
5768
|
+
tunnel_interface_allow_bgp=False,
|
|
5769
|
+
tunnel_interface_allow_dhcp=True,
|
|
5770
|
+
tunnel_interface_allow_dns=True,
|
|
5771
|
+
tunnel_interface_allow_icmp=True,
|
|
5772
|
+
tunnel_interface_allow_ssh=False,
|
|
5773
|
+
tunnel_interface_allow_ntp=False,
|
|
5774
|
+
tunnel_interface_allow_netconf=False,
|
|
5775
|
+
tunnel_interface_allow_ospf=False,
|
|
5776
|
+
tunnel_interface_allow_stun=False,
|
|
5777
|
+
tunnel_interface_allow_snmp=False,
|
|
5778
|
+
tunnel_interface_allow_https=True,
|
|
5779
|
+
nat=True,
|
|
5780
|
+
nat_refresh_mode="outbound",
|
|
5781
|
+
nat_udp_timeout=1,
|
|
5782
|
+
nat_tcp_timeout=60,
|
|
5783
|
+
nat_block_icmp_error=True,
|
|
5784
|
+
nat_response_to_ping=False,
|
|
5785
|
+
nat_port_forwards=[{
|
|
5786
|
+
"port_start_range": 0,
|
|
5787
|
+
"port_end_range": 65530,
|
|
5788
|
+
"protocol": "tcp",
|
|
5789
|
+
"private_vpn": 65530,
|
|
5790
|
+
"private_ip_address": "1.2.3.4",
|
|
5791
|
+
}],
|
|
5792
|
+
qos_adaptive_period=15,
|
|
5793
|
+
qos_adaptive_bandwidth_downstream=10000,
|
|
5794
|
+
qos_adaptive_min_downstream=100,
|
|
5795
|
+
qos_adaptive_max_downstream=100000,
|
|
5796
|
+
qos_adaptive_bandwidth_upstream=10000,
|
|
5797
|
+
qos_adaptive_min_upstream=100,
|
|
5798
|
+
qos_adaptive_max_upstream=100000,
|
|
5799
|
+
shaping_rate=10000000,
|
|
5800
|
+
qos_map="test",
|
|
5801
|
+
qos_map_vpn="test",
|
|
5802
|
+
bandwidth_upstream=214748300,
|
|
5803
|
+
bandwidth_downstream=214748300,
|
|
5804
|
+
write_rule="RULE1",
|
|
5805
|
+
access_lists=[{
|
|
5806
|
+
"direction": "in",
|
|
5807
|
+
"acl_name": "ACL1",
|
|
5808
|
+
}],
|
|
5809
|
+
policers=[{
|
|
5810
|
+
"direction": "in",
|
|
5811
|
+
"policer_name": "example",
|
|
5812
|
+
}],
|
|
5813
|
+
ip_mtu=1500,
|
|
5814
|
+
tcp_mss=720,
|
|
5815
|
+
tloc_extension="tloc",
|
|
5816
|
+
trackers=["tracker1"],
|
|
5817
|
+
ip_directed_broadcast=True)
|
|
5818
|
+
```
|
|
5819
|
+
|
|
5568
5820
|
## Import
|
|
5569
5821
|
|
|
5570
5822
|
The `pulumi import` command can be used, for example:
|
|
@@ -5599,6 +5599,124 @@ class VpnInterfaceDslPppoeFeatureTemplate(pulumi.CustomResource):
|
|
|
5599
5599
|
|
|
5600
5600
|
## Example Usage
|
|
5601
5601
|
|
|
5602
|
+
```python
|
|
5603
|
+
import pulumi
|
|
5604
|
+
import pulumi_sdwan as sdwan
|
|
5605
|
+
|
|
5606
|
+
example = sdwan.VpnInterfaceDslPppoeFeatureTemplate("example",
|
|
5607
|
+
name="Example",
|
|
5608
|
+
description="My Example",
|
|
5609
|
+
device_types=["vedge-C8000V"],
|
|
5610
|
+
ethernet_interface_name="Example",
|
|
5611
|
+
shutdown=True,
|
|
5612
|
+
ethernet_description="My Description",
|
|
5613
|
+
vdsl_configurations=[{
|
|
5614
|
+
"controller_vdsl_slot": "Example",
|
|
5615
|
+
"sra": True,
|
|
5616
|
+
"mode_adsl1": False,
|
|
5617
|
+
"mode_adsl2": False,
|
|
5618
|
+
"mode_adsl2plus": False,
|
|
5619
|
+
"mode_vdsl2": False,
|
|
5620
|
+
"mode_ansi": False,
|
|
5621
|
+
"vdsl_modem_configuration": "100",
|
|
5622
|
+
}],
|
|
5623
|
+
ethernet_vlan_id=4094,
|
|
5624
|
+
ethernet_dialer_pool_number=255,
|
|
5625
|
+
ethernet_ppp_maximum_payload=1790,
|
|
5626
|
+
ethernet_dialer_address_negotiated=False,
|
|
5627
|
+
ethernet_unnumbered_loopback_interface="example",
|
|
5628
|
+
ppp_authentication_protocol="chap",
|
|
5629
|
+
ppp_authentication_protocol_pap=False,
|
|
5630
|
+
chap_hostname="chap-example",
|
|
5631
|
+
chap_ppp_auth_password="myPassword",
|
|
5632
|
+
pap_username="pap-username",
|
|
5633
|
+
pap_password=True,
|
|
5634
|
+
pap_ppp_auth_password="myPassword",
|
|
5635
|
+
ppp_authentication_type="callin",
|
|
5636
|
+
enable_core_region=True,
|
|
5637
|
+
core_region="core",
|
|
5638
|
+
secondary_region="off",
|
|
5639
|
+
tunnel_interface_encapsulations=[{
|
|
5640
|
+
"encapsulation": "gre",
|
|
5641
|
+
"preference": 4294967,
|
|
5642
|
+
"weight": 250,
|
|
5643
|
+
}],
|
|
5644
|
+
tunnel_interface_groups=[42949672],
|
|
5645
|
+
tunnel_interface_border=True,
|
|
5646
|
+
per_tunnel_qos=True,
|
|
5647
|
+
per_tunnel_qos_aggregator=False,
|
|
5648
|
+
tunnel_qos_mode="spoke",
|
|
5649
|
+
tunnel_interface_color="custom1",
|
|
5650
|
+
tunnel_interface_last_resort_circuit=False,
|
|
5651
|
+
tunnel_interface_low_bandwidth_link=False,
|
|
5652
|
+
tunnel_interface_tunnel_tcp_mss=1460,
|
|
5653
|
+
tunnel_interface_clear_dont_fragment=False,
|
|
5654
|
+
tunnel_interface_network_broadcast=False,
|
|
5655
|
+
tunnel_interface_max_control_connections=8,
|
|
5656
|
+
tunnel_interface_control_connections=True,
|
|
5657
|
+
tunnel_interface_vbond_as_stun_server=False,
|
|
5658
|
+
tunnel_interface_exclude_controller_group_lists=[100],
|
|
5659
|
+
tunnel_interface_vmanage_connection_preference=5,
|
|
5660
|
+
tunnel_interface_port_hop=False,
|
|
5661
|
+
tunnel_interface_color_restrict=False,
|
|
5662
|
+
tunnel_interface_carrier="carrier1",
|
|
5663
|
+
tunnel_interface_nat_refresh_interval=15,
|
|
5664
|
+
tunnel_interface_hello_interval=1000,
|
|
5665
|
+
tunnel_interface_hello_tolerance=12,
|
|
5666
|
+
tunnel_interface_bind_loopback_tunnel="12",
|
|
5667
|
+
tunnel_interface_allow_all=False,
|
|
5668
|
+
tunnel_interface_allow_bgp=False,
|
|
5669
|
+
tunnel_interface_allow_dhcp=True,
|
|
5670
|
+
tunnel_interface_allow_dns=True,
|
|
5671
|
+
tunnel_interface_allow_icmp=True,
|
|
5672
|
+
tunnel_interface_allow_ssh=False,
|
|
5673
|
+
tunnel_interface_allow_ntp=False,
|
|
5674
|
+
tunnel_interface_allow_netconf=False,
|
|
5675
|
+
tunnel_interface_allow_ospf=False,
|
|
5676
|
+
tunnel_interface_allow_stun=False,
|
|
5677
|
+
tunnel_interface_allow_snmp=False,
|
|
5678
|
+
tunnel_interface_allow_https=True,
|
|
5679
|
+
nat=True,
|
|
5680
|
+
nat_refresh_mode="outbound",
|
|
5681
|
+
nat_udp_timeout=1,
|
|
5682
|
+
nat_tcp_timeout=60,
|
|
5683
|
+
nat_block_icmp_error=True,
|
|
5684
|
+
nat_response_to_ping=False,
|
|
5685
|
+
nat_port_forwards=[{
|
|
5686
|
+
"port_start_range": 0,
|
|
5687
|
+
"port_end_range": 65530,
|
|
5688
|
+
"protocol": "tcp",
|
|
5689
|
+
"private_vpn": 65530,
|
|
5690
|
+
"private_ip_address": "1.2.3.4",
|
|
5691
|
+
}],
|
|
5692
|
+
qos_adaptive_period=15,
|
|
5693
|
+
qos_adaptive_bandwidth_downstream=10000,
|
|
5694
|
+
qos_adaptive_min_downstream=100,
|
|
5695
|
+
qos_adaptive_max_downstream=100000,
|
|
5696
|
+
qos_adaptive_bandwidth_upstream=10000,
|
|
5697
|
+
qos_adaptive_min_upstream=100,
|
|
5698
|
+
qos_adaptive_max_upstream=100000,
|
|
5699
|
+
shaping_rate=10000000,
|
|
5700
|
+
qos_map="test",
|
|
5701
|
+
vpn_qos_map="test",
|
|
5702
|
+
bandwidth_upstream=214748300,
|
|
5703
|
+
bandwidth_downstream=214748300,
|
|
5704
|
+
write_rule="RULE1",
|
|
5705
|
+
access_lists=[{
|
|
5706
|
+
"direction": "in",
|
|
5707
|
+
"acl_name": "ACL1",
|
|
5708
|
+
}],
|
|
5709
|
+
policers=[{
|
|
5710
|
+
"direction": "in",
|
|
5711
|
+
"policer_name": "example",
|
|
5712
|
+
}],
|
|
5713
|
+
ip_mtu=1500,
|
|
5714
|
+
tcp_mss=720,
|
|
5715
|
+
tloc_extension="tloc",
|
|
5716
|
+
trackers=["tracker1"],
|
|
5717
|
+
ip_directed_broadcast=True)
|
|
5718
|
+
```
|
|
5719
|
+
|
|
5602
5720
|
## Import
|
|
5603
5721
|
|
|
5604
5722
|
The `pulumi import` command can be used, for example:
|
|
@@ -5857,6 +5975,124 @@ class VpnInterfaceDslPppoeFeatureTemplate(pulumi.CustomResource):
|
|
|
5857
5975
|
|
|
5858
5976
|
## Example Usage
|
|
5859
5977
|
|
|
5978
|
+
```python
|
|
5979
|
+
import pulumi
|
|
5980
|
+
import pulumi_sdwan as sdwan
|
|
5981
|
+
|
|
5982
|
+
example = sdwan.VpnInterfaceDslPppoeFeatureTemplate("example",
|
|
5983
|
+
name="Example",
|
|
5984
|
+
description="My Example",
|
|
5985
|
+
device_types=["vedge-C8000V"],
|
|
5986
|
+
ethernet_interface_name="Example",
|
|
5987
|
+
shutdown=True,
|
|
5988
|
+
ethernet_description="My Description",
|
|
5989
|
+
vdsl_configurations=[{
|
|
5990
|
+
"controller_vdsl_slot": "Example",
|
|
5991
|
+
"sra": True,
|
|
5992
|
+
"mode_adsl1": False,
|
|
5993
|
+
"mode_adsl2": False,
|
|
5994
|
+
"mode_adsl2plus": False,
|
|
5995
|
+
"mode_vdsl2": False,
|
|
5996
|
+
"mode_ansi": False,
|
|
5997
|
+
"vdsl_modem_configuration": "100",
|
|
5998
|
+
}],
|
|
5999
|
+
ethernet_vlan_id=4094,
|
|
6000
|
+
ethernet_dialer_pool_number=255,
|
|
6001
|
+
ethernet_ppp_maximum_payload=1790,
|
|
6002
|
+
ethernet_dialer_address_negotiated=False,
|
|
6003
|
+
ethernet_unnumbered_loopback_interface="example",
|
|
6004
|
+
ppp_authentication_protocol="chap",
|
|
6005
|
+
ppp_authentication_protocol_pap=False,
|
|
6006
|
+
chap_hostname="chap-example",
|
|
6007
|
+
chap_ppp_auth_password="myPassword",
|
|
6008
|
+
pap_username="pap-username",
|
|
6009
|
+
pap_password=True,
|
|
6010
|
+
pap_ppp_auth_password="myPassword",
|
|
6011
|
+
ppp_authentication_type="callin",
|
|
6012
|
+
enable_core_region=True,
|
|
6013
|
+
core_region="core",
|
|
6014
|
+
secondary_region="off",
|
|
6015
|
+
tunnel_interface_encapsulations=[{
|
|
6016
|
+
"encapsulation": "gre",
|
|
6017
|
+
"preference": 4294967,
|
|
6018
|
+
"weight": 250,
|
|
6019
|
+
}],
|
|
6020
|
+
tunnel_interface_groups=[42949672],
|
|
6021
|
+
tunnel_interface_border=True,
|
|
6022
|
+
per_tunnel_qos=True,
|
|
6023
|
+
per_tunnel_qos_aggregator=False,
|
|
6024
|
+
tunnel_qos_mode="spoke",
|
|
6025
|
+
tunnel_interface_color="custom1",
|
|
6026
|
+
tunnel_interface_last_resort_circuit=False,
|
|
6027
|
+
tunnel_interface_low_bandwidth_link=False,
|
|
6028
|
+
tunnel_interface_tunnel_tcp_mss=1460,
|
|
6029
|
+
tunnel_interface_clear_dont_fragment=False,
|
|
6030
|
+
tunnel_interface_network_broadcast=False,
|
|
6031
|
+
tunnel_interface_max_control_connections=8,
|
|
6032
|
+
tunnel_interface_control_connections=True,
|
|
6033
|
+
tunnel_interface_vbond_as_stun_server=False,
|
|
6034
|
+
tunnel_interface_exclude_controller_group_lists=[100],
|
|
6035
|
+
tunnel_interface_vmanage_connection_preference=5,
|
|
6036
|
+
tunnel_interface_port_hop=False,
|
|
6037
|
+
tunnel_interface_color_restrict=False,
|
|
6038
|
+
tunnel_interface_carrier="carrier1",
|
|
6039
|
+
tunnel_interface_nat_refresh_interval=15,
|
|
6040
|
+
tunnel_interface_hello_interval=1000,
|
|
6041
|
+
tunnel_interface_hello_tolerance=12,
|
|
6042
|
+
tunnel_interface_bind_loopback_tunnel="12",
|
|
6043
|
+
tunnel_interface_allow_all=False,
|
|
6044
|
+
tunnel_interface_allow_bgp=False,
|
|
6045
|
+
tunnel_interface_allow_dhcp=True,
|
|
6046
|
+
tunnel_interface_allow_dns=True,
|
|
6047
|
+
tunnel_interface_allow_icmp=True,
|
|
6048
|
+
tunnel_interface_allow_ssh=False,
|
|
6049
|
+
tunnel_interface_allow_ntp=False,
|
|
6050
|
+
tunnel_interface_allow_netconf=False,
|
|
6051
|
+
tunnel_interface_allow_ospf=False,
|
|
6052
|
+
tunnel_interface_allow_stun=False,
|
|
6053
|
+
tunnel_interface_allow_snmp=False,
|
|
6054
|
+
tunnel_interface_allow_https=True,
|
|
6055
|
+
nat=True,
|
|
6056
|
+
nat_refresh_mode="outbound",
|
|
6057
|
+
nat_udp_timeout=1,
|
|
6058
|
+
nat_tcp_timeout=60,
|
|
6059
|
+
nat_block_icmp_error=True,
|
|
6060
|
+
nat_response_to_ping=False,
|
|
6061
|
+
nat_port_forwards=[{
|
|
6062
|
+
"port_start_range": 0,
|
|
6063
|
+
"port_end_range": 65530,
|
|
6064
|
+
"protocol": "tcp",
|
|
6065
|
+
"private_vpn": 65530,
|
|
6066
|
+
"private_ip_address": "1.2.3.4",
|
|
6067
|
+
}],
|
|
6068
|
+
qos_adaptive_period=15,
|
|
6069
|
+
qos_adaptive_bandwidth_downstream=10000,
|
|
6070
|
+
qos_adaptive_min_downstream=100,
|
|
6071
|
+
qos_adaptive_max_downstream=100000,
|
|
6072
|
+
qos_adaptive_bandwidth_upstream=10000,
|
|
6073
|
+
qos_adaptive_min_upstream=100,
|
|
6074
|
+
qos_adaptive_max_upstream=100000,
|
|
6075
|
+
shaping_rate=10000000,
|
|
6076
|
+
qos_map="test",
|
|
6077
|
+
vpn_qos_map="test",
|
|
6078
|
+
bandwidth_upstream=214748300,
|
|
6079
|
+
bandwidth_downstream=214748300,
|
|
6080
|
+
write_rule="RULE1",
|
|
6081
|
+
access_lists=[{
|
|
6082
|
+
"direction": "in",
|
|
6083
|
+
"acl_name": "ACL1",
|
|
6084
|
+
}],
|
|
6085
|
+
policers=[{
|
|
6086
|
+
"direction": "in",
|
|
6087
|
+
"policer_name": "example",
|
|
6088
|
+
}],
|
|
6089
|
+
ip_mtu=1500,
|
|
6090
|
+
tcp_mss=720,
|
|
6091
|
+
tloc_extension="tloc",
|
|
6092
|
+
trackers=["tracker1"],
|
|
6093
|
+
ip_directed_broadcast=True)
|
|
6094
|
+
```
|
|
6095
|
+
|
|
5860
6096
|
## Import
|
|
5861
6097
|
|
|
5862
6098
|
The `pulumi import` command can be used, for example:
|