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,126 @@
|
|
|
1
|
+
# coding=utf-8
|
|
2
|
+
# *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
|
|
5
|
+
import copy
|
|
6
|
+
import warnings
|
|
7
|
+
import sys
|
|
8
|
+
import pulumi
|
|
9
|
+
import pulumi.runtime
|
|
10
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
+
if sys.version_info >= (3, 11):
|
|
12
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
+
else:
|
|
14
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
|
+
from . import _utilities
|
|
16
|
+
|
|
17
|
+
__all__ = [
|
|
18
|
+
'GetOtherFeatureProfileResult',
|
|
19
|
+
'AwaitableGetOtherFeatureProfileResult',
|
|
20
|
+
'get_other_feature_profile',
|
|
21
|
+
'get_other_feature_profile_output',
|
|
22
|
+
]
|
|
23
|
+
|
|
24
|
+
@pulumi.output_type
|
|
25
|
+
class GetOtherFeatureProfileResult:
|
|
26
|
+
"""
|
|
27
|
+
A collection of values returned by getOtherFeatureProfile.
|
|
28
|
+
"""
|
|
29
|
+
def __init__(__self__, description=None, id=None, name=None):
|
|
30
|
+
if description and not isinstance(description, str):
|
|
31
|
+
raise TypeError("Expected argument 'description' to be a str")
|
|
32
|
+
pulumi.set(__self__, "description", description)
|
|
33
|
+
if id and not isinstance(id, str):
|
|
34
|
+
raise TypeError("Expected argument 'id' to be a str")
|
|
35
|
+
pulumi.set(__self__, "id", id)
|
|
36
|
+
if name and not isinstance(name, str):
|
|
37
|
+
raise TypeError("Expected argument 'name' to be a str")
|
|
38
|
+
pulumi.set(__self__, "name", name)
|
|
39
|
+
|
|
40
|
+
@property
|
|
41
|
+
@pulumi.getter
|
|
42
|
+
def description(self) -> str:
|
|
43
|
+
"""
|
|
44
|
+
Description
|
|
45
|
+
"""
|
|
46
|
+
return pulumi.get(self, "description")
|
|
47
|
+
|
|
48
|
+
@property
|
|
49
|
+
@pulumi.getter
|
|
50
|
+
def id(self) -> str:
|
|
51
|
+
"""
|
|
52
|
+
The id of the object
|
|
53
|
+
"""
|
|
54
|
+
return pulumi.get(self, "id")
|
|
55
|
+
|
|
56
|
+
@property
|
|
57
|
+
@pulumi.getter
|
|
58
|
+
def name(self) -> str:
|
|
59
|
+
"""
|
|
60
|
+
The name of the transport feature profile
|
|
61
|
+
"""
|
|
62
|
+
return pulumi.get(self, "name")
|
|
63
|
+
|
|
64
|
+
|
|
65
|
+
class AwaitableGetOtherFeatureProfileResult(GetOtherFeatureProfileResult):
|
|
66
|
+
# pylint: disable=using-constant-test
|
|
67
|
+
def __await__(self):
|
|
68
|
+
if False:
|
|
69
|
+
yield self
|
|
70
|
+
return GetOtherFeatureProfileResult(
|
|
71
|
+
description=self.description,
|
|
72
|
+
id=self.id,
|
|
73
|
+
name=self.name)
|
|
74
|
+
|
|
75
|
+
|
|
76
|
+
def get_other_feature_profile(id: Optional[str] = None,
|
|
77
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetOtherFeatureProfileResult:
|
|
78
|
+
"""
|
|
79
|
+
This data source can read the Other Feature Profile .
|
|
80
|
+
|
|
81
|
+
## Example Usage
|
|
82
|
+
|
|
83
|
+
```python
|
|
84
|
+
import pulumi
|
|
85
|
+
import pulumi_sdwan as sdwan
|
|
86
|
+
|
|
87
|
+
example = sdwan.get_other_feature_profile(id="f6b2c44c-693c-4763-b010-895aa3d236bd")
|
|
88
|
+
```
|
|
89
|
+
|
|
90
|
+
|
|
91
|
+
:param str id: The id of the object
|
|
92
|
+
"""
|
|
93
|
+
__args__ = dict()
|
|
94
|
+
__args__['id'] = id
|
|
95
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
96
|
+
__ret__ = pulumi.runtime.invoke('sdwan:index/getOtherFeatureProfile:getOtherFeatureProfile', __args__, opts=opts, typ=GetOtherFeatureProfileResult).value
|
|
97
|
+
|
|
98
|
+
return AwaitableGetOtherFeatureProfileResult(
|
|
99
|
+
description=pulumi.get(__ret__, 'description'),
|
|
100
|
+
id=pulumi.get(__ret__, 'id'),
|
|
101
|
+
name=pulumi.get(__ret__, 'name'))
|
|
102
|
+
def get_other_feature_profile_output(id: Optional[pulumi.Input[str]] = None,
|
|
103
|
+
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetOtherFeatureProfileResult]:
|
|
104
|
+
"""
|
|
105
|
+
This data source can read the Other Feature Profile .
|
|
106
|
+
|
|
107
|
+
## Example Usage
|
|
108
|
+
|
|
109
|
+
```python
|
|
110
|
+
import pulumi
|
|
111
|
+
import pulumi_sdwan as sdwan
|
|
112
|
+
|
|
113
|
+
example = sdwan.get_other_feature_profile(id="f6b2c44c-693c-4763-b010-895aa3d236bd")
|
|
114
|
+
```
|
|
115
|
+
|
|
116
|
+
|
|
117
|
+
:param str id: The id of the object
|
|
118
|
+
"""
|
|
119
|
+
__args__ = dict()
|
|
120
|
+
__args__['id'] = id
|
|
121
|
+
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
122
|
+
__ret__ = pulumi.runtime.invoke_output('sdwan:index/getOtherFeatureProfile:getOtherFeatureProfile', __args__, opts=opts, typ=GetOtherFeatureProfileResult)
|
|
123
|
+
return __ret__.apply(lambda __response__: GetOtherFeatureProfileResult(
|
|
124
|
+
description=pulumi.get(__response__, 'description'),
|
|
125
|
+
id=pulumi.get(__response__, 'id'),
|
|
126
|
+
name=pulumi.get(__response__, 'name')))
|
|
@@ -0,0 +1,177 @@
|
|
|
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
|
+
'GetOtherThousandeyesFeatureResult',
|
|
20
|
+
'AwaitableGetOtherThousandeyesFeatureResult',
|
|
21
|
+
'get_other_thousandeyes_feature',
|
|
22
|
+
'get_other_thousandeyes_feature_output',
|
|
23
|
+
]
|
|
24
|
+
|
|
25
|
+
@pulumi.output_type
|
|
26
|
+
class GetOtherThousandeyesFeatureResult:
|
|
27
|
+
"""
|
|
28
|
+
A collection of values returned by getOtherThousandeyesFeature.
|
|
29
|
+
"""
|
|
30
|
+
def __init__(__self__, description=None, feature_profile_id=None, id=None, name=None, version=None, virtual_applications=None):
|
|
31
|
+
if description and not isinstance(description, str):
|
|
32
|
+
raise TypeError("Expected argument 'description' to be a str")
|
|
33
|
+
pulumi.set(__self__, "description", description)
|
|
34
|
+
if feature_profile_id and not isinstance(feature_profile_id, str):
|
|
35
|
+
raise TypeError("Expected argument 'feature_profile_id' to be a str")
|
|
36
|
+
pulumi.set(__self__, "feature_profile_id", feature_profile_id)
|
|
37
|
+
if id and not isinstance(id, str):
|
|
38
|
+
raise TypeError("Expected argument 'id' to be a str")
|
|
39
|
+
pulumi.set(__self__, "id", id)
|
|
40
|
+
if name and not isinstance(name, str):
|
|
41
|
+
raise TypeError("Expected argument 'name' to be a str")
|
|
42
|
+
pulumi.set(__self__, "name", name)
|
|
43
|
+
if version and not isinstance(version, int):
|
|
44
|
+
raise TypeError("Expected argument 'version' to be a int")
|
|
45
|
+
pulumi.set(__self__, "version", version)
|
|
46
|
+
if virtual_applications and not isinstance(virtual_applications, list):
|
|
47
|
+
raise TypeError("Expected argument 'virtual_applications' to be a list")
|
|
48
|
+
pulumi.set(__self__, "virtual_applications", virtual_applications)
|
|
49
|
+
|
|
50
|
+
@property
|
|
51
|
+
@pulumi.getter
|
|
52
|
+
def description(self) -> str:
|
|
53
|
+
"""
|
|
54
|
+
The description of the Feature
|
|
55
|
+
"""
|
|
56
|
+
return pulumi.get(self, "description")
|
|
57
|
+
|
|
58
|
+
@property
|
|
59
|
+
@pulumi.getter(name="featureProfileId")
|
|
60
|
+
def feature_profile_id(self) -> str:
|
|
61
|
+
"""
|
|
62
|
+
Feature Profile ID
|
|
63
|
+
"""
|
|
64
|
+
return pulumi.get(self, "feature_profile_id")
|
|
65
|
+
|
|
66
|
+
@property
|
|
67
|
+
@pulumi.getter
|
|
68
|
+
def id(self) -> str:
|
|
69
|
+
"""
|
|
70
|
+
The id of the Feature
|
|
71
|
+
"""
|
|
72
|
+
return pulumi.get(self, "id")
|
|
73
|
+
|
|
74
|
+
@property
|
|
75
|
+
@pulumi.getter
|
|
76
|
+
def name(self) -> str:
|
|
77
|
+
"""
|
|
78
|
+
The name of the Feature
|
|
79
|
+
"""
|
|
80
|
+
return pulumi.get(self, "name")
|
|
81
|
+
|
|
82
|
+
@property
|
|
83
|
+
@pulumi.getter
|
|
84
|
+
def version(self) -> int:
|
|
85
|
+
"""
|
|
86
|
+
The version of the Feature
|
|
87
|
+
"""
|
|
88
|
+
return pulumi.get(self, "version")
|
|
89
|
+
|
|
90
|
+
@property
|
|
91
|
+
@pulumi.getter(name="virtualApplications")
|
|
92
|
+
def virtual_applications(self) -> Sequence['outputs.GetOtherThousandeyesFeatureVirtualApplicationResult']:
|
|
93
|
+
"""
|
|
94
|
+
Virtual application Instance
|
|
95
|
+
"""
|
|
96
|
+
return pulumi.get(self, "virtual_applications")
|
|
97
|
+
|
|
98
|
+
|
|
99
|
+
class AwaitableGetOtherThousandeyesFeatureResult(GetOtherThousandeyesFeatureResult):
|
|
100
|
+
# pylint: disable=using-constant-test
|
|
101
|
+
def __await__(self):
|
|
102
|
+
if False:
|
|
103
|
+
yield self
|
|
104
|
+
return GetOtherThousandeyesFeatureResult(
|
|
105
|
+
description=self.description,
|
|
106
|
+
feature_profile_id=self.feature_profile_id,
|
|
107
|
+
id=self.id,
|
|
108
|
+
name=self.name,
|
|
109
|
+
version=self.version,
|
|
110
|
+
virtual_applications=self.virtual_applications)
|
|
111
|
+
|
|
112
|
+
|
|
113
|
+
def get_other_thousandeyes_feature(feature_profile_id: Optional[str] = None,
|
|
114
|
+
id: Optional[str] = None,
|
|
115
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetOtherThousandeyesFeatureResult:
|
|
116
|
+
"""
|
|
117
|
+
This data source can read the Other ThousandEyes Feature.
|
|
118
|
+
|
|
119
|
+
## Example Usage
|
|
120
|
+
|
|
121
|
+
```python
|
|
122
|
+
import pulumi
|
|
123
|
+
import pulumi_sdwan as sdwan
|
|
124
|
+
|
|
125
|
+
example = sdwan.get_other_thousandeyes_feature(id="f6b2c44c-693c-4763-b010-895aa3d236bd",
|
|
126
|
+
feature_profile_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac")
|
|
127
|
+
```
|
|
128
|
+
|
|
129
|
+
|
|
130
|
+
:param str feature_profile_id: Feature Profile ID
|
|
131
|
+
:param str id: The id of the Feature
|
|
132
|
+
"""
|
|
133
|
+
__args__ = dict()
|
|
134
|
+
__args__['featureProfileId'] = feature_profile_id
|
|
135
|
+
__args__['id'] = id
|
|
136
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
137
|
+
__ret__ = pulumi.runtime.invoke('sdwan:index/getOtherThousandeyesFeature:getOtherThousandeyesFeature', __args__, opts=opts, typ=GetOtherThousandeyesFeatureResult).value
|
|
138
|
+
|
|
139
|
+
return AwaitableGetOtherThousandeyesFeatureResult(
|
|
140
|
+
description=pulumi.get(__ret__, 'description'),
|
|
141
|
+
feature_profile_id=pulumi.get(__ret__, 'feature_profile_id'),
|
|
142
|
+
id=pulumi.get(__ret__, 'id'),
|
|
143
|
+
name=pulumi.get(__ret__, 'name'),
|
|
144
|
+
version=pulumi.get(__ret__, 'version'),
|
|
145
|
+
virtual_applications=pulumi.get(__ret__, 'virtual_applications'))
|
|
146
|
+
def get_other_thousandeyes_feature_output(feature_profile_id: Optional[pulumi.Input[str]] = None,
|
|
147
|
+
id: Optional[pulumi.Input[str]] = None,
|
|
148
|
+
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetOtherThousandeyesFeatureResult]:
|
|
149
|
+
"""
|
|
150
|
+
This data source can read the Other ThousandEyes Feature.
|
|
151
|
+
|
|
152
|
+
## Example Usage
|
|
153
|
+
|
|
154
|
+
```python
|
|
155
|
+
import pulumi
|
|
156
|
+
import pulumi_sdwan as sdwan
|
|
157
|
+
|
|
158
|
+
example = sdwan.get_other_thousandeyes_feature(id="f6b2c44c-693c-4763-b010-895aa3d236bd",
|
|
159
|
+
feature_profile_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac")
|
|
160
|
+
```
|
|
161
|
+
|
|
162
|
+
|
|
163
|
+
:param str feature_profile_id: Feature Profile ID
|
|
164
|
+
:param str id: The id of the Feature
|
|
165
|
+
"""
|
|
166
|
+
__args__ = dict()
|
|
167
|
+
__args__['featureProfileId'] = feature_profile_id
|
|
168
|
+
__args__['id'] = id
|
|
169
|
+
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
170
|
+
__ret__ = pulumi.runtime.invoke_output('sdwan:index/getOtherThousandeyesFeature:getOtherThousandeyesFeature', __args__, opts=opts, typ=GetOtherThousandeyesFeatureResult)
|
|
171
|
+
return __ret__.apply(lambda __response__: GetOtherThousandeyesFeatureResult(
|
|
172
|
+
description=pulumi.get(__response__, 'description'),
|
|
173
|
+
feature_profile_id=pulumi.get(__response__, 'feature_profile_id'),
|
|
174
|
+
id=pulumi.get(__response__, 'id'),
|
|
175
|
+
name=pulumi.get(__response__, 'name'),
|
|
176
|
+
version=pulumi.get(__response__, 'version'),
|
|
177
|
+
virtual_applications=pulumi.get(__response__, 'virtual_applications')))
|
|
@@ -0,0 +1,353 @@
|
|
|
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
|
+
'GetOtherUcseFeatureResult',
|
|
20
|
+
'AwaitableGetOtherUcseFeatureResult',
|
|
21
|
+
'get_other_ucse_feature',
|
|
22
|
+
'get_other_ucse_feature_output',
|
|
23
|
+
]
|
|
24
|
+
|
|
25
|
+
@pulumi.output_type
|
|
26
|
+
class GetOtherUcseFeatureResult:
|
|
27
|
+
"""
|
|
28
|
+
A collection of values returned by getOtherUcseFeature.
|
|
29
|
+
"""
|
|
30
|
+
def __init__(__self__, access_port_dedicated=None, access_port_shared_failover_type=None, access_port_shared_type=None, assign_priority=None, assign_priority_variable=None, bay=None, default_gateway=None, default_gateway_variable=None, description=None, feature_profile_id=None, id=None, interfaces=None, ipv4_address=None, ipv4_address_variable=None, name=None, slot=None, version=None, vlan_id=None, vlan_id_variable=None):
|
|
31
|
+
if access_port_dedicated and not isinstance(access_port_dedicated, bool):
|
|
32
|
+
raise TypeError("Expected argument 'access_port_dedicated' to be a bool")
|
|
33
|
+
pulumi.set(__self__, "access_port_dedicated", access_port_dedicated)
|
|
34
|
+
if access_port_shared_failover_type and not isinstance(access_port_shared_failover_type, str):
|
|
35
|
+
raise TypeError("Expected argument 'access_port_shared_failover_type' to be a str")
|
|
36
|
+
pulumi.set(__self__, "access_port_shared_failover_type", access_port_shared_failover_type)
|
|
37
|
+
if access_port_shared_type and not isinstance(access_port_shared_type, str):
|
|
38
|
+
raise TypeError("Expected argument 'access_port_shared_type' to be a str")
|
|
39
|
+
pulumi.set(__self__, "access_port_shared_type", access_port_shared_type)
|
|
40
|
+
if assign_priority and not isinstance(assign_priority, int):
|
|
41
|
+
raise TypeError("Expected argument 'assign_priority' to be a int")
|
|
42
|
+
pulumi.set(__self__, "assign_priority", assign_priority)
|
|
43
|
+
if assign_priority_variable and not isinstance(assign_priority_variable, str):
|
|
44
|
+
raise TypeError("Expected argument 'assign_priority_variable' to be a str")
|
|
45
|
+
pulumi.set(__self__, "assign_priority_variable", assign_priority_variable)
|
|
46
|
+
if bay and not isinstance(bay, int):
|
|
47
|
+
raise TypeError("Expected argument 'bay' to be a int")
|
|
48
|
+
pulumi.set(__self__, "bay", bay)
|
|
49
|
+
if default_gateway and not isinstance(default_gateway, str):
|
|
50
|
+
raise TypeError("Expected argument 'default_gateway' to be a str")
|
|
51
|
+
pulumi.set(__self__, "default_gateway", default_gateway)
|
|
52
|
+
if default_gateway_variable and not isinstance(default_gateway_variable, str):
|
|
53
|
+
raise TypeError("Expected argument 'default_gateway_variable' to be a str")
|
|
54
|
+
pulumi.set(__self__, "default_gateway_variable", default_gateway_variable)
|
|
55
|
+
if description and not isinstance(description, str):
|
|
56
|
+
raise TypeError("Expected argument 'description' to be a str")
|
|
57
|
+
pulumi.set(__self__, "description", description)
|
|
58
|
+
if feature_profile_id and not isinstance(feature_profile_id, str):
|
|
59
|
+
raise TypeError("Expected argument 'feature_profile_id' to be a str")
|
|
60
|
+
pulumi.set(__self__, "feature_profile_id", feature_profile_id)
|
|
61
|
+
if id and not isinstance(id, str):
|
|
62
|
+
raise TypeError("Expected argument 'id' to be a str")
|
|
63
|
+
pulumi.set(__self__, "id", id)
|
|
64
|
+
if interfaces and not isinstance(interfaces, list):
|
|
65
|
+
raise TypeError("Expected argument 'interfaces' to be a list")
|
|
66
|
+
pulumi.set(__self__, "interfaces", interfaces)
|
|
67
|
+
if ipv4_address and not isinstance(ipv4_address, str):
|
|
68
|
+
raise TypeError("Expected argument 'ipv4_address' to be a str")
|
|
69
|
+
pulumi.set(__self__, "ipv4_address", ipv4_address)
|
|
70
|
+
if ipv4_address_variable and not isinstance(ipv4_address_variable, str):
|
|
71
|
+
raise TypeError("Expected argument 'ipv4_address_variable' to be a str")
|
|
72
|
+
pulumi.set(__self__, "ipv4_address_variable", ipv4_address_variable)
|
|
73
|
+
if name and not isinstance(name, str):
|
|
74
|
+
raise TypeError("Expected argument 'name' to be a str")
|
|
75
|
+
pulumi.set(__self__, "name", name)
|
|
76
|
+
if slot and not isinstance(slot, int):
|
|
77
|
+
raise TypeError("Expected argument 'slot' to be a int")
|
|
78
|
+
pulumi.set(__self__, "slot", slot)
|
|
79
|
+
if version and not isinstance(version, int):
|
|
80
|
+
raise TypeError("Expected argument 'version' to be a int")
|
|
81
|
+
pulumi.set(__self__, "version", version)
|
|
82
|
+
if vlan_id and not isinstance(vlan_id, int):
|
|
83
|
+
raise TypeError("Expected argument 'vlan_id' to be a int")
|
|
84
|
+
pulumi.set(__self__, "vlan_id", vlan_id)
|
|
85
|
+
if vlan_id_variable and not isinstance(vlan_id_variable, str):
|
|
86
|
+
raise TypeError("Expected argument 'vlan_id_variable' to be a str")
|
|
87
|
+
pulumi.set(__self__, "vlan_id_variable", vlan_id_variable)
|
|
88
|
+
|
|
89
|
+
@property
|
|
90
|
+
@pulumi.getter(name="accessPortDedicated")
|
|
91
|
+
def access_port_dedicated(self) -> bool:
|
|
92
|
+
"""
|
|
93
|
+
Dedicated
|
|
94
|
+
"""
|
|
95
|
+
return pulumi.get(self, "access_port_dedicated")
|
|
96
|
+
|
|
97
|
+
@property
|
|
98
|
+
@pulumi.getter(name="accessPortSharedFailoverType")
|
|
99
|
+
def access_port_shared_failover_type(self) -> str:
|
|
100
|
+
return pulumi.get(self, "access_port_shared_failover_type")
|
|
101
|
+
|
|
102
|
+
@property
|
|
103
|
+
@pulumi.getter(name="accessPortSharedType")
|
|
104
|
+
def access_port_shared_type(self) -> str:
|
|
105
|
+
return pulumi.get(self, "access_port_shared_type")
|
|
106
|
+
|
|
107
|
+
@property
|
|
108
|
+
@pulumi.getter(name="assignPriority")
|
|
109
|
+
def assign_priority(self) -> int:
|
|
110
|
+
"""
|
|
111
|
+
Assign priority
|
|
112
|
+
"""
|
|
113
|
+
return pulumi.get(self, "assign_priority")
|
|
114
|
+
|
|
115
|
+
@property
|
|
116
|
+
@pulumi.getter(name="assignPriorityVariable")
|
|
117
|
+
def assign_priority_variable(self) -> str:
|
|
118
|
+
"""
|
|
119
|
+
Variable name
|
|
120
|
+
"""
|
|
121
|
+
return pulumi.get(self, "assign_priority_variable")
|
|
122
|
+
|
|
123
|
+
@property
|
|
124
|
+
@pulumi.getter
|
|
125
|
+
def bay(self) -> int:
|
|
126
|
+
"""
|
|
127
|
+
Bay
|
|
128
|
+
"""
|
|
129
|
+
return pulumi.get(self, "bay")
|
|
130
|
+
|
|
131
|
+
@property
|
|
132
|
+
@pulumi.getter(name="defaultGateway")
|
|
133
|
+
def default_gateway(self) -> str:
|
|
134
|
+
"""
|
|
135
|
+
Assign default gateway
|
|
136
|
+
"""
|
|
137
|
+
return pulumi.get(self, "default_gateway")
|
|
138
|
+
|
|
139
|
+
@property
|
|
140
|
+
@pulumi.getter(name="defaultGatewayVariable")
|
|
141
|
+
def default_gateway_variable(self) -> str:
|
|
142
|
+
"""
|
|
143
|
+
Variable name
|
|
144
|
+
"""
|
|
145
|
+
return pulumi.get(self, "default_gateway_variable")
|
|
146
|
+
|
|
147
|
+
@property
|
|
148
|
+
@pulumi.getter
|
|
149
|
+
def description(self) -> str:
|
|
150
|
+
"""
|
|
151
|
+
The description of the Feature
|
|
152
|
+
"""
|
|
153
|
+
return pulumi.get(self, "description")
|
|
154
|
+
|
|
155
|
+
@property
|
|
156
|
+
@pulumi.getter(name="featureProfileId")
|
|
157
|
+
def feature_profile_id(self) -> str:
|
|
158
|
+
"""
|
|
159
|
+
Feature Profile ID
|
|
160
|
+
"""
|
|
161
|
+
return pulumi.get(self, "feature_profile_id")
|
|
162
|
+
|
|
163
|
+
@property
|
|
164
|
+
@pulumi.getter
|
|
165
|
+
def id(self) -> str:
|
|
166
|
+
"""
|
|
167
|
+
The id of the Feature
|
|
168
|
+
"""
|
|
169
|
+
return pulumi.get(self, "id")
|
|
170
|
+
|
|
171
|
+
@property
|
|
172
|
+
@pulumi.getter
|
|
173
|
+
def interfaces(self) -> Sequence['outputs.GetOtherUcseFeatureInterfaceResult']:
|
|
174
|
+
"""
|
|
175
|
+
Interface name: GigabitEthernet0/<>/<> when present
|
|
176
|
+
"""
|
|
177
|
+
return pulumi.get(self, "interfaces")
|
|
178
|
+
|
|
179
|
+
@property
|
|
180
|
+
@pulumi.getter(name="ipv4Address")
|
|
181
|
+
def ipv4_address(self) -> str:
|
|
182
|
+
"""
|
|
183
|
+
Assign IPv4 address
|
|
184
|
+
"""
|
|
185
|
+
return pulumi.get(self, "ipv4_address")
|
|
186
|
+
|
|
187
|
+
@property
|
|
188
|
+
@pulumi.getter(name="ipv4AddressVariable")
|
|
189
|
+
def ipv4_address_variable(self) -> str:
|
|
190
|
+
"""
|
|
191
|
+
Variable name
|
|
192
|
+
"""
|
|
193
|
+
return pulumi.get(self, "ipv4_address_variable")
|
|
194
|
+
|
|
195
|
+
@property
|
|
196
|
+
@pulumi.getter
|
|
197
|
+
def name(self) -> str:
|
|
198
|
+
"""
|
|
199
|
+
The name of the Feature
|
|
200
|
+
"""
|
|
201
|
+
return pulumi.get(self, "name")
|
|
202
|
+
|
|
203
|
+
@property
|
|
204
|
+
@pulumi.getter
|
|
205
|
+
def slot(self) -> int:
|
|
206
|
+
"""
|
|
207
|
+
Slot
|
|
208
|
+
"""
|
|
209
|
+
return pulumi.get(self, "slot")
|
|
210
|
+
|
|
211
|
+
@property
|
|
212
|
+
@pulumi.getter
|
|
213
|
+
def version(self) -> int:
|
|
214
|
+
"""
|
|
215
|
+
The version of the Feature
|
|
216
|
+
"""
|
|
217
|
+
return pulumi.get(self, "version")
|
|
218
|
+
|
|
219
|
+
@property
|
|
220
|
+
@pulumi.getter(name="vlanId")
|
|
221
|
+
def vlan_id(self) -> int:
|
|
222
|
+
"""
|
|
223
|
+
Assign Vlan Id
|
|
224
|
+
"""
|
|
225
|
+
return pulumi.get(self, "vlan_id")
|
|
226
|
+
|
|
227
|
+
@property
|
|
228
|
+
@pulumi.getter(name="vlanIdVariable")
|
|
229
|
+
def vlan_id_variable(self) -> str:
|
|
230
|
+
"""
|
|
231
|
+
Variable name
|
|
232
|
+
"""
|
|
233
|
+
return pulumi.get(self, "vlan_id_variable")
|
|
234
|
+
|
|
235
|
+
|
|
236
|
+
class AwaitableGetOtherUcseFeatureResult(GetOtherUcseFeatureResult):
|
|
237
|
+
# pylint: disable=using-constant-test
|
|
238
|
+
def __await__(self):
|
|
239
|
+
if False:
|
|
240
|
+
yield self
|
|
241
|
+
return GetOtherUcseFeatureResult(
|
|
242
|
+
access_port_dedicated=self.access_port_dedicated,
|
|
243
|
+
access_port_shared_failover_type=self.access_port_shared_failover_type,
|
|
244
|
+
access_port_shared_type=self.access_port_shared_type,
|
|
245
|
+
assign_priority=self.assign_priority,
|
|
246
|
+
assign_priority_variable=self.assign_priority_variable,
|
|
247
|
+
bay=self.bay,
|
|
248
|
+
default_gateway=self.default_gateway,
|
|
249
|
+
default_gateway_variable=self.default_gateway_variable,
|
|
250
|
+
description=self.description,
|
|
251
|
+
feature_profile_id=self.feature_profile_id,
|
|
252
|
+
id=self.id,
|
|
253
|
+
interfaces=self.interfaces,
|
|
254
|
+
ipv4_address=self.ipv4_address,
|
|
255
|
+
ipv4_address_variable=self.ipv4_address_variable,
|
|
256
|
+
name=self.name,
|
|
257
|
+
slot=self.slot,
|
|
258
|
+
version=self.version,
|
|
259
|
+
vlan_id=self.vlan_id,
|
|
260
|
+
vlan_id_variable=self.vlan_id_variable)
|
|
261
|
+
|
|
262
|
+
|
|
263
|
+
def get_other_ucse_feature(feature_profile_id: Optional[str] = None,
|
|
264
|
+
id: Optional[str] = None,
|
|
265
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetOtherUcseFeatureResult:
|
|
266
|
+
"""
|
|
267
|
+
This data source can read the Other UCSE Feature.
|
|
268
|
+
|
|
269
|
+
## Example Usage
|
|
270
|
+
|
|
271
|
+
```python
|
|
272
|
+
import pulumi
|
|
273
|
+
import pulumi_sdwan as sdwan
|
|
274
|
+
|
|
275
|
+
example = sdwan.get_other_ucse_feature(id="f6b2c44c-693c-4763-b010-895aa3d236bd",
|
|
276
|
+
feature_profile_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac")
|
|
277
|
+
```
|
|
278
|
+
|
|
279
|
+
|
|
280
|
+
:param str feature_profile_id: Feature Profile ID
|
|
281
|
+
:param str id: The id of the Feature
|
|
282
|
+
"""
|
|
283
|
+
__args__ = dict()
|
|
284
|
+
__args__['featureProfileId'] = feature_profile_id
|
|
285
|
+
__args__['id'] = id
|
|
286
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
287
|
+
__ret__ = pulumi.runtime.invoke('sdwan:index/getOtherUcseFeature:getOtherUcseFeature', __args__, opts=opts, typ=GetOtherUcseFeatureResult).value
|
|
288
|
+
|
|
289
|
+
return AwaitableGetOtherUcseFeatureResult(
|
|
290
|
+
access_port_dedicated=pulumi.get(__ret__, 'access_port_dedicated'),
|
|
291
|
+
access_port_shared_failover_type=pulumi.get(__ret__, 'access_port_shared_failover_type'),
|
|
292
|
+
access_port_shared_type=pulumi.get(__ret__, 'access_port_shared_type'),
|
|
293
|
+
assign_priority=pulumi.get(__ret__, 'assign_priority'),
|
|
294
|
+
assign_priority_variable=pulumi.get(__ret__, 'assign_priority_variable'),
|
|
295
|
+
bay=pulumi.get(__ret__, 'bay'),
|
|
296
|
+
default_gateway=pulumi.get(__ret__, 'default_gateway'),
|
|
297
|
+
default_gateway_variable=pulumi.get(__ret__, 'default_gateway_variable'),
|
|
298
|
+
description=pulumi.get(__ret__, 'description'),
|
|
299
|
+
feature_profile_id=pulumi.get(__ret__, 'feature_profile_id'),
|
|
300
|
+
id=pulumi.get(__ret__, 'id'),
|
|
301
|
+
interfaces=pulumi.get(__ret__, 'interfaces'),
|
|
302
|
+
ipv4_address=pulumi.get(__ret__, 'ipv4_address'),
|
|
303
|
+
ipv4_address_variable=pulumi.get(__ret__, 'ipv4_address_variable'),
|
|
304
|
+
name=pulumi.get(__ret__, 'name'),
|
|
305
|
+
slot=pulumi.get(__ret__, 'slot'),
|
|
306
|
+
version=pulumi.get(__ret__, 'version'),
|
|
307
|
+
vlan_id=pulumi.get(__ret__, 'vlan_id'),
|
|
308
|
+
vlan_id_variable=pulumi.get(__ret__, 'vlan_id_variable'))
|
|
309
|
+
def get_other_ucse_feature_output(feature_profile_id: Optional[pulumi.Input[str]] = None,
|
|
310
|
+
id: Optional[pulumi.Input[str]] = None,
|
|
311
|
+
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetOtherUcseFeatureResult]:
|
|
312
|
+
"""
|
|
313
|
+
This data source can read the Other UCSE Feature.
|
|
314
|
+
|
|
315
|
+
## Example Usage
|
|
316
|
+
|
|
317
|
+
```python
|
|
318
|
+
import pulumi
|
|
319
|
+
import pulumi_sdwan as sdwan
|
|
320
|
+
|
|
321
|
+
example = sdwan.get_other_ucse_feature(id="f6b2c44c-693c-4763-b010-895aa3d236bd",
|
|
322
|
+
feature_profile_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac")
|
|
323
|
+
```
|
|
324
|
+
|
|
325
|
+
|
|
326
|
+
:param str feature_profile_id: Feature Profile ID
|
|
327
|
+
:param str id: The id of the Feature
|
|
328
|
+
"""
|
|
329
|
+
__args__ = dict()
|
|
330
|
+
__args__['featureProfileId'] = feature_profile_id
|
|
331
|
+
__args__['id'] = id
|
|
332
|
+
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
333
|
+
__ret__ = pulumi.runtime.invoke_output('sdwan:index/getOtherUcseFeature:getOtherUcseFeature', __args__, opts=opts, typ=GetOtherUcseFeatureResult)
|
|
334
|
+
return __ret__.apply(lambda __response__: GetOtherUcseFeatureResult(
|
|
335
|
+
access_port_dedicated=pulumi.get(__response__, 'access_port_dedicated'),
|
|
336
|
+
access_port_shared_failover_type=pulumi.get(__response__, 'access_port_shared_failover_type'),
|
|
337
|
+
access_port_shared_type=pulumi.get(__response__, 'access_port_shared_type'),
|
|
338
|
+
assign_priority=pulumi.get(__response__, 'assign_priority'),
|
|
339
|
+
assign_priority_variable=pulumi.get(__response__, 'assign_priority_variable'),
|
|
340
|
+
bay=pulumi.get(__response__, 'bay'),
|
|
341
|
+
default_gateway=pulumi.get(__response__, 'default_gateway'),
|
|
342
|
+
default_gateway_variable=pulumi.get(__response__, 'default_gateway_variable'),
|
|
343
|
+
description=pulumi.get(__response__, 'description'),
|
|
344
|
+
feature_profile_id=pulumi.get(__response__, 'feature_profile_id'),
|
|
345
|
+
id=pulumi.get(__response__, 'id'),
|
|
346
|
+
interfaces=pulumi.get(__response__, 'interfaces'),
|
|
347
|
+
ipv4_address=pulumi.get(__response__, 'ipv4_address'),
|
|
348
|
+
ipv4_address_variable=pulumi.get(__response__, 'ipv4_address_variable'),
|
|
349
|
+
name=pulumi.get(__response__, 'name'),
|
|
350
|
+
slot=pulumi.get(__response__, 'slot'),
|
|
351
|
+
version=pulumi.get(__response__, 'version'),
|
|
352
|
+
vlan_id=pulumi.get(__response__, 'vlan_id'),
|
|
353
|
+
vlan_id_variable=pulumi.get(__response__, 'vlan_id_variable')))
|