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
|
@@ -4,15 +4,20 @@
|
|
|
4
4
|
|
|
5
5
|
import copy
|
|
6
6
|
import warnings
|
|
7
|
+
import sys
|
|
7
8
|
import pulumi
|
|
8
9
|
import pulumi.runtime
|
|
9
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
|
|
10
15
|
from . import _utilities
|
|
11
16
|
|
|
12
|
-
__all__ = ['
|
|
17
|
+
__all__ = ['SystemOmpFeatureArgs', 'SystemOmpFeature']
|
|
13
18
|
|
|
14
19
|
@pulumi.input_type
|
|
15
|
-
class
|
|
20
|
+
class SystemOmpFeatureArgs:
|
|
16
21
|
def __init__(__self__, *,
|
|
17
22
|
feature_profile_id: pulumi.Input[str],
|
|
18
23
|
advertise_ipv4_bgp: Optional[pulumi.Input[bool]] = None,
|
|
@@ -76,7 +81,7 @@ class SystemOmpProfileParcelArgs:
|
|
|
76
81
|
transport_gateway: Optional[pulumi.Input[str]] = None,
|
|
77
82
|
transport_gateway_variable: Optional[pulumi.Input[str]] = None):
|
|
78
83
|
"""
|
|
79
|
-
The set of arguments for constructing a
|
|
84
|
+
The set of arguments for constructing a SystemOmpFeature resource.
|
|
80
85
|
:param pulumi.Input[str] feature_profile_id: Feature Profile ID
|
|
81
86
|
:param pulumi.Input[bool] advertise_ipv4_bgp: BGP - Default value: `false`
|
|
82
87
|
:param pulumi.Input[str] advertise_ipv4_bgp_variable: Variable name
|
|
@@ -110,7 +115,7 @@ class SystemOmpProfileParcelArgs:
|
|
|
110
115
|
:param pulumi.Input[str] advertise_ipv6_static_variable: Variable name
|
|
111
116
|
:param pulumi.Input[int] advertisement_interval: Advertisement Interval (seconds) - Range: `0`-`65535` - Default value: `1`
|
|
112
117
|
:param pulumi.Input[str] advertisement_interval_variable: Variable name
|
|
113
|
-
:param pulumi.Input[str] description: The description of the
|
|
118
|
+
:param pulumi.Input[str] description: The description of the Feature
|
|
114
119
|
:param pulumi.Input[int] ecmp_limit: Set maximum number of OMP paths to install in cEdge route table - Range: `1`-`0` - Default value: `4`
|
|
115
120
|
:param pulumi.Input[str] ecmp_limit_variable: Variable name
|
|
116
121
|
:param pulumi.Input[int] eor_timer: EOR Timer - Range: `1`-`3600` - Default value: `300`
|
|
@@ -123,7 +128,7 @@ class SystemOmpProfileParcelArgs:
|
|
|
123
128
|
:param pulumi.Input[str] holdtime_variable: Variable name
|
|
124
129
|
:param pulumi.Input[bool] ignore_region_path_length: Treat hierarchical and direct (secondary region) paths equally - Default value: `false`
|
|
125
130
|
:param pulumi.Input[str] ignore_region_path_length_variable: Variable name
|
|
126
|
-
:param pulumi.Input[str] name: The name of the
|
|
131
|
+
:param pulumi.Input[str] name: The name of the Feature
|
|
127
132
|
:param pulumi.Input[int] omp_admin_distance_ipv4: OMP Admin Distance IPv4 - Range: `1`-`255` - Default value: `251`
|
|
128
133
|
:param pulumi.Input[str] omp_admin_distance_ipv4_variable: Variable name
|
|
129
134
|
:param pulumi.Input[int] omp_admin_distance_ipv6: OMP Admin Distance IPv6 - Range: `1`-`255` - Default value: `251`
|
|
@@ -661,7 +666,7 @@ class SystemOmpProfileParcelArgs:
|
|
|
661
666
|
@pulumi.getter
|
|
662
667
|
def description(self) -> Optional[pulumi.Input[str]]:
|
|
663
668
|
"""
|
|
664
|
-
The description of the
|
|
669
|
+
The description of the Feature
|
|
665
670
|
"""
|
|
666
671
|
return pulumi.get(self, "description")
|
|
667
672
|
|
|
@@ -817,7 +822,7 @@ class SystemOmpProfileParcelArgs:
|
|
|
817
822
|
@pulumi.getter
|
|
818
823
|
def name(self) -> Optional[pulumi.Input[str]]:
|
|
819
824
|
"""
|
|
820
|
-
The name of the
|
|
825
|
+
The name of the Feature
|
|
821
826
|
"""
|
|
822
827
|
return pulumi.get(self, "name")
|
|
823
828
|
|
|
@@ -995,7 +1000,7 @@ class SystemOmpProfileParcelArgs:
|
|
|
995
1000
|
|
|
996
1001
|
|
|
997
1002
|
@pulumi.input_type
|
|
998
|
-
class
|
|
1003
|
+
class _SystemOmpFeatureState:
|
|
999
1004
|
def __init__(__self__, *,
|
|
1000
1005
|
advertise_ipv4_bgp: Optional[pulumi.Input[bool]] = None,
|
|
1001
1006
|
advertise_ipv4_bgp_variable: Optional[pulumi.Input[str]] = None,
|
|
@@ -1060,7 +1065,7 @@ class _SystemOmpProfileParcelState:
|
|
|
1060
1065
|
transport_gateway_variable: Optional[pulumi.Input[str]] = None,
|
|
1061
1066
|
version: Optional[pulumi.Input[int]] = None):
|
|
1062
1067
|
"""
|
|
1063
|
-
Input properties used for looking up and filtering
|
|
1068
|
+
Input properties used for looking up and filtering SystemOmpFeature resources.
|
|
1064
1069
|
:param pulumi.Input[bool] advertise_ipv4_bgp: BGP - Default value: `false`
|
|
1065
1070
|
:param pulumi.Input[str] advertise_ipv4_bgp_variable: Variable name
|
|
1066
1071
|
:param pulumi.Input[bool] advertise_ipv4_connected: Connected - Default value: `true`
|
|
@@ -1093,7 +1098,7 @@ class _SystemOmpProfileParcelState:
|
|
|
1093
1098
|
:param pulumi.Input[str] advertise_ipv6_static_variable: Variable name
|
|
1094
1099
|
:param pulumi.Input[int] advertisement_interval: Advertisement Interval (seconds) - Range: `0`-`65535` - Default value: `1`
|
|
1095
1100
|
:param pulumi.Input[str] advertisement_interval_variable: Variable name
|
|
1096
|
-
:param pulumi.Input[str] description: The description of the
|
|
1101
|
+
:param pulumi.Input[str] description: The description of the Feature
|
|
1097
1102
|
:param pulumi.Input[int] ecmp_limit: Set maximum number of OMP paths to install in cEdge route table - Range: `1`-`0` - Default value: `4`
|
|
1098
1103
|
:param pulumi.Input[str] ecmp_limit_variable: Variable name
|
|
1099
1104
|
:param pulumi.Input[int] eor_timer: EOR Timer - Range: `1`-`3600` - Default value: `300`
|
|
@@ -1107,7 +1112,7 @@ class _SystemOmpProfileParcelState:
|
|
|
1107
1112
|
:param pulumi.Input[str] holdtime_variable: Variable name
|
|
1108
1113
|
:param pulumi.Input[bool] ignore_region_path_length: Treat hierarchical and direct (secondary region) paths equally - Default value: `false`
|
|
1109
1114
|
:param pulumi.Input[str] ignore_region_path_length_variable: Variable name
|
|
1110
|
-
:param pulumi.Input[str] name: The name of the
|
|
1115
|
+
:param pulumi.Input[str] name: The name of the Feature
|
|
1111
1116
|
:param pulumi.Input[int] omp_admin_distance_ipv4: OMP Admin Distance IPv4 - Range: `1`-`255` - Default value: `251`
|
|
1112
1117
|
:param pulumi.Input[str] omp_admin_distance_ipv4_variable: Variable name
|
|
1113
1118
|
:param pulumi.Input[int] omp_admin_distance_ipv6: OMP Admin Distance IPv6 - Range: `1`-`255` - Default value: `251`
|
|
@@ -1122,7 +1127,7 @@ class _SystemOmpProfileParcelState:
|
|
|
1122
1127
|
:param pulumi.Input[str] site_types_variable: Variable name
|
|
1123
1128
|
:param pulumi.Input[str] transport_gateway: Transport Gateway Path Behavior - Choices: `prefer`, `ecmp-with-direct-path`
|
|
1124
1129
|
:param pulumi.Input[str] transport_gateway_variable: Variable name
|
|
1125
|
-
:param pulumi.Input[int] version: The version of the
|
|
1130
|
+
:param pulumi.Input[int] version: The version of the Feature
|
|
1126
1131
|
"""
|
|
1127
1132
|
if advertise_ipv4_bgp is not None:
|
|
1128
1133
|
pulumi.set(__self__, "advertise_ipv4_bgp", advertise_ipv4_bgp)
|
|
@@ -1637,7 +1642,7 @@ class _SystemOmpProfileParcelState:
|
|
|
1637
1642
|
@pulumi.getter
|
|
1638
1643
|
def description(self) -> Optional[pulumi.Input[str]]:
|
|
1639
1644
|
"""
|
|
1640
|
-
The description of the
|
|
1645
|
+
The description of the Feature
|
|
1641
1646
|
"""
|
|
1642
1647
|
return pulumi.get(self, "description")
|
|
1643
1648
|
|
|
@@ -1805,7 +1810,7 @@ class _SystemOmpProfileParcelState:
|
|
|
1805
1810
|
@pulumi.getter
|
|
1806
1811
|
def name(self) -> Optional[pulumi.Input[str]]:
|
|
1807
1812
|
"""
|
|
1808
|
-
The name of the
|
|
1813
|
+
The name of the Feature
|
|
1809
1814
|
"""
|
|
1810
1815
|
return pulumi.get(self, "name")
|
|
1811
1816
|
|
|
@@ -1985,7 +1990,7 @@ class _SystemOmpProfileParcelState:
|
|
|
1985
1990
|
@pulumi.getter
|
|
1986
1991
|
def version(self) -> Optional[pulumi.Input[int]]:
|
|
1987
1992
|
"""
|
|
1988
|
-
The version of the
|
|
1993
|
+
The version of the Feature
|
|
1989
1994
|
"""
|
|
1990
1995
|
return pulumi.get(self, "version")
|
|
1991
1996
|
|
|
@@ -1994,7 +1999,7 @@ class _SystemOmpProfileParcelState:
|
|
|
1994
1999
|
pulumi.set(self, "version", value)
|
|
1995
2000
|
|
|
1996
2001
|
|
|
1997
|
-
class
|
|
2002
|
+
class SystemOmpFeature(pulumi.CustomResource):
|
|
1998
2003
|
@overload
|
|
1999
2004
|
def __init__(__self__,
|
|
2000
2005
|
resource_name: str,
|
|
@@ -2062,7 +2067,7 @@ class SystemOmpProfileParcel(pulumi.CustomResource):
|
|
|
2062
2067
|
transport_gateway_variable: Optional[pulumi.Input[str]] = None,
|
|
2063
2068
|
__props__=None):
|
|
2064
2069
|
"""
|
|
2065
|
-
This resource can manage a System OMP
|
|
2070
|
+
This resource can manage a System OMP Feature.
|
|
2066
2071
|
- Minimum SD-WAN Manager version: `20.12.0`
|
|
2067
2072
|
|
|
2068
2073
|
## Example Usage
|
|
@@ -2071,7 +2076,7 @@ class SystemOmpProfileParcel(pulumi.CustomResource):
|
|
|
2071
2076
|
import pulumi
|
|
2072
2077
|
import pulumi_sdwan as sdwan
|
|
2073
2078
|
|
|
2074
|
-
example = sdwan.
|
|
2079
|
+
example = sdwan.SystemOmpFeature("example",
|
|
2075
2080
|
name="Example",
|
|
2076
2081
|
description="My Example",
|
|
2077
2082
|
feature_profile_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
|
|
@@ -2109,7 +2114,7 @@ class SystemOmpProfileParcel(pulumi.CustomResource):
|
|
|
2109
2114
|
## Import
|
|
2110
2115
|
|
|
2111
2116
|
```sh
|
|
2112
|
-
$ pulumi import sdwan:index/
|
|
2117
|
+
$ pulumi import sdwan:index/systemOmpFeature:SystemOmpFeature example "f6b2c44c-693c-4763-b010-895aa3d236bd"
|
|
2113
2118
|
```
|
|
2114
2119
|
|
|
2115
2120
|
:param str resource_name: The name of the resource.
|
|
@@ -2146,7 +2151,7 @@ class SystemOmpProfileParcel(pulumi.CustomResource):
|
|
|
2146
2151
|
:param pulumi.Input[str] advertise_ipv6_static_variable: Variable name
|
|
2147
2152
|
:param pulumi.Input[int] advertisement_interval: Advertisement Interval (seconds) - Range: `0`-`65535` - Default value: `1`
|
|
2148
2153
|
:param pulumi.Input[str] advertisement_interval_variable: Variable name
|
|
2149
|
-
:param pulumi.Input[str] description: The description of the
|
|
2154
|
+
:param pulumi.Input[str] description: The description of the Feature
|
|
2150
2155
|
:param pulumi.Input[int] ecmp_limit: Set maximum number of OMP paths to install in cEdge route table - Range: `1`-`0` - Default value: `4`
|
|
2151
2156
|
:param pulumi.Input[str] ecmp_limit_variable: Variable name
|
|
2152
2157
|
:param pulumi.Input[int] eor_timer: EOR Timer - Range: `1`-`3600` - Default value: `300`
|
|
@@ -2160,7 +2165,7 @@ class SystemOmpProfileParcel(pulumi.CustomResource):
|
|
|
2160
2165
|
:param pulumi.Input[str] holdtime_variable: Variable name
|
|
2161
2166
|
:param pulumi.Input[bool] ignore_region_path_length: Treat hierarchical and direct (secondary region) paths equally - Default value: `false`
|
|
2162
2167
|
:param pulumi.Input[str] ignore_region_path_length_variable: Variable name
|
|
2163
|
-
:param pulumi.Input[str] name: The name of the
|
|
2168
|
+
:param pulumi.Input[str] name: The name of the Feature
|
|
2164
2169
|
:param pulumi.Input[int] omp_admin_distance_ipv4: OMP Admin Distance IPv4 - Range: `1`-`255` - Default value: `251`
|
|
2165
2170
|
:param pulumi.Input[str] omp_admin_distance_ipv4_variable: Variable name
|
|
2166
2171
|
:param pulumi.Input[int] omp_admin_distance_ipv6: OMP Admin Distance IPv6 - Range: `1`-`255` - Default value: `251`
|
|
@@ -2180,10 +2185,10 @@ class SystemOmpProfileParcel(pulumi.CustomResource):
|
|
|
2180
2185
|
@overload
|
|
2181
2186
|
def __init__(__self__,
|
|
2182
2187
|
resource_name: str,
|
|
2183
|
-
args:
|
|
2188
|
+
args: SystemOmpFeatureArgs,
|
|
2184
2189
|
opts: Optional[pulumi.ResourceOptions] = None):
|
|
2185
2190
|
"""
|
|
2186
|
-
This resource can manage a System OMP
|
|
2191
|
+
This resource can manage a System OMP Feature.
|
|
2187
2192
|
- Minimum SD-WAN Manager version: `20.12.0`
|
|
2188
2193
|
|
|
2189
2194
|
## Example Usage
|
|
@@ -2192,7 +2197,7 @@ class SystemOmpProfileParcel(pulumi.CustomResource):
|
|
|
2192
2197
|
import pulumi
|
|
2193
2198
|
import pulumi_sdwan as sdwan
|
|
2194
2199
|
|
|
2195
|
-
example = sdwan.
|
|
2200
|
+
example = sdwan.SystemOmpFeature("example",
|
|
2196
2201
|
name="Example",
|
|
2197
2202
|
description="My Example",
|
|
2198
2203
|
feature_profile_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
|
|
@@ -2230,16 +2235,16 @@ class SystemOmpProfileParcel(pulumi.CustomResource):
|
|
|
2230
2235
|
## Import
|
|
2231
2236
|
|
|
2232
2237
|
```sh
|
|
2233
|
-
$ pulumi import sdwan:index/
|
|
2238
|
+
$ pulumi import sdwan:index/systemOmpFeature:SystemOmpFeature example "f6b2c44c-693c-4763-b010-895aa3d236bd"
|
|
2234
2239
|
```
|
|
2235
2240
|
|
|
2236
2241
|
:param str resource_name: The name of the resource.
|
|
2237
|
-
:param
|
|
2242
|
+
:param SystemOmpFeatureArgs args: The arguments to use to populate this resource's properties.
|
|
2238
2243
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
2239
2244
|
"""
|
|
2240
2245
|
...
|
|
2241
2246
|
def __init__(__self__, resource_name: str, *args, **kwargs):
|
|
2242
|
-
resource_args, opts = _utilities.get_resource_args_opts(
|
|
2247
|
+
resource_args, opts = _utilities.get_resource_args_opts(SystemOmpFeatureArgs, pulumi.ResourceOptions, *args, **kwargs)
|
|
2243
2248
|
if resource_args is not None:
|
|
2244
2249
|
__self__._internal_init(resource_name, opts, **resource_args.__dict__)
|
|
2245
2250
|
else:
|
|
@@ -2316,7 +2321,7 @@ class SystemOmpProfileParcel(pulumi.CustomResource):
|
|
|
2316
2321
|
if opts.id is None:
|
|
2317
2322
|
if __props__ is not None:
|
|
2318
2323
|
raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
|
|
2319
|
-
__props__ =
|
|
2324
|
+
__props__ = SystemOmpFeatureArgs.__new__(SystemOmpFeatureArgs)
|
|
2320
2325
|
|
|
2321
2326
|
__props__.__dict__["advertise_ipv4_bgp"] = advertise_ipv4_bgp
|
|
2322
2327
|
__props__.__dict__["advertise_ipv4_bgp_variable"] = advertise_ipv4_bgp_variable
|
|
@@ -2382,8 +2387,8 @@ class SystemOmpProfileParcel(pulumi.CustomResource):
|
|
|
2382
2387
|
__props__.__dict__["transport_gateway"] = transport_gateway
|
|
2383
2388
|
__props__.__dict__["transport_gateway_variable"] = transport_gateway_variable
|
|
2384
2389
|
__props__.__dict__["version"] = None
|
|
2385
|
-
super(
|
|
2386
|
-
'sdwan:index/
|
|
2390
|
+
super(SystemOmpFeature, __self__).__init__(
|
|
2391
|
+
'sdwan:index/systemOmpFeature:SystemOmpFeature',
|
|
2387
2392
|
resource_name,
|
|
2388
2393
|
__props__,
|
|
2389
2394
|
opts)
|
|
@@ -2453,9 +2458,9 @@ class SystemOmpProfileParcel(pulumi.CustomResource):
|
|
|
2453
2458
|
site_types_variable: Optional[pulumi.Input[str]] = None,
|
|
2454
2459
|
transport_gateway: Optional[pulumi.Input[str]] = None,
|
|
2455
2460
|
transport_gateway_variable: Optional[pulumi.Input[str]] = None,
|
|
2456
|
-
version: Optional[pulumi.Input[int]] = None) -> '
|
|
2461
|
+
version: Optional[pulumi.Input[int]] = None) -> 'SystemOmpFeature':
|
|
2457
2462
|
"""
|
|
2458
|
-
Get an existing
|
|
2463
|
+
Get an existing SystemOmpFeature resource's state with the given name, id, and optional extra
|
|
2459
2464
|
properties used to qualify the lookup.
|
|
2460
2465
|
|
|
2461
2466
|
:param str resource_name: The unique name of the resulting resource.
|
|
@@ -2493,7 +2498,7 @@ class SystemOmpProfileParcel(pulumi.CustomResource):
|
|
|
2493
2498
|
:param pulumi.Input[str] advertise_ipv6_static_variable: Variable name
|
|
2494
2499
|
:param pulumi.Input[int] advertisement_interval: Advertisement Interval (seconds) - Range: `0`-`65535` - Default value: `1`
|
|
2495
2500
|
:param pulumi.Input[str] advertisement_interval_variable: Variable name
|
|
2496
|
-
:param pulumi.Input[str] description: The description of the
|
|
2501
|
+
:param pulumi.Input[str] description: The description of the Feature
|
|
2497
2502
|
:param pulumi.Input[int] ecmp_limit: Set maximum number of OMP paths to install in cEdge route table - Range: `1`-`0` - Default value: `4`
|
|
2498
2503
|
:param pulumi.Input[str] ecmp_limit_variable: Variable name
|
|
2499
2504
|
:param pulumi.Input[int] eor_timer: EOR Timer - Range: `1`-`3600` - Default value: `300`
|
|
@@ -2507,7 +2512,7 @@ class SystemOmpProfileParcel(pulumi.CustomResource):
|
|
|
2507
2512
|
:param pulumi.Input[str] holdtime_variable: Variable name
|
|
2508
2513
|
:param pulumi.Input[bool] ignore_region_path_length: Treat hierarchical and direct (secondary region) paths equally - Default value: `false`
|
|
2509
2514
|
:param pulumi.Input[str] ignore_region_path_length_variable: Variable name
|
|
2510
|
-
:param pulumi.Input[str] name: The name of the
|
|
2515
|
+
:param pulumi.Input[str] name: The name of the Feature
|
|
2511
2516
|
:param pulumi.Input[int] omp_admin_distance_ipv4: OMP Admin Distance IPv4 - Range: `1`-`255` - Default value: `251`
|
|
2512
2517
|
:param pulumi.Input[str] omp_admin_distance_ipv4_variable: Variable name
|
|
2513
2518
|
:param pulumi.Input[int] omp_admin_distance_ipv6: OMP Admin Distance IPv6 - Range: `1`-`255` - Default value: `251`
|
|
@@ -2522,11 +2527,11 @@ class SystemOmpProfileParcel(pulumi.CustomResource):
|
|
|
2522
2527
|
:param pulumi.Input[str] site_types_variable: Variable name
|
|
2523
2528
|
:param pulumi.Input[str] transport_gateway: Transport Gateway Path Behavior - Choices: `prefer`, `ecmp-with-direct-path`
|
|
2524
2529
|
:param pulumi.Input[str] transport_gateway_variable: Variable name
|
|
2525
|
-
:param pulumi.Input[int] version: The version of the
|
|
2530
|
+
:param pulumi.Input[int] version: The version of the Feature
|
|
2526
2531
|
"""
|
|
2527
2532
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
2528
2533
|
|
|
2529
|
-
__props__ =
|
|
2534
|
+
__props__ = _SystemOmpFeatureState.__new__(_SystemOmpFeatureState)
|
|
2530
2535
|
|
|
2531
2536
|
__props__.__dict__["advertise_ipv4_bgp"] = advertise_ipv4_bgp
|
|
2532
2537
|
__props__.__dict__["advertise_ipv4_bgp_variable"] = advertise_ipv4_bgp_variable
|
|
@@ -2590,7 +2595,7 @@ class SystemOmpProfileParcel(pulumi.CustomResource):
|
|
|
2590
2595
|
__props__.__dict__["transport_gateway"] = transport_gateway
|
|
2591
2596
|
__props__.__dict__["transport_gateway_variable"] = transport_gateway_variable
|
|
2592
2597
|
__props__.__dict__["version"] = version
|
|
2593
|
-
return
|
|
2598
|
+
return SystemOmpFeature(resource_name, opts=opts, __props__=__props__)
|
|
2594
2599
|
|
|
2595
2600
|
@property
|
|
2596
2601
|
@pulumi.getter(name="advertiseIpv4Bgp")
|
|
@@ -2852,7 +2857,7 @@ class SystemOmpProfileParcel(pulumi.CustomResource):
|
|
|
2852
2857
|
@pulumi.getter
|
|
2853
2858
|
def description(self) -> pulumi.Output[Optional[str]]:
|
|
2854
2859
|
"""
|
|
2855
|
-
The description of the
|
|
2860
|
+
The description of the Feature
|
|
2856
2861
|
"""
|
|
2857
2862
|
return pulumi.get(self, "description")
|
|
2858
2863
|
|
|
@@ -2964,7 +2969,7 @@ class SystemOmpProfileParcel(pulumi.CustomResource):
|
|
|
2964
2969
|
@pulumi.getter
|
|
2965
2970
|
def name(self) -> pulumi.Output[str]:
|
|
2966
2971
|
"""
|
|
2967
|
-
The name of the
|
|
2972
|
+
The name of the Feature
|
|
2968
2973
|
"""
|
|
2969
2974
|
return pulumi.get(self, "name")
|
|
2970
2975
|
|
|
@@ -3084,7 +3089,7 @@ class SystemOmpProfileParcel(pulumi.CustomResource):
|
|
|
3084
3089
|
@pulumi.getter
|
|
3085
3090
|
def version(self) -> pulumi.Output[int]:
|
|
3086
3091
|
"""
|
|
3087
|
-
The version of the
|
|
3092
|
+
The version of the Feature
|
|
3088
3093
|
"""
|
|
3089
3094
|
return pulumi.get(self, "version")
|
|
3090
3095
|
|
|
@@ -4,15 +4,20 @@
|
|
|
4
4
|
|
|
5
5
|
import copy
|
|
6
6
|
import warnings
|
|
7
|
+
import sys
|
|
7
8
|
import pulumi
|
|
8
9
|
import pulumi.runtime
|
|
9
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
|
|
10
15
|
from . import _utilities
|
|
11
16
|
|
|
12
|
-
__all__ = ['
|
|
17
|
+
__all__ = ['SystemPerformanceMonitoringFeatureArgs', 'SystemPerformanceMonitoringFeature']
|
|
13
18
|
|
|
14
19
|
@pulumi.input_type
|
|
15
|
-
class
|
|
20
|
+
class SystemPerformanceMonitoringFeatureArgs:
|
|
16
21
|
def __init__(__self__, *,
|
|
17
22
|
app_perf_monitor_app_groups: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
18
23
|
app_perf_monitor_enabled: Optional[pulumi.Input[bool]] = None,
|
|
@@ -24,16 +29,16 @@ class SystemPerformanceMonitoringProfileParcelArgs:
|
|
|
24
29
|
monitoring_config_interval: Optional[pulumi.Input[str]] = None,
|
|
25
30
|
name: Optional[pulumi.Input[str]] = None):
|
|
26
31
|
"""
|
|
27
|
-
The set of arguments for constructing a
|
|
32
|
+
The set of arguments for constructing a SystemPerformanceMonitoringFeature resource.
|
|
28
33
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] app_perf_monitor_app_groups: Application groups to be monitored
|
|
29
34
|
:param pulumi.Input[bool] app_perf_monitor_enabled: Application performance monitoring enable or disable - Default value: `false`
|
|
30
|
-
:param pulumi.Input[str] description: The description of the
|
|
35
|
+
:param pulumi.Input[str] description: The description of the Feature
|
|
31
36
|
:param pulumi.Input[bool] event_driven_config_enabled: UMTS event driven monitoring enable or disable - Default value: `false`
|
|
32
37
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] event_driven_events: UMTS events
|
|
33
38
|
:param pulumi.Input[str] feature_profile_id: Feature Profile ID
|
|
34
39
|
:param pulumi.Input[bool] monitoring_config_enabled: UMTS monitoring enable or disable - Default value: `false`
|
|
35
40
|
:param pulumi.Input[str] monitoring_config_interval: UMTS monitoring interval(Minutes) - Choices: `30`, `60`
|
|
36
|
-
:param pulumi.Input[str] name: The name of the
|
|
41
|
+
:param pulumi.Input[str] name: The name of the Feature
|
|
37
42
|
"""
|
|
38
43
|
if app_perf_monitor_app_groups is not None:
|
|
39
44
|
pulumi.set(__self__, "app_perf_monitor_app_groups", app_perf_monitor_app_groups)
|
|
@@ -82,7 +87,7 @@ class SystemPerformanceMonitoringProfileParcelArgs:
|
|
|
82
87
|
@pulumi.getter
|
|
83
88
|
def description(self) -> Optional[pulumi.Input[str]]:
|
|
84
89
|
"""
|
|
85
|
-
The description of the
|
|
90
|
+
The description of the Feature
|
|
86
91
|
"""
|
|
87
92
|
return pulumi.get(self, "description")
|
|
88
93
|
|
|
@@ -154,7 +159,7 @@ class SystemPerformanceMonitoringProfileParcelArgs:
|
|
|
154
159
|
@pulumi.getter
|
|
155
160
|
def name(self) -> Optional[pulumi.Input[str]]:
|
|
156
161
|
"""
|
|
157
|
-
The name of the
|
|
162
|
+
The name of the Feature
|
|
158
163
|
"""
|
|
159
164
|
return pulumi.get(self, "name")
|
|
160
165
|
|
|
@@ -164,7 +169,7 @@ class SystemPerformanceMonitoringProfileParcelArgs:
|
|
|
164
169
|
|
|
165
170
|
|
|
166
171
|
@pulumi.input_type
|
|
167
|
-
class
|
|
172
|
+
class _SystemPerformanceMonitoringFeatureState:
|
|
168
173
|
def __init__(__self__, *,
|
|
169
174
|
app_perf_monitor_app_groups: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
170
175
|
app_perf_monitor_enabled: Optional[pulumi.Input[bool]] = None,
|
|
@@ -177,17 +182,17 @@ class _SystemPerformanceMonitoringProfileParcelState:
|
|
|
177
182
|
name: Optional[pulumi.Input[str]] = None,
|
|
178
183
|
version: Optional[pulumi.Input[int]] = None):
|
|
179
184
|
"""
|
|
180
|
-
Input properties used for looking up and filtering
|
|
185
|
+
Input properties used for looking up and filtering SystemPerformanceMonitoringFeature resources.
|
|
181
186
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] app_perf_monitor_app_groups: Application groups to be monitored
|
|
182
187
|
:param pulumi.Input[bool] app_perf_monitor_enabled: Application performance monitoring enable or disable - Default value: `false`
|
|
183
|
-
:param pulumi.Input[str] description: The description of the
|
|
188
|
+
:param pulumi.Input[str] description: The description of the Feature
|
|
184
189
|
:param pulumi.Input[bool] event_driven_config_enabled: UMTS event driven monitoring enable or disable - Default value: `false`
|
|
185
190
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] event_driven_events: UMTS events
|
|
186
191
|
:param pulumi.Input[str] feature_profile_id: Feature Profile ID
|
|
187
192
|
:param pulumi.Input[bool] monitoring_config_enabled: UMTS monitoring enable or disable - Default value: `false`
|
|
188
193
|
:param pulumi.Input[str] monitoring_config_interval: UMTS monitoring interval(Minutes) - Choices: `30`, `60`
|
|
189
|
-
:param pulumi.Input[str] name: The name of the
|
|
190
|
-
:param pulumi.Input[int] version: The version of the
|
|
194
|
+
:param pulumi.Input[str] name: The name of the Feature
|
|
195
|
+
:param pulumi.Input[int] version: The version of the Feature
|
|
191
196
|
"""
|
|
192
197
|
if app_perf_monitor_app_groups is not None:
|
|
193
198
|
pulumi.set(__self__, "app_perf_monitor_app_groups", app_perf_monitor_app_groups)
|
|
@@ -238,7 +243,7 @@ class _SystemPerformanceMonitoringProfileParcelState:
|
|
|
238
243
|
@pulumi.getter
|
|
239
244
|
def description(self) -> Optional[pulumi.Input[str]]:
|
|
240
245
|
"""
|
|
241
|
-
The description of the
|
|
246
|
+
The description of the Feature
|
|
242
247
|
"""
|
|
243
248
|
return pulumi.get(self, "description")
|
|
244
249
|
|
|
@@ -310,7 +315,7 @@ class _SystemPerformanceMonitoringProfileParcelState:
|
|
|
310
315
|
@pulumi.getter
|
|
311
316
|
def name(self) -> Optional[pulumi.Input[str]]:
|
|
312
317
|
"""
|
|
313
|
-
The name of the
|
|
318
|
+
The name of the Feature
|
|
314
319
|
"""
|
|
315
320
|
return pulumi.get(self, "name")
|
|
316
321
|
|
|
@@ -322,7 +327,7 @@ class _SystemPerformanceMonitoringProfileParcelState:
|
|
|
322
327
|
@pulumi.getter
|
|
323
328
|
def version(self) -> Optional[pulumi.Input[int]]:
|
|
324
329
|
"""
|
|
325
|
-
The version of the
|
|
330
|
+
The version of the Feature
|
|
326
331
|
"""
|
|
327
332
|
return pulumi.get(self, "version")
|
|
328
333
|
|
|
@@ -331,7 +336,7 @@ class _SystemPerformanceMonitoringProfileParcelState:
|
|
|
331
336
|
pulumi.set(self, "version", value)
|
|
332
337
|
|
|
333
338
|
|
|
334
|
-
class
|
|
339
|
+
class SystemPerformanceMonitoringFeature(pulumi.CustomResource):
|
|
335
340
|
@overload
|
|
336
341
|
def __init__(__self__,
|
|
337
342
|
resource_name: str,
|
|
@@ -347,7 +352,7 @@ class SystemPerformanceMonitoringProfileParcel(pulumi.CustomResource):
|
|
|
347
352
|
name: Optional[pulumi.Input[str]] = None,
|
|
348
353
|
__props__=None):
|
|
349
354
|
"""
|
|
350
|
-
This resource can manage a System Performance Monitoring
|
|
355
|
+
This resource can manage a System Performance Monitoring Feature.
|
|
351
356
|
- Minimum SD-WAN Manager version: `20.12.0`
|
|
352
357
|
|
|
353
358
|
## Example Usage
|
|
@@ -356,7 +361,7 @@ class SystemPerformanceMonitoringProfileParcel(pulumi.CustomResource):
|
|
|
356
361
|
import pulumi
|
|
357
362
|
import pulumi_sdwan as sdwan
|
|
358
363
|
|
|
359
|
-
example = sdwan.
|
|
364
|
+
example = sdwan.SystemPerformanceMonitoringFeature("example",
|
|
360
365
|
name="Example",
|
|
361
366
|
description="My Example",
|
|
362
367
|
feature_profile_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
|
|
@@ -371,29 +376,29 @@ class SystemPerformanceMonitoringProfileParcel(pulumi.CustomResource):
|
|
|
371
376
|
## Import
|
|
372
377
|
|
|
373
378
|
```sh
|
|
374
|
-
$ pulumi import sdwan:index/
|
|
379
|
+
$ pulumi import sdwan:index/systemPerformanceMonitoringFeature:SystemPerformanceMonitoringFeature example "f6b2c44c-693c-4763-b010-895aa3d236bd"
|
|
375
380
|
```
|
|
376
381
|
|
|
377
382
|
:param str resource_name: The name of the resource.
|
|
378
383
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
379
384
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] app_perf_monitor_app_groups: Application groups to be monitored
|
|
380
385
|
:param pulumi.Input[bool] app_perf_monitor_enabled: Application performance monitoring enable or disable - Default value: `false`
|
|
381
|
-
:param pulumi.Input[str] description: The description of the
|
|
386
|
+
:param pulumi.Input[str] description: The description of the Feature
|
|
382
387
|
:param pulumi.Input[bool] event_driven_config_enabled: UMTS event driven monitoring enable or disable - Default value: `false`
|
|
383
388
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] event_driven_events: UMTS events
|
|
384
389
|
:param pulumi.Input[str] feature_profile_id: Feature Profile ID
|
|
385
390
|
:param pulumi.Input[bool] monitoring_config_enabled: UMTS monitoring enable or disable - Default value: `false`
|
|
386
391
|
:param pulumi.Input[str] monitoring_config_interval: UMTS monitoring interval(Minutes) - Choices: `30`, `60`
|
|
387
|
-
:param pulumi.Input[str] name: The name of the
|
|
392
|
+
:param pulumi.Input[str] name: The name of the Feature
|
|
388
393
|
"""
|
|
389
394
|
...
|
|
390
395
|
@overload
|
|
391
396
|
def __init__(__self__,
|
|
392
397
|
resource_name: str,
|
|
393
|
-
args: Optional[
|
|
398
|
+
args: Optional[SystemPerformanceMonitoringFeatureArgs] = None,
|
|
394
399
|
opts: Optional[pulumi.ResourceOptions] = None):
|
|
395
400
|
"""
|
|
396
|
-
This resource can manage a System Performance Monitoring
|
|
401
|
+
This resource can manage a System Performance Monitoring Feature.
|
|
397
402
|
- Minimum SD-WAN Manager version: `20.12.0`
|
|
398
403
|
|
|
399
404
|
## Example Usage
|
|
@@ -402,7 +407,7 @@ class SystemPerformanceMonitoringProfileParcel(pulumi.CustomResource):
|
|
|
402
407
|
import pulumi
|
|
403
408
|
import pulumi_sdwan as sdwan
|
|
404
409
|
|
|
405
|
-
example = sdwan.
|
|
410
|
+
example = sdwan.SystemPerformanceMonitoringFeature("example",
|
|
406
411
|
name="Example",
|
|
407
412
|
description="My Example",
|
|
408
413
|
feature_profile_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
|
|
@@ -417,16 +422,16 @@ class SystemPerformanceMonitoringProfileParcel(pulumi.CustomResource):
|
|
|
417
422
|
## Import
|
|
418
423
|
|
|
419
424
|
```sh
|
|
420
|
-
$ pulumi import sdwan:index/
|
|
425
|
+
$ pulumi import sdwan:index/systemPerformanceMonitoringFeature:SystemPerformanceMonitoringFeature example "f6b2c44c-693c-4763-b010-895aa3d236bd"
|
|
421
426
|
```
|
|
422
427
|
|
|
423
428
|
:param str resource_name: The name of the resource.
|
|
424
|
-
:param
|
|
429
|
+
:param SystemPerformanceMonitoringFeatureArgs args: The arguments to use to populate this resource's properties.
|
|
425
430
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
426
431
|
"""
|
|
427
432
|
...
|
|
428
433
|
def __init__(__self__, resource_name: str, *args, **kwargs):
|
|
429
|
-
resource_args, opts = _utilities.get_resource_args_opts(
|
|
434
|
+
resource_args, opts = _utilities.get_resource_args_opts(SystemPerformanceMonitoringFeatureArgs, pulumi.ResourceOptions, *args, **kwargs)
|
|
430
435
|
if resource_args is not None:
|
|
431
436
|
__self__._internal_init(resource_name, opts, **resource_args.__dict__)
|
|
432
437
|
else:
|
|
@@ -451,7 +456,7 @@ class SystemPerformanceMonitoringProfileParcel(pulumi.CustomResource):
|
|
|
451
456
|
if opts.id is None:
|
|
452
457
|
if __props__ is not None:
|
|
453
458
|
raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
|
|
454
|
-
__props__ =
|
|
459
|
+
__props__ = SystemPerformanceMonitoringFeatureArgs.__new__(SystemPerformanceMonitoringFeatureArgs)
|
|
455
460
|
|
|
456
461
|
__props__.__dict__["app_perf_monitor_app_groups"] = app_perf_monitor_app_groups
|
|
457
462
|
__props__.__dict__["app_perf_monitor_enabled"] = app_perf_monitor_enabled
|
|
@@ -463,8 +468,8 @@ class SystemPerformanceMonitoringProfileParcel(pulumi.CustomResource):
|
|
|
463
468
|
__props__.__dict__["monitoring_config_interval"] = monitoring_config_interval
|
|
464
469
|
__props__.__dict__["name"] = name
|
|
465
470
|
__props__.__dict__["version"] = None
|
|
466
|
-
super(
|
|
467
|
-
'sdwan:index/
|
|
471
|
+
super(SystemPerformanceMonitoringFeature, __self__).__init__(
|
|
472
|
+
'sdwan:index/systemPerformanceMonitoringFeature:SystemPerformanceMonitoringFeature',
|
|
468
473
|
resource_name,
|
|
469
474
|
__props__,
|
|
470
475
|
opts)
|
|
@@ -482,9 +487,9 @@ class SystemPerformanceMonitoringProfileParcel(pulumi.CustomResource):
|
|
|
482
487
|
monitoring_config_enabled: Optional[pulumi.Input[bool]] = None,
|
|
483
488
|
monitoring_config_interval: Optional[pulumi.Input[str]] = None,
|
|
484
489
|
name: Optional[pulumi.Input[str]] = None,
|
|
485
|
-
version: Optional[pulumi.Input[int]] = None) -> '
|
|
490
|
+
version: Optional[pulumi.Input[int]] = None) -> 'SystemPerformanceMonitoringFeature':
|
|
486
491
|
"""
|
|
487
|
-
Get an existing
|
|
492
|
+
Get an existing SystemPerformanceMonitoringFeature resource's state with the given name, id, and optional extra
|
|
488
493
|
properties used to qualify the lookup.
|
|
489
494
|
|
|
490
495
|
:param str resource_name: The unique name of the resulting resource.
|
|
@@ -492,18 +497,18 @@ class SystemPerformanceMonitoringProfileParcel(pulumi.CustomResource):
|
|
|
492
497
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
493
498
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] app_perf_monitor_app_groups: Application groups to be monitored
|
|
494
499
|
:param pulumi.Input[bool] app_perf_monitor_enabled: Application performance monitoring enable or disable - Default value: `false`
|
|
495
|
-
:param pulumi.Input[str] description: The description of the
|
|
500
|
+
:param pulumi.Input[str] description: The description of the Feature
|
|
496
501
|
:param pulumi.Input[bool] event_driven_config_enabled: UMTS event driven monitoring enable or disable - Default value: `false`
|
|
497
502
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] event_driven_events: UMTS events
|
|
498
503
|
:param pulumi.Input[str] feature_profile_id: Feature Profile ID
|
|
499
504
|
:param pulumi.Input[bool] monitoring_config_enabled: UMTS monitoring enable or disable - Default value: `false`
|
|
500
505
|
:param pulumi.Input[str] monitoring_config_interval: UMTS monitoring interval(Minutes) - Choices: `30`, `60`
|
|
501
|
-
:param pulumi.Input[str] name: The name of the
|
|
502
|
-
:param pulumi.Input[int] version: The version of the
|
|
506
|
+
:param pulumi.Input[str] name: The name of the Feature
|
|
507
|
+
:param pulumi.Input[int] version: The version of the Feature
|
|
503
508
|
"""
|
|
504
509
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
505
510
|
|
|
506
|
-
__props__ =
|
|
511
|
+
__props__ = _SystemPerformanceMonitoringFeatureState.__new__(_SystemPerformanceMonitoringFeatureState)
|
|
507
512
|
|
|
508
513
|
__props__.__dict__["app_perf_monitor_app_groups"] = app_perf_monitor_app_groups
|
|
509
514
|
__props__.__dict__["app_perf_monitor_enabled"] = app_perf_monitor_enabled
|
|
@@ -515,7 +520,7 @@ class SystemPerformanceMonitoringProfileParcel(pulumi.CustomResource):
|
|
|
515
520
|
__props__.__dict__["monitoring_config_interval"] = monitoring_config_interval
|
|
516
521
|
__props__.__dict__["name"] = name
|
|
517
522
|
__props__.__dict__["version"] = version
|
|
518
|
-
return
|
|
523
|
+
return SystemPerformanceMonitoringFeature(resource_name, opts=opts, __props__=__props__)
|
|
519
524
|
|
|
520
525
|
@property
|
|
521
526
|
@pulumi.getter(name="appPerfMonitorAppGroups")
|
|
@@ -537,7 +542,7 @@ class SystemPerformanceMonitoringProfileParcel(pulumi.CustomResource):
|
|
|
537
542
|
@pulumi.getter
|
|
538
543
|
def description(self) -> pulumi.Output[Optional[str]]:
|
|
539
544
|
"""
|
|
540
|
-
The description of the
|
|
545
|
+
The description of the Feature
|
|
541
546
|
"""
|
|
542
547
|
return pulumi.get(self, "description")
|
|
543
548
|
|
|
@@ -585,7 +590,7 @@ class SystemPerformanceMonitoringProfileParcel(pulumi.CustomResource):
|
|
|
585
590
|
@pulumi.getter
|
|
586
591
|
def name(self) -> pulumi.Output[str]:
|
|
587
592
|
"""
|
|
588
|
-
The name of the
|
|
593
|
+
The name of the Feature
|
|
589
594
|
"""
|
|
590
595
|
return pulumi.get(self, "name")
|
|
591
596
|
|
|
@@ -593,7 +598,7 @@ class SystemPerformanceMonitoringProfileParcel(pulumi.CustomResource):
|
|
|
593
598
|
@pulumi.getter
|
|
594
599
|
def version(self) -> pulumi.Output[int]:
|
|
595
600
|
"""
|
|
596
|
-
The version of the
|
|
601
|
+
The version of the Feature
|
|
597
602
|
"""
|
|
598
603
|
return pulumi.get(self, "version")
|
|
599
604
|
|