pulumi-sdwan 0.3.0a1736835519__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 (464) hide show
  1. pulumi_sdwan/__init__.py +2284 -0
  2. pulumi_sdwan/_inputs.py +82362 -0
  3. pulumi_sdwan/_utilities.py +327 -0
  4. pulumi_sdwan/activate_centralized_policy.py +162 -0
  5. pulumi_sdwan/advanced_inspection_profile_policy_definition.py +687 -0
  6. pulumi_sdwan/advanced_malware_protection_policy_definition.py +744 -0
  7. pulumi_sdwan/allow_url_list_policy_object.py +266 -0
  8. pulumi_sdwan/app_probe_class_policy_object.py +318 -0
  9. pulumi_sdwan/application_aware_routing_policy_definition.py +316 -0
  10. pulumi_sdwan/application_list_policy_object.py +266 -0
  11. pulumi_sdwan/application_priority_feature_profile.py +234 -0
  12. pulumi_sdwan/application_priority_qos_policy.py +434 -0
  13. pulumi_sdwan/application_priority_traffic_policy_policy.py +471 -0
  14. pulumi_sdwan/as_path_list_policy_object.py +240 -0
  15. pulumi_sdwan/attach_feature_device_template.py +216 -0
  16. pulumi_sdwan/block_url_list_policy_object.py +266 -0
  17. pulumi_sdwan/cedge_aaa_feature_template.py +1554 -0
  18. pulumi_sdwan/cedge_global_feature_template.py +2562 -0
  19. pulumi_sdwan/cedge_igmp_feature_template.py +379 -0
  20. pulumi_sdwan/cedge_multicast_feature_template.py +642 -0
  21. pulumi_sdwan/cedge_pim_feature_template.py +1460 -0
  22. pulumi_sdwan/cellular_cedge_profile_feature_template.py +1026 -0
  23. pulumi_sdwan/cellular_controller_feature_template.py +849 -0
  24. pulumi_sdwan/cellular_profile_feature_template.py +1410 -0
  25. pulumi_sdwan/centralized_policy.py +327 -0
  26. pulumi_sdwan/cflowd_policy_definition.py +645 -0
  27. pulumi_sdwan/cisco_banner_feature_template.py +546 -0
  28. pulumi_sdwan/cisco_bfd_feature_template.py +668 -0
  29. pulumi_sdwan/cisco_bgp_feature_template.py +2024 -0
  30. pulumi_sdwan/cisco_dhcp_server_feature_template.py +1178 -0
  31. pulumi_sdwan/cisco_logging_feature_template.py +755 -0
  32. pulumi_sdwan/cisco_ntp_feature_template.py +802 -0
  33. pulumi_sdwan/cisco_omp_feature_template.py +1648 -0
  34. pulumi_sdwan/cisco_ospf_feature_template.py +1695 -0
  35. pulumi_sdwan/cisco_ospfv3_feature_template.py +3528 -0
  36. pulumi_sdwan/cisco_secure_internet_gateway_feature_template.py +614 -0
  37. pulumi_sdwan/cisco_security_feature_template.py +997 -0
  38. pulumi_sdwan/cisco_sig_credentials_feature_template.py +1410 -0
  39. pulumi_sdwan/cisco_snmp_feature_template.py +849 -0
  40. pulumi_sdwan/cisco_system_feature_template.py +4093 -0
  41. pulumi_sdwan/cisco_thousandeyes_feature_template.py +379 -0
  42. pulumi_sdwan/cisco_trustsec_feature_template.py +1803 -0
  43. pulumi_sdwan/cisco_vpn_feature_template.py +1742 -0
  44. pulumi_sdwan/cisco_vpn_interface_feature_template.py +9868 -0
  45. pulumi_sdwan/cisco_vpn_interface_gre_feature_template.py +1702 -0
  46. pulumi_sdwan/cisco_vpn_interface_ipsec_feature_template.py +2927 -0
  47. pulumi_sdwan/cisco_wireless_lan_feature_template.py +1166 -0
  48. pulumi_sdwan/class_map_policy_object.py +260 -0
  49. pulumi_sdwan/cli_config_feature.py +366 -0
  50. pulumi_sdwan/cli_device_template.py +412 -0
  51. pulumi_sdwan/cli_feature_profile.py +234 -0
  52. pulumi_sdwan/cli_template_feature_template.py +407 -0
  53. pulumi_sdwan/color_list_policy_object.py +266 -0
  54. pulumi_sdwan/config/__init__.py +8 -0
  55. pulumi_sdwan/config/__init__.pyi +41 -0
  56. pulumi_sdwan/config/vars.py +57 -0
  57. pulumi_sdwan/configuration_group.py +541 -0
  58. pulumi_sdwan/custom_control_topology_policy_definition.py +362 -0
  59. pulumi_sdwan/data_fqdn_prefix_list_policy_object.py +266 -0
  60. pulumi_sdwan/data_ipv4_prefix_list_policy_object.py +266 -0
  61. pulumi_sdwan/data_ipv6_prefix_list_policy_object.py +266 -0
  62. pulumi_sdwan/dns_security_feature_profile.py +234 -0
  63. pulumi_sdwan/dns_security_policy_definition.py +747 -0
  64. pulumi_sdwan/domain_list_policy_object.py +266 -0
  65. pulumi_sdwan/eigrp_feature_template.py +1131 -0
  66. pulumi_sdwan/embedded_security_feature_profile.py +234 -0
  67. pulumi_sdwan/expanded_community_list_policy_object.py +266 -0
  68. pulumi_sdwan/extended_community_list_policy_object.py +266 -0
  69. pulumi_sdwan/feature_device_template.py +602 -0
  70. pulumi_sdwan/geo_location_list_policy_object.py +268 -0
  71. pulumi_sdwan/get_advanced_inspection_profile_policy_definition.py +266 -0
  72. pulumi_sdwan/get_advanced_malware_protection_policy_definition.py +280 -0
  73. pulumi_sdwan/get_allow_url_list_policy_object.py +141 -0
  74. pulumi_sdwan/get_app_probe_class_policy_object.py +155 -0
  75. pulumi_sdwan/get_application_aware_routing_policy_definition.py +169 -0
  76. pulumi_sdwan/get_application_list_policy_object.py +141 -0
  77. pulumi_sdwan/get_application_priority_feature_profile.py +126 -0
  78. pulumi_sdwan/get_application_priority_qos_policy.py +205 -0
  79. pulumi_sdwan/get_application_priority_traffic_policy_policy.py +210 -0
  80. pulumi_sdwan/get_as_path_list_policy_object.py +141 -0
  81. pulumi_sdwan/get_block_url_list_policy_object.py +141 -0
  82. pulumi_sdwan/get_cedge_aaa_feature_template.py +539 -0
  83. pulumi_sdwan/get_cedge_global_feature_template.py +818 -0
  84. pulumi_sdwan/get_cedge_igmp_feature_template.py +189 -0
  85. pulumi_sdwan/get_cedge_multicast_feature_template.py +258 -0
  86. pulumi_sdwan/get_cedge_pim_feature_template.py +511 -0
  87. pulumi_sdwan/get_cellular_cedge_profile_feature_template.py +370 -0
  88. pulumi_sdwan/get_cellular_controller_feature_template.py +329 -0
  89. pulumi_sdwan/get_cellular_profile_feature_template.py +482 -0
  90. pulumi_sdwan/get_centralized_policy.py +155 -0
  91. pulumi_sdwan/get_cflowd_policy_definition.py +267 -0
  92. pulumi_sdwan/get_cisco_banner_feature_template.py +230 -0
  93. pulumi_sdwan/get_cisco_bfd_feature_template.py +273 -0
  94. pulumi_sdwan/get_cisco_bgp_feature_template.py +679 -0
  95. pulumi_sdwan/get_cisco_dhcp_server_feature_template.py +427 -0
  96. pulumi_sdwan/get_cisco_logging_feature_template.py +301 -0
  97. pulumi_sdwan/get_cisco_ntp_feature_template.py +315 -0
  98. pulumi_sdwan/get_cisco_omp_feature_template.py +567 -0
  99. pulumi_sdwan/get_cisco_ospf_feature_template.py +581 -0
  100. pulumi_sdwan/get_cisco_ospfv3_feature_template.py +1127 -0
  101. pulumi_sdwan/get_cisco_secure_internet_gateway_feature_template.py +259 -0
  102. pulumi_sdwan/get_cisco_security_feature_template.py +371 -0
  103. pulumi_sdwan/get_cisco_sig_credentials_feature_template.py +482 -0
  104. pulumi_sdwan/get_cisco_snmp_feature_template.py +329 -0
  105. pulumi_sdwan/get_cisco_system_feature_template.py +1141 -0
  106. pulumi_sdwan/get_cisco_thousandeyes_feature_template.py +189 -0
  107. pulumi_sdwan/get_cisco_trustsec_feature_template.py +609 -0
  108. pulumi_sdwan/get_cisco_vpn_feature_template.py +595 -0
  109. pulumi_sdwan/get_cisco_vpn_interface_feature_template.py +3003 -0
  110. pulumi_sdwan/get_cisco_vpn_interface_gre_feature_template.py +581 -0
  111. pulumi_sdwan/get_cisco_vpn_interface_ipsec_feature_template.py +916 -0
  112. pulumi_sdwan/get_cisco_wireless_lan_feature_template.py +413 -0
  113. pulumi_sdwan/get_class_map_policy_object.py +140 -0
  114. pulumi_sdwan/get_cli_config_feature.py +176 -0
  115. pulumi_sdwan/get_cli_device_template.py +182 -0
  116. pulumi_sdwan/get_cli_feature_profile.py +126 -0
  117. pulumi_sdwan/get_cli_template_feature_template.py +188 -0
  118. pulumi_sdwan/get_color_list_policy_object.py +141 -0
  119. pulumi_sdwan/get_configuration_group.py +211 -0
  120. pulumi_sdwan/get_custom_control_topology_policy_definition.py +183 -0
  121. pulumi_sdwan/get_data_fqdn_prefix_list_policy_object.py +141 -0
  122. pulumi_sdwan/get_data_ipv4_prefix_list_policy_object.py +141 -0
  123. pulumi_sdwan/get_data_ipv6_prefix_list_policy_object.py +141 -0
  124. pulumi_sdwan/get_device.py +149 -0
  125. pulumi_sdwan/get_dns_security_feature_profile.py +126 -0
  126. pulumi_sdwan/get_dns_security_policy_definition.py +281 -0
  127. pulumi_sdwan/get_domain_list_policy_object.py +141 -0
  128. pulumi_sdwan/get_eigrp_feature_template.py +413 -0
  129. pulumi_sdwan/get_embedded_security_feature_profile.py +126 -0
  130. pulumi_sdwan/get_expanded_community_list_policy_object.py +141 -0
  131. pulumi_sdwan/get_extended_community_list_policy_object.py +141 -0
  132. pulumi_sdwan/get_feature_device_template.py +239 -0
  133. pulumi_sdwan/get_geo_location_list_policy_object.py +141 -0
  134. pulumi_sdwan/get_gps_feature_template.py +342 -0
  135. pulumi_sdwan/get_hub_and_spoke_topology_policy_definition.py +197 -0
  136. pulumi_sdwan/get_intrusion_prevention_policy_definition.py +238 -0
  137. pulumi_sdwan/get_ips_signature_list_policy_object.py +141 -0
  138. pulumi_sdwan/get_ipv4_acl_policy_definition.py +183 -0
  139. pulumi_sdwan/get_ipv4_device_acl_policy_definition.py +183 -0
  140. pulumi_sdwan/get_ipv4_prefix_list_policy_object.py +141 -0
  141. pulumi_sdwan/get_ipv6_acl_policy_definition.py +183 -0
  142. pulumi_sdwan/get_ipv6_device_acl_policy_definition.py +183 -0
  143. pulumi_sdwan/get_ipv6_prefix_list_policy_object.py +141 -0
  144. pulumi_sdwan/get_local_application_list_policy_object.py +141 -0
  145. pulumi_sdwan/get_localized_policy.py +295 -0
  146. pulumi_sdwan/get_mesh_topology_policy_definition.py +197 -0
  147. pulumi_sdwan/get_mirror_policy_object.py +154 -0
  148. pulumi_sdwan/get_object_group_policy_definition.py +322 -0
  149. pulumi_sdwan/get_other_feature_profile.py +126 -0
  150. pulumi_sdwan/get_other_thousandeyes_feature.py +177 -0
  151. pulumi_sdwan/get_other_ucse_feature.py +353 -0
  152. pulumi_sdwan/get_policer_policy_object.py +168 -0
  153. pulumi_sdwan/get_policy_object_app_probe_class.py +177 -0
  154. pulumi_sdwan/get_policy_object_application_list.py +177 -0
  155. pulumi_sdwan/get_policy_object_as_path_list.py +191 -0
  156. pulumi_sdwan/get_policy_object_class_map.py +177 -0
  157. pulumi_sdwan/get_policy_object_color_list.py +177 -0
  158. pulumi_sdwan/get_policy_object_data_ipv4_prefix_list.py +177 -0
  159. pulumi_sdwan/get_policy_object_data_ipv6_prefix_list.py +177 -0
  160. pulumi_sdwan/get_policy_object_expanded_community_list.py +190 -0
  161. pulumi_sdwan/get_policy_object_extended_community_list.py +177 -0
  162. pulumi_sdwan/get_policy_object_feature_profile.py +126 -0
  163. pulumi_sdwan/get_policy_object_ipv4_prefix_list.py +177 -0
  164. pulumi_sdwan/get_policy_object_ipv6_prefix_list.py +177 -0
  165. pulumi_sdwan/get_policy_object_mirror.py +177 -0
  166. pulumi_sdwan/get_policy_object_policer.py +177 -0
  167. pulumi_sdwan/get_policy_object_preferred_color_group.py +177 -0
  168. pulumi_sdwan/get_policy_object_security_data_ipv4_prefix_list.py +174 -0
  169. pulumi_sdwan/get_policy_object_security_fqdn_list.py +174 -0
  170. pulumi_sdwan/get_policy_object_security_geolocation_list.py +177 -0
  171. pulumi_sdwan/get_policy_object_security_identity_list.py +177 -0
  172. pulumi_sdwan/get_policy_object_security_ips_signature.py +177 -0
  173. pulumi_sdwan/get_policy_object_security_local_application_list.py +177 -0
  174. pulumi_sdwan/get_policy_object_security_local_domain_list.py +174 -0
  175. pulumi_sdwan/get_policy_object_security_port_list.py +177 -0
  176. pulumi_sdwan/get_policy_object_security_scalable_group_tag_list.py +174 -0
  177. pulumi_sdwan/get_policy_object_security_url_allow_list.py +177 -0
  178. pulumi_sdwan/get_policy_object_security_url_block_list.py +177 -0
  179. pulumi_sdwan/get_policy_object_sla_class_list.py +177 -0
  180. pulumi_sdwan/get_policy_object_standard_community_list.py +177 -0
  181. pulumi_sdwan/get_policy_object_tloc_list.py +177 -0
  182. pulumi_sdwan/get_policy_object_vpn_group.py +177 -0
  183. pulumi_sdwan/get_port_list_policy_object.py +141 -0
  184. pulumi_sdwan/get_preferred_color_group_policy_object.py +210 -0
  185. pulumi_sdwan/get_protocol_list_policy_object.py +141 -0
  186. pulumi_sdwan/get_qos_map_policy_definition.py +169 -0
  187. pulumi_sdwan/get_region_list_policy_object.py +141 -0
  188. pulumi_sdwan/get_rewrite_rule_policy_definition.py +169 -0
  189. pulumi_sdwan/get_route_policy_definition.py +183 -0
  190. pulumi_sdwan/get_rule_set_policy_definition.py +155 -0
  191. pulumi_sdwan/get_security_app_hosting_feature_template.py +189 -0
  192. pulumi_sdwan/get_security_policy.py +306 -0
  193. pulumi_sdwan/get_service_dhcp_server_feature.py +443 -0
  194. pulumi_sdwan/get_service_feature_profile.py +126 -0
  195. pulumi_sdwan/get_service_ipv4_acl_feature.py +191 -0
  196. pulumi_sdwan/get_service_ipv6_acl_feature.py +191 -0
  197. pulumi_sdwan/get_service_lan_vpn_feature.py +666 -0
  198. pulumi_sdwan/get_service_lan_vpn_feature_associate_multicast_feature.py +156 -0
  199. pulumi_sdwan/get_service_lan_vpn_feature_associate_routing_bgp_feature.py +156 -0
  200. pulumi_sdwan/get_service_lan_vpn_feature_associate_routing_eigrp_feature.py +156 -0
  201. pulumi_sdwan/get_service_lan_vpn_feature_associate_routing_ospf_feature.py +156 -0
  202. pulumi_sdwan/get_service_lan_vpn_feature_associate_routing_ospfv3_ipv4_feature.py +156 -0
  203. pulumi_sdwan/get_service_lan_vpn_feature_associate_routing_ospfv3_ipv6_feature.py +156 -0
  204. pulumi_sdwan/get_service_lan_vpn_interface_ethernet_feature.py +1354 -0
  205. pulumi_sdwan/get_service_lan_vpn_interface_ethernet_feature_associate_dhcp_server_feature.py +178 -0
  206. pulumi_sdwan/get_service_lan_vpn_interface_gre_feature.py +570 -0
  207. pulumi_sdwan/get_service_lan_vpn_interface_ipsec_feature.py +992 -0
  208. pulumi_sdwan/get_service_lan_vpn_interface_ipsec_feature_associate_dhcp_server_feature.py +178 -0
  209. pulumi_sdwan/get_service_lan_vpn_interface_svi_feature.py +705 -0
  210. pulumi_sdwan/get_service_lan_vpn_interface_svi_feature_associate_dhcp_server_feature.py +178 -0
  211. pulumi_sdwan/get_service_multicast_feature.py +513 -0
  212. pulumi_sdwan/get_service_object_tracker_feature.py +316 -0
  213. pulumi_sdwan/get_service_object_tracker_group_feature.py +233 -0
  214. pulumi_sdwan/get_service_route_policy_feature.py +191 -0
  215. pulumi_sdwan/get_service_routing_bgp_feature.py +857 -0
  216. pulumi_sdwan/get_service_routing_eigrp_feature.py +398 -0
  217. pulumi_sdwan/get_service_routing_ospf_feature.py +566 -0
  218. pulumi_sdwan/get_service_routing_ospfv3_ipv4_feature.py +650 -0
  219. pulumi_sdwan/get_service_routing_ospfv3_ipv6_feature.py +650 -0
  220. pulumi_sdwan/get_service_switchport_feature.py +219 -0
  221. pulumi_sdwan/get_service_tracker_feature.py +464 -0
  222. pulumi_sdwan/get_service_tracker_group_feature.py +205 -0
  223. pulumi_sdwan/get_service_wireless_lan_feature.py +415 -0
  224. pulumi_sdwan/get_sig_security_feature_profile.py +126 -0
  225. pulumi_sdwan/get_site_list_policy_object.py +141 -0
  226. pulumi_sdwan/get_sla_class_policy_object.py +249 -0
  227. pulumi_sdwan/get_standard_community_list_policy_object.py +141 -0
  228. pulumi_sdwan/get_switchport_feature_template.py +273 -0
  229. pulumi_sdwan/get_system_aaa_feature.py +359 -0
  230. pulumi_sdwan/get_system_banner_feature.py +212 -0
  231. pulumi_sdwan/get_system_basic_feature.py +1003 -0
  232. pulumi_sdwan/get_system_bfd_feature.py +252 -0
  233. pulumi_sdwan/get_system_feature_profile.py +126 -0
  234. pulumi_sdwan/get_system_flexible_port_speed_feature.py +190 -0
  235. pulumi_sdwan/get_system_global_feature.py +806 -0
  236. pulumi_sdwan/get_system_ipv4_device_access_feature.py +191 -0
  237. pulumi_sdwan/get_system_ipv6_device_access_feature.py +191 -0
  238. pulumi_sdwan/get_system_logging_feature.py +289 -0
  239. pulumi_sdwan/get_system_mrf_feature.py +260 -0
  240. pulumi_sdwan/get_system_ntp_feature.py +303 -0
  241. pulumi_sdwan/get_system_omp_feature.py +974 -0
  242. pulumi_sdwan/get_system_performance_monitoring_feature.py +246 -0
  243. pulumi_sdwan/get_system_remote_access_feature.py +695 -0
  244. pulumi_sdwan/get_system_security_feature.py +331 -0
  245. pulumi_sdwan/get_system_snmp_feature.py +317 -0
  246. pulumi_sdwan/get_tloc_list_policy_object.py +141 -0
  247. pulumi_sdwan/get_tls_ssl_decryption_policy_definition.py +379 -0
  248. pulumi_sdwan/get_tls_ssl_profile_policy_definition.py +294 -0
  249. pulumi_sdwan/get_traffic_data_policy_definition.py +183 -0
  250. pulumi_sdwan/get_transport_cellular_controller_feature.py +302 -0
  251. pulumi_sdwan/get_transport_cellular_profile_feature.py +372 -0
  252. pulumi_sdwan/get_transport_feature_profile.py +126 -0
  253. pulumi_sdwan/get_transport_gps_feature.py +330 -0
  254. pulumi_sdwan/get_transport_ipv4_acl_feature.py +191 -0
  255. pulumi_sdwan/get_transport_ipv6_acl_feature.py +191 -0
  256. pulumi_sdwan/get_transport_ipv6_tracker_feature.py +414 -0
  257. pulumi_sdwan/get_transport_ipv6_tracker_group_feature.py +233 -0
  258. pulumi_sdwan/get_transport_management_vpn_feature.py +342 -0
  259. pulumi_sdwan/get_transport_management_vpn_interface_ethernet_feature.py +862 -0
  260. pulumi_sdwan/get_transport_route_policy_feature.py +191 -0
  261. pulumi_sdwan/get_transport_routing_bgp_feature.py +871 -0
  262. pulumi_sdwan/get_transport_routing_ospf_feature.py +566 -0
  263. pulumi_sdwan/get_transport_routing_ospfv3_ipv4_feature.py +650 -0
  264. pulumi_sdwan/get_transport_routing_ospfv3_ipv6_feature.py +650 -0
  265. pulumi_sdwan/get_transport_t1_e1_controller_feature.py +219 -0
  266. pulumi_sdwan/get_transport_tracker_feature.py +414 -0
  267. pulumi_sdwan/get_transport_tracker_group_feature.py +205 -0
  268. pulumi_sdwan/get_transport_wan_vpn_feature.py +384 -0
  269. pulumi_sdwan/get_transport_wan_vpn_feature_associate_routing_bgp_feature.py +156 -0
  270. pulumi_sdwan/get_transport_wan_vpn_feature_associate_routing_ospf_feature.py +156 -0
  271. pulumi_sdwan/get_transport_wan_vpn_feature_associate_routing_ospfv3_ipv4_feature.py +156 -0
  272. pulumi_sdwan/get_transport_wan_vpn_feature_associate_routing_ospfv3_ipv6_feature.py +156 -0
  273. pulumi_sdwan/get_transport_wan_vpn_interface_cellular_feature.py +1956 -0
  274. pulumi_sdwan/get_transport_wan_vpn_interface_ethernet_feature.py +2824 -0
  275. pulumi_sdwan/get_transport_wan_vpn_interface_ethernet_feature_associate_ipv6_tracker_feature.py +178 -0
  276. pulumi_sdwan/get_transport_wan_vpn_interface_ethernet_feature_associate_ipv6_tracker_group_feature.py +178 -0
  277. pulumi_sdwan/get_transport_wan_vpn_interface_ethernet_feature_associate_tracker_feature.py +178 -0
  278. pulumi_sdwan/get_transport_wan_vpn_interface_ethernet_feature_associate_tracker_group_feature.py +178 -0
  279. pulumi_sdwan/get_transport_wan_vpn_interface_gre_feature.py +570 -0
  280. pulumi_sdwan/get_transport_wan_vpn_interface_ipsec_feature.py +992 -0
  281. pulumi_sdwan/get_transport_wan_vpn_interface_t1_e1_serial_feature.py +1623 -0
  282. pulumi_sdwan/get_url_filtering_policy_definition.py +308 -0
  283. pulumi_sdwan/get_vedge_inventory.py +103 -0
  284. pulumi_sdwan/get_vpn_interface_cellular_feature_template.py +2205 -0
  285. pulumi_sdwan/get_vpn_interface_dsl_ipoe_feature_template.py +2387 -0
  286. pulumi_sdwan/get_vpn_interface_dsl_pppoa_feature_template.py +2233 -0
  287. pulumi_sdwan/get_vpn_interface_dsl_pppoe_feature_template.py +2345 -0
  288. pulumi_sdwan/get_vpn_interface_ethernet_pppoe_feature_template.py +2331 -0
  289. pulumi_sdwan/get_vpn_interface_multilink_feature_template.py +2051 -0
  290. pulumi_sdwan/get_vpn_interface_svi_feature_template.py +693 -0
  291. pulumi_sdwan/get_vpn_interface_t1_e1_serial_feature_template.py +1813 -0
  292. pulumi_sdwan/get_vpn_list_policy_object.py +141 -0
  293. pulumi_sdwan/get_vpn_membership_policy_definition.py +169 -0
  294. pulumi_sdwan/get_zone_based_firewall_policy_definition.py +191 -0
  295. pulumi_sdwan/get_zone_list_policy_object.py +141 -0
  296. pulumi_sdwan/gps_feature_template.py +930 -0
  297. pulumi_sdwan/hub_and_spoke_topology_policy_definition.py +410 -0
  298. pulumi_sdwan/intrusion_prevention_policy_definition.py +599 -0
  299. pulumi_sdwan/ips_signature_list_policy_object.py +240 -0
  300. pulumi_sdwan/ipv4_acl_policy_definition.py +363 -0
  301. pulumi_sdwan/ipv4_device_acl_policy_definition.py +363 -0
  302. pulumi_sdwan/ipv4_prefix_list_policy_object.py +270 -0
  303. pulumi_sdwan/ipv6_acl_policy_definition.py +363 -0
  304. pulumi_sdwan/ipv6_device_acl_policy_definition.py +363 -0
  305. pulumi_sdwan/ipv6_prefix_list_policy_object.py +270 -0
  306. pulumi_sdwan/local_application_list_policy_object.py +266 -0
  307. pulumi_sdwan/localized_policy.py +807 -0
  308. pulumi_sdwan/mesh_topology_policy_definition.py +410 -0
  309. pulumi_sdwan/mirror_policy_object.py +310 -0
  310. pulumi_sdwan/object_group_policy_definition.py +879 -0
  311. pulumi_sdwan/other_feature_profile.py +234 -0
  312. pulumi_sdwan/other_thousandeyes_feature.py +340 -0
  313. pulumi_sdwan/other_ucse_feature.py +960 -0
  314. pulumi_sdwan/outputs.py +105049 -0
  315. pulumi_sdwan/policer_policy_object.py +360 -0
  316. pulumi_sdwan/policy_object_app_probe_class.py +341 -0
  317. pulumi_sdwan/policy_object_application_list.py +371 -0
  318. pulumi_sdwan/policy_object_as_path_list.py +389 -0
  319. pulumi_sdwan/policy_object_class_map.py +371 -0
  320. pulumi_sdwan/policy_object_color_list.py +371 -0
  321. pulumi_sdwan/policy_object_data_ipv4_prefix_list.py +341 -0
  322. pulumi_sdwan/policy_object_data_ipv6_prefix_list.py +341 -0
  323. pulumi_sdwan/policy_object_expanded_community_list.py +412 -0
  324. pulumi_sdwan/policy_object_extended_community_list.py +341 -0
  325. pulumi_sdwan/policy_object_feature_profile.py +234 -0
  326. pulumi_sdwan/policy_object_ipv4_prefix_list.py +341 -0
  327. pulumi_sdwan/policy_object_ipv6_prefix_list.py +341 -0
  328. pulumi_sdwan/policy_object_mirror.py +341 -0
  329. pulumi_sdwan/policy_object_policer.py +341 -0
  330. pulumi_sdwan/policy_object_preferred_color_group.py +341 -0
  331. pulumi_sdwan/policy_object_security_data_ipv4_prefix_list.py +328 -0
  332. pulumi_sdwan/policy_object_security_fqdn_list.py +358 -0
  333. pulumi_sdwan/policy_object_security_geolocation_list.py +371 -0
  334. pulumi_sdwan/policy_object_security_identity_list.py +370 -0
  335. pulumi_sdwan/policy_object_security_ips_signature.py +341 -0
  336. pulumi_sdwan/policy_object_security_local_application_list.py +370 -0
  337. pulumi_sdwan/policy_object_security_local_domain_list.py +328 -0
  338. pulumi_sdwan/policy_object_security_port_list.py +371 -0
  339. pulumi_sdwan/policy_object_security_scalable_group_tag_list.py +328 -0
  340. pulumi_sdwan/policy_object_security_url_allow_list.py +371 -0
  341. pulumi_sdwan/policy_object_security_url_block_list.py +371 -0
  342. pulumi_sdwan/policy_object_sla_class_list.py +341 -0
  343. pulumi_sdwan/policy_object_standard_community_list.py +341 -0
  344. pulumi_sdwan/policy_object_tloc_list.py +341 -0
  345. pulumi_sdwan/policy_object_vpn_group.py +371 -0
  346. pulumi_sdwan/port_list_policy_object.py +266 -0
  347. pulumi_sdwan/preferred_color_group_policy_object.py +505 -0
  348. pulumi_sdwan/protocol_list_policy_object.py +266 -0
  349. pulumi_sdwan/provider.py +209 -0
  350. pulumi_sdwan/pulumi-plugin.json +5 -0
  351. pulumi_sdwan/py.typed +0 -0
  352. pulumi_sdwan/qos_map_policy_definition.py +316 -0
  353. pulumi_sdwan/region_list_policy_object.py +240 -0
  354. pulumi_sdwan/rewrite_rule_policy_definition.py +316 -0
  355. pulumi_sdwan/route_policy_definition.py +362 -0
  356. pulumi_sdwan/rule_set_policy_definition.py +288 -0
  357. pulumi_sdwan/security_app_hosting_feature_template.py +379 -0
  358. pulumi_sdwan/security_policy.py +799 -0
  359. pulumi_sdwan/service_dhcp_server_feature.py +1261 -0
  360. pulumi_sdwan/service_feature_profile.py +234 -0
  361. pulumi_sdwan/service_ipv4_acl_feature.py +386 -0
  362. pulumi_sdwan/service_ipv6_acl_feature.py +386 -0
  363. pulumi_sdwan/service_lan_vpn_feature.py +1967 -0
  364. pulumi_sdwan/service_lan_vpn_feature_associate_multicast_feature.py +285 -0
  365. pulumi_sdwan/service_lan_vpn_feature_associate_routing_bgp_feature.py +285 -0
  366. pulumi_sdwan/service_lan_vpn_feature_associate_routing_eigrp_feature.py +285 -0
  367. pulumi_sdwan/service_lan_vpn_feature_associate_routing_ospf_feature.py +285 -0
  368. pulumi_sdwan/service_lan_vpn_feature_associate_routing_ospfv3_ipv4_feature.py +285 -0
  369. pulumi_sdwan/service_lan_vpn_feature_associate_routing_ospfv3_ipv6_feature.py +285 -0
  370. pulumi_sdwan/service_lan_vpn_interface_ethernet_feature.py +4292 -0
  371. pulumi_sdwan/service_lan_vpn_interface_ethernet_feature_associate_dhcp_server_feature.py +335 -0
  372. pulumi_sdwan/service_lan_vpn_interface_gre_feature.py +1717 -0
  373. pulumi_sdwan/service_lan_vpn_interface_ipsec_feature.py +3269 -0
  374. pulumi_sdwan/service_lan_vpn_interface_ipsec_feature_associate_dhcp_server_feature.py +335 -0
  375. pulumi_sdwan/service_lan_vpn_interface_svi_feature.py +2102 -0
  376. pulumi_sdwan/service_lan_vpn_interface_svi_feature_associate_dhcp_server_feature.py +335 -0
  377. pulumi_sdwan/service_multicast_feature.py +1468 -0
  378. pulumi_sdwan/service_object_tracker_feature.py +867 -0
  379. pulumi_sdwan/service_object_tracker_group_feature.py +528 -0
  380. pulumi_sdwan/service_route_policy_feature.py +387 -0
  381. pulumi_sdwan/service_routing_bgp_feature.py +2623 -0
  382. pulumi_sdwan/service_routing_eigrp_feature.py +1080 -0
  383. pulumi_sdwan/service_routing_ospf_feature.py +1643 -0
  384. pulumi_sdwan/service_routing_ospfv3_ipv4_feature.py +1925 -0
  385. pulumi_sdwan/service_routing_ospfv3_ipv6_feature.py +1925 -0
  386. pulumi_sdwan/service_switchport_feature.py +481 -0
  387. pulumi_sdwan/service_tracker_feature.py +1371 -0
  388. pulumi_sdwan/service_tracker_group_feature.py +434 -0
  389. pulumi_sdwan/service_wireless_lan_feature.py +1232 -0
  390. pulumi_sdwan/sig_security_feature_profile.py +234 -0
  391. pulumi_sdwan/site_list_policy_object.py +240 -0
  392. pulumi_sdwan/sla_class_policy_object.py +661 -0
  393. pulumi_sdwan/standard_community_list_policy_object.py +266 -0
  394. pulumi_sdwan/switchport_feature_template.py +661 -0
  395. pulumi_sdwan/system_aaa_feature.py +952 -0
  396. pulumi_sdwan/system_banner_feature.py +481 -0
  397. pulumi_sdwan/system_basic_feature.py +3637 -0
  398. pulumi_sdwan/system_bfd_feature.py +622 -0
  399. pulumi_sdwan/system_feature_profile.py +234 -0
  400. pulumi_sdwan/system_flexible_port_speed_feature.py +425 -0
  401. pulumi_sdwan/system_global_feature.py +2523 -0
  402. pulumi_sdwan/system_ipv4_device_access_feature.py +387 -0
  403. pulumi_sdwan/system_ipv6_device_access_feature.py +387 -0
  404. pulumi_sdwan/system_logging_feature.py +715 -0
  405. pulumi_sdwan/system_mrf_feature.py +653 -0
  406. pulumi_sdwan/system_ntp_feature.py +762 -0
  407. pulumi_sdwan/system_omp_feature.py +3099 -0
  408. pulumi_sdwan/system_performance_monitoring_feature.py +608 -0
  409. pulumi_sdwan/system_remote_access_feature.py +2230 -0
  410. pulumi_sdwan/system_security_feature.py +863 -0
  411. pulumi_sdwan/system_snmp_feature.py +809 -0
  412. pulumi_sdwan/tloc_list_policy_object.py +240 -0
  413. pulumi_sdwan/tls_ssl_decryption_policy_definition.py +1039 -0
  414. pulumi_sdwan/tls_ssl_profile_policy_definition.py +791 -0
  415. pulumi_sdwan/traffic_data_policy_definition.py +363 -0
  416. pulumi_sdwan/transport_cellular_controller_feature.py +796 -0
  417. pulumi_sdwan/transport_cellular_profile_feature.py +1036 -0
  418. pulumi_sdwan/transport_feature_profile.py +234 -0
  419. pulumi_sdwan/transport_gps_feature.py +891 -0
  420. pulumi_sdwan/transport_ipv4_acl_feature.py +386 -0
  421. pulumi_sdwan/transport_ipv6_acl_feature.py +386 -0
  422. pulumi_sdwan/transport_ipv6_tracker_feature.py +1179 -0
  423. pulumi_sdwan/transport_ipv6_tracker_group_feature.py +529 -0
  424. pulumi_sdwan/transport_management_vpn_feature.py +890 -0
  425. pulumi_sdwan/transport_management_vpn_interface_ethernet_feature.py +2665 -0
  426. pulumi_sdwan/transport_route_policy_feature.py +387 -0
  427. pulumi_sdwan/transport_routing_bgp_feature.py +2670 -0
  428. pulumi_sdwan/transport_routing_ospf_feature.py +1643 -0
  429. pulumi_sdwan/transport_routing_ospfv3_ipv4_feature.py +1925 -0
  430. pulumi_sdwan/transport_routing_ospfv3_ipv6_feature.py +1925 -0
  431. pulumi_sdwan/transport_t1_e1_controller_feature.py +483 -0
  432. pulumi_sdwan/transport_tracker_feature.py +1179 -0
  433. pulumi_sdwan/transport_tracker_group_feature.py +434 -0
  434. pulumi_sdwan/transport_wan_vpn_feature.py +1031 -0
  435. pulumi_sdwan/transport_wan_vpn_feature_associate_routing_bgp_feature.py +285 -0
  436. pulumi_sdwan/transport_wan_vpn_feature_associate_routing_ospf_feature.py +285 -0
  437. pulumi_sdwan/transport_wan_vpn_feature_associate_routing_ospfv3_ipv4_feature.py +285 -0
  438. pulumi_sdwan/transport_wan_vpn_feature_associate_routing_ospfv3_ipv6_feature.py +285 -0
  439. pulumi_sdwan/transport_wan_vpn_interface_cellular_feature.py +6313 -0
  440. pulumi_sdwan/transport_wan_vpn_interface_ethernet_feature.py +9269 -0
  441. pulumi_sdwan/transport_wan_vpn_interface_ethernet_feature_associate_ipv6_tracker_feature.py +335 -0
  442. pulumi_sdwan/transport_wan_vpn_interface_ethernet_feature_associate_ipv6_tracker_group_feature.py +335 -0
  443. pulumi_sdwan/transport_wan_vpn_interface_ethernet_feature_associate_tracker_feature.py +335 -0
  444. pulumi_sdwan/transport_wan_vpn_interface_ethernet_feature_associate_tracker_group_feature.py +335 -0
  445. pulumi_sdwan/transport_wan_vpn_interface_gre_feature.py +1717 -0
  446. pulumi_sdwan/transport_wan_vpn_interface_ipsec_feature.py +3268 -0
  447. pulumi_sdwan/transport_wan_vpn_interface_t1_e1_serial_feature.py +5364 -0
  448. pulumi_sdwan/url_filtering_policy_definition.py +847 -0
  449. pulumi_sdwan/vpn_interface_cellular_feature_template.py +7168 -0
  450. pulumi_sdwan/vpn_interface_dsl_ipoe_feature_template.py +7779 -0
  451. pulumi_sdwan/vpn_interface_dsl_pppoa_feature_template.py +7262 -0
  452. pulumi_sdwan/vpn_interface_dsl_pppoe_feature_template.py +7638 -0
  453. pulumi_sdwan/vpn_interface_ethernet_pppoe_feature_template.py +7591 -0
  454. pulumi_sdwan/vpn_interface_multilink_feature_template.py +6651 -0
  455. pulumi_sdwan/vpn_interface_svi_feature_template.py +2071 -0
  456. pulumi_sdwan/vpn_interface_t1_e1_serial_feature_template.py +5866 -0
  457. pulumi_sdwan/vpn_list_policy_object.py +240 -0
  458. pulumi_sdwan/vpn_membership_policy_definition.py +316 -0
  459. pulumi_sdwan/zone_based_firewall_policy_definition.py +406 -0
  460. pulumi_sdwan/zone_list_policy_object.py +266 -0
  461. pulumi_sdwan-0.3.0a1736835519.dist-info/METADATA +64 -0
  462. pulumi_sdwan-0.3.0a1736835519.dist-info/RECORD +464 -0
  463. pulumi_sdwan-0.3.0a1736835519.dist-info/WHEEL +5 -0
  464. pulumi_sdwan-0.3.0a1736835519.dist-info/top_level.txt +1 -0
@@ -0,0 +1,695 @@
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 sys
8
+ import pulumi
9
+ import pulumi.runtime
10
+ from typing import Any, Mapping, Optional, Sequence, Union, overload
11
+ if sys.version_info >= (3, 11):
12
+ from typing import NotRequired, TypedDict, TypeAlias
13
+ else:
14
+ from typing_extensions import NotRequired, TypedDict, TypeAlias
15
+ from . import _utilities
16
+
17
+ __all__ = [
18
+ 'GetSystemRemoteAccessFeatureResult',
19
+ 'AwaitableGetSystemRemoteAccessFeatureResult',
20
+ 'get_system_remote_access_feature',
21
+ 'get_system_remote_access_feature_output',
22
+ ]
23
+
24
+ @pulumi.output_type
25
+ class GetSystemRemoteAccessFeatureResult:
26
+ """
27
+ A collection of values returned by getSystemRemoteAccessFeature.
28
+ """
29
+ def __init__(__self__, aaa_derive_name_from_peer_domain=None, aaa_derive_name_from_peer_domain_variable=None, aaa_derive_name_from_peer_identity=None, aaa_derive_name_from_peer_identity_variable=None, aaa_enable_accounting=None, aaa_enable_accounting_variable=None, aaa_specify_name_policy_name=None, aaa_specify_name_policy_name_variable=None, aaa_specify_name_policy_password=None, aaa_specify_name_policy_password_variable=None, any_connect_eap_authentication_type=None, connection_type_ssl=None, description=None, enable_certificate_list_check=None, enable_certificate_list_check_variable=None, feature_profile_id=None, id=None, ikev2_anti_dos_threshold=None, ikev2_anti_dos_threshold_variable=None, ikev2_local_ike_identity_type=None, ikev2_local_ike_identity_type_variable=None, ikev2_local_ike_identity_value=None, ikev2_local_ike_identity_value_variable=None, ikev2_security_association_lifetime=None, ikev2_security_association_lifetime_variable=None, ipsec_anti_replay_window_size=None, ipsec_anti_replay_window_size_variable=None, ipsec_enable_anti_replay=None, ipsec_enable_anti_replay_variable=None, ipsec_enable_perfect_foward_secrecy=None, ipsec_enable_perfect_foward_secrecy_variable=None, ipsec_security_association_lifetime=None, ipsec_security_association_lifetime_variable=None, ipv4_pool_size=None, ipv4_pool_size_variable=None, ipv6_pool_size=None, ipv6_pool_size_variable=None, name=None, psk_authentication_pre_shared_key=None, psk_authentication_pre_shared_key_variable=None, psk_authentication_type=None, psk_authentication_type_variable=None, radius_group_name=None, radius_group_name_variable=None, version=None):
30
+ if aaa_derive_name_from_peer_domain and not isinstance(aaa_derive_name_from_peer_domain, str):
31
+ raise TypeError("Expected argument 'aaa_derive_name_from_peer_domain' to be a str")
32
+ pulumi.set(__self__, "aaa_derive_name_from_peer_domain", aaa_derive_name_from_peer_domain)
33
+ if aaa_derive_name_from_peer_domain_variable and not isinstance(aaa_derive_name_from_peer_domain_variable, str):
34
+ raise TypeError("Expected argument 'aaa_derive_name_from_peer_domain_variable' to be a str")
35
+ pulumi.set(__self__, "aaa_derive_name_from_peer_domain_variable", aaa_derive_name_from_peer_domain_variable)
36
+ if aaa_derive_name_from_peer_identity and not isinstance(aaa_derive_name_from_peer_identity, str):
37
+ raise TypeError("Expected argument 'aaa_derive_name_from_peer_identity' to be a str")
38
+ pulumi.set(__self__, "aaa_derive_name_from_peer_identity", aaa_derive_name_from_peer_identity)
39
+ if aaa_derive_name_from_peer_identity_variable and not isinstance(aaa_derive_name_from_peer_identity_variable, str):
40
+ raise TypeError("Expected argument 'aaa_derive_name_from_peer_identity_variable' to be a str")
41
+ pulumi.set(__self__, "aaa_derive_name_from_peer_identity_variable", aaa_derive_name_from_peer_identity_variable)
42
+ if aaa_enable_accounting and not isinstance(aaa_enable_accounting, bool):
43
+ raise TypeError("Expected argument 'aaa_enable_accounting' to be a bool")
44
+ pulumi.set(__self__, "aaa_enable_accounting", aaa_enable_accounting)
45
+ if aaa_enable_accounting_variable and not isinstance(aaa_enable_accounting_variable, str):
46
+ raise TypeError("Expected argument 'aaa_enable_accounting_variable' to be a str")
47
+ pulumi.set(__self__, "aaa_enable_accounting_variable", aaa_enable_accounting_variable)
48
+ if aaa_specify_name_policy_name and not isinstance(aaa_specify_name_policy_name, str):
49
+ raise TypeError("Expected argument 'aaa_specify_name_policy_name' to be a str")
50
+ pulumi.set(__self__, "aaa_specify_name_policy_name", aaa_specify_name_policy_name)
51
+ if aaa_specify_name_policy_name_variable and not isinstance(aaa_specify_name_policy_name_variable, str):
52
+ raise TypeError("Expected argument 'aaa_specify_name_policy_name_variable' to be a str")
53
+ pulumi.set(__self__, "aaa_specify_name_policy_name_variable", aaa_specify_name_policy_name_variable)
54
+ if aaa_specify_name_policy_password and not isinstance(aaa_specify_name_policy_password, str):
55
+ raise TypeError("Expected argument 'aaa_specify_name_policy_password' to be a str")
56
+ pulumi.set(__self__, "aaa_specify_name_policy_password", aaa_specify_name_policy_password)
57
+ if aaa_specify_name_policy_password_variable and not isinstance(aaa_specify_name_policy_password_variable, str):
58
+ raise TypeError("Expected argument 'aaa_specify_name_policy_password_variable' to be a str")
59
+ pulumi.set(__self__, "aaa_specify_name_policy_password_variable", aaa_specify_name_policy_password_variable)
60
+ if any_connect_eap_authentication_type and not isinstance(any_connect_eap_authentication_type, str):
61
+ raise TypeError("Expected argument 'any_connect_eap_authentication_type' to be a str")
62
+ pulumi.set(__self__, "any_connect_eap_authentication_type", any_connect_eap_authentication_type)
63
+ if connection_type_ssl and not isinstance(connection_type_ssl, bool):
64
+ raise TypeError("Expected argument 'connection_type_ssl' to be a bool")
65
+ pulumi.set(__self__, "connection_type_ssl", connection_type_ssl)
66
+ if description and not isinstance(description, str):
67
+ raise TypeError("Expected argument 'description' to be a str")
68
+ pulumi.set(__self__, "description", description)
69
+ if enable_certificate_list_check and not isinstance(enable_certificate_list_check, bool):
70
+ raise TypeError("Expected argument 'enable_certificate_list_check' to be a bool")
71
+ pulumi.set(__self__, "enable_certificate_list_check", enable_certificate_list_check)
72
+ if enable_certificate_list_check_variable and not isinstance(enable_certificate_list_check_variable, str):
73
+ raise TypeError("Expected argument 'enable_certificate_list_check_variable' to be a str")
74
+ pulumi.set(__self__, "enable_certificate_list_check_variable", enable_certificate_list_check_variable)
75
+ if feature_profile_id and not isinstance(feature_profile_id, str):
76
+ raise TypeError("Expected argument 'feature_profile_id' to be a str")
77
+ pulumi.set(__self__, "feature_profile_id", feature_profile_id)
78
+ if id and not isinstance(id, str):
79
+ raise TypeError("Expected argument 'id' to be a str")
80
+ pulumi.set(__self__, "id", id)
81
+ if ikev2_anti_dos_threshold and not isinstance(ikev2_anti_dos_threshold, int):
82
+ raise TypeError("Expected argument 'ikev2_anti_dos_threshold' to be a int")
83
+ pulumi.set(__self__, "ikev2_anti_dos_threshold", ikev2_anti_dos_threshold)
84
+ if ikev2_anti_dos_threshold_variable and not isinstance(ikev2_anti_dos_threshold_variable, str):
85
+ raise TypeError("Expected argument 'ikev2_anti_dos_threshold_variable' to be a str")
86
+ pulumi.set(__self__, "ikev2_anti_dos_threshold_variable", ikev2_anti_dos_threshold_variable)
87
+ if ikev2_local_ike_identity_type and not isinstance(ikev2_local_ike_identity_type, str):
88
+ raise TypeError("Expected argument 'ikev2_local_ike_identity_type' to be a str")
89
+ pulumi.set(__self__, "ikev2_local_ike_identity_type", ikev2_local_ike_identity_type)
90
+ if ikev2_local_ike_identity_type_variable and not isinstance(ikev2_local_ike_identity_type_variable, str):
91
+ raise TypeError("Expected argument 'ikev2_local_ike_identity_type_variable' to be a str")
92
+ pulumi.set(__self__, "ikev2_local_ike_identity_type_variable", ikev2_local_ike_identity_type_variable)
93
+ if ikev2_local_ike_identity_value and not isinstance(ikev2_local_ike_identity_value, str):
94
+ raise TypeError("Expected argument 'ikev2_local_ike_identity_value' to be a str")
95
+ pulumi.set(__self__, "ikev2_local_ike_identity_value", ikev2_local_ike_identity_value)
96
+ if ikev2_local_ike_identity_value_variable and not isinstance(ikev2_local_ike_identity_value_variable, str):
97
+ raise TypeError("Expected argument 'ikev2_local_ike_identity_value_variable' to be a str")
98
+ pulumi.set(__self__, "ikev2_local_ike_identity_value_variable", ikev2_local_ike_identity_value_variable)
99
+ if ikev2_security_association_lifetime and not isinstance(ikev2_security_association_lifetime, int):
100
+ raise TypeError("Expected argument 'ikev2_security_association_lifetime' to be a int")
101
+ pulumi.set(__self__, "ikev2_security_association_lifetime", ikev2_security_association_lifetime)
102
+ if ikev2_security_association_lifetime_variable and not isinstance(ikev2_security_association_lifetime_variable, str):
103
+ raise TypeError("Expected argument 'ikev2_security_association_lifetime_variable' to be a str")
104
+ pulumi.set(__self__, "ikev2_security_association_lifetime_variable", ikev2_security_association_lifetime_variable)
105
+ if ipsec_anti_replay_window_size and not isinstance(ipsec_anti_replay_window_size, int):
106
+ raise TypeError("Expected argument 'ipsec_anti_replay_window_size' to be a int")
107
+ pulumi.set(__self__, "ipsec_anti_replay_window_size", ipsec_anti_replay_window_size)
108
+ if ipsec_anti_replay_window_size_variable and not isinstance(ipsec_anti_replay_window_size_variable, str):
109
+ raise TypeError("Expected argument 'ipsec_anti_replay_window_size_variable' to be a str")
110
+ pulumi.set(__self__, "ipsec_anti_replay_window_size_variable", ipsec_anti_replay_window_size_variable)
111
+ if ipsec_enable_anti_replay and not isinstance(ipsec_enable_anti_replay, bool):
112
+ raise TypeError("Expected argument 'ipsec_enable_anti_replay' to be a bool")
113
+ pulumi.set(__self__, "ipsec_enable_anti_replay", ipsec_enable_anti_replay)
114
+ if ipsec_enable_anti_replay_variable and not isinstance(ipsec_enable_anti_replay_variable, str):
115
+ raise TypeError("Expected argument 'ipsec_enable_anti_replay_variable' to be a str")
116
+ pulumi.set(__self__, "ipsec_enable_anti_replay_variable", ipsec_enable_anti_replay_variable)
117
+ if ipsec_enable_perfect_foward_secrecy and not isinstance(ipsec_enable_perfect_foward_secrecy, bool):
118
+ raise TypeError("Expected argument 'ipsec_enable_perfect_foward_secrecy' to be a bool")
119
+ pulumi.set(__self__, "ipsec_enable_perfect_foward_secrecy", ipsec_enable_perfect_foward_secrecy)
120
+ if ipsec_enable_perfect_foward_secrecy_variable and not isinstance(ipsec_enable_perfect_foward_secrecy_variable, str):
121
+ raise TypeError("Expected argument 'ipsec_enable_perfect_foward_secrecy_variable' to be a str")
122
+ pulumi.set(__self__, "ipsec_enable_perfect_foward_secrecy_variable", ipsec_enable_perfect_foward_secrecy_variable)
123
+ if ipsec_security_association_lifetime and not isinstance(ipsec_security_association_lifetime, int):
124
+ raise TypeError("Expected argument 'ipsec_security_association_lifetime' to be a int")
125
+ pulumi.set(__self__, "ipsec_security_association_lifetime", ipsec_security_association_lifetime)
126
+ if ipsec_security_association_lifetime_variable and not isinstance(ipsec_security_association_lifetime_variable, str):
127
+ raise TypeError("Expected argument 'ipsec_security_association_lifetime_variable' to be a str")
128
+ pulumi.set(__self__, "ipsec_security_association_lifetime_variable", ipsec_security_association_lifetime_variable)
129
+ if ipv4_pool_size and not isinstance(ipv4_pool_size, int):
130
+ raise TypeError("Expected argument 'ipv4_pool_size' to be a int")
131
+ pulumi.set(__self__, "ipv4_pool_size", ipv4_pool_size)
132
+ if ipv4_pool_size_variable and not isinstance(ipv4_pool_size_variable, str):
133
+ raise TypeError("Expected argument 'ipv4_pool_size_variable' to be a str")
134
+ pulumi.set(__self__, "ipv4_pool_size_variable", ipv4_pool_size_variable)
135
+ if ipv6_pool_size and not isinstance(ipv6_pool_size, int):
136
+ raise TypeError("Expected argument 'ipv6_pool_size' to be a int")
137
+ pulumi.set(__self__, "ipv6_pool_size", ipv6_pool_size)
138
+ if ipv6_pool_size_variable and not isinstance(ipv6_pool_size_variable, str):
139
+ raise TypeError("Expected argument 'ipv6_pool_size_variable' to be a str")
140
+ pulumi.set(__self__, "ipv6_pool_size_variable", ipv6_pool_size_variable)
141
+ if name and not isinstance(name, str):
142
+ raise TypeError("Expected argument 'name' to be a str")
143
+ pulumi.set(__self__, "name", name)
144
+ if psk_authentication_pre_shared_key and not isinstance(psk_authentication_pre_shared_key, str):
145
+ raise TypeError("Expected argument 'psk_authentication_pre_shared_key' to be a str")
146
+ pulumi.set(__self__, "psk_authentication_pre_shared_key", psk_authentication_pre_shared_key)
147
+ if psk_authentication_pre_shared_key_variable and not isinstance(psk_authentication_pre_shared_key_variable, str):
148
+ raise TypeError("Expected argument 'psk_authentication_pre_shared_key_variable' to be a str")
149
+ pulumi.set(__self__, "psk_authentication_pre_shared_key_variable", psk_authentication_pre_shared_key_variable)
150
+ if psk_authentication_type and not isinstance(psk_authentication_type, str):
151
+ raise TypeError("Expected argument 'psk_authentication_type' to be a str")
152
+ pulumi.set(__self__, "psk_authentication_type", psk_authentication_type)
153
+ if psk_authentication_type_variable and not isinstance(psk_authentication_type_variable, str):
154
+ raise TypeError("Expected argument 'psk_authentication_type_variable' to be a str")
155
+ pulumi.set(__self__, "psk_authentication_type_variable", psk_authentication_type_variable)
156
+ if radius_group_name and not isinstance(radius_group_name, str):
157
+ raise TypeError("Expected argument 'radius_group_name' to be a str")
158
+ pulumi.set(__self__, "radius_group_name", radius_group_name)
159
+ if radius_group_name_variable and not isinstance(radius_group_name_variable, str):
160
+ raise TypeError("Expected argument 'radius_group_name_variable' to be a str")
161
+ pulumi.set(__self__, "radius_group_name_variable", radius_group_name_variable)
162
+ if version and not isinstance(version, int):
163
+ raise TypeError("Expected argument 'version' to be a int")
164
+ pulumi.set(__self__, "version", version)
165
+
166
+ @property
167
+ @pulumi.getter(name="aaaDeriveNameFromPeerDomain")
168
+ def aaa_derive_name_from_peer_domain(self) -> str:
169
+ return pulumi.get(self, "aaa_derive_name_from_peer_domain")
170
+
171
+ @property
172
+ @pulumi.getter(name="aaaDeriveNameFromPeerDomainVariable")
173
+ def aaa_derive_name_from_peer_domain_variable(self) -> str:
174
+ """
175
+ Variable name
176
+ """
177
+ return pulumi.get(self, "aaa_derive_name_from_peer_domain_variable")
178
+
179
+ @property
180
+ @pulumi.getter(name="aaaDeriveNameFromPeerIdentity")
181
+ def aaa_derive_name_from_peer_identity(self) -> str:
182
+ return pulumi.get(self, "aaa_derive_name_from_peer_identity")
183
+
184
+ @property
185
+ @pulumi.getter(name="aaaDeriveNameFromPeerIdentityVariable")
186
+ def aaa_derive_name_from_peer_identity_variable(self) -> str:
187
+ """
188
+ Variable name
189
+ """
190
+ return pulumi.get(self, "aaa_derive_name_from_peer_identity_variable")
191
+
192
+ @property
193
+ @pulumi.getter(name="aaaEnableAccounting")
194
+ def aaa_enable_accounting(self) -> bool:
195
+ """
196
+ Enable Accounting
197
+ """
198
+ return pulumi.get(self, "aaa_enable_accounting")
199
+
200
+ @property
201
+ @pulumi.getter(name="aaaEnableAccountingVariable")
202
+ def aaa_enable_accounting_variable(self) -> str:
203
+ """
204
+ Variable name
205
+ """
206
+ return pulumi.get(self, "aaa_enable_accounting_variable")
207
+
208
+ @property
209
+ @pulumi.getter(name="aaaSpecifyNamePolicyName")
210
+ def aaa_specify_name_policy_name(self) -> str:
211
+ return pulumi.get(self, "aaa_specify_name_policy_name")
212
+
213
+ @property
214
+ @pulumi.getter(name="aaaSpecifyNamePolicyNameVariable")
215
+ def aaa_specify_name_policy_name_variable(self) -> str:
216
+ """
217
+ Variable name
218
+ """
219
+ return pulumi.get(self, "aaa_specify_name_policy_name_variable")
220
+
221
+ @property
222
+ @pulumi.getter(name="aaaSpecifyNamePolicyPassword")
223
+ def aaa_specify_name_policy_password(self) -> str:
224
+ return pulumi.get(self, "aaa_specify_name_policy_password")
225
+
226
+ @property
227
+ @pulumi.getter(name="aaaSpecifyNamePolicyPasswordVariable")
228
+ def aaa_specify_name_policy_password_variable(self) -> str:
229
+ """
230
+ Variable name
231
+ """
232
+ return pulumi.get(self, "aaa_specify_name_policy_password_variable")
233
+
234
+ @property
235
+ @pulumi.getter(name="anyConnectEapAuthenticationType")
236
+ def any_connect_eap_authentication_type(self) -> str:
237
+ return pulumi.get(self, "any_connect_eap_authentication_type")
238
+
239
+ @property
240
+ @pulumi.getter(name="connectionTypeSsl")
241
+ def connection_type_ssl(self) -> bool:
242
+ """
243
+ Enabled SSL VPN
244
+ """
245
+ return pulumi.get(self, "connection_type_ssl")
246
+
247
+ @property
248
+ @pulumi.getter
249
+ def description(self) -> str:
250
+ """
251
+ The description of the Feature
252
+ """
253
+ return pulumi.get(self, "description")
254
+
255
+ @property
256
+ @pulumi.getter(name="enableCertificateListCheck")
257
+ def enable_certificate_list_check(self) -> bool:
258
+ return pulumi.get(self, "enable_certificate_list_check")
259
+
260
+ @property
261
+ @pulumi.getter(name="enableCertificateListCheckVariable")
262
+ def enable_certificate_list_check_variable(self) -> str:
263
+ """
264
+ Variable name
265
+ """
266
+ return pulumi.get(self, "enable_certificate_list_check_variable")
267
+
268
+ @property
269
+ @pulumi.getter(name="featureProfileId")
270
+ def feature_profile_id(self) -> str:
271
+ """
272
+ Feature Profile ID
273
+ """
274
+ return pulumi.get(self, "feature_profile_id")
275
+
276
+ @property
277
+ @pulumi.getter
278
+ def id(self) -> str:
279
+ """
280
+ The id of the Feature
281
+ """
282
+ return pulumi.get(self, "id")
283
+
284
+ @property
285
+ @pulumi.getter(name="ikev2AntiDosThreshold")
286
+ def ikev2_anti_dos_threshold(self) -> int:
287
+ """
288
+ Anti-DOS Threshold
289
+ """
290
+ return pulumi.get(self, "ikev2_anti_dos_threshold")
291
+
292
+ @property
293
+ @pulumi.getter(name="ikev2AntiDosThresholdVariable")
294
+ def ikev2_anti_dos_threshold_variable(self) -> str:
295
+ """
296
+ Variable name
297
+ """
298
+ return pulumi.get(self, "ikev2_anti_dos_threshold_variable")
299
+
300
+ @property
301
+ @pulumi.getter(name="ikev2LocalIkeIdentityType")
302
+ def ikev2_local_ike_identity_type(self) -> str:
303
+ return pulumi.get(self, "ikev2_local_ike_identity_type")
304
+
305
+ @property
306
+ @pulumi.getter(name="ikev2LocalIkeIdentityTypeVariable")
307
+ def ikev2_local_ike_identity_type_variable(self) -> str:
308
+ """
309
+ Variable name
310
+ """
311
+ return pulumi.get(self, "ikev2_local_ike_identity_type_variable")
312
+
313
+ @property
314
+ @pulumi.getter(name="ikev2LocalIkeIdentityValue")
315
+ def ikev2_local_ike_identity_value(self) -> str:
316
+ return pulumi.get(self, "ikev2_local_ike_identity_value")
317
+
318
+ @property
319
+ @pulumi.getter(name="ikev2LocalIkeIdentityValueVariable")
320
+ def ikev2_local_ike_identity_value_variable(self) -> str:
321
+ """
322
+ Variable name
323
+ """
324
+ return pulumi.get(self, "ikev2_local_ike_identity_value_variable")
325
+
326
+ @property
327
+ @pulumi.getter(name="ikev2SecurityAssociationLifetime")
328
+ def ikev2_security_association_lifetime(self) -> int:
329
+ """
330
+ Security Association Lifetime in Seconds
331
+ """
332
+ return pulumi.get(self, "ikev2_security_association_lifetime")
333
+
334
+ @property
335
+ @pulumi.getter(name="ikev2SecurityAssociationLifetimeVariable")
336
+ def ikev2_security_association_lifetime_variable(self) -> str:
337
+ """
338
+ Variable name
339
+ """
340
+ return pulumi.get(self, "ikev2_security_association_lifetime_variable")
341
+
342
+ @property
343
+ @pulumi.getter(name="ipsecAntiReplayWindowSize")
344
+ def ipsec_anti_replay_window_size(self) -> int:
345
+ """
346
+ security Association Lifetime
347
+ """
348
+ return pulumi.get(self, "ipsec_anti_replay_window_size")
349
+
350
+ @property
351
+ @pulumi.getter(name="ipsecAntiReplayWindowSizeVariable")
352
+ def ipsec_anti_replay_window_size_variable(self) -> str:
353
+ """
354
+ Variable name
355
+ """
356
+ return pulumi.get(self, "ipsec_anti_replay_window_size_variable")
357
+
358
+ @property
359
+ @pulumi.getter(name="ipsecEnableAntiReplay")
360
+ def ipsec_enable_anti_replay(self) -> bool:
361
+ """
362
+ Enable Anti-Replay
363
+ """
364
+ return pulumi.get(self, "ipsec_enable_anti_replay")
365
+
366
+ @property
367
+ @pulumi.getter(name="ipsecEnableAntiReplayVariable")
368
+ def ipsec_enable_anti_replay_variable(self) -> str:
369
+ """
370
+ Variable name
371
+ """
372
+ return pulumi.get(self, "ipsec_enable_anti_replay_variable")
373
+
374
+ @property
375
+ @pulumi.getter(name="ipsecEnablePerfectFowardSecrecy")
376
+ def ipsec_enable_perfect_foward_secrecy(self) -> bool:
377
+ """
378
+ security Association Lifetime
379
+ """
380
+ return pulumi.get(self, "ipsec_enable_perfect_foward_secrecy")
381
+
382
+ @property
383
+ @pulumi.getter(name="ipsecEnablePerfectFowardSecrecyVariable")
384
+ def ipsec_enable_perfect_foward_secrecy_variable(self) -> str:
385
+ """
386
+ Variable name
387
+ """
388
+ return pulumi.get(self, "ipsec_enable_perfect_foward_secrecy_variable")
389
+
390
+ @property
391
+ @pulumi.getter(name="ipsecSecurityAssociationLifetime")
392
+ def ipsec_security_association_lifetime(self) -> int:
393
+ """
394
+ Security Association Lifetime in Seconds
395
+ """
396
+ return pulumi.get(self, "ipsec_security_association_lifetime")
397
+
398
+ @property
399
+ @pulumi.getter(name="ipsecSecurityAssociationLifetimeVariable")
400
+ def ipsec_security_association_lifetime_variable(self) -> str:
401
+ """
402
+ Variable name
403
+ """
404
+ return pulumi.get(self, "ipsec_security_association_lifetime_variable")
405
+
406
+ @property
407
+ @pulumi.getter(name="ipv4PoolSize")
408
+ def ipv4_pool_size(self) -> int:
409
+ """
410
+ IPv4 Pool Size
411
+ """
412
+ return pulumi.get(self, "ipv4_pool_size")
413
+
414
+ @property
415
+ @pulumi.getter(name="ipv4PoolSizeVariable")
416
+ def ipv4_pool_size_variable(self) -> str:
417
+ """
418
+ Variable name
419
+ """
420
+ return pulumi.get(self, "ipv4_pool_size_variable")
421
+
422
+ @property
423
+ @pulumi.getter(name="ipv6PoolSize")
424
+ def ipv6_pool_size(self) -> int:
425
+ """
426
+ IPv6 Pool Size
427
+ """
428
+ return pulumi.get(self, "ipv6_pool_size")
429
+
430
+ @property
431
+ @pulumi.getter(name="ipv6PoolSizeVariable")
432
+ def ipv6_pool_size_variable(self) -> str:
433
+ """
434
+ Variable name
435
+ """
436
+ return pulumi.get(self, "ipv6_pool_size_variable")
437
+
438
+ @property
439
+ @pulumi.getter
440
+ def name(self) -> str:
441
+ """
442
+ The name of the Feature
443
+ """
444
+ return pulumi.get(self, "name")
445
+
446
+ @property
447
+ @pulumi.getter(name="pskAuthenticationPreSharedKey")
448
+ def psk_authentication_pre_shared_key(self) -> str:
449
+ """
450
+ PSK Pre Shared Key
451
+ """
452
+ return pulumi.get(self, "psk_authentication_pre_shared_key")
453
+
454
+ @property
455
+ @pulumi.getter(name="pskAuthenticationPreSharedKeyVariable")
456
+ def psk_authentication_pre_shared_key_variable(self) -> str:
457
+ """
458
+ Variable name
459
+ """
460
+ return pulumi.get(self, "psk_authentication_pre_shared_key_variable")
461
+
462
+ @property
463
+ @pulumi.getter(name="pskAuthenticationType")
464
+ def psk_authentication_type(self) -> str:
465
+ """
466
+ PSK Selection
467
+ """
468
+ return pulumi.get(self, "psk_authentication_type")
469
+
470
+ @property
471
+ @pulumi.getter(name="pskAuthenticationTypeVariable")
472
+ def psk_authentication_type_variable(self) -> str:
473
+ """
474
+ Variable name
475
+ """
476
+ return pulumi.get(self, "psk_authentication_type_variable")
477
+
478
+ @property
479
+ @pulumi.getter(name="radiusGroupName")
480
+ def radius_group_name(self) -> str:
481
+ return pulumi.get(self, "radius_group_name")
482
+
483
+ @property
484
+ @pulumi.getter(name="radiusGroupNameVariable")
485
+ def radius_group_name_variable(self) -> str:
486
+ """
487
+ Variable name
488
+ """
489
+ return pulumi.get(self, "radius_group_name_variable")
490
+
491
+ @property
492
+ @pulumi.getter
493
+ def version(self) -> int:
494
+ """
495
+ The version of the Feature
496
+ """
497
+ return pulumi.get(self, "version")
498
+
499
+
500
+ class AwaitableGetSystemRemoteAccessFeatureResult(GetSystemRemoteAccessFeatureResult):
501
+ # pylint: disable=using-constant-test
502
+ def __await__(self):
503
+ if False:
504
+ yield self
505
+ return GetSystemRemoteAccessFeatureResult(
506
+ aaa_derive_name_from_peer_domain=self.aaa_derive_name_from_peer_domain,
507
+ aaa_derive_name_from_peer_domain_variable=self.aaa_derive_name_from_peer_domain_variable,
508
+ aaa_derive_name_from_peer_identity=self.aaa_derive_name_from_peer_identity,
509
+ aaa_derive_name_from_peer_identity_variable=self.aaa_derive_name_from_peer_identity_variable,
510
+ aaa_enable_accounting=self.aaa_enable_accounting,
511
+ aaa_enable_accounting_variable=self.aaa_enable_accounting_variable,
512
+ aaa_specify_name_policy_name=self.aaa_specify_name_policy_name,
513
+ aaa_specify_name_policy_name_variable=self.aaa_specify_name_policy_name_variable,
514
+ aaa_specify_name_policy_password=self.aaa_specify_name_policy_password,
515
+ aaa_specify_name_policy_password_variable=self.aaa_specify_name_policy_password_variable,
516
+ any_connect_eap_authentication_type=self.any_connect_eap_authentication_type,
517
+ connection_type_ssl=self.connection_type_ssl,
518
+ description=self.description,
519
+ enable_certificate_list_check=self.enable_certificate_list_check,
520
+ enable_certificate_list_check_variable=self.enable_certificate_list_check_variable,
521
+ feature_profile_id=self.feature_profile_id,
522
+ id=self.id,
523
+ ikev2_anti_dos_threshold=self.ikev2_anti_dos_threshold,
524
+ ikev2_anti_dos_threshold_variable=self.ikev2_anti_dos_threshold_variable,
525
+ ikev2_local_ike_identity_type=self.ikev2_local_ike_identity_type,
526
+ ikev2_local_ike_identity_type_variable=self.ikev2_local_ike_identity_type_variable,
527
+ ikev2_local_ike_identity_value=self.ikev2_local_ike_identity_value,
528
+ ikev2_local_ike_identity_value_variable=self.ikev2_local_ike_identity_value_variable,
529
+ ikev2_security_association_lifetime=self.ikev2_security_association_lifetime,
530
+ ikev2_security_association_lifetime_variable=self.ikev2_security_association_lifetime_variable,
531
+ ipsec_anti_replay_window_size=self.ipsec_anti_replay_window_size,
532
+ ipsec_anti_replay_window_size_variable=self.ipsec_anti_replay_window_size_variable,
533
+ ipsec_enable_anti_replay=self.ipsec_enable_anti_replay,
534
+ ipsec_enable_anti_replay_variable=self.ipsec_enable_anti_replay_variable,
535
+ ipsec_enable_perfect_foward_secrecy=self.ipsec_enable_perfect_foward_secrecy,
536
+ ipsec_enable_perfect_foward_secrecy_variable=self.ipsec_enable_perfect_foward_secrecy_variable,
537
+ ipsec_security_association_lifetime=self.ipsec_security_association_lifetime,
538
+ ipsec_security_association_lifetime_variable=self.ipsec_security_association_lifetime_variable,
539
+ ipv4_pool_size=self.ipv4_pool_size,
540
+ ipv4_pool_size_variable=self.ipv4_pool_size_variable,
541
+ ipv6_pool_size=self.ipv6_pool_size,
542
+ ipv6_pool_size_variable=self.ipv6_pool_size_variable,
543
+ name=self.name,
544
+ psk_authentication_pre_shared_key=self.psk_authentication_pre_shared_key,
545
+ psk_authentication_pre_shared_key_variable=self.psk_authentication_pre_shared_key_variable,
546
+ psk_authentication_type=self.psk_authentication_type,
547
+ psk_authentication_type_variable=self.psk_authentication_type_variable,
548
+ radius_group_name=self.radius_group_name,
549
+ radius_group_name_variable=self.radius_group_name_variable,
550
+ version=self.version)
551
+
552
+
553
+ def get_system_remote_access_feature(feature_profile_id: Optional[str] = None,
554
+ id: Optional[str] = None,
555
+ opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetSystemRemoteAccessFeatureResult:
556
+ """
557
+ This data source can read the System Remote Access Feature.
558
+
559
+ ## Example Usage
560
+
561
+ ```python
562
+ import pulumi
563
+ import pulumi_sdwan as sdwan
564
+
565
+ example = sdwan.get_system_remote_access_feature(id="f6b2c44c-693c-4763-b010-895aa3d236bd",
566
+ feature_profile_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac")
567
+ ```
568
+
569
+
570
+ :param str feature_profile_id: Feature Profile ID
571
+ :param str id: The id of the Feature
572
+ """
573
+ __args__ = dict()
574
+ __args__['featureProfileId'] = feature_profile_id
575
+ __args__['id'] = id
576
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
577
+ __ret__ = pulumi.runtime.invoke('sdwan:index/getSystemRemoteAccessFeature:getSystemRemoteAccessFeature', __args__, opts=opts, typ=GetSystemRemoteAccessFeatureResult).value
578
+
579
+ return AwaitableGetSystemRemoteAccessFeatureResult(
580
+ aaa_derive_name_from_peer_domain=pulumi.get(__ret__, 'aaa_derive_name_from_peer_domain'),
581
+ aaa_derive_name_from_peer_domain_variable=pulumi.get(__ret__, 'aaa_derive_name_from_peer_domain_variable'),
582
+ aaa_derive_name_from_peer_identity=pulumi.get(__ret__, 'aaa_derive_name_from_peer_identity'),
583
+ aaa_derive_name_from_peer_identity_variable=pulumi.get(__ret__, 'aaa_derive_name_from_peer_identity_variable'),
584
+ aaa_enable_accounting=pulumi.get(__ret__, 'aaa_enable_accounting'),
585
+ aaa_enable_accounting_variable=pulumi.get(__ret__, 'aaa_enable_accounting_variable'),
586
+ aaa_specify_name_policy_name=pulumi.get(__ret__, 'aaa_specify_name_policy_name'),
587
+ aaa_specify_name_policy_name_variable=pulumi.get(__ret__, 'aaa_specify_name_policy_name_variable'),
588
+ aaa_specify_name_policy_password=pulumi.get(__ret__, 'aaa_specify_name_policy_password'),
589
+ aaa_specify_name_policy_password_variable=pulumi.get(__ret__, 'aaa_specify_name_policy_password_variable'),
590
+ any_connect_eap_authentication_type=pulumi.get(__ret__, 'any_connect_eap_authentication_type'),
591
+ connection_type_ssl=pulumi.get(__ret__, 'connection_type_ssl'),
592
+ description=pulumi.get(__ret__, 'description'),
593
+ enable_certificate_list_check=pulumi.get(__ret__, 'enable_certificate_list_check'),
594
+ enable_certificate_list_check_variable=pulumi.get(__ret__, 'enable_certificate_list_check_variable'),
595
+ feature_profile_id=pulumi.get(__ret__, 'feature_profile_id'),
596
+ id=pulumi.get(__ret__, 'id'),
597
+ ikev2_anti_dos_threshold=pulumi.get(__ret__, 'ikev2_anti_dos_threshold'),
598
+ ikev2_anti_dos_threshold_variable=pulumi.get(__ret__, 'ikev2_anti_dos_threshold_variable'),
599
+ ikev2_local_ike_identity_type=pulumi.get(__ret__, 'ikev2_local_ike_identity_type'),
600
+ ikev2_local_ike_identity_type_variable=pulumi.get(__ret__, 'ikev2_local_ike_identity_type_variable'),
601
+ ikev2_local_ike_identity_value=pulumi.get(__ret__, 'ikev2_local_ike_identity_value'),
602
+ ikev2_local_ike_identity_value_variable=pulumi.get(__ret__, 'ikev2_local_ike_identity_value_variable'),
603
+ ikev2_security_association_lifetime=pulumi.get(__ret__, 'ikev2_security_association_lifetime'),
604
+ ikev2_security_association_lifetime_variable=pulumi.get(__ret__, 'ikev2_security_association_lifetime_variable'),
605
+ ipsec_anti_replay_window_size=pulumi.get(__ret__, 'ipsec_anti_replay_window_size'),
606
+ ipsec_anti_replay_window_size_variable=pulumi.get(__ret__, 'ipsec_anti_replay_window_size_variable'),
607
+ ipsec_enable_anti_replay=pulumi.get(__ret__, 'ipsec_enable_anti_replay'),
608
+ ipsec_enable_anti_replay_variable=pulumi.get(__ret__, 'ipsec_enable_anti_replay_variable'),
609
+ ipsec_enable_perfect_foward_secrecy=pulumi.get(__ret__, 'ipsec_enable_perfect_foward_secrecy'),
610
+ ipsec_enable_perfect_foward_secrecy_variable=pulumi.get(__ret__, 'ipsec_enable_perfect_foward_secrecy_variable'),
611
+ ipsec_security_association_lifetime=pulumi.get(__ret__, 'ipsec_security_association_lifetime'),
612
+ ipsec_security_association_lifetime_variable=pulumi.get(__ret__, 'ipsec_security_association_lifetime_variable'),
613
+ ipv4_pool_size=pulumi.get(__ret__, 'ipv4_pool_size'),
614
+ ipv4_pool_size_variable=pulumi.get(__ret__, 'ipv4_pool_size_variable'),
615
+ ipv6_pool_size=pulumi.get(__ret__, 'ipv6_pool_size'),
616
+ ipv6_pool_size_variable=pulumi.get(__ret__, 'ipv6_pool_size_variable'),
617
+ name=pulumi.get(__ret__, 'name'),
618
+ psk_authentication_pre_shared_key=pulumi.get(__ret__, 'psk_authentication_pre_shared_key'),
619
+ psk_authentication_pre_shared_key_variable=pulumi.get(__ret__, 'psk_authentication_pre_shared_key_variable'),
620
+ psk_authentication_type=pulumi.get(__ret__, 'psk_authentication_type'),
621
+ psk_authentication_type_variable=pulumi.get(__ret__, 'psk_authentication_type_variable'),
622
+ radius_group_name=pulumi.get(__ret__, 'radius_group_name'),
623
+ radius_group_name_variable=pulumi.get(__ret__, 'radius_group_name_variable'),
624
+ version=pulumi.get(__ret__, 'version'))
625
+ def get_system_remote_access_feature_output(feature_profile_id: Optional[pulumi.Input[str]] = None,
626
+ id: Optional[pulumi.Input[str]] = None,
627
+ opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetSystemRemoteAccessFeatureResult]:
628
+ """
629
+ This data source can read the System Remote Access Feature.
630
+
631
+ ## Example Usage
632
+
633
+ ```python
634
+ import pulumi
635
+ import pulumi_sdwan as sdwan
636
+
637
+ example = sdwan.get_system_remote_access_feature(id="f6b2c44c-693c-4763-b010-895aa3d236bd",
638
+ feature_profile_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac")
639
+ ```
640
+
641
+
642
+ :param str feature_profile_id: Feature Profile ID
643
+ :param str id: The id of the Feature
644
+ """
645
+ __args__ = dict()
646
+ __args__['featureProfileId'] = feature_profile_id
647
+ __args__['id'] = id
648
+ opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
649
+ __ret__ = pulumi.runtime.invoke_output('sdwan:index/getSystemRemoteAccessFeature:getSystemRemoteAccessFeature', __args__, opts=opts, typ=GetSystemRemoteAccessFeatureResult)
650
+ return __ret__.apply(lambda __response__: GetSystemRemoteAccessFeatureResult(
651
+ aaa_derive_name_from_peer_domain=pulumi.get(__response__, 'aaa_derive_name_from_peer_domain'),
652
+ aaa_derive_name_from_peer_domain_variable=pulumi.get(__response__, 'aaa_derive_name_from_peer_domain_variable'),
653
+ aaa_derive_name_from_peer_identity=pulumi.get(__response__, 'aaa_derive_name_from_peer_identity'),
654
+ aaa_derive_name_from_peer_identity_variable=pulumi.get(__response__, 'aaa_derive_name_from_peer_identity_variable'),
655
+ aaa_enable_accounting=pulumi.get(__response__, 'aaa_enable_accounting'),
656
+ aaa_enable_accounting_variable=pulumi.get(__response__, 'aaa_enable_accounting_variable'),
657
+ aaa_specify_name_policy_name=pulumi.get(__response__, 'aaa_specify_name_policy_name'),
658
+ aaa_specify_name_policy_name_variable=pulumi.get(__response__, 'aaa_specify_name_policy_name_variable'),
659
+ aaa_specify_name_policy_password=pulumi.get(__response__, 'aaa_specify_name_policy_password'),
660
+ aaa_specify_name_policy_password_variable=pulumi.get(__response__, 'aaa_specify_name_policy_password_variable'),
661
+ any_connect_eap_authentication_type=pulumi.get(__response__, 'any_connect_eap_authentication_type'),
662
+ connection_type_ssl=pulumi.get(__response__, 'connection_type_ssl'),
663
+ description=pulumi.get(__response__, 'description'),
664
+ enable_certificate_list_check=pulumi.get(__response__, 'enable_certificate_list_check'),
665
+ enable_certificate_list_check_variable=pulumi.get(__response__, 'enable_certificate_list_check_variable'),
666
+ feature_profile_id=pulumi.get(__response__, 'feature_profile_id'),
667
+ id=pulumi.get(__response__, 'id'),
668
+ ikev2_anti_dos_threshold=pulumi.get(__response__, 'ikev2_anti_dos_threshold'),
669
+ ikev2_anti_dos_threshold_variable=pulumi.get(__response__, 'ikev2_anti_dos_threshold_variable'),
670
+ ikev2_local_ike_identity_type=pulumi.get(__response__, 'ikev2_local_ike_identity_type'),
671
+ ikev2_local_ike_identity_type_variable=pulumi.get(__response__, 'ikev2_local_ike_identity_type_variable'),
672
+ ikev2_local_ike_identity_value=pulumi.get(__response__, 'ikev2_local_ike_identity_value'),
673
+ ikev2_local_ike_identity_value_variable=pulumi.get(__response__, 'ikev2_local_ike_identity_value_variable'),
674
+ ikev2_security_association_lifetime=pulumi.get(__response__, 'ikev2_security_association_lifetime'),
675
+ ikev2_security_association_lifetime_variable=pulumi.get(__response__, 'ikev2_security_association_lifetime_variable'),
676
+ ipsec_anti_replay_window_size=pulumi.get(__response__, 'ipsec_anti_replay_window_size'),
677
+ ipsec_anti_replay_window_size_variable=pulumi.get(__response__, 'ipsec_anti_replay_window_size_variable'),
678
+ ipsec_enable_anti_replay=pulumi.get(__response__, 'ipsec_enable_anti_replay'),
679
+ ipsec_enable_anti_replay_variable=pulumi.get(__response__, 'ipsec_enable_anti_replay_variable'),
680
+ ipsec_enable_perfect_foward_secrecy=pulumi.get(__response__, 'ipsec_enable_perfect_foward_secrecy'),
681
+ ipsec_enable_perfect_foward_secrecy_variable=pulumi.get(__response__, 'ipsec_enable_perfect_foward_secrecy_variable'),
682
+ ipsec_security_association_lifetime=pulumi.get(__response__, 'ipsec_security_association_lifetime'),
683
+ ipsec_security_association_lifetime_variable=pulumi.get(__response__, 'ipsec_security_association_lifetime_variable'),
684
+ ipv4_pool_size=pulumi.get(__response__, 'ipv4_pool_size'),
685
+ ipv4_pool_size_variable=pulumi.get(__response__, 'ipv4_pool_size_variable'),
686
+ ipv6_pool_size=pulumi.get(__response__, 'ipv6_pool_size'),
687
+ ipv6_pool_size_variable=pulumi.get(__response__, 'ipv6_pool_size_variable'),
688
+ name=pulumi.get(__response__, 'name'),
689
+ psk_authentication_pre_shared_key=pulumi.get(__response__, 'psk_authentication_pre_shared_key'),
690
+ psk_authentication_pre_shared_key_variable=pulumi.get(__response__, 'psk_authentication_pre_shared_key_variable'),
691
+ psk_authentication_type=pulumi.get(__response__, 'psk_authentication_type'),
692
+ psk_authentication_type_variable=pulumi.get(__response__, 'psk_authentication_type_variable'),
693
+ radius_group_name=pulumi.get(__response__, 'radius_group_name'),
694
+ radius_group_name_variable=pulumi.get(__response__, 'radius_group_name_variable'),
695
+ version=pulumi.get(__response__, 'version')))