pulumi-sdwan 0.3.0a1736835519__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pulumi-sdwan might be problematic. Click here for more details.
- pulumi_sdwan/__init__.py +2284 -0
- pulumi_sdwan/_inputs.py +82362 -0
- pulumi_sdwan/_utilities.py +327 -0
- pulumi_sdwan/activate_centralized_policy.py +162 -0
- pulumi_sdwan/advanced_inspection_profile_policy_definition.py +687 -0
- pulumi_sdwan/advanced_malware_protection_policy_definition.py +744 -0
- pulumi_sdwan/allow_url_list_policy_object.py +266 -0
- pulumi_sdwan/app_probe_class_policy_object.py +318 -0
- pulumi_sdwan/application_aware_routing_policy_definition.py +316 -0
- pulumi_sdwan/application_list_policy_object.py +266 -0
- pulumi_sdwan/application_priority_feature_profile.py +234 -0
- pulumi_sdwan/application_priority_qos_policy.py +434 -0
- pulumi_sdwan/application_priority_traffic_policy_policy.py +471 -0
- pulumi_sdwan/as_path_list_policy_object.py +240 -0
- pulumi_sdwan/attach_feature_device_template.py +216 -0
- pulumi_sdwan/block_url_list_policy_object.py +266 -0
- pulumi_sdwan/cedge_aaa_feature_template.py +1554 -0
- pulumi_sdwan/cedge_global_feature_template.py +2562 -0
- pulumi_sdwan/cedge_igmp_feature_template.py +379 -0
- pulumi_sdwan/cedge_multicast_feature_template.py +642 -0
- pulumi_sdwan/cedge_pim_feature_template.py +1460 -0
- pulumi_sdwan/cellular_cedge_profile_feature_template.py +1026 -0
- pulumi_sdwan/cellular_controller_feature_template.py +849 -0
- pulumi_sdwan/cellular_profile_feature_template.py +1410 -0
- pulumi_sdwan/centralized_policy.py +327 -0
- pulumi_sdwan/cflowd_policy_definition.py +645 -0
- pulumi_sdwan/cisco_banner_feature_template.py +546 -0
- pulumi_sdwan/cisco_bfd_feature_template.py +668 -0
- pulumi_sdwan/cisco_bgp_feature_template.py +2024 -0
- pulumi_sdwan/cisco_dhcp_server_feature_template.py +1178 -0
- pulumi_sdwan/cisco_logging_feature_template.py +755 -0
- pulumi_sdwan/cisco_ntp_feature_template.py +802 -0
- pulumi_sdwan/cisco_omp_feature_template.py +1648 -0
- pulumi_sdwan/cisco_ospf_feature_template.py +1695 -0
- pulumi_sdwan/cisco_ospfv3_feature_template.py +3528 -0
- pulumi_sdwan/cisco_secure_internet_gateway_feature_template.py +614 -0
- pulumi_sdwan/cisco_security_feature_template.py +997 -0
- pulumi_sdwan/cisco_sig_credentials_feature_template.py +1410 -0
- pulumi_sdwan/cisco_snmp_feature_template.py +849 -0
- pulumi_sdwan/cisco_system_feature_template.py +4093 -0
- pulumi_sdwan/cisco_thousandeyes_feature_template.py +379 -0
- pulumi_sdwan/cisco_trustsec_feature_template.py +1803 -0
- pulumi_sdwan/cisco_vpn_feature_template.py +1742 -0
- pulumi_sdwan/cisco_vpn_interface_feature_template.py +9868 -0
- pulumi_sdwan/cisco_vpn_interface_gre_feature_template.py +1702 -0
- pulumi_sdwan/cisco_vpn_interface_ipsec_feature_template.py +2927 -0
- pulumi_sdwan/cisco_wireless_lan_feature_template.py +1166 -0
- pulumi_sdwan/class_map_policy_object.py +260 -0
- pulumi_sdwan/cli_config_feature.py +366 -0
- pulumi_sdwan/cli_device_template.py +412 -0
- pulumi_sdwan/cli_feature_profile.py +234 -0
- pulumi_sdwan/cli_template_feature_template.py +407 -0
- pulumi_sdwan/color_list_policy_object.py +266 -0
- pulumi_sdwan/config/__init__.py +8 -0
- pulumi_sdwan/config/__init__.pyi +41 -0
- pulumi_sdwan/config/vars.py +57 -0
- pulumi_sdwan/configuration_group.py +541 -0
- pulumi_sdwan/custom_control_topology_policy_definition.py +362 -0
- pulumi_sdwan/data_fqdn_prefix_list_policy_object.py +266 -0
- pulumi_sdwan/data_ipv4_prefix_list_policy_object.py +266 -0
- pulumi_sdwan/data_ipv6_prefix_list_policy_object.py +266 -0
- pulumi_sdwan/dns_security_feature_profile.py +234 -0
- pulumi_sdwan/dns_security_policy_definition.py +747 -0
- pulumi_sdwan/domain_list_policy_object.py +266 -0
- pulumi_sdwan/eigrp_feature_template.py +1131 -0
- pulumi_sdwan/embedded_security_feature_profile.py +234 -0
- pulumi_sdwan/expanded_community_list_policy_object.py +266 -0
- pulumi_sdwan/extended_community_list_policy_object.py +266 -0
- pulumi_sdwan/feature_device_template.py +602 -0
- pulumi_sdwan/geo_location_list_policy_object.py +268 -0
- pulumi_sdwan/get_advanced_inspection_profile_policy_definition.py +266 -0
- pulumi_sdwan/get_advanced_malware_protection_policy_definition.py +280 -0
- pulumi_sdwan/get_allow_url_list_policy_object.py +141 -0
- pulumi_sdwan/get_app_probe_class_policy_object.py +155 -0
- pulumi_sdwan/get_application_aware_routing_policy_definition.py +169 -0
- pulumi_sdwan/get_application_list_policy_object.py +141 -0
- pulumi_sdwan/get_application_priority_feature_profile.py +126 -0
- pulumi_sdwan/get_application_priority_qos_policy.py +205 -0
- pulumi_sdwan/get_application_priority_traffic_policy_policy.py +210 -0
- pulumi_sdwan/get_as_path_list_policy_object.py +141 -0
- pulumi_sdwan/get_block_url_list_policy_object.py +141 -0
- pulumi_sdwan/get_cedge_aaa_feature_template.py +539 -0
- pulumi_sdwan/get_cedge_global_feature_template.py +818 -0
- pulumi_sdwan/get_cedge_igmp_feature_template.py +189 -0
- pulumi_sdwan/get_cedge_multicast_feature_template.py +258 -0
- pulumi_sdwan/get_cedge_pim_feature_template.py +511 -0
- pulumi_sdwan/get_cellular_cedge_profile_feature_template.py +370 -0
- pulumi_sdwan/get_cellular_controller_feature_template.py +329 -0
- pulumi_sdwan/get_cellular_profile_feature_template.py +482 -0
- pulumi_sdwan/get_centralized_policy.py +155 -0
- pulumi_sdwan/get_cflowd_policy_definition.py +267 -0
- pulumi_sdwan/get_cisco_banner_feature_template.py +230 -0
- pulumi_sdwan/get_cisco_bfd_feature_template.py +273 -0
- pulumi_sdwan/get_cisco_bgp_feature_template.py +679 -0
- pulumi_sdwan/get_cisco_dhcp_server_feature_template.py +427 -0
- pulumi_sdwan/get_cisco_logging_feature_template.py +301 -0
- pulumi_sdwan/get_cisco_ntp_feature_template.py +315 -0
- pulumi_sdwan/get_cisco_omp_feature_template.py +567 -0
- pulumi_sdwan/get_cisco_ospf_feature_template.py +581 -0
- pulumi_sdwan/get_cisco_ospfv3_feature_template.py +1127 -0
- pulumi_sdwan/get_cisco_secure_internet_gateway_feature_template.py +259 -0
- pulumi_sdwan/get_cisco_security_feature_template.py +371 -0
- pulumi_sdwan/get_cisco_sig_credentials_feature_template.py +482 -0
- pulumi_sdwan/get_cisco_snmp_feature_template.py +329 -0
- pulumi_sdwan/get_cisco_system_feature_template.py +1141 -0
- pulumi_sdwan/get_cisco_thousandeyes_feature_template.py +189 -0
- pulumi_sdwan/get_cisco_trustsec_feature_template.py +609 -0
- pulumi_sdwan/get_cisco_vpn_feature_template.py +595 -0
- pulumi_sdwan/get_cisco_vpn_interface_feature_template.py +3003 -0
- pulumi_sdwan/get_cisco_vpn_interface_gre_feature_template.py +581 -0
- pulumi_sdwan/get_cisco_vpn_interface_ipsec_feature_template.py +916 -0
- pulumi_sdwan/get_cisco_wireless_lan_feature_template.py +413 -0
- pulumi_sdwan/get_class_map_policy_object.py +140 -0
- pulumi_sdwan/get_cli_config_feature.py +176 -0
- pulumi_sdwan/get_cli_device_template.py +182 -0
- pulumi_sdwan/get_cli_feature_profile.py +126 -0
- pulumi_sdwan/get_cli_template_feature_template.py +188 -0
- pulumi_sdwan/get_color_list_policy_object.py +141 -0
- pulumi_sdwan/get_configuration_group.py +211 -0
- pulumi_sdwan/get_custom_control_topology_policy_definition.py +183 -0
- pulumi_sdwan/get_data_fqdn_prefix_list_policy_object.py +141 -0
- pulumi_sdwan/get_data_ipv4_prefix_list_policy_object.py +141 -0
- pulumi_sdwan/get_data_ipv6_prefix_list_policy_object.py +141 -0
- pulumi_sdwan/get_device.py +149 -0
- pulumi_sdwan/get_dns_security_feature_profile.py +126 -0
- pulumi_sdwan/get_dns_security_policy_definition.py +281 -0
- pulumi_sdwan/get_domain_list_policy_object.py +141 -0
- pulumi_sdwan/get_eigrp_feature_template.py +413 -0
- pulumi_sdwan/get_embedded_security_feature_profile.py +126 -0
- pulumi_sdwan/get_expanded_community_list_policy_object.py +141 -0
- pulumi_sdwan/get_extended_community_list_policy_object.py +141 -0
- pulumi_sdwan/get_feature_device_template.py +239 -0
- pulumi_sdwan/get_geo_location_list_policy_object.py +141 -0
- pulumi_sdwan/get_gps_feature_template.py +342 -0
- pulumi_sdwan/get_hub_and_spoke_topology_policy_definition.py +197 -0
- pulumi_sdwan/get_intrusion_prevention_policy_definition.py +238 -0
- pulumi_sdwan/get_ips_signature_list_policy_object.py +141 -0
- pulumi_sdwan/get_ipv4_acl_policy_definition.py +183 -0
- pulumi_sdwan/get_ipv4_device_acl_policy_definition.py +183 -0
- pulumi_sdwan/get_ipv4_prefix_list_policy_object.py +141 -0
- pulumi_sdwan/get_ipv6_acl_policy_definition.py +183 -0
- pulumi_sdwan/get_ipv6_device_acl_policy_definition.py +183 -0
- pulumi_sdwan/get_ipv6_prefix_list_policy_object.py +141 -0
- pulumi_sdwan/get_local_application_list_policy_object.py +141 -0
- pulumi_sdwan/get_localized_policy.py +295 -0
- pulumi_sdwan/get_mesh_topology_policy_definition.py +197 -0
- pulumi_sdwan/get_mirror_policy_object.py +154 -0
- pulumi_sdwan/get_object_group_policy_definition.py +322 -0
- pulumi_sdwan/get_other_feature_profile.py +126 -0
- pulumi_sdwan/get_other_thousandeyes_feature.py +177 -0
- pulumi_sdwan/get_other_ucse_feature.py +353 -0
- pulumi_sdwan/get_policer_policy_object.py +168 -0
- pulumi_sdwan/get_policy_object_app_probe_class.py +177 -0
- pulumi_sdwan/get_policy_object_application_list.py +177 -0
- pulumi_sdwan/get_policy_object_as_path_list.py +191 -0
- pulumi_sdwan/get_policy_object_class_map.py +177 -0
- pulumi_sdwan/get_policy_object_color_list.py +177 -0
- pulumi_sdwan/get_policy_object_data_ipv4_prefix_list.py +177 -0
- pulumi_sdwan/get_policy_object_data_ipv6_prefix_list.py +177 -0
- pulumi_sdwan/get_policy_object_expanded_community_list.py +190 -0
- pulumi_sdwan/get_policy_object_extended_community_list.py +177 -0
- pulumi_sdwan/get_policy_object_feature_profile.py +126 -0
- pulumi_sdwan/get_policy_object_ipv4_prefix_list.py +177 -0
- pulumi_sdwan/get_policy_object_ipv6_prefix_list.py +177 -0
- pulumi_sdwan/get_policy_object_mirror.py +177 -0
- pulumi_sdwan/get_policy_object_policer.py +177 -0
- pulumi_sdwan/get_policy_object_preferred_color_group.py +177 -0
- pulumi_sdwan/get_policy_object_security_data_ipv4_prefix_list.py +174 -0
- pulumi_sdwan/get_policy_object_security_fqdn_list.py +174 -0
- pulumi_sdwan/get_policy_object_security_geolocation_list.py +177 -0
- pulumi_sdwan/get_policy_object_security_identity_list.py +177 -0
- pulumi_sdwan/get_policy_object_security_ips_signature.py +177 -0
- pulumi_sdwan/get_policy_object_security_local_application_list.py +177 -0
- pulumi_sdwan/get_policy_object_security_local_domain_list.py +174 -0
- pulumi_sdwan/get_policy_object_security_port_list.py +177 -0
- pulumi_sdwan/get_policy_object_security_scalable_group_tag_list.py +174 -0
- pulumi_sdwan/get_policy_object_security_url_allow_list.py +177 -0
- pulumi_sdwan/get_policy_object_security_url_block_list.py +177 -0
- pulumi_sdwan/get_policy_object_sla_class_list.py +177 -0
- pulumi_sdwan/get_policy_object_standard_community_list.py +177 -0
- pulumi_sdwan/get_policy_object_tloc_list.py +177 -0
- pulumi_sdwan/get_policy_object_vpn_group.py +177 -0
- pulumi_sdwan/get_port_list_policy_object.py +141 -0
- pulumi_sdwan/get_preferred_color_group_policy_object.py +210 -0
- pulumi_sdwan/get_protocol_list_policy_object.py +141 -0
- pulumi_sdwan/get_qos_map_policy_definition.py +169 -0
- pulumi_sdwan/get_region_list_policy_object.py +141 -0
- pulumi_sdwan/get_rewrite_rule_policy_definition.py +169 -0
- pulumi_sdwan/get_route_policy_definition.py +183 -0
- pulumi_sdwan/get_rule_set_policy_definition.py +155 -0
- pulumi_sdwan/get_security_app_hosting_feature_template.py +189 -0
- pulumi_sdwan/get_security_policy.py +306 -0
- pulumi_sdwan/get_service_dhcp_server_feature.py +443 -0
- pulumi_sdwan/get_service_feature_profile.py +126 -0
- pulumi_sdwan/get_service_ipv4_acl_feature.py +191 -0
- pulumi_sdwan/get_service_ipv6_acl_feature.py +191 -0
- pulumi_sdwan/get_service_lan_vpn_feature.py +666 -0
- pulumi_sdwan/get_service_lan_vpn_feature_associate_multicast_feature.py +156 -0
- pulumi_sdwan/get_service_lan_vpn_feature_associate_routing_bgp_feature.py +156 -0
- pulumi_sdwan/get_service_lan_vpn_feature_associate_routing_eigrp_feature.py +156 -0
- pulumi_sdwan/get_service_lan_vpn_feature_associate_routing_ospf_feature.py +156 -0
- pulumi_sdwan/get_service_lan_vpn_feature_associate_routing_ospfv3_ipv4_feature.py +156 -0
- pulumi_sdwan/get_service_lan_vpn_feature_associate_routing_ospfv3_ipv6_feature.py +156 -0
- pulumi_sdwan/get_service_lan_vpn_interface_ethernet_feature.py +1354 -0
- pulumi_sdwan/get_service_lan_vpn_interface_ethernet_feature_associate_dhcp_server_feature.py +178 -0
- pulumi_sdwan/get_service_lan_vpn_interface_gre_feature.py +570 -0
- pulumi_sdwan/get_service_lan_vpn_interface_ipsec_feature.py +992 -0
- pulumi_sdwan/get_service_lan_vpn_interface_ipsec_feature_associate_dhcp_server_feature.py +178 -0
- pulumi_sdwan/get_service_lan_vpn_interface_svi_feature.py +705 -0
- pulumi_sdwan/get_service_lan_vpn_interface_svi_feature_associate_dhcp_server_feature.py +178 -0
- pulumi_sdwan/get_service_multicast_feature.py +513 -0
- pulumi_sdwan/get_service_object_tracker_feature.py +316 -0
- pulumi_sdwan/get_service_object_tracker_group_feature.py +233 -0
- pulumi_sdwan/get_service_route_policy_feature.py +191 -0
- pulumi_sdwan/get_service_routing_bgp_feature.py +857 -0
- pulumi_sdwan/get_service_routing_eigrp_feature.py +398 -0
- pulumi_sdwan/get_service_routing_ospf_feature.py +566 -0
- pulumi_sdwan/get_service_routing_ospfv3_ipv4_feature.py +650 -0
- pulumi_sdwan/get_service_routing_ospfv3_ipv6_feature.py +650 -0
- pulumi_sdwan/get_service_switchport_feature.py +219 -0
- pulumi_sdwan/get_service_tracker_feature.py +464 -0
- pulumi_sdwan/get_service_tracker_group_feature.py +205 -0
- pulumi_sdwan/get_service_wireless_lan_feature.py +415 -0
- pulumi_sdwan/get_sig_security_feature_profile.py +126 -0
- pulumi_sdwan/get_site_list_policy_object.py +141 -0
- pulumi_sdwan/get_sla_class_policy_object.py +249 -0
- pulumi_sdwan/get_standard_community_list_policy_object.py +141 -0
- pulumi_sdwan/get_switchport_feature_template.py +273 -0
- pulumi_sdwan/get_system_aaa_feature.py +359 -0
- pulumi_sdwan/get_system_banner_feature.py +212 -0
- pulumi_sdwan/get_system_basic_feature.py +1003 -0
- pulumi_sdwan/get_system_bfd_feature.py +252 -0
- pulumi_sdwan/get_system_feature_profile.py +126 -0
- pulumi_sdwan/get_system_flexible_port_speed_feature.py +190 -0
- pulumi_sdwan/get_system_global_feature.py +806 -0
- pulumi_sdwan/get_system_ipv4_device_access_feature.py +191 -0
- pulumi_sdwan/get_system_ipv6_device_access_feature.py +191 -0
- pulumi_sdwan/get_system_logging_feature.py +289 -0
- pulumi_sdwan/get_system_mrf_feature.py +260 -0
- pulumi_sdwan/get_system_ntp_feature.py +303 -0
- pulumi_sdwan/get_system_omp_feature.py +974 -0
- pulumi_sdwan/get_system_performance_monitoring_feature.py +246 -0
- pulumi_sdwan/get_system_remote_access_feature.py +695 -0
- pulumi_sdwan/get_system_security_feature.py +331 -0
- pulumi_sdwan/get_system_snmp_feature.py +317 -0
- pulumi_sdwan/get_tloc_list_policy_object.py +141 -0
- pulumi_sdwan/get_tls_ssl_decryption_policy_definition.py +379 -0
- pulumi_sdwan/get_tls_ssl_profile_policy_definition.py +294 -0
- pulumi_sdwan/get_traffic_data_policy_definition.py +183 -0
- pulumi_sdwan/get_transport_cellular_controller_feature.py +302 -0
- pulumi_sdwan/get_transport_cellular_profile_feature.py +372 -0
- pulumi_sdwan/get_transport_feature_profile.py +126 -0
- pulumi_sdwan/get_transport_gps_feature.py +330 -0
- pulumi_sdwan/get_transport_ipv4_acl_feature.py +191 -0
- pulumi_sdwan/get_transport_ipv6_acl_feature.py +191 -0
- pulumi_sdwan/get_transport_ipv6_tracker_feature.py +414 -0
- pulumi_sdwan/get_transport_ipv6_tracker_group_feature.py +233 -0
- pulumi_sdwan/get_transport_management_vpn_feature.py +342 -0
- pulumi_sdwan/get_transport_management_vpn_interface_ethernet_feature.py +862 -0
- pulumi_sdwan/get_transport_route_policy_feature.py +191 -0
- pulumi_sdwan/get_transport_routing_bgp_feature.py +871 -0
- pulumi_sdwan/get_transport_routing_ospf_feature.py +566 -0
- pulumi_sdwan/get_transport_routing_ospfv3_ipv4_feature.py +650 -0
- pulumi_sdwan/get_transport_routing_ospfv3_ipv6_feature.py +650 -0
- pulumi_sdwan/get_transport_t1_e1_controller_feature.py +219 -0
- pulumi_sdwan/get_transport_tracker_feature.py +414 -0
- pulumi_sdwan/get_transport_tracker_group_feature.py +205 -0
- pulumi_sdwan/get_transport_wan_vpn_feature.py +384 -0
- pulumi_sdwan/get_transport_wan_vpn_feature_associate_routing_bgp_feature.py +156 -0
- pulumi_sdwan/get_transport_wan_vpn_feature_associate_routing_ospf_feature.py +156 -0
- pulumi_sdwan/get_transport_wan_vpn_feature_associate_routing_ospfv3_ipv4_feature.py +156 -0
- pulumi_sdwan/get_transport_wan_vpn_feature_associate_routing_ospfv3_ipv6_feature.py +156 -0
- pulumi_sdwan/get_transport_wan_vpn_interface_cellular_feature.py +1956 -0
- pulumi_sdwan/get_transport_wan_vpn_interface_ethernet_feature.py +2824 -0
- pulumi_sdwan/get_transport_wan_vpn_interface_ethernet_feature_associate_ipv6_tracker_feature.py +178 -0
- pulumi_sdwan/get_transport_wan_vpn_interface_ethernet_feature_associate_ipv6_tracker_group_feature.py +178 -0
- pulumi_sdwan/get_transport_wan_vpn_interface_ethernet_feature_associate_tracker_feature.py +178 -0
- pulumi_sdwan/get_transport_wan_vpn_interface_ethernet_feature_associate_tracker_group_feature.py +178 -0
- pulumi_sdwan/get_transport_wan_vpn_interface_gre_feature.py +570 -0
- pulumi_sdwan/get_transport_wan_vpn_interface_ipsec_feature.py +992 -0
- pulumi_sdwan/get_transport_wan_vpn_interface_t1_e1_serial_feature.py +1623 -0
- pulumi_sdwan/get_url_filtering_policy_definition.py +308 -0
- pulumi_sdwan/get_vedge_inventory.py +103 -0
- pulumi_sdwan/get_vpn_interface_cellular_feature_template.py +2205 -0
- pulumi_sdwan/get_vpn_interface_dsl_ipoe_feature_template.py +2387 -0
- pulumi_sdwan/get_vpn_interface_dsl_pppoa_feature_template.py +2233 -0
- pulumi_sdwan/get_vpn_interface_dsl_pppoe_feature_template.py +2345 -0
- pulumi_sdwan/get_vpn_interface_ethernet_pppoe_feature_template.py +2331 -0
- pulumi_sdwan/get_vpn_interface_multilink_feature_template.py +2051 -0
- pulumi_sdwan/get_vpn_interface_svi_feature_template.py +693 -0
- pulumi_sdwan/get_vpn_interface_t1_e1_serial_feature_template.py +1813 -0
- pulumi_sdwan/get_vpn_list_policy_object.py +141 -0
- pulumi_sdwan/get_vpn_membership_policy_definition.py +169 -0
- pulumi_sdwan/get_zone_based_firewall_policy_definition.py +191 -0
- pulumi_sdwan/get_zone_list_policy_object.py +141 -0
- pulumi_sdwan/gps_feature_template.py +930 -0
- pulumi_sdwan/hub_and_spoke_topology_policy_definition.py +410 -0
- pulumi_sdwan/intrusion_prevention_policy_definition.py +599 -0
- pulumi_sdwan/ips_signature_list_policy_object.py +240 -0
- pulumi_sdwan/ipv4_acl_policy_definition.py +363 -0
- pulumi_sdwan/ipv4_device_acl_policy_definition.py +363 -0
- pulumi_sdwan/ipv4_prefix_list_policy_object.py +270 -0
- pulumi_sdwan/ipv6_acl_policy_definition.py +363 -0
- pulumi_sdwan/ipv6_device_acl_policy_definition.py +363 -0
- pulumi_sdwan/ipv6_prefix_list_policy_object.py +270 -0
- pulumi_sdwan/local_application_list_policy_object.py +266 -0
- pulumi_sdwan/localized_policy.py +807 -0
- pulumi_sdwan/mesh_topology_policy_definition.py +410 -0
- pulumi_sdwan/mirror_policy_object.py +310 -0
- pulumi_sdwan/object_group_policy_definition.py +879 -0
- pulumi_sdwan/other_feature_profile.py +234 -0
- pulumi_sdwan/other_thousandeyes_feature.py +340 -0
- pulumi_sdwan/other_ucse_feature.py +960 -0
- pulumi_sdwan/outputs.py +105049 -0
- pulumi_sdwan/policer_policy_object.py +360 -0
- pulumi_sdwan/policy_object_app_probe_class.py +341 -0
- pulumi_sdwan/policy_object_application_list.py +371 -0
- pulumi_sdwan/policy_object_as_path_list.py +389 -0
- pulumi_sdwan/policy_object_class_map.py +371 -0
- pulumi_sdwan/policy_object_color_list.py +371 -0
- pulumi_sdwan/policy_object_data_ipv4_prefix_list.py +341 -0
- pulumi_sdwan/policy_object_data_ipv6_prefix_list.py +341 -0
- pulumi_sdwan/policy_object_expanded_community_list.py +412 -0
- pulumi_sdwan/policy_object_extended_community_list.py +341 -0
- pulumi_sdwan/policy_object_feature_profile.py +234 -0
- pulumi_sdwan/policy_object_ipv4_prefix_list.py +341 -0
- pulumi_sdwan/policy_object_ipv6_prefix_list.py +341 -0
- pulumi_sdwan/policy_object_mirror.py +341 -0
- pulumi_sdwan/policy_object_policer.py +341 -0
- pulumi_sdwan/policy_object_preferred_color_group.py +341 -0
- pulumi_sdwan/policy_object_security_data_ipv4_prefix_list.py +328 -0
- pulumi_sdwan/policy_object_security_fqdn_list.py +358 -0
- pulumi_sdwan/policy_object_security_geolocation_list.py +371 -0
- pulumi_sdwan/policy_object_security_identity_list.py +370 -0
- pulumi_sdwan/policy_object_security_ips_signature.py +341 -0
- pulumi_sdwan/policy_object_security_local_application_list.py +370 -0
- pulumi_sdwan/policy_object_security_local_domain_list.py +328 -0
- pulumi_sdwan/policy_object_security_port_list.py +371 -0
- pulumi_sdwan/policy_object_security_scalable_group_tag_list.py +328 -0
- pulumi_sdwan/policy_object_security_url_allow_list.py +371 -0
- pulumi_sdwan/policy_object_security_url_block_list.py +371 -0
- pulumi_sdwan/policy_object_sla_class_list.py +341 -0
- pulumi_sdwan/policy_object_standard_community_list.py +341 -0
- pulumi_sdwan/policy_object_tloc_list.py +341 -0
- pulumi_sdwan/policy_object_vpn_group.py +371 -0
- pulumi_sdwan/port_list_policy_object.py +266 -0
- pulumi_sdwan/preferred_color_group_policy_object.py +505 -0
- pulumi_sdwan/protocol_list_policy_object.py +266 -0
- pulumi_sdwan/provider.py +209 -0
- pulumi_sdwan/pulumi-plugin.json +5 -0
- pulumi_sdwan/py.typed +0 -0
- pulumi_sdwan/qos_map_policy_definition.py +316 -0
- pulumi_sdwan/region_list_policy_object.py +240 -0
- pulumi_sdwan/rewrite_rule_policy_definition.py +316 -0
- pulumi_sdwan/route_policy_definition.py +362 -0
- pulumi_sdwan/rule_set_policy_definition.py +288 -0
- pulumi_sdwan/security_app_hosting_feature_template.py +379 -0
- pulumi_sdwan/security_policy.py +799 -0
- pulumi_sdwan/service_dhcp_server_feature.py +1261 -0
- pulumi_sdwan/service_feature_profile.py +234 -0
- pulumi_sdwan/service_ipv4_acl_feature.py +386 -0
- pulumi_sdwan/service_ipv6_acl_feature.py +386 -0
- pulumi_sdwan/service_lan_vpn_feature.py +1967 -0
- pulumi_sdwan/service_lan_vpn_feature_associate_multicast_feature.py +285 -0
- pulumi_sdwan/service_lan_vpn_feature_associate_routing_bgp_feature.py +285 -0
- pulumi_sdwan/service_lan_vpn_feature_associate_routing_eigrp_feature.py +285 -0
- pulumi_sdwan/service_lan_vpn_feature_associate_routing_ospf_feature.py +285 -0
- pulumi_sdwan/service_lan_vpn_feature_associate_routing_ospfv3_ipv4_feature.py +285 -0
- pulumi_sdwan/service_lan_vpn_feature_associate_routing_ospfv3_ipv6_feature.py +285 -0
- pulumi_sdwan/service_lan_vpn_interface_ethernet_feature.py +4292 -0
- pulumi_sdwan/service_lan_vpn_interface_ethernet_feature_associate_dhcp_server_feature.py +335 -0
- pulumi_sdwan/service_lan_vpn_interface_gre_feature.py +1717 -0
- pulumi_sdwan/service_lan_vpn_interface_ipsec_feature.py +3269 -0
- pulumi_sdwan/service_lan_vpn_interface_ipsec_feature_associate_dhcp_server_feature.py +335 -0
- pulumi_sdwan/service_lan_vpn_interface_svi_feature.py +2102 -0
- pulumi_sdwan/service_lan_vpn_interface_svi_feature_associate_dhcp_server_feature.py +335 -0
- pulumi_sdwan/service_multicast_feature.py +1468 -0
- pulumi_sdwan/service_object_tracker_feature.py +867 -0
- pulumi_sdwan/service_object_tracker_group_feature.py +528 -0
- pulumi_sdwan/service_route_policy_feature.py +387 -0
- pulumi_sdwan/service_routing_bgp_feature.py +2623 -0
- pulumi_sdwan/service_routing_eigrp_feature.py +1080 -0
- pulumi_sdwan/service_routing_ospf_feature.py +1643 -0
- pulumi_sdwan/service_routing_ospfv3_ipv4_feature.py +1925 -0
- pulumi_sdwan/service_routing_ospfv3_ipv6_feature.py +1925 -0
- pulumi_sdwan/service_switchport_feature.py +481 -0
- pulumi_sdwan/service_tracker_feature.py +1371 -0
- pulumi_sdwan/service_tracker_group_feature.py +434 -0
- pulumi_sdwan/service_wireless_lan_feature.py +1232 -0
- pulumi_sdwan/sig_security_feature_profile.py +234 -0
- pulumi_sdwan/site_list_policy_object.py +240 -0
- pulumi_sdwan/sla_class_policy_object.py +661 -0
- pulumi_sdwan/standard_community_list_policy_object.py +266 -0
- pulumi_sdwan/switchport_feature_template.py +661 -0
- pulumi_sdwan/system_aaa_feature.py +952 -0
- pulumi_sdwan/system_banner_feature.py +481 -0
- pulumi_sdwan/system_basic_feature.py +3637 -0
- pulumi_sdwan/system_bfd_feature.py +622 -0
- pulumi_sdwan/system_feature_profile.py +234 -0
- pulumi_sdwan/system_flexible_port_speed_feature.py +425 -0
- pulumi_sdwan/system_global_feature.py +2523 -0
- pulumi_sdwan/system_ipv4_device_access_feature.py +387 -0
- pulumi_sdwan/system_ipv6_device_access_feature.py +387 -0
- pulumi_sdwan/system_logging_feature.py +715 -0
- pulumi_sdwan/system_mrf_feature.py +653 -0
- pulumi_sdwan/system_ntp_feature.py +762 -0
- pulumi_sdwan/system_omp_feature.py +3099 -0
- pulumi_sdwan/system_performance_monitoring_feature.py +608 -0
- pulumi_sdwan/system_remote_access_feature.py +2230 -0
- pulumi_sdwan/system_security_feature.py +863 -0
- pulumi_sdwan/system_snmp_feature.py +809 -0
- pulumi_sdwan/tloc_list_policy_object.py +240 -0
- pulumi_sdwan/tls_ssl_decryption_policy_definition.py +1039 -0
- pulumi_sdwan/tls_ssl_profile_policy_definition.py +791 -0
- pulumi_sdwan/traffic_data_policy_definition.py +363 -0
- pulumi_sdwan/transport_cellular_controller_feature.py +796 -0
- pulumi_sdwan/transport_cellular_profile_feature.py +1036 -0
- pulumi_sdwan/transport_feature_profile.py +234 -0
- pulumi_sdwan/transport_gps_feature.py +891 -0
- pulumi_sdwan/transport_ipv4_acl_feature.py +386 -0
- pulumi_sdwan/transport_ipv6_acl_feature.py +386 -0
- pulumi_sdwan/transport_ipv6_tracker_feature.py +1179 -0
- pulumi_sdwan/transport_ipv6_tracker_group_feature.py +529 -0
- pulumi_sdwan/transport_management_vpn_feature.py +890 -0
- pulumi_sdwan/transport_management_vpn_interface_ethernet_feature.py +2665 -0
- pulumi_sdwan/transport_route_policy_feature.py +387 -0
- pulumi_sdwan/transport_routing_bgp_feature.py +2670 -0
- pulumi_sdwan/transport_routing_ospf_feature.py +1643 -0
- pulumi_sdwan/transport_routing_ospfv3_ipv4_feature.py +1925 -0
- pulumi_sdwan/transport_routing_ospfv3_ipv6_feature.py +1925 -0
- pulumi_sdwan/transport_t1_e1_controller_feature.py +483 -0
- pulumi_sdwan/transport_tracker_feature.py +1179 -0
- pulumi_sdwan/transport_tracker_group_feature.py +434 -0
- pulumi_sdwan/transport_wan_vpn_feature.py +1031 -0
- pulumi_sdwan/transport_wan_vpn_feature_associate_routing_bgp_feature.py +285 -0
- pulumi_sdwan/transport_wan_vpn_feature_associate_routing_ospf_feature.py +285 -0
- pulumi_sdwan/transport_wan_vpn_feature_associate_routing_ospfv3_ipv4_feature.py +285 -0
- pulumi_sdwan/transport_wan_vpn_feature_associate_routing_ospfv3_ipv6_feature.py +285 -0
- pulumi_sdwan/transport_wan_vpn_interface_cellular_feature.py +6313 -0
- pulumi_sdwan/transport_wan_vpn_interface_ethernet_feature.py +9269 -0
- pulumi_sdwan/transport_wan_vpn_interface_ethernet_feature_associate_ipv6_tracker_feature.py +335 -0
- pulumi_sdwan/transport_wan_vpn_interface_ethernet_feature_associate_ipv6_tracker_group_feature.py +335 -0
- pulumi_sdwan/transport_wan_vpn_interface_ethernet_feature_associate_tracker_feature.py +335 -0
- pulumi_sdwan/transport_wan_vpn_interface_ethernet_feature_associate_tracker_group_feature.py +335 -0
- pulumi_sdwan/transport_wan_vpn_interface_gre_feature.py +1717 -0
- pulumi_sdwan/transport_wan_vpn_interface_ipsec_feature.py +3268 -0
- pulumi_sdwan/transport_wan_vpn_interface_t1_e1_serial_feature.py +5364 -0
- pulumi_sdwan/url_filtering_policy_definition.py +847 -0
- pulumi_sdwan/vpn_interface_cellular_feature_template.py +7168 -0
- pulumi_sdwan/vpn_interface_dsl_ipoe_feature_template.py +7779 -0
- pulumi_sdwan/vpn_interface_dsl_pppoa_feature_template.py +7262 -0
- pulumi_sdwan/vpn_interface_dsl_pppoe_feature_template.py +7638 -0
- pulumi_sdwan/vpn_interface_ethernet_pppoe_feature_template.py +7591 -0
- pulumi_sdwan/vpn_interface_multilink_feature_template.py +6651 -0
- pulumi_sdwan/vpn_interface_svi_feature_template.py +2071 -0
- pulumi_sdwan/vpn_interface_t1_e1_serial_feature_template.py +5866 -0
- pulumi_sdwan/vpn_list_policy_object.py +240 -0
- pulumi_sdwan/vpn_membership_policy_definition.py +316 -0
- pulumi_sdwan/zone_based_firewall_policy_definition.py +406 -0
- pulumi_sdwan/zone_list_policy_object.py +266 -0
- pulumi_sdwan-0.3.0a1736835519.dist-info/METADATA +64 -0
- pulumi_sdwan-0.3.0a1736835519.dist-info/RECORD +464 -0
- pulumi_sdwan-0.3.0a1736835519.dist-info/WHEEL +5 -0
- pulumi_sdwan-0.3.0a1736835519.dist-info/top_level.txt +1 -0
|
@@ -0,0 +1,331 @@
|
|
|
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
|
+
'GetSystemSecurityFeatureResult',
|
|
20
|
+
'AwaitableGetSystemSecurityFeatureResult',
|
|
21
|
+
'get_system_security_feature',
|
|
22
|
+
'get_system_security_feature_output',
|
|
23
|
+
]
|
|
24
|
+
|
|
25
|
+
@pulumi.output_type
|
|
26
|
+
class GetSystemSecurityFeatureResult:
|
|
27
|
+
"""
|
|
28
|
+
A collection of values returned by getSystemSecurityFeature.
|
|
29
|
+
"""
|
|
30
|
+
def __init__(__self__, anti_replay_window=None, anti_replay_window_variable=None, description=None, extended_anti_replay_window=None, extended_anti_replay_window_variable=None, feature_profile_id=None, id=None, integrity_type_variable=None, integrity_types=None, ipsec_pairwise_keying=None, ipsec_pairwise_keying_variable=None, keychains=None, keys=None, name=None, rekey=None, rekey_variable=None, version=None):
|
|
31
|
+
if anti_replay_window and not isinstance(anti_replay_window, str):
|
|
32
|
+
raise TypeError("Expected argument 'anti_replay_window' to be a str")
|
|
33
|
+
pulumi.set(__self__, "anti_replay_window", anti_replay_window)
|
|
34
|
+
if anti_replay_window_variable and not isinstance(anti_replay_window_variable, str):
|
|
35
|
+
raise TypeError("Expected argument 'anti_replay_window_variable' to be a str")
|
|
36
|
+
pulumi.set(__self__, "anti_replay_window_variable", anti_replay_window_variable)
|
|
37
|
+
if description and not isinstance(description, str):
|
|
38
|
+
raise TypeError("Expected argument 'description' to be a str")
|
|
39
|
+
pulumi.set(__self__, "description", description)
|
|
40
|
+
if extended_anti_replay_window and not isinstance(extended_anti_replay_window, int):
|
|
41
|
+
raise TypeError("Expected argument 'extended_anti_replay_window' to be a int")
|
|
42
|
+
pulumi.set(__self__, "extended_anti_replay_window", extended_anti_replay_window)
|
|
43
|
+
if extended_anti_replay_window_variable and not isinstance(extended_anti_replay_window_variable, str):
|
|
44
|
+
raise TypeError("Expected argument 'extended_anti_replay_window_variable' to be a str")
|
|
45
|
+
pulumi.set(__self__, "extended_anti_replay_window_variable", extended_anti_replay_window_variable)
|
|
46
|
+
if feature_profile_id and not isinstance(feature_profile_id, str):
|
|
47
|
+
raise TypeError("Expected argument 'feature_profile_id' to be a str")
|
|
48
|
+
pulumi.set(__self__, "feature_profile_id", feature_profile_id)
|
|
49
|
+
if id and not isinstance(id, str):
|
|
50
|
+
raise TypeError("Expected argument 'id' to be a str")
|
|
51
|
+
pulumi.set(__self__, "id", id)
|
|
52
|
+
if integrity_type_variable and not isinstance(integrity_type_variable, str):
|
|
53
|
+
raise TypeError("Expected argument 'integrity_type_variable' to be a str")
|
|
54
|
+
pulumi.set(__self__, "integrity_type_variable", integrity_type_variable)
|
|
55
|
+
if integrity_types and not isinstance(integrity_types, list):
|
|
56
|
+
raise TypeError("Expected argument 'integrity_types' to be a list")
|
|
57
|
+
pulumi.set(__self__, "integrity_types", integrity_types)
|
|
58
|
+
if ipsec_pairwise_keying and not isinstance(ipsec_pairwise_keying, bool):
|
|
59
|
+
raise TypeError("Expected argument 'ipsec_pairwise_keying' to be a bool")
|
|
60
|
+
pulumi.set(__self__, "ipsec_pairwise_keying", ipsec_pairwise_keying)
|
|
61
|
+
if ipsec_pairwise_keying_variable and not isinstance(ipsec_pairwise_keying_variable, str):
|
|
62
|
+
raise TypeError("Expected argument 'ipsec_pairwise_keying_variable' to be a str")
|
|
63
|
+
pulumi.set(__self__, "ipsec_pairwise_keying_variable", ipsec_pairwise_keying_variable)
|
|
64
|
+
if keychains and not isinstance(keychains, list):
|
|
65
|
+
raise TypeError("Expected argument 'keychains' to be a list")
|
|
66
|
+
pulumi.set(__self__, "keychains", keychains)
|
|
67
|
+
if keys and not isinstance(keys, list):
|
|
68
|
+
raise TypeError("Expected argument 'keys' to be a list")
|
|
69
|
+
pulumi.set(__self__, "keys", keys)
|
|
70
|
+
if name and not isinstance(name, str):
|
|
71
|
+
raise TypeError("Expected argument 'name' to be a str")
|
|
72
|
+
pulumi.set(__self__, "name", name)
|
|
73
|
+
if rekey and not isinstance(rekey, int):
|
|
74
|
+
raise TypeError("Expected argument 'rekey' to be a int")
|
|
75
|
+
pulumi.set(__self__, "rekey", rekey)
|
|
76
|
+
if rekey_variable and not isinstance(rekey_variable, str):
|
|
77
|
+
raise TypeError("Expected argument 'rekey_variable' to be a str")
|
|
78
|
+
pulumi.set(__self__, "rekey_variable", rekey_variable)
|
|
79
|
+
if version and not isinstance(version, int):
|
|
80
|
+
raise TypeError("Expected argument 'version' to be a int")
|
|
81
|
+
pulumi.set(__self__, "version", version)
|
|
82
|
+
|
|
83
|
+
@property
|
|
84
|
+
@pulumi.getter(name="antiReplayWindow")
|
|
85
|
+
def anti_replay_window(self) -> str:
|
|
86
|
+
"""
|
|
87
|
+
Set the sliding replay window size
|
|
88
|
+
"""
|
|
89
|
+
return pulumi.get(self, "anti_replay_window")
|
|
90
|
+
|
|
91
|
+
@property
|
|
92
|
+
@pulumi.getter(name="antiReplayWindowVariable")
|
|
93
|
+
def anti_replay_window_variable(self) -> str:
|
|
94
|
+
"""
|
|
95
|
+
Variable name
|
|
96
|
+
"""
|
|
97
|
+
return pulumi.get(self, "anti_replay_window_variable")
|
|
98
|
+
|
|
99
|
+
@property
|
|
100
|
+
@pulumi.getter
|
|
101
|
+
def description(self) -> str:
|
|
102
|
+
"""
|
|
103
|
+
The description of the Feature
|
|
104
|
+
"""
|
|
105
|
+
return pulumi.get(self, "description")
|
|
106
|
+
|
|
107
|
+
@property
|
|
108
|
+
@pulumi.getter(name="extendedAntiReplayWindow")
|
|
109
|
+
def extended_anti_replay_window(self) -> int:
|
|
110
|
+
"""
|
|
111
|
+
Extended Anti-Replay Window
|
|
112
|
+
"""
|
|
113
|
+
return pulumi.get(self, "extended_anti_replay_window")
|
|
114
|
+
|
|
115
|
+
@property
|
|
116
|
+
@pulumi.getter(name="extendedAntiReplayWindowVariable")
|
|
117
|
+
def extended_anti_replay_window_variable(self) -> str:
|
|
118
|
+
"""
|
|
119
|
+
Variable name
|
|
120
|
+
"""
|
|
121
|
+
return pulumi.get(self, "extended_anti_replay_window_variable")
|
|
122
|
+
|
|
123
|
+
@property
|
|
124
|
+
@pulumi.getter(name="featureProfileId")
|
|
125
|
+
def feature_profile_id(self) -> str:
|
|
126
|
+
"""
|
|
127
|
+
Feature Profile ID
|
|
128
|
+
"""
|
|
129
|
+
return pulumi.get(self, "feature_profile_id")
|
|
130
|
+
|
|
131
|
+
@property
|
|
132
|
+
@pulumi.getter
|
|
133
|
+
def id(self) -> str:
|
|
134
|
+
"""
|
|
135
|
+
The id of the Feature
|
|
136
|
+
"""
|
|
137
|
+
return pulumi.get(self, "id")
|
|
138
|
+
|
|
139
|
+
@property
|
|
140
|
+
@pulumi.getter(name="integrityTypeVariable")
|
|
141
|
+
def integrity_type_variable(self) -> str:
|
|
142
|
+
"""
|
|
143
|
+
Variable name
|
|
144
|
+
"""
|
|
145
|
+
return pulumi.get(self, "integrity_type_variable")
|
|
146
|
+
|
|
147
|
+
@property
|
|
148
|
+
@pulumi.getter(name="integrityTypes")
|
|
149
|
+
def integrity_types(self) -> Sequence[str]:
|
|
150
|
+
"""
|
|
151
|
+
Set the authentication type for DTLS connections
|
|
152
|
+
"""
|
|
153
|
+
return pulumi.get(self, "integrity_types")
|
|
154
|
+
|
|
155
|
+
@property
|
|
156
|
+
@pulumi.getter(name="ipsecPairwiseKeying")
|
|
157
|
+
def ipsec_pairwise_keying(self) -> bool:
|
|
158
|
+
"""
|
|
159
|
+
Enable or disable IPsec pairwise-keying
|
|
160
|
+
"""
|
|
161
|
+
return pulumi.get(self, "ipsec_pairwise_keying")
|
|
162
|
+
|
|
163
|
+
@property
|
|
164
|
+
@pulumi.getter(name="ipsecPairwiseKeyingVariable")
|
|
165
|
+
def ipsec_pairwise_keying_variable(self) -> str:
|
|
166
|
+
"""
|
|
167
|
+
Variable name
|
|
168
|
+
"""
|
|
169
|
+
return pulumi.get(self, "ipsec_pairwise_keying_variable")
|
|
170
|
+
|
|
171
|
+
@property
|
|
172
|
+
@pulumi.getter
|
|
173
|
+
def keychains(self) -> Sequence['outputs.GetSystemSecurityFeatureKeychainResult']:
|
|
174
|
+
"""
|
|
175
|
+
Configure a Keychain
|
|
176
|
+
"""
|
|
177
|
+
return pulumi.get(self, "keychains")
|
|
178
|
+
|
|
179
|
+
@property
|
|
180
|
+
@pulumi.getter
|
|
181
|
+
def keys(self) -> Sequence['outputs.GetSystemSecurityFeatureKeyResult']:
|
|
182
|
+
"""
|
|
183
|
+
Configure a Key
|
|
184
|
+
"""
|
|
185
|
+
return pulumi.get(self, "keys")
|
|
186
|
+
|
|
187
|
+
@property
|
|
188
|
+
@pulumi.getter
|
|
189
|
+
def name(self) -> str:
|
|
190
|
+
"""
|
|
191
|
+
The name of the Feature
|
|
192
|
+
"""
|
|
193
|
+
return pulumi.get(self, "name")
|
|
194
|
+
|
|
195
|
+
@property
|
|
196
|
+
@pulumi.getter
|
|
197
|
+
def rekey(self) -> int:
|
|
198
|
+
"""
|
|
199
|
+
Set how often to change the AES key for DTLS connections
|
|
200
|
+
"""
|
|
201
|
+
return pulumi.get(self, "rekey")
|
|
202
|
+
|
|
203
|
+
@property
|
|
204
|
+
@pulumi.getter(name="rekeyVariable")
|
|
205
|
+
def rekey_variable(self) -> str:
|
|
206
|
+
"""
|
|
207
|
+
Variable name
|
|
208
|
+
"""
|
|
209
|
+
return pulumi.get(self, "rekey_variable")
|
|
210
|
+
|
|
211
|
+
@property
|
|
212
|
+
@pulumi.getter
|
|
213
|
+
def version(self) -> int:
|
|
214
|
+
"""
|
|
215
|
+
The version of the Feature
|
|
216
|
+
"""
|
|
217
|
+
return pulumi.get(self, "version")
|
|
218
|
+
|
|
219
|
+
|
|
220
|
+
class AwaitableGetSystemSecurityFeatureResult(GetSystemSecurityFeatureResult):
|
|
221
|
+
# pylint: disable=using-constant-test
|
|
222
|
+
def __await__(self):
|
|
223
|
+
if False:
|
|
224
|
+
yield self
|
|
225
|
+
return GetSystemSecurityFeatureResult(
|
|
226
|
+
anti_replay_window=self.anti_replay_window,
|
|
227
|
+
anti_replay_window_variable=self.anti_replay_window_variable,
|
|
228
|
+
description=self.description,
|
|
229
|
+
extended_anti_replay_window=self.extended_anti_replay_window,
|
|
230
|
+
extended_anti_replay_window_variable=self.extended_anti_replay_window_variable,
|
|
231
|
+
feature_profile_id=self.feature_profile_id,
|
|
232
|
+
id=self.id,
|
|
233
|
+
integrity_type_variable=self.integrity_type_variable,
|
|
234
|
+
integrity_types=self.integrity_types,
|
|
235
|
+
ipsec_pairwise_keying=self.ipsec_pairwise_keying,
|
|
236
|
+
ipsec_pairwise_keying_variable=self.ipsec_pairwise_keying_variable,
|
|
237
|
+
keychains=self.keychains,
|
|
238
|
+
keys=self.keys,
|
|
239
|
+
name=self.name,
|
|
240
|
+
rekey=self.rekey,
|
|
241
|
+
rekey_variable=self.rekey_variable,
|
|
242
|
+
version=self.version)
|
|
243
|
+
|
|
244
|
+
|
|
245
|
+
def get_system_security_feature(feature_profile_id: Optional[str] = None,
|
|
246
|
+
id: Optional[str] = None,
|
|
247
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetSystemSecurityFeatureResult:
|
|
248
|
+
"""
|
|
249
|
+
This data source can read the System Security Feature.
|
|
250
|
+
|
|
251
|
+
## Example Usage
|
|
252
|
+
|
|
253
|
+
```python
|
|
254
|
+
import pulumi
|
|
255
|
+
import pulumi_sdwan as sdwan
|
|
256
|
+
|
|
257
|
+
example = sdwan.get_system_security_feature(id="f6b2c44c-693c-4763-b010-895aa3d236bd",
|
|
258
|
+
feature_profile_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac")
|
|
259
|
+
```
|
|
260
|
+
|
|
261
|
+
|
|
262
|
+
:param str feature_profile_id: Feature Profile ID
|
|
263
|
+
:param str id: The id of the Feature
|
|
264
|
+
"""
|
|
265
|
+
__args__ = dict()
|
|
266
|
+
__args__['featureProfileId'] = feature_profile_id
|
|
267
|
+
__args__['id'] = id
|
|
268
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
269
|
+
__ret__ = pulumi.runtime.invoke('sdwan:index/getSystemSecurityFeature:getSystemSecurityFeature', __args__, opts=opts, typ=GetSystemSecurityFeatureResult).value
|
|
270
|
+
|
|
271
|
+
return AwaitableGetSystemSecurityFeatureResult(
|
|
272
|
+
anti_replay_window=pulumi.get(__ret__, 'anti_replay_window'),
|
|
273
|
+
anti_replay_window_variable=pulumi.get(__ret__, 'anti_replay_window_variable'),
|
|
274
|
+
description=pulumi.get(__ret__, 'description'),
|
|
275
|
+
extended_anti_replay_window=pulumi.get(__ret__, 'extended_anti_replay_window'),
|
|
276
|
+
extended_anti_replay_window_variable=pulumi.get(__ret__, 'extended_anti_replay_window_variable'),
|
|
277
|
+
feature_profile_id=pulumi.get(__ret__, 'feature_profile_id'),
|
|
278
|
+
id=pulumi.get(__ret__, 'id'),
|
|
279
|
+
integrity_type_variable=pulumi.get(__ret__, 'integrity_type_variable'),
|
|
280
|
+
integrity_types=pulumi.get(__ret__, 'integrity_types'),
|
|
281
|
+
ipsec_pairwise_keying=pulumi.get(__ret__, 'ipsec_pairwise_keying'),
|
|
282
|
+
ipsec_pairwise_keying_variable=pulumi.get(__ret__, 'ipsec_pairwise_keying_variable'),
|
|
283
|
+
keychains=pulumi.get(__ret__, 'keychains'),
|
|
284
|
+
keys=pulumi.get(__ret__, 'keys'),
|
|
285
|
+
name=pulumi.get(__ret__, 'name'),
|
|
286
|
+
rekey=pulumi.get(__ret__, 'rekey'),
|
|
287
|
+
rekey_variable=pulumi.get(__ret__, 'rekey_variable'),
|
|
288
|
+
version=pulumi.get(__ret__, 'version'))
|
|
289
|
+
def get_system_security_feature_output(feature_profile_id: Optional[pulumi.Input[str]] = None,
|
|
290
|
+
id: Optional[pulumi.Input[str]] = None,
|
|
291
|
+
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetSystemSecurityFeatureResult]:
|
|
292
|
+
"""
|
|
293
|
+
This data source can read the System Security Feature.
|
|
294
|
+
|
|
295
|
+
## Example Usage
|
|
296
|
+
|
|
297
|
+
```python
|
|
298
|
+
import pulumi
|
|
299
|
+
import pulumi_sdwan as sdwan
|
|
300
|
+
|
|
301
|
+
example = sdwan.get_system_security_feature(id="f6b2c44c-693c-4763-b010-895aa3d236bd",
|
|
302
|
+
feature_profile_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac")
|
|
303
|
+
```
|
|
304
|
+
|
|
305
|
+
|
|
306
|
+
:param str feature_profile_id: Feature Profile ID
|
|
307
|
+
:param str id: The id of the Feature
|
|
308
|
+
"""
|
|
309
|
+
__args__ = dict()
|
|
310
|
+
__args__['featureProfileId'] = feature_profile_id
|
|
311
|
+
__args__['id'] = id
|
|
312
|
+
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
313
|
+
__ret__ = pulumi.runtime.invoke_output('sdwan:index/getSystemSecurityFeature:getSystemSecurityFeature', __args__, opts=opts, typ=GetSystemSecurityFeatureResult)
|
|
314
|
+
return __ret__.apply(lambda __response__: GetSystemSecurityFeatureResult(
|
|
315
|
+
anti_replay_window=pulumi.get(__response__, 'anti_replay_window'),
|
|
316
|
+
anti_replay_window_variable=pulumi.get(__response__, 'anti_replay_window_variable'),
|
|
317
|
+
description=pulumi.get(__response__, 'description'),
|
|
318
|
+
extended_anti_replay_window=pulumi.get(__response__, 'extended_anti_replay_window'),
|
|
319
|
+
extended_anti_replay_window_variable=pulumi.get(__response__, 'extended_anti_replay_window_variable'),
|
|
320
|
+
feature_profile_id=pulumi.get(__response__, 'feature_profile_id'),
|
|
321
|
+
id=pulumi.get(__response__, 'id'),
|
|
322
|
+
integrity_type_variable=pulumi.get(__response__, 'integrity_type_variable'),
|
|
323
|
+
integrity_types=pulumi.get(__response__, 'integrity_types'),
|
|
324
|
+
ipsec_pairwise_keying=pulumi.get(__response__, 'ipsec_pairwise_keying'),
|
|
325
|
+
ipsec_pairwise_keying_variable=pulumi.get(__response__, 'ipsec_pairwise_keying_variable'),
|
|
326
|
+
keychains=pulumi.get(__response__, 'keychains'),
|
|
327
|
+
keys=pulumi.get(__response__, 'keys'),
|
|
328
|
+
name=pulumi.get(__response__, 'name'),
|
|
329
|
+
rekey=pulumi.get(__response__, 'rekey'),
|
|
330
|
+
rekey_variable=pulumi.get(__response__, 'rekey_variable'),
|
|
331
|
+
version=pulumi.get(__response__, 'version')))
|
|
@@ -0,0 +1,317 @@
|
|
|
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
|
+
'GetSystemSnmpFeatureResult',
|
|
20
|
+
'AwaitableGetSystemSnmpFeatureResult',
|
|
21
|
+
'get_system_snmp_feature',
|
|
22
|
+
'get_system_snmp_feature_output',
|
|
23
|
+
]
|
|
24
|
+
|
|
25
|
+
@pulumi.output_type
|
|
26
|
+
class GetSystemSnmpFeatureResult:
|
|
27
|
+
"""
|
|
28
|
+
A collection of values returned by getSystemSnmpFeature.
|
|
29
|
+
"""
|
|
30
|
+
def __init__(__self__, communities=None, contact_person=None, contact_person_variable=None, description=None, feature_profile_id=None, groups=None, id=None, location_of_device=None, location_of_device_variable=None, name=None, shutdown=None, shutdown_variable=None, trap_target_servers=None, users=None, version=None, views=None):
|
|
31
|
+
if communities and not isinstance(communities, list):
|
|
32
|
+
raise TypeError("Expected argument 'communities' to be a list")
|
|
33
|
+
pulumi.set(__self__, "communities", communities)
|
|
34
|
+
if contact_person and not isinstance(contact_person, str):
|
|
35
|
+
raise TypeError("Expected argument 'contact_person' to be a str")
|
|
36
|
+
pulumi.set(__self__, "contact_person", contact_person)
|
|
37
|
+
if contact_person_variable and not isinstance(contact_person_variable, str):
|
|
38
|
+
raise TypeError("Expected argument 'contact_person_variable' to be a str")
|
|
39
|
+
pulumi.set(__self__, "contact_person_variable", contact_person_variable)
|
|
40
|
+
if description and not isinstance(description, str):
|
|
41
|
+
raise TypeError("Expected argument 'description' to be a str")
|
|
42
|
+
pulumi.set(__self__, "description", description)
|
|
43
|
+
if feature_profile_id and not isinstance(feature_profile_id, str):
|
|
44
|
+
raise TypeError("Expected argument 'feature_profile_id' to be a str")
|
|
45
|
+
pulumi.set(__self__, "feature_profile_id", feature_profile_id)
|
|
46
|
+
if groups and not isinstance(groups, list):
|
|
47
|
+
raise TypeError("Expected argument 'groups' to be a list")
|
|
48
|
+
pulumi.set(__self__, "groups", groups)
|
|
49
|
+
if id and not isinstance(id, str):
|
|
50
|
+
raise TypeError("Expected argument 'id' to be a str")
|
|
51
|
+
pulumi.set(__self__, "id", id)
|
|
52
|
+
if location_of_device and not isinstance(location_of_device, str):
|
|
53
|
+
raise TypeError("Expected argument 'location_of_device' to be a str")
|
|
54
|
+
pulumi.set(__self__, "location_of_device", location_of_device)
|
|
55
|
+
if location_of_device_variable and not isinstance(location_of_device_variable, str):
|
|
56
|
+
raise TypeError("Expected argument 'location_of_device_variable' to be a str")
|
|
57
|
+
pulumi.set(__self__, "location_of_device_variable", location_of_device_variable)
|
|
58
|
+
if name and not isinstance(name, str):
|
|
59
|
+
raise TypeError("Expected argument 'name' to be a str")
|
|
60
|
+
pulumi.set(__self__, "name", name)
|
|
61
|
+
if shutdown and not isinstance(shutdown, bool):
|
|
62
|
+
raise TypeError("Expected argument 'shutdown' to be a bool")
|
|
63
|
+
pulumi.set(__self__, "shutdown", shutdown)
|
|
64
|
+
if shutdown_variable and not isinstance(shutdown_variable, str):
|
|
65
|
+
raise TypeError("Expected argument 'shutdown_variable' to be a str")
|
|
66
|
+
pulumi.set(__self__, "shutdown_variable", shutdown_variable)
|
|
67
|
+
if trap_target_servers and not isinstance(trap_target_servers, list):
|
|
68
|
+
raise TypeError("Expected argument 'trap_target_servers' to be a list")
|
|
69
|
+
pulumi.set(__self__, "trap_target_servers", trap_target_servers)
|
|
70
|
+
if users and not isinstance(users, list):
|
|
71
|
+
raise TypeError("Expected argument 'users' to be a list")
|
|
72
|
+
pulumi.set(__self__, "users", users)
|
|
73
|
+
if version and not isinstance(version, int):
|
|
74
|
+
raise TypeError("Expected argument 'version' to be a int")
|
|
75
|
+
pulumi.set(__self__, "version", version)
|
|
76
|
+
if views and not isinstance(views, list):
|
|
77
|
+
raise TypeError("Expected argument 'views' to be a list")
|
|
78
|
+
pulumi.set(__self__, "views", views)
|
|
79
|
+
|
|
80
|
+
@property
|
|
81
|
+
@pulumi.getter
|
|
82
|
+
def communities(self) -> Sequence['outputs.GetSystemSnmpFeatureCommunityResult']:
|
|
83
|
+
"""
|
|
84
|
+
Configure SNMP community
|
|
85
|
+
"""
|
|
86
|
+
return pulumi.get(self, "communities")
|
|
87
|
+
|
|
88
|
+
@property
|
|
89
|
+
@pulumi.getter(name="contactPerson")
|
|
90
|
+
def contact_person(self) -> str:
|
|
91
|
+
"""
|
|
92
|
+
Set the contact for this managed node
|
|
93
|
+
"""
|
|
94
|
+
return pulumi.get(self, "contact_person")
|
|
95
|
+
|
|
96
|
+
@property
|
|
97
|
+
@pulumi.getter(name="contactPersonVariable")
|
|
98
|
+
def contact_person_variable(self) -> str:
|
|
99
|
+
"""
|
|
100
|
+
Variable name
|
|
101
|
+
"""
|
|
102
|
+
return pulumi.get(self, "contact_person_variable")
|
|
103
|
+
|
|
104
|
+
@property
|
|
105
|
+
@pulumi.getter
|
|
106
|
+
def description(self) -> str:
|
|
107
|
+
"""
|
|
108
|
+
The description of the Feature
|
|
109
|
+
"""
|
|
110
|
+
return pulumi.get(self, "description")
|
|
111
|
+
|
|
112
|
+
@property
|
|
113
|
+
@pulumi.getter(name="featureProfileId")
|
|
114
|
+
def feature_profile_id(self) -> str:
|
|
115
|
+
"""
|
|
116
|
+
Feature Profile ID
|
|
117
|
+
"""
|
|
118
|
+
return pulumi.get(self, "feature_profile_id")
|
|
119
|
+
|
|
120
|
+
@property
|
|
121
|
+
@pulumi.getter
|
|
122
|
+
def groups(self) -> Sequence['outputs.GetSystemSnmpFeatureGroupResult']:
|
|
123
|
+
"""
|
|
124
|
+
Configure an SNMP group
|
|
125
|
+
"""
|
|
126
|
+
return pulumi.get(self, "groups")
|
|
127
|
+
|
|
128
|
+
@property
|
|
129
|
+
@pulumi.getter
|
|
130
|
+
def id(self) -> str:
|
|
131
|
+
"""
|
|
132
|
+
The id of the Feature
|
|
133
|
+
"""
|
|
134
|
+
return pulumi.get(self, "id")
|
|
135
|
+
|
|
136
|
+
@property
|
|
137
|
+
@pulumi.getter(name="locationOfDevice")
|
|
138
|
+
def location_of_device(self) -> str:
|
|
139
|
+
"""
|
|
140
|
+
Set the physical location of this managed node
|
|
141
|
+
"""
|
|
142
|
+
return pulumi.get(self, "location_of_device")
|
|
143
|
+
|
|
144
|
+
@property
|
|
145
|
+
@pulumi.getter(name="locationOfDeviceVariable")
|
|
146
|
+
def location_of_device_variable(self) -> str:
|
|
147
|
+
"""
|
|
148
|
+
Variable name
|
|
149
|
+
"""
|
|
150
|
+
return pulumi.get(self, "location_of_device_variable")
|
|
151
|
+
|
|
152
|
+
@property
|
|
153
|
+
@pulumi.getter
|
|
154
|
+
def name(self) -> str:
|
|
155
|
+
"""
|
|
156
|
+
The name of the Feature
|
|
157
|
+
"""
|
|
158
|
+
return pulumi.get(self, "name")
|
|
159
|
+
|
|
160
|
+
@property
|
|
161
|
+
@pulumi.getter
|
|
162
|
+
def shutdown(self) -> bool:
|
|
163
|
+
"""
|
|
164
|
+
Enable or disable SNMP
|
|
165
|
+
"""
|
|
166
|
+
return pulumi.get(self, "shutdown")
|
|
167
|
+
|
|
168
|
+
@property
|
|
169
|
+
@pulumi.getter(name="shutdownVariable")
|
|
170
|
+
def shutdown_variable(self) -> str:
|
|
171
|
+
"""
|
|
172
|
+
Variable name
|
|
173
|
+
"""
|
|
174
|
+
return pulumi.get(self, "shutdown_variable")
|
|
175
|
+
|
|
176
|
+
@property
|
|
177
|
+
@pulumi.getter(name="trapTargetServers")
|
|
178
|
+
def trap_target_servers(self) -> Sequence['outputs.GetSystemSnmpFeatureTrapTargetServerResult']:
|
|
179
|
+
"""
|
|
180
|
+
Configure SNMP server to receive SNMP traps
|
|
181
|
+
"""
|
|
182
|
+
return pulumi.get(self, "trap_target_servers")
|
|
183
|
+
|
|
184
|
+
@property
|
|
185
|
+
@pulumi.getter
|
|
186
|
+
def users(self) -> Sequence['outputs.GetSystemSnmpFeatureUserResult']:
|
|
187
|
+
"""
|
|
188
|
+
Configure an SNMP user
|
|
189
|
+
"""
|
|
190
|
+
return pulumi.get(self, "users")
|
|
191
|
+
|
|
192
|
+
@property
|
|
193
|
+
@pulumi.getter
|
|
194
|
+
def version(self) -> int:
|
|
195
|
+
"""
|
|
196
|
+
The version of the Feature
|
|
197
|
+
"""
|
|
198
|
+
return pulumi.get(self, "version")
|
|
199
|
+
|
|
200
|
+
@property
|
|
201
|
+
@pulumi.getter
|
|
202
|
+
def views(self) -> Sequence['outputs.GetSystemSnmpFeatureViewResult']:
|
|
203
|
+
"""
|
|
204
|
+
Configure a view record
|
|
205
|
+
"""
|
|
206
|
+
return pulumi.get(self, "views")
|
|
207
|
+
|
|
208
|
+
|
|
209
|
+
class AwaitableGetSystemSnmpFeatureResult(GetSystemSnmpFeatureResult):
|
|
210
|
+
# pylint: disable=using-constant-test
|
|
211
|
+
def __await__(self):
|
|
212
|
+
if False:
|
|
213
|
+
yield self
|
|
214
|
+
return GetSystemSnmpFeatureResult(
|
|
215
|
+
communities=self.communities,
|
|
216
|
+
contact_person=self.contact_person,
|
|
217
|
+
contact_person_variable=self.contact_person_variable,
|
|
218
|
+
description=self.description,
|
|
219
|
+
feature_profile_id=self.feature_profile_id,
|
|
220
|
+
groups=self.groups,
|
|
221
|
+
id=self.id,
|
|
222
|
+
location_of_device=self.location_of_device,
|
|
223
|
+
location_of_device_variable=self.location_of_device_variable,
|
|
224
|
+
name=self.name,
|
|
225
|
+
shutdown=self.shutdown,
|
|
226
|
+
shutdown_variable=self.shutdown_variable,
|
|
227
|
+
trap_target_servers=self.trap_target_servers,
|
|
228
|
+
users=self.users,
|
|
229
|
+
version=self.version,
|
|
230
|
+
views=self.views)
|
|
231
|
+
|
|
232
|
+
|
|
233
|
+
def get_system_snmp_feature(feature_profile_id: Optional[str] = None,
|
|
234
|
+
id: Optional[str] = None,
|
|
235
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetSystemSnmpFeatureResult:
|
|
236
|
+
"""
|
|
237
|
+
This data source can read the System SNMP Feature.
|
|
238
|
+
|
|
239
|
+
## Example Usage
|
|
240
|
+
|
|
241
|
+
```python
|
|
242
|
+
import pulumi
|
|
243
|
+
import pulumi_sdwan as sdwan
|
|
244
|
+
|
|
245
|
+
example = sdwan.get_system_snmp_feature(id="f6b2c44c-693c-4763-b010-895aa3d236bd",
|
|
246
|
+
feature_profile_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac")
|
|
247
|
+
```
|
|
248
|
+
|
|
249
|
+
|
|
250
|
+
:param str feature_profile_id: Feature Profile ID
|
|
251
|
+
:param str id: The id of the Feature
|
|
252
|
+
"""
|
|
253
|
+
__args__ = dict()
|
|
254
|
+
__args__['featureProfileId'] = feature_profile_id
|
|
255
|
+
__args__['id'] = id
|
|
256
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
257
|
+
__ret__ = pulumi.runtime.invoke('sdwan:index/getSystemSnmpFeature:getSystemSnmpFeature', __args__, opts=opts, typ=GetSystemSnmpFeatureResult).value
|
|
258
|
+
|
|
259
|
+
return AwaitableGetSystemSnmpFeatureResult(
|
|
260
|
+
communities=pulumi.get(__ret__, 'communities'),
|
|
261
|
+
contact_person=pulumi.get(__ret__, 'contact_person'),
|
|
262
|
+
contact_person_variable=pulumi.get(__ret__, 'contact_person_variable'),
|
|
263
|
+
description=pulumi.get(__ret__, 'description'),
|
|
264
|
+
feature_profile_id=pulumi.get(__ret__, 'feature_profile_id'),
|
|
265
|
+
groups=pulumi.get(__ret__, 'groups'),
|
|
266
|
+
id=pulumi.get(__ret__, 'id'),
|
|
267
|
+
location_of_device=pulumi.get(__ret__, 'location_of_device'),
|
|
268
|
+
location_of_device_variable=pulumi.get(__ret__, 'location_of_device_variable'),
|
|
269
|
+
name=pulumi.get(__ret__, 'name'),
|
|
270
|
+
shutdown=pulumi.get(__ret__, 'shutdown'),
|
|
271
|
+
shutdown_variable=pulumi.get(__ret__, 'shutdown_variable'),
|
|
272
|
+
trap_target_servers=pulumi.get(__ret__, 'trap_target_servers'),
|
|
273
|
+
users=pulumi.get(__ret__, 'users'),
|
|
274
|
+
version=pulumi.get(__ret__, 'version'),
|
|
275
|
+
views=pulumi.get(__ret__, 'views'))
|
|
276
|
+
def get_system_snmp_feature_output(feature_profile_id: Optional[pulumi.Input[str]] = None,
|
|
277
|
+
id: Optional[pulumi.Input[str]] = None,
|
|
278
|
+
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetSystemSnmpFeatureResult]:
|
|
279
|
+
"""
|
|
280
|
+
This data source can read the System SNMP Feature.
|
|
281
|
+
|
|
282
|
+
## Example Usage
|
|
283
|
+
|
|
284
|
+
```python
|
|
285
|
+
import pulumi
|
|
286
|
+
import pulumi_sdwan as sdwan
|
|
287
|
+
|
|
288
|
+
example = sdwan.get_system_snmp_feature(id="f6b2c44c-693c-4763-b010-895aa3d236bd",
|
|
289
|
+
feature_profile_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac")
|
|
290
|
+
```
|
|
291
|
+
|
|
292
|
+
|
|
293
|
+
:param str feature_profile_id: Feature Profile ID
|
|
294
|
+
:param str id: The id of the Feature
|
|
295
|
+
"""
|
|
296
|
+
__args__ = dict()
|
|
297
|
+
__args__['featureProfileId'] = feature_profile_id
|
|
298
|
+
__args__['id'] = id
|
|
299
|
+
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
300
|
+
__ret__ = pulumi.runtime.invoke_output('sdwan:index/getSystemSnmpFeature:getSystemSnmpFeature', __args__, opts=opts, typ=GetSystemSnmpFeatureResult)
|
|
301
|
+
return __ret__.apply(lambda __response__: GetSystemSnmpFeatureResult(
|
|
302
|
+
communities=pulumi.get(__response__, 'communities'),
|
|
303
|
+
contact_person=pulumi.get(__response__, 'contact_person'),
|
|
304
|
+
contact_person_variable=pulumi.get(__response__, 'contact_person_variable'),
|
|
305
|
+
description=pulumi.get(__response__, 'description'),
|
|
306
|
+
feature_profile_id=pulumi.get(__response__, 'feature_profile_id'),
|
|
307
|
+
groups=pulumi.get(__response__, 'groups'),
|
|
308
|
+
id=pulumi.get(__response__, 'id'),
|
|
309
|
+
location_of_device=pulumi.get(__response__, 'location_of_device'),
|
|
310
|
+
location_of_device_variable=pulumi.get(__response__, 'location_of_device_variable'),
|
|
311
|
+
name=pulumi.get(__response__, 'name'),
|
|
312
|
+
shutdown=pulumi.get(__response__, 'shutdown'),
|
|
313
|
+
shutdown_variable=pulumi.get(__response__, 'shutdown_variable'),
|
|
314
|
+
trap_target_servers=pulumi.get(__response__, 'trap_target_servers'),
|
|
315
|
+
users=pulumi.get(__response__, 'users'),
|
|
316
|
+
version=pulumi.get(__response__, 'version'),
|
|
317
|
+
views=pulumi.get(__response__, 'views')))
|