pulumi-sdwan 0.1.3__py3-none-any.whl → 0.2.0__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 +300 -0
- pulumi_sdwan/_inputs.py +55549 -30779
- pulumi_sdwan/_utilities.py +1 -1
- pulumi_sdwan/activate_centralized_policy.py +17 -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 +7 -0
- pulumi_sdwan/application_priority_qos_policy.py +11 -2
- pulumi_sdwan/application_priority_traffic_policy_policy.py +471 -0
- pulumi_sdwan/as_path_list_policy_object.py +5 -0
- pulumi_sdwan/attach_feature_device_template.py +21 -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_feature.py +5 -0
- pulumi_sdwan/cli_device_template.py +5 -0
- pulumi_sdwan/cli_feature_profile.py +7 -0
- pulumi_sdwan/cli_template_feature_template.py +5 -0
- pulumi_sdwan/color_list_policy_object.py +5 -0
- pulumi_sdwan/config/__init__.pyi +10 -5
- pulumi_sdwan/config/vars.py +10 -5
- pulumi_sdwan/configuration_group.py +113 -0
- pulumi_sdwan/custom_control_topology_policy_definition.py +5 -0
- 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_feature_profile.py +234 -0
- pulumi_sdwan/dns_security_policy_definition.py +5 -0
- pulumi_sdwan/domain_list_policy_object.py +5 -0
- pulumi_sdwan/eigrp_feature_template.py +5 -0
- pulumi_sdwan/embedded_security_feature_profile.py +234 -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.py +19 -4
- pulumi_sdwan/get_application_priority_traffic_policy_policy.py +210 -0
- 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_feature.py +17 -4
- 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 +46 -5
- 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 +15 -4
- pulumi_sdwan/get_dns_security_feature_profile.py +126 -0
- 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_embedded_security_feature_profile.py +126 -0
- 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 +13 -4
- pulumi_sdwan/get_other_thousandeyes_feature.py +17 -4
- pulumi_sdwan/get_other_ucse_feature.py +30 -4
- pulumi_sdwan/get_policer_policy_object.py +16 -4
- 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 +17 -4
- pulumi_sdwan/get_policy_object_color_list.py +17 -4
- pulumi_sdwan/get_policy_object_data_ipv4_prefix_list.py +17 -4
- pulumi_sdwan/get_policy_object_data_ipv6_prefix_list.py +17 -4
- pulumi_sdwan/get_policy_object_expanded_community_list.py +18 -4
- pulumi_sdwan/get_policy_object_extended_community_list.py +17 -4
- pulumi_sdwan/get_policy_object_feature_profile.py +42 -6
- pulumi_sdwan/get_policy_object_ipv4_prefix_list.py +17 -4
- pulumi_sdwan/get_policy_object_ipv6_prefix_list.py +17 -4
- pulumi_sdwan/get_policy_object_mirror.py +17 -4
- pulumi_sdwan/get_policy_object_policer.py +17 -4
- 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 +17 -4
- pulumi_sdwan/get_policy_object_vpn_group.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_ipv4_acl_feature.py +191 -0
- pulumi_sdwan/get_service_ipv6_acl_feature.py +191 -0
- pulumi_sdwan/get_service_lan_vpn_feature.py +53 -4
- pulumi_sdwan/get_service_lan_vpn_interface_ethernet_feature.py +103 -4
- pulumi_sdwan/get_service_lan_vpn_interface_gre_feature.py +46 -4
- pulumi_sdwan/get_service_lan_vpn_interface_ipsec_feature.py +77 -4
- pulumi_sdwan/get_service_lan_vpn_interface_svi_feature.py +52 -4
- pulumi_sdwan/get_service_multicast_feature.py +513 -0
- pulumi_sdwan/get_service_object_tracker_feature.py +27 -4
- pulumi_sdwan/get_service_object_tracker_group_feature.py +21 -4
- pulumi_sdwan/get_service_route_policy_feature.py +18 -4
- pulumi_sdwan/get_service_routing_bgp_feature.py +66 -4
- pulumi_sdwan/get_service_routing_eigrp_feature.py +398 -0
- pulumi_sdwan/get_service_routing_ospf_feature.py +45 -4
- pulumi_sdwan/get_service_routing_ospfv3_ipv4_feature.py +51 -4
- pulumi_sdwan/get_service_routing_ospfv3_ipv6_feature.py +51 -4
- pulumi_sdwan/get_service_switchport_feature.py +20 -4
- pulumi_sdwan/get_service_tracker_feature.py +38 -4
- pulumi_sdwan/get_service_tracker_group_feature.py +19 -4
- 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 +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_feature.py +30 -4
- pulumi_sdwan/get_system_banner_feature.py +20 -4
- pulumi_sdwan/get_system_basic_feature.py +76 -4
- pulumi_sdwan/get_system_bfd_feature.py +23 -4
- pulumi_sdwan/get_system_feature_profile.py +13 -4
- pulumi_sdwan/get_system_flexible_port_speed_feature.py +18 -4
- pulumi_sdwan/get_system_global_feature.py +62 -4
- pulumi_sdwan/get_system_ipv4_device_access_feature.py +18 -4
- pulumi_sdwan/get_system_ipv6_device_access_feature.py +18 -4
- pulumi_sdwan/get_system_logging_feature.py +25 -4
- pulumi_sdwan/get_system_mrf_feature.py +23 -4
- pulumi_sdwan/get_system_ntp_feature.py +26 -4
- pulumi_sdwan/get_system_omp_feature.py +74 -4
- pulumi_sdwan/get_system_performance_monitoring_feature.py +22 -4
- pulumi_sdwan/get_system_remote_access_feature.py +56 -4
- pulumi_sdwan/get_system_security_feature.py +28 -4
- pulumi_sdwan/get_system_snmp_feature.py +27 -4
- 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 +28 -4
- 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 +34 -4
- pulumi_sdwan/get_transport_ipv6_tracker_group_feature.py +21 -4
- pulumi_sdwan/get_transport_management_vpn_feature.py +29 -4
- pulumi_sdwan/get_transport_management_vpn_interface_ethernet_feature.py +94 -5
- pulumi_sdwan/get_transport_route_policy_feature.py +18 -4
- pulumi_sdwan/get_transport_routing_bgp_feature.py +67 -4
- pulumi_sdwan/get_transport_routing_ospf_feature.py +45 -4
- pulumi_sdwan/get_transport_routing_ospfv3_ipv4_feature.py +51 -4
- pulumi_sdwan/get_transport_routing_ospfv3_ipv6_feature.py +51 -4
- pulumi_sdwan/get_transport_t1_e1_controller_feature.py +219 -0
- pulumi_sdwan/get_transport_tracker_feature.py +34 -4
- pulumi_sdwan/get_transport_tracker_group_feature.py +19 -4
- pulumi_sdwan/get_transport_wan_vpn_feature.py +32 -4
- pulumi_sdwan/get_transport_wan_vpn_interface_cellular_feature.py +142 -4
- pulumi_sdwan/get_transport_wan_vpn_interface_ethernet_feature.py +231 -5
- pulumi_sdwan/get_transport_wan_vpn_interface_gre_feature.py +46 -4
- pulumi_sdwan/get_transport_wan_vpn_interface_ipsec_feature.py +77 -4
- pulumi_sdwan/get_transport_wan_vpn_interface_t1_e1_serial_feature.py +118 -4
- 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 +18 -4
- 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 +7 -0
- pulumi_sdwan/other_thousandeyes_feature.py +11 -2
- pulumi_sdwan/other_ucse_feature.py +45 -38
- pulumi_sdwan/outputs.py +57644 -47055
- pulumi_sdwan/policer_policy_object.py +5 -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 +11 -2
- pulumi_sdwan/policy_object_color_list.py +11 -2
- pulumi_sdwan/policy_object_data_ipv4_prefix_list.py +11 -2
- pulumi_sdwan/policy_object_data_ipv6_prefix_list.py +11 -2
- pulumi_sdwan/policy_object_expanded_community_list.py +11 -2
- pulumi_sdwan/policy_object_extended_community_list.py +11 -2
- pulumi_sdwan/policy_object_feature_profile.py +7 -0
- pulumi_sdwan/policy_object_ipv4_prefix_list.py +11 -2
- pulumi_sdwan/policy_object_ipv6_prefix_list.py +11 -2
- pulumi_sdwan/policy_object_mirror.py +11 -2
- pulumi_sdwan/policy_object_policer.py +11 -2
- 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 +11 -2
- pulumi_sdwan/policy_object_vpn_group.py +371 -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 +23 -18
- 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 +5 -0
- pulumi_sdwan/service_feature_profile.py +7 -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 +11 -2
- pulumi_sdwan/service_lan_vpn_interface_ethernet_feature.py +11 -2
- pulumi_sdwan/service_lan_vpn_interface_gre_feature.py +83 -78
- pulumi_sdwan/service_lan_vpn_interface_ipsec_feature.py +163 -163
- pulumi_sdwan/service_lan_vpn_interface_svi_feature.py +70 -64
- pulumi_sdwan/service_multicast_feature.py +1468 -0
- pulumi_sdwan/service_object_tracker_feature.py +11 -2
- pulumi_sdwan/service_object_tracker_group_feature.py +11 -2
- pulumi_sdwan/service_route_policy_feature.py +11 -2
- pulumi_sdwan/service_routing_bgp_feature.py +11 -2
- pulumi_sdwan/service_routing_eigrp_feature.py +1080 -0
- pulumi_sdwan/service_routing_ospf_feature.py +11 -2
- pulumi_sdwan/service_routing_ospfv3_ipv4_feature.py +11 -2
- pulumi_sdwan/service_routing_ospfv3_ipv6_feature.py +11 -2
- pulumi_sdwan/service_switchport_feature.py +11 -2
- pulumi_sdwan/service_tracker_feature.py +11 -2
- pulumi_sdwan/service_tracker_group_feature.py +11 -2
- 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 +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_feature.py +11 -2
- pulumi_sdwan/system_banner_feature.py +11 -2
- pulumi_sdwan/system_basic_feature.py +11 -2
- pulumi_sdwan/system_bfd_feature.py +11 -2
- pulumi_sdwan/system_feature_profile.py +7 -0
- pulumi_sdwan/system_flexible_port_speed_feature.py +11 -2
- pulumi_sdwan/system_global_feature.py +11 -2
- pulumi_sdwan/system_ipv4_device_access_feature.py +11 -2
- pulumi_sdwan/system_ipv6_device_access_feature.py +11 -2
- pulumi_sdwan/system_logging_feature.py +11 -2
- pulumi_sdwan/system_mrf_feature.py +11 -2
- pulumi_sdwan/system_ntp_feature.py +11 -2
- pulumi_sdwan/system_omp_feature.py +11 -2
- pulumi_sdwan/system_performance_monitoring_feature.py +11 -2
- pulumi_sdwan/system_remote_access_feature.py +11 -2
- pulumi_sdwan/system_security_feature.py +11 -2
- pulumi_sdwan/system_snmp_feature.py +11 -2
- 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 +7 -0
- pulumi_sdwan/transport_gps_feature.py +11 -2
- 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 +11 -2
- pulumi_sdwan/transport_ipv6_tracker_group_feature.py +11 -2
- pulumi_sdwan/transport_management_vpn_feature.py +11 -2
- pulumi_sdwan/transport_management_vpn_interface_ethernet_feature.py +189 -72
- pulumi_sdwan/transport_route_policy_feature.py +11 -2
- pulumi_sdwan/transport_routing_bgp_feature.py +11 -2
- pulumi_sdwan/transport_routing_ospf_feature.py +11 -2
- pulumi_sdwan/transport_routing_ospfv3_ipv4_feature.py +11 -2
- pulumi_sdwan/transport_routing_ospfv3_ipv6_feature.py +11 -2
- pulumi_sdwan/transport_t1_e1_controller_feature.py +483 -0
- pulumi_sdwan/transport_tracker_feature.py +11 -2
- pulumi_sdwan/transport_tracker_group_feature.py +11 -2
- pulumi_sdwan/transport_wan_vpn_feature.py +11 -2
- pulumi_sdwan/transport_wan_vpn_interface_cellular_feature.py +11 -2
- pulumi_sdwan/transport_wan_vpn_interface_ethernet_feature.py +203 -86
- pulumi_sdwan/transport_wan_vpn_interface_gre_feature.py +11 -2
- pulumi_sdwan/transport_wan_vpn_interface_ipsec_feature.py +11 -2
- pulumi_sdwan/transport_wan_vpn_interface_t1_e1_serial_feature.py +11 -2
- 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 +5 -0
- pulumi_sdwan/zone_list_policy_object.py +5 -0
- {pulumi_sdwan-0.1.3.dist-info → pulumi_sdwan-0.2.0.dist-info}/METADATA +3 -2
- pulumi_sdwan-0.2.0.dist-info/RECORD +424 -0
- {pulumi_sdwan-0.1.3.dist-info → pulumi_sdwan-0.2.0.dist-info}/WHEEL +1 -1
- pulumi_sdwan-0.1.3.dist-info/RECORD +0 -364
- {pulumi_sdwan-0.1.3.dist-info → pulumi_sdwan-0.2.0.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,234 @@
|
|
|
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
|
+
|
|
17
|
+
__all__ = ['SigSecurityFeatureProfileArgs', 'SigSecurityFeatureProfile']
|
|
18
|
+
|
|
19
|
+
@pulumi.input_type
|
|
20
|
+
class SigSecurityFeatureProfileArgs:
|
|
21
|
+
def __init__(__self__, *,
|
|
22
|
+
description: pulumi.Input[str],
|
|
23
|
+
name: Optional[pulumi.Input[str]] = None):
|
|
24
|
+
"""
|
|
25
|
+
The set of arguments for constructing a SigSecurityFeatureProfile resource.
|
|
26
|
+
:param pulumi.Input[str] description: Description
|
|
27
|
+
:param pulumi.Input[str] name: The name of the sig security feature profile
|
|
28
|
+
"""
|
|
29
|
+
pulumi.set(__self__, "description", description)
|
|
30
|
+
if name is not None:
|
|
31
|
+
pulumi.set(__self__, "name", name)
|
|
32
|
+
|
|
33
|
+
@property
|
|
34
|
+
@pulumi.getter
|
|
35
|
+
def description(self) -> pulumi.Input[str]:
|
|
36
|
+
"""
|
|
37
|
+
Description
|
|
38
|
+
"""
|
|
39
|
+
return pulumi.get(self, "description")
|
|
40
|
+
|
|
41
|
+
@description.setter
|
|
42
|
+
def description(self, value: pulumi.Input[str]):
|
|
43
|
+
pulumi.set(self, "description", value)
|
|
44
|
+
|
|
45
|
+
@property
|
|
46
|
+
@pulumi.getter
|
|
47
|
+
def name(self) -> Optional[pulumi.Input[str]]:
|
|
48
|
+
"""
|
|
49
|
+
The name of the sig security feature profile
|
|
50
|
+
"""
|
|
51
|
+
return pulumi.get(self, "name")
|
|
52
|
+
|
|
53
|
+
@name.setter
|
|
54
|
+
def name(self, value: Optional[pulumi.Input[str]]):
|
|
55
|
+
pulumi.set(self, "name", value)
|
|
56
|
+
|
|
57
|
+
|
|
58
|
+
@pulumi.input_type
|
|
59
|
+
class _SigSecurityFeatureProfileState:
|
|
60
|
+
def __init__(__self__, *,
|
|
61
|
+
description: Optional[pulumi.Input[str]] = None,
|
|
62
|
+
name: Optional[pulumi.Input[str]] = None):
|
|
63
|
+
"""
|
|
64
|
+
Input properties used for looking up and filtering SigSecurityFeatureProfile resources.
|
|
65
|
+
:param pulumi.Input[str] description: Description
|
|
66
|
+
:param pulumi.Input[str] name: The name of the sig security feature profile
|
|
67
|
+
"""
|
|
68
|
+
if description is not None:
|
|
69
|
+
pulumi.set(__self__, "description", description)
|
|
70
|
+
if name is not None:
|
|
71
|
+
pulumi.set(__self__, "name", name)
|
|
72
|
+
|
|
73
|
+
@property
|
|
74
|
+
@pulumi.getter
|
|
75
|
+
def description(self) -> Optional[pulumi.Input[str]]:
|
|
76
|
+
"""
|
|
77
|
+
Description
|
|
78
|
+
"""
|
|
79
|
+
return pulumi.get(self, "description")
|
|
80
|
+
|
|
81
|
+
@description.setter
|
|
82
|
+
def description(self, value: Optional[pulumi.Input[str]]):
|
|
83
|
+
pulumi.set(self, "description", value)
|
|
84
|
+
|
|
85
|
+
@property
|
|
86
|
+
@pulumi.getter
|
|
87
|
+
def name(self) -> Optional[pulumi.Input[str]]:
|
|
88
|
+
"""
|
|
89
|
+
The name of the sig security feature profile
|
|
90
|
+
"""
|
|
91
|
+
return pulumi.get(self, "name")
|
|
92
|
+
|
|
93
|
+
@name.setter
|
|
94
|
+
def name(self, value: Optional[pulumi.Input[str]]):
|
|
95
|
+
pulumi.set(self, "name", value)
|
|
96
|
+
|
|
97
|
+
|
|
98
|
+
class SigSecurityFeatureProfile(pulumi.CustomResource):
|
|
99
|
+
@overload
|
|
100
|
+
def __init__(__self__,
|
|
101
|
+
resource_name: str,
|
|
102
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
103
|
+
description: Optional[pulumi.Input[str]] = None,
|
|
104
|
+
name: Optional[pulumi.Input[str]] = None,
|
|
105
|
+
__props__=None):
|
|
106
|
+
"""
|
|
107
|
+
This resource can manage a SIG Security Feature Profile .
|
|
108
|
+
- Minimum SD-WAN Manager version: `20.12.0`
|
|
109
|
+
|
|
110
|
+
## Example Usage
|
|
111
|
+
|
|
112
|
+
```python
|
|
113
|
+
import pulumi
|
|
114
|
+
import pulumi_sdwan as sdwan
|
|
115
|
+
|
|
116
|
+
example = sdwan.SigSecurityFeatureProfile("example",
|
|
117
|
+
name="SIG_SECURITY_FP_1",
|
|
118
|
+
description="My sig security feature profile 1")
|
|
119
|
+
```
|
|
120
|
+
|
|
121
|
+
## Import
|
|
122
|
+
|
|
123
|
+
```sh
|
|
124
|
+
$ pulumi import sdwan:index/sigSecurityFeatureProfile:SigSecurityFeatureProfile example "f6b2c44c-693c-4763-b010-895aa3d236bd"
|
|
125
|
+
```
|
|
126
|
+
|
|
127
|
+
:param str resource_name: The name of the resource.
|
|
128
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
129
|
+
:param pulumi.Input[str] description: Description
|
|
130
|
+
:param pulumi.Input[str] name: The name of the sig security feature profile
|
|
131
|
+
"""
|
|
132
|
+
...
|
|
133
|
+
@overload
|
|
134
|
+
def __init__(__self__,
|
|
135
|
+
resource_name: str,
|
|
136
|
+
args: SigSecurityFeatureProfileArgs,
|
|
137
|
+
opts: Optional[pulumi.ResourceOptions] = None):
|
|
138
|
+
"""
|
|
139
|
+
This resource can manage a SIG Security Feature Profile .
|
|
140
|
+
- Minimum SD-WAN Manager version: `20.12.0`
|
|
141
|
+
|
|
142
|
+
## Example Usage
|
|
143
|
+
|
|
144
|
+
```python
|
|
145
|
+
import pulumi
|
|
146
|
+
import pulumi_sdwan as sdwan
|
|
147
|
+
|
|
148
|
+
example = sdwan.SigSecurityFeatureProfile("example",
|
|
149
|
+
name="SIG_SECURITY_FP_1",
|
|
150
|
+
description="My sig security feature profile 1")
|
|
151
|
+
```
|
|
152
|
+
|
|
153
|
+
## Import
|
|
154
|
+
|
|
155
|
+
```sh
|
|
156
|
+
$ pulumi import sdwan:index/sigSecurityFeatureProfile:SigSecurityFeatureProfile example "f6b2c44c-693c-4763-b010-895aa3d236bd"
|
|
157
|
+
```
|
|
158
|
+
|
|
159
|
+
:param str resource_name: The name of the resource.
|
|
160
|
+
:param SigSecurityFeatureProfileArgs args: The arguments to use to populate this resource's properties.
|
|
161
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
162
|
+
"""
|
|
163
|
+
...
|
|
164
|
+
def __init__(__self__, resource_name: str, *args, **kwargs):
|
|
165
|
+
resource_args, opts = _utilities.get_resource_args_opts(SigSecurityFeatureProfileArgs, pulumi.ResourceOptions, *args, **kwargs)
|
|
166
|
+
if resource_args is not None:
|
|
167
|
+
__self__._internal_init(resource_name, opts, **resource_args.__dict__)
|
|
168
|
+
else:
|
|
169
|
+
__self__._internal_init(resource_name, *args, **kwargs)
|
|
170
|
+
|
|
171
|
+
def _internal_init(__self__,
|
|
172
|
+
resource_name: str,
|
|
173
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
174
|
+
description: Optional[pulumi.Input[str]] = None,
|
|
175
|
+
name: Optional[pulumi.Input[str]] = None,
|
|
176
|
+
__props__=None):
|
|
177
|
+
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
178
|
+
if not isinstance(opts, pulumi.ResourceOptions):
|
|
179
|
+
raise TypeError('Expected resource options to be a ResourceOptions instance')
|
|
180
|
+
if opts.id is None:
|
|
181
|
+
if __props__ is not None:
|
|
182
|
+
raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
|
|
183
|
+
__props__ = SigSecurityFeatureProfileArgs.__new__(SigSecurityFeatureProfileArgs)
|
|
184
|
+
|
|
185
|
+
if description is None and not opts.urn:
|
|
186
|
+
raise TypeError("Missing required property 'description'")
|
|
187
|
+
__props__.__dict__["description"] = description
|
|
188
|
+
__props__.__dict__["name"] = name
|
|
189
|
+
super(SigSecurityFeatureProfile, __self__).__init__(
|
|
190
|
+
'sdwan:index/sigSecurityFeatureProfile:SigSecurityFeatureProfile',
|
|
191
|
+
resource_name,
|
|
192
|
+
__props__,
|
|
193
|
+
opts)
|
|
194
|
+
|
|
195
|
+
@staticmethod
|
|
196
|
+
def get(resource_name: str,
|
|
197
|
+
id: pulumi.Input[str],
|
|
198
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
199
|
+
description: Optional[pulumi.Input[str]] = None,
|
|
200
|
+
name: Optional[pulumi.Input[str]] = None) -> 'SigSecurityFeatureProfile':
|
|
201
|
+
"""
|
|
202
|
+
Get an existing SigSecurityFeatureProfile resource's state with the given name, id, and optional extra
|
|
203
|
+
properties used to qualify the lookup.
|
|
204
|
+
|
|
205
|
+
:param str resource_name: The unique name of the resulting resource.
|
|
206
|
+
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
207
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
208
|
+
:param pulumi.Input[str] description: Description
|
|
209
|
+
:param pulumi.Input[str] name: The name of the sig security feature profile
|
|
210
|
+
"""
|
|
211
|
+
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
212
|
+
|
|
213
|
+
__props__ = _SigSecurityFeatureProfileState.__new__(_SigSecurityFeatureProfileState)
|
|
214
|
+
|
|
215
|
+
__props__.__dict__["description"] = description
|
|
216
|
+
__props__.__dict__["name"] = name
|
|
217
|
+
return SigSecurityFeatureProfile(resource_name, opts=opts, __props__=__props__)
|
|
218
|
+
|
|
219
|
+
@property
|
|
220
|
+
@pulumi.getter
|
|
221
|
+
def description(self) -> pulumi.Output[str]:
|
|
222
|
+
"""
|
|
223
|
+
Description
|
|
224
|
+
"""
|
|
225
|
+
return pulumi.get(self, "description")
|
|
226
|
+
|
|
227
|
+
@property
|
|
228
|
+
@pulumi.getter
|
|
229
|
+
def name(self) -> pulumi.Output[str]:
|
|
230
|
+
"""
|
|
231
|
+
The name of the sig security feature profile
|
|
232
|
+
"""
|
|
233
|
+
return pulumi.get(self, "name")
|
|
234
|
+
|
|
@@ -4,9 +4,14 @@
|
|
|
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
|
from . import outputs
|
|
12
17
|
from ._inputs import *
|
|
@@ -4,9 +4,14 @@
|
|
|
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
17
|
__all__ = ['SlaClassPolicyObjectArgs', 'SlaClassPolicyObject']
|
|
@@ -4,9 +4,14 @@
|
|
|
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
|
from . import outputs
|
|
12
17
|
from ._inputs import *
|
|
@@ -4,9 +4,14 @@
|
|
|
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
|
from . import outputs
|
|
12
17
|
from ._inputs import *
|
|
@@ -4,9 +4,14 @@
|
|
|
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
|
from . import outputs
|
|
12
17
|
from ._inputs import *
|
|
@@ -616,8 +621,10 @@ class SystemAaaFeature(pulumi.CustomResource):
|
|
|
616
621
|
|
|
617
622
|
## Import
|
|
618
623
|
|
|
624
|
+
Expected import identifier with the format: "system_aaa_feature_id,feature_profile_id"
|
|
625
|
+
|
|
619
626
|
```sh
|
|
620
|
-
$ pulumi import sdwan:index/systemAaaFeature:SystemAaaFeature example "f6b2c44c-693c-4763-b010-895aa3d236bd"
|
|
627
|
+
$ pulumi import sdwan:index/systemAaaFeature:SystemAaaFeature example "f6b2c44c-693c-4763-b010-895aa3d236bd,f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac"
|
|
621
628
|
```
|
|
622
629
|
|
|
623
630
|
:param str resource_name: The name of the resource.
|
|
@@ -652,8 +659,10 @@ class SystemAaaFeature(pulumi.CustomResource):
|
|
|
652
659
|
|
|
653
660
|
## Import
|
|
654
661
|
|
|
662
|
+
Expected import identifier with the format: "system_aaa_feature_id,feature_profile_id"
|
|
663
|
+
|
|
655
664
|
```sh
|
|
656
|
-
$ pulumi import sdwan:index/systemAaaFeature:SystemAaaFeature example "f6b2c44c-693c-4763-b010-895aa3d236bd"
|
|
665
|
+
$ pulumi import sdwan:index/systemAaaFeature:SystemAaaFeature example "f6b2c44c-693c-4763-b010-895aa3d236bd,f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac"
|
|
657
666
|
```
|
|
658
667
|
|
|
659
668
|
:param str resource_name: The name of the resource.
|
|
@@ -4,9 +4,14 @@
|
|
|
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
17
|
__all__ = ['SystemBannerFeatureArgs', 'SystemBannerFeature']
|
|
@@ -283,8 +288,10 @@ class SystemBannerFeature(pulumi.CustomResource):
|
|
|
283
288
|
|
|
284
289
|
## Import
|
|
285
290
|
|
|
291
|
+
Expected import identifier with the format: "system_banner_feature_id,feature_profile_id"
|
|
292
|
+
|
|
286
293
|
```sh
|
|
287
|
-
$ pulumi import sdwan:index/systemBannerFeature:SystemBannerFeature example "f6b2c44c-693c-4763-b010-895aa3d236bd"
|
|
294
|
+
$ pulumi import sdwan:index/systemBannerFeature:SystemBannerFeature example "f6b2c44c-693c-4763-b010-895aa3d236bd,f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac"
|
|
288
295
|
```
|
|
289
296
|
|
|
290
297
|
:param str resource_name: The name of the resource.
|
|
@@ -321,8 +328,10 @@ class SystemBannerFeature(pulumi.CustomResource):
|
|
|
321
328
|
|
|
322
329
|
## Import
|
|
323
330
|
|
|
331
|
+
Expected import identifier with the format: "system_banner_feature_id,feature_profile_id"
|
|
332
|
+
|
|
324
333
|
```sh
|
|
325
|
-
$ pulumi import sdwan:index/systemBannerFeature:SystemBannerFeature example "f6b2c44c-693c-4763-b010-895aa3d236bd"
|
|
334
|
+
$ pulumi import sdwan:index/systemBannerFeature:SystemBannerFeature example "f6b2c44c-693c-4763-b010-895aa3d236bd,f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac"
|
|
326
335
|
```
|
|
327
336
|
|
|
328
337
|
:param str resource_name: The name of the resource.
|
|
@@ -4,9 +4,14 @@
|
|
|
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
|
from . import outputs
|
|
12
17
|
from ._inputs import *
|
|
@@ -2436,8 +2441,10 @@ class SystemBasicFeature(pulumi.CustomResource):
|
|
|
2436
2441
|
|
|
2437
2442
|
## Import
|
|
2438
2443
|
|
|
2444
|
+
Expected import identifier with the format: "system_basic_feature_id,feature_profile_id"
|
|
2445
|
+
|
|
2439
2446
|
```sh
|
|
2440
|
-
$ pulumi import sdwan:index/systemBasicFeature:SystemBasicFeature example "f6b2c44c-693c-4763-b010-895aa3d236bd"
|
|
2447
|
+
$ pulumi import sdwan:index/systemBasicFeature:SystemBasicFeature example "f6b2c44c-693c-4763-b010-895aa3d236bd,f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac"
|
|
2441
2448
|
```
|
|
2442
2449
|
|
|
2443
2450
|
:param str resource_name: The name of the resource.
|
|
@@ -2593,8 +2600,10 @@ class SystemBasicFeature(pulumi.CustomResource):
|
|
|
2593
2600
|
|
|
2594
2601
|
## Import
|
|
2595
2602
|
|
|
2603
|
+
Expected import identifier with the format: "system_basic_feature_id,feature_profile_id"
|
|
2604
|
+
|
|
2596
2605
|
```sh
|
|
2597
|
-
$ pulumi import sdwan:index/systemBasicFeature:SystemBasicFeature example "f6b2c44c-693c-4763-b010-895aa3d236bd"
|
|
2606
|
+
$ pulumi import sdwan:index/systemBasicFeature:SystemBasicFeature example "f6b2c44c-693c-4763-b010-895aa3d236bd,f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac"
|
|
2598
2607
|
```
|
|
2599
2608
|
|
|
2600
2609
|
:param str resource_name: The name of the resource.
|
|
@@ -4,9 +4,14 @@
|
|
|
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
|
from . import outputs
|
|
12
17
|
from ._inputs import *
|
|
@@ -386,8 +391,10 @@ class SystemBfdFeature(pulumi.CustomResource):
|
|
|
386
391
|
|
|
387
392
|
## Import
|
|
388
393
|
|
|
394
|
+
Expected import identifier with the format: "system_bfd_feature_id,feature_profile_id"
|
|
395
|
+
|
|
389
396
|
```sh
|
|
390
|
-
$ pulumi import sdwan:index/systemBfdFeature:SystemBfdFeature example "f6b2c44c-693c-4763-b010-895aa3d236bd"
|
|
397
|
+
$ pulumi import sdwan:index/systemBfdFeature:SystemBfdFeature example "f6b2c44c-693c-4763-b010-895aa3d236bd,f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac"
|
|
391
398
|
```
|
|
392
399
|
|
|
393
400
|
:param str resource_name: The name of the resource.
|
|
@@ -415,8 +422,10 @@ class SystemBfdFeature(pulumi.CustomResource):
|
|
|
415
422
|
|
|
416
423
|
## Import
|
|
417
424
|
|
|
425
|
+
Expected import identifier with the format: "system_bfd_feature_id,feature_profile_id"
|
|
426
|
+
|
|
418
427
|
```sh
|
|
419
|
-
$ pulumi import sdwan:index/systemBfdFeature:SystemBfdFeature example "f6b2c44c-693c-4763-b010-895aa3d236bd"
|
|
428
|
+
$ pulumi import sdwan:index/systemBfdFeature:SystemBfdFeature example "f6b2c44c-693c-4763-b010-895aa3d236bd,f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac"
|
|
420
429
|
```
|
|
421
430
|
|
|
422
431
|
:param str resource_name: The name of the resource.
|
|
@@ -4,9 +4,14 @@
|
|
|
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
17
|
__all__ = ['SystemFeatureProfileArgs', 'SystemFeatureProfile']
|
|
@@ -100,6 +105,7 @@ class SystemFeatureProfile(pulumi.CustomResource):
|
|
|
100
105
|
__props__=None):
|
|
101
106
|
"""
|
|
102
107
|
This resource can manage a System Feature Profile .
|
|
108
|
+
- Minimum SD-WAN Manager version: `20.12.0`
|
|
103
109
|
|
|
104
110
|
## Example Usage
|
|
105
111
|
|
|
@@ -131,6 +137,7 @@ class SystemFeatureProfile(pulumi.CustomResource):
|
|
|
131
137
|
opts: Optional[pulumi.ResourceOptions] = None):
|
|
132
138
|
"""
|
|
133
139
|
This resource can manage a System Feature Profile .
|
|
140
|
+
- Minimum SD-WAN Manager version: `20.12.0`
|
|
134
141
|
|
|
135
142
|
## Example Usage
|
|
136
143
|
|
|
@@ -4,9 +4,14 @@
|
|
|
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
17
|
__all__ = ['SystemFlexiblePortSpeedFeatureArgs', 'SystemFlexiblePortSpeedFeature']
|
|
@@ -240,8 +245,10 @@ class SystemFlexiblePortSpeedFeature(pulumi.CustomResource):
|
|
|
240
245
|
|
|
241
246
|
## Import
|
|
242
247
|
|
|
248
|
+
Expected import identifier with the format: "system_flexible_port_speed_feature_id,feature_profile_id"
|
|
249
|
+
|
|
243
250
|
```sh
|
|
244
|
-
$ pulumi import sdwan:index/systemFlexiblePortSpeedFeature:SystemFlexiblePortSpeedFeature example "f6b2c44c-693c-4763-b010-895aa3d236bd"
|
|
251
|
+
$ pulumi import sdwan:index/systemFlexiblePortSpeedFeature:SystemFlexiblePortSpeedFeature example "f6b2c44c-693c-4763-b010-895aa3d236bd,f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac"
|
|
245
252
|
```
|
|
246
253
|
|
|
247
254
|
:param str resource_name: The name of the resource.
|
|
@@ -279,8 +286,10 @@ class SystemFlexiblePortSpeedFeature(pulumi.CustomResource):
|
|
|
279
286
|
|
|
280
287
|
## Import
|
|
281
288
|
|
|
289
|
+
Expected import identifier with the format: "system_flexible_port_speed_feature_id,feature_profile_id"
|
|
290
|
+
|
|
282
291
|
```sh
|
|
283
|
-
$ pulumi import sdwan:index/systemFlexiblePortSpeedFeature:SystemFlexiblePortSpeedFeature example "f6b2c44c-693c-4763-b010-895aa3d236bd"
|
|
292
|
+
$ pulumi import sdwan:index/systemFlexiblePortSpeedFeature:SystemFlexiblePortSpeedFeature example "f6b2c44c-693c-4763-b010-895aa3d236bd,f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac"
|
|
284
293
|
```
|
|
285
294
|
|
|
286
295
|
:param str resource_name: The name of the resource.
|
|
@@ -4,9 +4,14 @@
|
|
|
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
17
|
__all__ = ['SystemGlobalFeatureArgs', 'SystemGlobalFeature']
|
|
@@ -1706,8 +1711,10 @@ class SystemGlobalFeature(pulumi.CustomResource):
|
|
|
1706
1711
|
|
|
1707
1712
|
## Import
|
|
1708
1713
|
|
|
1714
|
+
Expected import identifier with the format: "system_global_feature_id,feature_profile_id"
|
|
1715
|
+
|
|
1709
1716
|
```sh
|
|
1710
|
-
$ pulumi import sdwan:index/systemGlobalFeature:SystemGlobalFeature example "f6b2c44c-693c-4763-b010-895aa3d236bd"
|
|
1717
|
+
$ pulumi import sdwan:index/systemGlobalFeature:SystemGlobalFeature example "f6b2c44c-693c-4763-b010-895aa3d236bd,f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac"
|
|
1711
1718
|
```
|
|
1712
1719
|
|
|
1713
1720
|
:param str resource_name: The name of the resource.
|
|
@@ -1809,8 +1816,10 @@ class SystemGlobalFeature(pulumi.CustomResource):
|
|
|
1809
1816
|
|
|
1810
1817
|
## Import
|
|
1811
1818
|
|
|
1819
|
+
Expected import identifier with the format: "system_global_feature_id,feature_profile_id"
|
|
1820
|
+
|
|
1812
1821
|
```sh
|
|
1813
|
-
$ pulumi import sdwan:index/systemGlobalFeature:SystemGlobalFeature example "f6b2c44c-693c-4763-b010-895aa3d236bd"
|
|
1822
|
+
$ pulumi import sdwan:index/systemGlobalFeature:SystemGlobalFeature example "f6b2c44c-693c-4763-b010-895aa3d236bd,f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac"
|
|
1814
1823
|
```
|
|
1815
1824
|
|
|
1816
1825
|
:param str resource_name: The name of the resource.
|
|
@@ -4,9 +4,14 @@
|
|
|
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
|
from . import outputs
|
|
12
17
|
from ._inputs import *
|
|
@@ -221,8 +226,10 @@ class SystemIpv4DeviceAccessFeature(pulumi.CustomResource):
|
|
|
221
226
|
|
|
222
227
|
## Import
|
|
223
228
|
|
|
229
|
+
Expected import identifier with the format: "system_ipv4_device_access_feature_id,feature_profile_id"
|
|
230
|
+
|
|
224
231
|
```sh
|
|
225
|
-
$ pulumi import sdwan:index/systemIpv4DeviceAccessFeature:SystemIpv4DeviceAccessFeature example "f6b2c44c-693c-4763-b010-895aa3d236bd"
|
|
232
|
+
$ pulumi import sdwan:index/systemIpv4DeviceAccessFeature:SystemIpv4DeviceAccessFeature example "f6b2c44c-693c-4763-b010-895aa3d236bd,f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac"
|
|
226
233
|
```
|
|
227
234
|
|
|
228
235
|
:param str resource_name: The name of the resource.
|
|
@@ -245,8 +252,10 @@ class SystemIpv4DeviceAccessFeature(pulumi.CustomResource):
|
|
|
245
252
|
|
|
246
253
|
## Import
|
|
247
254
|
|
|
255
|
+
Expected import identifier with the format: "system_ipv4_device_access_feature_id,feature_profile_id"
|
|
256
|
+
|
|
248
257
|
```sh
|
|
249
|
-
$ pulumi import sdwan:index/systemIpv4DeviceAccessFeature:SystemIpv4DeviceAccessFeature example "f6b2c44c-693c-4763-b010-895aa3d236bd"
|
|
258
|
+
$ pulumi import sdwan:index/systemIpv4DeviceAccessFeature:SystemIpv4DeviceAccessFeature example "f6b2c44c-693c-4763-b010-895aa3d236bd,f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac"
|
|
250
259
|
```
|
|
251
260
|
|
|
252
261
|
:param str resource_name: The name of the resource.
|
|
@@ -4,9 +4,14 @@
|
|
|
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
|
from . import outputs
|
|
12
17
|
from ._inputs import *
|
|
@@ -221,8 +226,10 @@ class SystemIpv6DeviceAccessFeature(pulumi.CustomResource):
|
|
|
221
226
|
|
|
222
227
|
## Import
|
|
223
228
|
|
|
229
|
+
Expected import identifier with the format: "system_ipv6_device_access_feature_id,feature_profile_id"
|
|
230
|
+
|
|
224
231
|
```sh
|
|
225
|
-
$ pulumi import sdwan:index/systemIpv6DeviceAccessFeature:SystemIpv6DeviceAccessFeature example "f6b2c44c-693c-4763-b010-895aa3d236bd"
|
|
232
|
+
$ pulumi import sdwan:index/systemIpv6DeviceAccessFeature:SystemIpv6DeviceAccessFeature example "f6b2c44c-693c-4763-b010-895aa3d236bd,f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac"
|
|
226
233
|
```
|
|
227
234
|
|
|
228
235
|
:param str resource_name: The name of the resource.
|
|
@@ -245,8 +252,10 @@ class SystemIpv6DeviceAccessFeature(pulumi.CustomResource):
|
|
|
245
252
|
|
|
246
253
|
## Import
|
|
247
254
|
|
|
255
|
+
Expected import identifier with the format: "system_ipv6_device_access_feature_id,feature_profile_id"
|
|
256
|
+
|
|
248
257
|
```sh
|
|
249
|
-
$ pulumi import sdwan:index/systemIpv6DeviceAccessFeature:SystemIpv6DeviceAccessFeature example "f6b2c44c-693c-4763-b010-895aa3d236bd"
|
|
258
|
+
$ pulumi import sdwan:index/systemIpv6DeviceAccessFeature:SystemIpv6DeviceAccessFeature example "f6b2c44c-693c-4763-b010-895aa3d236bd,f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac"
|
|
250
259
|
```
|
|
251
260
|
|
|
252
261
|
:param str resource_name: The name of the resource.
|
|
@@ -4,9 +4,14 @@
|
|
|
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
|
from . import outputs
|
|
12
17
|
from ._inputs import *
|
|
@@ -453,8 +458,10 @@ class SystemLoggingFeature(pulumi.CustomResource):
|
|
|
453
458
|
|
|
454
459
|
## Import
|
|
455
460
|
|
|
461
|
+
Expected import identifier with the format: "system_logging_feature_id,feature_profile_id"
|
|
462
|
+
|
|
456
463
|
```sh
|
|
457
|
-
$ pulumi import sdwan:index/systemLoggingFeature:SystemLoggingFeature example "f6b2c44c-693c-4763-b010-895aa3d236bd"
|
|
464
|
+
$ pulumi import sdwan:index/systemLoggingFeature:SystemLoggingFeature example "f6b2c44c-693c-4763-b010-895aa3d236bd,f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac"
|
|
458
465
|
```
|
|
459
466
|
|
|
460
467
|
:param str resource_name: The name of the resource.
|
|
@@ -484,8 +491,10 @@ class SystemLoggingFeature(pulumi.CustomResource):
|
|
|
484
491
|
|
|
485
492
|
## Import
|
|
486
493
|
|
|
494
|
+
Expected import identifier with the format: "system_logging_feature_id,feature_profile_id"
|
|
495
|
+
|
|
487
496
|
```sh
|
|
488
|
-
$ pulumi import sdwan:index/systemLoggingFeature:SystemLoggingFeature example "f6b2c44c-693c-4763-b010-895aa3d236bd"
|
|
497
|
+
$ pulumi import sdwan:index/systemLoggingFeature:SystemLoggingFeature example "f6b2c44c-693c-4763-b010-895aa3d236bd,f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac"
|
|
489
498
|
```
|
|
490
499
|
|
|
491
500
|
:param str resource_name: The name of the resource.
|