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,1255 @@
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
+ 'GetServiceLanVpnInterfaceEthernetProfileParcelResult',
15
+ 'AwaitableGetServiceLanVpnInterfaceEthernetProfileParcelResult',
16
+ 'get_service_lan_vpn_interface_ethernet_profile_parcel',
17
+ 'get_service_lan_vpn_interface_ethernet_profile_parcel_output',
18
+ ]
19
+
20
+ @pulumi.output_type
21
+ class GetServiceLanVpnInterfaceEthernetProfileParcelResult:
22
+ """
23
+ A collection of values returned by getServiceLanVpnInterfaceEthernetProfileParcel.
24
+ """
25
+ def __init__(__self__, acl_ipv4_egress_policy_id=None, acl_ipv4_ingress_policy_id=None, acl_ipv6_egress_policy_id=None, acl_ipv6_ingress_policy_id=None, acl_shaping_rate=None, acl_shaping_rate_variable=None, arp_timeout=None, arp_timeout_variable=None, arps=None, autonegotiate=None, autonegotiate_variable=None, config_description=None, config_description_variable=None, description=None, duplex=None, duplex_variable=None, enable_dhcpv6=None, feature_profile_id=None, icmp_redirect_disable=None, icmp_redirect_disable_variable=None, id=None, interface_mtu=None, interface_mtu_variable=None, interface_name=None, interface_name_variable=None, ip_directed_broadcast=None, ip_directed_broadcast_variable=None, ip_mtu=None, ip_mtu_variable=None, ipv4_address=None, ipv4_address_variable=None, ipv4_dhcp_distance=None, ipv4_dhcp_distance_variable=None, ipv4_dhcp_helper_variable=None, ipv4_dhcp_helpers=None, ipv4_nat=None, ipv4_nat_loopback=None, ipv4_nat_loopback_variable=None, ipv4_nat_overload=None, ipv4_nat_overload_variable=None, ipv4_nat_prefix_length=None, ipv4_nat_prefix_length_variable=None, ipv4_nat_range_end=None, ipv4_nat_range_end_variable=None, ipv4_nat_range_start=None, ipv4_nat_range_start_variable=None, ipv4_nat_tcp_timeout=None, ipv4_nat_tcp_timeout_variable=None, ipv4_nat_type=None, ipv4_nat_type_variable=None, ipv4_nat_udp_timeout=None, ipv4_nat_udp_timeout_variable=None, ipv4_secondary_addresses=None, ipv4_subnet_mask=None, ipv4_subnet_mask_variable=None, ipv4_vrrps=None, ipv6_address=None, ipv6_address_variable=None, ipv6_dhcp_helpers=None, ipv6_dhcp_secondary_addresses=None, ipv6_nat=None, ipv6_secondary_addresses=None, ipv6_vrrps=None, load_interval=None, load_interval_variable=None, mac_address=None, mac_address_variable=None, media_type=None, media_type_variable=None, name=None, nat64=None, service_lan_vpn_profile_parcel_id=None, shutdown=None, shutdown_variable=None, speed=None, speed_variable=None, static_nats=None, tcp_mss=None, tcp_mss_variable=None, tracker=None, tracker_variable=None, trustsec_enable_enforced_propogation=None, trustsec_enable_sgt_propogation=None, trustsec_enforced_security_group_tag=None, trustsec_enforced_security_group_tag_variable=None, trustsec_propogate=None, trustsec_security_group_tag=None, trustsec_security_group_tag_variable=None, version=None, xconnect=None, xconnect_variable=None):
26
+ if acl_ipv4_egress_policy_id and not isinstance(acl_ipv4_egress_policy_id, str):
27
+ raise TypeError("Expected argument 'acl_ipv4_egress_policy_id' to be a str")
28
+ pulumi.set(__self__, "acl_ipv4_egress_policy_id", acl_ipv4_egress_policy_id)
29
+ if acl_ipv4_ingress_policy_id and not isinstance(acl_ipv4_ingress_policy_id, str):
30
+ raise TypeError("Expected argument 'acl_ipv4_ingress_policy_id' to be a str")
31
+ pulumi.set(__self__, "acl_ipv4_ingress_policy_id", acl_ipv4_ingress_policy_id)
32
+ if acl_ipv6_egress_policy_id and not isinstance(acl_ipv6_egress_policy_id, str):
33
+ raise TypeError("Expected argument 'acl_ipv6_egress_policy_id' to be a str")
34
+ pulumi.set(__self__, "acl_ipv6_egress_policy_id", acl_ipv6_egress_policy_id)
35
+ if acl_ipv6_ingress_policy_id and not isinstance(acl_ipv6_ingress_policy_id, str):
36
+ raise TypeError("Expected argument 'acl_ipv6_ingress_policy_id' to be a str")
37
+ pulumi.set(__self__, "acl_ipv6_ingress_policy_id", acl_ipv6_ingress_policy_id)
38
+ if acl_shaping_rate and not isinstance(acl_shaping_rate, int):
39
+ raise TypeError("Expected argument 'acl_shaping_rate' to be a int")
40
+ pulumi.set(__self__, "acl_shaping_rate", acl_shaping_rate)
41
+ if acl_shaping_rate_variable and not isinstance(acl_shaping_rate_variable, str):
42
+ raise TypeError("Expected argument 'acl_shaping_rate_variable' to be a str")
43
+ pulumi.set(__self__, "acl_shaping_rate_variable", acl_shaping_rate_variable)
44
+ if arp_timeout and not isinstance(arp_timeout, int):
45
+ raise TypeError("Expected argument 'arp_timeout' to be a int")
46
+ pulumi.set(__self__, "arp_timeout", arp_timeout)
47
+ if arp_timeout_variable and not isinstance(arp_timeout_variable, str):
48
+ raise TypeError("Expected argument 'arp_timeout_variable' to be a str")
49
+ pulumi.set(__self__, "arp_timeout_variable", arp_timeout_variable)
50
+ if arps and not isinstance(arps, list):
51
+ raise TypeError("Expected argument 'arps' to be a list")
52
+ pulumi.set(__self__, "arps", arps)
53
+ if autonegotiate and not isinstance(autonegotiate, bool):
54
+ raise TypeError("Expected argument 'autonegotiate' to be a bool")
55
+ pulumi.set(__self__, "autonegotiate", autonegotiate)
56
+ if autonegotiate_variable and not isinstance(autonegotiate_variable, str):
57
+ raise TypeError("Expected argument 'autonegotiate_variable' to be a str")
58
+ pulumi.set(__self__, "autonegotiate_variable", autonegotiate_variable)
59
+ if config_description and not isinstance(config_description, str):
60
+ raise TypeError("Expected argument 'config_description' to be a str")
61
+ pulumi.set(__self__, "config_description", config_description)
62
+ if config_description_variable and not isinstance(config_description_variable, str):
63
+ raise TypeError("Expected argument 'config_description_variable' to be a str")
64
+ pulumi.set(__self__, "config_description_variable", config_description_variable)
65
+ if description and not isinstance(description, str):
66
+ raise TypeError("Expected argument 'description' to be a str")
67
+ pulumi.set(__self__, "description", description)
68
+ if duplex and not isinstance(duplex, str):
69
+ raise TypeError("Expected argument 'duplex' to be a str")
70
+ pulumi.set(__self__, "duplex", duplex)
71
+ if duplex_variable and not isinstance(duplex_variable, str):
72
+ raise TypeError("Expected argument 'duplex_variable' to be a str")
73
+ pulumi.set(__self__, "duplex_variable", duplex_variable)
74
+ if enable_dhcpv6 and not isinstance(enable_dhcpv6, bool):
75
+ raise TypeError("Expected argument 'enable_dhcpv6' to be a bool")
76
+ pulumi.set(__self__, "enable_dhcpv6", enable_dhcpv6)
77
+ if feature_profile_id and not isinstance(feature_profile_id, str):
78
+ raise TypeError("Expected argument 'feature_profile_id' to be a str")
79
+ pulumi.set(__self__, "feature_profile_id", feature_profile_id)
80
+ if icmp_redirect_disable and not isinstance(icmp_redirect_disable, bool):
81
+ raise TypeError("Expected argument 'icmp_redirect_disable' to be a bool")
82
+ pulumi.set(__self__, "icmp_redirect_disable", icmp_redirect_disable)
83
+ if icmp_redirect_disable_variable and not isinstance(icmp_redirect_disable_variable, str):
84
+ raise TypeError("Expected argument 'icmp_redirect_disable_variable' to be a str")
85
+ pulumi.set(__self__, "icmp_redirect_disable_variable", icmp_redirect_disable_variable)
86
+ if id and not isinstance(id, str):
87
+ raise TypeError("Expected argument 'id' to be a str")
88
+ pulumi.set(__self__, "id", id)
89
+ if interface_mtu and not isinstance(interface_mtu, int):
90
+ raise TypeError("Expected argument 'interface_mtu' to be a int")
91
+ pulumi.set(__self__, "interface_mtu", interface_mtu)
92
+ if interface_mtu_variable and not isinstance(interface_mtu_variable, str):
93
+ raise TypeError("Expected argument 'interface_mtu_variable' to be a str")
94
+ pulumi.set(__self__, "interface_mtu_variable", interface_mtu_variable)
95
+ if interface_name and not isinstance(interface_name, str):
96
+ raise TypeError("Expected argument 'interface_name' to be a str")
97
+ pulumi.set(__self__, "interface_name", interface_name)
98
+ if interface_name_variable and not isinstance(interface_name_variable, str):
99
+ raise TypeError("Expected argument 'interface_name_variable' to be a str")
100
+ pulumi.set(__self__, "interface_name_variable", interface_name_variable)
101
+ if ip_directed_broadcast and not isinstance(ip_directed_broadcast, bool):
102
+ raise TypeError("Expected argument 'ip_directed_broadcast' to be a bool")
103
+ pulumi.set(__self__, "ip_directed_broadcast", ip_directed_broadcast)
104
+ if ip_directed_broadcast_variable and not isinstance(ip_directed_broadcast_variable, str):
105
+ raise TypeError("Expected argument 'ip_directed_broadcast_variable' to be a str")
106
+ pulumi.set(__self__, "ip_directed_broadcast_variable", ip_directed_broadcast_variable)
107
+ if ip_mtu and not isinstance(ip_mtu, int):
108
+ raise TypeError("Expected argument 'ip_mtu' to be a int")
109
+ pulumi.set(__self__, "ip_mtu", ip_mtu)
110
+ if ip_mtu_variable and not isinstance(ip_mtu_variable, str):
111
+ raise TypeError("Expected argument 'ip_mtu_variable' to be a str")
112
+ pulumi.set(__self__, "ip_mtu_variable", ip_mtu_variable)
113
+ if ipv4_address and not isinstance(ipv4_address, str):
114
+ raise TypeError("Expected argument 'ipv4_address' to be a str")
115
+ pulumi.set(__self__, "ipv4_address", ipv4_address)
116
+ if ipv4_address_variable and not isinstance(ipv4_address_variable, str):
117
+ raise TypeError("Expected argument 'ipv4_address_variable' to be a str")
118
+ pulumi.set(__self__, "ipv4_address_variable", ipv4_address_variable)
119
+ if ipv4_dhcp_distance and not isinstance(ipv4_dhcp_distance, int):
120
+ raise TypeError("Expected argument 'ipv4_dhcp_distance' to be a int")
121
+ pulumi.set(__self__, "ipv4_dhcp_distance", ipv4_dhcp_distance)
122
+ if ipv4_dhcp_distance_variable and not isinstance(ipv4_dhcp_distance_variable, str):
123
+ raise TypeError("Expected argument 'ipv4_dhcp_distance_variable' to be a str")
124
+ pulumi.set(__self__, "ipv4_dhcp_distance_variable", ipv4_dhcp_distance_variable)
125
+ if ipv4_dhcp_helper_variable and not isinstance(ipv4_dhcp_helper_variable, str):
126
+ raise TypeError("Expected argument 'ipv4_dhcp_helper_variable' to be a str")
127
+ pulumi.set(__self__, "ipv4_dhcp_helper_variable", ipv4_dhcp_helper_variable)
128
+ if ipv4_dhcp_helpers and not isinstance(ipv4_dhcp_helpers, list):
129
+ raise TypeError("Expected argument 'ipv4_dhcp_helpers' to be a list")
130
+ pulumi.set(__self__, "ipv4_dhcp_helpers", ipv4_dhcp_helpers)
131
+ if ipv4_nat and not isinstance(ipv4_nat, bool):
132
+ raise TypeError("Expected argument 'ipv4_nat' to be a bool")
133
+ pulumi.set(__self__, "ipv4_nat", ipv4_nat)
134
+ if ipv4_nat_loopback and not isinstance(ipv4_nat_loopback, str):
135
+ raise TypeError("Expected argument 'ipv4_nat_loopback' to be a str")
136
+ pulumi.set(__self__, "ipv4_nat_loopback", ipv4_nat_loopback)
137
+ if ipv4_nat_loopback_variable and not isinstance(ipv4_nat_loopback_variable, str):
138
+ raise TypeError("Expected argument 'ipv4_nat_loopback_variable' to be a str")
139
+ pulumi.set(__self__, "ipv4_nat_loopback_variable", ipv4_nat_loopback_variable)
140
+ if ipv4_nat_overload and not isinstance(ipv4_nat_overload, bool):
141
+ raise TypeError("Expected argument 'ipv4_nat_overload' to be a bool")
142
+ pulumi.set(__self__, "ipv4_nat_overload", ipv4_nat_overload)
143
+ if ipv4_nat_overload_variable and not isinstance(ipv4_nat_overload_variable, str):
144
+ raise TypeError("Expected argument 'ipv4_nat_overload_variable' to be a str")
145
+ pulumi.set(__self__, "ipv4_nat_overload_variable", ipv4_nat_overload_variable)
146
+ if ipv4_nat_prefix_length and not isinstance(ipv4_nat_prefix_length, int):
147
+ raise TypeError("Expected argument 'ipv4_nat_prefix_length' to be a int")
148
+ pulumi.set(__self__, "ipv4_nat_prefix_length", ipv4_nat_prefix_length)
149
+ if ipv4_nat_prefix_length_variable and not isinstance(ipv4_nat_prefix_length_variable, str):
150
+ raise TypeError("Expected argument 'ipv4_nat_prefix_length_variable' to be a str")
151
+ pulumi.set(__self__, "ipv4_nat_prefix_length_variable", ipv4_nat_prefix_length_variable)
152
+ if ipv4_nat_range_end and not isinstance(ipv4_nat_range_end, str):
153
+ raise TypeError("Expected argument 'ipv4_nat_range_end' to be a str")
154
+ pulumi.set(__self__, "ipv4_nat_range_end", ipv4_nat_range_end)
155
+ if ipv4_nat_range_end_variable and not isinstance(ipv4_nat_range_end_variable, str):
156
+ raise TypeError("Expected argument 'ipv4_nat_range_end_variable' to be a str")
157
+ pulumi.set(__self__, "ipv4_nat_range_end_variable", ipv4_nat_range_end_variable)
158
+ if ipv4_nat_range_start and not isinstance(ipv4_nat_range_start, str):
159
+ raise TypeError("Expected argument 'ipv4_nat_range_start' to be a str")
160
+ pulumi.set(__self__, "ipv4_nat_range_start", ipv4_nat_range_start)
161
+ if ipv4_nat_range_start_variable and not isinstance(ipv4_nat_range_start_variable, str):
162
+ raise TypeError("Expected argument 'ipv4_nat_range_start_variable' to be a str")
163
+ pulumi.set(__self__, "ipv4_nat_range_start_variable", ipv4_nat_range_start_variable)
164
+ if ipv4_nat_tcp_timeout and not isinstance(ipv4_nat_tcp_timeout, int):
165
+ raise TypeError("Expected argument 'ipv4_nat_tcp_timeout' to be a int")
166
+ pulumi.set(__self__, "ipv4_nat_tcp_timeout", ipv4_nat_tcp_timeout)
167
+ if ipv4_nat_tcp_timeout_variable and not isinstance(ipv4_nat_tcp_timeout_variable, str):
168
+ raise TypeError("Expected argument 'ipv4_nat_tcp_timeout_variable' to be a str")
169
+ pulumi.set(__self__, "ipv4_nat_tcp_timeout_variable", ipv4_nat_tcp_timeout_variable)
170
+ if ipv4_nat_type and not isinstance(ipv4_nat_type, str):
171
+ raise TypeError("Expected argument 'ipv4_nat_type' to be a str")
172
+ pulumi.set(__self__, "ipv4_nat_type", ipv4_nat_type)
173
+ if ipv4_nat_type_variable and not isinstance(ipv4_nat_type_variable, str):
174
+ raise TypeError("Expected argument 'ipv4_nat_type_variable' to be a str")
175
+ pulumi.set(__self__, "ipv4_nat_type_variable", ipv4_nat_type_variable)
176
+ if ipv4_nat_udp_timeout and not isinstance(ipv4_nat_udp_timeout, int):
177
+ raise TypeError("Expected argument 'ipv4_nat_udp_timeout' to be a int")
178
+ pulumi.set(__self__, "ipv4_nat_udp_timeout", ipv4_nat_udp_timeout)
179
+ if ipv4_nat_udp_timeout_variable and not isinstance(ipv4_nat_udp_timeout_variable, str):
180
+ raise TypeError("Expected argument 'ipv4_nat_udp_timeout_variable' to be a str")
181
+ pulumi.set(__self__, "ipv4_nat_udp_timeout_variable", ipv4_nat_udp_timeout_variable)
182
+ if ipv4_secondary_addresses and not isinstance(ipv4_secondary_addresses, list):
183
+ raise TypeError("Expected argument 'ipv4_secondary_addresses' to be a list")
184
+ pulumi.set(__self__, "ipv4_secondary_addresses", ipv4_secondary_addresses)
185
+ if ipv4_subnet_mask and not isinstance(ipv4_subnet_mask, str):
186
+ raise TypeError("Expected argument 'ipv4_subnet_mask' to be a str")
187
+ pulumi.set(__self__, "ipv4_subnet_mask", ipv4_subnet_mask)
188
+ if ipv4_subnet_mask_variable and not isinstance(ipv4_subnet_mask_variable, str):
189
+ raise TypeError("Expected argument 'ipv4_subnet_mask_variable' to be a str")
190
+ pulumi.set(__self__, "ipv4_subnet_mask_variable", ipv4_subnet_mask_variable)
191
+ if ipv4_vrrps and not isinstance(ipv4_vrrps, list):
192
+ raise TypeError("Expected argument 'ipv4_vrrps' to be a list")
193
+ pulumi.set(__self__, "ipv4_vrrps", ipv4_vrrps)
194
+ if ipv6_address and not isinstance(ipv6_address, str):
195
+ raise TypeError("Expected argument 'ipv6_address' to be a str")
196
+ pulumi.set(__self__, "ipv6_address", ipv6_address)
197
+ if ipv6_address_variable and not isinstance(ipv6_address_variable, str):
198
+ raise TypeError("Expected argument 'ipv6_address_variable' to be a str")
199
+ pulumi.set(__self__, "ipv6_address_variable", ipv6_address_variable)
200
+ if ipv6_dhcp_helpers and not isinstance(ipv6_dhcp_helpers, list):
201
+ raise TypeError("Expected argument 'ipv6_dhcp_helpers' to be a list")
202
+ pulumi.set(__self__, "ipv6_dhcp_helpers", ipv6_dhcp_helpers)
203
+ if ipv6_dhcp_secondary_addresses and not isinstance(ipv6_dhcp_secondary_addresses, list):
204
+ raise TypeError("Expected argument 'ipv6_dhcp_secondary_addresses' to be a list")
205
+ pulumi.set(__self__, "ipv6_dhcp_secondary_addresses", ipv6_dhcp_secondary_addresses)
206
+ if ipv6_nat and not isinstance(ipv6_nat, bool):
207
+ raise TypeError("Expected argument 'ipv6_nat' to be a bool")
208
+ pulumi.set(__self__, "ipv6_nat", ipv6_nat)
209
+ if ipv6_secondary_addresses and not isinstance(ipv6_secondary_addresses, list):
210
+ raise TypeError("Expected argument 'ipv6_secondary_addresses' to be a list")
211
+ pulumi.set(__self__, "ipv6_secondary_addresses", ipv6_secondary_addresses)
212
+ if ipv6_vrrps and not isinstance(ipv6_vrrps, list):
213
+ raise TypeError("Expected argument 'ipv6_vrrps' to be a list")
214
+ pulumi.set(__self__, "ipv6_vrrps", ipv6_vrrps)
215
+ if load_interval and not isinstance(load_interval, int):
216
+ raise TypeError("Expected argument 'load_interval' to be a int")
217
+ pulumi.set(__self__, "load_interval", load_interval)
218
+ if load_interval_variable and not isinstance(load_interval_variable, str):
219
+ raise TypeError("Expected argument 'load_interval_variable' to be a str")
220
+ pulumi.set(__self__, "load_interval_variable", load_interval_variable)
221
+ if mac_address and not isinstance(mac_address, str):
222
+ raise TypeError("Expected argument 'mac_address' to be a str")
223
+ pulumi.set(__self__, "mac_address", mac_address)
224
+ if mac_address_variable and not isinstance(mac_address_variable, str):
225
+ raise TypeError("Expected argument 'mac_address_variable' to be a str")
226
+ pulumi.set(__self__, "mac_address_variable", mac_address_variable)
227
+ if media_type and not isinstance(media_type, str):
228
+ raise TypeError("Expected argument 'media_type' to be a str")
229
+ pulumi.set(__self__, "media_type", media_type)
230
+ if media_type_variable and not isinstance(media_type_variable, str):
231
+ raise TypeError("Expected argument 'media_type_variable' to be a str")
232
+ pulumi.set(__self__, "media_type_variable", media_type_variable)
233
+ if name and not isinstance(name, str):
234
+ raise TypeError("Expected argument 'name' to be a str")
235
+ pulumi.set(__self__, "name", name)
236
+ if nat64 and not isinstance(nat64, bool):
237
+ raise TypeError("Expected argument 'nat64' to be a bool")
238
+ pulumi.set(__self__, "nat64", nat64)
239
+ if service_lan_vpn_profile_parcel_id and not isinstance(service_lan_vpn_profile_parcel_id, str):
240
+ raise TypeError("Expected argument 'service_lan_vpn_profile_parcel_id' to be a str")
241
+ pulumi.set(__self__, "service_lan_vpn_profile_parcel_id", service_lan_vpn_profile_parcel_id)
242
+ if shutdown and not isinstance(shutdown, bool):
243
+ raise TypeError("Expected argument 'shutdown' to be a bool")
244
+ pulumi.set(__self__, "shutdown", shutdown)
245
+ if shutdown_variable and not isinstance(shutdown_variable, str):
246
+ raise TypeError("Expected argument 'shutdown_variable' to be a str")
247
+ pulumi.set(__self__, "shutdown_variable", shutdown_variable)
248
+ if speed and not isinstance(speed, str):
249
+ raise TypeError("Expected argument 'speed' to be a str")
250
+ pulumi.set(__self__, "speed", speed)
251
+ if speed_variable and not isinstance(speed_variable, str):
252
+ raise TypeError("Expected argument 'speed_variable' to be a str")
253
+ pulumi.set(__self__, "speed_variable", speed_variable)
254
+ if static_nats and not isinstance(static_nats, list):
255
+ raise TypeError("Expected argument 'static_nats' to be a list")
256
+ pulumi.set(__self__, "static_nats", static_nats)
257
+ if tcp_mss and not isinstance(tcp_mss, int):
258
+ raise TypeError("Expected argument 'tcp_mss' to be a int")
259
+ pulumi.set(__self__, "tcp_mss", tcp_mss)
260
+ if tcp_mss_variable and not isinstance(tcp_mss_variable, str):
261
+ raise TypeError("Expected argument 'tcp_mss_variable' to be a str")
262
+ pulumi.set(__self__, "tcp_mss_variable", tcp_mss_variable)
263
+ if tracker and not isinstance(tracker, str):
264
+ raise TypeError("Expected argument 'tracker' to be a str")
265
+ pulumi.set(__self__, "tracker", tracker)
266
+ if tracker_variable and not isinstance(tracker_variable, str):
267
+ raise TypeError("Expected argument 'tracker_variable' to be a str")
268
+ pulumi.set(__self__, "tracker_variable", tracker_variable)
269
+ if trustsec_enable_enforced_propogation and not isinstance(trustsec_enable_enforced_propogation, bool):
270
+ raise TypeError("Expected argument 'trustsec_enable_enforced_propogation' to be a bool")
271
+ pulumi.set(__self__, "trustsec_enable_enforced_propogation", trustsec_enable_enforced_propogation)
272
+ if trustsec_enable_sgt_propogation and not isinstance(trustsec_enable_sgt_propogation, bool):
273
+ raise TypeError("Expected argument 'trustsec_enable_sgt_propogation' to be a bool")
274
+ pulumi.set(__self__, "trustsec_enable_sgt_propogation", trustsec_enable_sgt_propogation)
275
+ if trustsec_enforced_security_group_tag and not isinstance(trustsec_enforced_security_group_tag, int):
276
+ raise TypeError("Expected argument 'trustsec_enforced_security_group_tag' to be a int")
277
+ pulumi.set(__self__, "trustsec_enforced_security_group_tag", trustsec_enforced_security_group_tag)
278
+ if trustsec_enforced_security_group_tag_variable and not isinstance(trustsec_enforced_security_group_tag_variable, str):
279
+ raise TypeError("Expected argument 'trustsec_enforced_security_group_tag_variable' to be a str")
280
+ pulumi.set(__self__, "trustsec_enforced_security_group_tag_variable", trustsec_enforced_security_group_tag_variable)
281
+ if trustsec_propogate and not isinstance(trustsec_propogate, bool):
282
+ raise TypeError("Expected argument 'trustsec_propogate' to be a bool")
283
+ pulumi.set(__self__, "trustsec_propogate", trustsec_propogate)
284
+ if trustsec_security_group_tag and not isinstance(trustsec_security_group_tag, int):
285
+ raise TypeError("Expected argument 'trustsec_security_group_tag' to be a int")
286
+ pulumi.set(__self__, "trustsec_security_group_tag", trustsec_security_group_tag)
287
+ if trustsec_security_group_tag_variable and not isinstance(trustsec_security_group_tag_variable, str):
288
+ raise TypeError("Expected argument 'trustsec_security_group_tag_variable' to be a str")
289
+ pulumi.set(__self__, "trustsec_security_group_tag_variable", trustsec_security_group_tag_variable)
290
+ if version and not isinstance(version, int):
291
+ raise TypeError("Expected argument 'version' to be a int")
292
+ pulumi.set(__self__, "version", version)
293
+ if xconnect and not isinstance(xconnect, str):
294
+ raise TypeError("Expected argument 'xconnect' to be a str")
295
+ pulumi.set(__self__, "xconnect", xconnect)
296
+ if xconnect_variable and not isinstance(xconnect_variable, str):
297
+ raise TypeError("Expected argument 'xconnect_variable' to be a str")
298
+ pulumi.set(__self__, "xconnect_variable", xconnect_variable)
299
+
300
+ @property
301
+ @pulumi.getter(name="aclIpv4EgressPolicyId")
302
+ def acl_ipv4_egress_policy_id(self) -> str:
303
+ return pulumi.get(self, "acl_ipv4_egress_policy_id")
304
+
305
+ @property
306
+ @pulumi.getter(name="aclIpv4IngressPolicyId")
307
+ def acl_ipv4_ingress_policy_id(self) -> str:
308
+ return pulumi.get(self, "acl_ipv4_ingress_policy_id")
309
+
310
+ @property
311
+ @pulumi.getter(name="aclIpv6EgressPolicyId")
312
+ def acl_ipv6_egress_policy_id(self) -> str:
313
+ return pulumi.get(self, "acl_ipv6_egress_policy_id")
314
+
315
+ @property
316
+ @pulumi.getter(name="aclIpv6IngressPolicyId")
317
+ def acl_ipv6_ingress_policy_id(self) -> str:
318
+ return pulumi.get(self, "acl_ipv6_ingress_policy_id")
319
+
320
+ @property
321
+ @pulumi.getter(name="aclShapingRate")
322
+ def acl_shaping_rate(self) -> int:
323
+ """
324
+ Shaping Rate (Kbps)
325
+ """
326
+ return pulumi.get(self, "acl_shaping_rate")
327
+
328
+ @property
329
+ @pulumi.getter(name="aclShapingRateVariable")
330
+ def acl_shaping_rate_variable(self) -> str:
331
+ """
332
+ Variable name
333
+ """
334
+ return pulumi.get(self, "acl_shaping_rate_variable")
335
+
336
+ @property
337
+ @pulumi.getter(name="arpTimeout")
338
+ def arp_timeout(self) -> int:
339
+ """
340
+ Timeout value for dynamically learned ARP entries, \\n\\n seconds
341
+ """
342
+ return pulumi.get(self, "arp_timeout")
343
+
344
+ @property
345
+ @pulumi.getter(name="arpTimeoutVariable")
346
+ def arp_timeout_variable(self) -> str:
347
+ """
348
+ Variable name
349
+ """
350
+ return pulumi.get(self, "arp_timeout_variable")
351
+
352
+ @property
353
+ @pulumi.getter
354
+ def arps(self) -> Sequence['outputs.GetServiceLanVpnInterfaceEthernetProfileParcelArpResult']:
355
+ """
356
+ Configure ARP entries
357
+ """
358
+ return pulumi.get(self, "arps")
359
+
360
+ @property
361
+ @pulumi.getter
362
+ def autonegotiate(self) -> bool:
363
+ """
364
+ Link autonegotiation
365
+ """
366
+ return pulumi.get(self, "autonegotiate")
367
+
368
+ @property
369
+ @pulumi.getter(name="autonegotiateVariable")
370
+ def autonegotiate_variable(self) -> str:
371
+ """
372
+ Variable name
373
+ """
374
+ return pulumi.get(self, "autonegotiate_variable")
375
+
376
+ @property
377
+ @pulumi.getter(name="configDescription")
378
+ def config_description(self) -> str:
379
+ return pulumi.get(self, "config_description")
380
+
381
+ @property
382
+ @pulumi.getter(name="configDescriptionVariable")
383
+ def config_description_variable(self) -> str:
384
+ """
385
+ Variable name
386
+ """
387
+ return pulumi.get(self, "config_description_variable")
388
+
389
+ @property
390
+ @pulumi.getter
391
+ def description(self) -> str:
392
+ """
393
+ The description of the profile parcel
394
+ """
395
+ return pulumi.get(self, "description")
396
+
397
+ @property
398
+ @pulumi.getter
399
+ def duplex(self) -> str:
400
+ """
401
+ Duplex mode
402
+ """
403
+ return pulumi.get(self, "duplex")
404
+
405
+ @property
406
+ @pulumi.getter(name="duplexVariable")
407
+ def duplex_variable(self) -> str:
408
+ """
409
+ Variable name
410
+ """
411
+ return pulumi.get(self, "duplex_variable")
412
+
413
+ @property
414
+ @pulumi.getter(name="enableDhcpv6")
415
+ def enable_dhcpv6(self) -> bool:
416
+ """
417
+ Enable DHCPv6
418
+ """
419
+ return pulumi.get(self, "enable_dhcpv6")
420
+
421
+ @property
422
+ @pulumi.getter(name="featureProfileId")
423
+ def feature_profile_id(self) -> str:
424
+ """
425
+ Feature Profile ID
426
+ """
427
+ return pulumi.get(self, "feature_profile_id")
428
+
429
+ @property
430
+ @pulumi.getter(name="icmpRedirectDisable")
431
+ def icmp_redirect_disable(self) -> bool:
432
+ """
433
+ ICMP/ICMPv6 Redirect Disable
434
+ """
435
+ return pulumi.get(self, "icmp_redirect_disable")
436
+
437
+ @property
438
+ @pulumi.getter(name="icmpRedirectDisableVariable")
439
+ def icmp_redirect_disable_variable(self) -> str:
440
+ """
441
+ Variable name
442
+ """
443
+ return pulumi.get(self, "icmp_redirect_disable_variable")
444
+
445
+ @property
446
+ @pulumi.getter
447
+ def id(self) -> str:
448
+ """
449
+ The id of the profile parcel
450
+ """
451
+ return pulumi.get(self, "id")
452
+
453
+ @property
454
+ @pulumi.getter(name="interfaceMtu")
455
+ def interface_mtu(self) -> int:
456
+ """
457
+ Interface MTU
458
+ """
459
+ return pulumi.get(self, "interface_mtu")
460
+
461
+ @property
462
+ @pulumi.getter(name="interfaceMtuVariable")
463
+ def interface_mtu_variable(self) -> str:
464
+ """
465
+ Variable name
466
+ """
467
+ return pulumi.get(self, "interface_mtu_variable")
468
+
469
+ @property
470
+ @pulumi.getter(name="interfaceName")
471
+ def interface_name(self) -> str:
472
+ return pulumi.get(self, "interface_name")
473
+
474
+ @property
475
+ @pulumi.getter(name="interfaceNameVariable")
476
+ def interface_name_variable(self) -> str:
477
+ """
478
+ Variable name
479
+ """
480
+ return pulumi.get(self, "interface_name_variable")
481
+
482
+ @property
483
+ @pulumi.getter(name="ipDirectedBroadcast")
484
+ def ip_directed_broadcast(self) -> bool:
485
+ """
486
+ IP Directed-Broadcast
487
+ """
488
+ return pulumi.get(self, "ip_directed_broadcast")
489
+
490
+ @property
491
+ @pulumi.getter(name="ipDirectedBroadcastVariable")
492
+ def ip_directed_broadcast_variable(self) -> str:
493
+ """
494
+ Variable name
495
+ """
496
+ return pulumi.get(self, "ip_directed_broadcast_variable")
497
+
498
+ @property
499
+ @pulumi.getter(name="ipMtu")
500
+ def ip_mtu(self) -> int:
501
+ """
502
+ IP MTU for GigabitEthernet main \\n\\n, GigabitEthernet subinterface \\n\\n, Other Interfaces \\n\\n in bytes
503
+ """
504
+ return pulumi.get(self, "ip_mtu")
505
+
506
+ @property
507
+ @pulumi.getter(name="ipMtuVariable")
508
+ def ip_mtu_variable(self) -> str:
509
+ """
510
+ Variable name
511
+ """
512
+ return pulumi.get(self, "ip_mtu_variable")
513
+
514
+ @property
515
+ @pulumi.getter(name="ipv4Address")
516
+ def ipv4_address(self) -> str:
517
+ """
518
+ IP Address
519
+ """
520
+ return pulumi.get(self, "ipv4_address")
521
+
522
+ @property
523
+ @pulumi.getter(name="ipv4AddressVariable")
524
+ def ipv4_address_variable(self) -> str:
525
+ """
526
+ Variable name
527
+ """
528
+ return pulumi.get(self, "ipv4_address_variable")
529
+
530
+ @property
531
+ @pulumi.getter(name="ipv4DhcpDistance")
532
+ def ipv4_dhcp_distance(self) -> int:
533
+ """
534
+ DHCP Distance
535
+ """
536
+ return pulumi.get(self, "ipv4_dhcp_distance")
537
+
538
+ @property
539
+ @pulumi.getter(name="ipv4DhcpDistanceVariable")
540
+ def ipv4_dhcp_distance_variable(self) -> str:
541
+ """
542
+ Variable name
543
+ """
544
+ return pulumi.get(self, "ipv4_dhcp_distance_variable")
545
+
546
+ @property
547
+ @pulumi.getter(name="ipv4DhcpHelperVariable")
548
+ def ipv4_dhcp_helper_variable(self) -> str:
549
+ """
550
+ Variable name
551
+ """
552
+ return pulumi.get(self, "ipv4_dhcp_helper_variable")
553
+
554
+ @property
555
+ @pulumi.getter(name="ipv4DhcpHelpers")
556
+ def ipv4_dhcp_helpers(self) -> Sequence[str]:
557
+ """
558
+ List of DHCP IPv4 helper addresses (min 1, max 8)
559
+ """
560
+ return pulumi.get(self, "ipv4_dhcp_helpers")
561
+
562
+ @property
563
+ @pulumi.getter(name="ipv4Nat")
564
+ def ipv4_nat(self) -> bool:
565
+ """
566
+ enable Network Address Translation on this interface
567
+ """
568
+ return pulumi.get(self, "ipv4_nat")
569
+
570
+ @property
571
+ @pulumi.getter(name="ipv4NatLoopback")
572
+ def ipv4_nat_loopback(self) -> str:
573
+ """
574
+ NAT Inside Source Loopback Interface
575
+ """
576
+ return pulumi.get(self, "ipv4_nat_loopback")
577
+
578
+ @property
579
+ @pulumi.getter(name="ipv4NatLoopbackVariable")
580
+ def ipv4_nat_loopback_variable(self) -> str:
581
+ """
582
+ Variable name
583
+ """
584
+ return pulumi.get(self, "ipv4_nat_loopback_variable")
585
+
586
+ @property
587
+ @pulumi.getter(name="ipv4NatOverload")
588
+ def ipv4_nat_overload(self) -> bool:
589
+ """
590
+ NAT Overload
591
+ """
592
+ return pulumi.get(self, "ipv4_nat_overload")
593
+
594
+ @property
595
+ @pulumi.getter(name="ipv4NatOverloadVariable")
596
+ def ipv4_nat_overload_variable(self) -> str:
597
+ """
598
+ Variable name
599
+ """
600
+ return pulumi.get(self, "ipv4_nat_overload_variable")
601
+
602
+ @property
603
+ @pulumi.getter(name="ipv4NatPrefixLength")
604
+ def ipv4_nat_prefix_length(self) -> int:
605
+ """
606
+ NAT Pool Prefix Length
607
+ """
608
+ return pulumi.get(self, "ipv4_nat_prefix_length")
609
+
610
+ @property
611
+ @pulumi.getter(name="ipv4NatPrefixLengthVariable")
612
+ def ipv4_nat_prefix_length_variable(self) -> str:
613
+ """
614
+ Variable name
615
+ """
616
+ return pulumi.get(self, "ipv4_nat_prefix_length_variable")
617
+
618
+ @property
619
+ @pulumi.getter(name="ipv4NatRangeEnd")
620
+ def ipv4_nat_range_end(self) -> str:
621
+ """
622
+ NAT Pool Range End
623
+ """
624
+ return pulumi.get(self, "ipv4_nat_range_end")
625
+
626
+ @property
627
+ @pulumi.getter(name="ipv4NatRangeEndVariable")
628
+ def ipv4_nat_range_end_variable(self) -> str:
629
+ """
630
+ Variable name
631
+ """
632
+ return pulumi.get(self, "ipv4_nat_range_end_variable")
633
+
634
+ @property
635
+ @pulumi.getter(name="ipv4NatRangeStart")
636
+ def ipv4_nat_range_start(self) -> str:
637
+ """
638
+ NAT Pool Range Start
639
+ """
640
+ return pulumi.get(self, "ipv4_nat_range_start")
641
+
642
+ @property
643
+ @pulumi.getter(name="ipv4NatRangeStartVariable")
644
+ def ipv4_nat_range_start_variable(self) -> str:
645
+ """
646
+ Variable name
647
+ """
648
+ return pulumi.get(self, "ipv4_nat_range_start_variable")
649
+
650
+ @property
651
+ @pulumi.getter(name="ipv4NatTcpTimeout")
652
+ def ipv4_nat_tcp_timeout(self) -> int:
653
+ """
654
+ Set NAT TCP session timeout, in minutes
655
+ """
656
+ return pulumi.get(self, "ipv4_nat_tcp_timeout")
657
+
658
+ @property
659
+ @pulumi.getter(name="ipv4NatTcpTimeoutVariable")
660
+ def ipv4_nat_tcp_timeout_variable(self) -> str:
661
+ """
662
+ Variable name
663
+ """
664
+ return pulumi.get(self, "ipv4_nat_tcp_timeout_variable")
665
+
666
+ @property
667
+ @pulumi.getter(name="ipv4NatType")
668
+ def ipv4_nat_type(self) -> str:
669
+ """
670
+ NAT Type
671
+ """
672
+ return pulumi.get(self, "ipv4_nat_type")
673
+
674
+ @property
675
+ @pulumi.getter(name="ipv4NatTypeVariable")
676
+ def ipv4_nat_type_variable(self) -> str:
677
+ """
678
+ Variable name
679
+ """
680
+ return pulumi.get(self, "ipv4_nat_type_variable")
681
+
682
+ @property
683
+ @pulumi.getter(name="ipv4NatUdpTimeout")
684
+ def ipv4_nat_udp_timeout(self) -> int:
685
+ """
686
+ Set NAT UDP session timeout, in minutes
687
+ """
688
+ return pulumi.get(self, "ipv4_nat_udp_timeout")
689
+
690
+ @property
691
+ @pulumi.getter(name="ipv4NatUdpTimeoutVariable")
692
+ def ipv4_nat_udp_timeout_variable(self) -> str:
693
+ """
694
+ Variable name
695
+ """
696
+ return pulumi.get(self, "ipv4_nat_udp_timeout_variable")
697
+
698
+ @property
699
+ @pulumi.getter(name="ipv4SecondaryAddresses")
700
+ def ipv4_secondary_addresses(self) -> Sequence['outputs.GetServiceLanVpnInterfaceEthernetProfileParcelIpv4SecondaryAddressResult']:
701
+ """
702
+ Secondary IpV4 Addresses
703
+ """
704
+ return pulumi.get(self, "ipv4_secondary_addresses")
705
+
706
+ @property
707
+ @pulumi.getter(name="ipv4SubnetMask")
708
+ def ipv4_subnet_mask(self) -> str:
709
+ """
710
+ Subnet Mask
711
+ """
712
+ return pulumi.get(self, "ipv4_subnet_mask")
713
+
714
+ @property
715
+ @pulumi.getter(name="ipv4SubnetMaskVariable")
716
+ def ipv4_subnet_mask_variable(self) -> str:
717
+ """
718
+ Variable name
719
+ """
720
+ return pulumi.get(self, "ipv4_subnet_mask_variable")
721
+
722
+ @property
723
+ @pulumi.getter(name="ipv4Vrrps")
724
+ def ipv4_vrrps(self) -> Sequence['outputs.GetServiceLanVpnInterfaceEthernetProfileParcelIpv4VrrpResult']:
725
+ """
726
+ Enable VRRP
727
+ """
728
+ return pulumi.get(self, "ipv4_vrrps")
729
+
730
+ @property
731
+ @pulumi.getter(name="ipv6Address")
732
+ def ipv6_address(self) -> str:
733
+ """
734
+ IPv6 Address Secondary
735
+ """
736
+ return pulumi.get(self, "ipv6_address")
737
+
738
+ @property
739
+ @pulumi.getter(name="ipv6AddressVariable")
740
+ def ipv6_address_variable(self) -> str:
741
+ """
742
+ Variable name
743
+ """
744
+ return pulumi.get(self, "ipv6_address_variable")
745
+
746
+ @property
747
+ @pulumi.getter(name="ipv6DhcpHelpers")
748
+ def ipv6_dhcp_helpers(self) -> Sequence['outputs.GetServiceLanVpnInterfaceEthernetProfileParcelIpv6DhcpHelperResult']:
749
+ """
750
+ DHCPv6 Helper
751
+ """
752
+ return pulumi.get(self, "ipv6_dhcp_helpers")
753
+
754
+ @property
755
+ @pulumi.getter(name="ipv6DhcpSecondaryAddresses")
756
+ def ipv6_dhcp_secondary_addresses(self) -> Sequence['outputs.GetServiceLanVpnInterfaceEthernetProfileParcelIpv6DhcpSecondaryAddressResult']:
757
+ """
758
+ secondary IPv6 addresses
759
+ """
760
+ return pulumi.get(self, "ipv6_dhcp_secondary_addresses")
761
+
762
+ @property
763
+ @pulumi.getter(name="ipv6Nat")
764
+ def ipv6_nat(self) -> bool:
765
+ """
766
+ enable Network Address Translation ipv6 on this interface
767
+ """
768
+ return pulumi.get(self, "ipv6_nat")
769
+
770
+ @property
771
+ @pulumi.getter(name="ipv6SecondaryAddresses")
772
+ def ipv6_secondary_addresses(self) -> Sequence['outputs.GetServiceLanVpnInterfaceEthernetProfileParcelIpv6SecondaryAddressResult']:
773
+ """
774
+ Static secondary IPv6 addresses
775
+ """
776
+ return pulumi.get(self, "ipv6_secondary_addresses")
777
+
778
+ @property
779
+ @pulumi.getter(name="ipv6Vrrps")
780
+ def ipv6_vrrps(self) -> Sequence['outputs.GetServiceLanVpnInterfaceEthernetProfileParcelIpv6VrrpResult']:
781
+ """
782
+ Enable VRRP Ipv6
783
+ """
784
+ return pulumi.get(self, "ipv6_vrrps")
785
+
786
+ @property
787
+ @pulumi.getter(name="loadInterval")
788
+ def load_interval(self) -> int:
789
+ """
790
+ Interval for interface load calculation
791
+ """
792
+ return pulumi.get(self, "load_interval")
793
+
794
+ @property
795
+ @pulumi.getter(name="loadIntervalVariable")
796
+ def load_interval_variable(self) -> str:
797
+ """
798
+ Variable name
799
+ """
800
+ return pulumi.get(self, "load_interval_variable")
801
+
802
+ @property
803
+ @pulumi.getter(name="macAddress")
804
+ def mac_address(self) -> str:
805
+ """
806
+ MAC Address
807
+ """
808
+ return pulumi.get(self, "mac_address")
809
+
810
+ @property
811
+ @pulumi.getter(name="macAddressVariable")
812
+ def mac_address_variable(self) -> str:
813
+ """
814
+ Variable name
815
+ """
816
+ return pulumi.get(self, "mac_address_variable")
817
+
818
+ @property
819
+ @pulumi.getter(name="mediaType")
820
+ def media_type(self) -> str:
821
+ """
822
+ Media type
823
+ """
824
+ return pulumi.get(self, "media_type")
825
+
826
+ @property
827
+ @pulumi.getter(name="mediaTypeVariable")
828
+ def media_type_variable(self) -> str:
829
+ """
830
+ Variable name
831
+ """
832
+ return pulumi.get(self, "media_type_variable")
833
+
834
+ @property
835
+ @pulumi.getter
836
+ def name(self) -> str:
837
+ """
838
+ The name of the profile parcel
839
+ """
840
+ return pulumi.get(self, "name")
841
+
842
+ @property
843
+ @pulumi.getter
844
+ def nat64(self) -> bool:
845
+ """
846
+ NAT64 on this interface
847
+ """
848
+ return pulumi.get(self, "nat64")
849
+
850
+ @property
851
+ @pulumi.getter(name="serviceLanVpnProfileParcelId")
852
+ def service_lan_vpn_profile_parcel_id(self) -> str:
853
+ """
854
+ Service LAN VPN Profile Profile ID
855
+ """
856
+ return pulumi.get(self, "service_lan_vpn_profile_parcel_id")
857
+
858
+ @property
859
+ @pulumi.getter
860
+ def shutdown(self) -> bool:
861
+ return pulumi.get(self, "shutdown")
862
+
863
+ @property
864
+ @pulumi.getter(name="shutdownVariable")
865
+ def shutdown_variable(self) -> str:
866
+ """
867
+ Variable name
868
+ """
869
+ return pulumi.get(self, "shutdown_variable")
870
+
871
+ @property
872
+ @pulumi.getter
873
+ def speed(self) -> str:
874
+ """
875
+ Set interface speed
876
+ """
877
+ return pulumi.get(self, "speed")
878
+
879
+ @property
880
+ @pulumi.getter(name="speedVariable")
881
+ def speed_variable(self) -> str:
882
+ """
883
+ Variable name
884
+ """
885
+ return pulumi.get(self, "speed_variable")
886
+
887
+ @property
888
+ @pulumi.getter(name="staticNats")
889
+ def static_nats(self) -> Sequence['outputs.GetServiceLanVpnInterfaceEthernetProfileParcelStaticNatResult']:
890
+ """
891
+ static NAT
892
+ """
893
+ return pulumi.get(self, "static_nats")
894
+
895
+ @property
896
+ @pulumi.getter(name="tcpMss")
897
+ def tcp_mss(self) -> int:
898
+ """
899
+ TCP MSS on SYN packets, in bytes
900
+ """
901
+ return pulumi.get(self, "tcp_mss")
902
+
903
+ @property
904
+ @pulumi.getter(name="tcpMssVariable")
905
+ def tcp_mss_variable(self) -> str:
906
+ """
907
+ Variable name
908
+ """
909
+ return pulumi.get(self, "tcp_mss_variable")
910
+
911
+ @property
912
+ @pulumi.getter
913
+ def tracker(self) -> str:
914
+ """
915
+ Enable tracker for this interface
916
+ """
917
+ return pulumi.get(self, "tracker")
918
+
919
+ @property
920
+ @pulumi.getter(name="trackerVariable")
921
+ def tracker_variable(self) -> str:
922
+ """
923
+ Variable name
924
+ """
925
+ return pulumi.get(self, "tracker_variable")
926
+
927
+ @property
928
+ @pulumi.getter(name="trustsecEnableEnforcedPropogation")
929
+ def trustsec_enable_enforced_propogation(self) -> bool:
930
+ """
931
+ Enable/Disable SGT Enforcement on an interface
932
+ """
933
+ return pulumi.get(self, "trustsec_enable_enforced_propogation")
934
+
935
+ @property
936
+ @pulumi.getter(name="trustsecEnableSgtPropogation")
937
+ def trustsec_enable_sgt_propogation(self) -> bool:
938
+ """
939
+ Indicates that the interface is trustworthy for CTS
940
+ """
941
+ return pulumi.get(self, "trustsec_enable_sgt_propogation")
942
+
943
+ @property
944
+ @pulumi.getter(name="trustsecEnforcedSecurityGroupTag")
945
+ def trustsec_enforced_security_group_tag(self) -> int:
946
+ """
947
+ SGT value between 2 and 65519
948
+ """
949
+ return pulumi.get(self, "trustsec_enforced_security_group_tag")
950
+
951
+ @property
952
+ @pulumi.getter(name="trustsecEnforcedSecurityGroupTagVariable")
953
+ def trustsec_enforced_security_group_tag_variable(self) -> str:
954
+ """
955
+ Variable name
956
+ """
957
+ return pulumi.get(self, "trustsec_enforced_security_group_tag_variable")
958
+
959
+ @property
960
+ @pulumi.getter(name="trustsecPropogate")
961
+ def trustsec_propogate(self) -> bool:
962
+ """
963
+ Enables the interface for CTS SGT authorization and forwarding
964
+ """
965
+ return pulumi.get(self, "trustsec_propogate")
966
+
967
+ @property
968
+ @pulumi.getter(name="trustsecSecurityGroupTag")
969
+ def trustsec_security_group_tag(self) -> int:
970
+ """
971
+ SGT value between 2 and 65519
972
+ """
973
+ return pulumi.get(self, "trustsec_security_group_tag")
974
+
975
+ @property
976
+ @pulumi.getter(name="trustsecSecurityGroupTagVariable")
977
+ def trustsec_security_group_tag_variable(self) -> str:
978
+ """
979
+ Variable name
980
+ """
981
+ return pulumi.get(self, "trustsec_security_group_tag_variable")
982
+
983
+ @property
984
+ @pulumi.getter
985
+ def version(self) -> int:
986
+ """
987
+ The version of the profile parcel
988
+ """
989
+ return pulumi.get(self, "version")
990
+
991
+ @property
992
+ @pulumi.getter
993
+ def xconnect(self) -> str:
994
+ """
995
+ Extend remote TLOC over a GRE tunnel to a local LAN interface
996
+ """
997
+ return pulumi.get(self, "xconnect")
998
+
999
+ @property
1000
+ @pulumi.getter(name="xconnectVariable")
1001
+ def xconnect_variable(self) -> str:
1002
+ """
1003
+ Variable name
1004
+ """
1005
+ return pulumi.get(self, "xconnect_variable")
1006
+
1007
+
1008
+ class AwaitableGetServiceLanVpnInterfaceEthernetProfileParcelResult(GetServiceLanVpnInterfaceEthernetProfileParcelResult):
1009
+ # pylint: disable=using-constant-test
1010
+ def __await__(self):
1011
+ if False:
1012
+ yield self
1013
+ return GetServiceLanVpnInterfaceEthernetProfileParcelResult(
1014
+ acl_ipv4_egress_policy_id=self.acl_ipv4_egress_policy_id,
1015
+ acl_ipv4_ingress_policy_id=self.acl_ipv4_ingress_policy_id,
1016
+ acl_ipv6_egress_policy_id=self.acl_ipv6_egress_policy_id,
1017
+ acl_ipv6_ingress_policy_id=self.acl_ipv6_ingress_policy_id,
1018
+ acl_shaping_rate=self.acl_shaping_rate,
1019
+ acl_shaping_rate_variable=self.acl_shaping_rate_variable,
1020
+ arp_timeout=self.arp_timeout,
1021
+ arp_timeout_variable=self.arp_timeout_variable,
1022
+ arps=self.arps,
1023
+ autonegotiate=self.autonegotiate,
1024
+ autonegotiate_variable=self.autonegotiate_variable,
1025
+ config_description=self.config_description,
1026
+ config_description_variable=self.config_description_variable,
1027
+ description=self.description,
1028
+ duplex=self.duplex,
1029
+ duplex_variable=self.duplex_variable,
1030
+ enable_dhcpv6=self.enable_dhcpv6,
1031
+ feature_profile_id=self.feature_profile_id,
1032
+ icmp_redirect_disable=self.icmp_redirect_disable,
1033
+ icmp_redirect_disable_variable=self.icmp_redirect_disable_variable,
1034
+ id=self.id,
1035
+ interface_mtu=self.interface_mtu,
1036
+ interface_mtu_variable=self.interface_mtu_variable,
1037
+ interface_name=self.interface_name,
1038
+ interface_name_variable=self.interface_name_variable,
1039
+ ip_directed_broadcast=self.ip_directed_broadcast,
1040
+ ip_directed_broadcast_variable=self.ip_directed_broadcast_variable,
1041
+ ip_mtu=self.ip_mtu,
1042
+ ip_mtu_variable=self.ip_mtu_variable,
1043
+ ipv4_address=self.ipv4_address,
1044
+ ipv4_address_variable=self.ipv4_address_variable,
1045
+ ipv4_dhcp_distance=self.ipv4_dhcp_distance,
1046
+ ipv4_dhcp_distance_variable=self.ipv4_dhcp_distance_variable,
1047
+ ipv4_dhcp_helper_variable=self.ipv4_dhcp_helper_variable,
1048
+ ipv4_dhcp_helpers=self.ipv4_dhcp_helpers,
1049
+ ipv4_nat=self.ipv4_nat,
1050
+ ipv4_nat_loopback=self.ipv4_nat_loopback,
1051
+ ipv4_nat_loopback_variable=self.ipv4_nat_loopback_variable,
1052
+ ipv4_nat_overload=self.ipv4_nat_overload,
1053
+ ipv4_nat_overload_variable=self.ipv4_nat_overload_variable,
1054
+ ipv4_nat_prefix_length=self.ipv4_nat_prefix_length,
1055
+ ipv4_nat_prefix_length_variable=self.ipv4_nat_prefix_length_variable,
1056
+ ipv4_nat_range_end=self.ipv4_nat_range_end,
1057
+ ipv4_nat_range_end_variable=self.ipv4_nat_range_end_variable,
1058
+ ipv4_nat_range_start=self.ipv4_nat_range_start,
1059
+ ipv4_nat_range_start_variable=self.ipv4_nat_range_start_variable,
1060
+ ipv4_nat_tcp_timeout=self.ipv4_nat_tcp_timeout,
1061
+ ipv4_nat_tcp_timeout_variable=self.ipv4_nat_tcp_timeout_variable,
1062
+ ipv4_nat_type=self.ipv4_nat_type,
1063
+ ipv4_nat_type_variable=self.ipv4_nat_type_variable,
1064
+ ipv4_nat_udp_timeout=self.ipv4_nat_udp_timeout,
1065
+ ipv4_nat_udp_timeout_variable=self.ipv4_nat_udp_timeout_variable,
1066
+ ipv4_secondary_addresses=self.ipv4_secondary_addresses,
1067
+ ipv4_subnet_mask=self.ipv4_subnet_mask,
1068
+ ipv4_subnet_mask_variable=self.ipv4_subnet_mask_variable,
1069
+ ipv4_vrrps=self.ipv4_vrrps,
1070
+ ipv6_address=self.ipv6_address,
1071
+ ipv6_address_variable=self.ipv6_address_variable,
1072
+ ipv6_dhcp_helpers=self.ipv6_dhcp_helpers,
1073
+ ipv6_dhcp_secondary_addresses=self.ipv6_dhcp_secondary_addresses,
1074
+ ipv6_nat=self.ipv6_nat,
1075
+ ipv6_secondary_addresses=self.ipv6_secondary_addresses,
1076
+ ipv6_vrrps=self.ipv6_vrrps,
1077
+ load_interval=self.load_interval,
1078
+ load_interval_variable=self.load_interval_variable,
1079
+ mac_address=self.mac_address,
1080
+ mac_address_variable=self.mac_address_variable,
1081
+ media_type=self.media_type,
1082
+ media_type_variable=self.media_type_variable,
1083
+ name=self.name,
1084
+ nat64=self.nat64,
1085
+ service_lan_vpn_profile_parcel_id=self.service_lan_vpn_profile_parcel_id,
1086
+ shutdown=self.shutdown,
1087
+ shutdown_variable=self.shutdown_variable,
1088
+ speed=self.speed,
1089
+ speed_variable=self.speed_variable,
1090
+ static_nats=self.static_nats,
1091
+ tcp_mss=self.tcp_mss,
1092
+ tcp_mss_variable=self.tcp_mss_variable,
1093
+ tracker=self.tracker,
1094
+ tracker_variable=self.tracker_variable,
1095
+ trustsec_enable_enforced_propogation=self.trustsec_enable_enforced_propogation,
1096
+ trustsec_enable_sgt_propogation=self.trustsec_enable_sgt_propogation,
1097
+ trustsec_enforced_security_group_tag=self.trustsec_enforced_security_group_tag,
1098
+ trustsec_enforced_security_group_tag_variable=self.trustsec_enforced_security_group_tag_variable,
1099
+ trustsec_propogate=self.trustsec_propogate,
1100
+ trustsec_security_group_tag=self.trustsec_security_group_tag,
1101
+ trustsec_security_group_tag_variable=self.trustsec_security_group_tag_variable,
1102
+ version=self.version,
1103
+ xconnect=self.xconnect,
1104
+ xconnect_variable=self.xconnect_variable)
1105
+
1106
+
1107
+ def get_service_lan_vpn_interface_ethernet_profile_parcel(feature_profile_id: Optional[str] = None,
1108
+ id: Optional[str] = None,
1109
+ service_lan_vpn_profile_parcel_id: Optional[str] = None,
1110
+ opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetServiceLanVpnInterfaceEthernetProfileParcelResult:
1111
+ """
1112
+ This data source can read the Service LAN VPN Interface Ethernet profile parcel.
1113
+
1114
+ ## Example Usage
1115
+
1116
+ ```python
1117
+ import pulumi
1118
+ import pulumi_sdwan as sdwan
1119
+
1120
+ example = sdwan.get_service_lan_vpn_interface_ethernet_profile_parcel(id="f6b2c44c-693c-4763-b010-895aa3d236bd",
1121
+ feature_profile_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
1122
+ service_lan_vpn_profile_parcel_id="140331f6-5418-4755-a059-13c77eb96037")
1123
+ ```
1124
+
1125
+
1126
+ :param str feature_profile_id: Feature Profile ID
1127
+ :param str id: The id of the profile parcel
1128
+ :param str service_lan_vpn_profile_parcel_id: Service LAN VPN Profile Profile ID
1129
+ """
1130
+ __args__ = dict()
1131
+ __args__['featureProfileId'] = feature_profile_id
1132
+ __args__['id'] = id
1133
+ __args__['serviceLanVpnProfileParcelId'] = service_lan_vpn_profile_parcel_id
1134
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
1135
+ __ret__ = pulumi.runtime.invoke('sdwan:index/getServiceLanVpnInterfaceEthernetProfileParcel:getServiceLanVpnInterfaceEthernetProfileParcel', __args__, opts=opts, typ=GetServiceLanVpnInterfaceEthernetProfileParcelResult).value
1136
+
1137
+ return AwaitableGetServiceLanVpnInterfaceEthernetProfileParcelResult(
1138
+ acl_ipv4_egress_policy_id=pulumi.get(__ret__, 'acl_ipv4_egress_policy_id'),
1139
+ acl_ipv4_ingress_policy_id=pulumi.get(__ret__, 'acl_ipv4_ingress_policy_id'),
1140
+ acl_ipv6_egress_policy_id=pulumi.get(__ret__, 'acl_ipv6_egress_policy_id'),
1141
+ acl_ipv6_ingress_policy_id=pulumi.get(__ret__, 'acl_ipv6_ingress_policy_id'),
1142
+ acl_shaping_rate=pulumi.get(__ret__, 'acl_shaping_rate'),
1143
+ acl_shaping_rate_variable=pulumi.get(__ret__, 'acl_shaping_rate_variable'),
1144
+ arp_timeout=pulumi.get(__ret__, 'arp_timeout'),
1145
+ arp_timeout_variable=pulumi.get(__ret__, 'arp_timeout_variable'),
1146
+ arps=pulumi.get(__ret__, 'arps'),
1147
+ autonegotiate=pulumi.get(__ret__, 'autonegotiate'),
1148
+ autonegotiate_variable=pulumi.get(__ret__, 'autonegotiate_variable'),
1149
+ config_description=pulumi.get(__ret__, 'config_description'),
1150
+ config_description_variable=pulumi.get(__ret__, 'config_description_variable'),
1151
+ description=pulumi.get(__ret__, 'description'),
1152
+ duplex=pulumi.get(__ret__, 'duplex'),
1153
+ duplex_variable=pulumi.get(__ret__, 'duplex_variable'),
1154
+ enable_dhcpv6=pulumi.get(__ret__, 'enable_dhcpv6'),
1155
+ feature_profile_id=pulumi.get(__ret__, 'feature_profile_id'),
1156
+ icmp_redirect_disable=pulumi.get(__ret__, 'icmp_redirect_disable'),
1157
+ icmp_redirect_disable_variable=pulumi.get(__ret__, 'icmp_redirect_disable_variable'),
1158
+ id=pulumi.get(__ret__, 'id'),
1159
+ interface_mtu=pulumi.get(__ret__, 'interface_mtu'),
1160
+ interface_mtu_variable=pulumi.get(__ret__, 'interface_mtu_variable'),
1161
+ interface_name=pulumi.get(__ret__, 'interface_name'),
1162
+ interface_name_variable=pulumi.get(__ret__, 'interface_name_variable'),
1163
+ ip_directed_broadcast=pulumi.get(__ret__, 'ip_directed_broadcast'),
1164
+ ip_directed_broadcast_variable=pulumi.get(__ret__, 'ip_directed_broadcast_variable'),
1165
+ ip_mtu=pulumi.get(__ret__, 'ip_mtu'),
1166
+ ip_mtu_variable=pulumi.get(__ret__, 'ip_mtu_variable'),
1167
+ ipv4_address=pulumi.get(__ret__, 'ipv4_address'),
1168
+ ipv4_address_variable=pulumi.get(__ret__, 'ipv4_address_variable'),
1169
+ ipv4_dhcp_distance=pulumi.get(__ret__, 'ipv4_dhcp_distance'),
1170
+ ipv4_dhcp_distance_variable=pulumi.get(__ret__, 'ipv4_dhcp_distance_variable'),
1171
+ ipv4_dhcp_helper_variable=pulumi.get(__ret__, 'ipv4_dhcp_helper_variable'),
1172
+ ipv4_dhcp_helpers=pulumi.get(__ret__, 'ipv4_dhcp_helpers'),
1173
+ ipv4_nat=pulumi.get(__ret__, 'ipv4_nat'),
1174
+ ipv4_nat_loopback=pulumi.get(__ret__, 'ipv4_nat_loopback'),
1175
+ ipv4_nat_loopback_variable=pulumi.get(__ret__, 'ipv4_nat_loopback_variable'),
1176
+ ipv4_nat_overload=pulumi.get(__ret__, 'ipv4_nat_overload'),
1177
+ ipv4_nat_overload_variable=pulumi.get(__ret__, 'ipv4_nat_overload_variable'),
1178
+ ipv4_nat_prefix_length=pulumi.get(__ret__, 'ipv4_nat_prefix_length'),
1179
+ ipv4_nat_prefix_length_variable=pulumi.get(__ret__, 'ipv4_nat_prefix_length_variable'),
1180
+ ipv4_nat_range_end=pulumi.get(__ret__, 'ipv4_nat_range_end'),
1181
+ ipv4_nat_range_end_variable=pulumi.get(__ret__, 'ipv4_nat_range_end_variable'),
1182
+ ipv4_nat_range_start=pulumi.get(__ret__, 'ipv4_nat_range_start'),
1183
+ ipv4_nat_range_start_variable=pulumi.get(__ret__, 'ipv4_nat_range_start_variable'),
1184
+ ipv4_nat_tcp_timeout=pulumi.get(__ret__, 'ipv4_nat_tcp_timeout'),
1185
+ ipv4_nat_tcp_timeout_variable=pulumi.get(__ret__, 'ipv4_nat_tcp_timeout_variable'),
1186
+ ipv4_nat_type=pulumi.get(__ret__, 'ipv4_nat_type'),
1187
+ ipv4_nat_type_variable=pulumi.get(__ret__, 'ipv4_nat_type_variable'),
1188
+ ipv4_nat_udp_timeout=pulumi.get(__ret__, 'ipv4_nat_udp_timeout'),
1189
+ ipv4_nat_udp_timeout_variable=pulumi.get(__ret__, 'ipv4_nat_udp_timeout_variable'),
1190
+ ipv4_secondary_addresses=pulumi.get(__ret__, 'ipv4_secondary_addresses'),
1191
+ ipv4_subnet_mask=pulumi.get(__ret__, 'ipv4_subnet_mask'),
1192
+ ipv4_subnet_mask_variable=pulumi.get(__ret__, 'ipv4_subnet_mask_variable'),
1193
+ ipv4_vrrps=pulumi.get(__ret__, 'ipv4_vrrps'),
1194
+ ipv6_address=pulumi.get(__ret__, 'ipv6_address'),
1195
+ ipv6_address_variable=pulumi.get(__ret__, 'ipv6_address_variable'),
1196
+ ipv6_dhcp_helpers=pulumi.get(__ret__, 'ipv6_dhcp_helpers'),
1197
+ ipv6_dhcp_secondary_addresses=pulumi.get(__ret__, 'ipv6_dhcp_secondary_addresses'),
1198
+ ipv6_nat=pulumi.get(__ret__, 'ipv6_nat'),
1199
+ ipv6_secondary_addresses=pulumi.get(__ret__, 'ipv6_secondary_addresses'),
1200
+ ipv6_vrrps=pulumi.get(__ret__, 'ipv6_vrrps'),
1201
+ load_interval=pulumi.get(__ret__, 'load_interval'),
1202
+ load_interval_variable=pulumi.get(__ret__, 'load_interval_variable'),
1203
+ mac_address=pulumi.get(__ret__, 'mac_address'),
1204
+ mac_address_variable=pulumi.get(__ret__, 'mac_address_variable'),
1205
+ media_type=pulumi.get(__ret__, 'media_type'),
1206
+ media_type_variable=pulumi.get(__ret__, 'media_type_variable'),
1207
+ name=pulumi.get(__ret__, 'name'),
1208
+ nat64=pulumi.get(__ret__, 'nat64'),
1209
+ service_lan_vpn_profile_parcel_id=pulumi.get(__ret__, 'service_lan_vpn_profile_parcel_id'),
1210
+ shutdown=pulumi.get(__ret__, 'shutdown'),
1211
+ shutdown_variable=pulumi.get(__ret__, 'shutdown_variable'),
1212
+ speed=pulumi.get(__ret__, 'speed'),
1213
+ speed_variable=pulumi.get(__ret__, 'speed_variable'),
1214
+ static_nats=pulumi.get(__ret__, 'static_nats'),
1215
+ tcp_mss=pulumi.get(__ret__, 'tcp_mss'),
1216
+ tcp_mss_variable=pulumi.get(__ret__, 'tcp_mss_variable'),
1217
+ tracker=pulumi.get(__ret__, 'tracker'),
1218
+ tracker_variable=pulumi.get(__ret__, 'tracker_variable'),
1219
+ trustsec_enable_enforced_propogation=pulumi.get(__ret__, 'trustsec_enable_enforced_propogation'),
1220
+ trustsec_enable_sgt_propogation=pulumi.get(__ret__, 'trustsec_enable_sgt_propogation'),
1221
+ trustsec_enforced_security_group_tag=pulumi.get(__ret__, 'trustsec_enforced_security_group_tag'),
1222
+ trustsec_enforced_security_group_tag_variable=pulumi.get(__ret__, 'trustsec_enforced_security_group_tag_variable'),
1223
+ trustsec_propogate=pulumi.get(__ret__, 'trustsec_propogate'),
1224
+ trustsec_security_group_tag=pulumi.get(__ret__, 'trustsec_security_group_tag'),
1225
+ trustsec_security_group_tag_variable=pulumi.get(__ret__, 'trustsec_security_group_tag_variable'),
1226
+ version=pulumi.get(__ret__, 'version'),
1227
+ xconnect=pulumi.get(__ret__, 'xconnect'),
1228
+ xconnect_variable=pulumi.get(__ret__, 'xconnect_variable'))
1229
+
1230
+
1231
+ @_utilities.lift_output_func(get_service_lan_vpn_interface_ethernet_profile_parcel)
1232
+ def get_service_lan_vpn_interface_ethernet_profile_parcel_output(feature_profile_id: Optional[pulumi.Input[str]] = None,
1233
+ id: Optional[pulumi.Input[str]] = None,
1234
+ service_lan_vpn_profile_parcel_id: Optional[pulumi.Input[str]] = None,
1235
+ opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetServiceLanVpnInterfaceEthernetProfileParcelResult]:
1236
+ """
1237
+ This data source can read the Service LAN VPN Interface Ethernet profile parcel.
1238
+
1239
+ ## Example Usage
1240
+
1241
+ ```python
1242
+ import pulumi
1243
+ import pulumi_sdwan as sdwan
1244
+
1245
+ example = sdwan.get_service_lan_vpn_interface_ethernet_profile_parcel(id="f6b2c44c-693c-4763-b010-895aa3d236bd",
1246
+ feature_profile_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
1247
+ service_lan_vpn_profile_parcel_id="140331f6-5418-4755-a059-13c77eb96037")
1248
+ ```
1249
+
1250
+
1251
+ :param str feature_profile_id: Feature Profile ID
1252
+ :param str id: The id of the profile parcel
1253
+ :param str service_lan_vpn_profile_parcel_id: Service LAN VPN Profile Profile ID
1254
+ """
1255
+ ...