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,679 @@
|
|
|
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
|
+
'GetCiscoBgpFeatureTemplateResult',
|
|
20
|
+
'AwaitableGetCiscoBgpFeatureTemplateResult',
|
|
21
|
+
'get_cisco_bgp_feature_template',
|
|
22
|
+
'get_cisco_bgp_feature_template_output',
|
|
23
|
+
]
|
|
24
|
+
|
|
25
|
+
@pulumi.output_type
|
|
26
|
+
class GetCiscoBgpFeatureTemplateResult:
|
|
27
|
+
"""
|
|
28
|
+
A collection of values returned by getCiscoBgpFeatureTemplate.
|
|
29
|
+
"""
|
|
30
|
+
def __init__(__self__, address_families=None, always_compare_med=None, always_compare_med_variable=None, as_number=None, as_number_variable=None, compare_router_id=None, compare_router_id_variable=None, description=None, deterministic_med=None, deterministic_med_variable=None, device_types=None, distance_external=None, distance_external_variable=None, distance_internal=None, distance_internal_variable=None, distance_local=None, distance_local_variable=None, holdtime=None, holdtime_variable=None, id=None, ipv4_neighbors=None, ipv4_route_targets=None, ipv6_neighbors=None, ipv6_route_targets=None, keepalive=None, keepalive_variable=None, missing_med_worst=None, missing_med_worst_variable=None, mpls_interfaces=None, multipath_relax=None, multipath_relax_variable=None, name=None, propagate_aspath=None, propagate_aspath_variable=None, propagate_community=None, propagate_community_variable=None, router_id=None, router_id_variable=None, shutdown=None, shutdown_variable=None, template_type=None, version=None):
|
|
31
|
+
if address_families and not isinstance(address_families, list):
|
|
32
|
+
raise TypeError("Expected argument 'address_families' to be a list")
|
|
33
|
+
pulumi.set(__self__, "address_families", address_families)
|
|
34
|
+
if always_compare_med and not isinstance(always_compare_med, bool):
|
|
35
|
+
raise TypeError("Expected argument 'always_compare_med' to be a bool")
|
|
36
|
+
pulumi.set(__self__, "always_compare_med", always_compare_med)
|
|
37
|
+
if always_compare_med_variable and not isinstance(always_compare_med_variable, str):
|
|
38
|
+
raise TypeError("Expected argument 'always_compare_med_variable' to be a str")
|
|
39
|
+
pulumi.set(__self__, "always_compare_med_variable", always_compare_med_variable)
|
|
40
|
+
if as_number and not isinstance(as_number, str):
|
|
41
|
+
raise TypeError("Expected argument 'as_number' to be a str")
|
|
42
|
+
pulumi.set(__self__, "as_number", as_number)
|
|
43
|
+
if as_number_variable and not isinstance(as_number_variable, str):
|
|
44
|
+
raise TypeError("Expected argument 'as_number_variable' to be a str")
|
|
45
|
+
pulumi.set(__self__, "as_number_variable", as_number_variable)
|
|
46
|
+
if compare_router_id and not isinstance(compare_router_id, bool):
|
|
47
|
+
raise TypeError("Expected argument 'compare_router_id' to be a bool")
|
|
48
|
+
pulumi.set(__self__, "compare_router_id", compare_router_id)
|
|
49
|
+
if compare_router_id_variable and not isinstance(compare_router_id_variable, str):
|
|
50
|
+
raise TypeError("Expected argument 'compare_router_id_variable' to be a str")
|
|
51
|
+
pulumi.set(__self__, "compare_router_id_variable", compare_router_id_variable)
|
|
52
|
+
if description and not isinstance(description, str):
|
|
53
|
+
raise TypeError("Expected argument 'description' to be a str")
|
|
54
|
+
pulumi.set(__self__, "description", description)
|
|
55
|
+
if deterministic_med and not isinstance(deterministic_med, bool):
|
|
56
|
+
raise TypeError("Expected argument 'deterministic_med' to be a bool")
|
|
57
|
+
pulumi.set(__self__, "deterministic_med", deterministic_med)
|
|
58
|
+
if deterministic_med_variable and not isinstance(deterministic_med_variable, str):
|
|
59
|
+
raise TypeError("Expected argument 'deterministic_med_variable' to be a str")
|
|
60
|
+
pulumi.set(__self__, "deterministic_med_variable", deterministic_med_variable)
|
|
61
|
+
if device_types and not isinstance(device_types, list):
|
|
62
|
+
raise TypeError("Expected argument 'device_types' to be a list")
|
|
63
|
+
pulumi.set(__self__, "device_types", device_types)
|
|
64
|
+
if distance_external and not isinstance(distance_external, int):
|
|
65
|
+
raise TypeError("Expected argument 'distance_external' to be a int")
|
|
66
|
+
pulumi.set(__self__, "distance_external", distance_external)
|
|
67
|
+
if distance_external_variable and not isinstance(distance_external_variable, str):
|
|
68
|
+
raise TypeError("Expected argument 'distance_external_variable' to be a str")
|
|
69
|
+
pulumi.set(__self__, "distance_external_variable", distance_external_variable)
|
|
70
|
+
if distance_internal and not isinstance(distance_internal, int):
|
|
71
|
+
raise TypeError("Expected argument 'distance_internal' to be a int")
|
|
72
|
+
pulumi.set(__self__, "distance_internal", distance_internal)
|
|
73
|
+
if distance_internal_variable and not isinstance(distance_internal_variable, str):
|
|
74
|
+
raise TypeError("Expected argument 'distance_internal_variable' to be a str")
|
|
75
|
+
pulumi.set(__self__, "distance_internal_variable", distance_internal_variable)
|
|
76
|
+
if distance_local and not isinstance(distance_local, int):
|
|
77
|
+
raise TypeError("Expected argument 'distance_local' to be a int")
|
|
78
|
+
pulumi.set(__self__, "distance_local", distance_local)
|
|
79
|
+
if distance_local_variable and not isinstance(distance_local_variable, str):
|
|
80
|
+
raise TypeError("Expected argument 'distance_local_variable' to be a str")
|
|
81
|
+
pulumi.set(__self__, "distance_local_variable", distance_local_variable)
|
|
82
|
+
if holdtime and not isinstance(holdtime, int):
|
|
83
|
+
raise TypeError("Expected argument 'holdtime' to be a int")
|
|
84
|
+
pulumi.set(__self__, "holdtime", holdtime)
|
|
85
|
+
if holdtime_variable and not isinstance(holdtime_variable, str):
|
|
86
|
+
raise TypeError("Expected argument 'holdtime_variable' to be a str")
|
|
87
|
+
pulumi.set(__self__, "holdtime_variable", holdtime_variable)
|
|
88
|
+
if id and not isinstance(id, str):
|
|
89
|
+
raise TypeError("Expected argument 'id' to be a str")
|
|
90
|
+
pulumi.set(__self__, "id", id)
|
|
91
|
+
if ipv4_neighbors and not isinstance(ipv4_neighbors, list):
|
|
92
|
+
raise TypeError("Expected argument 'ipv4_neighbors' to be a list")
|
|
93
|
+
pulumi.set(__self__, "ipv4_neighbors", ipv4_neighbors)
|
|
94
|
+
if ipv4_route_targets and not isinstance(ipv4_route_targets, list):
|
|
95
|
+
raise TypeError("Expected argument 'ipv4_route_targets' to be a list")
|
|
96
|
+
pulumi.set(__self__, "ipv4_route_targets", ipv4_route_targets)
|
|
97
|
+
if ipv6_neighbors and not isinstance(ipv6_neighbors, list):
|
|
98
|
+
raise TypeError("Expected argument 'ipv6_neighbors' to be a list")
|
|
99
|
+
pulumi.set(__self__, "ipv6_neighbors", ipv6_neighbors)
|
|
100
|
+
if ipv6_route_targets and not isinstance(ipv6_route_targets, list):
|
|
101
|
+
raise TypeError("Expected argument 'ipv6_route_targets' to be a list")
|
|
102
|
+
pulumi.set(__self__, "ipv6_route_targets", ipv6_route_targets)
|
|
103
|
+
if keepalive and not isinstance(keepalive, int):
|
|
104
|
+
raise TypeError("Expected argument 'keepalive' to be a int")
|
|
105
|
+
pulumi.set(__self__, "keepalive", keepalive)
|
|
106
|
+
if keepalive_variable and not isinstance(keepalive_variable, str):
|
|
107
|
+
raise TypeError("Expected argument 'keepalive_variable' to be a str")
|
|
108
|
+
pulumi.set(__self__, "keepalive_variable", keepalive_variable)
|
|
109
|
+
if missing_med_worst and not isinstance(missing_med_worst, bool):
|
|
110
|
+
raise TypeError("Expected argument 'missing_med_worst' to be a bool")
|
|
111
|
+
pulumi.set(__self__, "missing_med_worst", missing_med_worst)
|
|
112
|
+
if missing_med_worst_variable and not isinstance(missing_med_worst_variable, str):
|
|
113
|
+
raise TypeError("Expected argument 'missing_med_worst_variable' to be a str")
|
|
114
|
+
pulumi.set(__self__, "missing_med_worst_variable", missing_med_worst_variable)
|
|
115
|
+
if mpls_interfaces and not isinstance(mpls_interfaces, list):
|
|
116
|
+
raise TypeError("Expected argument 'mpls_interfaces' to be a list")
|
|
117
|
+
pulumi.set(__self__, "mpls_interfaces", mpls_interfaces)
|
|
118
|
+
if multipath_relax and not isinstance(multipath_relax, bool):
|
|
119
|
+
raise TypeError("Expected argument 'multipath_relax' to be a bool")
|
|
120
|
+
pulumi.set(__self__, "multipath_relax", multipath_relax)
|
|
121
|
+
if multipath_relax_variable and not isinstance(multipath_relax_variable, str):
|
|
122
|
+
raise TypeError("Expected argument 'multipath_relax_variable' to be a str")
|
|
123
|
+
pulumi.set(__self__, "multipath_relax_variable", multipath_relax_variable)
|
|
124
|
+
if name and not isinstance(name, str):
|
|
125
|
+
raise TypeError("Expected argument 'name' to be a str")
|
|
126
|
+
pulumi.set(__self__, "name", name)
|
|
127
|
+
if propagate_aspath and not isinstance(propagate_aspath, bool):
|
|
128
|
+
raise TypeError("Expected argument 'propagate_aspath' to be a bool")
|
|
129
|
+
pulumi.set(__self__, "propagate_aspath", propagate_aspath)
|
|
130
|
+
if propagate_aspath_variable and not isinstance(propagate_aspath_variable, str):
|
|
131
|
+
raise TypeError("Expected argument 'propagate_aspath_variable' to be a str")
|
|
132
|
+
pulumi.set(__self__, "propagate_aspath_variable", propagate_aspath_variable)
|
|
133
|
+
if propagate_community and not isinstance(propagate_community, bool):
|
|
134
|
+
raise TypeError("Expected argument 'propagate_community' to be a bool")
|
|
135
|
+
pulumi.set(__self__, "propagate_community", propagate_community)
|
|
136
|
+
if propagate_community_variable and not isinstance(propagate_community_variable, str):
|
|
137
|
+
raise TypeError("Expected argument 'propagate_community_variable' to be a str")
|
|
138
|
+
pulumi.set(__self__, "propagate_community_variable", propagate_community_variable)
|
|
139
|
+
if router_id and not isinstance(router_id, str):
|
|
140
|
+
raise TypeError("Expected argument 'router_id' to be a str")
|
|
141
|
+
pulumi.set(__self__, "router_id", router_id)
|
|
142
|
+
if router_id_variable and not isinstance(router_id_variable, str):
|
|
143
|
+
raise TypeError("Expected argument 'router_id_variable' to be a str")
|
|
144
|
+
pulumi.set(__self__, "router_id_variable", router_id_variable)
|
|
145
|
+
if shutdown and not isinstance(shutdown, bool):
|
|
146
|
+
raise TypeError("Expected argument 'shutdown' to be a bool")
|
|
147
|
+
pulumi.set(__self__, "shutdown", shutdown)
|
|
148
|
+
if shutdown_variable and not isinstance(shutdown_variable, str):
|
|
149
|
+
raise TypeError("Expected argument 'shutdown_variable' to be a str")
|
|
150
|
+
pulumi.set(__self__, "shutdown_variable", shutdown_variable)
|
|
151
|
+
if template_type and not isinstance(template_type, str):
|
|
152
|
+
raise TypeError("Expected argument 'template_type' to be a str")
|
|
153
|
+
pulumi.set(__self__, "template_type", template_type)
|
|
154
|
+
if version and not isinstance(version, int):
|
|
155
|
+
raise TypeError("Expected argument 'version' to be a int")
|
|
156
|
+
pulumi.set(__self__, "version", version)
|
|
157
|
+
|
|
158
|
+
@property
|
|
159
|
+
@pulumi.getter(name="addressFamilies")
|
|
160
|
+
def address_families(self) -> Sequence['outputs.GetCiscoBgpFeatureTemplateAddressFamilyResult']:
|
|
161
|
+
"""
|
|
162
|
+
Set BGP address family
|
|
163
|
+
"""
|
|
164
|
+
return pulumi.get(self, "address_families")
|
|
165
|
+
|
|
166
|
+
@property
|
|
167
|
+
@pulumi.getter(name="alwaysCompareMed")
|
|
168
|
+
def always_compare_med(self) -> bool:
|
|
169
|
+
"""
|
|
170
|
+
Compare MEDs from all ASs when selecting active BGP paths
|
|
171
|
+
"""
|
|
172
|
+
return pulumi.get(self, "always_compare_med")
|
|
173
|
+
|
|
174
|
+
@property
|
|
175
|
+
@pulumi.getter(name="alwaysCompareMedVariable")
|
|
176
|
+
def always_compare_med_variable(self) -> str:
|
|
177
|
+
"""
|
|
178
|
+
Variable name
|
|
179
|
+
"""
|
|
180
|
+
return pulumi.get(self, "always_compare_med_variable")
|
|
181
|
+
|
|
182
|
+
@property
|
|
183
|
+
@pulumi.getter(name="asNumber")
|
|
184
|
+
def as_number(self) -> str:
|
|
185
|
+
"""
|
|
186
|
+
Set autonomous system number \\n\\n or \\n\\n
|
|
187
|
+
"""
|
|
188
|
+
return pulumi.get(self, "as_number")
|
|
189
|
+
|
|
190
|
+
@property
|
|
191
|
+
@pulumi.getter(name="asNumberVariable")
|
|
192
|
+
def as_number_variable(self) -> str:
|
|
193
|
+
"""
|
|
194
|
+
Variable name
|
|
195
|
+
"""
|
|
196
|
+
return pulumi.get(self, "as_number_variable")
|
|
197
|
+
|
|
198
|
+
@property
|
|
199
|
+
@pulumi.getter(name="compareRouterId")
|
|
200
|
+
def compare_router_id(self) -> bool:
|
|
201
|
+
"""
|
|
202
|
+
Compare router IDs when selecting active BGP paths
|
|
203
|
+
"""
|
|
204
|
+
return pulumi.get(self, "compare_router_id")
|
|
205
|
+
|
|
206
|
+
@property
|
|
207
|
+
@pulumi.getter(name="compareRouterIdVariable")
|
|
208
|
+
def compare_router_id_variable(self) -> str:
|
|
209
|
+
"""
|
|
210
|
+
Variable name
|
|
211
|
+
"""
|
|
212
|
+
return pulumi.get(self, "compare_router_id_variable")
|
|
213
|
+
|
|
214
|
+
@property
|
|
215
|
+
@pulumi.getter
|
|
216
|
+
def description(self) -> str:
|
|
217
|
+
"""
|
|
218
|
+
The description of the feature template
|
|
219
|
+
"""
|
|
220
|
+
return pulumi.get(self, "description")
|
|
221
|
+
|
|
222
|
+
@property
|
|
223
|
+
@pulumi.getter(name="deterministicMed")
|
|
224
|
+
def deterministic_med(self) -> bool:
|
|
225
|
+
"""
|
|
226
|
+
Compare MEDs from all routes from same AS when selecting active BGP paths
|
|
227
|
+
"""
|
|
228
|
+
return pulumi.get(self, "deterministic_med")
|
|
229
|
+
|
|
230
|
+
@property
|
|
231
|
+
@pulumi.getter(name="deterministicMedVariable")
|
|
232
|
+
def deterministic_med_variable(self) -> str:
|
|
233
|
+
"""
|
|
234
|
+
Variable name
|
|
235
|
+
"""
|
|
236
|
+
return pulumi.get(self, "deterministic_med_variable")
|
|
237
|
+
|
|
238
|
+
@property
|
|
239
|
+
@pulumi.getter(name="deviceTypes")
|
|
240
|
+
def device_types(self) -> Sequence[str]:
|
|
241
|
+
"""
|
|
242
|
+
List of supported device types
|
|
243
|
+
"""
|
|
244
|
+
return pulumi.get(self, "device_types")
|
|
245
|
+
|
|
246
|
+
@property
|
|
247
|
+
@pulumi.getter(name="distanceExternal")
|
|
248
|
+
def distance_external(self) -> int:
|
|
249
|
+
"""
|
|
250
|
+
Set administrative distance for external BGP routes
|
|
251
|
+
"""
|
|
252
|
+
return pulumi.get(self, "distance_external")
|
|
253
|
+
|
|
254
|
+
@property
|
|
255
|
+
@pulumi.getter(name="distanceExternalVariable")
|
|
256
|
+
def distance_external_variable(self) -> str:
|
|
257
|
+
"""
|
|
258
|
+
Variable name
|
|
259
|
+
"""
|
|
260
|
+
return pulumi.get(self, "distance_external_variable")
|
|
261
|
+
|
|
262
|
+
@property
|
|
263
|
+
@pulumi.getter(name="distanceInternal")
|
|
264
|
+
def distance_internal(self) -> int:
|
|
265
|
+
"""
|
|
266
|
+
Set administrative distance for internal BGP routes
|
|
267
|
+
"""
|
|
268
|
+
return pulumi.get(self, "distance_internal")
|
|
269
|
+
|
|
270
|
+
@property
|
|
271
|
+
@pulumi.getter(name="distanceInternalVariable")
|
|
272
|
+
def distance_internal_variable(self) -> str:
|
|
273
|
+
"""
|
|
274
|
+
Variable name
|
|
275
|
+
"""
|
|
276
|
+
return pulumi.get(self, "distance_internal_variable")
|
|
277
|
+
|
|
278
|
+
@property
|
|
279
|
+
@pulumi.getter(name="distanceLocal")
|
|
280
|
+
def distance_local(self) -> int:
|
|
281
|
+
"""
|
|
282
|
+
Set administrative distance for local BGP routes
|
|
283
|
+
"""
|
|
284
|
+
return pulumi.get(self, "distance_local")
|
|
285
|
+
|
|
286
|
+
@property
|
|
287
|
+
@pulumi.getter(name="distanceLocalVariable")
|
|
288
|
+
def distance_local_variable(self) -> str:
|
|
289
|
+
"""
|
|
290
|
+
Variable name
|
|
291
|
+
"""
|
|
292
|
+
return pulumi.get(self, "distance_local_variable")
|
|
293
|
+
|
|
294
|
+
@property
|
|
295
|
+
@pulumi.getter
|
|
296
|
+
def holdtime(self) -> int:
|
|
297
|
+
"""
|
|
298
|
+
Set the interval when BGP considers a neighbor to be down
|
|
299
|
+
"""
|
|
300
|
+
return pulumi.get(self, "holdtime")
|
|
301
|
+
|
|
302
|
+
@property
|
|
303
|
+
@pulumi.getter(name="holdtimeVariable")
|
|
304
|
+
def holdtime_variable(self) -> str:
|
|
305
|
+
"""
|
|
306
|
+
Variable name
|
|
307
|
+
"""
|
|
308
|
+
return pulumi.get(self, "holdtime_variable")
|
|
309
|
+
|
|
310
|
+
@property
|
|
311
|
+
@pulumi.getter
|
|
312
|
+
def id(self) -> str:
|
|
313
|
+
"""
|
|
314
|
+
The id of the feature template
|
|
315
|
+
"""
|
|
316
|
+
return pulumi.get(self, "id")
|
|
317
|
+
|
|
318
|
+
@property
|
|
319
|
+
@pulumi.getter(name="ipv4Neighbors")
|
|
320
|
+
def ipv4_neighbors(self) -> Sequence['outputs.GetCiscoBgpFeatureTemplateIpv4NeighborResult']:
|
|
321
|
+
"""
|
|
322
|
+
Set BGP neighbors
|
|
323
|
+
"""
|
|
324
|
+
return pulumi.get(self, "ipv4_neighbors")
|
|
325
|
+
|
|
326
|
+
@property
|
|
327
|
+
@pulumi.getter(name="ipv4RouteTargets")
|
|
328
|
+
def ipv4_route_targets(self) -> Sequence['outputs.GetCiscoBgpFeatureTemplateIpv4RouteTargetResult']:
|
|
329
|
+
"""
|
|
330
|
+
Router Target for IPV4
|
|
331
|
+
"""
|
|
332
|
+
return pulumi.get(self, "ipv4_route_targets")
|
|
333
|
+
|
|
334
|
+
@property
|
|
335
|
+
@pulumi.getter(name="ipv6Neighbors")
|
|
336
|
+
def ipv6_neighbors(self) -> Sequence['outputs.GetCiscoBgpFeatureTemplateIpv6NeighborResult']:
|
|
337
|
+
"""
|
|
338
|
+
Set BGP IPv6 neighbors
|
|
339
|
+
"""
|
|
340
|
+
return pulumi.get(self, "ipv6_neighbors")
|
|
341
|
+
|
|
342
|
+
@property
|
|
343
|
+
@pulumi.getter(name="ipv6RouteTargets")
|
|
344
|
+
def ipv6_route_targets(self) -> Sequence['outputs.GetCiscoBgpFeatureTemplateIpv6RouteTargetResult']:
|
|
345
|
+
"""
|
|
346
|
+
Router Target for IPV6
|
|
347
|
+
"""
|
|
348
|
+
return pulumi.get(self, "ipv6_route_targets")
|
|
349
|
+
|
|
350
|
+
@property
|
|
351
|
+
@pulumi.getter
|
|
352
|
+
def keepalive(self) -> int:
|
|
353
|
+
"""
|
|
354
|
+
Set how often keepalive messages are sent to BGP peer
|
|
355
|
+
"""
|
|
356
|
+
return pulumi.get(self, "keepalive")
|
|
357
|
+
|
|
358
|
+
@property
|
|
359
|
+
@pulumi.getter(name="keepaliveVariable")
|
|
360
|
+
def keepalive_variable(self) -> str:
|
|
361
|
+
"""
|
|
362
|
+
Variable name
|
|
363
|
+
"""
|
|
364
|
+
return pulumi.get(self, "keepalive_variable")
|
|
365
|
+
|
|
366
|
+
@property
|
|
367
|
+
@pulumi.getter(name="missingMedWorst")
|
|
368
|
+
def missing_med_worst(self) -> bool:
|
|
369
|
+
"""
|
|
370
|
+
If path has no MED, consider it to be worst path when selecting active BGP paths
|
|
371
|
+
"""
|
|
372
|
+
return pulumi.get(self, "missing_med_worst")
|
|
373
|
+
|
|
374
|
+
@property
|
|
375
|
+
@pulumi.getter(name="missingMedWorstVariable")
|
|
376
|
+
def missing_med_worst_variable(self) -> str:
|
|
377
|
+
"""
|
|
378
|
+
Variable name
|
|
379
|
+
"""
|
|
380
|
+
return pulumi.get(self, "missing_med_worst_variable")
|
|
381
|
+
|
|
382
|
+
@property
|
|
383
|
+
@pulumi.getter(name="mplsInterfaces")
|
|
384
|
+
def mpls_interfaces(self) -> Sequence['outputs.GetCiscoBgpFeatureTemplateMplsInterfaceResult']:
|
|
385
|
+
"""
|
|
386
|
+
MPLS BGP Interface
|
|
387
|
+
"""
|
|
388
|
+
return pulumi.get(self, "mpls_interfaces")
|
|
389
|
+
|
|
390
|
+
@property
|
|
391
|
+
@pulumi.getter(name="multipathRelax")
|
|
392
|
+
def multipath_relax(self) -> bool:
|
|
393
|
+
"""
|
|
394
|
+
Ignore AS for multipath selection
|
|
395
|
+
"""
|
|
396
|
+
return pulumi.get(self, "multipath_relax")
|
|
397
|
+
|
|
398
|
+
@property
|
|
399
|
+
@pulumi.getter(name="multipathRelaxVariable")
|
|
400
|
+
def multipath_relax_variable(self) -> str:
|
|
401
|
+
"""
|
|
402
|
+
Variable name
|
|
403
|
+
"""
|
|
404
|
+
return pulumi.get(self, "multipath_relax_variable")
|
|
405
|
+
|
|
406
|
+
@property
|
|
407
|
+
@pulumi.getter
|
|
408
|
+
def name(self) -> str:
|
|
409
|
+
"""
|
|
410
|
+
The name of the feature template
|
|
411
|
+
"""
|
|
412
|
+
return pulumi.get(self, "name")
|
|
413
|
+
|
|
414
|
+
@property
|
|
415
|
+
@pulumi.getter(name="propagateAspath")
|
|
416
|
+
def propagate_aspath(self) -> bool:
|
|
417
|
+
"""
|
|
418
|
+
Propagate AS Path
|
|
419
|
+
"""
|
|
420
|
+
return pulumi.get(self, "propagate_aspath")
|
|
421
|
+
|
|
422
|
+
@property
|
|
423
|
+
@pulumi.getter(name="propagateAspathVariable")
|
|
424
|
+
def propagate_aspath_variable(self) -> str:
|
|
425
|
+
"""
|
|
426
|
+
Variable name
|
|
427
|
+
"""
|
|
428
|
+
return pulumi.get(self, "propagate_aspath_variable")
|
|
429
|
+
|
|
430
|
+
@property
|
|
431
|
+
@pulumi.getter(name="propagateCommunity")
|
|
432
|
+
def propagate_community(self) -> bool:
|
|
433
|
+
"""
|
|
434
|
+
Propagate Community
|
|
435
|
+
"""
|
|
436
|
+
return pulumi.get(self, "propagate_community")
|
|
437
|
+
|
|
438
|
+
@property
|
|
439
|
+
@pulumi.getter(name="propagateCommunityVariable")
|
|
440
|
+
def propagate_community_variable(self) -> str:
|
|
441
|
+
"""
|
|
442
|
+
Variable name
|
|
443
|
+
"""
|
|
444
|
+
return pulumi.get(self, "propagate_community_variable")
|
|
445
|
+
|
|
446
|
+
@property
|
|
447
|
+
@pulumi.getter(name="routerId")
|
|
448
|
+
def router_id(self) -> str:
|
|
449
|
+
"""
|
|
450
|
+
Configure BGP router identifier
|
|
451
|
+
"""
|
|
452
|
+
return pulumi.get(self, "router_id")
|
|
453
|
+
|
|
454
|
+
@property
|
|
455
|
+
@pulumi.getter(name="routerIdVariable")
|
|
456
|
+
def router_id_variable(self) -> str:
|
|
457
|
+
"""
|
|
458
|
+
Variable name
|
|
459
|
+
"""
|
|
460
|
+
return pulumi.get(self, "router_id_variable")
|
|
461
|
+
|
|
462
|
+
@property
|
|
463
|
+
@pulumi.getter
|
|
464
|
+
def shutdown(self) -> bool:
|
|
465
|
+
"""
|
|
466
|
+
Enable or disable BGP
|
|
467
|
+
"""
|
|
468
|
+
return pulumi.get(self, "shutdown")
|
|
469
|
+
|
|
470
|
+
@property
|
|
471
|
+
@pulumi.getter(name="shutdownVariable")
|
|
472
|
+
def shutdown_variable(self) -> str:
|
|
473
|
+
"""
|
|
474
|
+
Variable name
|
|
475
|
+
"""
|
|
476
|
+
return pulumi.get(self, "shutdown_variable")
|
|
477
|
+
|
|
478
|
+
@property
|
|
479
|
+
@pulumi.getter(name="templateType")
|
|
480
|
+
def template_type(self) -> str:
|
|
481
|
+
"""
|
|
482
|
+
The template type
|
|
483
|
+
"""
|
|
484
|
+
return pulumi.get(self, "template_type")
|
|
485
|
+
|
|
486
|
+
@property
|
|
487
|
+
@pulumi.getter
|
|
488
|
+
def version(self) -> int:
|
|
489
|
+
"""
|
|
490
|
+
The version of the feature template
|
|
491
|
+
"""
|
|
492
|
+
return pulumi.get(self, "version")
|
|
493
|
+
|
|
494
|
+
|
|
495
|
+
class AwaitableGetCiscoBgpFeatureTemplateResult(GetCiscoBgpFeatureTemplateResult):
|
|
496
|
+
# pylint: disable=using-constant-test
|
|
497
|
+
def __await__(self):
|
|
498
|
+
if False:
|
|
499
|
+
yield self
|
|
500
|
+
return GetCiscoBgpFeatureTemplateResult(
|
|
501
|
+
address_families=self.address_families,
|
|
502
|
+
always_compare_med=self.always_compare_med,
|
|
503
|
+
always_compare_med_variable=self.always_compare_med_variable,
|
|
504
|
+
as_number=self.as_number,
|
|
505
|
+
as_number_variable=self.as_number_variable,
|
|
506
|
+
compare_router_id=self.compare_router_id,
|
|
507
|
+
compare_router_id_variable=self.compare_router_id_variable,
|
|
508
|
+
description=self.description,
|
|
509
|
+
deterministic_med=self.deterministic_med,
|
|
510
|
+
deterministic_med_variable=self.deterministic_med_variable,
|
|
511
|
+
device_types=self.device_types,
|
|
512
|
+
distance_external=self.distance_external,
|
|
513
|
+
distance_external_variable=self.distance_external_variable,
|
|
514
|
+
distance_internal=self.distance_internal,
|
|
515
|
+
distance_internal_variable=self.distance_internal_variable,
|
|
516
|
+
distance_local=self.distance_local,
|
|
517
|
+
distance_local_variable=self.distance_local_variable,
|
|
518
|
+
holdtime=self.holdtime,
|
|
519
|
+
holdtime_variable=self.holdtime_variable,
|
|
520
|
+
id=self.id,
|
|
521
|
+
ipv4_neighbors=self.ipv4_neighbors,
|
|
522
|
+
ipv4_route_targets=self.ipv4_route_targets,
|
|
523
|
+
ipv6_neighbors=self.ipv6_neighbors,
|
|
524
|
+
ipv6_route_targets=self.ipv6_route_targets,
|
|
525
|
+
keepalive=self.keepalive,
|
|
526
|
+
keepalive_variable=self.keepalive_variable,
|
|
527
|
+
missing_med_worst=self.missing_med_worst,
|
|
528
|
+
missing_med_worst_variable=self.missing_med_worst_variable,
|
|
529
|
+
mpls_interfaces=self.mpls_interfaces,
|
|
530
|
+
multipath_relax=self.multipath_relax,
|
|
531
|
+
multipath_relax_variable=self.multipath_relax_variable,
|
|
532
|
+
name=self.name,
|
|
533
|
+
propagate_aspath=self.propagate_aspath,
|
|
534
|
+
propagate_aspath_variable=self.propagate_aspath_variable,
|
|
535
|
+
propagate_community=self.propagate_community,
|
|
536
|
+
propagate_community_variable=self.propagate_community_variable,
|
|
537
|
+
router_id=self.router_id,
|
|
538
|
+
router_id_variable=self.router_id_variable,
|
|
539
|
+
shutdown=self.shutdown,
|
|
540
|
+
shutdown_variable=self.shutdown_variable,
|
|
541
|
+
template_type=self.template_type,
|
|
542
|
+
version=self.version)
|
|
543
|
+
|
|
544
|
+
|
|
545
|
+
def get_cisco_bgp_feature_template(id: Optional[str] = None,
|
|
546
|
+
name: Optional[str] = None,
|
|
547
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetCiscoBgpFeatureTemplateResult:
|
|
548
|
+
"""
|
|
549
|
+
This data source can read the Cisco BGP feature template.
|
|
550
|
+
|
|
551
|
+
## Example Usage
|
|
552
|
+
|
|
553
|
+
```python
|
|
554
|
+
import pulumi
|
|
555
|
+
import pulumi_sdwan as sdwan
|
|
556
|
+
|
|
557
|
+
example = sdwan.get_cisco_bgp_feature_template(id="f6b2c44c-693c-4763-b010-895aa3d236bd")
|
|
558
|
+
```
|
|
559
|
+
|
|
560
|
+
|
|
561
|
+
:param str id: The id of the feature template
|
|
562
|
+
:param str name: The name of the feature template
|
|
563
|
+
"""
|
|
564
|
+
__args__ = dict()
|
|
565
|
+
__args__['id'] = id
|
|
566
|
+
__args__['name'] = name
|
|
567
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
568
|
+
__ret__ = pulumi.runtime.invoke('sdwan:index/getCiscoBgpFeatureTemplate:getCiscoBgpFeatureTemplate', __args__, opts=opts, typ=GetCiscoBgpFeatureTemplateResult).value
|
|
569
|
+
|
|
570
|
+
return AwaitableGetCiscoBgpFeatureTemplateResult(
|
|
571
|
+
address_families=pulumi.get(__ret__, 'address_families'),
|
|
572
|
+
always_compare_med=pulumi.get(__ret__, 'always_compare_med'),
|
|
573
|
+
always_compare_med_variable=pulumi.get(__ret__, 'always_compare_med_variable'),
|
|
574
|
+
as_number=pulumi.get(__ret__, 'as_number'),
|
|
575
|
+
as_number_variable=pulumi.get(__ret__, 'as_number_variable'),
|
|
576
|
+
compare_router_id=pulumi.get(__ret__, 'compare_router_id'),
|
|
577
|
+
compare_router_id_variable=pulumi.get(__ret__, 'compare_router_id_variable'),
|
|
578
|
+
description=pulumi.get(__ret__, 'description'),
|
|
579
|
+
deterministic_med=pulumi.get(__ret__, 'deterministic_med'),
|
|
580
|
+
deterministic_med_variable=pulumi.get(__ret__, 'deterministic_med_variable'),
|
|
581
|
+
device_types=pulumi.get(__ret__, 'device_types'),
|
|
582
|
+
distance_external=pulumi.get(__ret__, 'distance_external'),
|
|
583
|
+
distance_external_variable=pulumi.get(__ret__, 'distance_external_variable'),
|
|
584
|
+
distance_internal=pulumi.get(__ret__, 'distance_internal'),
|
|
585
|
+
distance_internal_variable=pulumi.get(__ret__, 'distance_internal_variable'),
|
|
586
|
+
distance_local=pulumi.get(__ret__, 'distance_local'),
|
|
587
|
+
distance_local_variable=pulumi.get(__ret__, 'distance_local_variable'),
|
|
588
|
+
holdtime=pulumi.get(__ret__, 'holdtime'),
|
|
589
|
+
holdtime_variable=pulumi.get(__ret__, 'holdtime_variable'),
|
|
590
|
+
id=pulumi.get(__ret__, 'id'),
|
|
591
|
+
ipv4_neighbors=pulumi.get(__ret__, 'ipv4_neighbors'),
|
|
592
|
+
ipv4_route_targets=pulumi.get(__ret__, 'ipv4_route_targets'),
|
|
593
|
+
ipv6_neighbors=pulumi.get(__ret__, 'ipv6_neighbors'),
|
|
594
|
+
ipv6_route_targets=pulumi.get(__ret__, 'ipv6_route_targets'),
|
|
595
|
+
keepalive=pulumi.get(__ret__, 'keepalive'),
|
|
596
|
+
keepalive_variable=pulumi.get(__ret__, 'keepalive_variable'),
|
|
597
|
+
missing_med_worst=pulumi.get(__ret__, 'missing_med_worst'),
|
|
598
|
+
missing_med_worst_variable=pulumi.get(__ret__, 'missing_med_worst_variable'),
|
|
599
|
+
mpls_interfaces=pulumi.get(__ret__, 'mpls_interfaces'),
|
|
600
|
+
multipath_relax=pulumi.get(__ret__, 'multipath_relax'),
|
|
601
|
+
multipath_relax_variable=pulumi.get(__ret__, 'multipath_relax_variable'),
|
|
602
|
+
name=pulumi.get(__ret__, 'name'),
|
|
603
|
+
propagate_aspath=pulumi.get(__ret__, 'propagate_aspath'),
|
|
604
|
+
propagate_aspath_variable=pulumi.get(__ret__, 'propagate_aspath_variable'),
|
|
605
|
+
propagate_community=pulumi.get(__ret__, 'propagate_community'),
|
|
606
|
+
propagate_community_variable=pulumi.get(__ret__, 'propagate_community_variable'),
|
|
607
|
+
router_id=pulumi.get(__ret__, 'router_id'),
|
|
608
|
+
router_id_variable=pulumi.get(__ret__, 'router_id_variable'),
|
|
609
|
+
shutdown=pulumi.get(__ret__, 'shutdown'),
|
|
610
|
+
shutdown_variable=pulumi.get(__ret__, 'shutdown_variable'),
|
|
611
|
+
template_type=pulumi.get(__ret__, 'template_type'),
|
|
612
|
+
version=pulumi.get(__ret__, 'version'))
|
|
613
|
+
def get_cisco_bgp_feature_template_output(id: Optional[pulumi.Input[Optional[str]]] = None,
|
|
614
|
+
name: Optional[pulumi.Input[Optional[str]]] = None,
|
|
615
|
+
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetCiscoBgpFeatureTemplateResult]:
|
|
616
|
+
"""
|
|
617
|
+
This data source can read the Cisco BGP feature template.
|
|
618
|
+
|
|
619
|
+
## Example Usage
|
|
620
|
+
|
|
621
|
+
```python
|
|
622
|
+
import pulumi
|
|
623
|
+
import pulumi_sdwan as sdwan
|
|
624
|
+
|
|
625
|
+
example = sdwan.get_cisco_bgp_feature_template(id="f6b2c44c-693c-4763-b010-895aa3d236bd")
|
|
626
|
+
```
|
|
627
|
+
|
|
628
|
+
|
|
629
|
+
:param str id: The id of the feature template
|
|
630
|
+
:param str name: The name of the feature template
|
|
631
|
+
"""
|
|
632
|
+
__args__ = dict()
|
|
633
|
+
__args__['id'] = id
|
|
634
|
+
__args__['name'] = name
|
|
635
|
+
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
636
|
+
__ret__ = pulumi.runtime.invoke_output('sdwan:index/getCiscoBgpFeatureTemplate:getCiscoBgpFeatureTemplate', __args__, opts=opts, typ=GetCiscoBgpFeatureTemplateResult)
|
|
637
|
+
return __ret__.apply(lambda __response__: GetCiscoBgpFeatureTemplateResult(
|
|
638
|
+
address_families=pulumi.get(__response__, 'address_families'),
|
|
639
|
+
always_compare_med=pulumi.get(__response__, 'always_compare_med'),
|
|
640
|
+
always_compare_med_variable=pulumi.get(__response__, 'always_compare_med_variable'),
|
|
641
|
+
as_number=pulumi.get(__response__, 'as_number'),
|
|
642
|
+
as_number_variable=pulumi.get(__response__, 'as_number_variable'),
|
|
643
|
+
compare_router_id=pulumi.get(__response__, 'compare_router_id'),
|
|
644
|
+
compare_router_id_variable=pulumi.get(__response__, 'compare_router_id_variable'),
|
|
645
|
+
description=pulumi.get(__response__, 'description'),
|
|
646
|
+
deterministic_med=pulumi.get(__response__, 'deterministic_med'),
|
|
647
|
+
deterministic_med_variable=pulumi.get(__response__, 'deterministic_med_variable'),
|
|
648
|
+
device_types=pulumi.get(__response__, 'device_types'),
|
|
649
|
+
distance_external=pulumi.get(__response__, 'distance_external'),
|
|
650
|
+
distance_external_variable=pulumi.get(__response__, 'distance_external_variable'),
|
|
651
|
+
distance_internal=pulumi.get(__response__, 'distance_internal'),
|
|
652
|
+
distance_internal_variable=pulumi.get(__response__, 'distance_internal_variable'),
|
|
653
|
+
distance_local=pulumi.get(__response__, 'distance_local'),
|
|
654
|
+
distance_local_variable=pulumi.get(__response__, 'distance_local_variable'),
|
|
655
|
+
holdtime=pulumi.get(__response__, 'holdtime'),
|
|
656
|
+
holdtime_variable=pulumi.get(__response__, 'holdtime_variable'),
|
|
657
|
+
id=pulumi.get(__response__, 'id'),
|
|
658
|
+
ipv4_neighbors=pulumi.get(__response__, 'ipv4_neighbors'),
|
|
659
|
+
ipv4_route_targets=pulumi.get(__response__, 'ipv4_route_targets'),
|
|
660
|
+
ipv6_neighbors=pulumi.get(__response__, 'ipv6_neighbors'),
|
|
661
|
+
ipv6_route_targets=pulumi.get(__response__, 'ipv6_route_targets'),
|
|
662
|
+
keepalive=pulumi.get(__response__, 'keepalive'),
|
|
663
|
+
keepalive_variable=pulumi.get(__response__, 'keepalive_variable'),
|
|
664
|
+
missing_med_worst=pulumi.get(__response__, 'missing_med_worst'),
|
|
665
|
+
missing_med_worst_variable=pulumi.get(__response__, 'missing_med_worst_variable'),
|
|
666
|
+
mpls_interfaces=pulumi.get(__response__, 'mpls_interfaces'),
|
|
667
|
+
multipath_relax=pulumi.get(__response__, 'multipath_relax'),
|
|
668
|
+
multipath_relax_variable=pulumi.get(__response__, 'multipath_relax_variable'),
|
|
669
|
+
name=pulumi.get(__response__, 'name'),
|
|
670
|
+
propagate_aspath=pulumi.get(__response__, 'propagate_aspath'),
|
|
671
|
+
propagate_aspath_variable=pulumi.get(__response__, 'propagate_aspath_variable'),
|
|
672
|
+
propagate_community=pulumi.get(__response__, 'propagate_community'),
|
|
673
|
+
propagate_community_variable=pulumi.get(__response__, 'propagate_community_variable'),
|
|
674
|
+
router_id=pulumi.get(__response__, 'router_id'),
|
|
675
|
+
router_id_variable=pulumi.get(__response__, 'router_id_variable'),
|
|
676
|
+
shutdown=pulumi.get(__response__, 'shutdown'),
|
|
677
|
+
shutdown_variable=pulumi.get(__response__, 'shutdown_variable'),
|
|
678
|
+
template_type=pulumi.get(__response__, 'template_type'),
|
|
679
|
+
version=pulumi.get(__response__, 'version')))
|