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,1141 @@
|
|
|
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
|
+
'GetCiscoSystemFeatureTemplateResult',
|
|
20
|
+
'AwaitableGetCiscoSystemFeatureTemplateResult',
|
|
21
|
+
'get_cisco_system_feature_template',
|
|
22
|
+
'get_cisco_system_feature_template_output',
|
|
23
|
+
]
|
|
24
|
+
|
|
25
|
+
@pulumi.output_type
|
|
26
|
+
class GetCiscoSystemFeatureTemplateResult:
|
|
27
|
+
"""
|
|
28
|
+
A collection of values returned by getCiscoSystemFeatureTemplate.
|
|
29
|
+
"""
|
|
30
|
+
def __init__(__self__, admin_tech_on_failure=None, admin_tech_on_failure_variable=None, affinity_group_number=None, affinity_group_number_variable=None, affinity_group_preference_variable=None, affinity_group_preferences=None, console_baud_rate=None, console_baud_rate_variable=None, control_session_pps=None, control_session_pps_variable=None, controller_group_list_variable=None, controller_group_lists=None, description=None, device_groups=None, device_groups_variable=None, device_types=None, enable_mrf_migration=None, geo_fencing=None, geo_fencing_range=None, geo_fencing_range_variable=None, geo_fencing_sms=None, geo_fencing_sms_phone_numbers=None, hostname=None, hostname_variable=None, id=None, idle_timeout=None, idle_timeout_variable=None, latitude=None, latitude_variable=None, location=None, location_variable=None, longitude=None, longitude_variable=None, max_omp_sessions=None, max_omp_sessions_variable=None, migration_bgp_community=None, multi_tenant=None, multi_tenant_variable=None, name=None, object_trackers=None, on_demand_tunnel=None, on_demand_tunnel_idle_timeout=None, on_demand_tunnel_idle_timeout_variable=None, on_demand_tunnel_variable=None, overlay_id=None, overlay_id_variable=None, port_hopping=None, port_hopping_variable=None, port_offset=None, port_offset_variable=None, region_id=None, region_id_variable=None, role=None, role_variable=None, secondary_region_id=None, secondary_region_id_variable=None, site_id=None, site_id_variable=None, system_description=None, system_description_variable=None, system_ip=None, system_ip_variable=None, template_type=None, timezone=None, timezone_variable=None, track_default_gateway=None, track_default_gateway_variable=None, track_interface_tag=None, track_interface_tag_variable=None, track_transport=None, track_transport_variable=None, trackers=None, transport_gateway=None, transport_gateway_variable=None, version=None):
|
|
31
|
+
if admin_tech_on_failure and not isinstance(admin_tech_on_failure, bool):
|
|
32
|
+
raise TypeError("Expected argument 'admin_tech_on_failure' to be a bool")
|
|
33
|
+
pulumi.set(__self__, "admin_tech_on_failure", admin_tech_on_failure)
|
|
34
|
+
if admin_tech_on_failure_variable and not isinstance(admin_tech_on_failure_variable, str):
|
|
35
|
+
raise TypeError("Expected argument 'admin_tech_on_failure_variable' to be a str")
|
|
36
|
+
pulumi.set(__self__, "admin_tech_on_failure_variable", admin_tech_on_failure_variable)
|
|
37
|
+
if affinity_group_number and not isinstance(affinity_group_number, int):
|
|
38
|
+
raise TypeError("Expected argument 'affinity_group_number' to be a int")
|
|
39
|
+
pulumi.set(__self__, "affinity_group_number", affinity_group_number)
|
|
40
|
+
if affinity_group_number_variable and not isinstance(affinity_group_number_variable, str):
|
|
41
|
+
raise TypeError("Expected argument 'affinity_group_number_variable' to be a str")
|
|
42
|
+
pulumi.set(__self__, "affinity_group_number_variable", affinity_group_number_variable)
|
|
43
|
+
if affinity_group_preference_variable and not isinstance(affinity_group_preference_variable, str):
|
|
44
|
+
raise TypeError("Expected argument 'affinity_group_preference_variable' to be a str")
|
|
45
|
+
pulumi.set(__self__, "affinity_group_preference_variable", affinity_group_preference_variable)
|
|
46
|
+
if affinity_group_preferences and not isinstance(affinity_group_preferences, list):
|
|
47
|
+
raise TypeError("Expected argument 'affinity_group_preferences' to be a list")
|
|
48
|
+
pulumi.set(__self__, "affinity_group_preferences", affinity_group_preferences)
|
|
49
|
+
if console_baud_rate and not isinstance(console_baud_rate, str):
|
|
50
|
+
raise TypeError("Expected argument 'console_baud_rate' to be a str")
|
|
51
|
+
pulumi.set(__self__, "console_baud_rate", console_baud_rate)
|
|
52
|
+
if console_baud_rate_variable and not isinstance(console_baud_rate_variable, str):
|
|
53
|
+
raise TypeError("Expected argument 'console_baud_rate_variable' to be a str")
|
|
54
|
+
pulumi.set(__self__, "console_baud_rate_variable", console_baud_rate_variable)
|
|
55
|
+
if control_session_pps and not isinstance(control_session_pps, int):
|
|
56
|
+
raise TypeError("Expected argument 'control_session_pps' to be a int")
|
|
57
|
+
pulumi.set(__self__, "control_session_pps", control_session_pps)
|
|
58
|
+
if control_session_pps_variable and not isinstance(control_session_pps_variable, str):
|
|
59
|
+
raise TypeError("Expected argument 'control_session_pps_variable' to be a str")
|
|
60
|
+
pulumi.set(__self__, "control_session_pps_variable", control_session_pps_variable)
|
|
61
|
+
if controller_group_list_variable and not isinstance(controller_group_list_variable, str):
|
|
62
|
+
raise TypeError("Expected argument 'controller_group_list_variable' to be a str")
|
|
63
|
+
pulumi.set(__self__, "controller_group_list_variable", controller_group_list_variable)
|
|
64
|
+
if controller_group_lists and not isinstance(controller_group_lists, list):
|
|
65
|
+
raise TypeError("Expected argument 'controller_group_lists' to be a list")
|
|
66
|
+
pulumi.set(__self__, "controller_group_lists", controller_group_lists)
|
|
67
|
+
if description and not isinstance(description, str):
|
|
68
|
+
raise TypeError("Expected argument 'description' to be a str")
|
|
69
|
+
pulumi.set(__self__, "description", description)
|
|
70
|
+
if device_groups and not isinstance(device_groups, list):
|
|
71
|
+
raise TypeError("Expected argument 'device_groups' to be a list")
|
|
72
|
+
pulumi.set(__self__, "device_groups", device_groups)
|
|
73
|
+
if device_groups_variable and not isinstance(device_groups_variable, str):
|
|
74
|
+
raise TypeError("Expected argument 'device_groups_variable' to be a str")
|
|
75
|
+
pulumi.set(__self__, "device_groups_variable", device_groups_variable)
|
|
76
|
+
if device_types and not isinstance(device_types, list):
|
|
77
|
+
raise TypeError("Expected argument 'device_types' to be a list")
|
|
78
|
+
pulumi.set(__self__, "device_types", device_types)
|
|
79
|
+
if enable_mrf_migration and not isinstance(enable_mrf_migration, str):
|
|
80
|
+
raise TypeError("Expected argument 'enable_mrf_migration' to be a str")
|
|
81
|
+
pulumi.set(__self__, "enable_mrf_migration", enable_mrf_migration)
|
|
82
|
+
if geo_fencing and not isinstance(geo_fencing, bool):
|
|
83
|
+
raise TypeError("Expected argument 'geo_fencing' to be a bool")
|
|
84
|
+
pulumi.set(__self__, "geo_fencing", geo_fencing)
|
|
85
|
+
if geo_fencing_range and not isinstance(geo_fencing_range, int):
|
|
86
|
+
raise TypeError("Expected argument 'geo_fencing_range' to be a int")
|
|
87
|
+
pulumi.set(__self__, "geo_fencing_range", geo_fencing_range)
|
|
88
|
+
if geo_fencing_range_variable and not isinstance(geo_fencing_range_variable, str):
|
|
89
|
+
raise TypeError("Expected argument 'geo_fencing_range_variable' to be a str")
|
|
90
|
+
pulumi.set(__self__, "geo_fencing_range_variable", geo_fencing_range_variable)
|
|
91
|
+
if geo_fencing_sms and not isinstance(geo_fencing_sms, bool):
|
|
92
|
+
raise TypeError("Expected argument 'geo_fencing_sms' to be a bool")
|
|
93
|
+
pulumi.set(__self__, "geo_fencing_sms", geo_fencing_sms)
|
|
94
|
+
if geo_fencing_sms_phone_numbers and not isinstance(geo_fencing_sms_phone_numbers, list):
|
|
95
|
+
raise TypeError("Expected argument 'geo_fencing_sms_phone_numbers' to be a list")
|
|
96
|
+
pulumi.set(__self__, "geo_fencing_sms_phone_numbers", geo_fencing_sms_phone_numbers)
|
|
97
|
+
if hostname and not isinstance(hostname, str):
|
|
98
|
+
raise TypeError("Expected argument 'hostname' to be a str")
|
|
99
|
+
pulumi.set(__self__, "hostname", hostname)
|
|
100
|
+
if hostname_variable and not isinstance(hostname_variable, str):
|
|
101
|
+
raise TypeError("Expected argument 'hostname_variable' to be a str")
|
|
102
|
+
pulumi.set(__self__, "hostname_variable", hostname_variable)
|
|
103
|
+
if id and not isinstance(id, str):
|
|
104
|
+
raise TypeError("Expected argument 'id' to be a str")
|
|
105
|
+
pulumi.set(__self__, "id", id)
|
|
106
|
+
if idle_timeout and not isinstance(idle_timeout, int):
|
|
107
|
+
raise TypeError("Expected argument 'idle_timeout' to be a int")
|
|
108
|
+
pulumi.set(__self__, "idle_timeout", idle_timeout)
|
|
109
|
+
if idle_timeout_variable and not isinstance(idle_timeout_variable, str):
|
|
110
|
+
raise TypeError("Expected argument 'idle_timeout_variable' to be a str")
|
|
111
|
+
pulumi.set(__self__, "idle_timeout_variable", idle_timeout_variable)
|
|
112
|
+
if latitude and not isinstance(latitude, float):
|
|
113
|
+
raise TypeError("Expected argument 'latitude' to be a float")
|
|
114
|
+
pulumi.set(__self__, "latitude", latitude)
|
|
115
|
+
if latitude_variable and not isinstance(latitude_variable, str):
|
|
116
|
+
raise TypeError("Expected argument 'latitude_variable' to be a str")
|
|
117
|
+
pulumi.set(__self__, "latitude_variable", latitude_variable)
|
|
118
|
+
if location and not isinstance(location, str):
|
|
119
|
+
raise TypeError("Expected argument 'location' to be a str")
|
|
120
|
+
pulumi.set(__self__, "location", location)
|
|
121
|
+
if location_variable and not isinstance(location_variable, str):
|
|
122
|
+
raise TypeError("Expected argument 'location_variable' to be a str")
|
|
123
|
+
pulumi.set(__self__, "location_variable", location_variable)
|
|
124
|
+
if longitude and not isinstance(longitude, float):
|
|
125
|
+
raise TypeError("Expected argument 'longitude' to be a float")
|
|
126
|
+
pulumi.set(__self__, "longitude", longitude)
|
|
127
|
+
if longitude_variable and not isinstance(longitude_variable, str):
|
|
128
|
+
raise TypeError("Expected argument 'longitude_variable' to be a str")
|
|
129
|
+
pulumi.set(__self__, "longitude_variable", longitude_variable)
|
|
130
|
+
if max_omp_sessions and not isinstance(max_omp_sessions, int):
|
|
131
|
+
raise TypeError("Expected argument 'max_omp_sessions' to be a int")
|
|
132
|
+
pulumi.set(__self__, "max_omp_sessions", max_omp_sessions)
|
|
133
|
+
if max_omp_sessions_variable and not isinstance(max_omp_sessions_variable, str):
|
|
134
|
+
raise TypeError("Expected argument 'max_omp_sessions_variable' to be a str")
|
|
135
|
+
pulumi.set(__self__, "max_omp_sessions_variable", max_omp_sessions_variable)
|
|
136
|
+
if migration_bgp_community and not isinstance(migration_bgp_community, int):
|
|
137
|
+
raise TypeError("Expected argument 'migration_bgp_community' to be a int")
|
|
138
|
+
pulumi.set(__self__, "migration_bgp_community", migration_bgp_community)
|
|
139
|
+
if multi_tenant and not isinstance(multi_tenant, bool):
|
|
140
|
+
raise TypeError("Expected argument 'multi_tenant' to be a bool")
|
|
141
|
+
pulumi.set(__self__, "multi_tenant", multi_tenant)
|
|
142
|
+
if multi_tenant_variable and not isinstance(multi_tenant_variable, str):
|
|
143
|
+
raise TypeError("Expected argument 'multi_tenant_variable' to be a str")
|
|
144
|
+
pulumi.set(__self__, "multi_tenant_variable", multi_tenant_variable)
|
|
145
|
+
if name and not isinstance(name, str):
|
|
146
|
+
raise TypeError("Expected argument 'name' to be a str")
|
|
147
|
+
pulumi.set(__self__, "name", name)
|
|
148
|
+
if object_trackers and not isinstance(object_trackers, list):
|
|
149
|
+
raise TypeError("Expected argument 'object_trackers' to be a list")
|
|
150
|
+
pulumi.set(__self__, "object_trackers", object_trackers)
|
|
151
|
+
if on_demand_tunnel and not isinstance(on_demand_tunnel, bool):
|
|
152
|
+
raise TypeError("Expected argument 'on_demand_tunnel' to be a bool")
|
|
153
|
+
pulumi.set(__self__, "on_demand_tunnel", on_demand_tunnel)
|
|
154
|
+
if on_demand_tunnel_idle_timeout and not isinstance(on_demand_tunnel_idle_timeout, int):
|
|
155
|
+
raise TypeError("Expected argument 'on_demand_tunnel_idle_timeout' to be a int")
|
|
156
|
+
pulumi.set(__self__, "on_demand_tunnel_idle_timeout", on_demand_tunnel_idle_timeout)
|
|
157
|
+
if on_demand_tunnel_idle_timeout_variable and not isinstance(on_demand_tunnel_idle_timeout_variable, str):
|
|
158
|
+
raise TypeError("Expected argument 'on_demand_tunnel_idle_timeout_variable' to be a str")
|
|
159
|
+
pulumi.set(__self__, "on_demand_tunnel_idle_timeout_variable", on_demand_tunnel_idle_timeout_variable)
|
|
160
|
+
if on_demand_tunnel_variable and not isinstance(on_demand_tunnel_variable, str):
|
|
161
|
+
raise TypeError("Expected argument 'on_demand_tunnel_variable' to be a str")
|
|
162
|
+
pulumi.set(__self__, "on_demand_tunnel_variable", on_demand_tunnel_variable)
|
|
163
|
+
if overlay_id and not isinstance(overlay_id, int):
|
|
164
|
+
raise TypeError("Expected argument 'overlay_id' to be a int")
|
|
165
|
+
pulumi.set(__self__, "overlay_id", overlay_id)
|
|
166
|
+
if overlay_id_variable and not isinstance(overlay_id_variable, str):
|
|
167
|
+
raise TypeError("Expected argument 'overlay_id_variable' to be a str")
|
|
168
|
+
pulumi.set(__self__, "overlay_id_variable", overlay_id_variable)
|
|
169
|
+
if port_hopping and not isinstance(port_hopping, bool):
|
|
170
|
+
raise TypeError("Expected argument 'port_hopping' to be a bool")
|
|
171
|
+
pulumi.set(__self__, "port_hopping", port_hopping)
|
|
172
|
+
if port_hopping_variable and not isinstance(port_hopping_variable, str):
|
|
173
|
+
raise TypeError("Expected argument 'port_hopping_variable' to be a str")
|
|
174
|
+
pulumi.set(__self__, "port_hopping_variable", port_hopping_variable)
|
|
175
|
+
if port_offset and not isinstance(port_offset, int):
|
|
176
|
+
raise TypeError("Expected argument 'port_offset' to be a int")
|
|
177
|
+
pulumi.set(__self__, "port_offset", port_offset)
|
|
178
|
+
if port_offset_variable and not isinstance(port_offset_variable, str):
|
|
179
|
+
raise TypeError("Expected argument 'port_offset_variable' to be a str")
|
|
180
|
+
pulumi.set(__self__, "port_offset_variable", port_offset_variable)
|
|
181
|
+
if region_id and not isinstance(region_id, int):
|
|
182
|
+
raise TypeError("Expected argument 'region_id' to be a int")
|
|
183
|
+
pulumi.set(__self__, "region_id", region_id)
|
|
184
|
+
if region_id_variable and not isinstance(region_id_variable, str):
|
|
185
|
+
raise TypeError("Expected argument 'region_id_variable' to be a str")
|
|
186
|
+
pulumi.set(__self__, "region_id_variable", region_id_variable)
|
|
187
|
+
if role and not isinstance(role, str):
|
|
188
|
+
raise TypeError("Expected argument 'role' to be a str")
|
|
189
|
+
pulumi.set(__self__, "role", role)
|
|
190
|
+
if role_variable and not isinstance(role_variable, str):
|
|
191
|
+
raise TypeError("Expected argument 'role_variable' to be a str")
|
|
192
|
+
pulumi.set(__self__, "role_variable", role_variable)
|
|
193
|
+
if secondary_region_id and not isinstance(secondary_region_id, int):
|
|
194
|
+
raise TypeError("Expected argument 'secondary_region_id' to be a int")
|
|
195
|
+
pulumi.set(__self__, "secondary_region_id", secondary_region_id)
|
|
196
|
+
if secondary_region_id_variable and not isinstance(secondary_region_id_variable, str):
|
|
197
|
+
raise TypeError("Expected argument 'secondary_region_id_variable' to be a str")
|
|
198
|
+
pulumi.set(__self__, "secondary_region_id_variable", secondary_region_id_variable)
|
|
199
|
+
if site_id and not isinstance(site_id, int):
|
|
200
|
+
raise TypeError("Expected argument 'site_id' to be a int")
|
|
201
|
+
pulumi.set(__self__, "site_id", site_id)
|
|
202
|
+
if site_id_variable and not isinstance(site_id_variable, str):
|
|
203
|
+
raise TypeError("Expected argument 'site_id_variable' to be a str")
|
|
204
|
+
pulumi.set(__self__, "site_id_variable", site_id_variable)
|
|
205
|
+
if system_description and not isinstance(system_description, str):
|
|
206
|
+
raise TypeError("Expected argument 'system_description' to be a str")
|
|
207
|
+
pulumi.set(__self__, "system_description", system_description)
|
|
208
|
+
if system_description_variable and not isinstance(system_description_variable, str):
|
|
209
|
+
raise TypeError("Expected argument 'system_description_variable' to be a str")
|
|
210
|
+
pulumi.set(__self__, "system_description_variable", system_description_variable)
|
|
211
|
+
if system_ip and not isinstance(system_ip, str):
|
|
212
|
+
raise TypeError("Expected argument 'system_ip' to be a str")
|
|
213
|
+
pulumi.set(__self__, "system_ip", system_ip)
|
|
214
|
+
if system_ip_variable and not isinstance(system_ip_variable, str):
|
|
215
|
+
raise TypeError("Expected argument 'system_ip_variable' to be a str")
|
|
216
|
+
pulumi.set(__self__, "system_ip_variable", system_ip_variable)
|
|
217
|
+
if template_type and not isinstance(template_type, str):
|
|
218
|
+
raise TypeError("Expected argument 'template_type' to be a str")
|
|
219
|
+
pulumi.set(__self__, "template_type", template_type)
|
|
220
|
+
if timezone and not isinstance(timezone, str):
|
|
221
|
+
raise TypeError("Expected argument 'timezone' to be a str")
|
|
222
|
+
pulumi.set(__self__, "timezone", timezone)
|
|
223
|
+
if timezone_variable and not isinstance(timezone_variable, str):
|
|
224
|
+
raise TypeError("Expected argument 'timezone_variable' to be a str")
|
|
225
|
+
pulumi.set(__self__, "timezone_variable", timezone_variable)
|
|
226
|
+
if track_default_gateway and not isinstance(track_default_gateway, bool):
|
|
227
|
+
raise TypeError("Expected argument 'track_default_gateway' to be a bool")
|
|
228
|
+
pulumi.set(__self__, "track_default_gateway", track_default_gateway)
|
|
229
|
+
if track_default_gateway_variable and not isinstance(track_default_gateway_variable, str):
|
|
230
|
+
raise TypeError("Expected argument 'track_default_gateway_variable' to be a str")
|
|
231
|
+
pulumi.set(__self__, "track_default_gateway_variable", track_default_gateway_variable)
|
|
232
|
+
if track_interface_tag and not isinstance(track_interface_tag, int):
|
|
233
|
+
raise TypeError("Expected argument 'track_interface_tag' to be a int")
|
|
234
|
+
pulumi.set(__self__, "track_interface_tag", track_interface_tag)
|
|
235
|
+
if track_interface_tag_variable and not isinstance(track_interface_tag_variable, str):
|
|
236
|
+
raise TypeError("Expected argument 'track_interface_tag_variable' to be a str")
|
|
237
|
+
pulumi.set(__self__, "track_interface_tag_variable", track_interface_tag_variable)
|
|
238
|
+
if track_transport and not isinstance(track_transport, bool):
|
|
239
|
+
raise TypeError("Expected argument 'track_transport' to be a bool")
|
|
240
|
+
pulumi.set(__self__, "track_transport", track_transport)
|
|
241
|
+
if track_transport_variable and not isinstance(track_transport_variable, str):
|
|
242
|
+
raise TypeError("Expected argument 'track_transport_variable' to be a str")
|
|
243
|
+
pulumi.set(__self__, "track_transport_variable", track_transport_variable)
|
|
244
|
+
if trackers and not isinstance(trackers, list):
|
|
245
|
+
raise TypeError("Expected argument 'trackers' to be a list")
|
|
246
|
+
pulumi.set(__self__, "trackers", trackers)
|
|
247
|
+
if transport_gateway and not isinstance(transport_gateway, bool):
|
|
248
|
+
raise TypeError("Expected argument 'transport_gateway' to be a bool")
|
|
249
|
+
pulumi.set(__self__, "transport_gateway", transport_gateway)
|
|
250
|
+
if transport_gateway_variable and not isinstance(transport_gateway_variable, str):
|
|
251
|
+
raise TypeError("Expected argument 'transport_gateway_variable' to be a str")
|
|
252
|
+
pulumi.set(__self__, "transport_gateway_variable", transport_gateway_variable)
|
|
253
|
+
if version and not isinstance(version, int):
|
|
254
|
+
raise TypeError("Expected argument 'version' to be a int")
|
|
255
|
+
pulumi.set(__self__, "version", version)
|
|
256
|
+
|
|
257
|
+
@property
|
|
258
|
+
@pulumi.getter(name="adminTechOnFailure")
|
|
259
|
+
def admin_tech_on_failure(self) -> bool:
|
|
260
|
+
"""
|
|
261
|
+
Collect admin-tech before reboot due to daemon failure
|
|
262
|
+
"""
|
|
263
|
+
return pulumi.get(self, "admin_tech_on_failure")
|
|
264
|
+
|
|
265
|
+
@property
|
|
266
|
+
@pulumi.getter(name="adminTechOnFailureVariable")
|
|
267
|
+
def admin_tech_on_failure_variable(self) -> str:
|
|
268
|
+
"""
|
|
269
|
+
Variable name
|
|
270
|
+
"""
|
|
271
|
+
return pulumi.get(self, "admin_tech_on_failure_variable")
|
|
272
|
+
|
|
273
|
+
@property
|
|
274
|
+
@pulumi.getter(name="affinityGroupNumber")
|
|
275
|
+
def affinity_group_number(self) -> int:
|
|
276
|
+
"""
|
|
277
|
+
Set the affinity group number for router
|
|
278
|
+
"""
|
|
279
|
+
return pulumi.get(self, "affinity_group_number")
|
|
280
|
+
|
|
281
|
+
@property
|
|
282
|
+
@pulumi.getter(name="affinityGroupNumberVariable")
|
|
283
|
+
def affinity_group_number_variable(self) -> str:
|
|
284
|
+
"""
|
|
285
|
+
Variable name
|
|
286
|
+
"""
|
|
287
|
+
return pulumi.get(self, "affinity_group_number_variable")
|
|
288
|
+
|
|
289
|
+
@property
|
|
290
|
+
@pulumi.getter(name="affinityGroupPreferenceVariable")
|
|
291
|
+
def affinity_group_preference_variable(self) -> str:
|
|
292
|
+
"""
|
|
293
|
+
Variable name
|
|
294
|
+
"""
|
|
295
|
+
return pulumi.get(self, "affinity_group_preference_variable")
|
|
296
|
+
|
|
297
|
+
@property
|
|
298
|
+
@pulumi.getter(name="affinityGroupPreferences")
|
|
299
|
+
def affinity_group_preferences(self) -> Sequence[int]:
|
|
300
|
+
"""
|
|
301
|
+
Set the affinity group preference
|
|
302
|
+
"""
|
|
303
|
+
return pulumi.get(self, "affinity_group_preferences")
|
|
304
|
+
|
|
305
|
+
@property
|
|
306
|
+
@pulumi.getter(name="consoleBaudRate")
|
|
307
|
+
def console_baud_rate(self) -> str:
|
|
308
|
+
"""
|
|
309
|
+
Set the console baud rate
|
|
310
|
+
"""
|
|
311
|
+
return pulumi.get(self, "console_baud_rate")
|
|
312
|
+
|
|
313
|
+
@property
|
|
314
|
+
@pulumi.getter(name="consoleBaudRateVariable")
|
|
315
|
+
def console_baud_rate_variable(self) -> str:
|
|
316
|
+
"""
|
|
317
|
+
Variable name
|
|
318
|
+
"""
|
|
319
|
+
return pulumi.get(self, "console_baud_rate_variable")
|
|
320
|
+
|
|
321
|
+
@property
|
|
322
|
+
@pulumi.getter(name="controlSessionPps")
|
|
323
|
+
def control_session_pps(self) -> int:
|
|
324
|
+
"""
|
|
325
|
+
Set the policer rate for control sessions
|
|
326
|
+
"""
|
|
327
|
+
return pulumi.get(self, "control_session_pps")
|
|
328
|
+
|
|
329
|
+
@property
|
|
330
|
+
@pulumi.getter(name="controlSessionPpsVariable")
|
|
331
|
+
def control_session_pps_variable(self) -> str:
|
|
332
|
+
"""
|
|
333
|
+
Variable name
|
|
334
|
+
"""
|
|
335
|
+
return pulumi.get(self, "control_session_pps_variable")
|
|
336
|
+
|
|
337
|
+
@property
|
|
338
|
+
@pulumi.getter(name="controllerGroupListVariable")
|
|
339
|
+
def controller_group_list_variable(self) -> str:
|
|
340
|
+
"""
|
|
341
|
+
Variable name
|
|
342
|
+
"""
|
|
343
|
+
return pulumi.get(self, "controller_group_list_variable")
|
|
344
|
+
|
|
345
|
+
@property
|
|
346
|
+
@pulumi.getter(name="controllerGroupLists")
|
|
347
|
+
def controller_group_lists(self) -> Sequence[int]:
|
|
348
|
+
"""
|
|
349
|
+
Configure a list of comma-separated device groups
|
|
350
|
+
"""
|
|
351
|
+
return pulumi.get(self, "controller_group_lists")
|
|
352
|
+
|
|
353
|
+
@property
|
|
354
|
+
@pulumi.getter
|
|
355
|
+
def description(self) -> str:
|
|
356
|
+
"""
|
|
357
|
+
The description of the feature template
|
|
358
|
+
"""
|
|
359
|
+
return pulumi.get(self, "description")
|
|
360
|
+
|
|
361
|
+
@property
|
|
362
|
+
@pulumi.getter(name="deviceGroups")
|
|
363
|
+
def device_groups(self) -> Sequence[str]:
|
|
364
|
+
"""
|
|
365
|
+
Device groups (Use comma(,) for multiple groups)
|
|
366
|
+
"""
|
|
367
|
+
return pulumi.get(self, "device_groups")
|
|
368
|
+
|
|
369
|
+
@property
|
|
370
|
+
@pulumi.getter(name="deviceGroupsVariable")
|
|
371
|
+
def device_groups_variable(self) -> str:
|
|
372
|
+
"""
|
|
373
|
+
Variable name
|
|
374
|
+
"""
|
|
375
|
+
return pulumi.get(self, "device_groups_variable")
|
|
376
|
+
|
|
377
|
+
@property
|
|
378
|
+
@pulumi.getter(name="deviceTypes")
|
|
379
|
+
def device_types(self) -> Sequence[str]:
|
|
380
|
+
"""
|
|
381
|
+
List of supported device types
|
|
382
|
+
"""
|
|
383
|
+
return pulumi.get(self, "device_types")
|
|
384
|
+
|
|
385
|
+
@property
|
|
386
|
+
@pulumi.getter(name="enableMrfMigration")
|
|
387
|
+
def enable_mrf_migration(self) -> str:
|
|
388
|
+
"""
|
|
389
|
+
Enable migration mode to Multi-Region Fabric
|
|
390
|
+
"""
|
|
391
|
+
return pulumi.get(self, "enable_mrf_migration")
|
|
392
|
+
|
|
393
|
+
@property
|
|
394
|
+
@pulumi.getter(name="geoFencing")
|
|
395
|
+
def geo_fencing(self) -> bool:
|
|
396
|
+
"""
|
|
397
|
+
Enable Geo fencing
|
|
398
|
+
"""
|
|
399
|
+
return pulumi.get(self, "geo_fencing")
|
|
400
|
+
|
|
401
|
+
@property
|
|
402
|
+
@pulumi.getter(name="geoFencingRange")
|
|
403
|
+
def geo_fencing_range(self) -> int:
|
|
404
|
+
"""
|
|
405
|
+
Set the device’s geo fencing range
|
|
406
|
+
"""
|
|
407
|
+
return pulumi.get(self, "geo_fencing_range")
|
|
408
|
+
|
|
409
|
+
@property
|
|
410
|
+
@pulumi.getter(name="geoFencingRangeVariable")
|
|
411
|
+
def geo_fencing_range_variable(self) -> str:
|
|
412
|
+
"""
|
|
413
|
+
Variable name
|
|
414
|
+
"""
|
|
415
|
+
return pulumi.get(self, "geo_fencing_range_variable")
|
|
416
|
+
|
|
417
|
+
@property
|
|
418
|
+
@pulumi.getter(name="geoFencingSms")
|
|
419
|
+
def geo_fencing_sms(self) -> bool:
|
|
420
|
+
"""
|
|
421
|
+
Enable Geo fencing
|
|
422
|
+
"""
|
|
423
|
+
return pulumi.get(self, "geo_fencing_sms")
|
|
424
|
+
|
|
425
|
+
@property
|
|
426
|
+
@pulumi.getter(name="geoFencingSmsPhoneNumbers")
|
|
427
|
+
def geo_fencing_sms_phone_numbers(self) -> Sequence['outputs.GetCiscoSystemFeatureTemplateGeoFencingSmsPhoneNumberResult']:
|
|
428
|
+
"""
|
|
429
|
+
Set device’s geo fencing SMS phone number
|
|
430
|
+
"""
|
|
431
|
+
return pulumi.get(self, "geo_fencing_sms_phone_numbers")
|
|
432
|
+
|
|
433
|
+
@property
|
|
434
|
+
@pulumi.getter
|
|
435
|
+
def hostname(self) -> str:
|
|
436
|
+
"""
|
|
437
|
+
Set the hostname
|
|
438
|
+
"""
|
|
439
|
+
return pulumi.get(self, "hostname")
|
|
440
|
+
|
|
441
|
+
@property
|
|
442
|
+
@pulumi.getter(name="hostnameVariable")
|
|
443
|
+
def hostname_variable(self) -> str:
|
|
444
|
+
"""
|
|
445
|
+
Variable name
|
|
446
|
+
"""
|
|
447
|
+
return pulumi.get(self, "hostname_variable")
|
|
448
|
+
|
|
449
|
+
@property
|
|
450
|
+
@pulumi.getter
|
|
451
|
+
def id(self) -> str:
|
|
452
|
+
"""
|
|
453
|
+
The id of the feature template
|
|
454
|
+
"""
|
|
455
|
+
return pulumi.get(self, "id")
|
|
456
|
+
|
|
457
|
+
@property
|
|
458
|
+
@pulumi.getter(name="idleTimeout")
|
|
459
|
+
def idle_timeout(self) -> int:
|
|
460
|
+
"""
|
|
461
|
+
Idle CLI timeout in minutes
|
|
462
|
+
"""
|
|
463
|
+
return pulumi.get(self, "idle_timeout")
|
|
464
|
+
|
|
465
|
+
@property
|
|
466
|
+
@pulumi.getter(name="idleTimeoutVariable")
|
|
467
|
+
def idle_timeout_variable(self) -> str:
|
|
468
|
+
"""
|
|
469
|
+
Variable name
|
|
470
|
+
"""
|
|
471
|
+
return pulumi.get(self, "idle_timeout_variable")
|
|
472
|
+
|
|
473
|
+
@property
|
|
474
|
+
@pulumi.getter
|
|
475
|
+
def latitude(self) -> float:
|
|
476
|
+
"""
|
|
477
|
+
Set the device’s physical latitude
|
|
478
|
+
"""
|
|
479
|
+
return pulumi.get(self, "latitude")
|
|
480
|
+
|
|
481
|
+
@property
|
|
482
|
+
@pulumi.getter(name="latitudeVariable")
|
|
483
|
+
def latitude_variable(self) -> str:
|
|
484
|
+
"""
|
|
485
|
+
Variable name
|
|
486
|
+
"""
|
|
487
|
+
return pulumi.get(self, "latitude_variable")
|
|
488
|
+
|
|
489
|
+
@property
|
|
490
|
+
@pulumi.getter
|
|
491
|
+
def location(self) -> str:
|
|
492
|
+
"""
|
|
493
|
+
Set the location of the device
|
|
494
|
+
"""
|
|
495
|
+
return pulumi.get(self, "location")
|
|
496
|
+
|
|
497
|
+
@property
|
|
498
|
+
@pulumi.getter(name="locationVariable")
|
|
499
|
+
def location_variable(self) -> str:
|
|
500
|
+
"""
|
|
501
|
+
Variable name
|
|
502
|
+
"""
|
|
503
|
+
return pulumi.get(self, "location_variable")
|
|
504
|
+
|
|
505
|
+
@property
|
|
506
|
+
@pulumi.getter
|
|
507
|
+
def longitude(self) -> float:
|
|
508
|
+
"""
|
|
509
|
+
Set the device’s physical longitude
|
|
510
|
+
"""
|
|
511
|
+
return pulumi.get(self, "longitude")
|
|
512
|
+
|
|
513
|
+
@property
|
|
514
|
+
@pulumi.getter(name="longitudeVariable")
|
|
515
|
+
def longitude_variable(self) -> str:
|
|
516
|
+
"""
|
|
517
|
+
Variable name
|
|
518
|
+
"""
|
|
519
|
+
return pulumi.get(self, "longitude_variable")
|
|
520
|
+
|
|
521
|
+
@property
|
|
522
|
+
@pulumi.getter(name="maxOmpSessions")
|
|
523
|
+
def max_omp_sessions(self) -> int:
|
|
524
|
+
"""
|
|
525
|
+
Set the maximum number of OMP sessions \\n\\n the device can have
|
|
526
|
+
"""
|
|
527
|
+
return pulumi.get(self, "max_omp_sessions")
|
|
528
|
+
|
|
529
|
+
@property
|
|
530
|
+
@pulumi.getter(name="maxOmpSessionsVariable")
|
|
531
|
+
def max_omp_sessions_variable(self) -> str:
|
|
532
|
+
"""
|
|
533
|
+
Variable name
|
|
534
|
+
"""
|
|
535
|
+
return pulumi.get(self, "max_omp_sessions_variable")
|
|
536
|
+
|
|
537
|
+
@property
|
|
538
|
+
@pulumi.getter(name="migrationBgpCommunity")
|
|
539
|
+
def migration_bgp_community(self) -> int:
|
|
540
|
+
"""
|
|
541
|
+
Set BGP community during migration from BGP-core based network
|
|
542
|
+
"""
|
|
543
|
+
return pulumi.get(self, "migration_bgp_community")
|
|
544
|
+
|
|
545
|
+
@property
|
|
546
|
+
@pulumi.getter(name="multiTenant")
|
|
547
|
+
def multi_tenant(self) -> bool:
|
|
548
|
+
"""
|
|
549
|
+
Device is multi-tenant
|
|
550
|
+
"""
|
|
551
|
+
return pulumi.get(self, "multi_tenant")
|
|
552
|
+
|
|
553
|
+
@property
|
|
554
|
+
@pulumi.getter(name="multiTenantVariable")
|
|
555
|
+
def multi_tenant_variable(self) -> str:
|
|
556
|
+
"""
|
|
557
|
+
Variable name
|
|
558
|
+
"""
|
|
559
|
+
return pulumi.get(self, "multi_tenant_variable")
|
|
560
|
+
|
|
561
|
+
@property
|
|
562
|
+
@pulumi.getter
|
|
563
|
+
def name(self) -> str:
|
|
564
|
+
"""
|
|
565
|
+
The name of the feature template
|
|
566
|
+
"""
|
|
567
|
+
return pulumi.get(self, "name")
|
|
568
|
+
|
|
569
|
+
@property
|
|
570
|
+
@pulumi.getter(name="objectTrackers")
|
|
571
|
+
def object_trackers(self) -> Sequence['outputs.GetCiscoSystemFeatureTemplateObjectTrackerResult']:
|
|
572
|
+
"""
|
|
573
|
+
Object Track configuration
|
|
574
|
+
"""
|
|
575
|
+
return pulumi.get(self, "object_trackers")
|
|
576
|
+
|
|
577
|
+
@property
|
|
578
|
+
@pulumi.getter(name="onDemandTunnel")
|
|
579
|
+
def on_demand_tunnel(self) -> bool:
|
|
580
|
+
"""
|
|
581
|
+
Enable or disable On-demand Tunnel
|
|
582
|
+
"""
|
|
583
|
+
return pulumi.get(self, "on_demand_tunnel")
|
|
584
|
+
|
|
585
|
+
@property
|
|
586
|
+
@pulumi.getter(name="onDemandTunnelIdleTimeout")
|
|
587
|
+
def on_demand_tunnel_idle_timeout(self) -> int:
|
|
588
|
+
"""
|
|
589
|
+
Idle CLI timeout in minutes
|
|
590
|
+
"""
|
|
591
|
+
return pulumi.get(self, "on_demand_tunnel_idle_timeout")
|
|
592
|
+
|
|
593
|
+
@property
|
|
594
|
+
@pulumi.getter(name="onDemandTunnelIdleTimeoutVariable")
|
|
595
|
+
def on_demand_tunnel_idle_timeout_variable(self) -> str:
|
|
596
|
+
"""
|
|
597
|
+
Variable name
|
|
598
|
+
"""
|
|
599
|
+
return pulumi.get(self, "on_demand_tunnel_idle_timeout_variable")
|
|
600
|
+
|
|
601
|
+
@property
|
|
602
|
+
@pulumi.getter(name="onDemandTunnelVariable")
|
|
603
|
+
def on_demand_tunnel_variable(self) -> str:
|
|
604
|
+
"""
|
|
605
|
+
Variable name
|
|
606
|
+
"""
|
|
607
|
+
return pulumi.get(self, "on_demand_tunnel_variable")
|
|
608
|
+
|
|
609
|
+
@property
|
|
610
|
+
@pulumi.getter(name="overlayId")
|
|
611
|
+
def overlay_id(self) -> int:
|
|
612
|
+
"""
|
|
613
|
+
Set the Overlay ID
|
|
614
|
+
"""
|
|
615
|
+
return pulumi.get(self, "overlay_id")
|
|
616
|
+
|
|
617
|
+
@property
|
|
618
|
+
@pulumi.getter(name="overlayIdVariable")
|
|
619
|
+
def overlay_id_variable(self) -> str:
|
|
620
|
+
"""
|
|
621
|
+
Variable name
|
|
622
|
+
"""
|
|
623
|
+
return pulumi.get(self, "overlay_id_variable")
|
|
624
|
+
|
|
625
|
+
@property
|
|
626
|
+
@pulumi.getter(name="portHopping")
|
|
627
|
+
def port_hopping(self) -> bool:
|
|
628
|
+
"""
|
|
629
|
+
Enable port hopping
|
|
630
|
+
"""
|
|
631
|
+
return pulumi.get(self, "port_hopping")
|
|
632
|
+
|
|
633
|
+
@property
|
|
634
|
+
@pulumi.getter(name="portHoppingVariable")
|
|
635
|
+
def port_hopping_variable(self) -> str:
|
|
636
|
+
"""
|
|
637
|
+
Variable name
|
|
638
|
+
"""
|
|
639
|
+
return pulumi.get(self, "port_hopping_variable")
|
|
640
|
+
|
|
641
|
+
@property
|
|
642
|
+
@pulumi.getter(name="portOffset")
|
|
643
|
+
def port_offset(self) -> int:
|
|
644
|
+
"""
|
|
645
|
+
Set the TLOC port offset when multiple devices are behind a NAT
|
|
646
|
+
"""
|
|
647
|
+
return pulumi.get(self, "port_offset")
|
|
648
|
+
|
|
649
|
+
@property
|
|
650
|
+
@pulumi.getter(name="portOffsetVariable")
|
|
651
|
+
def port_offset_variable(self) -> str:
|
|
652
|
+
"""
|
|
653
|
+
Variable name
|
|
654
|
+
"""
|
|
655
|
+
return pulumi.get(self, "port_offset_variable")
|
|
656
|
+
|
|
657
|
+
@property
|
|
658
|
+
@pulumi.getter(name="regionId")
|
|
659
|
+
def region_id(self) -> int:
|
|
660
|
+
"""
|
|
661
|
+
Set region ID
|
|
662
|
+
"""
|
|
663
|
+
return pulumi.get(self, "region_id")
|
|
664
|
+
|
|
665
|
+
@property
|
|
666
|
+
@pulumi.getter(name="regionIdVariable")
|
|
667
|
+
def region_id_variable(self) -> str:
|
|
668
|
+
"""
|
|
669
|
+
Variable name
|
|
670
|
+
"""
|
|
671
|
+
return pulumi.get(self, "region_id_variable")
|
|
672
|
+
|
|
673
|
+
@property
|
|
674
|
+
@pulumi.getter
|
|
675
|
+
def role(self) -> str:
|
|
676
|
+
"""
|
|
677
|
+
Set the role for router
|
|
678
|
+
"""
|
|
679
|
+
return pulumi.get(self, "role")
|
|
680
|
+
|
|
681
|
+
@property
|
|
682
|
+
@pulumi.getter(name="roleVariable")
|
|
683
|
+
def role_variable(self) -> str:
|
|
684
|
+
"""
|
|
685
|
+
Variable name
|
|
686
|
+
"""
|
|
687
|
+
return pulumi.get(self, "role_variable")
|
|
688
|
+
|
|
689
|
+
@property
|
|
690
|
+
@pulumi.getter(name="secondaryRegionId")
|
|
691
|
+
def secondary_region_id(self) -> int:
|
|
692
|
+
"""
|
|
693
|
+
Set secondary region ID
|
|
694
|
+
"""
|
|
695
|
+
return pulumi.get(self, "secondary_region_id")
|
|
696
|
+
|
|
697
|
+
@property
|
|
698
|
+
@pulumi.getter(name="secondaryRegionIdVariable")
|
|
699
|
+
def secondary_region_id_variable(self) -> str:
|
|
700
|
+
"""
|
|
701
|
+
Variable name
|
|
702
|
+
"""
|
|
703
|
+
return pulumi.get(self, "secondary_region_id_variable")
|
|
704
|
+
|
|
705
|
+
@property
|
|
706
|
+
@pulumi.getter(name="siteId")
|
|
707
|
+
def site_id(self) -> int:
|
|
708
|
+
"""
|
|
709
|
+
Set the site identifier
|
|
710
|
+
"""
|
|
711
|
+
return pulumi.get(self, "site_id")
|
|
712
|
+
|
|
713
|
+
@property
|
|
714
|
+
@pulumi.getter(name="siteIdVariable")
|
|
715
|
+
def site_id_variable(self) -> str:
|
|
716
|
+
"""
|
|
717
|
+
Variable name
|
|
718
|
+
"""
|
|
719
|
+
return pulumi.get(self, "site_id_variable")
|
|
720
|
+
|
|
721
|
+
@property
|
|
722
|
+
@pulumi.getter(name="systemDescription")
|
|
723
|
+
def system_description(self) -> str:
|
|
724
|
+
"""
|
|
725
|
+
Set a text description of the device
|
|
726
|
+
"""
|
|
727
|
+
return pulumi.get(self, "system_description")
|
|
728
|
+
|
|
729
|
+
@property
|
|
730
|
+
@pulumi.getter(name="systemDescriptionVariable")
|
|
731
|
+
def system_description_variable(self) -> str:
|
|
732
|
+
"""
|
|
733
|
+
Variable name
|
|
734
|
+
"""
|
|
735
|
+
return pulumi.get(self, "system_description_variable")
|
|
736
|
+
|
|
737
|
+
@property
|
|
738
|
+
@pulumi.getter(name="systemIp")
|
|
739
|
+
def system_ip(self) -> str:
|
|
740
|
+
"""
|
|
741
|
+
Set the system IP address
|
|
742
|
+
"""
|
|
743
|
+
return pulumi.get(self, "system_ip")
|
|
744
|
+
|
|
745
|
+
@property
|
|
746
|
+
@pulumi.getter(name="systemIpVariable")
|
|
747
|
+
def system_ip_variable(self) -> str:
|
|
748
|
+
"""
|
|
749
|
+
Variable name
|
|
750
|
+
"""
|
|
751
|
+
return pulumi.get(self, "system_ip_variable")
|
|
752
|
+
|
|
753
|
+
@property
|
|
754
|
+
@pulumi.getter(name="templateType")
|
|
755
|
+
def template_type(self) -> str:
|
|
756
|
+
"""
|
|
757
|
+
The template type
|
|
758
|
+
"""
|
|
759
|
+
return pulumi.get(self, "template_type")
|
|
760
|
+
|
|
761
|
+
@property
|
|
762
|
+
@pulumi.getter
|
|
763
|
+
def timezone(self) -> str:
|
|
764
|
+
"""
|
|
765
|
+
Set the timezone
|
|
766
|
+
"""
|
|
767
|
+
return pulumi.get(self, "timezone")
|
|
768
|
+
|
|
769
|
+
@property
|
|
770
|
+
@pulumi.getter(name="timezoneVariable")
|
|
771
|
+
def timezone_variable(self) -> str:
|
|
772
|
+
"""
|
|
773
|
+
Variable name
|
|
774
|
+
"""
|
|
775
|
+
return pulumi.get(self, "timezone_variable")
|
|
776
|
+
|
|
777
|
+
@property
|
|
778
|
+
@pulumi.getter(name="trackDefaultGateway")
|
|
779
|
+
def track_default_gateway(self) -> bool:
|
|
780
|
+
"""
|
|
781
|
+
Enable or disable default gateway tracking
|
|
782
|
+
"""
|
|
783
|
+
return pulumi.get(self, "track_default_gateway")
|
|
784
|
+
|
|
785
|
+
@property
|
|
786
|
+
@pulumi.getter(name="trackDefaultGatewayVariable")
|
|
787
|
+
def track_default_gateway_variable(self) -> str:
|
|
788
|
+
"""
|
|
789
|
+
Variable name
|
|
790
|
+
"""
|
|
791
|
+
return pulumi.get(self, "track_default_gateway_variable")
|
|
792
|
+
|
|
793
|
+
@property
|
|
794
|
+
@pulumi.getter(name="trackInterfaceTag")
|
|
795
|
+
def track_interface_tag(self) -> int:
|
|
796
|
+
"""
|
|
797
|
+
OMP Tag attached to routes based on interface tracking
|
|
798
|
+
"""
|
|
799
|
+
return pulumi.get(self, "track_interface_tag")
|
|
800
|
+
|
|
801
|
+
@property
|
|
802
|
+
@pulumi.getter(name="trackInterfaceTagVariable")
|
|
803
|
+
def track_interface_tag_variable(self) -> str:
|
|
804
|
+
"""
|
|
805
|
+
Variable name
|
|
806
|
+
"""
|
|
807
|
+
return pulumi.get(self, "track_interface_tag_variable")
|
|
808
|
+
|
|
809
|
+
@property
|
|
810
|
+
@pulumi.getter(name="trackTransport")
|
|
811
|
+
def track_transport(self) -> bool:
|
|
812
|
+
"""
|
|
813
|
+
Configure tracking of transport
|
|
814
|
+
"""
|
|
815
|
+
return pulumi.get(self, "track_transport")
|
|
816
|
+
|
|
817
|
+
@property
|
|
818
|
+
@pulumi.getter(name="trackTransportVariable")
|
|
819
|
+
def track_transport_variable(self) -> str:
|
|
820
|
+
"""
|
|
821
|
+
Variable name
|
|
822
|
+
"""
|
|
823
|
+
return pulumi.get(self, "track_transport_variable")
|
|
824
|
+
|
|
825
|
+
@property
|
|
826
|
+
@pulumi.getter
|
|
827
|
+
def trackers(self) -> Sequence['outputs.GetCiscoSystemFeatureTemplateTrackerResult']:
|
|
828
|
+
"""
|
|
829
|
+
Tracker configuration
|
|
830
|
+
"""
|
|
831
|
+
return pulumi.get(self, "trackers")
|
|
832
|
+
|
|
833
|
+
@property
|
|
834
|
+
@pulumi.getter(name="transportGateway")
|
|
835
|
+
def transport_gateway(self) -> bool:
|
|
836
|
+
"""
|
|
837
|
+
Enable transport gateway
|
|
838
|
+
"""
|
|
839
|
+
return pulumi.get(self, "transport_gateway")
|
|
840
|
+
|
|
841
|
+
@property
|
|
842
|
+
@pulumi.getter(name="transportGatewayVariable")
|
|
843
|
+
def transport_gateway_variable(self) -> str:
|
|
844
|
+
"""
|
|
845
|
+
Variable name
|
|
846
|
+
"""
|
|
847
|
+
return pulumi.get(self, "transport_gateway_variable")
|
|
848
|
+
|
|
849
|
+
@property
|
|
850
|
+
@pulumi.getter
|
|
851
|
+
def version(self) -> int:
|
|
852
|
+
"""
|
|
853
|
+
The version of the feature template
|
|
854
|
+
"""
|
|
855
|
+
return pulumi.get(self, "version")
|
|
856
|
+
|
|
857
|
+
|
|
858
|
+
class AwaitableGetCiscoSystemFeatureTemplateResult(GetCiscoSystemFeatureTemplateResult):
|
|
859
|
+
# pylint: disable=using-constant-test
|
|
860
|
+
def __await__(self):
|
|
861
|
+
if False:
|
|
862
|
+
yield self
|
|
863
|
+
return GetCiscoSystemFeatureTemplateResult(
|
|
864
|
+
admin_tech_on_failure=self.admin_tech_on_failure,
|
|
865
|
+
admin_tech_on_failure_variable=self.admin_tech_on_failure_variable,
|
|
866
|
+
affinity_group_number=self.affinity_group_number,
|
|
867
|
+
affinity_group_number_variable=self.affinity_group_number_variable,
|
|
868
|
+
affinity_group_preference_variable=self.affinity_group_preference_variable,
|
|
869
|
+
affinity_group_preferences=self.affinity_group_preferences,
|
|
870
|
+
console_baud_rate=self.console_baud_rate,
|
|
871
|
+
console_baud_rate_variable=self.console_baud_rate_variable,
|
|
872
|
+
control_session_pps=self.control_session_pps,
|
|
873
|
+
control_session_pps_variable=self.control_session_pps_variable,
|
|
874
|
+
controller_group_list_variable=self.controller_group_list_variable,
|
|
875
|
+
controller_group_lists=self.controller_group_lists,
|
|
876
|
+
description=self.description,
|
|
877
|
+
device_groups=self.device_groups,
|
|
878
|
+
device_groups_variable=self.device_groups_variable,
|
|
879
|
+
device_types=self.device_types,
|
|
880
|
+
enable_mrf_migration=self.enable_mrf_migration,
|
|
881
|
+
geo_fencing=self.geo_fencing,
|
|
882
|
+
geo_fencing_range=self.geo_fencing_range,
|
|
883
|
+
geo_fencing_range_variable=self.geo_fencing_range_variable,
|
|
884
|
+
geo_fencing_sms=self.geo_fencing_sms,
|
|
885
|
+
geo_fencing_sms_phone_numbers=self.geo_fencing_sms_phone_numbers,
|
|
886
|
+
hostname=self.hostname,
|
|
887
|
+
hostname_variable=self.hostname_variable,
|
|
888
|
+
id=self.id,
|
|
889
|
+
idle_timeout=self.idle_timeout,
|
|
890
|
+
idle_timeout_variable=self.idle_timeout_variable,
|
|
891
|
+
latitude=self.latitude,
|
|
892
|
+
latitude_variable=self.latitude_variable,
|
|
893
|
+
location=self.location,
|
|
894
|
+
location_variable=self.location_variable,
|
|
895
|
+
longitude=self.longitude,
|
|
896
|
+
longitude_variable=self.longitude_variable,
|
|
897
|
+
max_omp_sessions=self.max_omp_sessions,
|
|
898
|
+
max_omp_sessions_variable=self.max_omp_sessions_variable,
|
|
899
|
+
migration_bgp_community=self.migration_bgp_community,
|
|
900
|
+
multi_tenant=self.multi_tenant,
|
|
901
|
+
multi_tenant_variable=self.multi_tenant_variable,
|
|
902
|
+
name=self.name,
|
|
903
|
+
object_trackers=self.object_trackers,
|
|
904
|
+
on_demand_tunnel=self.on_demand_tunnel,
|
|
905
|
+
on_demand_tunnel_idle_timeout=self.on_demand_tunnel_idle_timeout,
|
|
906
|
+
on_demand_tunnel_idle_timeout_variable=self.on_demand_tunnel_idle_timeout_variable,
|
|
907
|
+
on_demand_tunnel_variable=self.on_demand_tunnel_variable,
|
|
908
|
+
overlay_id=self.overlay_id,
|
|
909
|
+
overlay_id_variable=self.overlay_id_variable,
|
|
910
|
+
port_hopping=self.port_hopping,
|
|
911
|
+
port_hopping_variable=self.port_hopping_variable,
|
|
912
|
+
port_offset=self.port_offset,
|
|
913
|
+
port_offset_variable=self.port_offset_variable,
|
|
914
|
+
region_id=self.region_id,
|
|
915
|
+
region_id_variable=self.region_id_variable,
|
|
916
|
+
role=self.role,
|
|
917
|
+
role_variable=self.role_variable,
|
|
918
|
+
secondary_region_id=self.secondary_region_id,
|
|
919
|
+
secondary_region_id_variable=self.secondary_region_id_variable,
|
|
920
|
+
site_id=self.site_id,
|
|
921
|
+
site_id_variable=self.site_id_variable,
|
|
922
|
+
system_description=self.system_description,
|
|
923
|
+
system_description_variable=self.system_description_variable,
|
|
924
|
+
system_ip=self.system_ip,
|
|
925
|
+
system_ip_variable=self.system_ip_variable,
|
|
926
|
+
template_type=self.template_type,
|
|
927
|
+
timezone=self.timezone,
|
|
928
|
+
timezone_variable=self.timezone_variable,
|
|
929
|
+
track_default_gateway=self.track_default_gateway,
|
|
930
|
+
track_default_gateway_variable=self.track_default_gateway_variable,
|
|
931
|
+
track_interface_tag=self.track_interface_tag,
|
|
932
|
+
track_interface_tag_variable=self.track_interface_tag_variable,
|
|
933
|
+
track_transport=self.track_transport,
|
|
934
|
+
track_transport_variable=self.track_transport_variable,
|
|
935
|
+
trackers=self.trackers,
|
|
936
|
+
transport_gateway=self.transport_gateway,
|
|
937
|
+
transport_gateway_variable=self.transport_gateway_variable,
|
|
938
|
+
version=self.version)
|
|
939
|
+
|
|
940
|
+
|
|
941
|
+
def get_cisco_system_feature_template(id: Optional[str] = None,
|
|
942
|
+
name: Optional[str] = None,
|
|
943
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetCiscoSystemFeatureTemplateResult:
|
|
944
|
+
"""
|
|
945
|
+
This data source can read the Cisco System feature template.
|
|
946
|
+
|
|
947
|
+
## Example Usage
|
|
948
|
+
|
|
949
|
+
```python
|
|
950
|
+
import pulumi
|
|
951
|
+
import pulumi_sdwan as sdwan
|
|
952
|
+
|
|
953
|
+
example = sdwan.get_cisco_system_feature_template(id="f6b2c44c-693c-4763-b010-895aa3d236bd")
|
|
954
|
+
```
|
|
955
|
+
|
|
956
|
+
|
|
957
|
+
:param str id: The id of the feature template
|
|
958
|
+
:param str name: The name of the feature template
|
|
959
|
+
"""
|
|
960
|
+
__args__ = dict()
|
|
961
|
+
__args__['id'] = id
|
|
962
|
+
__args__['name'] = name
|
|
963
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
964
|
+
__ret__ = pulumi.runtime.invoke('sdwan:index/getCiscoSystemFeatureTemplate:getCiscoSystemFeatureTemplate', __args__, opts=opts, typ=GetCiscoSystemFeatureTemplateResult).value
|
|
965
|
+
|
|
966
|
+
return AwaitableGetCiscoSystemFeatureTemplateResult(
|
|
967
|
+
admin_tech_on_failure=pulumi.get(__ret__, 'admin_tech_on_failure'),
|
|
968
|
+
admin_tech_on_failure_variable=pulumi.get(__ret__, 'admin_tech_on_failure_variable'),
|
|
969
|
+
affinity_group_number=pulumi.get(__ret__, 'affinity_group_number'),
|
|
970
|
+
affinity_group_number_variable=pulumi.get(__ret__, 'affinity_group_number_variable'),
|
|
971
|
+
affinity_group_preference_variable=pulumi.get(__ret__, 'affinity_group_preference_variable'),
|
|
972
|
+
affinity_group_preferences=pulumi.get(__ret__, 'affinity_group_preferences'),
|
|
973
|
+
console_baud_rate=pulumi.get(__ret__, 'console_baud_rate'),
|
|
974
|
+
console_baud_rate_variable=pulumi.get(__ret__, 'console_baud_rate_variable'),
|
|
975
|
+
control_session_pps=pulumi.get(__ret__, 'control_session_pps'),
|
|
976
|
+
control_session_pps_variable=pulumi.get(__ret__, 'control_session_pps_variable'),
|
|
977
|
+
controller_group_list_variable=pulumi.get(__ret__, 'controller_group_list_variable'),
|
|
978
|
+
controller_group_lists=pulumi.get(__ret__, 'controller_group_lists'),
|
|
979
|
+
description=pulumi.get(__ret__, 'description'),
|
|
980
|
+
device_groups=pulumi.get(__ret__, 'device_groups'),
|
|
981
|
+
device_groups_variable=pulumi.get(__ret__, 'device_groups_variable'),
|
|
982
|
+
device_types=pulumi.get(__ret__, 'device_types'),
|
|
983
|
+
enable_mrf_migration=pulumi.get(__ret__, 'enable_mrf_migration'),
|
|
984
|
+
geo_fencing=pulumi.get(__ret__, 'geo_fencing'),
|
|
985
|
+
geo_fencing_range=pulumi.get(__ret__, 'geo_fencing_range'),
|
|
986
|
+
geo_fencing_range_variable=pulumi.get(__ret__, 'geo_fencing_range_variable'),
|
|
987
|
+
geo_fencing_sms=pulumi.get(__ret__, 'geo_fencing_sms'),
|
|
988
|
+
geo_fencing_sms_phone_numbers=pulumi.get(__ret__, 'geo_fencing_sms_phone_numbers'),
|
|
989
|
+
hostname=pulumi.get(__ret__, 'hostname'),
|
|
990
|
+
hostname_variable=pulumi.get(__ret__, 'hostname_variable'),
|
|
991
|
+
id=pulumi.get(__ret__, 'id'),
|
|
992
|
+
idle_timeout=pulumi.get(__ret__, 'idle_timeout'),
|
|
993
|
+
idle_timeout_variable=pulumi.get(__ret__, 'idle_timeout_variable'),
|
|
994
|
+
latitude=pulumi.get(__ret__, 'latitude'),
|
|
995
|
+
latitude_variable=pulumi.get(__ret__, 'latitude_variable'),
|
|
996
|
+
location=pulumi.get(__ret__, 'location'),
|
|
997
|
+
location_variable=pulumi.get(__ret__, 'location_variable'),
|
|
998
|
+
longitude=pulumi.get(__ret__, 'longitude'),
|
|
999
|
+
longitude_variable=pulumi.get(__ret__, 'longitude_variable'),
|
|
1000
|
+
max_omp_sessions=pulumi.get(__ret__, 'max_omp_sessions'),
|
|
1001
|
+
max_omp_sessions_variable=pulumi.get(__ret__, 'max_omp_sessions_variable'),
|
|
1002
|
+
migration_bgp_community=pulumi.get(__ret__, 'migration_bgp_community'),
|
|
1003
|
+
multi_tenant=pulumi.get(__ret__, 'multi_tenant'),
|
|
1004
|
+
multi_tenant_variable=pulumi.get(__ret__, 'multi_tenant_variable'),
|
|
1005
|
+
name=pulumi.get(__ret__, 'name'),
|
|
1006
|
+
object_trackers=pulumi.get(__ret__, 'object_trackers'),
|
|
1007
|
+
on_demand_tunnel=pulumi.get(__ret__, 'on_demand_tunnel'),
|
|
1008
|
+
on_demand_tunnel_idle_timeout=pulumi.get(__ret__, 'on_demand_tunnel_idle_timeout'),
|
|
1009
|
+
on_demand_tunnel_idle_timeout_variable=pulumi.get(__ret__, 'on_demand_tunnel_idle_timeout_variable'),
|
|
1010
|
+
on_demand_tunnel_variable=pulumi.get(__ret__, 'on_demand_tunnel_variable'),
|
|
1011
|
+
overlay_id=pulumi.get(__ret__, 'overlay_id'),
|
|
1012
|
+
overlay_id_variable=pulumi.get(__ret__, 'overlay_id_variable'),
|
|
1013
|
+
port_hopping=pulumi.get(__ret__, 'port_hopping'),
|
|
1014
|
+
port_hopping_variable=pulumi.get(__ret__, 'port_hopping_variable'),
|
|
1015
|
+
port_offset=pulumi.get(__ret__, 'port_offset'),
|
|
1016
|
+
port_offset_variable=pulumi.get(__ret__, 'port_offset_variable'),
|
|
1017
|
+
region_id=pulumi.get(__ret__, 'region_id'),
|
|
1018
|
+
region_id_variable=pulumi.get(__ret__, 'region_id_variable'),
|
|
1019
|
+
role=pulumi.get(__ret__, 'role'),
|
|
1020
|
+
role_variable=pulumi.get(__ret__, 'role_variable'),
|
|
1021
|
+
secondary_region_id=pulumi.get(__ret__, 'secondary_region_id'),
|
|
1022
|
+
secondary_region_id_variable=pulumi.get(__ret__, 'secondary_region_id_variable'),
|
|
1023
|
+
site_id=pulumi.get(__ret__, 'site_id'),
|
|
1024
|
+
site_id_variable=pulumi.get(__ret__, 'site_id_variable'),
|
|
1025
|
+
system_description=pulumi.get(__ret__, 'system_description'),
|
|
1026
|
+
system_description_variable=pulumi.get(__ret__, 'system_description_variable'),
|
|
1027
|
+
system_ip=pulumi.get(__ret__, 'system_ip'),
|
|
1028
|
+
system_ip_variable=pulumi.get(__ret__, 'system_ip_variable'),
|
|
1029
|
+
template_type=pulumi.get(__ret__, 'template_type'),
|
|
1030
|
+
timezone=pulumi.get(__ret__, 'timezone'),
|
|
1031
|
+
timezone_variable=pulumi.get(__ret__, 'timezone_variable'),
|
|
1032
|
+
track_default_gateway=pulumi.get(__ret__, 'track_default_gateway'),
|
|
1033
|
+
track_default_gateway_variable=pulumi.get(__ret__, 'track_default_gateway_variable'),
|
|
1034
|
+
track_interface_tag=pulumi.get(__ret__, 'track_interface_tag'),
|
|
1035
|
+
track_interface_tag_variable=pulumi.get(__ret__, 'track_interface_tag_variable'),
|
|
1036
|
+
track_transport=pulumi.get(__ret__, 'track_transport'),
|
|
1037
|
+
track_transport_variable=pulumi.get(__ret__, 'track_transport_variable'),
|
|
1038
|
+
trackers=pulumi.get(__ret__, 'trackers'),
|
|
1039
|
+
transport_gateway=pulumi.get(__ret__, 'transport_gateway'),
|
|
1040
|
+
transport_gateway_variable=pulumi.get(__ret__, 'transport_gateway_variable'),
|
|
1041
|
+
version=pulumi.get(__ret__, 'version'))
|
|
1042
|
+
def get_cisco_system_feature_template_output(id: Optional[pulumi.Input[Optional[str]]] = None,
|
|
1043
|
+
name: Optional[pulumi.Input[Optional[str]]] = None,
|
|
1044
|
+
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetCiscoSystemFeatureTemplateResult]:
|
|
1045
|
+
"""
|
|
1046
|
+
This data source can read the Cisco System feature template.
|
|
1047
|
+
|
|
1048
|
+
## Example Usage
|
|
1049
|
+
|
|
1050
|
+
```python
|
|
1051
|
+
import pulumi
|
|
1052
|
+
import pulumi_sdwan as sdwan
|
|
1053
|
+
|
|
1054
|
+
example = sdwan.get_cisco_system_feature_template(id="f6b2c44c-693c-4763-b010-895aa3d236bd")
|
|
1055
|
+
```
|
|
1056
|
+
|
|
1057
|
+
|
|
1058
|
+
:param str id: The id of the feature template
|
|
1059
|
+
:param str name: The name of the feature template
|
|
1060
|
+
"""
|
|
1061
|
+
__args__ = dict()
|
|
1062
|
+
__args__['id'] = id
|
|
1063
|
+
__args__['name'] = name
|
|
1064
|
+
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
1065
|
+
__ret__ = pulumi.runtime.invoke_output('sdwan:index/getCiscoSystemFeatureTemplate:getCiscoSystemFeatureTemplate', __args__, opts=opts, typ=GetCiscoSystemFeatureTemplateResult)
|
|
1066
|
+
return __ret__.apply(lambda __response__: GetCiscoSystemFeatureTemplateResult(
|
|
1067
|
+
admin_tech_on_failure=pulumi.get(__response__, 'admin_tech_on_failure'),
|
|
1068
|
+
admin_tech_on_failure_variable=pulumi.get(__response__, 'admin_tech_on_failure_variable'),
|
|
1069
|
+
affinity_group_number=pulumi.get(__response__, 'affinity_group_number'),
|
|
1070
|
+
affinity_group_number_variable=pulumi.get(__response__, 'affinity_group_number_variable'),
|
|
1071
|
+
affinity_group_preference_variable=pulumi.get(__response__, 'affinity_group_preference_variable'),
|
|
1072
|
+
affinity_group_preferences=pulumi.get(__response__, 'affinity_group_preferences'),
|
|
1073
|
+
console_baud_rate=pulumi.get(__response__, 'console_baud_rate'),
|
|
1074
|
+
console_baud_rate_variable=pulumi.get(__response__, 'console_baud_rate_variable'),
|
|
1075
|
+
control_session_pps=pulumi.get(__response__, 'control_session_pps'),
|
|
1076
|
+
control_session_pps_variable=pulumi.get(__response__, 'control_session_pps_variable'),
|
|
1077
|
+
controller_group_list_variable=pulumi.get(__response__, 'controller_group_list_variable'),
|
|
1078
|
+
controller_group_lists=pulumi.get(__response__, 'controller_group_lists'),
|
|
1079
|
+
description=pulumi.get(__response__, 'description'),
|
|
1080
|
+
device_groups=pulumi.get(__response__, 'device_groups'),
|
|
1081
|
+
device_groups_variable=pulumi.get(__response__, 'device_groups_variable'),
|
|
1082
|
+
device_types=pulumi.get(__response__, 'device_types'),
|
|
1083
|
+
enable_mrf_migration=pulumi.get(__response__, 'enable_mrf_migration'),
|
|
1084
|
+
geo_fencing=pulumi.get(__response__, 'geo_fencing'),
|
|
1085
|
+
geo_fencing_range=pulumi.get(__response__, 'geo_fencing_range'),
|
|
1086
|
+
geo_fencing_range_variable=pulumi.get(__response__, 'geo_fencing_range_variable'),
|
|
1087
|
+
geo_fencing_sms=pulumi.get(__response__, 'geo_fencing_sms'),
|
|
1088
|
+
geo_fencing_sms_phone_numbers=pulumi.get(__response__, 'geo_fencing_sms_phone_numbers'),
|
|
1089
|
+
hostname=pulumi.get(__response__, 'hostname'),
|
|
1090
|
+
hostname_variable=pulumi.get(__response__, 'hostname_variable'),
|
|
1091
|
+
id=pulumi.get(__response__, 'id'),
|
|
1092
|
+
idle_timeout=pulumi.get(__response__, 'idle_timeout'),
|
|
1093
|
+
idle_timeout_variable=pulumi.get(__response__, 'idle_timeout_variable'),
|
|
1094
|
+
latitude=pulumi.get(__response__, 'latitude'),
|
|
1095
|
+
latitude_variable=pulumi.get(__response__, 'latitude_variable'),
|
|
1096
|
+
location=pulumi.get(__response__, 'location'),
|
|
1097
|
+
location_variable=pulumi.get(__response__, 'location_variable'),
|
|
1098
|
+
longitude=pulumi.get(__response__, 'longitude'),
|
|
1099
|
+
longitude_variable=pulumi.get(__response__, 'longitude_variable'),
|
|
1100
|
+
max_omp_sessions=pulumi.get(__response__, 'max_omp_sessions'),
|
|
1101
|
+
max_omp_sessions_variable=pulumi.get(__response__, 'max_omp_sessions_variable'),
|
|
1102
|
+
migration_bgp_community=pulumi.get(__response__, 'migration_bgp_community'),
|
|
1103
|
+
multi_tenant=pulumi.get(__response__, 'multi_tenant'),
|
|
1104
|
+
multi_tenant_variable=pulumi.get(__response__, 'multi_tenant_variable'),
|
|
1105
|
+
name=pulumi.get(__response__, 'name'),
|
|
1106
|
+
object_trackers=pulumi.get(__response__, 'object_trackers'),
|
|
1107
|
+
on_demand_tunnel=pulumi.get(__response__, 'on_demand_tunnel'),
|
|
1108
|
+
on_demand_tunnel_idle_timeout=pulumi.get(__response__, 'on_demand_tunnel_idle_timeout'),
|
|
1109
|
+
on_demand_tunnel_idle_timeout_variable=pulumi.get(__response__, 'on_demand_tunnel_idle_timeout_variable'),
|
|
1110
|
+
on_demand_tunnel_variable=pulumi.get(__response__, 'on_demand_tunnel_variable'),
|
|
1111
|
+
overlay_id=pulumi.get(__response__, 'overlay_id'),
|
|
1112
|
+
overlay_id_variable=pulumi.get(__response__, 'overlay_id_variable'),
|
|
1113
|
+
port_hopping=pulumi.get(__response__, 'port_hopping'),
|
|
1114
|
+
port_hopping_variable=pulumi.get(__response__, 'port_hopping_variable'),
|
|
1115
|
+
port_offset=pulumi.get(__response__, 'port_offset'),
|
|
1116
|
+
port_offset_variable=pulumi.get(__response__, 'port_offset_variable'),
|
|
1117
|
+
region_id=pulumi.get(__response__, 'region_id'),
|
|
1118
|
+
region_id_variable=pulumi.get(__response__, 'region_id_variable'),
|
|
1119
|
+
role=pulumi.get(__response__, 'role'),
|
|
1120
|
+
role_variable=pulumi.get(__response__, 'role_variable'),
|
|
1121
|
+
secondary_region_id=pulumi.get(__response__, 'secondary_region_id'),
|
|
1122
|
+
secondary_region_id_variable=pulumi.get(__response__, 'secondary_region_id_variable'),
|
|
1123
|
+
site_id=pulumi.get(__response__, 'site_id'),
|
|
1124
|
+
site_id_variable=pulumi.get(__response__, 'site_id_variable'),
|
|
1125
|
+
system_description=pulumi.get(__response__, 'system_description'),
|
|
1126
|
+
system_description_variable=pulumi.get(__response__, 'system_description_variable'),
|
|
1127
|
+
system_ip=pulumi.get(__response__, 'system_ip'),
|
|
1128
|
+
system_ip_variable=pulumi.get(__response__, 'system_ip_variable'),
|
|
1129
|
+
template_type=pulumi.get(__response__, 'template_type'),
|
|
1130
|
+
timezone=pulumi.get(__response__, 'timezone'),
|
|
1131
|
+
timezone_variable=pulumi.get(__response__, 'timezone_variable'),
|
|
1132
|
+
track_default_gateway=pulumi.get(__response__, 'track_default_gateway'),
|
|
1133
|
+
track_default_gateway_variable=pulumi.get(__response__, 'track_default_gateway_variable'),
|
|
1134
|
+
track_interface_tag=pulumi.get(__response__, 'track_interface_tag'),
|
|
1135
|
+
track_interface_tag_variable=pulumi.get(__response__, 'track_interface_tag_variable'),
|
|
1136
|
+
track_transport=pulumi.get(__response__, 'track_transport'),
|
|
1137
|
+
track_transport_variable=pulumi.get(__response__, 'track_transport_variable'),
|
|
1138
|
+
trackers=pulumi.get(__response__, 'trackers'),
|
|
1139
|
+
transport_gateway=pulumi.get(__response__, 'transport_gateway'),
|
|
1140
|
+
transport_gateway_variable=pulumi.get(__response__, 'transport_gateway_variable'),
|
|
1141
|
+
version=pulumi.get(__response__, 'version')))
|