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,916 @@
|
|
|
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
|
+
'GetCiscoVpnInterfaceIpsecFeatureTemplateResult',
|
|
19
|
+
'AwaitableGetCiscoVpnInterfaceIpsecFeatureTemplateResult',
|
|
20
|
+
'get_cisco_vpn_interface_ipsec_feature_template',
|
|
21
|
+
'get_cisco_vpn_interface_ipsec_feature_template_output',
|
|
22
|
+
]
|
|
23
|
+
|
|
24
|
+
@pulumi.output_type
|
|
25
|
+
class GetCiscoVpnInterfaceIpsecFeatureTemplateResult:
|
|
26
|
+
"""
|
|
27
|
+
A collection of values returned by getCiscoVpnInterfaceIpsecFeatureTemplate.
|
|
28
|
+
"""
|
|
29
|
+
def __init__(__self__, application=None, application_variable=None, clear_dont_fragment=None, clear_dont_fragment_variable=None, dead_peer_detection_interval=None, dead_peer_detection_interval_variable=None, dead_peer_detection_retries=None, dead_peer_detection_retries_variable=None, description=None, device_types=None, id=None, ike_ciphersuite=None, ike_ciphersuite_variable=None, ike_group=None, ike_group_variable=None, ike_mode=None, ike_mode_variable=None, ike_pre_shared_key=None, ike_pre_shared_key_local_id=None, ike_pre_shared_key_local_id_variable=None, ike_pre_shared_key_remote_id=None, ike_pre_shared_key_remote_id_variable=None, ike_pre_shared_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_address=None, ip_address_variable=None, ipsec_ciphersuite=None, ipsec_ciphersuite_variable=None, ipsec_perfect_forward_secrecy=None, ipsec_perfect_forward_secrecy_variable=None, ipsec_rekey_interval=None, ipsec_rekey_interval_variable=None, ipsec_replay_window=None, ipsec_replay_window_variable=None, mtu=None, mtu_variable=None, name=None, shutdown=None, shutdown_variable=None, tcp_mss_adjust=None, tcp_mss_adjust_variable=None, template_type=None, tracker_variable=None, trackers=None, tunnel_destination=None, tunnel_destination_variable=None, tunnel_route_via=None, tunnel_route_via_variable=None, tunnel_source=None, tunnel_source_interface=None, tunnel_source_interface_variable=None, tunnel_source_variable=None, version=None):
|
|
30
|
+
if application and not isinstance(application, str):
|
|
31
|
+
raise TypeError("Expected argument 'application' to be a str")
|
|
32
|
+
pulumi.set(__self__, "application", application)
|
|
33
|
+
if application_variable and not isinstance(application_variable, str):
|
|
34
|
+
raise TypeError("Expected argument 'application_variable' to be a str")
|
|
35
|
+
pulumi.set(__self__, "application_variable", application_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 dead_peer_detection_interval and not isinstance(dead_peer_detection_interval, int):
|
|
43
|
+
raise TypeError("Expected argument 'dead_peer_detection_interval' to be a int")
|
|
44
|
+
pulumi.set(__self__, "dead_peer_detection_interval", dead_peer_detection_interval)
|
|
45
|
+
if dead_peer_detection_interval_variable and not isinstance(dead_peer_detection_interval_variable, str):
|
|
46
|
+
raise TypeError("Expected argument 'dead_peer_detection_interval_variable' to be a str")
|
|
47
|
+
pulumi.set(__self__, "dead_peer_detection_interval_variable", dead_peer_detection_interval_variable)
|
|
48
|
+
if dead_peer_detection_retries and not isinstance(dead_peer_detection_retries, int):
|
|
49
|
+
raise TypeError("Expected argument 'dead_peer_detection_retries' to be a int")
|
|
50
|
+
pulumi.set(__self__, "dead_peer_detection_retries", dead_peer_detection_retries)
|
|
51
|
+
if dead_peer_detection_retries_variable and not isinstance(dead_peer_detection_retries_variable, str):
|
|
52
|
+
raise TypeError("Expected argument 'dead_peer_detection_retries_variable' to be a str")
|
|
53
|
+
pulumi.set(__self__, "dead_peer_detection_retries_variable", dead_peer_detection_retries_variable)
|
|
54
|
+
if description and not isinstance(description, str):
|
|
55
|
+
raise TypeError("Expected argument 'description' to be a str")
|
|
56
|
+
pulumi.set(__self__, "description", description)
|
|
57
|
+
if device_types and not isinstance(device_types, list):
|
|
58
|
+
raise TypeError("Expected argument 'device_types' to be a list")
|
|
59
|
+
pulumi.set(__self__, "device_types", device_types)
|
|
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_group and not isinstance(ike_group, str):
|
|
70
|
+
raise TypeError("Expected argument 'ike_group' to be a str")
|
|
71
|
+
pulumi.set(__self__, "ike_group", ike_group)
|
|
72
|
+
if ike_group_variable and not isinstance(ike_group_variable, str):
|
|
73
|
+
raise TypeError("Expected argument 'ike_group_variable' to be a str")
|
|
74
|
+
pulumi.set(__self__, "ike_group_variable", ike_group_variable)
|
|
75
|
+
if ike_mode and not isinstance(ike_mode, str):
|
|
76
|
+
raise TypeError("Expected argument 'ike_mode' to be a str")
|
|
77
|
+
pulumi.set(__self__, "ike_mode", ike_mode)
|
|
78
|
+
if ike_mode_variable and not isinstance(ike_mode_variable, str):
|
|
79
|
+
raise TypeError("Expected argument 'ike_mode_variable' to be a str")
|
|
80
|
+
pulumi.set(__self__, "ike_mode_variable", ike_mode_variable)
|
|
81
|
+
if ike_pre_shared_key and not isinstance(ike_pre_shared_key, str):
|
|
82
|
+
raise TypeError("Expected argument 'ike_pre_shared_key' to be a str")
|
|
83
|
+
pulumi.set(__self__, "ike_pre_shared_key", ike_pre_shared_key)
|
|
84
|
+
if ike_pre_shared_key_local_id and not isinstance(ike_pre_shared_key_local_id, str):
|
|
85
|
+
raise TypeError("Expected argument 'ike_pre_shared_key_local_id' to be a str")
|
|
86
|
+
pulumi.set(__self__, "ike_pre_shared_key_local_id", ike_pre_shared_key_local_id)
|
|
87
|
+
if ike_pre_shared_key_local_id_variable and not isinstance(ike_pre_shared_key_local_id_variable, str):
|
|
88
|
+
raise TypeError("Expected argument 'ike_pre_shared_key_local_id_variable' to be a str")
|
|
89
|
+
pulumi.set(__self__, "ike_pre_shared_key_local_id_variable", ike_pre_shared_key_local_id_variable)
|
|
90
|
+
if ike_pre_shared_key_remote_id and not isinstance(ike_pre_shared_key_remote_id, str):
|
|
91
|
+
raise TypeError("Expected argument 'ike_pre_shared_key_remote_id' to be a str")
|
|
92
|
+
pulumi.set(__self__, "ike_pre_shared_key_remote_id", ike_pre_shared_key_remote_id)
|
|
93
|
+
if ike_pre_shared_key_remote_id_variable and not isinstance(ike_pre_shared_key_remote_id_variable, str):
|
|
94
|
+
raise TypeError("Expected argument 'ike_pre_shared_key_remote_id_variable' to be a str")
|
|
95
|
+
pulumi.set(__self__, "ike_pre_shared_key_remote_id_variable", ike_pre_shared_key_remote_id_variable)
|
|
96
|
+
if ike_pre_shared_key_variable and not isinstance(ike_pre_shared_key_variable, str):
|
|
97
|
+
raise TypeError("Expected argument 'ike_pre_shared_key_variable' to be a str")
|
|
98
|
+
pulumi.set(__self__, "ike_pre_shared_key_variable", ike_pre_shared_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_address and not isinstance(ip_address, str):
|
|
121
|
+
raise TypeError("Expected argument 'ip_address' to be a str")
|
|
122
|
+
pulumi.set(__self__, "ip_address", ip_address)
|
|
123
|
+
if ip_address_variable and not isinstance(ip_address_variable, str):
|
|
124
|
+
raise TypeError("Expected argument 'ip_address_variable' to be a str")
|
|
125
|
+
pulumi.set(__self__, "ip_address_variable", ip_address_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_perfect_forward_secrecy and not isinstance(ipsec_perfect_forward_secrecy, str):
|
|
133
|
+
raise TypeError("Expected argument 'ipsec_perfect_forward_secrecy' to be a str")
|
|
134
|
+
pulumi.set(__self__, "ipsec_perfect_forward_secrecy", ipsec_perfect_forward_secrecy)
|
|
135
|
+
if ipsec_perfect_forward_secrecy_variable and not isinstance(ipsec_perfect_forward_secrecy_variable, str):
|
|
136
|
+
raise TypeError("Expected argument 'ipsec_perfect_forward_secrecy_variable' to be a str")
|
|
137
|
+
pulumi.set(__self__, "ipsec_perfect_forward_secrecy_variable", ipsec_perfect_forward_secrecy_variable)
|
|
138
|
+
if ipsec_rekey_interval and not isinstance(ipsec_rekey_interval, int):
|
|
139
|
+
raise TypeError("Expected argument 'ipsec_rekey_interval' to be a int")
|
|
140
|
+
pulumi.set(__self__, "ipsec_rekey_interval", ipsec_rekey_interval)
|
|
141
|
+
if ipsec_rekey_interval_variable and not isinstance(ipsec_rekey_interval_variable, str):
|
|
142
|
+
raise TypeError("Expected argument 'ipsec_rekey_interval_variable' to be a str")
|
|
143
|
+
pulumi.set(__self__, "ipsec_rekey_interval_variable", ipsec_rekey_interval_variable)
|
|
144
|
+
if ipsec_replay_window and not isinstance(ipsec_replay_window, int):
|
|
145
|
+
raise TypeError("Expected argument 'ipsec_replay_window' to be a int")
|
|
146
|
+
pulumi.set(__self__, "ipsec_replay_window", ipsec_replay_window)
|
|
147
|
+
if ipsec_replay_window_variable and not isinstance(ipsec_replay_window_variable, str):
|
|
148
|
+
raise TypeError("Expected argument 'ipsec_replay_window_variable' to be a str")
|
|
149
|
+
pulumi.set(__self__, "ipsec_replay_window_variable", ipsec_replay_window_variable)
|
|
150
|
+
if mtu and not isinstance(mtu, int):
|
|
151
|
+
raise TypeError("Expected argument 'mtu' to be a int")
|
|
152
|
+
pulumi.set(__self__, "mtu", mtu)
|
|
153
|
+
if mtu_variable and not isinstance(mtu_variable, str):
|
|
154
|
+
raise TypeError("Expected argument 'mtu_variable' to be a str")
|
|
155
|
+
pulumi.set(__self__, "mtu_variable", mtu_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 shutdown and not isinstance(shutdown, bool):
|
|
160
|
+
raise TypeError("Expected argument 'shutdown' to be a bool")
|
|
161
|
+
pulumi.set(__self__, "shutdown", shutdown)
|
|
162
|
+
if shutdown_variable and not isinstance(shutdown_variable, str):
|
|
163
|
+
raise TypeError("Expected argument 'shutdown_variable' to be a str")
|
|
164
|
+
pulumi.set(__self__, "shutdown_variable", shutdown_variable)
|
|
165
|
+
if tcp_mss_adjust and not isinstance(tcp_mss_adjust, int):
|
|
166
|
+
raise TypeError("Expected argument 'tcp_mss_adjust' to be a int")
|
|
167
|
+
pulumi.set(__self__, "tcp_mss_adjust", tcp_mss_adjust)
|
|
168
|
+
if tcp_mss_adjust_variable and not isinstance(tcp_mss_adjust_variable, str):
|
|
169
|
+
raise TypeError("Expected argument 'tcp_mss_adjust_variable' to be a str")
|
|
170
|
+
pulumi.set(__self__, "tcp_mss_adjust_variable", tcp_mss_adjust_variable)
|
|
171
|
+
if template_type and not isinstance(template_type, str):
|
|
172
|
+
raise TypeError("Expected argument 'template_type' to be a str")
|
|
173
|
+
pulumi.set(__self__, "template_type", template_type)
|
|
174
|
+
if tracker_variable and not isinstance(tracker_variable, str):
|
|
175
|
+
raise TypeError("Expected argument 'tracker_variable' to be a str")
|
|
176
|
+
pulumi.set(__self__, "tracker_variable", tracker_variable)
|
|
177
|
+
if trackers and not isinstance(trackers, list):
|
|
178
|
+
raise TypeError("Expected argument 'trackers' to be a list")
|
|
179
|
+
pulumi.set(__self__, "trackers", trackers)
|
|
180
|
+
if tunnel_destination and not isinstance(tunnel_destination, str):
|
|
181
|
+
raise TypeError("Expected argument 'tunnel_destination' to be a str")
|
|
182
|
+
pulumi.set(__self__, "tunnel_destination", tunnel_destination)
|
|
183
|
+
if tunnel_destination_variable and not isinstance(tunnel_destination_variable, str):
|
|
184
|
+
raise TypeError("Expected argument 'tunnel_destination_variable' to be a str")
|
|
185
|
+
pulumi.set(__self__, "tunnel_destination_variable", tunnel_destination_variable)
|
|
186
|
+
if tunnel_route_via and not isinstance(tunnel_route_via, str):
|
|
187
|
+
raise TypeError("Expected argument 'tunnel_route_via' to be a str")
|
|
188
|
+
pulumi.set(__self__, "tunnel_route_via", tunnel_route_via)
|
|
189
|
+
if tunnel_route_via_variable and not isinstance(tunnel_route_via_variable, str):
|
|
190
|
+
raise TypeError("Expected argument 'tunnel_route_via_variable' to be a str")
|
|
191
|
+
pulumi.set(__self__, "tunnel_route_via_variable", tunnel_route_via_variable)
|
|
192
|
+
if tunnel_source and not isinstance(tunnel_source, str):
|
|
193
|
+
raise TypeError("Expected argument 'tunnel_source' to be a str")
|
|
194
|
+
pulumi.set(__self__, "tunnel_source", tunnel_source)
|
|
195
|
+
if tunnel_source_interface and not isinstance(tunnel_source_interface, str):
|
|
196
|
+
raise TypeError("Expected argument 'tunnel_source_interface' to be a str")
|
|
197
|
+
pulumi.set(__self__, "tunnel_source_interface", tunnel_source_interface)
|
|
198
|
+
if tunnel_source_interface_variable and not isinstance(tunnel_source_interface_variable, str):
|
|
199
|
+
raise TypeError("Expected argument 'tunnel_source_interface_variable' to be a str")
|
|
200
|
+
pulumi.set(__self__, "tunnel_source_interface_variable", tunnel_source_interface_variable)
|
|
201
|
+
if tunnel_source_variable and not isinstance(tunnel_source_variable, str):
|
|
202
|
+
raise TypeError("Expected argument 'tunnel_source_variable' to be a str")
|
|
203
|
+
pulumi.set(__self__, "tunnel_source_variable", tunnel_source_variable)
|
|
204
|
+
if version and not isinstance(version, int):
|
|
205
|
+
raise TypeError("Expected argument 'version' to be a int")
|
|
206
|
+
pulumi.set(__self__, "version", version)
|
|
207
|
+
|
|
208
|
+
@property
|
|
209
|
+
@pulumi.getter
|
|
210
|
+
def application(self) -> str:
|
|
211
|
+
"""
|
|
212
|
+
Enable Application Tunnel Type
|
|
213
|
+
"""
|
|
214
|
+
return pulumi.get(self, "application")
|
|
215
|
+
|
|
216
|
+
@property
|
|
217
|
+
@pulumi.getter(name="applicationVariable")
|
|
218
|
+
def application_variable(self) -> str:
|
|
219
|
+
"""
|
|
220
|
+
Variable name
|
|
221
|
+
"""
|
|
222
|
+
return pulumi.get(self, "application_variable")
|
|
223
|
+
|
|
224
|
+
@property
|
|
225
|
+
@pulumi.getter(name="clearDontFragment")
|
|
226
|
+
def clear_dont_fragment(self) -> bool:
|
|
227
|
+
"""
|
|
228
|
+
Enable clear dont fragment (Currently Only SDWAN Tunnel Interface)
|
|
229
|
+
"""
|
|
230
|
+
return pulumi.get(self, "clear_dont_fragment")
|
|
231
|
+
|
|
232
|
+
@property
|
|
233
|
+
@pulumi.getter(name="clearDontFragmentVariable")
|
|
234
|
+
def clear_dont_fragment_variable(self) -> str:
|
|
235
|
+
"""
|
|
236
|
+
Variable name
|
|
237
|
+
"""
|
|
238
|
+
return pulumi.get(self, "clear_dont_fragment_variable")
|
|
239
|
+
|
|
240
|
+
@property
|
|
241
|
+
@pulumi.getter(name="deadPeerDetectionInterval")
|
|
242
|
+
def dead_peer_detection_interval(self) -> int:
|
|
243
|
+
"""
|
|
244
|
+
IKE keepalive interval (seconds)
|
|
245
|
+
"""
|
|
246
|
+
return pulumi.get(self, "dead_peer_detection_interval")
|
|
247
|
+
|
|
248
|
+
@property
|
|
249
|
+
@pulumi.getter(name="deadPeerDetectionIntervalVariable")
|
|
250
|
+
def dead_peer_detection_interval_variable(self) -> str:
|
|
251
|
+
"""
|
|
252
|
+
Variable name
|
|
253
|
+
"""
|
|
254
|
+
return pulumi.get(self, "dead_peer_detection_interval_variable")
|
|
255
|
+
|
|
256
|
+
@property
|
|
257
|
+
@pulumi.getter(name="deadPeerDetectionRetries")
|
|
258
|
+
def dead_peer_detection_retries(self) -> int:
|
|
259
|
+
"""
|
|
260
|
+
IKE keepalive retries
|
|
261
|
+
"""
|
|
262
|
+
return pulumi.get(self, "dead_peer_detection_retries")
|
|
263
|
+
|
|
264
|
+
@property
|
|
265
|
+
@pulumi.getter(name="deadPeerDetectionRetriesVariable")
|
|
266
|
+
def dead_peer_detection_retries_variable(self) -> str:
|
|
267
|
+
"""
|
|
268
|
+
Variable name
|
|
269
|
+
"""
|
|
270
|
+
return pulumi.get(self, "dead_peer_detection_retries_variable")
|
|
271
|
+
|
|
272
|
+
@property
|
|
273
|
+
@pulumi.getter
|
|
274
|
+
def description(self) -> str:
|
|
275
|
+
"""
|
|
276
|
+
The description of the feature template
|
|
277
|
+
"""
|
|
278
|
+
return pulumi.get(self, "description")
|
|
279
|
+
|
|
280
|
+
@property
|
|
281
|
+
@pulumi.getter(name="deviceTypes")
|
|
282
|
+
def device_types(self) -> Sequence[str]:
|
|
283
|
+
"""
|
|
284
|
+
List of supported device types
|
|
285
|
+
"""
|
|
286
|
+
return pulumi.get(self, "device_types")
|
|
287
|
+
|
|
288
|
+
@property
|
|
289
|
+
@pulumi.getter
|
|
290
|
+
def id(self) -> str:
|
|
291
|
+
"""
|
|
292
|
+
The id of the feature template
|
|
293
|
+
"""
|
|
294
|
+
return pulumi.get(self, "id")
|
|
295
|
+
|
|
296
|
+
@property
|
|
297
|
+
@pulumi.getter(name="ikeCiphersuite")
|
|
298
|
+
def ike_ciphersuite(self) -> str:
|
|
299
|
+
"""
|
|
300
|
+
IKE identity the IKE preshared secret belongs to
|
|
301
|
+
"""
|
|
302
|
+
return pulumi.get(self, "ike_ciphersuite")
|
|
303
|
+
|
|
304
|
+
@property
|
|
305
|
+
@pulumi.getter(name="ikeCiphersuiteVariable")
|
|
306
|
+
def ike_ciphersuite_variable(self) -> str:
|
|
307
|
+
"""
|
|
308
|
+
Variable name
|
|
309
|
+
"""
|
|
310
|
+
return pulumi.get(self, "ike_ciphersuite_variable")
|
|
311
|
+
|
|
312
|
+
@property
|
|
313
|
+
@pulumi.getter(name="ikeGroup")
|
|
314
|
+
def ike_group(self) -> str:
|
|
315
|
+
"""
|
|
316
|
+
IKE Diffie Hellman Groups
|
|
317
|
+
"""
|
|
318
|
+
return pulumi.get(self, "ike_group")
|
|
319
|
+
|
|
320
|
+
@property
|
|
321
|
+
@pulumi.getter(name="ikeGroupVariable")
|
|
322
|
+
def ike_group_variable(self) -> str:
|
|
323
|
+
"""
|
|
324
|
+
Variable name
|
|
325
|
+
"""
|
|
326
|
+
return pulumi.get(self, "ike_group_variable")
|
|
327
|
+
|
|
328
|
+
@property
|
|
329
|
+
@pulumi.getter(name="ikeMode")
|
|
330
|
+
def ike_mode(self) -> str:
|
|
331
|
+
"""
|
|
332
|
+
IKE integrity protocol
|
|
333
|
+
"""
|
|
334
|
+
return pulumi.get(self, "ike_mode")
|
|
335
|
+
|
|
336
|
+
@property
|
|
337
|
+
@pulumi.getter(name="ikeModeVariable")
|
|
338
|
+
def ike_mode_variable(self) -> str:
|
|
339
|
+
"""
|
|
340
|
+
Variable name
|
|
341
|
+
"""
|
|
342
|
+
return pulumi.get(self, "ike_mode_variable")
|
|
343
|
+
|
|
344
|
+
@property
|
|
345
|
+
@pulumi.getter(name="ikePreSharedKey")
|
|
346
|
+
def ike_pre_shared_key(self) -> str:
|
|
347
|
+
"""
|
|
348
|
+
Use preshared key to authenticate IKE peer
|
|
349
|
+
"""
|
|
350
|
+
return pulumi.get(self, "ike_pre_shared_key")
|
|
351
|
+
|
|
352
|
+
@property
|
|
353
|
+
@pulumi.getter(name="ikePreSharedKeyLocalId")
|
|
354
|
+
def ike_pre_shared_key_local_id(self) -> str:
|
|
355
|
+
"""
|
|
356
|
+
IKE ID for the local endpoint. Input IPv4 address, domain name, or email address
|
|
357
|
+
"""
|
|
358
|
+
return pulumi.get(self, "ike_pre_shared_key_local_id")
|
|
359
|
+
|
|
360
|
+
@property
|
|
361
|
+
@pulumi.getter(name="ikePreSharedKeyLocalIdVariable")
|
|
362
|
+
def ike_pre_shared_key_local_id_variable(self) -> str:
|
|
363
|
+
"""
|
|
364
|
+
Variable name
|
|
365
|
+
"""
|
|
366
|
+
return pulumi.get(self, "ike_pre_shared_key_local_id_variable")
|
|
367
|
+
|
|
368
|
+
@property
|
|
369
|
+
@pulumi.getter(name="ikePreSharedKeyRemoteId")
|
|
370
|
+
def ike_pre_shared_key_remote_id(self) -> str:
|
|
371
|
+
"""
|
|
372
|
+
IKE ID for the remote endpoint. Input IPv4 address, domain name, or email address
|
|
373
|
+
"""
|
|
374
|
+
return pulumi.get(self, "ike_pre_shared_key_remote_id")
|
|
375
|
+
|
|
376
|
+
@property
|
|
377
|
+
@pulumi.getter(name="ikePreSharedKeyRemoteIdVariable")
|
|
378
|
+
def ike_pre_shared_key_remote_id_variable(self) -> str:
|
|
379
|
+
"""
|
|
380
|
+
Variable name
|
|
381
|
+
"""
|
|
382
|
+
return pulumi.get(self, "ike_pre_shared_key_remote_id_variable")
|
|
383
|
+
|
|
384
|
+
@property
|
|
385
|
+
@pulumi.getter(name="ikePreSharedKeyVariable")
|
|
386
|
+
def ike_pre_shared_key_variable(self) -> str:
|
|
387
|
+
"""
|
|
388
|
+
Variable name
|
|
389
|
+
"""
|
|
390
|
+
return pulumi.get(self, "ike_pre_shared_key_variable")
|
|
391
|
+
|
|
392
|
+
@property
|
|
393
|
+
@pulumi.getter(name="ikeRekeyInterval")
|
|
394
|
+
def ike_rekey_interval(self) -> int:
|
|
395
|
+
"""
|
|
396
|
+
IKE rekey interval \\n\\n seconds
|
|
397
|
+
"""
|
|
398
|
+
return pulumi.get(self, "ike_rekey_interval")
|
|
399
|
+
|
|
400
|
+
@property
|
|
401
|
+
@pulumi.getter(name="ikeRekeyIntervalVariable")
|
|
402
|
+
def ike_rekey_interval_variable(self) -> str:
|
|
403
|
+
"""
|
|
404
|
+
Variable name
|
|
405
|
+
"""
|
|
406
|
+
return pulumi.get(self, "ike_rekey_interval_variable")
|
|
407
|
+
|
|
408
|
+
@property
|
|
409
|
+
@pulumi.getter(name="ikeVersion")
|
|
410
|
+
def ike_version(self) -> int:
|
|
411
|
+
"""
|
|
412
|
+
IKE Version \\n\\n
|
|
413
|
+
"""
|
|
414
|
+
return pulumi.get(self, "ike_version")
|
|
415
|
+
|
|
416
|
+
@property
|
|
417
|
+
@pulumi.getter(name="interfaceDescription")
|
|
418
|
+
def interface_description(self) -> str:
|
|
419
|
+
"""
|
|
420
|
+
Interface description
|
|
421
|
+
"""
|
|
422
|
+
return pulumi.get(self, "interface_description")
|
|
423
|
+
|
|
424
|
+
@property
|
|
425
|
+
@pulumi.getter(name="interfaceDescriptionVariable")
|
|
426
|
+
def interface_description_variable(self) -> str:
|
|
427
|
+
"""
|
|
428
|
+
Variable name
|
|
429
|
+
"""
|
|
430
|
+
return pulumi.get(self, "interface_description_variable")
|
|
431
|
+
|
|
432
|
+
@property
|
|
433
|
+
@pulumi.getter(name="interfaceName")
|
|
434
|
+
def interface_name(self) -> str:
|
|
435
|
+
"""
|
|
436
|
+
Interface name: IPsec when present
|
|
437
|
+
"""
|
|
438
|
+
return pulumi.get(self, "interface_name")
|
|
439
|
+
|
|
440
|
+
@property
|
|
441
|
+
@pulumi.getter(name="interfaceNameVariable")
|
|
442
|
+
def interface_name_variable(self) -> str:
|
|
443
|
+
"""
|
|
444
|
+
Variable name
|
|
445
|
+
"""
|
|
446
|
+
return pulumi.get(self, "interface_name_variable")
|
|
447
|
+
|
|
448
|
+
@property
|
|
449
|
+
@pulumi.getter(name="ipAddress")
|
|
450
|
+
def ip_address(self) -> str:
|
|
451
|
+
"""
|
|
452
|
+
Assign IPv4 address
|
|
453
|
+
"""
|
|
454
|
+
return pulumi.get(self, "ip_address")
|
|
455
|
+
|
|
456
|
+
@property
|
|
457
|
+
@pulumi.getter(name="ipAddressVariable")
|
|
458
|
+
def ip_address_variable(self) -> str:
|
|
459
|
+
"""
|
|
460
|
+
Variable name
|
|
461
|
+
"""
|
|
462
|
+
return pulumi.get(self, "ip_address_variable")
|
|
463
|
+
|
|
464
|
+
@property
|
|
465
|
+
@pulumi.getter(name="ipsecCiphersuite")
|
|
466
|
+
def ipsec_ciphersuite(self) -> str:
|
|
467
|
+
"""
|
|
468
|
+
IPsec(ESP) encryption and integrity protocol
|
|
469
|
+
"""
|
|
470
|
+
return pulumi.get(self, "ipsec_ciphersuite")
|
|
471
|
+
|
|
472
|
+
@property
|
|
473
|
+
@pulumi.getter(name="ipsecCiphersuiteVariable")
|
|
474
|
+
def ipsec_ciphersuite_variable(self) -> str:
|
|
475
|
+
"""
|
|
476
|
+
Variable name
|
|
477
|
+
"""
|
|
478
|
+
return pulumi.get(self, "ipsec_ciphersuite_variable")
|
|
479
|
+
|
|
480
|
+
@property
|
|
481
|
+
@pulumi.getter(name="ipsecPerfectForwardSecrecy")
|
|
482
|
+
def ipsec_perfect_forward_secrecy(self) -> str:
|
|
483
|
+
"""
|
|
484
|
+
IPsec perfect forward secrecy settings
|
|
485
|
+
"""
|
|
486
|
+
return pulumi.get(self, "ipsec_perfect_forward_secrecy")
|
|
487
|
+
|
|
488
|
+
@property
|
|
489
|
+
@pulumi.getter(name="ipsecPerfectForwardSecrecyVariable")
|
|
490
|
+
def ipsec_perfect_forward_secrecy_variable(self) -> str:
|
|
491
|
+
"""
|
|
492
|
+
Variable name
|
|
493
|
+
"""
|
|
494
|
+
return pulumi.get(self, "ipsec_perfect_forward_secrecy_variable")
|
|
495
|
+
|
|
496
|
+
@property
|
|
497
|
+
@pulumi.getter(name="ipsecRekeyInterval")
|
|
498
|
+
def ipsec_rekey_interval(self) -> int:
|
|
499
|
+
"""
|
|
500
|
+
IPsec rekey interval \\n\\n seconds
|
|
501
|
+
"""
|
|
502
|
+
return pulumi.get(self, "ipsec_rekey_interval")
|
|
503
|
+
|
|
504
|
+
@property
|
|
505
|
+
@pulumi.getter(name="ipsecRekeyIntervalVariable")
|
|
506
|
+
def ipsec_rekey_interval_variable(self) -> str:
|
|
507
|
+
"""
|
|
508
|
+
Variable name
|
|
509
|
+
"""
|
|
510
|
+
return pulumi.get(self, "ipsec_rekey_interval_variable")
|
|
511
|
+
|
|
512
|
+
@property
|
|
513
|
+
@pulumi.getter(name="ipsecReplayWindow")
|
|
514
|
+
def ipsec_replay_window(self) -> int:
|
|
515
|
+
"""
|
|
516
|
+
Replay window size 32..8192 (must be a power of 2)
|
|
517
|
+
"""
|
|
518
|
+
return pulumi.get(self, "ipsec_replay_window")
|
|
519
|
+
|
|
520
|
+
@property
|
|
521
|
+
@pulumi.getter(name="ipsecReplayWindowVariable")
|
|
522
|
+
def ipsec_replay_window_variable(self) -> str:
|
|
523
|
+
"""
|
|
524
|
+
Variable name
|
|
525
|
+
"""
|
|
526
|
+
return pulumi.get(self, "ipsec_replay_window_variable")
|
|
527
|
+
|
|
528
|
+
@property
|
|
529
|
+
@pulumi.getter
|
|
530
|
+
def mtu(self) -> int:
|
|
531
|
+
"""
|
|
532
|
+
Interface MTU \\n\\n, in bytes
|
|
533
|
+
"""
|
|
534
|
+
return pulumi.get(self, "mtu")
|
|
535
|
+
|
|
536
|
+
@property
|
|
537
|
+
@pulumi.getter(name="mtuVariable")
|
|
538
|
+
def mtu_variable(self) -> str:
|
|
539
|
+
"""
|
|
540
|
+
Variable name
|
|
541
|
+
"""
|
|
542
|
+
return pulumi.get(self, "mtu_variable")
|
|
543
|
+
|
|
544
|
+
@property
|
|
545
|
+
@pulumi.getter
|
|
546
|
+
def name(self) -> str:
|
|
547
|
+
"""
|
|
548
|
+
The name of the feature template
|
|
549
|
+
"""
|
|
550
|
+
return pulumi.get(self, "name")
|
|
551
|
+
|
|
552
|
+
@property
|
|
553
|
+
@pulumi.getter
|
|
554
|
+
def shutdown(self) -> bool:
|
|
555
|
+
"""
|
|
556
|
+
Administrative state
|
|
557
|
+
"""
|
|
558
|
+
return pulumi.get(self, "shutdown")
|
|
559
|
+
|
|
560
|
+
@property
|
|
561
|
+
@pulumi.getter(name="shutdownVariable")
|
|
562
|
+
def shutdown_variable(self) -> str:
|
|
563
|
+
"""
|
|
564
|
+
Variable name
|
|
565
|
+
"""
|
|
566
|
+
return pulumi.get(self, "shutdown_variable")
|
|
567
|
+
|
|
568
|
+
@property
|
|
569
|
+
@pulumi.getter(name="tcpMssAdjust")
|
|
570
|
+
def tcp_mss_adjust(self) -> int:
|
|
571
|
+
"""
|
|
572
|
+
TCP MSS on SYN packets, in bytes
|
|
573
|
+
"""
|
|
574
|
+
return pulumi.get(self, "tcp_mss_adjust")
|
|
575
|
+
|
|
576
|
+
@property
|
|
577
|
+
@pulumi.getter(name="tcpMssAdjustVariable")
|
|
578
|
+
def tcp_mss_adjust_variable(self) -> str:
|
|
579
|
+
"""
|
|
580
|
+
Variable name
|
|
581
|
+
"""
|
|
582
|
+
return pulumi.get(self, "tcp_mss_adjust_variable")
|
|
583
|
+
|
|
584
|
+
@property
|
|
585
|
+
@pulumi.getter(name="templateType")
|
|
586
|
+
def template_type(self) -> str:
|
|
587
|
+
"""
|
|
588
|
+
The template type
|
|
589
|
+
"""
|
|
590
|
+
return pulumi.get(self, "template_type")
|
|
591
|
+
|
|
592
|
+
@property
|
|
593
|
+
@pulumi.getter(name="trackerVariable")
|
|
594
|
+
def tracker_variable(self) -> str:
|
|
595
|
+
"""
|
|
596
|
+
Variable name
|
|
597
|
+
"""
|
|
598
|
+
return pulumi.get(self, "tracker_variable")
|
|
599
|
+
|
|
600
|
+
@property
|
|
601
|
+
@pulumi.getter
|
|
602
|
+
def trackers(self) -> Sequence[str]:
|
|
603
|
+
"""
|
|
604
|
+
Enable tracker for this interface
|
|
605
|
+
"""
|
|
606
|
+
return pulumi.get(self, "trackers")
|
|
607
|
+
|
|
608
|
+
@property
|
|
609
|
+
@pulumi.getter(name="tunnelDestination")
|
|
610
|
+
def tunnel_destination(self) -> str:
|
|
611
|
+
"""
|
|
612
|
+
Tunnel destination IP address
|
|
613
|
+
"""
|
|
614
|
+
return pulumi.get(self, "tunnel_destination")
|
|
615
|
+
|
|
616
|
+
@property
|
|
617
|
+
@pulumi.getter(name="tunnelDestinationVariable")
|
|
618
|
+
def tunnel_destination_variable(self) -> str:
|
|
619
|
+
"""
|
|
620
|
+
Variable name
|
|
621
|
+
"""
|
|
622
|
+
return pulumi.get(self, "tunnel_destination_variable")
|
|
623
|
+
|
|
624
|
+
@property
|
|
625
|
+
@pulumi.getter(name="tunnelRouteVia")
|
|
626
|
+
def tunnel_route_via(self) -> str:
|
|
627
|
+
"""
|
|
628
|
+
\\n\\n Interface name: ge0/\\n\\n or ge0/\\n\\n.vlanid
|
|
629
|
+
"""
|
|
630
|
+
return pulumi.get(self, "tunnel_route_via")
|
|
631
|
+
|
|
632
|
+
@property
|
|
633
|
+
@pulumi.getter(name="tunnelRouteViaVariable")
|
|
634
|
+
def tunnel_route_via_variable(self) -> str:
|
|
635
|
+
"""
|
|
636
|
+
Variable name
|
|
637
|
+
"""
|
|
638
|
+
return pulumi.get(self, "tunnel_route_via_variable")
|
|
639
|
+
|
|
640
|
+
@property
|
|
641
|
+
@pulumi.getter(name="tunnelSource")
|
|
642
|
+
def tunnel_source(self) -> str:
|
|
643
|
+
"""
|
|
644
|
+
Tunnel source IP Address
|
|
645
|
+
"""
|
|
646
|
+
return pulumi.get(self, "tunnel_source")
|
|
647
|
+
|
|
648
|
+
@property
|
|
649
|
+
@pulumi.getter(name="tunnelSourceInterface")
|
|
650
|
+
def tunnel_source_interface(self) -> str:
|
|
651
|
+
"""
|
|
652
|
+
\\n\\n Interface name: ge0/\\n\\n or ge0/\\n\\n.vlanid
|
|
653
|
+
"""
|
|
654
|
+
return pulumi.get(self, "tunnel_source_interface")
|
|
655
|
+
|
|
656
|
+
@property
|
|
657
|
+
@pulumi.getter(name="tunnelSourceInterfaceVariable")
|
|
658
|
+
def tunnel_source_interface_variable(self) -> str:
|
|
659
|
+
"""
|
|
660
|
+
Variable name
|
|
661
|
+
"""
|
|
662
|
+
return pulumi.get(self, "tunnel_source_interface_variable")
|
|
663
|
+
|
|
664
|
+
@property
|
|
665
|
+
@pulumi.getter(name="tunnelSourceVariable")
|
|
666
|
+
def tunnel_source_variable(self) -> str:
|
|
667
|
+
"""
|
|
668
|
+
Variable name
|
|
669
|
+
"""
|
|
670
|
+
return pulumi.get(self, "tunnel_source_variable")
|
|
671
|
+
|
|
672
|
+
@property
|
|
673
|
+
@pulumi.getter
|
|
674
|
+
def version(self) -> int:
|
|
675
|
+
"""
|
|
676
|
+
The version of the feature template
|
|
677
|
+
"""
|
|
678
|
+
return pulumi.get(self, "version")
|
|
679
|
+
|
|
680
|
+
|
|
681
|
+
class AwaitableGetCiscoVpnInterfaceIpsecFeatureTemplateResult(GetCiscoVpnInterfaceIpsecFeatureTemplateResult):
|
|
682
|
+
# pylint: disable=using-constant-test
|
|
683
|
+
def __await__(self):
|
|
684
|
+
if False:
|
|
685
|
+
yield self
|
|
686
|
+
return GetCiscoVpnInterfaceIpsecFeatureTemplateResult(
|
|
687
|
+
application=self.application,
|
|
688
|
+
application_variable=self.application_variable,
|
|
689
|
+
clear_dont_fragment=self.clear_dont_fragment,
|
|
690
|
+
clear_dont_fragment_variable=self.clear_dont_fragment_variable,
|
|
691
|
+
dead_peer_detection_interval=self.dead_peer_detection_interval,
|
|
692
|
+
dead_peer_detection_interval_variable=self.dead_peer_detection_interval_variable,
|
|
693
|
+
dead_peer_detection_retries=self.dead_peer_detection_retries,
|
|
694
|
+
dead_peer_detection_retries_variable=self.dead_peer_detection_retries_variable,
|
|
695
|
+
description=self.description,
|
|
696
|
+
device_types=self.device_types,
|
|
697
|
+
id=self.id,
|
|
698
|
+
ike_ciphersuite=self.ike_ciphersuite,
|
|
699
|
+
ike_ciphersuite_variable=self.ike_ciphersuite_variable,
|
|
700
|
+
ike_group=self.ike_group,
|
|
701
|
+
ike_group_variable=self.ike_group_variable,
|
|
702
|
+
ike_mode=self.ike_mode,
|
|
703
|
+
ike_mode_variable=self.ike_mode_variable,
|
|
704
|
+
ike_pre_shared_key=self.ike_pre_shared_key,
|
|
705
|
+
ike_pre_shared_key_local_id=self.ike_pre_shared_key_local_id,
|
|
706
|
+
ike_pre_shared_key_local_id_variable=self.ike_pre_shared_key_local_id_variable,
|
|
707
|
+
ike_pre_shared_key_remote_id=self.ike_pre_shared_key_remote_id,
|
|
708
|
+
ike_pre_shared_key_remote_id_variable=self.ike_pre_shared_key_remote_id_variable,
|
|
709
|
+
ike_pre_shared_key_variable=self.ike_pre_shared_key_variable,
|
|
710
|
+
ike_rekey_interval=self.ike_rekey_interval,
|
|
711
|
+
ike_rekey_interval_variable=self.ike_rekey_interval_variable,
|
|
712
|
+
ike_version=self.ike_version,
|
|
713
|
+
interface_description=self.interface_description,
|
|
714
|
+
interface_description_variable=self.interface_description_variable,
|
|
715
|
+
interface_name=self.interface_name,
|
|
716
|
+
interface_name_variable=self.interface_name_variable,
|
|
717
|
+
ip_address=self.ip_address,
|
|
718
|
+
ip_address_variable=self.ip_address_variable,
|
|
719
|
+
ipsec_ciphersuite=self.ipsec_ciphersuite,
|
|
720
|
+
ipsec_ciphersuite_variable=self.ipsec_ciphersuite_variable,
|
|
721
|
+
ipsec_perfect_forward_secrecy=self.ipsec_perfect_forward_secrecy,
|
|
722
|
+
ipsec_perfect_forward_secrecy_variable=self.ipsec_perfect_forward_secrecy_variable,
|
|
723
|
+
ipsec_rekey_interval=self.ipsec_rekey_interval,
|
|
724
|
+
ipsec_rekey_interval_variable=self.ipsec_rekey_interval_variable,
|
|
725
|
+
ipsec_replay_window=self.ipsec_replay_window,
|
|
726
|
+
ipsec_replay_window_variable=self.ipsec_replay_window_variable,
|
|
727
|
+
mtu=self.mtu,
|
|
728
|
+
mtu_variable=self.mtu_variable,
|
|
729
|
+
name=self.name,
|
|
730
|
+
shutdown=self.shutdown,
|
|
731
|
+
shutdown_variable=self.shutdown_variable,
|
|
732
|
+
tcp_mss_adjust=self.tcp_mss_adjust,
|
|
733
|
+
tcp_mss_adjust_variable=self.tcp_mss_adjust_variable,
|
|
734
|
+
template_type=self.template_type,
|
|
735
|
+
tracker_variable=self.tracker_variable,
|
|
736
|
+
trackers=self.trackers,
|
|
737
|
+
tunnel_destination=self.tunnel_destination,
|
|
738
|
+
tunnel_destination_variable=self.tunnel_destination_variable,
|
|
739
|
+
tunnel_route_via=self.tunnel_route_via,
|
|
740
|
+
tunnel_route_via_variable=self.tunnel_route_via_variable,
|
|
741
|
+
tunnel_source=self.tunnel_source,
|
|
742
|
+
tunnel_source_interface=self.tunnel_source_interface,
|
|
743
|
+
tunnel_source_interface_variable=self.tunnel_source_interface_variable,
|
|
744
|
+
tunnel_source_variable=self.tunnel_source_variable,
|
|
745
|
+
version=self.version)
|
|
746
|
+
|
|
747
|
+
|
|
748
|
+
def get_cisco_vpn_interface_ipsec_feature_template(id: Optional[str] = None,
|
|
749
|
+
name: Optional[str] = None,
|
|
750
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetCiscoVpnInterfaceIpsecFeatureTemplateResult:
|
|
751
|
+
"""
|
|
752
|
+
This data source can read the Cisco VPN Interface IPSec feature template.
|
|
753
|
+
|
|
754
|
+
## Example Usage
|
|
755
|
+
|
|
756
|
+
```python
|
|
757
|
+
import pulumi
|
|
758
|
+
import pulumi_sdwan as sdwan
|
|
759
|
+
|
|
760
|
+
example = sdwan.get_cisco_vpn_interface_ipsec_feature_template(id="f6b2c44c-693c-4763-b010-895aa3d236bd")
|
|
761
|
+
```
|
|
762
|
+
|
|
763
|
+
|
|
764
|
+
:param str id: The id of the feature template
|
|
765
|
+
:param str name: The name of the feature template
|
|
766
|
+
"""
|
|
767
|
+
__args__ = dict()
|
|
768
|
+
__args__['id'] = id
|
|
769
|
+
__args__['name'] = name
|
|
770
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
771
|
+
__ret__ = pulumi.runtime.invoke('sdwan:index/getCiscoVpnInterfaceIpsecFeatureTemplate:getCiscoVpnInterfaceIpsecFeatureTemplate', __args__, opts=opts, typ=GetCiscoVpnInterfaceIpsecFeatureTemplateResult).value
|
|
772
|
+
|
|
773
|
+
return AwaitableGetCiscoVpnInterfaceIpsecFeatureTemplateResult(
|
|
774
|
+
application=pulumi.get(__ret__, 'application'),
|
|
775
|
+
application_variable=pulumi.get(__ret__, 'application_variable'),
|
|
776
|
+
clear_dont_fragment=pulumi.get(__ret__, 'clear_dont_fragment'),
|
|
777
|
+
clear_dont_fragment_variable=pulumi.get(__ret__, 'clear_dont_fragment_variable'),
|
|
778
|
+
dead_peer_detection_interval=pulumi.get(__ret__, 'dead_peer_detection_interval'),
|
|
779
|
+
dead_peer_detection_interval_variable=pulumi.get(__ret__, 'dead_peer_detection_interval_variable'),
|
|
780
|
+
dead_peer_detection_retries=pulumi.get(__ret__, 'dead_peer_detection_retries'),
|
|
781
|
+
dead_peer_detection_retries_variable=pulumi.get(__ret__, 'dead_peer_detection_retries_variable'),
|
|
782
|
+
description=pulumi.get(__ret__, 'description'),
|
|
783
|
+
device_types=pulumi.get(__ret__, 'device_types'),
|
|
784
|
+
id=pulumi.get(__ret__, 'id'),
|
|
785
|
+
ike_ciphersuite=pulumi.get(__ret__, 'ike_ciphersuite'),
|
|
786
|
+
ike_ciphersuite_variable=pulumi.get(__ret__, 'ike_ciphersuite_variable'),
|
|
787
|
+
ike_group=pulumi.get(__ret__, 'ike_group'),
|
|
788
|
+
ike_group_variable=pulumi.get(__ret__, 'ike_group_variable'),
|
|
789
|
+
ike_mode=pulumi.get(__ret__, 'ike_mode'),
|
|
790
|
+
ike_mode_variable=pulumi.get(__ret__, 'ike_mode_variable'),
|
|
791
|
+
ike_pre_shared_key=pulumi.get(__ret__, 'ike_pre_shared_key'),
|
|
792
|
+
ike_pre_shared_key_local_id=pulumi.get(__ret__, 'ike_pre_shared_key_local_id'),
|
|
793
|
+
ike_pre_shared_key_local_id_variable=pulumi.get(__ret__, 'ike_pre_shared_key_local_id_variable'),
|
|
794
|
+
ike_pre_shared_key_remote_id=pulumi.get(__ret__, 'ike_pre_shared_key_remote_id'),
|
|
795
|
+
ike_pre_shared_key_remote_id_variable=pulumi.get(__ret__, 'ike_pre_shared_key_remote_id_variable'),
|
|
796
|
+
ike_pre_shared_key_variable=pulumi.get(__ret__, 'ike_pre_shared_key_variable'),
|
|
797
|
+
ike_rekey_interval=pulumi.get(__ret__, 'ike_rekey_interval'),
|
|
798
|
+
ike_rekey_interval_variable=pulumi.get(__ret__, 'ike_rekey_interval_variable'),
|
|
799
|
+
ike_version=pulumi.get(__ret__, 'ike_version'),
|
|
800
|
+
interface_description=pulumi.get(__ret__, 'interface_description'),
|
|
801
|
+
interface_description_variable=pulumi.get(__ret__, 'interface_description_variable'),
|
|
802
|
+
interface_name=pulumi.get(__ret__, 'interface_name'),
|
|
803
|
+
interface_name_variable=pulumi.get(__ret__, 'interface_name_variable'),
|
|
804
|
+
ip_address=pulumi.get(__ret__, 'ip_address'),
|
|
805
|
+
ip_address_variable=pulumi.get(__ret__, 'ip_address_variable'),
|
|
806
|
+
ipsec_ciphersuite=pulumi.get(__ret__, 'ipsec_ciphersuite'),
|
|
807
|
+
ipsec_ciphersuite_variable=pulumi.get(__ret__, 'ipsec_ciphersuite_variable'),
|
|
808
|
+
ipsec_perfect_forward_secrecy=pulumi.get(__ret__, 'ipsec_perfect_forward_secrecy'),
|
|
809
|
+
ipsec_perfect_forward_secrecy_variable=pulumi.get(__ret__, 'ipsec_perfect_forward_secrecy_variable'),
|
|
810
|
+
ipsec_rekey_interval=pulumi.get(__ret__, 'ipsec_rekey_interval'),
|
|
811
|
+
ipsec_rekey_interval_variable=pulumi.get(__ret__, 'ipsec_rekey_interval_variable'),
|
|
812
|
+
ipsec_replay_window=pulumi.get(__ret__, 'ipsec_replay_window'),
|
|
813
|
+
ipsec_replay_window_variable=pulumi.get(__ret__, 'ipsec_replay_window_variable'),
|
|
814
|
+
mtu=pulumi.get(__ret__, 'mtu'),
|
|
815
|
+
mtu_variable=pulumi.get(__ret__, 'mtu_variable'),
|
|
816
|
+
name=pulumi.get(__ret__, 'name'),
|
|
817
|
+
shutdown=pulumi.get(__ret__, 'shutdown'),
|
|
818
|
+
shutdown_variable=pulumi.get(__ret__, 'shutdown_variable'),
|
|
819
|
+
tcp_mss_adjust=pulumi.get(__ret__, 'tcp_mss_adjust'),
|
|
820
|
+
tcp_mss_adjust_variable=pulumi.get(__ret__, 'tcp_mss_adjust_variable'),
|
|
821
|
+
template_type=pulumi.get(__ret__, 'template_type'),
|
|
822
|
+
tracker_variable=pulumi.get(__ret__, 'tracker_variable'),
|
|
823
|
+
trackers=pulumi.get(__ret__, 'trackers'),
|
|
824
|
+
tunnel_destination=pulumi.get(__ret__, 'tunnel_destination'),
|
|
825
|
+
tunnel_destination_variable=pulumi.get(__ret__, 'tunnel_destination_variable'),
|
|
826
|
+
tunnel_route_via=pulumi.get(__ret__, 'tunnel_route_via'),
|
|
827
|
+
tunnel_route_via_variable=pulumi.get(__ret__, 'tunnel_route_via_variable'),
|
|
828
|
+
tunnel_source=pulumi.get(__ret__, 'tunnel_source'),
|
|
829
|
+
tunnel_source_interface=pulumi.get(__ret__, 'tunnel_source_interface'),
|
|
830
|
+
tunnel_source_interface_variable=pulumi.get(__ret__, 'tunnel_source_interface_variable'),
|
|
831
|
+
tunnel_source_variable=pulumi.get(__ret__, 'tunnel_source_variable'),
|
|
832
|
+
version=pulumi.get(__ret__, 'version'))
|
|
833
|
+
def get_cisco_vpn_interface_ipsec_feature_template_output(id: Optional[pulumi.Input[Optional[str]]] = None,
|
|
834
|
+
name: Optional[pulumi.Input[Optional[str]]] = None,
|
|
835
|
+
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetCiscoVpnInterfaceIpsecFeatureTemplateResult]:
|
|
836
|
+
"""
|
|
837
|
+
This data source can read the Cisco VPN Interface IPSec feature template.
|
|
838
|
+
|
|
839
|
+
## Example Usage
|
|
840
|
+
|
|
841
|
+
```python
|
|
842
|
+
import pulumi
|
|
843
|
+
import pulumi_sdwan as sdwan
|
|
844
|
+
|
|
845
|
+
example = sdwan.get_cisco_vpn_interface_ipsec_feature_template(id="f6b2c44c-693c-4763-b010-895aa3d236bd")
|
|
846
|
+
```
|
|
847
|
+
|
|
848
|
+
|
|
849
|
+
:param str id: The id of the feature template
|
|
850
|
+
:param str name: The name of the feature template
|
|
851
|
+
"""
|
|
852
|
+
__args__ = dict()
|
|
853
|
+
__args__['id'] = id
|
|
854
|
+
__args__['name'] = name
|
|
855
|
+
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
856
|
+
__ret__ = pulumi.runtime.invoke_output('sdwan:index/getCiscoVpnInterfaceIpsecFeatureTemplate:getCiscoVpnInterfaceIpsecFeatureTemplate', __args__, opts=opts, typ=GetCiscoVpnInterfaceIpsecFeatureTemplateResult)
|
|
857
|
+
return __ret__.apply(lambda __response__: GetCiscoVpnInterfaceIpsecFeatureTemplateResult(
|
|
858
|
+
application=pulumi.get(__response__, 'application'),
|
|
859
|
+
application_variable=pulumi.get(__response__, 'application_variable'),
|
|
860
|
+
clear_dont_fragment=pulumi.get(__response__, 'clear_dont_fragment'),
|
|
861
|
+
clear_dont_fragment_variable=pulumi.get(__response__, 'clear_dont_fragment_variable'),
|
|
862
|
+
dead_peer_detection_interval=pulumi.get(__response__, 'dead_peer_detection_interval'),
|
|
863
|
+
dead_peer_detection_interval_variable=pulumi.get(__response__, 'dead_peer_detection_interval_variable'),
|
|
864
|
+
dead_peer_detection_retries=pulumi.get(__response__, 'dead_peer_detection_retries'),
|
|
865
|
+
dead_peer_detection_retries_variable=pulumi.get(__response__, 'dead_peer_detection_retries_variable'),
|
|
866
|
+
description=pulumi.get(__response__, 'description'),
|
|
867
|
+
device_types=pulumi.get(__response__, 'device_types'),
|
|
868
|
+
id=pulumi.get(__response__, 'id'),
|
|
869
|
+
ike_ciphersuite=pulumi.get(__response__, 'ike_ciphersuite'),
|
|
870
|
+
ike_ciphersuite_variable=pulumi.get(__response__, 'ike_ciphersuite_variable'),
|
|
871
|
+
ike_group=pulumi.get(__response__, 'ike_group'),
|
|
872
|
+
ike_group_variable=pulumi.get(__response__, 'ike_group_variable'),
|
|
873
|
+
ike_mode=pulumi.get(__response__, 'ike_mode'),
|
|
874
|
+
ike_mode_variable=pulumi.get(__response__, 'ike_mode_variable'),
|
|
875
|
+
ike_pre_shared_key=pulumi.get(__response__, 'ike_pre_shared_key'),
|
|
876
|
+
ike_pre_shared_key_local_id=pulumi.get(__response__, 'ike_pre_shared_key_local_id'),
|
|
877
|
+
ike_pre_shared_key_local_id_variable=pulumi.get(__response__, 'ike_pre_shared_key_local_id_variable'),
|
|
878
|
+
ike_pre_shared_key_remote_id=pulumi.get(__response__, 'ike_pre_shared_key_remote_id'),
|
|
879
|
+
ike_pre_shared_key_remote_id_variable=pulumi.get(__response__, 'ike_pre_shared_key_remote_id_variable'),
|
|
880
|
+
ike_pre_shared_key_variable=pulumi.get(__response__, 'ike_pre_shared_key_variable'),
|
|
881
|
+
ike_rekey_interval=pulumi.get(__response__, 'ike_rekey_interval'),
|
|
882
|
+
ike_rekey_interval_variable=pulumi.get(__response__, 'ike_rekey_interval_variable'),
|
|
883
|
+
ike_version=pulumi.get(__response__, 'ike_version'),
|
|
884
|
+
interface_description=pulumi.get(__response__, 'interface_description'),
|
|
885
|
+
interface_description_variable=pulumi.get(__response__, 'interface_description_variable'),
|
|
886
|
+
interface_name=pulumi.get(__response__, 'interface_name'),
|
|
887
|
+
interface_name_variable=pulumi.get(__response__, 'interface_name_variable'),
|
|
888
|
+
ip_address=pulumi.get(__response__, 'ip_address'),
|
|
889
|
+
ip_address_variable=pulumi.get(__response__, 'ip_address_variable'),
|
|
890
|
+
ipsec_ciphersuite=pulumi.get(__response__, 'ipsec_ciphersuite'),
|
|
891
|
+
ipsec_ciphersuite_variable=pulumi.get(__response__, 'ipsec_ciphersuite_variable'),
|
|
892
|
+
ipsec_perfect_forward_secrecy=pulumi.get(__response__, 'ipsec_perfect_forward_secrecy'),
|
|
893
|
+
ipsec_perfect_forward_secrecy_variable=pulumi.get(__response__, 'ipsec_perfect_forward_secrecy_variable'),
|
|
894
|
+
ipsec_rekey_interval=pulumi.get(__response__, 'ipsec_rekey_interval'),
|
|
895
|
+
ipsec_rekey_interval_variable=pulumi.get(__response__, 'ipsec_rekey_interval_variable'),
|
|
896
|
+
ipsec_replay_window=pulumi.get(__response__, 'ipsec_replay_window'),
|
|
897
|
+
ipsec_replay_window_variable=pulumi.get(__response__, 'ipsec_replay_window_variable'),
|
|
898
|
+
mtu=pulumi.get(__response__, 'mtu'),
|
|
899
|
+
mtu_variable=pulumi.get(__response__, 'mtu_variable'),
|
|
900
|
+
name=pulumi.get(__response__, 'name'),
|
|
901
|
+
shutdown=pulumi.get(__response__, 'shutdown'),
|
|
902
|
+
shutdown_variable=pulumi.get(__response__, 'shutdown_variable'),
|
|
903
|
+
tcp_mss_adjust=pulumi.get(__response__, 'tcp_mss_adjust'),
|
|
904
|
+
tcp_mss_adjust_variable=pulumi.get(__response__, 'tcp_mss_adjust_variable'),
|
|
905
|
+
template_type=pulumi.get(__response__, 'template_type'),
|
|
906
|
+
tracker_variable=pulumi.get(__response__, 'tracker_variable'),
|
|
907
|
+
trackers=pulumi.get(__response__, 'trackers'),
|
|
908
|
+
tunnel_destination=pulumi.get(__response__, 'tunnel_destination'),
|
|
909
|
+
tunnel_destination_variable=pulumi.get(__response__, 'tunnel_destination_variable'),
|
|
910
|
+
tunnel_route_via=pulumi.get(__response__, 'tunnel_route_via'),
|
|
911
|
+
tunnel_route_via_variable=pulumi.get(__response__, 'tunnel_route_via_variable'),
|
|
912
|
+
tunnel_source=pulumi.get(__response__, 'tunnel_source'),
|
|
913
|
+
tunnel_source_interface=pulumi.get(__response__, 'tunnel_source_interface'),
|
|
914
|
+
tunnel_source_interface_variable=pulumi.get(__response__, 'tunnel_source_interface_variable'),
|
|
915
|
+
tunnel_source_variable=pulumi.get(__response__, 'tunnel_source_variable'),
|
|
916
|
+
version=pulumi.get(__response__, 'version')))
|