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
pulumi_sdwan/__init__.py
ADDED
|
@@ -0,0 +1,2284 @@
|
|
|
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
|
+
from . import _utilities
|
|
6
|
+
import typing
|
|
7
|
+
# Export this package's modules as members:
|
|
8
|
+
from .activate_centralized_policy import *
|
|
9
|
+
from .advanced_inspection_profile_policy_definition import *
|
|
10
|
+
from .advanced_malware_protection_policy_definition import *
|
|
11
|
+
from .allow_url_list_policy_object import *
|
|
12
|
+
from .app_probe_class_policy_object import *
|
|
13
|
+
from .application_aware_routing_policy_definition import *
|
|
14
|
+
from .application_list_policy_object import *
|
|
15
|
+
from .application_priority_feature_profile import *
|
|
16
|
+
from .application_priority_qos_policy import *
|
|
17
|
+
from .application_priority_traffic_policy_policy import *
|
|
18
|
+
from .as_path_list_policy_object import *
|
|
19
|
+
from .attach_feature_device_template import *
|
|
20
|
+
from .block_url_list_policy_object import *
|
|
21
|
+
from .cedge_aaa_feature_template import *
|
|
22
|
+
from .cedge_global_feature_template import *
|
|
23
|
+
from .cedge_igmp_feature_template import *
|
|
24
|
+
from .cedge_multicast_feature_template import *
|
|
25
|
+
from .cedge_pim_feature_template import *
|
|
26
|
+
from .cellular_cedge_profile_feature_template import *
|
|
27
|
+
from .cellular_controller_feature_template import *
|
|
28
|
+
from .cellular_profile_feature_template import *
|
|
29
|
+
from .centralized_policy import *
|
|
30
|
+
from .cflowd_policy_definition import *
|
|
31
|
+
from .cisco_banner_feature_template import *
|
|
32
|
+
from .cisco_bfd_feature_template import *
|
|
33
|
+
from .cisco_bgp_feature_template import *
|
|
34
|
+
from .cisco_dhcp_server_feature_template import *
|
|
35
|
+
from .cisco_logging_feature_template import *
|
|
36
|
+
from .cisco_ntp_feature_template import *
|
|
37
|
+
from .cisco_omp_feature_template import *
|
|
38
|
+
from .cisco_ospf_feature_template import *
|
|
39
|
+
from .cisco_ospfv3_feature_template import *
|
|
40
|
+
from .cisco_secure_internet_gateway_feature_template import *
|
|
41
|
+
from .cisco_security_feature_template import *
|
|
42
|
+
from .cisco_sig_credentials_feature_template import *
|
|
43
|
+
from .cisco_snmp_feature_template import *
|
|
44
|
+
from .cisco_system_feature_template import *
|
|
45
|
+
from .cisco_thousandeyes_feature_template import *
|
|
46
|
+
from .cisco_trustsec_feature_template import *
|
|
47
|
+
from .cisco_vpn_feature_template import *
|
|
48
|
+
from .cisco_vpn_interface_feature_template import *
|
|
49
|
+
from .cisco_vpn_interface_gre_feature_template import *
|
|
50
|
+
from .cisco_vpn_interface_ipsec_feature_template import *
|
|
51
|
+
from .cisco_wireless_lan_feature_template import *
|
|
52
|
+
from .class_map_policy_object import *
|
|
53
|
+
from .cli_config_feature import *
|
|
54
|
+
from .cli_device_template import *
|
|
55
|
+
from .cli_feature_profile import *
|
|
56
|
+
from .cli_template_feature_template import *
|
|
57
|
+
from .color_list_policy_object import *
|
|
58
|
+
from .configuration_group import *
|
|
59
|
+
from .custom_control_topology_policy_definition import *
|
|
60
|
+
from .data_fqdn_prefix_list_policy_object import *
|
|
61
|
+
from .data_ipv4_prefix_list_policy_object import *
|
|
62
|
+
from .data_ipv6_prefix_list_policy_object import *
|
|
63
|
+
from .dns_security_feature_profile import *
|
|
64
|
+
from .dns_security_policy_definition import *
|
|
65
|
+
from .domain_list_policy_object import *
|
|
66
|
+
from .eigrp_feature_template import *
|
|
67
|
+
from .embedded_security_feature_profile import *
|
|
68
|
+
from .expanded_community_list_policy_object import *
|
|
69
|
+
from .extended_community_list_policy_object import *
|
|
70
|
+
from .feature_device_template import *
|
|
71
|
+
from .geo_location_list_policy_object import *
|
|
72
|
+
from .get_advanced_inspection_profile_policy_definition import *
|
|
73
|
+
from .get_advanced_malware_protection_policy_definition import *
|
|
74
|
+
from .get_allow_url_list_policy_object import *
|
|
75
|
+
from .get_app_probe_class_policy_object import *
|
|
76
|
+
from .get_application_aware_routing_policy_definition import *
|
|
77
|
+
from .get_application_list_policy_object import *
|
|
78
|
+
from .get_application_priority_feature_profile import *
|
|
79
|
+
from .get_application_priority_qos_policy import *
|
|
80
|
+
from .get_application_priority_traffic_policy_policy import *
|
|
81
|
+
from .get_as_path_list_policy_object import *
|
|
82
|
+
from .get_block_url_list_policy_object import *
|
|
83
|
+
from .get_cedge_aaa_feature_template import *
|
|
84
|
+
from .get_cedge_global_feature_template import *
|
|
85
|
+
from .get_cedge_igmp_feature_template import *
|
|
86
|
+
from .get_cedge_multicast_feature_template import *
|
|
87
|
+
from .get_cedge_pim_feature_template import *
|
|
88
|
+
from .get_cellular_cedge_profile_feature_template import *
|
|
89
|
+
from .get_cellular_controller_feature_template import *
|
|
90
|
+
from .get_cellular_profile_feature_template import *
|
|
91
|
+
from .get_centralized_policy import *
|
|
92
|
+
from .get_cflowd_policy_definition import *
|
|
93
|
+
from .get_cisco_banner_feature_template import *
|
|
94
|
+
from .get_cisco_bfd_feature_template import *
|
|
95
|
+
from .get_cisco_bgp_feature_template import *
|
|
96
|
+
from .get_cisco_dhcp_server_feature_template import *
|
|
97
|
+
from .get_cisco_logging_feature_template import *
|
|
98
|
+
from .get_cisco_ntp_feature_template import *
|
|
99
|
+
from .get_cisco_omp_feature_template import *
|
|
100
|
+
from .get_cisco_ospf_feature_template import *
|
|
101
|
+
from .get_cisco_ospfv3_feature_template import *
|
|
102
|
+
from .get_cisco_secure_internet_gateway_feature_template import *
|
|
103
|
+
from .get_cisco_security_feature_template import *
|
|
104
|
+
from .get_cisco_sig_credentials_feature_template import *
|
|
105
|
+
from .get_cisco_snmp_feature_template import *
|
|
106
|
+
from .get_cisco_system_feature_template import *
|
|
107
|
+
from .get_cisco_thousandeyes_feature_template import *
|
|
108
|
+
from .get_cisco_trustsec_feature_template import *
|
|
109
|
+
from .get_cisco_vpn_feature_template import *
|
|
110
|
+
from .get_cisco_vpn_interface_feature_template import *
|
|
111
|
+
from .get_cisco_vpn_interface_gre_feature_template import *
|
|
112
|
+
from .get_cisco_vpn_interface_ipsec_feature_template import *
|
|
113
|
+
from .get_cisco_wireless_lan_feature_template import *
|
|
114
|
+
from .get_class_map_policy_object import *
|
|
115
|
+
from .get_cli_config_feature import *
|
|
116
|
+
from .get_cli_device_template import *
|
|
117
|
+
from .get_cli_feature_profile import *
|
|
118
|
+
from .get_cli_template_feature_template import *
|
|
119
|
+
from .get_color_list_policy_object import *
|
|
120
|
+
from .get_configuration_group import *
|
|
121
|
+
from .get_custom_control_topology_policy_definition import *
|
|
122
|
+
from .get_data_fqdn_prefix_list_policy_object import *
|
|
123
|
+
from .get_data_ipv4_prefix_list_policy_object import *
|
|
124
|
+
from .get_data_ipv6_prefix_list_policy_object import *
|
|
125
|
+
from .get_device import *
|
|
126
|
+
from .get_dns_security_feature_profile import *
|
|
127
|
+
from .get_dns_security_policy_definition import *
|
|
128
|
+
from .get_domain_list_policy_object import *
|
|
129
|
+
from .get_eigrp_feature_template import *
|
|
130
|
+
from .get_embedded_security_feature_profile import *
|
|
131
|
+
from .get_expanded_community_list_policy_object import *
|
|
132
|
+
from .get_extended_community_list_policy_object import *
|
|
133
|
+
from .get_feature_device_template import *
|
|
134
|
+
from .get_geo_location_list_policy_object import *
|
|
135
|
+
from .get_gps_feature_template import *
|
|
136
|
+
from .get_hub_and_spoke_topology_policy_definition import *
|
|
137
|
+
from .get_intrusion_prevention_policy_definition import *
|
|
138
|
+
from .get_ips_signature_list_policy_object import *
|
|
139
|
+
from .get_ipv4_acl_policy_definition import *
|
|
140
|
+
from .get_ipv4_device_acl_policy_definition import *
|
|
141
|
+
from .get_ipv4_prefix_list_policy_object import *
|
|
142
|
+
from .get_ipv6_acl_policy_definition import *
|
|
143
|
+
from .get_ipv6_device_acl_policy_definition import *
|
|
144
|
+
from .get_ipv6_prefix_list_policy_object import *
|
|
145
|
+
from .get_local_application_list_policy_object import *
|
|
146
|
+
from .get_localized_policy import *
|
|
147
|
+
from .get_mesh_topology_policy_definition import *
|
|
148
|
+
from .get_mirror_policy_object import *
|
|
149
|
+
from .get_object_group_policy_definition import *
|
|
150
|
+
from .get_other_feature_profile import *
|
|
151
|
+
from .get_other_thousandeyes_feature import *
|
|
152
|
+
from .get_other_ucse_feature import *
|
|
153
|
+
from .get_policer_policy_object import *
|
|
154
|
+
from .get_policy_object_app_probe_class import *
|
|
155
|
+
from .get_policy_object_application_list import *
|
|
156
|
+
from .get_policy_object_as_path_list import *
|
|
157
|
+
from .get_policy_object_class_map import *
|
|
158
|
+
from .get_policy_object_color_list import *
|
|
159
|
+
from .get_policy_object_data_ipv4_prefix_list import *
|
|
160
|
+
from .get_policy_object_data_ipv6_prefix_list import *
|
|
161
|
+
from .get_policy_object_expanded_community_list import *
|
|
162
|
+
from .get_policy_object_extended_community_list import *
|
|
163
|
+
from .get_policy_object_feature_profile import *
|
|
164
|
+
from .get_policy_object_ipv4_prefix_list import *
|
|
165
|
+
from .get_policy_object_ipv6_prefix_list import *
|
|
166
|
+
from .get_policy_object_mirror import *
|
|
167
|
+
from .get_policy_object_policer import *
|
|
168
|
+
from .get_policy_object_preferred_color_group import *
|
|
169
|
+
from .get_policy_object_security_data_ipv4_prefix_list import *
|
|
170
|
+
from .get_policy_object_security_fqdn_list import *
|
|
171
|
+
from .get_policy_object_security_geolocation_list import *
|
|
172
|
+
from .get_policy_object_security_identity_list import *
|
|
173
|
+
from .get_policy_object_security_ips_signature import *
|
|
174
|
+
from .get_policy_object_security_local_application_list import *
|
|
175
|
+
from .get_policy_object_security_local_domain_list import *
|
|
176
|
+
from .get_policy_object_security_port_list import *
|
|
177
|
+
from .get_policy_object_security_scalable_group_tag_list import *
|
|
178
|
+
from .get_policy_object_security_url_allow_list import *
|
|
179
|
+
from .get_policy_object_security_url_block_list import *
|
|
180
|
+
from .get_policy_object_sla_class_list import *
|
|
181
|
+
from .get_policy_object_standard_community_list import *
|
|
182
|
+
from .get_policy_object_tloc_list import *
|
|
183
|
+
from .get_policy_object_vpn_group import *
|
|
184
|
+
from .get_port_list_policy_object import *
|
|
185
|
+
from .get_preferred_color_group_policy_object import *
|
|
186
|
+
from .get_protocol_list_policy_object import *
|
|
187
|
+
from .get_qos_map_policy_definition import *
|
|
188
|
+
from .get_region_list_policy_object import *
|
|
189
|
+
from .get_rewrite_rule_policy_definition import *
|
|
190
|
+
from .get_route_policy_definition import *
|
|
191
|
+
from .get_rule_set_policy_definition import *
|
|
192
|
+
from .get_security_app_hosting_feature_template import *
|
|
193
|
+
from .get_security_policy import *
|
|
194
|
+
from .get_service_dhcp_server_feature import *
|
|
195
|
+
from .get_service_feature_profile import *
|
|
196
|
+
from .get_service_ipv4_acl_feature import *
|
|
197
|
+
from .get_service_ipv6_acl_feature import *
|
|
198
|
+
from .get_service_lan_vpn_feature import *
|
|
199
|
+
from .get_service_lan_vpn_feature_associate_multicast_feature import *
|
|
200
|
+
from .get_service_lan_vpn_feature_associate_routing_bgp_feature import *
|
|
201
|
+
from .get_service_lan_vpn_feature_associate_routing_eigrp_feature import *
|
|
202
|
+
from .get_service_lan_vpn_feature_associate_routing_ospf_feature import *
|
|
203
|
+
from .get_service_lan_vpn_feature_associate_routing_ospfv3_ipv4_feature import *
|
|
204
|
+
from .get_service_lan_vpn_feature_associate_routing_ospfv3_ipv6_feature import *
|
|
205
|
+
from .get_service_lan_vpn_interface_ethernet_feature import *
|
|
206
|
+
from .get_service_lan_vpn_interface_ethernet_feature_associate_dhcp_server_feature import *
|
|
207
|
+
from .get_service_lan_vpn_interface_gre_feature import *
|
|
208
|
+
from .get_service_lan_vpn_interface_ipsec_feature import *
|
|
209
|
+
from .get_service_lan_vpn_interface_ipsec_feature_associate_dhcp_server_feature import *
|
|
210
|
+
from .get_service_lan_vpn_interface_svi_feature import *
|
|
211
|
+
from .get_service_lan_vpn_interface_svi_feature_associate_dhcp_server_feature import *
|
|
212
|
+
from .get_service_multicast_feature import *
|
|
213
|
+
from .get_service_object_tracker_feature import *
|
|
214
|
+
from .get_service_object_tracker_group_feature import *
|
|
215
|
+
from .get_service_route_policy_feature import *
|
|
216
|
+
from .get_service_routing_bgp_feature import *
|
|
217
|
+
from .get_service_routing_eigrp_feature import *
|
|
218
|
+
from .get_service_routing_ospf_feature import *
|
|
219
|
+
from .get_service_routing_ospfv3_ipv4_feature import *
|
|
220
|
+
from .get_service_routing_ospfv3_ipv6_feature import *
|
|
221
|
+
from .get_service_switchport_feature import *
|
|
222
|
+
from .get_service_tracker_feature import *
|
|
223
|
+
from .get_service_tracker_group_feature import *
|
|
224
|
+
from .get_service_wireless_lan_feature import *
|
|
225
|
+
from .get_sig_security_feature_profile import *
|
|
226
|
+
from .get_site_list_policy_object import *
|
|
227
|
+
from .get_sla_class_policy_object import *
|
|
228
|
+
from .get_standard_community_list_policy_object import *
|
|
229
|
+
from .get_switchport_feature_template import *
|
|
230
|
+
from .get_system_aaa_feature import *
|
|
231
|
+
from .get_system_banner_feature import *
|
|
232
|
+
from .get_system_basic_feature import *
|
|
233
|
+
from .get_system_bfd_feature import *
|
|
234
|
+
from .get_system_feature_profile import *
|
|
235
|
+
from .get_system_flexible_port_speed_feature import *
|
|
236
|
+
from .get_system_global_feature import *
|
|
237
|
+
from .get_system_ipv4_device_access_feature import *
|
|
238
|
+
from .get_system_ipv6_device_access_feature import *
|
|
239
|
+
from .get_system_logging_feature import *
|
|
240
|
+
from .get_system_mrf_feature import *
|
|
241
|
+
from .get_system_ntp_feature import *
|
|
242
|
+
from .get_system_omp_feature import *
|
|
243
|
+
from .get_system_performance_monitoring_feature import *
|
|
244
|
+
from .get_system_remote_access_feature import *
|
|
245
|
+
from .get_system_security_feature import *
|
|
246
|
+
from .get_system_snmp_feature import *
|
|
247
|
+
from .get_tloc_list_policy_object import *
|
|
248
|
+
from .get_tls_ssl_decryption_policy_definition import *
|
|
249
|
+
from .get_tls_ssl_profile_policy_definition import *
|
|
250
|
+
from .get_traffic_data_policy_definition import *
|
|
251
|
+
from .get_transport_cellular_controller_feature import *
|
|
252
|
+
from .get_transport_cellular_profile_feature import *
|
|
253
|
+
from .get_transport_feature_profile import *
|
|
254
|
+
from .get_transport_gps_feature import *
|
|
255
|
+
from .get_transport_ipv4_acl_feature import *
|
|
256
|
+
from .get_transport_ipv6_acl_feature import *
|
|
257
|
+
from .get_transport_ipv6_tracker_feature import *
|
|
258
|
+
from .get_transport_ipv6_tracker_group_feature import *
|
|
259
|
+
from .get_transport_management_vpn_feature import *
|
|
260
|
+
from .get_transport_management_vpn_interface_ethernet_feature import *
|
|
261
|
+
from .get_transport_route_policy_feature import *
|
|
262
|
+
from .get_transport_routing_bgp_feature import *
|
|
263
|
+
from .get_transport_routing_ospf_feature import *
|
|
264
|
+
from .get_transport_routing_ospfv3_ipv4_feature import *
|
|
265
|
+
from .get_transport_routing_ospfv3_ipv6_feature import *
|
|
266
|
+
from .get_transport_t1_e1_controller_feature import *
|
|
267
|
+
from .get_transport_tracker_feature import *
|
|
268
|
+
from .get_transport_tracker_group_feature import *
|
|
269
|
+
from .get_transport_wan_vpn_feature import *
|
|
270
|
+
from .get_transport_wan_vpn_feature_associate_routing_bgp_feature import *
|
|
271
|
+
from .get_transport_wan_vpn_feature_associate_routing_ospf_feature import *
|
|
272
|
+
from .get_transport_wan_vpn_feature_associate_routing_ospfv3_ipv4_feature import *
|
|
273
|
+
from .get_transport_wan_vpn_feature_associate_routing_ospfv3_ipv6_feature import *
|
|
274
|
+
from .get_transport_wan_vpn_interface_cellular_feature import *
|
|
275
|
+
from .get_transport_wan_vpn_interface_ethernet_feature import *
|
|
276
|
+
from .get_transport_wan_vpn_interface_ethernet_feature_associate_ipv6_tracker_feature import *
|
|
277
|
+
from .get_transport_wan_vpn_interface_ethernet_feature_associate_ipv6_tracker_group_feature import *
|
|
278
|
+
from .get_transport_wan_vpn_interface_ethernet_feature_associate_tracker_feature import *
|
|
279
|
+
from .get_transport_wan_vpn_interface_ethernet_feature_associate_tracker_group_feature import *
|
|
280
|
+
from .get_transport_wan_vpn_interface_gre_feature import *
|
|
281
|
+
from .get_transport_wan_vpn_interface_ipsec_feature import *
|
|
282
|
+
from .get_transport_wan_vpn_interface_t1_e1_serial_feature import *
|
|
283
|
+
from .get_url_filtering_policy_definition import *
|
|
284
|
+
from .get_vedge_inventory import *
|
|
285
|
+
from .get_vpn_interface_cellular_feature_template import *
|
|
286
|
+
from .get_vpn_interface_dsl_ipoe_feature_template import *
|
|
287
|
+
from .get_vpn_interface_dsl_pppoa_feature_template import *
|
|
288
|
+
from .get_vpn_interface_dsl_pppoe_feature_template import *
|
|
289
|
+
from .get_vpn_interface_ethernet_pppoe_feature_template import *
|
|
290
|
+
from .get_vpn_interface_multilink_feature_template import *
|
|
291
|
+
from .get_vpn_interface_svi_feature_template import *
|
|
292
|
+
from .get_vpn_interface_t1_e1_serial_feature_template import *
|
|
293
|
+
from .get_vpn_list_policy_object import *
|
|
294
|
+
from .get_vpn_membership_policy_definition import *
|
|
295
|
+
from .get_zone_based_firewall_policy_definition import *
|
|
296
|
+
from .get_zone_list_policy_object import *
|
|
297
|
+
from .gps_feature_template import *
|
|
298
|
+
from .hub_and_spoke_topology_policy_definition import *
|
|
299
|
+
from .intrusion_prevention_policy_definition import *
|
|
300
|
+
from .ips_signature_list_policy_object import *
|
|
301
|
+
from .ipv4_acl_policy_definition import *
|
|
302
|
+
from .ipv4_device_acl_policy_definition import *
|
|
303
|
+
from .ipv4_prefix_list_policy_object import *
|
|
304
|
+
from .ipv6_acl_policy_definition import *
|
|
305
|
+
from .ipv6_device_acl_policy_definition import *
|
|
306
|
+
from .ipv6_prefix_list_policy_object import *
|
|
307
|
+
from .local_application_list_policy_object import *
|
|
308
|
+
from .localized_policy import *
|
|
309
|
+
from .mesh_topology_policy_definition import *
|
|
310
|
+
from .mirror_policy_object import *
|
|
311
|
+
from .object_group_policy_definition import *
|
|
312
|
+
from .other_feature_profile import *
|
|
313
|
+
from .other_thousandeyes_feature import *
|
|
314
|
+
from .other_ucse_feature import *
|
|
315
|
+
from .policer_policy_object import *
|
|
316
|
+
from .policy_object_app_probe_class import *
|
|
317
|
+
from .policy_object_application_list import *
|
|
318
|
+
from .policy_object_as_path_list import *
|
|
319
|
+
from .policy_object_class_map import *
|
|
320
|
+
from .policy_object_color_list import *
|
|
321
|
+
from .policy_object_data_ipv4_prefix_list import *
|
|
322
|
+
from .policy_object_data_ipv6_prefix_list import *
|
|
323
|
+
from .policy_object_expanded_community_list import *
|
|
324
|
+
from .policy_object_extended_community_list import *
|
|
325
|
+
from .policy_object_feature_profile import *
|
|
326
|
+
from .policy_object_ipv4_prefix_list import *
|
|
327
|
+
from .policy_object_ipv6_prefix_list import *
|
|
328
|
+
from .policy_object_mirror import *
|
|
329
|
+
from .policy_object_policer import *
|
|
330
|
+
from .policy_object_preferred_color_group import *
|
|
331
|
+
from .policy_object_security_data_ipv4_prefix_list import *
|
|
332
|
+
from .policy_object_security_fqdn_list import *
|
|
333
|
+
from .policy_object_security_geolocation_list import *
|
|
334
|
+
from .policy_object_security_identity_list import *
|
|
335
|
+
from .policy_object_security_ips_signature import *
|
|
336
|
+
from .policy_object_security_local_application_list import *
|
|
337
|
+
from .policy_object_security_local_domain_list import *
|
|
338
|
+
from .policy_object_security_port_list import *
|
|
339
|
+
from .policy_object_security_scalable_group_tag_list import *
|
|
340
|
+
from .policy_object_security_url_allow_list import *
|
|
341
|
+
from .policy_object_security_url_block_list import *
|
|
342
|
+
from .policy_object_sla_class_list import *
|
|
343
|
+
from .policy_object_standard_community_list import *
|
|
344
|
+
from .policy_object_tloc_list import *
|
|
345
|
+
from .policy_object_vpn_group import *
|
|
346
|
+
from .port_list_policy_object import *
|
|
347
|
+
from .preferred_color_group_policy_object import *
|
|
348
|
+
from .protocol_list_policy_object import *
|
|
349
|
+
from .provider import *
|
|
350
|
+
from .qos_map_policy_definition import *
|
|
351
|
+
from .region_list_policy_object import *
|
|
352
|
+
from .rewrite_rule_policy_definition import *
|
|
353
|
+
from .route_policy_definition import *
|
|
354
|
+
from .rule_set_policy_definition import *
|
|
355
|
+
from .security_app_hosting_feature_template import *
|
|
356
|
+
from .security_policy import *
|
|
357
|
+
from .service_dhcp_server_feature import *
|
|
358
|
+
from .service_feature_profile import *
|
|
359
|
+
from .service_ipv4_acl_feature import *
|
|
360
|
+
from .service_ipv6_acl_feature import *
|
|
361
|
+
from .service_lan_vpn_feature import *
|
|
362
|
+
from .service_lan_vpn_feature_associate_multicast_feature import *
|
|
363
|
+
from .service_lan_vpn_feature_associate_routing_bgp_feature import *
|
|
364
|
+
from .service_lan_vpn_feature_associate_routing_eigrp_feature import *
|
|
365
|
+
from .service_lan_vpn_feature_associate_routing_ospf_feature import *
|
|
366
|
+
from .service_lan_vpn_feature_associate_routing_ospfv3_ipv4_feature import *
|
|
367
|
+
from .service_lan_vpn_feature_associate_routing_ospfv3_ipv6_feature import *
|
|
368
|
+
from .service_lan_vpn_interface_ethernet_feature import *
|
|
369
|
+
from .service_lan_vpn_interface_ethernet_feature_associate_dhcp_server_feature import *
|
|
370
|
+
from .service_lan_vpn_interface_gre_feature import *
|
|
371
|
+
from .service_lan_vpn_interface_ipsec_feature import *
|
|
372
|
+
from .service_lan_vpn_interface_ipsec_feature_associate_dhcp_server_feature import *
|
|
373
|
+
from .service_lan_vpn_interface_svi_feature import *
|
|
374
|
+
from .service_lan_vpn_interface_svi_feature_associate_dhcp_server_feature import *
|
|
375
|
+
from .service_multicast_feature import *
|
|
376
|
+
from .service_object_tracker_feature import *
|
|
377
|
+
from .service_object_tracker_group_feature import *
|
|
378
|
+
from .service_route_policy_feature import *
|
|
379
|
+
from .service_routing_bgp_feature import *
|
|
380
|
+
from .service_routing_eigrp_feature import *
|
|
381
|
+
from .service_routing_ospf_feature import *
|
|
382
|
+
from .service_routing_ospfv3_ipv4_feature import *
|
|
383
|
+
from .service_routing_ospfv3_ipv6_feature import *
|
|
384
|
+
from .service_switchport_feature import *
|
|
385
|
+
from .service_tracker_feature import *
|
|
386
|
+
from .service_tracker_group_feature import *
|
|
387
|
+
from .service_wireless_lan_feature import *
|
|
388
|
+
from .sig_security_feature_profile import *
|
|
389
|
+
from .site_list_policy_object import *
|
|
390
|
+
from .sla_class_policy_object import *
|
|
391
|
+
from .standard_community_list_policy_object import *
|
|
392
|
+
from .switchport_feature_template import *
|
|
393
|
+
from .system_aaa_feature import *
|
|
394
|
+
from .system_banner_feature import *
|
|
395
|
+
from .system_basic_feature import *
|
|
396
|
+
from .system_bfd_feature import *
|
|
397
|
+
from .system_feature_profile import *
|
|
398
|
+
from .system_flexible_port_speed_feature import *
|
|
399
|
+
from .system_global_feature import *
|
|
400
|
+
from .system_ipv4_device_access_feature import *
|
|
401
|
+
from .system_ipv6_device_access_feature import *
|
|
402
|
+
from .system_logging_feature import *
|
|
403
|
+
from .system_mrf_feature import *
|
|
404
|
+
from .system_ntp_feature import *
|
|
405
|
+
from .system_omp_feature import *
|
|
406
|
+
from .system_performance_monitoring_feature import *
|
|
407
|
+
from .system_remote_access_feature import *
|
|
408
|
+
from .system_security_feature import *
|
|
409
|
+
from .system_snmp_feature import *
|
|
410
|
+
from .tloc_list_policy_object import *
|
|
411
|
+
from .tls_ssl_decryption_policy_definition import *
|
|
412
|
+
from .tls_ssl_profile_policy_definition import *
|
|
413
|
+
from .traffic_data_policy_definition import *
|
|
414
|
+
from .transport_cellular_controller_feature import *
|
|
415
|
+
from .transport_cellular_profile_feature import *
|
|
416
|
+
from .transport_feature_profile import *
|
|
417
|
+
from .transport_gps_feature import *
|
|
418
|
+
from .transport_ipv4_acl_feature import *
|
|
419
|
+
from .transport_ipv6_acl_feature import *
|
|
420
|
+
from .transport_ipv6_tracker_feature import *
|
|
421
|
+
from .transport_ipv6_tracker_group_feature import *
|
|
422
|
+
from .transport_management_vpn_feature import *
|
|
423
|
+
from .transport_management_vpn_interface_ethernet_feature import *
|
|
424
|
+
from .transport_route_policy_feature import *
|
|
425
|
+
from .transport_routing_bgp_feature import *
|
|
426
|
+
from .transport_routing_ospf_feature import *
|
|
427
|
+
from .transport_routing_ospfv3_ipv4_feature import *
|
|
428
|
+
from .transport_routing_ospfv3_ipv6_feature import *
|
|
429
|
+
from .transport_t1_e1_controller_feature import *
|
|
430
|
+
from .transport_tracker_feature import *
|
|
431
|
+
from .transport_tracker_group_feature import *
|
|
432
|
+
from .transport_wan_vpn_feature import *
|
|
433
|
+
from .transport_wan_vpn_feature_associate_routing_bgp_feature import *
|
|
434
|
+
from .transport_wan_vpn_feature_associate_routing_ospf_feature import *
|
|
435
|
+
from .transport_wan_vpn_feature_associate_routing_ospfv3_ipv4_feature import *
|
|
436
|
+
from .transport_wan_vpn_feature_associate_routing_ospfv3_ipv6_feature import *
|
|
437
|
+
from .transport_wan_vpn_interface_cellular_feature import *
|
|
438
|
+
from .transport_wan_vpn_interface_ethernet_feature import *
|
|
439
|
+
from .transport_wan_vpn_interface_ethernet_feature_associate_ipv6_tracker_feature import *
|
|
440
|
+
from .transport_wan_vpn_interface_ethernet_feature_associate_ipv6_tracker_group_feature import *
|
|
441
|
+
from .transport_wan_vpn_interface_ethernet_feature_associate_tracker_feature import *
|
|
442
|
+
from .transport_wan_vpn_interface_ethernet_feature_associate_tracker_group_feature import *
|
|
443
|
+
from .transport_wan_vpn_interface_gre_feature import *
|
|
444
|
+
from .transport_wan_vpn_interface_ipsec_feature import *
|
|
445
|
+
from .transport_wan_vpn_interface_t1_e1_serial_feature import *
|
|
446
|
+
from .url_filtering_policy_definition import *
|
|
447
|
+
from .vpn_interface_cellular_feature_template import *
|
|
448
|
+
from .vpn_interface_dsl_ipoe_feature_template import *
|
|
449
|
+
from .vpn_interface_dsl_pppoa_feature_template import *
|
|
450
|
+
from .vpn_interface_dsl_pppoe_feature_template import *
|
|
451
|
+
from .vpn_interface_ethernet_pppoe_feature_template import *
|
|
452
|
+
from .vpn_interface_multilink_feature_template import *
|
|
453
|
+
from .vpn_interface_svi_feature_template import *
|
|
454
|
+
from .vpn_interface_t1_e1_serial_feature_template import *
|
|
455
|
+
from .vpn_list_policy_object import *
|
|
456
|
+
from .vpn_membership_policy_definition import *
|
|
457
|
+
from .zone_based_firewall_policy_definition import *
|
|
458
|
+
from .zone_list_policy_object import *
|
|
459
|
+
from ._inputs import *
|
|
460
|
+
from . import outputs
|
|
461
|
+
|
|
462
|
+
# Make subpackages available:
|
|
463
|
+
if typing.TYPE_CHECKING:
|
|
464
|
+
import pulumi_sdwan.config as __config
|
|
465
|
+
config = __config
|
|
466
|
+
else:
|
|
467
|
+
config = _utilities.lazy_import('pulumi_sdwan.config')
|
|
468
|
+
|
|
469
|
+
_utilities.register(
|
|
470
|
+
resource_modules="""
|
|
471
|
+
[
|
|
472
|
+
{
|
|
473
|
+
"pkg": "sdwan",
|
|
474
|
+
"mod": "index/activateCentralizedPolicy",
|
|
475
|
+
"fqn": "pulumi_sdwan",
|
|
476
|
+
"classes": {
|
|
477
|
+
"sdwan:index/activateCentralizedPolicy:ActivateCentralizedPolicy": "ActivateCentralizedPolicy"
|
|
478
|
+
}
|
|
479
|
+
},
|
|
480
|
+
{
|
|
481
|
+
"pkg": "sdwan",
|
|
482
|
+
"mod": "index/advancedInspectionProfilePolicyDefinition",
|
|
483
|
+
"fqn": "pulumi_sdwan",
|
|
484
|
+
"classes": {
|
|
485
|
+
"sdwan:index/advancedInspectionProfilePolicyDefinition:AdvancedInspectionProfilePolicyDefinition": "AdvancedInspectionProfilePolicyDefinition"
|
|
486
|
+
}
|
|
487
|
+
},
|
|
488
|
+
{
|
|
489
|
+
"pkg": "sdwan",
|
|
490
|
+
"mod": "index/advancedMalwareProtectionPolicyDefinition",
|
|
491
|
+
"fqn": "pulumi_sdwan",
|
|
492
|
+
"classes": {
|
|
493
|
+
"sdwan:index/advancedMalwareProtectionPolicyDefinition:AdvancedMalwareProtectionPolicyDefinition": "AdvancedMalwareProtectionPolicyDefinition"
|
|
494
|
+
}
|
|
495
|
+
},
|
|
496
|
+
{
|
|
497
|
+
"pkg": "sdwan",
|
|
498
|
+
"mod": "index/allowUrlListPolicyObject",
|
|
499
|
+
"fqn": "pulumi_sdwan",
|
|
500
|
+
"classes": {
|
|
501
|
+
"sdwan:index/allowUrlListPolicyObject:AllowUrlListPolicyObject": "AllowUrlListPolicyObject"
|
|
502
|
+
}
|
|
503
|
+
},
|
|
504
|
+
{
|
|
505
|
+
"pkg": "sdwan",
|
|
506
|
+
"mod": "index/appProbeClassPolicyObject",
|
|
507
|
+
"fqn": "pulumi_sdwan",
|
|
508
|
+
"classes": {
|
|
509
|
+
"sdwan:index/appProbeClassPolicyObject:AppProbeClassPolicyObject": "AppProbeClassPolicyObject"
|
|
510
|
+
}
|
|
511
|
+
},
|
|
512
|
+
{
|
|
513
|
+
"pkg": "sdwan",
|
|
514
|
+
"mod": "index/applicationAwareRoutingPolicyDefinition",
|
|
515
|
+
"fqn": "pulumi_sdwan",
|
|
516
|
+
"classes": {
|
|
517
|
+
"sdwan:index/applicationAwareRoutingPolicyDefinition:ApplicationAwareRoutingPolicyDefinition": "ApplicationAwareRoutingPolicyDefinition"
|
|
518
|
+
}
|
|
519
|
+
},
|
|
520
|
+
{
|
|
521
|
+
"pkg": "sdwan",
|
|
522
|
+
"mod": "index/applicationListPolicyObject",
|
|
523
|
+
"fqn": "pulumi_sdwan",
|
|
524
|
+
"classes": {
|
|
525
|
+
"sdwan:index/applicationListPolicyObject:ApplicationListPolicyObject": "ApplicationListPolicyObject"
|
|
526
|
+
}
|
|
527
|
+
},
|
|
528
|
+
{
|
|
529
|
+
"pkg": "sdwan",
|
|
530
|
+
"mod": "index/applicationPriorityFeatureProfile",
|
|
531
|
+
"fqn": "pulumi_sdwan",
|
|
532
|
+
"classes": {
|
|
533
|
+
"sdwan:index/applicationPriorityFeatureProfile:ApplicationPriorityFeatureProfile": "ApplicationPriorityFeatureProfile"
|
|
534
|
+
}
|
|
535
|
+
},
|
|
536
|
+
{
|
|
537
|
+
"pkg": "sdwan",
|
|
538
|
+
"mod": "index/applicationPriorityQosPolicy",
|
|
539
|
+
"fqn": "pulumi_sdwan",
|
|
540
|
+
"classes": {
|
|
541
|
+
"sdwan:index/applicationPriorityQosPolicy:ApplicationPriorityQosPolicy": "ApplicationPriorityQosPolicy"
|
|
542
|
+
}
|
|
543
|
+
},
|
|
544
|
+
{
|
|
545
|
+
"pkg": "sdwan",
|
|
546
|
+
"mod": "index/applicationPriorityTrafficPolicyPolicy",
|
|
547
|
+
"fqn": "pulumi_sdwan",
|
|
548
|
+
"classes": {
|
|
549
|
+
"sdwan:index/applicationPriorityTrafficPolicyPolicy:ApplicationPriorityTrafficPolicyPolicy": "ApplicationPriorityTrafficPolicyPolicy"
|
|
550
|
+
}
|
|
551
|
+
},
|
|
552
|
+
{
|
|
553
|
+
"pkg": "sdwan",
|
|
554
|
+
"mod": "index/asPathListPolicyObject",
|
|
555
|
+
"fqn": "pulumi_sdwan",
|
|
556
|
+
"classes": {
|
|
557
|
+
"sdwan:index/asPathListPolicyObject:AsPathListPolicyObject": "AsPathListPolicyObject"
|
|
558
|
+
}
|
|
559
|
+
},
|
|
560
|
+
{
|
|
561
|
+
"pkg": "sdwan",
|
|
562
|
+
"mod": "index/attachFeatureDeviceTemplate",
|
|
563
|
+
"fqn": "pulumi_sdwan",
|
|
564
|
+
"classes": {
|
|
565
|
+
"sdwan:index/attachFeatureDeviceTemplate:AttachFeatureDeviceTemplate": "AttachFeatureDeviceTemplate"
|
|
566
|
+
}
|
|
567
|
+
},
|
|
568
|
+
{
|
|
569
|
+
"pkg": "sdwan",
|
|
570
|
+
"mod": "index/blockUrlListPolicyObject",
|
|
571
|
+
"fqn": "pulumi_sdwan",
|
|
572
|
+
"classes": {
|
|
573
|
+
"sdwan:index/blockUrlListPolicyObject:BlockUrlListPolicyObject": "BlockUrlListPolicyObject"
|
|
574
|
+
}
|
|
575
|
+
},
|
|
576
|
+
{
|
|
577
|
+
"pkg": "sdwan",
|
|
578
|
+
"mod": "index/cedgeAaaFeatureTemplate",
|
|
579
|
+
"fqn": "pulumi_sdwan",
|
|
580
|
+
"classes": {
|
|
581
|
+
"sdwan:index/cedgeAaaFeatureTemplate:CedgeAaaFeatureTemplate": "CedgeAaaFeatureTemplate"
|
|
582
|
+
}
|
|
583
|
+
},
|
|
584
|
+
{
|
|
585
|
+
"pkg": "sdwan",
|
|
586
|
+
"mod": "index/cedgeGlobalFeatureTemplate",
|
|
587
|
+
"fqn": "pulumi_sdwan",
|
|
588
|
+
"classes": {
|
|
589
|
+
"sdwan:index/cedgeGlobalFeatureTemplate:CedgeGlobalFeatureTemplate": "CedgeGlobalFeatureTemplate"
|
|
590
|
+
}
|
|
591
|
+
},
|
|
592
|
+
{
|
|
593
|
+
"pkg": "sdwan",
|
|
594
|
+
"mod": "index/cedgeIgmpFeatureTemplate",
|
|
595
|
+
"fqn": "pulumi_sdwan",
|
|
596
|
+
"classes": {
|
|
597
|
+
"sdwan:index/cedgeIgmpFeatureTemplate:CedgeIgmpFeatureTemplate": "CedgeIgmpFeatureTemplate"
|
|
598
|
+
}
|
|
599
|
+
},
|
|
600
|
+
{
|
|
601
|
+
"pkg": "sdwan",
|
|
602
|
+
"mod": "index/cedgeMulticastFeatureTemplate",
|
|
603
|
+
"fqn": "pulumi_sdwan",
|
|
604
|
+
"classes": {
|
|
605
|
+
"sdwan:index/cedgeMulticastFeatureTemplate:CedgeMulticastFeatureTemplate": "CedgeMulticastFeatureTemplate"
|
|
606
|
+
}
|
|
607
|
+
},
|
|
608
|
+
{
|
|
609
|
+
"pkg": "sdwan",
|
|
610
|
+
"mod": "index/cedgePimFeatureTemplate",
|
|
611
|
+
"fqn": "pulumi_sdwan",
|
|
612
|
+
"classes": {
|
|
613
|
+
"sdwan:index/cedgePimFeatureTemplate:CedgePimFeatureTemplate": "CedgePimFeatureTemplate"
|
|
614
|
+
}
|
|
615
|
+
},
|
|
616
|
+
{
|
|
617
|
+
"pkg": "sdwan",
|
|
618
|
+
"mod": "index/cellularCedgeProfileFeatureTemplate",
|
|
619
|
+
"fqn": "pulumi_sdwan",
|
|
620
|
+
"classes": {
|
|
621
|
+
"sdwan:index/cellularCedgeProfileFeatureTemplate:CellularCedgeProfileFeatureTemplate": "CellularCedgeProfileFeatureTemplate"
|
|
622
|
+
}
|
|
623
|
+
},
|
|
624
|
+
{
|
|
625
|
+
"pkg": "sdwan",
|
|
626
|
+
"mod": "index/cellularControllerFeatureTemplate",
|
|
627
|
+
"fqn": "pulumi_sdwan",
|
|
628
|
+
"classes": {
|
|
629
|
+
"sdwan:index/cellularControllerFeatureTemplate:CellularControllerFeatureTemplate": "CellularControllerFeatureTemplate"
|
|
630
|
+
}
|
|
631
|
+
},
|
|
632
|
+
{
|
|
633
|
+
"pkg": "sdwan",
|
|
634
|
+
"mod": "index/cellularProfileFeatureTemplate",
|
|
635
|
+
"fqn": "pulumi_sdwan",
|
|
636
|
+
"classes": {
|
|
637
|
+
"sdwan:index/cellularProfileFeatureTemplate:CellularProfileFeatureTemplate": "CellularProfileFeatureTemplate"
|
|
638
|
+
}
|
|
639
|
+
},
|
|
640
|
+
{
|
|
641
|
+
"pkg": "sdwan",
|
|
642
|
+
"mod": "index/centralizedPolicy",
|
|
643
|
+
"fqn": "pulumi_sdwan",
|
|
644
|
+
"classes": {
|
|
645
|
+
"sdwan:index/centralizedPolicy:CentralizedPolicy": "CentralizedPolicy"
|
|
646
|
+
}
|
|
647
|
+
},
|
|
648
|
+
{
|
|
649
|
+
"pkg": "sdwan",
|
|
650
|
+
"mod": "index/cflowdPolicyDefinition",
|
|
651
|
+
"fqn": "pulumi_sdwan",
|
|
652
|
+
"classes": {
|
|
653
|
+
"sdwan:index/cflowdPolicyDefinition:CflowdPolicyDefinition": "CflowdPolicyDefinition"
|
|
654
|
+
}
|
|
655
|
+
},
|
|
656
|
+
{
|
|
657
|
+
"pkg": "sdwan",
|
|
658
|
+
"mod": "index/ciscoBannerFeatureTemplate",
|
|
659
|
+
"fqn": "pulumi_sdwan",
|
|
660
|
+
"classes": {
|
|
661
|
+
"sdwan:index/ciscoBannerFeatureTemplate:CiscoBannerFeatureTemplate": "CiscoBannerFeatureTemplate"
|
|
662
|
+
}
|
|
663
|
+
},
|
|
664
|
+
{
|
|
665
|
+
"pkg": "sdwan",
|
|
666
|
+
"mod": "index/ciscoBfdFeatureTemplate",
|
|
667
|
+
"fqn": "pulumi_sdwan",
|
|
668
|
+
"classes": {
|
|
669
|
+
"sdwan:index/ciscoBfdFeatureTemplate:CiscoBfdFeatureTemplate": "CiscoBfdFeatureTemplate"
|
|
670
|
+
}
|
|
671
|
+
},
|
|
672
|
+
{
|
|
673
|
+
"pkg": "sdwan",
|
|
674
|
+
"mod": "index/ciscoBgpFeatureTemplate",
|
|
675
|
+
"fqn": "pulumi_sdwan",
|
|
676
|
+
"classes": {
|
|
677
|
+
"sdwan:index/ciscoBgpFeatureTemplate:CiscoBgpFeatureTemplate": "CiscoBgpFeatureTemplate"
|
|
678
|
+
}
|
|
679
|
+
},
|
|
680
|
+
{
|
|
681
|
+
"pkg": "sdwan",
|
|
682
|
+
"mod": "index/ciscoDhcpServerFeatureTemplate",
|
|
683
|
+
"fqn": "pulumi_sdwan",
|
|
684
|
+
"classes": {
|
|
685
|
+
"sdwan:index/ciscoDhcpServerFeatureTemplate:CiscoDhcpServerFeatureTemplate": "CiscoDhcpServerFeatureTemplate"
|
|
686
|
+
}
|
|
687
|
+
},
|
|
688
|
+
{
|
|
689
|
+
"pkg": "sdwan",
|
|
690
|
+
"mod": "index/ciscoLoggingFeatureTemplate",
|
|
691
|
+
"fqn": "pulumi_sdwan",
|
|
692
|
+
"classes": {
|
|
693
|
+
"sdwan:index/ciscoLoggingFeatureTemplate:CiscoLoggingFeatureTemplate": "CiscoLoggingFeatureTemplate"
|
|
694
|
+
}
|
|
695
|
+
},
|
|
696
|
+
{
|
|
697
|
+
"pkg": "sdwan",
|
|
698
|
+
"mod": "index/ciscoNtpFeatureTemplate",
|
|
699
|
+
"fqn": "pulumi_sdwan",
|
|
700
|
+
"classes": {
|
|
701
|
+
"sdwan:index/ciscoNtpFeatureTemplate:CiscoNtpFeatureTemplate": "CiscoNtpFeatureTemplate"
|
|
702
|
+
}
|
|
703
|
+
},
|
|
704
|
+
{
|
|
705
|
+
"pkg": "sdwan",
|
|
706
|
+
"mod": "index/ciscoOmpFeatureTemplate",
|
|
707
|
+
"fqn": "pulumi_sdwan",
|
|
708
|
+
"classes": {
|
|
709
|
+
"sdwan:index/ciscoOmpFeatureTemplate:CiscoOmpFeatureTemplate": "CiscoOmpFeatureTemplate"
|
|
710
|
+
}
|
|
711
|
+
},
|
|
712
|
+
{
|
|
713
|
+
"pkg": "sdwan",
|
|
714
|
+
"mod": "index/ciscoOspfFeatureTemplate",
|
|
715
|
+
"fqn": "pulumi_sdwan",
|
|
716
|
+
"classes": {
|
|
717
|
+
"sdwan:index/ciscoOspfFeatureTemplate:CiscoOspfFeatureTemplate": "CiscoOspfFeatureTemplate"
|
|
718
|
+
}
|
|
719
|
+
},
|
|
720
|
+
{
|
|
721
|
+
"pkg": "sdwan",
|
|
722
|
+
"mod": "index/ciscoOspfv3FeatureTemplate",
|
|
723
|
+
"fqn": "pulumi_sdwan",
|
|
724
|
+
"classes": {
|
|
725
|
+
"sdwan:index/ciscoOspfv3FeatureTemplate:CiscoOspfv3FeatureTemplate": "CiscoOspfv3FeatureTemplate"
|
|
726
|
+
}
|
|
727
|
+
},
|
|
728
|
+
{
|
|
729
|
+
"pkg": "sdwan",
|
|
730
|
+
"mod": "index/ciscoSecureInternetGatewayFeatureTemplate",
|
|
731
|
+
"fqn": "pulumi_sdwan",
|
|
732
|
+
"classes": {
|
|
733
|
+
"sdwan:index/ciscoSecureInternetGatewayFeatureTemplate:CiscoSecureInternetGatewayFeatureTemplate": "CiscoSecureInternetGatewayFeatureTemplate"
|
|
734
|
+
}
|
|
735
|
+
},
|
|
736
|
+
{
|
|
737
|
+
"pkg": "sdwan",
|
|
738
|
+
"mod": "index/ciscoSecurityFeatureTemplate",
|
|
739
|
+
"fqn": "pulumi_sdwan",
|
|
740
|
+
"classes": {
|
|
741
|
+
"sdwan:index/ciscoSecurityFeatureTemplate:CiscoSecurityFeatureTemplate": "CiscoSecurityFeatureTemplate"
|
|
742
|
+
}
|
|
743
|
+
},
|
|
744
|
+
{
|
|
745
|
+
"pkg": "sdwan",
|
|
746
|
+
"mod": "index/ciscoSigCredentialsFeatureTemplate",
|
|
747
|
+
"fqn": "pulumi_sdwan",
|
|
748
|
+
"classes": {
|
|
749
|
+
"sdwan:index/ciscoSigCredentialsFeatureTemplate:CiscoSigCredentialsFeatureTemplate": "CiscoSigCredentialsFeatureTemplate"
|
|
750
|
+
}
|
|
751
|
+
},
|
|
752
|
+
{
|
|
753
|
+
"pkg": "sdwan",
|
|
754
|
+
"mod": "index/ciscoSnmpFeatureTemplate",
|
|
755
|
+
"fqn": "pulumi_sdwan",
|
|
756
|
+
"classes": {
|
|
757
|
+
"sdwan:index/ciscoSnmpFeatureTemplate:CiscoSnmpFeatureTemplate": "CiscoSnmpFeatureTemplate"
|
|
758
|
+
}
|
|
759
|
+
},
|
|
760
|
+
{
|
|
761
|
+
"pkg": "sdwan",
|
|
762
|
+
"mod": "index/ciscoSystemFeatureTemplate",
|
|
763
|
+
"fqn": "pulumi_sdwan",
|
|
764
|
+
"classes": {
|
|
765
|
+
"sdwan:index/ciscoSystemFeatureTemplate:CiscoSystemFeatureTemplate": "CiscoSystemFeatureTemplate"
|
|
766
|
+
}
|
|
767
|
+
},
|
|
768
|
+
{
|
|
769
|
+
"pkg": "sdwan",
|
|
770
|
+
"mod": "index/ciscoThousandeyesFeatureTemplate",
|
|
771
|
+
"fqn": "pulumi_sdwan",
|
|
772
|
+
"classes": {
|
|
773
|
+
"sdwan:index/ciscoThousandeyesFeatureTemplate:CiscoThousandeyesFeatureTemplate": "CiscoThousandeyesFeatureTemplate"
|
|
774
|
+
}
|
|
775
|
+
},
|
|
776
|
+
{
|
|
777
|
+
"pkg": "sdwan",
|
|
778
|
+
"mod": "index/ciscoTrustsecFeatureTemplate",
|
|
779
|
+
"fqn": "pulumi_sdwan",
|
|
780
|
+
"classes": {
|
|
781
|
+
"sdwan:index/ciscoTrustsecFeatureTemplate:CiscoTrustsecFeatureTemplate": "CiscoTrustsecFeatureTemplate"
|
|
782
|
+
}
|
|
783
|
+
},
|
|
784
|
+
{
|
|
785
|
+
"pkg": "sdwan",
|
|
786
|
+
"mod": "index/ciscoVpnFeatureTemplate",
|
|
787
|
+
"fqn": "pulumi_sdwan",
|
|
788
|
+
"classes": {
|
|
789
|
+
"sdwan:index/ciscoVpnFeatureTemplate:CiscoVpnFeatureTemplate": "CiscoVpnFeatureTemplate"
|
|
790
|
+
}
|
|
791
|
+
},
|
|
792
|
+
{
|
|
793
|
+
"pkg": "sdwan",
|
|
794
|
+
"mod": "index/ciscoVpnInterfaceFeatureTemplate",
|
|
795
|
+
"fqn": "pulumi_sdwan",
|
|
796
|
+
"classes": {
|
|
797
|
+
"sdwan:index/ciscoVpnInterfaceFeatureTemplate:CiscoVpnInterfaceFeatureTemplate": "CiscoVpnInterfaceFeatureTemplate"
|
|
798
|
+
}
|
|
799
|
+
},
|
|
800
|
+
{
|
|
801
|
+
"pkg": "sdwan",
|
|
802
|
+
"mod": "index/ciscoVpnInterfaceGreFeatureTemplate",
|
|
803
|
+
"fqn": "pulumi_sdwan",
|
|
804
|
+
"classes": {
|
|
805
|
+
"sdwan:index/ciscoVpnInterfaceGreFeatureTemplate:CiscoVpnInterfaceGreFeatureTemplate": "CiscoVpnInterfaceGreFeatureTemplate"
|
|
806
|
+
}
|
|
807
|
+
},
|
|
808
|
+
{
|
|
809
|
+
"pkg": "sdwan",
|
|
810
|
+
"mod": "index/ciscoVpnInterfaceIpsecFeatureTemplate",
|
|
811
|
+
"fqn": "pulumi_sdwan",
|
|
812
|
+
"classes": {
|
|
813
|
+
"sdwan:index/ciscoVpnInterfaceIpsecFeatureTemplate:CiscoVpnInterfaceIpsecFeatureTemplate": "CiscoVpnInterfaceIpsecFeatureTemplate"
|
|
814
|
+
}
|
|
815
|
+
},
|
|
816
|
+
{
|
|
817
|
+
"pkg": "sdwan",
|
|
818
|
+
"mod": "index/ciscoWirelessLanFeatureTemplate",
|
|
819
|
+
"fqn": "pulumi_sdwan",
|
|
820
|
+
"classes": {
|
|
821
|
+
"sdwan:index/ciscoWirelessLanFeatureTemplate:CiscoWirelessLanFeatureTemplate": "CiscoWirelessLanFeatureTemplate"
|
|
822
|
+
}
|
|
823
|
+
},
|
|
824
|
+
{
|
|
825
|
+
"pkg": "sdwan",
|
|
826
|
+
"mod": "index/classMapPolicyObject",
|
|
827
|
+
"fqn": "pulumi_sdwan",
|
|
828
|
+
"classes": {
|
|
829
|
+
"sdwan:index/classMapPolicyObject:ClassMapPolicyObject": "ClassMapPolicyObject"
|
|
830
|
+
}
|
|
831
|
+
},
|
|
832
|
+
{
|
|
833
|
+
"pkg": "sdwan",
|
|
834
|
+
"mod": "index/cliConfigFeature",
|
|
835
|
+
"fqn": "pulumi_sdwan",
|
|
836
|
+
"classes": {
|
|
837
|
+
"sdwan:index/cliConfigFeature:CliConfigFeature": "CliConfigFeature"
|
|
838
|
+
}
|
|
839
|
+
},
|
|
840
|
+
{
|
|
841
|
+
"pkg": "sdwan",
|
|
842
|
+
"mod": "index/cliDeviceTemplate",
|
|
843
|
+
"fqn": "pulumi_sdwan",
|
|
844
|
+
"classes": {
|
|
845
|
+
"sdwan:index/cliDeviceTemplate:CliDeviceTemplate": "CliDeviceTemplate"
|
|
846
|
+
}
|
|
847
|
+
},
|
|
848
|
+
{
|
|
849
|
+
"pkg": "sdwan",
|
|
850
|
+
"mod": "index/cliFeatureProfile",
|
|
851
|
+
"fqn": "pulumi_sdwan",
|
|
852
|
+
"classes": {
|
|
853
|
+
"sdwan:index/cliFeatureProfile:CliFeatureProfile": "CliFeatureProfile"
|
|
854
|
+
}
|
|
855
|
+
},
|
|
856
|
+
{
|
|
857
|
+
"pkg": "sdwan",
|
|
858
|
+
"mod": "index/cliTemplateFeatureTemplate",
|
|
859
|
+
"fqn": "pulumi_sdwan",
|
|
860
|
+
"classes": {
|
|
861
|
+
"sdwan:index/cliTemplateFeatureTemplate:CliTemplateFeatureTemplate": "CliTemplateFeatureTemplate"
|
|
862
|
+
}
|
|
863
|
+
},
|
|
864
|
+
{
|
|
865
|
+
"pkg": "sdwan",
|
|
866
|
+
"mod": "index/colorListPolicyObject",
|
|
867
|
+
"fqn": "pulumi_sdwan",
|
|
868
|
+
"classes": {
|
|
869
|
+
"sdwan:index/colorListPolicyObject:ColorListPolicyObject": "ColorListPolicyObject"
|
|
870
|
+
}
|
|
871
|
+
},
|
|
872
|
+
{
|
|
873
|
+
"pkg": "sdwan",
|
|
874
|
+
"mod": "index/configurationGroup",
|
|
875
|
+
"fqn": "pulumi_sdwan",
|
|
876
|
+
"classes": {
|
|
877
|
+
"sdwan:index/configurationGroup:ConfigurationGroup": "ConfigurationGroup"
|
|
878
|
+
}
|
|
879
|
+
},
|
|
880
|
+
{
|
|
881
|
+
"pkg": "sdwan",
|
|
882
|
+
"mod": "index/customControlTopologyPolicyDefinition",
|
|
883
|
+
"fqn": "pulumi_sdwan",
|
|
884
|
+
"classes": {
|
|
885
|
+
"sdwan:index/customControlTopologyPolicyDefinition:CustomControlTopologyPolicyDefinition": "CustomControlTopologyPolicyDefinition"
|
|
886
|
+
}
|
|
887
|
+
},
|
|
888
|
+
{
|
|
889
|
+
"pkg": "sdwan",
|
|
890
|
+
"mod": "index/dataFqdnPrefixListPolicyObject",
|
|
891
|
+
"fqn": "pulumi_sdwan",
|
|
892
|
+
"classes": {
|
|
893
|
+
"sdwan:index/dataFqdnPrefixListPolicyObject:DataFqdnPrefixListPolicyObject": "DataFqdnPrefixListPolicyObject"
|
|
894
|
+
}
|
|
895
|
+
},
|
|
896
|
+
{
|
|
897
|
+
"pkg": "sdwan",
|
|
898
|
+
"mod": "index/dataIpv4PrefixListPolicyObject",
|
|
899
|
+
"fqn": "pulumi_sdwan",
|
|
900
|
+
"classes": {
|
|
901
|
+
"sdwan:index/dataIpv4PrefixListPolicyObject:DataIpv4PrefixListPolicyObject": "DataIpv4PrefixListPolicyObject"
|
|
902
|
+
}
|
|
903
|
+
},
|
|
904
|
+
{
|
|
905
|
+
"pkg": "sdwan",
|
|
906
|
+
"mod": "index/dataIpv6PrefixListPolicyObject",
|
|
907
|
+
"fqn": "pulumi_sdwan",
|
|
908
|
+
"classes": {
|
|
909
|
+
"sdwan:index/dataIpv6PrefixListPolicyObject:DataIpv6PrefixListPolicyObject": "DataIpv6PrefixListPolicyObject"
|
|
910
|
+
}
|
|
911
|
+
},
|
|
912
|
+
{
|
|
913
|
+
"pkg": "sdwan",
|
|
914
|
+
"mod": "index/dnsSecurityFeatureProfile",
|
|
915
|
+
"fqn": "pulumi_sdwan",
|
|
916
|
+
"classes": {
|
|
917
|
+
"sdwan:index/dnsSecurityFeatureProfile:DnsSecurityFeatureProfile": "DnsSecurityFeatureProfile"
|
|
918
|
+
}
|
|
919
|
+
},
|
|
920
|
+
{
|
|
921
|
+
"pkg": "sdwan",
|
|
922
|
+
"mod": "index/dnsSecurityPolicyDefinition",
|
|
923
|
+
"fqn": "pulumi_sdwan",
|
|
924
|
+
"classes": {
|
|
925
|
+
"sdwan:index/dnsSecurityPolicyDefinition:DnsSecurityPolicyDefinition": "DnsSecurityPolicyDefinition"
|
|
926
|
+
}
|
|
927
|
+
},
|
|
928
|
+
{
|
|
929
|
+
"pkg": "sdwan",
|
|
930
|
+
"mod": "index/domainListPolicyObject",
|
|
931
|
+
"fqn": "pulumi_sdwan",
|
|
932
|
+
"classes": {
|
|
933
|
+
"sdwan:index/domainListPolicyObject:DomainListPolicyObject": "DomainListPolicyObject"
|
|
934
|
+
}
|
|
935
|
+
},
|
|
936
|
+
{
|
|
937
|
+
"pkg": "sdwan",
|
|
938
|
+
"mod": "index/eigrpFeatureTemplate",
|
|
939
|
+
"fqn": "pulumi_sdwan",
|
|
940
|
+
"classes": {
|
|
941
|
+
"sdwan:index/eigrpFeatureTemplate:EigrpFeatureTemplate": "EigrpFeatureTemplate"
|
|
942
|
+
}
|
|
943
|
+
},
|
|
944
|
+
{
|
|
945
|
+
"pkg": "sdwan",
|
|
946
|
+
"mod": "index/embeddedSecurityFeatureProfile",
|
|
947
|
+
"fqn": "pulumi_sdwan",
|
|
948
|
+
"classes": {
|
|
949
|
+
"sdwan:index/embeddedSecurityFeatureProfile:EmbeddedSecurityFeatureProfile": "EmbeddedSecurityFeatureProfile"
|
|
950
|
+
}
|
|
951
|
+
},
|
|
952
|
+
{
|
|
953
|
+
"pkg": "sdwan",
|
|
954
|
+
"mod": "index/expandedCommunityListPolicyObject",
|
|
955
|
+
"fqn": "pulumi_sdwan",
|
|
956
|
+
"classes": {
|
|
957
|
+
"sdwan:index/expandedCommunityListPolicyObject:ExpandedCommunityListPolicyObject": "ExpandedCommunityListPolicyObject"
|
|
958
|
+
}
|
|
959
|
+
},
|
|
960
|
+
{
|
|
961
|
+
"pkg": "sdwan",
|
|
962
|
+
"mod": "index/extendedCommunityListPolicyObject",
|
|
963
|
+
"fqn": "pulumi_sdwan",
|
|
964
|
+
"classes": {
|
|
965
|
+
"sdwan:index/extendedCommunityListPolicyObject:ExtendedCommunityListPolicyObject": "ExtendedCommunityListPolicyObject"
|
|
966
|
+
}
|
|
967
|
+
},
|
|
968
|
+
{
|
|
969
|
+
"pkg": "sdwan",
|
|
970
|
+
"mod": "index/featureDeviceTemplate",
|
|
971
|
+
"fqn": "pulumi_sdwan",
|
|
972
|
+
"classes": {
|
|
973
|
+
"sdwan:index/featureDeviceTemplate:FeatureDeviceTemplate": "FeatureDeviceTemplate"
|
|
974
|
+
}
|
|
975
|
+
},
|
|
976
|
+
{
|
|
977
|
+
"pkg": "sdwan",
|
|
978
|
+
"mod": "index/geoLocationListPolicyObject",
|
|
979
|
+
"fqn": "pulumi_sdwan",
|
|
980
|
+
"classes": {
|
|
981
|
+
"sdwan:index/geoLocationListPolicyObject:GeoLocationListPolicyObject": "GeoLocationListPolicyObject"
|
|
982
|
+
}
|
|
983
|
+
},
|
|
984
|
+
{
|
|
985
|
+
"pkg": "sdwan",
|
|
986
|
+
"mod": "index/gpsFeatureTemplate",
|
|
987
|
+
"fqn": "pulumi_sdwan",
|
|
988
|
+
"classes": {
|
|
989
|
+
"sdwan:index/gpsFeatureTemplate:GpsFeatureTemplate": "GpsFeatureTemplate"
|
|
990
|
+
}
|
|
991
|
+
},
|
|
992
|
+
{
|
|
993
|
+
"pkg": "sdwan",
|
|
994
|
+
"mod": "index/hubAndSpokeTopologyPolicyDefinition",
|
|
995
|
+
"fqn": "pulumi_sdwan",
|
|
996
|
+
"classes": {
|
|
997
|
+
"sdwan:index/hubAndSpokeTopologyPolicyDefinition:HubAndSpokeTopologyPolicyDefinition": "HubAndSpokeTopologyPolicyDefinition"
|
|
998
|
+
}
|
|
999
|
+
},
|
|
1000
|
+
{
|
|
1001
|
+
"pkg": "sdwan",
|
|
1002
|
+
"mod": "index/intrusionPreventionPolicyDefinition",
|
|
1003
|
+
"fqn": "pulumi_sdwan",
|
|
1004
|
+
"classes": {
|
|
1005
|
+
"sdwan:index/intrusionPreventionPolicyDefinition:IntrusionPreventionPolicyDefinition": "IntrusionPreventionPolicyDefinition"
|
|
1006
|
+
}
|
|
1007
|
+
},
|
|
1008
|
+
{
|
|
1009
|
+
"pkg": "sdwan",
|
|
1010
|
+
"mod": "index/ipsSignatureListPolicyObject",
|
|
1011
|
+
"fqn": "pulumi_sdwan",
|
|
1012
|
+
"classes": {
|
|
1013
|
+
"sdwan:index/ipsSignatureListPolicyObject:IpsSignatureListPolicyObject": "IpsSignatureListPolicyObject"
|
|
1014
|
+
}
|
|
1015
|
+
},
|
|
1016
|
+
{
|
|
1017
|
+
"pkg": "sdwan",
|
|
1018
|
+
"mod": "index/ipv4AclPolicyDefinition",
|
|
1019
|
+
"fqn": "pulumi_sdwan",
|
|
1020
|
+
"classes": {
|
|
1021
|
+
"sdwan:index/ipv4AclPolicyDefinition:Ipv4AclPolicyDefinition": "Ipv4AclPolicyDefinition"
|
|
1022
|
+
}
|
|
1023
|
+
},
|
|
1024
|
+
{
|
|
1025
|
+
"pkg": "sdwan",
|
|
1026
|
+
"mod": "index/ipv4DeviceAclPolicyDefinition",
|
|
1027
|
+
"fqn": "pulumi_sdwan",
|
|
1028
|
+
"classes": {
|
|
1029
|
+
"sdwan:index/ipv4DeviceAclPolicyDefinition:Ipv4DeviceAclPolicyDefinition": "Ipv4DeviceAclPolicyDefinition"
|
|
1030
|
+
}
|
|
1031
|
+
},
|
|
1032
|
+
{
|
|
1033
|
+
"pkg": "sdwan",
|
|
1034
|
+
"mod": "index/ipv4PrefixListPolicyObject",
|
|
1035
|
+
"fqn": "pulumi_sdwan",
|
|
1036
|
+
"classes": {
|
|
1037
|
+
"sdwan:index/ipv4PrefixListPolicyObject:Ipv4PrefixListPolicyObject": "Ipv4PrefixListPolicyObject"
|
|
1038
|
+
}
|
|
1039
|
+
},
|
|
1040
|
+
{
|
|
1041
|
+
"pkg": "sdwan",
|
|
1042
|
+
"mod": "index/ipv6AclPolicyDefinition",
|
|
1043
|
+
"fqn": "pulumi_sdwan",
|
|
1044
|
+
"classes": {
|
|
1045
|
+
"sdwan:index/ipv6AclPolicyDefinition:Ipv6AclPolicyDefinition": "Ipv6AclPolicyDefinition"
|
|
1046
|
+
}
|
|
1047
|
+
},
|
|
1048
|
+
{
|
|
1049
|
+
"pkg": "sdwan",
|
|
1050
|
+
"mod": "index/ipv6DeviceAclPolicyDefinition",
|
|
1051
|
+
"fqn": "pulumi_sdwan",
|
|
1052
|
+
"classes": {
|
|
1053
|
+
"sdwan:index/ipv6DeviceAclPolicyDefinition:Ipv6DeviceAclPolicyDefinition": "Ipv6DeviceAclPolicyDefinition"
|
|
1054
|
+
}
|
|
1055
|
+
},
|
|
1056
|
+
{
|
|
1057
|
+
"pkg": "sdwan",
|
|
1058
|
+
"mod": "index/ipv6PrefixListPolicyObject",
|
|
1059
|
+
"fqn": "pulumi_sdwan",
|
|
1060
|
+
"classes": {
|
|
1061
|
+
"sdwan:index/ipv6PrefixListPolicyObject:Ipv6PrefixListPolicyObject": "Ipv6PrefixListPolicyObject"
|
|
1062
|
+
}
|
|
1063
|
+
},
|
|
1064
|
+
{
|
|
1065
|
+
"pkg": "sdwan",
|
|
1066
|
+
"mod": "index/localApplicationListPolicyObject",
|
|
1067
|
+
"fqn": "pulumi_sdwan",
|
|
1068
|
+
"classes": {
|
|
1069
|
+
"sdwan:index/localApplicationListPolicyObject:LocalApplicationListPolicyObject": "LocalApplicationListPolicyObject"
|
|
1070
|
+
}
|
|
1071
|
+
},
|
|
1072
|
+
{
|
|
1073
|
+
"pkg": "sdwan",
|
|
1074
|
+
"mod": "index/localizedPolicy",
|
|
1075
|
+
"fqn": "pulumi_sdwan",
|
|
1076
|
+
"classes": {
|
|
1077
|
+
"sdwan:index/localizedPolicy:LocalizedPolicy": "LocalizedPolicy"
|
|
1078
|
+
}
|
|
1079
|
+
},
|
|
1080
|
+
{
|
|
1081
|
+
"pkg": "sdwan",
|
|
1082
|
+
"mod": "index/meshTopologyPolicyDefinition",
|
|
1083
|
+
"fqn": "pulumi_sdwan",
|
|
1084
|
+
"classes": {
|
|
1085
|
+
"sdwan:index/meshTopologyPolicyDefinition:MeshTopologyPolicyDefinition": "MeshTopologyPolicyDefinition"
|
|
1086
|
+
}
|
|
1087
|
+
},
|
|
1088
|
+
{
|
|
1089
|
+
"pkg": "sdwan",
|
|
1090
|
+
"mod": "index/mirrorPolicyObject",
|
|
1091
|
+
"fqn": "pulumi_sdwan",
|
|
1092
|
+
"classes": {
|
|
1093
|
+
"sdwan:index/mirrorPolicyObject:MirrorPolicyObject": "MirrorPolicyObject"
|
|
1094
|
+
}
|
|
1095
|
+
},
|
|
1096
|
+
{
|
|
1097
|
+
"pkg": "sdwan",
|
|
1098
|
+
"mod": "index/objectGroupPolicyDefinition",
|
|
1099
|
+
"fqn": "pulumi_sdwan",
|
|
1100
|
+
"classes": {
|
|
1101
|
+
"sdwan:index/objectGroupPolicyDefinition:ObjectGroupPolicyDefinition": "ObjectGroupPolicyDefinition"
|
|
1102
|
+
}
|
|
1103
|
+
},
|
|
1104
|
+
{
|
|
1105
|
+
"pkg": "sdwan",
|
|
1106
|
+
"mod": "index/otherFeatureProfile",
|
|
1107
|
+
"fqn": "pulumi_sdwan",
|
|
1108
|
+
"classes": {
|
|
1109
|
+
"sdwan:index/otherFeatureProfile:OtherFeatureProfile": "OtherFeatureProfile"
|
|
1110
|
+
}
|
|
1111
|
+
},
|
|
1112
|
+
{
|
|
1113
|
+
"pkg": "sdwan",
|
|
1114
|
+
"mod": "index/otherThousandeyesFeature",
|
|
1115
|
+
"fqn": "pulumi_sdwan",
|
|
1116
|
+
"classes": {
|
|
1117
|
+
"sdwan:index/otherThousandeyesFeature:OtherThousandeyesFeature": "OtherThousandeyesFeature"
|
|
1118
|
+
}
|
|
1119
|
+
},
|
|
1120
|
+
{
|
|
1121
|
+
"pkg": "sdwan",
|
|
1122
|
+
"mod": "index/otherUcseFeature",
|
|
1123
|
+
"fqn": "pulumi_sdwan",
|
|
1124
|
+
"classes": {
|
|
1125
|
+
"sdwan:index/otherUcseFeature:OtherUcseFeature": "OtherUcseFeature"
|
|
1126
|
+
}
|
|
1127
|
+
},
|
|
1128
|
+
{
|
|
1129
|
+
"pkg": "sdwan",
|
|
1130
|
+
"mod": "index/policerPolicyObject",
|
|
1131
|
+
"fqn": "pulumi_sdwan",
|
|
1132
|
+
"classes": {
|
|
1133
|
+
"sdwan:index/policerPolicyObject:PolicerPolicyObject": "PolicerPolicyObject"
|
|
1134
|
+
}
|
|
1135
|
+
},
|
|
1136
|
+
{
|
|
1137
|
+
"pkg": "sdwan",
|
|
1138
|
+
"mod": "index/policyObjectAppProbeClass",
|
|
1139
|
+
"fqn": "pulumi_sdwan",
|
|
1140
|
+
"classes": {
|
|
1141
|
+
"sdwan:index/policyObjectAppProbeClass:PolicyObjectAppProbeClass": "PolicyObjectAppProbeClass"
|
|
1142
|
+
}
|
|
1143
|
+
},
|
|
1144
|
+
{
|
|
1145
|
+
"pkg": "sdwan",
|
|
1146
|
+
"mod": "index/policyObjectApplicationList",
|
|
1147
|
+
"fqn": "pulumi_sdwan",
|
|
1148
|
+
"classes": {
|
|
1149
|
+
"sdwan:index/policyObjectApplicationList:PolicyObjectApplicationList": "PolicyObjectApplicationList"
|
|
1150
|
+
}
|
|
1151
|
+
},
|
|
1152
|
+
{
|
|
1153
|
+
"pkg": "sdwan",
|
|
1154
|
+
"mod": "index/policyObjectAsPathList",
|
|
1155
|
+
"fqn": "pulumi_sdwan",
|
|
1156
|
+
"classes": {
|
|
1157
|
+
"sdwan:index/policyObjectAsPathList:PolicyObjectAsPathList": "PolicyObjectAsPathList"
|
|
1158
|
+
}
|
|
1159
|
+
},
|
|
1160
|
+
{
|
|
1161
|
+
"pkg": "sdwan",
|
|
1162
|
+
"mod": "index/policyObjectClassMap",
|
|
1163
|
+
"fqn": "pulumi_sdwan",
|
|
1164
|
+
"classes": {
|
|
1165
|
+
"sdwan:index/policyObjectClassMap:PolicyObjectClassMap": "PolicyObjectClassMap"
|
|
1166
|
+
}
|
|
1167
|
+
},
|
|
1168
|
+
{
|
|
1169
|
+
"pkg": "sdwan",
|
|
1170
|
+
"mod": "index/policyObjectColorList",
|
|
1171
|
+
"fqn": "pulumi_sdwan",
|
|
1172
|
+
"classes": {
|
|
1173
|
+
"sdwan:index/policyObjectColorList:PolicyObjectColorList": "PolicyObjectColorList"
|
|
1174
|
+
}
|
|
1175
|
+
},
|
|
1176
|
+
{
|
|
1177
|
+
"pkg": "sdwan",
|
|
1178
|
+
"mod": "index/policyObjectDataIpv4PrefixList",
|
|
1179
|
+
"fqn": "pulumi_sdwan",
|
|
1180
|
+
"classes": {
|
|
1181
|
+
"sdwan:index/policyObjectDataIpv4PrefixList:PolicyObjectDataIpv4PrefixList": "PolicyObjectDataIpv4PrefixList"
|
|
1182
|
+
}
|
|
1183
|
+
},
|
|
1184
|
+
{
|
|
1185
|
+
"pkg": "sdwan",
|
|
1186
|
+
"mod": "index/policyObjectDataIpv6PrefixList",
|
|
1187
|
+
"fqn": "pulumi_sdwan",
|
|
1188
|
+
"classes": {
|
|
1189
|
+
"sdwan:index/policyObjectDataIpv6PrefixList:PolicyObjectDataIpv6PrefixList": "PolicyObjectDataIpv6PrefixList"
|
|
1190
|
+
}
|
|
1191
|
+
},
|
|
1192
|
+
{
|
|
1193
|
+
"pkg": "sdwan",
|
|
1194
|
+
"mod": "index/policyObjectExpandedCommunityList",
|
|
1195
|
+
"fqn": "pulumi_sdwan",
|
|
1196
|
+
"classes": {
|
|
1197
|
+
"sdwan:index/policyObjectExpandedCommunityList:PolicyObjectExpandedCommunityList": "PolicyObjectExpandedCommunityList"
|
|
1198
|
+
}
|
|
1199
|
+
},
|
|
1200
|
+
{
|
|
1201
|
+
"pkg": "sdwan",
|
|
1202
|
+
"mod": "index/policyObjectExtendedCommunityList",
|
|
1203
|
+
"fqn": "pulumi_sdwan",
|
|
1204
|
+
"classes": {
|
|
1205
|
+
"sdwan:index/policyObjectExtendedCommunityList:PolicyObjectExtendedCommunityList": "PolicyObjectExtendedCommunityList"
|
|
1206
|
+
}
|
|
1207
|
+
},
|
|
1208
|
+
{
|
|
1209
|
+
"pkg": "sdwan",
|
|
1210
|
+
"mod": "index/policyObjectFeatureProfile",
|
|
1211
|
+
"fqn": "pulumi_sdwan",
|
|
1212
|
+
"classes": {
|
|
1213
|
+
"sdwan:index/policyObjectFeatureProfile:PolicyObjectFeatureProfile": "PolicyObjectFeatureProfile"
|
|
1214
|
+
}
|
|
1215
|
+
},
|
|
1216
|
+
{
|
|
1217
|
+
"pkg": "sdwan",
|
|
1218
|
+
"mod": "index/policyObjectIpv4PrefixList",
|
|
1219
|
+
"fqn": "pulumi_sdwan",
|
|
1220
|
+
"classes": {
|
|
1221
|
+
"sdwan:index/policyObjectIpv4PrefixList:PolicyObjectIpv4PrefixList": "PolicyObjectIpv4PrefixList"
|
|
1222
|
+
}
|
|
1223
|
+
},
|
|
1224
|
+
{
|
|
1225
|
+
"pkg": "sdwan",
|
|
1226
|
+
"mod": "index/policyObjectIpv6PrefixList",
|
|
1227
|
+
"fqn": "pulumi_sdwan",
|
|
1228
|
+
"classes": {
|
|
1229
|
+
"sdwan:index/policyObjectIpv6PrefixList:PolicyObjectIpv6PrefixList": "PolicyObjectIpv6PrefixList"
|
|
1230
|
+
}
|
|
1231
|
+
},
|
|
1232
|
+
{
|
|
1233
|
+
"pkg": "sdwan",
|
|
1234
|
+
"mod": "index/policyObjectMirror",
|
|
1235
|
+
"fqn": "pulumi_sdwan",
|
|
1236
|
+
"classes": {
|
|
1237
|
+
"sdwan:index/policyObjectMirror:PolicyObjectMirror": "PolicyObjectMirror"
|
|
1238
|
+
}
|
|
1239
|
+
},
|
|
1240
|
+
{
|
|
1241
|
+
"pkg": "sdwan",
|
|
1242
|
+
"mod": "index/policyObjectPolicer",
|
|
1243
|
+
"fqn": "pulumi_sdwan",
|
|
1244
|
+
"classes": {
|
|
1245
|
+
"sdwan:index/policyObjectPolicer:PolicyObjectPolicer": "PolicyObjectPolicer"
|
|
1246
|
+
}
|
|
1247
|
+
},
|
|
1248
|
+
{
|
|
1249
|
+
"pkg": "sdwan",
|
|
1250
|
+
"mod": "index/policyObjectPreferredColorGroup",
|
|
1251
|
+
"fqn": "pulumi_sdwan",
|
|
1252
|
+
"classes": {
|
|
1253
|
+
"sdwan:index/policyObjectPreferredColorGroup:PolicyObjectPreferredColorGroup": "PolicyObjectPreferredColorGroup"
|
|
1254
|
+
}
|
|
1255
|
+
},
|
|
1256
|
+
{
|
|
1257
|
+
"pkg": "sdwan",
|
|
1258
|
+
"mod": "index/policyObjectSecurityDataIpv4PrefixList",
|
|
1259
|
+
"fqn": "pulumi_sdwan",
|
|
1260
|
+
"classes": {
|
|
1261
|
+
"sdwan:index/policyObjectSecurityDataIpv4PrefixList:PolicyObjectSecurityDataIpv4PrefixList": "PolicyObjectSecurityDataIpv4PrefixList"
|
|
1262
|
+
}
|
|
1263
|
+
},
|
|
1264
|
+
{
|
|
1265
|
+
"pkg": "sdwan",
|
|
1266
|
+
"mod": "index/policyObjectSecurityFqdnList",
|
|
1267
|
+
"fqn": "pulumi_sdwan",
|
|
1268
|
+
"classes": {
|
|
1269
|
+
"sdwan:index/policyObjectSecurityFqdnList:PolicyObjectSecurityFqdnList": "PolicyObjectSecurityFqdnList"
|
|
1270
|
+
}
|
|
1271
|
+
},
|
|
1272
|
+
{
|
|
1273
|
+
"pkg": "sdwan",
|
|
1274
|
+
"mod": "index/policyObjectSecurityGeolocationList",
|
|
1275
|
+
"fqn": "pulumi_sdwan",
|
|
1276
|
+
"classes": {
|
|
1277
|
+
"sdwan:index/policyObjectSecurityGeolocationList:PolicyObjectSecurityGeolocationList": "PolicyObjectSecurityGeolocationList"
|
|
1278
|
+
}
|
|
1279
|
+
},
|
|
1280
|
+
{
|
|
1281
|
+
"pkg": "sdwan",
|
|
1282
|
+
"mod": "index/policyObjectSecurityIdentityList",
|
|
1283
|
+
"fqn": "pulumi_sdwan",
|
|
1284
|
+
"classes": {
|
|
1285
|
+
"sdwan:index/policyObjectSecurityIdentityList:PolicyObjectSecurityIdentityList": "PolicyObjectSecurityIdentityList"
|
|
1286
|
+
}
|
|
1287
|
+
},
|
|
1288
|
+
{
|
|
1289
|
+
"pkg": "sdwan",
|
|
1290
|
+
"mod": "index/policyObjectSecurityIpsSignature",
|
|
1291
|
+
"fqn": "pulumi_sdwan",
|
|
1292
|
+
"classes": {
|
|
1293
|
+
"sdwan:index/policyObjectSecurityIpsSignature:PolicyObjectSecurityIpsSignature": "PolicyObjectSecurityIpsSignature"
|
|
1294
|
+
}
|
|
1295
|
+
},
|
|
1296
|
+
{
|
|
1297
|
+
"pkg": "sdwan",
|
|
1298
|
+
"mod": "index/policyObjectSecurityLocalApplicationList",
|
|
1299
|
+
"fqn": "pulumi_sdwan",
|
|
1300
|
+
"classes": {
|
|
1301
|
+
"sdwan:index/policyObjectSecurityLocalApplicationList:PolicyObjectSecurityLocalApplicationList": "PolicyObjectSecurityLocalApplicationList"
|
|
1302
|
+
}
|
|
1303
|
+
},
|
|
1304
|
+
{
|
|
1305
|
+
"pkg": "sdwan",
|
|
1306
|
+
"mod": "index/policyObjectSecurityLocalDomainList",
|
|
1307
|
+
"fqn": "pulumi_sdwan",
|
|
1308
|
+
"classes": {
|
|
1309
|
+
"sdwan:index/policyObjectSecurityLocalDomainList:PolicyObjectSecurityLocalDomainList": "PolicyObjectSecurityLocalDomainList"
|
|
1310
|
+
}
|
|
1311
|
+
},
|
|
1312
|
+
{
|
|
1313
|
+
"pkg": "sdwan",
|
|
1314
|
+
"mod": "index/policyObjectSecurityPortList",
|
|
1315
|
+
"fqn": "pulumi_sdwan",
|
|
1316
|
+
"classes": {
|
|
1317
|
+
"sdwan:index/policyObjectSecurityPortList:PolicyObjectSecurityPortList": "PolicyObjectSecurityPortList"
|
|
1318
|
+
}
|
|
1319
|
+
},
|
|
1320
|
+
{
|
|
1321
|
+
"pkg": "sdwan",
|
|
1322
|
+
"mod": "index/policyObjectSecurityScalableGroupTagList",
|
|
1323
|
+
"fqn": "pulumi_sdwan",
|
|
1324
|
+
"classes": {
|
|
1325
|
+
"sdwan:index/policyObjectSecurityScalableGroupTagList:PolicyObjectSecurityScalableGroupTagList": "PolicyObjectSecurityScalableGroupTagList"
|
|
1326
|
+
}
|
|
1327
|
+
},
|
|
1328
|
+
{
|
|
1329
|
+
"pkg": "sdwan",
|
|
1330
|
+
"mod": "index/policyObjectSecurityUrlAllowList",
|
|
1331
|
+
"fqn": "pulumi_sdwan",
|
|
1332
|
+
"classes": {
|
|
1333
|
+
"sdwan:index/policyObjectSecurityUrlAllowList:PolicyObjectSecurityUrlAllowList": "PolicyObjectSecurityUrlAllowList"
|
|
1334
|
+
}
|
|
1335
|
+
},
|
|
1336
|
+
{
|
|
1337
|
+
"pkg": "sdwan",
|
|
1338
|
+
"mod": "index/policyObjectSecurityUrlBlockList",
|
|
1339
|
+
"fqn": "pulumi_sdwan",
|
|
1340
|
+
"classes": {
|
|
1341
|
+
"sdwan:index/policyObjectSecurityUrlBlockList:PolicyObjectSecurityUrlBlockList": "PolicyObjectSecurityUrlBlockList"
|
|
1342
|
+
}
|
|
1343
|
+
},
|
|
1344
|
+
{
|
|
1345
|
+
"pkg": "sdwan",
|
|
1346
|
+
"mod": "index/policyObjectSlaClassList",
|
|
1347
|
+
"fqn": "pulumi_sdwan",
|
|
1348
|
+
"classes": {
|
|
1349
|
+
"sdwan:index/policyObjectSlaClassList:PolicyObjectSlaClassList": "PolicyObjectSlaClassList"
|
|
1350
|
+
}
|
|
1351
|
+
},
|
|
1352
|
+
{
|
|
1353
|
+
"pkg": "sdwan",
|
|
1354
|
+
"mod": "index/policyObjectStandardCommunityList",
|
|
1355
|
+
"fqn": "pulumi_sdwan",
|
|
1356
|
+
"classes": {
|
|
1357
|
+
"sdwan:index/policyObjectStandardCommunityList:PolicyObjectStandardCommunityList": "PolicyObjectStandardCommunityList"
|
|
1358
|
+
}
|
|
1359
|
+
},
|
|
1360
|
+
{
|
|
1361
|
+
"pkg": "sdwan",
|
|
1362
|
+
"mod": "index/policyObjectTlocList",
|
|
1363
|
+
"fqn": "pulumi_sdwan",
|
|
1364
|
+
"classes": {
|
|
1365
|
+
"sdwan:index/policyObjectTlocList:PolicyObjectTlocList": "PolicyObjectTlocList"
|
|
1366
|
+
}
|
|
1367
|
+
},
|
|
1368
|
+
{
|
|
1369
|
+
"pkg": "sdwan",
|
|
1370
|
+
"mod": "index/policyObjectVpnGroup",
|
|
1371
|
+
"fqn": "pulumi_sdwan",
|
|
1372
|
+
"classes": {
|
|
1373
|
+
"sdwan:index/policyObjectVpnGroup:PolicyObjectVpnGroup": "PolicyObjectVpnGroup"
|
|
1374
|
+
}
|
|
1375
|
+
},
|
|
1376
|
+
{
|
|
1377
|
+
"pkg": "sdwan",
|
|
1378
|
+
"mod": "index/portListPolicyObject",
|
|
1379
|
+
"fqn": "pulumi_sdwan",
|
|
1380
|
+
"classes": {
|
|
1381
|
+
"sdwan:index/portListPolicyObject:PortListPolicyObject": "PortListPolicyObject"
|
|
1382
|
+
}
|
|
1383
|
+
},
|
|
1384
|
+
{
|
|
1385
|
+
"pkg": "sdwan",
|
|
1386
|
+
"mod": "index/preferredColorGroupPolicyObject",
|
|
1387
|
+
"fqn": "pulumi_sdwan",
|
|
1388
|
+
"classes": {
|
|
1389
|
+
"sdwan:index/preferredColorGroupPolicyObject:PreferredColorGroupPolicyObject": "PreferredColorGroupPolicyObject"
|
|
1390
|
+
}
|
|
1391
|
+
},
|
|
1392
|
+
{
|
|
1393
|
+
"pkg": "sdwan",
|
|
1394
|
+
"mod": "index/protocolListPolicyObject",
|
|
1395
|
+
"fqn": "pulumi_sdwan",
|
|
1396
|
+
"classes": {
|
|
1397
|
+
"sdwan:index/protocolListPolicyObject:ProtocolListPolicyObject": "ProtocolListPolicyObject"
|
|
1398
|
+
}
|
|
1399
|
+
},
|
|
1400
|
+
{
|
|
1401
|
+
"pkg": "sdwan",
|
|
1402
|
+
"mod": "index/qosMapPolicyDefinition",
|
|
1403
|
+
"fqn": "pulumi_sdwan",
|
|
1404
|
+
"classes": {
|
|
1405
|
+
"sdwan:index/qosMapPolicyDefinition:QosMapPolicyDefinition": "QosMapPolicyDefinition"
|
|
1406
|
+
}
|
|
1407
|
+
},
|
|
1408
|
+
{
|
|
1409
|
+
"pkg": "sdwan",
|
|
1410
|
+
"mod": "index/regionListPolicyObject",
|
|
1411
|
+
"fqn": "pulumi_sdwan",
|
|
1412
|
+
"classes": {
|
|
1413
|
+
"sdwan:index/regionListPolicyObject:RegionListPolicyObject": "RegionListPolicyObject"
|
|
1414
|
+
}
|
|
1415
|
+
},
|
|
1416
|
+
{
|
|
1417
|
+
"pkg": "sdwan",
|
|
1418
|
+
"mod": "index/rewriteRulePolicyDefinition",
|
|
1419
|
+
"fqn": "pulumi_sdwan",
|
|
1420
|
+
"classes": {
|
|
1421
|
+
"sdwan:index/rewriteRulePolicyDefinition:RewriteRulePolicyDefinition": "RewriteRulePolicyDefinition"
|
|
1422
|
+
}
|
|
1423
|
+
},
|
|
1424
|
+
{
|
|
1425
|
+
"pkg": "sdwan",
|
|
1426
|
+
"mod": "index/routePolicyDefinition",
|
|
1427
|
+
"fqn": "pulumi_sdwan",
|
|
1428
|
+
"classes": {
|
|
1429
|
+
"sdwan:index/routePolicyDefinition:RoutePolicyDefinition": "RoutePolicyDefinition"
|
|
1430
|
+
}
|
|
1431
|
+
},
|
|
1432
|
+
{
|
|
1433
|
+
"pkg": "sdwan",
|
|
1434
|
+
"mod": "index/ruleSetPolicyDefinition",
|
|
1435
|
+
"fqn": "pulumi_sdwan",
|
|
1436
|
+
"classes": {
|
|
1437
|
+
"sdwan:index/ruleSetPolicyDefinition:RuleSetPolicyDefinition": "RuleSetPolicyDefinition"
|
|
1438
|
+
}
|
|
1439
|
+
},
|
|
1440
|
+
{
|
|
1441
|
+
"pkg": "sdwan",
|
|
1442
|
+
"mod": "index/securityAppHostingFeatureTemplate",
|
|
1443
|
+
"fqn": "pulumi_sdwan",
|
|
1444
|
+
"classes": {
|
|
1445
|
+
"sdwan:index/securityAppHostingFeatureTemplate:SecurityAppHostingFeatureTemplate": "SecurityAppHostingFeatureTemplate"
|
|
1446
|
+
}
|
|
1447
|
+
},
|
|
1448
|
+
{
|
|
1449
|
+
"pkg": "sdwan",
|
|
1450
|
+
"mod": "index/securityPolicy",
|
|
1451
|
+
"fqn": "pulumi_sdwan",
|
|
1452
|
+
"classes": {
|
|
1453
|
+
"sdwan:index/securityPolicy:SecurityPolicy": "SecurityPolicy"
|
|
1454
|
+
}
|
|
1455
|
+
},
|
|
1456
|
+
{
|
|
1457
|
+
"pkg": "sdwan",
|
|
1458
|
+
"mod": "index/serviceDhcpServerFeature",
|
|
1459
|
+
"fqn": "pulumi_sdwan",
|
|
1460
|
+
"classes": {
|
|
1461
|
+
"sdwan:index/serviceDhcpServerFeature:ServiceDhcpServerFeature": "ServiceDhcpServerFeature"
|
|
1462
|
+
}
|
|
1463
|
+
},
|
|
1464
|
+
{
|
|
1465
|
+
"pkg": "sdwan",
|
|
1466
|
+
"mod": "index/serviceFeatureProfile",
|
|
1467
|
+
"fqn": "pulumi_sdwan",
|
|
1468
|
+
"classes": {
|
|
1469
|
+
"sdwan:index/serviceFeatureProfile:ServiceFeatureProfile": "ServiceFeatureProfile"
|
|
1470
|
+
}
|
|
1471
|
+
},
|
|
1472
|
+
{
|
|
1473
|
+
"pkg": "sdwan",
|
|
1474
|
+
"mod": "index/serviceIpv4AclFeature",
|
|
1475
|
+
"fqn": "pulumi_sdwan",
|
|
1476
|
+
"classes": {
|
|
1477
|
+
"sdwan:index/serviceIpv4AclFeature:ServiceIpv4AclFeature": "ServiceIpv4AclFeature"
|
|
1478
|
+
}
|
|
1479
|
+
},
|
|
1480
|
+
{
|
|
1481
|
+
"pkg": "sdwan",
|
|
1482
|
+
"mod": "index/serviceIpv6AclFeature",
|
|
1483
|
+
"fqn": "pulumi_sdwan",
|
|
1484
|
+
"classes": {
|
|
1485
|
+
"sdwan:index/serviceIpv6AclFeature:ServiceIpv6AclFeature": "ServiceIpv6AclFeature"
|
|
1486
|
+
}
|
|
1487
|
+
},
|
|
1488
|
+
{
|
|
1489
|
+
"pkg": "sdwan",
|
|
1490
|
+
"mod": "index/serviceLanVpnFeature",
|
|
1491
|
+
"fqn": "pulumi_sdwan",
|
|
1492
|
+
"classes": {
|
|
1493
|
+
"sdwan:index/serviceLanVpnFeature:ServiceLanVpnFeature": "ServiceLanVpnFeature"
|
|
1494
|
+
}
|
|
1495
|
+
},
|
|
1496
|
+
{
|
|
1497
|
+
"pkg": "sdwan",
|
|
1498
|
+
"mod": "index/serviceLanVpnFeatureAssociateMulticastFeature",
|
|
1499
|
+
"fqn": "pulumi_sdwan",
|
|
1500
|
+
"classes": {
|
|
1501
|
+
"sdwan:index/serviceLanVpnFeatureAssociateMulticastFeature:ServiceLanVpnFeatureAssociateMulticastFeature": "ServiceLanVpnFeatureAssociateMulticastFeature"
|
|
1502
|
+
}
|
|
1503
|
+
},
|
|
1504
|
+
{
|
|
1505
|
+
"pkg": "sdwan",
|
|
1506
|
+
"mod": "index/serviceLanVpnFeatureAssociateRoutingBgpFeature",
|
|
1507
|
+
"fqn": "pulumi_sdwan",
|
|
1508
|
+
"classes": {
|
|
1509
|
+
"sdwan:index/serviceLanVpnFeatureAssociateRoutingBgpFeature:ServiceLanVpnFeatureAssociateRoutingBgpFeature": "ServiceLanVpnFeatureAssociateRoutingBgpFeature"
|
|
1510
|
+
}
|
|
1511
|
+
},
|
|
1512
|
+
{
|
|
1513
|
+
"pkg": "sdwan",
|
|
1514
|
+
"mod": "index/serviceLanVpnFeatureAssociateRoutingEigrpFeature",
|
|
1515
|
+
"fqn": "pulumi_sdwan",
|
|
1516
|
+
"classes": {
|
|
1517
|
+
"sdwan:index/serviceLanVpnFeatureAssociateRoutingEigrpFeature:ServiceLanVpnFeatureAssociateRoutingEigrpFeature": "ServiceLanVpnFeatureAssociateRoutingEigrpFeature"
|
|
1518
|
+
}
|
|
1519
|
+
},
|
|
1520
|
+
{
|
|
1521
|
+
"pkg": "sdwan",
|
|
1522
|
+
"mod": "index/serviceLanVpnFeatureAssociateRoutingOspfFeature",
|
|
1523
|
+
"fqn": "pulumi_sdwan",
|
|
1524
|
+
"classes": {
|
|
1525
|
+
"sdwan:index/serviceLanVpnFeatureAssociateRoutingOspfFeature:ServiceLanVpnFeatureAssociateRoutingOspfFeature": "ServiceLanVpnFeatureAssociateRoutingOspfFeature"
|
|
1526
|
+
}
|
|
1527
|
+
},
|
|
1528
|
+
{
|
|
1529
|
+
"pkg": "sdwan",
|
|
1530
|
+
"mod": "index/serviceLanVpnFeatureAssociateRoutingOspfv3Ipv4Feature",
|
|
1531
|
+
"fqn": "pulumi_sdwan",
|
|
1532
|
+
"classes": {
|
|
1533
|
+
"sdwan:index/serviceLanVpnFeatureAssociateRoutingOspfv3Ipv4Feature:ServiceLanVpnFeatureAssociateRoutingOspfv3Ipv4Feature": "ServiceLanVpnFeatureAssociateRoutingOspfv3Ipv4Feature"
|
|
1534
|
+
}
|
|
1535
|
+
},
|
|
1536
|
+
{
|
|
1537
|
+
"pkg": "sdwan",
|
|
1538
|
+
"mod": "index/serviceLanVpnFeatureAssociateRoutingOspfv3Ipv6Feature",
|
|
1539
|
+
"fqn": "pulumi_sdwan",
|
|
1540
|
+
"classes": {
|
|
1541
|
+
"sdwan:index/serviceLanVpnFeatureAssociateRoutingOspfv3Ipv6Feature:ServiceLanVpnFeatureAssociateRoutingOspfv3Ipv6Feature": "ServiceLanVpnFeatureAssociateRoutingOspfv3Ipv6Feature"
|
|
1542
|
+
}
|
|
1543
|
+
},
|
|
1544
|
+
{
|
|
1545
|
+
"pkg": "sdwan",
|
|
1546
|
+
"mod": "index/serviceLanVpnInterfaceEthernetFeature",
|
|
1547
|
+
"fqn": "pulumi_sdwan",
|
|
1548
|
+
"classes": {
|
|
1549
|
+
"sdwan:index/serviceLanVpnInterfaceEthernetFeature:ServiceLanVpnInterfaceEthernetFeature": "ServiceLanVpnInterfaceEthernetFeature"
|
|
1550
|
+
}
|
|
1551
|
+
},
|
|
1552
|
+
{
|
|
1553
|
+
"pkg": "sdwan",
|
|
1554
|
+
"mod": "index/serviceLanVpnInterfaceEthernetFeatureAssociateDhcpServerFeature",
|
|
1555
|
+
"fqn": "pulumi_sdwan",
|
|
1556
|
+
"classes": {
|
|
1557
|
+
"sdwan:index/serviceLanVpnInterfaceEthernetFeatureAssociateDhcpServerFeature:ServiceLanVpnInterfaceEthernetFeatureAssociateDhcpServerFeature": "ServiceLanVpnInterfaceEthernetFeatureAssociateDhcpServerFeature"
|
|
1558
|
+
}
|
|
1559
|
+
},
|
|
1560
|
+
{
|
|
1561
|
+
"pkg": "sdwan",
|
|
1562
|
+
"mod": "index/serviceLanVpnInterfaceGreFeature",
|
|
1563
|
+
"fqn": "pulumi_sdwan",
|
|
1564
|
+
"classes": {
|
|
1565
|
+
"sdwan:index/serviceLanVpnInterfaceGreFeature:ServiceLanVpnInterfaceGreFeature": "ServiceLanVpnInterfaceGreFeature"
|
|
1566
|
+
}
|
|
1567
|
+
},
|
|
1568
|
+
{
|
|
1569
|
+
"pkg": "sdwan",
|
|
1570
|
+
"mod": "index/serviceLanVpnInterfaceIpsecFeature",
|
|
1571
|
+
"fqn": "pulumi_sdwan",
|
|
1572
|
+
"classes": {
|
|
1573
|
+
"sdwan:index/serviceLanVpnInterfaceIpsecFeature:ServiceLanVpnInterfaceIpsecFeature": "ServiceLanVpnInterfaceIpsecFeature"
|
|
1574
|
+
}
|
|
1575
|
+
},
|
|
1576
|
+
{
|
|
1577
|
+
"pkg": "sdwan",
|
|
1578
|
+
"mod": "index/serviceLanVpnInterfaceIpsecFeatureAssociateDhcpServerFeature",
|
|
1579
|
+
"fqn": "pulumi_sdwan",
|
|
1580
|
+
"classes": {
|
|
1581
|
+
"sdwan:index/serviceLanVpnInterfaceIpsecFeatureAssociateDhcpServerFeature:ServiceLanVpnInterfaceIpsecFeatureAssociateDhcpServerFeature": "ServiceLanVpnInterfaceIpsecFeatureAssociateDhcpServerFeature"
|
|
1582
|
+
}
|
|
1583
|
+
},
|
|
1584
|
+
{
|
|
1585
|
+
"pkg": "sdwan",
|
|
1586
|
+
"mod": "index/serviceLanVpnInterfaceSviFeature",
|
|
1587
|
+
"fqn": "pulumi_sdwan",
|
|
1588
|
+
"classes": {
|
|
1589
|
+
"sdwan:index/serviceLanVpnInterfaceSviFeature:ServiceLanVpnInterfaceSviFeature": "ServiceLanVpnInterfaceSviFeature"
|
|
1590
|
+
}
|
|
1591
|
+
},
|
|
1592
|
+
{
|
|
1593
|
+
"pkg": "sdwan",
|
|
1594
|
+
"mod": "index/serviceLanVpnInterfaceSviFeatureAssociateDhcpServerFeature",
|
|
1595
|
+
"fqn": "pulumi_sdwan",
|
|
1596
|
+
"classes": {
|
|
1597
|
+
"sdwan:index/serviceLanVpnInterfaceSviFeatureAssociateDhcpServerFeature:ServiceLanVpnInterfaceSviFeatureAssociateDhcpServerFeature": "ServiceLanVpnInterfaceSviFeatureAssociateDhcpServerFeature"
|
|
1598
|
+
}
|
|
1599
|
+
},
|
|
1600
|
+
{
|
|
1601
|
+
"pkg": "sdwan",
|
|
1602
|
+
"mod": "index/serviceMulticastFeature",
|
|
1603
|
+
"fqn": "pulumi_sdwan",
|
|
1604
|
+
"classes": {
|
|
1605
|
+
"sdwan:index/serviceMulticastFeature:ServiceMulticastFeature": "ServiceMulticastFeature"
|
|
1606
|
+
}
|
|
1607
|
+
},
|
|
1608
|
+
{
|
|
1609
|
+
"pkg": "sdwan",
|
|
1610
|
+
"mod": "index/serviceObjectTrackerFeature",
|
|
1611
|
+
"fqn": "pulumi_sdwan",
|
|
1612
|
+
"classes": {
|
|
1613
|
+
"sdwan:index/serviceObjectTrackerFeature:ServiceObjectTrackerFeature": "ServiceObjectTrackerFeature"
|
|
1614
|
+
}
|
|
1615
|
+
},
|
|
1616
|
+
{
|
|
1617
|
+
"pkg": "sdwan",
|
|
1618
|
+
"mod": "index/serviceObjectTrackerGroupFeature",
|
|
1619
|
+
"fqn": "pulumi_sdwan",
|
|
1620
|
+
"classes": {
|
|
1621
|
+
"sdwan:index/serviceObjectTrackerGroupFeature:ServiceObjectTrackerGroupFeature": "ServiceObjectTrackerGroupFeature"
|
|
1622
|
+
}
|
|
1623
|
+
},
|
|
1624
|
+
{
|
|
1625
|
+
"pkg": "sdwan",
|
|
1626
|
+
"mod": "index/serviceRoutePolicyFeature",
|
|
1627
|
+
"fqn": "pulumi_sdwan",
|
|
1628
|
+
"classes": {
|
|
1629
|
+
"sdwan:index/serviceRoutePolicyFeature:ServiceRoutePolicyFeature": "ServiceRoutePolicyFeature"
|
|
1630
|
+
}
|
|
1631
|
+
},
|
|
1632
|
+
{
|
|
1633
|
+
"pkg": "sdwan",
|
|
1634
|
+
"mod": "index/serviceRoutingBgpFeature",
|
|
1635
|
+
"fqn": "pulumi_sdwan",
|
|
1636
|
+
"classes": {
|
|
1637
|
+
"sdwan:index/serviceRoutingBgpFeature:ServiceRoutingBgpFeature": "ServiceRoutingBgpFeature"
|
|
1638
|
+
}
|
|
1639
|
+
},
|
|
1640
|
+
{
|
|
1641
|
+
"pkg": "sdwan",
|
|
1642
|
+
"mod": "index/serviceRoutingEigrpFeature",
|
|
1643
|
+
"fqn": "pulumi_sdwan",
|
|
1644
|
+
"classes": {
|
|
1645
|
+
"sdwan:index/serviceRoutingEigrpFeature:ServiceRoutingEigrpFeature": "ServiceRoutingEigrpFeature"
|
|
1646
|
+
}
|
|
1647
|
+
},
|
|
1648
|
+
{
|
|
1649
|
+
"pkg": "sdwan",
|
|
1650
|
+
"mod": "index/serviceRoutingOspfFeature",
|
|
1651
|
+
"fqn": "pulumi_sdwan",
|
|
1652
|
+
"classes": {
|
|
1653
|
+
"sdwan:index/serviceRoutingOspfFeature:ServiceRoutingOspfFeature": "ServiceRoutingOspfFeature"
|
|
1654
|
+
}
|
|
1655
|
+
},
|
|
1656
|
+
{
|
|
1657
|
+
"pkg": "sdwan",
|
|
1658
|
+
"mod": "index/serviceRoutingOspfv3Ipv4Feature",
|
|
1659
|
+
"fqn": "pulumi_sdwan",
|
|
1660
|
+
"classes": {
|
|
1661
|
+
"sdwan:index/serviceRoutingOspfv3Ipv4Feature:ServiceRoutingOspfv3Ipv4Feature": "ServiceRoutingOspfv3Ipv4Feature"
|
|
1662
|
+
}
|
|
1663
|
+
},
|
|
1664
|
+
{
|
|
1665
|
+
"pkg": "sdwan",
|
|
1666
|
+
"mod": "index/serviceRoutingOspfv3Ipv6Feature",
|
|
1667
|
+
"fqn": "pulumi_sdwan",
|
|
1668
|
+
"classes": {
|
|
1669
|
+
"sdwan:index/serviceRoutingOspfv3Ipv6Feature:ServiceRoutingOspfv3Ipv6Feature": "ServiceRoutingOspfv3Ipv6Feature"
|
|
1670
|
+
}
|
|
1671
|
+
},
|
|
1672
|
+
{
|
|
1673
|
+
"pkg": "sdwan",
|
|
1674
|
+
"mod": "index/serviceSwitchportFeature",
|
|
1675
|
+
"fqn": "pulumi_sdwan",
|
|
1676
|
+
"classes": {
|
|
1677
|
+
"sdwan:index/serviceSwitchportFeature:ServiceSwitchportFeature": "ServiceSwitchportFeature"
|
|
1678
|
+
}
|
|
1679
|
+
},
|
|
1680
|
+
{
|
|
1681
|
+
"pkg": "sdwan",
|
|
1682
|
+
"mod": "index/serviceTrackerFeature",
|
|
1683
|
+
"fqn": "pulumi_sdwan",
|
|
1684
|
+
"classes": {
|
|
1685
|
+
"sdwan:index/serviceTrackerFeature:ServiceTrackerFeature": "ServiceTrackerFeature"
|
|
1686
|
+
}
|
|
1687
|
+
},
|
|
1688
|
+
{
|
|
1689
|
+
"pkg": "sdwan",
|
|
1690
|
+
"mod": "index/serviceTrackerGroupFeature",
|
|
1691
|
+
"fqn": "pulumi_sdwan",
|
|
1692
|
+
"classes": {
|
|
1693
|
+
"sdwan:index/serviceTrackerGroupFeature:ServiceTrackerGroupFeature": "ServiceTrackerGroupFeature"
|
|
1694
|
+
}
|
|
1695
|
+
},
|
|
1696
|
+
{
|
|
1697
|
+
"pkg": "sdwan",
|
|
1698
|
+
"mod": "index/serviceWirelessLanFeature",
|
|
1699
|
+
"fqn": "pulumi_sdwan",
|
|
1700
|
+
"classes": {
|
|
1701
|
+
"sdwan:index/serviceWirelessLanFeature:ServiceWirelessLanFeature": "ServiceWirelessLanFeature"
|
|
1702
|
+
}
|
|
1703
|
+
},
|
|
1704
|
+
{
|
|
1705
|
+
"pkg": "sdwan",
|
|
1706
|
+
"mod": "index/sigSecurityFeatureProfile",
|
|
1707
|
+
"fqn": "pulumi_sdwan",
|
|
1708
|
+
"classes": {
|
|
1709
|
+
"sdwan:index/sigSecurityFeatureProfile:SigSecurityFeatureProfile": "SigSecurityFeatureProfile"
|
|
1710
|
+
}
|
|
1711
|
+
},
|
|
1712
|
+
{
|
|
1713
|
+
"pkg": "sdwan",
|
|
1714
|
+
"mod": "index/siteListPolicyObject",
|
|
1715
|
+
"fqn": "pulumi_sdwan",
|
|
1716
|
+
"classes": {
|
|
1717
|
+
"sdwan:index/siteListPolicyObject:SiteListPolicyObject": "SiteListPolicyObject"
|
|
1718
|
+
}
|
|
1719
|
+
},
|
|
1720
|
+
{
|
|
1721
|
+
"pkg": "sdwan",
|
|
1722
|
+
"mod": "index/slaClassPolicyObject",
|
|
1723
|
+
"fqn": "pulumi_sdwan",
|
|
1724
|
+
"classes": {
|
|
1725
|
+
"sdwan:index/slaClassPolicyObject:SlaClassPolicyObject": "SlaClassPolicyObject"
|
|
1726
|
+
}
|
|
1727
|
+
},
|
|
1728
|
+
{
|
|
1729
|
+
"pkg": "sdwan",
|
|
1730
|
+
"mod": "index/standardCommunityListPolicyObject",
|
|
1731
|
+
"fqn": "pulumi_sdwan",
|
|
1732
|
+
"classes": {
|
|
1733
|
+
"sdwan:index/standardCommunityListPolicyObject:StandardCommunityListPolicyObject": "StandardCommunityListPolicyObject"
|
|
1734
|
+
}
|
|
1735
|
+
},
|
|
1736
|
+
{
|
|
1737
|
+
"pkg": "sdwan",
|
|
1738
|
+
"mod": "index/switchportFeatureTemplate",
|
|
1739
|
+
"fqn": "pulumi_sdwan",
|
|
1740
|
+
"classes": {
|
|
1741
|
+
"sdwan:index/switchportFeatureTemplate:SwitchportFeatureTemplate": "SwitchportFeatureTemplate"
|
|
1742
|
+
}
|
|
1743
|
+
},
|
|
1744
|
+
{
|
|
1745
|
+
"pkg": "sdwan",
|
|
1746
|
+
"mod": "index/systemAaaFeature",
|
|
1747
|
+
"fqn": "pulumi_sdwan",
|
|
1748
|
+
"classes": {
|
|
1749
|
+
"sdwan:index/systemAaaFeature:SystemAaaFeature": "SystemAaaFeature"
|
|
1750
|
+
}
|
|
1751
|
+
},
|
|
1752
|
+
{
|
|
1753
|
+
"pkg": "sdwan",
|
|
1754
|
+
"mod": "index/systemBannerFeature",
|
|
1755
|
+
"fqn": "pulumi_sdwan",
|
|
1756
|
+
"classes": {
|
|
1757
|
+
"sdwan:index/systemBannerFeature:SystemBannerFeature": "SystemBannerFeature"
|
|
1758
|
+
}
|
|
1759
|
+
},
|
|
1760
|
+
{
|
|
1761
|
+
"pkg": "sdwan",
|
|
1762
|
+
"mod": "index/systemBasicFeature",
|
|
1763
|
+
"fqn": "pulumi_sdwan",
|
|
1764
|
+
"classes": {
|
|
1765
|
+
"sdwan:index/systemBasicFeature:SystemBasicFeature": "SystemBasicFeature"
|
|
1766
|
+
}
|
|
1767
|
+
},
|
|
1768
|
+
{
|
|
1769
|
+
"pkg": "sdwan",
|
|
1770
|
+
"mod": "index/systemBfdFeature",
|
|
1771
|
+
"fqn": "pulumi_sdwan",
|
|
1772
|
+
"classes": {
|
|
1773
|
+
"sdwan:index/systemBfdFeature:SystemBfdFeature": "SystemBfdFeature"
|
|
1774
|
+
}
|
|
1775
|
+
},
|
|
1776
|
+
{
|
|
1777
|
+
"pkg": "sdwan",
|
|
1778
|
+
"mod": "index/systemFeatureProfile",
|
|
1779
|
+
"fqn": "pulumi_sdwan",
|
|
1780
|
+
"classes": {
|
|
1781
|
+
"sdwan:index/systemFeatureProfile:SystemFeatureProfile": "SystemFeatureProfile"
|
|
1782
|
+
}
|
|
1783
|
+
},
|
|
1784
|
+
{
|
|
1785
|
+
"pkg": "sdwan",
|
|
1786
|
+
"mod": "index/systemFlexiblePortSpeedFeature",
|
|
1787
|
+
"fqn": "pulumi_sdwan",
|
|
1788
|
+
"classes": {
|
|
1789
|
+
"sdwan:index/systemFlexiblePortSpeedFeature:SystemFlexiblePortSpeedFeature": "SystemFlexiblePortSpeedFeature"
|
|
1790
|
+
}
|
|
1791
|
+
},
|
|
1792
|
+
{
|
|
1793
|
+
"pkg": "sdwan",
|
|
1794
|
+
"mod": "index/systemGlobalFeature",
|
|
1795
|
+
"fqn": "pulumi_sdwan",
|
|
1796
|
+
"classes": {
|
|
1797
|
+
"sdwan:index/systemGlobalFeature:SystemGlobalFeature": "SystemGlobalFeature"
|
|
1798
|
+
}
|
|
1799
|
+
},
|
|
1800
|
+
{
|
|
1801
|
+
"pkg": "sdwan",
|
|
1802
|
+
"mod": "index/systemIpv4DeviceAccessFeature",
|
|
1803
|
+
"fqn": "pulumi_sdwan",
|
|
1804
|
+
"classes": {
|
|
1805
|
+
"sdwan:index/systemIpv4DeviceAccessFeature:SystemIpv4DeviceAccessFeature": "SystemIpv4DeviceAccessFeature"
|
|
1806
|
+
}
|
|
1807
|
+
},
|
|
1808
|
+
{
|
|
1809
|
+
"pkg": "sdwan",
|
|
1810
|
+
"mod": "index/systemIpv6DeviceAccessFeature",
|
|
1811
|
+
"fqn": "pulumi_sdwan",
|
|
1812
|
+
"classes": {
|
|
1813
|
+
"sdwan:index/systemIpv6DeviceAccessFeature:SystemIpv6DeviceAccessFeature": "SystemIpv6DeviceAccessFeature"
|
|
1814
|
+
}
|
|
1815
|
+
},
|
|
1816
|
+
{
|
|
1817
|
+
"pkg": "sdwan",
|
|
1818
|
+
"mod": "index/systemLoggingFeature",
|
|
1819
|
+
"fqn": "pulumi_sdwan",
|
|
1820
|
+
"classes": {
|
|
1821
|
+
"sdwan:index/systemLoggingFeature:SystemLoggingFeature": "SystemLoggingFeature"
|
|
1822
|
+
}
|
|
1823
|
+
},
|
|
1824
|
+
{
|
|
1825
|
+
"pkg": "sdwan",
|
|
1826
|
+
"mod": "index/systemMrfFeature",
|
|
1827
|
+
"fqn": "pulumi_sdwan",
|
|
1828
|
+
"classes": {
|
|
1829
|
+
"sdwan:index/systemMrfFeature:SystemMrfFeature": "SystemMrfFeature"
|
|
1830
|
+
}
|
|
1831
|
+
},
|
|
1832
|
+
{
|
|
1833
|
+
"pkg": "sdwan",
|
|
1834
|
+
"mod": "index/systemNtpFeature",
|
|
1835
|
+
"fqn": "pulumi_sdwan",
|
|
1836
|
+
"classes": {
|
|
1837
|
+
"sdwan:index/systemNtpFeature:SystemNtpFeature": "SystemNtpFeature"
|
|
1838
|
+
}
|
|
1839
|
+
},
|
|
1840
|
+
{
|
|
1841
|
+
"pkg": "sdwan",
|
|
1842
|
+
"mod": "index/systemOmpFeature",
|
|
1843
|
+
"fqn": "pulumi_sdwan",
|
|
1844
|
+
"classes": {
|
|
1845
|
+
"sdwan:index/systemOmpFeature:SystemOmpFeature": "SystemOmpFeature"
|
|
1846
|
+
}
|
|
1847
|
+
},
|
|
1848
|
+
{
|
|
1849
|
+
"pkg": "sdwan",
|
|
1850
|
+
"mod": "index/systemPerformanceMonitoringFeature",
|
|
1851
|
+
"fqn": "pulumi_sdwan",
|
|
1852
|
+
"classes": {
|
|
1853
|
+
"sdwan:index/systemPerformanceMonitoringFeature:SystemPerformanceMonitoringFeature": "SystemPerformanceMonitoringFeature"
|
|
1854
|
+
}
|
|
1855
|
+
},
|
|
1856
|
+
{
|
|
1857
|
+
"pkg": "sdwan",
|
|
1858
|
+
"mod": "index/systemRemoteAccessFeature",
|
|
1859
|
+
"fqn": "pulumi_sdwan",
|
|
1860
|
+
"classes": {
|
|
1861
|
+
"sdwan:index/systemRemoteAccessFeature:SystemRemoteAccessFeature": "SystemRemoteAccessFeature"
|
|
1862
|
+
}
|
|
1863
|
+
},
|
|
1864
|
+
{
|
|
1865
|
+
"pkg": "sdwan",
|
|
1866
|
+
"mod": "index/systemSecurityFeature",
|
|
1867
|
+
"fqn": "pulumi_sdwan",
|
|
1868
|
+
"classes": {
|
|
1869
|
+
"sdwan:index/systemSecurityFeature:SystemSecurityFeature": "SystemSecurityFeature"
|
|
1870
|
+
}
|
|
1871
|
+
},
|
|
1872
|
+
{
|
|
1873
|
+
"pkg": "sdwan",
|
|
1874
|
+
"mod": "index/systemSnmpFeature",
|
|
1875
|
+
"fqn": "pulumi_sdwan",
|
|
1876
|
+
"classes": {
|
|
1877
|
+
"sdwan:index/systemSnmpFeature:SystemSnmpFeature": "SystemSnmpFeature"
|
|
1878
|
+
}
|
|
1879
|
+
},
|
|
1880
|
+
{
|
|
1881
|
+
"pkg": "sdwan",
|
|
1882
|
+
"mod": "index/tlocListPolicyObject",
|
|
1883
|
+
"fqn": "pulumi_sdwan",
|
|
1884
|
+
"classes": {
|
|
1885
|
+
"sdwan:index/tlocListPolicyObject:TlocListPolicyObject": "TlocListPolicyObject"
|
|
1886
|
+
}
|
|
1887
|
+
},
|
|
1888
|
+
{
|
|
1889
|
+
"pkg": "sdwan",
|
|
1890
|
+
"mod": "index/tlsSslDecryptionPolicyDefinition",
|
|
1891
|
+
"fqn": "pulumi_sdwan",
|
|
1892
|
+
"classes": {
|
|
1893
|
+
"sdwan:index/tlsSslDecryptionPolicyDefinition:TlsSslDecryptionPolicyDefinition": "TlsSslDecryptionPolicyDefinition"
|
|
1894
|
+
}
|
|
1895
|
+
},
|
|
1896
|
+
{
|
|
1897
|
+
"pkg": "sdwan",
|
|
1898
|
+
"mod": "index/tlsSslProfilePolicyDefinition",
|
|
1899
|
+
"fqn": "pulumi_sdwan",
|
|
1900
|
+
"classes": {
|
|
1901
|
+
"sdwan:index/tlsSslProfilePolicyDefinition:TlsSslProfilePolicyDefinition": "TlsSslProfilePolicyDefinition"
|
|
1902
|
+
}
|
|
1903
|
+
},
|
|
1904
|
+
{
|
|
1905
|
+
"pkg": "sdwan",
|
|
1906
|
+
"mod": "index/trafficDataPolicyDefinition",
|
|
1907
|
+
"fqn": "pulumi_sdwan",
|
|
1908
|
+
"classes": {
|
|
1909
|
+
"sdwan:index/trafficDataPolicyDefinition:TrafficDataPolicyDefinition": "TrafficDataPolicyDefinition"
|
|
1910
|
+
}
|
|
1911
|
+
},
|
|
1912
|
+
{
|
|
1913
|
+
"pkg": "sdwan",
|
|
1914
|
+
"mod": "index/transportCellularControllerFeature",
|
|
1915
|
+
"fqn": "pulumi_sdwan",
|
|
1916
|
+
"classes": {
|
|
1917
|
+
"sdwan:index/transportCellularControllerFeature:TransportCellularControllerFeature": "TransportCellularControllerFeature"
|
|
1918
|
+
}
|
|
1919
|
+
},
|
|
1920
|
+
{
|
|
1921
|
+
"pkg": "sdwan",
|
|
1922
|
+
"mod": "index/transportCellularProfileFeature",
|
|
1923
|
+
"fqn": "pulumi_sdwan",
|
|
1924
|
+
"classes": {
|
|
1925
|
+
"sdwan:index/transportCellularProfileFeature:TransportCellularProfileFeature": "TransportCellularProfileFeature"
|
|
1926
|
+
}
|
|
1927
|
+
},
|
|
1928
|
+
{
|
|
1929
|
+
"pkg": "sdwan",
|
|
1930
|
+
"mod": "index/transportFeatureProfile",
|
|
1931
|
+
"fqn": "pulumi_sdwan",
|
|
1932
|
+
"classes": {
|
|
1933
|
+
"sdwan:index/transportFeatureProfile:TransportFeatureProfile": "TransportFeatureProfile"
|
|
1934
|
+
}
|
|
1935
|
+
},
|
|
1936
|
+
{
|
|
1937
|
+
"pkg": "sdwan",
|
|
1938
|
+
"mod": "index/transportGpsFeature",
|
|
1939
|
+
"fqn": "pulumi_sdwan",
|
|
1940
|
+
"classes": {
|
|
1941
|
+
"sdwan:index/transportGpsFeature:TransportGpsFeature": "TransportGpsFeature"
|
|
1942
|
+
}
|
|
1943
|
+
},
|
|
1944
|
+
{
|
|
1945
|
+
"pkg": "sdwan",
|
|
1946
|
+
"mod": "index/transportIpv4AclFeature",
|
|
1947
|
+
"fqn": "pulumi_sdwan",
|
|
1948
|
+
"classes": {
|
|
1949
|
+
"sdwan:index/transportIpv4AclFeature:TransportIpv4AclFeature": "TransportIpv4AclFeature"
|
|
1950
|
+
}
|
|
1951
|
+
},
|
|
1952
|
+
{
|
|
1953
|
+
"pkg": "sdwan",
|
|
1954
|
+
"mod": "index/transportIpv6AclFeature",
|
|
1955
|
+
"fqn": "pulumi_sdwan",
|
|
1956
|
+
"classes": {
|
|
1957
|
+
"sdwan:index/transportIpv6AclFeature:TransportIpv6AclFeature": "TransportIpv6AclFeature"
|
|
1958
|
+
}
|
|
1959
|
+
},
|
|
1960
|
+
{
|
|
1961
|
+
"pkg": "sdwan",
|
|
1962
|
+
"mod": "index/transportIpv6TrackerFeature",
|
|
1963
|
+
"fqn": "pulumi_sdwan",
|
|
1964
|
+
"classes": {
|
|
1965
|
+
"sdwan:index/transportIpv6TrackerFeature:TransportIpv6TrackerFeature": "TransportIpv6TrackerFeature"
|
|
1966
|
+
}
|
|
1967
|
+
},
|
|
1968
|
+
{
|
|
1969
|
+
"pkg": "sdwan",
|
|
1970
|
+
"mod": "index/transportIpv6TrackerGroupFeature",
|
|
1971
|
+
"fqn": "pulumi_sdwan",
|
|
1972
|
+
"classes": {
|
|
1973
|
+
"sdwan:index/transportIpv6TrackerGroupFeature:TransportIpv6TrackerGroupFeature": "TransportIpv6TrackerGroupFeature"
|
|
1974
|
+
}
|
|
1975
|
+
},
|
|
1976
|
+
{
|
|
1977
|
+
"pkg": "sdwan",
|
|
1978
|
+
"mod": "index/transportManagementVpnFeature",
|
|
1979
|
+
"fqn": "pulumi_sdwan",
|
|
1980
|
+
"classes": {
|
|
1981
|
+
"sdwan:index/transportManagementVpnFeature:TransportManagementVpnFeature": "TransportManagementVpnFeature"
|
|
1982
|
+
}
|
|
1983
|
+
},
|
|
1984
|
+
{
|
|
1985
|
+
"pkg": "sdwan",
|
|
1986
|
+
"mod": "index/transportManagementVpnInterfaceEthernetFeature",
|
|
1987
|
+
"fqn": "pulumi_sdwan",
|
|
1988
|
+
"classes": {
|
|
1989
|
+
"sdwan:index/transportManagementVpnInterfaceEthernetFeature:TransportManagementVpnInterfaceEthernetFeature": "TransportManagementVpnInterfaceEthernetFeature"
|
|
1990
|
+
}
|
|
1991
|
+
},
|
|
1992
|
+
{
|
|
1993
|
+
"pkg": "sdwan",
|
|
1994
|
+
"mod": "index/transportRoutePolicyFeature",
|
|
1995
|
+
"fqn": "pulumi_sdwan",
|
|
1996
|
+
"classes": {
|
|
1997
|
+
"sdwan:index/transportRoutePolicyFeature:TransportRoutePolicyFeature": "TransportRoutePolicyFeature"
|
|
1998
|
+
}
|
|
1999
|
+
},
|
|
2000
|
+
{
|
|
2001
|
+
"pkg": "sdwan",
|
|
2002
|
+
"mod": "index/transportRoutingBgpFeature",
|
|
2003
|
+
"fqn": "pulumi_sdwan",
|
|
2004
|
+
"classes": {
|
|
2005
|
+
"sdwan:index/transportRoutingBgpFeature:TransportRoutingBgpFeature": "TransportRoutingBgpFeature"
|
|
2006
|
+
}
|
|
2007
|
+
},
|
|
2008
|
+
{
|
|
2009
|
+
"pkg": "sdwan",
|
|
2010
|
+
"mod": "index/transportRoutingOspfFeature",
|
|
2011
|
+
"fqn": "pulumi_sdwan",
|
|
2012
|
+
"classes": {
|
|
2013
|
+
"sdwan:index/transportRoutingOspfFeature:TransportRoutingOspfFeature": "TransportRoutingOspfFeature"
|
|
2014
|
+
}
|
|
2015
|
+
},
|
|
2016
|
+
{
|
|
2017
|
+
"pkg": "sdwan",
|
|
2018
|
+
"mod": "index/transportRoutingOspfv3Ipv4Feature",
|
|
2019
|
+
"fqn": "pulumi_sdwan",
|
|
2020
|
+
"classes": {
|
|
2021
|
+
"sdwan:index/transportRoutingOspfv3Ipv4Feature:TransportRoutingOspfv3Ipv4Feature": "TransportRoutingOspfv3Ipv4Feature"
|
|
2022
|
+
}
|
|
2023
|
+
},
|
|
2024
|
+
{
|
|
2025
|
+
"pkg": "sdwan",
|
|
2026
|
+
"mod": "index/transportRoutingOspfv3Ipv6Feature",
|
|
2027
|
+
"fqn": "pulumi_sdwan",
|
|
2028
|
+
"classes": {
|
|
2029
|
+
"sdwan:index/transportRoutingOspfv3Ipv6Feature:TransportRoutingOspfv3Ipv6Feature": "TransportRoutingOspfv3Ipv6Feature"
|
|
2030
|
+
}
|
|
2031
|
+
},
|
|
2032
|
+
{
|
|
2033
|
+
"pkg": "sdwan",
|
|
2034
|
+
"mod": "index/transportT1E1ControllerFeature",
|
|
2035
|
+
"fqn": "pulumi_sdwan",
|
|
2036
|
+
"classes": {
|
|
2037
|
+
"sdwan:index/transportT1E1ControllerFeature:TransportT1E1ControllerFeature": "TransportT1E1ControllerFeature"
|
|
2038
|
+
}
|
|
2039
|
+
},
|
|
2040
|
+
{
|
|
2041
|
+
"pkg": "sdwan",
|
|
2042
|
+
"mod": "index/transportTrackerFeature",
|
|
2043
|
+
"fqn": "pulumi_sdwan",
|
|
2044
|
+
"classes": {
|
|
2045
|
+
"sdwan:index/transportTrackerFeature:TransportTrackerFeature": "TransportTrackerFeature"
|
|
2046
|
+
}
|
|
2047
|
+
},
|
|
2048
|
+
{
|
|
2049
|
+
"pkg": "sdwan",
|
|
2050
|
+
"mod": "index/transportTrackerGroupFeature",
|
|
2051
|
+
"fqn": "pulumi_sdwan",
|
|
2052
|
+
"classes": {
|
|
2053
|
+
"sdwan:index/transportTrackerGroupFeature:TransportTrackerGroupFeature": "TransportTrackerGroupFeature"
|
|
2054
|
+
}
|
|
2055
|
+
},
|
|
2056
|
+
{
|
|
2057
|
+
"pkg": "sdwan",
|
|
2058
|
+
"mod": "index/transportWanVpnFeature",
|
|
2059
|
+
"fqn": "pulumi_sdwan",
|
|
2060
|
+
"classes": {
|
|
2061
|
+
"sdwan:index/transportWanVpnFeature:TransportWanVpnFeature": "TransportWanVpnFeature"
|
|
2062
|
+
}
|
|
2063
|
+
},
|
|
2064
|
+
{
|
|
2065
|
+
"pkg": "sdwan",
|
|
2066
|
+
"mod": "index/transportWanVpnFeatureAssociateRoutingBgpFeature",
|
|
2067
|
+
"fqn": "pulumi_sdwan",
|
|
2068
|
+
"classes": {
|
|
2069
|
+
"sdwan:index/transportWanVpnFeatureAssociateRoutingBgpFeature:TransportWanVpnFeatureAssociateRoutingBgpFeature": "TransportWanVpnFeatureAssociateRoutingBgpFeature"
|
|
2070
|
+
}
|
|
2071
|
+
},
|
|
2072
|
+
{
|
|
2073
|
+
"pkg": "sdwan",
|
|
2074
|
+
"mod": "index/transportWanVpnFeatureAssociateRoutingOspfFeature",
|
|
2075
|
+
"fqn": "pulumi_sdwan",
|
|
2076
|
+
"classes": {
|
|
2077
|
+
"sdwan:index/transportWanVpnFeatureAssociateRoutingOspfFeature:TransportWanVpnFeatureAssociateRoutingOspfFeature": "TransportWanVpnFeatureAssociateRoutingOspfFeature"
|
|
2078
|
+
}
|
|
2079
|
+
},
|
|
2080
|
+
{
|
|
2081
|
+
"pkg": "sdwan",
|
|
2082
|
+
"mod": "index/transportWanVpnFeatureAssociateRoutingOspfv3Ipv4Feature",
|
|
2083
|
+
"fqn": "pulumi_sdwan",
|
|
2084
|
+
"classes": {
|
|
2085
|
+
"sdwan:index/transportWanVpnFeatureAssociateRoutingOspfv3Ipv4Feature:TransportWanVpnFeatureAssociateRoutingOspfv3Ipv4Feature": "TransportWanVpnFeatureAssociateRoutingOspfv3Ipv4Feature"
|
|
2086
|
+
}
|
|
2087
|
+
},
|
|
2088
|
+
{
|
|
2089
|
+
"pkg": "sdwan",
|
|
2090
|
+
"mod": "index/transportWanVpnFeatureAssociateRoutingOspfv3Ipv6Feature",
|
|
2091
|
+
"fqn": "pulumi_sdwan",
|
|
2092
|
+
"classes": {
|
|
2093
|
+
"sdwan:index/transportWanVpnFeatureAssociateRoutingOspfv3Ipv6Feature:TransportWanVpnFeatureAssociateRoutingOspfv3Ipv6Feature": "TransportWanVpnFeatureAssociateRoutingOspfv3Ipv6Feature"
|
|
2094
|
+
}
|
|
2095
|
+
},
|
|
2096
|
+
{
|
|
2097
|
+
"pkg": "sdwan",
|
|
2098
|
+
"mod": "index/transportWanVpnInterfaceCellularFeature",
|
|
2099
|
+
"fqn": "pulumi_sdwan",
|
|
2100
|
+
"classes": {
|
|
2101
|
+
"sdwan:index/transportWanVpnInterfaceCellularFeature:TransportWanVpnInterfaceCellularFeature": "TransportWanVpnInterfaceCellularFeature"
|
|
2102
|
+
}
|
|
2103
|
+
},
|
|
2104
|
+
{
|
|
2105
|
+
"pkg": "sdwan",
|
|
2106
|
+
"mod": "index/transportWanVpnInterfaceEthernetFeature",
|
|
2107
|
+
"fqn": "pulumi_sdwan",
|
|
2108
|
+
"classes": {
|
|
2109
|
+
"sdwan:index/transportWanVpnInterfaceEthernetFeature:TransportWanVpnInterfaceEthernetFeature": "TransportWanVpnInterfaceEthernetFeature"
|
|
2110
|
+
}
|
|
2111
|
+
},
|
|
2112
|
+
{
|
|
2113
|
+
"pkg": "sdwan",
|
|
2114
|
+
"mod": "index/transportWanVpnInterfaceEthernetFeatureAssociateIpv6TrackerFeature",
|
|
2115
|
+
"fqn": "pulumi_sdwan",
|
|
2116
|
+
"classes": {
|
|
2117
|
+
"sdwan:index/transportWanVpnInterfaceEthernetFeatureAssociateIpv6TrackerFeature:TransportWanVpnInterfaceEthernetFeatureAssociateIpv6TrackerFeature": "TransportWanVpnInterfaceEthernetFeatureAssociateIpv6TrackerFeature"
|
|
2118
|
+
}
|
|
2119
|
+
},
|
|
2120
|
+
{
|
|
2121
|
+
"pkg": "sdwan",
|
|
2122
|
+
"mod": "index/transportWanVpnInterfaceEthernetFeatureAssociateIpv6TrackerGroupFeature",
|
|
2123
|
+
"fqn": "pulumi_sdwan",
|
|
2124
|
+
"classes": {
|
|
2125
|
+
"sdwan:index/transportWanVpnInterfaceEthernetFeatureAssociateIpv6TrackerGroupFeature:TransportWanVpnInterfaceEthernetFeatureAssociateIpv6TrackerGroupFeature": "TransportWanVpnInterfaceEthernetFeatureAssociateIpv6TrackerGroupFeature"
|
|
2126
|
+
}
|
|
2127
|
+
},
|
|
2128
|
+
{
|
|
2129
|
+
"pkg": "sdwan",
|
|
2130
|
+
"mod": "index/transportWanVpnInterfaceEthernetFeatureAssociateTrackerFeature",
|
|
2131
|
+
"fqn": "pulumi_sdwan",
|
|
2132
|
+
"classes": {
|
|
2133
|
+
"sdwan:index/transportWanVpnInterfaceEthernetFeatureAssociateTrackerFeature:TransportWanVpnInterfaceEthernetFeatureAssociateTrackerFeature": "TransportWanVpnInterfaceEthernetFeatureAssociateTrackerFeature"
|
|
2134
|
+
}
|
|
2135
|
+
},
|
|
2136
|
+
{
|
|
2137
|
+
"pkg": "sdwan",
|
|
2138
|
+
"mod": "index/transportWanVpnInterfaceEthernetFeatureAssociateTrackerGroupFeature",
|
|
2139
|
+
"fqn": "pulumi_sdwan",
|
|
2140
|
+
"classes": {
|
|
2141
|
+
"sdwan:index/transportWanVpnInterfaceEthernetFeatureAssociateTrackerGroupFeature:TransportWanVpnInterfaceEthernetFeatureAssociateTrackerGroupFeature": "TransportWanVpnInterfaceEthernetFeatureAssociateTrackerGroupFeature"
|
|
2142
|
+
}
|
|
2143
|
+
},
|
|
2144
|
+
{
|
|
2145
|
+
"pkg": "sdwan",
|
|
2146
|
+
"mod": "index/transportWanVpnInterfaceGreFeature",
|
|
2147
|
+
"fqn": "pulumi_sdwan",
|
|
2148
|
+
"classes": {
|
|
2149
|
+
"sdwan:index/transportWanVpnInterfaceGreFeature:TransportWanVpnInterfaceGreFeature": "TransportWanVpnInterfaceGreFeature"
|
|
2150
|
+
}
|
|
2151
|
+
},
|
|
2152
|
+
{
|
|
2153
|
+
"pkg": "sdwan",
|
|
2154
|
+
"mod": "index/transportWanVpnInterfaceIpsecFeature",
|
|
2155
|
+
"fqn": "pulumi_sdwan",
|
|
2156
|
+
"classes": {
|
|
2157
|
+
"sdwan:index/transportWanVpnInterfaceIpsecFeature:TransportWanVpnInterfaceIpsecFeature": "TransportWanVpnInterfaceIpsecFeature"
|
|
2158
|
+
}
|
|
2159
|
+
},
|
|
2160
|
+
{
|
|
2161
|
+
"pkg": "sdwan",
|
|
2162
|
+
"mod": "index/transportWanVpnInterfaceT1E1SerialFeature",
|
|
2163
|
+
"fqn": "pulumi_sdwan",
|
|
2164
|
+
"classes": {
|
|
2165
|
+
"sdwan:index/transportWanVpnInterfaceT1E1SerialFeature:TransportWanVpnInterfaceT1E1SerialFeature": "TransportWanVpnInterfaceT1E1SerialFeature"
|
|
2166
|
+
}
|
|
2167
|
+
},
|
|
2168
|
+
{
|
|
2169
|
+
"pkg": "sdwan",
|
|
2170
|
+
"mod": "index/urlFilteringPolicyDefinition",
|
|
2171
|
+
"fqn": "pulumi_sdwan",
|
|
2172
|
+
"classes": {
|
|
2173
|
+
"sdwan:index/urlFilteringPolicyDefinition:UrlFilteringPolicyDefinition": "UrlFilteringPolicyDefinition"
|
|
2174
|
+
}
|
|
2175
|
+
},
|
|
2176
|
+
{
|
|
2177
|
+
"pkg": "sdwan",
|
|
2178
|
+
"mod": "index/vpnInterfaceCellularFeatureTemplate",
|
|
2179
|
+
"fqn": "pulumi_sdwan",
|
|
2180
|
+
"classes": {
|
|
2181
|
+
"sdwan:index/vpnInterfaceCellularFeatureTemplate:VpnInterfaceCellularFeatureTemplate": "VpnInterfaceCellularFeatureTemplate"
|
|
2182
|
+
}
|
|
2183
|
+
},
|
|
2184
|
+
{
|
|
2185
|
+
"pkg": "sdwan",
|
|
2186
|
+
"mod": "index/vpnInterfaceDslIpoeFeatureTemplate",
|
|
2187
|
+
"fqn": "pulumi_sdwan",
|
|
2188
|
+
"classes": {
|
|
2189
|
+
"sdwan:index/vpnInterfaceDslIpoeFeatureTemplate:VpnInterfaceDslIpoeFeatureTemplate": "VpnInterfaceDslIpoeFeatureTemplate"
|
|
2190
|
+
}
|
|
2191
|
+
},
|
|
2192
|
+
{
|
|
2193
|
+
"pkg": "sdwan",
|
|
2194
|
+
"mod": "index/vpnInterfaceDslPppoaFeatureTemplate",
|
|
2195
|
+
"fqn": "pulumi_sdwan",
|
|
2196
|
+
"classes": {
|
|
2197
|
+
"sdwan:index/vpnInterfaceDslPppoaFeatureTemplate:VpnInterfaceDslPppoaFeatureTemplate": "VpnInterfaceDslPppoaFeatureTemplate"
|
|
2198
|
+
}
|
|
2199
|
+
},
|
|
2200
|
+
{
|
|
2201
|
+
"pkg": "sdwan",
|
|
2202
|
+
"mod": "index/vpnInterfaceDslPppoeFeatureTemplate",
|
|
2203
|
+
"fqn": "pulumi_sdwan",
|
|
2204
|
+
"classes": {
|
|
2205
|
+
"sdwan:index/vpnInterfaceDslPppoeFeatureTemplate:VpnInterfaceDslPppoeFeatureTemplate": "VpnInterfaceDslPppoeFeatureTemplate"
|
|
2206
|
+
}
|
|
2207
|
+
},
|
|
2208
|
+
{
|
|
2209
|
+
"pkg": "sdwan",
|
|
2210
|
+
"mod": "index/vpnInterfaceEthernetPppoeFeatureTemplate",
|
|
2211
|
+
"fqn": "pulumi_sdwan",
|
|
2212
|
+
"classes": {
|
|
2213
|
+
"sdwan:index/vpnInterfaceEthernetPppoeFeatureTemplate:VpnInterfaceEthernetPppoeFeatureTemplate": "VpnInterfaceEthernetPppoeFeatureTemplate"
|
|
2214
|
+
}
|
|
2215
|
+
},
|
|
2216
|
+
{
|
|
2217
|
+
"pkg": "sdwan",
|
|
2218
|
+
"mod": "index/vpnInterfaceMultilinkFeatureTemplate",
|
|
2219
|
+
"fqn": "pulumi_sdwan",
|
|
2220
|
+
"classes": {
|
|
2221
|
+
"sdwan:index/vpnInterfaceMultilinkFeatureTemplate:VpnInterfaceMultilinkFeatureTemplate": "VpnInterfaceMultilinkFeatureTemplate"
|
|
2222
|
+
}
|
|
2223
|
+
},
|
|
2224
|
+
{
|
|
2225
|
+
"pkg": "sdwan",
|
|
2226
|
+
"mod": "index/vpnInterfaceSviFeatureTemplate",
|
|
2227
|
+
"fqn": "pulumi_sdwan",
|
|
2228
|
+
"classes": {
|
|
2229
|
+
"sdwan:index/vpnInterfaceSviFeatureTemplate:VpnInterfaceSviFeatureTemplate": "VpnInterfaceSviFeatureTemplate"
|
|
2230
|
+
}
|
|
2231
|
+
},
|
|
2232
|
+
{
|
|
2233
|
+
"pkg": "sdwan",
|
|
2234
|
+
"mod": "index/vpnInterfaceT1E1SerialFeatureTemplate",
|
|
2235
|
+
"fqn": "pulumi_sdwan",
|
|
2236
|
+
"classes": {
|
|
2237
|
+
"sdwan:index/vpnInterfaceT1E1SerialFeatureTemplate:VpnInterfaceT1E1SerialFeatureTemplate": "VpnInterfaceT1E1SerialFeatureTemplate"
|
|
2238
|
+
}
|
|
2239
|
+
},
|
|
2240
|
+
{
|
|
2241
|
+
"pkg": "sdwan",
|
|
2242
|
+
"mod": "index/vpnListPolicyObject",
|
|
2243
|
+
"fqn": "pulumi_sdwan",
|
|
2244
|
+
"classes": {
|
|
2245
|
+
"sdwan:index/vpnListPolicyObject:VpnListPolicyObject": "VpnListPolicyObject"
|
|
2246
|
+
}
|
|
2247
|
+
},
|
|
2248
|
+
{
|
|
2249
|
+
"pkg": "sdwan",
|
|
2250
|
+
"mod": "index/vpnMembershipPolicyDefinition",
|
|
2251
|
+
"fqn": "pulumi_sdwan",
|
|
2252
|
+
"classes": {
|
|
2253
|
+
"sdwan:index/vpnMembershipPolicyDefinition:VpnMembershipPolicyDefinition": "VpnMembershipPolicyDefinition"
|
|
2254
|
+
}
|
|
2255
|
+
},
|
|
2256
|
+
{
|
|
2257
|
+
"pkg": "sdwan",
|
|
2258
|
+
"mod": "index/zoneBasedFirewallPolicyDefinition",
|
|
2259
|
+
"fqn": "pulumi_sdwan",
|
|
2260
|
+
"classes": {
|
|
2261
|
+
"sdwan:index/zoneBasedFirewallPolicyDefinition:ZoneBasedFirewallPolicyDefinition": "ZoneBasedFirewallPolicyDefinition"
|
|
2262
|
+
}
|
|
2263
|
+
},
|
|
2264
|
+
{
|
|
2265
|
+
"pkg": "sdwan",
|
|
2266
|
+
"mod": "index/zoneListPolicyObject",
|
|
2267
|
+
"fqn": "pulumi_sdwan",
|
|
2268
|
+
"classes": {
|
|
2269
|
+
"sdwan:index/zoneListPolicyObject:ZoneListPolicyObject": "ZoneListPolicyObject"
|
|
2270
|
+
}
|
|
2271
|
+
}
|
|
2272
|
+
]
|
|
2273
|
+
""",
|
|
2274
|
+
resource_packages="""
|
|
2275
|
+
[
|
|
2276
|
+
{
|
|
2277
|
+
"pkg": "sdwan",
|
|
2278
|
+
"token": "pulumi:providers:sdwan",
|
|
2279
|
+
"fqn": "pulumi_sdwan",
|
|
2280
|
+
"class": "Provider"
|
|
2281
|
+
}
|
|
2282
|
+
]
|
|
2283
|
+
"""
|
|
2284
|
+
)
|