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,259 @@
|
|
|
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
|
+
from . import outputs
|
|
17
|
+
|
|
18
|
+
__all__ = [
|
|
19
|
+
'GetCiscoSecureInternetGatewayFeatureTemplateResult',
|
|
20
|
+
'AwaitableGetCiscoSecureInternetGatewayFeatureTemplateResult',
|
|
21
|
+
'get_cisco_secure_internet_gateway_feature_template',
|
|
22
|
+
'get_cisco_secure_internet_gateway_feature_template_output',
|
|
23
|
+
]
|
|
24
|
+
|
|
25
|
+
@pulumi.output_type
|
|
26
|
+
class GetCiscoSecureInternetGatewayFeatureTemplateResult:
|
|
27
|
+
"""
|
|
28
|
+
A collection of values returned by getCiscoSecureInternetGatewayFeatureTemplate.
|
|
29
|
+
"""
|
|
30
|
+
def __init__(__self__, description=None, device_types=None, id=None, interfaces=None, name=None, services=None, template_type=None, tracker_source_ip=None, tracker_source_ip_variable=None, trackers=None, version=None, vpn_id=None):
|
|
31
|
+
if description and not isinstance(description, str):
|
|
32
|
+
raise TypeError("Expected argument 'description' to be a str")
|
|
33
|
+
pulumi.set(__self__, "description", description)
|
|
34
|
+
if device_types and not isinstance(device_types, list):
|
|
35
|
+
raise TypeError("Expected argument 'device_types' to be a list")
|
|
36
|
+
pulumi.set(__self__, "device_types", device_types)
|
|
37
|
+
if id and not isinstance(id, str):
|
|
38
|
+
raise TypeError("Expected argument 'id' to be a str")
|
|
39
|
+
pulumi.set(__self__, "id", id)
|
|
40
|
+
if interfaces and not isinstance(interfaces, list):
|
|
41
|
+
raise TypeError("Expected argument 'interfaces' to be a list")
|
|
42
|
+
pulumi.set(__self__, "interfaces", interfaces)
|
|
43
|
+
if name and not isinstance(name, str):
|
|
44
|
+
raise TypeError("Expected argument 'name' to be a str")
|
|
45
|
+
pulumi.set(__self__, "name", name)
|
|
46
|
+
if services and not isinstance(services, list):
|
|
47
|
+
raise TypeError("Expected argument 'services' to be a list")
|
|
48
|
+
pulumi.set(__self__, "services", services)
|
|
49
|
+
if template_type and not isinstance(template_type, str):
|
|
50
|
+
raise TypeError("Expected argument 'template_type' to be a str")
|
|
51
|
+
pulumi.set(__self__, "template_type", template_type)
|
|
52
|
+
if tracker_source_ip and not isinstance(tracker_source_ip, str):
|
|
53
|
+
raise TypeError("Expected argument 'tracker_source_ip' to be a str")
|
|
54
|
+
pulumi.set(__self__, "tracker_source_ip", tracker_source_ip)
|
|
55
|
+
if tracker_source_ip_variable and not isinstance(tracker_source_ip_variable, str):
|
|
56
|
+
raise TypeError("Expected argument 'tracker_source_ip_variable' to be a str")
|
|
57
|
+
pulumi.set(__self__, "tracker_source_ip_variable", tracker_source_ip_variable)
|
|
58
|
+
if trackers and not isinstance(trackers, list):
|
|
59
|
+
raise TypeError("Expected argument 'trackers' to be a list")
|
|
60
|
+
pulumi.set(__self__, "trackers", trackers)
|
|
61
|
+
if version and not isinstance(version, int):
|
|
62
|
+
raise TypeError("Expected argument 'version' to be a int")
|
|
63
|
+
pulumi.set(__self__, "version", version)
|
|
64
|
+
if vpn_id and not isinstance(vpn_id, int):
|
|
65
|
+
raise TypeError("Expected argument 'vpn_id' to be a int")
|
|
66
|
+
pulumi.set(__self__, "vpn_id", vpn_id)
|
|
67
|
+
|
|
68
|
+
@property
|
|
69
|
+
@pulumi.getter
|
|
70
|
+
def description(self) -> str:
|
|
71
|
+
"""
|
|
72
|
+
The description of the feature template
|
|
73
|
+
"""
|
|
74
|
+
return pulumi.get(self, "description")
|
|
75
|
+
|
|
76
|
+
@property
|
|
77
|
+
@pulumi.getter(name="deviceTypes")
|
|
78
|
+
def device_types(self) -> Sequence[str]:
|
|
79
|
+
"""
|
|
80
|
+
List of supported device types
|
|
81
|
+
"""
|
|
82
|
+
return pulumi.get(self, "device_types")
|
|
83
|
+
|
|
84
|
+
@property
|
|
85
|
+
@pulumi.getter
|
|
86
|
+
def id(self) -> str:
|
|
87
|
+
"""
|
|
88
|
+
The id of the feature template
|
|
89
|
+
"""
|
|
90
|
+
return pulumi.get(self, "id")
|
|
91
|
+
|
|
92
|
+
@property
|
|
93
|
+
@pulumi.getter
|
|
94
|
+
def interfaces(self) -> Sequence['outputs.GetCiscoSecureInternetGatewayFeatureTemplateInterfaceResult']:
|
|
95
|
+
"""
|
|
96
|
+
Interface name: IPsec when present
|
|
97
|
+
"""
|
|
98
|
+
return pulumi.get(self, "interfaces")
|
|
99
|
+
|
|
100
|
+
@property
|
|
101
|
+
@pulumi.getter
|
|
102
|
+
def name(self) -> str:
|
|
103
|
+
"""
|
|
104
|
+
The name of the feature template
|
|
105
|
+
"""
|
|
106
|
+
return pulumi.get(self, "name")
|
|
107
|
+
|
|
108
|
+
@property
|
|
109
|
+
@pulumi.getter
|
|
110
|
+
def services(self) -> Sequence['outputs.GetCiscoSecureInternetGatewayFeatureTemplateServiceResult']:
|
|
111
|
+
"""
|
|
112
|
+
Configure services
|
|
113
|
+
"""
|
|
114
|
+
return pulumi.get(self, "services")
|
|
115
|
+
|
|
116
|
+
@property
|
|
117
|
+
@pulumi.getter(name="templateType")
|
|
118
|
+
def template_type(self) -> str:
|
|
119
|
+
"""
|
|
120
|
+
The template type
|
|
121
|
+
"""
|
|
122
|
+
return pulumi.get(self, "template_type")
|
|
123
|
+
|
|
124
|
+
@property
|
|
125
|
+
@pulumi.getter(name="trackerSourceIp")
|
|
126
|
+
def tracker_source_ip(self) -> str:
|
|
127
|
+
"""
|
|
128
|
+
Source IP address for Tracker
|
|
129
|
+
"""
|
|
130
|
+
return pulumi.get(self, "tracker_source_ip")
|
|
131
|
+
|
|
132
|
+
@property
|
|
133
|
+
@pulumi.getter(name="trackerSourceIpVariable")
|
|
134
|
+
def tracker_source_ip_variable(self) -> str:
|
|
135
|
+
"""
|
|
136
|
+
Variable name
|
|
137
|
+
"""
|
|
138
|
+
return pulumi.get(self, "tracker_source_ip_variable")
|
|
139
|
+
|
|
140
|
+
@property
|
|
141
|
+
@pulumi.getter
|
|
142
|
+
def trackers(self) -> Sequence['outputs.GetCiscoSecureInternetGatewayFeatureTemplateTrackerResult']:
|
|
143
|
+
"""
|
|
144
|
+
Tracker configuration
|
|
145
|
+
"""
|
|
146
|
+
return pulumi.get(self, "trackers")
|
|
147
|
+
|
|
148
|
+
@property
|
|
149
|
+
@pulumi.getter
|
|
150
|
+
def version(self) -> int:
|
|
151
|
+
"""
|
|
152
|
+
The version of the feature template
|
|
153
|
+
"""
|
|
154
|
+
return pulumi.get(self, "version")
|
|
155
|
+
|
|
156
|
+
@property
|
|
157
|
+
@pulumi.getter(name="vpnId")
|
|
158
|
+
def vpn_id(self) -> int:
|
|
159
|
+
"""
|
|
160
|
+
List of VPN instances
|
|
161
|
+
"""
|
|
162
|
+
return pulumi.get(self, "vpn_id")
|
|
163
|
+
|
|
164
|
+
|
|
165
|
+
class AwaitableGetCiscoSecureInternetGatewayFeatureTemplateResult(GetCiscoSecureInternetGatewayFeatureTemplateResult):
|
|
166
|
+
# pylint: disable=using-constant-test
|
|
167
|
+
def __await__(self):
|
|
168
|
+
if False:
|
|
169
|
+
yield self
|
|
170
|
+
return GetCiscoSecureInternetGatewayFeatureTemplateResult(
|
|
171
|
+
description=self.description,
|
|
172
|
+
device_types=self.device_types,
|
|
173
|
+
id=self.id,
|
|
174
|
+
interfaces=self.interfaces,
|
|
175
|
+
name=self.name,
|
|
176
|
+
services=self.services,
|
|
177
|
+
template_type=self.template_type,
|
|
178
|
+
tracker_source_ip=self.tracker_source_ip,
|
|
179
|
+
tracker_source_ip_variable=self.tracker_source_ip_variable,
|
|
180
|
+
trackers=self.trackers,
|
|
181
|
+
version=self.version,
|
|
182
|
+
vpn_id=self.vpn_id)
|
|
183
|
+
|
|
184
|
+
|
|
185
|
+
def get_cisco_secure_internet_gateway_feature_template(id: Optional[str] = None,
|
|
186
|
+
name: Optional[str] = None,
|
|
187
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetCiscoSecureInternetGatewayFeatureTemplateResult:
|
|
188
|
+
"""
|
|
189
|
+
This data source can read the Cisco Secure Internet Gateway feature template.
|
|
190
|
+
|
|
191
|
+
## Example Usage
|
|
192
|
+
|
|
193
|
+
```python
|
|
194
|
+
import pulumi
|
|
195
|
+
import pulumi_sdwan as sdwan
|
|
196
|
+
|
|
197
|
+
example = sdwan.get_cisco_secure_internet_gateway_feature_template(id="f6b2c44c-693c-4763-b010-895aa3d236bd")
|
|
198
|
+
```
|
|
199
|
+
|
|
200
|
+
|
|
201
|
+
:param str id: The id of the feature template
|
|
202
|
+
:param str name: The name of the feature template
|
|
203
|
+
"""
|
|
204
|
+
__args__ = dict()
|
|
205
|
+
__args__['id'] = id
|
|
206
|
+
__args__['name'] = name
|
|
207
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
208
|
+
__ret__ = pulumi.runtime.invoke('sdwan:index/getCiscoSecureInternetGatewayFeatureTemplate:getCiscoSecureInternetGatewayFeatureTemplate', __args__, opts=opts, typ=GetCiscoSecureInternetGatewayFeatureTemplateResult).value
|
|
209
|
+
|
|
210
|
+
return AwaitableGetCiscoSecureInternetGatewayFeatureTemplateResult(
|
|
211
|
+
description=pulumi.get(__ret__, 'description'),
|
|
212
|
+
device_types=pulumi.get(__ret__, 'device_types'),
|
|
213
|
+
id=pulumi.get(__ret__, 'id'),
|
|
214
|
+
interfaces=pulumi.get(__ret__, 'interfaces'),
|
|
215
|
+
name=pulumi.get(__ret__, 'name'),
|
|
216
|
+
services=pulumi.get(__ret__, 'services'),
|
|
217
|
+
template_type=pulumi.get(__ret__, 'template_type'),
|
|
218
|
+
tracker_source_ip=pulumi.get(__ret__, 'tracker_source_ip'),
|
|
219
|
+
tracker_source_ip_variable=pulumi.get(__ret__, 'tracker_source_ip_variable'),
|
|
220
|
+
trackers=pulumi.get(__ret__, 'trackers'),
|
|
221
|
+
version=pulumi.get(__ret__, 'version'),
|
|
222
|
+
vpn_id=pulumi.get(__ret__, 'vpn_id'))
|
|
223
|
+
def get_cisco_secure_internet_gateway_feature_template_output(id: Optional[pulumi.Input[Optional[str]]] = None,
|
|
224
|
+
name: Optional[pulumi.Input[Optional[str]]] = None,
|
|
225
|
+
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetCiscoSecureInternetGatewayFeatureTemplateResult]:
|
|
226
|
+
"""
|
|
227
|
+
This data source can read the Cisco Secure Internet Gateway feature template.
|
|
228
|
+
|
|
229
|
+
## Example Usage
|
|
230
|
+
|
|
231
|
+
```python
|
|
232
|
+
import pulumi
|
|
233
|
+
import pulumi_sdwan as sdwan
|
|
234
|
+
|
|
235
|
+
example = sdwan.get_cisco_secure_internet_gateway_feature_template(id="f6b2c44c-693c-4763-b010-895aa3d236bd")
|
|
236
|
+
```
|
|
237
|
+
|
|
238
|
+
|
|
239
|
+
:param str id: The id of the feature template
|
|
240
|
+
:param str name: The name of the feature template
|
|
241
|
+
"""
|
|
242
|
+
__args__ = dict()
|
|
243
|
+
__args__['id'] = id
|
|
244
|
+
__args__['name'] = name
|
|
245
|
+
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
246
|
+
__ret__ = pulumi.runtime.invoke_output('sdwan:index/getCiscoSecureInternetGatewayFeatureTemplate:getCiscoSecureInternetGatewayFeatureTemplate', __args__, opts=opts, typ=GetCiscoSecureInternetGatewayFeatureTemplateResult)
|
|
247
|
+
return __ret__.apply(lambda __response__: GetCiscoSecureInternetGatewayFeatureTemplateResult(
|
|
248
|
+
description=pulumi.get(__response__, 'description'),
|
|
249
|
+
device_types=pulumi.get(__response__, 'device_types'),
|
|
250
|
+
id=pulumi.get(__response__, 'id'),
|
|
251
|
+
interfaces=pulumi.get(__response__, 'interfaces'),
|
|
252
|
+
name=pulumi.get(__response__, 'name'),
|
|
253
|
+
services=pulumi.get(__response__, 'services'),
|
|
254
|
+
template_type=pulumi.get(__response__, 'template_type'),
|
|
255
|
+
tracker_source_ip=pulumi.get(__response__, 'tracker_source_ip'),
|
|
256
|
+
tracker_source_ip_variable=pulumi.get(__response__, 'tracker_source_ip_variable'),
|
|
257
|
+
trackers=pulumi.get(__response__, 'trackers'),
|
|
258
|
+
version=pulumi.get(__response__, 'version'),
|
|
259
|
+
vpn_id=pulumi.get(__response__, 'vpn_id')))
|
|
@@ -0,0 +1,371 @@
|
|
|
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
|
+
from . import outputs
|
|
17
|
+
|
|
18
|
+
__all__ = [
|
|
19
|
+
'GetCiscoSecurityFeatureTemplateResult',
|
|
20
|
+
'AwaitableGetCiscoSecurityFeatureTemplateResult',
|
|
21
|
+
'get_cisco_security_feature_template',
|
|
22
|
+
'get_cisco_security_feature_template_output',
|
|
23
|
+
]
|
|
24
|
+
|
|
25
|
+
@pulumi.output_type
|
|
26
|
+
class GetCiscoSecurityFeatureTemplateResult:
|
|
27
|
+
"""
|
|
28
|
+
A collection of values returned by getCiscoSecurityFeatureTemplate.
|
|
29
|
+
"""
|
|
30
|
+
def __init__(__self__, authentication_type_variable=None, authentication_types=None, description=None, device_types=None, extended_ar_window=None, extended_ar_window_variable=None, id=None, integrity_type_variable=None, integrity_types=None, keychains=None, keys=None, name=None, pairwise_keying=None, pairwise_keying_variable=None, rekey_interval=None, rekey_interval_variable=None, replay_window=None, replay_window_variable=None, template_type=None, version=None):
|
|
31
|
+
if authentication_type_variable and not isinstance(authentication_type_variable, str):
|
|
32
|
+
raise TypeError("Expected argument 'authentication_type_variable' to be a str")
|
|
33
|
+
pulumi.set(__self__, "authentication_type_variable", authentication_type_variable)
|
|
34
|
+
if authentication_types and not isinstance(authentication_types, list):
|
|
35
|
+
raise TypeError("Expected argument 'authentication_types' to be a list")
|
|
36
|
+
pulumi.set(__self__, "authentication_types", authentication_types)
|
|
37
|
+
if description and not isinstance(description, str):
|
|
38
|
+
raise TypeError("Expected argument 'description' to be a str")
|
|
39
|
+
pulumi.set(__self__, "description", description)
|
|
40
|
+
if device_types and not isinstance(device_types, list):
|
|
41
|
+
raise TypeError("Expected argument 'device_types' to be a list")
|
|
42
|
+
pulumi.set(__self__, "device_types", device_types)
|
|
43
|
+
if extended_ar_window and not isinstance(extended_ar_window, int):
|
|
44
|
+
raise TypeError("Expected argument 'extended_ar_window' to be a int")
|
|
45
|
+
pulumi.set(__self__, "extended_ar_window", extended_ar_window)
|
|
46
|
+
if extended_ar_window_variable and not isinstance(extended_ar_window_variable, str):
|
|
47
|
+
raise TypeError("Expected argument 'extended_ar_window_variable' to be a str")
|
|
48
|
+
pulumi.set(__self__, "extended_ar_window_variable", extended_ar_window_variable)
|
|
49
|
+
if id and not isinstance(id, str):
|
|
50
|
+
raise TypeError("Expected argument 'id' to be a str")
|
|
51
|
+
pulumi.set(__self__, "id", id)
|
|
52
|
+
if integrity_type_variable and not isinstance(integrity_type_variable, str):
|
|
53
|
+
raise TypeError("Expected argument 'integrity_type_variable' to be a str")
|
|
54
|
+
pulumi.set(__self__, "integrity_type_variable", integrity_type_variable)
|
|
55
|
+
if integrity_types and not isinstance(integrity_types, list):
|
|
56
|
+
raise TypeError("Expected argument 'integrity_types' to be a list")
|
|
57
|
+
pulumi.set(__self__, "integrity_types", integrity_types)
|
|
58
|
+
if keychains and not isinstance(keychains, list):
|
|
59
|
+
raise TypeError("Expected argument 'keychains' to be a list")
|
|
60
|
+
pulumi.set(__self__, "keychains", keychains)
|
|
61
|
+
if keys and not isinstance(keys, list):
|
|
62
|
+
raise TypeError("Expected argument 'keys' to be a list")
|
|
63
|
+
pulumi.set(__self__, "keys", keys)
|
|
64
|
+
if name and not isinstance(name, str):
|
|
65
|
+
raise TypeError("Expected argument 'name' to be a str")
|
|
66
|
+
pulumi.set(__self__, "name", name)
|
|
67
|
+
if pairwise_keying and not isinstance(pairwise_keying, bool):
|
|
68
|
+
raise TypeError("Expected argument 'pairwise_keying' to be a bool")
|
|
69
|
+
pulumi.set(__self__, "pairwise_keying", pairwise_keying)
|
|
70
|
+
if pairwise_keying_variable and not isinstance(pairwise_keying_variable, str):
|
|
71
|
+
raise TypeError("Expected argument 'pairwise_keying_variable' to be a str")
|
|
72
|
+
pulumi.set(__self__, "pairwise_keying_variable", pairwise_keying_variable)
|
|
73
|
+
if rekey_interval and not isinstance(rekey_interval, int):
|
|
74
|
+
raise TypeError("Expected argument 'rekey_interval' to be a int")
|
|
75
|
+
pulumi.set(__self__, "rekey_interval", rekey_interval)
|
|
76
|
+
if rekey_interval_variable and not isinstance(rekey_interval_variable, str):
|
|
77
|
+
raise TypeError("Expected argument 'rekey_interval_variable' to be a str")
|
|
78
|
+
pulumi.set(__self__, "rekey_interval_variable", rekey_interval_variable)
|
|
79
|
+
if replay_window and not isinstance(replay_window, str):
|
|
80
|
+
raise TypeError("Expected argument 'replay_window' to be a str")
|
|
81
|
+
pulumi.set(__self__, "replay_window", replay_window)
|
|
82
|
+
if replay_window_variable and not isinstance(replay_window_variable, str):
|
|
83
|
+
raise TypeError("Expected argument 'replay_window_variable' to be a str")
|
|
84
|
+
pulumi.set(__self__, "replay_window_variable", replay_window_variable)
|
|
85
|
+
if template_type and not isinstance(template_type, str):
|
|
86
|
+
raise TypeError("Expected argument 'template_type' to be a str")
|
|
87
|
+
pulumi.set(__self__, "template_type", template_type)
|
|
88
|
+
if version and not isinstance(version, int):
|
|
89
|
+
raise TypeError("Expected argument 'version' to be a int")
|
|
90
|
+
pulumi.set(__self__, "version", version)
|
|
91
|
+
|
|
92
|
+
@property
|
|
93
|
+
@pulumi.getter(name="authenticationTypeVariable")
|
|
94
|
+
def authentication_type_variable(self) -> str:
|
|
95
|
+
"""
|
|
96
|
+
Variable name
|
|
97
|
+
"""
|
|
98
|
+
return pulumi.get(self, "authentication_type_variable")
|
|
99
|
+
|
|
100
|
+
@property
|
|
101
|
+
@pulumi.getter(name="authenticationTypes")
|
|
102
|
+
def authentication_types(self) -> Sequence[str]:
|
|
103
|
+
"""
|
|
104
|
+
Set the authentication type for DTLS connections
|
|
105
|
+
"""
|
|
106
|
+
return pulumi.get(self, "authentication_types")
|
|
107
|
+
|
|
108
|
+
@property
|
|
109
|
+
@pulumi.getter
|
|
110
|
+
def description(self) -> str:
|
|
111
|
+
"""
|
|
112
|
+
The description of the feature template
|
|
113
|
+
"""
|
|
114
|
+
return pulumi.get(self, "description")
|
|
115
|
+
|
|
116
|
+
@property
|
|
117
|
+
@pulumi.getter(name="deviceTypes")
|
|
118
|
+
def device_types(self) -> Sequence[str]:
|
|
119
|
+
"""
|
|
120
|
+
List of supported device types
|
|
121
|
+
"""
|
|
122
|
+
return pulumi.get(self, "device_types")
|
|
123
|
+
|
|
124
|
+
@property
|
|
125
|
+
@pulumi.getter(name="extendedArWindow")
|
|
126
|
+
def extended_ar_window(self) -> int:
|
|
127
|
+
"""
|
|
128
|
+
Extended Anti-Replay Window
|
|
129
|
+
"""
|
|
130
|
+
return pulumi.get(self, "extended_ar_window")
|
|
131
|
+
|
|
132
|
+
@property
|
|
133
|
+
@pulumi.getter(name="extendedArWindowVariable")
|
|
134
|
+
def extended_ar_window_variable(self) -> str:
|
|
135
|
+
"""
|
|
136
|
+
Variable name
|
|
137
|
+
"""
|
|
138
|
+
return pulumi.get(self, "extended_ar_window_variable")
|
|
139
|
+
|
|
140
|
+
@property
|
|
141
|
+
@pulumi.getter
|
|
142
|
+
def id(self) -> str:
|
|
143
|
+
"""
|
|
144
|
+
The id of the feature template
|
|
145
|
+
"""
|
|
146
|
+
return pulumi.get(self, "id")
|
|
147
|
+
|
|
148
|
+
@property
|
|
149
|
+
@pulumi.getter(name="integrityTypeVariable")
|
|
150
|
+
def integrity_type_variable(self) -> str:
|
|
151
|
+
"""
|
|
152
|
+
Variable name
|
|
153
|
+
"""
|
|
154
|
+
return pulumi.get(self, "integrity_type_variable")
|
|
155
|
+
|
|
156
|
+
@property
|
|
157
|
+
@pulumi.getter(name="integrityTypes")
|
|
158
|
+
def integrity_types(self) -> Sequence[str]:
|
|
159
|
+
"""
|
|
160
|
+
Set the authentication type for DTLS connections
|
|
161
|
+
"""
|
|
162
|
+
return pulumi.get(self, "integrity_types")
|
|
163
|
+
|
|
164
|
+
@property
|
|
165
|
+
@pulumi.getter
|
|
166
|
+
def keychains(self) -> Sequence['outputs.GetCiscoSecurityFeatureTemplateKeychainResult']:
|
|
167
|
+
"""
|
|
168
|
+
Configure a Keychain
|
|
169
|
+
"""
|
|
170
|
+
return pulumi.get(self, "keychains")
|
|
171
|
+
|
|
172
|
+
@property
|
|
173
|
+
@pulumi.getter
|
|
174
|
+
def keys(self) -> Sequence['outputs.GetCiscoSecurityFeatureTemplateKeyResult']:
|
|
175
|
+
"""
|
|
176
|
+
Configure a Key
|
|
177
|
+
"""
|
|
178
|
+
return pulumi.get(self, "keys")
|
|
179
|
+
|
|
180
|
+
@property
|
|
181
|
+
@pulumi.getter
|
|
182
|
+
def name(self) -> str:
|
|
183
|
+
"""
|
|
184
|
+
The name of the feature template
|
|
185
|
+
"""
|
|
186
|
+
return pulumi.get(self, "name")
|
|
187
|
+
|
|
188
|
+
@property
|
|
189
|
+
@pulumi.getter(name="pairwiseKeying")
|
|
190
|
+
def pairwise_keying(self) -> bool:
|
|
191
|
+
"""
|
|
192
|
+
Enable or disable IPsec pairwise-keying
|
|
193
|
+
"""
|
|
194
|
+
return pulumi.get(self, "pairwise_keying")
|
|
195
|
+
|
|
196
|
+
@property
|
|
197
|
+
@pulumi.getter(name="pairwiseKeyingVariable")
|
|
198
|
+
def pairwise_keying_variable(self) -> str:
|
|
199
|
+
"""
|
|
200
|
+
Variable name
|
|
201
|
+
"""
|
|
202
|
+
return pulumi.get(self, "pairwise_keying_variable")
|
|
203
|
+
|
|
204
|
+
@property
|
|
205
|
+
@pulumi.getter(name="rekeyInterval")
|
|
206
|
+
def rekey_interval(self) -> int:
|
|
207
|
+
"""
|
|
208
|
+
Set how often to change the AES key for DTLS connections
|
|
209
|
+
"""
|
|
210
|
+
return pulumi.get(self, "rekey_interval")
|
|
211
|
+
|
|
212
|
+
@property
|
|
213
|
+
@pulumi.getter(name="rekeyIntervalVariable")
|
|
214
|
+
def rekey_interval_variable(self) -> str:
|
|
215
|
+
"""
|
|
216
|
+
Variable name
|
|
217
|
+
"""
|
|
218
|
+
return pulumi.get(self, "rekey_interval_variable")
|
|
219
|
+
|
|
220
|
+
@property
|
|
221
|
+
@pulumi.getter(name="replayWindow")
|
|
222
|
+
def replay_window(self) -> str:
|
|
223
|
+
"""
|
|
224
|
+
Set the sliding replay window size
|
|
225
|
+
"""
|
|
226
|
+
return pulumi.get(self, "replay_window")
|
|
227
|
+
|
|
228
|
+
@property
|
|
229
|
+
@pulumi.getter(name="replayWindowVariable")
|
|
230
|
+
def replay_window_variable(self) -> str:
|
|
231
|
+
"""
|
|
232
|
+
Variable name
|
|
233
|
+
"""
|
|
234
|
+
return pulumi.get(self, "replay_window_variable")
|
|
235
|
+
|
|
236
|
+
@property
|
|
237
|
+
@pulumi.getter(name="templateType")
|
|
238
|
+
def template_type(self) -> str:
|
|
239
|
+
"""
|
|
240
|
+
The template type
|
|
241
|
+
"""
|
|
242
|
+
return pulumi.get(self, "template_type")
|
|
243
|
+
|
|
244
|
+
@property
|
|
245
|
+
@pulumi.getter
|
|
246
|
+
def version(self) -> int:
|
|
247
|
+
"""
|
|
248
|
+
The version of the feature template
|
|
249
|
+
"""
|
|
250
|
+
return pulumi.get(self, "version")
|
|
251
|
+
|
|
252
|
+
|
|
253
|
+
class AwaitableGetCiscoSecurityFeatureTemplateResult(GetCiscoSecurityFeatureTemplateResult):
|
|
254
|
+
# pylint: disable=using-constant-test
|
|
255
|
+
def __await__(self):
|
|
256
|
+
if False:
|
|
257
|
+
yield self
|
|
258
|
+
return GetCiscoSecurityFeatureTemplateResult(
|
|
259
|
+
authentication_type_variable=self.authentication_type_variable,
|
|
260
|
+
authentication_types=self.authentication_types,
|
|
261
|
+
description=self.description,
|
|
262
|
+
device_types=self.device_types,
|
|
263
|
+
extended_ar_window=self.extended_ar_window,
|
|
264
|
+
extended_ar_window_variable=self.extended_ar_window_variable,
|
|
265
|
+
id=self.id,
|
|
266
|
+
integrity_type_variable=self.integrity_type_variable,
|
|
267
|
+
integrity_types=self.integrity_types,
|
|
268
|
+
keychains=self.keychains,
|
|
269
|
+
keys=self.keys,
|
|
270
|
+
name=self.name,
|
|
271
|
+
pairwise_keying=self.pairwise_keying,
|
|
272
|
+
pairwise_keying_variable=self.pairwise_keying_variable,
|
|
273
|
+
rekey_interval=self.rekey_interval,
|
|
274
|
+
rekey_interval_variable=self.rekey_interval_variable,
|
|
275
|
+
replay_window=self.replay_window,
|
|
276
|
+
replay_window_variable=self.replay_window_variable,
|
|
277
|
+
template_type=self.template_type,
|
|
278
|
+
version=self.version)
|
|
279
|
+
|
|
280
|
+
|
|
281
|
+
def get_cisco_security_feature_template(id: Optional[str] = None,
|
|
282
|
+
name: Optional[str] = None,
|
|
283
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetCiscoSecurityFeatureTemplateResult:
|
|
284
|
+
"""
|
|
285
|
+
This data source can read the Cisco Security feature template.
|
|
286
|
+
|
|
287
|
+
## Example Usage
|
|
288
|
+
|
|
289
|
+
```python
|
|
290
|
+
import pulumi
|
|
291
|
+
import pulumi_sdwan as sdwan
|
|
292
|
+
|
|
293
|
+
example = sdwan.get_cisco_security_feature_template(id="f6b2c44c-693c-4763-b010-895aa3d236bd")
|
|
294
|
+
```
|
|
295
|
+
|
|
296
|
+
|
|
297
|
+
:param str id: The id of the feature template
|
|
298
|
+
:param str name: The name of the feature template
|
|
299
|
+
"""
|
|
300
|
+
__args__ = dict()
|
|
301
|
+
__args__['id'] = id
|
|
302
|
+
__args__['name'] = name
|
|
303
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
304
|
+
__ret__ = pulumi.runtime.invoke('sdwan:index/getCiscoSecurityFeatureTemplate:getCiscoSecurityFeatureTemplate', __args__, opts=opts, typ=GetCiscoSecurityFeatureTemplateResult).value
|
|
305
|
+
|
|
306
|
+
return AwaitableGetCiscoSecurityFeatureTemplateResult(
|
|
307
|
+
authentication_type_variable=pulumi.get(__ret__, 'authentication_type_variable'),
|
|
308
|
+
authentication_types=pulumi.get(__ret__, 'authentication_types'),
|
|
309
|
+
description=pulumi.get(__ret__, 'description'),
|
|
310
|
+
device_types=pulumi.get(__ret__, 'device_types'),
|
|
311
|
+
extended_ar_window=pulumi.get(__ret__, 'extended_ar_window'),
|
|
312
|
+
extended_ar_window_variable=pulumi.get(__ret__, 'extended_ar_window_variable'),
|
|
313
|
+
id=pulumi.get(__ret__, 'id'),
|
|
314
|
+
integrity_type_variable=pulumi.get(__ret__, 'integrity_type_variable'),
|
|
315
|
+
integrity_types=pulumi.get(__ret__, 'integrity_types'),
|
|
316
|
+
keychains=pulumi.get(__ret__, 'keychains'),
|
|
317
|
+
keys=pulumi.get(__ret__, 'keys'),
|
|
318
|
+
name=pulumi.get(__ret__, 'name'),
|
|
319
|
+
pairwise_keying=pulumi.get(__ret__, 'pairwise_keying'),
|
|
320
|
+
pairwise_keying_variable=pulumi.get(__ret__, 'pairwise_keying_variable'),
|
|
321
|
+
rekey_interval=pulumi.get(__ret__, 'rekey_interval'),
|
|
322
|
+
rekey_interval_variable=pulumi.get(__ret__, 'rekey_interval_variable'),
|
|
323
|
+
replay_window=pulumi.get(__ret__, 'replay_window'),
|
|
324
|
+
replay_window_variable=pulumi.get(__ret__, 'replay_window_variable'),
|
|
325
|
+
template_type=pulumi.get(__ret__, 'template_type'),
|
|
326
|
+
version=pulumi.get(__ret__, 'version'))
|
|
327
|
+
def get_cisco_security_feature_template_output(id: Optional[pulumi.Input[Optional[str]]] = None,
|
|
328
|
+
name: Optional[pulumi.Input[Optional[str]]] = None,
|
|
329
|
+
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetCiscoSecurityFeatureTemplateResult]:
|
|
330
|
+
"""
|
|
331
|
+
This data source can read the Cisco Security feature template.
|
|
332
|
+
|
|
333
|
+
## Example Usage
|
|
334
|
+
|
|
335
|
+
```python
|
|
336
|
+
import pulumi
|
|
337
|
+
import pulumi_sdwan as sdwan
|
|
338
|
+
|
|
339
|
+
example = sdwan.get_cisco_security_feature_template(id="f6b2c44c-693c-4763-b010-895aa3d236bd")
|
|
340
|
+
```
|
|
341
|
+
|
|
342
|
+
|
|
343
|
+
:param str id: The id of the feature template
|
|
344
|
+
:param str name: The name of the feature template
|
|
345
|
+
"""
|
|
346
|
+
__args__ = dict()
|
|
347
|
+
__args__['id'] = id
|
|
348
|
+
__args__['name'] = name
|
|
349
|
+
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
350
|
+
__ret__ = pulumi.runtime.invoke_output('sdwan:index/getCiscoSecurityFeatureTemplate:getCiscoSecurityFeatureTemplate', __args__, opts=opts, typ=GetCiscoSecurityFeatureTemplateResult)
|
|
351
|
+
return __ret__.apply(lambda __response__: GetCiscoSecurityFeatureTemplateResult(
|
|
352
|
+
authentication_type_variable=pulumi.get(__response__, 'authentication_type_variable'),
|
|
353
|
+
authentication_types=pulumi.get(__response__, 'authentication_types'),
|
|
354
|
+
description=pulumi.get(__response__, 'description'),
|
|
355
|
+
device_types=pulumi.get(__response__, 'device_types'),
|
|
356
|
+
extended_ar_window=pulumi.get(__response__, 'extended_ar_window'),
|
|
357
|
+
extended_ar_window_variable=pulumi.get(__response__, 'extended_ar_window_variable'),
|
|
358
|
+
id=pulumi.get(__response__, 'id'),
|
|
359
|
+
integrity_type_variable=pulumi.get(__response__, 'integrity_type_variable'),
|
|
360
|
+
integrity_types=pulumi.get(__response__, 'integrity_types'),
|
|
361
|
+
keychains=pulumi.get(__response__, 'keychains'),
|
|
362
|
+
keys=pulumi.get(__response__, 'keys'),
|
|
363
|
+
name=pulumi.get(__response__, 'name'),
|
|
364
|
+
pairwise_keying=pulumi.get(__response__, 'pairwise_keying'),
|
|
365
|
+
pairwise_keying_variable=pulumi.get(__response__, 'pairwise_keying_variable'),
|
|
366
|
+
rekey_interval=pulumi.get(__response__, 'rekey_interval'),
|
|
367
|
+
rekey_interval_variable=pulumi.get(__response__, 'rekey_interval_variable'),
|
|
368
|
+
replay_window=pulumi.get(__response__, 'replay_window'),
|
|
369
|
+
replay_window_variable=pulumi.get(__response__, 'replay_window_variable'),
|
|
370
|
+
template_type=pulumi.get(__response__, 'template_type'),
|
|
371
|
+
version=pulumi.get(__response__, 'version')))
|