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,191 @@
|
|
|
1
|
+
# coding=utf-8
|
|
2
|
+
# *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
|
|
5
|
+
import copy
|
|
6
|
+
import warnings
|
|
7
|
+
import sys
|
|
8
|
+
import pulumi
|
|
9
|
+
import pulumi.runtime
|
|
10
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
+
if sys.version_info >= (3, 11):
|
|
12
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
+
else:
|
|
14
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
|
+
from . import _utilities
|
|
16
|
+
from . import outputs
|
|
17
|
+
|
|
18
|
+
__all__ = [
|
|
19
|
+
'GetServiceIpv4AclFeatureResult',
|
|
20
|
+
'AwaitableGetServiceIpv4AclFeatureResult',
|
|
21
|
+
'get_service_ipv4_acl_feature',
|
|
22
|
+
'get_service_ipv4_acl_feature_output',
|
|
23
|
+
]
|
|
24
|
+
|
|
25
|
+
@pulumi.output_type
|
|
26
|
+
class GetServiceIpv4AclFeatureResult:
|
|
27
|
+
"""
|
|
28
|
+
A collection of values returned by getServiceIpv4AclFeature.
|
|
29
|
+
"""
|
|
30
|
+
def __init__(__self__, default_action=None, description=None, feature_profile_id=None, id=None, name=None, sequences=None, version=None):
|
|
31
|
+
if default_action and not isinstance(default_action, str):
|
|
32
|
+
raise TypeError("Expected argument 'default_action' to be a str")
|
|
33
|
+
pulumi.set(__self__, "default_action", default_action)
|
|
34
|
+
if description and not isinstance(description, str):
|
|
35
|
+
raise TypeError("Expected argument 'description' to be a str")
|
|
36
|
+
pulumi.set(__self__, "description", description)
|
|
37
|
+
if feature_profile_id and not isinstance(feature_profile_id, str):
|
|
38
|
+
raise TypeError("Expected argument 'feature_profile_id' to be a str")
|
|
39
|
+
pulumi.set(__self__, "feature_profile_id", feature_profile_id)
|
|
40
|
+
if id and not isinstance(id, str):
|
|
41
|
+
raise TypeError("Expected argument 'id' to be a str")
|
|
42
|
+
pulumi.set(__self__, "id", id)
|
|
43
|
+
if name and not isinstance(name, str):
|
|
44
|
+
raise TypeError("Expected argument 'name' to be a str")
|
|
45
|
+
pulumi.set(__self__, "name", name)
|
|
46
|
+
if sequences and not isinstance(sequences, list):
|
|
47
|
+
raise TypeError("Expected argument 'sequences' to be a list")
|
|
48
|
+
pulumi.set(__self__, "sequences", sequences)
|
|
49
|
+
if version and not isinstance(version, int):
|
|
50
|
+
raise TypeError("Expected argument 'version' to be a int")
|
|
51
|
+
pulumi.set(__self__, "version", version)
|
|
52
|
+
|
|
53
|
+
@property
|
|
54
|
+
@pulumi.getter(name="defaultAction")
|
|
55
|
+
def default_action(self) -> str:
|
|
56
|
+
"""
|
|
57
|
+
Default Action
|
|
58
|
+
"""
|
|
59
|
+
return pulumi.get(self, "default_action")
|
|
60
|
+
|
|
61
|
+
@property
|
|
62
|
+
@pulumi.getter
|
|
63
|
+
def description(self) -> str:
|
|
64
|
+
"""
|
|
65
|
+
The description of the Feature
|
|
66
|
+
"""
|
|
67
|
+
return pulumi.get(self, "description")
|
|
68
|
+
|
|
69
|
+
@property
|
|
70
|
+
@pulumi.getter(name="featureProfileId")
|
|
71
|
+
def feature_profile_id(self) -> str:
|
|
72
|
+
"""
|
|
73
|
+
Feature Profile ID
|
|
74
|
+
"""
|
|
75
|
+
return pulumi.get(self, "feature_profile_id")
|
|
76
|
+
|
|
77
|
+
@property
|
|
78
|
+
@pulumi.getter
|
|
79
|
+
def id(self) -> str:
|
|
80
|
+
"""
|
|
81
|
+
The id of the Feature
|
|
82
|
+
"""
|
|
83
|
+
return pulumi.get(self, "id")
|
|
84
|
+
|
|
85
|
+
@property
|
|
86
|
+
@pulumi.getter
|
|
87
|
+
def name(self) -> str:
|
|
88
|
+
"""
|
|
89
|
+
The name of the Feature
|
|
90
|
+
"""
|
|
91
|
+
return pulumi.get(self, "name")
|
|
92
|
+
|
|
93
|
+
@property
|
|
94
|
+
@pulumi.getter
|
|
95
|
+
def sequences(self) -> Sequence['outputs.GetServiceIpv4AclFeatureSequenceResult']:
|
|
96
|
+
"""
|
|
97
|
+
Access Control List
|
|
98
|
+
"""
|
|
99
|
+
return pulumi.get(self, "sequences")
|
|
100
|
+
|
|
101
|
+
@property
|
|
102
|
+
@pulumi.getter
|
|
103
|
+
def version(self) -> int:
|
|
104
|
+
"""
|
|
105
|
+
The version of the Feature
|
|
106
|
+
"""
|
|
107
|
+
return pulumi.get(self, "version")
|
|
108
|
+
|
|
109
|
+
|
|
110
|
+
class AwaitableGetServiceIpv4AclFeatureResult(GetServiceIpv4AclFeatureResult):
|
|
111
|
+
# pylint: disable=using-constant-test
|
|
112
|
+
def __await__(self):
|
|
113
|
+
if False:
|
|
114
|
+
yield self
|
|
115
|
+
return GetServiceIpv4AclFeatureResult(
|
|
116
|
+
default_action=self.default_action,
|
|
117
|
+
description=self.description,
|
|
118
|
+
feature_profile_id=self.feature_profile_id,
|
|
119
|
+
id=self.id,
|
|
120
|
+
name=self.name,
|
|
121
|
+
sequences=self.sequences,
|
|
122
|
+
version=self.version)
|
|
123
|
+
|
|
124
|
+
|
|
125
|
+
def get_service_ipv4_acl_feature(feature_profile_id: Optional[str] = None,
|
|
126
|
+
id: Optional[str] = None,
|
|
127
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetServiceIpv4AclFeatureResult:
|
|
128
|
+
"""
|
|
129
|
+
This data source can read the Service IPv4 ACL Feature.
|
|
130
|
+
|
|
131
|
+
## Example Usage
|
|
132
|
+
|
|
133
|
+
```python
|
|
134
|
+
import pulumi
|
|
135
|
+
import pulumi_sdwan as sdwan
|
|
136
|
+
|
|
137
|
+
example = sdwan.get_service_ipv4_acl_feature(id="f6b2c44c-693c-4763-b010-895aa3d236bd",
|
|
138
|
+
feature_profile_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac")
|
|
139
|
+
```
|
|
140
|
+
|
|
141
|
+
|
|
142
|
+
:param str feature_profile_id: Feature Profile ID
|
|
143
|
+
:param str id: The id of the Feature
|
|
144
|
+
"""
|
|
145
|
+
__args__ = dict()
|
|
146
|
+
__args__['featureProfileId'] = feature_profile_id
|
|
147
|
+
__args__['id'] = id
|
|
148
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
149
|
+
__ret__ = pulumi.runtime.invoke('sdwan:index/getServiceIpv4AclFeature:getServiceIpv4AclFeature', __args__, opts=opts, typ=GetServiceIpv4AclFeatureResult).value
|
|
150
|
+
|
|
151
|
+
return AwaitableGetServiceIpv4AclFeatureResult(
|
|
152
|
+
default_action=pulumi.get(__ret__, 'default_action'),
|
|
153
|
+
description=pulumi.get(__ret__, 'description'),
|
|
154
|
+
feature_profile_id=pulumi.get(__ret__, 'feature_profile_id'),
|
|
155
|
+
id=pulumi.get(__ret__, 'id'),
|
|
156
|
+
name=pulumi.get(__ret__, 'name'),
|
|
157
|
+
sequences=pulumi.get(__ret__, 'sequences'),
|
|
158
|
+
version=pulumi.get(__ret__, 'version'))
|
|
159
|
+
def get_service_ipv4_acl_feature_output(feature_profile_id: Optional[pulumi.Input[str]] = None,
|
|
160
|
+
id: Optional[pulumi.Input[str]] = None,
|
|
161
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetServiceIpv4AclFeatureResult]:
|
|
162
|
+
"""
|
|
163
|
+
This data source can read the Service IPv4 ACL Feature.
|
|
164
|
+
|
|
165
|
+
## Example Usage
|
|
166
|
+
|
|
167
|
+
```python
|
|
168
|
+
import pulumi
|
|
169
|
+
import pulumi_sdwan as sdwan
|
|
170
|
+
|
|
171
|
+
example = sdwan.get_service_ipv4_acl_feature(id="f6b2c44c-693c-4763-b010-895aa3d236bd",
|
|
172
|
+
feature_profile_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac")
|
|
173
|
+
```
|
|
174
|
+
|
|
175
|
+
|
|
176
|
+
:param str feature_profile_id: Feature Profile ID
|
|
177
|
+
:param str id: The id of the Feature
|
|
178
|
+
"""
|
|
179
|
+
__args__ = dict()
|
|
180
|
+
__args__['featureProfileId'] = feature_profile_id
|
|
181
|
+
__args__['id'] = id
|
|
182
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
183
|
+
__ret__ = pulumi.runtime.invoke_output('sdwan:index/getServiceIpv4AclFeature:getServiceIpv4AclFeature', __args__, opts=opts, typ=GetServiceIpv4AclFeatureResult)
|
|
184
|
+
return __ret__.apply(lambda __response__: GetServiceIpv4AclFeatureResult(
|
|
185
|
+
default_action=pulumi.get(__response__, 'default_action'),
|
|
186
|
+
description=pulumi.get(__response__, 'description'),
|
|
187
|
+
feature_profile_id=pulumi.get(__response__, 'feature_profile_id'),
|
|
188
|
+
id=pulumi.get(__response__, 'id'),
|
|
189
|
+
name=pulumi.get(__response__, 'name'),
|
|
190
|
+
sequences=pulumi.get(__response__, 'sequences'),
|
|
191
|
+
version=pulumi.get(__response__, 'version')))
|
|
@@ -0,0 +1,191 @@
|
|
|
1
|
+
# coding=utf-8
|
|
2
|
+
# *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
|
|
5
|
+
import copy
|
|
6
|
+
import warnings
|
|
7
|
+
import sys
|
|
8
|
+
import pulumi
|
|
9
|
+
import pulumi.runtime
|
|
10
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
+
if sys.version_info >= (3, 11):
|
|
12
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
+
else:
|
|
14
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
|
+
from . import _utilities
|
|
16
|
+
from . import outputs
|
|
17
|
+
|
|
18
|
+
__all__ = [
|
|
19
|
+
'GetServiceIpv6AclFeatureResult',
|
|
20
|
+
'AwaitableGetServiceIpv6AclFeatureResult',
|
|
21
|
+
'get_service_ipv6_acl_feature',
|
|
22
|
+
'get_service_ipv6_acl_feature_output',
|
|
23
|
+
]
|
|
24
|
+
|
|
25
|
+
@pulumi.output_type
|
|
26
|
+
class GetServiceIpv6AclFeatureResult:
|
|
27
|
+
"""
|
|
28
|
+
A collection of values returned by getServiceIpv6AclFeature.
|
|
29
|
+
"""
|
|
30
|
+
def __init__(__self__, default_action=None, description=None, feature_profile_id=None, id=None, name=None, sequences=None, version=None):
|
|
31
|
+
if default_action and not isinstance(default_action, str):
|
|
32
|
+
raise TypeError("Expected argument 'default_action' to be a str")
|
|
33
|
+
pulumi.set(__self__, "default_action", default_action)
|
|
34
|
+
if description and not isinstance(description, str):
|
|
35
|
+
raise TypeError("Expected argument 'description' to be a str")
|
|
36
|
+
pulumi.set(__self__, "description", description)
|
|
37
|
+
if feature_profile_id and not isinstance(feature_profile_id, str):
|
|
38
|
+
raise TypeError("Expected argument 'feature_profile_id' to be a str")
|
|
39
|
+
pulumi.set(__self__, "feature_profile_id", feature_profile_id)
|
|
40
|
+
if id and not isinstance(id, str):
|
|
41
|
+
raise TypeError("Expected argument 'id' to be a str")
|
|
42
|
+
pulumi.set(__self__, "id", id)
|
|
43
|
+
if name and not isinstance(name, str):
|
|
44
|
+
raise TypeError("Expected argument 'name' to be a str")
|
|
45
|
+
pulumi.set(__self__, "name", name)
|
|
46
|
+
if sequences and not isinstance(sequences, list):
|
|
47
|
+
raise TypeError("Expected argument 'sequences' to be a list")
|
|
48
|
+
pulumi.set(__self__, "sequences", sequences)
|
|
49
|
+
if version and not isinstance(version, int):
|
|
50
|
+
raise TypeError("Expected argument 'version' to be a int")
|
|
51
|
+
pulumi.set(__self__, "version", version)
|
|
52
|
+
|
|
53
|
+
@property
|
|
54
|
+
@pulumi.getter(name="defaultAction")
|
|
55
|
+
def default_action(self) -> str:
|
|
56
|
+
"""
|
|
57
|
+
Default Action
|
|
58
|
+
"""
|
|
59
|
+
return pulumi.get(self, "default_action")
|
|
60
|
+
|
|
61
|
+
@property
|
|
62
|
+
@pulumi.getter
|
|
63
|
+
def description(self) -> str:
|
|
64
|
+
"""
|
|
65
|
+
The description of the Feature
|
|
66
|
+
"""
|
|
67
|
+
return pulumi.get(self, "description")
|
|
68
|
+
|
|
69
|
+
@property
|
|
70
|
+
@pulumi.getter(name="featureProfileId")
|
|
71
|
+
def feature_profile_id(self) -> str:
|
|
72
|
+
"""
|
|
73
|
+
Feature Profile ID
|
|
74
|
+
"""
|
|
75
|
+
return pulumi.get(self, "feature_profile_id")
|
|
76
|
+
|
|
77
|
+
@property
|
|
78
|
+
@pulumi.getter
|
|
79
|
+
def id(self) -> str:
|
|
80
|
+
"""
|
|
81
|
+
The id of the Feature
|
|
82
|
+
"""
|
|
83
|
+
return pulumi.get(self, "id")
|
|
84
|
+
|
|
85
|
+
@property
|
|
86
|
+
@pulumi.getter
|
|
87
|
+
def name(self) -> str:
|
|
88
|
+
"""
|
|
89
|
+
The name of the Feature
|
|
90
|
+
"""
|
|
91
|
+
return pulumi.get(self, "name")
|
|
92
|
+
|
|
93
|
+
@property
|
|
94
|
+
@pulumi.getter
|
|
95
|
+
def sequences(self) -> Sequence['outputs.GetServiceIpv6AclFeatureSequenceResult']:
|
|
96
|
+
"""
|
|
97
|
+
Access Control List
|
|
98
|
+
"""
|
|
99
|
+
return pulumi.get(self, "sequences")
|
|
100
|
+
|
|
101
|
+
@property
|
|
102
|
+
@pulumi.getter
|
|
103
|
+
def version(self) -> int:
|
|
104
|
+
"""
|
|
105
|
+
The version of the Feature
|
|
106
|
+
"""
|
|
107
|
+
return pulumi.get(self, "version")
|
|
108
|
+
|
|
109
|
+
|
|
110
|
+
class AwaitableGetServiceIpv6AclFeatureResult(GetServiceIpv6AclFeatureResult):
|
|
111
|
+
# pylint: disable=using-constant-test
|
|
112
|
+
def __await__(self):
|
|
113
|
+
if False:
|
|
114
|
+
yield self
|
|
115
|
+
return GetServiceIpv6AclFeatureResult(
|
|
116
|
+
default_action=self.default_action,
|
|
117
|
+
description=self.description,
|
|
118
|
+
feature_profile_id=self.feature_profile_id,
|
|
119
|
+
id=self.id,
|
|
120
|
+
name=self.name,
|
|
121
|
+
sequences=self.sequences,
|
|
122
|
+
version=self.version)
|
|
123
|
+
|
|
124
|
+
|
|
125
|
+
def get_service_ipv6_acl_feature(feature_profile_id: Optional[str] = None,
|
|
126
|
+
id: Optional[str] = None,
|
|
127
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetServiceIpv6AclFeatureResult:
|
|
128
|
+
"""
|
|
129
|
+
This data source can read the Service IPv6 ACL Feature.
|
|
130
|
+
|
|
131
|
+
## Example Usage
|
|
132
|
+
|
|
133
|
+
```python
|
|
134
|
+
import pulumi
|
|
135
|
+
import pulumi_sdwan as sdwan
|
|
136
|
+
|
|
137
|
+
example = sdwan.get_service_ipv6_acl_feature(id="f6b2c44c-693c-4763-b010-895aa3d236bd",
|
|
138
|
+
feature_profile_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac")
|
|
139
|
+
```
|
|
140
|
+
|
|
141
|
+
|
|
142
|
+
:param str feature_profile_id: Feature Profile ID
|
|
143
|
+
:param str id: The id of the Feature
|
|
144
|
+
"""
|
|
145
|
+
__args__ = dict()
|
|
146
|
+
__args__['featureProfileId'] = feature_profile_id
|
|
147
|
+
__args__['id'] = id
|
|
148
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
149
|
+
__ret__ = pulumi.runtime.invoke('sdwan:index/getServiceIpv6AclFeature:getServiceIpv6AclFeature', __args__, opts=opts, typ=GetServiceIpv6AclFeatureResult).value
|
|
150
|
+
|
|
151
|
+
return AwaitableGetServiceIpv6AclFeatureResult(
|
|
152
|
+
default_action=pulumi.get(__ret__, 'default_action'),
|
|
153
|
+
description=pulumi.get(__ret__, 'description'),
|
|
154
|
+
feature_profile_id=pulumi.get(__ret__, 'feature_profile_id'),
|
|
155
|
+
id=pulumi.get(__ret__, 'id'),
|
|
156
|
+
name=pulumi.get(__ret__, 'name'),
|
|
157
|
+
sequences=pulumi.get(__ret__, 'sequences'),
|
|
158
|
+
version=pulumi.get(__ret__, 'version'))
|
|
159
|
+
def get_service_ipv6_acl_feature_output(feature_profile_id: Optional[pulumi.Input[str]] = None,
|
|
160
|
+
id: Optional[pulumi.Input[str]] = None,
|
|
161
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetServiceIpv6AclFeatureResult]:
|
|
162
|
+
"""
|
|
163
|
+
This data source can read the Service IPv6 ACL Feature.
|
|
164
|
+
|
|
165
|
+
## Example Usage
|
|
166
|
+
|
|
167
|
+
```python
|
|
168
|
+
import pulumi
|
|
169
|
+
import pulumi_sdwan as sdwan
|
|
170
|
+
|
|
171
|
+
example = sdwan.get_service_ipv6_acl_feature(id="f6b2c44c-693c-4763-b010-895aa3d236bd",
|
|
172
|
+
feature_profile_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac")
|
|
173
|
+
```
|
|
174
|
+
|
|
175
|
+
|
|
176
|
+
:param str feature_profile_id: Feature Profile ID
|
|
177
|
+
:param str id: The id of the Feature
|
|
178
|
+
"""
|
|
179
|
+
__args__ = dict()
|
|
180
|
+
__args__['featureProfileId'] = feature_profile_id
|
|
181
|
+
__args__['id'] = id
|
|
182
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
183
|
+
__ret__ = pulumi.runtime.invoke_output('sdwan:index/getServiceIpv6AclFeature:getServiceIpv6AclFeature', __args__, opts=opts, typ=GetServiceIpv6AclFeatureResult)
|
|
184
|
+
return __ret__.apply(lambda __response__: GetServiceIpv6AclFeatureResult(
|
|
185
|
+
default_action=pulumi.get(__response__, 'default_action'),
|
|
186
|
+
description=pulumi.get(__response__, 'description'),
|
|
187
|
+
feature_profile_id=pulumi.get(__response__, 'feature_profile_id'),
|
|
188
|
+
id=pulumi.get(__response__, 'id'),
|
|
189
|
+
name=pulumi.get(__response__, 'name'),
|
|
190
|
+
sequences=pulumi.get(__response__, 'sequences'),
|
|
191
|
+
version=pulumi.get(__response__, 'version')))
|
|
@@ -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
|
|
|
@@ -591,9 +596,6 @@ def get_service_lan_vpn_feature(feature_profile_id: Optional[str] = None,
|
|
|
591
596
|
version=pulumi.get(__ret__, 'version'),
|
|
592
597
|
vpn=pulumi.get(__ret__, 'vpn'),
|
|
593
598
|
vpn_variable=pulumi.get(__ret__, 'vpn_variable'))
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
@_utilities.lift_output_func(get_service_lan_vpn_feature)
|
|
597
599
|
def get_service_lan_vpn_feature_output(feature_profile_id: Optional[pulumi.Input[str]] = None,
|
|
598
600
|
id: Optional[pulumi.Input[str]] = None,
|
|
599
601
|
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetServiceLanVpnFeatureResult]:
|
|
@@ -614,4 +616,51 @@ def get_service_lan_vpn_feature_output(feature_profile_id: Optional[pulumi.Input
|
|
|
614
616
|
:param str feature_profile_id: Feature Profile ID
|
|
615
617
|
:param str id: The id of the Feature
|
|
616
618
|
"""
|
|
617
|
-
|
|
619
|
+
__args__ = dict()
|
|
620
|
+
__args__['featureProfileId'] = feature_profile_id
|
|
621
|
+
__args__['id'] = id
|
|
622
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
623
|
+
__ret__ = pulumi.runtime.invoke_output('sdwan:index/getServiceLanVpnFeature:getServiceLanVpnFeature', __args__, opts=opts, typ=GetServiceLanVpnFeatureResult)
|
|
624
|
+
return __ret__.apply(lambda __response__: GetServiceLanVpnFeatureResult(
|
|
625
|
+
advertise_omp_ipv4s=pulumi.get(__response__, 'advertise_omp_ipv4s'),
|
|
626
|
+
advertise_omp_ipv6s=pulumi.get(__response__, 'advertise_omp_ipv6s'),
|
|
627
|
+
config_description=pulumi.get(__response__, 'config_description'),
|
|
628
|
+
config_description_variable=pulumi.get(__response__, 'config_description_variable'),
|
|
629
|
+
description=pulumi.get(__response__, 'description'),
|
|
630
|
+
enable_sdwan_remote_access=pulumi.get(__response__, 'enable_sdwan_remote_access'),
|
|
631
|
+
feature_profile_id=pulumi.get(__response__, 'feature_profile_id'),
|
|
632
|
+
gre_routes=pulumi.get(__response__, 'gre_routes'),
|
|
633
|
+
host_mappings=pulumi.get(__response__, 'host_mappings'),
|
|
634
|
+
id=pulumi.get(__response__, 'id'),
|
|
635
|
+
ipsec_routes=pulumi.get(__response__, 'ipsec_routes'),
|
|
636
|
+
ipv4_export_route_targets=pulumi.get(__response__, 'ipv4_export_route_targets'),
|
|
637
|
+
ipv4_import_route_targets=pulumi.get(__response__, 'ipv4_import_route_targets'),
|
|
638
|
+
ipv4_static_routes=pulumi.get(__response__, 'ipv4_static_routes'),
|
|
639
|
+
ipv6_export_route_targets=pulumi.get(__response__, 'ipv6_export_route_targets'),
|
|
640
|
+
ipv6_import_route_targets=pulumi.get(__response__, 'ipv6_import_route_targets'),
|
|
641
|
+
ipv6_static_routes=pulumi.get(__response__, 'ipv6_static_routes'),
|
|
642
|
+
name=pulumi.get(__response__, 'name'),
|
|
643
|
+
nat64_v4_pools=pulumi.get(__response__, 'nat64_v4_pools'),
|
|
644
|
+
nat_pools=pulumi.get(__response__, 'nat_pools'),
|
|
645
|
+
nat_port_forwards=pulumi.get(__response__, 'nat_port_forwards'),
|
|
646
|
+
omp_admin_distance_ipv4=pulumi.get(__response__, 'omp_admin_distance_ipv4'),
|
|
647
|
+
omp_admin_distance_ipv4_variable=pulumi.get(__response__, 'omp_admin_distance_ipv4_variable'),
|
|
648
|
+
omp_admin_distance_ipv6=pulumi.get(__response__, 'omp_admin_distance_ipv6'),
|
|
649
|
+
omp_admin_distance_ipv6_variable=pulumi.get(__response__, 'omp_admin_distance_ipv6_variable'),
|
|
650
|
+
primary_dns_address_ipv4=pulumi.get(__response__, 'primary_dns_address_ipv4'),
|
|
651
|
+
primary_dns_address_ipv4_variable=pulumi.get(__response__, 'primary_dns_address_ipv4_variable'),
|
|
652
|
+
primary_dns_address_ipv6=pulumi.get(__response__, 'primary_dns_address_ipv6'),
|
|
653
|
+
primary_dns_address_ipv6_variable=pulumi.get(__response__, 'primary_dns_address_ipv6_variable'),
|
|
654
|
+
route_leak_from_global_vpns=pulumi.get(__response__, 'route_leak_from_global_vpns'),
|
|
655
|
+
route_leak_from_other_services=pulumi.get(__response__, 'route_leak_from_other_services'),
|
|
656
|
+
route_leak_to_global_vpns=pulumi.get(__response__, 'route_leak_to_global_vpns'),
|
|
657
|
+
secondary_dns_address_ipv4=pulumi.get(__response__, 'secondary_dns_address_ipv4'),
|
|
658
|
+
secondary_dns_address_ipv4_variable=pulumi.get(__response__, 'secondary_dns_address_ipv4_variable'),
|
|
659
|
+
secondary_dns_address_ipv6=pulumi.get(__response__, 'secondary_dns_address_ipv6'),
|
|
660
|
+
secondary_dns_address_ipv6_variable=pulumi.get(__response__, 'secondary_dns_address_ipv6_variable'),
|
|
661
|
+
service_routes=pulumi.get(__response__, 'service_routes'),
|
|
662
|
+
services=pulumi.get(__response__, 'services'),
|
|
663
|
+
static_nats=pulumi.get(__response__, 'static_nats'),
|
|
664
|
+
version=pulumi.get(__response__, 'version'),
|
|
665
|
+
vpn=pulumi.get(__response__, 'vpn'),
|
|
666
|
+
vpn_variable=pulumi.get(__response__, 'vpn_variable')))
|
|
@@ -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
|
|
|
@@ -1226,9 +1231,6 @@ def get_service_lan_vpn_interface_ethernet_feature(feature_profile_id: Optional[
|
|
|
1226
1231
|
version=pulumi.get(__ret__, 'version'),
|
|
1227
1232
|
xconnect=pulumi.get(__ret__, 'xconnect'),
|
|
1228
1233
|
xconnect_variable=pulumi.get(__ret__, 'xconnect_variable'))
|
|
1229
|
-
|
|
1230
|
-
|
|
1231
|
-
@_utilities.lift_output_func(get_service_lan_vpn_interface_ethernet_feature)
|
|
1232
1234
|
def get_service_lan_vpn_interface_ethernet_feature_output(feature_profile_id: Optional[pulumi.Input[str]] = None,
|
|
1233
1235
|
id: Optional[pulumi.Input[str]] = None,
|
|
1234
1236
|
service_lan_vpn_feature_id: Optional[pulumi.Input[str]] = None,
|
|
@@ -1252,4 +1254,101 @@ def get_service_lan_vpn_interface_ethernet_feature_output(feature_profile_id: Op
|
|
|
1252
1254
|
:param str id: The id of the Feature
|
|
1253
1255
|
:param str service_lan_vpn_feature_id: Service LAN VPN Feature ID
|
|
1254
1256
|
"""
|
|
1255
|
-
|
|
1257
|
+
__args__ = dict()
|
|
1258
|
+
__args__['featureProfileId'] = feature_profile_id
|
|
1259
|
+
__args__['id'] = id
|
|
1260
|
+
__args__['serviceLanVpnFeatureId'] = service_lan_vpn_feature_id
|
|
1261
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
1262
|
+
__ret__ = pulumi.runtime.invoke_output('sdwan:index/getServiceLanVpnInterfaceEthernetFeature:getServiceLanVpnInterfaceEthernetFeature', __args__, opts=opts, typ=GetServiceLanVpnInterfaceEthernetFeatureResult)
|
|
1263
|
+
return __ret__.apply(lambda __response__: GetServiceLanVpnInterfaceEthernetFeatureResult(
|
|
1264
|
+
acl_ipv4_egress_policy_id=pulumi.get(__response__, 'acl_ipv4_egress_policy_id'),
|
|
1265
|
+
acl_ipv4_ingress_policy_id=pulumi.get(__response__, 'acl_ipv4_ingress_policy_id'),
|
|
1266
|
+
acl_ipv6_egress_policy_id=pulumi.get(__response__, 'acl_ipv6_egress_policy_id'),
|
|
1267
|
+
acl_ipv6_ingress_policy_id=pulumi.get(__response__, 'acl_ipv6_ingress_policy_id'),
|
|
1268
|
+
acl_shaping_rate=pulumi.get(__response__, 'acl_shaping_rate'),
|
|
1269
|
+
acl_shaping_rate_variable=pulumi.get(__response__, 'acl_shaping_rate_variable'),
|
|
1270
|
+
arp_timeout=pulumi.get(__response__, 'arp_timeout'),
|
|
1271
|
+
arp_timeout_variable=pulumi.get(__response__, 'arp_timeout_variable'),
|
|
1272
|
+
arps=pulumi.get(__response__, 'arps'),
|
|
1273
|
+
autonegotiate=pulumi.get(__response__, 'autonegotiate'),
|
|
1274
|
+
autonegotiate_variable=pulumi.get(__response__, 'autonegotiate_variable'),
|
|
1275
|
+
description=pulumi.get(__response__, 'description'),
|
|
1276
|
+
duplex=pulumi.get(__response__, 'duplex'),
|
|
1277
|
+
duplex_variable=pulumi.get(__response__, 'duplex_variable'),
|
|
1278
|
+
enable_dhcpv6=pulumi.get(__response__, 'enable_dhcpv6'),
|
|
1279
|
+
feature_profile_id=pulumi.get(__response__, 'feature_profile_id'),
|
|
1280
|
+
icmp_redirect_disable=pulumi.get(__response__, 'icmp_redirect_disable'),
|
|
1281
|
+
icmp_redirect_disable_variable=pulumi.get(__response__, 'icmp_redirect_disable_variable'),
|
|
1282
|
+
id=pulumi.get(__response__, 'id'),
|
|
1283
|
+
interface_description=pulumi.get(__response__, 'interface_description'),
|
|
1284
|
+
interface_description_variable=pulumi.get(__response__, 'interface_description_variable'),
|
|
1285
|
+
interface_mtu=pulumi.get(__response__, 'interface_mtu'),
|
|
1286
|
+
interface_mtu_variable=pulumi.get(__response__, 'interface_mtu_variable'),
|
|
1287
|
+
interface_name=pulumi.get(__response__, 'interface_name'),
|
|
1288
|
+
interface_name_variable=pulumi.get(__response__, 'interface_name_variable'),
|
|
1289
|
+
ip_directed_broadcast=pulumi.get(__response__, 'ip_directed_broadcast'),
|
|
1290
|
+
ip_directed_broadcast_variable=pulumi.get(__response__, 'ip_directed_broadcast_variable'),
|
|
1291
|
+
ip_mtu=pulumi.get(__response__, 'ip_mtu'),
|
|
1292
|
+
ip_mtu_variable=pulumi.get(__response__, 'ip_mtu_variable'),
|
|
1293
|
+
ipv4_address=pulumi.get(__response__, 'ipv4_address'),
|
|
1294
|
+
ipv4_address_variable=pulumi.get(__response__, 'ipv4_address_variable'),
|
|
1295
|
+
ipv4_dhcp_distance=pulumi.get(__response__, 'ipv4_dhcp_distance'),
|
|
1296
|
+
ipv4_dhcp_distance_variable=pulumi.get(__response__, 'ipv4_dhcp_distance_variable'),
|
|
1297
|
+
ipv4_dhcp_helper_variable=pulumi.get(__response__, 'ipv4_dhcp_helper_variable'),
|
|
1298
|
+
ipv4_dhcp_helpers=pulumi.get(__response__, 'ipv4_dhcp_helpers'),
|
|
1299
|
+
ipv4_nat=pulumi.get(__response__, 'ipv4_nat'),
|
|
1300
|
+
ipv4_nat_loopback=pulumi.get(__response__, 'ipv4_nat_loopback'),
|
|
1301
|
+
ipv4_nat_loopback_variable=pulumi.get(__response__, 'ipv4_nat_loopback_variable'),
|
|
1302
|
+
ipv4_nat_overload=pulumi.get(__response__, 'ipv4_nat_overload'),
|
|
1303
|
+
ipv4_nat_overload_variable=pulumi.get(__response__, 'ipv4_nat_overload_variable'),
|
|
1304
|
+
ipv4_nat_prefix_length=pulumi.get(__response__, 'ipv4_nat_prefix_length'),
|
|
1305
|
+
ipv4_nat_prefix_length_variable=pulumi.get(__response__, 'ipv4_nat_prefix_length_variable'),
|
|
1306
|
+
ipv4_nat_range_end=pulumi.get(__response__, 'ipv4_nat_range_end'),
|
|
1307
|
+
ipv4_nat_range_end_variable=pulumi.get(__response__, 'ipv4_nat_range_end_variable'),
|
|
1308
|
+
ipv4_nat_range_start=pulumi.get(__response__, 'ipv4_nat_range_start'),
|
|
1309
|
+
ipv4_nat_range_start_variable=pulumi.get(__response__, 'ipv4_nat_range_start_variable'),
|
|
1310
|
+
ipv4_nat_tcp_timeout=pulumi.get(__response__, 'ipv4_nat_tcp_timeout'),
|
|
1311
|
+
ipv4_nat_tcp_timeout_variable=pulumi.get(__response__, 'ipv4_nat_tcp_timeout_variable'),
|
|
1312
|
+
ipv4_nat_type=pulumi.get(__response__, 'ipv4_nat_type'),
|
|
1313
|
+
ipv4_nat_type_variable=pulumi.get(__response__, 'ipv4_nat_type_variable'),
|
|
1314
|
+
ipv4_nat_udp_timeout=pulumi.get(__response__, 'ipv4_nat_udp_timeout'),
|
|
1315
|
+
ipv4_nat_udp_timeout_variable=pulumi.get(__response__, 'ipv4_nat_udp_timeout_variable'),
|
|
1316
|
+
ipv4_secondary_addresses=pulumi.get(__response__, 'ipv4_secondary_addresses'),
|
|
1317
|
+
ipv4_subnet_mask=pulumi.get(__response__, 'ipv4_subnet_mask'),
|
|
1318
|
+
ipv4_subnet_mask_variable=pulumi.get(__response__, 'ipv4_subnet_mask_variable'),
|
|
1319
|
+
ipv4_vrrps=pulumi.get(__response__, 'ipv4_vrrps'),
|
|
1320
|
+
ipv6_address=pulumi.get(__response__, 'ipv6_address'),
|
|
1321
|
+
ipv6_address_variable=pulumi.get(__response__, 'ipv6_address_variable'),
|
|
1322
|
+
ipv6_dhcp_helpers=pulumi.get(__response__, 'ipv6_dhcp_helpers'),
|
|
1323
|
+
ipv6_dhcp_secondary_addresses=pulumi.get(__response__, 'ipv6_dhcp_secondary_addresses'),
|
|
1324
|
+
ipv6_nat=pulumi.get(__response__, 'ipv6_nat'),
|
|
1325
|
+
ipv6_secondary_addresses=pulumi.get(__response__, 'ipv6_secondary_addresses'),
|
|
1326
|
+
ipv6_vrrps=pulumi.get(__response__, 'ipv6_vrrps'),
|
|
1327
|
+
load_interval=pulumi.get(__response__, 'load_interval'),
|
|
1328
|
+
load_interval_variable=pulumi.get(__response__, 'load_interval_variable'),
|
|
1329
|
+
mac_address=pulumi.get(__response__, 'mac_address'),
|
|
1330
|
+
mac_address_variable=pulumi.get(__response__, 'mac_address_variable'),
|
|
1331
|
+
media_type=pulumi.get(__response__, 'media_type'),
|
|
1332
|
+
media_type_variable=pulumi.get(__response__, 'media_type_variable'),
|
|
1333
|
+
name=pulumi.get(__response__, 'name'),
|
|
1334
|
+
nat64=pulumi.get(__response__, 'nat64'),
|
|
1335
|
+
service_lan_vpn_feature_id=pulumi.get(__response__, 'service_lan_vpn_feature_id'),
|
|
1336
|
+
shutdown=pulumi.get(__response__, 'shutdown'),
|
|
1337
|
+
shutdown_variable=pulumi.get(__response__, 'shutdown_variable'),
|
|
1338
|
+
speed=pulumi.get(__response__, 'speed'),
|
|
1339
|
+
speed_variable=pulumi.get(__response__, 'speed_variable'),
|
|
1340
|
+
static_nats=pulumi.get(__response__, 'static_nats'),
|
|
1341
|
+
tcp_mss=pulumi.get(__response__, 'tcp_mss'),
|
|
1342
|
+
tcp_mss_variable=pulumi.get(__response__, 'tcp_mss_variable'),
|
|
1343
|
+
tracker=pulumi.get(__response__, 'tracker'),
|
|
1344
|
+
tracker_variable=pulumi.get(__response__, 'tracker_variable'),
|
|
1345
|
+
trustsec_enable_enforced_propogation=pulumi.get(__response__, 'trustsec_enable_enforced_propogation'),
|
|
1346
|
+
trustsec_enable_sgt_propogation=pulumi.get(__response__, 'trustsec_enable_sgt_propogation'),
|
|
1347
|
+
trustsec_enforced_security_group_tag=pulumi.get(__response__, 'trustsec_enforced_security_group_tag'),
|
|
1348
|
+
trustsec_enforced_security_group_tag_variable=pulumi.get(__response__, 'trustsec_enforced_security_group_tag_variable'),
|
|
1349
|
+
trustsec_propogate=pulumi.get(__response__, 'trustsec_propogate'),
|
|
1350
|
+
trustsec_security_group_tag=pulumi.get(__response__, 'trustsec_security_group_tag'),
|
|
1351
|
+
trustsec_security_group_tag_variable=pulumi.get(__response__, 'trustsec_security_group_tag_variable'),
|
|
1352
|
+
version=pulumi.get(__response__, 'version'),
|
|
1353
|
+
xconnect=pulumi.get(__response__, 'xconnect'),
|
|
1354
|
+
xconnect_variable=pulumi.get(__response__, 'xconnect_variable')))
|
|
@@ -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__ = [
|
|
@@ -499,9 +504,6 @@ def get_service_lan_vpn_interface_gre_feature(feature_profile_id: Optional[str]
|
|
|
499
504
|
tunnel_source_ipv4_address=pulumi.get(__ret__, 'tunnel_source_ipv4_address'),
|
|
500
505
|
tunnel_source_ipv4_address_variable=pulumi.get(__ret__, 'tunnel_source_ipv4_address_variable'),
|
|
501
506
|
version=pulumi.get(__ret__, 'version'))
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
@_utilities.lift_output_func(get_service_lan_vpn_interface_gre_feature)
|
|
505
507
|
def get_service_lan_vpn_interface_gre_feature_output(feature_profile_id: Optional[pulumi.Input[str]] = None,
|
|
506
508
|
id: Optional[pulumi.Input[str]] = None,
|
|
507
509
|
service_lan_vpn_feature_id: Optional[pulumi.Input[str]] = None,
|
|
@@ -525,4 +527,44 @@ def get_service_lan_vpn_interface_gre_feature_output(feature_profile_id: Optiona
|
|
|
525
527
|
:param str id: The id of the Feature
|
|
526
528
|
:param str service_lan_vpn_feature_id: Service LAN VPN Feature ID
|
|
527
529
|
"""
|
|
528
|
-
|
|
530
|
+
__args__ = dict()
|
|
531
|
+
__args__['featureProfileId'] = feature_profile_id
|
|
532
|
+
__args__['id'] = id
|
|
533
|
+
__args__['serviceLanVpnFeatureId'] = service_lan_vpn_feature_id
|
|
534
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
535
|
+
__ret__ = pulumi.runtime.invoke_output('sdwan:index/getServiceLanVpnInterfaceGreFeature:getServiceLanVpnInterfaceGreFeature', __args__, opts=opts, typ=GetServiceLanVpnInterfaceGreFeatureResult)
|
|
536
|
+
return __ret__.apply(lambda __response__: GetServiceLanVpnInterfaceGreFeatureResult(
|
|
537
|
+
application_tunnel_type=pulumi.get(__response__, 'application_tunnel_type'),
|
|
538
|
+
application_tunnel_type_variable=pulumi.get(__response__, 'application_tunnel_type_variable'),
|
|
539
|
+
clear_dont_fragment=pulumi.get(__response__, 'clear_dont_fragment'),
|
|
540
|
+
clear_dont_fragment_variable=pulumi.get(__response__, 'clear_dont_fragment_variable'),
|
|
541
|
+
description=pulumi.get(__response__, 'description'),
|
|
542
|
+
feature_profile_id=pulumi.get(__response__, 'feature_profile_id'),
|
|
543
|
+
id=pulumi.get(__response__, 'id'),
|
|
544
|
+
interface_description=pulumi.get(__response__, 'interface_description'),
|
|
545
|
+
interface_description_variable=pulumi.get(__response__, 'interface_description_variable'),
|
|
546
|
+
interface_name=pulumi.get(__response__, 'interface_name'),
|
|
547
|
+
interface_name_variable=pulumi.get(__response__, 'interface_name_variable'),
|
|
548
|
+
ip_mtu=pulumi.get(__response__, 'ip_mtu'),
|
|
549
|
+
ip_mtu_variable=pulumi.get(__response__, 'ip_mtu_variable'),
|
|
550
|
+
ipv4_address=pulumi.get(__response__, 'ipv4_address'),
|
|
551
|
+
ipv4_address_variable=pulumi.get(__response__, 'ipv4_address_variable'),
|
|
552
|
+
ipv4_subnet_mask=pulumi.get(__response__, 'ipv4_subnet_mask'),
|
|
553
|
+
ipv4_subnet_mask_variable=pulumi.get(__response__, 'ipv4_subnet_mask_variable'),
|
|
554
|
+
name=pulumi.get(__response__, 'name'),
|
|
555
|
+
service_lan_vpn_feature_id=pulumi.get(__response__, 'service_lan_vpn_feature_id'),
|
|
556
|
+
shutdown=pulumi.get(__response__, 'shutdown'),
|
|
557
|
+
shutdown_variable=pulumi.get(__response__, 'shutdown_variable'),
|
|
558
|
+
tcp_mss=pulumi.get(__response__, 'tcp_mss'),
|
|
559
|
+
tcp_mss_variable=pulumi.get(__response__, 'tcp_mss_variable'),
|
|
560
|
+
tunnel_destination_ipv4_address=pulumi.get(__response__, 'tunnel_destination_ipv4_address'),
|
|
561
|
+
tunnel_destination_ipv4_address_variable=pulumi.get(__response__, 'tunnel_destination_ipv4_address_variable'),
|
|
562
|
+
tunnel_route_via_loopback=pulumi.get(__response__, 'tunnel_route_via_loopback'),
|
|
563
|
+
tunnel_route_via_loopback_variable=pulumi.get(__response__, 'tunnel_route_via_loopback_variable'),
|
|
564
|
+
tunnel_source_interface=pulumi.get(__response__, 'tunnel_source_interface'),
|
|
565
|
+
tunnel_source_interface_loopback=pulumi.get(__response__, 'tunnel_source_interface_loopback'),
|
|
566
|
+
tunnel_source_interface_loopback_variable=pulumi.get(__response__, 'tunnel_source_interface_loopback_variable'),
|
|
567
|
+
tunnel_source_interface_variable=pulumi.get(__response__, 'tunnel_source_interface_variable'),
|
|
568
|
+
tunnel_source_ipv4_address=pulumi.get(__response__, 'tunnel_source_ipv4_address'),
|
|
569
|
+
tunnel_source_ipv4_address_variable=pulumi.get(__response__, 'tunnel_source_ipv4_address_variable'),
|
|
570
|
+
version=pulumi.get(__response__, 'version')))
|