pulumi-sdwan 0.1.2a1723454462__py3-none-any.whl → 0.1.4__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 +520 -129
- pulumi_sdwan/_inputs.py +38436 -11053
- pulumi_sdwan/_utilities.py +1 -1
- pulumi_sdwan/activate_centralized_policy.py +5 -0
- pulumi_sdwan/advanced_inspection_profile_policy_definition.py +5 -0
- pulumi_sdwan/advanced_malware_protection_policy_definition.py +5 -0
- pulumi_sdwan/allow_url_list_policy_object.py +5 -0
- pulumi_sdwan/app_probe_class_policy_object.py +5 -0
- pulumi_sdwan/application_aware_routing_policy_definition.py +5 -0
- pulumi_sdwan/application_list_policy_object.py +5 -0
- pulumi_sdwan/application_priority_feature_profile.py +5 -0
- pulumi_sdwan/{application_priority_qos_policy_profile_parcel.py → application_priority_qos_policy.py} +57 -52
- pulumi_sdwan/as_path_list_policy_object.py +5 -0
- pulumi_sdwan/attach_feature_device_template.py +5 -0
- pulumi_sdwan/block_url_list_policy_object.py +5 -0
- pulumi_sdwan/cedge_aaa_feature_template.py +5 -0
- pulumi_sdwan/cedge_global_feature_template.py +5 -0
- pulumi_sdwan/cedge_igmp_feature_template.py +5 -0
- pulumi_sdwan/cedge_multicast_feature_template.py +5 -0
- pulumi_sdwan/cedge_pim_feature_template.py +5 -0
- pulumi_sdwan/cellular_cedge_profile_feature_template.py +5 -0
- pulumi_sdwan/cellular_controller_feature_template.py +5 -0
- pulumi_sdwan/cellular_profile_feature_template.py +5 -0
- pulumi_sdwan/centralized_policy.py +5 -0
- pulumi_sdwan/cflowd_policy_definition.py +5 -0
- pulumi_sdwan/cisco_banner_feature_template.py +5 -0
- pulumi_sdwan/cisco_bfd_feature_template.py +5 -0
- pulumi_sdwan/cisco_bgp_feature_template.py +5 -0
- pulumi_sdwan/cisco_dhcp_server_feature_template.py +5 -0
- pulumi_sdwan/cisco_logging_feature_template.py +5 -0
- pulumi_sdwan/cisco_ntp_feature_template.py +5 -0
- pulumi_sdwan/cisco_omp_feature_template.py +5 -0
- pulumi_sdwan/cisco_ospf_feature_template.py +5 -0
- pulumi_sdwan/cisco_ospfv3_feature_template.py +5 -0
- pulumi_sdwan/cisco_secure_internet_gateway_feature_template.py +5 -0
- pulumi_sdwan/cisco_security_feature_template.py +5 -0
- pulumi_sdwan/cisco_sig_credentials_feature_template.py +5 -0
- pulumi_sdwan/cisco_snmp_feature_template.py +5 -0
- pulumi_sdwan/cisco_system_feature_template.py +5 -0
- pulumi_sdwan/cisco_thousandeyes_feature_template.py +5 -0
- pulumi_sdwan/cisco_trustsec_feature_template.py +5 -0
- pulumi_sdwan/cisco_vpn_feature_template.py +5 -0
- pulumi_sdwan/cisco_vpn_interface_feature_template.py +5 -0
- pulumi_sdwan/cisco_vpn_interface_gre_feature_template.py +5 -0
- pulumi_sdwan/cisco_vpn_interface_ipsec_feature_template.py +5 -0
- pulumi_sdwan/cisco_wireless_lan_feature_template.py +5 -0
- pulumi_sdwan/class_map_policy_object.py +5 -0
- pulumi_sdwan/{cli_config_profile_parcel.py → cli_config_feature.py} +41 -36
- pulumi_sdwan/cli_device_template.py +5 -0
- pulumi_sdwan/cli_feature_profile.py +5 -0
- pulumi_sdwan/cli_template_feature_template.py +5 -0
- pulumi_sdwan/color_list_policy_object.py +5 -0
- pulumi_sdwan/config/__init__.pyi +5 -0
- pulumi_sdwan/config/vars.py +5 -0
- pulumi_sdwan/configuration_group.py +5 -0
- pulumi_sdwan/custom_control_topology_policy_definition.py +23 -19
- pulumi_sdwan/data_fqdn_prefix_list_policy_object.py +5 -0
- pulumi_sdwan/data_ipv4_prefix_list_policy_object.py +5 -0
- pulumi_sdwan/data_ipv6_prefix_list_policy_object.py +5 -0
- pulumi_sdwan/dns_security_policy_definition.py +7 -2
- pulumi_sdwan/domain_list_policy_object.py +5 -0
- pulumi_sdwan/eigrp_feature_template.py +5 -0
- pulumi_sdwan/expanded_community_list_policy_object.py +5 -0
- pulumi_sdwan/extended_community_list_policy_object.py +5 -0
- pulumi_sdwan/feature_device_template.py +5 -0
- pulumi_sdwan/geo_location_list_policy_object.py +5 -0
- pulumi_sdwan/get_advanced_inspection_profile_policy_definition.py +23 -4
- pulumi_sdwan/get_advanced_malware_protection_policy_definition.py +24 -4
- pulumi_sdwan/get_allow_url_list_policy_object.py +14 -4
- pulumi_sdwan/get_app_probe_class_policy_object.py +15 -4
- pulumi_sdwan/get_application_aware_routing_policy_definition.py +16 -4
- pulumi_sdwan/get_application_list_policy_object.py +14 -4
- pulumi_sdwan/get_application_priority_feature_profile.py +13 -4
- pulumi_sdwan/{get_application_priority_qos_policy_profile_parcel.py → get_application_priority_qos_policy.py} +46 -31
- pulumi_sdwan/get_as_path_list_policy_object.py +14 -4
- pulumi_sdwan/get_block_url_list_policy_object.py +14 -4
- pulumi_sdwan/get_cedge_aaa_feature_template.py +43 -4
- pulumi_sdwan/get_cedge_global_feature_template.py +63 -4
- pulumi_sdwan/get_cedge_igmp_feature_template.py +18 -4
- pulumi_sdwan/get_cedge_multicast_feature_template.py +23 -4
- pulumi_sdwan/get_cedge_pim_feature_template.py +41 -4
- pulumi_sdwan/get_cellular_cedge_profile_feature_template.py +31 -4
- pulumi_sdwan/get_cellular_controller_feature_template.py +28 -4
- pulumi_sdwan/get_cellular_profile_feature_template.py +39 -4
- pulumi_sdwan/get_centralized_policy.py +15 -4
- pulumi_sdwan/get_cflowd_policy_definition.py +23 -4
- pulumi_sdwan/get_cisco_banner_feature_template.py +21 -4
- pulumi_sdwan/get_cisco_bfd_feature_template.py +24 -4
- pulumi_sdwan/get_cisco_bgp_feature_template.py +53 -4
- pulumi_sdwan/get_cisco_dhcp_server_feature_template.py +35 -4
- pulumi_sdwan/get_cisco_logging_feature_template.py +26 -4
- pulumi_sdwan/get_cisco_ntp_feature_template.py +27 -4
- pulumi_sdwan/get_cisco_omp_feature_template.py +45 -4
- pulumi_sdwan/get_cisco_ospf_feature_template.py +46 -4
- pulumi_sdwan/get_cisco_ospfv3_feature_template.py +85 -4
- pulumi_sdwan/get_cisco_secure_internet_gateway_feature_template.py +23 -4
- pulumi_sdwan/get_cisco_security_feature_template.py +31 -4
- pulumi_sdwan/get_cisco_sig_credentials_feature_template.py +39 -4
- pulumi_sdwan/get_cisco_snmp_feature_template.py +28 -4
- pulumi_sdwan/get_cisco_system_feature_template.py +86 -4
- pulumi_sdwan/get_cisco_thousandeyes_feature_template.py +18 -4
- pulumi_sdwan/get_cisco_trustsec_feature_template.py +48 -4
- pulumi_sdwan/get_cisco_vpn_feature_template.py +47 -4
- pulumi_sdwan/get_cisco_vpn_interface_feature_template.py +219 -4
- pulumi_sdwan/get_cisco_vpn_interface_gre_feature_template.py +46 -4
- pulumi_sdwan/get_cisco_vpn_interface_ipsec_feature_template.py +70 -4
- pulumi_sdwan/get_cisco_wireless_lan_feature_template.py +34 -4
- pulumi_sdwan/get_class_map_policy_object.py +14 -4
- pulumi_sdwan/{get_cli_config_profile_parcel.py → get_cli_config_feature.py} +39 -26
- pulumi_sdwan/get_cli_device_template.py +17 -4
- pulumi_sdwan/get_cli_feature_profile.py +13 -4
- pulumi_sdwan/get_cli_template_feature_template.py +18 -4
- pulumi_sdwan/get_color_list_policy_object.py +14 -4
- pulumi_sdwan/get_configuration_group.py +17 -4
- pulumi_sdwan/get_custom_control_topology_policy_definition.py +17 -4
- pulumi_sdwan/get_data_fqdn_prefix_list_policy_object.py +14 -4
- pulumi_sdwan/get_data_ipv4_prefix_list_policy_object.py +14 -4
- pulumi_sdwan/get_data_ipv6_prefix_list_policy_object.py +14 -4
- pulumi_sdwan/get_device.py +17 -6
- pulumi_sdwan/get_dns_security_policy_definition.py +24 -4
- pulumi_sdwan/get_domain_list_policy_object.py +14 -4
- pulumi_sdwan/get_eigrp_feature_template.py +34 -4
- pulumi_sdwan/get_expanded_community_list_policy_object.py +14 -4
- pulumi_sdwan/get_extended_community_list_policy_object.py +14 -4
- pulumi_sdwan/get_feature_device_template.py +21 -4
- pulumi_sdwan/get_geo_location_list_policy_object.py +14 -4
- pulumi_sdwan/get_gps_feature_template.py +29 -4
- pulumi_sdwan/get_hub_and_spoke_topology_policy_definition.py +18 -4
- pulumi_sdwan/get_intrusion_prevention_policy_definition.py +21 -4
- pulumi_sdwan/get_ips_signature_list_policy_object.py +14 -4
- pulumi_sdwan/get_ipv4_acl_policy_definition.py +17 -4
- pulumi_sdwan/get_ipv4_device_acl_policy_definition.py +17 -4
- pulumi_sdwan/get_ipv4_prefix_list_policy_object.py +14 -4
- pulumi_sdwan/get_ipv6_acl_policy_definition.py +17 -4
- pulumi_sdwan/get_ipv6_device_acl_policy_definition.py +17 -4
- pulumi_sdwan/get_ipv6_prefix_list_policy_object.py +14 -4
- pulumi_sdwan/get_local_application_list_policy_object.py +14 -4
- pulumi_sdwan/get_localized_policy.py +25 -4
- pulumi_sdwan/get_mesh_topology_policy_definition.py +18 -4
- pulumi_sdwan/get_mirror_policy_object.py +15 -4
- pulumi_sdwan/get_object_group_policy_definition.py +27 -4
- pulumi_sdwan/get_other_feature_profile.py +126 -0
- pulumi_sdwan/get_other_thousandeyes_feature.py +177 -0
- pulumi_sdwan/get_other_ucse_feature.py +353 -0
- pulumi_sdwan/get_policer_policy_object.py +16 -4
- pulumi_sdwan/get_policy_object_class_map.py +177 -0
- pulumi_sdwan/get_policy_object_color_list.py +177 -0
- pulumi_sdwan/get_policy_object_data_ipv4_prefix_list.py +177 -0
- pulumi_sdwan/get_policy_object_data_ipv6_prefix_list.py +177 -0
- pulumi_sdwan/get_policy_object_expanded_community_list.py +190 -0
- pulumi_sdwan/get_policy_object_extended_community_list.py +177 -0
- pulumi_sdwan/get_policy_object_feature_profile.py +98 -0
- pulumi_sdwan/get_policy_object_ipv4_prefix_list.py +177 -0
- pulumi_sdwan/get_policy_object_ipv6_prefix_list.py +177 -0
- pulumi_sdwan/get_policy_object_mirror.py +177 -0
- pulumi_sdwan/get_policy_object_policer.py +177 -0
- pulumi_sdwan/get_policy_object_tloc_list.py +177 -0
- pulumi_sdwan/get_port_list_policy_object.py +14 -4
- pulumi_sdwan/get_preferred_color_group_policy_object.py +19 -4
- pulumi_sdwan/get_protocol_list_policy_object.py +14 -4
- pulumi_sdwan/get_qos_map_policy_definition.py +16 -4
- pulumi_sdwan/get_region_list_policy_object.py +14 -4
- pulumi_sdwan/get_rewrite_rule_policy_definition.py +16 -4
- pulumi_sdwan/get_route_policy_definition.py +17 -4
- pulumi_sdwan/get_rule_set_policy_definition.py +15 -4
- pulumi_sdwan/get_security_app_hosting_feature_template.py +18 -4
- pulumi_sdwan/get_security_policy.py +26 -4
- pulumi_sdwan/get_service_feature_profile.py +13 -4
- pulumi_sdwan/{get_service_lan_vpn_profile_parcel.py → get_service_lan_vpn_feature.py} +99 -50
- pulumi_sdwan/{get_service_lan_vpn_interface_ethernet_profile_parcel.py → get_service_lan_vpn_interface_ethernet_feature.py} +177 -78
- pulumi_sdwan/get_service_lan_vpn_interface_gre_feature.py +570 -0
- pulumi_sdwan/get_service_lan_vpn_interface_ipsec_feature.py +992 -0
- pulumi_sdwan/get_service_lan_vpn_interface_svi_feature.py +661 -0
- pulumi_sdwan/get_service_object_tracker_feature.py +316 -0
- pulumi_sdwan/get_service_object_tracker_group_feature.py +233 -0
- pulumi_sdwan/get_service_route_policy_feature.py +191 -0
- pulumi_sdwan/get_service_routing_bgp_feature.py +857 -0
- pulumi_sdwan/get_service_routing_ospf_feature.py +566 -0
- pulumi_sdwan/get_service_routing_ospfv3_ipv4_feature.py +650 -0
- pulumi_sdwan/get_service_routing_ospfv3_ipv6_feature.py +650 -0
- pulumi_sdwan/get_service_switchport_feature.py +219 -0
- pulumi_sdwan/{get_service_tracker_profile_parcel.py → get_service_tracker_feature.py} +64 -30
- pulumi_sdwan/get_service_tracker_group_feature.py +205 -0
- pulumi_sdwan/get_site_list_policy_object.py +14 -4
- pulumi_sdwan/get_sla_class_policy_object.py +22 -4
- pulumi_sdwan/get_standard_community_list_policy_object.py +14 -4
- pulumi_sdwan/get_switchport_feature_template.py +24 -4
- pulumi_sdwan/{get_system_aaa_profile_parcel.py → get_system_aaa_feature.py} +61 -35
- pulumi_sdwan/{get_system_banner_profile_parcel.py → get_system_banner_feature.py} +46 -30
- pulumi_sdwan/{get_system_basic_profile_parcel.py → get_system_basic_feature.py} +110 -38
- pulumi_sdwan/{get_system_bfd_profile_parcel.py → get_system_bfd_feature.py} +50 -31
- pulumi_sdwan/get_system_feature_profile.py +13 -4
- pulumi_sdwan/{get_system_flexible_port_speed_profile_parcel.py → get_system_flexible_port_speed_feature.py} +44 -30
- pulumi_sdwan/{get_system_global_profile_parcel.py → get_system_global_feature.py} +88 -30
- pulumi_sdwan/get_system_ipv4_device_access_feature.py +191 -0
- pulumi_sdwan/get_system_ipv6_device_access_feature.py +191 -0
- pulumi_sdwan/{get_system_logging_profile_parcel.py → get_system_logging_feature.py} +54 -33
- pulumi_sdwan/{get_system_mrf_profile_parcel.py → get_system_mrf_feature.py} +49 -30
- pulumi_sdwan/{get_system_ntp_profile_parcel.py → get_system_ntp_feature.py} +54 -32
- pulumi_sdwan/{get_system_omp_profile_parcel.py → get_system_omp_feature.py} +100 -30
- pulumi_sdwan/{get_system_performance_monitoring_profile_parcel.py → get_system_performance_monitoring_feature.py} +48 -30
- pulumi_sdwan/{get_system_remote_access_profile_parcel.py → get_system_remote_access_feature.py} +131 -125
- pulumi_sdwan/{get_system_security_profile_parcel.py → get_system_security_feature.py} +56 -32
- pulumi_sdwan/{get_system_snmp_profile_parcel.py → get_system_snmp_feature.py} +58 -35
- pulumi_sdwan/get_tloc_list_policy_object.py +14 -4
- pulumi_sdwan/get_tls_ssl_decryption_policy_definition.py +31 -4
- pulumi_sdwan/get_tls_ssl_profile_policy_definition.py +25 -4
- pulumi_sdwan/get_traffic_data_policy_definition.py +17 -4
- pulumi_sdwan/get_transport_feature_profile.py +13 -4
- pulumi_sdwan/get_transport_gps_feature.py +330 -0
- pulumi_sdwan/{get_transport_ipv6_tracker_profile_parcel.py → get_transport_ipv6_tracker_feature.py} +60 -30
- pulumi_sdwan/get_transport_ipv6_tracker_group_feature.py +233 -0
- pulumi_sdwan/{get_transport_management_vpn_profile_parcel.py → get_transport_management_vpn_feature.py} +87 -62
- pulumi_sdwan/{get_transport_management_vpn_interface_ethernet_profile_parcel.py → get_transport_management_vpn_interface_ethernet_feature.py} +133 -72
- pulumi_sdwan/get_transport_route_policy_feature.py +191 -0
- pulumi_sdwan/{get_transport_routing_bgp_profile_parcel.py → get_transport_routing_bgp_feature.py} +102 -39
- pulumi_sdwan/get_transport_routing_ospf_feature.py +566 -0
- pulumi_sdwan/get_transport_routing_ospfv3_ipv4_feature.py +650 -0
- pulumi_sdwan/get_transport_routing_ospfv3_ipv6_feature.py +650 -0
- pulumi_sdwan/get_transport_tracker_feature.py +414 -0
- pulumi_sdwan/get_transport_tracker_group_feature.py +205 -0
- pulumi_sdwan/{get_transport_wan_vpn_profile_parcel.py → get_transport_wan_vpn_feature.py} +63 -35
- pulumi_sdwan/get_transport_wan_vpn_interface_cellular_feature.py +1912 -0
- pulumi_sdwan/{get_transport_wan_vpn_interface_ethernet_profile_parcel.py → get_transport_wan_vpn_interface_ethernet_feature.py} +334 -136
- pulumi_sdwan/get_transport_wan_vpn_interface_gre_feature.py +570 -0
- pulumi_sdwan/get_transport_wan_vpn_interface_ipsec_feature.py +992 -0
- pulumi_sdwan/get_transport_wan_vpn_interface_t1_e1_serial_feature.py +1579 -0
- pulumi_sdwan/get_url_filtering_policy_definition.py +26 -4
- pulumi_sdwan/get_vedge_inventory.py +11 -4
- pulumi_sdwan/get_vpn_interface_cellular_feature_template.py +162 -4
- pulumi_sdwan/get_vpn_interface_dsl_ipoe_feature_template.py +175 -4
- pulumi_sdwan/get_vpn_interface_dsl_pppoa_feature_template.py +164 -4
- pulumi_sdwan/get_vpn_interface_dsl_pppoe_feature_template.py +172 -4
- pulumi_sdwan/get_vpn_interface_ethernet_pppoe_feature_template.py +171 -4
- pulumi_sdwan/get_vpn_interface_multilink_feature_template.py +151 -4
- pulumi_sdwan/get_vpn_interface_svi_feature_template.py +54 -4
- pulumi_sdwan/get_vpn_interface_t1_e1_serial_feature_template.py +134 -4
- pulumi_sdwan/get_vpn_list_policy_object.py +14 -4
- pulumi_sdwan/get_vpn_membership_policy_definition.py +16 -4
- pulumi_sdwan/get_zone_based_firewall_policy_definition.py +191 -0
- pulumi_sdwan/get_zone_list_policy_object.py +14 -4
- pulumi_sdwan/gps_feature_template.py +5 -0
- pulumi_sdwan/hub_and_spoke_topology_policy_definition.py +5 -0
- pulumi_sdwan/intrusion_prevention_policy_definition.py +5 -0
- pulumi_sdwan/ips_signature_list_policy_object.py +5 -0
- pulumi_sdwan/ipv4_acl_policy_definition.py +5 -0
- pulumi_sdwan/ipv4_device_acl_policy_definition.py +5 -0
- pulumi_sdwan/ipv4_prefix_list_policy_object.py +5 -0
- pulumi_sdwan/ipv6_acl_policy_definition.py +5 -0
- pulumi_sdwan/ipv6_device_acl_policy_definition.py +5 -0
- pulumi_sdwan/ipv6_prefix_list_policy_object.py +5 -0
- pulumi_sdwan/local_application_list_policy_object.py +5 -0
- pulumi_sdwan/localized_policy.py +5 -0
- pulumi_sdwan/mesh_topology_policy_definition.py +5 -0
- pulumi_sdwan/mirror_policy_object.py +5 -0
- pulumi_sdwan/object_group_policy_definition.py +5 -0
- pulumi_sdwan/other_feature_profile.py +232 -0
- pulumi_sdwan/other_thousandeyes_feature.py +336 -0
- pulumi_sdwan/other_ucse_feature.py +953 -0
- pulumi_sdwan/outputs.py +46738 -29015
- pulumi_sdwan/policer_policy_object.py +5 -0
- pulumi_sdwan/policy_object_class_map.py +367 -0
- pulumi_sdwan/policy_object_color_list.py +367 -0
- pulumi_sdwan/policy_object_data_ipv4_prefix_list.py +337 -0
- pulumi_sdwan/policy_object_data_ipv6_prefix_list.py +337 -0
- pulumi_sdwan/policy_object_expanded_community_list.py +408 -0
- pulumi_sdwan/policy_object_extended_community_list.py +337 -0
- pulumi_sdwan/policy_object_feature_profile.py +232 -0
- pulumi_sdwan/policy_object_ipv4_prefix_list.py +337 -0
- pulumi_sdwan/policy_object_ipv6_prefix_list.py +337 -0
- pulumi_sdwan/policy_object_mirror.py +337 -0
- pulumi_sdwan/policy_object_policer.py +337 -0
- pulumi_sdwan/policy_object_tloc_list.py +337 -0
- pulumi_sdwan/port_list_policy_object.py +5 -0
- pulumi_sdwan/preferred_color_group_policy_object.py +5 -0
- pulumi_sdwan/protocol_list_policy_object.py +5 -0
- pulumi_sdwan/provider.py +5 -0
- pulumi_sdwan/pulumi-plugin.json +1 -1
- pulumi_sdwan/qos_map_policy_definition.py +5 -0
- pulumi_sdwan/region_list_policy_object.py +5 -0
- pulumi_sdwan/rewrite_rule_policy_definition.py +5 -0
- pulumi_sdwan/route_policy_definition.py +5 -0
- pulumi_sdwan/rule_set_policy_definition.py +5 -0
- pulumi_sdwan/security_app_hosting_feature_template.py +5 -0
- pulumi_sdwan/security_policy.py +13 -8
- pulumi_sdwan/service_feature_profile.py +5 -0
- pulumi_sdwan/{service_lan_vpn_profile_parcel.py → service_lan_vpn_feature.py} +303 -298
- pulumi_sdwan/{service_lan_vpn_interface_ethernet_profile_parcel.py → service_lan_vpn_interface_ethernet_feature.py} +269 -264
- pulumi_sdwan/service_lan_vpn_interface_gre_feature.py +1717 -0
- pulumi_sdwan/service_lan_vpn_interface_ipsec_feature.py +3274 -0
- pulumi_sdwan/service_lan_vpn_interface_svi_feature.py +1965 -0
- pulumi_sdwan/service_object_tracker_feature.py +863 -0
- pulumi_sdwan/service_object_tracker_group_feature.py +524 -0
- pulumi_sdwan/service_route_policy_feature.py +383 -0
- pulumi_sdwan/service_routing_bgp_feature.py +2619 -0
- pulumi_sdwan/service_routing_ospf_feature.py +1639 -0
- pulumi_sdwan/service_routing_ospfv3_ipv4_feature.py +1921 -0
- pulumi_sdwan/service_routing_ospfv3_ipv6_feature.py +1921 -0
- pulumi_sdwan/service_switchport_feature.py +477 -0
- pulumi_sdwan/{service_tracker_profile_parcel.py → service_tracker_feature.py} +62 -58
- pulumi_sdwan/service_tracker_group_feature.py +430 -0
- pulumi_sdwan/site_list_policy_object.py +5 -0
- pulumi_sdwan/sla_class_policy_object.py +5 -0
- pulumi_sdwan/standard_community_list_policy_object.py +5 -0
- pulumi_sdwan/switchport_feature_template.py +5 -0
- pulumi_sdwan/{system_aaa_profile_parcel.py → system_aaa_feature.py} +113 -108
- pulumi_sdwan/{system_banner_profile_parcel.py → system_banner_feature.py} +45 -40
- pulumi_sdwan/{system_basic_profile_parcel.py → system_basic_feature.py} +99 -94
- pulumi_sdwan/{system_bfd_profile_parcel.py → system_bfd_feature.py} +57 -52
- pulumi_sdwan/system_feature_profile.py +5 -0
- pulumi_sdwan/{system_flexible_port_speed_profile_parcel.py → system_flexible_port_speed_feature.py} +45 -40
- pulumi_sdwan/{system_global_profile_parcel.py → system_global_feature.py} +45 -40
- pulumi_sdwan/system_ipv4_device_access_feature.py +383 -0
- pulumi_sdwan/system_ipv6_device_access_feature.py +383 -0
- pulumi_sdwan/{system_logging_profile_parcel.py → system_logging_feature.py} +85 -80
- pulumi_sdwan/{system_mrf_profile_parcel.py → system_mrf_feature.py} +45 -40
- pulumi_sdwan/{system_ntp_profile_parcel.py → system_ntp_feature.py} +71 -66
- pulumi_sdwan/{system_omp_profile_parcel.py → system_omp_feature.py} +45 -40
- pulumi_sdwan/{system_performance_monitoring_profile_parcel.py → system_performance_monitoring_feature.py} +45 -40
- pulumi_sdwan/{system_remote_access_profile_parcel.py → system_remote_access_feature.py} +373 -470
- pulumi_sdwan/{system_security_profile_parcel.py → system_security_feature.py} +71 -66
- pulumi_sdwan/{system_snmp_profile_parcel.py → system_snmp_feature.py} +112 -107
- pulumi_sdwan/tloc_list_policy_object.py +5 -0
- pulumi_sdwan/tls_ssl_decryption_policy_definition.py +5 -0
- pulumi_sdwan/tls_ssl_profile_policy_definition.py +5 -0
- pulumi_sdwan/traffic_data_policy_definition.py +5 -0
- pulumi_sdwan/transport_feature_profile.py +5 -0
- pulumi_sdwan/transport_gps_feature.py +887 -0
- pulumi_sdwan/{transport_ipv6_tracker_profile_parcel.py → transport_ipv6_tracker_feature.py} +62 -58
- pulumi_sdwan/transport_ipv6_tracker_group_feature.py +525 -0
- pulumi_sdwan/{transport_management_vpn_profile_parcel.py → transport_management_vpn_feature.py} +177 -172
- pulumi_sdwan/{transport_management_vpn_interface_ethernet_profile_parcel.py → transport_management_vpn_interface_ethernet_feature.py} +198 -194
- pulumi_sdwan/transport_route_policy_feature.py +383 -0
- pulumi_sdwan/{transport_routing_bgp_profile_parcel.py → transport_routing_bgp_feature.py} +186 -182
- pulumi_sdwan/transport_routing_ospf_feature.py +1639 -0
- pulumi_sdwan/transport_routing_ospfv3_ipv4_feature.py +1921 -0
- pulumi_sdwan/transport_routing_ospfv3_ipv6_feature.py +1921 -0
- pulumi_sdwan/transport_tracker_feature.py +1175 -0
- pulumi_sdwan/transport_tracker_group_feature.py +430 -0
- pulumi_sdwan/{transport_wan_vpn_profile_parcel.py → transport_wan_vpn_feature.py} +109 -104
- pulumi_sdwan/transport_wan_vpn_interface_cellular_feature.py +6173 -0
- pulumi_sdwan/{transport_wan_vpn_interface_ethernet_profile_parcel.py → transport_wan_vpn_interface_ethernet_feature.py} +488 -483
- pulumi_sdwan/transport_wan_vpn_interface_gre_feature.py +1713 -0
- pulumi_sdwan/transport_wan_vpn_interface_ipsec_feature.py +3264 -0
- pulumi_sdwan/transport_wan_vpn_interface_t1_e1_serial_feature.py +5220 -0
- pulumi_sdwan/url_filtering_policy_definition.py +5 -0
- pulumi_sdwan/vpn_interface_cellular_feature_template.py +5 -0
- pulumi_sdwan/vpn_interface_dsl_ipoe_feature_template.py +5 -0
- pulumi_sdwan/vpn_interface_dsl_pppoa_feature_template.py +5 -0
- pulumi_sdwan/vpn_interface_dsl_pppoe_feature_template.py +5 -0
- pulumi_sdwan/vpn_interface_ethernet_pppoe_feature_template.py +5 -0
- pulumi_sdwan/vpn_interface_multilink_feature_template.py +5 -0
- pulumi_sdwan/vpn_interface_svi_feature_template.py +5 -0
- pulumi_sdwan/vpn_interface_t1_e1_serial_feature_template.py +5 -0
- pulumi_sdwan/vpn_list_policy_object.py +5 -0
- pulumi_sdwan/vpn_membership_policy_definition.py +5 -0
- pulumi_sdwan/zone_based_firewall_policy_definition.py +406 -0
- pulumi_sdwan/zone_list_policy_object.py +5 -0
- {pulumi_sdwan-0.1.2a1723454462.dist-info → pulumi_sdwan-0.1.4.dist-info}/METADATA +3 -2
- pulumi_sdwan-0.1.4.dist-info/RECORD +364 -0
- {pulumi_sdwan-0.1.2a1723454462.dist-info → pulumi_sdwan-0.1.4.dist-info}/WHEEL +1 -1
- pulumi_sdwan/configuration_group_deploy.py +0 -224
- pulumi_sdwan/configuration_group_device_variables.py +0 -293
- pulumi_sdwan/configuration_group_devices.py +0 -236
- pulumi_sdwan/get_configuration_group_device_variables.py +0 -144
- pulumi_sdwan/get_configuration_group_devices.py +0 -118
- pulumi_sdwan-0.1.2a1723454462.dist-info/RECORD +0 -285
- {pulumi_sdwan-0.1.2a1723454462.dist-info → pulumi_sdwan-0.1.4.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,177 @@
|
|
|
1
|
+
# coding=utf-8
|
|
2
|
+
# *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
|
|
5
|
+
import copy
|
|
6
|
+
import warnings
|
|
7
|
+
import sys
|
|
8
|
+
import pulumi
|
|
9
|
+
import pulumi.runtime
|
|
10
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
+
if sys.version_info >= (3, 11):
|
|
12
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
+
else:
|
|
14
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
|
+
from . import _utilities
|
|
16
|
+
from . import outputs
|
|
17
|
+
|
|
18
|
+
__all__ = [
|
|
19
|
+
'GetPolicyObjectIpv6PrefixListResult',
|
|
20
|
+
'AwaitableGetPolicyObjectIpv6PrefixListResult',
|
|
21
|
+
'get_policy_object_ipv6_prefix_list',
|
|
22
|
+
'get_policy_object_ipv6_prefix_list_output',
|
|
23
|
+
]
|
|
24
|
+
|
|
25
|
+
@pulumi.output_type
|
|
26
|
+
class GetPolicyObjectIpv6PrefixListResult:
|
|
27
|
+
"""
|
|
28
|
+
A collection of values returned by getPolicyObjectIpv6PrefixList.
|
|
29
|
+
"""
|
|
30
|
+
def __init__(__self__, description=None, entries=None, feature_profile_id=None, id=None, name=None, version=None):
|
|
31
|
+
if description and not isinstance(description, str):
|
|
32
|
+
raise TypeError("Expected argument 'description' to be a str")
|
|
33
|
+
pulumi.set(__self__, "description", description)
|
|
34
|
+
if entries and not isinstance(entries, list):
|
|
35
|
+
raise TypeError("Expected argument 'entries' to be a list")
|
|
36
|
+
pulumi.set(__self__, "entries", entries)
|
|
37
|
+
if feature_profile_id and not isinstance(feature_profile_id, str):
|
|
38
|
+
raise TypeError("Expected argument 'feature_profile_id' to be a str")
|
|
39
|
+
pulumi.set(__self__, "feature_profile_id", feature_profile_id)
|
|
40
|
+
if id and not isinstance(id, str):
|
|
41
|
+
raise TypeError("Expected argument 'id' to be a str")
|
|
42
|
+
pulumi.set(__self__, "id", id)
|
|
43
|
+
if name and not isinstance(name, str):
|
|
44
|
+
raise TypeError("Expected argument 'name' to be a str")
|
|
45
|
+
pulumi.set(__self__, "name", name)
|
|
46
|
+
if version and not isinstance(version, int):
|
|
47
|
+
raise TypeError("Expected argument 'version' to be a int")
|
|
48
|
+
pulumi.set(__self__, "version", version)
|
|
49
|
+
|
|
50
|
+
@property
|
|
51
|
+
@pulumi.getter
|
|
52
|
+
def description(self) -> str:
|
|
53
|
+
"""
|
|
54
|
+
The description of the Policy_object
|
|
55
|
+
"""
|
|
56
|
+
return pulumi.get(self, "description")
|
|
57
|
+
|
|
58
|
+
@property
|
|
59
|
+
@pulumi.getter
|
|
60
|
+
def entries(self) -> Sequence['outputs.GetPolicyObjectIpv6PrefixListEntryResult']:
|
|
61
|
+
"""
|
|
62
|
+
IPv6 Prefix List
|
|
63
|
+
"""
|
|
64
|
+
return pulumi.get(self, "entries")
|
|
65
|
+
|
|
66
|
+
@property
|
|
67
|
+
@pulumi.getter(name="featureProfileId")
|
|
68
|
+
def feature_profile_id(self) -> str:
|
|
69
|
+
"""
|
|
70
|
+
Feature Profile ID
|
|
71
|
+
"""
|
|
72
|
+
return pulumi.get(self, "feature_profile_id")
|
|
73
|
+
|
|
74
|
+
@property
|
|
75
|
+
@pulumi.getter
|
|
76
|
+
def id(self) -> str:
|
|
77
|
+
"""
|
|
78
|
+
The id of the Policy_object
|
|
79
|
+
"""
|
|
80
|
+
return pulumi.get(self, "id")
|
|
81
|
+
|
|
82
|
+
@property
|
|
83
|
+
@pulumi.getter
|
|
84
|
+
def name(self) -> str:
|
|
85
|
+
"""
|
|
86
|
+
The name of the Policy_object
|
|
87
|
+
"""
|
|
88
|
+
return pulumi.get(self, "name")
|
|
89
|
+
|
|
90
|
+
@property
|
|
91
|
+
@pulumi.getter
|
|
92
|
+
def version(self) -> int:
|
|
93
|
+
"""
|
|
94
|
+
The version of the Policy_object
|
|
95
|
+
"""
|
|
96
|
+
return pulumi.get(self, "version")
|
|
97
|
+
|
|
98
|
+
|
|
99
|
+
class AwaitableGetPolicyObjectIpv6PrefixListResult(GetPolicyObjectIpv6PrefixListResult):
|
|
100
|
+
# pylint: disable=using-constant-test
|
|
101
|
+
def __await__(self):
|
|
102
|
+
if False:
|
|
103
|
+
yield self
|
|
104
|
+
return GetPolicyObjectIpv6PrefixListResult(
|
|
105
|
+
description=self.description,
|
|
106
|
+
entries=self.entries,
|
|
107
|
+
feature_profile_id=self.feature_profile_id,
|
|
108
|
+
id=self.id,
|
|
109
|
+
name=self.name,
|
|
110
|
+
version=self.version)
|
|
111
|
+
|
|
112
|
+
|
|
113
|
+
def get_policy_object_ipv6_prefix_list(feature_profile_id: Optional[str] = None,
|
|
114
|
+
id: Optional[str] = None,
|
|
115
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetPolicyObjectIpv6PrefixListResult:
|
|
116
|
+
"""
|
|
117
|
+
This data source can read the Policy Object IPv6 Prefix List Policy_object.
|
|
118
|
+
|
|
119
|
+
## Example Usage
|
|
120
|
+
|
|
121
|
+
```python
|
|
122
|
+
import pulumi
|
|
123
|
+
import pulumi_sdwan as sdwan
|
|
124
|
+
|
|
125
|
+
example = sdwan.get_policy_object_ipv6_prefix_list(id="f6b2c44c-693c-4763-b010-895aa3d236bd",
|
|
126
|
+
feature_profile_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac")
|
|
127
|
+
```
|
|
128
|
+
|
|
129
|
+
|
|
130
|
+
:param str feature_profile_id: Feature Profile ID
|
|
131
|
+
:param str id: The id of the Policy_object
|
|
132
|
+
"""
|
|
133
|
+
__args__ = dict()
|
|
134
|
+
__args__['featureProfileId'] = feature_profile_id
|
|
135
|
+
__args__['id'] = id
|
|
136
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
137
|
+
__ret__ = pulumi.runtime.invoke('sdwan:index/getPolicyObjectIpv6PrefixList:getPolicyObjectIpv6PrefixList', __args__, opts=opts, typ=GetPolicyObjectIpv6PrefixListResult).value
|
|
138
|
+
|
|
139
|
+
return AwaitableGetPolicyObjectIpv6PrefixListResult(
|
|
140
|
+
description=pulumi.get(__ret__, 'description'),
|
|
141
|
+
entries=pulumi.get(__ret__, 'entries'),
|
|
142
|
+
feature_profile_id=pulumi.get(__ret__, 'feature_profile_id'),
|
|
143
|
+
id=pulumi.get(__ret__, 'id'),
|
|
144
|
+
name=pulumi.get(__ret__, 'name'),
|
|
145
|
+
version=pulumi.get(__ret__, 'version'))
|
|
146
|
+
def get_policy_object_ipv6_prefix_list_output(feature_profile_id: Optional[pulumi.Input[str]] = None,
|
|
147
|
+
id: Optional[pulumi.Input[str]] = None,
|
|
148
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetPolicyObjectIpv6PrefixListResult]:
|
|
149
|
+
"""
|
|
150
|
+
This data source can read the Policy Object IPv6 Prefix List Policy_object.
|
|
151
|
+
|
|
152
|
+
## Example Usage
|
|
153
|
+
|
|
154
|
+
```python
|
|
155
|
+
import pulumi
|
|
156
|
+
import pulumi_sdwan as sdwan
|
|
157
|
+
|
|
158
|
+
example = sdwan.get_policy_object_ipv6_prefix_list(id="f6b2c44c-693c-4763-b010-895aa3d236bd",
|
|
159
|
+
feature_profile_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac")
|
|
160
|
+
```
|
|
161
|
+
|
|
162
|
+
|
|
163
|
+
:param str feature_profile_id: Feature Profile ID
|
|
164
|
+
:param str id: The id of the Policy_object
|
|
165
|
+
"""
|
|
166
|
+
__args__ = dict()
|
|
167
|
+
__args__['featureProfileId'] = feature_profile_id
|
|
168
|
+
__args__['id'] = id
|
|
169
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
170
|
+
__ret__ = pulumi.runtime.invoke_output('sdwan:index/getPolicyObjectIpv6PrefixList:getPolicyObjectIpv6PrefixList', __args__, opts=opts, typ=GetPolicyObjectIpv6PrefixListResult)
|
|
171
|
+
return __ret__.apply(lambda __response__: GetPolicyObjectIpv6PrefixListResult(
|
|
172
|
+
description=pulumi.get(__response__, 'description'),
|
|
173
|
+
entries=pulumi.get(__response__, 'entries'),
|
|
174
|
+
feature_profile_id=pulumi.get(__response__, 'feature_profile_id'),
|
|
175
|
+
id=pulumi.get(__response__, 'id'),
|
|
176
|
+
name=pulumi.get(__response__, 'name'),
|
|
177
|
+
version=pulumi.get(__response__, 'version')))
|
|
@@ -0,0 +1,177 @@
|
|
|
1
|
+
# coding=utf-8
|
|
2
|
+
# *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
|
|
5
|
+
import copy
|
|
6
|
+
import warnings
|
|
7
|
+
import sys
|
|
8
|
+
import pulumi
|
|
9
|
+
import pulumi.runtime
|
|
10
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
+
if sys.version_info >= (3, 11):
|
|
12
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
+
else:
|
|
14
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
|
+
from . import _utilities
|
|
16
|
+
from . import outputs
|
|
17
|
+
|
|
18
|
+
__all__ = [
|
|
19
|
+
'GetPolicyObjectMirrorResult',
|
|
20
|
+
'AwaitableGetPolicyObjectMirrorResult',
|
|
21
|
+
'get_policy_object_mirror',
|
|
22
|
+
'get_policy_object_mirror_output',
|
|
23
|
+
]
|
|
24
|
+
|
|
25
|
+
@pulumi.output_type
|
|
26
|
+
class GetPolicyObjectMirrorResult:
|
|
27
|
+
"""
|
|
28
|
+
A collection of values returned by getPolicyObjectMirror.
|
|
29
|
+
"""
|
|
30
|
+
def __init__(__self__, description=None, entries=None, feature_profile_id=None, id=None, name=None, version=None):
|
|
31
|
+
if description and not isinstance(description, str):
|
|
32
|
+
raise TypeError("Expected argument 'description' to be a str")
|
|
33
|
+
pulumi.set(__self__, "description", description)
|
|
34
|
+
if entries and not isinstance(entries, list):
|
|
35
|
+
raise TypeError("Expected argument 'entries' to be a list")
|
|
36
|
+
pulumi.set(__self__, "entries", entries)
|
|
37
|
+
if feature_profile_id and not isinstance(feature_profile_id, str):
|
|
38
|
+
raise TypeError("Expected argument 'feature_profile_id' to be a str")
|
|
39
|
+
pulumi.set(__self__, "feature_profile_id", feature_profile_id)
|
|
40
|
+
if id and not isinstance(id, str):
|
|
41
|
+
raise TypeError("Expected argument 'id' to be a str")
|
|
42
|
+
pulumi.set(__self__, "id", id)
|
|
43
|
+
if name and not isinstance(name, str):
|
|
44
|
+
raise TypeError("Expected argument 'name' to be a str")
|
|
45
|
+
pulumi.set(__self__, "name", name)
|
|
46
|
+
if version and not isinstance(version, int):
|
|
47
|
+
raise TypeError("Expected argument 'version' to be a int")
|
|
48
|
+
pulumi.set(__self__, "version", version)
|
|
49
|
+
|
|
50
|
+
@property
|
|
51
|
+
@pulumi.getter
|
|
52
|
+
def description(self) -> str:
|
|
53
|
+
"""
|
|
54
|
+
The description of the Policy_object
|
|
55
|
+
"""
|
|
56
|
+
return pulumi.get(self, "description")
|
|
57
|
+
|
|
58
|
+
@property
|
|
59
|
+
@pulumi.getter
|
|
60
|
+
def entries(self) -> Sequence['outputs.GetPolicyObjectMirrorEntryResult']:
|
|
61
|
+
"""
|
|
62
|
+
Mirror List
|
|
63
|
+
"""
|
|
64
|
+
return pulumi.get(self, "entries")
|
|
65
|
+
|
|
66
|
+
@property
|
|
67
|
+
@pulumi.getter(name="featureProfileId")
|
|
68
|
+
def feature_profile_id(self) -> str:
|
|
69
|
+
"""
|
|
70
|
+
Feature Profile ID
|
|
71
|
+
"""
|
|
72
|
+
return pulumi.get(self, "feature_profile_id")
|
|
73
|
+
|
|
74
|
+
@property
|
|
75
|
+
@pulumi.getter
|
|
76
|
+
def id(self) -> str:
|
|
77
|
+
"""
|
|
78
|
+
The id of the Policy_object
|
|
79
|
+
"""
|
|
80
|
+
return pulumi.get(self, "id")
|
|
81
|
+
|
|
82
|
+
@property
|
|
83
|
+
@pulumi.getter
|
|
84
|
+
def name(self) -> str:
|
|
85
|
+
"""
|
|
86
|
+
The name of the Policy_object
|
|
87
|
+
"""
|
|
88
|
+
return pulumi.get(self, "name")
|
|
89
|
+
|
|
90
|
+
@property
|
|
91
|
+
@pulumi.getter
|
|
92
|
+
def version(self) -> int:
|
|
93
|
+
"""
|
|
94
|
+
The version of the Policy_object
|
|
95
|
+
"""
|
|
96
|
+
return pulumi.get(self, "version")
|
|
97
|
+
|
|
98
|
+
|
|
99
|
+
class AwaitableGetPolicyObjectMirrorResult(GetPolicyObjectMirrorResult):
|
|
100
|
+
# pylint: disable=using-constant-test
|
|
101
|
+
def __await__(self):
|
|
102
|
+
if False:
|
|
103
|
+
yield self
|
|
104
|
+
return GetPolicyObjectMirrorResult(
|
|
105
|
+
description=self.description,
|
|
106
|
+
entries=self.entries,
|
|
107
|
+
feature_profile_id=self.feature_profile_id,
|
|
108
|
+
id=self.id,
|
|
109
|
+
name=self.name,
|
|
110
|
+
version=self.version)
|
|
111
|
+
|
|
112
|
+
|
|
113
|
+
def get_policy_object_mirror(feature_profile_id: Optional[str] = None,
|
|
114
|
+
id: Optional[str] = None,
|
|
115
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetPolicyObjectMirrorResult:
|
|
116
|
+
"""
|
|
117
|
+
This data source can read the Policy Object Mirror Policy_object.
|
|
118
|
+
|
|
119
|
+
## Example Usage
|
|
120
|
+
|
|
121
|
+
```python
|
|
122
|
+
import pulumi
|
|
123
|
+
import pulumi_sdwan as sdwan
|
|
124
|
+
|
|
125
|
+
example = sdwan.get_policy_object_mirror(id="f6b2c44c-693c-4763-b010-895aa3d236bd",
|
|
126
|
+
feature_profile_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac")
|
|
127
|
+
```
|
|
128
|
+
|
|
129
|
+
|
|
130
|
+
:param str feature_profile_id: Feature Profile ID
|
|
131
|
+
:param str id: The id of the Policy_object
|
|
132
|
+
"""
|
|
133
|
+
__args__ = dict()
|
|
134
|
+
__args__['featureProfileId'] = feature_profile_id
|
|
135
|
+
__args__['id'] = id
|
|
136
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
137
|
+
__ret__ = pulumi.runtime.invoke('sdwan:index/getPolicyObjectMirror:getPolicyObjectMirror', __args__, opts=opts, typ=GetPolicyObjectMirrorResult).value
|
|
138
|
+
|
|
139
|
+
return AwaitableGetPolicyObjectMirrorResult(
|
|
140
|
+
description=pulumi.get(__ret__, 'description'),
|
|
141
|
+
entries=pulumi.get(__ret__, 'entries'),
|
|
142
|
+
feature_profile_id=pulumi.get(__ret__, 'feature_profile_id'),
|
|
143
|
+
id=pulumi.get(__ret__, 'id'),
|
|
144
|
+
name=pulumi.get(__ret__, 'name'),
|
|
145
|
+
version=pulumi.get(__ret__, 'version'))
|
|
146
|
+
def get_policy_object_mirror_output(feature_profile_id: Optional[pulumi.Input[str]] = None,
|
|
147
|
+
id: Optional[pulumi.Input[str]] = None,
|
|
148
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetPolicyObjectMirrorResult]:
|
|
149
|
+
"""
|
|
150
|
+
This data source can read the Policy Object Mirror Policy_object.
|
|
151
|
+
|
|
152
|
+
## Example Usage
|
|
153
|
+
|
|
154
|
+
```python
|
|
155
|
+
import pulumi
|
|
156
|
+
import pulumi_sdwan as sdwan
|
|
157
|
+
|
|
158
|
+
example = sdwan.get_policy_object_mirror(id="f6b2c44c-693c-4763-b010-895aa3d236bd",
|
|
159
|
+
feature_profile_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac")
|
|
160
|
+
```
|
|
161
|
+
|
|
162
|
+
|
|
163
|
+
:param str feature_profile_id: Feature Profile ID
|
|
164
|
+
:param str id: The id of the Policy_object
|
|
165
|
+
"""
|
|
166
|
+
__args__ = dict()
|
|
167
|
+
__args__['featureProfileId'] = feature_profile_id
|
|
168
|
+
__args__['id'] = id
|
|
169
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
170
|
+
__ret__ = pulumi.runtime.invoke_output('sdwan:index/getPolicyObjectMirror:getPolicyObjectMirror', __args__, opts=opts, typ=GetPolicyObjectMirrorResult)
|
|
171
|
+
return __ret__.apply(lambda __response__: GetPolicyObjectMirrorResult(
|
|
172
|
+
description=pulumi.get(__response__, 'description'),
|
|
173
|
+
entries=pulumi.get(__response__, 'entries'),
|
|
174
|
+
feature_profile_id=pulumi.get(__response__, 'feature_profile_id'),
|
|
175
|
+
id=pulumi.get(__response__, 'id'),
|
|
176
|
+
name=pulumi.get(__response__, 'name'),
|
|
177
|
+
version=pulumi.get(__response__, 'version')))
|
|
@@ -0,0 +1,177 @@
|
|
|
1
|
+
# coding=utf-8
|
|
2
|
+
# *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
|
|
5
|
+
import copy
|
|
6
|
+
import warnings
|
|
7
|
+
import sys
|
|
8
|
+
import pulumi
|
|
9
|
+
import pulumi.runtime
|
|
10
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
+
if sys.version_info >= (3, 11):
|
|
12
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
+
else:
|
|
14
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
|
+
from . import _utilities
|
|
16
|
+
from . import outputs
|
|
17
|
+
|
|
18
|
+
__all__ = [
|
|
19
|
+
'GetPolicyObjectPolicerResult',
|
|
20
|
+
'AwaitableGetPolicyObjectPolicerResult',
|
|
21
|
+
'get_policy_object_policer',
|
|
22
|
+
'get_policy_object_policer_output',
|
|
23
|
+
]
|
|
24
|
+
|
|
25
|
+
@pulumi.output_type
|
|
26
|
+
class GetPolicyObjectPolicerResult:
|
|
27
|
+
"""
|
|
28
|
+
A collection of values returned by getPolicyObjectPolicer.
|
|
29
|
+
"""
|
|
30
|
+
def __init__(__self__, description=None, entries=None, feature_profile_id=None, id=None, name=None, version=None):
|
|
31
|
+
if description and not isinstance(description, str):
|
|
32
|
+
raise TypeError("Expected argument 'description' to be a str")
|
|
33
|
+
pulumi.set(__self__, "description", description)
|
|
34
|
+
if entries and not isinstance(entries, list):
|
|
35
|
+
raise TypeError("Expected argument 'entries' to be a list")
|
|
36
|
+
pulumi.set(__self__, "entries", entries)
|
|
37
|
+
if feature_profile_id and not isinstance(feature_profile_id, str):
|
|
38
|
+
raise TypeError("Expected argument 'feature_profile_id' to be a str")
|
|
39
|
+
pulumi.set(__self__, "feature_profile_id", feature_profile_id)
|
|
40
|
+
if id and not isinstance(id, str):
|
|
41
|
+
raise TypeError("Expected argument 'id' to be a str")
|
|
42
|
+
pulumi.set(__self__, "id", id)
|
|
43
|
+
if name and not isinstance(name, str):
|
|
44
|
+
raise TypeError("Expected argument 'name' to be a str")
|
|
45
|
+
pulumi.set(__self__, "name", name)
|
|
46
|
+
if version and not isinstance(version, int):
|
|
47
|
+
raise TypeError("Expected argument 'version' to be a int")
|
|
48
|
+
pulumi.set(__self__, "version", version)
|
|
49
|
+
|
|
50
|
+
@property
|
|
51
|
+
@pulumi.getter
|
|
52
|
+
def description(self) -> str:
|
|
53
|
+
"""
|
|
54
|
+
The description of the Policy_object
|
|
55
|
+
"""
|
|
56
|
+
return pulumi.get(self, "description")
|
|
57
|
+
|
|
58
|
+
@property
|
|
59
|
+
@pulumi.getter
|
|
60
|
+
def entries(self) -> Sequence['outputs.GetPolicyObjectPolicerEntryResult']:
|
|
61
|
+
"""
|
|
62
|
+
Policer Entries
|
|
63
|
+
"""
|
|
64
|
+
return pulumi.get(self, "entries")
|
|
65
|
+
|
|
66
|
+
@property
|
|
67
|
+
@pulumi.getter(name="featureProfileId")
|
|
68
|
+
def feature_profile_id(self) -> str:
|
|
69
|
+
"""
|
|
70
|
+
Feature Profile ID
|
|
71
|
+
"""
|
|
72
|
+
return pulumi.get(self, "feature_profile_id")
|
|
73
|
+
|
|
74
|
+
@property
|
|
75
|
+
@pulumi.getter
|
|
76
|
+
def id(self) -> str:
|
|
77
|
+
"""
|
|
78
|
+
The id of the Policy_object
|
|
79
|
+
"""
|
|
80
|
+
return pulumi.get(self, "id")
|
|
81
|
+
|
|
82
|
+
@property
|
|
83
|
+
@pulumi.getter
|
|
84
|
+
def name(self) -> str:
|
|
85
|
+
"""
|
|
86
|
+
The name of the Policy_object
|
|
87
|
+
"""
|
|
88
|
+
return pulumi.get(self, "name")
|
|
89
|
+
|
|
90
|
+
@property
|
|
91
|
+
@pulumi.getter
|
|
92
|
+
def version(self) -> int:
|
|
93
|
+
"""
|
|
94
|
+
The version of the Policy_object
|
|
95
|
+
"""
|
|
96
|
+
return pulumi.get(self, "version")
|
|
97
|
+
|
|
98
|
+
|
|
99
|
+
class AwaitableGetPolicyObjectPolicerResult(GetPolicyObjectPolicerResult):
|
|
100
|
+
# pylint: disable=using-constant-test
|
|
101
|
+
def __await__(self):
|
|
102
|
+
if False:
|
|
103
|
+
yield self
|
|
104
|
+
return GetPolicyObjectPolicerResult(
|
|
105
|
+
description=self.description,
|
|
106
|
+
entries=self.entries,
|
|
107
|
+
feature_profile_id=self.feature_profile_id,
|
|
108
|
+
id=self.id,
|
|
109
|
+
name=self.name,
|
|
110
|
+
version=self.version)
|
|
111
|
+
|
|
112
|
+
|
|
113
|
+
def get_policy_object_policer(feature_profile_id: Optional[str] = None,
|
|
114
|
+
id: Optional[str] = None,
|
|
115
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetPolicyObjectPolicerResult:
|
|
116
|
+
"""
|
|
117
|
+
This data source can read the Policy Object Policer Policy_object.
|
|
118
|
+
|
|
119
|
+
## Example Usage
|
|
120
|
+
|
|
121
|
+
```python
|
|
122
|
+
import pulumi
|
|
123
|
+
import pulumi_sdwan as sdwan
|
|
124
|
+
|
|
125
|
+
example = sdwan.get_policy_object_policer(id="f6b2c44c-693c-4763-b010-895aa3d236bd",
|
|
126
|
+
feature_profile_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac")
|
|
127
|
+
```
|
|
128
|
+
|
|
129
|
+
|
|
130
|
+
:param str feature_profile_id: Feature Profile ID
|
|
131
|
+
:param str id: The id of the Policy_object
|
|
132
|
+
"""
|
|
133
|
+
__args__ = dict()
|
|
134
|
+
__args__['featureProfileId'] = feature_profile_id
|
|
135
|
+
__args__['id'] = id
|
|
136
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
137
|
+
__ret__ = pulumi.runtime.invoke('sdwan:index/getPolicyObjectPolicer:getPolicyObjectPolicer', __args__, opts=opts, typ=GetPolicyObjectPolicerResult).value
|
|
138
|
+
|
|
139
|
+
return AwaitableGetPolicyObjectPolicerResult(
|
|
140
|
+
description=pulumi.get(__ret__, 'description'),
|
|
141
|
+
entries=pulumi.get(__ret__, 'entries'),
|
|
142
|
+
feature_profile_id=pulumi.get(__ret__, 'feature_profile_id'),
|
|
143
|
+
id=pulumi.get(__ret__, 'id'),
|
|
144
|
+
name=pulumi.get(__ret__, 'name'),
|
|
145
|
+
version=pulumi.get(__ret__, 'version'))
|
|
146
|
+
def get_policy_object_policer_output(feature_profile_id: Optional[pulumi.Input[str]] = None,
|
|
147
|
+
id: Optional[pulumi.Input[str]] = None,
|
|
148
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetPolicyObjectPolicerResult]:
|
|
149
|
+
"""
|
|
150
|
+
This data source can read the Policy Object Policer Policy_object.
|
|
151
|
+
|
|
152
|
+
## Example Usage
|
|
153
|
+
|
|
154
|
+
```python
|
|
155
|
+
import pulumi
|
|
156
|
+
import pulumi_sdwan as sdwan
|
|
157
|
+
|
|
158
|
+
example = sdwan.get_policy_object_policer(id="f6b2c44c-693c-4763-b010-895aa3d236bd",
|
|
159
|
+
feature_profile_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac")
|
|
160
|
+
```
|
|
161
|
+
|
|
162
|
+
|
|
163
|
+
:param str feature_profile_id: Feature Profile ID
|
|
164
|
+
:param str id: The id of the Policy_object
|
|
165
|
+
"""
|
|
166
|
+
__args__ = dict()
|
|
167
|
+
__args__['featureProfileId'] = feature_profile_id
|
|
168
|
+
__args__['id'] = id
|
|
169
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
170
|
+
__ret__ = pulumi.runtime.invoke_output('sdwan:index/getPolicyObjectPolicer:getPolicyObjectPolicer', __args__, opts=opts, typ=GetPolicyObjectPolicerResult)
|
|
171
|
+
return __ret__.apply(lambda __response__: GetPolicyObjectPolicerResult(
|
|
172
|
+
description=pulumi.get(__response__, 'description'),
|
|
173
|
+
entries=pulumi.get(__response__, 'entries'),
|
|
174
|
+
feature_profile_id=pulumi.get(__response__, 'feature_profile_id'),
|
|
175
|
+
id=pulumi.get(__response__, 'id'),
|
|
176
|
+
name=pulumi.get(__response__, 'name'),
|
|
177
|
+
version=pulumi.get(__response__, 'version')))
|