pulumi-sdwan 0.1.0__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.

Potentially problematic release.


This version of pulumi-sdwan might be problematic. Click here for more details.

Files changed (285) hide show
  1. pulumi_sdwan/__init__.py +1393 -0
  2. pulumi_sdwan/_inputs.py +46464 -0
  3. pulumi_sdwan/_utilities.py +291 -0
  4. pulumi_sdwan/activate_centralized_policy.py +145 -0
  5. pulumi_sdwan/advanced_inspection_profile_policy_definition.py +682 -0
  6. pulumi_sdwan/advanced_malware_protection_policy_definition.py +739 -0
  7. pulumi_sdwan/allow_url_list_policy_object.py +261 -0
  8. pulumi_sdwan/app_probe_class_policy_object.py +313 -0
  9. pulumi_sdwan/application_aware_routing_policy_definition.py +311 -0
  10. pulumi_sdwan/application_list_policy_object.py +261 -0
  11. pulumi_sdwan/application_priority_feature_profile.py +227 -0
  12. pulumi_sdwan/application_priority_qos_policy_profile_parcel.py +425 -0
  13. pulumi_sdwan/as_path_list_policy_object.py +235 -0
  14. pulumi_sdwan/attach_feature_device_template.py +195 -0
  15. pulumi_sdwan/block_url_list_policy_object.py +261 -0
  16. pulumi_sdwan/cedge_aaa_feature_template.py +1549 -0
  17. pulumi_sdwan/cedge_global_feature_template.py +2557 -0
  18. pulumi_sdwan/cedge_igmp_feature_template.py +374 -0
  19. pulumi_sdwan/cedge_multicast_feature_template.py +637 -0
  20. pulumi_sdwan/cedge_pim_feature_template.py +1455 -0
  21. pulumi_sdwan/cellular_cedge_profile_feature_template.py +1021 -0
  22. pulumi_sdwan/cellular_controller_feature_template.py +844 -0
  23. pulumi_sdwan/cellular_profile_feature_template.py +1405 -0
  24. pulumi_sdwan/centralized_policy.py +322 -0
  25. pulumi_sdwan/cflowd_policy_definition.py +640 -0
  26. pulumi_sdwan/cisco_banner_feature_template.py +541 -0
  27. pulumi_sdwan/cisco_bfd_feature_template.py +663 -0
  28. pulumi_sdwan/cisco_bgp_feature_template.py +2019 -0
  29. pulumi_sdwan/cisco_dhcp_server_feature_template.py +1173 -0
  30. pulumi_sdwan/cisco_logging_feature_template.py +750 -0
  31. pulumi_sdwan/cisco_ntp_feature_template.py +797 -0
  32. pulumi_sdwan/cisco_omp_feature_template.py +1643 -0
  33. pulumi_sdwan/cisco_ospf_feature_template.py +1690 -0
  34. pulumi_sdwan/cisco_ospfv3_feature_template.py +3523 -0
  35. pulumi_sdwan/cisco_secure_internet_gateway_feature_template.py +609 -0
  36. pulumi_sdwan/cisco_security_feature_template.py +992 -0
  37. pulumi_sdwan/cisco_sig_credentials_feature_template.py +1405 -0
  38. pulumi_sdwan/cisco_snmp_feature_template.py +844 -0
  39. pulumi_sdwan/cisco_system_feature_template.py +4088 -0
  40. pulumi_sdwan/cisco_thousandeyes_feature_template.py +374 -0
  41. pulumi_sdwan/cisco_trustsec_feature_template.py +1798 -0
  42. pulumi_sdwan/cisco_vpn_feature_template.py +1737 -0
  43. pulumi_sdwan/cisco_vpn_interface_feature_template.py +9863 -0
  44. pulumi_sdwan/cisco_vpn_interface_gre_feature_template.py +1697 -0
  45. pulumi_sdwan/cisco_vpn_interface_ipsec_feature_template.py +2922 -0
  46. pulumi_sdwan/cisco_wireless_lan_feature_template.py +1161 -0
  47. pulumi_sdwan/class_map_policy_object.py +255 -0
  48. pulumi_sdwan/cli_config_profile_parcel.py +361 -0
  49. pulumi_sdwan/cli_device_template.py +407 -0
  50. pulumi_sdwan/cli_feature_profile.py +227 -0
  51. pulumi_sdwan/cli_template_feature_template.py +402 -0
  52. pulumi_sdwan/color_list_policy_object.py +261 -0
  53. pulumi_sdwan/config/__init__.py +8 -0
  54. pulumi_sdwan/config/__init__.pyi +36 -0
  55. pulumi_sdwan/config/vars.py +52 -0
  56. pulumi_sdwan/configuration_group.py +428 -0
  57. pulumi_sdwan/configuration_group_deploy.py +224 -0
  58. pulumi_sdwan/configuration_group_device_variables.py +293 -0
  59. pulumi_sdwan/configuration_group_devices.py +236 -0
  60. pulumi_sdwan/custom_control_topology_policy_definition.py +358 -0
  61. pulumi_sdwan/data_fqdn_prefix_list_policy_object.py +261 -0
  62. pulumi_sdwan/data_ipv4_prefix_list_policy_object.py +261 -0
  63. pulumi_sdwan/data_ipv6_prefix_list_policy_object.py +261 -0
  64. pulumi_sdwan/dns_security_policy_definition.py +742 -0
  65. pulumi_sdwan/domain_list_policy_object.py +261 -0
  66. pulumi_sdwan/eigrp_feature_template.py +1126 -0
  67. pulumi_sdwan/expanded_community_list_policy_object.py +261 -0
  68. pulumi_sdwan/extended_community_list_policy_object.py +261 -0
  69. pulumi_sdwan/feature_device_template.py +597 -0
  70. pulumi_sdwan/geo_location_list_policy_object.py +263 -0
  71. pulumi_sdwan/get_advanced_inspection_profile_policy_definition.py +247 -0
  72. pulumi_sdwan/get_advanced_malware_protection_policy_definition.py +260 -0
  73. pulumi_sdwan/get_allow_url_list_policy_object.py +131 -0
  74. pulumi_sdwan/get_app_probe_class_policy_object.py +144 -0
  75. pulumi_sdwan/get_application_aware_routing_policy_definition.py +157 -0
  76. pulumi_sdwan/get_application_list_policy_object.py +131 -0
  77. pulumi_sdwan/get_application_priority_feature_profile.py +117 -0
  78. pulumi_sdwan/get_application_priority_qos_policy_profile_parcel.py +190 -0
  79. pulumi_sdwan/get_as_path_list_policy_object.py +131 -0
  80. pulumi_sdwan/get_block_url_list_policy_object.py +131 -0
  81. pulumi_sdwan/get_cedge_aaa_feature_template.py +500 -0
  82. pulumi_sdwan/get_cedge_global_feature_template.py +759 -0
  83. pulumi_sdwan/get_cedge_igmp_feature_template.py +175 -0
  84. pulumi_sdwan/get_cedge_multicast_feature_template.py +239 -0
  85. pulumi_sdwan/get_cedge_pim_feature_template.py +474 -0
  86. pulumi_sdwan/get_cellular_cedge_profile_feature_template.py +343 -0
  87. pulumi_sdwan/get_cellular_controller_feature_template.py +305 -0
  88. pulumi_sdwan/get_cellular_profile_feature_template.py +447 -0
  89. pulumi_sdwan/get_centralized_policy.py +144 -0
  90. pulumi_sdwan/get_cflowd_policy_definition.py +248 -0
  91. pulumi_sdwan/get_cisco_banner_feature_template.py +213 -0
  92. pulumi_sdwan/get_cisco_bfd_feature_template.py +253 -0
  93. pulumi_sdwan/get_cisco_bgp_feature_template.py +630 -0
  94. pulumi_sdwan/get_cisco_dhcp_server_feature_template.py +396 -0
  95. pulumi_sdwan/get_cisco_logging_feature_template.py +279 -0
  96. pulumi_sdwan/get_cisco_ntp_feature_template.py +292 -0
  97. pulumi_sdwan/get_cisco_omp_feature_template.py +526 -0
  98. pulumi_sdwan/get_cisco_ospf_feature_template.py +539 -0
  99. pulumi_sdwan/get_cisco_ospfv3_feature_template.py +1046 -0
  100. pulumi_sdwan/get_cisco_secure_internet_gateway_feature_template.py +240 -0
  101. pulumi_sdwan/get_cisco_security_feature_template.py +344 -0
  102. pulumi_sdwan/get_cisco_sig_credentials_feature_template.py +447 -0
  103. pulumi_sdwan/get_cisco_snmp_feature_template.py +305 -0
  104. pulumi_sdwan/get_cisco_system_feature_template.py +1059 -0
  105. pulumi_sdwan/get_cisco_thousandeyes_feature_template.py +175 -0
  106. pulumi_sdwan/get_cisco_trustsec_feature_template.py +565 -0
  107. pulumi_sdwan/get_cisco_vpn_feature_template.py +552 -0
  108. pulumi_sdwan/get_cisco_vpn_interface_feature_template.py +2788 -0
  109. pulumi_sdwan/get_cisco_vpn_interface_gre_feature_template.py +539 -0
  110. pulumi_sdwan/get_cisco_vpn_interface_ipsec_feature_template.py +850 -0
  111. pulumi_sdwan/get_cisco_wireless_lan_feature_template.py +383 -0
  112. pulumi_sdwan/get_class_map_policy_object.py +130 -0
  113. pulumi_sdwan/get_cli_config_profile_parcel.py +163 -0
  114. pulumi_sdwan/get_cli_device_template.py +169 -0
  115. pulumi_sdwan/get_cli_feature_profile.py +117 -0
  116. pulumi_sdwan/get_cli_template_feature_template.py +174 -0
  117. pulumi_sdwan/get_color_list_policy_object.py +131 -0
  118. pulumi_sdwan/get_configuration_group.py +170 -0
  119. pulumi_sdwan/get_configuration_group_device_variables.py +144 -0
  120. pulumi_sdwan/get_configuration_group_devices.py +118 -0
  121. pulumi_sdwan/get_custom_control_topology_policy_definition.py +170 -0
  122. pulumi_sdwan/get_data_fqdn_prefix_list_policy_object.py +131 -0
  123. pulumi_sdwan/get_data_ipv4_prefix_list_policy_object.py +131 -0
  124. pulumi_sdwan/get_data_ipv6_prefix_list_policy_object.py +131 -0
  125. pulumi_sdwan/get_device.py +138 -0
  126. pulumi_sdwan/get_dns_security_policy_definition.py +261 -0
  127. pulumi_sdwan/get_domain_list_policy_object.py +131 -0
  128. pulumi_sdwan/get_eigrp_feature_template.py +383 -0
  129. pulumi_sdwan/get_expanded_community_list_policy_object.py +131 -0
  130. pulumi_sdwan/get_extended_community_list_policy_object.py +131 -0
  131. pulumi_sdwan/get_feature_device_template.py +222 -0
  132. pulumi_sdwan/get_geo_location_list_policy_object.py +131 -0
  133. pulumi_sdwan/get_gps_feature_template.py +317 -0
  134. pulumi_sdwan/get_hub_and_spoke_topology_policy_definition.py +183 -0
  135. pulumi_sdwan/get_intrusion_prevention_policy_definition.py +221 -0
  136. pulumi_sdwan/get_ips_signature_list_policy_object.py +131 -0
  137. pulumi_sdwan/get_ipv4_acl_policy_definition.py +170 -0
  138. pulumi_sdwan/get_ipv4_device_acl_policy_definition.py +170 -0
  139. pulumi_sdwan/get_ipv4_prefix_list_policy_object.py +131 -0
  140. pulumi_sdwan/get_ipv6_acl_policy_definition.py +170 -0
  141. pulumi_sdwan/get_ipv6_device_acl_policy_definition.py +170 -0
  142. pulumi_sdwan/get_ipv6_prefix_list_policy_object.py +131 -0
  143. pulumi_sdwan/get_local_application_list_policy_object.py +131 -0
  144. pulumi_sdwan/get_localized_policy.py +274 -0
  145. pulumi_sdwan/get_mesh_topology_policy_definition.py +183 -0
  146. pulumi_sdwan/get_mirror_policy_object.py +143 -0
  147. pulumi_sdwan/get_object_group_policy_definition.py +299 -0
  148. pulumi_sdwan/get_policer_policy_object.py +156 -0
  149. pulumi_sdwan/get_port_list_policy_object.py +131 -0
  150. pulumi_sdwan/get_preferred_color_group_policy_object.py +195 -0
  151. pulumi_sdwan/get_protocol_list_policy_object.py +131 -0
  152. pulumi_sdwan/get_qos_map_policy_definition.py +157 -0
  153. pulumi_sdwan/get_region_list_policy_object.py +131 -0
  154. pulumi_sdwan/get_rewrite_rule_policy_definition.py +157 -0
  155. pulumi_sdwan/get_route_policy_definition.py +170 -0
  156. pulumi_sdwan/get_rule_set_policy_definition.py +144 -0
  157. pulumi_sdwan/get_security_app_hosting_feature_template.py +175 -0
  158. pulumi_sdwan/get_security_policy.py +284 -0
  159. pulumi_sdwan/get_service_feature_profile.py +117 -0
  160. pulumi_sdwan/get_service_lan_vpn_interface_ethernet_profile_parcel.py +1255 -0
  161. pulumi_sdwan/get_service_lan_vpn_profile_parcel.py +617 -0
  162. pulumi_sdwan/get_service_tracker_profile_parcel.py +430 -0
  163. pulumi_sdwan/get_site_list_policy_object.py +131 -0
  164. pulumi_sdwan/get_sla_class_policy_object.py +231 -0
  165. pulumi_sdwan/get_standard_community_list_policy_object.py +131 -0
  166. pulumi_sdwan/get_switchport_feature_template.py +253 -0
  167. pulumi_sdwan/get_system_aaa_profile_parcel.py +333 -0
  168. pulumi_sdwan/get_system_banner_profile_parcel.py +196 -0
  169. pulumi_sdwan/get_system_basic_profile_parcel.py +931 -0
  170. pulumi_sdwan/get_system_bfd_profile_parcel.py +233 -0
  171. pulumi_sdwan/get_system_feature_profile.py +117 -0
  172. pulumi_sdwan/get_system_flexible_port_speed_profile_parcel.py +176 -0
  173. pulumi_sdwan/get_system_global_profile_parcel.py +748 -0
  174. pulumi_sdwan/get_system_logging_profile_parcel.py +268 -0
  175. pulumi_sdwan/get_system_mrf_profile_parcel.py +241 -0
  176. pulumi_sdwan/get_system_ntp_profile_parcel.py +281 -0
  177. pulumi_sdwan/get_system_omp_profile_parcel.py +904 -0
  178. pulumi_sdwan/get_system_performance_monitoring_profile_parcel.py +228 -0
  179. pulumi_sdwan/get_system_remote_access_profile_parcel.py +689 -0
  180. pulumi_sdwan/get_system_security_profile_parcel.py +307 -0
  181. pulumi_sdwan/get_system_snmp_profile_parcel.py +294 -0
  182. pulumi_sdwan/get_tloc_list_policy_object.py +131 -0
  183. pulumi_sdwan/get_tls_ssl_decryption_policy_definition.py +352 -0
  184. pulumi_sdwan/get_tls_ssl_profile_policy_definition.py +273 -0
  185. pulumi_sdwan/get_traffic_data_policy_definition.py +170 -0
  186. pulumi_sdwan/get_transport_feature_profile.py +117 -0
  187. pulumi_sdwan/get_transport_ipv6_tracker_profile_parcel.py +384 -0
  188. pulumi_sdwan/get_transport_management_vpn_interface_ethernet_profile_parcel.py +773 -0
  189. pulumi_sdwan/get_transport_management_vpn_profile_parcel.py +317 -0
  190. pulumi_sdwan/get_transport_routing_bgp_profile_parcel.py +808 -0
  191. pulumi_sdwan/get_transport_wan_vpn_interface_ethernet_profile_parcel.py +2554 -0
  192. pulumi_sdwan/get_transport_wan_vpn_profile_parcel.py +356 -0
  193. pulumi_sdwan/get_url_filtering_policy_definition.py +286 -0
  194. pulumi_sdwan/get_vedge_inventory.py +96 -0
  195. pulumi_sdwan/get_vpn_interface_cellular_feature_template.py +2047 -0
  196. pulumi_sdwan/get_vpn_interface_dsl_ipoe_feature_template.py +2216 -0
  197. pulumi_sdwan/get_vpn_interface_dsl_pppoa_feature_template.py +2073 -0
  198. pulumi_sdwan/get_vpn_interface_dsl_pppoe_feature_template.py +2177 -0
  199. pulumi_sdwan/get_vpn_interface_ethernet_pppoe_feature_template.py +2164 -0
  200. pulumi_sdwan/get_vpn_interface_multilink_feature_template.py +1904 -0
  201. pulumi_sdwan/get_vpn_interface_svi_feature_template.py +643 -0
  202. pulumi_sdwan/get_vpn_interface_t1_e1_serial_feature_template.py +1683 -0
  203. pulumi_sdwan/get_vpn_list_policy_object.py +131 -0
  204. pulumi_sdwan/get_vpn_membership_policy_definition.py +157 -0
  205. pulumi_sdwan/get_zone_list_policy_object.py +131 -0
  206. pulumi_sdwan/gps_feature_template.py +925 -0
  207. pulumi_sdwan/hub_and_spoke_topology_policy_definition.py +405 -0
  208. pulumi_sdwan/intrusion_prevention_policy_definition.py +594 -0
  209. pulumi_sdwan/ips_signature_list_policy_object.py +235 -0
  210. pulumi_sdwan/ipv4_acl_policy_definition.py +358 -0
  211. pulumi_sdwan/ipv4_device_acl_policy_definition.py +358 -0
  212. pulumi_sdwan/ipv4_prefix_list_policy_object.py +265 -0
  213. pulumi_sdwan/ipv6_acl_policy_definition.py +358 -0
  214. pulumi_sdwan/ipv6_device_acl_policy_definition.py +358 -0
  215. pulumi_sdwan/ipv6_prefix_list_policy_object.py +265 -0
  216. pulumi_sdwan/local_application_list_policy_object.py +261 -0
  217. pulumi_sdwan/localized_policy.py +802 -0
  218. pulumi_sdwan/mesh_topology_policy_definition.py +405 -0
  219. pulumi_sdwan/mirror_policy_object.py +305 -0
  220. pulumi_sdwan/object_group_policy_definition.py +874 -0
  221. pulumi_sdwan/outputs.py +76361 -0
  222. pulumi_sdwan/policer_policy_object.py +355 -0
  223. pulumi_sdwan/port_list_policy_object.py +261 -0
  224. pulumi_sdwan/preferred_color_group_policy_object.py +500 -0
  225. pulumi_sdwan/protocol_list_policy_object.py +261 -0
  226. pulumi_sdwan/provider.py +204 -0
  227. pulumi_sdwan/pulumi-plugin.json +5 -0
  228. pulumi_sdwan/py.typed +0 -0
  229. pulumi_sdwan/qos_map_policy_definition.py +311 -0
  230. pulumi_sdwan/region_list_policy_object.py +235 -0
  231. pulumi_sdwan/rewrite_rule_policy_definition.py +311 -0
  232. pulumi_sdwan/route_policy_definition.py +357 -0
  233. pulumi_sdwan/rule_set_policy_definition.py +283 -0
  234. pulumi_sdwan/security_app_hosting_feature_template.py +374 -0
  235. pulumi_sdwan/security_policy.py +794 -0
  236. pulumi_sdwan/service_feature_profile.py +227 -0
  237. pulumi_sdwan/service_lan_vpn_interface_ethernet_profile_parcel.py +4283 -0
  238. pulumi_sdwan/service_lan_vpn_profile_parcel.py +1958 -0
  239. pulumi_sdwan/service_tracker_profile_parcel.py +1363 -0
  240. pulumi_sdwan/site_list_policy_object.py +235 -0
  241. pulumi_sdwan/sla_class_policy_object.py +656 -0
  242. pulumi_sdwan/standard_community_list_policy_object.py +261 -0
  243. pulumi_sdwan/switchport_feature_template.py +656 -0
  244. pulumi_sdwan/system_aaa_profile_parcel.py +943 -0
  245. pulumi_sdwan/system_banner_profile_parcel.py +472 -0
  246. pulumi_sdwan/system_basic_profile_parcel.py +3628 -0
  247. pulumi_sdwan/system_bfd_profile_parcel.py +613 -0
  248. pulumi_sdwan/system_feature_profile.py +227 -0
  249. pulumi_sdwan/system_flexible_port_speed_profile_parcel.py +416 -0
  250. pulumi_sdwan/system_global_profile_parcel.py +2514 -0
  251. pulumi_sdwan/system_logging_profile_parcel.py +706 -0
  252. pulumi_sdwan/system_mrf_profile_parcel.py +644 -0
  253. pulumi_sdwan/system_ntp_profile_parcel.py +753 -0
  254. pulumi_sdwan/system_omp_profile_parcel.py +3090 -0
  255. pulumi_sdwan/system_performance_monitoring_profile_parcel.py +599 -0
  256. pulumi_sdwan/system_remote_access_profile_parcel.py +2324 -0
  257. pulumi_sdwan/system_security_profile_parcel.py +854 -0
  258. pulumi_sdwan/system_snmp_profile_parcel.py +800 -0
  259. pulumi_sdwan/tloc_list_policy_object.py +235 -0
  260. pulumi_sdwan/tls_ssl_decryption_policy_definition.py +1034 -0
  261. pulumi_sdwan/tls_ssl_profile_policy_definition.py +786 -0
  262. pulumi_sdwan/traffic_data_policy_definition.py +358 -0
  263. pulumi_sdwan/transport_feature_profile.py +227 -0
  264. pulumi_sdwan/transport_ipv6_tracker_profile_parcel.py +1171 -0
  265. pulumi_sdwan/transport_management_vpn_interface_ethernet_profile_parcel.py +2549 -0
  266. pulumi_sdwan/transport_management_vpn_profile_parcel.py +881 -0
  267. pulumi_sdwan/transport_routing_bgp_profile_parcel.py +2662 -0
  268. pulumi_sdwan/transport_wan_vpn_interface_ethernet_profile_parcel.py +9016 -0
  269. pulumi_sdwan/transport_wan_vpn_profile_parcel.py +1022 -0
  270. pulumi_sdwan/url_filtering_policy_definition.py +842 -0
  271. pulumi_sdwan/vpn_interface_cellular_feature_template.py +7163 -0
  272. pulumi_sdwan/vpn_interface_dsl_ipoe_feature_template.py +7774 -0
  273. pulumi_sdwan/vpn_interface_dsl_pppoa_feature_template.py +7257 -0
  274. pulumi_sdwan/vpn_interface_dsl_pppoe_feature_template.py +7633 -0
  275. pulumi_sdwan/vpn_interface_ethernet_pppoe_feature_template.py +7586 -0
  276. pulumi_sdwan/vpn_interface_multilink_feature_template.py +6646 -0
  277. pulumi_sdwan/vpn_interface_svi_feature_template.py +2066 -0
  278. pulumi_sdwan/vpn_interface_t1_e1_serial_feature_template.py +5861 -0
  279. pulumi_sdwan/vpn_list_policy_object.py +235 -0
  280. pulumi_sdwan/vpn_membership_policy_definition.py +311 -0
  281. pulumi_sdwan/zone_list_policy_object.py +261 -0
  282. pulumi_sdwan-0.1.0.dist-info/METADATA +63 -0
  283. pulumi_sdwan-0.1.0.dist-info/RECORD +285 -0
  284. pulumi_sdwan-0.1.0.dist-info/WHEEL +5 -0
  285. pulumi_sdwan-0.1.0.dist-info/top_level.txt +1 -0
@@ -0,0 +1,2216 @@
1
+ # coding=utf-8
2
+ # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
+ # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+
5
+ import copy
6
+ import warnings
7
+ import pulumi
8
+ import pulumi.runtime
9
+ from typing import Any, Mapping, Optional, Sequence, Union, overload
10
+ from . import _utilities
11
+ from . import outputs
12
+
13
+ __all__ = [
14
+ 'GetVpnInterfaceDslIpoeFeatureTemplateResult',
15
+ 'AwaitableGetVpnInterfaceDslIpoeFeatureTemplateResult',
16
+ 'get_vpn_interface_dsl_ipoe_feature_template',
17
+ 'get_vpn_interface_dsl_ipoe_feature_template_output',
18
+ ]
19
+
20
+ @pulumi.output_type
21
+ class GetVpnInterfaceDslIpoeFeatureTemplateResult:
22
+ """
23
+ A collection of values returned by getVpnInterfaceDslIpoeFeatureTemplate.
24
+ """
25
+ def __init__(__self__, access_lists=None, bandwidth_downstream=None, bandwidth_downstream_variable=None, bandwidth_upstream=None, bandwidth_upstream_variable=None, chap_hostname=None, chap_hostname_variable=None, chap_ppp_auth_password=None, chap_ppp_auth_password_variable=None, description=None, device_types=None, dialer_address_negotiated=None, dialer_address_negotiated_variable=None, dialer_pool_number=None, dialer_pool_number_variable=None, encap=None, encap_variable=None, ethernet_description=None, ethernet_description_variable=None, ethernet_dhcp_distance=None, ethernet_dhcp_distance_variable=None, ethernet_dhcp_helper_variable=None, ethernet_dhcp_helpers=None, ethernet_enable_dhcp=None, ethernet_enable_dhcp_variable=None, ethernet_interface_name=None, ethernet_interface_name_variable=None, ethernet_ipv4_address=None, ethernet_ipv4_address_variable=None, id=None, internal_controller_type=None, ip_directed_broadcast=None, ip_directed_broadcast_variable=None, ip_mtu=None, ip_mtu_variable=None, name=None, nat=None, nat_block_icmp_error=None, nat_block_icmp_error_variable=None, nat_port_forwards=None, nat_refresh_mode=None, nat_refresh_mode_variable=None, nat_response_to_ping=None, nat_response_to_ping_variable=None, nat_tcp_timeout=None, nat_tcp_timeout_variable=None, nat_udp_timeout=None, nat_udp_timeout_variable=None, pap_password=None, pap_ppp_auth_password=None, pap_ppp_auth_password_variable=None, pap_username=None, pap_username_variable=None, per_tunnel_qos=None, per_tunnel_qos_aggregator=None, per_tunnel_qos_aggregator_variable=None, per_tunnel_qos_variable=None, policers=None, ppp_authentication_protocol=None, ppp_authentication_protocol_pap=None, ppp_authentication_protocol_variable=None, ppp_maximum_payload=None, ppp_maximum_payload_variable=None, qos_adaptive_bandwidth_downstream=None, qos_adaptive_bandwidth_downstream_variable=None, qos_adaptive_bandwidth_upstream=None, qos_adaptive_bandwidth_upstream_variable=None, qos_adaptive_max_downstream=None, qos_adaptive_max_downstream_variable=None, qos_adaptive_max_upstream=None, qos_adaptive_max_upstream_variable=None, qos_adaptive_min_downstream=None, qos_adaptive_min_downstream_variable=None, qos_adaptive_min_upstream=None, qos_adaptive_min_upstream_variable=None, qos_adaptive_period=None, qos_adaptive_period_variable=None, qos_map=None, qos_map_variable=None, qos_map_vpn=None, qos_map_vpn_variable=None, shaping_rate=None, shaping_rate_variable=None, shutdown=None, shutdown_variable=None, tcp_mss=None, tcp_mss_variable=None, template_type=None, tloc_extension=None, tloc_extension_variable=None, tracker_variable=None, trackers=None, tunnel_interface_allow_all=None, tunnel_interface_allow_all_variable=None, tunnel_interface_allow_bgp=None, tunnel_interface_allow_bgp_variable=None, tunnel_interface_allow_dhcp=None, tunnel_interface_allow_dhcp_variable=None, tunnel_interface_allow_dns=None, tunnel_interface_allow_dns_variable=None, tunnel_interface_allow_https=None, tunnel_interface_allow_https_variable=None, tunnel_interface_allow_icmp=None, tunnel_interface_allow_icmp_variable=None, tunnel_interface_allow_netconf=None, tunnel_interface_allow_netconf_variable=None, tunnel_interface_allow_ntp=None, tunnel_interface_allow_ntp_variable=None, tunnel_interface_allow_ospf=None, tunnel_interface_allow_ospf_variable=None, tunnel_interface_allow_snmp=None, tunnel_interface_allow_snmp_variable=None, tunnel_interface_allow_ssh=None, tunnel_interface_allow_ssh_variable=None, tunnel_interface_allow_stun=None, tunnel_interface_allow_stun_variable=None, tunnel_interface_bind_loopback_tunnel=None, tunnel_interface_bind_loopback_tunnel_variable=None, tunnel_interface_border=None, tunnel_interface_border_variable=None, tunnel_interface_carrier=None, tunnel_interface_carrier_variable=None, tunnel_interface_clear_dont_fragment=None, tunnel_interface_clear_dont_fragment_variable=None, tunnel_interface_color=None, tunnel_interface_color_restrict=None, tunnel_interface_color_variable=None, tunnel_interface_control_connections=None, tunnel_interface_control_connections_variable=None, tunnel_interface_encapsulations=None, tunnel_interface_exclude_controller_group_list_variable=None, tunnel_interface_exclude_controller_group_lists=None, tunnel_interface_groups=None, tunnel_interface_groups_variable=None, tunnel_interface_hello_interval=None, tunnel_interface_hello_interval_variable=None, tunnel_interface_hello_tolerance=None, tunnel_interface_hello_tolerance_variable=None, tunnel_interface_last_resort_circuit=None, tunnel_interface_last_resort_circuit_variable=None, tunnel_interface_low_bandwidth_link=None, tunnel_interface_low_bandwidth_link_variable=None, tunnel_interface_max_control_connections=None, tunnel_interface_max_control_connections_variable=None, tunnel_interface_nat_refresh_interval=None, tunnel_interface_nat_refresh_interval_variable=None, tunnel_interface_network_broadcast=None, tunnel_interface_network_broadcast_variable=None, tunnel_interface_port_hop=None, tunnel_interface_port_hop_variable=None, tunnel_interface_tunnel_tcp_mss=None, tunnel_interface_tunnel_tcp_mss_variable=None, tunnel_interface_vbond_as_stun_server=None, tunnel_interface_vbond_as_stun_server_variable=None, tunnel_interface_vmanage_connection_preference=None, tunnel_interface_vmanage_connection_preference_variable=None, tunnel_qos_mode=None, tunnel_qos_mode_variable=None, unnumbered_loopback_interface=None, unnumbered_loopback_interface_variable=None, vdsl_configurations=None, version=None, write_rule=None, write_rule_variable=None):
26
+ if access_lists and not isinstance(access_lists, list):
27
+ raise TypeError("Expected argument 'access_lists' to be a list")
28
+ pulumi.set(__self__, "access_lists", access_lists)
29
+ if bandwidth_downstream and not isinstance(bandwidth_downstream, int):
30
+ raise TypeError("Expected argument 'bandwidth_downstream' to be a int")
31
+ pulumi.set(__self__, "bandwidth_downstream", bandwidth_downstream)
32
+ if bandwidth_downstream_variable and not isinstance(bandwidth_downstream_variable, str):
33
+ raise TypeError("Expected argument 'bandwidth_downstream_variable' to be a str")
34
+ pulumi.set(__self__, "bandwidth_downstream_variable", bandwidth_downstream_variable)
35
+ if bandwidth_upstream and not isinstance(bandwidth_upstream, int):
36
+ raise TypeError("Expected argument 'bandwidth_upstream' to be a int")
37
+ pulumi.set(__self__, "bandwidth_upstream", bandwidth_upstream)
38
+ if bandwidth_upstream_variable and not isinstance(bandwidth_upstream_variable, str):
39
+ raise TypeError("Expected argument 'bandwidth_upstream_variable' to be a str")
40
+ pulumi.set(__self__, "bandwidth_upstream_variable", bandwidth_upstream_variable)
41
+ if chap_hostname and not isinstance(chap_hostname, str):
42
+ raise TypeError("Expected argument 'chap_hostname' to be a str")
43
+ pulumi.set(__self__, "chap_hostname", chap_hostname)
44
+ if chap_hostname_variable and not isinstance(chap_hostname_variable, str):
45
+ raise TypeError("Expected argument 'chap_hostname_variable' to be a str")
46
+ pulumi.set(__self__, "chap_hostname_variable", chap_hostname_variable)
47
+ if chap_ppp_auth_password and not isinstance(chap_ppp_auth_password, str):
48
+ raise TypeError("Expected argument 'chap_ppp_auth_password' to be a str")
49
+ pulumi.set(__self__, "chap_ppp_auth_password", chap_ppp_auth_password)
50
+ if chap_ppp_auth_password_variable and not isinstance(chap_ppp_auth_password_variable, str):
51
+ raise TypeError("Expected argument 'chap_ppp_auth_password_variable' to be a str")
52
+ pulumi.set(__self__, "chap_ppp_auth_password_variable", chap_ppp_auth_password_variable)
53
+ if description and not isinstance(description, str):
54
+ raise TypeError("Expected argument 'description' to be a str")
55
+ pulumi.set(__self__, "description", description)
56
+ if device_types and not isinstance(device_types, list):
57
+ raise TypeError("Expected argument 'device_types' to be a list")
58
+ pulumi.set(__self__, "device_types", device_types)
59
+ if dialer_address_negotiated and not isinstance(dialer_address_negotiated, bool):
60
+ raise TypeError("Expected argument 'dialer_address_negotiated' to be a bool")
61
+ pulumi.set(__self__, "dialer_address_negotiated", dialer_address_negotiated)
62
+ if dialer_address_negotiated_variable and not isinstance(dialer_address_negotiated_variable, str):
63
+ raise TypeError("Expected argument 'dialer_address_negotiated_variable' to be a str")
64
+ pulumi.set(__self__, "dialer_address_negotiated_variable", dialer_address_negotiated_variable)
65
+ if dialer_pool_number and not isinstance(dialer_pool_number, int):
66
+ raise TypeError("Expected argument 'dialer_pool_number' to be a int")
67
+ pulumi.set(__self__, "dialer_pool_number", dialer_pool_number)
68
+ if dialer_pool_number_variable and not isinstance(dialer_pool_number_variable, str):
69
+ raise TypeError("Expected argument 'dialer_pool_number_variable' to be a str")
70
+ pulumi.set(__self__, "dialer_pool_number_variable", dialer_pool_number_variable)
71
+ if encap and not isinstance(encap, int):
72
+ raise TypeError("Expected argument 'encap' to be a int")
73
+ pulumi.set(__self__, "encap", encap)
74
+ if encap_variable and not isinstance(encap_variable, str):
75
+ raise TypeError("Expected argument 'encap_variable' to be a str")
76
+ pulumi.set(__self__, "encap_variable", encap_variable)
77
+ if ethernet_description and not isinstance(ethernet_description, str):
78
+ raise TypeError("Expected argument 'ethernet_description' to be a str")
79
+ pulumi.set(__self__, "ethernet_description", ethernet_description)
80
+ if ethernet_description_variable and not isinstance(ethernet_description_variable, str):
81
+ raise TypeError("Expected argument 'ethernet_description_variable' to be a str")
82
+ pulumi.set(__self__, "ethernet_description_variable", ethernet_description_variable)
83
+ if ethernet_dhcp_distance and not isinstance(ethernet_dhcp_distance, int):
84
+ raise TypeError("Expected argument 'ethernet_dhcp_distance' to be a int")
85
+ pulumi.set(__self__, "ethernet_dhcp_distance", ethernet_dhcp_distance)
86
+ if ethernet_dhcp_distance_variable and not isinstance(ethernet_dhcp_distance_variable, str):
87
+ raise TypeError("Expected argument 'ethernet_dhcp_distance_variable' to be a str")
88
+ pulumi.set(__self__, "ethernet_dhcp_distance_variable", ethernet_dhcp_distance_variable)
89
+ if ethernet_dhcp_helper_variable and not isinstance(ethernet_dhcp_helper_variable, str):
90
+ raise TypeError("Expected argument 'ethernet_dhcp_helper_variable' to be a str")
91
+ pulumi.set(__self__, "ethernet_dhcp_helper_variable", ethernet_dhcp_helper_variable)
92
+ if ethernet_dhcp_helpers and not isinstance(ethernet_dhcp_helpers, list):
93
+ raise TypeError("Expected argument 'ethernet_dhcp_helpers' to be a list")
94
+ pulumi.set(__self__, "ethernet_dhcp_helpers", ethernet_dhcp_helpers)
95
+ if ethernet_enable_dhcp and not isinstance(ethernet_enable_dhcp, bool):
96
+ raise TypeError("Expected argument 'ethernet_enable_dhcp' to be a bool")
97
+ pulumi.set(__self__, "ethernet_enable_dhcp", ethernet_enable_dhcp)
98
+ if ethernet_enable_dhcp_variable and not isinstance(ethernet_enable_dhcp_variable, str):
99
+ raise TypeError("Expected argument 'ethernet_enable_dhcp_variable' to be a str")
100
+ pulumi.set(__self__, "ethernet_enable_dhcp_variable", ethernet_enable_dhcp_variable)
101
+ if ethernet_interface_name and not isinstance(ethernet_interface_name, str):
102
+ raise TypeError("Expected argument 'ethernet_interface_name' to be a str")
103
+ pulumi.set(__self__, "ethernet_interface_name", ethernet_interface_name)
104
+ if ethernet_interface_name_variable and not isinstance(ethernet_interface_name_variable, str):
105
+ raise TypeError("Expected argument 'ethernet_interface_name_variable' to be a str")
106
+ pulumi.set(__self__, "ethernet_interface_name_variable", ethernet_interface_name_variable)
107
+ if ethernet_ipv4_address and not isinstance(ethernet_ipv4_address, str):
108
+ raise TypeError("Expected argument 'ethernet_ipv4_address' to be a str")
109
+ pulumi.set(__self__, "ethernet_ipv4_address", ethernet_ipv4_address)
110
+ if ethernet_ipv4_address_variable and not isinstance(ethernet_ipv4_address_variable, str):
111
+ raise TypeError("Expected argument 'ethernet_ipv4_address_variable' to be a str")
112
+ pulumi.set(__self__, "ethernet_ipv4_address_variable", ethernet_ipv4_address_variable)
113
+ if id and not isinstance(id, str):
114
+ raise TypeError("Expected argument 'id' to be a str")
115
+ pulumi.set(__self__, "id", id)
116
+ if internal_controller_type and not isinstance(internal_controller_type, str):
117
+ raise TypeError("Expected argument 'internal_controller_type' to be a str")
118
+ pulumi.set(__self__, "internal_controller_type", internal_controller_type)
119
+ if ip_directed_broadcast and not isinstance(ip_directed_broadcast, bool):
120
+ raise TypeError("Expected argument 'ip_directed_broadcast' to be a bool")
121
+ pulumi.set(__self__, "ip_directed_broadcast", ip_directed_broadcast)
122
+ if ip_directed_broadcast_variable and not isinstance(ip_directed_broadcast_variable, str):
123
+ raise TypeError("Expected argument 'ip_directed_broadcast_variable' to be a str")
124
+ pulumi.set(__self__, "ip_directed_broadcast_variable", ip_directed_broadcast_variable)
125
+ if ip_mtu and not isinstance(ip_mtu, int):
126
+ raise TypeError("Expected argument 'ip_mtu' to be a int")
127
+ pulumi.set(__self__, "ip_mtu", ip_mtu)
128
+ if ip_mtu_variable and not isinstance(ip_mtu_variable, str):
129
+ raise TypeError("Expected argument 'ip_mtu_variable' to be a str")
130
+ pulumi.set(__self__, "ip_mtu_variable", ip_mtu_variable)
131
+ if name and not isinstance(name, str):
132
+ raise TypeError("Expected argument 'name' to be a str")
133
+ pulumi.set(__self__, "name", name)
134
+ if nat and not isinstance(nat, bool):
135
+ raise TypeError("Expected argument 'nat' to be a bool")
136
+ pulumi.set(__self__, "nat", nat)
137
+ if nat_block_icmp_error and not isinstance(nat_block_icmp_error, bool):
138
+ raise TypeError("Expected argument 'nat_block_icmp_error' to be a bool")
139
+ pulumi.set(__self__, "nat_block_icmp_error", nat_block_icmp_error)
140
+ if nat_block_icmp_error_variable and not isinstance(nat_block_icmp_error_variable, str):
141
+ raise TypeError("Expected argument 'nat_block_icmp_error_variable' to be a str")
142
+ pulumi.set(__self__, "nat_block_icmp_error_variable", nat_block_icmp_error_variable)
143
+ if nat_port_forwards and not isinstance(nat_port_forwards, list):
144
+ raise TypeError("Expected argument 'nat_port_forwards' to be a list")
145
+ pulumi.set(__self__, "nat_port_forwards", nat_port_forwards)
146
+ if nat_refresh_mode and not isinstance(nat_refresh_mode, str):
147
+ raise TypeError("Expected argument 'nat_refresh_mode' to be a str")
148
+ pulumi.set(__self__, "nat_refresh_mode", nat_refresh_mode)
149
+ if nat_refresh_mode_variable and not isinstance(nat_refresh_mode_variable, str):
150
+ raise TypeError("Expected argument 'nat_refresh_mode_variable' to be a str")
151
+ pulumi.set(__self__, "nat_refresh_mode_variable", nat_refresh_mode_variable)
152
+ if nat_response_to_ping and not isinstance(nat_response_to_ping, bool):
153
+ raise TypeError("Expected argument 'nat_response_to_ping' to be a bool")
154
+ pulumi.set(__self__, "nat_response_to_ping", nat_response_to_ping)
155
+ if nat_response_to_ping_variable and not isinstance(nat_response_to_ping_variable, str):
156
+ raise TypeError("Expected argument 'nat_response_to_ping_variable' to be a str")
157
+ pulumi.set(__self__, "nat_response_to_ping_variable", nat_response_to_ping_variable)
158
+ if nat_tcp_timeout and not isinstance(nat_tcp_timeout, int):
159
+ raise TypeError("Expected argument 'nat_tcp_timeout' to be a int")
160
+ pulumi.set(__self__, "nat_tcp_timeout", nat_tcp_timeout)
161
+ if nat_tcp_timeout_variable and not isinstance(nat_tcp_timeout_variable, str):
162
+ raise TypeError("Expected argument 'nat_tcp_timeout_variable' to be a str")
163
+ pulumi.set(__self__, "nat_tcp_timeout_variable", nat_tcp_timeout_variable)
164
+ if nat_udp_timeout and not isinstance(nat_udp_timeout, int):
165
+ raise TypeError("Expected argument 'nat_udp_timeout' to be a int")
166
+ pulumi.set(__self__, "nat_udp_timeout", nat_udp_timeout)
167
+ if nat_udp_timeout_variable and not isinstance(nat_udp_timeout_variable, str):
168
+ raise TypeError("Expected argument 'nat_udp_timeout_variable' to be a str")
169
+ pulumi.set(__self__, "nat_udp_timeout_variable", nat_udp_timeout_variable)
170
+ if pap_password and not isinstance(pap_password, bool):
171
+ raise TypeError("Expected argument 'pap_password' to be a bool")
172
+ pulumi.set(__self__, "pap_password", pap_password)
173
+ if pap_ppp_auth_password and not isinstance(pap_ppp_auth_password, str):
174
+ raise TypeError("Expected argument 'pap_ppp_auth_password' to be a str")
175
+ pulumi.set(__self__, "pap_ppp_auth_password", pap_ppp_auth_password)
176
+ if pap_ppp_auth_password_variable and not isinstance(pap_ppp_auth_password_variable, str):
177
+ raise TypeError("Expected argument 'pap_ppp_auth_password_variable' to be a str")
178
+ pulumi.set(__self__, "pap_ppp_auth_password_variable", pap_ppp_auth_password_variable)
179
+ if pap_username and not isinstance(pap_username, str):
180
+ raise TypeError("Expected argument 'pap_username' to be a str")
181
+ pulumi.set(__self__, "pap_username", pap_username)
182
+ if pap_username_variable and not isinstance(pap_username_variable, str):
183
+ raise TypeError("Expected argument 'pap_username_variable' to be a str")
184
+ pulumi.set(__self__, "pap_username_variable", pap_username_variable)
185
+ if per_tunnel_qos and not isinstance(per_tunnel_qos, bool):
186
+ raise TypeError("Expected argument 'per_tunnel_qos' to be a bool")
187
+ pulumi.set(__self__, "per_tunnel_qos", per_tunnel_qos)
188
+ if per_tunnel_qos_aggregator and not isinstance(per_tunnel_qos_aggregator, bool):
189
+ raise TypeError("Expected argument 'per_tunnel_qos_aggregator' to be a bool")
190
+ pulumi.set(__self__, "per_tunnel_qos_aggregator", per_tunnel_qos_aggregator)
191
+ if per_tunnel_qos_aggregator_variable and not isinstance(per_tunnel_qos_aggregator_variable, str):
192
+ raise TypeError("Expected argument 'per_tunnel_qos_aggregator_variable' to be a str")
193
+ pulumi.set(__self__, "per_tunnel_qos_aggregator_variable", per_tunnel_qos_aggregator_variable)
194
+ if per_tunnel_qos_variable and not isinstance(per_tunnel_qos_variable, str):
195
+ raise TypeError("Expected argument 'per_tunnel_qos_variable' to be a str")
196
+ pulumi.set(__self__, "per_tunnel_qos_variable", per_tunnel_qos_variable)
197
+ if policers and not isinstance(policers, list):
198
+ raise TypeError("Expected argument 'policers' to be a list")
199
+ pulumi.set(__self__, "policers", policers)
200
+ if ppp_authentication_protocol and not isinstance(ppp_authentication_protocol, str):
201
+ raise TypeError("Expected argument 'ppp_authentication_protocol' to be a str")
202
+ pulumi.set(__self__, "ppp_authentication_protocol", ppp_authentication_protocol)
203
+ if ppp_authentication_protocol_pap and not isinstance(ppp_authentication_protocol_pap, bool):
204
+ raise TypeError("Expected argument 'ppp_authentication_protocol_pap' to be a bool")
205
+ pulumi.set(__self__, "ppp_authentication_protocol_pap", ppp_authentication_protocol_pap)
206
+ if ppp_authentication_protocol_variable and not isinstance(ppp_authentication_protocol_variable, str):
207
+ raise TypeError("Expected argument 'ppp_authentication_protocol_variable' to be a str")
208
+ pulumi.set(__self__, "ppp_authentication_protocol_variable", ppp_authentication_protocol_variable)
209
+ if ppp_maximum_payload and not isinstance(ppp_maximum_payload, int):
210
+ raise TypeError("Expected argument 'ppp_maximum_payload' to be a int")
211
+ pulumi.set(__self__, "ppp_maximum_payload", ppp_maximum_payload)
212
+ if ppp_maximum_payload_variable and not isinstance(ppp_maximum_payload_variable, str):
213
+ raise TypeError("Expected argument 'ppp_maximum_payload_variable' to be a str")
214
+ pulumi.set(__self__, "ppp_maximum_payload_variable", ppp_maximum_payload_variable)
215
+ if qos_adaptive_bandwidth_downstream and not isinstance(qos_adaptive_bandwidth_downstream, int):
216
+ raise TypeError("Expected argument 'qos_adaptive_bandwidth_downstream' to be a int")
217
+ pulumi.set(__self__, "qos_adaptive_bandwidth_downstream", qos_adaptive_bandwidth_downstream)
218
+ if qos_adaptive_bandwidth_downstream_variable and not isinstance(qos_adaptive_bandwidth_downstream_variable, str):
219
+ raise TypeError("Expected argument 'qos_adaptive_bandwidth_downstream_variable' to be a str")
220
+ pulumi.set(__self__, "qos_adaptive_bandwidth_downstream_variable", qos_adaptive_bandwidth_downstream_variable)
221
+ if qos_adaptive_bandwidth_upstream and not isinstance(qos_adaptive_bandwidth_upstream, int):
222
+ raise TypeError("Expected argument 'qos_adaptive_bandwidth_upstream' to be a int")
223
+ pulumi.set(__self__, "qos_adaptive_bandwidth_upstream", qos_adaptive_bandwidth_upstream)
224
+ if qos_adaptive_bandwidth_upstream_variable and not isinstance(qos_adaptive_bandwidth_upstream_variable, str):
225
+ raise TypeError("Expected argument 'qos_adaptive_bandwidth_upstream_variable' to be a str")
226
+ pulumi.set(__self__, "qos_adaptive_bandwidth_upstream_variable", qos_adaptive_bandwidth_upstream_variable)
227
+ if qos_adaptive_max_downstream and not isinstance(qos_adaptive_max_downstream, int):
228
+ raise TypeError("Expected argument 'qos_adaptive_max_downstream' to be a int")
229
+ pulumi.set(__self__, "qos_adaptive_max_downstream", qos_adaptive_max_downstream)
230
+ if qos_adaptive_max_downstream_variable and not isinstance(qos_adaptive_max_downstream_variable, str):
231
+ raise TypeError("Expected argument 'qos_adaptive_max_downstream_variable' to be a str")
232
+ pulumi.set(__self__, "qos_adaptive_max_downstream_variable", qos_adaptive_max_downstream_variable)
233
+ if qos_adaptive_max_upstream and not isinstance(qos_adaptive_max_upstream, int):
234
+ raise TypeError("Expected argument 'qos_adaptive_max_upstream' to be a int")
235
+ pulumi.set(__self__, "qos_adaptive_max_upstream", qos_adaptive_max_upstream)
236
+ if qos_adaptive_max_upstream_variable and not isinstance(qos_adaptive_max_upstream_variable, str):
237
+ raise TypeError("Expected argument 'qos_adaptive_max_upstream_variable' to be a str")
238
+ pulumi.set(__self__, "qos_adaptive_max_upstream_variable", qos_adaptive_max_upstream_variable)
239
+ if qos_adaptive_min_downstream and not isinstance(qos_adaptive_min_downstream, int):
240
+ raise TypeError("Expected argument 'qos_adaptive_min_downstream' to be a int")
241
+ pulumi.set(__self__, "qos_adaptive_min_downstream", qos_adaptive_min_downstream)
242
+ if qos_adaptive_min_downstream_variable and not isinstance(qos_adaptive_min_downstream_variable, str):
243
+ raise TypeError("Expected argument 'qos_adaptive_min_downstream_variable' to be a str")
244
+ pulumi.set(__self__, "qos_adaptive_min_downstream_variable", qos_adaptive_min_downstream_variable)
245
+ if qos_adaptive_min_upstream and not isinstance(qos_adaptive_min_upstream, int):
246
+ raise TypeError("Expected argument 'qos_adaptive_min_upstream' to be a int")
247
+ pulumi.set(__self__, "qos_adaptive_min_upstream", qos_adaptive_min_upstream)
248
+ if qos_adaptive_min_upstream_variable and not isinstance(qos_adaptive_min_upstream_variable, str):
249
+ raise TypeError("Expected argument 'qos_adaptive_min_upstream_variable' to be a str")
250
+ pulumi.set(__self__, "qos_adaptive_min_upstream_variable", qos_adaptive_min_upstream_variable)
251
+ if qos_adaptive_period and not isinstance(qos_adaptive_period, int):
252
+ raise TypeError("Expected argument 'qos_adaptive_period' to be a int")
253
+ pulumi.set(__self__, "qos_adaptive_period", qos_adaptive_period)
254
+ if qos_adaptive_period_variable and not isinstance(qos_adaptive_period_variable, str):
255
+ raise TypeError("Expected argument 'qos_adaptive_period_variable' to be a str")
256
+ pulumi.set(__self__, "qos_adaptive_period_variable", qos_adaptive_period_variable)
257
+ if qos_map and not isinstance(qos_map, str):
258
+ raise TypeError("Expected argument 'qos_map' to be a str")
259
+ pulumi.set(__self__, "qos_map", qos_map)
260
+ if qos_map_variable and not isinstance(qos_map_variable, str):
261
+ raise TypeError("Expected argument 'qos_map_variable' to be a str")
262
+ pulumi.set(__self__, "qos_map_variable", qos_map_variable)
263
+ if qos_map_vpn and not isinstance(qos_map_vpn, str):
264
+ raise TypeError("Expected argument 'qos_map_vpn' to be a str")
265
+ pulumi.set(__self__, "qos_map_vpn", qos_map_vpn)
266
+ if qos_map_vpn_variable and not isinstance(qos_map_vpn_variable, str):
267
+ raise TypeError("Expected argument 'qos_map_vpn_variable' to be a str")
268
+ pulumi.set(__self__, "qos_map_vpn_variable", qos_map_vpn_variable)
269
+ if shaping_rate and not isinstance(shaping_rate, int):
270
+ raise TypeError("Expected argument 'shaping_rate' to be a int")
271
+ pulumi.set(__self__, "shaping_rate", shaping_rate)
272
+ if shaping_rate_variable and not isinstance(shaping_rate_variable, str):
273
+ raise TypeError("Expected argument 'shaping_rate_variable' to be a str")
274
+ pulumi.set(__self__, "shaping_rate_variable", shaping_rate_variable)
275
+ if shutdown and not isinstance(shutdown, bool):
276
+ raise TypeError("Expected argument 'shutdown' to be a bool")
277
+ pulumi.set(__self__, "shutdown", shutdown)
278
+ if shutdown_variable and not isinstance(shutdown_variable, str):
279
+ raise TypeError("Expected argument 'shutdown_variable' to be a str")
280
+ pulumi.set(__self__, "shutdown_variable", shutdown_variable)
281
+ if tcp_mss and not isinstance(tcp_mss, int):
282
+ raise TypeError("Expected argument 'tcp_mss' to be a int")
283
+ pulumi.set(__self__, "tcp_mss", tcp_mss)
284
+ if tcp_mss_variable and not isinstance(tcp_mss_variable, str):
285
+ raise TypeError("Expected argument 'tcp_mss_variable' to be a str")
286
+ pulumi.set(__self__, "tcp_mss_variable", tcp_mss_variable)
287
+ if template_type and not isinstance(template_type, str):
288
+ raise TypeError("Expected argument 'template_type' to be a str")
289
+ pulumi.set(__self__, "template_type", template_type)
290
+ if tloc_extension and not isinstance(tloc_extension, str):
291
+ raise TypeError("Expected argument 'tloc_extension' to be a str")
292
+ pulumi.set(__self__, "tloc_extension", tloc_extension)
293
+ if tloc_extension_variable and not isinstance(tloc_extension_variable, str):
294
+ raise TypeError("Expected argument 'tloc_extension_variable' to be a str")
295
+ pulumi.set(__self__, "tloc_extension_variable", tloc_extension_variable)
296
+ if tracker_variable and not isinstance(tracker_variable, str):
297
+ raise TypeError("Expected argument 'tracker_variable' to be a str")
298
+ pulumi.set(__self__, "tracker_variable", tracker_variable)
299
+ if trackers and not isinstance(trackers, list):
300
+ raise TypeError("Expected argument 'trackers' to be a list")
301
+ pulumi.set(__self__, "trackers", trackers)
302
+ if tunnel_interface_allow_all and not isinstance(tunnel_interface_allow_all, bool):
303
+ raise TypeError("Expected argument 'tunnel_interface_allow_all' to be a bool")
304
+ pulumi.set(__self__, "tunnel_interface_allow_all", tunnel_interface_allow_all)
305
+ if tunnel_interface_allow_all_variable and not isinstance(tunnel_interface_allow_all_variable, str):
306
+ raise TypeError("Expected argument 'tunnel_interface_allow_all_variable' to be a str")
307
+ pulumi.set(__self__, "tunnel_interface_allow_all_variable", tunnel_interface_allow_all_variable)
308
+ if tunnel_interface_allow_bgp and not isinstance(tunnel_interface_allow_bgp, bool):
309
+ raise TypeError("Expected argument 'tunnel_interface_allow_bgp' to be a bool")
310
+ pulumi.set(__self__, "tunnel_interface_allow_bgp", tunnel_interface_allow_bgp)
311
+ if tunnel_interface_allow_bgp_variable and not isinstance(tunnel_interface_allow_bgp_variable, str):
312
+ raise TypeError("Expected argument 'tunnel_interface_allow_bgp_variable' to be a str")
313
+ pulumi.set(__self__, "tunnel_interface_allow_bgp_variable", tunnel_interface_allow_bgp_variable)
314
+ if tunnel_interface_allow_dhcp and not isinstance(tunnel_interface_allow_dhcp, bool):
315
+ raise TypeError("Expected argument 'tunnel_interface_allow_dhcp' to be a bool")
316
+ pulumi.set(__self__, "tunnel_interface_allow_dhcp", tunnel_interface_allow_dhcp)
317
+ if tunnel_interface_allow_dhcp_variable and not isinstance(tunnel_interface_allow_dhcp_variable, str):
318
+ raise TypeError("Expected argument 'tunnel_interface_allow_dhcp_variable' to be a str")
319
+ pulumi.set(__self__, "tunnel_interface_allow_dhcp_variable", tunnel_interface_allow_dhcp_variable)
320
+ if tunnel_interface_allow_dns and not isinstance(tunnel_interface_allow_dns, bool):
321
+ raise TypeError("Expected argument 'tunnel_interface_allow_dns' to be a bool")
322
+ pulumi.set(__self__, "tunnel_interface_allow_dns", tunnel_interface_allow_dns)
323
+ if tunnel_interface_allow_dns_variable and not isinstance(tunnel_interface_allow_dns_variable, str):
324
+ raise TypeError("Expected argument 'tunnel_interface_allow_dns_variable' to be a str")
325
+ pulumi.set(__self__, "tunnel_interface_allow_dns_variable", tunnel_interface_allow_dns_variable)
326
+ if tunnel_interface_allow_https and not isinstance(tunnel_interface_allow_https, bool):
327
+ raise TypeError("Expected argument 'tunnel_interface_allow_https' to be a bool")
328
+ pulumi.set(__self__, "tunnel_interface_allow_https", tunnel_interface_allow_https)
329
+ if tunnel_interface_allow_https_variable and not isinstance(tunnel_interface_allow_https_variable, str):
330
+ raise TypeError("Expected argument 'tunnel_interface_allow_https_variable' to be a str")
331
+ pulumi.set(__self__, "tunnel_interface_allow_https_variable", tunnel_interface_allow_https_variable)
332
+ if tunnel_interface_allow_icmp and not isinstance(tunnel_interface_allow_icmp, bool):
333
+ raise TypeError("Expected argument 'tunnel_interface_allow_icmp' to be a bool")
334
+ pulumi.set(__self__, "tunnel_interface_allow_icmp", tunnel_interface_allow_icmp)
335
+ if tunnel_interface_allow_icmp_variable and not isinstance(tunnel_interface_allow_icmp_variable, str):
336
+ raise TypeError("Expected argument 'tunnel_interface_allow_icmp_variable' to be a str")
337
+ pulumi.set(__self__, "tunnel_interface_allow_icmp_variable", tunnel_interface_allow_icmp_variable)
338
+ if tunnel_interface_allow_netconf and not isinstance(tunnel_interface_allow_netconf, bool):
339
+ raise TypeError("Expected argument 'tunnel_interface_allow_netconf' to be a bool")
340
+ pulumi.set(__self__, "tunnel_interface_allow_netconf", tunnel_interface_allow_netconf)
341
+ if tunnel_interface_allow_netconf_variable and not isinstance(tunnel_interface_allow_netconf_variable, str):
342
+ raise TypeError("Expected argument 'tunnel_interface_allow_netconf_variable' to be a str")
343
+ pulumi.set(__self__, "tunnel_interface_allow_netconf_variable", tunnel_interface_allow_netconf_variable)
344
+ if tunnel_interface_allow_ntp and not isinstance(tunnel_interface_allow_ntp, bool):
345
+ raise TypeError("Expected argument 'tunnel_interface_allow_ntp' to be a bool")
346
+ pulumi.set(__self__, "tunnel_interface_allow_ntp", tunnel_interface_allow_ntp)
347
+ if tunnel_interface_allow_ntp_variable and not isinstance(tunnel_interface_allow_ntp_variable, str):
348
+ raise TypeError("Expected argument 'tunnel_interface_allow_ntp_variable' to be a str")
349
+ pulumi.set(__self__, "tunnel_interface_allow_ntp_variable", tunnel_interface_allow_ntp_variable)
350
+ if tunnel_interface_allow_ospf and not isinstance(tunnel_interface_allow_ospf, bool):
351
+ raise TypeError("Expected argument 'tunnel_interface_allow_ospf' to be a bool")
352
+ pulumi.set(__self__, "tunnel_interface_allow_ospf", tunnel_interface_allow_ospf)
353
+ if tunnel_interface_allow_ospf_variable and not isinstance(tunnel_interface_allow_ospf_variable, str):
354
+ raise TypeError("Expected argument 'tunnel_interface_allow_ospf_variable' to be a str")
355
+ pulumi.set(__self__, "tunnel_interface_allow_ospf_variable", tunnel_interface_allow_ospf_variable)
356
+ if tunnel_interface_allow_snmp and not isinstance(tunnel_interface_allow_snmp, bool):
357
+ raise TypeError("Expected argument 'tunnel_interface_allow_snmp' to be a bool")
358
+ pulumi.set(__self__, "tunnel_interface_allow_snmp", tunnel_interface_allow_snmp)
359
+ if tunnel_interface_allow_snmp_variable and not isinstance(tunnel_interface_allow_snmp_variable, str):
360
+ raise TypeError("Expected argument 'tunnel_interface_allow_snmp_variable' to be a str")
361
+ pulumi.set(__self__, "tunnel_interface_allow_snmp_variable", tunnel_interface_allow_snmp_variable)
362
+ if tunnel_interface_allow_ssh and not isinstance(tunnel_interface_allow_ssh, bool):
363
+ raise TypeError("Expected argument 'tunnel_interface_allow_ssh' to be a bool")
364
+ pulumi.set(__self__, "tunnel_interface_allow_ssh", tunnel_interface_allow_ssh)
365
+ if tunnel_interface_allow_ssh_variable and not isinstance(tunnel_interface_allow_ssh_variable, str):
366
+ raise TypeError("Expected argument 'tunnel_interface_allow_ssh_variable' to be a str")
367
+ pulumi.set(__self__, "tunnel_interface_allow_ssh_variable", tunnel_interface_allow_ssh_variable)
368
+ if tunnel_interface_allow_stun and not isinstance(tunnel_interface_allow_stun, bool):
369
+ raise TypeError("Expected argument 'tunnel_interface_allow_stun' to be a bool")
370
+ pulumi.set(__self__, "tunnel_interface_allow_stun", tunnel_interface_allow_stun)
371
+ if tunnel_interface_allow_stun_variable and not isinstance(tunnel_interface_allow_stun_variable, str):
372
+ raise TypeError("Expected argument 'tunnel_interface_allow_stun_variable' to be a str")
373
+ pulumi.set(__self__, "tunnel_interface_allow_stun_variable", tunnel_interface_allow_stun_variable)
374
+ if tunnel_interface_bind_loopback_tunnel and not isinstance(tunnel_interface_bind_loopback_tunnel, str):
375
+ raise TypeError("Expected argument 'tunnel_interface_bind_loopback_tunnel' to be a str")
376
+ pulumi.set(__self__, "tunnel_interface_bind_loopback_tunnel", tunnel_interface_bind_loopback_tunnel)
377
+ if tunnel_interface_bind_loopback_tunnel_variable and not isinstance(tunnel_interface_bind_loopback_tunnel_variable, str):
378
+ raise TypeError("Expected argument 'tunnel_interface_bind_loopback_tunnel_variable' to be a str")
379
+ pulumi.set(__self__, "tunnel_interface_bind_loopback_tunnel_variable", tunnel_interface_bind_loopback_tunnel_variable)
380
+ if tunnel_interface_border and not isinstance(tunnel_interface_border, bool):
381
+ raise TypeError("Expected argument 'tunnel_interface_border' to be a bool")
382
+ pulumi.set(__self__, "tunnel_interface_border", tunnel_interface_border)
383
+ if tunnel_interface_border_variable and not isinstance(tunnel_interface_border_variable, str):
384
+ raise TypeError("Expected argument 'tunnel_interface_border_variable' to be a str")
385
+ pulumi.set(__self__, "tunnel_interface_border_variable", tunnel_interface_border_variable)
386
+ if tunnel_interface_carrier and not isinstance(tunnel_interface_carrier, str):
387
+ raise TypeError("Expected argument 'tunnel_interface_carrier' to be a str")
388
+ pulumi.set(__self__, "tunnel_interface_carrier", tunnel_interface_carrier)
389
+ if tunnel_interface_carrier_variable and not isinstance(tunnel_interface_carrier_variable, str):
390
+ raise TypeError("Expected argument 'tunnel_interface_carrier_variable' to be a str")
391
+ pulumi.set(__self__, "tunnel_interface_carrier_variable", tunnel_interface_carrier_variable)
392
+ if tunnel_interface_clear_dont_fragment and not isinstance(tunnel_interface_clear_dont_fragment, bool):
393
+ raise TypeError("Expected argument 'tunnel_interface_clear_dont_fragment' to be a bool")
394
+ pulumi.set(__self__, "tunnel_interface_clear_dont_fragment", tunnel_interface_clear_dont_fragment)
395
+ if tunnel_interface_clear_dont_fragment_variable and not isinstance(tunnel_interface_clear_dont_fragment_variable, str):
396
+ raise TypeError("Expected argument 'tunnel_interface_clear_dont_fragment_variable' to be a str")
397
+ pulumi.set(__self__, "tunnel_interface_clear_dont_fragment_variable", tunnel_interface_clear_dont_fragment_variable)
398
+ if tunnel_interface_color and not isinstance(tunnel_interface_color, str):
399
+ raise TypeError("Expected argument 'tunnel_interface_color' to be a str")
400
+ pulumi.set(__self__, "tunnel_interface_color", tunnel_interface_color)
401
+ if tunnel_interface_color_restrict and not isinstance(tunnel_interface_color_restrict, bool):
402
+ raise TypeError("Expected argument 'tunnel_interface_color_restrict' to be a bool")
403
+ pulumi.set(__self__, "tunnel_interface_color_restrict", tunnel_interface_color_restrict)
404
+ if tunnel_interface_color_variable and not isinstance(tunnel_interface_color_variable, str):
405
+ raise TypeError("Expected argument 'tunnel_interface_color_variable' to be a str")
406
+ pulumi.set(__self__, "tunnel_interface_color_variable", tunnel_interface_color_variable)
407
+ if tunnel_interface_control_connections and not isinstance(tunnel_interface_control_connections, bool):
408
+ raise TypeError("Expected argument 'tunnel_interface_control_connections' to be a bool")
409
+ pulumi.set(__self__, "tunnel_interface_control_connections", tunnel_interface_control_connections)
410
+ if tunnel_interface_control_connections_variable and not isinstance(tunnel_interface_control_connections_variable, str):
411
+ raise TypeError("Expected argument 'tunnel_interface_control_connections_variable' to be a str")
412
+ pulumi.set(__self__, "tunnel_interface_control_connections_variable", tunnel_interface_control_connections_variable)
413
+ if tunnel_interface_encapsulations and not isinstance(tunnel_interface_encapsulations, list):
414
+ raise TypeError("Expected argument 'tunnel_interface_encapsulations' to be a list")
415
+ pulumi.set(__self__, "tunnel_interface_encapsulations", tunnel_interface_encapsulations)
416
+ if tunnel_interface_exclude_controller_group_list_variable and not isinstance(tunnel_interface_exclude_controller_group_list_variable, str):
417
+ raise TypeError("Expected argument 'tunnel_interface_exclude_controller_group_list_variable' to be a str")
418
+ pulumi.set(__self__, "tunnel_interface_exclude_controller_group_list_variable", tunnel_interface_exclude_controller_group_list_variable)
419
+ if tunnel_interface_exclude_controller_group_lists and not isinstance(tunnel_interface_exclude_controller_group_lists, list):
420
+ raise TypeError("Expected argument 'tunnel_interface_exclude_controller_group_lists' to be a list")
421
+ pulumi.set(__self__, "tunnel_interface_exclude_controller_group_lists", tunnel_interface_exclude_controller_group_lists)
422
+ if tunnel_interface_groups and not isinstance(tunnel_interface_groups, list):
423
+ raise TypeError("Expected argument 'tunnel_interface_groups' to be a list")
424
+ pulumi.set(__self__, "tunnel_interface_groups", tunnel_interface_groups)
425
+ if tunnel_interface_groups_variable and not isinstance(tunnel_interface_groups_variable, str):
426
+ raise TypeError("Expected argument 'tunnel_interface_groups_variable' to be a str")
427
+ pulumi.set(__self__, "tunnel_interface_groups_variable", tunnel_interface_groups_variable)
428
+ if tunnel_interface_hello_interval and not isinstance(tunnel_interface_hello_interval, int):
429
+ raise TypeError("Expected argument 'tunnel_interface_hello_interval' to be a int")
430
+ pulumi.set(__self__, "tunnel_interface_hello_interval", tunnel_interface_hello_interval)
431
+ if tunnel_interface_hello_interval_variable and not isinstance(tunnel_interface_hello_interval_variable, str):
432
+ raise TypeError("Expected argument 'tunnel_interface_hello_interval_variable' to be a str")
433
+ pulumi.set(__self__, "tunnel_interface_hello_interval_variable", tunnel_interface_hello_interval_variable)
434
+ if tunnel_interface_hello_tolerance and not isinstance(tunnel_interface_hello_tolerance, int):
435
+ raise TypeError("Expected argument 'tunnel_interface_hello_tolerance' to be a int")
436
+ pulumi.set(__self__, "tunnel_interface_hello_tolerance", tunnel_interface_hello_tolerance)
437
+ if tunnel_interface_hello_tolerance_variable and not isinstance(tunnel_interface_hello_tolerance_variable, str):
438
+ raise TypeError("Expected argument 'tunnel_interface_hello_tolerance_variable' to be a str")
439
+ pulumi.set(__self__, "tunnel_interface_hello_tolerance_variable", tunnel_interface_hello_tolerance_variable)
440
+ if tunnel_interface_last_resort_circuit and not isinstance(tunnel_interface_last_resort_circuit, bool):
441
+ raise TypeError("Expected argument 'tunnel_interface_last_resort_circuit' to be a bool")
442
+ pulumi.set(__self__, "tunnel_interface_last_resort_circuit", tunnel_interface_last_resort_circuit)
443
+ if tunnel_interface_last_resort_circuit_variable and not isinstance(tunnel_interface_last_resort_circuit_variable, str):
444
+ raise TypeError("Expected argument 'tunnel_interface_last_resort_circuit_variable' to be a str")
445
+ pulumi.set(__self__, "tunnel_interface_last_resort_circuit_variable", tunnel_interface_last_resort_circuit_variable)
446
+ if tunnel_interface_low_bandwidth_link and not isinstance(tunnel_interface_low_bandwidth_link, bool):
447
+ raise TypeError("Expected argument 'tunnel_interface_low_bandwidth_link' to be a bool")
448
+ pulumi.set(__self__, "tunnel_interface_low_bandwidth_link", tunnel_interface_low_bandwidth_link)
449
+ if tunnel_interface_low_bandwidth_link_variable and not isinstance(tunnel_interface_low_bandwidth_link_variable, str):
450
+ raise TypeError("Expected argument 'tunnel_interface_low_bandwidth_link_variable' to be a str")
451
+ pulumi.set(__self__, "tunnel_interface_low_bandwidth_link_variable", tunnel_interface_low_bandwidth_link_variable)
452
+ if tunnel_interface_max_control_connections and not isinstance(tunnel_interface_max_control_connections, int):
453
+ raise TypeError("Expected argument 'tunnel_interface_max_control_connections' to be a int")
454
+ pulumi.set(__self__, "tunnel_interface_max_control_connections", tunnel_interface_max_control_connections)
455
+ if tunnel_interface_max_control_connections_variable and not isinstance(tunnel_interface_max_control_connections_variable, str):
456
+ raise TypeError("Expected argument 'tunnel_interface_max_control_connections_variable' to be a str")
457
+ pulumi.set(__self__, "tunnel_interface_max_control_connections_variable", tunnel_interface_max_control_connections_variable)
458
+ if tunnel_interface_nat_refresh_interval and not isinstance(tunnel_interface_nat_refresh_interval, int):
459
+ raise TypeError("Expected argument 'tunnel_interface_nat_refresh_interval' to be a int")
460
+ pulumi.set(__self__, "tunnel_interface_nat_refresh_interval", tunnel_interface_nat_refresh_interval)
461
+ if tunnel_interface_nat_refresh_interval_variable and not isinstance(tunnel_interface_nat_refresh_interval_variable, str):
462
+ raise TypeError("Expected argument 'tunnel_interface_nat_refresh_interval_variable' to be a str")
463
+ pulumi.set(__self__, "tunnel_interface_nat_refresh_interval_variable", tunnel_interface_nat_refresh_interval_variable)
464
+ if tunnel_interface_network_broadcast and not isinstance(tunnel_interface_network_broadcast, bool):
465
+ raise TypeError("Expected argument 'tunnel_interface_network_broadcast' to be a bool")
466
+ pulumi.set(__self__, "tunnel_interface_network_broadcast", tunnel_interface_network_broadcast)
467
+ if tunnel_interface_network_broadcast_variable and not isinstance(tunnel_interface_network_broadcast_variable, str):
468
+ raise TypeError("Expected argument 'tunnel_interface_network_broadcast_variable' to be a str")
469
+ pulumi.set(__self__, "tunnel_interface_network_broadcast_variable", tunnel_interface_network_broadcast_variable)
470
+ if tunnel_interface_port_hop and not isinstance(tunnel_interface_port_hop, bool):
471
+ raise TypeError("Expected argument 'tunnel_interface_port_hop' to be a bool")
472
+ pulumi.set(__self__, "tunnel_interface_port_hop", tunnel_interface_port_hop)
473
+ if tunnel_interface_port_hop_variable and not isinstance(tunnel_interface_port_hop_variable, str):
474
+ raise TypeError("Expected argument 'tunnel_interface_port_hop_variable' to be a str")
475
+ pulumi.set(__self__, "tunnel_interface_port_hop_variable", tunnel_interface_port_hop_variable)
476
+ if tunnel_interface_tunnel_tcp_mss and not isinstance(tunnel_interface_tunnel_tcp_mss, int):
477
+ raise TypeError("Expected argument 'tunnel_interface_tunnel_tcp_mss' to be a int")
478
+ pulumi.set(__self__, "tunnel_interface_tunnel_tcp_mss", tunnel_interface_tunnel_tcp_mss)
479
+ if tunnel_interface_tunnel_tcp_mss_variable and not isinstance(tunnel_interface_tunnel_tcp_mss_variable, str):
480
+ raise TypeError("Expected argument 'tunnel_interface_tunnel_tcp_mss_variable' to be a str")
481
+ pulumi.set(__self__, "tunnel_interface_tunnel_tcp_mss_variable", tunnel_interface_tunnel_tcp_mss_variable)
482
+ if tunnel_interface_vbond_as_stun_server and not isinstance(tunnel_interface_vbond_as_stun_server, bool):
483
+ raise TypeError("Expected argument 'tunnel_interface_vbond_as_stun_server' to be a bool")
484
+ pulumi.set(__self__, "tunnel_interface_vbond_as_stun_server", tunnel_interface_vbond_as_stun_server)
485
+ if tunnel_interface_vbond_as_stun_server_variable and not isinstance(tunnel_interface_vbond_as_stun_server_variable, str):
486
+ raise TypeError("Expected argument 'tunnel_interface_vbond_as_stun_server_variable' to be a str")
487
+ pulumi.set(__self__, "tunnel_interface_vbond_as_stun_server_variable", tunnel_interface_vbond_as_stun_server_variable)
488
+ if tunnel_interface_vmanage_connection_preference and not isinstance(tunnel_interface_vmanage_connection_preference, int):
489
+ raise TypeError("Expected argument 'tunnel_interface_vmanage_connection_preference' to be a int")
490
+ pulumi.set(__self__, "tunnel_interface_vmanage_connection_preference", tunnel_interface_vmanage_connection_preference)
491
+ if tunnel_interface_vmanage_connection_preference_variable and not isinstance(tunnel_interface_vmanage_connection_preference_variable, str):
492
+ raise TypeError("Expected argument 'tunnel_interface_vmanage_connection_preference_variable' to be a str")
493
+ pulumi.set(__self__, "tunnel_interface_vmanage_connection_preference_variable", tunnel_interface_vmanage_connection_preference_variable)
494
+ if tunnel_qos_mode and not isinstance(tunnel_qos_mode, str):
495
+ raise TypeError("Expected argument 'tunnel_qos_mode' to be a str")
496
+ pulumi.set(__self__, "tunnel_qos_mode", tunnel_qos_mode)
497
+ if tunnel_qos_mode_variable and not isinstance(tunnel_qos_mode_variable, str):
498
+ raise TypeError("Expected argument 'tunnel_qos_mode_variable' to be a str")
499
+ pulumi.set(__self__, "tunnel_qos_mode_variable", tunnel_qos_mode_variable)
500
+ if unnumbered_loopback_interface and not isinstance(unnumbered_loopback_interface, str):
501
+ raise TypeError("Expected argument 'unnumbered_loopback_interface' to be a str")
502
+ pulumi.set(__self__, "unnumbered_loopback_interface", unnumbered_loopback_interface)
503
+ if unnumbered_loopback_interface_variable and not isinstance(unnumbered_loopback_interface_variable, str):
504
+ raise TypeError("Expected argument 'unnumbered_loopback_interface_variable' to be a str")
505
+ pulumi.set(__self__, "unnumbered_loopback_interface_variable", unnumbered_loopback_interface_variable)
506
+ if vdsl_configurations and not isinstance(vdsl_configurations, list):
507
+ raise TypeError("Expected argument 'vdsl_configurations' to be a list")
508
+ pulumi.set(__self__, "vdsl_configurations", vdsl_configurations)
509
+ if version and not isinstance(version, int):
510
+ raise TypeError("Expected argument 'version' to be a int")
511
+ pulumi.set(__self__, "version", version)
512
+ if write_rule and not isinstance(write_rule, str):
513
+ raise TypeError("Expected argument 'write_rule' to be a str")
514
+ pulumi.set(__self__, "write_rule", write_rule)
515
+ if write_rule_variable and not isinstance(write_rule_variable, str):
516
+ raise TypeError("Expected argument 'write_rule_variable' to be a str")
517
+ pulumi.set(__self__, "write_rule_variable", write_rule_variable)
518
+
519
+ @property
520
+ @pulumi.getter(name="accessLists")
521
+ def access_lists(self) -> Sequence['outputs.GetVpnInterfaceDslIpoeFeatureTemplateAccessListResult']:
522
+ """
523
+ Apply ACL
524
+ """
525
+ return pulumi.get(self, "access_lists")
526
+
527
+ @property
528
+ @pulumi.getter(name="bandwidthDownstream")
529
+ def bandwidth_downstream(self) -> int:
530
+ """
531
+ Interface downstream bandwidth capacity, in kbps
532
+ """
533
+ return pulumi.get(self, "bandwidth_downstream")
534
+
535
+ @property
536
+ @pulumi.getter(name="bandwidthDownstreamVariable")
537
+ def bandwidth_downstream_variable(self) -> str:
538
+ """
539
+ Variable name
540
+ """
541
+ return pulumi.get(self, "bandwidth_downstream_variable")
542
+
543
+ @property
544
+ @pulumi.getter(name="bandwidthUpstream")
545
+ def bandwidth_upstream(self) -> int:
546
+ """
547
+ Interface upstream bandwidth capacity, in kbps
548
+ """
549
+ return pulumi.get(self, "bandwidth_upstream")
550
+
551
+ @property
552
+ @pulumi.getter(name="bandwidthUpstreamVariable")
553
+ def bandwidth_upstream_variable(self) -> str:
554
+ """
555
+ Variable name
556
+ """
557
+ return pulumi.get(self, "bandwidth_upstream_variable")
558
+
559
+ @property
560
+ @pulumi.getter(name="chapHostname")
561
+ def chap_hostname(self) -> str:
562
+ """
563
+ CHAP Hostname
564
+ """
565
+ return pulumi.get(self, "chap_hostname")
566
+
567
+ @property
568
+ @pulumi.getter(name="chapHostnameVariable")
569
+ def chap_hostname_variable(self) -> str:
570
+ """
571
+ Variable name
572
+ """
573
+ return pulumi.get(self, "chap_hostname_variable")
574
+
575
+ @property
576
+ @pulumi.getter(name="chapPppAuthPassword")
577
+ def chap_ppp_auth_password(self) -> str:
578
+ """
579
+ Specify ppp chap authentication Password
580
+ """
581
+ return pulumi.get(self, "chap_ppp_auth_password")
582
+
583
+ @property
584
+ @pulumi.getter(name="chapPppAuthPasswordVariable")
585
+ def chap_ppp_auth_password_variable(self) -> str:
586
+ """
587
+ Variable name
588
+ """
589
+ return pulumi.get(self, "chap_ppp_auth_password_variable")
590
+
591
+ @property
592
+ @pulumi.getter
593
+ def description(self) -> str:
594
+ """
595
+ The description of the feature template
596
+ """
597
+ return pulumi.get(self, "description")
598
+
599
+ @property
600
+ @pulumi.getter(name="deviceTypes")
601
+ def device_types(self) -> Sequence[str]:
602
+ """
603
+ List of supported device types
604
+ """
605
+ return pulumi.get(self, "device_types")
606
+
607
+ @property
608
+ @pulumi.getter(name="dialerAddressNegotiated")
609
+ def dialer_address_negotiated(self) -> bool:
610
+ """
611
+ Dialer IP Negotiated
612
+ """
613
+ return pulumi.get(self, "dialer_address_negotiated")
614
+
615
+ @property
616
+ @pulumi.getter(name="dialerAddressNegotiatedVariable")
617
+ def dialer_address_negotiated_variable(self) -> str:
618
+ """
619
+ Variable name
620
+ """
621
+ return pulumi.get(self, "dialer_address_negotiated_variable")
622
+
623
+ @property
624
+ @pulumi.getter(name="dialerPoolNumber")
625
+ def dialer_pool_number(self) -> int:
626
+ """
627
+ Dialer pool number
628
+ """
629
+ return pulumi.get(self, "dialer_pool_number")
630
+
631
+ @property
632
+ @pulumi.getter(name="dialerPoolNumberVariable")
633
+ def dialer_pool_number_variable(self) -> str:
634
+ """
635
+ Variable name
636
+ """
637
+ return pulumi.get(self, "dialer_pool_number_variable")
638
+
639
+ @property
640
+ @pulumi.getter
641
+ def encap(self) -> int:
642
+ """
643
+ Encapsulation VLAN id
644
+ """
645
+ return pulumi.get(self, "encap")
646
+
647
+ @property
648
+ @pulumi.getter(name="encapVariable")
649
+ def encap_variable(self) -> str:
650
+ """
651
+ Variable name
652
+ """
653
+ return pulumi.get(self, "encap_variable")
654
+
655
+ @property
656
+ @pulumi.getter(name="ethernetDescription")
657
+ def ethernet_description(self) -> str:
658
+ """
659
+ Interface description
660
+ """
661
+ return pulumi.get(self, "ethernet_description")
662
+
663
+ @property
664
+ @pulumi.getter(name="ethernetDescriptionVariable")
665
+ def ethernet_description_variable(self) -> str:
666
+ """
667
+ Variable name
668
+ """
669
+ return pulumi.get(self, "ethernet_description_variable")
670
+
671
+ @property
672
+ @pulumi.getter(name="ethernetDhcpDistance")
673
+ def ethernet_dhcp_distance(self) -> int:
674
+ """
675
+ Set administrative distance for DHCP default route
676
+ """
677
+ return pulumi.get(self, "ethernet_dhcp_distance")
678
+
679
+ @property
680
+ @pulumi.getter(name="ethernetDhcpDistanceVariable")
681
+ def ethernet_dhcp_distance_variable(self) -> str:
682
+ """
683
+ Variable name
684
+ """
685
+ return pulumi.get(self, "ethernet_dhcp_distance_variable")
686
+
687
+ @property
688
+ @pulumi.getter(name="ethernetDhcpHelperVariable")
689
+ def ethernet_dhcp_helper_variable(self) -> str:
690
+ """
691
+ Variable name
692
+ """
693
+ return pulumi.get(self, "ethernet_dhcp_helper_variable")
694
+
695
+ @property
696
+ @pulumi.getter(name="ethernetDhcpHelpers")
697
+ def ethernet_dhcp_helpers(self) -> Sequence[str]:
698
+ """
699
+ List of DHCP IPv4 helper addresses
700
+ """
701
+ return pulumi.get(self, "ethernet_dhcp_helpers")
702
+
703
+ @property
704
+ @pulumi.getter(name="ethernetEnableDhcp")
705
+ def ethernet_enable_dhcp(self) -> bool:
706
+ """
707
+ Enable DHCP
708
+ """
709
+ return pulumi.get(self, "ethernet_enable_dhcp")
710
+
711
+ @property
712
+ @pulumi.getter(name="ethernetEnableDhcpVariable")
713
+ def ethernet_enable_dhcp_variable(self) -> str:
714
+ """
715
+ Variable name
716
+ """
717
+ return pulumi.get(self, "ethernet_enable_dhcp_variable")
718
+
719
+ @property
720
+ @pulumi.getter(name="ethernetInterfaceName")
721
+ def ethernet_interface_name(self) -> str:
722
+ """
723
+ Ethernet Interface/Sub Interface Name including sub interface number
724
+ """
725
+ return pulumi.get(self, "ethernet_interface_name")
726
+
727
+ @property
728
+ @pulumi.getter(name="ethernetInterfaceNameVariable")
729
+ def ethernet_interface_name_variable(self) -> str:
730
+ """
731
+ Variable name
732
+ """
733
+ return pulumi.get(self, "ethernet_interface_name_variable")
734
+
735
+ @property
736
+ @pulumi.getter(name="ethernetIpv4Address")
737
+ def ethernet_ipv4_address(self) -> str:
738
+ """
739
+ Assign IPv4 address
740
+ """
741
+ return pulumi.get(self, "ethernet_ipv4_address")
742
+
743
+ @property
744
+ @pulumi.getter(name="ethernetIpv4AddressVariable")
745
+ def ethernet_ipv4_address_variable(self) -> str:
746
+ """
747
+ Variable name
748
+ """
749
+ return pulumi.get(self, "ethernet_ipv4_address_variable")
750
+
751
+ @property
752
+ @pulumi.getter
753
+ def id(self) -> str:
754
+ """
755
+ The id of the feature template
756
+ """
757
+ return pulumi.get(self, "id")
758
+
759
+ @property
760
+ @pulumi.getter(name="internalControllerType")
761
+ def internal_controller_type(self) -> str:
762
+ """
763
+ internal controller-type
764
+ """
765
+ return pulumi.get(self, "internal_controller_type")
766
+
767
+ @property
768
+ @pulumi.getter(name="ipDirectedBroadcast")
769
+ def ip_directed_broadcast(self) -> bool:
770
+ """
771
+ IP Directed-Broadcast
772
+ """
773
+ return pulumi.get(self, "ip_directed_broadcast")
774
+
775
+ @property
776
+ @pulumi.getter(name="ipDirectedBroadcastVariable")
777
+ def ip_directed_broadcast_variable(self) -> str:
778
+ """
779
+ Variable name
780
+ """
781
+ return pulumi.get(self, "ip_directed_broadcast_variable")
782
+
783
+ @property
784
+ @pulumi.getter(name="ipMtu")
785
+ def ip_mtu(self) -> int:
786
+ """
787
+ Interface MTU \\n\\n, in bytes
788
+ """
789
+ return pulumi.get(self, "ip_mtu")
790
+
791
+ @property
792
+ @pulumi.getter(name="ipMtuVariable")
793
+ def ip_mtu_variable(self) -> str:
794
+ """
795
+ Variable name
796
+ """
797
+ return pulumi.get(self, "ip_mtu_variable")
798
+
799
+ @property
800
+ @pulumi.getter
801
+ def name(self) -> str:
802
+ """
803
+ The name of the feature template
804
+ """
805
+ return pulumi.get(self, "name")
806
+
807
+ @property
808
+ @pulumi.getter
809
+ def nat(self) -> bool:
810
+ """
811
+ Network Address Translation on this interface
812
+ """
813
+ return pulumi.get(self, "nat")
814
+
815
+ @property
816
+ @pulumi.getter(name="natBlockIcmpError")
817
+ def nat_block_icmp_error(self) -> bool:
818
+ """
819
+ Block inbound ICMP error messages
820
+ """
821
+ return pulumi.get(self, "nat_block_icmp_error")
822
+
823
+ @property
824
+ @pulumi.getter(name="natBlockIcmpErrorVariable")
825
+ def nat_block_icmp_error_variable(self) -> str:
826
+ """
827
+ Variable name
828
+ """
829
+ return pulumi.get(self, "nat_block_icmp_error_variable")
830
+
831
+ @property
832
+ @pulumi.getter(name="natPortForwards")
833
+ def nat_port_forwards(self) -> Sequence['outputs.GetVpnInterfaceDslIpoeFeatureTemplateNatPortForwardResult']:
834
+ """
835
+ Set port-forwarding rules for NAT on this interface
836
+ """
837
+ return pulumi.get(self, "nat_port_forwards")
838
+
839
+ @property
840
+ @pulumi.getter(name="natRefreshMode")
841
+ def nat_refresh_mode(self) -> str:
842
+ """
843
+ Set NAT refresh mode
844
+ """
845
+ return pulumi.get(self, "nat_refresh_mode")
846
+
847
+ @property
848
+ @pulumi.getter(name="natRefreshModeVariable")
849
+ def nat_refresh_mode_variable(self) -> str:
850
+ """
851
+ Variable name
852
+ """
853
+ return pulumi.get(self, "nat_refresh_mode_variable")
854
+
855
+ @property
856
+ @pulumi.getter(name="natResponseToPing")
857
+ def nat_response_to_ping(self) -> bool:
858
+ """
859
+ Respond to ping requests to NAT interface ip address from the public side
860
+ """
861
+ return pulumi.get(self, "nat_response_to_ping")
862
+
863
+ @property
864
+ @pulumi.getter(name="natResponseToPingVariable")
865
+ def nat_response_to_ping_variable(self) -> str:
866
+ """
867
+ Variable name
868
+ """
869
+ return pulumi.get(self, "nat_response_to_ping_variable")
870
+
871
+ @property
872
+ @pulumi.getter(name="natTcpTimeout")
873
+ def nat_tcp_timeout(self) -> int:
874
+ """
875
+ Set NAT TCP session timeout, in minutes
876
+ """
877
+ return pulumi.get(self, "nat_tcp_timeout")
878
+
879
+ @property
880
+ @pulumi.getter(name="natTcpTimeoutVariable")
881
+ def nat_tcp_timeout_variable(self) -> str:
882
+ """
883
+ Variable name
884
+ """
885
+ return pulumi.get(self, "nat_tcp_timeout_variable")
886
+
887
+ @property
888
+ @pulumi.getter(name="natUdpTimeout")
889
+ def nat_udp_timeout(self) -> int:
890
+ """
891
+ Set NAT UDP session timeout, in minutes
892
+ """
893
+ return pulumi.get(self, "nat_udp_timeout")
894
+
895
+ @property
896
+ @pulumi.getter(name="natUdpTimeoutVariable")
897
+ def nat_udp_timeout_variable(self) -> str:
898
+ """
899
+ Variable name
900
+ """
901
+ return pulumi.get(self, "nat_udp_timeout_variable")
902
+
903
+ @property
904
+ @pulumi.getter(name="papPassword")
905
+ def pap_password(self) -> bool:
906
+ """
907
+ PAP outbound Password
908
+ """
909
+ return pulumi.get(self, "pap_password")
910
+
911
+ @property
912
+ @pulumi.getter(name="papPppAuthPassword")
913
+ def pap_ppp_auth_password(self) -> str:
914
+ """
915
+ Specify ppp pap authentication Password
916
+ """
917
+ return pulumi.get(self, "pap_ppp_auth_password")
918
+
919
+ @property
920
+ @pulumi.getter(name="papPppAuthPasswordVariable")
921
+ def pap_ppp_auth_password_variable(self) -> str:
922
+ """
923
+ Variable name
924
+ """
925
+ return pulumi.get(self, "pap_ppp_auth_password_variable")
926
+
927
+ @property
928
+ @pulumi.getter(name="papUsername")
929
+ def pap_username(self) -> str:
930
+ """
931
+ PAP outbound Sent Username
932
+ """
933
+ return pulumi.get(self, "pap_username")
934
+
935
+ @property
936
+ @pulumi.getter(name="papUsernameVariable")
937
+ def pap_username_variable(self) -> str:
938
+ """
939
+ Variable name
940
+ """
941
+ return pulumi.get(self, "pap_username_variable")
942
+
943
+ @property
944
+ @pulumi.getter(name="perTunnelQos")
945
+ def per_tunnel_qos(self) -> bool:
946
+ """
947
+ Per-tunnel Qos
948
+ """
949
+ return pulumi.get(self, "per_tunnel_qos")
950
+
951
+ @property
952
+ @pulumi.getter(name="perTunnelQosAggregator")
953
+ def per_tunnel_qos_aggregator(self) -> bool:
954
+ """
955
+ Per-tunnel QoS Aggregator
956
+ """
957
+ return pulumi.get(self, "per_tunnel_qos_aggregator")
958
+
959
+ @property
960
+ @pulumi.getter(name="perTunnelQosAggregatorVariable")
961
+ def per_tunnel_qos_aggregator_variable(self) -> str:
962
+ """
963
+ Variable name
964
+ """
965
+ return pulumi.get(self, "per_tunnel_qos_aggregator_variable")
966
+
967
+ @property
968
+ @pulumi.getter(name="perTunnelQosVariable")
969
+ def per_tunnel_qos_variable(self) -> str:
970
+ """
971
+ Variable name
972
+ """
973
+ return pulumi.get(self, "per_tunnel_qos_variable")
974
+
975
+ @property
976
+ @pulumi.getter
977
+ def policers(self) -> Sequence['outputs.GetVpnInterfaceDslIpoeFeatureTemplatePolicerResult']:
978
+ """
979
+ Enable policer
980
+ """
981
+ return pulumi.get(self, "policers")
982
+
983
+ @property
984
+ @pulumi.getter(name="pppAuthenticationProtocol")
985
+ def ppp_authentication_protocol(self) -> str:
986
+ """
987
+ PPP Link Authentication Protocol
988
+ """
989
+ return pulumi.get(self, "ppp_authentication_protocol")
990
+
991
+ @property
992
+ @pulumi.getter(name="pppAuthenticationProtocolPap")
993
+ def ppp_authentication_protocol_pap(self) -> bool:
994
+ """
995
+ PPP Authentication Protocol PAP
996
+ """
997
+ return pulumi.get(self, "ppp_authentication_protocol_pap")
998
+
999
+ @property
1000
+ @pulumi.getter(name="pppAuthenticationProtocolVariable")
1001
+ def ppp_authentication_protocol_variable(self) -> str:
1002
+ """
1003
+ Variable name
1004
+ """
1005
+ return pulumi.get(self, "ppp_authentication_protocol_variable")
1006
+
1007
+ @property
1008
+ @pulumi.getter(name="pppMaximumPayload")
1009
+ def ppp_maximum_payload(self) -> int:
1010
+ """
1011
+ Maximum MRU to be negotiated during PPP LCP negotiation
1012
+ """
1013
+ return pulumi.get(self, "ppp_maximum_payload")
1014
+
1015
+ @property
1016
+ @pulumi.getter(name="pppMaximumPayloadVariable")
1017
+ def ppp_maximum_payload_variable(self) -> str:
1018
+ """
1019
+ Variable name
1020
+ """
1021
+ return pulumi.get(self, "ppp_maximum_payload_variable")
1022
+
1023
+ @property
1024
+ @pulumi.getter(name="qosAdaptiveBandwidthDownstream")
1025
+ def qos_adaptive_bandwidth_downstream(self) -> int:
1026
+ """
1027
+ Adaptive QoS default downstream bandwidth
1028
+ """
1029
+ return pulumi.get(self, "qos_adaptive_bandwidth_downstream")
1030
+
1031
+ @property
1032
+ @pulumi.getter(name="qosAdaptiveBandwidthDownstreamVariable")
1033
+ def qos_adaptive_bandwidth_downstream_variable(self) -> str:
1034
+ """
1035
+ Variable name
1036
+ """
1037
+ return pulumi.get(self, "qos_adaptive_bandwidth_downstream_variable")
1038
+
1039
+ @property
1040
+ @pulumi.getter(name="qosAdaptiveBandwidthUpstream")
1041
+ def qos_adaptive_bandwidth_upstream(self) -> int:
1042
+ """
1043
+ Adaptive QoS default upstream bandwidth
1044
+ """
1045
+ return pulumi.get(self, "qos_adaptive_bandwidth_upstream")
1046
+
1047
+ @property
1048
+ @pulumi.getter(name="qosAdaptiveBandwidthUpstreamVariable")
1049
+ def qos_adaptive_bandwidth_upstream_variable(self) -> str:
1050
+ """
1051
+ Variable name
1052
+ """
1053
+ return pulumi.get(self, "qos_adaptive_bandwidth_upstream_variable")
1054
+
1055
+ @property
1056
+ @pulumi.getter(name="qosAdaptiveMaxDownstream")
1057
+ def qos_adaptive_max_downstream(self) -> int:
1058
+ """
1059
+ Downstream max bandwidth limit
1060
+ """
1061
+ return pulumi.get(self, "qos_adaptive_max_downstream")
1062
+
1063
+ @property
1064
+ @pulumi.getter(name="qosAdaptiveMaxDownstreamVariable")
1065
+ def qos_adaptive_max_downstream_variable(self) -> str:
1066
+ """
1067
+ Variable name
1068
+ """
1069
+ return pulumi.get(self, "qos_adaptive_max_downstream_variable")
1070
+
1071
+ @property
1072
+ @pulumi.getter(name="qosAdaptiveMaxUpstream")
1073
+ def qos_adaptive_max_upstream(self) -> int:
1074
+ """
1075
+ Upstream max bandwidth limit
1076
+ """
1077
+ return pulumi.get(self, "qos_adaptive_max_upstream")
1078
+
1079
+ @property
1080
+ @pulumi.getter(name="qosAdaptiveMaxUpstreamVariable")
1081
+ def qos_adaptive_max_upstream_variable(self) -> str:
1082
+ """
1083
+ Variable name
1084
+ """
1085
+ return pulumi.get(self, "qos_adaptive_max_upstream_variable")
1086
+
1087
+ @property
1088
+ @pulumi.getter(name="qosAdaptiveMinDownstream")
1089
+ def qos_adaptive_min_downstream(self) -> int:
1090
+ """
1091
+ Downstream min bandwidth limit
1092
+ """
1093
+ return pulumi.get(self, "qos_adaptive_min_downstream")
1094
+
1095
+ @property
1096
+ @pulumi.getter(name="qosAdaptiveMinDownstreamVariable")
1097
+ def qos_adaptive_min_downstream_variable(self) -> str:
1098
+ """
1099
+ Variable name
1100
+ """
1101
+ return pulumi.get(self, "qos_adaptive_min_downstream_variable")
1102
+
1103
+ @property
1104
+ @pulumi.getter(name="qosAdaptiveMinUpstream")
1105
+ def qos_adaptive_min_upstream(self) -> int:
1106
+ """
1107
+ Upstream min bandwidth limit
1108
+ """
1109
+ return pulumi.get(self, "qos_adaptive_min_upstream")
1110
+
1111
+ @property
1112
+ @pulumi.getter(name="qosAdaptiveMinUpstreamVariable")
1113
+ def qos_adaptive_min_upstream_variable(self) -> str:
1114
+ """
1115
+ Variable name
1116
+ """
1117
+ return pulumi.get(self, "qos_adaptive_min_upstream_variable")
1118
+
1119
+ @property
1120
+ @pulumi.getter(name="qosAdaptivePeriod")
1121
+ def qos_adaptive_period(self) -> int:
1122
+ """
1123
+ Periodic timer for adaptive QoS in minutes
1124
+ """
1125
+ return pulumi.get(self, "qos_adaptive_period")
1126
+
1127
+ @property
1128
+ @pulumi.getter(name="qosAdaptivePeriodVariable")
1129
+ def qos_adaptive_period_variable(self) -> str:
1130
+ """
1131
+ Variable name
1132
+ """
1133
+ return pulumi.get(self, "qos_adaptive_period_variable")
1134
+
1135
+ @property
1136
+ @pulumi.getter(name="qosMap")
1137
+ def qos_map(self) -> str:
1138
+ """
1139
+ Name of QoS map
1140
+ """
1141
+ return pulumi.get(self, "qos_map")
1142
+
1143
+ @property
1144
+ @pulumi.getter(name="qosMapVariable")
1145
+ def qos_map_variable(self) -> str:
1146
+ """
1147
+ Variable name
1148
+ """
1149
+ return pulumi.get(self, "qos_map_variable")
1150
+
1151
+ @property
1152
+ @pulumi.getter(name="qosMapVpn")
1153
+ def qos_map_vpn(self) -> str:
1154
+ """
1155
+ Name of VPN QoS map
1156
+ """
1157
+ return pulumi.get(self, "qos_map_vpn")
1158
+
1159
+ @property
1160
+ @pulumi.getter(name="qosMapVpnVariable")
1161
+ def qos_map_vpn_variable(self) -> str:
1162
+ """
1163
+ Variable name
1164
+ """
1165
+ return pulumi.get(self, "qos_map_vpn_variable")
1166
+
1167
+ @property
1168
+ @pulumi.getter(name="shapingRate")
1169
+ def shaping_rate(self) -> int:
1170
+ """
1171
+ 1ge interfaces: [0..1000000]kbps; 10ge interfaces: [0..10000000]kbps
1172
+ """
1173
+ return pulumi.get(self, "shaping_rate")
1174
+
1175
+ @property
1176
+ @pulumi.getter(name="shapingRateVariable")
1177
+ def shaping_rate_variable(self) -> str:
1178
+ """
1179
+ Variable name
1180
+ """
1181
+ return pulumi.get(self, "shaping_rate_variable")
1182
+
1183
+ @property
1184
+ @pulumi.getter
1185
+ def shutdown(self) -> bool:
1186
+ """
1187
+ Administrative state
1188
+ """
1189
+ return pulumi.get(self, "shutdown")
1190
+
1191
+ @property
1192
+ @pulumi.getter(name="shutdownVariable")
1193
+ def shutdown_variable(self) -> str:
1194
+ """
1195
+ Variable name
1196
+ """
1197
+ return pulumi.get(self, "shutdown_variable")
1198
+
1199
+ @property
1200
+ @pulumi.getter(name="tcpMss")
1201
+ def tcp_mss(self) -> int:
1202
+ """
1203
+ TCP MSS on SYN packets, in bytes
1204
+ """
1205
+ return pulumi.get(self, "tcp_mss")
1206
+
1207
+ @property
1208
+ @pulumi.getter(name="tcpMssVariable")
1209
+ def tcp_mss_variable(self) -> str:
1210
+ """
1211
+ Variable name
1212
+ """
1213
+ return pulumi.get(self, "tcp_mss_variable")
1214
+
1215
+ @property
1216
+ @pulumi.getter(name="templateType")
1217
+ def template_type(self) -> str:
1218
+ """
1219
+ The template type
1220
+ """
1221
+ return pulumi.get(self, "template_type")
1222
+
1223
+ @property
1224
+ @pulumi.getter(name="tlocExtension")
1225
+ def tloc_extension(self) -> str:
1226
+ """
1227
+ Extends a local TLOC to a remote node only for vpn 0
1228
+ """
1229
+ return pulumi.get(self, "tloc_extension")
1230
+
1231
+ @property
1232
+ @pulumi.getter(name="tlocExtensionVariable")
1233
+ def tloc_extension_variable(self) -> str:
1234
+ """
1235
+ Variable name
1236
+ """
1237
+ return pulumi.get(self, "tloc_extension_variable")
1238
+
1239
+ @property
1240
+ @pulumi.getter(name="trackerVariable")
1241
+ def tracker_variable(self) -> str:
1242
+ """
1243
+ Variable name
1244
+ """
1245
+ return pulumi.get(self, "tracker_variable")
1246
+
1247
+ @property
1248
+ @pulumi.getter
1249
+ def trackers(self) -> Sequence[str]:
1250
+ """
1251
+ Enable tracker for this interface
1252
+ """
1253
+ return pulumi.get(self, "trackers")
1254
+
1255
+ @property
1256
+ @pulumi.getter(name="tunnelInterfaceAllowAll")
1257
+ def tunnel_interface_allow_all(self) -> bool:
1258
+ """
1259
+ Allow all traffic. Overrides all other allow-service options if allow-service all is set
1260
+ """
1261
+ return pulumi.get(self, "tunnel_interface_allow_all")
1262
+
1263
+ @property
1264
+ @pulumi.getter(name="tunnelInterfaceAllowAllVariable")
1265
+ def tunnel_interface_allow_all_variable(self) -> str:
1266
+ """
1267
+ Variable name
1268
+ """
1269
+ return pulumi.get(self, "tunnel_interface_allow_all_variable")
1270
+
1271
+ @property
1272
+ @pulumi.getter(name="tunnelInterfaceAllowBgp")
1273
+ def tunnel_interface_allow_bgp(self) -> bool:
1274
+ """
1275
+ Allow/deny BGP
1276
+ """
1277
+ return pulumi.get(self, "tunnel_interface_allow_bgp")
1278
+
1279
+ @property
1280
+ @pulumi.getter(name="tunnelInterfaceAllowBgpVariable")
1281
+ def tunnel_interface_allow_bgp_variable(self) -> str:
1282
+ """
1283
+ Variable name
1284
+ """
1285
+ return pulumi.get(self, "tunnel_interface_allow_bgp_variable")
1286
+
1287
+ @property
1288
+ @pulumi.getter(name="tunnelInterfaceAllowDhcp")
1289
+ def tunnel_interface_allow_dhcp(self) -> bool:
1290
+ """
1291
+ Allow/Deny DHCP
1292
+ """
1293
+ return pulumi.get(self, "tunnel_interface_allow_dhcp")
1294
+
1295
+ @property
1296
+ @pulumi.getter(name="tunnelInterfaceAllowDhcpVariable")
1297
+ def tunnel_interface_allow_dhcp_variable(self) -> str:
1298
+ """
1299
+ Variable name
1300
+ """
1301
+ return pulumi.get(self, "tunnel_interface_allow_dhcp_variable")
1302
+
1303
+ @property
1304
+ @pulumi.getter(name="tunnelInterfaceAllowDns")
1305
+ def tunnel_interface_allow_dns(self) -> bool:
1306
+ """
1307
+ Allow/Deny DNS
1308
+ """
1309
+ return pulumi.get(self, "tunnel_interface_allow_dns")
1310
+
1311
+ @property
1312
+ @pulumi.getter(name="tunnelInterfaceAllowDnsVariable")
1313
+ def tunnel_interface_allow_dns_variable(self) -> str:
1314
+ """
1315
+ Variable name
1316
+ """
1317
+ return pulumi.get(self, "tunnel_interface_allow_dns_variable")
1318
+
1319
+ @property
1320
+ @pulumi.getter(name="tunnelInterfaceAllowHttps")
1321
+ def tunnel_interface_allow_https(self) -> bool:
1322
+ """
1323
+ Allow/Deny Https
1324
+ """
1325
+ return pulumi.get(self, "tunnel_interface_allow_https")
1326
+
1327
+ @property
1328
+ @pulumi.getter(name="tunnelInterfaceAllowHttpsVariable")
1329
+ def tunnel_interface_allow_https_variable(self) -> str:
1330
+ """
1331
+ Variable name
1332
+ """
1333
+ return pulumi.get(self, "tunnel_interface_allow_https_variable")
1334
+
1335
+ @property
1336
+ @pulumi.getter(name="tunnelInterfaceAllowIcmp")
1337
+ def tunnel_interface_allow_icmp(self) -> bool:
1338
+ """
1339
+ Allow/Deny ICMP
1340
+ """
1341
+ return pulumi.get(self, "tunnel_interface_allow_icmp")
1342
+
1343
+ @property
1344
+ @pulumi.getter(name="tunnelInterfaceAllowIcmpVariable")
1345
+ def tunnel_interface_allow_icmp_variable(self) -> str:
1346
+ """
1347
+ Variable name
1348
+ """
1349
+ return pulumi.get(self, "tunnel_interface_allow_icmp_variable")
1350
+
1351
+ @property
1352
+ @pulumi.getter(name="tunnelInterfaceAllowNetconf")
1353
+ def tunnel_interface_allow_netconf(self) -> bool:
1354
+ """
1355
+ Allow/Deny NETCONF
1356
+ """
1357
+ return pulumi.get(self, "tunnel_interface_allow_netconf")
1358
+
1359
+ @property
1360
+ @pulumi.getter(name="tunnelInterfaceAllowNetconfVariable")
1361
+ def tunnel_interface_allow_netconf_variable(self) -> str:
1362
+ """
1363
+ Variable name
1364
+ """
1365
+ return pulumi.get(self, "tunnel_interface_allow_netconf_variable")
1366
+
1367
+ @property
1368
+ @pulumi.getter(name="tunnelInterfaceAllowNtp")
1369
+ def tunnel_interface_allow_ntp(self) -> bool:
1370
+ """
1371
+ Allow/Deny NTP
1372
+ """
1373
+ return pulumi.get(self, "tunnel_interface_allow_ntp")
1374
+
1375
+ @property
1376
+ @pulumi.getter(name="tunnelInterfaceAllowNtpVariable")
1377
+ def tunnel_interface_allow_ntp_variable(self) -> str:
1378
+ """
1379
+ Variable name
1380
+ """
1381
+ return pulumi.get(self, "tunnel_interface_allow_ntp_variable")
1382
+
1383
+ @property
1384
+ @pulumi.getter(name="tunnelInterfaceAllowOspf")
1385
+ def tunnel_interface_allow_ospf(self) -> bool:
1386
+ """
1387
+ Allow/Deny OSPF
1388
+ """
1389
+ return pulumi.get(self, "tunnel_interface_allow_ospf")
1390
+
1391
+ @property
1392
+ @pulumi.getter(name="tunnelInterfaceAllowOspfVariable")
1393
+ def tunnel_interface_allow_ospf_variable(self) -> str:
1394
+ """
1395
+ Variable name
1396
+ """
1397
+ return pulumi.get(self, "tunnel_interface_allow_ospf_variable")
1398
+
1399
+ @property
1400
+ @pulumi.getter(name="tunnelInterfaceAllowSnmp")
1401
+ def tunnel_interface_allow_snmp(self) -> bool:
1402
+ """
1403
+ Allow/Deny SNMP
1404
+ """
1405
+ return pulumi.get(self, "tunnel_interface_allow_snmp")
1406
+
1407
+ @property
1408
+ @pulumi.getter(name="tunnelInterfaceAllowSnmpVariable")
1409
+ def tunnel_interface_allow_snmp_variable(self) -> str:
1410
+ """
1411
+ Variable name
1412
+ """
1413
+ return pulumi.get(self, "tunnel_interface_allow_snmp_variable")
1414
+
1415
+ @property
1416
+ @pulumi.getter(name="tunnelInterfaceAllowSsh")
1417
+ def tunnel_interface_allow_ssh(self) -> bool:
1418
+ """
1419
+ Allow/Deny SSH
1420
+ """
1421
+ return pulumi.get(self, "tunnel_interface_allow_ssh")
1422
+
1423
+ @property
1424
+ @pulumi.getter(name="tunnelInterfaceAllowSshVariable")
1425
+ def tunnel_interface_allow_ssh_variable(self) -> str:
1426
+ """
1427
+ Variable name
1428
+ """
1429
+ return pulumi.get(self, "tunnel_interface_allow_ssh_variable")
1430
+
1431
+ @property
1432
+ @pulumi.getter(name="tunnelInterfaceAllowStun")
1433
+ def tunnel_interface_allow_stun(self) -> bool:
1434
+ """
1435
+ Allow/Deny STUN
1436
+ """
1437
+ return pulumi.get(self, "tunnel_interface_allow_stun")
1438
+
1439
+ @property
1440
+ @pulumi.getter(name="tunnelInterfaceAllowStunVariable")
1441
+ def tunnel_interface_allow_stun_variable(self) -> str:
1442
+ """
1443
+ Variable name
1444
+ """
1445
+ return pulumi.get(self, "tunnel_interface_allow_stun_variable")
1446
+
1447
+ @property
1448
+ @pulumi.getter(name="tunnelInterfaceBindLoopbackTunnel")
1449
+ def tunnel_interface_bind_loopback_tunnel(self) -> str:
1450
+ """
1451
+ Bind loopback tunnel interface to a physical interface
1452
+ """
1453
+ return pulumi.get(self, "tunnel_interface_bind_loopback_tunnel")
1454
+
1455
+ @property
1456
+ @pulumi.getter(name="tunnelInterfaceBindLoopbackTunnelVariable")
1457
+ def tunnel_interface_bind_loopback_tunnel_variable(self) -> str:
1458
+ """
1459
+ Variable name
1460
+ """
1461
+ return pulumi.get(self, "tunnel_interface_bind_loopback_tunnel_variable")
1462
+
1463
+ @property
1464
+ @pulumi.getter(name="tunnelInterfaceBorder")
1465
+ def tunnel_interface_border(self) -> bool:
1466
+ """
1467
+ Set TLOC as border TLOC
1468
+ """
1469
+ return pulumi.get(self, "tunnel_interface_border")
1470
+
1471
+ @property
1472
+ @pulumi.getter(name="tunnelInterfaceBorderVariable")
1473
+ def tunnel_interface_border_variable(self) -> str:
1474
+ """
1475
+ Variable name
1476
+ """
1477
+ return pulumi.get(self, "tunnel_interface_border_variable")
1478
+
1479
+ @property
1480
+ @pulumi.getter(name="tunnelInterfaceCarrier")
1481
+ def tunnel_interface_carrier(self) -> str:
1482
+ """
1483
+ Set carrier for TLOC
1484
+ """
1485
+ return pulumi.get(self, "tunnel_interface_carrier")
1486
+
1487
+ @property
1488
+ @pulumi.getter(name="tunnelInterfaceCarrierVariable")
1489
+ def tunnel_interface_carrier_variable(self) -> str:
1490
+ """
1491
+ Variable name
1492
+ """
1493
+ return pulumi.get(self, "tunnel_interface_carrier_variable")
1494
+
1495
+ @property
1496
+ @pulumi.getter(name="tunnelInterfaceClearDontFragment")
1497
+ def tunnel_interface_clear_dont_fragment(self) -> bool:
1498
+ """
1499
+ Enable clear dont fragment (Currently Only SDWAN Tunnel Interface)
1500
+ """
1501
+ return pulumi.get(self, "tunnel_interface_clear_dont_fragment")
1502
+
1503
+ @property
1504
+ @pulumi.getter(name="tunnelInterfaceClearDontFragmentVariable")
1505
+ def tunnel_interface_clear_dont_fragment_variable(self) -> str:
1506
+ """
1507
+ Variable name
1508
+ """
1509
+ return pulumi.get(self, "tunnel_interface_clear_dont_fragment_variable")
1510
+
1511
+ @property
1512
+ @pulumi.getter(name="tunnelInterfaceColor")
1513
+ def tunnel_interface_color(self) -> str:
1514
+ """
1515
+ Set color for TLOC
1516
+ """
1517
+ return pulumi.get(self, "tunnel_interface_color")
1518
+
1519
+ @property
1520
+ @pulumi.getter(name="tunnelInterfaceColorRestrict")
1521
+ def tunnel_interface_color_restrict(self) -> bool:
1522
+ """
1523
+ Restrict this TLOC behavior
1524
+ """
1525
+ return pulumi.get(self, "tunnel_interface_color_restrict")
1526
+
1527
+ @property
1528
+ @pulumi.getter(name="tunnelInterfaceColorVariable")
1529
+ def tunnel_interface_color_variable(self) -> str:
1530
+ """
1531
+ Variable name
1532
+ """
1533
+ return pulumi.get(self, "tunnel_interface_color_variable")
1534
+
1535
+ @property
1536
+ @pulumi.getter(name="tunnelInterfaceControlConnections")
1537
+ def tunnel_interface_control_connections(self) -> bool:
1538
+ """
1539
+ Allow Control Connection
1540
+ """
1541
+ return pulumi.get(self, "tunnel_interface_control_connections")
1542
+
1543
+ @property
1544
+ @pulumi.getter(name="tunnelInterfaceControlConnectionsVariable")
1545
+ def tunnel_interface_control_connections_variable(self) -> str:
1546
+ """
1547
+ Variable name
1548
+ """
1549
+ return pulumi.get(self, "tunnel_interface_control_connections_variable")
1550
+
1551
+ @property
1552
+ @pulumi.getter(name="tunnelInterfaceEncapsulations")
1553
+ def tunnel_interface_encapsulations(self) -> Sequence['outputs.GetVpnInterfaceDslIpoeFeatureTemplateTunnelInterfaceEncapsulationResult']:
1554
+ """
1555
+ Encapsulation for TLOC
1556
+ """
1557
+ return pulumi.get(self, "tunnel_interface_encapsulations")
1558
+
1559
+ @property
1560
+ @pulumi.getter(name="tunnelInterfaceExcludeControllerGroupListVariable")
1561
+ def tunnel_interface_exclude_controller_group_list_variable(self) -> str:
1562
+ """
1563
+ Variable name
1564
+ """
1565
+ return pulumi.get(self, "tunnel_interface_exclude_controller_group_list_variable")
1566
+
1567
+ @property
1568
+ @pulumi.getter(name="tunnelInterfaceExcludeControllerGroupLists")
1569
+ def tunnel_interface_exclude_controller_group_lists(self) -> Sequence[int]:
1570
+ """
1571
+ Exclude the following controller groups defined in this list
1572
+ """
1573
+ return pulumi.get(self, "tunnel_interface_exclude_controller_group_lists")
1574
+
1575
+ @property
1576
+ @pulumi.getter(name="tunnelInterfaceGroups")
1577
+ def tunnel_interface_groups(self) -> Sequence[int]:
1578
+ """
1579
+ List of groups
1580
+ """
1581
+ return pulumi.get(self, "tunnel_interface_groups")
1582
+
1583
+ @property
1584
+ @pulumi.getter(name="tunnelInterfaceGroupsVariable")
1585
+ def tunnel_interface_groups_variable(self) -> str:
1586
+ """
1587
+ Variable name
1588
+ """
1589
+ return pulumi.get(self, "tunnel_interface_groups_variable")
1590
+
1591
+ @property
1592
+ @pulumi.getter(name="tunnelInterfaceHelloInterval")
1593
+ def tunnel_interface_hello_interval(self) -> int:
1594
+ """
1595
+ Set time period of control hello packets \\n\\n milli seconds
1596
+ """
1597
+ return pulumi.get(self, "tunnel_interface_hello_interval")
1598
+
1599
+ @property
1600
+ @pulumi.getter(name="tunnelInterfaceHelloIntervalVariable")
1601
+ def tunnel_interface_hello_interval_variable(self) -> str:
1602
+ """
1603
+ Variable name
1604
+ """
1605
+ return pulumi.get(self, "tunnel_interface_hello_interval_variable")
1606
+
1607
+ @property
1608
+ @pulumi.getter(name="tunnelInterfaceHelloTolerance")
1609
+ def tunnel_interface_hello_tolerance(self) -> int:
1610
+ """
1611
+ Set tolerance of control hello packets \\n\\n seconds
1612
+ """
1613
+ return pulumi.get(self, "tunnel_interface_hello_tolerance")
1614
+
1615
+ @property
1616
+ @pulumi.getter(name="tunnelInterfaceHelloToleranceVariable")
1617
+ def tunnel_interface_hello_tolerance_variable(self) -> str:
1618
+ """
1619
+ Variable name
1620
+ """
1621
+ return pulumi.get(self, "tunnel_interface_hello_tolerance_variable")
1622
+
1623
+ @property
1624
+ @pulumi.getter(name="tunnelInterfaceLastResortCircuit")
1625
+ def tunnel_interface_last_resort_circuit(self) -> bool:
1626
+ """
1627
+ Set TLOC as last resort
1628
+ """
1629
+ return pulumi.get(self, "tunnel_interface_last_resort_circuit")
1630
+
1631
+ @property
1632
+ @pulumi.getter(name="tunnelInterfaceLastResortCircuitVariable")
1633
+ def tunnel_interface_last_resort_circuit_variable(self) -> str:
1634
+ """
1635
+ Variable name
1636
+ """
1637
+ return pulumi.get(self, "tunnel_interface_last_resort_circuit_variable")
1638
+
1639
+ @property
1640
+ @pulumi.getter(name="tunnelInterfaceLowBandwidthLink")
1641
+ def tunnel_interface_low_bandwidth_link(self) -> bool:
1642
+ """
1643
+ Set the interface as a low-bandwidth circuit
1644
+ """
1645
+ return pulumi.get(self, "tunnel_interface_low_bandwidth_link")
1646
+
1647
+ @property
1648
+ @pulumi.getter(name="tunnelInterfaceLowBandwidthLinkVariable")
1649
+ def tunnel_interface_low_bandwidth_link_variable(self) -> str:
1650
+ """
1651
+ Variable name
1652
+ """
1653
+ return pulumi.get(self, "tunnel_interface_low_bandwidth_link_variable")
1654
+
1655
+ @property
1656
+ @pulumi.getter(name="tunnelInterfaceMaxControlConnections")
1657
+ def tunnel_interface_max_control_connections(self) -> int:
1658
+ """
1659
+ Set the maximum number of control connections for this TLOC
1660
+ """
1661
+ return pulumi.get(self, "tunnel_interface_max_control_connections")
1662
+
1663
+ @property
1664
+ @pulumi.getter(name="tunnelInterfaceMaxControlConnectionsVariable")
1665
+ def tunnel_interface_max_control_connections_variable(self) -> str:
1666
+ """
1667
+ Variable name
1668
+ """
1669
+ return pulumi.get(self, "tunnel_interface_max_control_connections_variable")
1670
+
1671
+ @property
1672
+ @pulumi.getter(name="tunnelInterfaceNatRefreshInterval")
1673
+ def tunnel_interface_nat_refresh_interval(self) -> int:
1674
+ """
1675
+ Set time period of nat refresh packets \\n\\n seconds
1676
+ """
1677
+ return pulumi.get(self, "tunnel_interface_nat_refresh_interval")
1678
+
1679
+ @property
1680
+ @pulumi.getter(name="tunnelInterfaceNatRefreshIntervalVariable")
1681
+ def tunnel_interface_nat_refresh_interval_variable(self) -> str:
1682
+ """
1683
+ Variable name
1684
+ """
1685
+ return pulumi.get(self, "tunnel_interface_nat_refresh_interval_variable")
1686
+
1687
+ @property
1688
+ @pulumi.getter(name="tunnelInterfaceNetworkBroadcast")
1689
+ def tunnel_interface_network_broadcast(self) -> bool:
1690
+ """
1691
+ Accept and respond to network-prefix-directed broadcasts)
1692
+ """
1693
+ return pulumi.get(self, "tunnel_interface_network_broadcast")
1694
+
1695
+ @property
1696
+ @pulumi.getter(name="tunnelInterfaceNetworkBroadcastVariable")
1697
+ def tunnel_interface_network_broadcast_variable(self) -> str:
1698
+ """
1699
+ Variable name
1700
+ """
1701
+ return pulumi.get(self, "tunnel_interface_network_broadcast_variable")
1702
+
1703
+ @property
1704
+ @pulumi.getter(name="tunnelInterfacePortHop")
1705
+ def tunnel_interface_port_hop(self) -> bool:
1706
+ """
1707
+ Disallow port hopping on the tunnel interface
1708
+ """
1709
+ return pulumi.get(self, "tunnel_interface_port_hop")
1710
+
1711
+ @property
1712
+ @pulumi.getter(name="tunnelInterfacePortHopVariable")
1713
+ def tunnel_interface_port_hop_variable(self) -> str:
1714
+ """
1715
+ Variable name
1716
+ """
1717
+ return pulumi.get(self, "tunnel_interface_port_hop_variable")
1718
+
1719
+ @property
1720
+ @pulumi.getter(name="tunnelInterfaceTunnelTcpMss")
1721
+ def tunnel_interface_tunnel_tcp_mss(self) -> int:
1722
+ """
1723
+ Tunnel TCP MSS on SYN packets, in bytes
1724
+ """
1725
+ return pulumi.get(self, "tunnel_interface_tunnel_tcp_mss")
1726
+
1727
+ @property
1728
+ @pulumi.getter(name="tunnelInterfaceTunnelTcpMssVariable")
1729
+ def tunnel_interface_tunnel_tcp_mss_variable(self) -> str:
1730
+ """
1731
+ Variable name
1732
+ """
1733
+ return pulumi.get(self, "tunnel_interface_tunnel_tcp_mss_variable")
1734
+
1735
+ @property
1736
+ @pulumi.getter(name="tunnelInterfaceVbondAsStunServer")
1737
+ def tunnel_interface_vbond_as_stun_server(self) -> bool:
1738
+ """
1739
+ Put this wan interface in STUN mode only
1740
+ """
1741
+ return pulumi.get(self, "tunnel_interface_vbond_as_stun_server")
1742
+
1743
+ @property
1744
+ @pulumi.getter(name="tunnelInterfaceVbondAsStunServerVariable")
1745
+ def tunnel_interface_vbond_as_stun_server_variable(self) -> str:
1746
+ """
1747
+ Variable name
1748
+ """
1749
+ return pulumi.get(self, "tunnel_interface_vbond_as_stun_server_variable")
1750
+
1751
+ @property
1752
+ @pulumi.getter(name="tunnelInterfaceVmanageConnectionPreference")
1753
+ def tunnel_interface_vmanage_connection_preference(self) -> int:
1754
+ """
1755
+ Set interface preference for control connection to vManage \\n\\n
1756
+ """
1757
+ return pulumi.get(self, "tunnel_interface_vmanage_connection_preference")
1758
+
1759
+ @property
1760
+ @pulumi.getter(name="tunnelInterfaceVmanageConnectionPreferenceVariable")
1761
+ def tunnel_interface_vmanage_connection_preference_variable(self) -> str:
1762
+ """
1763
+ Variable name
1764
+ """
1765
+ return pulumi.get(self, "tunnel_interface_vmanage_connection_preference_variable")
1766
+
1767
+ @property
1768
+ @pulumi.getter(name="tunnelQosMode")
1769
+ def tunnel_qos_mode(self) -> str:
1770
+ """
1771
+ Set tunnel QoS mode
1772
+ """
1773
+ return pulumi.get(self, "tunnel_qos_mode")
1774
+
1775
+ @property
1776
+ @pulumi.getter(name="tunnelQosModeVariable")
1777
+ def tunnel_qos_mode_variable(self) -> str:
1778
+ """
1779
+ Variable name
1780
+ """
1781
+ return pulumi.get(self, "tunnel_qos_mode_variable")
1782
+
1783
+ @property
1784
+ @pulumi.getter(name="unnumberedLoopbackInterface")
1785
+ def unnumbered_loopback_interface(self) -> str:
1786
+ """
1787
+ Dialer IP Unnumbered Loopback interface name
1788
+ """
1789
+ return pulumi.get(self, "unnumbered_loopback_interface")
1790
+
1791
+ @property
1792
+ @pulumi.getter(name="unnumberedLoopbackInterfaceVariable")
1793
+ def unnumbered_loopback_interface_variable(self) -> str:
1794
+ """
1795
+ Variable name
1796
+ """
1797
+ return pulumi.get(self, "unnumbered_loopback_interface_variable")
1798
+
1799
+ @property
1800
+ @pulumi.getter(name="vdslConfigurations")
1801
+ def vdsl_configurations(self) -> Sequence['outputs.GetVpnInterfaceDslIpoeFeatureTemplateVdslConfigurationResult']:
1802
+ """
1803
+ vdsl
1804
+ """
1805
+ return pulumi.get(self, "vdsl_configurations")
1806
+
1807
+ @property
1808
+ @pulumi.getter
1809
+ def version(self) -> int:
1810
+ """
1811
+ The version of the feature template
1812
+ """
1813
+ return pulumi.get(self, "version")
1814
+
1815
+ @property
1816
+ @pulumi.getter(name="writeRule")
1817
+ def write_rule(self) -> str:
1818
+ """
1819
+ Name of rewrite rule
1820
+ """
1821
+ return pulumi.get(self, "write_rule")
1822
+
1823
+ @property
1824
+ @pulumi.getter(name="writeRuleVariable")
1825
+ def write_rule_variable(self) -> str:
1826
+ """
1827
+ Variable name
1828
+ """
1829
+ return pulumi.get(self, "write_rule_variable")
1830
+
1831
+
1832
+ class AwaitableGetVpnInterfaceDslIpoeFeatureTemplateResult(GetVpnInterfaceDslIpoeFeatureTemplateResult):
1833
+ # pylint: disable=using-constant-test
1834
+ def __await__(self):
1835
+ if False:
1836
+ yield self
1837
+ return GetVpnInterfaceDslIpoeFeatureTemplateResult(
1838
+ access_lists=self.access_lists,
1839
+ bandwidth_downstream=self.bandwidth_downstream,
1840
+ bandwidth_downstream_variable=self.bandwidth_downstream_variable,
1841
+ bandwidth_upstream=self.bandwidth_upstream,
1842
+ bandwidth_upstream_variable=self.bandwidth_upstream_variable,
1843
+ chap_hostname=self.chap_hostname,
1844
+ chap_hostname_variable=self.chap_hostname_variable,
1845
+ chap_ppp_auth_password=self.chap_ppp_auth_password,
1846
+ chap_ppp_auth_password_variable=self.chap_ppp_auth_password_variable,
1847
+ description=self.description,
1848
+ device_types=self.device_types,
1849
+ dialer_address_negotiated=self.dialer_address_negotiated,
1850
+ dialer_address_negotiated_variable=self.dialer_address_negotiated_variable,
1851
+ dialer_pool_number=self.dialer_pool_number,
1852
+ dialer_pool_number_variable=self.dialer_pool_number_variable,
1853
+ encap=self.encap,
1854
+ encap_variable=self.encap_variable,
1855
+ ethernet_description=self.ethernet_description,
1856
+ ethernet_description_variable=self.ethernet_description_variable,
1857
+ ethernet_dhcp_distance=self.ethernet_dhcp_distance,
1858
+ ethernet_dhcp_distance_variable=self.ethernet_dhcp_distance_variable,
1859
+ ethernet_dhcp_helper_variable=self.ethernet_dhcp_helper_variable,
1860
+ ethernet_dhcp_helpers=self.ethernet_dhcp_helpers,
1861
+ ethernet_enable_dhcp=self.ethernet_enable_dhcp,
1862
+ ethernet_enable_dhcp_variable=self.ethernet_enable_dhcp_variable,
1863
+ ethernet_interface_name=self.ethernet_interface_name,
1864
+ ethernet_interface_name_variable=self.ethernet_interface_name_variable,
1865
+ ethernet_ipv4_address=self.ethernet_ipv4_address,
1866
+ ethernet_ipv4_address_variable=self.ethernet_ipv4_address_variable,
1867
+ id=self.id,
1868
+ internal_controller_type=self.internal_controller_type,
1869
+ ip_directed_broadcast=self.ip_directed_broadcast,
1870
+ ip_directed_broadcast_variable=self.ip_directed_broadcast_variable,
1871
+ ip_mtu=self.ip_mtu,
1872
+ ip_mtu_variable=self.ip_mtu_variable,
1873
+ name=self.name,
1874
+ nat=self.nat,
1875
+ nat_block_icmp_error=self.nat_block_icmp_error,
1876
+ nat_block_icmp_error_variable=self.nat_block_icmp_error_variable,
1877
+ nat_port_forwards=self.nat_port_forwards,
1878
+ nat_refresh_mode=self.nat_refresh_mode,
1879
+ nat_refresh_mode_variable=self.nat_refresh_mode_variable,
1880
+ nat_response_to_ping=self.nat_response_to_ping,
1881
+ nat_response_to_ping_variable=self.nat_response_to_ping_variable,
1882
+ nat_tcp_timeout=self.nat_tcp_timeout,
1883
+ nat_tcp_timeout_variable=self.nat_tcp_timeout_variable,
1884
+ nat_udp_timeout=self.nat_udp_timeout,
1885
+ nat_udp_timeout_variable=self.nat_udp_timeout_variable,
1886
+ pap_password=self.pap_password,
1887
+ pap_ppp_auth_password=self.pap_ppp_auth_password,
1888
+ pap_ppp_auth_password_variable=self.pap_ppp_auth_password_variable,
1889
+ pap_username=self.pap_username,
1890
+ pap_username_variable=self.pap_username_variable,
1891
+ per_tunnel_qos=self.per_tunnel_qos,
1892
+ per_tunnel_qos_aggregator=self.per_tunnel_qos_aggregator,
1893
+ per_tunnel_qos_aggregator_variable=self.per_tunnel_qos_aggregator_variable,
1894
+ per_tunnel_qos_variable=self.per_tunnel_qos_variable,
1895
+ policers=self.policers,
1896
+ ppp_authentication_protocol=self.ppp_authentication_protocol,
1897
+ ppp_authentication_protocol_pap=self.ppp_authentication_protocol_pap,
1898
+ ppp_authentication_protocol_variable=self.ppp_authentication_protocol_variable,
1899
+ ppp_maximum_payload=self.ppp_maximum_payload,
1900
+ ppp_maximum_payload_variable=self.ppp_maximum_payload_variable,
1901
+ qos_adaptive_bandwidth_downstream=self.qos_adaptive_bandwidth_downstream,
1902
+ qos_adaptive_bandwidth_downstream_variable=self.qos_adaptive_bandwidth_downstream_variable,
1903
+ qos_adaptive_bandwidth_upstream=self.qos_adaptive_bandwidth_upstream,
1904
+ qos_adaptive_bandwidth_upstream_variable=self.qos_adaptive_bandwidth_upstream_variable,
1905
+ qos_adaptive_max_downstream=self.qos_adaptive_max_downstream,
1906
+ qos_adaptive_max_downstream_variable=self.qos_adaptive_max_downstream_variable,
1907
+ qos_adaptive_max_upstream=self.qos_adaptive_max_upstream,
1908
+ qos_adaptive_max_upstream_variable=self.qos_adaptive_max_upstream_variable,
1909
+ qos_adaptive_min_downstream=self.qos_adaptive_min_downstream,
1910
+ qos_adaptive_min_downstream_variable=self.qos_adaptive_min_downstream_variable,
1911
+ qos_adaptive_min_upstream=self.qos_adaptive_min_upstream,
1912
+ qos_adaptive_min_upstream_variable=self.qos_adaptive_min_upstream_variable,
1913
+ qos_adaptive_period=self.qos_adaptive_period,
1914
+ qos_adaptive_period_variable=self.qos_adaptive_period_variable,
1915
+ qos_map=self.qos_map,
1916
+ qos_map_variable=self.qos_map_variable,
1917
+ qos_map_vpn=self.qos_map_vpn,
1918
+ qos_map_vpn_variable=self.qos_map_vpn_variable,
1919
+ shaping_rate=self.shaping_rate,
1920
+ shaping_rate_variable=self.shaping_rate_variable,
1921
+ shutdown=self.shutdown,
1922
+ shutdown_variable=self.shutdown_variable,
1923
+ tcp_mss=self.tcp_mss,
1924
+ tcp_mss_variable=self.tcp_mss_variable,
1925
+ template_type=self.template_type,
1926
+ tloc_extension=self.tloc_extension,
1927
+ tloc_extension_variable=self.tloc_extension_variable,
1928
+ tracker_variable=self.tracker_variable,
1929
+ trackers=self.trackers,
1930
+ tunnel_interface_allow_all=self.tunnel_interface_allow_all,
1931
+ tunnel_interface_allow_all_variable=self.tunnel_interface_allow_all_variable,
1932
+ tunnel_interface_allow_bgp=self.tunnel_interface_allow_bgp,
1933
+ tunnel_interface_allow_bgp_variable=self.tunnel_interface_allow_bgp_variable,
1934
+ tunnel_interface_allow_dhcp=self.tunnel_interface_allow_dhcp,
1935
+ tunnel_interface_allow_dhcp_variable=self.tunnel_interface_allow_dhcp_variable,
1936
+ tunnel_interface_allow_dns=self.tunnel_interface_allow_dns,
1937
+ tunnel_interface_allow_dns_variable=self.tunnel_interface_allow_dns_variable,
1938
+ tunnel_interface_allow_https=self.tunnel_interface_allow_https,
1939
+ tunnel_interface_allow_https_variable=self.tunnel_interface_allow_https_variable,
1940
+ tunnel_interface_allow_icmp=self.tunnel_interface_allow_icmp,
1941
+ tunnel_interface_allow_icmp_variable=self.tunnel_interface_allow_icmp_variable,
1942
+ tunnel_interface_allow_netconf=self.tunnel_interface_allow_netconf,
1943
+ tunnel_interface_allow_netconf_variable=self.tunnel_interface_allow_netconf_variable,
1944
+ tunnel_interface_allow_ntp=self.tunnel_interface_allow_ntp,
1945
+ tunnel_interface_allow_ntp_variable=self.tunnel_interface_allow_ntp_variable,
1946
+ tunnel_interface_allow_ospf=self.tunnel_interface_allow_ospf,
1947
+ tunnel_interface_allow_ospf_variable=self.tunnel_interface_allow_ospf_variable,
1948
+ tunnel_interface_allow_snmp=self.tunnel_interface_allow_snmp,
1949
+ tunnel_interface_allow_snmp_variable=self.tunnel_interface_allow_snmp_variable,
1950
+ tunnel_interface_allow_ssh=self.tunnel_interface_allow_ssh,
1951
+ tunnel_interface_allow_ssh_variable=self.tunnel_interface_allow_ssh_variable,
1952
+ tunnel_interface_allow_stun=self.tunnel_interface_allow_stun,
1953
+ tunnel_interface_allow_stun_variable=self.tunnel_interface_allow_stun_variable,
1954
+ tunnel_interface_bind_loopback_tunnel=self.tunnel_interface_bind_loopback_tunnel,
1955
+ tunnel_interface_bind_loopback_tunnel_variable=self.tunnel_interface_bind_loopback_tunnel_variable,
1956
+ tunnel_interface_border=self.tunnel_interface_border,
1957
+ tunnel_interface_border_variable=self.tunnel_interface_border_variable,
1958
+ tunnel_interface_carrier=self.tunnel_interface_carrier,
1959
+ tunnel_interface_carrier_variable=self.tunnel_interface_carrier_variable,
1960
+ tunnel_interface_clear_dont_fragment=self.tunnel_interface_clear_dont_fragment,
1961
+ tunnel_interface_clear_dont_fragment_variable=self.tunnel_interface_clear_dont_fragment_variable,
1962
+ tunnel_interface_color=self.tunnel_interface_color,
1963
+ tunnel_interface_color_restrict=self.tunnel_interface_color_restrict,
1964
+ tunnel_interface_color_variable=self.tunnel_interface_color_variable,
1965
+ tunnel_interface_control_connections=self.tunnel_interface_control_connections,
1966
+ tunnel_interface_control_connections_variable=self.tunnel_interface_control_connections_variable,
1967
+ tunnel_interface_encapsulations=self.tunnel_interface_encapsulations,
1968
+ tunnel_interface_exclude_controller_group_list_variable=self.tunnel_interface_exclude_controller_group_list_variable,
1969
+ tunnel_interface_exclude_controller_group_lists=self.tunnel_interface_exclude_controller_group_lists,
1970
+ tunnel_interface_groups=self.tunnel_interface_groups,
1971
+ tunnel_interface_groups_variable=self.tunnel_interface_groups_variable,
1972
+ tunnel_interface_hello_interval=self.tunnel_interface_hello_interval,
1973
+ tunnel_interface_hello_interval_variable=self.tunnel_interface_hello_interval_variable,
1974
+ tunnel_interface_hello_tolerance=self.tunnel_interface_hello_tolerance,
1975
+ tunnel_interface_hello_tolerance_variable=self.tunnel_interface_hello_tolerance_variable,
1976
+ tunnel_interface_last_resort_circuit=self.tunnel_interface_last_resort_circuit,
1977
+ tunnel_interface_last_resort_circuit_variable=self.tunnel_interface_last_resort_circuit_variable,
1978
+ tunnel_interface_low_bandwidth_link=self.tunnel_interface_low_bandwidth_link,
1979
+ tunnel_interface_low_bandwidth_link_variable=self.tunnel_interface_low_bandwidth_link_variable,
1980
+ tunnel_interface_max_control_connections=self.tunnel_interface_max_control_connections,
1981
+ tunnel_interface_max_control_connections_variable=self.tunnel_interface_max_control_connections_variable,
1982
+ tunnel_interface_nat_refresh_interval=self.tunnel_interface_nat_refresh_interval,
1983
+ tunnel_interface_nat_refresh_interval_variable=self.tunnel_interface_nat_refresh_interval_variable,
1984
+ tunnel_interface_network_broadcast=self.tunnel_interface_network_broadcast,
1985
+ tunnel_interface_network_broadcast_variable=self.tunnel_interface_network_broadcast_variable,
1986
+ tunnel_interface_port_hop=self.tunnel_interface_port_hop,
1987
+ tunnel_interface_port_hop_variable=self.tunnel_interface_port_hop_variable,
1988
+ tunnel_interface_tunnel_tcp_mss=self.tunnel_interface_tunnel_tcp_mss,
1989
+ tunnel_interface_tunnel_tcp_mss_variable=self.tunnel_interface_tunnel_tcp_mss_variable,
1990
+ tunnel_interface_vbond_as_stun_server=self.tunnel_interface_vbond_as_stun_server,
1991
+ tunnel_interface_vbond_as_stun_server_variable=self.tunnel_interface_vbond_as_stun_server_variable,
1992
+ tunnel_interface_vmanage_connection_preference=self.tunnel_interface_vmanage_connection_preference,
1993
+ tunnel_interface_vmanage_connection_preference_variable=self.tunnel_interface_vmanage_connection_preference_variable,
1994
+ tunnel_qos_mode=self.tunnel_qos_mode,
1995
+ tunnel_qos_mode_variable=self.tunnel_qos_mode_variable,
1996
+ unnumbered_loopback_interface=self.unnumbered_loopback_interface,
1997
+ unnumbered_loopback_interface_variable=self.unnumbered_loopback_interface_variable,
1998
+ vdsl_configurations=self.vdsl_configurations,
1999
+ version=self.version,
2000
+ write_rule=self.write_rule,
2001
+ write_rule_variable=self.write_rule_variable)
2002
+
2003
+
2004
+ def get_vpn_interface_dsl_ipoe_feature_template(id: Optional[str] = None,
2005
+ name: Optional[str] = None,
2006
+ opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetVpnInterfaceDslIpoeFeatureTemplateResult:
2007
+ """
2008
+ This data source can read the VPN Interface DSL IPoE feature template.
2009
+
2010
+ ## Example Usage
2011
+
2012
+ ```python
2013
+ import pulumi
2014
+ import pulumi_sdwan as sdwan
2015
+
2016
+ example = sdwan.get_vpn_interface_dsl_ipoe_feature_template(id="f6b2c44c-693c-4763-b010-895aa3d236bd")
2017
+ ```
2018
+
2019
+
2020
+ :param str id: The id of the feature template
2021
+ :param str name: The name of the feature template
2022
+ """
2023
+ __args__ = dict()
2024
+ __args__['id'] = id
2025
+ __args__['name'] = name
2026
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
2027
+ __ret__ = pulumi.runtime.invoke('sdwan:index/getVpnInterfaceDslIpoeFeatureTemplate:getVpnInterfaceDslIpoeFeatureTemplate', __args__, opts=opts, typ=GetVpnInterfaceDslIpoeFeatureTemplateResult).value
2028
+
2029
+ return AwaitableGetVpnInterfaceDslIpoeFeatureTemplateResult(
2030
+ access_lists=pulumi.get(__ret__, 'access_lists'),
2031
+ bandwidth_downstream=pulumi.get(__ret__, 'bandwidth_downstream'),
2032
+ bandwidth_downstream_variable=pulumi.get(__ret__, 'bandwidth_downstream_variable'),
2033
+ bandwidth_upstream=pulumi.get(__ret__, 'bandwidth_upstream'),
2034
+ bandwidth_upstream_variable=pulumi.get(__ret__, 'bandwidth_upstream_variable'),
2035
+ chap_hostname=pulumi.get(__ret__, 'chap_hostname'),
2036
+ chap_hostname_variable=pulumi.get(__ret__, 'chap_hostname_variable'),
2037
+ chap_ppp_auth_password=pulumi.get(__ret__, 'chap_ppp_auth_password'),
2038
+ chap_ppp_auth_password_variable=pulumi.get(__ret__, 'chap_ppp_auth_password_variable'),
2039
+ description=pulumi.get(__ret__, 'description'),
2040
+ device_types=pulumi.get(__ret__, 'device_types'),
2041
+ dialer_address_negotiated=pulumi.get(__ret__, 'dialer_address_negotiated'),
2042
+ dialer_address_negotiated_variable=pulumi.get(__ret__, 'dialer_address_negotiated_variable'),
2043
+ dialer_pool_number=pulumi.get(__ret__, 'dialer_pool_number'),
2044
+ dialer_pool_number_variable=pulumi.get(__ret__, 'dialer_pool_number_variable'),
2045
+ encap=pulumi.get(__ret__, 'encap'),
2046
+ encap_variable=pulumi.get(__ret__, 'encap_variable'),
2047
+ ethernet_description=pulumi.get(__ret__, 'ethernet_description'),
2048
+ ethernet_description_variable=pulumi.get(__ret__, 'ethernet_description_variable'),
2049
+ ethernet_dhcp_distance=pulumi.get(__ret__, 'ethernet_dhcp_distance'),
2050
+ ethernet_dhcp_distance_variable=pulumi.get(__ret__, 'ethernet_dhcp_distance_variable'),
2051
+ ethernet_dhcp_helper_variable=pulumi.get(__ret__, 'ethernet_dhcp_helper_variable'),
2052
+ ethernet_dhcp_helpers=pulumi.get(__ret__, 'ethernet_dhcp_helpers'),
2053
+ ethernet_enable_dhcp=pulumi.get(__ret__, 'ethernet_enable_dhcp'),
2054
+ ethernet_enable_dhcp_variable=pulumi.get(__ret__, 'ethernet_enable_dhcp_variable'),
2055
+ ethernet_interface_name=pulumi.get(__ret__, 'ethernet_interface_name'),
2056
+ ethernet_interface_name_variable=pulumi.get(__ret__, 'ethernet_interface_name_variable'),
2057
+ ethernet_ipv4_address=pulumi.get(__ret__, 'ethernet_ipv4_address'),
2058
+ ethernet_ipv4_address_variable=pulumi.get(__ret__, 'ethernet_ipv4_address_variable'),
2059
+ id=pulumi.get(__ret__, 'id'),
2060
+ internal_controller_type=pulumi.get(__ret__, 'internal_controller_type'),
2061
+ ip_directed_broadcast=pulumi.get(__ret__, 'ip_directed_broadcast'),
2062
+ ip_directed_broadcast_variable=pulumi.get(__ret__, 'ip_directed_broadcast_variable'),
2063
+ ip_mtu=pulumi.get(__ret__, 'ip_mtu'),
2064
+ ip_mtu_variable=pulumi.get(__ret__, 'ip_mtu_variable'),
2065
+ name=pulumi.get(__ret__, 'name'),
2066
+ nat=pulumi.get(__ret__, 'nat'),
2067
+ nat_block_icmp_error=pulumi.get(__ret__, 'nat_block_icmp_error'),
2068
+ nat_block_icmp_error_variable=pulumi.get(__ret__, 'nat_block_icmp_error_variable'),
2069
+ nat_port_forwards=pulumi.get(__ret__, 'nat_port_forwards'),
2070
+ nat_refresh_mode=pulumi.get(__ret__, 'nat_refresh_mode'),
2071
+ nat_refresh_mode_variable=pulumi.get(__ret__, 'nat_refresh_mode_variable'),
2072
+ nat_response_to_ping=pulumi.get(__ret__, 'nat_response_to_ping'),
2073
+ nat_response_to_ping_variable=pulumi.get(__ret__, 'nat_response_to_ping_variable'),
2074
+ nat_tcp_timeout=pulumi.get(__ret__, 'nat_tcp_timeout'),
2075
+ nat_tcp_timeout_variable=pulumi.get(__ret__, 'nat_tcp_timeout_variable'),
2076
+ nat_udp_timeout=pulumi.get(__ret__, 'nat_udp_timeout'),
2077
+ nat_udp_timeout_variable=pulumi.get(__ret__, 'nat_udp_timeout_variable'),
2078
+ pap_password=pulumi.get(__ret__, 'pap_password'),
2079
+ pap_ppp_auth_password=pulumi.get(__ret__, 'pap_ppp_auth_password'),
2080
+ pap_ppp_auth_password_variable=pulumi.get(__ret__, 'pap_ppp_auth_password_variable'),
2081
+ pap_username=pulumi.get(__ret__, 'pap_username'),
2082
+ pap_username_variable=pulumi.get(__ret__, 'pap_username_variable'),
2083
+ per_tunnel_qos=pulumi.get(__ret__, 'per_tunnel_qos'),
2084
+ per_tunnel_qos_aggregator=pulumi.get(__ret__, 'per_tunnel_qos_aggregator'),
2085
+ per_tunnel_qos_aggregator_variable=pulumi.get(__ret__, 'per_tunnel_qos_aggregator_variable'),
2086
+ per_tunnel_qos_variable=pulumi.get(__ret__, 'per_tunnel_qos_variable'),
2087
+ policers=pulumi.get(__ret__, 'policers'),
2088
+ ppp_authentication_protocol=pulumi.get(__ret__, 'ppp_authentication_protocol'),
2089
+ ppp_authentication_protocol_pap=pulumi.get(__ret__, 'ppp_authentication_protocol_pap'),
2090
+ ppp_authentication_protocol_variable=pulumi.get(__ret__, 'ppp_authentication_protocol_variable'),
2091
+ ppp_maximum_payload=pulumi.get(__ret__, 'ppp_maximum_payload'),
2092
+ ppp_maximum_payload_variable=pulumi.get(__ret__, 'ppp_maximum_payload_variable'),
2093
+ qos_adaptive_bandwidth_downstream=pulumi.get(__ret__, 'qos_adaptive_bandwidth_downstream'),
2094
+ qos_adaptive_bandwidth_downstream_variable=pulumi.get(__ret__, 'qos_adaptive_bandwidth_downstream_variable'),
2095
+ qos_adaptive_bandwidth_upstream=pulumi.get(__ret__, 'qos_adaptive_bandwidth_upstream'),
2096
+ qos_adaptive_bandwidth_upstream_variable=pulumi.get(__ret__, 'qos_adaptive_bandwidth_upstream_variable'),
2097
+ qos_adaptive_max_downstream=pulumi.get(__ret__, 'qos_adaptive_max_downstream'),
2098
+ qos_adaptive_max_downstream_variable=pulumi.get(__ret__, 'qos_adaptive_max_downstream_variable'),
2099
+ qos_adaptive_max_upstream=pulumi.get(__ret__, 'qos_adaptive_max_upstream'),
2100
+ qos_adaptive_max_upstream_variable=pulumi.get(__ret__, 'qos_adaptive_max_upstream_variable'),
2101
+ qos_adaptive_min_downstream=pulumi.get(__ret__, 'qos_adaptive_min_downstream'),
2102
+ qos_adaptive_min_downstream_variable=pulumi.get(__ret__, 'qos_adaptive_min_downstream_variable'),
2103
+ qos_adaptive_min_upstream=pulumi.get(__ret__, 'qos_adaptive_min_upstream'),
2104
+ qos_adaptive_min_upstream_variable=pulumi.get(__ret__, 'qos_adaptive_min_upstream_variable'),
2105
+ qos_adaptive_period=pulumi.get(__ret__, 'qos_adaptive_period'),
2106
+ qos_adaptive_period_variable=pulumi.get(__ret__, 'qos_adaptive_period_variable'),
2107
+ qos_map=pulumi.get(__ret__, 'qos_map'),
2108
+ qos_map_variable=pulumi.get(__ret__, 'qos_map_variable'),
2109
+ qos_map_vpn=pulumi.get(__ret__, 'qos_map_vpn'),
2110
+ qos_map_vpn_variable=pulumi.get(__ret__, 'qos_map_vpn_variable'),
2111
+ shaping_rate=pulumi.get(__ret__, 'shaping_rate'),
2112
+ shaping_rate_variable=pulumi.get(__ret__, 'shaping_rate_variable'),
2113
+ shutdown=pulumi.get(__ret__, 'shutdown'),
2114
+ shutdown_variable=pulumi.get(__ret__, 'shutdown_variable'),
2115
+ tcp_mss=pulumi.get(__ret__, 'tcp_mss'),
2116
+ tcp_mss_variable=pulumi.get(__ret__, 'tcp_mss_variable'),
2117
+ template_type=pulumi.get(__ret__, 'template_type'),
2118
+ tloc_extension=pulumi.get(__ret__, 'tloc_extension'),
2119
+ tloc_extension_variable=pulumi.get(__ret__, 'tloc_extension_variable'),
2120
+ tracker_variable=pulumi.get(__ret__, 'tracker_variable'),
2121
+ trackers=pulumi.get(__ret__, 'trackers'),
2122
+ tunnel_interface_allow_all=pulumi.get(__ret__, 'tunnel_interface_allow_all'),
2123
+ tunnel_interface_allow_all_variable=pulumi.get(__ret__, 'tunnel_interface_allow_all_variable'),
2124
+ tunnel_interface_allow_bgp=pulumi.get(__ret__, 'tunnel_interface_allow_bgp'),
2125
+ tunnel_interface_allow_bgp_variable=pulumi.get(__ret__, 'tunnel_interface_allow_bgp_variable'),
2126
+ tunnel_interface_allow_dhcp=pulumi.get(__ret__, 'tunnel_interface_allow_dhcp'),
2127
+ tunnel_interface_allow_dhcp_variable=pulumi.get(__ret__, 'tunnel_interface_allow_dhcp_variable'),
2128
+ tunnel_interface_allow_dns=pulumi.get(__ret__, 'tunnel_interface_allow_dns'),
2129
+ tunnel_interface_allow_dns_variable=pulumi.get(__ret__, 'tunnel_interface_allow_dns_variable'),
2130
+ tunnel_interface_allow_https=pulumi.get(__ret__, 'tunnel_interface_allow_https'),
2131
+ tunnel_interface_allow_https_variable=pulumi.get(__ret__, 'tunnel_interface_allow_https_variable'),
2132
+ tunnel_interface_allow_icmp=pulumi.get(__ret__, 'tunnel_interface_allow_icmp'),
2133
+ tunnel_interface_allow_icmp_variable=pulumi.get(__ret__, 'tunnel_interface_allow_icmp_variable'),
2134
+ tunnel_interface_allow_netconf=pulumi.get(__ret__, 'tunnel_interface_allow_netconf'),
2135
+ tunnel_interface_allow_netconf_variable=pulumi.get(__ret__, 'tunnel_interface_allow_netconf_variable'),
2136
+ tunnel_interface_allow_ntp=pulumi.get(__ret__, 'tunnel_interface_allow_ntp'),
2137
+ tunnel_interface_allow_ntp_variable=pulumi.get(__ret__, 'tunnel_interface_allow_ntp_variable'),
2138
+ tunnel_interface_allow_ospf=pulumi.get(__ret__, 'tunnel_interface_allow_ospf'),
2139
+ tunnel_interface_allow_ospf_variable=pulumi.get(__ret__, 'tunnel_interface_allow_ospf_variable'),
2140
+ tunnel_interface_allow_snmp=pulumi.get(__ret__, 'tunnel_interface_allow_snmp'),
2141
+ tunnel_interface_allow_snmp_variable=pulumi.get(__ret__, 'tunnel_interface_allow_snmp_variable'),
2142
+ tunnel_interface_allow_ssh=pulumi.get(__ret__, 'tunnel_interface_allow_ssh'),
2143
+ tunnel_interface_allow_ssh_variable=pulumi.get(__ret__, 'tunnel_interface_allow_ssh_variable'),
2144
+ tunnel_interface_allow_stun=pulumi.get(__ret__, 'tunnel_interface_allow_stun'),
2145
+ tunnel_interface_allow_stun_variable=pulumi.get(__ret__, 'tunnel_interface_allow_stun_variable'),
2146
+ tunnel_interface_bind_loopback_tunnel=pulumi.get(__ret__, 'tunnel_interface_bind_loopback_tunnel'),
2147
+ tunnel_interface_bind_loopback_tunnel_variable=pulumi.get(__ret__, 'tunnel_interface_bind_loopback_tunnel_variable'),
2148
+ tunnel_interface_border=pulumi.get(__ret__, 'tunnel_interface_border'),
2149
+ tunnel_interface_border_variable=pulumi.get(__ret__, 'tunnel_interface_border_variable'),
2150
+ tunnel_interface_carrier=pulumi.get(__ret__, 'tunnel_interface_carrier'),
2151
+ tunnel_interface_carrier_variable=pulumi.get(__ret__, 'tunnel_interface_carrier_variable'),
2152
+ tunnel_interface_clear_dont_fragment=pulumi.get(__ret__, 'tunnel_interface_clear_dont_fragment'),
2153
+ tunnel_interface_clear_dont_fragment_variable=pulumi.get(__ret__, 'tunnel_interface_clear_dont_fragment_variable'),
2154
+ tunnel_interface_color=pulumi.get(__ret__, 'tunnel_interface_color'),
2155
+ tunnel_interface_color_restrict=pulumi.get(__ret__, 'tunnel_interface_color_restrict'),
2156
+ tunnel_interface_color_variable=pulumi.get(__ret__, 'tunnel_interface_color_variable'),
2157
+ tunnel_interface_control_connections=pulumi.get(__ret__, 'tunnel_interface_control_connections'),
2158
+ tunnel_interface_control_connections_variable=pulumi.get(__ret__, 'tunnel_interface_control_connections_variable'),
2159
+ tunnel_interface_encapsulations=pulumi.get(__ret__, 'tunnel_interface_encapsulations'),
2160
+ tunnel_interface_exclude_controller_group_list_variable=pulumi.get(__ret__, 'tunnel_interface_exclude_controller_group_list_variable'),
2161
+ tunnel_interface_exclude_controller_group_lists=pulumi.get(__ret__, 'tunnel_interface_exclude_controller_group_lists'),
2162
+ tunnel_interface_groups=pulumi.get(__ret__, 'tunnel_interface_groups'),
2163
+ tunnel_interface_groups_variable=pulumi.get(__ret__, 'tunnel_interface_groups_variable'),
2164
+ tunnel_interface_hello_interval=pulumi.get(__ret__, 'tunnel_interface_hello_interval'),
2165
+ tunnel_interface_hello_interval_variable=pulumi.get(__ret__, 'tunnel_interface_hello_interval_variable'),
2166
+ tunnel_interface_hello_tolerance=pulumi.get(__ret__, 'tunnel_interface_hello_tolerance'),
2167
+ tunnel_interface_hello_tolerance_variable=pulumi.get(__ret__, 'tunnel_interface_hello_tolerance_variable'),
2168
+ tunnel_interface_last_resort_circuit=pulumi.get(__ret__, 'tunnel_interface_last_resort_circuit'),
2169
+ tunnel_interface_last_resort_circuit_variable=pulumi.get(__ret__, 'tunnel_interface_last_resort_circuit_variable'),
2170
+ tunnel_interface_low_bandwidth_link=pulumi.get(__ret__, 'tunnel_interface_low_bandwidth_link'),
2171
+ tunnel_interface_low_bandwidth_link_variable=pulumi.get(__ret__, 'tunnel_interface_low_bandwidth_link_variable'),
2172
+ tunnel_interface_max_control_connections=pulumi.get(__ret__, 'tunnel_interface_max_control_connections'),
2173
+ tunnel_interface_max_control_connections_variable=pulumi.get(__ret__, 'tunnel_interface_max_control_connections_variable'),
2174
+ tunnel_interface_nat_refresh_interval=pulumi.get(__ret__, 'tunnel_interface_nat_refresh_interval'),
2175
+ tunnel_interface_nat_refresh_interval_variable=pulumi.get(__ret__, 'tunnel_interface_nat_refresh_interval_variable'),
2176
+ tunnel_interface_network_broadcast=pulumi.get(__ret__, 'tunnel_interface_network_broadcast'),
2177
+ tunnel_interface_network_broadcast_variable=pulumi.get(__ret__, 'tunnel_interface_network_broadcast_variable'),
2178
+ tunnel_interface_port_hop=pulumi.get(__ret__, 'tunnel_interface_port_hop'),
2179
+ tunnel_interface_port_hop_variable=pulumi.get(__ret__, 'tunnel_interface_port_hop_variable'),
2180
+ tunnel_interface_tunnel_tcp_mss=pulumi.get(__ret__, 'tunnel_interface_tunnel_tcp_mss'),
2181
+ tunnel_interface_tunnel_tcp_mss_variable=pulumi.get(__ret__, 'tunnel_interface_tunnel_tcp_mss_variable'),
2182
+ tunnel_interface_vbond_as_stun_server=pulumi.get(__ret__, 'tunnel_interface_vbond_as_stun_server'),
2183
+ tunnel_interface_vbond_as_stun_server_variable=pulumi.get(__ret__, 'tunnel_interface_vbond_as_stun_server_variable'),
2184
+ tunnel_interface_vmanage_connection_preference=pulumi.get(__ret__, 'tunnel_interface_vmanage_connection_preference'),
2185
+ tunnel_interface_vmanage_connection_preference_variable=pulumi.get(__ret__, 'tunnel_interface_vmanage_connection_preference_variable'),
2186
+ tunnel_qos_mode=pulumi.get(__ret__, 'tunnel_qos_mode'),
2187
+ tunnel_qos_mode_variable=pulumi.get(__ret__, 'tunnel_qos_mode_variable'),
2188
+ unnumbered_loopback_interface=pulumi.get(__ret__, 'unnumbered_loopback_interface'),
2189
+ unnumbered_loopback_interface_variable=pulumi.get(__ret__, 'unnumbered_loopback_interface_variable'),
2190
+ vdsl_configurations=pulumi.get(__ret__, 'vdsl_configurations'),
2191
+ version=pulumi.get(__ret__, 'version'),
2192
+ write_rule=pulumi.get(__ret__, 'write_rule'),
2193
+ write_rule_variable=pulumi.get(__ret__, 'write_rule_variable'))
2194
+
2195
+
2196
+ @_utilities.lift_output_func(get_vpn_interface_dsl_ipoe_feature_template)
2197
+ def get_vpn_interface_dsl_ipoe_feature_template_output(id: Optional[pulumi.Input[Optional[str]]] = None,
2198
+ name: Optional[pulumi.Input[Optional[str]]] = None,
2199
+ opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetVpnInterfaceDslIpoeFeatureTemplateResult]:
2200
+ """
2201
+ This data source can read the VPN Interface DSL IPoE feature template.
2202
+
2203
+ ## Example Usage
2204
+
2205
+ ```python
2206
+ import pulumi
2207
+ import pulumi_sdwan as sdwan
2208
+
2209
+ example = sdwan.get_vpn_interface_dsl_ipoe_feature_template(id="f6b2c44c-693c-4763-b010-895aa3d236bd")
2210
+ ```
2211
+
2212
+
2213
+ :param str id: The id of the feature template
2214
+ :param str name: The name of the feature template
2215
+ """
2216
+ ...