pulumi-sdwan 0.3.0a1736835519__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pulumi-sdwan might be problematic. Click here for more details.
- pulumi_sdwan/__init__.py +2284 -0
- pulumi_sdwan/_inputs.py +82362 -0
- pulumi_sdwan/_utilities.py +327 -0
- pulumi_sdwan/activate_centralized_policy.py +162 -0
- pulumi_sdwan/advanced_inspection_profile_policy_definition.py +687 -0
- pulumi_sdwan/advanced_malware_protection_policy_definition.py +744 -0
- pulumi_sdwan/allow_url_list_policy_object.py +266 -0
- pulumi_sdwan/app_probe_class_policy_object.py +318 -0
- pulumi_sdwan/application_aware_routing_policy_definition.py +316 -0
- pulumi_sdwan/application_list_policy_object.py +266 -0
- pulumi_sdwan/application_priority_feature_profile.py +234 -0
- pulumi_sdwan/application_priority_qos_policy.py +434 -0
- pulumi_sdwan/application_priority_traffic_policy_policy.py +471 -0
- pulumi_sdwan/as_path_list_policy_object.py +240 -0
- pulumi_sdwan/attach_feature_device_template.py +216 -0
- pulumi_sdwan/block_url_list_policy_object.py +266 -0
- pulumi_sdwan/cedge_aaa_feature_template.py +1554 -0
- pulumi_sdwan/cedge_global_feature_template.py +2562 -0
- pulumi_sdwan/cedge_igmp_feature_template.py +379 -0
- pulumi_sdwan/cedge_multicast_feature_template.py +642 -0
- pulumi_sdwan/cedge_pim_feature_template.py +1460 -0
- pulumi_sdwan/cellular_cedge_profile_feature_template.py +1026 -0
- pulumi_sdwan/cellular_controller_feature_template.py +849 -0
- pulumi_sdwan/cellular_profile_feature_template.py +1410 -0
- pulumi_sdwan/centralized_policy.py +327 -0
- pulumi_sdwan/cflowd_policy_definition.py +645 -0
- pulumi_sdwan/cisco_banner_feature_template.py +546 -0
- pulumi_sdwan/cisco_bfd_feature_template.py +668 -0
- pulumi_sdwan/cisco_bgp_feature_template.py +2024 -0
- pulumi_sdwan/cisco_dhcp_server_feature_template.py +1178 -0
- pulumi_sdwan/cisco_logging_feature_template.py +755 -0
- pulumi_sdwan/cisco_ntp_feature_template.py +802 -0
- pulumi_sdwan/cisco_omp_feature_template.py +1648 -0
- pulumi_sdwan/cisco_ospf_feature_template.py +1695 -0
- pulumi_sdwan/cisco_ospfv3_feature_template.py +3528 -0
- pulumi_sdwan/cisco_secure_internet_gateway_feature_template.py +614 -0
- pulumi_sdwan/cisco_security_feature_template.py +997 -0
- pulumi_sdwan/cisco_sig_credentials_feature_template.py +1410 -0
- pulumi_sdwan/cisco_snmp_feature_template.py +849 -0
- pulumi_sdwan/cisco_system_feature_template.py +4093 -0
- pulumi_sdwan/cisco_thousandeyes_feature_template.py +379 -0
- pulumi_sdwan/cisco_trustsec_feature_template.py +1803 -0
- pulumi_sdwan/cisco_vpn_feature_template.py +1742 -0
- pulumi_sdwan/cisco_vpn_interface_feature_template.py +9868 -0
- pulumi_sdwan/cisco_vpn_interface_gre_feature_template.py +1702 -0
- pulumi_sdwan/cisco_vpn_interface_ipsec_feature_template.py +2927 -0
- pulumi_sdwan/cisco_wireless_lan_feature_template.py +1166 -0
- pulumi_sdwan/class_map_policy_object.py +260 -0
- pulumi_sdwan/cli_config_feature.py +366 -0
- pulumi_sdwan/cli_device_template.py +412 -0
- pulumi_sdwan/cli_feature_profile.py +234 -0
- pulumi_sdwan/cli_template_feature_template.py +407 -0
- pulumi_sdwan/color_list_policy_object.py +266 -0
- pulumi_sdwan/config/__init__.py +8 -0
- pulumi_sdwan/config/__init__.pyi +41 -0
- pulumi_sdwan/config/vars.py +57 -0
- pulumi_sdwan/configuration_group.py +541 -0
- pulumi_sdwan/custom_control_topology_policy_definition.py +362 -0
- pulumi_sdwan/data_fqdn_prefix_list_policy_object.py +266 -0
- pulumi_sdwan/data_ipv4_prefix_list_policy_object.py +266 -0
- pulumi_sdwan/data_ipv6_prefix_list_policy_object.py +266 -0
- pulumi_sdwan/dns_security_feature_profile.py +234 -0
- pulumi_sdwan/dns_security_policy_definition.py +747 -0
- pulumi_sdwan/domain_list_policy_object.py +266 -0
- pulumi_sdwan/eigrp_feature_template.py +1131 -0
- pulumi_sdwan/embedded_security_feature_profile.py +234 -0
- pulumi_sdwan/expanded_community_list_policy_object.py +266 -0
- pulumi_sdwan/extended_community_list_policy_object.py +266 -0
- pulumi_sdwan/feature_device_template.py +602 -0
- pulumi_sdwan/geo_location_list_policy_object.py +268 -0
- pulumi_sdwan/get_advanced_inspection_profile_policy_definition.py +266 -0
- pulumi_sdwan/get_advanced_malware_protection_policy_definition.py +280 -0
- pulumi_sdwan/get_allow_url_list_policy_object.py +141 -0
- pulumi_sdwan/get_app_probe_class_policy_object.py +155 -0
- pulumi_sdwan/get_application_aware_routing_policy_definition.py +169 -0
- pulumi_sdwan/get_application_list_policy_object.py +141 -0
- pulumi_sdwan/get_application_priority_feature_profile.py +126 -0
- pulumi_sdwan/get_application_priority_qos_policy.py +205 -0
- pulumi_sdwan/get_application_priority_traffic_policy_policy.py +210 -0
- pulumi_sdwan/get_as_path_list_policy_object.py +141 -0
- pulumi_sdwan/get_block_url_list_policy_object.py +141 -0
- pulumi_sdwan/get_cedge_aaa_feature_template.py +539 -0
- pulumi_sdwan/get_cedge_global_feature_template.py +818 -0
- pulumi_sdwan/get_cedge_igmp_feature_template.py +189 -0
- pulumi_sdwan/get_cedge_multicast_feature_template.py +258 -0
- pulumi_sdwan/get_cedge_pim_feature_template.py +511 -0
- pulumi_sdwan/get_cellular_cedge_profile_feature_template.py +370 -0
- pulumi_sdwan/get_cellular_controller_feature_template.py +329 -0
- pulumi_sdwan/get_cellular_profile_feature_template.py +482 -0
- pulumi_sdwan/get_centralized_policy.py +155 -0
- pulumi_sdwan/get_cflowd_policy_definition.py +267 -0
- pulumi_sdwan/get_cisco_banner_feature_template.py +230 -0
- pulumi_sdwan/get_cisco_bfd_feature_template.py +273 -0
- pulumi_sdwan/get_cisco_bgp_feature_template.py +679 -0
- pulumi_sdwan/get_cisco_dhcp_server_feature_template.py +427 -0
- pulumi_sdwan/get_cisco_logging_feature_template.py +301 -0
- pulumi_sdwan/get_cisco_ntp_feature_template.py +315 -0
- pulumi_sdwan/get_cisco_omp_feature_template.py +567 -0
- pulumi_sdwan/get_cisco_ospf_feature_template.py +581 -0
- pulumi_sdwan/get_cisco_ospfv3_feature_template.py +1127 -0
- pulumi_sdwan/get_cisco_secure_internet_gateway_feature_template.py +259 -0
- pulumi_sdwan/get_cisco_security_feature_template.py +371 -0
- pulumi_sdwan/get_cisco_sig_credentials_feature_template.py +482 -0
- pulumi_sdwan/get_cisco_snmp_feature_template.py +329 -0
- pulumi_sdwan/get_cisco_system_feature_template.py +1141 -0
- pulumi_sdwan/get_cisco_thousandeyes_feature_template.py +189 -0
- pulumi_sdwan/get_cisco_trustsec_feature_template.py +609 -0
- pulumi_sdwan/get_cisco_vpn_feature_template.py +595 -0
- pulumi_sdwan/get_cisco_vpn_interface_feature_template.py +3003 -0
- pulumi_sdwan/get_cisco_vpn_interface_gre_feature_template.py +581 -0
- pulumi_sdwan/get_cisco_vpn_interface_ipsec_feature_template.py +916 -0
- pulumi_sdwan/get_cisco_wireless_lan_feature_template.py +413 -0
- pulumi_sdwan/get_class_map_policy_object.py +140 -0
- pulumi_sdwan/get_cli_config_feature.py +176 -0
- pulumi_sdwan/get_cli_device_template.py +182 -0
- pulumi_sdwan/get_cli_feature_profile.py +126 -0
- pulumi_sdwan/get_cli_template_feature_template.py +188 -0
- pulumi_sdwan/get_color_list_policy_object.py +141 -0
- pulumi_sdwan/get_configuration_group.py +211 -0
- pulumi_sdwan/get_custom_control_topology_policy_definition.py +183 -0
- pulumi_sdwan/get_data_fqdn_prefix_list_policy_object.py +141 -0
- pulumi_sdwan/get_data_ipv4_prefix_list_policy_object.py +141 -0
- pulumi_sdwan/get_data_ipv6_prefix_list_policy_object.py +141 -0
- pulumi_sdwan/get_device.py +149 -0
- pulumi_sdwan/get_dns_security_feature_profile.py +126 -0
- pulumi_sdwan/get_dns_security_policy_definition.py +281 -0
- pulumi_sdwan/get_domain_list_policy_object.py +141 -0
- pulumi_sdwan/get_eigrp_feature_template.py +413 -0
- pulumi_sdwan/get_embedded_security_feature_profile.py +126 -0
- pulumi_sdwan/get_expanded_community_list_policy_object.py +141 -0
- pulumi_sdwan/get_extended_community_list_policy_object.py +141 -0
- pulumi_sdwan/get_feature_device_template.py +239 -0
- pulumi_sdwan/get_geo_location_list_policy_object.py +141 -0
- pulumi_sdwan/get_gps_feature_template.py +342 -0
- pulumi_sdwan/get_hub_and_spoke_topology_policy_definition.py +197 -0
- pulumi_sdwan/get_intrusion_prevention_policy_definition.py +238 -0
- pulumi_sdwan/get_ips_signature_list_policy_object.py +141 -0
- pulumi_sdwan/get_ipv4_acl_policy_definition.py +183 -0
- pulumi_sdwan/get_ipv4_device_acl_policy_definition.py +183 -0
- pulumi_sdwan/get_ipv4_prefix_list_policy_object.py +141 -0
- pulumi_sdwan/get_ipv6_acl_policy_definition.py +183 -0
- pulumi_sdwan/get_ipv6_device_acl_policy_definition.py +183 -0
- pulumi_sdwan/get_ipv6_prefix_list_policy_object.py +141 -0
- pulumi_sdwan/get_local_application_list_policy_object.py +141 -0
- pulumi_sdwan/get_localized_policy.py +295 -0
- pulumi_sdwan/get_mesh_topology_policy_definition.py +197 -0
- pulumi_sdwan/get_mirror_policy_object.py +154 -0
- pulumi_sdwan/get_object_group_policy_definition.py +322 -0
- pulumi_sdwan/get_other_feature_profile.py +126 -0
- pulumi_sdwan/get_other_thousandeyes_feature.py +177 -0
- pulumi_sdwan/get_other_ucse_feature.py +353 -0
- pulumi_sdwan/get_policer_policy_object.py +168 -0
- pulumi_sdwan/get_policy_object_app_probe_class.py +177 -0
- pulumi_sdwan/get_policy_object_application_list.py +177 -0
- pulumi_sdwan/get_policy_object_as_path_list.py +191 -0
- pulumi_sdwan/get_policy_object_class_map.py +177 -0
- pulumi_sdwan/get_policy_object_color_list.py +177 -0
- pulumi_sdwan/get_policy_object_data_ipv4_prefix_list.py +177 -0
- pulumi_sdwan/get_policy_object_data_ipv6_prefix_list.py +177 -0
- pulumi_sdwan/get_policy_object_expanded_community_list.py +190 -0
- pulumi_sdwan/get_policy_object_extended_community_list.py +177 -0
- pulumi_sdwan/get_policy_object_feature_profile.py +126 -0
- pulumi_sdwan/get_policy_object_ipv4_prefix_list.py +177 -0
- pulumi_sdwan/get_policy_object_ipv6_prefix_list.py +177 -0
- pulumi_sdwan/get_policy_object_mirror.py +177 -0
- pulumi_sdwan/get_policy_object_policer.py +177 -0
- pulumi_sdwan/get_policy_object_preferred_color_group.py +177 -0
- pulumi_sdwan/get_policy_object_security_data_ipv4_prefix_list.py +174 -0
- pulumi_sdwan/get_policy_object_security_fqdn_list.py +174 -0
- pulumi_sdwan/get_policy_object_security_geolocation_list.py +177 -0
- pulumi_sdwan/get_policy_object_security_identity_list.py +177 -0
- pulumi_sdwan/get_policy_object_security_ips_signature.py +177 -0
- pulumi_sdwan/get_policy_object_security_local_application_list.py +177 -0
- pulumi_sdwan/get_policy_object_security_local_domain_list.py +174 -0
- pulumi_sdwan/get_policy_object_security_port_list.py +177 -0
- pulumi_sdwan/get_policy_object_security_scalable_group_tag_list.py +174 -0
- pulumi_sdwan/get_policy_object_security_url_allow_list.py +177 -0
- pulumi_sdwan/get_policy_object_security_url_block_list.py +177 -0
- pulumi_sdwan/get_policy_object_sla_class_list.py +177 -0
- pulumi_sdwan/get_policy_object_standard_community_list.py +177 -0
- pulumi_sdwan/get_policy_object_tloc_list.py +177 -0
- pulumi_sdwan/get_policy_object_vpn_group.py +177 -0
- pulumi_sdwan/get_port_list_policy_object.py +141 -0
- pulumi_sdwan/get_preferred_color_group_policy_object.py +210 -0
- pulumi_sdwan/get_protocol_list_policy_object.py +141 -0
- pulumi_sdwan/get_qos_map_policy_definition.py +169 -0
- pulumi_sdwan/get_region_list_policy_object.py +141 -0
- pulumi_sdwan/get_rewrite_rule_policy_definition.py +169 -0
- pulumi_sdwan/get_route_policy_definition.py +183 -0
- pulumi_sdwan/get_rule_set_policy_definition.py +155 -0
- pulumi_sdwan/get_security_app_hosting_feature_template.py +189 -0
- pulumi_sdwan/get_security_policy.py +306 -0
- pulumi_sdwan/get_service_dhcp_server_feature.py +443 -0
- pulumi_sdwan/get_service_feature_profile.py +126 -0
- pulumi_sdwan/get_service_ipv4_acl_feature.py +191 -0
- pulumi_sdwan/get_service_ipv6_acl_feature.py +191 -0
- pulumi_sdwan/get_service_lan_vpn_feature.py +666 -0
- pulumi_sdwan/get_service_lan_vpn_feature_associate_multicast_feature.py +156 -0
- pulumi_sdwan/get_service_lan_vpn_feature_associate_routing_bgp_feature.py +156 -0
- pulumi_sdwan/get_service_lan_vpn_feature_associate_routing_eigrp_feature.py +156 -0
- pulumi_sdwan/get_service_lan_vpn_feature_associate_routing_ospf_feature.py +156 -0
- pulumi_sdwan/get_service_lan_vpn_feature_associate_routing_ospfv3_ipv4_feature.py +156 -0
- pulumi_sdwan/get_service_lan_vpn_feature_associate_routing_ospfv3_ipv6_feature.py +156 -0
- pulumi_sdwan/get_service_lan_vpn_interface_ethernet_feature.py +1354 -0
- pulumi_sdwan/get_service_lan_vpn_interface_ethernet_feature_associate_dhcp_server_feature.py +178 -0
- pulumi_sdwan/get_service_lan_vpn_interface_gre_feature.py +570 -0
- pulumi_sdwan/get_service_lan_vpn_interface_ipsec_feature.py +992 -0
- pulumi_sdwan/get_service_lan_vpn_interface_ipsec_feature_associate_dhcp_server_feature.py +178 -0
- pulumi_sdwan/get_service_lan_vpn_interface_svi_feature.py +705 -0
- pulumi_sdwan/get_service_lan_vpn_interface_svi_feature_associate_dhcp_server_feature.py +178 -0
- pulumi_sdwan/get_service_multicast_feature.py +513 -0
- pulumi_sdwan/get_service_object_tracker_feature.py +316 -0
- pulumi_sdwan/get_service_object_tracker_group_feature.py +233 -0
- pulumi_sdwan/get_service_route_policy_feature.py +191 -0
- pulumi_sdwan/get_service_routing_bgp_feature.py +857 -0
- pulumi_sdwan/get_service_routing_eigrp_feature.py +398 -0
- pulumi_sdwan/get_service_routing_ospf_feature.py +566 -0
- pulumi_sdwan/get_service_routing_ospfv3_ipv4_feature.py +650 -0
- pulumi_sdwan/get_service_routing_ospfv3_ipv6_feature.py +650 -0
- pulumi_sdwan/get_service_switchport_feature.py +219 -0
- pulumi_sdwan/get_service_tracker_feature.py +464 -0
- pulumi_sdwan/get_service_tracker_group_feature.py +205 -0
- pulumi_sdwan/get_service_wireless_lan_feature.py +415 -0
- pulumi_sdwan/get_sig_security_feature_profile.py +126 -0
- pulumi_sdwan/get_site_list_policy_object.py +141 -0
- pulumi_sdwan/get_sla_class_policy_object.py +249 -0
- pulumi_sdwan/get_standard_community_list_policy_object.py +141 -0
- pulumi_sdwan/get_switchport_feature_template.py +273 -0
- pulumi_sdwan/get_system_aaa_feature.py +359 -0
- pulumi_sdwan/get_system_banner_feature.py +212 -0
- pulumi_sdwan/get_system_basic_feature.py +1003 -0
- pulumi_sdwan/get_system_bfd_feature.py +252 -0
- pulumi_sdwan/get_system_feature_profile.py +126 -0
- pulumi_sdwan/get_system_flexible_port_speed_feature.py +190 -0
- pulumi_sdwan/get_system_global_feature.py +806 -0
- pulumi_sdwan/get_system_ipv4_device_access_feature.py +191 -0
- pulumi_sdwan/get_system_ipv6_device_access_feature.py +191 -0
- pulumi_sdwan/get_system_logging_feature.py +289 -0
- pulumi_sdwan/get_system_mrf_feature.py +260 -0
- pulumi_sdwan/get_system_ntp_feature.py +303 -0
- pulumi_sdwan/get_system_omp_feature.py +974 -0
- pulumi_sdwan/get_system_performance_monitoring_feature.py +246 -0
- pulumi_sdwan/get_system_remote_access_feature.py +695 -0
- pulumi_sdwan/get_system_security_feature.py +331 -0
- pulumi_sdwan/get_system_snmp_feature.py +317 -0
- pulumi_sdwan/get_tloc_list_policy_object.py +141 -0
- pulumi_sdwan/get_tls_ssl_decryption_policy_definition.py +379 -0
- pulumi_sdwan/get_tls_ssl_profile_policy_definition.py +294 -0
- pulumi_sdwan/get_traffic_data_policy_definition.py +183 -0
- pulumi_sdwan/get_transport_cellular_controller_feature.py +302 -0
- pulumi_sdwan/get_transport_cellular_profile_feature.py +372 -0
- pulumi_sdwan/get_transport_feature_profile.py +126 -0
- pulumi_sdwan/get_transport_gps_feature.py +330 -0
- pulumi_sdwan/get_transport_ipv4_acl_feature.py +191 -0
- pulumi_sdwan/get_transport_ipv6_acl_feature.py +191 -0
- pulumi_sdwan/get_transport_ipv6_tracker_feature.py +414 -0
- pulumi_sdwan/get_transport_ipv6_tracker_group_feature.py +233 -0
- pulumi_sdwan/get_transport_management_vpn_feature.py +342 -0
- pulumi_sdwan/get_transport_management_vpn_interface_ethernet_feature.py +862 -0
- pulumi_sdwan/get_transport_route_policy_feature.py +191 -0
- pulumi_sdwan/get_transport_routing_bgp_feature.py +871 -0
- pulumi_sdwan/get_transport_routing_ospf_feature.py +566 -0
- pulumi_sdwan/get_transport_routing_ospfv3_ipv4_feature.py +650 -0
- pulumi_sdwan/get_transport_routing_ospfv3_ipv6_feature.py +650 -0
- pulumi_sdwan/get_transport_t1_e1_controller_feature.py +219 -0
- pulumi_sdwan/get_transport_tracker_feature.py +414 -0
- pulumi_sdwan/get_transport_tracker_group_feature.py +205 -0
- pulumi_sdwan/get_transport_wan_vpn_feature.py +384 -0
- pulumi_sdwan/get_transport_wan_vpn_feature_associate_routing_bgp_feature.py +156 -0
- pulumi_sdwan/get_transport_wan_vpn_feature_associate_routing_ospf_feature.py +156 -0
- pulumi_sdwan/get_transport_wan_vpn_feature_associate_routing_ospfv3_ipv4_feature.py +156 -0
- pulumi_sdwan/get_transport_wan_vpn_feature_associate_routing_ospfv3_ipv6_feature.py +156 -0
- pulumi_sdwan/get_transport_wan_vpn_interface_cellular_feature.py +1956 -0
- pulumi_sdwan/get_transport_wan_vpn_interface_ethernet_feature.py +2824 -0
- pulumi_sdwan/get_transport_wan_vpn_interface_ethernet_feature_associate_ipv6_tracker_feature.py +178 -0
- pulumi_sdwan/get_transport_wan_vpn_interface_ethernet_feature_associate_ipv6_tracker_group_feature.py +178 -0
- pulumi_sdwan/get_transport_wan_vpn_interface_ethernet_feature_associate_tracker_feature.py +178 -0
- pulumi_sdwan/get_transport_wan_vpn_interface_ethernet_feature_associate_tracker_group_feature.py +178 -0
- pulumi_sdwan/get_transport_wan_vpn_interface_gre_feature.py +570 -0
- pulumi_sdwan/get_transport_wan_vpn_interface_ipsec_feature.py +992 -0
- pulumi_sdwan/get_transport_wan_vpn_interface_t1_e1_serial_feature.py +1623 -0
- pulumi_sdwan/get_url_filtering_policy_definition.py +308 -0
- pulumi_sdwan/get_vedge_inventory.py +103 -0
- pulumi_sdwan/get_vpn_interface_cellular_feature_template.py +2205 -0
- pulumi_sdwan/get_vpn_interface_dsl_ipoe_feature_template.py +2387 -0
- pulumi_sdwan/get_vpn_interface_dsl_pppoa_feature_template.py +2233 -0
- pulumi_sdwan/get_vpn_interface_dsl_pppoe_feature_template.py +2345 -0
- pulumi_sdwan/get_vpn_interface_ethernet_pppoe_feature_template.py +2331 -0
- pulumi_sdwan/get_vpn_interface_multilink_feature_template.py +2051 -0
- pulumi_sdwan/get_vpn_interface_svi_feature_template.py +693 -0
- pulumi_sdwan/get_vpn_interface_t1_e1_serial_feature_template.py +1813 -0
- pulumi_sdwan/get_vpn_list_policy_object.py +141 -0
- pulumi_sdwan/get_vpn_membership_policy_definition.py +169 -0
- pulumi_sdwan/get_zone_based_firewall_policy_definition.py +191 -0
- pulumi_sdwan/get_zone_list_policy_object.py +141 -0
- pulumi_sdwan/gps_feature_template.py +930 -0
- pulumi_sdwan/hub_and_spoke_topology_policy_definition.py +410 -0
- pulumi_sdwan/intrusion_prevention_policy_definition.py +599 -0
- pulumi_sdwan/ips_signature_list_policy_object.py +240 -0
- pulumi_sdwan/ipv4_acl_policy_definition.py +363 -0
- pulumi_sdwan/ipv4_device_acl_policy_definition.py +363 -0
- pulumi_sdwan/ipv4_prefix_list_policy_object.py +270 -0
- pulumi_sdwan/ipv6_acl_policy_definition.py +363 -0
- pulumi_sdwan/ipv6_device_acl_policy_definition.py +363 -0
- pulumi_sdwan/ipv6_prefix_list_policy_object.py +270 -0
- pulumi_sdwan/local_application_list_policy_object.py +266 -0
- pulumi_sdwan/localized_policy.py +807 -0
- pulumi_sdwan/mesh_topology_policy_definition.py +410 -0
- pulumi_sdwan/mirror_policy_object.py +310 -0
- pulumi_sdwan/object_group_policy_definition.py +879 -0
- pulumi_sdwan/other_feature_profile.py +234 -0
- pulumi_sdwan/other_thousandeyes_feature.py +340 -0
- pulumi_sdwan/other_ucse_feature.py +960 -0
- pulumi_sdwan/outputs.py +105049 -0
- pulumi_sdwan/policer_policy_object.py +360 -0
- pulumi_sdwan/policy_object_app_probe_class.py +341 -0
- pulumi_sdwan/policy_object_application_list.py +371 -0
- pulumi_sdwan/policy_object_as_path_list.py +389 -0
- pulumi_sdwan/policy_object_class_map.py +371 -0
- pulumi_sdwan/policy_object_color_list.py +371 -0
- pulumi_sdwan/policy_object_data_ipv4_prefix_list.py +341 -0
- pulumi_sdwan/policy_object_data_ipv6_prefix_list.py +341 -0
- pulumi_sdwan/policy_object_expanded_community_list.py +412 -0
- pulumi_sdwan/policy_object_extended_community_list.py +341 -0
- pulumi_sdwan/policy_object_feature_profile.py +234 -0
- pulumi_sdwan/policy_object_ipv4_prefix_list.py +341 -0
- pulumi_sdwan/policy_object_ipv6_prefix_list.py +341 -0
- pulumi_sdwan/policy_object_mirror.py +341 -0
- pulumi_sdwan/policy_object_policer.py +341 -0
- pulumi_sdwan/policy_object_preferred_color_group.py +341 -0
- pulumi_sdwan/policy_object_security_data_ipv4_prefix_list.py +328 -0
- pulumi_sdwan/policy_object_security_fqdn_list.py +358 -0
- pulumi_sdwan/policy_object_security_geolocation_list.py +371 -0
- pulumi_sdwan/policy_object_security_identity_list.py +370 -0
- pulumi_sdwan/policy_object_security_ips_signature.py +341 -0
- pulumi_sdwan/policy_object_security_local_application_list.py +370 -0
- pulumi_sdwan/policy_object_security_local_domain_list.py +328 -0
- pulumi_sdwan/policy_object_security_port_list.py +371 -0
- pulumi_sdwan/policy_object_security_scalable_group_tag_list.py +328 -0
- pulumi_sdwan/policy_object_security_url_allow_list.py +371 -0
- pulumi_sdwan/policy_object_security_url_block_list.py +371 -0
- pulumi_sdwan/policy_object_sla_class_list.py +341 -0
- pulumi_sdwan/policy_object_standard_community_list.py +341 -0
- pulumi_sdwan/policy_object_tloc_list.py +341 -0
- pulumi_sdwan/policy_object_vpn_group.py +371 -0
- pulumi_sdwan/port_list_policy_object.py +266 -0
- pulumi_sdwan/preferred_color_group_policy_object.py +505 -0
- pulumi_sdwan/protocol_list_policy_object.py +266 -0
- pulumi_sdwan/provider.py +209 -0
- pulumi_sdwan/pulumi-plugin.json +5 -0
- pulumi_sdwan/py.typed +0 -0
- pulumi_sdwan/qos_map_policy_definition.py +316 -0
- pulumi_sdwan/region_list_policy_object.py +240 -0
- pulumi_sdwan/rewrite_rule_policy_definition.py +316 -0
- pulumi_sdwan/route_policy_definition.py +362 -0
- pulumi_sdwan/rule_set_policy_definition.py +288 -0
- pulumi_sdwan/security_app_hosting_feature_template.py +379 -0
- pulumi_sdwan/security_policy.py +799 -0
- pulumi_sdwan/service_dhcp_server_feature.py +1261 -0
- pulumi_sdwan/service_feature_profile.py +234 -0
- pulumi_sdwan/service_ipv4_acl_feature.py +386 -0
- pulumi_sdwan/service_ipv6_acl_feature.py +386 -0
- pulumi_sdwan/service_lan_vpn_feature.py +1967 -0
- pulumi_sdwan/service_lan_vpn_feature_associate_multicast_feature.py +285 -0
- pulumi_sdwan/service_lan_vpn_feature_associate_routing_bgp_feature.py +285 -0
- pulumi_sdwan/service_lan_vpn_feature_associate_routing_eigrp_feature.py +285 -0
- pulumi_sdwan/service_lan_vpn_feature_associate_routing_ospf_feature.py +285 -0
- pulumi_sdwan/service_lan_vpn_feature_associate_routing_ospfv3_ipv4_feature.py +285 -0
- pulumi_sdwan/service_lan_vpn_feature_associate_routing_ospfv3_ipv6_feature.py +285 -0
- pulumi_sdwan/service_lan_vpn_interface_ethernet_feature.py +4292 -0
- pulumi_sdwan/service_lan_vpn_interface_ethernet_feature_associate_dhcp_server_feature.py +335 -0
- pulumi_sdwan/service_lan_vpn_interface_gre_feature.py +1717 -0
- pulumi_sdwan/service_lan_vpn_interface_ipsec_feature.py +3269 -0
- pulumi_sdwan/service_lan_vpn_interface_ipsec_feature_associate_dhcp_server_feature.py +335 -0
- pulumi_sdwan/service_lan_vpn_interface_svi_feature.py +2102 -0
- pulumi_sdwan/service_lan_vpn_interface_svi_feature_associate_dhcp_server_feature.py +335 -0
- pulumi_sdwan/service_multicast_feature.py +1468 -0
- pulumi_sdwan/service_object_tracker_feature.py +867 -0
- pulumi_sdwan/service_object_tracker_group_feature.py +528 -0
- pulumi_sdwan/service_route_policy_feature.py +387 -0
- pulumi_sdwan/service_routing_bgp_feature.py +2623 -0
- pulumi_sdwan/service_routing_eigrp_feature.py +1080 -0
- pulumi_sdwan/service_routing_ospf_feature.py +1643 -0
- pulumi_sdwan/service_routing_ospfv3_ipv4_feature.py +1925 -0
- pulumi_sdwan/service_routing_ospfv3_ipv6_feature.py +1925 -0
- pulumi_sdwan/service_switchport_feature.py +481 -0
- pulumi_sdwan/service_tracker_feature.py +1371 -0
- pulumi_sdwan/service_tracker_group_feature.py +434 -0
- pulumi_sdwan/service_wireless_lan_feature.py +1232 -0
- pulumi_sdwan/sig_security_feature_profile.py +234 -0
- pulumi_sdwan/site_list_policy_object.py +240 -0
- pulumi_sdwan/sla_class_policy_object.py +661 -0
- pulumi_sdwan/standard_community_list_policy_object.py +266 -0
- pulumi_sdwan/switchport_feature_template.py +661 -0
- pulumi_sdwan/system_aaa_feature.py +952 -0
- pulumi_sdwan/system_banner_feature.py +481 -0
- pulumi_sdwan/system_basic_feature.py +3637 -0
- pulumi_sdwan/system_bfd_feature.py +622 -0
- pulumi_sdwan/system_feature_profile.py +234 -0
- pulumi_sdwan/system_flexible_port_speed_feature.py +425 -0
- pulumi_sdwan/system_global_feature.py +2523 -0
- pulumi_sdwan/system_ipv4_device_access_feature.py +387 -0
- pulumi_sdwan/system_ipv6_device_access_feature.py +387 -0
- pulumi_sdwan/system_logging_feature.py +715 -0
- pulumi_sdwan/system_mrf_feature.py +653 -0
- pulumi_sdwan/system_ntp_feature.py +762 -0
- pulumi_sdwan/system_omp_feature.py +3099 -0
- pulumi_sdwan/system_performance_monitoring_feature.py +608 -0
- pulumi_sdwan/system_remote_access_feature.py +2230 -0
- pulumi_sdwan/system_security_feature.py +863 -0
- pulumi_sdwan/system_snmp_feature.py +809 -0
- pulumi_sdwan/tloc_list_policy_object.py +240 -0
- pulumi_sdwan/tls_ssl_decryption_policy_definition.py +1039 -0
- pulumi_sdwan/tls_ssl_profile_policy_definition.py +791 -0
- pulumi_sdwan/traffic_data_policy_definition.py +363 -0
- pulumi_sdwan/transport_cellular_controller_feature.py +796 -0
- pulumi_sdwan/transport_cellular_profile_feature.py +1036 -0
- pulumi_sdwan/transport_feature_profile.py +234 -0
- pulumi_sdwan/transport_gps_feature.py +891 -0
- pulumi_sdwan/transport_ipv4_acl_feature.py +386 -0
- pulumi_sdwan/transport_ipv6_acl_feature.py +386 -0
- pulumi_sdwan/transport_ipv6_tracker_feature.py +1179 -0
- pulumi_sdwan/transport_ipv6_tracker_group_feature.py +529 -0
- pulumi_sdwan/transport_management_vpn_feature.py +890 -0
- pulumi_sdwan/transport_management_vpn_interface_ethernet_feature.py +2665 -0
- pulumi_sdwan/transport_route_policy_feature.py +387 -0
- pulumi_sdwan/transport_routing_bgp_feature.py +2670 -0
- pulumi_sdwan/transport_routing_ospf_feature.py +1643 -0
- pulumi_sdwan/transport_routing_ospfv3_ipv4_feature.py +1925 -0
- pulumi_sdwan/transport_routing_ospfv3_ipv6_feature.py +1925 -0
- pulumi_sdwan/transport_t1_e1_controller_feature.py +483 -0
- pulumi_sdwan/transport_tracker_feature.py +1179 -0
- pulumi_sdwan/transport_tracker_group_feature.py +434 -0
- pulumi_sdwan/transport_wan_vpn_feature.py +1031 -0
- pulumi_sdwan/transport_wan_vpn_feature_associate_routing_bgp_feature.py +285 -0
- pulumi_sdwan/transport_wan_vpn_feature_associate_routing_ospf_feature.py +285 -0
- pulumi_sdwan/transport_wan_vpn_feature_associate_routing_ospfv3_ipv4_feature.py +285 -0
- pulumi_sdwan/transport_wan_vpn_feature_associate_routing_ospfv3_ipv6_feature.py +285 -0
- pulumi_sdwan/transport_wan_vpn_interface_cellular_feature.py +6313 -0
- pulumi_sdwan/transport_wan_vpn_interface_ethernet_feature.py +9269 -0
- pulumi_sdwan/transport_wan_vpn_interface_ethernet_feature_associate_ipv6_tracker_feature.py +335 -0
- pulumi_sdwan/transport_wan_vpn_interface_ethernet_feature_associate_ipv6_tracker_group_feature.py +335 -0
- pulumi_sdwan/transport_wan_vpn_interface_ethernet_feature_associate_tracker_feature.py +335 -0
- pulumi_sdwan/transport_wan_vpn_interface_ethernet_feature_associate_tracker_group_feature.py +335 -0
- pulumi_sdwan/transport_wan_vpn_interface_gre_feature.py +1717 -0
- pulumi_sdwan/transport_wan_vpn_interface_ipsec_feature.py +3268 -0
- pulumi_sdwan/transport_wan_vpn_interface_t1_e1_serial_feature.py +5364 -0
- pulumi_sdwan/url_filtering_policy_definition.py +847 -0
- pulumi_sdwan/vpn_interface_cellular_feature_template.py +7168 -0
- pulumi_sdwan/vpn_interface_dsl_ipoe_feature_template.py +7779 -0
- pulumi_sdwan/vpn_interface_dsl_pppoa_feature_template.py +7262 -0
- pulumi_sdwan/vpn_interface_dsl_pppoe_feature_template.py +7638 -0
- pulumi_sdwan/vpn_interface_ethernet_pppoe_feature_template.py +7591 -0
- pulumi_sdwan/vpn_interface_multilink_feature_template.py +6651 -0
- pulumi_sdwan/vpn_interface_svi_feature_template.py +2071 -0
- pulumi_sdwan/vpn_interface_t1_e1_serial_feature_template.py +5866 -0
- pulumi_sdwan/vpn_list_policy_object.py +240 -0
- pulumi_sdwan/vpn_membership_policy_definition.py +316 -0
- pulumi_sdwan/zone_based_firewall_policy_definition.py +406 -0
- pulumi_sdwan/zone_list_policy_object.py +266 -0
- pulumi_sdwan-0.3.0a1736835519.dist-info/METADATA +64 -0
- pulumi_sdwan-0.3.0a1736835519.dist-info/RECORD +464 -0
- pulumi_sdwan-0.3.0a1736835519.dist-info/WHEEL +5 -0
- pulumi_sdwan-0.3.0a1736835519.dist-info/top_level.txt +1 -0
|
@@ -0,0 +1,992 @@
|
|
|
1
|
+
# coding=utf-8
|
|
2
|
+
# *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
|
|
5
|
+
import copy
|
|
6
|
+
import warnings
|
|
7
|
+
import sys
|
|
8
|
+
import pulumi
|
|
9
|
+
import pulumi.runtime
|
|
10
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
+
if sys.version_info >= (3, 11):
|
|
12
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
+
else:
|
|
14
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
|
+
from . import _utilities
|
|
16
|
+
|
|
17
|
+
__all__ = [
|
|
18
|
+
'GetTransportWanVpnInterfaceIpsecFeatureResult',
|
|
19
|
+
'AwaitableGetTransportWanVpnInterfaceIpsecFeatureResult',
|
|
20
|
+
'get_transport_wan_vpn_interface_ipsec_feature',
|
|
21
|
+
'get_transport_wan_vpn_interface_ipsec_feature_output',
|
|
22
|
+
]
|
|
23
|
+
|
|
24
|
+
@pulumi.output_type
|
|
25
|
+
class GetTransportWanVpnInterfaceIpsecFeatureResult:
|
|
26
|
+
"""
|
|
27
|
+
A collection of values returned by getTransportWanVpnInterfaceIpsecFeature.
|
|
28
|
+
"""
|
|
29
|
+
def __init__(__self__, application_tunnel_type=None, application_tunnel_type_variable=None, clear_dont_fragment=None, clear_dont_fragment_variable=None, description=None, dpd_interval=None, dpd_interval_variable=None, dpd_retries=None, dpd_retries_variable=None, feature_profile_id=None, id=None, ike_ciphersuite=None, ike_ciphersuite_variable=None, ike_diffie_hellman_group=None, ike_diffie_hellman_group_variable=None, ike_id_local_end_point=None, ike_id_local_end_point_variable=None, ike_id_remote_end_point=None, ike_id_remote_end_point_variable=None, ike_integrity_protocol=None, ike_integrity_protocol_variable=None, ike_preshared_key=None, ike_preshared_key_variable=None, ike_rekey_interval=None, ike_rekey_interval_variable=None, ike_version=None, interface_description=None, interface_description_variable=None, interface_name=None, interface_name_variable=None, ip_mtu=None, ip_mtu_variable=None, ipsec_ciphersuite=None, ipsec_ciphersuite_variable=None, ipsec_rekey_interval=None, ipsec_rekey_interval_variable=None, ipsec_replay_window=None, ipsec_replay_window_variable=None, ipv4_address=None, ipv4_address_variable=None, ipv4_subnet_mask=None, ipv4_subnet_mask_variable=None, name=None, perfect_forward_secrecy=None, perfect_forward_secrecy_variable=None, shutdown=None, shutdown_variable=None, tcp_mss=None, tcp_mss_variable=None, tracker_id=None, tracker_id_variable=None, transport_wan_vpn_feature_id=None, tunnel_destination_ipv4_address=None, tunnel_destination_ipv4_address_variable=None, tunnel_destination_ipv4_subnet_mask=None, tunnel_destination_ipv4_subnet_mask_variable=None, tunnel_route_via=None, tunnel_route_via_variable=None, tunnel_source_interface=None, tunnel_source_interface_variable=None, tunnel_source_ipv4_address=None, tunnel_source_ipv4_address_variable=None, tunnel_source_ipv4_subnet_mask=None, tunnel_source_ipv4_subnet_mask_variable=None, version=None):
|
|
30
|
+
if application_tunnel_type and not isinstance(application_tunnel_type, str):
|
|
31
|
+
raise TypeError("Expected argument 'application_tunnel_type' to be a str")
|
|
32
|
+
pulumi.set(__self__, "application_tunnel_type", application_tunnel_type)
|
|
33
|
+
if application_tunnel_type_variable and not isinstance(application_tunnel_type_variable, str):
|
|
34
|
+
raise TypeError("Expected argument 'application_tunnel_type_variable' to be a str")
|
|
35
|
+
pulumi.set(__self__, "application_tunnel_type_variable", application_tunnel_type_variable)
|
|
36
|
+
if clear_dont_fragment and not isinstance(clear_dont_fragment, bool):
|
|
37
|
+
raise TypeError("Expected argument 'clear_dont_fragment' to be a bool")
|
|
38
|
+
pulumi.set(__self__, "clear_dont_fragment", clear_dont_fragment)
|
|
39
|
+
if clear_dont_fragment_variable and not isinstance(clear_dont_fragment_variable, str):
|
|
40
|
+
raise TypeError("Expected argument 'clear_dont_fragment_variable' to be a str")
|
|
41
|
+
pulumi.set(__self__, "clear_dont_fragment_variable", clear_dont_fragment_variable)
|
|
42
|
+
if description and not isinstance(description, str):
|
|
43
|
+
raise TypeError("Expected argument 'description' to be a str")
|
|
44
|
+
pulumi.set(__self__, "description", description)
|
|
45
|
+
if dpd_interval and not isinstance(dpd_interval, int):
|
|
46
|
+
raise TypeError("Expected argument 'dpd_interval' to be a int")
|
|
47
|
+
pulumi.set(__self__, "dpd_interval", dpd_interval)
|
|
48
|
+
if dpd_interval_variable and not isinstance(dpd_interval_variable, str):
|
|
49
|
+
raise TypeError("Expected argument 'dpd_interval_variable' to be a str")
|
|
50
|
+
pulumi.set(__self__, "dpd_interval_variable", dpd_interval_variable)
|
|
51
|
+
if dpd_retries and not isinstance(dpd_retries, int):
|
|
52
|
+
raise TypeError("Expected argument 'dpd_retries' to be a int")
|
|
53
|
+
pulumi.set(__self__, "dpd_retries", dpd_retries)
|
|
54
|
+
if dpd_retries_variable and not isinstance(dpd_retries_variable, str):
|
|
55
|
+
raise TypeError("Expected argument 'dpd_retries_variable' to be a str")
|
|
56
|
+
pulumi.set(__self__, "dpd_retries_variable", dpd_retries_variable)
|
|
57
|
+
if feature_profile_id and not isinstance(feature_profile_id, str):
|
|
58
|
+
raise TypeError("Expected argument 'feature_profile_id' to be a str")
|
|
59
|
+
pulumi.set(__self__, "feature_profile_id", feature_profile_id)
|
|
60
|
+
if id and not isinstance(id, str):
|
|
61
|
+
raise TypeError("Expected argument 'id' to be a str")
|
|
62
|
+
pulumi.set(__self__, "id", id)
|
|
63
|
+
if ike_ciphersuite and not isinstance(ike_ciphersuite, str):
|
|
64
|
+
raise TypeError("Expected argument 'ike_ciphersuite' to be a str")
|
|
65
|
+
pulumi.set(__self__, "ike_ciphersuite", ike_ciphersuite)
|
|
66
|
+
if ike_ciphersuite_variable and not isinstance(ike_ciphersuite_variable, str):
|
|
67
|
+
raise TypeError("Expected argument 'ike_ciphersuite_variable' to be a str")
|
|
68
|
+
pulumi.set(__self__, "ike_ciphersuite_variable", ike_ciphersuite_variable)
|
|
69
|
+
if ike_diffie_hellman_group and not isinstance(ike_diffie_hellman_group, str):
|
|
70
|
+
raise TypeError("Expected argument 'ike_diffie_hellman_group' to be a str")
|
|
71
|
+
pulumi.set(__self__, "ike_diffie_hellman_group", ike_diffie_hellman_group)
|
|
72
|
+
if ike_diffie_hellman_group_variable and not isinstance(ike_diffie_hellman_group_variable, str):
|
|
73
|
+
raise TypeError("Expected argument 'ike_diffie_hellman_group_variable' to be a str")
|
|
74
|
+
pulumi.set(__self__, "ike_diffie_hellman_group_variable", ike_diffie_hellman_group_variable)
|
|
75
|
+
if ike_id_local_end_point and not isinstance(ike_id_local_end_point, str):
|
|
76
|
+
raise TypeError("Expected argument 'ike_id_local_end_point' to be a str")
|
|
77
|
+
pulumi.set(__self__, "ike_id_local_end_point", ike_id_local_end_point)
|
|
78
|
+
if ike_id_local_end_point_variable and not isinstance(ike_id_local_end_point_variable, str):
|
|
79
|
+
raise TypeError("Expected argument 'ike_id_local_end_point_variable' to be a str")
|
|
80
|
+
pulumi.set(__self__, "ike_id_local_end_point_variable", ike_id_local_end_point_variable)
|
|
81
|
+
if ike_id_remote_end_point and not isinstance(ike_id_remote_end_point, str):
|
|
82
|
+
raise TypeError("Expected argument 'ike_id_remote_end_point' to be a str")
|
|
83
|
+
pulumi.set(__self__, "ike_id_remote_end_point", ike_id_remote_end_point)
|
|
84
|
+
if ike_id_remote_end_point_variable and not isinstance(ike_id_remote_end_point_variable, str):
|
|
85
|
+
raise TypeError("Expected argument 'ike_id_remote_end_point_variable' to be a str")
|
|
86
|
+
pulumi.set(__self__, "ike_id_remote_end_point_variable", ike_id_remote_end_point_variable)
|
|
87
|
+
if ike_integrity_protocol and not isinstance(ike_integrity_protocol, str):
|
|
88
|
+
raise TypeError("Expected argument 'ike_integrity_protocol' to be a str")
|
|
89
|
+
pulumi.set(__self__, "ike_integrity_protocol", ike_integrity_protocol)
|
|
90
|
+
if ike_integrity_protocol_variable and not isinstance(ike_integrity_protocol_variable, str):
|
|
91
|
+
raise TypeError("Expected argument 'ike_integrity_protocol_variable' to be a str")
|
|
92
|
+
pulumi.set(__self__, "ike_integrity_protocol_variable", ike_integrity_protocol_variable)
|
|
93
|
+
if ike_preshared_key and not isinstance(ike_preshared_key, str):
|
|
94
|
+
raise TypeError("Expected argument 'ike_preshared_key' to be a str")
|
|
95
|
+
pulumi.set(__self__, "ike_preshared_key", ike_preshared_key)
|
|
96
|
+
if ike_preshared_key_variable and not isinstance(ike_preshared_key_variable, str):
|
|
97
|
+
raise TypeError("Expected argument 'ike_preshared_key_variable' to be a str")
|
|
98
|
+
pulumi.set(__self__, "ike_preshared_key_variable", ike_preshared_key_variable)
|
|
99
|
+
if ike_rekey_interval and not isinstance(ike_rekey_interval, int):
|
|
100
|
+
raise TypeError("Expected argument 'ike_rekey_interval' to be a int")
|
|
101
|
+
pulumi.set(__self__, "ike_rekey_interval", ike_rekey_interval)
|
|
102
|
+
if ike_rekey_interval_variable and not isinstance(ike_rekey_interval_variable, str):
|
|
103
|
+
raise TypeError("Expected argument 'ike_rekey_interval_variable' to be a str")
|
|
104
|
+
pulumi.set(__self__, "ike_rekey_interval_variable", ike_rekey_interval_variable)
|
|
105
|
+
if ike_version and not isinstance(ike_version, int):
|
|
106
|
+
raise TypeError("Expected argument 'ike_version' to be a int")
|
|
107
|
+
pulumi.set(__self__, "ike_version", ike_version)
|
|
108
|
+
if interface_description and not isinstance(interface_description, str):
|
|
109
|
+
raise TypeError("Expected argument 'interface_description' to be a str")
|
|
110
|
+
pulumi.set(__self__, "interface_description", interface_description)
|
|
111
|
+
if interface_description_variable and not isinstance(interface_description_variable, str):
|
|
112
|
+
raise TypeError("Expected argument 'interface_description_variable' to be a str")
|
|
113
|
+
pulumi.set(__self__, "interface_description_variable", interface_description_variable)
|
|
114
|
+
if interface_name and not isinstance(interface_name, str):
|
|
115
|
+
raise TypeError("Expected argument 'interface_name' to be a str")
|
|
116
|
+
pulumi.set(__self__, "interface_name", interface_name)
|
|
117
|
+
if interface_name_variable and not isinstance(interface_name_variable, str):
|
|
118
|
+
raise TypeError("Expected argument 'interface_name_variable' to be a str")
|
|
119
|
+
pulumi.set(__self__, "interface_name_variable", interface_name_variable)
|
|
120
|
+
if ip_mtu and not isinstance(ip_mtu, int):
|
|
121
|
+
raise TypeError("Expected argument 'ip_mtu' to be a int")
|
|
122
|
+
pulumi.set(__self__, "ip_mtu", ip_mtu)
|
|
123
|
+
if ip_mtu_variable and not isinstance(ip_mtu_variable, str):
|
|
124
|
+
raise TypeError("Expected argument 'ip_mtu_variable' to be a str")
|
|
125
|
+
pulumi.set(__self__, "ip_mtu_variable", ip_mtu_variable)
|
|
126
|
+
if ipsec_ciphersuite and not isinstance(ipsec_ciphersuite, str):
|
|
127
|
+
raise TypeError("Expected argument 'ipsec_ciphersuite' to be a str")
|
|
128
|
+
pulumi.set(__self__, "ipsec_ciphersuite", ipsec_ciphersuite)
|
|
129
|
+
if ipsec_ciphersuite_variable and not isinstance(ipsec_ciphersuite_variable, str):
|
|
130
|
+
raise TypeError("Expected argument 'ipsec_ciphersuite_variable' to be a str")
|
|
131
|
+
pulumi.set(__self__, "ipsec_ciphersuite_variable", ipsec_ciphersuite_variable)
|
|
132
|
+
if ipsec_rekey_interval and not isinstance(ipsec_rekey_interval, int):
|
|
133
|
+
raise TypeError("Expected argument 'ipsec_rekey_interval' to be a int")
|
|
134
|
+
pulumi.set(__self__, "ipsec_rekey_interval", ipsec_rekey_interval)
|
|
135
|
+
if ipsec_rekey_interval_variable and not isinstance(ipsec_rekey_interval_variable, str):
|
|
136
|
+
raise TypeError("Expected argument 'ipsec_rekey_interval_variable' to be a str")
|
|
137
|
+
pulumi.set(__self__, "ipsec_rekey_interval_variable", ipsec_rekey_interval_variable)
|
|
138
|
+
if ipsec_replay_window and not isinstance(ipsec_replay_window, int):
|
|
139
|
+
raise TypeError("Expected argument 'ipsec_replay_window' to be a int")
|
|
140
|
+
pulumi.set(__self__, "ipsec_replay_window", ipsec_replay_window)
|
|
141
|
+
if ipsec_replay_window_variable and not isinstance(ipsec_replay_window_variable, str):
|
|
142
|
+
raise TypeError("Expected argument 'ipsec_replay_window_variable' to be a str")
|
|
143
|
+
pulumi.set(__self__, "ipsec_replay_window_variable", ipsec_replay_window_variable)
|
|
144
|
+
if ipv4_address and not isinstance(ipv4_address, str):
|
|
145
|
+
raise TypeError("Expected argument 'ipv4_address' to be a str")
|
|
146
|
+
pulumi.set(__self__, "ipv4_address", ipv4_address)
|
|
147
|
+
if ipv4_address_variable and not isinstance(ipv4_address_variable, str):
|
|
148
|
+
raise TypeError("Expected argument 'ipv4_address_variable' to be a str")
|
|
149
|
+
pulumi.set(__self__, "ipv4_address_variable", ipv4_address_variable)
|
|
150
|
+
if ipv4_subnet_mask and not isinstance(ipv4_subnet_mask, str):
|
|
151
|
+
raise TypeError("Expected argument 'ipv4_subnet_mask' to be a str")
|
|
152
|
+
pulumi.set(__self__, "ipv4_subnet_mask", ipv4_subnet_mask)
|
|
153
|
+
if ipv4_subnet_mask_variable and not isinstance(ipv4_subnet_mask_variable, str):
|
|
154
|
+
raise TypeError("Expected argument 'ipv4_subnet_mask_variable' to be a str")
|
|
155
|
+
pulumi.set(__self__, "ipv4_subnet_mask_variable", ipv4_subnet_mask_variable)
|
|
156
|
+
if name and not isinstance(name, str):
|
|
157
|
+
raise TypeError("Expected argument 'name' to be a str")
|
|
158
|
+
pulumi.set(__self__, "name", name)
|
|
159
|
+
if perfect_forward_secrecy and not isinstance(perfect_forward_secrecy, str):
|
|
160
|
+
raise TypeError("Expected argument 'perfect_forward_secrecy' to be a str")
|
|
161
|
+
pulumi.set(__self__, "perfect_forward_secrecy", perfect_forward_secrecy)
|
|
162
|
+
if perfect_forward_secrecy_variable and not isinstance(perfect_forward_secrecy_variable, str):
|
|
163
|
+
raise TypeError("Expected argument 'perfect_forward_secrecy_variable' to be a str")
|
|
164
|
+
pulumi.set(__self__, "perfect_forward_secrecy_variable", perfect_forward_secrecy_variable)
|
|
165
|
+
if shutdown and not isinstance(shutdown, bool):
|
|
166
|
+
raise TypeError("Expected argument 'shutdown' to be a bool")
|
|
167
|
+
pulumi.set(__self__, "shutdown", shutdown)
|
|
168
|
+
if shutdown_variable and not isinstance(shutdown_variable, str):
|
|
169
|
+
raise TypeError("Expected argument 'shutdown_variable' to be a str")
|
|
170
|
+
pulumi.set(__self__, "shutdown_variable", shutdown_variable)
|
|
171
|
+
if tcp_mss and not isinstance(tcp_mss, int):
|
|
172
|
+
raise TypeError("Expected argument 'tcp_mss' to be a int")
|
|
173
|
+
pulumi.set(__self__, "tcp_mss", tcp_mss)
|
|
174
|
+
if tcp_mss_variable and not isinstance(tcp_mss_variable, str):
|
|
175
|
+
raise TypeError("Expected argument 'tcp_mss_variable' to be a str")
|
|
176
|
+
pulumi.set(__self__, "tcp_mss_variable", tcp_mss_variable)
|
|
177
|
+
if tracker_id and not isinstance(tracker_id, str):
|
|
178
|
+
raise TypeError("Expected argument 'tracker_id' to be a str")
|
|
179
|
+
pulumi.set(__self__, "tracker_id", tracker_id)
|
|
180
|
+
if tracker_id_variable and not isinstance(tracker_id_variable, str):
|
|
181
|
+
raise TypeError("Expected argument 'tracker_id_variable' to be a str")
|
|
182
|
+
pulumi.set(__self__, "tracker_id_variable", tracker_id_variable)
|
|
183
|
+
if transport_wan_vpn_feature_id and not isinstance(transport_wan_vpn_feature_id, str):
|
|
184
|
+
raise TypeError("Expected argument 'transport_wan_vpn_feature_id' to be a str")
|
|
185
|
+
pulumi.set(__self__, "transport_wan_vpn_feature_id", transport_wan_vpn_feature_id)
|
|
186
|
+
if tunnel_destination_ipv4_address and not isinstance(tunnel_destination_ipv4_address, str):
|
|
187
|
+
raise TypeError("Expected argument 'tunnel_destination_ipv4_address' to be a str")
|
|
188
|
+
pulumi.set(__self__, "tunnel_destination_ipv4_address", tunnel_destination_ipv4_address)
|
|
189
|
+
if tunnel_destination_ipv4_address_variable and not isinstance(tunnel_destination_ipv4_address_variable, str):
|
|
190
|
+
raise TypeError("Expected argument 'tunnel_destination_ipv4_address_variable' to be a str")
|
|
191
|
+
pulumi.set(__self__, "tunnel_destination_ipv4_address_variable", tunnel_destination_ipv4_address_variable)
|
|
192
|
+
if tunnel_destination_ipv4_subnet_mask and not isinstance(tunnel_destination_ipv4_subnet_mask, str):
|
|
193
|
+
raise TypeError("Expected argument 'tunnel_destination_ipv4_subnet_mask' to be a str")
|
|
194
|
+
pulumi.set(__self__, "tunnel_destination_ipv4_subnet_mask", tunnel_destination_ipv4_subnet_mask)
|
|
195
|
+
if tunnel_destination_ipv4_subnet_mask_variable and not isinstance(tunnel_destination_ipv4_subnet_mask_variable, str):
|
|
196
|
+
raise TypeError("Expected argument 'tunnel_destination_ipv4_subnet_mask_variable' to be a str")
|
|
197
|
+
pulumi.set(__self__, "tunnel_destination_ipv4_subnet_mask_variable", tunnel_destination_ipv4_subnet_mask_variable)
|
|
198
|
+
if tunnel_route_via and not isinstance(tunnel_route_via, str):
|
|
199
|
+
raise TypeError("Expected argument 'tunnel_route_via' to be a str")
|
|
200
|
+
pulumi.set(__self__, "tunnel_route_via", tunnel_route_via)
|
|
201
|
+
if tunnel_route_via_variable and not isinstance(tunnel_route_via_variable, str):
|
|
202
|
+
raise TypeError("Expected argument 'tunnel_route_via_variable' to be a str")
|
|
203
|
+
pulumi.set(__self__, "tunnel_route_via_variable", tunnel_route_via_variable)
|
|
204
|
+
if tunnel_source_interface and not isinstance(tunnel_source_interface, str):
|
|
205
|
+
raise TypeError("Expected argument 'tunnel_source_interface' to be a str")
|
|
206
|
+
pulumi.set(__self__, "tunnel_source_interface", tunnel_source_interface)
|
|
207
|
+
if tunnel_source_interface_variable and not isinstance(tunnel_source_interface_variable, str):
|
|
208
|
+
raise TypeError("Expected argument 'tunnel_source_interface_variable' to be a str")
|
|
209
|
+
pulumi.set(__self__, "tunnel_source_interface_variable", tunnel_source_interface_variable)
|
|
210
|
+
if tunnel_source_ipv4_address and not isinstance(tunnel_source_ipv4_address, str):
|
|
211
|
+
raise TypeError("Expected argument 'tunnel_source_ipv4_address' to be a str")
|
|
212
|
+
pulumi.set(__self__, "tunnel_source_ipv4_address", tunnel_source_ipv4_address)
|
|
213
|
+
if tunnel_source_ipv4_address_variable and not isinstance(tunnel_source_ipv4_address_variable, str):
|
|
214
|
+
raise TypeError("Expected argument 'tunnel_source_ipv4_address_variable' to be a str")
|
|
215
|
+
pulumi.set(__self__, "tunnel_source_ipv4_address_variable", tunnel_source_ipv4_address_variable)
|
|
216
|
+
if tunnel_source_ipv4_subnet_mask and not isinstance(tunnel_source_ipv4_subnet_mask, str):
|
|
217
|
+
raise TypeError("Expected argument 'tunnel_source_ipv4_subnet_mask' to be a str")
|
|
218
|
+
pulumi.set(__self__, "tunnel_source_ipv4_subnet_mask", tunnel_source_ipv4_subnet_mask)
|
|
219
|
+
if tunnel_source_ipv4_subnet_mask_variable and not isinstance(tunnel_source_ipv4_subnet_mask_variable, str):
|
|
220
|
+
raise TypeError("Expected argument 'tunnel_source_ipv4_subnet_mask_variable' to be a str")
|
|
221
|
+
pulumi.set(__self__, "tunnel_source_ipv4_subnet_mask_variable", tunnel_source_ipv4_subnet_mask_variable)
|
|
222
|
+
if version and not isinstance(version, int):
|
|
223
|
+
raise TypeError("Expected argument 'version' to be a int")
|
|
224
|
+
pulumi.set(__self__, "version", version)
|
|
225
|
+
|
|
226
|
+
@property
|
|
227
|
+
@pulumi.getter(name="applicationTunnelType")
|
|
228
|
+
def application_tunnel_type(self) -> str:
|
|
229
|
+
"""
|
|
230
|
+
Enable Application Tunnel Type
|
|
231
|
+
"""
|
|
232
|
+
return pulumi.get(self, "application_tunnel_type")
|
|
233
|
+
|
|
234
|
+
@property
|
|
235
|
+
@pulumi.getter(name="applicationTunnelTypeVariable")
|
|
236
|
+
def application_tunnel_type_variable(self) -> str:
|
|
237
|
+
"""
|
|
238
|
+
Variable name
|
|
239
|
+
"""
|
|
240
|
+
return pulumi.get(self, "application_tunnel_type_variable")
|
|
241
|
+
|
|
242
|
+
@property
|
|
243
|
+
@pulumi.getter(name="clearDontFragment")
|
|
244
|
+
def clear_dont_fragment(self) -> bool:
|
|
245
|
+
"""
|
|
246
|
+
Enable clear dont fragment (Currently Only SDWAN Tunnel Interface)
|
|
247
|
+
"""
|
|
248
|
+
return pulumi.get(self, "clear_dont_fragment")
|
|
249
|
+
|
|
250
|
+
@property
|
|
251
|
+
@pulumi.getter(name="clearDontFragmentVariable")
|
|
252
|
+
def clear_dont_fragment_variable(self) -> str:
|
|
253
|
+
"""
|
|
254
|
+
Variable name
|
|
255
|
+
"""
|
|
256
|
+
return pulumi.get(self, "clear_dont_fragment_variable")
|
|
257
|
+
|
|
258
|
+
@property
|
|
259
|
+
@pulumi.getter
|
|
260
|
+
def description(self) -> str:
|
|
261
|
+
"""
|
|
262
|
+
The description of the Feature
|
|
263
|
+
"""
|
|
264
|
+
return pulumi.get(self, "description")
|
|
265
|
+
|
|
266
|
+
@property
|
|
267
|
+
@pulumi.getter(name="dpdInterval")
|
|
268
|
+
def dpd_interval(self) -> int:
|
|
269
|
+
"""
|
|
270
|
+
IKE keepalive interval (seconds)
|
|
271
|
+
"""
|
|
272
|
+
return pulumi.get(self, "dpd_interval")
|
|
273
|
+
|
|
274
|
+
@property
|
|
275
|
+
@pulumi.getter(name="dpdIntervalVariable")
|
|
276
|
+
def dpd_interval_variable(self) -> str:
|
|
277
|
+
"""
|
|
278
|
+
Variable name
|
|
279
|
+
"""
|
|
280
|
+
return pulumi.get(self, "dpd_interval_variable")
|
|
281
|
+
|
|
282
|
+
@property
|
|
283
|
+
@pulumi.getter(name="dpdRetries")
|
|
284
|
+
def dpd_retries(self) -> int:
|
|
285
|
+
"""
|
|
286
|
+
IKE keepalive retries
|
|
287
|
+
"""
|
|
288
|
+
return pulumi.get(self, "dpd_retries")
|
|
289
|
+
|
|
290
|
+
@property
|
|
291
|
+
@pulumi.getter(name="dpdRetriesVariable")
|
|
292
|
+
def dpd_retries_variable(self) -> str:
|
|
293
|
+
"""
|
|
294
|
+
Variable name
|
|
295
|
+
"""
|
|
296
|
+
return pulumi.get(self, "dpd_retries_variable")
|
|
297
|
+
|
|
298
|
+
@property
|
|
299
|
+
@pulumi.getter(name="featureProfileId")
|
|
300
|
+
def feature_profile_id(self) -> str:
|
|
301
|
+
"""
|
|
302
|
+
Feature Profile ID
|
|
303
|
+
"""
|
|
304
|
+
return pulumi.get(self, "feature_profile_id")
|
|
305
|
+
|
|
306
|
+
@property
|
|
307
|
+
@pulumi.getter
|
|
308
|
+
def id(self) -> str:
|
|
309
|
+
"""
|
|
310
|
+
The id of the Feature
|
|
311
|
+
"""
|
|
312
|
+
return pulumi.get(self, "id")
|
|
313
|
+
|
|
314
|
+
@property
|
|
315
|
+
@pulumi.getter(name="ikeCiphersuite")
|
|
316
|
+
def ike_ciphersuite(self) -> str:
|
|
317
|
+
"""
|
|
318
|
+
IKE identity the IKE preshared secret belongs to
|
|
319
|
+
"""
|
|
320
|
+
return pulumi.get(self, "ike_ciphersuite")
|
|
321
|
+
|
|
322
|
+
@property
|
|
323
|
+
@pulumi.getter(name="ikeCiphersuiteVariable")
|
|
324
|
+
def ike_ciphersuite_variable(self) -> str:
|
|
325
|
+
"""
|
|
326
|
+
Variable name
|
|
327
|
+
"""
|
|
328
|
+
return pulumi.get(self, "ike_ciphersuite_variable")
|
|
329
|
+
|
|
330
|
+
@property
|
|
331
|
+
@pulumi.getter(name="ikeDiffieHellmanGroup")
|
|
332
|
+
def ike_diffie_hellman_group(self) -> str:
|
|
333
|
+
"""
|
|
334
|
+
IKE Diffie Hellman Groups
|
|
335
|
+
"""
|
|
336
|
+
return pulumi.get(self, "ike_diffie_hellman_group")
|
|
337
|
+
|
|
338
|
+
@property
|
|
339
|
+
@pulumi.getter(name="ikeDiffieHellmanGroupVariable")
|
|
340
|
+
def ike_diffie_hellman_group_variable(self) -> str:
|
|
341
|
+
"""
|
|
342
|
+
Variable name
|
|
343
|
+
"""
|
|
344
|
+
return pulumi.get(self, "ike_diffie_hellman_group_variable")
|
|
345
|
+
|
|
346
|
+
@property
|
|
347
|
+
@pulumi.getter(name="ikeIdLocalEndPoint")
|
|
348
|
+
def ike_id_local_end_point(self) -> str:
|
|
349
|
+
"""
|
|
350
|
+
IKE ID for the local endpoint. Input IPv4 address, domain name, or email address
|
|
351
|
+
"""
|
|
352
|
+
return pulumi.get(self, "ike_id_local_end_point")
|
|
353
|
+
|
|
354
|
+
@property
|
|
355
|
+
@pulumi.getter(name="ikeIdLocalEndPointVariable")
|
|
356
|
+
def ike_id_local_end_point_variable(self) -> str:
|
|
357
|
+
"""
|
|
358
|
+
Variable name
|
|
359
|
+
"""
|
|
360
|
+
return pulumi.get(self, "ike_id_local_end_point_variable")
|
|
361
|
+
|
|
362
|
+
@property
|
|
363
|
+
@pulumi.getter(name="ikeIdRemoteEndPoint")
|
|
364
|
+
def ike_id_remote_end_point(self) -> str:
|
|
365
|
+
"""
|
|
366
|
+
IKE ID for the remote endpoint. Input IPv4 address, domain name, or email address
|
|
367
|
+
"""
|
|
368
|
+
return pulumi.get(self, "ike_id_remote_end_point")
|
|
369
|
+
|
|
370
|
+
@property
|
|
371
|
+
@pulumi.getter(name="ikeIdRemoteEndPointVariable")
|
|
372
|
+
def ike_id_remote_end_point_variable(self) -> str:
|
|
373
|
+
"""
|
|
374
|
+
Variable name
|
|
375
|
+
"""
|
|
376
|
+
return pulumi.get(self, "ike_id_remote_end_point_variable")
|
|
377
|
+
|
|
378
|
+
@property
|
|
379
|
+
@pulumi.getter(name="ikeIntegrityProtocol")
|
|
380
|
+
def ike_integrity_protocol(self) -> str:
|
|
381
|
+
"""
|
|
382
|
+
IKE integrity protocol
|
|
383
|
+
"""
|
|
384
|
+
return pulumi.get(self, "ike_integrity_protocol")
|
|
385
|
+
|
|
386
|
+
@property
|
|
387
|
+
@pulumi.getter(name="ikeIntegrityProtocolVariable")
|
|
388
|
+
def ike_integrity_protocol_variable(self) -> str:
|
|
389
|
+
"""
|
|
390
|
+
Variable name
|
|
391
|
+
"""
|
|
392
|
+
return pulumi.get(self, "ike_integrity_protocol_variable")
|
|
393
|
+
|
|
394
|
+
@property
|
|
395
|
+
@pulumi.getter(name="ikePresharedKey")
|
|
396
|
+
def ike_preshared_key(self) -> str:
|
|
397
|
+
"""
|
|
398
|
+
Use preshared key to authenticate IKE peer
|
|
399
|
+
"""
|
|
400
|
+
return pulumi.get(self, "ike_preshared_key")
|
|
401
|
+
|
|
402
|
+
@property
|
|
403
|
+
@pulumi.getter(name="ikePresharedKeyVariable")
|
|
404
|
+
def ike_preshared_key_variable(self) -> str:
|
|
405
|
+
"""
|
|
406
|
+
Variable name
|
|
407
|
+
"""
|
|
408
|
+
return pulumi.get(self, "ike_preshared_key_variable")
|
|
409
|
+
|
|
410
|
+
@property
|
|
411
|
+
@pulumi.getter(name="ikeRekeyInterval")
|
|
412
|
+
def ike_rekey_interval(self) -> int:
|
|
413
|
+
"""
|
|
414
|
+
IKE rekey interval \\n\\n seconds
|
|
415
|
+
"""
|
|
416
|
+
return pulumi.get(self, "ike_rekey_interval")
|
|
417
|
+
|
|
418
|
+
@property
|
|
419
|
+
@pulumi.getter(name="ikeRekeyIntervalVariable")
|
|
420
|
+
def ike_rekey_interval_variable(self) -> str:
|
|
421
|
+
"""
|
|
422
|
+
Variable name
|
|
423
|
+
"""
|
|
424
|
+
return pulumi.get(self, "ike_rekey_interval_variable")
|
|
425
|
+
|
|
426
|
+
@property
|
|
427
|
+
@pulumi.getter(name="ikeVersion")
|
|
428
|
+
def ike_version(self) -> int:
|
|
429
|
+
"""
|
|
430
|
+
IKE Version \\n\\n
|
|
431
|
+
"""
|
|
432
|
+
return pulumi.get(self, "ike_version")
|
|
433
|
+
|
|
434
|
+
@property
|
|
435
|
+
@pulumi.getter(name="interfaceDescription")
|
|
436
|
+
def interface_description(self) -> str:
|
|
437
|
+
"""
|
|
438
|
+
Interface description
|
|
439
|
+
"""
|
|
440
|
+
return pulumi.get(self, "interface_description")
|
|
441
|
+
|
|
442
|
+
@property
|
|
443
|
+
@pulumi.getter(name="interfaceDescriptionVariable")
|
|
444
|
+
def interface_description_variable(self) -> str:
|
|
445
|
+
"""
|
|
446
|
+
Variable name
|
|
447
|
+
"""
|
|
448
|
+
return pulumi.get(self, "interface_description_variable")
|
|
449
|
+
|
|
450
|
+
@property
|
|
451
|
+
@pulumi.getter(name="interfaceName")
|
|
452
|
+
def interface_name(self) -> str:
|
|
453
|
+
"""
|
|
454
|
+
Interface name: IPsec when present
|
|
455
|
+
"""
|
|
456
|
+
return pulumi.get(self, "interface_name")
|
|
457
|
+
|
|
458
|
+
@property
|
|
459
|
+
@pulumi.getter(name="interfaceNameVariable")
|
|
460
|
+
def interface_name_variable(self) -> str:
|
|
461
|
+
"""
|
|
462
|
+
Variable name
|
|
463
|
+
"""
|
|
464
|
+
return pulumi.get(self, "interface_name_variable")
|
|
465
|
+
|
|
466
|
+
@property
|
|
467
|
+
@pulumi.getter(name="ipMtu")
|
|
468
|
+
def ip_mtu(self) -> int:
|
|
469
|
+
"""
|
|
470
|
+
Interface MTU \\n\\n, in bytes
|
|
471
|
+
"""
|
|
472
|
+
return pulumi.get(self, "ip_mtu")
|
|
473
|
+
|
|
474
|
+
@property
|
|
475
|
+
@pulumi.getter(name="ipMtuVariable")
|
|
476
|
+
def ip_mtu_variable(self) -> str:
|
|
477
|
+
"""
|
|
478
|
+
Variable name
|
|
479
|
+
"""
|
|
480
|
+
return pulumi.get(self, "ip_mtu_variable")
|
|
481
|
+
|
|
482
|
+
@property
|
|
483
|
+
@pulumi.getter(name="ipsecCiphersuite")
|
|
484
|
+
def ipsec_ciphersuite(self) -> str:
|
|
485
|
+
"""
|
|
486
|
+
IPsec(ESP) encryption and integrity protocol
|
|
487
|
+
"""
|
|
488
|
+
return pulumi.get(self, "ipsec_ciphersuite")
|
|
489
|
+
|
|
490
|
+
@property
|
|
491
|
+
@pulumi.getter(name="ipsecCiphersuiteVariable")
|
|
492
|
+
def ipsec_ciphersuite_variable(self) -> str:
|
|
493
|
+
"""
|
|
494
|
+
Variable name
|
|
495
|
+
"""
|
|
496
|
+
return pulumi.get(self, "ipsec_ciphersuite_variable")
|
|
497
|
+
|
|
498
|
+
@property
|
|
499
|
+
@pulumi.getter(name="ipsecRekeyInterval")
|
|
500
|
+
def ipsec_rekey_interval(self) -> int:
|
|
501
|
+
"""
|
|
502
|
+
IPsec rekey interval \\n\\n seconds
|
|
503
|
+
"""
|
|
504
|
+
return pulumi.get(self, "ipsec_rekey_interval")
|
|
505
|
+
|
|
506
|
+
@property
|
|
507
|
+
@pulumi.getter(name="ipsecRekeyIntervalVariable")
|
|
508
|
+
def ipsec_rekey_interval_variable(self) -> str:
|
|
509
|
+
"""
|
|
510
|
+
Variable name
|
|
511
|
+
"""
|
|
512
|
+
return pulumi.get(self, "ipsec_rekey_interval_variable")
|
|
513
|
+
|
|
514
|
+
@property
|
|
515
|
+
@pulumi.getter(name="ipsecReplayWindow")
|
|
516
|
+
def ipsec_replay_window(self) -> int:
|
|
517
|
+
"""
|
|
518
|
+
Replay window size 32..8192 (must be a power of 2)
|
|
519
|
+
"""
|
|
520
|
+
return pulumi.get(self, "ipsec_replay_window")
|
|
521
|
+
|
|
522
|
+
@property
|
|
523
|
+
@pulumi.getter(name="ipsecReplayWindowVariable")
|
|
524
|
+
def ipsec_replay_window_variable(self) -> str:
|
|
525
|
+
"""
|
|
526
|
+
Variable name
|
|
527
|
+
"""
|
|
528
|
+
return pulumi.get(self, "ipsec_replay_window_variable")
|
|
529
|
+
|
|
530
|
+
@property
|
|
531
|
+
@pulumi.getter(name="ipv4Address")
|
|
532
|
+
def ipv4_address(self) -> str:
|
|
533
|
+
return pulumi.get(self, "ipv4_address")
|
|
534
|
+
|
|
535
|
+
@property
|
|
536
|
+
@pulumi.getter(name="ipv4AddressVariable")
|
|
537
|
+
def ipv4_address_variable(self) -> str:
|
|
538
|
+
"""
|
|
539
|
+
Variable name
|
|
540
|
+
"""
|
|
541
|
+
return pulumi.get(self, "ipv4_address_variable")
|
|
542
|
+
|
|
543
|
+
@property
|
|
544
|
+
@pulumi.getter(name="ipv4SubnetMask")
|
|
545
|
+
def ipv4_subnet_mask(self) -> str:
|
|
546
|
+
return pulumi.get(self, "ipv4_subnet_mask")
|
|
547
|
+
|
|
548
|
+
@property
|
|
549
|
+
@pulumi.getter(name="ipv4SubnetMaskVariable")
|
|
550
|
+
def ipv4_subnet_mask_variable(self) -> str:
|
|
551
|
+
"""
|
|
552
|
+
Variable name
|
|
553
|
+
"""
|
|
554
|
+
return pulumi.get(self, "ipv4_subnet_mask_variable")
|
|
555
|
+
|
|
556
|
+
@property
|
|
557
|
+
@pulumi.getter
|
|
558
|
+
def name(self) -> str:
|
|
559
|
+
"""
|
|
560
|
+
The name of the Feature
|
|
561
|
+
"""
|
|
562
|
+
return pulumi.get(self, "name")
|
|
563
|
+
|
|
564
|
+
@property
|
|
565
|
+
@pulumi.getter(name="perfectForwardSecrecy")
|
|
566
|
+
def perfect_forward_secrecy(self) -> str:
|
|
567
|
+
"""
|
|
568
|
+
IPsec perfect forward secrecy settings
|
|
569
|
+
"""
|
|
570
|
+
return pulumi.get(self, "perfect_forward_secrecy")
|
|
571
|
+
|
|
572
|
+
@property
|
|
573
|
+
@pulumi.getter(name="perfectForwardSecrecyVariable")
|
|
574
|
+
def perfect_forward_secrecy_variable(self) -> str:
|
|
575
|
+
"""
|
|
576
|
+
Variable name
|
|
577
|
+
"""
|
|
578
|
+
return pulumi.get(self, "perfect_forward_secrecy_variable")
|
|
579
|
+
|
|
580
|
+
@property
|
|
581
|
+
@pulumi.getter
|
|
582
|
+
def shutdown(self) -> bool:
|
|
583
|
+
"""
|
|
584
|
+
Administrative state
|
|
585
|
+
"""
|
|
586
|
+
return pulumi.get(self, "shutdown")
|
|
587
|
+
|
|
588
|
+
@property
|
|
589
|
+
@pulumi.getter(name="shutdownVariable")
|
|
590
|
+
def shutdown_variable(self) -> str:
|
|
591
|
+
"""
|
|
592
|
+
Variable name
|
|
593
|
+
"""
|
|
594
|
+
return pulumi.get(self, "shutdown_variable")
|
|
595
|
+
|
|
596
|
+
@property
|
|
597
|
+
@pulumi.getter(name="tcpMss")
|
|
598
|
+
def tcp_mss(self) -> int:
|
|
599
|
+
"""
|
|
600
|
+
TCP MSS on SYN packets, in bytes
|
|
601
|
+
"""
|
|
602
|
+
return pulumi.get(self, "tcp_mss")
|
|
603
|
+
|
|
604
|
+
@property
|
|
605
|
+
@pulumi.getter(name="tcpMssVariable")
|
|
606
|
+
def tcp_mss_variable(self) -> str:
|
|
607
|
+
"""
|
|
608
|
+
Variable name
|
|
609
|
+
"""
|
|
610
|
+
return pulumi.get(self, "tcp_mss_variable")
|
|
611
|
+
|
|
612
|
+
@property
|
|
613
|
+
@pulumi.getter(name="trackerId")
|
|
614
|
+
def tracker_id(self) -> str:
|
|
615
|
+
"""
|
|
616
|
+
Enable tracker for this interface
|
|
617
|
+
"""
|
|
618
|
+
return pulumi.get(self, "tracker_id")
|
|
619
|
+
|
|
620
|
+
@property
|
|
621
|
+
@pulumi.getter(name="trackerIdVariable")
|
|
622
|
+
def tracker_id_variable(self) -> str:
|
|
623
|
+
"""
|
|
624
|
+
Variable name
|
|
625
|
+
"""
|
|
626
|
+
return pulumi.get(self, "tracker_id_variable")
|
|
627
|
+
|
|
628
|
+
@property
|
|
629
|
+
@pulumi.getter(name="transportWanVpnFeatureId")
|
|
630
|
+
def transport_wan_vpn_feature_id(self) -> str:
|
|
631
|
+
"""
|
|
632
|
+
Transport WAN VPN Feature ID
|
|
633
|
+
"""
|
|
634
|
+
return pulumi.get(self, "transport_wan_vpn_feature_id")
|
|
635
|
+
|
|
636
|
+
@property
|
|
637
|
+
@pulumi.getter(name="tunnelDestinationIpv4Address")
|
|
638
|
+
def tunnel_destination_ipv4_address(self) -> str:
|
|
639
|
+
return pulumi.get(self, "tunnel_destination_ipv4_address")
|
|
640
|
+
|
|
641
|
+
@property
|
|
642
|
+
@pulumi.getter(name="tunnelDestinationIpv4AddressVariable")
|
|
643
|
+
def tunnel_destination_ipv4_address_variable(self) -> str:
|
|
644
|
+
"""
|
|
645
|
+
Variable name
|
|
646
|
+
"""
|
|
647
|
+
return pulumi.get(self, "tunnel_destination_ipv4_address_variable")
|
|
648
|
+
|
|
649
|
+
@property
|
|
650
|
+
@pulumi.getter(name="tunnelDestinationIpv4SubnetMask")
|
|
651
|
+
def tunnel_destination_ipv4_subnet_mask(self) -> str:
|
|
652
|
+
return pulumi.get(self, "tunnel_destination_ipv4_subnet_mask")
|
|
653
|
+
|
|
654
|
+
@property
|
|
655
|
+
@pulumi.getter(name="tunnelDestinationIpv4SubnetMaskVariable")
|
|
656
|
+
def tunnel_destination_ipv4_subnet_mask_variable(self) -> str:
|
|
657
|
+
"""
|
|
658
|
+
Variable name
|
|
659
|
+
"""
|
|
660
|
+
return pulumi.get(self, "tunnel_destination_ipv4_subnet_mask_variable")
|
|
661
|
+
|
|
662
|
+
@property
|
|
663
|
+
@pulumi.getter(name="tunnelRouteVia")
|
|
664
|
+
def tunnel_route_via(self) -> str:
|
|
665
|
+
"""
|
|
666
|
+
\\n\\n Interface name: ge0/\\n\\n or ge0/\\n\\n.vlanid
|
|
667
|
+
"""
|
|
668
|
+
return pulumi.get(self, "tunnel_route_via")
|
|
669
|
+
|
|
670
|
+
@property
|
|
671
|
+
@pulumi.getter(name="tunnelRouteViaVariable")
|
|
672
|
+
def tunnel_route_via_variable(self) -> str:
|
|
673
|
+
"""
|
|
674
|
+
Variable name
|
|
675
|
+
"""
|
|
676
|
+
return pulumi.get(self, "tunnel_route_via_variable")
|
|
677
|
+
|
|
678
|
+
@property
|
|
679
|
+
@pulumi.getter(name="tunnelSourceInterface")
|
|
680
|
+
def tunnel_source_interface(self) -> str:
|
|
681
|
+
"""
|
|
682
|
+
\\n\\n Interface name: ge0/\\n\\n or ge0/\\n\\n.vlanid
|
|
683
|
+
"""
|
|
684
|
+
return pulumi.get(self, "tunnel_source_interface")
|
|
685
|
+
|
|
686
|
+
@property
|
|
687
|
+
@pulumi.getter(name="tunnelSourceInterfaceVariable")
|
|
688
|
+
def tunnel_source_interface_variable(self) -> str:
|
|
689
|
+
"""
|
|
690
|
+
Variable name
|
|
691
|
+
"""
|
|
692
|
+
return pulumi.get(self, "tunnel_source_interface_variable")
|
|
693
|
+
|
|
694
|
+
@property
|
|
695
|
+
@pulumi.getter(name="tunnelSourceIpv4Address")
|
|
696
|
+
def tunnel_source_ipv4_address(self) -> str:
|
|
697
|
+
return pulumi.get(self, "tunnel_source_ipv4_address")
|
|
698
|
+
|
|
699
|
+
@property
|
|
700
|
+
@pulumi.getter(name="tunnelSourceIpv4AddressVariable")
|
|
701
|
+
def tunnel_source_ipv4_address_variable(self) -> str:
|
|
702
|
+
"""
|
|
703
|
+
Variable name
|
|
704
|
+
"""
|
|
705
|
+
return pulumi.get(self, "tunnel_source_ipv4_address_variable")
|
|
706
|
+
|
|
707
|
+
@property
|
|
708
|
+
@pulumi.getter(name="tunnelSourceIpv4SubnetMask")
|
|
709
|
+
def tunnel_source_ipv4_subnet_mask(self) -> str:
|
|
710
|
+
return pulumi.get(self, "tunnel_source_ipv4_subnet_mask")
|
|
711
|
+
|
|
712
|
+
@property
|
|
713
|
+
@pulumi.getter(name="tunnelSourceIpv4SubnetMaskVariable")
|
|
714
|
+
def tunnel_source_ipv4_subnet_mask_variable(self) -> str:
|
|
715
|
+
"""
|
|
716
|
+
Variable name
|
|
717
|
+
"""
|
|
718
|
+
return pulumi.get(self, "tunnel_source_ipv4_subnet_mask_variable")
|
|
719
|
+
|
|
720
|
+
@property
|
|
721
|
+
@pulumi.getter
|
|
722
|
+
def version(self) -> int:
|
|
723
|
+
"""
|
|
724
|
+
The version of the Feature
|
|
725
|
+
"""
|
|
726
|
+
return pulumi.get(self, "version")
|
|
727
|
+
|
|
728
|
+
|
|
729
|
+
class AwaitableGetTransportWanVpnInterfaceIpsecFeatureResult(GetTransportWanVpnInterfaceIpsecFeatureResult):
|
|
730
|
+
# pylint: disable=using-constant-test
|
|
731
|
+
def __await__(self):
|
|
732
|
+
if False:
|
|
733
|
+
yield self
|
|
734
|
+
return GetTransportWanVpnInterfaceIpsecFeatureResult(
|
|
735
|
+
application_tunnel_type=self.application_tunnel_type,
|
|
736
|
+
application_tunnel_type_variable=self.application_tunnel_type_variable,
|
|
737
|
+
clear_dont_fragment=self.clear_dont_fragment,
|
|
738
|
+
clear_dont_fragment_variable=self.clear_dont_fragment_variable,
|
|
739
|
+
description=self.description,
|
|
740
|
+
dpd_interval=self.dpd_interval,
|
|
741
|
+
dpd_interval_variable=self.dpd_interval_variable,
|
|
742
|
+
dpd_retries=self.dpd_retries,
|
|
743
|
+
dpd_retries_variable=self.dpd_retries_variable,
|
|
744
|
+
feature_profile_id=self.feature_profile_id,
|
|
745
|
+
id=self.id,
|
|
746
|
+
ike_ciphersuite=self.ike_ciphersuite,
|
|
747
|
+
ike_ciphersuite_variable=self.ike_ciphersuite_variable,
|
|
748
|
+
ike_diffie_hellman_group=self.ike_diffie_hellman_group,
|
|
749
|
+
ike_diffie_hellman_group_variable=self.ike_diffie_hellman_group_variable,
|
|
750
|
+
ike_id_local_end_point=self.ike_id_local_end_point,
|
|
751
|
+
ike_id_local_end_point_variable=self.ike_id_local_end_point_variable,
|
|
752
|
+
ike_id_remote_end_point=self.ike_id_remote_end_point,
|
|
753
|
+
ike_id_remote_end_point_variable=self.ike_id_remote_end_point_variable,
|
|
754
|
+
ike_integrity_protocol=self.ike_integrity_protocol,
|
|
755
|
+
ike_integrity_protocol_variable=self.ike_integrity_protocol_variable,
|
|
756
|
+
ike_preshared_key=self.ike_preshared_key,
|
|
757
|
+
ike_preshared_key_variable=self.ike_preshared_key_variable,
|
|
758
|
+
ike_rekey_interval=self.ike_rekey_interval,
|
|
759
|
+
ike_rekey_interval_variable=self.ike_rekey_interval_variable,
|
|
760
|
+
ike_version=self.ike_version,
|
|
761
|
+
interface_description=self.interface_description,
|
|
762
|
+
interface_description_variable=self.interface_description_variable,
|
|
763
|
+
interface_name=self.interface_name,
|
|
764
|
+
interface_name_variable=self.interface_name_variable,
|
|
765
|
+
ip_mtu=self.ip_mtu,
|
|
766
|
+
ip_mtu_variable=self.ip_mtu_variable,
|
|
767
|
+
ipsec_ciphersuite=self.ipsec_ciphersuite,
|
|
768
|
+
ipsec_ciphersuite_variable=self.ipsec_ciphersuite_variable,
|
|
769
|
+
ipsec_rekey_interval=self.ipsec_rekey_interval,
|
|
770
|
+
ipsec_rekey_interval_variable=self.ipsec_rekey_interval_variable,
|
|
771
|
+
ipsec_replay_window=self.ipsec_replay_window,
|
|
772
|
+
ipsec_replay_window_variable=self.ipsec_replay_window_variable,
|
|
773
|
+
ipv4_address=self.ipv4_address,
|
|
774
|
+
ipv4_address_variable=self.ipv4_address_variable,
|
|
775
|
+
ipv4_subnet_mask=self.ipv4_subnet_mask,
|
|
776
|
+
ipv4_subnet_mask_variable=self.ipv4_subnet_mask_variable,
|
|
777
|
+
name=self.name,
|
|
778
|
+
perfect_forward_secrecy=self.perfect_forward_secrecy,
|
|
779
|
+
perfect_forward_secrecy_variable=self.perfect_forward_secrecy_variable,
|
|
780
|
+
shutdown=self.shutdown,
|
|
781
|
+
shutdown_variable=self.shutdown_variable,
|
|
782
|
+
tcp_mss=self.tcp_mss,
|
|
783
|
+
tcp_mss_variable=self.tcp_mss_variable,
|
|
784
|
+
tracker_id=self.tracker_id,
|
|
785
|
+
tracker_id_variable=self.tracker_id_variable,
|
|
786
|
+
transport_wan_vpn_feature_id=self.transport_wan_vpn_feature_id,
|
|
787
|
+
tunnel_destination_ipv4_address=self.tunnel_destination_ipv4_address,
|
|
788
|
+
tunnel_destination_ipv4_address_variable=self.tunnel_destination_ipv4_address_variable,
|
|
789
|
+
tunnel_destination_ipv4_subnet_mask=self.tunnel_destination_ipv4_subnet_mask,
|
|
790
|
+
tunnel_destination_ipv4_subnet_mask_variable=self.tunnel_destination_ipv4_subnet_mask_variable,
|
|
791
|
+
tunnel_route_via=self.tunnel_route_via,
|
|
792
|
+
tunnel_route_via_variable=self.tunnel_route_via_variable,
|
|
793
|
+
tunnel_source_interface=self.tunnel_source_interface,
|
|
794
|
+
tunnel_source_interface_variable=self.tunnel_source_interface_variable,
|
|
795
|
+
tunnel_source_ipv4_address=self.tunnel_source_ipv4_address,
|
|
796
|
+
tunnel_source_ipv4_address_variable=self.tunnel_source_ipv4_address_variable,
|
|
797
|
+
tunnel_source_ipv4_subnet_mask=self.tunnel_source_ipv4_subnet_mask,
|
|
798
|
+
tunnel_source_ipv4_subnet_mask_variable=self.tunnel_source_ipv4_subnet_mask_variable,
|
|
799
|
+
version=self.version)
|
|
800
|
+
|
|
801
|
+
|
|
802
|
+
def get_transport_wan_vpn_interface_ipsec_feature(feature_profile_id: Optional[str] = None,
|
|
803
|
+
id: Optional[str] = None,
|
|
804
|
+
transport_wan_vpn_feature_id: Optional[str] = None,
|
|
805
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetTransportWanVpnInterfaceIpsecFeatureResult:
|
|
806
|
+
"""
|
|
807
|
+
This data source can read the Transport WAN VPN Interface IPSEC Feature.
|
|
808
|
+
|
|
809
|
+
## Example Usage
|
|
810
|
+
|
|
811
|
+
```python
|
|
812
|
+
import pulumi
|
|
813
|
+
import pulumi_sdwan as sdwan
|
|
814
|
+
|
|
815
|
+
example = sdwan.get_transport_wan_vpn_interface_ipsec_feature(id="f6b2c44c-693c-4763-b010-895aa3d236bd",
|
|
816
|
+
feature_profile_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
|
|
817
|
+
transport_wan_vpn_feature_id="140331f6-5418-4755-a059-13c77eb96037")
|
|
818
|
+
```
|
|
819
|
+
|
|
820
|
+
|
|
821
|
+
:param str feature_profile_id: Feature Profile ID
|
|
822
|
+
:param str id: The id of the Feature
|
|
823
|
+
:param str transport_wan_vpn_feature_id: Transport WAN VPN Feature ID
|
|
824
|
+
"""
|
|
825
|
+
__args__ = dict()
|
|
826
|
+
__args__['featureProfileId'] = feature_profile_id
|
|
827
|
+
__args__['id'] = id
|
|
828
|
+
__args__['transportWanVpnFeatureId'] = transport_wan_vpn_feature_id
|
|
829
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
830
|
+
__ret__ = pulumi.runtime.invoke('sdwan:index/getTransportWanVpnInterfaceIpsecFeature:getTransportWanVpnInterfaceIpsecFeature', __args__, opts=opts, typ=GetTransportWanVpnInterfaceIpsecFeatureResult).value
|
|
831
|
+
|
|
832
|
+
return AwaitableGetTransportWanVpnInterfaceIpsecFeatureResult(
|
|
833
|
+
application_tunnel_type=pulumi.get(__ret__, 'application_tunnel_type'),
|
|
834
|
+
application_tunnel_type_variable=pulumi.get(__ret__, 'application_tunnel_type_variable'),
|
|
835
|
+
clear_dont_fragment=pulumi.get(__ret__, 'clear_dont_fragment'),
|
|
836
|
+
clear_dont_fragment_variable=pulumi.get(__ret__, 'clear_dont_fragment_variable'),
|
|
837
|
+
description=pulumi.get(__ret__, 'description'),
|
|
838
|
+
dpd_interval=pulumi.get(__ret__, 'dpd_interval'),
|
|
839
|
+
dpd_interval_variable=pulumi.get(__ret__, 'dpd_interval_variable'),
|
|
840
|
+
dpd_retries=pulumi.get(__ret__, 'dpd_retries'),
|
|
841
|
+
dpd_retries_variable=pulumi.get(__ret__, 'dpd_retries_variable'),
|
|
842
|
+
feature_profile_id=pulumi.get(__ret__, 'feature_profile_id'),
|
|
843
|
+
id=pulumi.get(__ret__, 'id'),
|
|
844
|
+
ike_ciphersuite=pulumi.get(__ret__, 'ike_ciphersuite'),
|
|
845
|
+
ike_ciphersuite_variable=pulumi.get(__ret__, 'ike_ciphersuite_variable'),
|
|
846
|
+
ike_diffie_hellman_group=pulumi.get(__ret__, 'ike_diffie_hellman_group'),
|
|
847
|
+
ike_diffie_hellman_group_variable=pulumi.get(__ret__, 'ike_diffie_hellman_group_variable'),
|
|
848
|
+
ike_id_local_end_point=pulumi.get(__ret__, 'ike_id_local_end_point'),
|
|
849
|
+
ike_id_local_end_point_variable=pulumi.get(__ret__, 'ike_id_local_end_point_variable'),
|
|
850
|
+
ike_id_remote_end_point=pulumi.get(__ret__, 'ike_id_remote_end_point'),
|
|
851
|
+
ike_id_remote_end_point_variable=pulumi.get(__ret__, 'ike_id_remote_end_point_variable'),
|
|
852
|
+
ike_integrity_protocol=pulumi.get(__ret__, 'ike_integrity_protocol'),
|
|
853
|
+
ike_integrity_protocol_variable=pulumi.get(__ret__, 'ike_integrity_protocol_variable'),
|
|
854
|
+
ike_preshared_key=pulumi.get(__ret__, 'ike_preshared_key'),
|
|
855
|
+
ike_preshared_key_variable=pulumi.get(__ret__, 'ike_preshared_key_variable'),
|
|
856
|
+
ike_rekey_interval=pulumi.get(__ret__, 'ike_rekey_interval'),
|
|
857
|
+
ike_rekey_interval_variable=pulumi.get(__ret__, 'ike_rekey_interval_variable'),
|
|
858
|
+
ike_version=pulumi.get(__ret__, 'ike_version'),
|
|
859
|
+
interface_description=pulumi.get(__ret__, 'interface_description'),
|
|
860
|
+
interface_description_variable=pulumi.get(__ret__, 'interface_description_variable'),
|
|
861
|
+
interface_name=pulumi.get(__ret__, 'interface_name'),
|
|
862
|
+
interface_name_variable=pulumi.get(__ret__, 'interface_name_variable'),
|
|
863
|
+
ip_mtu=pulumi.get(__ret__, 'ip_mtu'),
|
|
864
|
+
ip_mtu_variable=pulumi.get(__ret__, 'ip_mtu_variable'),
|
|
865
|
+
ipsec_ciphersuite=pulumi.get(__ret__, 'ipsec_ciphersuite'),
|
|
866
|
+
ipsec_ciphersuite_variable=pulumi.get(__ret__, 'ipsec_ciphersuite_variable'),
|
|
867
|
+
ipsec_rekey_interval=pulumi.get(__ret__, 'ipsec_rekey_interval'),
|
|
868
|
+
ipsec_rekey_interval_variable=pulumi.get(__ret__, 'ipsec_rekey_interval_variable'),
|
|
869
|
+
ipsec_replay_window=pulumi.get(__ret__, 'ipsec_replay_window'),
|
|
870
|
+
ipsec_replay_window_variable=pulumi.get(__ret__, 'ipsec_replay_window_variable'),
|
|
871
|
+
ipv4_address=pulumi.get(__ret__, 'ipv4_address'),
|
|
872
|
+
ipv4_address_variable=pulumi.get(__ret__, 'ipv4_address_variable'),
|
|
873
|
+
ipv4_subnet_mask=pulumi.get(__ret__, 'ipv4_subnet_mask'),
|
|
874
|
+
ipv4_subnet_mask_variable=pulumi.get(__ret__, 'ipv4_subnet_mask_variable'),
|
|
875
|
+
name=pulumi.get(__ret__, 'name'),
|
|
876
|
+
perfect_forward_secrecy=pulumi.get(__ret__, 'perfect_forward_secrecy'),
|
|
877
|
+
perfect_forward_secrecy_variable=pulumi.get(__ret__, 'perfect_forward_secrecy_variable'),
|
|
878
|
+
shutdown=pulumi.get(__ret__, 'shutdown'),
|
|
879
|
+
shutdown_variable=pulumi.get(__ret__, 'shutdown_variable'),
|
|
880
|
+
tcp_mss=pulumi.get(__ret__, 'tcp_mss'),
|
|
881
|
+
tcp_mss_variable=pulumi.get(__ret__, 'tcp_mss_variable'),
|
|
882
|
+
tracker_id=pulumi.get(__ret__, 'tracker_id'),
|
|
883
|
+
tracker_id_variable=pulumi.get(__ret__, 'tracker_id_variable'),
|
|
884
|
+
transport_wan_vpn_feature_id=pulumi.get(__ret__, 'transport_wan_vpn_feature_id'),
|
|
885
|
+
tunnel_destination_ipv4_address=pulumi.get(__ret__, 'tunnel_destination_ipv4_address'),
|
|
886
|
+
tunnel_destination_ipv4_address_variable=pulumi.get(__ret__, 'tunnel_destination_ipv4_address_variable'),
|
|
887
|
+
tunnel_destination_ipv4_subnet_mask=pulumi.get(__ret__, 'tunnel_destination_ipv4_subnet_mask'),
|
|
888
|
+
tunnel_destination_ipv4_subnet_mask_variable=pulumi.get(__ret__, 'tunnel_destination_ipv4_subnet_mask_variable'),
|
|
889
|
+
tunnel_route_via=pulumi.get(__ret__, 'tunnel_route_via'),
|
|
890
|
+
tunnel_route_via_variable=pulumi.get(__ret__, 'tunnel_route_via_variable'),
|
|
891
|
+
tunnel_source_interface=pulumi.get(__ret__, 'tunnel_source_interface'),
|
|
892
|
+
tunnel_source_interface_variable=pulumi.get(__ret__, 'tunnel_source_interface_variable'),
|
|
893
|
+
tunnel_source_ipv4_address=pulumi.get(__ret__, 'tunnel_source_ipv4_address'),
|
|
894
|
+
tunnel_source_ipv4_address_variable=pulumi.get(__ret__, 'tunnel_source_ipv4_address_variable'),
|
|
895
|
+
tunnel_source_ipv4_subnet_mask=pulumi.get(__ret__, 'tunnel_source_ipv4_subnet_mask'),
|
|
896
|
+
tunnel_source_ipv4_subnet_mask_variable=pulumi.get(__ret__, 'tunnel_source_ipv4_subnet_mask_variable'),
|
|
897
|
+
version=pulumi.get(__ret__, 'version'))
|
|
898
|
+
def get_transport_wan_vpn_interface_ipsec_feature_output(feature_profile_id: Optional[pulumi.Input[str]] = None,
|
|
899
|
+
id: Optional[pulumi.Input[str]] = None,
|
|
900
|
+
transport_wan_vpn_feature_id: Optional[pulumi.Input[str]] = None,
|
|
901
|
+
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetTransportWanVpnInterfaceIpsecFeatureResult]:
|
|
902
|
+
"""
|
|
903
|
+
This data source can read the Transport WAN VPN Interface IPSEC Feature.
|
|
904
|
+
|
|
905
|
+
## Example Usage
|
|
906
|
+
|
|
907
|
+
```python
|
|
908
|
+
import pulumi
|
|
909
|
+
import pulumi_sdwan as sdwan
|
|
910
|
+
|
|
911
|
+
example = sdwan.get_transport_wan_vpn_interface_ipsec_feature(id="f6b2c44c-693c-4763-b010-895aa3d236bd",
|
|
912
|
+
feature_profile_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
|
|
913
|
+
transport_wan_vpn_feature_id="140331f6-5418-4755-a059-13c77eb96037")
|
|
914
|
+
```
|
|
915
|
+
|
|
916
|
+
|
|
917
|
+
:param str feature_profile_id: Feature Profile ID
|
|
918
|
+
:param str id: The id of the Feature
|
|
919
|
+
:param str transport_wan_vpn_feature_id: Transport WAN VPN Feature ID
|
|
920
|
+
"""
|
|
921
|
+
__args__ = dict()
|
|
922
|
+
__args__['featureProfileId'] = feature_profile_id
|
|
923
|
+
__args__['id'] = id
|
|
924
|
+
__args__['transportWanVpnFeatureId'] = transport_wan_vpn_feature_id
|
|
925
|
+
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
926
|
+
__ret__ = pulumi.runtime.invoke_output('sdwan:index/getTransportWanVpnInterfaceIpsecFeature:getTransportWanVpnInterfaceIpsecFeature', __args__, opts=opts, typ=GetTransportWanVpnInterfaceIpsecFeatureResult)
|
|
927
|
+
return __ret__.apply(lambda __response__: GetTransportWanVpnInterfaceIpsecFeatureResult(
|
|
928
|
+
application_tunnel_type=pulumi.get(__response__, 'application_tunnel_type'),
|
|
929
|
+
application_tunnel_type_variable=pulumi.get(__response__, 'application_tunnel_type_variable'),
|
|
930
|
+
clear_dont_fragment=pulumi.get(__response__, 'clear_dont_fragment'),
|
|
931
|
+
clear_dont_fragment_variable=pulumi.get(__response__, 'clear_dont_fragment_variable'),
|
|
932
|
+
description=pulumi.get(__response__, 'description'),
|
|
933
|
+
dpd_interval=pulumi.get(__response__, 'dpd_interval'),
|
|
934
|
+
dpd_interval_variable=pulumi.get(__response__, 'dpd_interval_variable'),
|
|
935
|
+
dpd_retries=pulumi.get(__response__, 'dpd_retries'),
|
|
936
|
+
dpd_retries_variable=pulumi.get(__response__, 'dpd_retries_variable'),
|
|
937
|
+
feature_profile_id=pulumi.get(__response__, 'feature_profile_id'),
|
|
938
|
+
id=pulumi.get(__response__, 'id'),
|
|
939
|
+
ike_ciphersuite=pulumi.get(__response__, 'ike_ciphersuite'),
|
|
940
|
+
ike_ciphersuite_variable=pulumi.get(__response__, 'ike_ciphersuite_variable'),
|
|
941
|
+
ike_diffie_hellman_group=pulumi.get(__response__, 'ike_diffie_hellman_group'),
|
|
942
|
+
ike_diffie_hellman_group_variable=pulumi.get(__response__, 'ike_diffie_hellman_group_variable'),
|
|
943
|
+
ike_id_local_end_point=pulumi.get(__response__, 'ike_id_local_end_point'),
|
|
944
|
+
ike_id_local_end_point_variable=pulumi.get(__response__, 'ike_id_local_end_point_variable'),
|
|
945
|
+
ike_id_remote_end_point=pulumi.get(__response__, 'ike_id_remote_end_point'),
|
|
946
|
+
ike_id_remote_end_point_variable=pulumi.get(__response__, 'ike_id_remote_end_point_variable'),
|
|
947
|
+
ike_integrity_protocol=pulumi.get(__response__, 'ike_integrity_protocol'),
|
|
948
|
+
ike_integrity_protocol_variable=pulumi.get(__response__, 'ike_integrity_protocol_variable'),
|
|
949
|
+
ike_preshared_key=pulumi.get(__response__, 'ike_preshared_key'),
|
|
950
|
+
ike_preshared_key_variable=pulumi.get(__response__, 'ike_preshared_key_variable'),
|
|
951
|
+
ike_rekey_interval=pulumi.get(__response__, 'ike_rekey_interval'),
|
|
952
|
+
ike_rekey_interval_variable=pulumi.get(__response__, 'ike_rekey_interval_variable'),
|
|
953
|
+
ike_version=pulumi.get(__response__, 'ike_version'),
|
|
954
|
+
interface_description=pulumi.get(__response__, 'interface_description'),
|
|
955
|
+
interface_description_variable=pulumi.get(__response__, 'interface_description_variable'),
|
|
956
|
+
interface_name=pulumi.get(__response__, 'interface_name'),
|
|
957
|
+
interface_name_variable=pulumi.get(__response__, 'interface_name_variable'),
|
|
958
|
+
ip_mtu=pulumi.get(__response__, 'ip_mtu'),
|
|
959
|
+
ip_mtu_variable=pulumi.get(__response__, 'ip_mtu_variable'),
|
|
960
|
+
ipsec_ciphersuite=pulumi.get(__response__, 'ipsec_ciphersuite'),
|
|
961
|
+
ipsec_ciphersuite_variable=pulumi.get(__response__, 'ipsec_ciphersuite_variable'),
|
|
962
|
+
ipsec_rekey_interval=pulumi.get(__response__, 'ipsec_rekey_interval'),
|
|
963
|
+
ipsec_rekey_interval_variable=pulumi.get(__response__, 'ipsec_rekey_interval_variable'),
|
|
964
|
+
ipsec_replay_window=pulumi.get(__response__, 'ipsec_replay_window'),
|
|
965
|
+
ipsec_replay_window_variable=pulumi.get(__response__, 'ipsec_replay_window_variable'),
|
|
966
|
+
ipv4_address=pulumi.get(__response__, 'ipv4_address'),
|
|
967
|
+
ipv4_address_variable=pulumi.get(__response__, 'ipv4_address_variable'),
|
|
968
|
+
ipv4_subnet_mask=pulumi.get(__response__, 'ipv4_subnet_mask'),
|
|
969
|
+
ipv4_subnet_mask_variable=pulumi.get(__response__, 'ipv4_subnet_mask_variable'),
|
|
970
|
+
name=pulumi.get(__response__, 'name'),
|
|
971
|
+
perfect_forward_secrecy=pulumi.get(__response__, 'perfect_forward_secrecy'),
|
|
972
|
+
perfect_forward_secrecy_variable=pulumi.get(__response__, 'perfect_forward_secrecy_variable'),
|
|
973
|
+
shutdown=pulumi.get(__response__, 'shutdown'),
|
|
974
|
+
shutdown_variable=pulumi.get(__response__, 'shutdown_variable'),
|
|
975
|
+
tcp_mss=pulumi.get(__response__, 'tcp_mss'),
|
|
976
|
+
tcp_mss_variable=pulumi.get(__response__, 'tcp_mss_variable'),
|
|
977
|
+
tracker_id=pulumi.get(__response__, 'tracker_id'),
|
|
978
|
+
tracker_id_variable=pulumi.get(__response__, 'tracker_id_variable'),
|
|
979
|
+
transport_wan_vpn_feature_id=pulumi.get(__response__, 'transport_wan_vpn_feature_id'),
|
|
980
|
+
tunnel_destination_ipv4_address=pulumi.get(__response__, 'tunnel_destination_ipv4_address'),
|
|
981
|
+
tunnel_destination_ipv4_address_variable=pulumi.get(__response__, 'tunnel_destination_ipv4_address_variable'),
|
|
982
|
+
tunnel_destination_ipv4_subnet_mask=pulumi.get(__response__, 'tunnel_destination_ipv4_subnet_mask'),
|
|
983
|
+
tunnel_destination_ipv4_subnet_mask_variable=pulumi.get(__response__, 'tunnel_destination_ipv4_subnet_mask_variable'),
|
|
984
|
+
tunnel_route_via=pulumi.get(__response__, 'tunnel_route_via'),
|
|
985
|
+
tunnel_route_via_variable=pulumi.get(__response__, 'tunnel_route_via_variable'),
|
|
986
|
+
tunnel_source_interface=pulumi.get(__response__, 'tunnel_source_interface'),
|
|
987
|
+
tunnel_source_interface_variable=pulumi.get(__response__, 'tunnel_source_interface_variable'),
|
|
988
|
+
tunnel_source_ipv4_address=pulumi.get(__response__, 'tunnel_source_ipv4_address'),
|
|
989
|
+
tunnel_source_ipv4_address_variable=pulumi.get(__response__, 'tunnel_source_ipv4_address_variable'),
|
|
990
|
+
tunnel_source_ipv4_subnet_mask=pulumi.get(__response__, 'tunnel_source_ipv4_subnet_mask'),
|
|
991
|
+
tunnel_source_ipv4_subnet_mask_variable=pulumi.get(__response__, 'tunnel_source_ipv4_subnet_mask_variable'),
|
|
992
|
+
version=pulumi.get(__response__, 'version')))
|