pulumi-sdwan 0.1.0__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 +1393 -0
- pulumi_sdwan/_inputs.py +46464 -0
- pulumi_sdwan/_utilities.py +291 -0
- pulumi_sdwan/activate_centralized_policy.py +145 -0
- pulumi_sdwan/advanced_inspection_profile_policy_definition.py +682 -0
- pulumi_sdwan/advanced_malware_protection_policy_definition.py +739 -0
- pulumi_sdwan/allow_url_list_policy_object.py +261 -0
- pulumi_sdwan/app_probe_class_policy_object.py +313 -0
- pulumi_sdwan/application_aware_routing_policy_definition.py +311 -0
- pulumi_sdwan/application_list_policy_object.py +261 -0
- pulumi_sdwan/application_priority_feature_profile.py +227 -0
- pulumi_sdwan/application_priority_qos_policy_profile_parcel.py +425 -0
- pulumi_sdwan/as_path_list_policy_object.py +235 -0
- pulumi_sdwan/attach_feature_device_template.py +195 -0
- pulumi_sdwan/block_url_list_policy_object.py +261 -0
- pulumi_sdwan/cedge_aaa_feature_template.py +1549 -0
- pulumi_sdwan/cedge_global_feature_template.py +2557 -0
- pulumi_sdwan/cedge_igmp_feature_template.py +374 -0
- pulumi_sdwan/cedge_multicast_feature_template.py +637 -0
- pulumi_sdwan/cedge_pim_feature_template.py +1455 -0
- pulumi_sdwan/cellular_cedge_profile_feature_template.py +1021 -0
- pulumi_sdwan/cellular_controller_feature_template.py +844 -0
- pulumi_sdwan/cellular_profile_feature_template.py +1405 -0
- pulumi_sdwan/centralized_policy.py +322 -0
- pulumi_sdwan/cflowd_policy_definition.py +640 -0
- pulumi_sdwan/cisco_banner_feature_template.py +541 -0
- pulumi_sdwan/cisco_bfd_feature_template.py +663 -0
- pulumi_sdwan/cisco_bgp_feature_template.py +2019 -0
- pulumi_sdwan/cisco_dhcp_server_feature_template.py +1173 -0
- pulumi_sdwan/cisco_logging_feature_template.py +750 -0
- pulumi_sdwan/cisco_ntp_feature_template.py +797 -0
- pulumi_sdwan/cisco_omp_feature_template.py +1643 -0
- pulumi_sdwan/cisco_ospf_feature_template.py +1690 -0
- pulumi_sdwan/cisco_ospfv3_feature_template.py +3523 -0
- pulumi_sdwan/cisco_secure_internet_gateway_feature_template.py +609 -0
- pulumi_sdwan/cisco_security_feature_template.py +992 -0
- pulumi_sdwan/cisco_sig_credentials_feature_template.py +1405 -0
- pulumi_sdwan/cisco_snmp_feature_template.py +844 -0
- pulumi_sdwan/cisco_system_feature_template.py +4088 -0
- pulumi_sdwan/cisco_thousandeyes_feature_template.py +374 -0
- pulumi_sdwan/cisco_trustsec_feature_template.py +1798 -0
- pulumi_sdwan/cisco_vpn_feature_template.py +1737 -0
- pulumi_sdwan/cisco_vpn_interface_feature_template.py +9863 -0
- pulumi_sdwan/cisco_vpn_interface_gre_feature_template.py +1697 -0
- pulumi_sdwan/cisco_vpn_interface_ipsec_feature_template.py +2922 -0
- pulumi_sdwan/cisco_wireless_lan_feature_template.py +1161 -0
- pulumi_sdwan/class_map_policy_object.py +255 -0
- pulumi_sdwan/cli_config_profile_parcel.py +361 -0
- pulumi_sdwan/cli_device_template.py +407 -0
- pulumi_sdwan/cli_feature_profile.py +227 -0
- pulumi_sdwan/cli_template_feature_template.py +402 -0
- pulumi_sdwan/color_list_policy_object.py +261 -0
- pulumi_sdwan/config/__init__.py +8 -0
- pulumi_sdwan/config/__init__.pyi +36 -0
- pulumi_sdwan/config/vars.py +52 -0
- pulumi_sdwan/configuration_group.py +428 -0
- pulumi_sdwan/configuration_group_deploy.py +224 -0
- pulumi_sdwan/configuration_group_device_variables.py +293 -0
- pulumi_sdwan/configuration_group_devices.py +236 -0
- pulumi_sdwan/custom_control_topology_policy_definition.py +358 -0
- pulumi_sdwan/data_fqdn_prefix_list_policy_object.py +261 -0
- pulumi_sdwan/data_ipv4_prefix_list_policy_object.py +261 -0
- pulumi_sdwan/data_ipv6_prefix_list_policy_object.py +261 -0
- pulumi_sdwan/dns_security_policy_definition.py +742 -0
- pulumi_sdwan/domain_list_policy_object.py +261 -0
- pulumi_sdwan/eigrp_feature_template.py +1126 -0
- pulumi_sdwan/expanded_community_list_policy_object.py +261 -0
- pulumi_sdwan/extended_community_list_policy_object.py +261 -0
- pulumi_sdwan/feature_device_template.py +597 -0
- pulumi_sdwan/geo_location_list_policy_object.py +263 -0
- pulumi_sdwan/get_advanced_inspection_profile_policy_definition.py +247 -0
- pulumi_sdwan/get_advanced_malware_protection_policy_definition.py +260 -0
- pulumi_sdwan/get_allow_url_list_policy_object.py +131 -0
- pulumi_sdwan/get_app_probe_class_policy_object.py +144 -0
- pulumi_sdwan/get_application_aware_routing_policy_definition.py +157 -0
- pulumi_sdwan/get_application_list_policy_object.py +131 -0
- pulumi_sdwan/get_application_priority_feature_profile.py +117 -0
- pulumi_sdwan/get_application_priority_qos_policy_profile_parcel.py +190 -0
- pulumi_sdwan/get_as_path_list_policy_object.py +131 -0
- pulumi_sdwan/get_block_url_list_policy_object.py +131 -0
- pulumi_sdwan/get_cedge_aaa_feature_template.py +500 -0
- pulumi_sdwan/get_cedge_global_feature_template.py +759 -0
- pulumi_sdwan/get_cedge_igmp_feature_template.py +175 -0
- pulumi_sdwan/get_cedge_multicast_feature_template.py +239 -0
- pulumi_sdwan/get_cedge_pim_feature_template.py +474 -0
- pulumi_sdwan/get_cellular_cedge_profile_feature_template.py +343 -0
- pulumi_sdwan/get_cellular_controller_feature_template.py +305 -0
- pulumi_sdwan/get_cellular_profile_feature_template.py +447 -0
- pulumi_sdwan/get_centralized_policy.py +144 -0
- pulumi_sdwan/get_cflowd_policy_definition.py +248 -0
- pulumi_sdwan/get_cisco_banner_feature_template.py +213 -0
- pulumi_sdwan/get_cisco_bfd_feature_template.py +253 -0
- pulumi_sdwan/get_cisco_bgp_feature_template.py +630 -0
- pulumi_sdwan/get_cisco_dhcp_server_feature_template.py +396 -0
- pulumi_sdwan/get_cisco_logging_feature_template.py +279 -0
- pulumi_sdwan/get_cisco_ntp_feature_template.py +292 -0
- pulumi_sdwan/get_cisco_omp_feature_template.py +526 -0
- pulumi_sdwan/get_cisco_ospf_feature_template.py +539 -0
- pulumi_sdwan/get_cisco_ospfv3_feature_template.py +1046 -0
- pulumi_sdwan/get_cisco_secure_internet_gateway_feature_template.py +240 -0
- pulumi_sdwan/get_cisco_security_feature_template.py +344 -0
- pulumi_sdwan/get_cisco_sig_credentials_feature_template.py +447 -0
- pulumi_sdwan/get_cisco_snmp_feature_template.py +305 -0
- pulumi_sdwan/get_cisco_system_feature_template.py +1059 -0
- pulumi_sdwan/get_cisco_thousandeyes_feature_template.py +175 -0
- pulumi_sdwan/get_cisco_trustsec_feature_template.py +565 -0
- pulumi_sdwan/get_cisco_vpn_feature_template.py +552 -0
- pulumi_sdwan/get_cisco_vpn_interface_feature_template.py +2788 -0
- pulumi_sdwan/get_cisco_vpn_interface_gre_feature_template.py +539 -0
- pulumi_sdwan/get_cisco_vpn_interface_ipsec_feature_template.py +850 -0
- pulumi_sdwan/get_cisco_wireless_lan_feature_template.py +383 -0
- pulumi_sdwan/get_class_map_policy_object.py +130 -0
- pulumi_sdwan/get_cli_config_profile_parcel.py +163 -0
- pulumi_sdwan/get_cli_device_template.py +169 -0
- pulumi_sdwan/get_cli_feature_profile.py +117 -0
- pulumi_sdwan/get_cli_template_feature_template.py +174 -0
- pulumi_sdwan/get_color_list_policy_object.py +131 -0
- pulumi_sdwan/get_configuration_group.py +170 -0
- pulumi_sdwan/get_configuration_group_device_variables.py +144 -0
- pulumi_sdwan/get_configuration_group_devices.py +118 -0
- pulumi_sdwan/get_custom_control_topology_policy_definition.py +170 -0
- pulumi_sdwan/get_data_fqdn_prefix_list_policy_object.py +131 -0
- pulumi_sdwan/get_data_ipv4_prefix_list_policy_object.py +131 -0
- pulumi_sdwan/get_data_ipv6_prefix_list_policy_object.py +131 -0
- pulumi_sdwan/get_device.py +138 -0
- pulumi_sdwan/get_dns_security_policy_definition.py +261 -0
- pulumi_sdwan/get_domain_list_policy_object.py +131 -0
- pulumi_sdwan/get_eigrp_feature_template.py +383 -0
- pulumi_sdwan/get_expanded_community_list_policy_object.py +131 -0
- pulumi_sdwan/get_extended_community_list_policy_object.py +131 -0
- pulumi_sdwan/get_feature_device_template.py +222 -0
- pulumi_sdwan/get_geo_location_list_policy_object.py +131 -0
- pulumi_sdwan/get_gps_feature_template.py +317 -0
- pulumi_sdwan/get_hub_and_spoke_topology_policy_definition.py +183 -0
- pulumi_sdwan/get_intrusion_prevention_policy_definition.py +221 -0
- pulumi_sdwan/get_ips_signature_list_policy_object.py +131 -0
- pulumi_sdwan/get_ipv4_acl_policy_definition.py +170 -0
- pulumi_sdwan/get_ipv4_device_acl_policy_definition.py +170 -0
- pulumi_sdwan/get_ipv4_prefix_list_policy_object.py +131 -0
- pulumi_sdwan/get_ipv6_acl_policy_definition.py +170 -0
- pulumi_sdwan/get_ipv6_device_acl_policy_definition.py +170 -0
- pulumi_sdwan/get_ipv6_prefix_list_policy_object.py +131 -0
- pulumi_sdwan/get_local_application_list_policy_object.py +131 -0
- pulumi_sdwan/get_localized_policy.py +274 -0
- pulumi_sdwan/get_mesh_topology_policy_definition.py +183 -0
- pulumi_sdwan/get_mirror_policy_object.py +143 -0
- pulumi_sdwan/get_object_group_policy_definition.py +299 -0
- pulumi_sdwan/get_policer_policy_object.py +156 -0
- pulumi_sdwan/get_port_list_policy_object.py +131 -0
- pulumi_sdwan/get_preferred_color_group_policy_object.py +195 -0
- pulumi_sdwan/get_protocol_list_policy_object.py +131 -0
- pulumi_sdwan/get_qos_map_policy_definition.py +157 -0
- pulumi_sdwan/get_region_list_policy_object.py +131 -0
- pulumi_sdwan/get_rewrite_rule_policy_definition.py +157 -0
- pulumi_sdwan/get_route_policy_definition.py +170 -0
- pulumi_sdwan/get_rule_set_policy_definition.py +144 -0
- pulumi_sdwan/get_security_app_hosting_feature_template.py +175 -0
- pulumi_sdwan/get_security_policy.py +284 -0
- pulumi_sdwan/get_service_feature_profile.py +117 -0
- pulumi_sdwan/get_service_lan_vpn_interface_ethernet_profile_parcel.py +1255 -0
- pulumi_sdwan/get_service_lan_vpn_profile_parcel.py +617 -0
- pulumi_sdwan/get_service_tracker_profile_parcel.py +430 -0
- pulumi_sdwan/get_site_list_policy_object.py +131 -0
- pulumi_sdwan/get_sla_class_policy_object.py +231 -0
- pulumi_sdwan/get_standard_community_list_policy_object.py +131 -0
- pulumi_sdwan/get_switchport_feature_template.py +253 -0
- pulumi_sdwan/get_system_aaa_profile_parcel.py +333 -0
- pulumi_sdwan/get_system_banner_profile_parcel.py +196 -0
- pulumi_sdwan/get_system_basic_profile_parcel.py +931 -0
- pulumi_sdwan/get_system_bfd_profile_parcel.py +233 -0
- pulumi_sdwan/get_system_feature_profile.py +117 -0
- pulumi_sdwan/get_system_flexible_port_speed_profile_parcel.py +176 -0
- pulumi_sdwan/get_system_global_profile_parcel.py +748 -0
- pulumi_sdwan/get_system_logging_profile_parcel.py +268 -0
- pulumi_sdwan/get_system_mrf_profile_parcel.py +241 -0
- pulumi_sdwan/get_system_ntp_profile_parcel.py +281 -0
- pulumi_sdwan/get_system_omp_profile_parcel.py +904 -0
- pulumi_sdwan/get_system_performance_monitoring_profile_parcel.py +228 -0
- pulumi_sdwan/get_system_remote_access_profile_parcel.py +689 -0
- pulumi_sdwan/get_system_security_profile_parcel.py +307 -0
- pulumi_sdwan/get_system_snmp_profile_parcel.py +294 -0
- pulumi_sdwan/get_tloc_list_policy_object.py +131 -0
- pulumi_sdwan/get_tls_ssl_decryption_policy_definition.py +352 -0
- pulumi_sdwan/get_tls_ssl_profile_policy_definition.py +273 -0
- pulumi_sdwan/get_traffic_data_policy_definition.py +170 -0
- pulumi_sdwan/get_transport_feature_profile.py +117 -0
- pulumi_sdwan/get_transport_ipv6_tracker_profile_parcel.py +384 -0
- pulumi_sdwan/get_transport_management_vpn_interface_ethernet_profile_parcel.py +773 -0
- pulumi_sdwan/get_transport_management_vpn_profile_parcel.py +317 -0
- pulumi_sdwan/get_transport_routing_bgp_profile_parcel.py +808 -0
- pulumi_sdwan/get_transport_wan_vpn_interface_ethernet_profile_parcel.py +2554 -0
- pulumi_sdwan/get_transport_wan_vpn_profile_parcel.py +356 -0
- pulumi_sdwan/get_url_filtering_policy_definition.py +286 -0
- pulumi_sdwan/get_vedge_inventory.py +96 -0
- pulumi_sdwan/get_vpn_interface_cellular_feature_template.py +2047 -0
- pulumi_sdwan/get_vpn_interface_dsl_ipoe_feature_template.py +2216 -0
- pulumi_sdwan/get_vpn_interface_dsl_pppoa_feature_template.py +2073 -0
- pulumi_sdwan/get_vpn_interface_dsl_pppoe_feature_template.py +2177 -0
- pulumi_sdwan/get_vpn_interface_ethernet_pppoe_feature_template.py +2164 -0
- pulumi_sdwan/get_vpn_interface_multilink_feature_template.py +1904 -0
- pulumi_sdwan/get_vpn_interface_svi_feature_template.py +643 -0
- pulumi_sdwan/get_vpn_interface_t1_e1_serial_feature_template.py +1683 -0
- pulumi_sdwan/get_vpn_list_policy_object.py +131 -0
- pulumi_sdwan/get_vpn_membership_policy_definition.py +157 -0
- pulumi_sdwan/get_zone_list_policy_object.py +131 -0
- pulumi_sdwan/gps_feature_template.py +925 -0
- pulumi_sdwan/hub_and_spoke_topology_policy_definition.py +405 -0
- pulumi_sdwan/intrusion_prevention_policy_definition.py +594 -0
- pulumi_sdwan/ips_signature_list_policy_object.py +235 -0
- pulumi_sdwan/ipv4_acl_policy_definition.py +358 -0
- pulumi_sdwan/ipv4_device_acl_policy_definition.py +358 -0
- pulumi_sdwan/ipv4_prefix_list_policy_object.py +265 -0
- pulumi_sdwan/ipv6_acl_policy_definition.py +358 -0
- pulumi_sdwan/ipv6_device_acl_policy_definition.py +358 -0
- pulumi_sdwan/ipv6_prefix_list_policy_object.py +265 -0
- pulumi_sdwan/local_application_list_policy_object.py +261 -0
- pulumi_sdwan/localized_policy.py +802 -0
- pulumi_sdwan/mesh_topology_policy_definition.py +405 -0
- pulumi_sdwan/mirror_policy_object.py +305 -0
- pulumi_sdwan/object_group_policy_definition.py +874 -0
- pulumi_sdwan/outputs.py +76361 -0
- pulumi_sdwan/policer_policy_object.py +355 -0
- pulumi_sdwan/port_list_policy_object.py +261 -0
- pulumi_sdwan/preferred_color_group_policy_object.py +500 -0
- pulumi_sdwan/protocol_list_policy_object.py +261 -0
- pulumi_sdwan/provider.py +204 -0
- pulumi_sdwan/pulumi-plugin.json +5 -0
- pulumi_sdwan/py.typed +0 -0
- pulumi_sdwan/qos_map_policy_definition.py +311 -0
- pulumi_sdwan/region_list_policy_object.py +235 -0
- pulumi_sdwan/rewrite_rule_policy_definition.py +311 -0
- pulumi_sdwan/route_policy_definition.py +357 -0
- pulumi_sdwan/rule_set_policy_definition.py +283 -0
- pulumi_sdwan/security_app_hosting_feature_template.py +374 -0
- pulumi_sdwan/security_policy.py +794 -0
- pulumi_sdwan/service_feature_profile.py +227 -0
- pulumi_sdwan/service_lan_vpn_interface_ethernet_profile_parcel.py +4283 -0
- pulumi_sdwan/service_lan_vpn_profile_parcel.py +1958 -0
- pulumi_sdwan/service_tracker_profile_parcel.py +1363 -0
- pulumi_sdwan/site_list_policy_object.py +235 -0
- pulumi_sdwan/sla_class_policy_object.py +656 -0
- pulumi_sdwan/standard_community_list_policy_object.py +261 -0
- pulumi_sdwan/switchport_feature_template.py +656 -0
- pulumi_sdwan/system_aaa_profile_parcel.py +943 -0
- pulumi_sdwan/system_banner_profile_parcel.py +472 -0
- pulumi_sdwan/system_basic_profile_parcel.py +3628 -0
- pulumi_sdwan/system_bfd_profile_parcel.py +613 -0
- pulumi_sdwan/system_feature_profile.py +227 -0
- pulumi_sdwan/system_flexible_port_speed_profile_parcel.py +416 -0
- pulumi_sdwan/system_global_profile_parcel.py +2514 -0
- pulumi_sdwan/system_logging_profile_parcel.py +706 -0
- pulumi_sdwan/system_mrf_profile_parcel.py +644 -0
- pulumi_sdwan/system_ntp_profile_parcel.py +753 -0
- pulumi_sdwan/system_omp_profile_parcel.py +3090 -0
- pulumi_sdwan/system_performance_monitoring_profile_parcel.py +599 -0
- pulumi_sdwan/system_remote_access_profile_parcel.py +2324 -0
- pulumi_sdwan/system_security_profile_parcel.py +854 -0
- pulumi_sdwan/system_snmp_profile_parcel.py +800 -0
- pulumi_sdwan/tloc_list_policy_object.py +235 -0
- pulumi_sdwan/tls_ssl_decryption_policy_definition.py +1034 -0
- pulumi_sdwan/tls_ssl_profile_policy_definition.py +786 -0
- pulumi_sdwan/traffic_data_policy_definition.py +358 -0
- pulumi_sdwan/transport_feature_profile.py +227 -0
- pulumi_sdwan/transport_ipv6_tracker_profile_parcel.py +1171 -0
- pulumi_sdwan/transport_management_vpn_interface_ethernet_profile_parcel.py +2549 -0
- pulumi_sdwan/transport_management_vpn_profile_parcel.py +881 -0
- pulumi_sdwan/transport_routing_bgp_profile_parcel.py +2662 -0
- pulumi_sdwan/transport_wan_vpn_interface_ethernet_profile_parcel.py +9016 -0
- pulumi_sdwan/transport_wan_vpn_profile_parcel.py +1022 -0
- pulumi_sdwan/url_filtering_policy_definition.py +842 -0
- pulumi_sdwan/vpn_interface_cellular_feature_template.py +7163 -0
- pulumi_sdwan/vpn_interface_dsl_ipoe_feature_template.py +7774 -0
- pulumi_sdwan/vpn_interface_dsl_pppoa_feature_template.py +7257 -0
- pulumi_sdwan/vpn_interface_dsl_pppoe_feature_template.py +7633 -0
- pulumi_sdwan/vpn_interface_ethernet_pppoe_feature_template.py +7586 -0
- pulumi_sdwan/vpn_interface_multilink_feature_template.py +6646 -0
- pulumi_sdwan/vpn_interface_svi_feature_template.py +2066 -0
- pulumi_sdwan/vpn_interface_t1_e1_serial_feature_template.py +5861 -0
- pulumi_sdwan/vpn_list_policy_object.py +235 -0
- pulumi_sdwan/vpn_membership_policy_definition.py +311 -0
- pulumi_sdwan/zone_list_policy_object.py +261 -0
- pulumi_sdwan-0.1.0.dist-info/METADATA +63 -0
- pulumi_sdwan-0.1.0.dist-info/RECORD +285 -0
- pulumi_sdwan-0.1.0.dist-info/WHEEL +5 -0
- pulumi_sdwan-0.1.0.dist-info/top_level.txt +1 -0
pulumi_sdwan/__init__.py
ADDED
|
@@ -0,0 +1,1393 @@
|
|
|
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_profile_parcel import *
|
|
17
|
+
from .as_path_list_policy_object import *
|
|
18
|
+
from .attach_feature_device_template import *
|
|
19
|
+
from .block_url_list_policy_object import *
|
|
20
|
+
from .cedge_aaa_feature_template import *
|
|
21
|
+
from .cedge_global_feature_template import *
|
|
22
|
+
from .cedge_igmp_feature_template import *
|
|
23
|
+
from .cedge_multicast_feature_template import *
|
|
24
|
+
from .cedge_pim_feature_template import *
|
|
25
|
+
from .cellular_cedge_profile_feature_template import *
|
|
26
|
+
from .cellular_controller_feature_template import *
|
|
27
|
+
from .cellular_profile_feature_template import *
|
|
28
|
+
from .centralized_policy import *
|
|
29
|
+
from .cflowd_policy_definition import *
|
|
30
|
+
from .cisco_banner_feature_template import *
|
|
31
|
+
from .cisco_bfd_feature_template import *
|
|
32
|
+
from .cisco_bgp_feature_template import *
|
|
33
|
+
from .cisco_dhcp_server_feature_template import *
|
|
34
|
+
from .cisco_logging_feature_template import *
|
|
35
|
+
from .cisco_ntp_feature_template import *
|
|
36
|
+
from .cisco_omp_feature_template import *
|
|
37
|
+
from .cisco_ospf_feature_template import *
|
|
38
|
+
from .cisco_ospfv3_feature_template import *
|
|
39
|
+
from .cisco_secure_internet_gateway_feature_template import *
|
|
40
|
+
from .cisco_security_feature_template import *
|
|
41
|
+
from .cisco_sig_credentials_feature_template import *
|
|
42
|
+
from .cisco_snmp_feature_template import *
|
|
43
|
+
from .cisco_system_feature_template import *
|
|
44
|
+
from .cisco_thousandeyes_feature_template import *
|
|
45
|
+
from .cisco_trustsec_feature_template import *
|
|
46
|
+
from .cisco_vpn_feature_template import *
|
|
47
|
+
from .cisco_vpn_interface_feature_template import *
|
|
48
|
+
from .cisco_vpn_interface_gre_feature_template import *
|
|
49
|
+
from .cisco_vpn_interface_ipsec_feature_template import *
|
|
50
|
+
from .cisco_wireless_lan_feature_template import *
|
|
51
|
+
from .class_map_policy_object import *
|
|
52
|
+
from .cli_config_profile_parcel import *
|
|
53
|
+
from .cli_device_template import *
|
|
54
|
+
from .cli_feature_profile import *
|
|
55
|
+
from .cli_template_feature_template import *
|
|
56
|
+
from .color_list_policy_object import *
|
|
57
|
+
from .configuration_group import *
|
|
58
|
+
from .configuration_group_deploy import *
|
|
59
|
+
from .configuration_group_device_variables import *
|
|
60
|
+
from .configuration_group_devices import *
|
|
61
|
+
from .custom_control_topology_policy_definition import *
|
|
62
|
+
from .data_fqdn_prefix_list_policy_object import *
|
|
63
|
+
from .data_ipv4_prefix_list_policy_object import *
|
|
64
|
+
from .data_ipv6_prefix_list_policy_object import *
|
|
65
|
+
from .dns_security_policy_definition import *
|
|
66
|
+
from .domain_list_policy_object import *
|
|
67
|
+
from .eigrp_feature_template 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_profile_parcel import *
|
|
80
|
+
from .get_as_path_list_policy_object import *
|
|
81
|
+
from .get_block_url_list_policy_object import *
|
|
82
|
+
from .get_cedge_aaa_feature_template import *
|
|
83
|
+
from .get_cedge_global_feature_template import *
|
|
84
|
+
from .get_cedge_igmp_feature_template import *
|
|
85
|
+
from .get_cedge_multicast_feature_template import *
|
|
86
|
+
from .get_cedge_pim_feature_template import *
|
|
87
|
+
from .get_cellular_cedge_profile_feature_template import *
|
|
88
|
+
from .get_cellular_controller_feature_template import *
|
|
89
|
+
from .get_cellular_profile_feature_template import *
|
|
90
|
+
from .get_centralized_policy import *
|
|
91
|
+
from .get_cflowd_policy_definition import *
|
|
92
|
+
from .get_cisco_banner_feature_template import *
|
|
93
|
+
from .get_cisco_bfd_feature_template import *
|
|
94
|
+
from .get_cisco_bgp_feature_template import *
|
|
95
|
+
from .get_cisco_dhcp_server_feature_template import *
|
|
96
|
+
from .get_cisco_logging_feature_template import *
|
|
97
|
+
from .get_cisco_ntp_feature_template import *
|
|
98
|
+
from .get_cisco_omp_feature_template import *
|
|
99
|
+
from .get_cisco_ospf_feature_template import *
|
|
100
|
+
from .get_cisco_ospfv3_feature_template import *
|
|
101
|
+
from .get_cisco_secure_internet_gateway_feature_template import *
|
|
102
|
+
from .get_cisco_security_feature_template import *
|
|
103
|
+
from .get_cisco_sig_credentials_feature_template import *
|
|
104
|
+
from .get_cisco_snmp_feature_template import *
|
|
105
|
+
from .get_cisco_system_feature_template import *
|
|
106
|
+
from .get_cisco_thousandeyes_feature_template import *
|
|
107
|
+
from .get_cisco_trustsec_feature_template import *
|
|
108
|
+
from .get_cisco_vpn_feature_template import *
|
|
109
|
+
from .get_cisco_vpn_interface_feature_template import *
|
|
110
|
+
from .get_cisco_vpn_interface_gre_feature_template import *
|
|
111
|
+
from .get_cisco_vpn_interface_ipsec_feature_template import *
|
|
112
|
+
from .get_cisco_wireless_lan_feature_template import *
|
|
113
|
+
from .get_class_map_policy_object import *
|
|
114
|
+
from .get_cli_config_profile_parcel import *
|
|
115
|
+
from .get_cli_device_template import *
|
|
116
|
+
from .get_cli_feature_profile import *
|
|
117
|
+
from .get_cli_template_feature_template import *
|
|
118
|
+
from .get_color_list_policy_object import *
|
|
119
|
+
from .get_configuration_group import *
|
|
120
|
+
from .get_configuration_group_device_variables import *
|
|
121
|
+
from .get_configuration_group_devices import *
|
|
122
|
+
from .get_custom_control_topology_policy_definition import *
|
|
123
|
+
from .get_data_fqdn_prefix_list_policy_object import *
|
|
124
|
+
from .get_data_ipv4_prefix_list_policy_object import *
|
|
125
|
+
from .get_data_ipv6_prefix_list_policy_object import *
|
|
126
|
+
from .get_device 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_expanded_community_list_policy_object import *
|
|
131
|
+
from .get_extended_community_list_policy_object import *
|
|
132
|
+
from .get_feature_device_template import *
|
|
133
|
+
from .get_geo_location_list_policy_object import *
|
|
134
|
+
from .get_gps_feature_template import *
|
|
135
|
+
from .get_hub_and_spoke_topology_policy_definition import *
|
|
136
|
+
from .get_intrusion_prevention_policy_definition import *
|
|
137
|
+
from .get_ips_signature_list_policy_object import *
|
|
138
|
+
from .get_ipv4_acl_policy_definition import *
|
|
139
|
+
from .get_ipv4_device_acl_policy_definition import *
|
|
140
|
+
from .get_ipv4_prefix_list_policy_object import *
|
|
141
|
+
from .get_ipv6_acl_policy_definition import *
|
|
142
|
+
from .get_ipv6_device_acl_policy_definition import *
|
|
143
|
+
from .get_ipv6_prefix_list_policy_object import *
|
|
144
|
+
from .get_local_application_list_policy_object import *
|
|
145
|
+
from .get_localized_policy import *
|
|
146
|
+
from .get_mesh_topology_policy_definition import *
|
|
147
|
+
from .get_mirror_policy_object import *
|
|
148
|
+
from .get_object_group_policy_definition import *
|
|
149
|
+
from .get_policer_policy_object import *
|
|
150
|
+
from .get_port_list_policy_object import *
|
|
151
|
+
from .get_preferred_color_group_policy_object import *
|
|
152
|
+
from .get_protocol_list_policy_object import *
|
|
153
|
+
from .get_qos_map_policy_definition import *
|
|
154
|
+
from .get_region_list_policy_object import *
|
|
155
|
+
from .get_rewrite_rule_policy_definition import *
|
|
156
|
+
from .get_route_policy_definition import *
|
|
157
|
+
from .get_rule_set_policy_definition import *
|
|
158
|
+
from .get_security_app_hosting_feature_template import *
|
|
159
|
+
from .get_security_policy import *
|
|
160
|
+
from .get_service_feature_profile import *
|
|
161
|
+
from .get_service_lan_vpn_interface_ethernet_profile_parcel import *
|
|
162
|
+
from .get_service_lan_vpn_profile_parcel import *
|
|
163
|
+
from .get_service_tracker_profile_parcel import *
|
|
164
|
+
from .get_site_list_policy_object import *
|
|
165
|
+
from .get_sla_class_policy_object import *
|
|
166
|
+
from .get_standard_community_list_policy_object import *
|
|
167
|
+
from .get_switchport_feature_template import *
|
|
168
|
+
from .get_system_aaa_profile_parcel import *
|
|
169
|
+
from .get_system_banner_profile_parcel import *
|
|
170
|
+
from .get_system_basic_profile_parcel import *
|
|
171
|
+
from .get_system_bfd_profile_parcel import *
|
|
172
|
+
from .get_system_feature_profile import *
|
|
173
|
+
from .get_system_flexible_port_speed_profile_parcel import *
|
|
174
|
+
from .get_system_global_profile_parcel import *
|
|
175
|
+
from .get_system_logging_profile_parcel import *
|
|
176
|
+
from .get_system_mrf_profile_parcel import *
|
|
177
|
+
from .get_system_ntp_profile_parcel import *
|
|
178
|
+
from .get_system_omp_profile_parcel import *
|
|
179
|
+
from .get_system_performance_monitoring_profile_parcel import *
|
|
180
|
+
from .get_system_remote_access_profile_parcel import *
|
|
181
|
+
from .get_system_security_profile_parcel import *
|
|
182
|
+
from .get_system_snmp_profile_parcel import *
|
|
183
|
+
from .get_tloc_list_policy_object import *
|
|
184
|
+
from .get_tls_ssl_decryption_policy_definition import *
|
|
185
|
+
from .get_tls_ssl_profile_policy_definition import *
|
|
186
|
+
from .get_traffic_data_policy_definition import *
|
|
187
|
+
from .get_transport_feature_profile import *
|
|
188
|
+
from .get_transport_ipv6_tracker_profile_parcel import *
|
|
189
|
+
from .get_transport_management_vpn_interface_ethernet_profile_parcel import *
|
|
190
|
+
from .get_transport_management_vpn_profile_parcel import *
|
|
191
|
+
from .get_transport_routing_bgp_profile_parcel import *
|
|
192
|
+
from .get_transport_wan_vpn_interface_ethernet_profile_parcel import *
|
|
193
|
+
from .get_transport_wan_vpn_profile_parcel import *
|
|
194
|
+
from .get_url_filtering_policy_definition import *
|
|
195
|
+
from .get_vedge_inventory import *
|
|
196
|
+
from .get_vpn_interface_cellular_feature_template import *
|
|
197
|
+
from .get_vpn_interface_dsl_ipoe_feature_template import *
|
|
198
|
+
from .get_vpn_interface_dsl_pppoa_feature_template import *
|
|
199
|
+
from .get_vpn_interface_dsl_pppoe_feature_template import *
|
|
200
|
+
from .get_vpn_interface_ethernet_pppoe_feature_template import *
|
|
201
|
+
from .get_vpn_interface_multilink_feature_template import *
|
|
202
|
+
from .get_vpn_interface_svi_feature_template import *
|
|
203
|
+
from .get_vpn_interface_t1_e1_serial_feature_template import *
|
|
204
|
+
from .get_vpn_list_policy_object import *
|
|
205
|
+
from .get_vpn_membership_policy_definition import *
|
|
206
|
+
from .get_zone_list_policy_object import *
|
|
207
|
+
from .gps_feature_template import *
|
|
208
|
+
from .hub_and_spoke_topology_policy_definition import *
|
|
209
|
+
from .intrusion_prevention_policy_definition import *
|
|
210
|
+
from .ips_signature_list_policy_object import *
|
|
211
|
+
from .ipv4_acl_policy_definition import *
|
|
212
|
+
from .ipv4_device_acl_policy_definition import *
|
|
213
|
+
from .ipv4_prefix_list_policy_object import *
|
|
214
|
+
from .ipv6_acl_policy_definition import *
|
|
215
|
+
from .ipv6_device_acl_policy_definition import *
|
|
216
|
+
from .ipv6_prefix_list_policy_object import *
|
|
217
|
+
from .local_application_list_policy_object import *
|
|
218
|
+
from .localized_policy import *
|
|
219
|
+
from .mesh_topology_policy_definition import *
|
|
220
|
+
from .mirror_policy_object import *
|
|
221
|
+
from .object_group_policy_definition import *
|
|
222
|
+
from .policer_policy_object import *
|
|
223
|
+
from .port_list_policy_object import *
|
|
224
|
+
from .preferred_color_group_policy_object import *
|
|
225
|
+
from .protocol_list_policy_object import *
|
|
226
|
+
from .provider import *
|
|
227
|
+
from .qos_map_policy_definition import *
|
|
228
|
+
from .region_list_policy_object import *
|
|
229
|
+
from .rewrite_rule_policy_definition import *
|
|
230
|
+
from .route_policy_definition import *
|
|
231
|
+
from .rule_set_policy_definition import *
|
|
232
|
+
from .security_app_hosting_feature_template import *
|
|
233
|
+
from .security_policy import *
|
|
234
|
+
from .service_feature_profile import *
|
|
235
|
+
from .service_lan_vpn_interface_ethernet_profile_parcel import *
|
|
236
|
+
from .service_lan_vpn_profile_parcel import *
|
|
237
|
+
from .service_tracker_profile_parcel import *
|
|
238
|
+
from .site_list_policy_object import *
|
|
239
|
+
from .sla_class_policy_object import *
|
|
240
|
+
from .standard_community_list_policy_object import *
|
|
241
|
+
from .switchport_feature_template import *
|
|
242
|
+
from .system_aaa_profile_parcel import *
|
|
243
|
+
from .system_banner_profile_parcel import *
|
|
244
|
+
from .system_basic_profile_parcel import *
|
|
245
|
+
from .system_bfd_profile_parcel import *
|
|
246
|
+
from .system_feature_profile import *
|
|
247
|
+
from .system_flexible_port_speed_profile_parcel import *
|
|
248
|
+
from .system_global_profile_parcel import *
|
|
249
|
+
from .system_logging_profile_parcel import *
|
|
250
|
+
from .system_mrf_profile_parcel import *
|
|
251
|
+
from .system_ntp_profile_parcel import *
|
|
252
|
+
from .system_omp_profile_parcel import *
|
|
253
|
+
from .system_performance_monitoring_profile_parcel import *
|
|
254
|
+
from .system_remote_access_profile_parcel import *
|
|
255
|
+
from .system_security_profile_parcel import *
|
|
256
|
+
from .system_snmp_profile_parcel import *
|
|
257
|
+
from .tloc_list_policy_object import *
|
|
258
|
+
from .tls_ssl_decryption_policy_definition import *
|
|
259
|
+
from .tls_ssl_profile_policy_definition import *
|
|
260
|
+
from .traffic_data_policy_definition import *
|
|
261
|
+
from .transport_feature_profile import *
|
|
262
|
+
from .transport_ipv6_tracker_profile_parcel import *
|
|
263
|
+
from .transport_management_vpn_interface_ethernet_profile_parcel import *
|
|
264
|
+
from .transport_management_vpn_profile_parcel import *
|
|
265
|
+
from .transport_routing_bgp_profile_parcel import *
|
|
266
|
+
from .transport_wan_vpn_interface_ethernet_profile_parcel import *
|
|
267
|
+
from .transport_wan_vpn_profile_parcel import *
|
|
268
|
+
from .url_filtering_policy_definition import *
|
|
269
|
+
from .vpn_interface_cellular_feature_template import *
|
|
270
|
+
from .vpn_interface_dsl_ipoe_feature_template import *
|
|
271
|
+
from .vpn_interface_dsl_pppoa_feature_template import *
|
|
272
|
+
from .vpn_interface_dsl_pppoe_feature_template import *
|
|
273
|
+
from .vpn_interface_ethernet_pppoe_feature_template import *
|
|
274
|
+
from .vpn_interface_multilink_feature_template import *
|
|
275
|
+
from .vpn_interface_svi_feature_template import *
|
|
276
|
+
from .vpn_interface_t1_e1_serial_feature_template import *
|
|
277
|
+
from .vpn_list_policy_object import *
|
|
278
|
+
from .vpn_membership_policy_definition import *
|
|
279
|
+
from .zone_list_policy_object import *
|
|
280
|
+
from ._inputs import *
|
|
281
|
+
from . import outputs
|
|
282
|
+
|
|
283
|
+
# Make subpackages available:
|
|
284
|
+
if typing.TYPE_CHECKING:
|
|
285
|
+
import pulumi_sdwan.config as __config
|
|
286
|
+
config = __config
|
|
287
|
+
else:
|
|
288
|
+
config = _utilities.lazy_import('pulumi_sdwan.config')
|
|
289
|
+
|
|
290
|
+
_utilities.register(
|
|
291
|
+
resource_modules="""
|
|
292
|
+
[
|
|
293
|
+
{
|
|
294
|
+
"pkg": "sdwan",
|
|
295
|
+
"mod": "index/activateCentralizedPolicy",
|
|
296
|
+
"fqn": "pulumi_sdwan",
|
|
297
|
+
"classes": {
|
|
298
|
+
"sdwan:index/activateCentralizedPolicy:ActivateCentralizedPolicy": "ActivateCentralizedPolicy"
|
|
299
|
+
}
|
|
300
|
+
},
|
|
301
|
+
{
|
|
302
|
+
"pkg": "sdwan",
|
|
303
|
+
"mod": "index/advancedInspectionProfilePolicyDefinition",
|
|
304
|
+
"fqn": "pulumi_sdwan",
|
|
305
|
+
"classes": {
|
|
306
|
+
"sdwan:index/advancedInspectionProfilePolicyDefinition:AdvancedInspectionProfilePolicyDefinition": "AdvancedInspectionProfilePolicyDefinition"
|
|
307
|
+
}
|
|
308
|
+
},
|
|
309
|
+
{
|
|
310
|
+
"pkg": "sdwan",
|
|
311
|
+
"mod": "index/advancedMalwareProtectionPolicyDefinition",
|
|
312
|
+
"fqn": "pulumi_sdwan",
|
|
313
|
+
"classes": {
|
|
314
|
+
"sdwan:index/advancedMalwareProtectionPolicyDefinition:AdvancedMalwareProtectionPolicyDefinition": "AdvancedMalwareProtectionPolicyDefinition"
|
|
315
|
+
}
|
|
316
|
+
},
|
|
317
|
+
{
|
|
318
|
+
"pkg": "sdwan",
|
|
319
|
+
"mod": "index/allowUrlListPolicyObject",
|
|
320
|
+
"fqn": "pulumi_sdwan",
|
|
321
|
+
"classes": {
|
|
322
|
+
"sdwan:index/allowUrlListPolicyObject:AllowUrlListPolicyObject": "AllowUrlListPolicyObject"
|
|
323
|
+
}
|
|
324
|
+
},
|
|
325
|
+
{
|
|
326
|
+
"pkg": "sdwan",
|
|
327
|
+
"mod": "index/appProbeClassPolicyObject",
|
|
328
|
+
"fqn": "pulumi_sdwan",
|
|
329
|
+
"classes": {
|
|
330
|
+
"sdwan:index/appProbeClassPolicyObject:AppProbeClassPolicyObject": "AppProbeClassPolicyObject"
|
|
331
|
+
}
|
|
332
|
+
},
|
|
333
|
+
{
|
|
334
|
+
"pkg": "sdwan",
|
|
335
|
+
"mod": "index/applicationAwareRoutingPolicyDefinition",
|
|
336
|
+
"fqn": "pulumi_sdwan",
|
|
337
|
+
"classes": {
|
|
338
|
+
"sdwan:index/applicationAwareRoutingPolicyDefinition:ApplicationAwareRoutingPolicyDefinition": "ApplicationAwareRoutingPolicyDefinition"
|
|
339
|
+
}
|
|
340
|
+
},
|
|
341
|
+
{
|
|
342
|
+
"pkg": "sdwan",
|
|
343
|
+
"mod": "index/applicationListPolicyObject",
|
|
344
|
+
"fqn": "pulumi_sdwan",
|
|
345
|
+
"classes": {
|
|
346
|
+
"sdwan:index/applicationListPolicyObject:ApplicationListPolicyObject": "ApplicationListPolicyObject"
|
|
347
|
+
}
|
|
348
|
+
},
|
|
349
|
+
{
|
|
350
|
+
"pkg": "sdwan",
|
|
351
|
+
"mod": "index/applicationPriorityFeatureProfile",
|
|
352
|
+
"fqn": "pulumi_sdwan",
|
|
353
|
+
"classes": {
|
|
354
|
+
"sdwan:index/applicationPriorityFeatureProfile:ApplicationPriorityFeatureProfile": "ApplicationPriorityFeatureProfile"
|
|
355
|
+
}
|
|
356
|
+
},
|
|
357
|
+
{
|
|
358
|
+
"pkg": "sdwan",
|
|
359
|
+
"mod": "index/applicationPriorityQosPolicyProfileParcel",
|
|
360
|
+
"fqn": "pulumi_sdwan",
|
|
361
|
+
"classes": {
|
|
362
|
+
"sdwan:index/applicationPriorityQosPolicyProfileParcel:ApplicationPriorityQosPolicyProfileParcel": "ApplicationPriorityQosPolicyProfileParcel"
|
|
363
|
+
}
|
|
364
|
+
},
|
|
365
|
+
{
|
|
366
|
+
"pkg": "sdwan",
|
|
367
|
+
"mod": "index/asPathListPolicyObject",
|
|
368
|
+
"fqn": "pulumi_sdwan",
|
|
369
|
+
"classes": {
|
|
370
|
+
"sdwan:index/asPathListPolicyObject:AsPathListPolicyObject": "AsPathListPolicyObject"
|
|
371
|
+
}
|
|
372
|
+
},
|
|
373
|
+
{
|
|
374
|
+
"pkg": "sdwan",
|
|
375
|
+
"mod": "index/attachFeatureDeviceTemplate",
|
|
376
|
+
"fqn": "pulumi_sdwan",
|
|
377
|
+
"classes": {
|
|
378
|
+
"sdwan:index/attachFeatureDeviceTemplate:AttachFeatureDeviceTemplate": "AttachFeatureDeviceTemplate"
|
|
379
|
+
}
|
|
380
|
+
},
|
|
381
|
+
{
|
|
382
|
+
"pkg": "sdwan",
|
|
383
|
+
"mod": "index/blockUrlListPolicyObject",
|
|
384
|
+
"fqn": "pulumi_sdwan",
|
|
385
|
+
"classes": {
|
|
386
|
+
"sdwan:index/blockUrlListPolicyObject:BlockUrlListPolicyObject": "BlockUrlListPolicyObject"
|
|
387
|
+
}
|
|
388
|
+
},
|
|
389
|
+
{
|
|
390
|
+
"pkg": "sdwan",
|
|
391
|
+
"mod": "index/cedgeAaaFeatureTemplate",
|
|
392
|
+
"fqn": "pulumi_sdwan",
|
|
393
|
+
"classes": {
|
|
394
|
+
"sdwan:index/cedgeAaaFeatureTemplate:CedgeAaaFeatureTemplate": "CedgeAaaFeatureTemplate"
|
|
395
|
+
}
|
|
396
|
+
},
|
|
397
|
+
{
|
|
398
|
+
"pkg": "sdwan",
|
|
399
|
+
"mod": "index/cedgeGlobalFeatureTemplate",
|
|
400
|
+
"fqn": "pulumi_sdwan",
|
|
401
|
+
"classes": {
|
|
402
|
+
"sdwan:index/cedgeGlobalFeatureTemplate:CedgeGlobalFeatureTemplate": "CedgeGlobalFeatureTemplate"
|
|
403
|
+
}
|
|
404
|
+
},
|
|
405
|
+
{
|
|
406
|
+
"pkg": "sdwan",
|
|
407
|
+
"mod": "index/cedgeIgmpFeatureTemplate",
|
|
408
|
+
"fqn": "pulumi_sdwan",
|
|
409
|
+
"classes": {
|
|
410
|
+
"sdwan:index/cedgeIgmpFeatureTemplate:CedgeIgmpFeatureTemplate": "CedgeIgmpFeatureTemplate"
|
|
411
|
+
}
|
|
412
|
+
},
|
|
413
|
+
{
|
|
414
|
+
"pkg": "sdwan",
|
|
415
|
+
"mod": "index/cedgeMulticastFeatureTemplate",
|
|
416
|
+
"fqn": "pulumi_sdwan",
|
|
417
|
+
"classes": {
|
|
418
|
+
"sdwan:index/cedgeMulticastFeatureTemplate:CedgeMulticastFeatureTemplate": "CedgeMulticastFeatureTemplate"
|
|
419
|
+
}
|
|
420
|
+
},
|
|
421
|
+
{
|
|
422
|
+
"pkg": "sdwan",
|
|
423
|
+
"mod": "index/cedgePimFeatureTemplate",
|
|
424
|
+
"fqn": "pulumi_sdwan",
|
|
425
|
+
"classes": {
|
|
426
|
+
"sdwan:index/cedgePimFeatureTemplate:CedgePimFeatureTemplate": "CedgePimFeatureTemplate"
|
|
427
|
+
}
|
|
428
|
+
},
|
|
429
|
+
{
|
|
430
|
+
"pkg": "sdwan",
|
|
431
|
+
"mod": "index/cellularCedgeProfileFeatureTemplate",
|
|
432
|
+
"fqn": "pulumi_sdwan",
|
|
433
|
+
"classes": {
|
|
434
|
+
"sdwan:index/cellularCedgeProfileFeatureTemplate:CellularCedgeProfileFeatureTemplate": "CellularCedgeProfileFeatureTemplate"
|
|
435
|
+
}
|
|
436
|
+
},
|
|
437
|
+
{
|
|
438
|
+
"pkg": "sdwan",
|
|
439
|
+
"mod": "index/cellularControllerFeatureTemplate",
|
|
440
|
+
"fqn": "pulumi_sdwan",
|
|
441
|
+
"classes": {
|
|
442
|
+
"sdwan:index/cellularControllerFeatureTemplate:CellularControllerFeatureTemplate": "CellularControllerFeatureTemplate"
|
|
443
|
+
}
|
|
444
|
+
},
|
|
445
|
+
{
|
|
446
|
+
"pkg": "sdwan",
|
|
447
|
+
"mod": "index/cellularProfileFeatureTemplate",
|
|
448
|
+
"fqn": "pulumi_sdwan",
|
|
449
|
+
"classes": {
|
|
450
|
+
"sdwan:index/cellularProfileFeatureTemplate:CellularProfileFeatureTemplate": "CellularProfileFeatureTemplate"
|
|
451
|
+
}
|
|
452
|
+
},
|
|
453
|
+
{
|
|
454
|
+
"pkg": "sdwan",
|
|
455
|
+
"mod": "index/centralizedPolicy",
|
|
456
|
+
"fqn": "pulumi_sdwan",
|
|
457
|
+
"classes": {
|
|
458
|
+
"sdwan:index/centralizedPolicy:CentralizedPolicy": "CentralizedPolicy"
|
|
459
|
+
}
|
|
460
|
+
},
|
|
461
|
+
{
|
|
462
|
+
"pkg": "sdwan",
|
|
463
|
+
"mod": "index/cflowdPolicyDefinition",
|
|
464
|
+
"fqn": "pulumi_sdwan",
|
|
465
|
+
"classes": {
|
|
466
|
+
"sdwan:index/cflowdPolicyDefinition:CflowdPolicyDefinition": "CflowdPolicyDefinition"
|
|
467
|
+
}
|
|
468
|
+
},
|
|
469
|
+
{
|
|
470
|
+
"pkg": "sdwan",
|
|
471
|
+
"mod": "index/ciscoBannerFeatureTemplate",
|
|
472
|
+
"fqn": "pulumi_sdwan",
|
|
473
|
+
"classes": {
|
|
474
|
+
"sdwan:index/ciscoBannerFeatureTemplate:CiscoBannerFeatureTemplate": "CiscoBannerFeatureTemplate"
|
|
475
|
+
}
|
|
476
|
+
},
|
|
477
|
+
{
|
|
478
|
+
"pkg": "sdwan",
|
|
479
|
+
"mod": "index/ciscoBfdFeatureTemplate",
|
|
480
|
+
"fqn": "pulumi_sdwan",
|
|
481
|
+
"classes": {
|
|
482
|
+
"sdwan:index/ciscoBfdFeatureTemplate:CiscoBfdFeatureTemplate": "CiscoBfdFeatureTemplate"
|
|
483
|
+
}
|
|
484
|
+
},
|
|
485
|
+
{
|
|
486
|
+
"pkg": "sdwan",
|
|
487
|
+
"mod": "index/ciscoBgpFeatureTemplate",
|
|
488
|
+
"fqn": "pulumi_sdwan",
|
|
489
|
+
"classes": {
|
|
490
|
+
"sdwan:index/ciscoBgpFeatureTemplate:CiscoBgpFeatureTemplate": "CiscoBgpFeatureTemplate"
|
|
491
|
+
}
|
|
492
|
+
},
|
|
493
|
+
{
|
|
494
|
+
"pkg": "sdwan",
|
|
495
|
+
"mod": "index/ciscoDhcpServerFeatureTemplate",
|
|
496
|
+
"fqn": "pulumi_sdwan",
|
|
497
|
+
"classes": {
|
|
498
|
+
"sdwan:index/ciscoDhcpServerFeatureTemplate:CiscoDhcpServerFeatureTemplate": "CiscoDhcpServerFeatureTemplate"
|
|
499
|
+
}
|
|
500
|
+
},
|
|
501
|
+
{
|
|
502
|
+
"pkg": "sdwan",
|
|
503
|
+
"mod": "index/ciscoLoggingFeatureTemplate",
|
|
504
|
+
"fqn": "pulumi_sdwan",
|
|
505
|
+
"classes": {
|
|
506
|
+
"sdwan:index/ciscoLoggingFeatureTemplate:CiscoLoggingFeatureTemplate": "CiscoLoggingFeatureTemplate"
|
|
507
|
+
}
|
|
508
|
+
},
|
|
509
|
+
{
|
|
510
|
+
"pkg": "sdwan",
|
|
511
|
+
"mod": "index/ciscoNtpFeatureTemplate",
|
|
512
|
+
"fqn": "pulumi_sdwan",
|
|
513
|
+
"classes": {
|
|
514
|
+
"sdwan:index/ciscoNtpFeatureTemplate:CiscoNtpFeatureTemplate": "CiscoNtpFeatureTemplate"
|
|
515
|
+
}
|
|
516
|
+
},
|
|
517
|
+
{
|
|
518
|
+
"pkg": "sdwan",
|
|
519
|
+
"mod": "index/ciscoOmpFeatureTemplate",
|
|
520
|
+
"fqn": "pulumi_sdwan",
|
|
521
|
+
"classes": {
|
|
522
|
+
"sdwan:index/ciscoOmpFeatureTemplate:CiscoOmpFeatureTemplate": "CiscoOmpFeatureTemplate"
|
|
523
|
+
}
|
|
524
|
+
},
|
|
525
|
+
{
|
|
526
|
+
"pkg": "sdwan",
|
|
527
|
+
"mod": "index/ciscoOspfFeatureTemplate",
|
|
528
|
+
"fqn": "pulumi_sdwan",
|
|
529
|
+
"classes": {
|
|
530
|
+
"sdwan:index/ciscoOspfFeatureTemplate:CiscoOspfFeatureTemplate": "CiscoOspfFeatureTemplate"
|
|
531
|
+
}
|
|
532
|
+
},
|
|
533
|
+
{
|
|
534
|
+
"pkg": "sdwan",
|
|
535
|
+
"mod": "index/ciscoOspfv3FeatureTemplate",
|
|
536
|
+
"fqn": "pulumi_sdwan",
|
|
537
|
+
"classes": {
|
|
538
|
+
"sdwan:index/ciscoOspfv3FeatureTemplate:CiscoOspfv3FeatureTemplate": "CiscoOspfv3FeatureTemplate"
|
|
539
|
+
}
|
|
540
|
+
},
|
|
541
|
+
{
|
|
542
|
+
"pkg": "sdwan",
|
|
543
|
+
"mod": "index/ciscoSecureInternetGatewayFeatureTemplate",
|
|
544
|
+
"fqn": "pulumi_sdwan",
|
|
545
|
+
"classes": {
|
|
546
|
+
"sdwan:index/ciscoSecureInternetGatewayFeatureTemplate:CiscoSecureInternetGatewayFeatureTemplate": "CiscoSecureInternetGatewayFeatureTemplate"
|
|
547
|
+
}
|
|
548
|
+
},
|
|
549
|
+
{
|
|
550
|
+
"pkg": "sdwan",
|
|
551
|
+
"mod": "index/ciscoSecurityFeatureTemplate",
|
|
552
|
+
"fqn": "pulumi_sdwan",
|
|
553
|
+
"classes": {
|
|
554
|
+
"sdwan:index/ciscoSecurityFeatureTemplate:CiscoSecurityFeatureTemplate": "CiscoSecurityFeatureTemplate"
|
|
555
|
+
}
|
|
556
|
+
},
|
|
557
|
+
{
|
|
558
|
+
"pkg": "sdwan",
|
|
559
|
+
"mod": "index/ciscoSigCredentialsFeatureTemplate",
|
|
560
|
+
"fqn": "pulumi_sdwan",
|
|
561
|
+
"classes": {
|
|
562
|
+
"sdwan:index/ciscoSigCredentialsFeatureTemplate:CiscoSigCredentialsFeatureTemplate": "CiscoSigCredentialsFeatureTemplate"
|
|
563
|
+
}
|
|
564
|
+
},
|
|
565
|
+
{
|
|
566
|
+
"pkg": "sdwan",
|
|
567
|
+
"mod": "index/ciscoSnmpFeatureTemplate",
|
|
568
|
+
"fqn": "pulumi_sdwan",
|
|
569
|
+
"classes": {
|
|
570
|
+
"sdwan:index/ciscoSnmpFeatureTemplate:CiscoSnmpFeatureTemplate": "CiscoSnmpFeatureTemplate"
|
|
571
|
+
}
|
|
572
|
+
},
|
|
573
|
+
{
|
|
574
|
+
"pkg": "sdwan",
|
|
575
|
+
"mod": "index/ciscoSystemFeatureTemplate",
|
|
576
|
+
"fqn": "pulumi_sdwan",
|
|
577
|
+
"classes": {
|
|
578
|
+
"sdwan:index/ciscoSystemFeatureTemplate:CiscoSystemFeatureTemplate": "CiscoSystemFeatureTemplate"
|
|
579
|
+
}
|
|
580
|
+
},
|
|
581
|
+
{
|
|
582
|
+
"pkg": "sdwan",
|
|
583
|
+
"mod": "index/ciscoThousandeyesFeatureTemplate",
|
|
584
|
+
"fqn": "pulumi_sdwan",
|
|
585
|
+
"classes": {
|
|
586
|
+
"sdwan:index/ciscoThousandeyesFeatureTemplate:CiscoThousandeyesFeatureTemplate": "CiscoThousandeyesFeatureTemplate"
|
|
587
|
+
}
|
|
588
|
+
},
|
|
589
|
+
{
|
|
590
|
+
"pkg": "sdwan",
|
|
591
|
+
"mod": "index/ciscoTrustsecFeatureTemplate",
|
|
592
|
+
"fqn": "pulumi_sdwan",
|
|
593
|
+
"classes": {
|
|
594
|
+
"sdwan:index/ciscoTrustsecFeatureTemplate:CiscoTrustsecFeatureTemplate": "CiscoTrustsecFeatureTemplate"
|
|
595
|
+
}
|
|
596
|
+
},
|
|
597
|
+
{
|
|
598
|
+
"pkg": "sdwan",
|
|
599
|
+
"mod": "index/ciscoVpnFeatureTemplate",
|
|
600
|
+
"fqn": "pulumi_sdwan",
|
|
601
|
+
"classes": {
|
|
602
|
+
"sdwan:index/ciscoVpnFeatureTemplate:CiscoVpnFeatureTemplate": "CiscoVpnFeatureTemplate"
|
|
603
|
+
}
|
|
604
|
+
},
|
|
605
|
+
{
|
|
606
|
+
"pkg": "sdwan",
|
|
607
|
+
"mod": "index/ciscoVpnInterfaceFeatureTemplate",
|
|
608
|
+
"fqn": "pulumi_sdwan",
|
|
609
|
+
"classes": {
|
|
610
|
+
"sdwan:index/ciscoVpnInterfaceFeatureTemplate:CiscoVpnInterfaceFeatureTemplate": "CiscoVpnInterfaceFeatureTemplate"
|
|
611
|
+
}
|
|
612
|
+
},
|
|
613
|
+
{
|
|
614
|
+
"pkg": "sdwan",
|
|
615
|
+
"mod": "index/ciscoVpnInterfaceGreFeatureTemplate",
|
|
616
|
+
"fqn": "pulumi_sdwan",
|
|
617
|
+
"classes": {
|
|
618
|
+
"sdwan:index/ciscoVpnInterfaceGreFeatureTemplate:CiscoVpnInterfaceGreFeatureTemplate": "CiscoVpnInterfaceGreFeatureTemplate"
|
|
619
|
+
}
|
|
620
|
+
},
|
|
621
|
+
{
|
|
622
|
+
"pkg": "sdwan",
|
|
623
|
+
"mod": "index/ciscoVpnInterfaceIpsecFeatureTemplate",
|
|
624
|
+
"fqn": "pulumi_sdwan",
|
|
625
|
+
"classes": {
|
|
626
|
+
"sdwan:index/ciscoVpnInterfaceIpsecFeatureTemplate:CiscoVpnInterfaceIpsecFeatureTemplate": "CiscoVpnInterfaceIpsecFeatureTemplate"
|
|
627
|
+
}
|
|
628
|
+
},
|
|
629
|
+
{
|
|
630
|
+
"pkg": "sdwan",
|
|
631
|
+
"mod": "index/ciscoWirelessLanFeatureTemplate",
|
|
632
|
+
"fqn": "pulumi_sdwan",
|
|
633
|
+
"classes": {
|
|
634
|
+
"sdwan:index/ciscoWirelessLanFeatureTemplate:CiscoWirelessLanFeatureTemplate": "CiscoWirelessLanFeatureTemplate"
|
|
635
|
+
}
|
|
636
|
+
},
|
|
637
|
+
{
|
|
638
|
+
"pkg": "sdwan",
|
|
639
|
+
"mod": "index/classMapPolicyObject",
|
|
640
|
+
"fqn": "pulumi_sdwan",
|
|
641
|
+
"classes": {
|
|
642
|
+
"sdwan:index/classMapPolicyObject:ClassMapPolicyObject": "ClassMapPolicyObject"
|
|
643
|
+
}
|
|
644
|
+
},
|
|
645
|
+
{
|
|
646
|
+
"pkg": "sdwan",
|
|
647
|
+
"mod": "index/cliConfigProfileParcel",
|
|
648
|
+
"fqn": "pulumi_sdwan",
|
|
649
|
+
"classes": {
|
|
650
|
+
"sdwan:index/cliConfigProfileParcel:CliConfigProfileParcel": "CliConfigProfileParcel"
|
|
651
|
+
}
|
|
652
|
+
},
|
|
653
|
+
{
|
|
654
|
+
"pkg": "sdwan",
|
|
655
|
+
"mod": "index/cliDeviceTemplate",
|
|
656
|
+
"fqn": "pulumi_sdwan",
|
|
657
|
+
"classes": {
|
|
658
|
+
"sdwan:index/cliDeviceTemplate:CliDeviceTemplate": "CliDeviceTemplate"
|
|
659
|
+
}
|
|
660
|
+
},
|
|
661
|
+
{
|
|
662
|
+
"pkg": "sdwan",
|
|
663
|
+
"mod": "index/cliFeatureProfile",
|
|
664
|
+
"fqn": "pulumi_sdwan",
|
|
665
|
+
"classes": {
|
|
666
|
+
"sdwan:index/cliFeatureProfile:CliFeatureProfile": "CliFeatureProfile"
|
|
667
|
+
}
|
|
668
|
+
},
|
|
669
|
+
{
|
|
670
|
+
"pkg": "sdwan",
|
|
671
|
+
"mod": "index/cliTemplateFeatureTemplate",
|
|
672
|
+
"fqn": "pulumi_sdwan",
|
|
673
|
+
"classes": {
|
|
674
|
+
"sdwan:index/cliTemplateFeatureTemplate:CliTemplateFeatureTemplate": "CliTemplateFeatureTemplate"
|
|
675
|
+
}
|
|
676
|
+
},
|
|
677
|
+
{
|
|
678
|
+
"pkg": "sdwan",
|
|
679
|
+
"mod": "index/colorListPolicyObject",
|
|
680
|
+
"fqn": "pulumi_sdwan",
|
|
681
|
+
"classes": {
|
|
682
|
+
"sdwan:index/colorListPolicyObject:ColorListPolicyObject": "ColorListPolicyObject"
|
|
683
|
+
}
|
|
684
|
+
},
|
|
685
|
+
{
|
|
686
|
+
"pkg": "sdwan",
|
|
687
|
+
"mod": "index/configurationGroup",
|
|
688
|
+
"fqn": "pulumi_sdwan",
|
|
689
|
+
"classes": {
|
|
690
|
+
"sdwan:index/configurationGroup:ConfigurationGroup": "ConfigurationGroup"
|
|
691
|
+
}
|
|
692
|
+
},
|
|
693
|
+
{
|
|
694
|
+
"pkg": "sdwan",
|
|
695
|
+
"mod": "index/configurationGroupDeploy",
|
|
696
|
+
"fqn": "pulumi_sdwan",
|
|
697
|
+
"classes": {
|
|
698
|
+
"sdwan:index/configurationGroupDeploy:ConfigurationGroupDeploy": "ConfigurationGroupDeploy"
|
|
699
|
+
}
|
|
700
|
+
},
|
|
701
|
+
{
|
|
702
|
+
"pkg": "sdwan",
|
|
703
|
+
"mod": "index/configurationGroupDeviceVariables",
|
|
704
|
+
"fqn": "pulumi_sdwan",
|
|
705
|
+
"classes": {
|
|
706
|
+
"sdwan:index/configurationGroupDeviceVariables:ConfigurationGroupDeviceVariables": "ConfigurationGroupDeviceVariables"
|
|
707
|
+
}
|
|
708
|
+
},
|
|
709
|
+
{
|
|
710
|
+
"pkg": "sdwan",
|
|
711
|
+
"mod": "index/configurationGroupDevices",
|
|
712
|
+
"fqn": "pulumi_sdwan",
|
|
713
|
+
"classes": {
|
|
714
|
+
"sdwan:index/configurationGroupDevices:ConfigurationGroupDevices": "ConfigurationGroupDevices"
|
|
715
|
+
}
|
|
716
|
+
},
|
|
717
|
+
{
|
|
718
|
+
"pkg": "sdwan",
|
|
719
|
+
"mod": "index/customControlTopologyPolicyDefinition",
|
|
720
|
+
"fqn": "pulumi_sdwan",
|
|
721
|
+
"classes": {
|
|
722
|
+
"sdwan:index/customControlTopologyPolicyDefinition:CustomControlTopologyPolicyDefinition": "CustomControlTopologyPolicyDefinition"
|
|
723
|
+
}
|
|
724
|
+
},
|
|
725
|
+
{
|
|
726
|
+
"pkg": "sdwan",
|
|
727
|
+
"mod": "index/dataFqdnPrefixListPolicyObject",
|
|
728
|
+
"fqn": "pulumi_sdwan",
|
|
729
|
+
"classes": {
|
|
730
|
+
"sdwan:index/dataFqdnPrefixListPolicyObject:DataFqdnPrefixListPolicyObject": "DataFqdnPrefixListPolicyObject"
|
|
731
|
+
}
|
|
732
|
+
},
|
|
733
|
+
{
|
|
734
|
+
"pkg": "sdwan",
|
|
735
|
+
"mod": "index/dataIpv4PrefixListPolicyObject",
|
|
736
|
+
"fqn": "pulumi_sdwan",
|
|
737
|
+
"classes": {
|
|
738
|
+
"sdwan:index/dataIpv4PrefixListPolicyObject:DataIpv4PrefixListPolicyObject": "DataIpv4PrefixListPolicyObject"
|
|
739
|
+
}
|
|
740
|
+
},
|
|
741
|
+
{
|
|
742
|
+
"pkg": "sdwan",
|
|
743
|
+
"mod": "index/dataIpv6PrefixListPolicyObject",
|
|
744
|
+
"fqn": "pulumi_sdwan",
|
|
745
|
+
"classes": {
|
|
746
|
+
"sdwan:index/dataIpv6PrefixListPolicyObject:DataIpv6PrefixListPolicyObject": "DataIpv6PrefixListPolicyObject"
|
|
747
|
+
}
|
|
748
|
+
},
|
|
749
|
+
{
|
|
750
|
+
"pkg": "sdwan",
|
|
751
|
+
"mod": "index/dnsSecurityPolicyDefinition",
|
|
752
|
+
"fqn": "pulumi_sdwan",
|
|
753
|
+
"classes": {
|
|
754
|
+
"sdwan:index/dnsSecurityPolicyDefinition:DnsSecurityPolicyDefinition": "DnsSecurityPolicyDefinition"
|
|
755
|
+
}
|
|
756
|
+
},
|
|
757
|
+
{
|
|
758
|
+
"pkg": "sdwan",
|
|
759
|
+
"mod": "index/domainListPolicyObject",
|
|
760
|
+
"fqn": "pulumi_sdwan",
|
|
761
|
+
"classes": {
|
|
762
|
+
"sdwan:index/domainListPolicyObject:DomainListPolicyObject": "DomainListPolicyObject"
|
|
763
|
+
}
|
|
764
|
+
},
|
|
765
|
+
{
|
|
766
|
+
"pkg": "sdwan",
|
|
767
|
+
"mod": "index/eigrpFeatureTemplate",
|
|
768
|
+
"fqn": "pulumi_sdwan",
|
|
769
|
+
"classes": {
|
|
770
|
+
"sdwan:index/eigrpFeatureTemplate:EigrpFeatureTemplate": "EigrpFeatureTemplate"
|
|
771
|
+
}
|
|
772
|
+
},
|
|
773
|
+
{
|
|
774
|
+
"pkg": "sdwan",
|
|
775
|
+
"mod": "index/expandedCommunityListPolicyObject",
|
|
776
|
+
"fqn": "pulumi_sdwan",
|
|
777
|
+
"classes": {
|
|
778
|
+
"sdwan:index/expandedCommunityListPolicyObject:ExpandedCommunityListPolicyObject": "ExpandedCommunityListPolicyObject"
|
|
779
|
+
}
|
|
780
|
+
},
|
|
781
|
+
{
|
|
782
|
+
"pkg": "sdwan",
|
|
783
|
+
"mod": "index/extendedCommunityListPolicyObject",
|
|
784
|
+
"fqn": "pulumi_sdwan",
|
|
785
|
+
"classes": {
|
|
786
|
+
"sdwan:index/extendedCommunityListPolicyObject:ExtendedCommunityListPolicyObject": "ExtendedCommunityListPolicyObject"
|
|
787
|
+
}
|
|
788
|
+
},
|
|
789
|
+
{
|
|
790
|
+
"pkg": "sdwan",
|
|
791
|
+
"mod": "index/featureDeviceTemplate",
|
|
792
|
+
"fqn": "pulumi_sdwan",
|
|
793
|
+
"classes": {
|
|
794
|
+
"sdwan:index/featureDeviceTemplate:FeatureDeviceTemplate": "FeatureDeviceTemplate"
|
|
795
|
+
}
|
|
796
|
+
},
|
|
797
|
+
{
|
|
798
|
+
"pkg": "sdwan",
|
|
799
|
+
"mod": "index/geoLocationListPolicyObject",
|
|
800
|
+
"fqn": "pulumi_sdwan",
|
|
801
|
+
"classes": {
|
|
802
|
+
"sdwan:index/geoLocationListPolicyObject:GeoLocationListPolicyObject": "GeoLocationListPolicyObject"
|
|
803
|
+
}
|
|
804
|
+
},
|
|
805
|
+
{
|
|
806
|
+
"pkg": "sdwan",
|
|
807
|
+
"mod": "index/gpsFeatureTemplate",
|
|
808
|
+
"fqn": "pulumi_sdwan",
|
|
809
|
+
"classes": {
|
|
810
|
+
"sdwan:index/gpsFeatureTemplate:GpsFeatureTemplate": "GpsFeatureTemplate"
|
|
811
|
+
}
|
|
812
|
+
},
|
|
813
|
+
{
|
|
814
|
+
"pkg": "sdwan",
|
|
815
|
+
"mod": "index/hubAndSpokeTopologyPolicyDefinition",
|
|
816
|
+
"fqn": "pulumi_sdwan",
|
|
817
|
+
"classes": {
|
|
818
|
+
"sdwan:index/hubAndSpokeTopologyPolicyDefinition:HubAndSpokeTopologyPolicyDefinition": "HubAndSpokeTopologyPolicyDefinition"
|
|
819
|
+
}
|
|
820
|
+
},
|
|
821
|
+
{
|
|
822
|
+
"pkg": "sdwan",
|
|
823
|
+
"mod": "index/intrusionPreventionPolicyDefinition",
|
|
824
|
+
"fqn": "pulumi_sdwan",
|
|
825
|
+
"classes": {
|
|
826
|
+
"sdwan:index/intrusionPreventionPolicyDefinition:IntrusionPreventionPolicyDefinition": "IntrusionPreventionPolicyDefinition"
|
|
827
|
+
}
|
|
828
|
+
},
|
|
829
|
+
{
|
|
830
|
+
"pkg": "sdwan",
|
|
831
|
+
"mod": "index/ipsSignatureListPolicyObject",
|
|
832
|
+
"fqn": "pulumi_sdwan",
|
|
833
|
+
"classes": {
|
|
834
|
+
"sdwan:index/ipsSignatureListPolicyObject:IpsSignatureListPolicyObject": "IpsSignatureListPolicyObject"
|
|
835
|
+
}
|
|
836
|
+
},
|
|
837
|
+
{
|
|
838
|
+
"pkg": "sdwan",
|
|
839
|
+
"mod": "index/ipv4AclPolicyDefinition",
|
|
840
|
+
"fqn": "pulumi_sdwan",
|
|
841
|
+
"classes": {
|
|
842
|
+
"sdwan:index/ipv4AclPolicyDefinition:Ipv4AclPolicyDefinition": "Ipv4AclPolicyDefinition"
|
|
843
|
+
}
|
|
844
|
+
},
|
|
845
|
+
{
|
|
846
|
+
"pkg": "sdwan",
|
|
847
|
+
"mod": "index/ipv4DeviceAclPolicyDefinition",
|
|
848
|
+
"fqn": "pulumi_sdwan",
|
|
849
|
+
"classes": {
|
|
850
|
+
"sdwan:index/ipv4DeviceAclPolicyDefinition:Ipv4DeviceAclPolicyDefinition": "Ipv4DeviceAclPolicyDefinition"
|
|
851
|
+
}
|
|
852
|
+
},
|
|
853
|
+
{
|
|
854
|
+
"pkg": "sdwan",
|
|
855
|
+
"mod": "index/ipv4PrefixListPolicyObject",
|
|
856
|
+
"fqn": "pulumi_sdwan",
|
|
857
|
+
"classes": {
|
|
858
|
+
"sdwan:index/ipv4PrefixListPolicyObject:Ipv4PrefixListPolicyObject": "Ipv4PrefixListPolicyObject"
|
|
859
|
+
}
|
|
860
|
+
},
|
|
861
|
+
{
|
|
862
|
+
"pkg": "sdwan",
|
|
863
|
+
"mod": "index/ipv6AclPolicyDefinition",
|
|
864
|
+
"fqn": "pulumi_sdwan",
|
|
865
|
+
"classes": {
|
|
866
|
+
"sdwan:index/ipv6AclPolicyDefinition:Ipv6AclPolicyDefinition": "Ipv6AclPolicyDefinition"
|
|
867
|
+
}
|
|
868
|
+
},
|
|
869
|
+
{
|
|
870
|
+
"pkg": "sdwan",
|
|
871
|
+
"mod": "index/ipv6DeviceAclPolicyDefinition",
|
|
872
|
+
"fqn": "pulumi_sdwan",
|
|
873
|
+
"classes": {
|
|
874
|
+
"sdwan:index/ipv6DeviceAclPolicyDefinition:Ipv6DeviceAclPolicyDefinition": "Ipv6DeviceAclPolicyDefinition"
|
|
875
|
+
}
|
|
876
|
+
},
|
|
877
|
+
{
|
|
878
|
+
"pkg": "sdwan",
|
|
879
|
+
"mod": "index/ipv6PrefixListPolicyObject",
|
|
880
|
+
"fqn": "pulumi_sdwan",
|
|
881
|
+
"classes": {
|
|
882
|
+
"sdwan:index/ipv6PrefixListPolicyObject:Ipv6PrefixListPolicyObject": "Ipv6PrefixListPolicyObject"
|
|
883
|
+
}
|
|
884
|
+
},
|
|
885
|
+
{
|
|
886
|
+
"pkg": "sdwan",
|
|
887
|
+
"mod": "index/localApplicationListPolicyObject",
|
|
888
|
+
"fqn": "pulumi_sdwan",
|
|
889
|
+
"classes": {
|
|
890
|
+
"sdwan:index/localApplicationListPolicyObject:LocalApplicationListPolicyObject": "LocalApplicationListPolicyObject"
|
|
891
|
+
}
|
|
892
|
+
},
|
|
893
|
+
{
|
|
894
|
+
"pkg": "sdwan",
|
|
895
|
+
"mod": "index/localizedPolicy",
|
|
896
|
+
"fqn": "pulumi_sdwan",
|
|
897
|
+
"classes": {
|
|
898
|
+
"sdwan:index/localizedPolicy:LocalizedPolicy": "LocalizedPolicy"
|
|
899
|
+
}
|
|
900
|
+
},
|
|
901
|
+
{
|
|
902
|
+
"pkg": "sdwan",
|
|
903
|
+
"mod": "index/meshTopologyPolicyDefinition",
|
|
904
|
+
"fqn": "pulumi_sdwan",
|
|
905
|
+
"classes": {
|
|
906
|
+
"sdwan:index/meshTopologyPolicyDefinition:MeshTopologyPolicyDefinition": "MeshTopologyPolicyDefinition"
|
|
907
|
+
}
|
|
908
|
+
},
|
|
909
|
+
{
|
|
910
|
+
"pkg": "sdwan",
|
|
911
|
+
"mod": "index/mirrorPolicyObject",
|
|
912
|
+
"fqn": "pulumi_sdwan",
|
|
913
|
+
"classes": {
|
|
914
|
+
"sdwan:index/mirrorPolicyObject:MirrorPolicyObject": "MirrorPolicyObject"
|
|
915
|
+
}
|
|
916
|
+
},
|
|
917
|
+
{
|
|
918
|
+
"pkg": "sdwan",
|
|
919
|
+
"mod": "index/objectGroupPolicyDefinition",
|
|
920
|
+
"fqn": "pulumi_sdwan",
|
|
921
|
+
"classes": {
|
|
922
|
+
"sdwan:index/objectGroupPolicyDefinition:ObjectGroupPolicyDefinition": "ObjectGroupPolicyDefinition"
|
|
923
|
+
}
|
|
924
|
+
},
|
|
925
|
+
{
|
|
926
|
+
"pkg": "sdwan",
|
|
927
|
+
"mod": "index/policerPolicyObject",
|
|
928
|
+
"fqn": "pulumi_sdwan",
|
|
929
|
+
"classes": {
|
|
930
|
+
"sdwan:index/policerPolicyObject:PolicerPolicyObject": "PolicerPolicyObject"
|
|
931
|
+
}
|
|
932
|
+
},
|
|
933
|
+
{
|
|
934
|
+
"pkg": "sdwan",
|
|
935
|
+
"mod": "index/portListPolicyObject",
|
|
936
|
+
"fqn": "pulumi_sdwan",
|
|
937
|
+
"classes": {
|
|
938
|
+
"sdwan:index/portListPolicyObject:PortListPolicyObject": "PortListPolicyObject"
|
|
939
|
+
}
|
|
940
|
+
},
|
|
941
|
+
{
|
|
942
|
+
"pkg": "sdwan",
|
|
943
|
+
"mod": "index/preferredColorGroupPolicyObject",
|
|
944
|
+
"fqn": "pulumi_sdwan",
|
|
945
|
+
"classes": {
|
|
946
|
+
"sdwan:index/preferredColorGroupPolicyObject:PreferredColorGroupPolicyObject": "PreferredColorGroupPolicyObject"
|
|
947
|
+
}
|
|
948
|
+
},
|
|
949
|
+
{
|
|
950
|
+
"pkg": "sdwan",
|
|
951
|
+
"mod": "index/protocolListPolicyObject",
|
|
952
|
+
"fqn": "pulumi_sdwan",
|
|
953
|
+
"classes": {
|
|
954
|
+
"sdwan:index/protocolListPolicyObject:ProtocolListPolicyObject": "ProtocolListPolicyObject"
|
|
955
|
+
}
|
|
956
|
+
},
|
|
957
|
+
{
|
|
958
|
+
"pkg": "sdwan",
|
|
959
|
+
"mod": "index/qosMapPolicyDefinition",
|
|
960
|
+
"fqn": "pulumi_sdwan",
|
|
961
|
+
"classes": {
|
|
962
|
+
"sdwan:index/qosMapPolicyDefinition:QosMapPolicyDefinition": "QosMapPolicyDefinition"
|
|
963
|
+
}
|
|
964
|
+
},
|
|
965
|
+
{
|
|
966
|
+
"pkg": "sdwan",
|
|
967
|
+
"mod": "index/regionListPolicyObject",
|
|
968
|
+
"fqn": "pulumi_sdwan",
|
|
969
|
+
"classes": {
|
|
970
|
+
"sdwan:index/regionListPolicyObject:RegionListPolicyObject": "RegionListPolicyObject"
|
|
971
|
+
}
|
|
972
|
+
},
|
|
973
|
+
{
|
|
974
|
+
"pkg": "sdwan",
|
|
975
|
+
"mod": "index/rewriteRulePolicyDefinition",
|
|
976
|
+
"fqn": "pulumi_sdwan",
|
|
977
|
+
"classes": {
|
|
978
|
+
"sdwan:index/rewriteRulePolicyDefinition:RewriteRulePolicyDefinition": "RewriteRulePolicyDefinition"
|
|
979
|
+
}
|
|
980
|
+
},
|
|
981
|
+
{
|
|
982
|
+
"pkg": "sdwan",
|
|
983
|
+
"mod": "index/routePolicyDefinition",
|
|
984
|
+
"fqn": "pulumi_sdwan",
|
|
985
|
+
"classes": {
|
|
986
|
+
"sdwan:index/routePolicyDefinition:RoutePolicyDefinition": "RoutePolicyDefinition"
|
|
987
|
+
}
|
|
988
|
+
},
|
|
989
|
+
{
|
|
990
|
+
"pkg": "sdwan",
|
|
991
|
+
"mod": "index/ruleSetPolicyDefinition",
|
|
992
|
+
"fqn": "pulumi_sdwan",
|
|
993
|
+
"classes": {
|
|
994
|
+
"sdwan:index/ruleSetPolicyDefinition:RuleSetPolicyDefinition": "RuleSetPolicyDefinition"
|
|
995
|
+
}
|
|
996
|
+
},
|
|
997
|
+
{
|
|
998
|
+
"pkg": "sdwan",
|
|
999
|
+
"mod": "index/securityAppHostingFeatureTemplate",
|
|
1000
|
+
"fqn": "pulumi_sdwan",
|
|
1001
|
+
"classes": {
|
|
1002
|
+
"sdwan:index/securityAppHostingFeatureTemplate:SecurityAppHostingFeatureTemplate": "SecurityAppHostingFeatureTemplate"
|
|
1003
|
+
}
|
|
1004
|
+
},
|
|
1005
|
+
{
|
|
1006
|
+
"pkg": "sdwan",
|
|
1007
|
+
"mod": "index/securityPolicy",
|
|
1008
|
+
"fqn": "pulumi_sdwan",
|
|
1009
|
+
"classes": {
|
|
1010
|
+
"sdwan:index/securityPolicy:SecurityPolicy": "SecurityPolicy"
|
|
1011
|
+
}
|
|
1012
|
+
},
|
|
1013
|
+
{
|
|
1014
|
+
"pkg": "sdwan",
|
|
1015
|
+
"mod": "index/serviceFeatureProfile",
|
|
1016
|
+
"fqn": "pulumi_sdwan",
|
|
1017
|
+
"classes": {
|
|
1018
|
+
"sdwan:index/serviceFeatureProfile:ServiceFeatureProfile": "ServiceFeatureProfile"
|
|
1019
|
+
}
|
|
1020
|
+
},
|
|
1021
|
+
{
|
|
1022
|
+
"pkg": "sdwan",
|
|
1023
|
+
"mod": "index/serviceLanVpnInterfaceEthernetProfileParcel",
|
|
1024
|
+
"fqn": "pulumi_sdwan",
|
|
1025
|
+
"classes": {
|
|
1026
|
+
"sdwan:index/serviceLanVpnInterfaceEthernetProfileParcel:ServiceLanVpnInterfaceEthernetProfileParcel": "ServiceLanVpnInterfaceEthernetProfileParcel"
|
|
1027
|
+
}
|
|
1028
|
+
},
|
|
1029
|
+
{
|
|
1030
|
+
"pkg": "sdwan",
|
|
1031
|
+
"mod": "index/serviceLanVpnProfileParcel",
|
|
1032
|
+
"fqn": "pulumi_sdwan",
|
|
1033
|
+
"classes": {
|
|
1034
|
+
"sdwan:index/serviceLanVpnProfileParcel:ServiceLanVpnProfileParcel": "ServiceLanVpnProfileParcel"
|
|
1035
|
+
}
|
|
1036
|
+
},
|
|
1037
|
+
{
|
|
1038
|
+
"pkg": "sdwan",
|
|
1039
|
+
"mod": "index/serviceTrackerProfileParcel",
|
|
1040
|
+
"fqn": "pulumi_sdwan",
|
|
1041
|
+
"classes": {
|
|
1042
|
+
"sdwan:index/serviceTrackerProfileParcel:ServiceTrackerProfileParcel": "ServiceTrackerProfileParcel"
|
|
1043
|
+
}
|
|
1044
|
+
},
|
|
1045
|
+
{
|
|
1046
|
+
"pkg": "sdwan",
|
|
1047
|
+
"mod": "index/siteListPolicyObject",
|
|
1048
|
+
"fqn": "pulumi_sdwan",
|
|
1049
|
+
"classes": {
|
|
1050
|
+
"sdwan:index/siteListPolicyObject:SiteListPolicyObject": "SiteListPolicyObject"
|
|
1051
|
+
}
|
|
1052
|
+
},
|
|
1053
|
+
{
|
|
1054
|
+
"pkg": "sdwan",
|
|
1055
|
+
"mod": "index/slaClassPolicyObject",
|
|
1056
|
+
"fqn": "pulumi_sdwan",
|
|
1057
|
+
"classes": {
|
|
1058
|
+
"sdwan:index/slaClassPolicyObject:SlaClassPolicyObject": "SlaClassPolicyObject"
|
|
1059
|
+
}
|
|
1060
|
+
},
|
|
1061
|
+
{
|
|
1062
|
+
"pkg": "sdwan",
|
|
1063
|
+
"mod": "index/standardCommunityListPolicyObject",
|
|
1064
|
+
"fqn": "pulumi_sdwan",
|
|
1065
|
+
"classes": {
|
|
1066
|
+
"sdwan:index/standardCommunityListPolicyObject:StandardCommunityListPolicyObject": "StandardCommunityListPolicyObject"
|
|
1067
|
+
}
|
|
1068
|
+
},
|
|
1069
|
+
{
|
|
1070
|
+
"pkg": "sdwan",
|
|
1071
|
+
"mod": "index/switchportFeatureTemplate",
|
|
1072
|
+
"fqn": "pulumi_sdwan",
|
|
1073
|
+
"classes": {
|
|
1074
|
+
"sdwan:index/switchportFeatureTemplate:SwitchportFeatureTemplate": "SwitchportFeatureTemplate"
|
|
1075
|
+
}
|
|
1076
|
+
},
|
|
1077
|
+
{
|
|
1078
|
+
"pkg": "sdwan",
|
|
1079
|
+
"mod": "index/systemAaaProfileParcel",
|
|
1080
|
+
"fqn": "pulumi_sdwan",
|
|
1081
|
+
"classes": {
|
|
1082
|
+
"sdwan:index/systemAaaProfileParcel:SystemAaaProfileParcel": "SystemAaaProfileParcel"
|
|
1083
|
+
}
|
|
1084
|
+
},
|
|
1085
|
+
{
|
|
1086
|
+
"pkg": "sdwan",
|
|
1087
|
+
"mod": "index/systemBannerProfileParcel",
|
|
1088
|
+
"fqn": "pulumi_sdwan",
|
|
1089
|
+
"classes": {
|
|
1090
|
+
"sdwan:index/systemBannerProfileParcel:SystemBannerProfileParcel": "SystemBannerProfileParcel"
|
|
1091
|
+
}
|
|
1092
|
+
},
|
|
1093
|
+
{
|
|
1094
|
+
"pkg": "sdwan",
|
|
1095
|
+
"mod": "index/systemBasicProfileParcel",
|
|
1096
|
+
"fqn": "pulumi_sdwan",
|
|
1097
|
+
"classes": {
|
|
1098
|
+
"sdwan:index/systemBasicProfileParcel:SystemBasicProfileParcel": "SystemBasicProfileParcel"
|
|
1099
|
+
}
|
|
1100
|
+
},
|
|
1101
|
+
{
|
|
1102
|
+
"pkg": "sdwan",
|
|
1103
|
+
"mod": "index/systemBfdProfileParcel",
|
|
1104
|
+
"fqn": "pulumi_sdwan",
|
|
1105
|
+
"classes": {
|
|
1106
|
+
"sdwan:index/systemBfdProfileParcel:SystemBfdProfileParcel": "SystemBfdProfileParcel"
|
|
1107
|
+
}
|
|
1108
|
+
},
|
|
1109
|
+
{
|
|
1110
|
+
"pkg": "sdwan",
|
|
1111
|
+
"mod": "index/systemFeatureProfile",
|
|
1112
|
+
"fqn": "pulumi_sdwan",
|
|
1113
|
+
"classes": {
|
|
1114
|
+
"sdwan:index/systemFeatureProfile:SystemFeatureProfile": "SystemFeatureProfile"
|
|
1115
|
+
}
|
|
1116
|
+
},
|
|
1117
|
+
{
|
|
1118
|
+
"pkg": "sdwan",
|
|
1119
|
+
"mod": "index/systemFlexiblePortSpeedProfileParcel",
|
|
1120
|
+
"fqn": "pulumi_sdwan",
|
|
1121
|
+
"classes": {
|
|
1122
|
+
"sdwan:index/systemFlexiblePortSpeedProfileParcel:SystemFlexiblePortSpeedProfileParcel": "SystemFlexiblePortSpeedProfileParcel"
|
|
1123
|
+
}
|
|
1124
|
+
},
|
|
1125
|
+
{
|
|
1126
|
+
"pkg": "sdwan",
|
|
1127
|
+
"mod": "index/systemGlobalProfileParcel",
|
|
1128
|
+
"fqn": "pulumi_sdwan",
|
|
1129
|
+
"classes": {
|
|
1130
|
+
"sdwan:index/systemGlobalProfileParcel:SystemGlobalProfileParcel": "SystemGlobalProfileParcel"
|
|
1131
|
+
}
|
|
1132
|
+
},
|
|
1133
|
+
{
|
|
1134
|
+
"pkg": "sdwan",
|
|
1135
|
+
"mod": "index/systemLoggingProfileParcel",
|
|
1136
|
+
"fqn": "pulumi_sdwan",
|
|
1137
|
+
"classes": {
|
|
1138
|
+
"sdwan:index/systemLoggingProfileParcel:SystemLoggingProfileParcel": "SystemLoggingProfileParcel"
|
|
1139
|
+
}
|
|
1140
|
+
},
|
|
1141
|
+
{
|
|
1142
|
+
"pkg": "sdwan",
|
|
1143
|
+
"mod": "index/systemMrfProfileParcel",
|
|
1144
|
+
"fqn": "pulumi_sdwan",
|
|
1145
|
+
"classes": {
|
|
1146
|
+
"sdwan:index/systemMrfProfileParcel:SystemMrfProfileParcel": "SystemMrfProfileParcel"
|
|
1147
|
+
}
|
|
1148
|
+
},
|
|
1149
|
+
{
|
|
1150
|
+
"pkg": "sdwan",
|
|
1151
|
+
"mod": "index/systemNtpProfileParcel",
|
|
1152
|
+
"fqn": "pulumi_sdwan",
|
|
1153
|
+
"classes": {
|
|
1154
|
+
"sdwan:index/systemNtpProfileParcel:SystemNtpProfileParcel": "SystemNtpProfileParcel"
|
|
1155
|
+
}
|
|
1156
|
+
},
|
|
1157
|
+
{
|
|
1158
|
+
"pkg": "sdwan",
|
|
1159
|
+
"mod": "index/systemOmpProfileParcel",
|
|
1160
|
+
"fqn": "pulumi_sdwan",
|
|
1161
|
+
"classes": {
|
|
1162
|
+
"sdwan:index/systemOmpProfileParcel:SystemOmpProfileParcel": "SystemOmpProfileParcel"
|
|
1163
|
+
}
|
|
1164
|
+
},
|
|
1165
|
+
{
|
|
1166
|
+
"pkg": "sdwan",
|
|
1167
|
+
"mod": "index/systemPerformanceMonitoringProfileParcel",
|
|
1168
|
+
"fqn": "pulumi_sdwan",
|
|
1169
|
+
"classes": {
|
|
1170
|
+
"sdwan:index/systemPerformanceMonitoringProfileParcel:SystemPerformanceMonitoringProfileParcel": "SystemPerformanceMonitoringProfileParcel"
|
|
1171
|
+
}
|
|
1172
|
+
},
|
|
1173
|
+
{
|
|
1174
|
+
"pkg": "sdwan",
|
|
1175
|
+
"mod": "index/systemRemoteAccessProfileParcel",
|
|
1176
|
+
"fqn": "pulumi_sdwan",
|
|
1177
|
+
"classes": {
|
|
1178
|
+
"sdwan:index/systemRemoteAccessProfileParcel:SystemRemoteAccessProfileParcel": "SystemRemoteAccessProfileParcel"
|
|
1179
|
+
}
|
|
1180
|
+
},
|
|
1181
|
+
{
|
|
1182
|
+
"pkg": "sdwan",
|
|
1183
|
+
"mod": "index/systemSecurityProfileParcel",
|
|
1184
|
+
"fqn": "pulumi_sdwan",
|
|
1185
|
+
"classes": {
|
|
1186
|
+
"sdwan:index/systemSecurityProfileParcel:SystemSecurityProfileParcel": "SystemSecurityProfileParcel"
|
|
1187
|
+
}
|
|
1188
|
+
},
|
|
1189
|
+
{
|
|
1190
|
+
"pkg": "sdwan",
|
|
1191
|
+
"mod": "index/systemSnmpProfileParcel",
|
|
1192
|
+
"fqn": "pulumi_sdwan",
|
|
1193
|
+
"classes": {
|
|
1194
|
+
"sdwan:index/systemSnmpProfileParcel:SystemSnmpProfileParcel": "SystemSnmpProfileParcel"
|
|
1195
|
+
}
|
|
1196
|
+
},
|
|
1197
|
+
{
|
|
1198
|
+
"pkg": "sdwan",
|
|
1199
|
+
"mod": "index/tlocListPolicyObject",
|
|
1200
|
+
"fqn": "pulumi_sdwan",
|
|
1201
|
+
"classes": {
|
|
1202
|
+
"sdwan:index/tlocListPolicyObject:TlocListPolicyObject": "TlocListPolicyObject"
|
|
1203
|
+
}
|
|
1204
|
+
},
|
|
1205
|
+
{
|
|
1206
|
+
"pkg": "sdwan",
|
|
1207
|
+
"mod": "index/tlsSslDecryptionPolicyDefinition",
|
|
1208
|
+
"fqn": "pulumi_sdwan",
|
|
1209
|
+
"classes": {
|
|
1210
|
+
"sdwan:index/tlsSslDecryptionPolicyDefinition:TlsSslDecryptionPolicyDefinition": "TlsSslDecryptionPolicyDefinition"
|
|
1211
|
+
}
|
|
1212
|
+
},
|
|
1213
|
+
{
|
|
1214
|
+
"pkg": "sdwan",
|
|
1215
|
+
"mod": "index/tlsSslProfilePolicyDefinition",
|
|
1216
|
+
"fqn": "pulumi_sdwan",
|
|
1217
|
+
"classes": {
|
|
1218
|
+
"sdwan:index/tlsSslProfilePolicyDefinition:TlsSslProfilePolicyDefinition": "TlsSslProfilePolicyDefinition"
|
|
1219
|
+
}
|
|
1220
|
+
},
|
|
1221
|
+
{
|
|
1222
|
+
"pkg": "sdwan",
|
|
1223
|
+
"mod": "index/trafficDataPolicyDefinition",
|
|
1224
|
+
"fqn": "pulumi_sdwan",
|
|
1225
|
+
"classes": {
|
|
1226
|
+
"sdwan:index/trafficDataPolicyDefinition:TrafficDataPolicyDefinition": "TrafficDataPolicyDefinition"
|
|
1227
|
+
}
|
|
1228
|
+
},
|
|
1229
|
+
{
|
|
1230
|
+
"pkg": "sdwan",
|
|
1231
|
+
"mod": "index/transportFeatureProfile",
|
|
1232
|
+
"fqn": "pulumi_sdwan",
|
|
1233
|
+
"classes": {
|
|
1234
|
+
"sdwan:index/transportFeatureProfile:TransportFeatureProfile": "TransportFeatureProfile"
|
|
1235
|
+
}
|
|
1236
|
+
},
|
|
1237
|
+
{
|
|
1238
|
+
"pkg": "sdwan",
|
|
1239
|
+
"mod": "index/transportIpv6TrackerProfileParcel",
|
|
1240
|
+
"fqn": "pulumi_sdwan",
|
|
1241
|
+
"classes": {
|
|
1242
|
+
"sdwan:index/transportIpv6TrackerProfileParcel:TransportIpv6TrackerProfileParcel": "TransportIpv6TrackerProfileParcel"
|
|
1243
|
+
}
|
|
1244
|
+
},
|
|
1245
|
+
{
|
|
1246
|
+
"pkg": "sdwan",
|
|
1247
|
+
"mod": "index/transportManagementVpnInterfaceEthernetProfileParcel",
|
|
1248
|
+
"fqn": "pulumi_sdwan",
|
|
1249
|
+
"classes": {
|
|
1250
|
+
"sdwan:index/transportManagementVpnInterfaceEthernetProfileParcel:TransportManagementVpnInterfaceEthernetProfileParcel": "TransportManagementVpnInterfaceEthernetProfileParcel"
|
|
1251
|
+
}
|
|
1252
|
+
},
|
|
1253
|
+
{
|
|
1254
|
+
"pkg": "sdwan",
|
|
1255
|
+
"mod": "index/transportManagementVpnProfileParcel",
|
|
1256
|
+
"fqn": "pulumi_sdwan",
|
|
1257
|
+
"classes": {
|
|
1258
|
+
"sdwan:index/transportManagementVpnProfileParcel:TransportManagementVpnProfileParcel": "TransportManagementVpnProfileParcel"
|
|
1259
|
+
}
|
|
1260
|
+
},
|
|
1261
|
+
{
|
|
1262
|
+
"pkg": "sdwan",
|
|
1263
|
+
"mod": "index/transportRoutingBgpProfileParcel",
|
|
1264
|
+
"fqn": "pulumi_sdwan",
|
|
1265
|
+
"classes": {
|
|
1266
|
+
"sdwan:index/transportRoutingBgpProfileParcel:TransportRoutingBgpProfileParcel": "TransportRoutingBgpProfileParcel"
|
|
1267
|
+
}
|
|
1268
|
+
},
|
|
1269
|
+
{
|
|
1270
|
+
"pkg": "sdwan",
|
|
1271
|
+
"mod": "index/transportWanVpnInterfaceEthernetProfileParcel",
|
|
1272
|
+
"fqn": "pulumi_sdwan",
|
|
1273
|
+
"classes": {
|
|
1274
|
+
"sdwan:index/transportWanVpnInterfaceEthernetProfileParcel:TransportWanVpnInterfaceEthernetProfileParcel": "TransportWanVpnInterfaceEthernetProfileParcel"
|
|
1275
|
+
}
|
|
1276
|
+
},
|
|
1277
|
+
{
|
|
1278
|
+
"pkg": "sdwan",
|
|
1279
|
+
"mod": "index/transportWanVpnProfileParcel",
|
|
1280
|
+
"fqn": "pulumi_sdwan",
|
|
1281
|
+
"classes": {
|
|
1282
|
+
"sdwan:index/transportWanVpnProfileParcel:TransportWanVpnProfileParcel": "TransportWanVpnProfileParcel"
|
|
1283
|
+
}
|
|
1284
|
+
},
|
|
1285
|
+
{
|
|
1286
|
+
"pkg": "sdwan",
|
|
1287
|
+
"mod": "index/urlFilteringPolicyDefinition",
|
|
1288
|
+
"fqn": "pulumi_sdwan",
|
|
1289
|
+
"classes": {
|
|
1290
|
+
"sdwan:index/urlFilteringPolicyDefinition:UrlFilteringPolicyDefinition": "UrlFilteringPolicyDefinition"
|
|
1291
|
+
}
|
|
1292
|
+
},
|
|
1293
|
+
{
|
|
1294
|
+
"pkg": "sdwan",
|
|
1295
|
+
"mod": "index/vpnInterfaceCellularFeatureTemplate",
|
|
1296
|
+
"fqn": "pulumi_sdwan",
|
|
1297
|
+
"classes": {
|
|
1298
|
+
"sdwan:index/vpnInterfaceCellularFeatureTemplate:VpnInterfaceCellularFeatureTemplate": "VpnInterfaceCellularFeatureTemplate"
|
|
1299
|
+
}
|
|
1300
|
+
},
|
|
1301
|
+
{
|
|
1302
|
+
"pkg": "sdwan",
|
|
1303
|
+
"mod": "index/vpnInterfaceDslIpoeFeatureTemplate",
|
|
1304
|
+
"fqn": "pulumi_sdwan",
|
|
1305
|
+
"classes": {
|
|
1306
|
+
"sdwan:index/vpnInterfaceDslIpoeFeatureTemplate:VpnInterfaceDslIpoeFeatureTemplate": "VpnInterfaceDslIpoeFeatureTemplate"
|
|
1307
|
+
}
|
|
1308
|
+
},
|
|
1309
|
+
{
|
|
1310
|
+
"pkg": "sdwan",
|
|
1311
|
+
"mod": "index/vpnInterfaceDslPppoaFeatureTemplate",
|
|
1312
|
+
"fqn": "pulumi_sdwan",
|
|
1313
|
+
"classes": {
|
|
1314
|
+
"sdwan:index/vpnInterfaceDslPppoaFeatureTemplate:VpnInterfaceDslPppoaFeatureTemplate": "VpnInterfaceDslPppoaFeatureTemplate"
|
|
1315
|
+
}
|
|
1316
|
+
},
|
|
1317
|
+
{
|
|
1318
|
+
"pkg": "sdwan",
|
|
1319
|
+
"mod": "index/vpnInterfaceDslPppoeFeatureTemplate",
|
|
1320
|
+
"fqn": "pulumi_sdwan",
|
|
1321
|
+
"classes": {
|
|
1322
|
+
"sdwan:index/vpnInterfaceDslPppoeFeatureTemplate:VpnInterfaceDslPppoeFeatureTemplate": "VpnInterfaceDslPppoeFeatureTemplate"
|
|
1323
|
+
}
|
|
1324
|
+
},
|
|
1325
|
+
{
|
|
1326
|
+
"pkg": "sdwan",
|
|
1327
|
+
"mod": "index/vpnInterfaceEthernetPppoeFeatureTemplate",
|
|
1328
|
+
"fqn": "pulumi_sdwan",
|
|
1329
|
+
"classes": {
|
|
1330
|
+
"sdwan:index/vpnInterfaceEthernetPppoeFeatureTemplate:VpnInterfaceEthernetPppoeFeatureTemplate": "VpnInterfaceEthernetPppoeFeatureTemplate"
|
|
1331
|
+
}
|
|
1332
|
+
},
|
|
1333
|
+
{
|
|
1334
|
+
"pkg": "sdwan",
|
|
1335
|
+
"mod": "index/vpnInterfaceMultilinkFeatureTemplate",
|
|
1336
|
+
"fqn": "pulumi_sdwan",
|
|
1337
|
+
"classes": {
|
|
1338
|
+
"sdwan:index/vpnInterfaceMultilinkFeatureTemplate:VpnInterfaceMultilinkFeatureTemplate": "VpnInterfaceMultilinkFeatureTemplate"
|
|
1339
|
+
}
|
|
1340
|
+
},
|
|
1341
|
+
{
|
|
1342
|
+
"pkg": "sdwan",
|
|
1343
|
+
"mod": "index/vpnInterfaceSviFeatureTemplate",
|
|
1344
|
+
"fqn": "pulumi_sdwan",
|
|
1345
|
+
"classes": {
|
|
1346
|
+
"sdwan:index/vpnInterfaceSviFeatureTemplate:VpnInterfaceSviFeatureTemplate": "VpnInterfaceSviFeatureTemplate"
|
|
1347
|
+
}
|
|
1348
|
+
},
|
|
1349
|
+
{
|
|
1350
|
+
"pkg": "sdwan",
|
|
1351
|
+
"mod": "index/vpnInterfaceT1E1SerialFeatureTemplate",
|
|
1352
|
+
"fqn": "pulumi_sdwan",
|
|
1353
|
+
"classes": {
|
|
1354
|
+
"sdwan:index/vpnInterfaceT1E1SerialFeatureTemplate:VpnInterfaceT1E1SerialFeatureTemplate": "VpnInterfaceT1E1SerialFeatureTemplate"
|
|
1355
|
+
}
|
|
1356
|
+
},
|
|
1357
|
+
{
|
|
1358
|
+
"pkg": "sdwan",
|
|
1359
|
+
"mod": "index/vpnListPolicyObject",
|
|
1360
|
+
"fqn": "pulumi_sdwan",
|
|
1361
|
+
"classes": {
|
|
1362
|
+
"sdwan:index/vpnListPolicyObject:VpnListPolicyObject": "VpnListPolicyObject"
|
|
1363
|
+
}
|
|
1364
|
+
},
|
|
1365
|
+
{
|
|
1366
|
+
"pkg": "sdwan",
|
|
1367
|
+
"mod": "index/vpnMembershipPolicyDefinition",
|
|
1368
|
+
"fqn": "pulumi_sdwan",
|
|
1369
|
+
"classes": {
|
|
1370
|
+
"sdwan:index/vpnMembershipPolicyDefinition:VpnMembershipPolicyDefinition": "VpnMembershipPolicyDefinition"
|
|
1371
|
+
}
|
|
1372
|
+
},
|
|
1373
|
+
{
|
|
1374
|
+
"pkg": "sdwan",
|
|
1375
|
+
"mod": "index/zoneListPolicyObject",
|
|
1376
|
+
"fqn": "pulumi_sdwan",
|
|
1377
|
+
"classes": {
|
|
1378
|
+
"sdwan:index/zoneListPolicyObject:ZoneListPolicyObject": "ZoneListPolicyObject"
|
|
1379
|
+
}
|
|
1380
|
+
}
|
|
1381
|
+
]
|
|
1382
|
+
""",
|
|
1383
|
+
resource_packages="""
|
|
1384
|
+
[
|
|
1385
|
+
{
|
|
1386
|
+
"pkg": "sdwan",
|
|
1387
|
+
"token": "pulumi:providers:sdwan",
|
|
1388
|
+
"fqn": "pulumi_sdwan",
|
|
1389
|
+
"class": "Provider"
|
|
1390
|
+
}
|
|
1391
|
+
]
|
|
1392
|
+
"""
|
|
1393
|
+
)
|