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,447 @@
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
+
12
+ __all__ = [
13
+ 'GetCellularProfileFeatureTemplateResult',
14
+ 'AwaitableGetCellularProfileFeatureTemplateResult',
15
+ 'get_cellular_profile_feature_template',
16
+ 'get_cellular_profile_feature_template_output',
17
+ ]
18
+
19
+ @pulumi.output_type
20
+ class GetCellularProfileFeatureTemplateResult:
21
+ """
22
+ A collection of values returned by getCellularProfileFeatureTemplate.
23
+ """
24
+ def __init__(__self__, access_point_name=None, access_point_name_variable=None, authentication_type=None, authentication_type_variable=None, description=None, device_types=None, id=None, if_name=None, if_name_variable=None, ip_address=None, ip_address_variable=None, name=None, packet_data_network_type=None, packet_data_network_type_variable=None, primary_dns_address=None, primary_dns_address_variable=None, profile_id=None, profile_id_variable=None, profile_name=None, profile_name_variable=None, profile_password=None, profile_password_variable=None, profile_username=None, profile_username_variable=None, secondary_dns_address=None, secondary_dns_address_variable=None, template_type=None, version=None):
25
+ if access_point_name and not isinstance(access_point_name, str):
26
+ raise TypeError("Expected argument 'access_point_name' to be a str")
27
+ pulumi.set(__self__, "access_point_name", access_point_name)
28
+ if access_point_name_variable and not isinstance(access_point_name_variable, str):
29
+ raise TypeError("Expected argument 'access_point_name_variable' to be a str")
30
+ pulumi.set(__self__, "access_point_name_variable", access_point_name_variable)
31
+ if authentication_type and not isinstance(authentication_type, str):
32
+ raise TypeError("Expected argument 'authentication_type' to be a str")
33
+ pulumi.set(__self__, "authentication_type", authentication_type)
34
+ if authentication_type_variable and not isinstance(authentication_type_variable, str):
35
+ raise TypeError("Expected argument 'authentication_type_variable' to be a str")
36
+ pulumi.set(__self__, "authentication_type_variable", authentication_type_variable)
37
+ if description and not isinstance(description, str):
38
+ raise TypeError("Expected argument 'description' to be a str")
39
+ pulumi.set(__self__, "description", description)
40
+ if device_types and not isinstance(device_types, list):
41
+ raise TypeError("Expected argument 'device_types' to be a list")
42
+ pulumi.set(__self__, "device_types", device_types)
43
+ if id and not isinstance(id, str):
44
+ raise TypeError("Expected argument 'id' to be a str")
45
+ pulumi.set(__self__, "id", id)
46
+ if if_name and not isinstance(if_name, str):
47
+ raise TypeError("Expected argument 'if_name' to be a str")
48
+ pulumi.set(__self__, "if_name", if_name)
49
+ if if_name_variable and not isinstance(if_name_variable, str):
50
+ raise TypeError("Expected argument 'if_name_variable' to be a str")
51
+ pulumi.set(__self__, "if_name_variable", if_name_variable)
52
+ if ip_address and not isinstance(ip_address, str):
53
+ raise TypeError("Expected argument 'ip_address' to be a str")
54
+ pulumi.set(__self__, "ip_address", ip_address)
55
+ if ip_address_variable and not isinstance(ip_address_variable, str):
56
+ raise TypeError("Expected argument 'ip_address_variable' to be a str")
57
+ pulumi.set(__self__, "ip_address_variable", ip_address_variable)
58
+ if name and not isinstance(name, str):
59
+ raise TypeError("Expected argument 'name' to be a str")
60
+ pulumi.set(__self__, "name", name)
61
+ if packet_data_network_type and not isinstance(packet_data_network_type, str):
62
+ raise TypeError("Expected argument 'packet_data_network_type' to be a str")
63
+ pulumi.set(__self__, "packet_data_network_type", packet_data_network_type)
64
+ if packet_data_network_type_variable and not isinstance(packet_data_network_type_variable, str):
65
+ raise TypeError("Expected argument 'packet_data_network_type_variable' to be a str")
66
+ pulumi.set(__self__, "packet_data_network_type_variable", packet_data_network_type_variable)
67
+ if primary_dns_address and not isinstance(primary_dns_address, str):
68
+ raise TypeError("Expected argument 'primary_dns_address' to be a str")
69
+ pulumi.set(__self__, "primary_dns_address", primary_dns_address)
70
+ if primary_dns_address_variable and not isinstance(primary_dns_address_variable, str):
71
+ raise TypeError("Expected argument 'primary_dns_address_variable' to be a str")
72
+ pulumi.set(__self__, "primary_dns_address_variable", primary_dns_address_variable)
73
+ if profile_id and not isinstance(profile_id, int):
74
+ raise TypeError("Expected argument 'profile_id' to be a int")
75
+ pulumi.set(__self__, "profile_id", profile_id)
76
+ if profile_id_variable and not isinstance(profile_id_variable, str):
77
+ raise TypeError("Expected argument 'profile_id_variable' to be a str")
78
+ pulumi.set(__self__, "profile_id_variable", profile_id_variable)
79
+ if profile_name and not isinstance(profile_name, str):
80
+ raise TypeError("Expected argument 'profile_name' to be a str")
81
+ pulumi.set(__self__, "profile_name", profile_name)
82
+ if profile_name_variable and not isinstance(profile_name_variable, str):
83
+ raise TypeError("Expected argument 'profile_name_variable' to be a str")
84
+ pulumi.set(__self__, "profile_name_variable", profile_name_variable)
85
+ if profile_password and not isinstance(profile_password, str):
86
+ raise TypeError("Expected argument 'profile_password' to be a str")
87
+ pulumi.set(__self__, "profile_password", profile_password)
88
+ if profile_password_variable and not isinstance(profile_password_variable, str):
89
+ raise TypeError("Expected argument 'profile_password_variable' to be a str")
90
+ pulumi.set(__self__, "profile_password_variable", profile_password_variable)
91
+ if profile_username and not isinstance(profile_username, str):
92
+ raise TypeError("Expected argument 'profile_username' to be a str")
93
+ pulumi.set(__self__, "profile_username", profile_username)
94
+ if profile_username_variable and not isinstance(profile_username_variable, str):
95
+ raise TypeError("Expected argument 'profile_username_variable' to be a str")
96
+ pulumi.set(__self__, "profile_username_variable", profile_username_variable)
97
+ if secondary_dns_address and not isinstance(secondary_dns_address, str):
98
+ raise TypeError("Expected argument 'secondary_dns_address' to be a str")
99
+ pulumi.set(__self__, "secondary_dns_address", secondary_dns_address)
100
+ if secondary_dns_address_variable and not isinstance(secondary_dns_address_variable, str):
101
+ raise TypeError("Expected argument 'secondary_dns_address_variable' to be a str")
102
+ pulumi.set(__self__, "secondary_dns_address_variable", secondary_dns_address_variable)
103
+ if template_type and not isinstance(template_type, str):
104
+ raise TypeError("Expected argument 'template_type' to be a str")
105
+ pulumi.set(__self__, "template_type", template_type)
106
+ if version and not isinstance(version, int):
107
+ raise TypeError("Expected argument 'version' to be a int")
108
+ pulumi.set(__self__, "version", version)
109
+
110
+ @property
111
+ @pulumi.getter(name="accessPointName")
112
+ def access_point_name(self) -> str:
113
+ """
114
+ Set access point name
115
+ """
116
+ return pulumi.get(self, "access_point_name")
117
+
118
+ @property
119
+ @pulumi.getter(name="accessPointNameVariable")
120
+ def access_point_name_variable(self) -> str:
121
+ """
122
+ Variable name
123
+ """
124
+ return pulumi.get(self, "access_point_name_variable")
125
+
126
+ @property
127
+ @pulumi.getter(name="authenticationType")
128
+ def authentication_type(self) -> str:
129
+ """
130
+ Set authentication type
131
+ """
132
+ return pulumi.get(self, "authentication_type")
133
+
134
+ @property
135
+ @pulumi.getter(name="authenticationTypeVariable")
136
+ def authentication_type_variable(self) -> str:
137
+ """
138
+ Variable name
139
+ """
140
+ return pulumi.get(self, "authentication_type_variable")
141
+
142
+ @property
143
+ @pulumi.getter
144
+ def description(self) -> str:
145
+ """
146
+ The description of the feature template
147
+ """
148
+ return pulumi.get(self, "description")
149
+
150
+ @property
151
+ @pulumi.getter(name="deviceTypes")
152
+ def device_types(self) -> Sequence[str]:
153
+ """
154
+ List of supported device types
155
+ """
156
+ return pulumi.get(self, "device_types")
157
+
158
+ @property
159
+ @pulumi.getter
160
+ def id(self) -> str:
161
+ """
162
+ The id of the feature template
163
+ """
164
+ return pulumi.get(self, "id")
165
+
166
+ @property
167
+ @pulumi.getter(name="ifName")
168
+ def if_name(self) -> str:
169
+ """
170
+ Set interface name
171
+ """
172
+ return pulumi.get(self, "if_name")
173
+
174
+ @property
175
+ @pulumi.getter(name="ifNameVariable")
176
+ def if_name_variable(self) -> str:
177
+ """
178
+ Variable name
179
+ """
180
+ return pulumi.get(self, "if_name_variable")
181
+
182
+ @property
183
+ @pulumi.getter(name="ipAddress")
184
+ def ip_address(self) -> str:
185
+ """
186
+ Set IP address
187
+ """
188
+ return pulumi.get(self, "ip_address")
189
+
190
+ @property
191
+ @pulumi.getter(name="ipAddressVariable")
192
+ def ip_address_variable(self) -> str:
193
+ """
194
+ Variable name
195
+ """
196
+ return pulumi.get(self, "ip_address_variable")
197
+
198
+ @property
199
+ @pulumi.getter
200
+ def name(self) -> str:
201
+ """
202
+ The name of the feature template
203
+ """
204
+ return pulumi.get(self, "name")
205
+
206
+ @property
207
+ @pulumi.getter(name="packetDataNetworkType")
208
+ def packet_data_network_type(self) -> str:
209
+ """
210
+ Set packet data network type
211
+ """
212
+ return pulumi.get(self, "packet_data_network_type")
213
+
214
+ @property
215
+ @pulumi.getter(name="packetDataNetworkTypeVariable")
216
+ def packet_data_network_type_variable(self) -> str:
217
+ """
218
+ Variable name
219
+ """
220
+ return pulumi.get(self, "packet_data_network_type_variable")
221
+
222
+ @property
223
+ @pulumi.getter(name="primaryDnsAddress")
224
+ def primary_dns_address(self) -> str:
225
+ """
226
+ Set the address of the primary DNS server
227
+ """
228
+ return pulumi.get(self, "primary_dns_address")
229
+
230
+ @property
231
+ @pulumi.getter(name="primaryDnsAddressVariable")
232
+ def primary_dns_address_variable(self) -> str:
233
+ """
234
+ Variable name
235
+ """
236
+ return pulumi.get(self, "primary_dns_address_variable")
237
+
238
+ @property
239
+ @pulumi.getter(name="profileId")
240
+ def profile_id(self) -> int:
241
+ """
242
+ Set Profile ID
243
+ """
244
+ return pulumi.get(self, "profile_id")
245
+
246
+ @property
247
+ @pulumi.getter(name="profileIdVariable")
248
+ def profile_id_variable(self) -> str:
249
+ """
250
+ Variable name
251
+ """
252
+ return pulumi.get(self, "profile_id_variable")
253
+
254
+ @property
255
+ @pulumi.getter(name="profileName")
256
+ def profile_name(self) -> str:
257
+ """
258
+ Set profile name
259
+ """
260
+ return pulumi.get(self, "profile_name")
261
+
262
+ @property
263
+ @pulumi.getter(name="profileNameVariable")
264
+ def profile_name_variable(self) -> str:
265
+ """
266
+ Variable name
267
+ """
268
+ return pulumi.get(self, "profile_name_variable")
269
+
270
+ @property
271
+ @pulumi.getter(name="profilePassword")
272
+ def profile_password(self) -> str:
273
+ """
274
+ Set the profile password
275
+ """
276
+ return pulumi.get(self, "profile_password")
277
+
278
+ @property
279
+ @pulumi.getter(name="profilePasswordVariable")
280
+ def profile_password_variable(self) -> str:
281
+ """
282
+ Variable name
283
+ """
284
+ return pulumi.get(self, "profile_password_variable")
285
+
286
+ @property
287
+ @pulumi.getter(name="profileUsername")
288
+ def profile_username(self) -> str:
289
+ """
290
+ Set the profile username
291
+ """
292
+ return pulumi.get(self, "profile_username")
293
+
294
+ @property
295
+ @pulumi.getter(name="profileUsernameVariable")
296
+ def profile_username_variable(self) -> str:
297
+ """
298
+ Variable name
299
+ """
300
+ return pulumi.get(self, "profile_username_variable")
301
+
302
+ @property
303
+ @pulumi.getter(name="secondaryDnsAddress")
304
+ def secondary_dns_address(self) -> str:
305
+ """
306
+ Set the address of the secondary DNS server
307
+ """
308
+ return pulumi.get(self, "secondary_dns_address")
309
+
310
+ @property
311
+ @pulumi.getter(name="secondaryDnsAddressVariable")
312
+ def secondary_dns_address_variable(self) -> str:
313
+ """
314
+ Variable name
315
+ """
316
+ return pulumi.get(self, "secondary_dns_address_variable")
317
+
318
+ @property
319
+ @pulumi.getter(name="templateType")
320
+ def template_type(self) -> str:
321
+ """
322
+ The template type
323
+ """
324
+ return pulumi.get(self, "template_type")
325
+
326
+ @property
327
+ @pulumi.getter
328
+ def version(self) -> int:
329
+ """
330
+ The version of the feature template
331
+ """
332
+ return pulumi.get(self, "version")
333
+
334
+
335
+ class AwaitableGetCellularProfileFeatureTemplateResult(GetCellularProfileFeatureTemplateResult):
336
+ # pylint: disable=using-constant-test
337
+ def __await__(self):
338
+ if False:
339
+ yield self
340
+ return GetCellularProfileFeatureTemplateResult(
341
+ access_point_name=self.access_point_name,
342
+ access_point_name_variable=self.access_point_name_variable,
343
+ authentication_type=self.authentication_type,
344
+ authentication_type_variable=self.authentication_type_variable,
345
+ description=self.description,
346
+ device_types=self.device_types,
347
+ id=self.id,
348
+ if_name=self.if_name,
349
+ if_name_variable=self.if_name_variable,
350
+ ip_address=self.ip_address,
351
+ ip_address_variable=self.ip_address_variable,
352
+ name=self.name,
353
+ packet_data_network_type=self.packet_data_network_type,
354
+ packet_data_network_type_variable=self.packet_data_network_type_variable,
355
+ primary_dns_address=self.primary_dns_address,
356
+ primary_dns_address_variable=self.primary_dns_address_variable,
357
+ profile_id=self.profile_id,
358
+ profile_id_variable=self.profile_id_variable,
359
+ profile_name=self.profile_name,
360
+ profile_name_variable=self.profile_name_variable,
361
+ profile_password=self.profile_password,
362
+ profile_password_variable=self.profile_password_variable,
363
+ profile_username=self.profile_username,
364
+ profile_username_variable=self.profile_username_variable,
365
+ secondary_dns_address=self.secondary_dns_address,
366
+ secondary_dns_address_variable=self.secondary_dns_address_variable,
367
+ template_type=self.template_type,
368
+ version=self.version)
369
+
370
+
371
+ def get_cellular_profile_feature_template(id: Optional[str] = None,
372
+ name: Optional[str] = None,
373
+ opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetCellularProfileFeatureTemplateResult:
374
+ """
375
+ This data source can read the Cellular Profile feature template.
376
+
377
+ ## Example Usage
378
+
379
+ ```python
380
+ import pulumi
381
+ import pulumi_sdwan as sdwan
382
+
383
+ example = sdwan.get_cellular_profile_feature_template(id="f6b2c44c-693c-4763-b010-895aa3d236bd")
384
+ ```
385
+
386
+
387
+ :param str id: The id of the feature template
388
+ :param str name: The name of the feature template
389
+ """
390
+ __args__ = dict()
391
+ __args__['id'] = id
392
+ __args__['name'] = name
393
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
394
+ __ret__ = pulumi.runtime.invoke('sdwan:index/getCellularProfileFeatureTemplate:getCellularProfileFeatureTemplate', __args__, opts=opts, typ=GetCellularProfileFeatureTemplateResult).value
395
+
396
+ return AwaitableGetCellularProfileFeatureTemplateResult(
397
+ access_point_name=pulumi.get(__ret__, 'access_point_name'),
398
+ access_point_name_variable=pulumi.get(__ret__, 'access_point_name_variable'),
399
+ authentication_type=pulumi.get(__ret__, 'authentication_type'),
400
+ authentication_type_variable=pulumi.get(__ret__, 'authentication_type_variable'),
401
+ description=pulumi.get(__ret__, 'description'),
402
+ device_types=pulumi.get(__ret__, 'device_types'),
403
+ id=pulumi.get(__ret__, 'id'),
404
+ if_name=pulumi.get(__ret__, 'if_name'),
405
+ if_name_variable=pulumi.get(__ret__, 'if_name_variable'),
406
+ ip_address=pulumi.get(__ret__, 'ip_address'),
407
+ ip_address_variable=pulumi.get(__ret__, 'ip_address_variable'),
408
+ name=pulumi.get(__ret__, 'name'),
409
+ packet_data_network_type=pulumi.get(__ret__, 'packet_data_network_type'),
410
+ packet_data_network_type_variable=pulumi.get(__ret__, 'packet_data_network_type_variable'),
411
+ primary_dns_address=pulumi.get(__ret__, 'primary_dns_address'),
412
+ primary_dns_address_variable=pulumi.get(__ret__, 'primary_dns_address_variable'),
413
+ profile_id=pulumi.get(__ret__, 'profile_id'),
414
+ profile_id_variable=pulumi.get(__ret__, 'profile_id_variable'),
415
+ profile_name=pulumi.get(__ret__, 'profile_name'),
416
+ profile_name_variable=pulumi.get(__ret__, 'profile_name_variable'),
417
+ profile_password=pulumi.get(__ret__, 'profile_password'),
418
+ profile_password_variable=pulumi.get(__ret__, 'profile_password_variable'),
419
+ profile_username=pulumi.get(__ret__, 'profile_username'),
420
+ profile_username_variable=pulumi.get(__ret__, 'profile_username_variable'),
421
+ secondary_dns_address=pulumi.get(__ret__, 'secondary_dns_address'),
422
+ secondary_dns_address_variable=pulumi.get(__ret__, 'secondary_dns_address_variable'),
423
+ template_type=pulumi.get(__ret__, 'template_type'),
424
+ version=pulumi.get(__ret__, 'version'))
425
+
426
+
427
+ @_utilities.lift_output_func(get_cellular_profile_feature_template)
428
+ def get_cellular_profile_feature_template_output(id: Optional[pulumi.Input[Optional[str]]] = None,
429
+ name: Optional[pulumi.Input[Optional[str]]] = None,
430
+ opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetCellularProfileFeatureTemplateResult]:
431
+ """
432
+ This data source can read the Cellular Profile feature template.
433
+
434
+ ## Example Usage
435
+
436
+ ```python
437
+ import pulumi
438
+ import pulumi_sdwan as sdwan
439
+
440
+ example = sdwan.get_cellular_profile_feature_template(id="f6b2c44c-693c-4763-b010-895aa3d236bd")
441
+ ```
442
+
443
+
444
+ :param str id: The id of the feature template
445
+ :param str name: The name of the feature template
446
+ """
447
+ ...
@@ -0,0 +1,144 @@
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
+ 'GetCentralizedPolicyResult',
15
+ 'AwaitableGetCentralizedPolicyResult',
16
+ 'get_centralized_policy',
17
+ 'get_centralized_policy_output',
18
+ ]
19
+
20
+ @pulumi.output_type
21
+ class GetCentralizedPolicyResult:
22
+ """
23
+ A collection of values returned by getCentralizedPolicy.
24
+ """
25
+ def __init__(__self__, definitions=None, description=None, id=None, name=None, version=None):
26
+ if definitions and not isinstance(definitions, list):
27
+ raise TypeError("Expected argument 'definitions' to be a list")
28
+ pulumi.set(__self__, "definitions", definitions)
29
+ if description and not isinstance(description, str):
30
+ raise TypeError("Expected argument 'description' to be a str")
31
+ pulumi.set(__self__, "description", description)
32
+ if id and not isinstance(id, str):
33
+ raise TypeError("Expected argument 'id' to be a str")
34
+ pulumi.set(__self__, "id", id)
35
+ if name and not isinstance(name, str):
36
+ raise TypeError("Expected argument 'name' to be a str")
37
+ pulumi.set(__self__, "name", name)
38
+ if version and not isinstance(version, int):
39
+ raise TypeError("Expected argument 'version' to be a int")
40
+ pulumi.set(__self__, "version", version)
41
+
42
+ @property
43
+ @pulumi.getter
44
+ def definitions(self) -> Sequence['outputs.GetCentralizedPolicyDefinitionResult']:
45
+ """
46
+ List of policy definitions
47
+ """
48
+ return pulumi.get(self, "definitions")
49
+
50
+ @property
51
+ @pulumi.getter
52
+ def description(self) -> str:
53
+ """
54
+ The description of the centralized policy
55
+ """
56
+ return pulumi.get(self, "description")
57
+
58
+ @property
59
+ @pulumi.getter
60
+ def id(self) -> str:
61
+ """
62
+ The id of the object
63
+ """
64
+ return pulumi.get(self, "id")
65
+
66
+ @property
67
+ @pulumi.getter
68
+ def name(self) -> str:
69
+ """
70
+ The name of the centralized policy
71
+ """
72
+ return pulumi.get(self, "name")
73
+
74
+ @property
75
+ @pulumi.getter
76
+ def version(self) -> int:
77
+ """
78
+ The version of the object
79
+ """
80
+ return pulumi.get(self, "version")
81
+
82
+
83
+ class AwaitableGetCentralizedPolicyResult(GetCentralizedPolicyResult):
84
+ # pylint: disable=using-constant-test
85
+ def __await__(self):
86
+ if False:
87
+ yield self
88
+ return GetCentralizedPolicyResult(
89
+ definitions=self.definitions,
90
+ description=self.description,
91
+ id=self.id,
92
+ name=self.name,
93
+ version=self.version)
94
+
95
+
96
+ def get_centralized_policy(id: Optional[str] = None,
97
+ opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetCentralizedPolicyResult:
98
+ """
99
+ This data source can read the Centralized Policy .
100
+
101
+ ## Example Usage
102
+
103
+ ```python
104
+ import pulumi
105
+ import pulumi_sdwan as sdwan
106
+
107
+ example = sdwan.get_centralized_policy(id="f6b2c44c-693c-4763-b010-895aa3d236bd")
108
+ ```
109
+
110
+
111
+ :param str id: The id of the object
112
+ """
113
+ __args__ = dict()
114
+ __args__['id'] = id
115
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
116
+ __ret__ = pulumi.runtime.invoke('sdwan:index/getCentralizedPolicy:getCentralizedPolicy', __args__, opts=opts, typ=GetCentralizedPolicyResult).value
117
+
118
+ return AwaitableGetCentralizedPolicyResult(
119
+ definitions=pulumi.get(__ret__, 'definitions'),
120
+ description=pulumi.get(__ret__, 'description'),
121
+ id=pulumi.get(__ret__, 'id'),
122
+ name=pulumi.get(__ret__, 'name'),
123
+ version=pulumi.get(__ret__, 'version'))
124
+
125
+
126
+ @_utilities.lift_output_func(get_centralized_policy)
127
+ def get_centralized_policy_output(id: Optional[pulumi.Input[str]] = None,
128
+ opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetCentralizedPolicyResult]:
129
+ """
130
+ This data source can read the Centralized Policy .
131
+
132
+ ## Example Usage
133
+
134
+ ```python
135
+ import pulumi
136
+ import pulumi_sdwan as sdwan
137
+
138
+ example = sdwan.get_centralized_policy(id="f6b2c44c-693c-4763-b010-895aa3d236bd")
139
+ ```
140
+
141
+
142
+ :param str id: The id of the object
143
+ """
144
+ ...