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,818 @@
|
|
|
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
|
+
'GetCedgeGlobalFeatureTemplateResult',
|
|
19
|
+
'AwaitableGetCedgeGlobalFeatureTemplateResult',
|
|
20
|
+
'get_cedge_global_feature_template',
|
|
21
|
+
'get_cedge_global_feature_template_output',
|
|
22
|
+
]
|
|
23
|
+
|
|
24
|
+
@pulumi.output_type
|
|
25
|
+
class GetCedgeGlobalFeatureTemplateResult:
|
|
26
|
+
"""
|
|
27
|
+
A collection of values returned by getCedgeGlobalFeatureTemplate.
|
|
28
|
+
"""
|
|
29
|
+
def __init__(__self__, arp_proxy=None, arp_proxy_variable=None, bootp=None, bootp_variable=None, cdp=None, cdp_variable=None, console_logging=None, console_logging_variable=None, description=None, device_types=None, domain_lookup=None, domain_lookup_variable=None, ftp_passive=None, ftp_passive_variable=None, http_authentication=None, http_authentication_variable=None, http_server=None, http_server_variable=None, https_server=None, https_server_variable=None, id=None, ip_source_routing=None, ip_source_routing_variable=None, line_vty=None, line_vty_variable=None, lldp=None, lldp_variable=None, name=None, nat64_tcp_timeout=None, nat64_tcp_timeout_variable=None, nat64_udp_timeout=None, nat64_udp_timeout_variable=None, rsh_rcp=None, rsh_rcp_variable=None, snmp_ifindex_persist=None, snmp_ifindex_persist_variable=None, source_interface=None, source_interface_variable=None, ssh_version=None, ssh_version_variable=None, tcp_keepalives_in=None, tcp_keepalives_in_variable=None, tcp_keepalives_out=None, tcp_keepalives_out_variable=None, tcp_small_servers=None, tcp_small_servers_variable=None, template_type=None, udp_small_servers=None, udp_small_servers_variable=None, version=None, vty_logging=None, vty_logging_variable=None):
|
|
30
|
+
if arp_proxy and not isinstance(arp_proxy, bool):
|
|
31
|
+
raise TypeError("Expected argument 'arp_proxy' to be a bool")
|
|
32
|
+
pulumi.set(__self__, "arp_proxy", arp_proxy)
|
|
33
|
+
if arp_proxy_variable and not isinstance(arp_proxy_variable, str):
|
|
34
|
+
raise TypeError("Expected argument 'arp_proxy_variable' to be a str")
|
|
35
|
+
pulumi.set(__self__, "arp_proxy_variable", arp_proxy_variable)
|
|
36
|
+
if bootp and not isinstance(bootp, bool):
|
|
37
|
+
raise TypeError("Expected argument 'bootp' to be a bool")
|
|
38
|
+
pulumi.set(__self__, "bootp", bootp)
|
|
39
|
+
if bootp_variable and not isinstance(bootp_variable, str):
|
|
40
|
+
raise TypeError("Expected argument 'bootp_variable' to be a str")
|
|
41
|
+
pulumi.set(__self__, "bootp_variable", bootp_variable)
|
|
42
|
+
if cdp and not isinstance(cdp, bool):
|
|
43
|
+
raise TypeError("Expected argument 'cdp' to be a bool")
|
|
44
|
+
pulumi.set(__self__, "cdp", cdp)
|
|
45
|
+
if cdp_variable and not isinstance(cdp_variable, str):
|
|
46
|
+
raise TypeError("Expected argument 'cdp_variable' to be a str")
|
|
47
|
+
pulumi.set(__self__, "cdp_variable", cdp_variable)
|
|
48
|
+
if console_logging and not isinstance(console_logging, bool):
|
|
49
|
+
raise TypeError("Expected argument 'console_logging' to be a bool")
|
|
50
|
+
pulumi.set(__self__, "console_logging", console_logging)
|
|
51
|
+
if console_logging_variable and not isinstance(console_logging_variable, str):
|
|
52
|
+
raise TypeError("Expected argument 'console_logging_variable' to be a str")
|
|
53
|
+
pulumi.set(__self__, "console_logging_variable", console_logging_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 domain_lookup and not isinstance(domain_lookup, bool):
|
|
61
|
+
raise TypeError("Expected argument 'domain_lookup' to be a bool")
|
|
62
|
+
pulumi.set(__self__, "domain_lookup", domain_lookup)
|
|
63
|
+
if domain_lookup_variable and not isinstance(domain_lookup_variable, str):
|
|
64
|
+
raise TypeError("Expected argument 'domain_lookup_variable' to be a str")
|
|
65
|
+
pulumi.set(__self__, "domain_lookup_variable", domain_lookup_variable)
|
|
66
|
+
if ftp_passive and not isinstance(ftp_passive, bool):
|
|
67
|
+
raise TypeError("Expected argument 'ftp_passive' to be a bool")
|
|
68
|
+
pulumi.set(__self__, "ftp_passive", ftp_passive)
|
|
69
|
+
if ftp_passive_variable and not isinstance(ftp_passive_variable, str):
|
|
70
|
+
raise TypeError("Expected argument 'ftp_passive_variable' to be a str")
|
|
71
|
+
pulumi.set(__self__, "ftp_passive_variable", ftp_passive_variable)
|
|
72
|
+
if http_authentication and not isinstance(http_authentication, str):
|
|
73
|
+
raise TypeError("Expected argument 'http_authentication' to be a str")
|
|
74
|
+
pulumi.set(__self__, "http_authentication", http_authentication)
|
|
75
|
+
if http_authentication_variable and not isinstance(http_authentication_variable, str):
|
|
76
|
+
raise TypeError("Expected argument 'http_authentication_variable' to be a str")
|
|
77
|
+
pulumi.set(__self__, "http_authentication_variable", http_authentication_variable)
|
|
78
|
+
if http_server and not isinstance(http_server, bool):
|
|
79
|
+
raise TypeError("Expected argument 'http_server' to be a bool")
|
|
80
|
+
pulumi.set(__self__, "http_server", http_server)
|
|
81
|
+
if http_server_variable and not isinstance(http_server_variable, str):
|
|
82
|
+
raise TypeError("Expected argument 'http_server_variable' to be a str")
|
|
83
|
+
pulumi.set(__self__, "http_server_variable", http_server_variable)
|
|
84
|
+
if https_server and not isinstance(https_server, bool):
|
|
85
|
+
raise TypeError("Expected argument 'https_server' to be a bool")
|
|
86
|
+
pulumi.set(__self__, "https_server", https_server)
|
|
87
|
+
if https_server_variable and not isinstance(https_server_variable, str):
|
|
88
|
+
raise TypeError("Expected argument 'https_server_variable' to be a str")
|
|
89
|
+
pulumi.set(__self__, "https_server_variable", https_server_variable)
|
|
90
|
+
if id and not isinstance(id, str):
|
|
91
|
+
raise TypeError("Expected argument 'id' to be a str")
|
|
92
|
+
pulumi.set(__self__, "id", id)
|
|
93
|
+
if ip_source_routing and not isinstance(ip_source_routing, bool):
|
|
94
|
+
raise TypeError("Expected argument 'ip_source_routing' to be a bool")
|
|
95
|
+
pulumi.set(__self__, "ip_source_routing", ip_source_routing)
|
|
96
|
+
if ip_source_routing_variable and not isinstance(ip_source_routing_variable, str):
|
|
97
|
+
raise TypeError("Expected argument 'ip_source_routing_variable' to be a str")
|
|
98
|
+
pulumi.set(__self__, "ip_source_routing_variable", ip_source_routing_variable)
|
|
99
|
+
if line_vty and not isinstance(line_vty, bool):
|
|
100
|
+
raise TypeError("Expected argument 'line_vty' to be a bool")
|
|
101
|
+
pulumi.set(__self__, "line_vty", line_vty)
|
|
102
|
+
if line_vty_variable and not isinstance(line_vty_variable, str):
|
|
103
|
+
raise TypeError("Expected argument 'line_vty_variable' to be a str")
|
|
104
|
+
pulumi.set(__self__, "line_vty_variable", line_vty_variable)
|
|
105
|
+
if lldp and not isinstance(lldp, bool):
|
|
106
|
+
raise TypeError("Expected argument 'lldp' to be a bool")
|
|
107
|
+
pulumi.set(__self__, "lldp", lldp)
|
|
108
|
+
if lldp_variable and not isinstance(lldp_variable, str):
|
|
109
|
+
raise TypeError("Expected argument 'lldp_variable' to be a str")
|
|
110
|
+
pulumi.set(__self__, "lldp_variable", lldp_variable)
|
|
111
|
+
if name and not isinstance(name, str):
|
|
112
|
+
raise TypeError("Expected argument 'name' to be a str")
|
|
113
|
+
pulumi.set(__self__, "name", name)
|
|
114
|
+
if nat64_tcp_timeout and not isinstance(nat64_tcp_timeout, int):
|
|
115
|
+
raise TypeError("Expected argument 'nat64_tcp_timeout' to be a int")
|
|
116
|
+
pulumi.set(__self__, "nat64_tcp_timeout", nat64_tcp_timeout)
|
|
117
|
+
if nat64_tcp_timeout_variable and not isinstance(nat64_tcp_timeout_variable, str):
|
|
118
|
+
raise TypeError("Expected argument 'nat64_tcp_timeout_variable' to be a str")
|
|
119
|
+
pulumi.set(__self__, "nat64_tcp_timeout_variable", nat64_tcp_timeout_variable)
|
|
120
|
+
if nat64_udp_timeout and not isinstance(nat64_udp_timeout, int):
|
|
121
|
+
raise TypeError("Expected argument 'nat64_udp_timeout' to be a int")
|
|
122
|
+
pulumi.set(__self__, "nat64_udp_timeout", nat64_udp_timeout)
|
|
123
|
+
if nat64_udp_timeout_variable and not isinstance(nat64_udp_timeout_variable, str):
|
|
124
|
+
raise TypeError("Expected argument 'nat64_udp_timeout_variable' to be a str")
|
|
125
|
+
pulumi.set(__self__, "nat64_udp_timeout_variable", nat64_udp_timeout_variable)
|
|
126
|
+
if rsh_rcp and not isinstance(rsh_rcp, bool):
|
|
127
|
+
raise TypeError("Expected argument 'rsh_rcp' to be a bool")
|
|
128
|
+
pulumi.set(__self__, "rsh_rcp", rsh_rcp)
|
|
129
|
+
if rsh_rcp_variable and not isinstance(rsh_rcp_variable, str):
|
|
130
|
+
raise TypeError("Expected argument 'rsh_rcp_variable' to be a str")
|
|
131
|
+
pulumi.set(__self__, "rsh_rcp_variable", rsh_rcp_variable)
|
|
132
|
+
if snmp_ifindex_persist and not isinstance(snmp_ifindex_persist, bool):
|
|
133
|
+
raise TypeError("Expected argument 'snmp_ifindex_persist' to be a bool")
|
|
134
|
+
pulumi.set(__self__, "snmp_ifindex_persist", snmp_ifindex_persist)
|
|
135
|
+
if snmp_ifindex_persist_variable and not isinstance(snmp_ifindex_persist_variable, str):
|
|
136
|
+
raise TypeError("Expected argument 'snmp_ifindex_persist_variable' to be a str")
|
|
137
|
+
pulumi.set(__self__, "snmp_ifindex_persist_variable", snmp_ifindex_persist_variable)
|
|
138
|
+
if source_interface and not isinstance(source_interface, str):
|
|
139
|
+
raise TypeError("Expected argument 'source_interface' to be a str")
|
|
140
|
+
pulumi.set(__self__, "source_interface", source_interface)
|
|
141
|
+
if source_interface_variable and not isinstance(source_interface_variable, str):
|
|
142
|
+
raise TypeError("Expected argument 'source_interface_variable' to be a str")
|
|
143
|
+
pulumi.set(__self__, "source_interface_variable", source_interface_variable)
|
|
144
|
+
if ssh_version and not isinstance(ssh_version, int):
|
|
145
|
+
raise TypeError("Expected argument 'ssh_version' to be a int")
|
|
146
|
+
pulumi.set(__self__, "ssh_version", ssh_version)
|
|
147
|
+
if ssh_version_variable and not isinstance(ssh_version_variable, str):
|
|
148
|
+
raise TypeError("Expected argument 'ssh_version_variable' to be a str")
|
|
149
|
+
pulumi.set(__self__, "ssh_version_variable", ssh_version_variable)
|
|
150
|
+
if tcp_keepalives_in and not isinstance(tcp_keepalives_in, bool):
|
|
151
|
+
raise TypeError("Expected argument 'tcp_keepalives_in' to be a bool")
|
|
152
|
+
pulumi.set(__self__, "tcp_keepalives_in", tcp_keepalives_in)
|
|
153
|
+
if tcp_keepalives_in_variable and not isinstance(tcp_keepalives_in_variable, str):
|
|
154
|
+
raise TypeError("Expected argument 'tcp_keepalives_in_variable' to be a str")
|
|
155
|
+
pulumi.set(__self__, "tcp_keepalives_in_variable", tcp_keepalives_in_variable)
|
|
156
|
+
if tcp_keepalives_out and not isinstance(tcp_keepalives_out, bool):
|
|
157
|
+
raise TypeError("Expected argument 'tcp_keepalives_out' to be a bool")
|
|
158
|
+
pulumi.set(__self__, "tcp_keepalives_out", tcp_keepalives_out)
|
|
159
|
+
if tcp_keepalives_out_variable and not isinstance(tcp_keepalives_out_variable, str):
|
|
160
|
+
raise TypeError("Expected argument 'tcp_keepalives_out_variable' to be a str")
|
|
161
|
+
pulumi.set(__self__, "tcp_keepalives_out_variable", tcp_keepalives_out_variable)
|
|
162
|
+
if tcp_small_servers and not isinstance(tcp_small_servers, bool):
|
|
163
|
+
raise TypeError("Expected argument 'tcp_small_servers' to be a bool")
|
|
164
|
+
pulumi.set(__self__, "tcp_small_servers", tcp_small_servers)
|
|
165
|
+
if tcp_small_servers_variable and not isinstance(tcp_small_servers_variable, str):
|
|
166
|
+
raise TypeError("Expected argument 'tcp_small_servers_variable' to be a str")
|
|
167
|
+
pulumi.set(__self__, "tcp_small_servers_variable", tcp_small_servers_variable)
|
|
168
|
+
if template_type and not isinstance(template_type, str):
|
|
169
|
+
raise TypeError("Expected argument 'template_type' to be a str")
|
|
170
|
+
pulumi.set(__self__, "template_type", template_type)
|
|
171
|
+
if udp_small_servers and not isinstance(udp_small_servers, bool):
|
|
172
|
+
raise TypeError("Expected argument 'udp_small_servers' to be a bool")
|
|
173
|
+
pulumi.set(__self__, "udp_small_servers", udp_small_servers)
|
|
174
|
+
if udp_small_servers_variable and not isinstance(udp_small_servers_variable, str):
|
|
175
|
+
raise TypeError("Expected argument 'udp_small_servers_variable' to be a str")
|
|
176
|
+
pulumi.set(__self__, "udp_small_servers_variable", udp_small_servers_variable)
|
|
177
|
+
if version and not isinstance(version, int):
|
|
178
|
+
raise TypeError("Expected argument 'version' to be a int")
|
|
179
|
+
pulumi.set(__self__, "version", version)
|
|
180
|
+
if vty_logging and not isinstance(vty_logging, bool):
|
|
181
|
+
raise TypeError("Expected argument 'vty_logging' to be a bool")
|
|
182
|
+
pulumi.set(__self__, "vty_logging", vty_logging)
|
|
183
|
+
if vty_logging_variable and not isinstance(vty_logging_variable, str):
|
|
184
|
+
raise TypeError("Expected argument 'vty_logging_variable' to be a str")
|
|
185
|
+
pulumi.set(__self__, "vty_logging_variable", vty_logging_variable)
|
|
186
|
+
|
|
187
|
+
@property
|
|
188
|
+
@pulumi.getter(name="arpProxy")
|
|
189
|
+
def arp_proxy(self) -> bool:
|
|
190
|
+
"""
|
|
191
|
+
Set ARP Proxy
|
|
192
|
+
"""
|
|
193
|
+
return pulumi.get(self, "arp_proxy")
|
|
194
|
+
|
|
195
|
+
@property
|
|
196
|
+
@pulumi.getter(name="arpProxyVariable")
|
|
197
|
+
def arp_proxy_variable(self) -> str:
|
|
198
|
+
"""
|
|
199
|
+
Variable name
|
|
200
|
+
"""
|
|
201
|
+
return pulumi.get(self, "arp_proxy_variable")
|
|
202
|
+
|
|
203
|
+
@property
|
|
204
|
+
@pulumi.getter
|
|
205
|
+
def bootp(self) -> bool:
|
|
206
|
+
"""
|
|
207
|
+
Configure Ignore BOOTP
|
|
208
|
+
"""
|
|
209
|
+
return pulumi.get(self, "bootp")
|
|
210
|
+
|
|
211
|
+
@property
|
|
212
|
+
@pulumi.getter(name="bootpVariable")
|
|
213
|
+
def bootp_variable(self) -> str:
|
|
214
|
+
"""
|
|
215
|
+
Variable name
|
|
216
|
+
"""
|
|
217
|
+
return pulumi.get(self, "bootp_variable")
|
|
218
|
+
|
|
219
|
+
@property
|
|
220
|
+
@pulumi.getter
|
|
221
|
+
def cdp(self) -> bool:
|
|
222
|
+
"""
|
|
223
|
+
Configure CDP
|
|
224
|
+
"""
|
|
225
|
+
return pulumi.get(self, "cdp")
|
|
226
|
+
|
|
227
|
+
@property
|
|
228
|
+
@pulumi.getter(name="cdpVariable")
|
|
229
|
+
def cdp_variable(self) -> str:
|
|
230
|
+
"""
|
|
231
|
+
Variable name
|
|
232
|
+
"""
|
|
233
|
+
return pulumi.get(self, "cdp_variable")
|
|
234
|
+
|
|
235
|
+
@property
|
|
236
|
+
@pulumi.getter(name="consoleLogging")
|
|
237
|
+
def console_logging(self) -> bool:
|
|
238
|
+
"""
|
|
239
|
+
Configure Console Logging
|
|
240
|
+
"""
|
|
241
|
+
return pulumi.get(self, "console_logging")
|
|
242
|
+
|
|
243
|
+
@property
|
|
244
|
+
@pulumi.getter(name="consoleLoggingVariable")
|
|
245
|
+
def console_logging_variable(self) -> str:
|
|
246
|
+
"""
|
|
247
|
+
Variable name
|
|
248
|
+
"""
|
|
249
|
+
return pulumi.get(self, "console_logging_variable")
|
|
250
|
+
|
|
251
|
+
@property
|
|
252
|
+
@pulumi.getter
|
|
253
|
+
def description(self) -> str:
|
|
254
|
+
"""
|
|
255
|
+
The description of the feature template
|
|
256
|
+
"""
|
|
257
|
+
return pulumi.get(self, "description")
|
|
258
|
+
|
|
259
|
+
@property
|
|
260
|
+
@pulumi.getter(name="deviceTypes")
|
|
261
|
+
def device_types(self) -> Sequence[str]:
|
|
262
|
+
"""
|
|
263
|
+
List of supported device types
|
|
264
|
+
"""
|
|
265
|
+
return pulumi.get(self, "device_types")
|
|
266
|
+
|
|
267
|
+
@property
|
|
268
|
+
@pulumi.getter(name="domainLookup")
|
|
269
|
+
def domain_lookup(self) -> bool:
|
|
270
|
+
"""
|
|
271
|
+
Configure Domain-Lookup
|
|
272
|
+
"""
|
|
273
|
+
return pulumi.get(self, "domain_lookup")
|
|
274
|
+
|
|
275
|
+
@property
|
|
276
|
+
@pulumi.getter(name="domainLookupVariable")
|
|
277
|
+
def domain_lookup_variable(self) -> str:
|
|
278
|
+
"""
|
|
279
|
+
Variable name
|
|
280
|
+
"""
|
|
281
|
+
return pulumi.get(self, "domain_lookup_variable")
|
|
282
|
+
|
|
283
|
+
@property
|
|
284
|
+
@pulumi.getter(name="ftpPassive")
|
|
285
|
+
def ftp_passive(self) -> bool:
|
|
286
|
+
"""
|
|
287
|
+
Set Passive FTP
|
|
288
|
+
"""
|
|
289
|
+
return pulumi.get(self, "ftp_passive")
|
|
290
|
+
|
|
291
|
+
@property
|
|
292
|
+
@pulumi.getter(name="ftpPassiveVariable")
|
|
293
|
+
def ftp_passive_variable(self) -> str:
|
|
294
|
+
"""
|
|
295
|
+
Variable name
|
|
296
|
+
"""
|
|
297
|
+
return pulumi.get(self, "ftp_passive_variable")
|
|
298
|
+
|
|
299
|
+
@property
|
|
300
|
+
@pulumi.getter(name="httpAuthentication")
|
|
301
|
+
def http_authentication(self) -> str:
|
|
302
|
+
"""
|
|
303
|
+
Set preference for HTTP Authentication
|
|
304
|
+
"""
|
|
305
|
+
return pulumi.get(self, "http_authentication")
|
|
306
|
+
|
|
307
|
+
@property
|
|
308
|
+
@pulumi.getter(name="httpAuthenticationVariable")
|
|
309
|
+
def http_authentication_variable(self) -> str:
|
|
310
|
+
"""
|
|
311
|
+
Variable name
|
|
312
|
+
"""
|
|
313
|
+
return pulumi.get(self, "http_authentication_variable")
|
|
314
|
+
|
|
315
|
+
@property
|
|
316
|
+
@pulumi.getter(name="httpServer")
|
|
317
|
+
def http_server(self) -> bool:
|
|
318
|
+
"""
|
|
319
|
+
Set HTTP Server
|
|
320
|
+
"""
|
|
321
|
+
return pulumi.get(self, "http_server")
|
|
322
|
+
|
|
323
|
+
@property
|
|
324
|
+
@pulumi.getter(name="httpServerVariable")
|
|
325
|
+
def http_server_variable(self) -> str:
|
|
326
|
+
"""
|
|
327
|
+
Variable name
|
|
328
|
+
"""
|
|
329
|
+
return pulumi.get(self, "http_server_variable")
|
|
330
|
+
|
|
331
|
+
@property
|
|
332
|
+
@pulumi.getter(name="httpsServer")
|
|
333
|
+
def https_server(self) -> bool:
|
|
334
|
+
"""
|
|
335
|
+
Set HTTPS Server
|
|
336
|
+
"""
|
|
337
|
+
return pulumi.get(self, "https_server")
|
|
338
|
+
|
|
339
|
+
@property
|
|
340
|
+
@pulumi.getter(name="httpsServerVariable")
|
|
341
|
+
def https_server_variable(self) -> str:
|
|
342
|
+
"""
|
|
343
|
+
Variable name
|
|
344
|
+
"""
|
|
345
|
+
return pulumi.get(self, "https_server_variable")
|
|
346
|
+
|
|
347
|
+
@property
|
|
348
|
+
@pulumi.getter
|
|
349
|
+
def id(self) -> str:
|
|
350
|
+
"""
|
|
351
|
+
The id of the feature template
|
|
352
|
+
"""
|
|
353
|
+
return pulumi.get(self, "id")
|
|
354
|
+
|
|
355
|
+
@property
|
|
356
|
+
@pulumi.getter(name="ipSourceRouting")
|
|
357
|
+
def ip_source_routing(self) -> bool:
|
|
358
|
+
"""
|
|
359
|
+
Set Source Route
|
|
360
|
+
"""
|
|
361
|
+
return pulumi.get(self, "ip_source_routing")
|
|
362
|
+
|
|
363
|
+
@property
|
|
364
|
+
@pulumi.getter(name="ipSourceRoutingVariable")
|
|
365
|
+
def ip_source_routing_variable(self) -> str:
|
|
366
|
+
"""
|
|
367
|
+
Variable name
|
|
368
|
+
"""
|
|
369
|
+
return pulumi.get(self, "ip_source_routing_variable")
|
|
370
|
+
|
|
371
|
+
@property
|
|
372
|
+
@pulumi.getter(name="lineVty")
|
|
373
|
+
def line_vty(self) -> bool:
|
|
374
|
+
"""
|
|
375
|
+
Configure Telnet (Outbound)
|
|
376
|
+
"""
|
|
377
|
+
return pulumi.get(self, "line_vty")
|
|
378
|
+
|
|
379
|
+
@property
|
|
380
|
+
@pulumi.getter(name="lineVtyVariable")
|
|
381
|
+
def line_vty_variable(self) -> str:
|
|
382
|
+
"""
|
|
383
|
+
Variable name
|
|
384
|
+
"""
|
|
385
|
+
return pulumi.get(self, "line_vty_variable")
|
|
386
|
+
|
|
387
|
+
@property
|
|
388
|
+
@pulumi.getter
|
|
389
|
+
def lldp(self) -> bool:
|
|
390
|
+
"""
|
|
391
|
+
Configure LLDP
|
|
392
|
+
"""
|
|
393
|
+
return pulumi.get(self, "lldp")
|
|
394
|
+
|
|
395
|
+
@property
|
|
396
|
+
@pulumi.getter(name="lldpVariable")
|
|
397
|
+
def lldp_variable(self) -> str:
|
|
398
|
+
"""
|
|
399
|
+
Variable name
|
|
400
|
+
"""
|
|
401
|
+
return pulumi.get(self, "lldp_variable")
|
|
402
|
+
|
|
403
|
+
@property
|
|
404
|
+
@pulumi.getter
|
|
405
|
+
def name(self) -> str:
|
|
406
|
+
"""
|
|
407
|
+
The name of the feature template
|
|
408
|
+
"""
|
|
409
|
+
return pulumi.get(self, "name")
|
|
410
|
+
|
|
411
|
+
@property
|
|
412
|
+
@pulumi.getter(name="nat64TcpTimeout")
|
|
413
|
+
def nat64_tcp_timeout(self) -> int:
|
|
414
|
+
"""
|
|
415
|
+
Set NAT64 TCP session timeout, in seconds
|
|
416
|
+
"""
|
|
417
|
+
return pulumi.get(self, "nat64_tcp_timeout")
|
|
418
|
+
|
|
419
|
+
@property
|
|
420
|
+
@pulumi.getter(name="nat64TcpTimeoutVariable")
|
|
421
|
+
def nat64_tcp_timeout_variable(self) -> str:
|
|
422
|
+
"""
|
|
423
|
+
Variable name
|
|
424
|
+
"""
|
|
425
|
+
return pulumi.get(self, "nat64_tcp_timeout_variable")
|
|
426
|
+
|
|
427
|
+
@property
|
|
428
|
+
@pulumi.getter(name="nat64UdpTimeout")
|
|
429
|
+
def nat64_udp_timeout(self) -> int:
|
|
430
|
+
"""
|
|
431
|
+
Set NAT64 UDP session timeout, in seconds
|
|
432
|
+
"""
|
|
433
|
+
return pulumi.get(self, "nat64_udp_timeout")
|
|
434
|
+
|
|
435
|
+
@property
|
|
436
|
+
@pulumi.getter(name="nat64UdpTimeoutVariable")
|
|
437
|
+
def nat64_udp_timeout_variable(self) -> str:
|
|
438
|
+
"""
|
|
439
|
+
Variable name
|
|
440
|
+
"""
|
|
441
|
+
return pulumi.get(self, "nat64_udp_timeout_variable")
|
|
442
|
+
|
|
443
|
+
@property
|
|
444
|
+
@pulumi.getter(name="rshRcp")
|
|
445
|
+
def rsh_rcp(self) -> bool:
|
|
446
|
+
"""
|
|
447
|
+
Set RSH/RCP
|
|
448
|
+
"""
|
|
449
|
+
return pulumi.get(self, "rsh_rcp")
|
|
450
|
+
|
|
451
|
+
@property
|
|
452
|
+
@pulumi.getter(name="rshRcpVariable")
|
|
453
|
+
def rsh_rcp_variable(self) -> str:
|
|
454
|
+
"""
|
|
455
|
+
Variable name
|
|
456
|
+
"""
|
|
457
|
+
return pulumi.get(self, "rsh_rcp_variable")
|
|
458
|
+
|
|
459
|
+
@property
|
|
460
|
+
@pulumi.getter(name="snmpIfindexPersist")
|
|
461
|
+
def snmp_ifindex_persist(self) -> bool:
|
|
462
|
+
"""
|
|
463
|
+
Configure SNMP Ifindex Persist
|
|
464
|
+
"""
|
|
465
|
+
return pulumi.get(self, "snmp_ifindex_persist")
|
|
466
|
+
|
|
467
|
+
@property
|
|
468
|
+
@pulumi.getter(name="snmpIfindexPersistVariable")
|
|
469
|
+
def snmp_ifindex_persist_variable(self) -> str:
|
|
470
|
+
"""
|
|
471
|
+
Variable name
|
|
472
|
+
"""
|
|
473
|
+
return pulumi.get(self, "snmp_ifindex_persist_variable")
|
|
474
|
+
|
|
475
|
+
@property
|
|
476
|
+
@pulumi.getter(name="sourceInterface")
|
|
477
|
+
def source_interface(self) -> str:
|
|
478
|
+
"""
|
|
479
|
+
Specify interface for source address in all HTTP(S) client connections
|
|
480
|
+
"""
|
|
481
|
+
return pulumi.get(self, "source_interface")
|
|
482
|
+
|
|
483
|
+
@property
|
|
484
|
+
@pulumi.getter(name="sourceInterfaceVariable")
|
|
485
|
+
def source_interface_variable(self) -> str:
|
|
486
|
+
"""
|
|
487
|
+
Variable name
|
|
488
|
+
"""
|
|
489
|
+
return pulumi.get(self, "source_interface_variable")
|
|
490
|
+
|
|
491
|
+
@property
|
|
492
|
+
@pulumi.getter(name="sshVersion")
|
|
493
|
+
def ssh_version(self) -> int:
|
|
494
|
+
"""
|
|
495
|
+
Set SSH version
|
|
496
|
+
"""
|
|
497
|
+
return pulumi.get(self, "ssh_version")
|
|
498
|
+
|
|
499
|
+
@property
|
|
500
|
+
@pulumi.getter(name="sshVersionVariable")
|
|
501
|
+
def ssh_version_variable(self) -> str:
|
|
502
|
+
"""
|
|
503
|
+
Variable name
|
|
504
|
+
"""
|
|
505
|
+
return pulumi.get(self, "ssh_version_variable")
|
|
506
|
+
|
|
507
|
+
@property
|
|
508
|
+
@pulumi.getter(name="tcpKeepalivesIn")
|
|
509
|
+
def tcp_keepalives_in(self) -> bool:
|
|
510
|
+
"""
|
|
511
|
+
Configure tcp-keepalives-in
|
|
512
|
+
"""
|
|
513
|
+
return pulumi.get(self, "tcp_keepalives_in")
|
|
514
|
+
|
|
515
|
+
@property
|
|
516
|
+
@pulumi.getter(name="tcpKeepalivesInVariable")
|
|
517
|
+
def tcp_keepalives_in_variable(self) -> str:
|
|
518
|
+
"""
|
|
519
|
+
Variable name
|
|
520
|
+
"""
|
|
521
|
+
return pulumi.get(self, "tcp_keepalives_in_variable")
|
|
522
|
+
|
|
523
|
+
@property
|
|
524
|
+
@pulumi.getter(name="tcpKeepalivesOut")
|
|
525
|
+
def tcp_keepalives_out(self) -> bool:
|
|
526
|
+
"""
|
|
527
|
+
Configure tcp-keepalives-out
|
|
528
|
+
"""
|
|
529
|
+
return pulumi.get(self, "tcp_keepalives_out")
|
|
530
|
+
|
|
531
|
+
@property
|
|
532
|
+
@pulumi.getter(name="tcpKeepalivesOutVariable")
|
|
533
|
+
def tcp_keepalives_out_variable(self) -> str:
|
|
534
|
+
"""
|
|
535
|
+
Variable name
|
|
536
|
+
"""
|
|
537
|
+
return pulumi.get(self, "tcp_keepalives_out_variable")
|
|
538
|
+
|
|
539
|
+
@property
|
|
540
|
+
@pulumi.getter(name="tcpSmallServers")
|
|
541
|
+
def tcp_small_servers(self) -> bool:
|
|
542
|
+
"""
|
|
543
|
+
Configure tcp-small-servers
|
|
544
|
+
"""
|
|
545
|
+
return pulumi.get(self, "tcp_small_servers")
|
|
546
|
+
|
|
547
|
+
@property
|
|
548
|
+
@pulumi.getter(name="tcpSmallServersVariable")
|
|
549
|
+
def tcp_small_servers_variable(self) -> str:
|
|
550
|
+
"""
|
|
551
|
+
Variable name
|
|
552
|
+
"""
|
|
553
|
+
return pulumi.get(self, "tcp_small_servers_variable")
|
|
554
|
+
|
|
555
|
+
@property
|
|
556
|
+
@pulumi.getter(name="templateType")
|
|
557
|
+
def template_type(self) -> str:
|
|
558
|
+
"""
|
|
559
|
+
The template type
|
|
560
|
+
"""
|
|
561
|
+
return pulumi.get(self, "template_type")
|
|
562
|
+
|
|
563
|
+
@property
|
|
564
|
+
@pulumi.getter(name="udpSmallServers")
|
|
565
|
+
def udp_small_servers(self) -> bool:
|
|
566
|
+
"""
|
|
567
|
+
Configure udp-small-servers
|
|
568
|
+
"""
|
|
569
|
+
return pulumi.get(self, "udp_small_servers")
|
|
570
|
+
|
|
571
|
+
@property
|
|
572
|
+
@pulumi.getter(name="udpSmallServersVariable")
|
|
573
|
+
def udp_small_servers_variable(self) -> str:
|
|
574
|
+
"""
|
|
575
|
+
Variable name
|
|
576
|
+
"""
|
|
577
|
+
return pulumi.get(self, "udp_small_servers_variable")
|
|
578
|
+
|
|
579
|
+
@property
|
|
580
|
+
@pulumi.getter
|
|
581
|
+
def version(self) -> int:
|
|
582
|
+
"""
|
|
583
|
+
The version of the feature template
|
|
584
|
+
"""
|
|
585
|
+
return pulumi.get(self, "version")
|
|
586
|
+
|
|
587
|
+
@property
|
|
588
|
+
@pulumi.getter(name="vtyLogging")
|
|
589
|
+
def vty_logging(self) -> bool:
|
|
590
|
+
"""
|
|
591
|
+
Configure VTY Line Logging
|
|
592
|
+
"""
|
|
593
|
+
return pulumi.get(self, "vty_logging")
|
|
594
|
+
|
|
595
|
+
@property
|
|
596
|
+
@pulumi.getter(name="vtyLoggingVariable")
|
|
597
|
+
def vty_logging_variable(self) -> str:
|
|
598
|
+
"""
|
|
599
|
+
Variable name
|
|
600
|
+
"""
|
|
601
|
+
return pulumi.get(self, "vty_logging_variable")
|
|
602
|
+
|
|
603
|
+
|
|
604
|
+
class AwaitableGetCedgeGlobalFeatureTemplateResult(GetCedgeGlobalFeatureTemplateResult):
|
|
605
|
+
# pylint: disable=using-constant-test
|
|
606
|
+
def __await__(self):
|
|
607
|
+
if False:
|
|
608
|
+
yield self
|
|
609
|
+
return GetCedgeGlobalFeatureTemplateResult(
|
|
610
|
+
arp_proxy=self.arp_proxy,
|
|
611
|
+
arp_proxy_variable=self.arp_proxy_variable,
|
|
612
|
+
bootp=self.bootp,
|
|
613
|
+
bootp_variable=self.bootp_variable,
|
|
614
|
+
cdp=self.cdp,
|
|
615
|
+
cdp_variable=self.cdp_variable,
|
|
616
|
+
console_logging=self.console_logging,
|
|
617
|
+
console_logging_variable=self.console_logging_variable,
|
|
618
|
+
description=self.description,
|
|
619
|
+
device_types=self.device_types,
|
|
620
|
+
domain_lookup=self.domain_lookup,
|
|
621
|
+
domain_lookup_variable=self.domain_lookup_variable,
|
|
622
|
+
ftp_passive=self.ftp_passive,
|
|
623
|
+
ftp_passive_variable=self.ftp_passive_variable,
|
|
624
|
+
http_authentication=self.http_authentication,
|
|
625
|
+
http_authentication_variable=self.http_authentication_variable,
|
|
626
|
+
http_server=self.http_server,
|
|
627
|
+
http_server_variable=self.http_server_variable,
|
|
628
|
+
https_server=self.https_server,
|
|
629
|
+
https_server_variable=self.https_server_variable,
|
|
630
|
+
id=self.id,
|
|
631
|
+
ip_source_routing=self.ip_source_routing,
|
|
632
|
+
ip_source_routing_variable=self.ip_source_routing_variable,
|
|
633
|
+
line_vty=self.line_vty,
|
|
634
|
+
line_vty_variable=self.line_vty_variable,
|
|
635
|
+
lldp=self.lldp,
|
|
636
|
+
lldp_variable=self.lldp_variable,
|
|
637
|
+
name=self.name,
|
|
638
|
+
nat64_tcp_timeout=self.nat64_tcp_timeout,
|
|
639
|
+
nat64_tcp_timeout_variable=self.nat64_tcp_timeout_variable,
|
|
640
|
+
nat64_udp_timeout=self.nat64_udp_timeout,
|
|
641
|
+
nat64_udp_timeout_variable=self.nat64_udp_timeout_variable,
|
|
642
|
+
rsh_rcp=self.rsh_rcp,
|
|
643
|
+
rsh_rcp_variable=self.rsh_rcp_variable,
|
|
644
|
+
snmp_ifindex_persist=self.snmp_ifindex_persist,
|
|
645
|
+
snmp_ifindex_persist_variable=self.snmp_ifindex_persist_variable,
|
|
646
|
+
source_interface=self.source_interface,
|
|
647
|
+
source_interface_variable=self.source_interface_variable,
|
|
648
|
+
ssh_version=self.ssh_version,
|
|
649
|
+
ssh_version_variable=self.ssh_version_variable,
|
|
650
|
+
tcp_keepalives_in=self.tcp_keepalives_in,
|
|
651
|
+
tcp_keepalives_in_variable=self.tcp_keepalives_in_variable,
|
|
652
|
+
tcp_keepalives_out=self.tcp_keepalives_out,
|
|
653
|
+
tcp_keepalives_out_variable=self.tcp_keepalives_out_variable,
|
|
654
|
+
tcp_small_servers=self.tcp_small_servers,
|
|
655
|
+
tcp_small_servers_variable=self.tcp_small_servers_variable,
|
|
656
|
+
template_type=self.template_type,
|
|
657
|
+
udp_small_servers=self.udp_small_servers,
|
|
658
|
+
udp_small_servers_variable=self.udp_small_servers_variable,
|
|
659
|
+
version=self.version,
|
|
660
|
+
vty_logging=self.vty_logging,
|
|
661
|
+
vty_logging_variable=self.vty_logging_variable)
|
|
662
|
+
|
|
663
|
+
|
|
664
|
+
def get_cedge_global_feature_template(id: Optional[str] = None,
|
|
665
|
+
name: Optional[str] = None,
|
|
666
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetCedgeGlobalFeatureTemplateResult:
|
|
667
|
+
"""
|
|
668
|
+
This data source can read the cEdge Global feature template.
|
|
669
|
+
|
|
670
|
+
## Example Usage
|
|
671
|
+
|
|
672
|
+
```python
|
|
673
|
+
import pulumi
|
|
674
|
+
import pulumi_sdwan as sdwan
|
|
675
|
+
|
|
676
|
+
example = sdwan.get_cedge_global_feature_template(id="f6b2c44c-693c-4763-b010-895aa3d236bd")
|
|
677
|
+
```
|
|
678
|
+
|
|
679
|
+
|
|
680
|
+
:param str id: The id of the feature template
|
|
681
|
+
:param str name: The name of the feature template
|
|
682
|
+
"""
|
|
683
|
+
__args__ = dict()
|
|
684
|
+
__args__['id'] = id
|
|
685
|
+
__args__['name'] = name
|
|
686
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
687
|
+
__ret__ = pulumi.runtime.invoke('sdwan:index/getCedgeGlobalFeatureTemplate:getCedgeGlobalFeatureTemplate', __args__, opts=opts, typ=GetCedgeGlobalFeatureTemplateResult).value
|
|
688
|
+
|
|
689
|
+
return AwaitableGetCedgeGlobalFeatureTemplateResult(
|
|
690
|
+
arp_proxy=pulumi.get(__ret__, 'arp_proxy'),
|
|
691
|
+
arp_proxy_variable=pulumi.get(__ret__, 'arp_proxy_variable'),
|
|
692
|
+
bootp=pulumi.get(__ret__, 'bootp'),
|
|
693
|
+
bootp_variable=pulumi.get(__ret__, 'bootp_variable'),
|
|
694
|
+
cdp=pulumi.get(__ret__, 'cdp'),
|
|
695
|
+
cdp_variable=pulumi.get(__ret__, 'cdp_variable'),
|
|
696
|
+
console_logging=pulumi.get(__ret__, 'console_logging'),
|
|
697
|
+
console_logging_variable=pulumi.get(__ret__, 'console_logging_variable'),
|
|
698
|
+
description=pulumi.get(__ret__, 'description'),
|
|
699
|
+
device_types=pulumi.get(__ret__, 'device_types'),
|
|
700
|
+
domain_lookup=pulumi.get(__ret__, 'domain_lookup'),
|
|
701
|
+
domain_lookup_variable=pulumi.get(__ret__, 'domain_lookup_variable'),
|
|
702
|
+
ftp_passive=pulumi.get(__ret__, 'ftp_passive'),
|
|
703
|
+
ftp_passive_variable=pulumi.get(__ret__, 'ftp_passive_variable'),
|
|
704
|
+
http_authentication=pulumi.get(__ret__, 'http_authentication'),
|
|
705
|
+
http_authentication_variable=pulumi.get(__ret__, 'http_authentication_variable'),
|
|
706
|
+
http_server=pulumi.get(__ret__, 'http_server'),
|
|
707
|
+
http_server_variable=pulumi.get(__ret__, 'http_server_variable'),
|
|
708
|
+
https_server=pulumi.get(__ret__, 'https_server'),
|
|
709
|
+
https_server_variable=pulumi.get(__ret__, 'https_server_variable'),
|
|
710
|
+
id=pulumi.get(__ret__, 'id'),
|
|
711
|
+
ip_source_routing=pulumi.get(__ret__, 'ip_source_routing'),
|
|
712
|
+
ip_source_routing_variable=pulumi.get(__ret__, 'ip_source_routing_variable'),
|
|
713
|
+
line_vty=pulumi.get(__ret__, 'line_vty'),
|
|
714
|
+
line_vty_variable=pulumi.get(__ret__, 'line_vty_variable'),
|
|
715
|
+
lldp=pulumi.get(__ret__, 'lldp'),
|
|
716
|
+
lldp_variable=pulumi.get(__ret__, 'lldp_variable'),
|
|
717
|
+
name=pulumi.get(__ret__, 'name'),
|
|
718
|
+
nat64_tcp_timeout=pulumi.get(__ret__, 'nat64_tcp_timeout'),
|
|
719
|
+
nat64_tcp_timeout_variable=pulumi.get(__ret__, 'nat64_tcp_timeout_variable'),
|
|
720
|
+
nat64_udp_timeout=pulumi.get(__ret__, 'nat64_udp_timeout'),
|
|
721
|
+
nat64_udp_timeout_variable=pulumi.get(__ret__, 'nat64_udp_timeout_variable'),
|
|
722
|
+
rsh_rcp=pulumi.get(__ret__, 'rsh_rcp'),
|
|
723
|
+
rsh_rcp_variable=pulumi.get(__ret__, 'rsh_rcp_variable'),
|
|
724
|
+
snmp_ifindex_persist=pulumi.get(__ret__, 'snmp_ifindex_persist'),
|
|
725
|
+
snmp_ifindex_persist_variable=pulumi.get(__ret__, 'snmp_ifindex_persist_variable'),
|
|
726
|
+
source_interface=pulumi.get(__ret__, 'source_interface'),
|
|
727
|
+
source_interface_variable=pulumi.get(__ret__, 'source_interface_variable'),
|
|
728
|
+
ssh_version=pulumi.get(__ret__, 'ssh_version'),
|
|
729
|
+
ssh_version_variable=pulumi.get(__ret__, 'ssh_version_variable'),
|
|
730
|
+
tcp_keepalives_in=pulumi.get(__ret__, 'tcp_keepalives_in'),
|
|
731
|
+
tcp_keepalives_in_variable=pulumi.get(__ret__, 'tcp_keepalives_in_variable'),
|
|
732
|
+
tcp_keepalives_out=pulumi.get(__ret__, 'tcp_keepalives_out'),
|
|
733
|
+
tcp_keepalives_out_variable=pulumi.get(__ret__, 'tcp_keepalives_out_variable'),
|
|
734
|
+
tcp_small_servers=pulumi.get(__ret__, 'tcp_small_servers'),
|
|
735
|
+
tcp_small_servers_variable=pulumi.get(__ret__, 'tcp_small_servers_variable'),
|
|
736
|
+
template_type=pulumi.get(__ret__, 'template_type'),
|
|
737
|
+
udp_small_servers=pulumi.get(__ret__, 'udp_small_servers'),
|
|
738
|
+
udp_small_servers_variable=pulumi.get(__ret__, 'udp_small_servers_variable'),
|
|
739
|
+
version=pulumi.get(__ret__, 'version'),
|
|
740
|
+
vty_logging=pulumi.get(__ret__, 'vty_logging'),
|
|
741
|
+
vty_logging_variable=pulumi.get(__ret__, 'vty_logging_variable'))
|
|
742
|
+
def get_cedge_global_feature_template_output(id: Optional[pulumi.Input[Optional[str]]] = None,
|
|
743
|
+
name: Optional[pulumi.Input[Optional[str]]] = None,
|
|
744
|
+
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetCedgeGlobalFeatureTemplateResult]:
|
|
745
|
+
"""
|
|
746
|
+
This data source can read the cEdge Global feature template.
|
|
747
|
+
|
|
748
|
+
## Example Usage
|
|
749
|
+
|
|
750
|
+
```python
|
|
751
|
+
import pulumi
|
|
752
|
+
import pulumi_sdwan as sdwan
|
|
753
|
+
|
|
754
|
+
example = sdwan.get_cedge_global_feature_template(id="f6b2c44c-693c-4763-b010-895aa3d236bd")
|
|
755
|
+
```
|
|
756
|
+
|
|
757
|
+
|
|
758
|
+
:param str id: The id of the feature template
|
|
759
|
+
:param str name: The name of the feature template
|
|
760
|
+
"""
|
|
761
|
+
__args__ = dict()
|
|
762
|
+
__args__['id'] = id
|
|
763
|
+
__args__['name'] = name
|
|
764
|
+
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
765
|
+
__ret__ = pulumi.runtime.invoke_output('sdwan:index/getCedgeGlobalFeatureTemplate:getCedgeGlobalFeatureTemplate', __args__, opts=opts, typ=GetCedgeGlobalFeatureTemplateResult)
|
|
766
|
+
return __ret__.apply(lambda __response__: GetCedgeGlobalFeatureTemplateResult(
|
|
767
|
+
arp_proxy=pulumi.get(__response__, 'arp_proxy'),
|
|
768
|
+
arp_proxy_variable=pulumi.get(__response__, 'arp_proxy_variable'),
|
|
769
|
+
bootp=pulumi.get(__response__, 'bootp'),
|
|
770
|
+
bootp_variable=pulumi.get(__response__, 'bootp_variable'),
|
|
771
|
+
cdp=pulumi.get(__response__, 'cdp'),
|
|
772
|
+
cdp_variable=pulumi.get(__response__, 'cdp_variable'),
|
|
773
|
+
console_logging=pulumi.get(__response__, 'console_logging'),
|
|
774
|
+
console_logging_variable=pulumi.get(__response__, 'console_logging_variable'),
|
|
775
|
+
description=pulumi.get(__response__, 'description'),
|
|
776
|
+
device_types=pulumi.get(__response__, 'device_types'),
|
|
777
|
+
domain_lookup=pulumi.get(__response__, 'domain_lookup'),
|
|
778
|
+
domain_lookup_variable=pulumi.get(__response__, 'domain_lookup_variable'),
|
|
779
|
+
ftp_passive=pulumi.get(__response__, 'ftp_passive'),
|
|
780
|
+
ftp_passive_variable=pulumi.get(__response__, 'ftp_passive_variable'),
|
|
781
|
+
http_authentication=pulumi.get(__response__, 'http_authentication'),
|
|
782
|
+
http_authentication_variable=pulumi.get(__response__, 'http_authentication_variable'),
|
|
783
|
+
http_server=pulumi.get(__response__, 'http_server'),
|
|
784
|
+
http_server_variable=pulumi.get(__response__, 'http_server_variable'),
|
|
785
|
+
https_server=pulumi.get(__response__, 'https_server'),
|
|
786
|
+
https_server_variable=pulumi.get(__response__, 'https_server_variable'),
|
|
787
|
+
id=pulumi.get(__response__, 'id'),
|
|
788
|
+
ip_source_routing=pulumi.get(__response__, 'ip_source_routing'),
|
|
789
|
+
ip_source_routing_variable=pulumi.get(__response__, 'ip_source_routing_variable'),
|
|
790
|
+
line_vty=pulumi.get(__response__, 'line_vty'),
|
|
791
|
+
line_vty_variable=pulumi.get(__response__, 'line_vty_variable'),
|
|
792
|
+
lldp=pulumi.get(__response__, 'lldp'),
|
|
793
|
+
lldp_variable=pulumi.get(__response__, 'lldp_variable'),
|
|
794
|
+
name=pulumi.get(__response__, 'name'),
|
|
795
|
+
nat64_tcp_timeout=pulumi.get(__response__, 'nat64_tcp_timeout'),
|
|
796
|
+
nat64_tcp_timeout_variable=pulumi.get(__response__, 'nat64_tcp_timeout_variable'),
|
|
797
|
+
nat64_udp_timeout=pulumi.get(__response__, 'nat64_udp_timeout'),
|
|
798
|
+
nat64_udp_timeout_variable=pulumi.get(__response__, 'nat64_udp_timeout_variable'),
|
|
799
|
+
rsh_rcp=pulumi.get(__response__, 'rsh_rcp'),
|
|
800
|
+
rsh_rcp_variable=pulumi.get(__response__, 'rsh_rcp_variable'),
|
|
801
|
+
snmp_ifindex_persist=pulumi.get(__response__, 'snmp_ifindex_persist'),
|
|
802
|
+
snmp_ifindex_persist_variable=pulumi.get(__response__, 'snmp_ifindex_persist_variable'),
|
|
803
|
+
source_interface=pulumi.get(__response__, 'source_interface'),
|
|
804
|
+
source_interface_variable=pulumi.get(__response__, 'source_interface_variable'),
|
|
805
|
+
ssh_version=pulumi.get(__response__, 'ssh_version'),
|
|
806
|
+
ssh_version_variable=pulumi.get(__response__, 'ssh_version_variable'),
|
|
807
|
+
tcp_keepalives_in=pulumi.get(__response__, 'tcp_keepalives_in'),
|
|
808
|
+
tcp_keepalives_in_variable=pulumi.get(__response__, 'tcp_keepalives_in_variable'),
|
|
809
|
+
tcp_keepalives_out=pulumi.get(__response__, 'tcp_keepalives_out'),
|
|
810
|
+
tcp_keepalives_out_variable=pulumi.get(__response__, 'tcp_keepalives_out_variable'),
|
|
811
|
+
tcp_small_servers=pulumi.get(__response__, 'tcp_small_servers'),
|
|
812
|
+
tcp_small_servers_variable=pulumi.get(__response__, 'tcp_small_servers_variable'),
|
|
813
|
+
template_type=pulumi.get(__response__, 'template_type'),
|
|
814
|
+
udp_small_servers=pulumi.get(__response__, 'udp_small_servers'),
|
|
815
|
+
udp_small_servers_variable=pulumi.get(__response__, 'udp_small_servers_variable'),
|
|
816
|
+
version=pulumi.get(__response__, 'version'),
|
|
817
|
+
vty_logging=pulumi.get(__response__, 'vty_logging'),
|
|
818
|
+
vty_logging_variable=pulumi.get(__response__, 'vty_logging_variable')))
|