pulumi-sdwan 0.1.4__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 -520
- pulumi_sdwan/_inputs.py +10949 -38332
- pulumi_sdwan/_utilities.py +5 -41
- pulumi_sdwan/activate_centralized_policy.py +0 -5
- 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 -5
- pulumi_sdwan/{application_priority_qos_policy.py → application_priority_qos_policy_profile_parcel.py} +52 -57
- pulumi_sdwan/as_path_list_policy_object.py +5 -10
- pulumi_sdwan/attach_feature_device_template.py +5 -10
- 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 -5
- pulumi_sdwan/cli_template_feature_template.py +0 -5
- pulumi_sdwan/color_list_policy_object.py +11 -16
- pulumi_sdwan/config/__init__.pyi +0 -5
- pulumi_sdwan/config/vars.py +0 -5
- pulumi_sdwan/configuration_group.py +16 -21
- 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 +4 -17
- 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 -133
- 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 -334
- 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 +29219 -46942
- 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 +0 -5
- 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 -5
- pulumi_sdwan/{service_lan_vpn_interface_ethernet_feature.py → service_lan_vpn_interface_ethernet_profile_parcel.py} +264 -269
- pulumi_sdwan/{service_lan_vpn_feature.py → service_lan_vpn_profile_parcel.py} +298 -303
- pulumi_sdwan/{service_tracker_feature.py → service_tracker_profile_parcel.py} +58 -62
- 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 -113
- pulumi_sdwan/{system_banner_feature.py → system_banner_profile_parcel.py} +40 -45
- pulumi_sdwan/{system_basic_feature.py → system_basic_profile_parcel.py} +94 -99
- pulumi_sdwan/{system_bfd_feature.py → system_bfd_profile_parcel.py} +52 -57
- pulumi_sdwan/system_feature_profile.py +0 -5
- pulumi_sdwan/{system_flexible_port_speed_feature.py → system_flexible_port_speed_profile_parcel.py} +40 -45
- pulumi_sdwan/{system_global_feature.py → system_global_profile_parcel.py} +40 -45
- pulumi_sdwan/{system_logging_feature.py → system_logging_profile_parcel.py} +80 -85
- pulumi_sdwan/{system_mrf_feature.py → system_mrf_profile_parcel.py} +40 -45
- pulumi_sdwan/{system_ntp_feature.py → system_ntp_profile_parcel.py} +66 -71
- pulumi_sdwan/{system_omp_feature.py → system_omp_profile_parcel.py} +40 -45
- pulumi_sdwan/{system_performance_monitoring_feature.py → system_performance_monitoring_profile_parcel.py} +40 -45
- pulumi_sdwan/{system_remote_access_feature.py → system_remote_access_profile_parcel.py} +470 -373
- pulumi_sdwan/{system_security_feature.py → system_security_profile_parcel.py} +66 -71
- pulumi_sdwan/{system_snmp_feature.py → system_snmp_profile_parcel.py} +107 -112
- 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 -5
- pulumi_sdwan/{transport_ipv6_tracker_feature.py → transport_ipv6_tracker_profile_parcel.py} +58 -62
- pulumi_sdwan/{transport_management_vpn_interface_ethernet_feature.py → transport_management_vpn_interface_ethernet_profile_parcel.py} +194 -198
- pulumi_sdwan/{transport_management_vpn_feature.py → transport_management_vpn_profile_parcel.py} +172 -177
- pulumi_sdwan/{transport_routing_bgp_feature.py → transport_routing_bgp_profile_parcel.py} +182 -186
- pulumi_sdwan/{transport_wan_vpn_interface_ethernet_feature.py → transport_wan_vpn_interface_ethernet_profile_parcel.py} +483 -488
- pulumi_sdwan/{transport_wan_vpn_feature.py → transport_wan_vpn_profile_parcel.py} +104 -109
- 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.1.4.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.1.4.dist-info → pulumi_sdwan-0.2.0a1716962358.dist-info}/WHEEL +1 -1
- 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_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 -98
- 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_tloc_list.py +0 -177
- 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_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_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_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_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_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 -232
- pulumi_sdwan/other_thousandeyes_feature.py +0 -336
- pulumi_sdwan/other_ucse_feature.py +0 -953
- pulumi_sdwan/policy_object_class_map.py +0 -367
- pulumi_sdwan/policy_object_color_list.py +0 -367
- pulumi_sdwan/policy_object_data_ipv4_prefix_list.py +0 -337
- pulumi_sdwan/policy_object_data_ipv6_prefix_list.py +0 -337
- pulumi_sdwan/policy_object_expanded_community_list.py +0 -408
- pulumi_sdwan/policy_object_extended_community_list.py +0 -337
- pulumi_sdwan/policy_object_feature_profile.py +0 -232
- pulumi_sdwan/policy_object_ipv4_prefix_list.py +0 -337
- pulumi_sdwan/policy_object_ipv6_prefix_list.py +0 -337
- pulumi_sdwan/policy_object_mirror.py +0 -337
- pulumi_sdwan/policy_object_policer.py +0 -337
- pulumi_sdwan/policy_object_tloc_list.py +0 -337
- pulumi_sdwan/service_lan_vpn_interface_gre_feature.py +0 -1717
- pulumi_sdwan/service_lan_vpn_interface_ipsec_feature.py +0 -3274
- pulumi_sdwan/service_lan_vpn_interface_svi_feature.py +0 -1965
- pulumi_sdwan/service_object_tracker_feature.py +0 -863
- pulumi_sdwan/service_object_tracker_group_feature.py +0 -524
- pulumi_sdwan/service_route_policy_feature.py +0 -383
- pulumi_sdwan/service_routing_bgp_feature.py +0 -2619
- pulumi_sdwan/service_routing_ospf_feature.py +0 -1639
- pulumi_sdwan/service_routing_ospfv3_ipv4_feature.py +0 -1921
- pulumi_sdwan/service_routing_ospfv3_ipv6_feature.py +0 -1921
- pulumi_sdwan/service_switchport_feature.py +0 -477
- pulumi_sdwan/service_tracker_group_feature.py +0 -430
- pulumi_sdwan/system_ipv4_device_access_feature.py +0 -383
- pulumi_sdwan/system_ipv6_device_access_feature.py +0 -383
- pulumi_sdwan/transport_gps_feature.py +0 -887
- pulumi_sdwan/transport_ipv6_tracker_group_feature.py +0 -525
- pulumi_sdwan/transport_route_policy_feature.py +0 -383
- pulumi_sdwan/transport_routing_ospf_feature.py +0 -1639
- pulumi_sdwan/transport_routing_ospfv3_ipv4_feature.py +0 -1921
- pulumi_sdwan/transport_routing_ospfv3_ipv6_feature.py +0 -1921
- pulumi_sdwan/transport_tracker_feature.py +0 -1175
- pulumi_sdwan/transport_tracker_group_feature.py +0 -430
- pulumi_sdwan/transport_wan_vpn_interface_cellular_feature.py +0 -6173
- pulumi_sdwan/transport_wan_vpn_interface_gre_feature.py +0 -1713
- pulumi_sdwan/transport_wan_vpn_interface_ipsec_feature.py +0 -3264
- pulumi_sdwan/transport_wan_vpn_interface_t1_e1_serial_feature.py +0 -5220
- pulumi_sdwan/zone_based_firewall_policy_definition.py +0 -406
- pulumi_sdwan-0.1.4.dist-info/RECORD +0 -364
- {pulumi_sdwan-0.1.4.dist-info → pulumi_sdwan-0.2.0a1716962358.dist-info}/top_level.txt +0 -0
pulumi_sdwan/__init__.py
CHANGED
|
@@ -13,7 +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 .
|
|
16
|
+
from .application_priority_qos_policy_profile_parcel import *
|
|
17
17
|
from .as_path_list_policy_object import *
|
|
18
18
|
from .attach_feature_device_template import *
|
|
19
19
|
from .block_url_list_policy_object import *
|
|
@@ -49,12 +49,15 @@ from .cisco_vpn_interface_gre_feature_template import *
|
|
|
49
49
|
from .cisco_vpn_interface_ipsec_feature_template import *
|
|
50
50
|
from .cisco_wireless_lan_feature_template import *
|
|
51
51
|
from .class_map_policy_object import *
|
|
52
|
-
from .
|
|
52
|
+
from .cli_config_profile_parcel import *
|
|
53
53
|
from .cli_device_template import *
|
|
54
54
|
from .cli_feature_profile import *
|
|
55
55
|
from .cli_template_feature_template import *
|
|
56
56
|
from .color_list_policy_object import *
|
|
57
57
|
from .configuration_group import *
|
|
58
|
+
from .configuration_group_deploy import *
|
|
59
|
+
from .configuration_group_device_variables import *
|
|
60
|
+
from .configuration_group_devices import *
|
|
58
61
|
from .custom_control_topology_policy_definition import *
|
|
59
62
|
from .data_fqdn_prefix_list_policy_object import *
|
|
60
63
|
from .data_ipv4_prefix_list_policy_object import *
|
|
@@ -73,7 +76,7 @@ from .get_app_probe_class_policy_object import *
|
|
|
73
76
|
from .get_application_aware_routing_policy_definition import *
|
|
74
77
|
from .get_application_list_policy_object import *
|
|
75
78
|
from .get_application_priority_feature_profile import *
|
|
76
|
-
from .
|
|
79
|
+
from .get_application_priority_qos_policy_profile_parcel import *
|
|
77
80
|
from .get_as_path_list_policy_object import *
|
|
78
81
|
from .get_block_url_list_policy_object import *
|
|
79
82
|
from .get_cedge_aaa_feature_template import *
|
|
@@ -108,12 +111,14 @@ from .get_cisco_vpn_interface_gre_feature_template import *
|
|
|
108
111
|
from .get_cisco_vpn_interface_ipsec_feature_template import *
|
|
109
112
|
from .get_cisco_wireless_lan_feature_template import *
|
|
110
113
|
from .get_class_map_policy_object import *
|
|
111
|
-
from .
|
|
114
|
+
from .get_cli_config_profile_parcel import *
|
|
112
115
|
from .get_cli_device_template import *
|
|
113
116
|
from .get_cli_feature_profile import *
|
|
114
117
|
from .get_cli_template_feature_template import *
|
|
115
118
|
from .get_color_list_policy_object import *
|
|
116
119
|
from .get_configuration_group import *
|
|
120
|
+
from .get_configuration_group_device_variables import *
|
|
121
|
+
from .get_configuration_group_devices import *
|
|
117
122
|
from .get_custom_control_topology_policy_definition import *
|
|
118
123
|
from .get_data_fqdn_prefix_list_policy_object import *
|
|
119
124
|
from .get_data_ipv4_prefix_list_policy_object import *
|
|
@@ -141,22 +146,7 @@ from .get_localized_policy import *
|
|
|
141
146
|
from .get_mesh_topology_policy_definition import *
|
|
142
147
|
from .get_mirror_policy_object import *
|
|
143
148
|
from .get_object_group_policy_definition import *
|
|
144
|
-
from .get_other_feature_profile import *
|
|
145
|
-
from .get_other_thousandeyes_feature import *
|
|
146
|
-
from .get_other_ucse_feature import *
|
|
147
149
|
from .get_policer_policy_object import *
|
|
148
|
-
from .get_policy_object_class_map import *
|
|
149
|
-
from .get_policy_object_color_list import *
|
|
150
|
-
from .get_policy_object_data_ipv4_prefix_list import *
|
|
151
|
-
from .get_policy_object_data_ipv6_prefix_list import *
|
|
152
|
-
from .get_policy_object_expanded_community_list import *
|
|
153
|
-
from .get_policy_object_extended_community_list import *
|
|
154
|
-
from .get_policy_object_feature_profile import *
|
|
155
|
-
from .get_policy_object_ipv4_prefix_list import *
|
|
156
|
-
from .get_policy_object_ipv6_prefix_list import *
|
|
157
|
-
from .get_policy_object_mirror import *
|
|
158
|
-
from .get_policy_object_policer import *
|
|
159
|
-
from .get_policy_object_tloc_list import *
|
|
160
150
|
from .get_port_list_policy_object import *
|
|
161
151
|
from .get_preferred_color_group_policy_object import *
|
|
162
152
|
from .get_protocol_list_policy_object import *
|
|
@@ -168,65 +158,39 @@ from .get_rule_set_policy_definition import *
|
|
|
168
158
|
from .get_security_app_hosting_feature_template import *
|
|
169
159
|
from .get_security_policy import *
|
|
170
160
|
from .get_service_feature_profile import *
|
|
171
|
-
from .
|
|
172
|
-
from .
|
|
173
|
-
from .
|
|
174
|
-
from .get_service_lan_vpn_interface_ipsec_feature import *
|
|
175
|
-
from .get_service_lan_vpn_interface_svi_feature import *
|
|
176
|
-
from .get_service_object_tracker_feature import *
|
|
177
|
-
from .get_service_object_tracker_group_feature import *
|
|
178
|
-
from .get_service_route_policy_feature import *
|
|
179
|
-
from .get_service_routing_bgp_feature import *
|
|
180
|
-
from .get_service_routing_ospf_feature import *
|
|
181
|
-
from .get_service_routing_ospfv3_ipv4_feature import *
|
|
182
|
-
from .get_service_routing_ospfv3_ipv6_feature import *
|
|
183
|
-
from .get_service_switchport_feature import *
|
|
184
|
-
from .get_service_tracker_feature import *
|
|
185
|
-
from .get_service_tracker_group_feature 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 *
|
|
186
164
|
from .get_site_list_policy_object import *
|
|
187
165
|
from .get_sla_class_policy_object import *
|
|
188
166
|
from .get_standard_community_list_policy_object import *
|
|
189
167
|
from .get_switchport_feature_template import *
|
|
190
|
-
from .
|
|
191
|
-
from .
|
|
192
|
-
from .
|
|
193
|
-
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 *
|
|
194
172
|
from .get_system_feature_profile import *
|
|
195
|
-
from .
|
|
196
|
-
from .
|
|
197
|
-
from .
|
|
198
|
-
from .
|
|
199
|
-
from .
|
|
200
|
-
from .
|
|
201
|
-
from .
|
|
202
|
-
from .
|
|
203
|
-
from .
|
|
204
|
-
from .
|
|
205
|
-
from .get_system_security_feature import *
|
|
206
|
-
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 *
|
|
207
183
|
from .get_tloc_list_policy_object import *
|
|
208
184
|
from .get_tls_ssl_decryption_policy_definition import *
|
|
209
185
|
from .get_tls_ssl_profile_policy_definition import *
|
|
210
186
|
from .get_traffic_data_policy_definition import *
|
|
211
187
|
from .get_transport_feature_profile import *
|
|
212
|
-
from .
|
|
213
|
-
from .
|
|
214
|
-
from .
|
|
215
|
-
from .
|
|
216
|
-
from .
|
|
217
|
-
from .
|
|
218
|
-
from .get_transport_routing_bgp_feature import *
|
|
219
|
-
from .get_transport_routing_ospf_feature import *
|
|
220
|
-
from .get_transport_routing_ospfv3_ipv4_feature import *
|
|
221
|
-
from .get_transport_routing_ospfv3_ipv6_feature import *
|
|
222
|
-
from .get_transport_tracker_feature import *
|
|
223
|
-
from .get_transport_tracker_group_feature import *
|
|
224
|
-
from .get_transport_wan_vpn_feature import *
|
|
225
|
-
from .get_transport_wan_vpn_interface_cellular_feature import *
|
|
226
|
-
from .get_transport_wan_vpn_interface_ethernet_feature import *
|
|
227
|
-
from .get_transport_wan_vpn_interface_gre_feature import *
|
|
228
|
-
from .get_transport_wan_vpn_interface_ipsec_feature import *
|
|
229
|
-
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 *
|
|
230
194
|
from .get_url_filtering_policy_definition import *
|
|
231
195
|
from .get_vedge_inventory import *
|
|
232
196
|
from .get_vpn_interface_cellular_feature_template import *
|
|
@@ -239,7 +203,6 @@ from .get_vpn_interface_svi_feature_template import *
|
|
|
239
203
|
from .get_vpn_interface_t1_e1_serial_feature_template import *
|
|
240
204
|
from .get_vpn_list_policy_object import *
|
|
241
205
|
from .get_vpn_membership_policy_definition import *
|
|
242
|
-
from .get_zone_based_firewall_policy_definition import *
|
|
243
206
|
from .get_zone_list_policy_object import *
|
|
244
207
|
from .gps_feature_template import *
|
|
245
208
|
from .hub_and_spoke_topology_policy_definition import *
|
|
@@ -256,22 +219,7 @@ from .localized_policy import *
|
|
|
256
219
|
from .mesh_topology_policy_definition import *
|
|
257
220
|
from .mirror_policy_object import *
|
|
258
221
|
from .object_group_policy_definition import *
|
|
259
|
-
from .other_feature_profile import *
|
|
260
|
-
from .other_thousandeyes_feature import *
|
|
261
|
-
from .other_ucse_feature import *
|
|
262
222
|
from .policer_policy_object import *
|
|
263
|
-
from .policy_object_class_map import *
|
|
264
|
-
from .policy_object_color_list import *
|
|
265
|
-
from .policy_object_data_ipv4_prefix_list import *
|
|
266
|
-
from .policy_object_data_ipv6_prefix_list import *
|
|
267
|
-
from .policy_object_expanded_community_list import *
|
|
268
|
-
from .policy_object_extended_community_list import *
|
|
269
|
-
from .policy_object_feature_profile import *
|
|
270
|
-
from .policy_object_ipv4_prefix_list import *
|
|
271
|
-
from .policy_object_ipv6_prefix_list import *
|
|
272
|
-
from .policy_object_mirror import *
|
|
273
|
-
from .policy_object_policer import *
|
|
274
|
-
from .policy_object_tloc_list import *
|
|
275
223
|
from .port_list_policy_object import *
|
|
276
224
|
from .preferred_color_group_policy_object import *
|
|
277
225
|
from .protocol_list_policy_object import *
|
|
@@ -284,65 +232,39 @@ from .rule_set_policy_definition import *
|
|
|
284
232
|
from .security_app_hosting_feature_template import *
|
|
285
233
|
from .security_policy import *
|
|
286
234
|
from .service_feature_profile import *
|
|
287
|
-
from .
|
|
288
|
-
from .
|
|
289
|
-
from .
|
|
290
|
-
from .service_lan_vpn_interface_ipsec_feature import *
|
|
291
|
-
from .service_lan_vpn_interface_svi_feature import *
|
|
292
|
-
from .service_object_tracker_feature import *
|
|
293
|
-
from .service_object_tracker_group_feature import *
|
|
294
|
-
from .service_route_policy_feature import *
|
|
295
|
-
from .service_routing_bgp_feature import *
|
|
296
|
-
from .service_routing_ospf_feature import *
|
|
297
|
-
from .service_routing_ospfv3_ipv4_feature import *
|
|
298
|
-
from .service_routing_ospfv3_ipv6_feature import *
|
|
299
|
-
from .service_switchport_feature import *
|
|
300
|
-
from .service_tracker_feature import *
|
|
301
|
-
from .service_tracker_group_feature 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 *
|
|
302
238
|
from .site_list_policy_object import *
|
|
303
239
|
from .sla_class_policy_object import *
|
|
304
240
|
from .standard_community_list_policy_object import *
|
|
305
241
|
from .switchport_feature_template import *
|
|
306
|
-
from .
|
|
307
|
-
from .
|
|
308
|
-
from .
|
|
309
|
-
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 *
|
|
310
246
|
from .system_feature_profile import *
|
|
311
|
-
from .
|
|
312
|
-
from .
|
|
313
|
-
from .
|
|
314
|
-
from .
|
|
315
|
-
from .
|
|
316
|
-
from .
|
|
317
|
-
from .
|
|
318
|
-
from .
|
|
319
|
-
from .
|
|
320
|
-
from .
|
|
321
|
-
from .system_security_feature import *
|
|
322
|
-
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 *
|
|
323
257
|
from .tloc_list_policy_object import *
|
|
324
258
|
from .tls_ssl_decryption_policy_definition import *
|
|
325
259
|
from .tls_ssl_profile_policy_definition import *
|
|
326
260
|
from .traffic_data_policy_definition import *
|
|
327
261
|
from .transport_feature_profile import *
|
|
328
|
-
from .
|
|
329
|
-
from .
|
|
330
|
-
from .
|
|
331
|
-
from .
|
|
332
|
-
from .
|
|
333
|
-
from .
|
|
334
|
-
from .transport_routing_bgp_feature import *
|
|
335
|
-
from .transport_routing_ospf_feature import *
|
|
336
|
-
from .transport_routing_ospfv3_ipv4_feature import *
|
|
337
|
-
from .transport_routing_ospfv3_ipv6_feature import *
|
|
338
|
-
from .transport_tracker_feature import *
|
|
339
|
-
from .transport_tracker_group_feature import *
|
|
340
|
-
from .transport_wan_vpn_feature import *
|
|
341
|
-
from .transport_wan_vpn_interface_cellular_feature import *
|
|
342
|
-
from .transport_wan_vpn_interface_ethernet_feature import *
|
|
343
|
-
from .transport_wan_vpn_interface_gre_feature import *
|
|
344
|
-
from .transport_wan_vpn_interface_ipsec_feature import *
|
|
345
|
-
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 *
|
|
346
268
|
from .url_filtering_policy_definition import *
|
|
347
269
|
from .vpn_interface_cellular_feature_template import *
|
|
348
270
|
from .vpn_interface_dsl_ipoe_feature_template import *
|
|
@@ -354,7 +276,6 @@ from .vpn_interface_svi_feature_template import *
|
|
|
354
276
|
from .vpn_interface_t1_e1_serial_feature_template import *
|
|
355
277
|
from .vpn_list_policy_object import *
|
|
356
278
|
from .vpn_membership_policy_definition import *
|
|
357
|
-
from .zone_based_firewall_policy_definition import *
|
|
358
279
|
from .zone_list_policy_object import *
|
|
359
280
|
from ._inputs import *
|
|
360
281
|
from . import outputs
|
|
@@ -435,10 +356,10 @@ _utilities.register(
|
|
|
435
356
|
},
|
|
436
357
|
{
|
|
437
358
|
"pkg": "sdwan",
|
|
438
|
-
"mod": "index/
|
|
359
|
+
"mod": "index/applicationPriorityQosPolicyProfileParcel",
|
|
439
360
|
"fqn": "pulumi_sdwan",
|
|
440
361
|
"classes": {
|
|
441
|
-
"sdwan:index/
|
|
362
|
+
"sdwan:index/applicationPriorityQosPolicyProfileParcel:ApplicationPriorityQosPolicyProfileParcel": "ApplicationPriorityQosPolicyProfileParcel"
|
|
442
363
|
}
|
|
443
364
|
},
|
|
444
365
|
{
|
|
@@ -723,10 +644,10 @@ _utilities.register(
|
|
|
723
644
|
},
|
|
724
645
|
{
|
|
725
646
|
"pkg": "sdwan",
|
|
726
|
-
"mod": "index/
|
|
647
|
+
"mod": "index/cliConfigProfileParcel",
|
|
727
648
|
"fqn": "pulumi_sdwan",
|
|
728
649
|
"classes": {
|
|
729
|
-
"sdwan:index/
|
|
650
|
+
"sdwan:index/cliConfigProfileParcel:CliConfigProfileParcel": "CliConfigProfileParcel"
|
|
730
651
|
}
|
|
731
652
|
},
|
|
732
653
|
{
|
|
@@ -769,6 +690,30 @@ _utilities.register(
|
|
|
769
690
|
"sdwan:index/configurationGroup:ConfigurationGroup": "ConfigurationGroup"
|
|
770
691
|
}
|
|
771
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
|
+
},
|
|
772
717
|
{
|
|
773
718
|
"pkg": "sdwan",
|
|
774
719
|
"mod": "index/customControlTopologyPolicyDefinition",
|
|
@@ -977,30 +922,6 @@ _utilities.register(
|
|
|
977
922
|
"sdwan:index/objectGroupPolicyDefinition:ObjectGroupPolicyDefinition": "ObjectGroupPolicyDefinition"
|
|
978
923
|
}
|
|
979
924
|
},
|
|
980
|
-
{
|
|
981
|
-
"pkg": "sdwan",
|
|
982
|
-
"mod": "index/otherFeatureProfile",
|
|
983
|
-
"fqn": "pulumi_sdwan",
|
|
984
|
-
"classes": {
|
|
985
|
-
"sdwan:index/otherFeatureProfile:OtherFeatureProfile": "OtherFeatureProfile"
|
|
986
|
-
}
|
|
987
|
-
},
|
|
988
|
-
{
|
|
989
|
-
"pkg": "sdwan",
|
|
990
|
-
"mod": "index/otherThousandeyesFeature",
|
|
991
|
-
"fqn": "pulumi_sdwan",
|
|
992
|
-
"classes": {
|
|
993
|
-
"sdwan:index/otherThousandeyesFeature:OtherThousandeyesFeature": "OtherThousandeyesFeature"
|
|
994
|
-
}
|
|
995
|
-
},
|
|
996
|
-
{
|
|
997
|
-
"pkg": "sdwan",
|
|
998
|
-
"mod": "index/otherUcseFeature",
|
|
999
|
-
"fqn": "pulumi_sdwan",
|
|
1000
|
-
"classes": {
|
|
1001
|
-
"sdwan:index/otherUcseFeature:OtherUcseFeature": "OtherUcseFeature"
|
|
1002
|
-
}
|
|
1003
|
-
},
|
|
1004
925
|
{
|
|
1005
926
|
"pkg": "sdwan",
|
|
1006
927
|
"mod": "index/policerPolicyObject",
|
|
@@ -1009,102 +930,6 @@ _utilities.register(
|
|
|
1009
930
|
"sdwan:index/policerPolicyObject:PolicerPolicyObject": "PolicerPolicyObject"
|
|
1010
931
|
}
|
|
1011
932
|
},
|
|
1012
|
-
{
|
|
1013
|
-
"pkg": "sdwan",
|
|
1014
|
-
"mod": "index/policyObjectClassMap",
|
|
1015
|
-
"fqn": "pulumi_sdwan",
|
|
1016
|
-
"classes": {
|
|
1017
|
-
"sdwan:index/policyObjectClassMap:PolicyObjectClassMap": "PolicyObjectClassMap"
|
|
1018
|
-
}
|
|
1019
|
-
},
|
|
1020
|
-
{
|
|
1021
|
-
"pkg": "sdwan",
|
|
1022
|
-
"mod": "index/policyObjectColorList",
|
|
1023
|
-
"fqn": "pulumi_sdwan",
|
|
1024
|
-
"classes": {
|
|
1025
|
-
"sdwan:index/policyObjectColorList:PolicyObjectColorList": "PolicyObjectColorList"
|
|
1026
|
-
}
|
|
1027
|
-
},
|
|
1028
|
-
{
|
|
1029
|
-
"pkg": "sdwan",
|
|
1030
|
-
"mod": "index/policyObjectDataIpv4PrefixList",
|
|
1031
|
-
"fqn": "pulumi_sdwan",
|
|
1032
|
-
"classes": {
|
|
1033
|
-
"sdwan:index/policyObjectDataIpv4PrefixList:PolicyObjectDataIpv4PrefixList": "PolicyObjectDataIpv4PrefixList"
|
|
1034
|
-
}
|
|
1035
|
-
},
|
|
1036
|
-
{
|
|
1037
|
-
"pkg": "sdwan",
|
|
1038
|
-
"mod": "index/policyObjectDataIpv6PrefixList",
|
|
1039
|
-
"fqn": "pulumi_sdwan",
|
|
1040
|
-
"classes": {
|
|
1041
|
-
"sdwan:index/policyObjectDataIpv6PrefixList:PolicyObjectDataIpv6PrefixList": "PolicyObjectDataIpv6PrefixList"
|
|
1042
|
-
}
|
|
1043
|
-
},
|
|
1044
|
-
{
|
|
1045
|
-
"pkg": "sdwan",
|
|
1046
|
-
"mod": "index/policyObjectExpandedCommunityList",
|
|
1047
|
-
"fqn": "pulumi_sdwan",
|
|
1048
|
-
"classes": {
|
|
1049
|
-
"sdwan:index/policyObjectExpandedCommunityList:PolicyObjectExpandedCommunityList": "PolicyObjectExpandedCommunityList"
|
|
1050
|
-
}
|
|
1051
|
-
},
|
|
1052
|
-
{
|
|
1053
|
-
"pkg": "sdwan",
|
|
1054
|
-
"mod": "index/policyObjectExtendedCommunityList",
|
|
1055
|
-
"fqn": "pulumi_sdwan",
|
|
1056
|
-
"classes": {
|
|
1057
|
-
"sdwan:index/policyObjectExtendedCommunityList:PolicyObjectExtendedCommunityList": "PolicyObjectExtendedCommunityList"
|
|
1058
|
-
}
|
|
1059
|
-
},
|
|
1060
|
-
{
|
|
1061
|
-
"pkg": "sdwan",
|
|
1062
|
-
"mod": "index/policyObjectFeatureProfile",
|
|
1063
|
-
"fqn": "pulumi_sdwan",
|
|
1064
|
-
"classes": {
|
|
1065
|
-
"sdwan:index/policyObjectFeatureProfile:PolicyObjectFeatureProfile": "PolicyObjectFeatureProfile"
|
|
1066
|
-
}
|
|
1067
|
-
},
|
|
1068
|
-
{
|
|
1069
|
-
"pkg": "sdwan",
|
|
1070
|
-
"mod": "index/policyObjectIpv4PrefixList",
|
|
1071
|
-
"fqn": "pulumi_sdwan",
|
|
1072
|
-
"classes": {
|
|
1073
|
-
"sdwan:index/policyObjectIpv4PrefixList:PolicyObjectIpv4PrefixList": "PolicyObjectIpv4PrefixList"
|
|
1074
|
-
}
|
|
1075
|
-
},
|
|
1076
|
-
{
|
|
1077
|
-
"pkg": "sdwan",
|
|
1078
|
-
"mod": "index/policyObjectIpv6PrefixList",
|
|
1079
|
-
"fqn": "pulumi_sdwan",
|
|
1080
|
-
"classes": {
|
|
1081
|
-
"sdwan:index/policyObjectIpv6PrefixList:PolicyObjectIpv6PrefixList": "PolicyObjectIpv6PrefixList"
|
|
1082
|
-
}
|
|
1083
|
-
},
|
|
1084
|
-
{
|
|
1085
|
-
"pkg": "sdwan",
|
|
1086
|
-
"mod": "index/policyObjectMirror",
|
|
1087
|
-
"fqn": "pulumi_sdwan",
|
|
1088
|
-
"classes": {
|
|
1089
|
-
"sdwan:index/policyObjectMirror:PolicyObjectMirror": "PolicyObjectMirror"
|
|
1090
|
-
}
|
|
1091
|
-
},
|
|
1092
|
-
{
|
|
1093
|
-
"pkg": "sdwan",
|
|
1094
|
-
"mod": "index/policyObjectPolicer",
|
|
1095
|
-
"fqn": "pulumi_sdwan",
|
|
1096
|
-
"classes": {
|
|
1097
|
-
"sdwan:index/policyObjectPolicer:PolicyObjectPolicer": "PolicyObjectPolicer"
|
|
1098
|
-
}
|
|
1099
|
-
},
|
|
1100
|
-
{
|
|
1101
|
-
"pkg": "sdwan",
|
|
1102
|
-
"mod": "index/policyObjectTlocList",
|
|
1103
|
-
"fqn": "pulumi_sdwan",
|
|
1104
|
-
"classes": {
|
|
1105
|
-
"sdwan:index/policyObjectTlocList:PolicyObjectTlocList": "PolicyObjectTlocList"
|
|
1106
|
-
}
|
|
1107
|
-
},
|
|
1108
933
|
{
|
|
1109
934
|
"pkg": "sdwan",
|
|
1110
935
|
"mod": "index/portListPolicyObject",
|
|
@@ -1195,122 +1020,26 @@ _utilities.register(
|
|
|
1195
1020
|
},
|
|
1196
1021
|
{
|
|
1197
1022
|
"pkg": "sdwan",
|
|
1198
|
-
"mod": "index/
|
|
1199
|
-
"fqn": "pulumi_sdwan",
|
|
1200
|
-
"classes": {
|
|
1201
|
-
"sdwan:index/serviceLanVpnFeature:ServiceLanVpnFeature": "ServiceLanVpnFeature"
|
|
1202
|
-
}
|
|
1203
|
-
},
|
|
1204
|
-
{
|
|
1205
|
-
"pkg": "sdwan",
|
|
1206
|
-
"mod": "index/serviceLanVpnInterfaceEthernetFeature",
|
|
1207
|
-
"fqn": "pulumi_sdwan",
|
|
1208
|
-
"classes": {
|
|
1209
|
-
"sdwan:index/serviceLanVpnInterfaceEthernetFeature:ServiceLanVpnInterfaceEthernetFeature": "ServiceLanVpnInterfaceEthernetFeature"
|
|
1210
|
-
}
|
|
1211
|
-
},
|
|
1212
|
-
{
|
|
1213
|
-
"pkg": "sdwan",
|
|
1214
|
-
"mod": "index/serviceLanVpnInterfaceGreFeature",
|
|
1215
|
-
"fqn": "pulumi_sdwan",
|
|
1216
|
-
"classes": {
|
|
1217
|
-
"sdwan:index/serviceLanVpnInterfaceGreFeature:ServiceLanVpnInterfaceGreFeature": "ServiceLanVpnInterfaceGreFeature"
|
|
1218
|
-
}
|
|
1219
|
-
},
|
|
1220
|
-
{
|
|
1221
|
-
"pkg": "sdwan",
|
|
1222
|
-
"mod": "index/serviceLanVpnInterfaceIpsecFeature",
|
|
1223
|
-
"fqn": "pulumi_sdwan",
|
|
1224
|
-
"classes": {
|
|
1225
|
-
"sdwan:index/serviceLanVpnInterfaceIpsecFeature:ServiceLanVpnInterfaceIpsecFeature": "ServiceLanVpnInterfaceIpsecFeature"
|
|
1226
|
-
}
|
|
1227
|
-
},
|
|
1228
|
-
{
|
|
1229
|
-
"pkg": "sdwan",
|
|
1230
|
-
"mod": "index/serviceLanVpnInterfaceSviFeature",
|
|
1231
|
-
"fqn": "pulumi_sdwan",
|
|
1232
|
-
"classes": {
|
|
1233
|
-
"sdwan:index/serviceLanVpnInterfaceSviFeature:ServiceLanVpnInterfaceSviFeature": "ServiceLanVpnInterfaceSviFeature"
|
|
1234
|
-
}
|
|
1235
|
-
},
|
|
1236
|
-
{
|
|
1237
|
-
"pkg": "sdwan",
|
|
1238
|
-
"mod": "index/serviceObjectTrackerFeature",
|
|
1239
|
-
"fqn": "pulumi_sdwan",
|
|
1240
|
-
"classes": {
|
|
1241
|
-
"sdwan:index/serviceObjectTrackerFeature:ServiceObjectTrackerFeature": "ServiceObjectTrackerFeature"
|
|
1242
|
-
}
|
|
1243
|
-
},
|
|
1244
|
-
{
|
|
1245
|
-
"pkg": "sdwan",
|
|
1246
|
-
"mod": "index/serviceObjectTrackerGroupFeature",
|
|
1247
|
-
"fqn": "pulumi_sdwan",
|
|
1248
|
-
"classes": {
|
|
1249
|
-
"sdwan:index/serviceObjectTrackerGroupFeature:ServiceObjectTrackerGroupFeature": "ServiceObjectTrackerGroupFeature"
|
|
1250
|
-
}
|
|
1251
|
-
},
|
|
1252
|
-
{
|
|
1253
|
-
"pkg": "sdwan",
|
|
1254
|
-
"mod": "index/serviceRoutePolicyFeature",
|
|
1255
|
-
"fqn": "pulumi_sdwan",
|
|
1256
|
-
"classes": {
|
|
1257
|
-
"sdwan:index/serviceRoutePolicyFeature:ServiceRoutePolicyFeature": "ServiceRoutePolicyFeature"
|
|
1258
|
-
}
|
|
1259
|
-
},
|
|
1260
|
-
{
|
|
1261
|
-
"pkg": "sdwan",
|
|
1262
|
-
"mod": "index/serviceRoutingBgpFeature",
|
|
1263
|
-
"fqn": "pulumi_sdwan",
|
|
1264
|
-
"classes": {
|
|
1265
|
-
"sdwan:index/serviceRoutingBgpFeature:ServiceRoutingBgpFeature": "ServiceRoutingBgpFeature"
|
|
1266
|
-
}
|
|
1267
|
-
},
|
|
1268
|
-
{
|
|
1269
|
-
"pkg": "sdwan",
|
|
1270
|
-
"mod": "index/serviceRoutingOspfFeature",
|
|
1271
|
-
"fqn": "pulumi_sdwan",
|
|
1272
|
-
"classes": {
|
|
1273
|
-
"sdwan:index/serviceRoutingOspfFeature:ServiceRoutingOspfFeature": "ServiceRoutingOspfFeature"
|
|
1274
|
-
}
|
|
1275
|
-
},
|
|
1276
|
-
{
|
|
1277
|
-
"pkg": "sdwan",
|
|
1278
|
-
"mod": "index/serviceRoutingOspfv3Ipv4Feature",
|
|
1279
|
-
"fqn": "pulumi_sdwan",
|
|
1280
|
-
"classes": {
|
|
1281
|
-
"sdwan:index/serviceRoutingOspfv3Ipv4Feature:ServiceRoutingOspfv3Ipv4Feature": "ServiceRoutingOspfv3Ipv4Feature"
|
|
1282
|
-
}
|
|
1283
|
-
},
|
|
1284
|
-
{
|
|
1285
|
-
"pkg": "sdwan",
|
|
1286
|
-
"mod": "index/serviceRoutingOspfv3Ipv6Feature",
|
|
1023
|
+
"mod": "index/serviceLanVpnInterfaceEthernetProfileParcel",
|
|
1287
1024
|
"fqn": "pulumi_sdwan",
|
|
1288
1025
|
"classes": {
|
|
1289
|
-
"sdwan:index/
|
|
1026
|
+
"sdwan:index/serviceLanVpnInterfaceEthernetProfileParcel:ServiceLanVpnInterfaceEthernetProfileParcel": "ServiceLanVpnInterfaceEthernetProfileParcel"
|
|
1290
1027
|
}
|
|
1291
1028
|
},
|
|
1292
1029
|
{
|
|
1293
1030
|
"pkg": "sdwan",
|
|
1294
|
-
"mod": "index/
|
|
1031
|
+
"mod": "index/serviceLanVpnProfileParcel",
|
|
1295
1032
|
"fqn": "pulumi_sdwan",
|
|
1296
1033
|
"classes": {
|
|
1297
|
-
"sdwan:index/
|
|
1034
|
+
"sdwan:index/serviceLanVpnProfileParcel:ServiceLanVpnProfileParcel": "ServiceLanVpnProfileParcel"
|
|
1298
1035
|
}
|
|
1299
1036
|
},
|
|
1300
1037
|
{
|
|
1301
1038
|
"pkg": "sdwan",
|
|
1302
|
-
"mod": "index/
|
|
1039
|
+
"mod": "index/serviceTrackerProfileParcel",
|
|
1303
1040
|
"fqn": "pulumi_sdwan",
|
|
1304
1041
|
"classes": {
|
|
1305
|
-
"sdwan:index/
|
|
1306
|
-
}
|
|
1307
|
-
},
|
|
1308
|
-
{
|
|
1309
|
-
"pkg": "sdwan",
|
|
1310
|
-
"mod": "index/serviceTrackerGroupFeature",
|
|
1311
|
-
"fqn": "pulumi_sdwan",
|
|
1312
|
-
"classes": {
|
|
1313
|
-
"sdwan:index/serviceTrackerGroupFeature:ServiceTrackerGroupFeature": "ServiceTrackerGroupFeature"
|
|
1042
|
+
"sdwan:index/serviceTrackerProfileParcel:ServiceTrackerProfileParcel": "ServiceTrackerProfileParcel"
|
|
1314
1043
|
}
|
|
1315
1044
|
},
|
|
1316
1045
|
{
|
|
@@ -1347,34 +1076,34 @@ _utilities.register(
|
|
|
1347
1076
|
},
|
|
1348
1077
|
{
|
|
1349
1078
|
"pkg": "sdwan",
|
|
1350
|
-
"mod": "index/
|
|
1079
|
+
"mod": "index/systemAaaProfileParcel",
|
|
1351
1080
|
"fqn": "pulumi_sdwan",
|
|
1352
1081
|
"classes": {
|
|
1353
|
-
"sdwan:index/
|
|
1082
|
+
"sdwan:index/systemAaaProfileParcel:SystemAaaProfileParcel": "SystemAaaProfileParcel"
|
|
1354
1083
|
}
|
|
1355
1084
|
},
|
|
1356
1085
|
{
|
|
1357
1086
|
"pkg": "sdwan",
|
|
1358
|
-
"mod": "index/
|
|
1087
|
+
"mod": "index/systemBannerProfileParcel",
|
|
1359
1088
|
"fqn": "pulumi_sdwan",
|
|
1360
1089
|
"classes": {
|
|
1361
|
-
"sdwan:index/
|
|
1090
|
+
"sdwan:index/systemBannerProfileParcel:SystemBannerProfileParcel": "SystemBannerProfileParcel"
|
|
1362
1091
|
}
|
|
1363
1092
|
},
|
|
1364
1093
|
{
|
|
1365
1094
|
"pkg": "sdwan",
|
|
1366
|
-
"mod": "index/
|
|
1095
|
+
"mod": "index/systemBasicProfileParcel",
|
|
1367
1096
|
"fqn": "pulumi_sdwan",
|
|
1368
1097
|
"classes": {
|
|
1369
|
-
"sdwan:index/
|
|
1098
|
+
"sdwan:index/systemBasicProfileParcel:SystemBasicProfileParcel": "SystemBasicProfileParcel"
|
|
1370
1099
|
}
|
|
1371
1100
|
},
|
|
1372
1101
|
{
|
|
1373
1102
|
"pkg": "sdwan",
|
|
1374
|
-
"mod": "index/
|
|
1103
|
+
"mod": "index/systemBfdProfileParcel",
|
|
1375
1104
|
"fqn": "pulumi_sdwan",
|
|
1376
1105
|
"classes": {
|
|
1377
|
-
"sdwan:index/
|
|
1106
|
+
"sdwan:index/systemBfdProfileParcel:SystemBfdProfileParcel": "SystemBfdProfileParcel"
|
|
1378
1107
|
}
|
|
1379
1108
|
},
|
|
1380
1109
|
{
|
|
@@ -1387,98 +1116,82 @@ _utilities.register(
|
|
|
1387
1116
|
},
|
|
1388
1117
|
{
|
|
1389
1118
|
"pkg": "sdwan",
|
|
1390
|
-
"mod": "index/
|
|
1391
|
-
"fqn": "pulumi_sdwan",
|
|
1392
|
-
"classes": {
|
|
1393
|
-
"sdwan:index/systemFlexiblePortSpeedFeature:SystemFlexiblePortSpeedFeature": "SystemFlexiblePortSpeedFeature"
|
|
1394
|
-
}
|
|
1395
|
-
},
|
|
1396
|
-
{
|
|
1397
|
-
"pkg": "sdwan",
|
|
1398
|
-
"mod": "index/systemGlobalFeature",
|
|
1119
|
+
"mod": "index/systemFlexiblePortSpeedProfileParcel",
|
|
1399
1120
|
"fqn": "pulumi_sdwan",
|
|
1400
1121
|
"classes": {
|
|
1401
|
-
"sdwan:index/
|
|
1122
|
+
"sdwan:index/systemFlexiblePortSpeedProfileParcel:SystemFlexiblePortSpeedProfileParcel": "SystemFlexiblePortSpeedProfileParcel"
|
|
1402
1123
|
}
|
|
1403
1124
|
},
|
|
1404
1125
|
{
|
|
1405
1126
|
"pkg": "sdwan",
|
|
1406
|
-
"mod": "index/
|
|
1127
|
+
"mod": "index/systemGlobalProfileParcel",
|
|
1407
1128
|
"fqn": "pulumi_sdwan",
|
|
1408
1129
|
"classes": {
|
|
1409
|
-
"sdwan:index/
|
|
1130
|
+
"sdwan:index/systemGlobalProfileParcel:SystemGlobalProfileParcel": "SystemGlobalProfileParcel"
|
|
1410
1131
|
}
|
|
1411
1132
|
},
|
|
1412
1133
|
{
|
|
1413
1134
|
"pkg": "sdwan",
|
|
1414
|
-
"mod": "index/
|
|
1135
|
+
"mod": "index/systemLoggingProfileParcel",
|
|
1415
1136
|
"fqn": "pulumi_sdwan",
|
|
1416
1137
|
"classes": {
|
|
1417
|
-
"sdwan:index/
|
|
1138
|
+
"sdwan:index/systemLoggingProfileParcel:SystemLoggingProfileParcel": "SystemLoggingProfileParcel"
|
|
1418
1139
|
}
|
|
1419
1140
|
},
|
|
1420
1141
|
{
|
|
1421
1142
|
"pkg": "sdwan",
|
|
1422
|
-
"mod": "index/
|
|
1143
|
+
"mod": "index/systemMrfProfileParcel",
|
|
1423
1144
|
"fqn": "pulumi_sdwan",
|
|
1424
1145
|
"classes": {
|
|
1425
|
-
"sdwan:index/
|
|
1146
|
+
"sdwan:index/systemMrfProfileParcel:SystemMrfProfileParcel": "SystemMrfProfileParcel"
|
|
1426
1147
|
}
|
|
1427
1148
|
},
|
|
1428
1149
|
{
|
|
1429
1150
|
"pkg": "sdwan",
|
|
1430
|
-
"mod": "index/
|
|
1151
|
+
"mod": "index/systemNtpProfileParcel",
|
|
1431
1152
|
"fqn": "pulumi_sdwan",
|
|
1432
1153
|
"classes": {
|
|
1433
|
-
"sdwan:index/
|
|
1154
|
+
"sdwan:index/systemNtpProfileParcel:SystemNtpProfileParcel": "SystemNtpProfileParcel"
|
|
1434
1155
|
}
|
|
1435
1156
|
},
|
|
1436
1157
|
{
|
|
1437
1158
|
"pkg": "sdwan",
|
|
1438
|
-
"mod": "index/
|
|
1159
|
+
"mod": "index/systemOmpProfileParcel",
|
|
1439
1160
|
"fqn": "pulumi_sdwan",
|
|
1440
1161
|
"classes": {
|
|
1441
|
-
"sdwan:index/
|
|
1162
|
+
"sdwan:index/systemOmpProfileParcel:SystemOmpProfileParcel": "SystemOmpProfileParcel"
|
|
1442
1163
|
}
|
|
1443
1164
|
},
|
|
1444
1165
|
{
|
|
1445
1166
|
"pkg": "sdwan",
|
|
1446
|
-
"mod": "index/
|
|
1167
|
+
"mod": "index/systemPerformanceMonitoringProfileParcel",
|
|
1447
1168
|
"fqn": "pulumi_sdwan",
|
|
1448
1169
|
"classes": {
|
|
1449
|
-
"sdwan:index/
|
|
1170
|
+
"sdwan:index/systemPerformanceMonitoringProfileParcel:SystemPerformanceMonitoringProfileParcel": "SystemPerformanceMonitoringProfileParcel"
|
|
1450
1171
|
}
|
|
1451
1172
|
},
|
|
1452
1173
|
{
|
|
1453
1174
|
"pkg": "sdwan",
|
|
1454
|
-
"mod": "index/
|
|
1175
|
+
"mod": "index/systemRemoteAccessProfileParcel",
|
|
1455
1176
|
"fqn": "pulumi_sdwan",
|
|
1456
1177
|
"classes": {
|
|
1457
|
-
"sdwan:index/
|
|
1178
|
+
"sdwan:index/systemRemoteAccessProfileParcel:SystemRemoteAccessProfileParcel": "SystemRemoteAccessProfileParcel"
|
|
1458
1179
|
}
|
|
1459
1180
|
},
|
|
1460
1181
|
{
|
|
1461
1182
|
"pkg": "sdwan",
|
|
1462
|
-
"mod": "index/
|
|
1183
|
+
"mod": "index/systemSecurityProfileParcel",
|
|
1463
1184
|
"fqn": "pulumi_sdwan",
|
|
1464
1185
|
"classes": {
|
|
1465
|
-
"sdwan:index/
|
|
1186
|
+
"sdwan:index/systemSecurityProfileParcel:SystemSecurityProfileParcel": "SystemSecurityProfileParcel"
|
|
1466
1187
|
}
|
|
1467
1188
|
},
|
|
1468
1189
|
{
|
|
1469
1190
|
"pkg": "sdwan",
|
|
1470
|
-
"mod": "index/
|
|
1191
|
+
"mod": "index/systemSnmpProfileParcel",
|
|
1471
1192
|
"fqn": "pulumi_sdwan",
|
|
1472
1193
|
"classes": {
|
|
1473
|
-
"sdwan:index/
|
|
1474
|
-
}
|
|
1475
|
-
},
|
|
1476
|
-
{
|
|
1477
|
-
"pkg": "sdwan",
|
|
1478
|
-
"mod": "index/systemSnmpFeature",
|
|
1479
|
-
"fqn": "pulumi_sdwan",
|
|
1480
|
-
"classes": {
|
|
1481
|
-
"sdwan:index/systemSnmpFeature:SystemSnmpFeature": "SystemSnmpFeature"
|
|
1194
|
+
"sdwan:index/systemSnmpProfileParcel:SystemSnmpProfileParcel": "SystemSnmpProfileParcel"
|
|
1482
1195
|
}
|
|
1483
1196
|
},
|
|
1484
1197
|
{
|
|
@@ -1523,146 +1236,50 @@ _utilities.register(
|
|
|
1523
1236
|
},
|
|
1524
1237
|
{
|
|
1525
1238
|
"pkg": "sdwan",
|
|
1526
|
-
"mod": "index/
|
|
1239
|
+
"mod": "index/transportIpv6TrackerProfileParcel",
|
|
1527
1240
|
"fqn": "pulumi_sdwan",
|
|
1528
1241
|
"classes": {
|
|
1529
|
-
"sdwan:index/
|
|
1242
|
+
"sdwan:index/transportIpv6TrackerProfileParcel:TransportIpv6TrackerProfileParcel": "TransportIpv6TrackerProfileParcel"
|
|
1530
1243
|
}
|
|
1531
1244
|
},
|
|
1532
1245
|
{
|
|
1533
1246
|
"pkg": "sdwan",
|
|
1534
|
-
"mod": "index/
|
|
1247
|
+
"mod": "index/transportManagementVpnInterfaceEthernetProfileParcel",
|
|
1535
1248
|
"fqn": "pulumi_sdwan",
|
|
1536
1249
|
"classes": {
|
|
1537
|
-
"sdwan:index/
|
|
1250
|
+
"sdwan:index/transportManagementVpnInterfaceEthernetProfileParcel:TransportManagementVpnInterfaceEthernetProfileParcel": "TransportManagementVpnInterfaceEthernetProfileParcel"
|
|
1538
1251
|
}
|
|
1539
1252
|
},
|
|
1540
1253
|
{
|
|
1541
1254
|
"pkg": "sdwan",
|
|
1542
|
-
"mod": "index/
|
|
1255
|
+
"mod": "index/transportManagementVpnProfileParcel",
|
|
1543
1256
|
"fqn": "pulumi_sdwan",
|
|
1544
1257
|
"classes": {
|
|
1545
|
-
"sdwan:index/
|
|
1258
|
+
"sdwan:index/transportManagementVpnProfileParcel:TransportManagementVpnProfileParcel": "TransportManagementVpnProfileParcel"
|
|
1546
1259
|
}
|
|
1547
1260
|
},
|
|
1548
1261
|
{
|
|
1549
1262
|
"pkg": "sdwan",
|
|
1550
|
-
"mod": "index/
|
|
1263
|
+
"mod": "index/transportRoutingBgpProfileParcel",
|
|
1551
1264
|
"fqn": "pulumi_sdwan",
|
|
1552
1265
|
"classes": {
|
|
1553
|
-
"sdwan:index/
|
|
1266
|
+
"sdwan:index/transportRoutingBgpProfileParcel:TransportRoutingBgpProfileParcel": "TransportRoutingBgpProfileParcel"
|
|
1554
1267
|
}
|
|
1555
1268
|
},
|
|
1556
1269
|
{
|
|
1557
1270
|
"pkg": "sdwan",
|
|
1558
|
-
"mod": "index/
|
|
1271
|
+
"mod": "index/transportWanVpnInterfaceEthernetProfileParcel",
|
|
1559
1272
|
"fqn": "pulumi_sdwan",
|
|
1560
1273
|
"classes": {
|
|
1561
|
-
"sdwan:index/
|
|
1274
|
+
"sdwan:index/transportWanVpnInterfaceEthernetProfileParcel:TransportWanVpnInterfaceEthernetProfileParcel": "TransportWanVpnInterfaceEthernetProfileParcel"
|
|
1562
1275
|
}
|
|
1563
1276
|
},
|
|
1564
1277
|
{
|
|
1565
1278
|
"pkg": "sdwan",
|
|
1566
|
-
"mod": "index/
|
|
1279
|
+
"mod": "index/transportWanVpnProfileParcel",
|
|
1567
1280
|
"fqn": "pulumi_sdwan",
|
|
1568
1281
|
"classes": {
|
|
1569
|
-
"sdwan:index/
|
|
1570
|
-
}
|
|
1571
|
-
},
|
|
1572
|
-
{
|
|
1573
|
-
"pkg": "sdwan",
|
|
1574
|
-
"mod": "index/transportRoutingBgpFeature",
|
|
1575
|
-
"fqn": "pulumi_sdwan",
|
|
1576
|
-
"classes": {
|
|
1577
|
-
"sdwan:index/transportRoutingBgpFeature:TransportRoutingBgpFeature": "TransportRoutingBgpFeature"
|
|
1578
|
-
}
|
|
1579
|
-
},
|
|
1580
|
-
{
|
|
1581
|
-
"pkg": "sdwan",
|
|
1582
|
-
"mod": "index/transportRoutingOspfFeature",
|
|
1583
|
-
"fqn": "pulumi_sdwan",
|
|
1584
|
-
"classes": {
|
|
1585
|
-
"sdwan:index/transportRoutingOspfFeature:TransportRoutingOspfFeature": "TransportRoutingOspfFeature"
|
|
1586
|
-
}
|
|
1587
|
-
},
|
|
1588
|
-
{
|
|
1589
|
-
"pkg": "sdwan",
|
|
1590
|
-
"mod": "index/transportRoutingOspfv3Ipv4Feature",
|
|
1591
|
-
"fqn": "pulumi_sdwan",
|
|
1592
|
-
"classes": {
|
|
1593
|
-
"sdwan:index/transportRoutingOspfv3Ipv4Feature:TransportRoutingOspfv3Ipv4Feature": "TransportRoutingOspfv3Ipv4Feature"
|
|
1594
|
-
}
|
|
1595
|
-
},
|
|
1596
|
-
{
|
|
1597
|
-
"pkg": "sdwan",
|
|
1598
|
-
"mod": "index/transportRoutingOspfv3Ipv6Feature",
|
|
1599
|
-
"fqn": "pulumi_sdwan",
|
|
1600
|
-
"classes": {
|
|
1601
|
-
"sdwan:index/transportRoutingOspfv3Ipv6Feature:TransportRoutingOspfv3Ipv6Feature": "TransportRoutingOspfv3Ipv6Feature"
|
|
1602
|
-
}
|
|
1603
|
-
},
|
|
1604
|
-
{
|
|
1605
|
-
"pkg": "sdwan",
|
|
1606
|
-
"mod": "index/transportTrackerFeature",
|
|
1607
|
-
"fqn": "pulumi_sdwan",
|
|
1608
|
-
"classes": {
|
|
1609
|
-
"sdwan:index/transportTrackerFeature:TransportTrackerFeature": "TransportTrackerFeature"
|
|
1610
|
-
}
|
|
1611
|
-
},
|
|
1612
|
-
{
|
|
1613
|
-
"pkg": "sdwan",
|
|
1614
|
-
"mod": "index/transportTrackerGroupFeature",
|
|
1615
|
-
"fqn": "pulumi_sdwan",
|
|
1616
|
-
"classes": {
|
|
1617
|
-
"sdwan:index/transportTrackerGroupFeature:TransportTrackerGroupFeature": "TransportTrackerGroupFeature"
|
|
1618
|
-
}
|
|
1619
|
-
},
|
|
1620
|
-
{
|
|
1621
|
-
"pkg": "sdwan",
|
|
1622
|
-
"mod": "index/transportWanVpnFeature",
|
|
1623
|
-
"fqn": "pulumi_sdwan",
|
|
1624
|
-
"classes": {
|
|
1625
|
-
"sdwan:index/transportWanVpnFeature:TransportWanVpnFeature": "TransportWanVpnFeature"
|
|
1626
|
-
}
|
|
1627
|
-
},
|
|
1628
|
-
{
|
|
1629
|
-
"pkg": "sdwan",
|
|
1630
|
-
"mod": "index/transportWanVpnInterfaceCellularFeature",
|
|
1631
|
-
"fqn": "pulumi_sdwan",
|
|
1632
|
-
"classes": {
|
|
1633
|
-
"sdwan:index/transportWanVpnInterfaceCellularFeature:TransportWanVpnInterfaceCellularFeature": "TransportWanVpnInterfaceCellularFeature"
|
|
1634
|
-
}
|
|
1635
|
-
},
|
|
1636
|
-
{
|
|
1637
|
-
"pkg": "sdwan",
|
|
1638
|
-
"mod": "index/transportWanVpnInterfaceEthernetFeature",
|
|
1639
|
-
"fqn": "pulumi_sdwan",
|
|
1640
|
-
"classes": {
|
|
1641
|
-
"sdwan:index/transportWanVpnInterfaceEthernetFeature:TransportWanVpnInterfaceEthernetFeature": "TransportWanVpnInterfaceEthernetFeature"
|
|
1642
|
-
}
|
|
1643
|
-
},
|
|
1644
|
-
{
|
|
1645
|
-
"pkg": "sdwan",
|
|
1646
|
-
"mod": "index/transportWanVpnInterfaceGreFeature",
|
|
1647
|
-
"fqn": "pulumi_sdwan",
|
|
1648
|
-
"classes": {
|
|
1649
|
-
"sdwan:index/transportWanVpnInterfaceGreFeature:TransportWanVpnInterfaceGreFeature": "TransportWanVpnInterfaceGreFeature"
|
|
1650
|
-
}
|
|
1651
|
-
},
|
|
1652
|
-
{
|
|
1653
|
-
"pkg": "sdwan",
|
|
1654
|
-
"mod": "index/transportWanVpnInterfaceIpsecFeature",
|
|
1655
|
-
"fqn": "pulumi_sdwan",
|
|
1656
|
-
"classes": {
|
|
1657
|
-
"sdwan:index/transportWanVpnInterfaceIpsecFeature:TransportWanVpnInterfaceIpsecFeature": "TransportWanVpnInterfaceIpsecFeature"
|
|
1658
|
-
}
|
|
1659
|
-
},
|
|
1660
|
-
{
|
|
1661
|
-
"pkg": "sdwan",
|
|
1662
|
-
"mod": "index/transportWanVpnInterfaceT1E1SerialFeature",
|
|
1663
|
-
"fqn": "pulumi_sdwan",
|
|
1664
|
-
"classes": {
|
|
1665
|
-
"sdwan:index/transportWanVpnInterfaceT1E1SerialFeature:TransportWanVpnInterfaceT1E1SerialFeature": "TransportWanVpnInterfaceT1E1SerialFeature"
|
|
1282
|
+
"sdwan:index/transportWanVpnProfileParcel:TransportWanVpnProfileParcel": "TransportWanVpnProfileParcel"
|
|
1666
1283
|
}
|
|
1667
1284
|
},
|
|
1668
1285
|
{
|
|
@@ -1753,14 +1370,6 @@ _utilities.register(
|
|
|
1753
1370
|
"sdwan:index/vpnMembershipPolicyDefinition:VpnMembershipPolicyDefinition": "VpnMembershipPolicyDefinition"
|
|
1754
1371
|
}
|
|
1755
1372
|
},
|
|
1756
|
-
{
|
|
1757
|
-
"pkg": "sdwan",
|
|
1758
|
-
"mod": "index/zoneBasedFirewallPolicyDefinition",
|
|
1759
|
-
"fqn": "pulumi_sdwan",
|
|
1760
|
-
"classes": {
|
|
1761
|
-
"sdwan:index/zoneBasedFirewallPolicyDefinition:ZoneBasedFirewallPolicyDefinition": "ZoneBasedFirewallPolicyDefinition"
|
|
1762
|
-
}
|
|
1763
|
-
},
|
|
1764
1373
|
{
|
|
1765
1374
|
"pkg": "sdwan",
|
|
1766
1375
|
"mod": "index/zoneListPolicyObject",
|