pulumi-sdwan 0.2.0__py3-none-any.whl → 0.2.0a1716962358__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 +129 -820
- pulumi_sdwan/_inputs.py +27941 -63545
- pulumi_sdwan/_utilities.py +5 -41
- pulumi_sdwan/activate_centralized_policy.py +0 -17
- pulumi_sdwan/advanced_inspection_profile_policy_definition.py +0 -5
- pulumi_sdwan/advanced_malware_protection_policy_definition.py +0 -5
- pulumi_sdwan/allow_url_list_policy_object.py +11 -16
- pulumi_sdwan/app_probe_class_policy_object.py +13 -18
- pulumi_sdwan/application_aware_routing_policy_definition.py +5 -10
- pulumi_sdwan/application_list_policy_object.py +11 -16
- pulumi_sdwan/application_priority_feature_profile.py +0 -7
- pulumi_sdwan/{application_priority_qos_policy.py → application_priority_qos_policy_profile_parcel.py} +52 -61
- pulumi_sdwan/as_path_list_policy_object.py +5 -10
- pulumi_sdwan/attach_feature_device_template.py +5 -26
- pulumi_sdwan/block_url_list_policy_object.py +11 -16
- pulumi_sdwan/cedge_aaa_feature_template.py +30 -35
- pulumi_sdwan/cedge_global_feature_template.py +0 -5
- pulumi_sdwan/cedge_igmp_feature_template.py +5 -10
- pulumi_sdwan/cedge_multicast_feature_template.py +0 -5
- pulumi_sdwan/cedge_pim_feature_template.py +20 -25
- pulumi_sdwan/cellular_cedge_profile_feature_template.py +0 -5
- pulumi_sdwan/cellular_controller_feature_template.py +5 -10
- pulumi_sdwan/cellular_profile_feature_template.py +0 -5
- pulumi_sdwan/centralized_policy.py +23 -28
- pulumi_sdwan/cflowd_policy_definition.py +5 -10
- pulumi_sdwan/cisco_banner_feature_template.py +0 -5
- pulumi_sdwan/cisco_bfd_feature_template.py +5 -10
- pulumi_sdwan/cisco_bgp_feature_template.py +30 -35
- pulumi_sdwan/cisco_dhcp_server_feature_template.py +10 -15
- pulumi_sdwan/cisco_logging_feature_template.py +15 -20
- pulumi_sdwan/cisco_ntp_feature_template.py +10 -15
- pulumi_sdwan/cisco_omp_feature_template.py +10 -15
- pulumi_sdwan/cisco_ospf_feature_template.py +20 -25
- pulumi_sdwan/cisco_ospfv3_feature_template.py +30 -35
- pulumi_sdwan/cisco_secure_internet_gateway_feature_template.py +15 -20
- pulumi_sdwan/cisco_security_feature_template.py +10 -15
- pulumi_sdwan/cisco_sig_credentials_feature_template.py +0 -5
- pulumi_sdwan/cisco_snmp_feature_template.py +25 -30
- pulumi_sdwan/cisco_system_feature_template.py +15 -20
- pulumi_sdwan/cisco_thousandeyes_feature_template.py +5 -10
- pulumi_sdwan/cisco_trustsec_feature_template.py +5 -10
- pulumi_sdwan/cisco_vpn_feature_template.py +95 -100
- pulumi_sdwan/cisco_vpn_interface_feature_template.py +60 -65
- pulumi_sdwan/cisco_vpn_interface_gre_feature_template.py +5 -10
- pulumi_sdwan/cisco_vpn_interface_ipsec_feature_template.py +0 -5
- pulumi_sdwan/cisco_wireless_lan_feature_template.py +5 -10
- pulumi_sdwan/class_map_policy_object.py +0 -5
- pulumi_sdwan/{cli_config_feature.py → cli_config_profile_parcel.py} +36 -41
- pulumi_sdwan/cli_device_template.py +0 -5
- pulumi_sdwan/cli_feature_profile.py +0 -7
- pulumi_sdwan/cli_template_feature_template.py +0 -5
- pulumi_sdwan/color_list_policy_object.py +11 -16
- pulumi_sdwan/config/__init__.pyi +5 -10
- pulumi_sdwan/config/vars.py +5 -10
- pulumi_sdwan/configuration_group.py +16 -129
- 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 +24 -28
- pulumi_sdwan/data_fqdn_prefix_list_policy_object.py +11 -16
- pulumi_sdwan/data_ipv4_prefix_list_policy_object.py +11 -16
- pulumi_sdwan/data_ipv6_prefix_list_policy_object.py +11 -16
- pulumi_sdwan/dns_security_policy_definition.py +7 -12
- pulumi_sdwan/domain_list_policy_object.py +11 -16
- pulumi_sdwan/eigrp_feature_template.py +15 -20
- pulumi_sdwan/expanded_community_list_policy_object.py +11 -16
- pulumi_sdwan/extended_community_list_policy_object.py +11 -16
- pulumi_sdwan/feature_device_template.py +13 -18
- pulumi_sdwan/geo_location_list_policy_object.py +13 -18
- pulumi_sdwan/get_advanced_inspection_profile_policy_definition.py +4 -23
- pulumi_sdwan/get_advanced_malware_protection_policy_definition.py +4 -24
- pulumi_sdwan/get_allow_url_list_policy_object.py +4 -14
- pulumi_sdwan/get_app_probe_class_policy_object.py +4 -15
- pulumi_sdwan/get_application_aware_routing_policy_definition.py +4 -16
- pulumi_sdwan/get_application_list_policy_object.py +4 -14
- pulumi_sdwan/get_application_priority_feature_profile.py +4 -13
- pulumi_sdwan/{get_application_priority_qos_policy.py → get_application_priority_qos_policy_profile_parcel.py} +31 -46
- pulumi_sdwan/get_as_path_list_policy_object.py +4 -14
- pulumi_sdwan/get_block_url_list_policy_object.py +4 -14
- pulumi_sdwan/get_cedge_aaa_feature_template.py +4 -43
- pulumi_sdwan/get_cedge_global_feature_template.py +4 -63
- pulumi_sdwan/get_cedge_igmp_feature_template.py +4 -18
- pulumi_sdwan/get_cedge_multicast_feature_template.py +4 -23
- pulumi_sdwan/get_cedge_pim_feature_template.py +4 -41
- pulumi_sdwan/get_cellular_cedge_profile_feature_template.py +4 -31
- pulumi_sdwan/get_cellular_controller_feature_template.py +4 -28
- pulumi_sdwan/get_cellular_profile_feature_template.py +4 -39
- pulumi_sdwan/get_centralized_policy.py +4 -15
- pulumi_sdwan/get_cflowd_policy_definition.py +4 -23
- pulumi_sdwan/get_cisco_banner_feature_template.py +4 -21
- pulumi_sdwan/get_cisco_bfd_feature_template.py +4 -24
- pulumi_sdwan/get_cisco_bgp_feature_template.py +4 -53
- pulumi_sdwan/get_cisco_dhcp_server_feature_template.py +4 -35
- pulumi_sdwan/get_cisco_logging_feature_template.py +4 -26
- pulumi_sdwan/get_cisco_ntp_feature_template.py +4 -27
- pulumi_sdwan/get_cisco_omp_feature_template.py +4 -45
- pulumi_sdwan/get_cisco_ospf_feature_template.py +4 -46
- pulumi_sdwan/get_cisco_ospfv3_feature_template.py +4 -85
- pulumi_sdwan/get_cisco_secure_internet_gateway_feature_template.py +4 -23
- pulumi_sdwan/get_cisco_security_feature_template.py +4 -31
- pulumi_sdwan/get_cisco_sig_credentials_feature_template.py +4 -39
- pulumi_sdwan/get_cisco_snmp_feature_template.py +4 -28
- pulumi_sdwan/get_cisco_system_feature_template.py +4 -86
- pulumi_sdwan/get_cisco_thousandeyes_feature_template.py +4 -18
- pulumi_sdwan/get_cisco_trustsec_feature_template.py +4 -48
- pulumi_sdwan/get_cisco_vpn_feature_template.py +4 -47
- pulumi_sdwan/get_cisco_vpn_interface_feature_template.py +4 -219
- pulumi_sdwan/get_cisco_vpn_interface_gre_feature_template.py +4 -46
- pulumi_sdwan/get_cisco_vpn_interface_ipsec_feature_template.py +4 -70
- pulumi_sdwan/get_cisco_wireless_lan_feature_template.py +4 -34
- pulumi_sdwan/get_class_map_policy_object.py +4 -14
- pulumi_sdwan/{get_cli_config_feature.py → get_cli_config_profile_parcel.py} +26 -39
- pulumi_sdwan/get_cli_device_template.py +4 -17
- pulumi_sdwan/get_cli_feature_profile.py +4 -13
- pulumi_sdwan/get_cli_template_feature_template.py +4 -18
- pulumi_sdwan/get_color_list_policy_object.py +4 -14
- pulumi_sdwan/get_configuration_group.py +5 -46
- 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 +4 -17
- pulumi_sdwan/get_data_fqdn_prefix_list_policy_object.py +4 -14
- pulumi_sdwan/get_data_ipv4_prefix_list_policy_object.py +4 -14
- pulumi_sdwan/get_data_ipv6_prefix_list_policy_object.py +4 -14
- pulumi_sdwan/get_device.py +6 -17
- pulumi_sdwan/get_dns_security_policy_definition.py +4 -24
- pulumi_sdwan/get_domain_list_policy_object.py +4 -14
- pulumi_sdwan/get_eigrp_feature_template.py +4 -34
- pulumi_sdwan/get_expanded_community_list_policy_object.py +4 -14
- pulumi_sdwan/get_extended_community_list_policy_object.py +4 -14
- pulumi_sdwan/get_feature_device_template.py +4 -21
- pulumi_sdwan/get_geo_location_list_policy_object.py +4 -14
- pulumi_sdwan/get_gps_feature_template.py +4 -29
- pulumi_sdwan/get_hub_and_spoke_topology_policy_definition.py +4 -18
- pulumi_sdwan/get_intrusion_prevention_policy_definition.py +4 -21
- pulumi_sdwan/get_ips_signature_list_policy_object.py +4 -14
- pulumi_sdwan/get_ipv4_acl_policy_definition.py +4 -17
- pulumi_sdwan/get_ipv4_device_acl_policy_definition.py +4 -17
- pulumi_sdwan/get_ipv4_prefix_list_policy_object.py +4 -14
- pulumi_sdwan/get_ipv6_acl_policy_definition.py +4 -17
- pulumi_sdwan/get_ipv6_device_acl_policy_definition.py +4 -17
- pulumi_sdwan/get_ipv6_prefix_list_policy_object.py +4 -14
- pulumi_sdwan/get_local_application_list_policy_object.py +4 -14
- pulumi_sdwan/get_localized_policy.py +4 -25
- pulumi_sdwan/get_mesh_topology_policy_definition.py +4 -18
- pulumi_sdwan/get_mirror_policy_object.py +4 -15
- pulumi_sdwan/get_object_group_policy_definition.py +4 -27
- pulumi_sdwan/get_policer_policy_object.py +4 -16
- pulumi_sdwan/get_port_list_policy_object.py +4 -14
- pulumi_sdwan/get_preferred_color_group_policy_object.py +4 -19
- pulumi_sdwan/get_protocol_list_policy_object.py +4 -14
- pulumi_sdwan/get_qos_map_policy_definition.py +4 -16
- pulumi_sdwan/get_region_list_policy_object.py +4 -14
- pulumi_sdwan/get_rewrite_rule_policy_definition.py +4 -16
- pulumi_sdwan/get_route_policy_definition.py +4 -17
- pulumi_sdwan/get_rule_set_policy_definition.py +4 -15
- pulumi_sdwan/get_security_app_hosting_feature_template.py +4 -18
- pulumi_sdwan/get_security_policy.py +4 -26
- pulumi_sdwan/get_service_feature_profile.py +4 -13
- pulumi_sdwan/{get_service_lan_vpn_interface_ethernet_feature.py → get_service_lan_vpn_interface_ethernet_profile_parcel.py} +78 -177
- pulumi_sdwan/{get_service_lan_vpn_feature.py → get_service_lan_vpn_profile_parcel.py} +50 -99
- pulumi_sdwan/{get_service_tracker_feature.py → get_service_tracker_profile_parcel.py} +30 -64
- pulumi_sdwan/get_site_list_policy_object.py +4 -14
- pulumi_sdwan/get_sla_class_policy_object.py +4 -22
- pulumi_sdwan/get_standard_community_list_policy_object.py +4 -14
- pulumi_sdwan/get_switchport_feature_template.py +4 -24
- pulumi_sdwan/{get_system_aaa_feature.py → get_system_aaa_profile_parcel.py} +35 -61
- pulumi_sdwan/{get_system_banner_feature.py → get_system_banner_profile_parcel.py} +30 -46
- pulumi_sdwan/{get_system_basic_feature.py → get_system_basic_profile_parcel.py} +38 -110
- pulumi_sdwan/{get_system_bfd_feature.py → get_system_bfd_profile_parcel.py} +31 -50
- pulumi_sdwan/get_system_feature_profile.py +4 -13
- pulumi_sdwan/{get_system_flexible_port_speed_feature.py → get_system_flexible_port_speed_profile_parcel.py} +30 -44
- pulumi_sdwan/{get_system_global_feature.py → get_system_global_profile_parcel.py} +30 -88
- pulumi_sdwan/{get_system_logging_feature.py → get_system_logging_profile_parcel.py} +33 -54
- pulumi_sdwan/{get_system_mrf_feature.py → get_system_mrf_profile_parcel.py} +30 -49
- pulumi_sdwan/{get_system_ntp_feature.py → get_system_ntp_profile_parcel.py} +32 -54
- pulumi_sdwan/{get_system_omp_feature.py → get_system_omp_profile_parcel.py} +30 -100
- pulumi_sdwan/{get_system_performance_monitoring_feature.py → get_system_performance_monitoring_profile_parcel.py} +30 -48
- pulumi_sdwan/{get_system_remote_access_feature.py → get_system_remote_access_profile_parcel.py} +125 -131
- pulumi_sdwan/{get_system_security_feature.py → get_system_security_profile_parcel.py} +32 -56
- pulumi_sdwan/{get_system_snmp_feature.py → get_system_snmp_profile_parcel.py} +35 -58
- pulumi_sdwan/get_tloc_list_policy_object.py +4 -14
- pulumi_sdwan/get_tls_ssl_decryption_policy_definition.py +4 -31
- pulumi_sdwan/get_tls_ssl_profile_policy_definition.py +4 -25
- pulumi_sdwan/get_traffic_data_policy_definition.py +4 -17
- pulumi_sdwan/get_transport_feature_profile.py +4 -13
- pulumi_sdwan/{get_transport_ipv6_tracker_feature.py → get_transport_ipv6_tracker_profile_parcel.py} +30 -60
- pulumi_sdwan/{get_transport_management_vpn_interface_ethernet_feature.py → get_transport_management_vpn_interface_ethernet_profile_parcel.py} +72 -161
- pulumi_sdwan/{get_transport_management_vpn_feature.py → get_transport_management_vpn_profile_parcel.py} +62 -87
- pulumi_sdwan/{get_transport_routing_bgp_feature.py → get_transport_routing_bgp_profile_parcel.py} +39 -102
- pulumi_sdwan/{get_transport_wan_vpn_interface_ethernet_feature.py → get_transport_wan_vpn_interface_ethernet_profile_parcel.py} +136 -362
- pulumi_sdwan/{get_transport_wan_vpn_feature.py → get_transport_wan_vpn_profile_parcel.py} +35 -63
- pulumi_sdwan/get_url_filtering_policy_definition.py +4 -26
- pulumi_sdwan/get_vedge_inventory.py +4 -11
- pulumi_sdwan/get_vpn_interface_cellular_feature_template.py +4 -162
- pulumi_sdwan/get_vpn_interface_dsl_ipoe_feature_template.py +4 -175
- pulumi_sdwan/get_vpn_interface_dsl_pppoa_feature_template.py +4 -164
- pulumi_sdwan/get_vpn_interface_dsl_pppoe_feature_template.py +4 -172
- pulumi_sdwan/get_vpn_interface_ethernet_pppoe_feature_template.py +4 -171
- pulumi_sdwan/get_vpn_interface_multilink_feature_template.py +4 -151
- pulumi_sdwan/get_vpn_interface_svi_feature_template.py +4 -54
- pulumi_sdwan/get_vpn_interface_t1_e1_serial_feature_template.py +4 -134
- pulumi_sdwan/get_vpn_list_policy_object.py +4 -14
- pulumi_sdwan/get_vpn_membership_policy_definition.py +4 -16
- pulumi_sdwan/get_zone_list_policy_object.py +4 -14
- pulumi_sdwan/gps_feature_template.py +0 -5
- pulumi_sdwan/hub_and_spoke_topology_policy_definition.py +5 -10
- pulumi_sdwan/intrusion_prevention_policy_definition.py +0 -5
- pulumi_sdwan/ips_signature_list_policy_object.py +5 -10
- pulumi_sdwan/ipv4_acl_policy_definition.py +5 -10
- pulumi_sdwan/ipv4_device_acl_policy_definition.py +5 -10
- pulumi_sdwan/ipv4_prefix_list_policy_object.py +15 -20
- pulumi_sdwan/ipv6_acl_policy_definition.py +5 -10
- pulumi_sdwan/ipv6_device_acl_policy_definition.py +5 -10
- pulumi_sdwan/ipv6_prefix_list_policy_object.py +15 -20
- pulumi_sdwan/local_application_list_policy_object.py +11 -16
- pulumi_sdwan/localized_policy.py +13 -18
- pulumi_sdwan/mesh_topology_policy_definition.py +5 -10
- pulumi_sdwan/mirror_policy_object.py +0 -5
- pulumi_sdwan/object_group_policy_definition.py +0 -5
- pulumi_sdwan/outputs.py +44847 -73154
- pulumi_sdwan/policer_policy_object.py +0 -5
- pulumi_sdwan/port_list_policy_object.py +11 -16
- pulumi_sdwan/preferred_color_group_policy_object.py +0 -5
- pulumi_sdwan/protocol_list_policy_object.py +11 -16
- pulumi_sdwan/provider.py +18 -23
- pulumi_sdwan/pulumi-plugin.json +1 -1
- pulumi_sdwan/qos_map_policy_definition.py +5 -10
- pulumi_sdwan/region_list_policy_object.py +5 -10
- pulumi_sdwan/rewrite_rule_policy_definition.py +5 -10
- pulumi_sdwan/route_policy_definition.py +5 -10
- pulumi_sdwan/rule_set_policy_definition.py +5 -10
- pulumi_sdwan/security_app_hosting_feature_template.py +5 -10
- pulumi_sdwan/security_policy.py +16 -21
- pulumi_sdwan/service_feature_profile.py +0 -7
- pulumi_sdwan/{service_lan_vpn_interface_ethernet_feature.py → service_lan_vpn_interface_ethernet_profile_parcel.py} +264 -273
- pulumi_sdwan/{service_lan_vpn_feature.py → service_lan_vpn_profile_parcel.py} +298 -307
- pulumi_sdwan/{service_tracker_feature.py → service_tracker_profile_parcel.py} +58 -66
- pulumi_sdwan/site_list_policy_object.py +5 -10
- pulumi_sdwan/sla_class_policy_object.py +0 -5
- pulumi_sdwan/standard_community_list_policy_object.py +11 -16
- pulumi_sdwan/switchport_feature_template.py +10 -15
- pulumi_sdwan/{system_aaa_feature.py → system_aaa_profile_parcel.py} +108 -117
- pulumi_sdwan/{system_banner_feature.py → system_banner_profile_parcel.py} +40 -49
- pulumi_sdwan/{system_basic_feature.py → system_basic_profile_parcel.py} +94 -103
- pulumi_sdwan/{system_bfd_feature.py → system_bfd_profile_parcel.py} +52 -61
- pulumi_sdwan/system_feature_profile.py +0 -7
- pulumi_sdwan/{system_flexible_port_speed_feature.py → system_flexible_port_speed_profile_parcel.py} +40 -49
- pulumi_sdwan/{system_global_feature.py → system_global_profile_parcel.py} +40 -49
- pulumi_sdwan/{system_logging_feature.py → system_logging_profile_parcel.py} +80 -89
- pulumi_sdwan/{system_mrf_feature.py → system_mrf_profile_parcel.py} +40 -49
- pulumi_sdwan/{system_ntp_feature.py → system_ntp_profile_parcel.py} +66 -75
- pulumi_sdwan/{system_omp_feature.py → system_omp_profile_parcel.py} +40 -49
- pulumi_sdwan/{system_performance_monitoring_feature.py → system_performance_monitoring_profile_parcel.py} +40 -49
- pulumi_sdwan/{system_remote_access_feature.py → system_remote_access_profile_parcel.py} +470 -377
- pulumi_sdwan/{system_security_feature.py → system_security_profile_parcel.py} +66 -75
- pulumi_sdwan/{system_snmp_feature.py → system_snmp_profile_parcel.py} +107 -116
- pulumi_sdwan/tloc_list_policy_object.py +5 -10
- pulumi_sdwan/tls_ssl_decryption_policy_definition.py +10 -15
- pulumi_sdwan/tls_ssl_profile_policy_definition.py +0 -5
- pulumi_sdwan/traffic_data_policy_definition.py +5 -10
- pulumi_sdwan/transport_feature_profile.py +0 -7
- pulumi_sdwan/{transport_ipv6_tracker_feature.py → transport_ipv6_tracker_profile_parcel.py} +58 -66
- pulumi_sdwan/{transport_management_vpn_interface_ethernet_feature.py → transport_management_vpn_interface_ethernet_profile_parcel.py} +260 -376
- pulumi_sdwan/{transport_management_vpn_feature.py → transport_management_vpn_profile_parcel.py} +172 -181
- pulumi_sdwan/{transport_routing_bgp_feature.py → transport_routing_bgp_profile_parcel.py} +182 -190
- pulumi_sdwan/{transport_wan_vpn_interface_ethernet_feature.py → transport_wan_vpn_interface_ethernet_profile_parcel.py} +555 -672
- pulumi_sdwan/{transport_wan_vpn_feature.py → transport_wan_vpn_profile_parcel.py} +104 -113
- pulumi_sdwan/url_filtering_policy_definition.py +0 -5
- pulumi_sdwan/vpn_interface_cellular_feature_template.py +30 -35
- pulumi_sdwan/vpn_interface_dsl_ipoe_feature_template.py +25 -30
- pulumi_sdwan/vpn_interface_dsl_pppoa_feature_template.py +30 -35
- pulumi_sdwan/vpn_interface_dsl_pppoe_feature_template.py +25 -30
- pulumi_sdwan/vpn_interface_ethernet_pppoe_feature_template.py +20 -25
- pulumi_sdwan/vpn_interface_multilink_feature_template.py +25 -30
- pulumi_sdwan/vpn_interface_svi_feature_template.py +45 -50
- pulumi_sdwan/vpn_interface_t1_e1_serial_feature_template.py +15 -20
- pulumi_sdwan/vpn_list_policy_object.py +5 -10
- pulumi_sdwan/vpn_membership_policy_definition.py +5 -10
- pulumi_sdwan/zone_list_policy_object.py +11 -16
- {pulumi_sdwan-0.2.0.dist-info → pulumi_sdwan-0.2.0a1716962358.dist-info}/METADATA +3 -4
- pulumi_sdwan-0.2.0a1716962358.dist-info/RECORD +285 -0
- {pulumi_sdwan-0.2.0.dist-info → pulumi_sdwan-0.2.0a1716962358.dist-info}/WHEEL +1 -1
- pulumi_sdwan/application_priority_traffic_policy_policy.py +0 -471
- pulumi_sdwan/dns_security_feature_profile.py +0 -234
- pulumi_sdwan/embedded_security_feature_profile.py +0 -234
- pulumi_sdwan/get_application_priority_traffic_policy_policy.py +0 -210
- pulumi_sdwan/get_dns_security_feature_profile.py +0 -126
- pulumi_sdwan/get_embedded_security_feature_profile.py +0 -126
- pulumi_sdwan/get_other_feature_profile.py +0 -126
- pulumi_sdwan/get_other_thousandeyes_feature.py +0 -177
- pulumi_sdwan/get_other_ucse_feature.py +0 -353
- pulumi_sdwan/get_policy_object_app_probe_class.py +0 -177
- pulumi_sdwan/get_policy_object_application_list.py +0 -177
- pulumi_sdwan/get_policy_object_as_path_list.py +0 -191
- pulumi_sdwan/get_policy_object_class_map.py +0 -177
- pulumi_sdwan/get_policy_object_color_list.py +0 -177
- pulumi_sdwan/get_policy_object_data_ipv4_prefix_list.py +0 -177
- pulumi_sdwan/get_policy_object_data_ipv6_prefix_list.py +0 -177
- pulumi_sdwan/get_policy_object_expanded_community_list.py +0 -190
- pulumi_sdwan/get_policy_object_extended_community_list.py +0 -177
- pulumi_sdwan/get_policy_object_feature_profile.py +0 -126
- pulumi_sdwan/get_policy_object_ipv4_prefix_list.py +0 -177
- pulumi_sdwan/get_policy_object_ipv6_prefix_list.py +0 -177
- pulumi_sdwan/get_policy_object_mirror.py +0 -177
- pulumi_sdwan/get_policy_object_policer.py +0 -177
- pulumi_sdwan/get_policy_object_preferred_color_group.py +0 -177
- pulumi_sdwan/get_policy_object_security_data_ipv4_prefix_list.py +0 -174
- pulumi_sdwan/get_policy_object_security_fqdn_list.py +0 -174
- pulumi_sdwan/get_policy_object_security_geolocation_list.py +0 -177
- pulumi_sdwan/get_policy_object_security_identity_list.py +0 -177
- pulumi_sdwan/get_policy_object_security_ips_signature.py +0 -177
- pulumi_sdwan/get_policy_object_security_local_application_list.py +0 -177
- pulumi_sdwan/get_policy_object_security_local_domain_list.py +0 -174
- pulumi_sdwan/get_policy_object_security_port_list.py +0 -177
- pulumi_sdwan/get_policy_object_security_scalable_group_tag_list.py +0 -174
- pulumi_sdwan/get_policy_object_security_url_allow_list.py +0 -177
- pulumi_sdwan/get_policy_object_security_url_block_list.py +0 -177
- pulumi_sdwan/get_policy_object_sla_class_list.py +0 -177
- pulumi_sdwan/get_policy_object_standard_community_list.py +0 -177
- pulumi_sdwan/get_policy_object_tloc_list.py +0 -177
- pulumi_sdwan/get_policy_object_vpn_group.py +0 -177
- pulumi_sdwan/get_service_ipv4_acl_feature.py +0 -191
- pulumi_sdwan/get_service_ipv6_acl_feature.py +0 -191
- pulumi_sdwan/get_service_lan_vpn_interface_gre_feature.py +0 -570
- pulumi_sdwan/get_service_lan_vpn_interface_ipsec_feature.py +0 -992
- pulumi_sdwan/get_service_lan_vpn_interface_svi_feature.py +0 -661
- pulumi_sdwan/get_service_multicast_feature.py +0 -513
- pulumi_sdwan/get_service_object_tracker_feature.py +0 -316
- pulumi_sdwan/get_service_object_tracker_group_feature.py +0 -233
- pulumi_sdwan/get_service_route_policy_feature.py +0 -191
- pulumi_sdwan/get_service_routing_bgp_feature.py +0 -857
- pulumi_sdwan/get_service_routing_eigrp_feature.py +0 -398
- pulumi_sdwan/get_service_routing_ospf_feature.py +0 -566
- pulumi_sdwan/get_service_routing_ospfv3_ipv4_feature.py +0 -650
- pulumi_sdwan/get_service_routing_ospfv3_ipv6_feature.py +0 -650
- pulumi_sdwan/get_service_switchport_feature.py +0 -219
- pulumi_sdwan/get_service_tracker_group_feature.py +0 -205
- pulumi_sdwan/get_service_wireless_lan_feature.py +0 -415
- pulumi_sdwan/get_sig_security_feature_profile.py +0 -126
- pulumi_sdwan/get_system_ipv4_device_access_feature.py +0 -191
- pulumi_sdwan/get_system_ipv6_device_access_feature.py +0 -191
- pulumi_sdwan/get_transport_gps_feature.py +0 -330
- pulumi_sdwan/get_transport_ipv4_acl_feature.py +0 -191
- pulumi_sdwan/get_transport_ipv6_acl_feature.py +0 -191
- pulumi_sdwan/get_transport_ipv6_tracker_group_feature.py +0 -233
- pulumi_sdwan/get_transport_route_policy_feature.py +0 -191
- pulumi_sdwan/get_transport_routing_ospf_feature.py +0 -566
- pulumi_sdwan/get_transport_routing_ospfv3_ipv4_feature.py +0 -650
- pulumi_sdwan/get_transport_routing_ospfv3_ipv6_feature.py +0 -650
- pulumi_sdwan/get_transport_t1_e1_controller_feature.py +0 -219
- pulumi_sdwan/get_transport_tracker_feature.py +0 -414
- pulumi_sdwan/get_transport_tracker_group_feature.py +0 -205
- pulumi_sdwan/get_transport_wan_vpn_interface_cellular_feature.py +0 -1912
- pulumi_sdwan/get_transport_wan_vpn_interface_gre_feature.py +0 -570
- pulumi_sdwan/get_transport_wan_vpn_interface_ipsec_feature.py +0 -992
- pulumi_sdwan/get_transport_wan_vpn_interface_t1_e1_serial_feature.py +0 -1579
- pulumi_sdwan/get_zone_based_firewall_policy_definition.py +0 -191
- pulumi_sdwan/other_feature_profile.py +0 -234
- pulumi_sdwan/other_thousandeyes_feature.py +0 -340
- pulumi_sdwan/other_ucse_feature.py +0 -955
- pulumi_sdwan/policy_object_app_probe_class.py +0 -341
- pulumi_sdwan/policy_object_application_list.py +0 -371
- pulumi_sdwan/policy_object_as_path_list.py +0 -389
- pulumi_sdwan/policy_object_class_map.py +0 -371
- pulumi_sdwan/policy_object_color_list.py +0 -371
- pulumi_sdwan/policy_object_data_ipv4_prefix_list.py +0 -341
- pulumi_sdwan/policy_object_data_ipv6_prefix_list.py +0 -341
- pulumi_sdwan/policy_object_expanded_community_list.py +0 -412
- pulumi_sdwan/policy_object_extended_community_list.py +0 -341
- pulumi_sdwan/policy_object_feature_profile.py +0 -234
- pulumi_sdwan/policy_object_ipv4_prefix_list.py +0 -341
- pulumi_sdwan/policy_object_ipv6_prefix_list.py +0 -341
- pulumi_sdwan/policy_object_mirror.py +0 -341
- pulumi_sdwan/policy_object_policer.py +0 -341
- pulumi_sdwan/policy_object_preferred_color_group.py +0 -341
- pulumi_sdwan/policy_object_security_data_ipv4_prefix_list.py +0 -328
- pulumi_sdwan/policy_object_security_fqdn_list.py +0 -358
- pulumi_sdwan/policy_object_security_geolocation_list.py +0 -371
- pulumi_sdwan/policy_object_security_identity_list.py +0 -370
- pulumi_sdwan/policy_object_security_ips_signature.py +0 -341
- pulumi_sdwan/policy_object_security_local_application_list.py +0 -370
- pulumi_sdwan/policy_object_security_local_domain_list.py +0 -328
- pulumi_sdwan/policy_object_security_port_list.py +0 -371
- pulumi_sdwan/policy_object_security_scalable_group_tag_list.py +0 -328
- pulumi_sdwan/policy_object_security_url_allow_list.py +0 -371
- pulumi_sdwan/policy_object_security_url_block_list.py +0 -371
- pulumi_sdwan/policy_object_sla_class_list.py +0 -341
- pulumi_sdwan/policy_object_standard_community_list.py +0 -341
- pulumi_sdwan/policy_object_tloc_list.py +0 -341
- pulumi_sdwan/policy_object_vpn_group.py +0 -371
- pulumi_sdwan/service_ipv4_acl_feature.py +0 -386
- pulumi_sdwan/service_ipv6_acl_feature.py +0 -386
- pulumi_sdwan/service_lan_vpn_interface_gre_feature.py +0 -1717
- pulumi_sdwan/service_lan_vpn_interface_ipsec_feature.py +0 -3269
- pulumi_sdwan/service_lan_vpn_interface_svi_feature.py +0 -1966
- pulumi_sdwan/service_multicast_feature.py +0 -1468
- pulumi_sdwan/service_object_tracker_feature.py +0 -867
- pulumi_sdwan/service_object_tracker_group_feature.py +0 -528
- pulumi_sdwan/service_route_policy_feature.py +0 -387
- pulumi_sdwan/service_routing_bgp_feature.py +0 -2623
- pulumi_sdwan/service_routing_eigrp_feature.py +0 -1080
- pulumi_sdwan/service_routing_ospf_feature.py +0 -1643
- pulumi_sdwan/service_routing_ospfv3_ipv4_feature.py +0 -1925
- pulumi_sdwan/service_routing_ospfv3_ipv6_feature.py +0 -1925
- pulumi_sdwan/service_switchport_feature.py +0 -481
- pulumi_sdwan/service_tracker_group_feature.py +0 -434
- pulumi_sdwan/service_wireless_lan_feature.py +0 -1232
- pulumi_sdwan/sig_security_feature_profile.py +0 -234
- pulumi_sdwan/system_ipv4_device_access_feature.py +0 -387
- pulumi_sdwan/system_ipv6_device_access_feature.py +0 -387
- pulumi_sdwan/transport_gps_feature.py +0 -891
- pulumi_sdwan/transport_ipv4_acl_feature.py +0 -386
- pulumi_sdwan/transport_ipv6_acl_feature.py +0 -386
- pulumi_sdwan/transport_ipv6_tracker_group_feature.py +0 -529
- pulumi_sdwan/transport_route_policy_feature.py +0 -387
- pulumi_sdwan/transport_routing_ospf_feature.py +0 -1643
- pulumi_sdwan/transport_routing_ospfv3_ipv4_feature.py +0 -1925
- pulumi_sdwan/transport_routing_ospfv3_ipv6_feature.py +0 -1925
- pulumi_sdwan/transport_t1_e1_controller_feature.py +0 -483
- pulumi_sdwan/transport_tracker_feature.py +0 -1179
- pulumi_sdwan/transport_tracker_group_feature.py +0 -434
- pulumi_sdwan/transport_wan_vpn_interface_cellular_feature.py +0 -6177
- pulumi_sdwan/transport_wan_vpn_interface_gre_feature.py +0 -1717
- pulumi_sdwan/transport_wan_vpn_interface_ipsec_feature.py +0 -3268
- pulumi_sdwan/transport_wan_vpn_interface_t1_e1_serial_feature.py +0 -5224
- pulumi_sdwan/zone_based_firewall_policy_definition.py +0 -406
- pulumi_sdwan-0.2.0.dist-info/RECORD +0 -424
- {pulumi_sdwan-0.2.0.dist-info → pulumi_sdwan-0.2.0a1716962358.dist-info}/top_level.txt +0 -0
pulumi_sdwan/__init__.py
CHANGED
|
@@ -13,8 +13,7 @@ from .app_probe_class_policy_object import *
|
|
|
13
13
|
from .application_aware_routing_policy_definition import *
|
|
14
14
|
from .application_list_policy_object import *
|
|
15
15
|
from .application_priority_feature_profile import *
|
|
16
|
-
from .
|
|
17
|
-
from .application_priority_traffic_policy_policy import *
|
|
16
|
+
from .application_priority_qos_policy_profile_parcel import *
|
|
18
17
|
from .as_path_list_policy_object import *
|
|
19
18
|
from .attach_feature_device_template import *
|
|
20
19
|
from .block_url_list_policy_object import *
|
|
@@ -50,21 +49,22 @@ from .cisco_vpn_interface_gre_feature_template import *
|
|
|
50
49
|
from .cisco_vpn_interface_ipsec_feature_template import *
|
|
51
50
|
from .cisco_wireless_lan_feature_template import *
|
|
52
51
|
from .class_map_policy_object import *
|
|
53
|
-
from .
|
|
52
|
+
from .cli_config_profile_parcel import *
|
|
54
53
|
from .cli_device_template import *
|
|
55
54
|
from .cli_feature_profile import *
|
|
56
55
|
from .cli_template_feature_template import *
|
|
57
56
|
from .color_list_policy_object import *
|
|
58
57
|
from .configuration_group import *
|
|
58
|
+
from .configuration_group_deploy import *
|
|
59
|
+
from .configuration_group_device_variables import *
|
|
60
|
+
from .configuration_group_devices import *
|
|
59
61
|
from .custom_control_topology_policy_definition import *
|
|
60
62
|
from .data_fqdn_prefix_list_policy_object import *
|
|
61
63
|
from .data_ipv4_prefix_list_policy_object import *
|
|
62
64
|
from .data_ipv6_prefix_list_policy_object import *
|
|
63
|
-
from .dns_security_feature_profile import *
|
|
64
65
|
from .dns_security_policy_definition import *
|
|
65
66
|
from .domain_list_policy_object import *
|
|
66
67
|
from .eigrp_feature_template import *
|
|
67
|
-
from .embedded_security_feature_profile import *
|
|
68
68
|
from .expanded_community_list_policy_object import *
|
|
69
69
|
from .extended_community_list_policy_object import *
|
|
70
70
|
from .feature_device_template import *
|
|
@@ -76,8 +76,7 @@ from .get_app_probe_class_policy_object import *
|
|
|
76
76
|
from .get_application_aware_routing_policy_definition import *
|
|
77
77
|
from .get_application_list_policy_object import *
|
|
78
78
|
from .get_application_priority_feature_profile import *
|
|
79
|
-
from .
|
|
80
|
-
from .get_application_priority_traffic_policy_policy import *
|
|
79
|
+
from .get_application_priority_qos_policy_profile_parcel import *
|
|
81
80
|
from .get_as_path_list_policy_object import *
|
|
82
81
|
from .get_block_url_list_policy_object import *
|
|
83
82
|
from .get_cedge_aaa_feature_template import *
|
|
@@ -112,22 +111,22 @@ from .get_cisco_vpn_interface_gre_feature_template import *
|
|
|
112
111
|
from .get_cisco_vpn_interface_ipsec_feature_template import *
|
|
113
112
|
from .get_cisco_wireless_lan_feature_template import *
|
|
114
113
|
from .get_class_map_policy_object import *
|
|
115
|
-
from .
|
|
114
|
+
from .get_cli_config_profile_parcel import *
|
|
116
115
|
from .get_cli_device_template import *
|
|
117
116
|
from .get_cli_feature_profile import *
|
|
118
117
|
from .get_cli_template_feature_template import *
|
|
119
118
|
from .get_color_list_policy_object import *
|
|
120
119
|
from .get_configuration_group import *
|
|
120
|
+
from .get_configuration_group_device_variables import *
|
|
121
|
+
from .get_configuration_group_devices import *
|
|
121
122
|
from .get_custom_control_topology_policy_definition import *
|
|
122
123
|
from .get_data_fqdn_prefix_list_policy_object import *
|
|
123
124
|
from .get_data_ipv4_prefix_list_policy_object import *
|
|
124
125
|
from .get_data_ipv6_prefix_list_policy_object import *
|
|
125
126
|
from .get_device import *
|
|
126
|
-
from .get_dns_security_feature_profile import *
|
|
127
127
|
from .get_dns_security_policy_definition import *
|
|
128
128
|
from .get_domain_list_policy_object import *
|
|
129
129
|
from .get_eigrp_feature_template import *
|
|
130
|
-
from .get_embedded_security_feature_profile import *
|
|
131
130
|
from .get_expanded_community_list_policy_object import *
|
|
132
131
|
from .get_extended_community_list_policy_object import *
|
|
133
132
|
from .get_feature_device_template import *
|
|
@@ -147,40 +146,7 @@ from .get_localized_policy import *
|
|
|
147
146
|
from .get_mesh_topology_policy_definition import *
|
|
148
147
|
from .get_mirror_policy_object import *
|
|
149
148
|
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
149
|
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
150
|
from .get_port_list_policy_object import *
|
|
185
151
|
from .get_preferred_color_group_policy_object import *
|
|
186
152
|
from .get_protocol_list_policy_object import *
|
|
@@ -192,74 +158,39 @@ from .get_rule_set_policy_definition import *
|
|
|
192
158
|
from .get_security_app_hosting_feature_template import *
|
|
193
159
|
from .get_security_policy import *
|
|
194
160
|
from .get_service_feature_profile import *
|
|
195
|
-
from .
|
|
196
|
-
from .
|
|
197
|
-
from .
|
|
198
|
-
from .get_service_lan_vpn_interface_ethernet_feature import *
|
|
199
|
-
from .get_service_lan_vpn_interface_gre_feature import *
|
|
200
|
-
from .get_service_lan_vpn_interface_ipsec_feature import *
|
|
201
|
-
from .get_service_lan_vpn_interface_svi_feature import *
|
|
202
|
-
from .get_service_multicast_feature import *
|
|
203
|
-
from .get_service_object_tracker_feature import *
|
|
204
|
-
from .get_service_object_tracker_group_feature import *
|
|
205
|
-
from .get_service_route_policy_feature import *
|
|
206
|
-
from .get_service_routing_bgp_feature import *
|
|
207
|
-
from .get_service_routing_eigrp_feature import *
|
|
208
|
-
from .get_service_routing_ospf_feature import *
|
|
209
|
-
from .get_service_routing_ospfv3_ipv4_feature import *
|
|
210
|
-
from .get_service_routing_ospfv3_ipv6_feature import *
|
|
211
|
-
from .get_service_switchport_feature import *
|
|
212
|
-
from .get_service_tracker_feature import *
|
|
213
|
-
from .get_service_tracker_group_feature import *
|
|
214
|
-
from .get_service_wireless_lan_feature import *
|
|
215
|
-
from .get_sig_security_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 *
|
|
216
164
|
from .get_site_list_policy_object import *
|
|
217
165
|
from .get_sla_class_policy_object import *
|
|
218
166
|
from .get_standard_community_list_policy_object import *
|
|
219
167
|
from .get_switchport_feature_template import *
|
|
220
|
-
from .
|
|
221
|
-
from .
|
|
222
|
-
from .
|
|
223
|
-
from .
|
|
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 *
|
|
224
172
|
from .get_system_feature_profile import *
|
|
225
|
-
from .
|
|
226
|
-
from .
|
|
227
|
-
from .
|
|
228
|
-
from .
|
|
229
|
-
from .
|
|
230
|
-
from .
|
|
231
|
-
from .
|
|
232
|
-
from .
|
|
233
|
-
from .
|
|
234
|
-
from .
|
|
235
|
-
from .get_system_security_feature import *
|
|
236
|
-
from .get_system_snmp_feature 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 *
|
|
237
183
|
from .get_tloc_list_policy_object import *
|
|
238
184
|
from .get_tls_ssl_decryption_policy_definition import *
|
|
239
185
|
from .get_tls_ssl_profile_policy_definition import *
|
|
240
186
|
from .get_traffic_data_policy_definition import *
|
|
241
187
|
from .get_transport_feature_profile import *
|
|
242
|
-
from .
|
|
243
|
-
from .
|
|
244
|
-
from .
|
|
245
|
-
from .
|
|
246
|
-
from .
|
|
247
|
-
from .
|
|
248
|
-
from .get_transport_management_vpn_interface_ethernet_feature import *
|
|
249
|
-
from .get_transport_route_policy_feature import *
|
|
250
|
-
from .get_transport_routing_bgp_feature import *
|
|
251
|
-
from .get_transport_routing_ospf_feature import *
|
|
252
|
-
from .get_transport_routing_ospfv3_ipv4_feature import *
|
|
253
|
-
from .get_transport_routing_ospfv3_ipv6_feature import *
|
|
254
|
-
from .get_transport_t1_e1_controller_feature import *
|
|
255
|
-
from .get_transport_tracker_feature import *
|
|
256
|
-
from .get_transport_tracker_group_feature import *
|
|
257
|
-
from .get_transport_wan_vpn_feature import *
|
|
258
|
-
from .get_transport_wan_vpn_interface_cellular_feature import *
|
|
259
|
-
from .get_transport_wan_vpn_interface_ethernet_feature import *
|
|
260
|
-
from .get_transport_wan_vpn_interface_gre_feature import *
|
|
261
|
-
from .get_transport_wan_vpn_interface_ipsec_feature import *
|
|
262
|
-
from .get_transport_wan_vpn_interface_t1_e1_serial_feature 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 *
|
|
263
194
|
from .get_url_filtering_policy_definition import *
|
|
264
195
|
from .get_vedge_inventory import *
|
|
265
196
|
from .get_vpn_interface_cellular_feature_template import *
|
|
@@ -272,7 +203,6 @@ from .get_vpn_interface_svi_feature_template import *
|
|
|
272
203
|
from .get_vpn_interface_t1_e1_serial_feature_template import *
|
|
273
204
|
from .get_vpn_list_policy_object import *
|
|
274
205
|
from .get_vpn_membership_policy_definition import *
|
|
275
|
-
from .get_zone_based_firewall_policy_definition import *
|
|
276
206
|
from .get_zone_list_policy_object import *
|
|
277
207
|
from .gps_feature_template import *
|
|
278
208
|
from .hub_and_spoke_topology_policy_definition import *
|
|
@@ -289,40 +219,7 @@ from .localized_policy import *
|
|
|
289
219
|
from .mesh_topology_policy_definition import *
|
|
290
220
|
from .mirror_policy_object import *
|
|
291
221
|
from .object_group_policy_definition import *
|
|
292
|
-
from .other_feature_profile import *
|
|
293
|
-
from .other_thousandeyes_feature import *
|
|
294
|
-
from .other_ucse_feature import *
|
|
295
222
|
from .policer_policy_object import *
|
|
296
|
-
from .policy_object_app_probe_class import *
|
|
297
|
-
from .policy_object_application_list import *
|
|
298
|
-
from .policy_object_as_path_list import *
|
|
299
|
-
from .policy_object_class_map import *
|
|
300
|
-
from .policy_object_color_list import *
|
|
301
|
-
from .policy_object_data_ipv4_prefix_list import *
|
|
302
|
-
from .policy_object_data_ipv6_prefix_list import *
|
|
303
|
-
from .policy_object_expanded_community_list import *
|
|
304
|
-
from .policy_object_extended_community_list import *
|
|
305
|
-
from .policy_object_feature_profile import *
|
|
306
|
-
from .policy_object_ipv4_prefix_list import *
|
|
307
|
-
from .policy_object_ipv6_prefix_list import *
|
|
308
|
-
from .policy_object_mirror import *
|
|
309
|
-
from .policy_object_policer import *
|
|
310
|
-
from .policy_object_preferred_color_group import *
|
|
311
|
-
from .policy_object_security_data_ipv4_prefix_list import *
|
|
312
|
-
from .policy_object_security_fqdn_list import *
|
|
313
|
-
from .policy_object_security_geolocation_list import *
|
|
314
|
-
from .policy_object_security_identity_list import *
|
|
315
|
-
from .policy_object_security_ips_signature import *
|
|
316
|
-
from .policy_object_security_local_application_list import *
|
|
317
|
-
from .policy_object_security_local_domain_list import *
|
|
318
|
-
from .policy_object_security_port_list import *
|
|
319
|
-
from .policy_object_security_scalable_group_tag_list import *
|
|
320
|
-
from .policy_object_security_url_allow_list import *
|
|
321
|
-
from .policy_object_security_url_block_list import *
|
|
322
|
-
from .policy_object_sla_class_list import *
|
|
323
|
-
from .policy_object_standard_community_list import *
|
|
324
|
-
from .policy_object_tloc_list import *
|
|
325
|
-
from .policy_object_vpn_group import *
|
|
326
223
|
from .port_list_policy_object import *
|
|
327
224
|
from .preferred_color_group_policy_object import *
|
|
328
225
|
from .protocol_list_policy_object import *
|
|
@@ -335,74 +232,39 @@ from .rule_set_policy_definition import *
|
|
|
335
232
|
from .security_app_hosting_feature_template import *
|
|
336
233
|
from .security_policy import *
|
|
337
234
|
from .service_feature_profile import *
|
|
338
|
-
from .
|
|
339
|
-
from .
|
|
340
|
-
from .
|
|
341
|
-
from .service_lan_vpn_interface_ethernet_feature import *
|
|
342
|
-
from .service_lan_vpn_interface_gre_feature import *
|
|
343
|
-
from .service_lan_vpn_interface_ipsec_feature import *
|
|
344
|
-
from .service_lan_vpn_interface_svi_feature import *
|
|
345
|
-
from .service_multicast_feature import *
|
|
346
|
-
from .service_object_tracker_feature import *
|
|
347
|
-
from .service_object_tracker_group_feature import *
|
|
348
|
-
from .service_route_policy_feature import *
|
|
349
|
-
from .service_routing_bgp_feature import *
|
|
350
|
-
from .service_routing_eigrp_feature import *
|
|
351
|
-
from .service_routing_ospf_feature import *
|
|
352
|
-
from .service_routing_ospfv3_ipv4_feature import *
|
|
353
|
-
from .service_routing_ospfv3_ipv6_feature import *
|
|
354
|
-
from .service_switchport_feature import *
|
|
355
|
-
from .service_tracker_feature import *
|
|
356
|
-
from .service_tracker_group_feature import *
|
|
357
|
-
from .service_wireless_lan_feature import *
|
|
358
|
-
from .sig_security_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 *
|
|
359
238
|
from .site_list_policy_object import *
|
|
360
239
|
from .sla_class_policy_object import *
|
|
361
240
|
from .standard_community_list_policy_object import *
|
|
362
241
|
from .switchport_feature_template import *
|
|
363
|
-
from .
|
|
364
|
-
from .
|
|
365
|
-
from .
|
|
366
|
-
from .
|
|
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 *
|
|
367
246
|
from .system_feature_profile import *
|
|
368
|
-
from .
|
|
369
|
-
from .
|
|
370
|
-
from .
|
|
371
|
-
from .
|
|
372
|
-
from .
|
|
373
|
-
from .
|
|
374
|
-
from .
|
|
375
|
-
from .
|
|
376
|
-
from .
|
|
377
|
-
from .
|
|
378
|
-
from .system_security_feature import *
|
|
379
|
-
from .system_snmp_feature 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 *
|
|
380
257
|
from .tloc_list_policy_object import *
|
|
381
258
|
from .tls_ssl_decryption_policy_definition import *
|
|
382
259
|
from .tls_ssl_profile_policy_definition import *
|
|
383
260
|
from .traffic_data_policy_definition import *
|
|
384
261
|
from .transport_feature_profile import *
|
|
385
|
-
from .
|
|
386
|
-
from .
|
|
387
|
-
from .
|
|
388
|
-
from .
|
|
389
|
-
from .
|
|
390
|
-
from .
|
|
391
|
-
from .transport_management_vpn_interface_ethernet_feature import *
|
|
392
|
-
from .transport_route_policy_feature import *
|
|
393
|
-
from .transport_routing_bgp_feature import *
|
|
394
|
-
from .transport_routing_ospf_feature import *
|
|
395
|
-
from .transport_routing_ospfv3_ipv4_feature import *
|
|
396
|
-
from .transport_routing_ospfv3_ipv6_feature import *
|
|
397
|
-
from .transport_t1_e1_controller_feature import *
|
|
398
|
-
from .transport_tracker_feature import *
|
|
399
|
-
from .transport_tracker_group_feature import *
|
|
400
|
-
from .transport_wan_vpn_feature import *
|
|
401
|
-
from .transport_wan_vpn_interface_cellular_feature import *
|
|
402
|
-
from .transport_wan_vpn_interface_ethernet_feature import *
|
|
403
|
-
from .transport_wan_vpn_interface_gre_feature import *
|
|
404
|
-
from .transport_wan_vpn_interface_ipsec_feature import *
|
|
405
|
-
from .transport_wan_vpn_interface_t1_e1_serial_feature 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 *
|
|
406
268
|
from .url_filtering_policy_definition import *
|
|
407
269
|
from .vpn_interface_cellular_feature_template import *
|
|
408
270
|
from .vpn_interface_dsl_ipoe_feature_template import *
|
|
@@ -414,7 +276,6 @@ from .vpn_interface_svi_feature_template import *
|
|
|
414
276
|
from .vpn_interface_t1_e1_serial_feature_template import *
|
|
415
277
|
from .vpn_list_policy_object import *
|
|
416
278
|
from .vpn_membership_policy_definition import *
|
|
417
|
-
from .zone_based_firewall_policy_definition import *
|
|
418
279
|
from .zone_list_policy_object import *
|
|
419
280
|
from ._inputs import *
|
|
420
281
|
from . import outputs
|
|
@@ -495,18 +356,10 @@ _utilities.register(
|
|
|
495
356
|
},
|
|
496
357
|
{
|
|
497
358
|
"pkg": "sdwan",
|
|
498
|
-
"mod": "index/
|
|
359
|
+
"mod": "index/applicationPriorityQosPolicyProfileParcel",
|
|
499
360
|
"fqn": "pulumi_sdwan",
|
|
500
361
|
"classes": {
|
|
501
|
-
"sdwan:index/
|
|
502
|
-
}
|
|
503
|
-
},
|
|
504
|
-
{
|
|
505
|
-
"pkg": "sdwan",
|
|
506
|
-
"mod": "index/applicationPriorityTrafficPolicyPolicy",
|
|
507
|
-
"fqn": "pulumi_sdwan",
|
|
508
|
-
"classes": {
|
|
509
|
-
"sdwan:index/applicationPriorityTrafficPolicyPolicy:ApplicationPriorityTrafficPolicyPolicy": "ApplicationPriorityTrafficPolicyPolicy"
|
|
362
|
+
"sdwan:index/applicationPriorityQosPolicyProfileParcel:ApplicationPriorityQosPolicyProfileParcel": "ApplicationPriorityQosPolicyProfileParcel"
|
|
510
363
|
}
|
|
511
364
|
},
|
|
512
365
|
{
|
|
@@ -791,10 +644,10 @@ _utilities.register(
|
|
|
791
644
|
},
|
|
792
645
|
{
|
|
793
646
|
"pkg": "sdwan",
|
|
794
|
-
"mod": "index/
|
|
647
|
+
"mod": "index/cliConfigProfileParcel",
|
|
795
648
|
"fqn": "pulumi_sdwan",
|
|
796
649
|
"classes": {
|
|
797
|
-
"sdwan:index/
|
|
650
|
+
"sdwan:index/cliConfigProfileParcel:CliConfigProfileParcel": "CliConfigProfileParcel"
|
|
798
651
|
}
|
|
799
652
|
},
|
|
800
653
|
{
|
|
@@ -837,6 +690,30 @@ _utilities.register(
|
|
|
837
690
|
"sdwan:index/configurationGroup:ConfigurationGroup": "ConfigurationGroup"
|
|
838
691
|
}
|
|
839
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
|
+
},
|
|
840
717
|
{
|
|
841
718
|
"pkg": "sdwan",
|
|
842
719
|
"mod": "index/customControlTopologyPolicyDefinition",
|
|
@@ -869,14 +746,6 @@ _utilities.register(
|
|
|
869
746
|
"sdwan:index/dataIpv6PrefixListPolicyObject:DataIpv6PrefixListPolicyObject": "DataIpv6PrefixListPolicyObject"
|
|
870
747
|
}
|
|
871
748
|
},
|
|
872
|
-
{
|
|
873
|
-
"pkg": "sdwan",
|
|
874
|
-
"mod": "index/dnsSecurityFeatureProfile",
|
|
875
|
-
"fqn": "pulumi_sdwan",
|
|
876
|
-
"classes": {
|
|
877
|
-
"sdwan:index/dnsSecurityFeatureProfile:DnsSecurityFeatureProfile": "DnsSecurityFeatureProfile"
|
|
878
|
-
}
|
|
879
|
-
},
|
|
880
749
|
{
|
|
881
750
|
"pkg": "sdwan",
|
|
882
751
|
"mod": "index/dnsSecurityPolicyDefinition",
|
|
@@ -901,14 +770,6 @@ _utilities.register(
|
|
|
901
770
|
"sdwan:index/eigrpFeatureTemplate:EigrpFeatureTemplate": "EigrpFeatureTemplate"
|
|
902
771
|
}
|
|
903
772
|
},
|
|
904
|
-
{
|
|
905
|
-
"pkg": "sdwan",
|
|
906
|
-
"mod": "index/embeddedSecurityFeatureProfile",
|
|
907
|
-
"fqn": "pulumi_sdwan",
|
|
908
|
-
"classes": {
|
|
909
|
-
"sdwan:index/embeddedSecurityFeatureProfile:EmbeddedSecurityFeatureProfile": "EmbeddedSecurityFeatureProfile"
|
|
910
|
-
}
|
|
911
|
-
},
|
|
912
773
|
{
|
|
913
774
|
"pkg": "sdwan",
|
|
914
775
|
"mod": "index/expandedCommunityListPolicyObject",
|
|
@@ -1061,30 +922,6 @@ _utilities.register(
|
|
|
1061
922
|
"sdwan:index/objectGroupPolicyDefinition:ObjectGroupPolicyDefinition": "ObjectGroupPolicyDefinition"
|
|
1062
923
|
}
|
|
1063
924
|
},
|
|
1064
|
-
{
|
|
1065
|
-
"pkg": "sdwan",
|
|
1066
|
-
"mod": "index/otherFeatureProfile",
|
|
1067
|
-
"fqn": "pulumi_sdwan",
|
|
1068
|
-
"classes": {
|
|
1069
|
-
"sdwan:index/otherFeatureProfile:OtherFeatureProfile": "OtherFeatureProfile"
|
|
1070
|
-
}
|
|
1071
|
-
},
|
|
1072
|
-
{
|
|
1073
|
-
"pkg": "sdwan",
|
|
1074
|
-
"mod": "index/otherThousandeyesFeature",
|
|
1075
|
-
"fqn": "pulumi_sdwan",
|
|
1076
|
-
"classes": {
|
|
1077
|
-
"sdwan:index/otherThousandeyesFeature:OtherThousandeyesFeature": "OtherThousandeyesFeature"
|
|
1078
|
-
}
|
|
1079
|
-
},
|
|
1080
|
-
{
|
|
1081
|
-
"pkg": "sdwan",
|
|
1082
|
-
"mod": "index/otherUcseFeature",
|
|
1083
|
-
"fqn": "pulumi_sdwan",
|
|
1084
|
-
"classes": {
|
|
1085
|
-
"sdwan:index/otherUcseFeature:OtherUcseFeature": "OtherUcseFeature"
|
|
1086
|
-
}
|
|
1087
|
-
},
|
|
1088
925
|
{
|
|
1089
926
|
"pkg": "sdwan",
|
|
1090
927
|
"mod": "index/policerPolicyObject",
|
|
@@ -1093,246 +930,6 @@ _utilities.register(
|
|
|
1093
930
|
"sdwan:index/policerPolicyObject:PolicerPolicyObject": "PolicerPolicyObject"
|
|
1094
931
|
}
|
|
1095
932
|
},
|
|
1096
|
-
{
|
|
1097
|
-
"pkg": "sdwan",
|
|
1098
|
-
"mod": "index/policyObjectAppProbeClass",
|
|
1099
|
-
"fqn": "pulumi_sdwan",
|
|
1100
|
-
"classes": {
|
|
1101
|
-
"sdwan:index/policyObjectAppProbeClass:PolicyObjectAppProbeClass": "PolicyObjectAppProbeClass"
|
|
1102
|
-
}
|
|
1103
|
-
},
|
|
1104
|
-
{
|
|
1105
|
-
"pkg": "sdwan",
|
|
1106
|
-
"mod": "index/policyObjectApplicationList",
|
|
1107
|
-
"fqn": "pulumi_sdwan",
|
|
1108
|
-
"classes": {
|
|
1109
|
-
"sdwan:index/policyObjectApplicationList:PolicyObjectApplicationList": "PolicyObjectApplicationList"
|
|
1110
|
-
}
|
|
1111
|
-
},
|
|
1112
|
-
{
|
|
1113
|
-
"pkg": "sdwan",
|
|
1114
|
-
"mod": "index/policyObjectAsPathList",
|
|
1115
|
-
"fqn": "pulumi_sdwan",
|
|
1116
|
-
"classes": {
|
|
1117
|
-
"sdwan:index/policyObjectAsPathList:PolicyObjectAsPathList": "PolicyObjectAsPathList"
|
|
1118
|
-
}
|
|
1119
|
-
},
|
|
1120
|
-
{
|
|
1121
|
-
"pkg": "sdwan",
|
|
1122
|
-
"mod": "index/policyObjectClassMap",
|
|
1123
|
-
"fqn": "pulumi_sdwan",
|
|
1124
|
-
"classes": {
|
|
1125
|
-
"sdwan:index/policyObjectClassMap:PolicyObjectClassMap": "PolicyObjectClassMap"
|
|
1126
|
-
}
|
|
1127
|
-
},
|
|
1128
|
-
{
|
|
1129
|
-
"pkg": "sdwan",
|
|
1130
|
-
"mod": "index/policyObjectColorList",
|
|
1131
|
-
"fqn": "pulumi_sdwan",
|
|
1132
|
-
"classes": {
|
|
1133
|
-
"sdwan:index/policyObjectColorList:PolicyObjectColorList": "PolicyObjectColorList"
|
|
1134
|
-
}
|
|
1135
|
-
},
|
|
1136
|
-
{
|
|
1137
|
-
"pkg": "sdwan",
|
|
1138
|
-
"mod": "index/policyObjectDataIpv4PrefixList",
|
|
1139
|
-
"fqn": "pulumi_sdwan",
|
|
1140
|
-
"classes": {
|
|
1141
|
-
"sdwan:index/policyObjectDataIpv4PrefixList:PolicyObjectDataIpv4PrefixList": "PolicyObjectDataIpv4PrefixList"
|
|
1142
|
-
}
|
|
1143
|
-
},
|
|
1144
|
-
{
|
|
1145
|
-
"pkg": "sdwan",
|
|
1146
|
-
"mod": "index/policyObjectDataIpv6PrefixList",
|
|
1147
|
-
"fqn": "pulumi_sdwan",
|
|
1148
|
-
"classes": {
|
|
1149
|
-
"sdwan:index/policyObjectDataIpv6PrefixList:PolicyObjectDataIpv6PrefixList": "PolicyObjectDataIpv6PrefixList"
|
|
1150
|
-
}
|
|
1151
|
-
},
|
|
1152
|
-
{
|
|
1153
|
-
"pkg": "sdwan",
|
|
1154
|
-
"mod": "index/policyObjectExpandedCommunityList",
|
|
1155
|
-
"fqn": "pulumi_sdwan",
|
|
1156
|
-
"classes": {
|
|
1157
|
-
"sdwan:index/policyObjectExpandedCommunityList:PolicyObjectExpandedCommunityList": "PolicyObjectExpandedCommunityList"
|
|
1158
|
-
}
|
|
1159
|
-
},
|
|
1160
|
-
{
|
|
1161
|
-
"pkg": "sdwan",
|
|
1162
|
-
"mod": "index/policyObjectExtendedCommunityList",
|
|
1163
|
-
"fqn": "pulumi_sdwan",
|
|
1164
|
-
"classes": {
|
|
1165
|
-
"sdwan:index/policyObjectExtendedCommunityList:PolicyObjectExtendedCommunityList": "PolicyObjectExtendedCommunityList"
|
|
1166
|
-
}
|
|
1167
|
-
},
|
|
1168
|
-
{
|
|
1169
|
-
"pkg": "sdwan",
|
|
1170
|
-
"mod": "index/policyObjectFeatureProfile",
|
|
1171
|
-
"fqn": "pulumi_sdwan",
|
|
1172
|
-
"classes": {
|
|
1173
|
-
"sdwan:index/policyObjectFeatureProfile:PolicyObjectFeatureProfile": "PolicyObjectFeatureProfile"
|
|
1174
|
-
}
|
|
1175
|
-
},
|
|
1176
|
-
{
|
|
1177
|
-
"pkg": "sdwan",
|
|
1178
|
-
"mod": "index/policyObjectIpv4PrefixList",
|
|
1179
|
-
"fqn": "pulumi_sdwan",
|
|
1180
|
-
"classes": {
|
|
1181
|
-
"sdwan:index/policyObjectIpv4PrefixList:PolicyObjectIpv4PrefixList": "PolicyObjectIpv4PrefixList"
|
|
1182
|
-
}
|
|
1183
|
-
},
|
|
1184
|
-
{
|
|
1185
|
-
"pkg": "sdwan",
|
|
1186
|
-
"mod": "index/policyObjectIpv6PrefixList",
|
|
1187
|
-
"fqn": "pulumi_sdwan",
|
|
1188
|
-
"classes": {
|
|
1189
|
-
"sdwan:index/policyObjectIpv6PrefixList:PolicyObjectIpv6PrefixList": "PolicyObjectIpv6PrefixList"
|
|
1190
|
-
}
|
|
1191
|
-
},
|
|
1192
|
-
{
|
|
1193
|
-
"pkg": "sdwan",
|
|
1194
|
-
"mod": "index/policyObjectMirror",
|
|
1195
|
-
"fqn": "pulumi_sdwan",
|
|
1196
|
-
"classes": {
|
|
1197
|
-
"sdwan:index/policyObjectMirror:PolicyObjectMirror": "PolicyObjectMirror"
|
|
1198
|
-
}
|
|
1199
|
-
},
|
|
1200
|
-
{
|
|
1201
|
-
"pkg": "sdwan",
|
|
1202
|
-
"mod": "index/policyObjectPolicer",
|
|
1203
|
-
"fqn": "pulumi_sdwan",
|
|
1204
|
-
"classes": {
|
|
1205
|
-
"sdwan:index/policyObjectPolicer:PolicyObjectPolicer": "PolicyObjectPolicer"
|
|
1206
|
-
}
|
|
1207
|
-
},
|
|
1208
|
-
{
|
|
1209
|
-
"pkg": "sdwan",
|
|
1210
|
-
"mod": "index/policyObjectPreferredColorGroup",
|
|
1211
|
-
"fqn": "pulumi_sdwan",
|
|
1212
|
-
"classes": {
|
|
1213
|
-
"sdwan:index/policyObjectPreferredColorGroup:PolicyObjectPreferredColorGroup": "PolicyObjectPreferredColorGroup"
|
|
1214
|
-
}
|
|
1215
|
-
},
|
|
1216
|
-
{
|
|
1217
|
-
"pkg": "sdwan",
|
|
1218
|
-
"mod": "index/policyObjectSecurityDataIpv4PrefixList",
|
|
1219
|
-
"fqn": "pulumi_sdwan",
|
|
1220
|
-
"classes": {
|
|
1221
|
-
"sdwan:index/policyObjectSecurityDataIpv4PrefixList:PolicyObjectSecurityDataIpv4PrefixList": "PolicyObjectSecurityDataIpv4PrefixList"
|
|
1222
|
-
}
|
|
1223
|
-
},
|
|
1224
|
-
{
|
|
1225
|
-
"pkg": "sdwan",
|
|
1226
|
-
"mod": "index/policyObjectSecurityFqdnList",
|
|
1227
|
-
"fqn": "pulumi_sdwan",
|
|
1228
|
-
"classes": {
|
|
1229
|
-
"sdwan:index/policyObjectSecurityFqdnList:PolicyObjectSecurityFqdnList": "PolicyObjectSecurityFqdnList"
|
|
1230
|
-
}
|
|
1231
|
-
},
|
|
1232
|
-
{
|
|
1233
|
-
"pkg": "sdwan",
|
|
1234
|
-
"mod": "index/policyObjectSecurityGeolocationList",
|
|
1235
|
-
"fqn": "pulumi_sdwan",
|
|
1236
|
-
"classes": {
|
|
1237
|
-
"sdwan:index/policyObjectSecurityGeolocationList:PolicyObjectSecurityGeolocationList": "PolicyObjectSecurityGeolocationList"
|
|
1238
|
-
}
|
|
1239
|
-
},
|
|
1240
|
-
{
|
|
1241
|
-
"pkg": "sdwan",
|
|
1242
|
-
"mod": "index/policyObjectSecurityIdentityList",
|
|
1243
|
-
"fqn": "pulumi_sdwan",
|
|
1244
|
-
"classes": {
|
|
1245
|
-
"sdwan:index/policyObjectSecurityIdentityList:PolicyObjectSecurityIdentityList": "PolicyObjectSecurityIdentityList"
|
|
1246
|
-
}
|
|
1247
|
-
},
|
|
1248
|
-
{
|
|
1249
|
-
"pkg": "sdwan",
|
|
1250
|
-
"mod": "index/policyObjectSecurityIpsSignature",
|
|
1251
|
-
"fqn": "pulumi_sdwan",
|
|
1252
|
-
"classes": {
|
|
1253
|
-
"sdwan:index/policyObjectSecurityIpsSignature:PolicyObjectSecurityIpsSignature": "PolicyObjectSecurityIpsSignature"
|
|
1254
|
-
}
|
|
1255
|
-
},
|
|
1256
|
-
{
|
|
1257
|
-
"pkg": "sdwan",
|
|
1258
|
-
"mod": "index/policyObjectSecurityLocalApplicationList",
|
|
1259
|
-
"fqn": "pulumi_sdwan",
|
|
1260
|
-
"classes": {
|
|
1261
|
-
"sdwan:index/policyObjectSecurityLocalApplicationList:PolicyObjectSecurityLocalApplicationList": "PolicyObjectSecurityLocalApplicationList"
|
|
1262
|
-
}
|
|
1263
|
-
},
|
|
1264
|
-
{
|
|
1265
|
-
"pkg": "sdwan",
|
|
1266
|
-
"mod": "index/policyObjectSecurityLocalDomainList",
|
|
1267
|
-
"fqn": "pulumi_sdwan",
|
|
1268
|
-
"classes": {
|
|
1269
|
-
"sdwan:index/policyObjectSecurityLocalDomainList:PolicyObjectSecurityLocalDomainList": "PolicyObjectSecurityLocalDomainList"
|
|
1270
|
-
}
|
|
1271
|
-
},
|
|
1272
|
-
{
|
|
1273
|
-
"pkg": "sdwan",
|
|
1274
|
-
"mod": "index/policyObjectSecurityPortList",
|
|
1275
|
-
"fqn": "pulumi_sdwan",
|
|
1276
|
-
"classes": {
|
|
1277
|
-
"sdwan:index/policyObjectSecurityPortList:PolicyObjectSecurityPortList": "PolicyObjectSecurityPortList"
|
|
1278
|
-
}
|
|
1279
|
-
},
|
|
1280
|
-
{
|
|
1281
|
-
"pkg": "sdwan",
|
|
1282
|
-
"mod": "index/policyObjectSecurityScalableGroupTagList",
|
|
1283
|
-
"fqn": "pulumi_sdwan",
|
|
1284
|
-
"classes": {
|
|
1285
|
-
"sdwan:index/policyObjectSecurityScalableGroupTagList:PolicyObjectSecurityScalableGroupTagList": "PolicyObjectSecurityScalableGroupTagList"
|
|
1286
|
-
}
|
|
1287
|
-
},
|
|
1288
|
-
{
|
|
1289
|
-
"pkg": "sdwan",
|
|
1290
|
-
"mod": "index/policyObjectSecurityUrlAllowList",
|
|
1291
|
-
"fqn": "pulumi_sdwan",
|
|
1292
|
-
"classes": {
|
|
1293
|
-
"sdwan:index/policyObjectSecurityUrlAllowList:PolicyObjectSecurityUrlAllowList": "PolicyObjectSecurityUrlAllowList"
|
|
1294
|
-
}
|
|
1295
|
-
},
|
|
1296
|
-
{
|
|
1297
|
-
"pkg": "sdwan",
|
|
1298
|
-
"mod": "index/policyObjectSecurityUrlBlockList",
|
|
1299
|
-
"fqn": "pulumi_sdwan",
|
|
1300
|
-
"classes": {
|
|
1301
|
-
"sdwan:index/policyObjectSecurityUrlBlockList:PolicyObjectSecurityUrlBlockList": "PolicyObjectSecurityUrlBlockList"
|
|
1302
|
-
}
|
|
1303
|
-
},
|
|
1304
|
-
{
|
|
1305
|
-
"pkg": "sdwan",
|
|
1306
|
-
"mod": "index/policyObjectSlaClassList",
|
|
1307
|
-
"fqn": "pulumi_sdwan",
|
|
1308
|
-
"classes": {
|
|
1309
|
-
"sdwan:index/policyObjectSlaClassList:PolicyObjectSlaClassList": "PolicyObjectSlaClassList"
|
|
1310
|
-
}
|
|
1311
|
-
},
|
|
1312
|
-
{
|
|
1313
|
-
"pkg": "sdwan",
|
|
1314
|
-
"mod": "index/policyObjectStandardCommunityList",
|
|
1315
|
-
"fqn": "pulumi_sdwan",
|
|
1316
|
-
"classes": {
|
|
1317
|
-
"sdwan:index/policyObjectStandardCommunityList:PolicyObjectStandardCommunityList": "PolicyObjectStandardCommunityList"
|
|
1318
|
-
}
|
|
1319
|
-
},
|
|
1320
|
-
{
|
|
1321
|
-
"pkg": "sdwan",
|
|
1322
|
-
"mod": "index/policyObjectTlocList",
|
|
1323
|
-
"fqn": "pulumi_sdwan",
|
|
1324
|
-
"classes": {
|
|
1325
|
-
"sdwan:index/policyObjectTlocList:PolicyObjectTlocList": "PolicyObjectTlocList"
|
|
1326
|
-
}
|
|
1327
|
-
},
|
|
1328
|
-
{
|
|
1329
|
-
"pkg": "sdwan",
|
|
1330
|
-
"mod": "index/policyObjectVpnGroup",
|
|
1331
|
-
"fqn": "pulumi_sdwan",
|
|
1332
|
-
"classes": {
|
|
1333
|
-
"sdwan:index/policyObjectVpnGroup:PolicyObjectVpnGroup": "PolicyObjectVpnGroup"
|
|
1334
|
-
}
|
|
1335
|
-
},
|
|
1336
933
|
{
|
|
1337
934
|
"pkg": "sdwan",
|
|
1338
935
|
"mod": "index/portListPolicyObject",
|
|
@@ -1423,170 +1020,26 @@ _utilities.register(
|
|
|
1423
1020
|
},
|
|
1424
1021
|
{
|
|
1425
1022
|
"pkg": "sdwan",
|
|
1426
|
-
"mod": "index/
|
|
1427
|
-
"fqn": "pulumi_sdwan",
|
|
1428
|
-
"classes": {
|
|
1429
|
-
"sdwan:index/serviceIpv4AclFeature:ServiceIpv4AclFeature": "ServiceIpv4AclFeature"
|
|
1430
|
-
}
|
|
1431
|
-
},
|
|
1432
|
-
{
|
|
1433
|
-
"pkg": "sdwan",
|
|
1434
|
-
"mod": "index/serviceIpv6AclFeature",
|
|
1435
|
-
"fqn": "pulumi_sdwan",
|
|
1436
|
-
"classes": {
|
|
1437
|
-
"sdwan:index/serviceIpv6AclFeature:ServiceIpv6AclFeature": "ServiceIpv6AclFeature"
|
|
1438
|
-
}
|
|
1439
|
-
},
|
|
1440
|
-
{
|
|
1441
|
-
"pkg": "sdwan",
|
|
1442
|
-
"mod": "index/serviceLanVpnFeature",
|
|
1443
|
-
"fqn": "pulumi_sdwan",
|
|
1444
|
-
"classes": {
|
|
1445
|
-
"sdwan:index/serviceLanVpnFeature:ServiceLanVpnFeature": "ServiceLanVpnFeature"
|
|
1446
|
-
}
|
|
1447
|
-
},
|
|
1448
|
-
{
|
|
1449
|
-
"pkg": "sdwan",
|
|
1450
|
-
"mod": "index/serviceLanVpnInterfaceEthernetFeature",
|
|
1451
|
-
"fqn": "pulumi_sdwan",
|
|
1452
|
-
"classes": {
|
|
1453
|
-
"sdwan:index/serviceLanVpnInterfaceEthernetFeature:ServiceLanVpnInterfaceEthernetFeature": "ServiceLanVpnInterfaceEthernetFeature"
|
|
1454
|
-
}
|
|
1455
|
-
},
|
|
1456
|
-
{
|
|
1457
|
-
"pkg": "sdwan",
|
|
1458
|
-
"mod": "index/serviceLanVpnInterfaceGreFeature",
|
|
1459
|
-
"fqn": "pulumi_sdwan",
|
|
1460
|
-
"classes": {
|
|
1461
|
-
"sdwan:index/serviceLanVpnInterfaceGreFeature:ServiceLanVpnInterfaceGreFeature": "ServiceLanVpnInterfaceGreFeature"
|
|
1462
|
-
}
|
|
1463
|
-
},
|
|
1464
|
-
{
|
|
1465
|
-
"pkg": "sdwan",
|
|
1466
|
-
"mod": "index/serviceLanVpnInterfaceIpsecFeature",
|
|
1467
|
-
"fqn": "pulumi_sdwan",
|
|
1468
|
-
"classes": {
|
|
1469
|
-
"sdwan:index/serviceLanVpnInterfaceIpsecFeature:ServiceLanVpnInterfaceIpsecFeature": "ServiceLanVpnInterfaceIpsecFeature"
|
|
1470
|
-
}
|
|
1471
|
-
},
|
|
1472
|
-
{
|
|
1473
|
-
"pkg": "sdwan",
|
|
1474
|
-
"mod": "index/serviceLanVpnInterfaceSviFeature",
|
|
1475
|
-
"fqn": "pulumi_sdwan",
|
|
1476
|
-
"classes": {
|
|
1477
|
-
"sdwan:index/serviceLanVpnInterfaceSviFeature:ServiceLanVpnInterfaceSviFeature": "ServiceLanVpnInterfaceSviFeature"
|
|
1478
|
-
}
|
|
1479
|
-
},
|
|
1480
|
-
{
|
|
1481
|
-
"pkg": "sdwan",
|
|
1482
|
-
"mod": "index/serviceMulticastFeature",
|
|
1483
|
-
"fqn": "pulumi_sdwan",
|
|
1484
|
-
"classes": {
|
|
1485
|
-
"sdwan:index/serviceMulticastFeature:ServiceMulticastFeature": "ServiceMulticastFeature"
|
|
1486
|
-
}
|
|
1487
|
-
},
|
|
1488
|
-
{
|
|
1489
|
-
"pkg": "sdwan",
|
|
1490
|
-
"mod": "index/serviceObjectTrackerFeature",
|
|
1023
|
+
"mod": "index/serviceLanVpnInterfaceEthernetProfileParcel",
|
|
1491
1024
|
"fqn": "pulumi_sdwan",
|
|
1492
1025
|
"classes": {
|
|
1493
|
-
"sdwan:index/
|
|
1026
|
+
"sdwan:index/serviceLanVpnInterfaceEthernetProfileParcel:ServiceLanVpnInterfaceEthernetProfileParcel": "ServiceLanVpnInterfaceEthernetProfileParcel"
|
|
1494
1027
|
}
|
|
1495
1028
|
},
|
|
1496
1029
|
{
|
|
1497
1030
|
"pkg": "sdwan",
|
|
1498
|
-
"mod": "index/
|
|
1031
|
+
"mod": "index/serviceLanVpnProfileParcel",
|
|
1499
1032
|
"fqn": "pulumi_sdwan",
|
|
1500
1033
|
"classes": {
|
|
1501
|
-
"sdwan:index/
|
|
1034
|
+
"sdwan:index/serviceLanVpnProfileParcel:ServiceLanVpnProfileParcel": "ServiceLanVpnProfileParcel"
|
|
1502
1035
|
}
|
|
1503
1036
|
},
|
|
1504
1037
|
{
|
|
1505
1038
|
"pkg": "sdwan",
|
|
1506
|
-
"mod": "index/
|
|
1039
|
+
"mod": "index/serviceTrackerProfileParcel",
|
|
1507
1040
|
"fqn": "pulumi_sdwan",
|
|
1508
1041
|
"classes": {
|
|
1509
|
-
"sdwan:index/
|
|
1510
|
-
}
|
|
1511
|
-
},
|
|
1512
|
-
{
|
|
1513
|
-
"pkg": "sdwan",
|
|
1514
|
-
"mod": "index/serviceRoutingBgpFeature",
|
|
1515
|
-
"fqn": "pulumi_sdwan",
|
|
1516
|
-
"classes": {
|
|
1517
|
-
"sdwan:index/serviceRoutingBgpFeature:ServiceRoutingBgpFeature": "ServiceRoutingBgpFeature"
|
|
1518
|
-
}
|
|
1519
|
-
},
|
|
1520
|
-
{
|
|
1521
|
-
"pkg": "sdwan",
|
|
1522
|
-
"mod": "index/serviceRoutingEigrpFeature",
|
|
1523
|
-
"fqn": "pulumi_sdwan",
|
|
1524
|
-
"classes": {
|
|
1525
|
-
"sdwan:index/serviceRoutingEigrpFeature:ServiceRoutingEigrpFeature": "ServiceRoutingEigrpFeature"
|
|
1526
|
-
}
|
|
1527
|
-
},
|
|
1528
|
-
{
|
|
1529
|
-
"pkg": "sdwan",
|
|
1530
|
-
"mod": "index/serviceRoutingOspfFeature",
|
|
1531
|
-
"fqn": "pulumi_sdwan",
|
|
1532
|
-
"classes": {
|
|
1533
|
-
"sdwan:index/serviceRoutingOspfFeature:ServiceRoutingOspfFeature": "ServiceRoutingOspfFeature"
|
|
1534
|
-
}
|
|
1535
|
-
},
|
|
1536
|
-
{
|
|
1537
|
-
"pkg": "sdwan",
|
|
1538
|
-
"mod": "index/serviceRoutingOspfv3Ipv4Feature",
|
|
1539
|
-
"fqn": "pulumi_sdwan",
|
|
1540
|
-
"classes": {
|
|
1541
|
-
"sdwan:index/serviceRoutingOspfv3Ipv4Feature:ServiceRoutingOspfv3Ipv4Feature": "ServiceRoutingOspfv3Ipv4Feature"
|
|
1542
|
-
}
|
|
1543
|
-
},
|
|
1544
|
-
{
|
|
1545
|
-
"pkg": "sdwan",
|
|
1546
|
-
"mod": "index/serviceRoutingOspfv3Ipv6Feature",
|
|
1547
|
-
"fqn": "pulumi_sdwan",
|
|
1548
|
-
"classes": {
|
|
1549
|
-
"sdwan:index/serviceRoutingOspfv3Ipv6Feature:ServiceRoutingOspfv3Ipv6Feature": "ServiceRoutingOspfv3Ipv6Feature"
|
|
1550
|
-
}
|
|
1551
|
-
},
|
|
1552
|
-
{
|
|
1553
|
-
"pkg": "sdwan",
|
|
1554
|
-
"mod": "index/serviceSwitchportFeature",
|
|
1555
|
-
"fqn": "pulumi_sdwan",
|
|
1556
|
-
"classes": {
|
|
1557
|
-
"sdwan:index/serviceSwitchportFeature:ServiceSwitchportFeature": "ServiceSwitchportFeature"
|
|
1558
|
-
}
|
|
1559
|
-
},
|
|
1560
|
-
{
|
|
1561
|
-
"pkg": "sdwan",
|
|
1562
|
-
"mod": "index/serviceTrackerFeature",
|
|
1563
|
-
"fqn": "pulumi_sdwan",
|
|
1564
|
-
"classes": {
|
|
1565
|
-
"sdwan:index/serviceTrackerFeature:ServiceTrackerFeature": "ServiceTrackerFeature"
|
|
1566
|
-
}
|
|
1567
|
-
},
|
|
1568
|
-
{
|
|
1569
|
-
"pkg": "sdwan",
|
|
1570
|
-
"mod": "index/serviceTrackerGroupFeature",
|
|
1571
|
-
"fqn": "pulumi_sdwan",
|
|
1572
|
-
"classes": {
|
|
1573
|
-
"sdwan:index/serviceTrackerGroupFeature:ServiceTrackerGroupFeature": "ServiceTrackerGroupFeature"
|
|
1574
|
-
}
|
|
1575
|
-
},
|
|
1576
|
-
{
|
|
1577
|
-
"pkg": "sdwan",
|
|
1578
|
-
"mod": "index/serviceWirelessLanFeature",
|
|
1579
|
-
"fqn": "pulumi_sdwan",
|
|
1580
|
-
"classes": {
|
|
1581
|
-
"sdwan:index/serviceWirelessLanFeature:ServiceWirelessLanFeature": "ServiceWirelessLanFeature"
|
|
1582
|
-
}
|
|
1583
|
-
},
|
|
1584
|
-
{
|
|
1585
|
-
"pkg": "sdwan",
|
|
1586
|
-
"mod": "index/sigSecurityFeatureProfile",
|
|
1587
|
-
"fqn": "pulumi_sdwan",
|
|
1588
|
-
"classes": {
|
|
1589
|
-
"sdwan:index/sigSecurityFeatureProfile:SigSecurityFeatureProfile": "SigSecurityFeatureProfile"
|
|
1042
|
+
"sdwan:index/serviceTrackerProfileParcel:ServiceTrackerProfileParcel": "ServiceTrackerProfileParcel"
|
|
1590
1043
|
}
|
|
1591
1044
|
},
|
|
1592
1045
|
{
|
|
@@ -1623,34 +1076,34 @@ _utilities.register(
|
|
|
1623
1076
|
},
|
|
1624
1077
|
{
|
|
1625
1078
|
"pkg": "sdwan",
|
|
1626
|
-
"mod": "index/
|
|
1079
|
+
"mod": "index/systemAaaProfileParcel",
|
|
1627
1080
|
"fqn": "pulumi_sdwan",
|
|
1628
1081
|
"classes": {
|
|
1629
|
-
"sdwan:index/
|
|
1082
|
+
"sdwan:index/systemAaaProfileParcel:SystemAaaProfileParcel": "SystemAaaProfileParcel"
|
|
1630
1083
|
}
|
|
1631
1084
|
},
|
|
1632
1085
|
{
|
|
1633
1086
|
"pkg": "sdwan",
|
|
1634
|
-
"mod": "index/
|
|
1087
|
+
"mod": "index/systemBannerProfileParcel",
|
|
1635
1088
|
"fqn": "pulumi_sdwan",
|
|
1636
1089
|
"classes": {
|
|
1637
|
-
"sdwan:index/
|
|
1090
|
+
"sdwan:index/systemBannerProfileParcel:SystemBannerProfileParcel": "SystemBannerProfileParcel"
|
|
1638
1091
|
}
|
|
1639
1092
|
},
|
|
1640
1093
|
{
|
|
1641
1094
|
"pkg": "sdwan",
|
|
1642
|
-
"mod": "index/
|
|
1095
|
+
"mod": "index/systemBasicProfileParcel",
|
|
1643
1096
|
"fqn": "pulumi_sdwan",
|
|
1644
1097
|
"classes": {
|
|
1645
|
-
"sdwan:index/
|
|
1098
|
+
"sdwan:index/systemBasicProfileParcel:SystemBasicProfileParcel": "SystemBasicProfileParcel"
|
|
1646
1099
|
}
|
|
1647
1100
|
},
|
|
1648
1101
|
{
|
|
1649
1102
|
"pkg": "sdwan",
|
|
1650
|
-
"mod": "index/
|
|
1103
|
+
"mod": "index/systemBfdProfileParcel",
|
|
1651
1104
|
"fqn": "pulumi_sdwan",
|
|
1652
1105
|
"classes": {
|
|
1653
|
-
"sdwan:index/
|
|
1106
|
+
"sdwan:index/systemBfdProfileParcel:SystemBfdProfileParcel": "SystemBfdProfileParcel"
|
|
1654
1107
|
}
|
|
1655
1108
|
},
|
|
1656
1109
|
{
|
|
@@ -1663,98 +1116,82 @@ _utilities.register(
|
|
|
1663
1116
|
},
|
|
1664
1117
|
{
|
|
1665
1118
|
"pkg": "sdwan",
|
|
1666
|
-
"mod": "index/
|
|
1667
|
-
"fqn": "pulumi_sdwan",
|
|
1668
|
-
"classes": {
|
|
1669
|
-
"sdwan:index/systemFlexiblePortSpeedFeature:SystemFlexiblePortSpeedFeature": "SystemFlexiblePortSpeedFeature"
|
|
1670
|
-
}
|
|
1671
|
-
},
|
|
1672
|
-
{
|
|
1673
|
-
"pkg": "sdwan",
|
|
1674
|
-
"mod": "index/systemGlobalFeature",
|
|
1675
|
-
"fqn": "pulumi_sdwan",
|
|
1676
|
-
"classes": {
|
|
1677
|
-
"sdwan:index/systemGlobalFeature:SystemGlobalFeature": "SystemGlobalFeature"
|
|
1678
|
-
}
|
|
1679
|
-
},
|
|
1680
|
-
{
|
|
1681
|
-
"pkg": "sdwan",
|
|
1682
|
-
"mod": "index/systemIpv4DeviceAccessFeature",
|
|
1119
|
+
"mod": "index/systemFlexiblePortSpeedProfileParcel",
|
|
1683
1120
|
"fqn": "pulumi_sdwan",
|
|
1684
1121
|
"classes": {
|
|
1685
|
-
"sdwan:index/
|
|
1122
|
+
"sdwan:index/systemFlexiblePortSpeedProfileParcel:SystemFlexiblePortSpeedProfileParcel": "SystemFlexiblePortSpeedProfileParcel"
|
|
1686
1123
|
}
|
|
1687
1124
|
},
|
|
1688
1125
|
{
|
|
1689
1126
|
"pkg": "sdwan",
|
|
1690
|
-
"mod": "index/
|
|
1127
|
+
"mod": "index/systemGlobalProfileParcel",
|
|
1691
1128
|
"fqn": "pulumi_sdwan",
|
|
1692
1129
|
"classes": {
|
|
1693
|
-
"sdwan:index/
|
|
1130
|
+
"sdwan:index/systemGlobalProfileParcel:SystemGlobalProfileParcel": "SystemGlobalProfileParcel"
|
|
1694
1131
|
}
|
|
1695
1132
|
},
|
|
1696
1133
|
{
|
|
1697
1134
|
"pkg": "sdwan",
|
|
1698
|
-
"mod": "index/
|
|
1135
|
+
"mod": "index/systemLoggingProfileParcel",
|
|
1699
1136
|
"fqn": "pulumi_sdwan",
|
|
1700
1137
|
"classes": {
|
|
1701
|
-
"sdwan:index/
|
|
1138
|
+
"sdwan:index/systemLoggingProfileParcel:SystemLoggingProfileParcel": "SystemLoggingProfileParcel"
|
|
1702
1139
|
}
|
|
1703
1140
|
},
|
|
1704
1141
|
{
|
|
1705
1142
|
"pkg": "sdwan",
|
|
1706
|
-
"mod": "index/
|
|
1143
|
+
"mod": "index/systemMrfProfileParcel",
|
|
1707
1144
|
"fqn": "pulumi_sdwan",
|
|
1708
1145
|
"classes": {
|
|
1709
|
-
"sdwan:index/
|
|
1146
|
+
"sdwan:index/systemMrfProfileParcel:SystemMrfProfileParcel": "SystemMrfProfileParcel"
|
|
1710
1147
|
}
|
|
1711
1148
|
},
|
|
1712
1149
|
{
|
|
1713
1150
|
"pkg": "sdwan",
|
|
1714
|
-
"mod": "index/
|
|
1151
|
+
"mod": "index/systemNtpProfileParcel",
|
|
1715
1152
|
"fqn": "pulumi_sdwan",
|
|
1716
1153
|
"classes": {
|
|
1717
|
-
"sdwan:index/
|
|
1154
|
+
"sdwan:index/systemNtpProfileParcel:SystemNtpProfileParcel": "SystemNtpProfileParcel"
|
|
1718
1155
|
}
|
|
1719
1156
|
},
|
|
1720
1157
|
{
|
|
1721
1158
|
"pkg": "sdwan",
|
|
1722
|
-
"mod": "index/
|
|
1159
|
+
"mod": "index/systemOmpProfileParcel",
|
|
1723
1160
|
"fqn": "pulumi_sdwan",
|
|
1724
1161
|
"classes": {
|
|
1725
|
-
"sdwan:index/
|
|
1162
|
+
"sdwan:index/systemOmpProfileParcel:SystemOmpProfileParcel": "SystemOmpProfileParcel"
|
|
1726
1163
|
}
|
|
1727
1164
|
},
|
|
1728
1165
|
{
|
|
1729
1166
|
"pkg": "sdwan",
|
|
1730
|
-
"mod": "index/
|
|
1167
|
+
"mod": "index/systemPerformanceMonitoringProfileParcel",
|
|
1731
1168
|
"fqn": "pulumi_sdwan",
|
|
1732
1169
|
"classes": {
|
|
1733
|
-
"sdwan:index/
|
|
1170
|
+
"sdwan:index/systemPerformanceMonitoringProfileParcel:SystemPerformanceMonitoringProfileParcel": "SystemPerformanceMonitoringProfileParcel"
|
|
1734
1171
|
}
|
|
1735
1172
|
},
|
|
1736
1173
|
{
|
|
1737
1174
|
"pkg": "sdwan",
|
|
1738
|
-
"mod": "index/
|
|
1175
|
+
"mod": "index/systemRemoteAccessProfileParcel",
|
|
1739
1176
|
"fqn": "pulumi_sdwan",
|
|
1740
1177
|
"classes": {
|
|
1741
|
-
"sdwan:index/
|
|
1178
|
+
"sdwan:index/systemRemoteAccessProfileParcel:SystemRemoteAccessProfileParcel": "SystemRemoteAccessProfileParcel"
|
|
1742
1179
|
}
|
|
1743
1180
|
},
|
|
1744
1181
|
{
|
|
1745
1182
|
"pkg": "sdwan",
|
|
1746
|
-
"mod": "index/
|
|
1183
|
+
"mod": "index/systemSecurityProfileParcel",
|
|
1747
1184
|
"fqn": "pulumi_sdwan",
|
|
1748
1185
|
"classes": {
|
|
1749
|
-
"sdwan:index/
|
|
1186
|
+
"sdwan:index/systemSecurityProfileParcel:SystemSecurityProfileParcel": "SystemSecurityProfileParcel"
|
|
1750
1187
|
}
|
|
1751
1188
|
},
|
|
1752
1189
|
{
|
|
1753
1190
|
"pkg": "sdwan",
|
|
1754
|
-
"mod": "index/
|
|
1191
|
+
"mod": "index/systemSnmpProfileParcel",
|
|
1755
1192
|
"fqn": "pulumi_sdwan",
|
|
1756
1193
|
"classes": {
|
|
1757
|
-
"sdwan:index/
|
|
1194
|
+
"sdwan:index/systemSnmpProfileParcel:SystemSnmpProfileParcel": "SystemSnmpProfileParcel"
|
|
1758
1195
|
}
|
|
1759
1196
|
},
|
|
1760
1197
|
{
|
|
@@ -1799,170 +1236,50 @@ _utilities.register(
|
|
|
1799
1236
|
},
|
|
1800
1237
|
{
|
|
1801
1238
|
"pkg": "sdwan",
|
|
1802
|
-
"mod": "index/
|
|
1803
|
-
"fqn": "pulumi_sdwan",
|
|
1804
|
-
"classes": {
|
|
1805
|
-
"sdwan:index/transportGpsFeature:TransportGpsFeature": "TransportGpsFeature"
|
|
1806
|
-
}
|
|
1807
|
-
},
|
|
1808
|
-
{
|
|
1809
|
-
"pkg": "sdwan",
|
|
1810
|
-
"mod": "index/transportIpv4AclFeature",
|
|
1811
|
-
"fqn": "pulumi_sdwan",
|
|
1812
|
-
"classes": {
|
|
1813
|
-
"sdwan:index/transportIpv4AclFeature:TransportIpv4AclFeature": "TransportIpv4AclFeature"
|
|
1814
|
-
}
|
|
1815
|
-
},
|
|
1816
|
-
{
|
|
1817
|
-
"pkg": "sdwan",
|
|
1818
|
-
"mod": "index/transportIpv6AclFeature",
|
|
1819
|
-
"fqn": "pulumi_sdwan",
|
|
1820
|
-
"classes": {
|
|
1821
|
-
"sdwan:index/transportIpv6AclFeature:TransportIpv6AclFeature": "TransportIpv6AclFeature"
|
|
1822
|
-
}
|
|
1823
|
-
},
|
|
1824
|
-
{
|
|
1825
|
-
"pkg": "sdwan",
|
|
1826
|
-
"mod": "index/transportIpv6TrackerFeature",
|
|
1827
|
-
"fqn": "pulumi_sdwan",
|
|
1828
|
-
"classes": {
|
|
1829
|
-
"sdwan:index/transportIpv6TrackerFeature:TransportIpv6TrackerFeature": "TransportIpv6TrackerFeature"
|
|
1830
|
-
}
|
|
1831
|
-
},
|
|
1832
|
-
{
|
|
1833
|
-
"pkg": "sdwan",
|
|
1834
|
-
"mod": "index/transportIpv6TrackerGroupFeature",
|
|
1835
|
-
"fqn": "pulumi_sdwan",
|
|
1836
|
-
"classes": {
|
|
1837
|
-
"sdwan:index/transportIpv6TrackerGroupFeature:TransportIpv6TrackerGroupFeature": "TransportIpv6TrackerGroupFeature"
|
|
1838
|
-
}
|
|
1839
|
-
},
|
|
1840
|
-
{
|
|
1841
|
-
"pkg": "sdwan",
|
|
1842
|
-
"mod": "index/transportManagementVpnFeature",
|
|
1843
|
-
"fqn": "pulumi_sdwan",
|
|
1844
|
-
"classes": {
|
|
1845
|
-
"sdwan:index/transportManagementVpnFeature:TransportManagementVpnFeature": "TransportManagementVpnFeature"
|
|
1846
|
-
}
|
|
1847
|
-
},
|
|
1848
|
-
{
|
|
1849
|
-
"pkg": "sdwan",
|
|
1850
|
-
"mod": "index/transportManagementVpnInterfaceEthernetFeature",
|
|
1851
|
-
"fqn": "pulumi_sdwan",
|
|
1852
|
-
"classes": {
|
|
1853
|
-
"sdwan:index/transportManagementVpnInterfaceEthernetFeature:TransportManagementVpnInterfaceEthernetFeature": "TransportManagementVpnInterfaceEthernetFeature"
|
|
1854
|
-
}
|
|
1855
|
-
},
|
|
1856
|
-
{
|
|
1857
|
-
"pkg": "sdwan",
|
|
1858
|
-
"mod": "index/transportRoutePolicyFeature",
|
|
1859
|
-
"fqn": "pulumi_sdwan",
|
|
1860
|
-
"classes": {
|
|
1861
|
-
"sdwan:index/transportRoutePolicyFeature:TransportRoutePolicyFeature": "TransportRoutePolicyFeature"
|
|
1862
|
-
}
|
|
1863
|
-
},
|
|
1864
|
-
{
|
|
1865
|
-
"pkg": "sdwan",
|
|
1866
|
-
"mod": "index/transportRoutingBgpFeature",
|
|
1867
|
-
"fqn": "pulumi_sdwan",
|
|
1868
|
-
"classes": {
|
|
1869
|
-
"sdwan:index/transportRoutingBgpFeature:TransportRoutingBgpFeature": "TransportRoutingBgpFeature"
|
|
1870
|
-
}
|
|
1871
|
-
},
|
|
1872
|
-
{
|
|
1873
|
-
"pkg": "sdwan",
|
|
1874
|
-
"mod": "index/transportRoutingOspfFeature",
|
|
1875
|
-
"fqn": "pulumi_sdwan",
|
|
1876
|
-
"classes": {
|
|
1877
|
-
"sdwan:index/transportRoutingOspfFeature:TransportRoutingOspfFeature": "TransportRoutingOspfFeature"
|
|
1878
|
-
}
|
|
1879
|
-
},
|
|
1880
|
-
{
|
|
1881
|
-
"pkg": "sdwan",
|
|
1882
|
-
"mod": "index/transportRoutingOspfv3Ipv4Feature",
|
|
1883
|
-
"fqn": "pulumi_sdwan",
|
|
1884
|
-
"classes": {
|
|
1885
|
-
"sdwan:index/transportRoutingOspfv3Ipv4Feature:TransportRoutingOspfv3Ipv4Feature": "TransportRoutingOspfv3Ipv4Feature"
|
|
1886
|
-
}
|
|
1887
|
-
},
|
|
1888
|
-
{
|
|
1889
|
-
"pkg": "sdwan",
|
|
1890
|
-
"mod": "index/transportRoutingOspfv3Ipv6Feature",
|
|
1891
|
-
"fqn": "pulumi_sdwan",
|
|
1892
|
-
"classes": {
|
|
1893
|
-
"sdwan:index/transportRoutingOspfv3Ipv6Feature:TransportRoutingOspfv3Ipv6Feature": "TransportRoutingOspfv3Ipv6Feature"
|
|
1894
|
-
}
|
|
1895
|
-
},
|
|
1896
|
-
{
|
|
1897
|
-
"pkg": "sdwan",
|
|
1898
|
-
"mod": "index/transportT1E1ControllerFeature",
|
|
1899
|
-
"fqn": "pulumi_sdwan",
|
|
1900
|
-
"classes": {
|
|
1901
|
-
"sdwan:index/transportT1E1ControllerFeature:TransportT1E1ControllerFeature": "TransportT1E1ControllerFeature"
|
|
1902
|
-
}
|
|
1903
|
-
},
|
|
1904
|
-
{
|
|
1905
|
-
"pkg": "sdwan",
|
|
1906
|
-
"mod": "index/transportTrackerFeature",
|
|
1907
|
-
"fqn": "pulumi_sdwan",
|
|
1908
|
-
"classes": {
|
|
1909
|
-
"sdwan:index/transportTrackerFeature:TransportTrackerFeature": "TransportTrackerFeature"
|
|
1910
|
-
}
|
|
1911
|
-
},
|
|
1912
|
-
{
|
|
1913
|
-
"pkg": "sdwan",
|
|
1914
|
-
"mod": "index/transportTrackerGroupFeature",
|
|
1915
|
-
"fqn": "pulumi_sdwan",
|
|
1916
|
-
"classes": {
|
|
1917
|
-
"sdwan:index/transportTrackerGroupFeature:TransportTrackerGroupFeature": "TransportTrackerGroupFeature"
|
|
1918
|
-
}
|
|
1919
|
-
},
|
|
1920
|
-
{
|
|
1921
|
-
"pkg": "sdwan",
|
|
1922
|
-
"mod": "index/transportWanVpnFeature",
|
|
1239
|
+
"mod": "index/transportIpv6TrackerProfileParcel",
|
|
1923
1240
|
"fqn": "pulumi_sdwan",
|
|
1924
1241
|
"classes": {
|
|
1925
|
-
"sdwan:index/
|
|
1242
|
+
"sdwan:index/transportIpv6TrackerProfileParcel:TransportIpv6TrackerProfileParcel": "TransportIpv6TrackerProfileParcel"
|
|
1926
1243
|
}
|
|
1927
1244
|
},
|
|
1928
1245
|
{
|
|
1929
1246
|
"pkg": "sdwan",
|
|
1930
|
-
"mod": "index/
|
|
1247
|
+
"mod": "index/transportManagementVpnInterfaceEthernetProfileParcel",
|
|
1931
1248
|
"fqn": "pulumi_sdwan",
|
|
1932
1249
|
"classes": {
|
|
1933
|
-
"sdwan:index/
|
|
1250
|
+
"sdwan:index/transportManagementVpnInterfaceEthernetProfileParcel:TransportManagementVpnInterfaceEthernetProfileParcel": "TransportManagementVpnInterfaceEthernetProfileParcel"
|
|
1934
1251
|
}
|
|
1935
1252
|
},
|
|
1936
1253
|
{
|
|
1937
1254
|
"pkg": "sdwan",
|
|
1938
|
-
"mod": "index/
|
|
1255
|
+
"mod": "index/transportManagementVpnProfileParcel",
|
|
1939
1256
|
"fqn": "pulumi_sdwan",
|
|
1940
1257
|
"classes": {
|
|
1941
|
-
"sdwan:index/
|
|
1258
|
+
"sdwan:index/transportManagementVpnProfileParcel:TransportManagementVpnProfileParcel": "TransportManagementVpnProfileParcel"
|
|
1942
1259
|
}
|
|
1943
1260
|
},
|
|
1944
1261
|
{
|
|
1945
1262
|
"pkg": "sdwan",
|
|
1946
|
-
"mod": "index/
|
|
1263
|
+
"mod": "index/transportRoutingBgpProfileParcel",
|
|
1947
1264
|
"fqn": "pulumi_sdwan",
|
|
1948
1265
|
"classes": {
|
|
1949
|
-
"sdwan:index/
|
|
1266
|
+
"sdwan:index/transportRoutingBgpProfileParcel:TransportRoutingBgpProfileParcel": "TransportRoutingBgpProfileParcel"
|
|
1950
1267
|
}
|
|
1951
1268
|
},
|
|
1952
1269
|
{
|
|
1953
1270
|
"pkg": "sdwan",
|
|
1954
|
-
"mod": "index/
|
|
1271
|
+
"mod": "index/transportWanVpnInterfaceEthernetProfileParcel",
|
|
1955
1272
|
"fqn": "pulumi_sdwan",
|
|
1956
1273
|
"classes": {
|
|
1957
|
-
"sdwan:index/
|
|
1274
|
+
"sdwan:index/transportWanVpnInterfaceEthernetProfileParcel:TransportWanVpnInterfaceEthernetProfileParcel": "TransportWanVpnInterfaceEthernetProfileParcel"
|
|
1958
1275
|
}
|
|
1959
1276
|
},
|
|
1960
1277
|
{
|
|
1961
1278
|
"pkg": "sdwan",
|
|
1962
|
-
"mod": "index/
|
|
1279
|
+
"mod": "index/transportWanVpnProfileParcel",
|
|
1963
1280
|
"fqn": "pulumi_sdwan",
|
|
1964
1281
|
"classes": {
|
|
1965
|
-
"sdwan:index/
|
|
1282
|
+
"sdwan:index/transportWanVpnProfileParcel:TransportWanVpnProfileParcel": "TransportWanVpnProfileParcel"
|
|
1966
1283
|
}
|
|
1967
1284
|
},
|
|
1968
1285
|
{
|
|
@@ -2053,14 +1370,6 @@ _utilities.register(
|
|
|
2053
1370
|
"sdwan:index/vpnMembershipPolicyDefinition:VpnMembershipPolicyDefinition": "VpnMembershipPolicyDefinition"
|
|
2054
1371
|
}
|
|
2055
1372
|
},
|
|
2056
|
-
{
|
|
2057
|
-
"pkg": "sdwan",
|
|
2058
|
-
"mod": "index/zoneBasedFirewallPolicyDefinition",
|
|
2059
|
-
"fqn": "pulumi_sdwan",
|
|
2060
|
-
"classes": {
|
|
2061
|
-
"sdwan:index/zoneBasedFirewallPolicyDefinition:ZoneBasedFirewallPolicyDefinition": "ZoneBasedFirewallPolicyDefinition"
|
|
2062
|
-
}
|
|
2063
|
-
},
|
|
2064
1373
|
{
|
|
2065
1374
|
"pkg": "sdwan",
|
|
2066
1375
|
"mod": "index/zoneListPolicyObject",
|