pulumi-sdwan 0.3.0a1736835519__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pulumi-sdwan might be problematic. Click here for more details.
- pulumi_sdwan/__init__.py +2284 -0
- pulumi_sdwan/_inputs.py +82362 -0
- pulumi_sdwan/_utilities.py +327 -0
- pulumi_sdwan/activate_centralized_policy.py +162 -0
- pulumi_sdwan/advanced_inspection_profile_policy_definition.py +687 -0
- pulumi_sdwan/advanced_malware_protection_policy_definition.py +744 -0
- pulumi_sdwan/allow_url_list_policy_object.py +266 -0
- pulumi_sdwan/app_probe_class_policy_object.py +318 -0
- pulumi_sdwan/application_aware_routing_policy_definition.py +316 -0
- pulumi_sdwan/application_list_policy_object.py +266 -0
- pulumi_sdwan/application_priority_feature_profile.py +234 -0
- pulumi_sdwan/application_priority_qos_policy.py +434 -0
- pulumi_sdwan/application_priority_traffic_policy_policy.py +471 -0
- pulumi_sdwan/as_path_list_policy_object.py +240 -0
- pulumi_sdwan/attach_feature_device_template.py +216 -0
- pulumi_sdwan/block_url_list_policy_object.py +266 -0
- pulumi_sdwan/cedge_aaa_feature_template.py +1554 -0
- pulumi_sdwan/cedge_global_feature_template.py +2562 -0
- pulumi_sdwan/cedge_igmp_feature_template.py +379 -0
- pulumi_sdwan/cedge_multicast_feature_template.py +642 -0
- pulumi_sdwan/cedge_pim_feature_template.py +1460 -0
- pulumi_sdwan/cellular_cedge_profile_feature_template.py +1026 -0
- pulumi_sdwan/cellular_controller_feature_template.py +849 -0
- pulumi_sdwan/cellular_profile_feature_template.py +1410 -0
- pulumi_sdwan/centralized_policy.py +327 -0
- pulumi_sdwan/cflowd_policy_definition.py +645 -0
- pulumi_sdwan/cisco_banner_feature_template.py +546 -0
- pulumi_sdwan/cisco_bfd_feature_template.py +668 -0
- pulumi_sdwan/cisco_bgp_feature_template.py +2024 -0
- pulumi_sdwan/cisco_dhcp_server_feature_template.py +1178 -0
- pulumi_sdwan/cisco_logging_feature_template.py +755 -0
- pulumi_sdwan/cisco_ntp_feature_template.py +802 -0
- pulumi_sdwan/cisco_omp_feature_template.py +1648 -0
- pulumi_sdwan/cisco_ospf_feature_template.py +1695 -0
- pulumi_sdwan/cisco_ospfv3_feature_template.py +3528 -0
- pulumi_sdwan/cisco_secure_internet_gateway_feature_template.py +614 -0
- pulumi_sdwan/cisco_security_feature_template.py +997 -0
- pulumi_sdwan/cisco_sig_credentials_feature_template.py +1410 -0
- pulumi_sdwan/cisco_snmp_feature_template.py +849 -0
- pulumi_sdwan/cisco_system_feature_template.py +4093 -0
- pulumi_sdwan/cisco_thousandeyes_feature_template.py +379 -0
- pulumi_sdwan/cisco_trustsec_feature_template.py +1803 -0
- pulumi_sdwan/cisco_vpn_feature_template.py +1742 -0
- pulumi_sdwan/cisco_vpn_interface_feature_template.py +9868 -0
- pulumi_sdwan/cisco_vpn_interface_gre_feature_template.py +1702 -0
- pulumi_sdwan/cisco_vpn_interface_ipsec_feature_template.py +2927 -0
- pulumi_sdwan/cisco_wireless_lan_feature_template.py +1166 -0
- pulumi_sdwan/class_map_policy_object.py +260 -0
- pulumi_sdwan/cli_config_feature.py +366 -0
- pulumi_sdwan/cli_device_template.py +412 -0
- pulumi_sdwan/cli_feature_profile.py +234 -0
- pulumi_sdwan/cli_template_feature_template.py +407 -0
- pulumi_sdwan/color_list_policy_object.py +266 -0
- pulumi_sdwan/config/__init__.py +8 -0
- pulumi_sdwan/config/__init__.pyi +41 -0
- pulumi_sdwan/config/vars.py +57 -0
- pulumi_sdwan/configuration_group.py +541 -0
- pulumi_sdwan/custom_control_topology_policy_definition.py +362 -0
- pulumi_sdwan/data_fqdn_prefix_list_policy_object.py +266 -0
- pulumi_sdwan/data_ipv4_prefix_list_policy_object.py +266 -0
- pulumi_sdwan/data_ipv6_prefix_list_policy_object.py +266 -0
- pulumi_sdwan/dns_security_feature_profile.py +234 -0
- pulumi_sdwan/dns_security_policy_definition.py +747 -0
- pulumi_sdwan/domain_list_policy_object.py +266 -0
- pulumi_sdwan/eigrp_feature_template.py +1131 -0
- pulumi_sdwan/embedded_security_feature_profile.py +234 -0
- pulumi_sdwan/expanded_community_list_policy_object.py +266 -0
- pulumi_sdwan/extended_community_list_policy_object.py +266 -0
- pulumi_sdwan/feature_device_template.py +602 -0
- pulumi_sdwan/geo_location_list_policy_object.py +268 -0
- pulumi_sdwan/get_advanced_inspection_profile_policy_definition.py +266 -0
- pulumi_sdwan/get_advanced_malware_protection_policy_definition.py +280 -0
- pulumi_sdwan/get_allow_url_list_policy_object.py +141 -0
- pulumi_sdwan/get_app_probe_class_policy_object.py +155 -0
- pulumi_sdwan/get_application_aware_routing_policy_definition.py +169 -0
- pulumi_sdwan/get_application_list_policy_object.py +141 -0
- pulumi_sdwan/get_application_priority_feature_profile.py +126 -0
- pulumi_sdwan/get_application_priority_qos_policy.py +205 -0
- pulumi_sdwan/get_application_priority_traffic_policy_policy.py +210 -0
- pulumi_sdwan/get_as_path_list_policy_object.py +141 -0
- pulumi_sdwan/get_block_url_list_policy_object.py +141 -0
- pulumi_sdwan/get_cedge_aaa_feature_template.py +539 -0
- pulumi_sdwan/get_cedge_global_feature_template.py +818 -0
- pulumi_sdwan/get_cedge_igmp_feature_template.py +189 -0
- pulumi_sdwan/get_cedge_multicast_feature_template.py +258 -0
- pulumi_sdwan/get_cedge_pim_feature_template.py +511 -0
- pulumi_sdwan/get_cellular_cedge_profile_feature_template.py +370 -0
- pulumi_sdwan/get_cellular_controller_feature_template.py +329 -0
- pulumi_sdwan/get_cellular_profile_feature_template.py +482 -0
- pulumi_sdwan/get_centralized_policy.py +155 -0
- pulumi_sdwan/get_cflowd_policy_definition.py +267 -0
- pulumi_sdwan/get_cisco_banner_feature_template.py +230 -0
- pulumi_sdwan/get_cisco_bfd_feature_template.py +273 -0
- pulumi_sdwan/get_cisco_bgp_feature_template.py +679 -0
- pulumi_sdwan/get_cisco_dhcp_server_feature_template.py +427 -0
- pulumi_sdwan/get_cisco_logging_feature_template.py +301 -0
- pulumi_sdwan/get_cisco_ntp_feature_template.py +315 -0
- pulumi_sdwan/get_cisco_omp_feature_template.py +567 -0
- pulumi_sdwan/get_cisco_ospf_feature_template.py +581 -0
- pulumi_sdwan/get_cisco_ospfv3_feature_template.py +1127 -0
- pulumi_sdwan/get_cisco_secure_internet_gateway_feature_template.py +259 -0
- pulumi_sdwan/get_cisco_security_feature_template.py +371 -0
- pulumi_sdwan/get_cisco_sig_credentials_feature_template.py +482 -0
- pulumi_sdwan/get_cisco_snmp_feature_template.py +329 -0
- pulumi_sdwan/get_cisco_system_feature_template.py +1141 -0
- pulumi_sdwan/get_cisco_thousandeyes_feature_template.py +189 -0
- pulumi_sdwan/get_cisco_trustsec_feature_template.py +609 -0
- pulumi_sdwan/get_cisco_vpn_feature_template.py +595 -0
- pulumi_sdwan/get_cisco_vpn_interface_feature_template.py +3003 -0
- pulumi_sdwan/get_cisco_vpn_interface_gre_feature_template.py +581 -0
- pulumi_sdwan/get_cisco_vpn_interface_ipsec_feature_template.py +916 -0
- pulumi_sdwan/get_cisco_wireless_lan_feature_template.py +413 -0
- pulumi_sdwan/get_class_map_policy_object.py +140 -0
- pulumi_sdwan/get_cli_config_feature.py +176 -0
- pulumi_sdwan/get_cli_device_template.py +182 -0
- pulumi_sdwan/get_cli_feature_profile.py +126 -0
- pulumi_sdwan/get_cli_template_feature_template.py +188 -0
- pulumi_sdwan/get_color_list_policy_object.py +141 -0
- pulumi_sdwan/get_configuration_group.py +211 -0
- pulumi_sdwan/get_custom_control_topology_policy_definition.py +183 -0
- pulumi_sdwan/get_data_fqdn_prefix_list_policy_object.py +141 -0
- pulumi_sdwan/get_data_ipv4_prefix_list_policy_object.py +141 -0
- pulumi_sdwan/get_data_ipv6_prefix_list_policy_object.py +141 -0
- pulumi_sdwan/get_device.py +149 -0
- pulumi_sdwan/get_dns_security_feature_profile.py +126 -0
- pulumi_sdwan/get_dns_security_policy_definition.py +281 -0
- pulumi_sdwan/get_domain_list_policy_object.py +141 -0
- pulumi_sdwan/get_eigrp_feature_template.py +413 -0
- pulumi_sdwan/get_embedded_security_feature_profile.py +126 -0
- pulumi_sdwan/get_expanded_community_list_policy_object.py +141 -0
- pulumi_sdwan/get_extended_community_list_policy_object.py +141 -0
- pulumi_sdwan/get_feature_device_template.py +239 -0
- pulumi_sdwan/get_geo_location_list_policy_object.py +141 -0
- pulumi_sdwan/get_gps_feature_template.py +342 -0
- pulumi_sdwan/get_hub_and_spoke_topology_policy_definition.py +197 -0
- pulumi_sdwan/get_intrusion_prevention_policy_definition.py +238 -0
- pulumi_sdwan/get_ips_signature_list_policy_object.py +141 -0
- pulumi_sdwan/get_ipv4_acl_policy_definition.py +183 -0
- pulumi_sdwan/get_ipv4_device_acl_policy_definition.py +183 -0
- pulumi_sdwan/get_ipv4_prefix_list_policy_object.py +141 -0
- pulumi_sdwan/get_ipv6_acl_policy_definition.py +183 -0
- pulumi_sdwan/get_ipv6_device_acl_policy_definition.py +183 -0
- pulumi_sdwan/get_ipv6_prefix_list_policy_object.py +141 -0
- pulumi_sdwan/get_local_application_list_policy_object.py +141 -0
- pulumi_sdwan/get_localized_policy.py +295 -0
- pulumi_sdwan/get_mesh_topology_policy_definition.py +197 -0
- pulumi_sdwan/get_mirror_policy_object.py +154 -0
- pulumi_sdwan/get_object_group_policy_definition.py +322 -0
- pulumi_sdwan/get_other_feature_profile.py +126 -0
- pulumi_sdwan/get_other_thousandeyes_feature.py +177 -0
- pulumi_sdwan/get_other_ucse_feature.py +353 -0
- pulumi_sdwan/get_policer_policy_object.py +168 -0
- pulumi_sdwan/get_policy_object_app_probe_class.py +177 -0
- pulumi_sdwan/get_policy_object_application_list.py +177 -0
- pulumi_sdwan/get_policy_object_as_path_list.py +191 -0
- pulumi_sdwan/get_policy_object_class_map.py +177 -0
- pulumi_sdwan/get_policy_object_color_list.py +177 -0
- pulumi_sdwan/get_policy_object_data_ipv4_prefix_list.py +177 -0
- pulumi_sdwan/get_policy_object_data_ipv6_prefix_list.py +177 -0
- pulumi_sdwan/get_policy_object_expanded_community_list.py +190 -0
- pulumi_sdwan/get_policy_object_extended_community_list.py +177 -0
- pulumi_sdwan/get_policy_object_feature_profile.py +126 -0
- pulumi_sdwan/get_policy_object_ipv4_prefix_list.py +177 -0
- pulumi_sdwan/get_policy_object_ipv6_prefix_list.py +177 -0
- pulumi_sdwan/get_policy_object_mirror.py +177 -0
- pulumi_sdwan/get_policy_object_policer.py +177 -0
- pulumi_sdwan/get_policy_object_preferred_color_group.py +177 -0
- pulumi_sdwan/get_policy_object_security_data_ipv4_prefix_list.py +174 -0
- pulumi_sdwan/get_policy_object_security_fqdn_list.py +174 -0
- pulumi_sdwan/get_policy_object_security_geolocation_list.py +177 -0
- pulumi_sdwan/get_policy_object_security_identity_list.py +177 -0
- pulumi_sdwan/get_policy_object_security_ips_signature.py +177 -0
- pulumi_sdwan/get_policy_object_security_local_application_list.py +177 -0
- pulumi_sdwan/get_policy_object_security_local_domain_list.py +174 -0
- pulumi_sdwan/get_policy_object_security_port_list.py +177 -0
- pulumi_sdwan/get_policy_object_security_scalable_group_tag_list.py +174 -0
- pulumi_sdwan/get_policy_object_security_url_allow_list.py +177 -0
- pulumi_sdwan/get_policy_object_security_url_block_list.py +177 -0
- pulumi_sdwan/get_policy_object_sla_class_list.py +177 -0
- pulumi_sdwan/get_policy_object_standard_community_list.py +177 -0
- pulumi_sdwan/get_policy_object_tloc_list.py +177 -0
- pulumi_sdwan/get_policy_object_vpn_group.py +177 -0
- pulumi_sdwan/get_port_list_policy_object.py +141 -0
- pulumi_sdwan/get_preferred_color_group_policy_object.py +210 -0
- pulumi_sdwan/get_protocol_list_policy_object.py +141 -0
- pulumi_sdwan/get_qos_map_policy_definition.py +169 -0
- pulumi_sdwan/get_region_list_policy_object.py +141 -0
- pulumi_sdwan/get_rewrite_rule_policy_definition.py +169 -0
- pulumi_sdwan/get_route_policy_definition.py +183 -0
- pulumi_sdwan/get_rule_set_policy_definition.py +155 -0
- pulumi_sdwan/get_security_app_hosting_feature_template.py +189 -0
- pulumi_sdwan/get_security_policy.py +306 -0
- pulumi_sdwan/get_service_dhcp_server_feature.py +443 -0
- pulumi_sdwan/get_service_feature_profile.py +126 -0
- pulumi_sdwan/get_service_ipv4_acl_feature.py +191 -0
- pulumi_sdwan/get_service_ipv6_acl_feature.py +191 -0
- pulumi_sdwan/get_service_lan_vpn_feature.py +666 -0
- pulumi_sdwan/get_service_lan_vpn_feature_associate_multicast_feature.py +156 -0
- pulumi_sdwan/get_service_lan_vpn_feature_associate_routing_bgp_feature.py +156 -0
- pulumi_sdwan/get_service_lan_vpn_feature_associate_routing_eigrp_feature.py +156 -0
- pulumi_sdwan/get_service_lan_vpn_feature_associate_routing_ospf_feature.py +156 -0
- pulumi_sdwan/get_service_lan_vpn_feature_associate_routing_ospfv3_ipv4_feature.py +156 -0
- pulumi_sdwan/get_service_lan_vpn_feature_associate_routing_ospfv3_ipv6_feature.py +156 -0
- pulumi_sdwan/get_service_lan_vpn_interface_ethernet_feature.py +1354 -0
- pulumi_sdwan/get_service_lan_vpn_interface_ethernet_feature_associate_dhcp_server_feature.py +178 -0
- pulumi_sdwan/get_service_lan_vpn_interface_gre_feature.py +570 -0
- pulumi_sdwan/get_service_lan_vpn_interface_ipsec_feature.py +992 -0
- pulumi_sdwan/get_service_lan_vpn_interface_ipsec_feature_associate_dhcp_server_feature.py +178 -0
- pulumi_sdwan/get_service_lan_vpn_interface_svi_feature.py +705 -0
- pulumi_sdwan/get_service_lan_vpn_interface_svi_feature_associate_dhcp_server_feature.py +178 -0
- pulumi_sdwan/get_service_multicast_feature.py +513 -0
- pulumi_sdwan/get_service_object_tracker_feature.py +316 -0
- pulumi_sdwan/get_service_object_tracker_group_feature.py +233 -0
- pulumi_sdwan/get_service_route_policy_feature.py +191 -0
- pulumi_sdwan/get_service_routing_bgp_feature.py +857 -0
- pulumi_sdwan/get_service_routing_eigrp_feature.py +398 -0
- pulumi_sdwan/get_service_routing_ospf_feature.py +566 -0
- pulumi_sdwan/get_service_routing_ospfv3_ipv4_feature.py +650 -0
- pulumi_sdwan/get_service_routing_ospfv3_ipv6_feature.py +650 -0
- pulumi_sdwan/get_service_switchport_feature.py +219 -0
- pulumi_sdwan/get_service_tracker_feature.py +464 -0
- pulumi_sdwan/get_service_tracker_group_feature.py +205 -0
- pulumi_sdwan/get_service_wireless_lan_feature.py +415 -0
- pulumi_sdwan/get_sig_security_feature_profile.py +126 -0
- pulumi_sdwan/get_site_list_policy_object.py +141 -0
- pulumi_sdwan/get_sla_class_policy_object.py +249 -0
- pulumi_sdwan/get_standard_community_list_policy_object.py +141 -0
- pulumi_sdwan/get_switchport_feature_template.py +273 -0
- pulumi_sdwan/get_system_aaa_feature.py +359 -0
- pulumi_sdwan/get_system_banner_feature.py +212 -0
- pulumi_sdwan/get_system_basic_feature.py +1003 -0
- pulumi_sdwan/get_system_bfd_feature.py +252 -0
- pulumi_sdwan/get_system_feature_profile.py +126 -0
- pulumi_sdwan/get_system_flexible_port_speed_feature.py +190 -0
- pulumi_sdwan/get_system_global_feature.py +806 -0
- pulumi_sdwan/get_system_ipv4_device_access_feature.py +191 -0
- pulumi_sdwan/get_system_ipv6_device_access_feature.py +191 -0
- pulumi_sdwan/get_system_logging_feature.py +289 -0
- pulumi_sdwan/get_system_mrf_feature.py +260 -0
- pulumi_sdwan/get_system_ntp_feature.py +303 -0
- pulumi_sdwan/get_system_omp_feature.py +974 -0
- pulumi_sdwan/get_system_performance_monitoring_feature.py +246 -0
- pulumi_sdwan/get_system_remote_access_feature.py +695 -0
- pulumi_sdwan/get_system_security_feature.py +331 -0
- pulumi_sdwan/get_system_snmp_feature.py +317 -0
- pulumi_sdwan/get_tloc_list_policy_object.py +141 -0
- pulumi_sdwan/get_tls_ssl_decryption_policy_definition.py +379 -0
- pulumi_sdwan/get_tls_ssl_profile_policy_definition.py +294 -0
- pulumi_sdwan/get_traffic_data_policy_definition.py +183 -0
- pulumi_sdwan/get_transport_cellular_controller_feature.py +302 -0
- pulumi_sdwan/get_transport_cellular_profile_feature.py +372 -0
- pulumi_sdwan/get_transport_feature_profile.py +126 -0
- pulumi_sdwan/get_transport_gps_feature.py +330 -0
- pulumi_sdwan/get_transport_ipv4_acl_feature.py +191 -0
- pulumi_sdwan/get_transport_ipv6_acl_feature.py +191 -0
- pulumi_sdwan/get_transport_ipv6_tracker_feature.py +414 -0
- pulumi_sdwan/get_transport_ipv6_tracker_group_feature.py +233 -0
- pulumi_sdwan/get_transport_management_vpn_feature.py +342 -0
- pulumi_sdwan/get_transport_management_vpn_interface_ethernet_feature.py +862 -0
- pulumi_sdwan/get_transport_route_policy_feature.py +191 -0
- pulumi_sdwan/get_transport_routing_bgp_feature.py +871 -0
- pulumi_sdwan/get_transport_routing_ospf_feature.py +566 -0
- pulumi_sdwan/get_transport_routing_ospfv3_ipv4_feature.py +650 -0
- pulumi_sdwan/get_transport_routing_ospfv3_ipv6_feature.py +650 -0
- pulumi_sdwan/get_transport_t1_e1_controller_feature.py +219 -0
- pulumi_sdwan/get_transport_tracker_feature.py +414 -0
- pulumi_sdwan/get_transport_tracker_group_feature.py +205 -0
- pulumi_sdwan/get_transport_wan_vpn_feature.py +384 -0
- pulumi_sdwan/get_transport_wan_vpn_feature_associate_routing_bgp_feature.py +156 -0
- pulumi_sdwan/get_transport_wan_vpn_feature_associate_routing_ospf_feature.py +156 -0
- pulumi_sdwan/get_transport_wan_vpn_feature_associate_routing_ospfv3_ipv4_feature.py +156 -0
- pulumi_sdwan/get_transport_wan_vpn_feature_associate_routing_ospfv3_ipv6_feature.py +156 -0
- pulumi_sdwan/get_transport_wan_vpn_interface_cellular_feature.py +1956 -0
- pulumi_sdwan/get_transport_wan_vpn_interface_ethernet_feature.py +2824 -0
- pulumi_sdwan/get_transport_wan_vpn_interface_ethernet_feature_associate_ipv6_tracker_feature.py +178 -0
- pulumi_sdwan/get_transport_wan_vpn_interface_ethernet_feature_associate_ipv6_tracker_group_feature.py +178 -0
- pulumi_sdwan/get_transport_wan_vpn_interface_ethernet_feature_associate_tracker_feature.py +178 -0
- pulumi_sdwan/get_transport_wan_vpn_interface_ethernet_feature_associate_tracker_group_feature.py +178 -0
- pulumi_sdwan/get_transport_wan_vpn_interface_gre_feature.py +570 -0
- pulumi_sdwan/get_transport_wan_vpn_interface_ipsec_feature.py +992 -0
- pulumi_sdwan/get_transport_wan_vpn_interface_t1_e1_serial_feature.py +1623 -0
- pulumi_sdwan/get_url_filtering_policy_definition.py +308 -0
- pulumi_sdwan/get_vedge_inventory.py +103 -0
- pulumi_sdwan/get_vpn_interface_cellular_feature_template.py +2205 -0
- pulumi_sdwan/get_vpn_interface_dsl_ipoe_feature_template.py +2387 -0
- pulumi_sdwan/get_vpn_interface_dsl_pppoa_feature_template.py +2233 -0
- pulumi_sdwan/get_vpn_interface_dsl_pppoe_feature_template.py +2345 -0
- pulumi_sdwan/get_vpn_interface_ethernet_pppoe_feature_template.py +2331 -0
- pulumi_sdwan/get_vpn_interface_multilink_feature_template.py +2051 -0
- pulumi_sdwan/get_vpn_interface_svi_feature_template.py +693 -0
- pulumi_sdwan/get_vpn_interface_t1_e1_serial_feature_template.py +1813 -0
- pulumi_sdwan/get_vpn_list_policy_object.py +141 -0
- pulumi_sdwan/get_vpn_membership_policy_definition.py +169 -0
- pulumi_sdwan/get_zone_based_firewall_policy_definition.py +191 -0
- pulumi_sdwan/get_zone_list_policy_object.py +141 -0
- pulumi_sdwan/gps_feature_template.py +930 -0
- pulumi_sdwan/hub_and_spoke_topology_policy_definition.py +410 -0
- pulumi_sdwan/intrusion_prevention_policy_definition.py +599 -0
- pulumi_sdwan/ips_signature_list_policy_object.py +240 -0
- pulumi_sdwan/ipv4_acl_policy_definition.py +363 -0
- pulumi_sdwan/ipv4_device_acl_policy_definition.py +363 -0
- pulumi_sdwan/ipv4_prefix_list_policy_object.py +270 -0
- pulumi_sdwan/ipv6_acl_policy_definition.py +363 -0
- pulumi_sdwan/ipv6_device_acl_policy_definition.py +363 -0
- pulumi_sdwan/ipv6_prefix_list_policy_object.py +270 -0
- pulumi_sdwan/local_application_list_policy_object.py +266 -0
- pulumi_sdwan/localized_policy.py +807 -0
- pulumi_sdwan/mesh_topology_policy_definition.py +410 -0
- pulumi_sdwan/mirror_policy_object.py +310 -0
- pulumi_sdwan/object_group_policy_definition.py +879 -0
- pulumi_sdwan/other_feature_profile.py +234 -0
- pulumi_sdwan/other_thousandeyes_feature.py +340 -0
- pulumi_sdwan/other_ucse_feature.py +960 -0
- pulumi_sdwan/outputs.py +105049 -0
- pulumi_sdwan/policer_policy_object.py +360 -0
- pulumi_sdwan/policy_object_app_probe_class.py +341 -0
- pulumi_sdwan/policy_object_application_list.py +371 -0
- pulumi_sdwan/policy_object_as_path_list.py +389 -0
- pulumi_sdwan/policy_object_class_map.py +371 -0
- pulumi_sdwan/policy_object_color_list.py +371 -0
- pulumi_sdwan/policy_object_data_ipv4_prefix_list.py +341 -0
- pulumi_sdwan/policy_object_data_ipv6_prefix_list.py +341 -0
- pulumi_sdwan/policy_object_expanded_community_list.py +412 -0
- pulumi_sdwan/policy_object_extended_community_list.py +341 -0
- pulumi_sdwan/policy_object_feature_profile.py +234 -0
- pulumi_sdwan/policy_object_ipv4_prefix_list.py +341 -0
- pulumi_sdwan/policy_object_ipv6_prefix_list.py +341 -0
- pulumi_sdwan/policy_object_mirror.py +341 -0
- pulumi_sdwan/policy_object_policer.py +341 -0
- pulumi_sdwan/policy_object_preferred_color_group.py +341 -0
- pulumi_sdwan/policy_object_security_data_ipv4_prefix_list.py +328 -0
- pulumi_sdwan/policy_object_security_fqdn_list.py +358 -0
- pulumi_sdwan/policy_object_security_geolocation_list.py +371 -0
- pulumi_sdwan/policy_object_security_identity_list.py +370 -0
- pulumi_sdwan/policy_object_security_ips_signature.py +341 -0
- pulumi_sdwan/policy_object_security_local_application_list.py +370 -0
- pulumi_sdwan/policy_object_security_local_domain_list.py +328 -0
- pulumi_sdwan/policy_object_security_port_list.py +371 -0
- pulumi_sdwan/policy_object_security_scalable_group_tag_list.py +328 -0
- pulumi_sdwan/policy_object_security_url_allow_list.py +371 -0
- pulumi_sdwan/policy_object_security_url_block_list.py +371 -0
- pulumi_sdwan/policy_object_sla_class_list.py +341 -0
- pulumi_sdwan/policy_object_standard_community_list.py +341 -0
- pulumi_sdwan/policy_object_tloc_list.py +341 -0
- pulumi_sdwan/policy_object_vpn_group.py +371 -0
- pulumi_sdwan/port_list_policy_object.py +266 -0
- pulumi_sdwan/preferred_color_group_policy_object.py +505 -0
- pulumi_sdwan/protocol_list_policy_object.py +266 -0
- pulumi_sdwan/provider.py +209 -0
- pulumi_sdwan/pulumi-plugin.json +5 -0
- pulumi_sdwan/py.typed +0 -0
- pulumi_sdwan/qos_map_policy_definition.py +316 -0
- pulumi_sdwan/region_list_policy_object.py +240 -0
- pulumi_sdwan/rewrite_rule_policy_definition.py +316 -0
- pulumi_sdwan/route_policy_definition.py +362 -0
- pulumi_sdwan/rule_set_policy_definition.py +288 -0
- pulumi_sdwan/security_app_hosting_feature_template.py +379 -0
- pulumi_sdwan/security_policy.py +799 -0
- pulumi_sdwan/service_dhcp_server_feature.py +1261 -0
- pulumi_sdwan/service_feature_profile.py +234 -0
- pulumi_sdwan/service_ipv4_acl_feature.py +386 -0
- pulumi_sdwan/service_ipv6_acl_feature.py +386 -0
- pulumi_sdwan/service_lan_vpn_feature.py +1967 -0
- pulumi_sdwan/service_lan_vpn_feature_associate_multicast_feature.py +285 -0
- pulumi_sdwan/service_lan_vpn_feature_associate_routing_bgp_feature.py +285 -0
- pulumi_sdwan/service_lan_vpn_feature_associate_routing_eigrp_feature.py +285 -0
- pulumi_sdwan/service_lan_vpn_feature_associate_routing_ospf_feature.py +285 -0
- pulumi_sdwan/service_lan_vpn_feature_associate_routing_ospfv3_ipv4_feature.py +285 -0
- pulumi_sdwan/service_lan_vpn_feature_associate_routing_ospfv3_ipv6_feature.py +285 -0
- pulumi_sdwan/service_lan_vpn_interface_ethernet_feature.py +4292 -0
- pulumi_sdwan/service_lan_vpn_interface_ethernet_feature_associate_dhcp_server_feature.py +335 -0
- pulumi_sdwan/service_lan_vpn_interface_gre_feature.py +1717 -0
- pulumi_sdwan/service_lan_vpn_interface_ipsec_feature.py +3269 -0
- pulumi_sdwan/service_lan_vpn_interface_ipsec_feature_associate_dhcp_server_feature.py +335 -0
- pulumi_sdwan/service_lan_vpn_interface_svi_feature.py +2102 -0
- pulumi_sdwan/service_lan_vpn_interface_svi_feature_associate_dhcp_server_feature.py +335 -0
- pulumi_sdwan/service_multicast_feature.py +1468 -0
- pulumi_sdwan/service_object_tracker_feature.py +867 -0
- pulumi_sdwan/service_object_tracker_group_feature.py +528 -0
- pulumi_sdwan/service_route_policy_feature.py +387 -0
- pulumi_sdwan/service_routing_bgp_feature.py +2623 -0
- pulumi_sdwan/service_routing_eigrp_feature.py +1080 -0
- pulumi_sdwan/service_routing_ospf_feature.py +1643 -0
- pulumi_sdwan/service_routing_ospfv3_ipv4_feature.py +1925 -0
- pulumi_sdwan/service_routing_ospfv3_ipv6_feature.py +1925 -0
- pulumi_sdwan/service_switchport_feature.py +481 -0
- pulumi_sdwan/service_tracker_feature.py +1371 -0
- pulumi_sdwan/service_tracker_group_feature.py +434 -0
- pulumi_sdwan/service_wireless_lan_feature.py +1232 -0
- pulumi_sdwan/sig_security_feature_profile.py +234 -0
- pulumi_sdwan/site_list_policy_object.py +240 -0
- pulumi_sdwan/sla_class_policy_object.py +661 -0
- pulumi_sdwan/standard_community_list_policy_object.py +266 -0
- pulumi_sdwan/switchport_feature_template.py +661 -0
- pulumi_sdwan/system_aaa_feature.py +952 -0
- pulumi_sdwan/system_banner_feature.py +481 -0
- pulumi_sdwan/system_basic_feature.py +3637 -0
- pulumi_sdwan/system_bfd_feature.py +622 -0
- pulumi_sdwan/system_feature_profile.py +234 -0
- pulumi_sdwan/system_flexible_port_speed_feature.py +425 -0
- pulumi_sdwan/system_global_feature.py +2523 -0
- pulumi_sdwan/system_ipv4_device_access_feature.py +387 -0
- pulumi_sdwan/system_ipv6_device_access_feature.py +387 -0
- pulumi_sdwan/system_logging_feature.py +715 -0
- pulumi_sdwan/system_mrf_feature.py +653 -0
- pulumi_sdwan/system_ntp_feature.py +762 -0
- pulumi_sdwan/system_omp_feature.py +3099 -0
- pulumi_sdwan/system_performance_monitoring_feature.py +608 -0
- pulumi_sdwan/system_remote_access_feature.py +2230 -0
- pulumi_sdwan/system_security_feature.py +863 -0
- pulumi_sdwan/system_snmp_feature.py +809 -0
- pulumi_sdwan/tloc_list_policy_object.py +240 -0
- pulumi_sdwan/tls_ssl_decryption_policy_definition.py +1039 -0
- pulumi_sdwan/tls_ssl_profile_policy_definition.py +791 -0
- pulumi_sdwan/traffic_data_policy_definition.py +363 -0
- pulumi_sdwan/transport_cellular_controller_feature.py +796 -0
- pulumi_sdwan/transport_cellular_profile_feature.py +1036 -0
- pulumi_sdwan/transport_feature_profile.py +234 -0
- pulumi_sdwan/transport_gps_feature.py +891 -0
- pulumi_sdwan/transport_ipv4_acl_feature.py +386 -0
- pulumi_sdwan/transport_ipv6_acl_feature.py +386 -0
- pulumi_sdwan/transport_ipv6_tracker_feature.py +1179 -0
- pulumi_sdwan/transport_ipv6_tracker_group_feature.py +529 -0
- pulumi_sdwan/transport_management_vpn_feature.py +890 -0
- pulumi_sdwan/transport_management_vpn_interface_ethernet_feature.py +2665 -0
- pulumi_sdwan/transport_route_policy_feature.py +387 -0
- pulumi_sdwan/transport_routing_bgp_feature.py +2670 -0
- pulumi_sdwan/transport_routing_ospf_feature.py +1643 -0
- pulumi_sdwan/transport_routing_ospfv3_ipv4_feature.py +1925 -0
- pulumi_sdwan/transport_routing_ospfv3_ipv6_feature.py +1925 -0
- pulumi_sdwan/transport_t1_e1_controller_feature.py +483 -0
- pulumi_sdwan/transport_tracker_feature.py +1179 -0
- pulumi_sdwan/transport_tracker_group_feature.py +434 -0
- pulumi_sdwan/transport_wan_vpn_feature.py +1031 -0
- pulumi_sdwan/transport_wan_vpn_feature_associate_routing_bgp_feature.py +285 -0
- pulumi_sdwan/transport_wan_vpn_feature_associate_routing_ospf_feature.py +285 -0
- pulumi_sdwan/transport_wan_vpn_feature_associate_routing_ospfv3_ipv4_feature.py +285 -0
- pulumi_sdwan/transport_wan_vpn_feature_associate_routing_ospfv3_ipv6_feature.py +285 -0
- pulumi_sdwan/transport_wan_vpn_interface_cellular_feature.py +6313 -0
- pulumi_sdwan/transport_wan_vpn_interface_ethernet_feature.py +9269 -0
- pulumi_sdwan/transport_wan_vpn_interface_ethernet_feature_associate_ipv6_tracker_feature.py +335 -0
- pulumi_sdwan/transport_wan_vpn_interface_ethernet_feature_associate_ipv6_tracker_group_feature.py +335 -0
- pulumi_sdwan/transport_wan_vpn_interface_ethernet_feature_associate_tracker_feature.py +335 -0
- pulumi_sdwan/transport_wan_vpn_interface_ethernet_feature_associate_tracker_group_feature.py +335 -0
- pulumi_sdwan/transport_wan_vpn_interface_gre_feature.py +1717 -0
- pulumi_sdwan/transport_wan_vpn_interface_ipsec_feature.py +3268 -0
- pulumi_sdwan/transport_wan_vpn_interface_t1_e1_serial_feature.py +5364 -0
- pulumi_sdwan/url_filtering_policy_definition.py +847 -0
- pulumi_sdwan/vpn_interface_cellular_feature_template.py +7168 -0
- pulumi_sdwan/vpn_interface_dsl_ipoe_feature_template.py +7779 -0
- pulumi_sdwan/vpn_interface_dsl_pppoa_feature_template.py +7262 -0
- pulumi_sdwan/vpn_interface_dsl_pppoe_feature_template.py +7638 -0
- pulumi_sdwan/vpn_interface_ethernet_pppoe_feature_template.py +7591 -0
- pulumi_sdwan/vpn_interface_multilink_feature_template.py +6651 -0
- pulumi_sdwan/vpn_interface_svi_feature_template.py +2071 -0
- pulumi_sdwan/vpn_interface_t1_e1_serial_feature_template.py +5866 -0
- pulumi_sdwan/vpn_list_policy_object.py +240 -0
- pulumi_sdwan/vpn_membership_policy_definition.py +316 -0
- pulumi_sdwan/zone_based_firewall_policy_definition.py +406 -0
- pulumi_sdwan/zone_list_policy_object.py +266 -0
- pulumi_sdwan-0.3.0a1736835519.dist-info/METADATA +64 -0
- pulumi_sdwan-0.3.0a1736835519.dist-info/RECORD +464 -0
- pulumi_sdwan-0.3.0a1736835519.dist-info/WHEEL +5 -0
- pulumi_sdwan-0.3.0a1736835519.dist-info/top_level.txt +1 -0
|
@@ -0,0 +1,1354 @@
|
|
|
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
|
+
'GetServiceLanVpnInterfaceEthernetFeatureResult',
|
|
20
|
+
'AwaitableGetServiceLanVpnInterfaceEthernetFeatureResult',
|
|
21
|
+
'get_service_lan_vpn_interface_ethernet_feature',
|
|
22
|
+
'get_service_lan_vpn_interface_ethernet_feature_output',
|
|
23
|
+
]
|
|
24
|
+
|
|
25
|
+
@pulumi.output_type
|
|
26
|
+
class GetServiceLanVpnInterfaceEthernetFeatureResult:
|
|
27
|
+
"""
|
|
28
|
+
A collection of values returned by getServiceLanVpnInterfaceEthernetFeature.
|
|
29
|
+
"""
|
|
30
|
+
def __init__(__self__, acl_ipv4_egress_policy_id=None, acl_ipv4_ingress_policy_id=None, acl_ipv6_egress_policy_id=None, acl_ipv6_ingress_policy_id=None, acl_shaping_rate=None, acl_shaping_rate_variable=None, arp_timeout=None, arp_timeout_variable=None, arps=None, autonegotiate=None, autonegotiate_variable=None, description=None, duplex=None, duplex_variable=None, enable_dhcpv6=None, feature_profile_id=None, icmp_redirect_disable=None, icmp_redirect_disable_variable=None, id=None, interface_description=None, interface_description_variable=None, interface_mtu=None, interface_mtu_variable=None, interface_name=None, interface_name_variable=None, ip_directed_broadcast=None, ip_directed_broadcast_variable=None, ip_mtu=None, ip_mtu_variable=None, ipv4_address=None, ipv4_address_variable=None, ipv4_dhcp_distance=None, ipv4_dhcp_distance_variable=None, ipv4_dhcp_helper_variable=None, ipv4_dhcp_helpers=None, ipv4_nat=None, ipv4_nat_loopback=None, ipv4_nat_loopback_variable=None, ipv4_nat_overload=None, ipv4_nat_overload_variable=None, ipv4_nat_prefix_length=None, ipv4_nat_prefix_length_variable=None, ipv4_nat_range_end=None, ipv4_nat_range_end_variable=None, ipv4_nat_range_start=None, ipv4_nat_range_start_variable=None, ipv4_nat_tcp_timeout=None, ipv4_nat_tcp_timeout_variable=None, ipv4_nat_type=None, ipv4_nat_type_variable=None, ipv4_nat_udp_timeout=None, ipv4_nat_udp_timeout_variable=None, ipv4_secondary_addresses=None, ipv4_subnet_mask=None, ipv4_subnet_mask_variable=None, ipv4_vrrps=None, ipv6_address=None, ipv6_address_variable=None, ipv6_dhcp_helpers=None, ipv6_dhcp_secondary_addresses=None, ipv6_nat=None, ipv6_secondary_addresses=None, ipv6_vrrps=None, load_interval=None, load_interval_variable=None, mac_address=None, mac_address_variable=None, media_type=None, media_type_variable=None, name=None, nat64=None, service_lan_vpn_feature_id=None, shutdown=None, shutdown_variable=None, speed=None, speed_variable=None, static_nats=None, tcp_mss=None, tcp_mss_variable=None, tracker=None, tracker_variable=None, trustsec_enable_enforced_propogation=None, trustsec_enable_sgt_propogation=None, trustsec_enforced_security_group_tag=None, trustsec_enforced_security_group_tag_variable=None, trustsec_propogate=None, trustsec_security_group_tag=None, trustsec_security_group_tag_variable=None, version=None, xconnect=None, xconnect_variable=None):
|
|
31
|
+
if acl_ipv4_egress_policy_id and not isinstance(acl_ipv4_egress_policy_id, str):
|
|
32
|
+
raise TypeError("Expected argument 'acl_ipv4_egress_policy_id' to be a str")
|
|
33
|
+
pulumi.set(__self__, "acl_ipv4_egress_policy_id", acl_ipv4_egress_policy_id)
|
|
34
|
+
if acl_ipv4_ingress_policy_id and not isinstance(acl_ipv4_ingress_policy_id, str):
|
|
35
|
+
raise TypeError("Expected argument 'acl_ipv4_ingress_policy_id' to be a str")
|
|
36
|
+
pulumi.set(__self__, "acl_ipv4_ingress_policy_id", acl_ipv4_ingress_policy_id)
|
|
37
|
+
if acl_ipv6_egress_policy_id and not isinstance(acl_ipv6_egress_policy_id, str):
|
|
38
|
+
raise TypeError("Expected argument 'acl_ipv6_egress_policy_id' to be a str")
|
|
39
|
+
pulumi.set(__self__, "acl_ipv6_egress_policy_id", acl_ipv6_egress_policy_id)
|
|
40
|
+
if acl_ipv6_ingress_policy_id and not isinstance(acl_ipv6_ingress_policy_id, str):
|
|
41
|
+
raise TypeError("Expected argument 'acl_ipv6_ingress_policy_id' to be a str")
|
|
42
|
+
pulumi.set(__self__, "acl_ipv6_ingress_policy_id", acl_ipv6_ingress_policy_id)
|
|
43
|
+
if acl_shaping_rate and not isinstance(acl_shaping_rate, int):
|
|
44
|
+
raise TypeError("Expected argument 'acl_shaping_rate' to be a int")
|
|
45
|
+
pulumi.set(__self__, "acl_shaping_rate", acl_shaping_rate)
|
|
46
|
+
if acl_shaping_rate_variable and not isinstance(acl_shaping_rate_variable, str):
|
|
47
|
+
raise TypeError("Expected argument 'acl_shaping_rate_variable' to be a str")
|
|
48
|
+
pulumi.set(__self__, "acl_shaping_rate_variable", acl_shaping_rate_variable)
|
|
49
|
+
if arp_timeout and not isinstance(arp_timeout, int):
|
|
50
|
+
raise TypeError("Expected argument 'arp_timeout' to be a int")
|
|
51
|
+
pulumi.set(__self__, "arp_timeout", arp_timeout)
|
|
52
|
+
if arp_timeout_variable and not isinstance(arp_timeout_variable, str):
|
|
53
|
+
raise TypeError("Expected argument 'arp_timeout_variable' to be a str")
|
|
54
|
+
pulumi.set(__self__, "arp_timeout_variable", arp_timeout_variable)
|
|
55
|
+
if arps and not isinstance(arps, list):
|
|
56
|
+
raise TypeError("Expected argument 'arps' to be a list")
|
|
57
|
+
pulumi.set(__self__, "arps", arps)
|
|
58
|
+
if autonegotiate and not isinstance(autonegotiate, bool):
|
|
59
|
+
raise TypeError("Expected argument 'autonegotiate' to be a bool")
|
|
60
|
+
pulumi.set(__self__, "autonegotiate", autonegotiate)
|
|
61
|
+
if autonegotiate_variable and not isinstance(autonegotiate_variable, str):
|
|
62
|
+
raise TypeError("Expected argument 'autonegotiate_variable' to be a str")
|
|
63
|
+
pulumi.set(__self__, "autonegotiate_variable", autonegotiate_variable)
|
|
64
|
+
if description and not isinstance(description, str):
|
|
65
|
+
raise TypeError("Expected argument 'description' to be a str")
|
|
66
|
+
pulumi.set(__self__, "description", description)
|
|
67
|
+
if duplex and not isinstance(duplex, str):
|
|
68
|
+
raise TypeError("Expected argument 'duplex' to be a str")
|
|
69
|
+
pulumi.set(__self__, "duplex", duplex)
|
|
70
|
+
if duplex_variable and not isinstance(duplex_variable, str):
|
|
71
|
+
raise TypeError("Expected argument 'duplex_variable' to be a str")
|
|
72
|
+
pulumi.set(__self__, "duplex_variable", duplex_variable)
|
|
73
|
+
if enable_dhcpv6 and not isinstance(enable_dhcpv6, bool):
|
|
74
|
+
raise TypeError("Expected argument 'enable_dhcpv6' to be a bool")
|
|
75
|
+
pulumi.set(__self__, "enable_dhcpv6", enable_dhcpv6)
|
|
76
|
+
if feature_profile_id and not isinstance(feature_profile_id, str):
|
|
77
|
+
raise TypeError("Expected argument 'feature_profile_id' to be a str")
|
|
78
|
+
pulumi.set(__self__, "feature_profile_id", feature_profile_id)
|
|
79
|
+
if icmp_redirect_disable and not isinstance(icmp_redirect_disable, bool):
|
|
80
|
+
raise TypeError("Expected argument 'icmp_redirect_disable' to be a bool")
|
|
81
|
+
pulumi.set(__self__, "icmp_redirect_disable", icmp_redirect_disable)
|
|
82
|
+
if icmp_redirect_disable_variable and not isinstance(icmp_redirect_disable_variable, str):
|
|
83
|
+
raise TypeError("Expected argument 'icmp_redirect_disable_variable' to be a str")
|
|
84
|
+
pulumi.set(__self__, "icmp_redirect_disable_variable", icmp_redirect_disable_variable)
|
|
85
|
+
if id and not isinstance(id, str):
|
|
86
|
+
raise TypeError("Expected argument 'id' to be a str")
|
|
87
|
+
pulumi.set(__self__, "id", id)
|
|
88
|
+
if interface_description and not isinstance(interface_description, str):
|
|
89
|
+
raise TypeError("Expected argument 'interface_description' to be a str")
|
|
90
|
+
pulumi.set(__self__, "interface_description", interface_description)
|
|
91
|
+
if interface_description_variable and not isinstance(interface_description_variable, str):
|
|
92
|
+
raise TypeError("Expected argument 'interface_description_variable' to be a str")
|
|
93
|
+
pulumi.set(__self__, "interface_description_variable", interface_description_variable)
|
|
94
|
+
if interface_mtu and not isinstance(interface_mtu, int):
|
|
95
|
+
raise TypeError("Expected argument 'interface_mtu' to be a int")
|
|
96
|
+
pulumi.set(__self__, "interface_mtu", interface_mtu)
|
|
97
|
+
if interface_mtu_variable and not isinstance(interface_mtu_variable, str):
|
|
98
|
+
raise TypeError("Expected argument 'interface_mtu_variable' to be a str")
|
|
99
|
+
pulumi.set(__self__, "interface_mtu_variable", interface_mtu_variable)
|
|
100
|
+
if interface_name and not isinstance(interface_name, str):
|
|
101
|
+
raise TypeError("Expected argument 'interface_name' to be a str")
|
|
102
|
+
pulumi.set(__self__, "interface_name", interface_name)
|
|
103
|
+
if interface_name_variable and not isinstance(interface_name_variable, str):
|
|
104
|
+
raise TypeError("Expected argument 'interface_name_variable' to be a str")
|
|
105
|
+
pulumi.set(__self__, "interface_name_variable", interface_name_variable)
|
|
106
|
+
if ip_directed_broadcast and not isinstance(ip_directed_broadcast, bool):
|
|
107
|
+
raise TypeError("Expected argument 'ip_directed_broadcast' to be a bool")
|
|
108
|
+
pulumi.set(__self__, "ip_directed_broadcast", ip_directed_broadcast)
|
|
109
|
+
if ip_directed_broadcast_variable and not isinstance(ip_directed_broadcast_variable, str):
|
|
110
|
+
raise TypeError("Expected argument 'ip_directed_broadcast_variable' to be a str")
|
|
111
|
+
pulumi.set(__self__, "ip_directed_broadcast_variable", ip_directed_broadcast_variable)
|
|
112
|
+
if ip_mtu and not isinstance(ip_mtu, int):
|
|
113
|
+
raise TypeError("Expected argument 'ip_mtu' to be a int")
|
|
114
|
+
pulumi.set(__self__, "ip_mtu", ip_mtu)
|
|
115
|
+
if ip_mtu_variable and not isinstance(ip_mtu_variable, str):
|
|
116
|
+
raise TypeError("Expected argument 'ip_mtu_variable' to be a str")
|
|
117
|
+
pulumi.set(__self__, "ip_mtu_variable", ip_mtu_variable)
|
|
118
|
+
if ipv4_address and not isinstance(ipv4_address, str):
|
|
119
|
+
raise TypeError("Expected argument 'ipv4_address' to be a str")
|
|
120
|
+
pulumi.set(__self__, "ipv4_address", ipv4_address)
|
|
121
|
+
if ipv4_address_variable and not isinstance(ipv4_address_variable, str):
|
|
122
|
+
raise TypeError("Expected argument 'ipv4_address_variable' to be a str")
|
|
123
|
+
pulumi.set(__self__, "ipv4_address_variable", ipv4_address_variable)
|
|
124
|
+
if ipv4_dhcp_distance and not isinstance(ipv4_dhcp_distance, int):
|
|
125
|
+
raise TypeError("Expected argument 'ipv4_dhcp_distance' to be a int")
|
|
126
|
+
pulumi.set(__self__, "ipv4_dhcp_distance", ipv4_dhcp_distance)
|
|
127
|
+
if ipv4_dhcp_distance_variable and not isinstance(ipv4_dhcp_distance_variable, str):
|
|
128
|
+
raise TypeError("Expected argument 'ipv4_dhcp_distance_variable' to be a str")
|
|
129
|
+
pulumi.set(__self__, "ipv4_dhcp_distance_variable", ipv4_dhcp_distance_variable)
|
|
130
|
+
if ipv4_dhcp_helper_variable and not isinstance(ipv4_dhcp_helper_variable, str):
|
|
131
|
+
raise TypeError("Expected argument 'ipv4_dhcp_helper_variable' to be a str")
|
|
132
|
+
pulumi.set(__self__, "ipv4_dhcp_helper_variable", ipv4_dhcp_helper_variable)
|
|
133
|
+
if ipv4_dhcp_helpers and not isinstance(ipv4_dhcp_helpers, list):
|
|
134
|
+
raise TypeError("Expected argument 'ipv4_dhcp_helpers' to be a list")
|
|
135
|
+
pulumi.set(__self__, "ipv4_dhcp_helpers", ipv4_dhcp_helpers)
|
|
136
|
+
if ipv4_nat and not isinstance(ipv4_nat, bool):
|
|
137
|
+
raise TypeError("Expected argument 'ipv4_nat' to be a bool")
|
|
138
|
+
pulumi.set(__self__, "ipv4_nat", ipv4_nat)
|
|
139
|
+
if ipv4_nat_loopback and not isinstance(ipv4_nat_loopback, str):
|
|
140
|
+
raise TypeError("Expected argument 'ipv4_nat_loopback' to be a str")
|
|
141
|
+
pulumi.set(__self__, "ipv4_nat_loopback", ipv4_nat_loopback)
|
|
142
|
+
if ipv4_nat_loopback_variable and not isinstance(ipv4_nat_loopback_variable, str):
|
|
143
|
+
raise TypeError("Expected argument 'ipv4_nat_loopback_variable' to be a str")
|
|
144
|
+
pulumi.set(__self__, "ipv4_nat_loopback_variable", ipv4_nat_loopback_variable)
|
|
145
|
+
if ipv4_nat_overload and not isinstance(ipv4_nat_overload, bool):
|
|
146
|
+
raise TypeError("Expected argument 'ipv4_nat_overload' to be a bool")
|
|
147
|
+
pulumi.set(__self__, "ipv4_nat_overload", ipv4_nat_overload)
|
|
148
|
+
if ipv4_nat_overload_variable and not isinstance(ipv4_nat_overload_variable, str):
|
|
149
|
+
raise TypeError("Expected argument 'ipv4_nat_overload_variable' to be a str")
|
|
150
|
+
pulumi.set(__self__, "ipv4_nat_overload_variable", ipv4_nat_overload_variable)
|
|
151
|
+
if ipv4_nat_prefix_length and not isinstance(ipv4_nat_prefix_length, int):
|
|
152
|
+
raise TypeError("Expected argument 'ipv4_nat_prefix_length' to be a int")
|
|
153
|
+
pulumi.set(__self__, "ipv4_nat_prefix_length", ipv4_nat_prefix_length)
|
|
154
|
+
if ipv4_nat_prefix_length_variable and not isinstance(ipv4_nat_prefix_length_variable, str):
|
|
155
|
+
raise TypeError("Expected argument 'ipv4_nat_prefix_length_variable' to be a str")
|
|
156
|
+
pulumi.set(__self__, "ipv4_nat_prefix_length_variable", ipv4_nat_prefix_length_variable)
|
|
157
|
+
if ipv4_nat_range_end and not isinstance(ipv4_nat_range_end, str):
|
|
158
|
+
raise TypeError("Expected argument 'ipv4_nat_range_end' to be a str")
|
|
159
|
+
pulumi.set(__self__, "ipv4_nat_range_end", ipv4_nat_range_end)
|
|
160
|
+
if ipv4_nat_range_end_variable and not isinstance(ipv4_nat_range_end_variable, str):
|
|
161
|
+
raise TypeError("Expected argument 'ipv4_nat_range_end_variable' to be a str")
|
|
162
|
+
pulumi.set(__self__, "ipv4_nat_range_end_variable", ipv4_nat_range_end_variable)
|
|
163
|
+
if ipv4_nat_range_start and not isinstance(ipv4_nat_range_start, str):
|
|
164
|
+
raise TypeError("Expected argument 'ipv4_nat_range_start' to be a str")
|
|
165
|
+
pulumi.set(__self__, "ipv4_nat_range_start", ipv4_nat_range_start)
|
|
166
|
+
if ipv4_nat_range_start_variable and not isinstance(ipv4_nat_range_start_variable, str):
|
|
167
|
+
raise TypeError("Expected argument 'ipv4_nat_range_start_variable' to be a str")
|
|
168
|
+
pulumi.set(__self__, "ipv4_nat_range_start_variable", ipv4_nat_range_start_variable)
|
|
169
|
+
if ipv4_nat_tcp_timeout and not isinstance(ipv4_nat_tcp_timeout, int):
|
|
170
|
+
raise TypeError("Expected argument 'ipv4_nat_tcp_timeout' to be a int")
|
|
171
|
+
pulumi.set(__self__, "ipv4_nat_tcp_timeout", ipv4_nat_tcp_timeout)
|
|
172
|
+
if ipv4_nat_tcp_timeout_variable and not isinstance(ipv4_nat_tcp_timeout_variable, str):
|
|
173
|
+
raise TypeError("Expected argument 'ipv4_nat_tcp_timeout_variable' to be a str")
|
|
174
|
+
pulumi.set(__self__, "ipv4_nat_tcp_timeout_variable", ipv4_nat_tcp_timeout_variable)
|
|
175
|
+
if ipv4_nat_type and not isinstance(ipv4_nat_type, str):
|
|
176
|
+
raise TypeError("Expected argument 'ipv4_nat_type' to be a str")
|
|
177
|
+
pulumi.set(__self__, "ipv4_nat_type", ipv4_nat_type)
|
|
178
|
+
if ipv4_nat_type_variable and not isinstance(ipv4_nat_type_variable, str):
|
|
179
|
+
raise TypeError("Expected argument 'ipv4_nat_type_variable' to be a str")
|
|
180
|
+
pulumi.set(__self__, "ipv4_nat_type_variable", ipv4_nat_type_variable)
|
|
181
|
+
if ipv4_nat_udp_timeout and not isinstance(ipv4_nat_udp_timeout, int):
|
|
182
|
+
raise TypeError("Expected argument 'ipv4_nat_udp_timeout' to be a int")
|
|
183
|
+
pulumi.set(__self__, "ipv4_nat_udp_timeout", ipv4_nat_udp_timeout)
|
|
184
|
+
if ipv4_nat_udp_timeout_variable and not isinstance(ipv4_nat_udp_timeout_variable, str):
|
|
185
|
+
raise TypeError("Expected argument 'ipv4_nat_udp_timeout_variable' to be a str")
|
|
186
|
+
pulumi.set(__self__, "ipv4_nat_udp_timeout_variable", ipv4_nat_udp_timeout_variable)
|
|
187
|
+
if ipv4_secondary_addresses and not isinstance(ipv4_secondary_addresses, list):
|
|
188
|
+
raise TypeError("Expected argument 'ipv4_secondary_addresses' to be a list")
|
|
189
|
+
pulumi.set(__self__, "ipv4_secondary_addresses", ipv4_secondary_addresses)
|
|
190
|
+
if ipv4_subnet_mask and not isinstance(ipv4_subnet_mask, str):
|
|
191
|
+
raise TypeError("Expected argument 'ipv4_subnet_mask' to be a str")
|
|
192
|
+
pulumi.set(__self__, "ipv4_subnet_mask", ipv4_subnet_mask)
|
|
193
|
+
if ipv4_subnet_mask_variable and not isinstance(ipv4_subnet_mask_variable, str):
|
|
194
|
+
raise TypeError("Expected argument 'ipv4_subnet_mask_variable' to be a str")
|
|
195
|
+
pulumi.set(__self__, "ipv4_subnet_mask_variable", ipv4_subnet_mask_variable)
|
|
196
|
+
if ipv4_vrrps and not isinstance(ipv4_vrrps, list):
|
|
197
|
+
raise TypeError("Expected argument 'ipv4_vrrps' to be a list")
|
|
198
|
+
pulumi.set(__self__, "ipv4_vrrps", ipv4_vrrps)
|
|
199
|
+
if ipv6_address and not isinstance(ipv6_address, str):
|
|
200
|
+
raise TypeError("Expected argument 'ipv6_address' to be a str")
|
|
201
|
+
pulumi.set(__self__, "ipv6_address", ipv6_address)
|
|
202
|
+
if ipv6_address_variable and not isinstance(ipv6_address_variable, str):
|
|
203
|
+
raise TypeError("Expected argument 'ipv6_address_variable' to be a str")
|
|
204
|
+
pulumi.set(__self__, "ipv6_address_variable", ipv6_address_variable)
|
|
205
|
+
if ipv6_dhcp_helpers and not isinstance(ipv6_dhcp_helpers, list):
|
|
206
|
+
raise TypeError("Expected argument 'ipv6_dhcp_helpers' to be a list")
|
|
207
|
+
pulumi.set(__self__, "ipv6_dhcp_helpers", ipv6_dhcp_helpers)
|
|
208
|
+
if ipv6_dhcp_secondary_addresses and not isinstance(ipv6_dhcp_secondary_addresses, list):
|
|
209
|
+
raise TypeError("Expected argument 'ipv6_dhcp_secondary_addresses' to be a list")
|
|
210
|
+
pulumi.set(__self__, "ipv6_dhcp_secondary_addresses", ipv6_dhcp_secondary_addresses)
|
|
211
|
+
if ipv6_nat and not isinstance(ipv6_nat, bool):
|
|
212
|
+
raise TypeError("Expected argument 'ipv6_nat' to be a bool")
|
|
213
|
+
pulumi.set(__self__, "ipv6_nat", ipv6_nat)
|
|
214
|
+
if ipv6_secondary_addresses and not isinstance(ipv6_secondary_addresses, list):
|
|
215
|
+
raise TypeError("Expected argument 'ipv6_secondary_addresses' to be a list")
|
|
216
|
+
pulumi.set(__self__, "ipv6_secondary_addresses", ipv6_secondary_addresses)
|
|
217
|
+
if ipv6_vrrps and not isinstance(ipv6_vrrps, list):
|
|
218
|
+
raise TypeError("Expected argument 'ipv6_vrrps' to be a list")
|
|
219
|
+
pulumi.set(__self__, "ipv6_vrrps", ipv6_vrrps)
|
|
220
|
+
if load_interval and not isinstance(load_interval, int):
|
|
221
|
+
raise TypeError("Expected argument 'load_interval' to be a int")
|
|
222
|
+
pulumi.set(__self__, "load_interval", load_interval)
|
|
223
|
+
if load_interval_variable and not isinstance(load_interval_variable, str):
|
|
224
|
+
raise TypeError("Expected argument 'load_interval_variable' to be a str")
|
|
225
|
+
pulumi.set(__self__, "load_interval_variable", load_interval_variable)
|
|
226
|
+
if mac_address and not isinstance(mac_address, str):
|
|
227
|
+
raise TypeError("Expected argument 'mac_address' to be a str")
|
|
228
|
+
pulumi.set(__self__, "mac_address", mac_address)
|
|
229
|
+
if mac_address_variable and not isinstance(mac_address_variable, str):
|
|
230
|
+
raise TypeError("Expected argument 'mac_address_variable' to be a str")
|
|
231
|
+
pulumi.set(__self__, "mac_address_variable", mac_address_variable)
|
|
232
|
+
if media_type and not isinstance(media_type, str):
|
|
233
|
+
raise TypeError("Expected argument 'media_type' to be a str")
|
|
234
|
+
pulumi.set(__self__, "media_type", media_type)
|
|
235
|
+
if media_type_variable and not isinstance(media_type_variable, str):
|
|
236
|
+
raise TypeError("Expected argument 'media_type_variable' to be a str")
|
|
237
|
+
pulumi.set(__self__, "media_type_variable", media_type_variable)
|
|
238
|
+
if name and not isinstance(name, str):
|
|
239
|
+
raise TypeError("Expected argument 'name' to be a str")
|
|
240
|
+
pulumi.set(__self__, "name", name)
|
|
241
|
+
if nat64 and not isinstance(nat64, bool):
|
|
242
|
+
raise TypeError("Expected argument 'nat64' to be a bool")
|
|
243
|
+
pulumi.set(__self__, "nat64", nat64)
|
|
244
|
+
if service_lan_vpn_feature_id and not isinstance(service_lan_vpn_feature_id, str):
|
|
245
|
+
raise TypeError("Expected argument 'service_lan_vpn_feature_id' to be a str")
|
|
246
|
+
pulumi.set(__self__, "service_lan_vpn_feature_id", service_lan_vpn_feature_id)
|
|
247
|
+
if shutdown and not isinstance(shutdown, bool):
|
|
248
|
+
raise TypeError("Expected argument 'shutdown' to be a bool")
|
|
249
|
+
pulumi.set(__self__, "shutdown", shutdown)
|
|
250
|
+
if shutdown_variable and not isinstance(shutdown_variable, str):
|
|
251
|
+
raise TypeError("Expected argument 'shutdown_variable' to be a str")
|
|
252
|
+
pulumi.set(__self__, "shutdown_variable", shutdown_variable)
|
|
253
|
+
if speed and not isinstance(speed, str):
|
|
254
|
+
raise TypeError("Expected argument 'speed' to be a str")
|
|
255
|
+
pulumi.set(__self__, "speed", speed)
|
|
256
|
+
if speed_variable and not isinstance(speed_variable, str):
|
|
257
|
+
raise TypeError("Expected argument 'speed_variable' to be a str")
|
|
258
|
+
pulumi.set(__self__, "speed_variable", speed_variable)
|
|
259
|
+
if static_nats and not isinstance(static_nats, list):
|
|
260
|
+
raise TypeError("Expected argument 'static_nats' to be a list")
|
|
261
|
+
pulumi.set(__self__, "static_nats", static_nats)
|
|
262
|
+
if tcp_mss and not isinstance(tcp_mss, int):
|
|
263
|
+
raise TypeError("Expected argument 'tcp_mss' to be a int")
|
|
264
|
+
pulumi.set(__self__, "tcp_mss", tcp_mss)
|
|
265
|
+
if tcp_mss_variable and not isinstance(tcp_mss_variable, str):
|
|
266
|
+
raise TypeError("Expected argument 'tcp_mss_variable' to be a str")
|
|
267
|
+
pulumi.set(__self__, "tcp_mss_variable", tcp_mss_variable)
|
|
268
|
+
if tracker and not isinstance(tracker, str):
|
|
269
|
+
raise TypeError("Expected argument 'tracker' to be a str")
|
|
270
|
+
pulumi.set(__self__, "tracker", tracker)
|
|
271
|
+
if tracker_variable and not isinstance(tracker_variable, str):
|
|
272
|
+
raise TypeError("Expected argument 'tracker_variable' to be a str")
|
|
273
|
+
pulumi.set(__self__, "tracker_variable", tracker_variable)
|
|
274
|
+
if trustsec_enable_enforced_propogation and not isinstance(trustsec_enable_enforced_propogation, bool):
|
|
275
|
+
raise TypeError("Expected argument 'trustsec_enable_enforced_propogation' to be a bool")
|
|
276
|
+
pulumi.set(__self__, "trustsec_enable_enforced_propogation", trustsec_enable_enforced_propogation)
|
|
277
|
+
if trustsec_enable_sgt_propogation and not isinstance(trustsec_enable_sgt_propogation, bool):
|
|
278
|
+
raise TypeError("Expected argument 'trustsec_enable_sgt_propogation' to be a bool")
|
|
279
|
+
pulumi.set(__self__, "trustsec_enable_sgt_propogation", trustsec_enable_sgt_propogation)
|
|
280
|
+
if trustsec_enforced_security_group_tag and not isinstance(trustsec_enforced_security_group_tag, int):
|
|
281
|
+
raise TypeError("Expected argument 'trustsec_enforced_security_group_tag' to be a int")
|
|
282
|
+
pulumi.set(__self__, "trustsec_enforced_security_group_tag", trustsec_enforced_security_group_tag)
|
|
283
|
+
if trustsec_enforced_security_group_tag_variable and not isinstance(trustsec_enforced_security_group_tag_variable, str):
|
|
284
|
+
raise TypeError("Expected argument 'trustsec_enforced_security_group_tag_variable' to be a str")
|
|
285
|
+
pulumi.set(__self__, "trustsec_enforced_security_group_tag_variable", trustsec_enforced_security_group_tag_variable)
|
|
286
|
+
if trustsec_propogate and not isinstance(trustsec_propogate, bool):
|
|
287
|
+
raise TypeError("Expected argument 'trustsec_propogate' to be a bool")
|
|
288
|
+
pulumi.set(__self__, "trustsec_propogate", trustsec_propogate)
|
|
289
|
+
if trustsec_security_group_tag and not isinstance(trustsec_security_group_tag, int):
|
|
290
|
+
raise TypeError("Expected argument 'trustsec_security_group_tag' to be a int")
|
|
291
|
+
pulumi.set(__self__, "trustsec_security_group_tag", trustsec_security_group_tag)
|
|
292
|
+
if trustsec_security_group_tag_variable and not isinstance(trustsec_security_group_tag_variable, str):
|
|
293
|
+
raise TypeError("Expected argument 'trustsec_security_group_tag_variable' to be a str")
|
|
294
|
+
pulumi.set(__self__, "trustsec_security_group_tag_variable", trustsec_security_group_tag_variable)
|
|
295
|
+
if version and not isinstance(version, int):
|
|
296
|
+
raise TypeError("Expected argument 'version' to be a int")
|
|
297
|
+
pulumi.set(__self__, "version", version)
|
|
298
|
+
if xconnect and not isinstance(xconnect, str):
|
|
299
|
+
raise TypeError("Expected argument 'xconnect' to be a str")
|
|
300
|
+
pulumi.set(__self__, "xconnect", xconnect)
|
|
301
|
+
if xconnect_variable and not isinstance(xconnect_variable, str):
|
|
302
|
+
raise TypeError("Expected argument 'xconnect_variable' to be a str")
|
|
303
|
+
pulumi.set(__self__, "xconnect_variable", xconnect_variable)
|
|
304
|
+
|
|
305
|
+
@property
|
|
306
|
+
@pulumi.getter(name="aclIpv4EgressPolicyId")
|
|
307
|
+
def acl_ipv4_egress_policy_id(self) -> str:
|
|
308
|
+
return pulumi.get(self, "acl_ipv4_egress_policy_id")
|
|
309
|
+
|
|
310
|
+
@property
|
|
311
|
+
@pulumi.getter(name="aclIpv4IngressPolicyId")
|
|
312
|
+
def acl_ipv4_ingress_policy_id(self) -> str:
|
|
313
|
+
return pulumi.get(self, "acl_ipv4_ingress_policy_id")
|
|
314
|
+
|
|
315
|
+
@property
|
|
316
|
+
@pulumi.getter(name="aclIpv6EgressPolicyId")
|
|
317
|
+
def acl_ipv6_egress_policy_id(self) -> str:
|
|
318
|
+
return pulumi.get(self, "acl_ipv6_egress_policy_id")
|
|
319
|
+
|
|
320
|
+
@property
|
|
321
|
+
@pulumi.getter(name="aclIpv6IngressPolicyId")
|
|
322
|
+
def acl_ipv6_ingress_policy_id(self) -> str:
|
|
323
|
+
return pulumi.get(self, "acl_ipv6_ingress_policy_id")
|
|
324
|
+
|
|
325
|
+
@property
|
|
326
|
+
@pulumi.getter(name="aclShapingRate")
|
|
327
|
+
def acl_shaping_rate(self) -> int:
|
|
328
|
+
"""
|
|
329
|
+
Shaping Rate (Kbps)
|
|
330
|
+
"""
|
|
331
|
+
return pulumi.get(self, "acl_shaping_rate")
|
|
332
|
+
|
|
333
|
+
@property
|
|
334
|
+
@pulumi.getter(name="aclShapingRateVariable")
|
|
335
|
+
def acl_shaping_rate_variable(self) -> str:
|
|
336
|
+
"""
|
|
337
|
+
Variable name
|
|
338
|
+
"""
|
|
339
|
+
return pulumi.get(self, "acl_shaping_rate_variable")
|
|
340
|
+
|
|
341
|
+
@property
|
|
342
|
+
@pulumi.getter(name="arpTimeout")
|
|
343
|
+
def arp_timeout(self) -> int:
|
|
344
|
+
"""
|
|
345
|
+
Timeout value for dynamically learned ARP entries, \\n\\n seconds
|
|
346
|
+
"""
|
|
347
|
+
return pulumi.get(self, "arp_timeout")
|
|
348
|
+
|
|
349
|
+
@property
|
|
350
|
+
@pulumi.getter(name="arpTimeoutVariable")
|
|
351
|
+
def arp_timeout_variable(self) -> str:
|
|
352
|
+
"""
|
|
353
|
+
Variable name
|
|
354
|
+
"""
|
|
355
|
+
return pulumi.get(self, "arp_timeout_variable")
|
|
356
|
+
|
|
357
|
+
@property
|
|
358
|
+
@pulumi.getter
|
|
359
|
+
def arps(self) -> Sequence['outputs.GetServiceLanVpnInterfaceEthernetFeatureArpResult']:
|
|
360
|
+
"""
|
|
361
|
+
Configure ARP entries
|
|
362
|
+
"""
|
|
363
|
+
return pulumi.get(self, "arps")
|
|
364
|
+
|
|
365
|
+
@property
|
|
366
|
+
@pulumi.getter
|
|
367
|
+
def autonegotiate(self) -> bool:
|
|
368
|
+
"""
|
|
369
|
+
Link autonegotiation
|
|
370
|
+
"""
|
|
371
|
+
return pulumi.get(self, "autonegotiate")
|
|
372
|
+
|
|
373
|
+
@property
|
|
374
|
+
@pulumi.getter(name="autonegotiateVariable")
|
|
375
|
+
def autonegotiate_variable(self) -> str:
|
|
376
|
+
"""
|
|
377
|
+
Variable name
|
|
378
|
+
"""
|
|
379
|
+
return pulumi.get(self, "autonegotiate_variable")
|
|
380
|
+
|
|
381
|
+
@property
|
|
382
|
+
@pulumi.getter
|
|
383
|
+
def description(self) -> str:
|
|
384
|
+
"""
|
|
385
|
+
The description of the Feature
|
|
386
|
+
"""
|
|
387
|
+
return pulumi.get(self, "description")
|
|
388
|
+
|
|
389
|
+
@property
|
|
390
|
+
@pulumi.getter
|
|
391
|
+
def duplex(self) -> str:
|
|
392
|
+
"""
|
|
393
|
+
Duplex mode
|
|
394
|
+
"""
|
|
395
|
+
return pulumi.get(self, "duplex")
|
|
396
|
+
|
|
397
|
+
@property
|
|
398
|
+
@pulumi.getter(name="duplexVariable")
|
|
399
|
+
def duplex_variable(self) -> str:
|
|
400
|
+
"""
|
|
401
|
+
Variable name
|
|
402
|
+
"""
|
|
403
|
+
return pulumi.get(self, "duplex_variable")
|
|
404
|
+
|
|
405
|
+
@property
|
|
406
|
+
@pulumi.getter(name="enableDhcpv6")
|
|
407
|
+
def enable_dhcpv6(self) -> bool:
|
|
408
|
+
"""
|
|
409
|
+
Enable DHCPv6
|
|
410
|
+
"""
|
|
411
|
+
return pulumi.get(self, "enable_dhcpv6")
|
|
412
|
+
|
|
413
|
+
@property
|
|
414
|
+
@pulumi.getter(name="featureProfileId")
|
|
415
|
+
def feature_profile_id(self) -> str:
|
|
416
|
+
"""
|
|
417
|
+
Feature Profile ID
|
|
418
|
+
"""
|
|
419
|
+
return pulumi.get(self, "feature_profile_id")
|
|
420
|
+
|
|
421
|
+
@property
|
|
422
|
+
@pulumi.getter(name="icmpRedirectDisable")
|
|
423
|
+
def icmp_redirect_disable(self) -> bool:
|
|
424
|
+
"""
|
|
425
|
+
ICMP/ICMPv6 Redirect Disable
|
|
426
|
+
"""
|
|
427
|
+
return pulumi.get(self, "icmp_redirect_disable")
|
|
428
|
+
|
|
429
|
+
@property
|
|
430
|
+
@pulumi.getter(name="icmpRedirectDisableVariable")
|
|
431
|
+
def icmp_redirect_disable_variable(self) -> str:
|
|
432
|
+
"""
|
|
433
|
+
Variable name
|
|
434
|
+
"""
|
|
435
|
+
return pulumi.get(self, "icmp_redirect_disable_variable")
|
|
436
|
+
|
|
437
|
+
@property
|
|
438
|
+
@pulumi.getter
|
|
439
|
+
def id(self) -> str:
|
|
440
|
+
"""
|
|
441
|
+
The id of the Feature
|
|
442
|
+
"""
|
|
443
|
+
return pulumi.get(self, "id")
|
|
444
|
+
|
|
445
|
+
@property
|
|
446
|
+
@pulumi.getter(name="interfaceDescription")
|
|
447
|
+
def interface_description(self) -> str:
|
|
448
|
+
return pulumi.get(self, "interface_description")
|
|
449
|
+
|
|
450
|
+
@property
|
|
451
|
+
@pulumi.getter(name="interfaceDescriptionVariable")
|
|
452
|
+
def interface_description_variable(self) -> str:
|
|
453
|
+
"""
|
|
454
|
+
Variable name
|
|
455
|
+
"""
|
|
456
|
+
return pulumi.get(self, "interface_description_variable")
|
|
457
|
+
|
|
458
|
+
@property
|
|
459
|
+
@pulumi.getter(name="interfaceMtu")
|
|
460
|
+
def interface_mtu(self) -> int:
|
|
461
|
+
"""
|
|
462
|
+
Interface MTU
|
|
463
|
+
"""
|
|
464
|
+
return pulumi.get(self, "interface_mtu")
|
|
465
|
+
|
|
466
|
+
@property
|
|
467
|
+
@pulumi.getter(name="interfaceMtuVariable")
|
|
468
|
+
def interface_mtu_variable(self) -> str:
|
|
469
|
+
"""
|
|
470
|
+
Variable name
|
|
471
|
+
"""
|
|
472
|
+
return pulumi.get(self, "interface_mtu_variable")
|
|
473
|
+
|
|
474
|
+
@property
|
|
475
|
+
@pulumi.getter(name="interfaceName")
|
|
476
|
+
def interface_name(self) -> str:
|
|
477
|
+
return pulumi.get(self, "interface_name")
|
|
478
|
+
|
|
479
|
+
@property
|
|
480
|
+
@pulumi.getter(name="interfaceNameVariable")
|
|
481
|
+
def interface_name_variable(self) -> str:
|
|
482
|
+
"""
|
|
483
|
+
Variable name
|
|
484
|
+
"""
|
|
485
|
+
return pulumi.get(self, "interface_name_variable")
|
|
486
|
+
|
|
487
|
+
@property
|
|
488
|
+
@pulumi.getter(name="ipDirectedBroadcast")
|
|
489
|
+
def ip_directed_broadcast(self) -> bool:
|
|
490
|
+
"""
|
|
491
|
+
IP Directed-Broadcast
|
|
492
|
+
"""
|
|
493
|
+
return pulumi.get(self, "ip_directed_broadcast")
|
|
494
|
+
|
|
495
|
+
@property
|
|
496
|
+
@pulumi.getter(name="ipDirectedBroadcastVariable")
|
|
497
|
+
def ip_directed_broadcast_variable(self) -> str:
|
|
498
|
+
"""
|
|
499
|
+
Variable name
|
|
500
|
+
"""
|
|
501
|
+
return pulumi.get(self, "ip_directed_broadcast_variable")
|
|
502
|
+
|
|
503
|
+
@property
|
|
504
|
+
@pulumi.getter(name="ipMtu")
|
|
505
|
+
def ip_mtu(self) -> int:
|
|
506
|
+
"""
|
|
507
|
+
IP MTU for GigabitEthernet main \\n\\n, GigabitEthernet subinterface \\n\\n, Other Interfaces \\n\\n in bytes
|
|
508
|
+
"""
|
|
509
|
+
return pulumi.get(self, "ip_mtu")
|
|
510
|
+
|
|
511
|
+
@property
|
|
512
|
+
@pulumi.getter(name="ipMtuVariable")
|
|
513
|
+
def ip_mtu_variable(self) -> str:
|
|
514
|
+
"""
|
|
515
|
+
Variable name
|
|
516
|
+
"""
|
|
517
|
+
return pulumi.get(self, "ip_mtu_variable")
|
|
518
|
+
|
|
519
|
+
@property
|
|
520
|
+
@pulumi.getter(name="ipv4Address")
|
|
521
|
+
def ipv4_address(self) -> str:
|
|
522
|
+
"""
|
|
523
|
+
IP Address
|
|
524
|
+
"""
|
|
525
|
+
return pulumi.get(self, "ipv4_address")
|
|
526
|
+
|
|
527
|
+
@property
|
|
528
|
+
@pulumi.getter(name="ipv4AddressVariable")
|
|
529
|
+
def ipv4_address_variable(self) -> str:
|
|
530
|
+
"""
|
|
531
|
+
Variable name
|
|
532
|
+
"""
|
|
533
|
+
return pulumi.get(self, "ipv4_address_variable")
|
|
534
|
+
|
|
535
|
+
@property
|
|
536
|
+
@pulumi.getter(name="ipv4DhcpDistance")
|
|
537
|
+
def ipv4_dhcp_distance(self) -> int:
|
|
538
|
+
"""
|
|
539
|
+
DHCP Distance
|
|
540
|
+
"""
|
|
541
|
+
return pulumi.get(self, "ipv4_dhcp_distance")
|
|
542
|
+
|
|
543
|
+
@property
|
|
544
|
+
@pulumi.getter(name="ipv4DhcpDistanceVariable")
|
|
545
|
+
def ipv4_dhcp_distance_variable(self) -> str:
|
|
546
|
+
"""
|
|
547
|
+
Variable name
|
|
548
|
+
"""
|
|
549
|
+
return pulumi.get(self, "ipv4_dhcp_distance_variable")
|
|
550
|
+
|
|
551
|
+
@property
|
|
552
|
+
@pulumi.getter(name="ipv4DhcpHelperVariable")
|
|
553
|
+
def ipv4_dhcp_helper_variable(self) -> str:
|
|
554
|
+
"""
|
|
555
|
+
Variable name
|
|
556
|
+
"""
|
|
557
|
+
return pulumi.get(self, "ipv4_dhcp_helper_variable")
|
|
558
|
+
|
|
559
|
+
@property
|
|
560
|
+
@pulumi.getter(name="ipv4DhcpHelpers")
|
|
561
|
+
def ipv4_dhcp_helpers(self) -> Sequence[str]:
|
|
562
|
+
"""
|
|
563
|
+
List of DHCP IPv4 helper addresses (min 1, max 8)
|
|
564
|
+
"""
|
|
565
|
+
return pulumi.get(self, "ipv4_dhcp_helpers")
|
|
566
|
+
|
|
567
|
+
@property
|
|
568
|
+
@pulumi.getter(name="ipv4Nat")
|
|
569
|
+
def ipv4_nat(self) -> bool:
|
|
570
|
+
"""
|
|
571
|
+
enable Network Address Translation on this interface
|
|
572
|
+
"""
|
|
573
|
+
return pulumi.get(self, "ipv4_nat")
|
|
574
|
+
|
|
575
|
+
@property
|
|
576
|
+
@pulumi.getter(name="ipv4NatLoopback")
|
|
577
|
+
def ipv4_nat_loopback(self) -> str:
|
|
578
|
+
"""
|
|
579
|
+
NAT Inside Source Loopback Interface
|
|
580
|
+
"""
|
|
581
|
+
return pulumi.get(self, "ipv4_nat_loopback")
|
|
582
|
+
|
|
583
|
+
@property
|
|
584
|
+
@pulumi.getter(name="ipv4NatLoopbackVariable")
|
|
585
|
+
def ipv4_nat_loopback_variable(self) -> str:
|
|
586
|
+
"""
|
|
587
|
+
Variable name
|
|
588
|
+
"""
|
|
589
|
+
return pulumi.get(self, "ipv4_nat_loopback_variable")
|
|
590
|
+
|
|
591
|
+
@property
|
|
592
|
+
@pulumi.getter(name="ipv4NatOverload")
|
|
593
|
+
def ipv4_nat_overload(self) -> bool:
|
|
594
|
+
"""
|
|
595
|
+
NAT Overload
|
|
596
|
+
"""
|
|
597
|
+
return pulumi.get(self, "ipv4_nat_overload")
|
|
598
|
+
|
|
599
|
+
@property
|
|
600
|
+
@pulumi.getter(name="ipv4NatOverloadVariable")
|
|
601
|
+
def ipv4_nat_overload_variable(self) -> str:
|
|
602
|
+
"""
|
|
603
|
+
Variable name
|
|
604
|
+
"""
|
|
605
|
+
return pulumi.get(self, "ipv4_nat_overload_variable")
|
|
606
|
+
|
|
607
|
+
@property
|
|
608
|
+
@pulumi.getter(name="ipv4NatPrefixLength")
|
|
609
|
+
def ipv4_nat_prefix_length(self) -> int:
|
|
610
|
+
"""
|
|
611
|
+
NAT Pool Prefix Length
|
|
612
|
+
"""
|
|
613
|
+
return pulumi.get(self, "ipv4_nat_prefix_length")
|
|
614
|
+
|
|
615
|
+
@property
|
|
616
|
+
@pulumi.getter(name="ipv4NatPrefixLengthVariable")
|
|
617
|
+
def ipv4_nat_prefix_length_variable(self) -> str:
|
|
618
|
+
"""
|
|
619
|
+
Variable name
|
|
620
|
+
"""
|
|
621
|
+
return pulumi.get(self, "ipv4_nat_prefix_length_variable")
|
|
622
|
+
|
|
623
|
+
@property
|
|
624
|
+
@pulumi.getter(name="ipv4NatRangeEnd")
|
|
625
|
+
def ipv4_nat_range_end(self) -> str:
|
|
626
|
+
"""
|
|
627
|
+
NAT Pool Range End
|
|
628
|
+
"""
|
|
629
|
+
return pulumi.get(self, "ipv4_nat_range_end")
|
|
630
|
+
|
|
631
|
+
@property
|
|
632
|
+
@pulumi.getter(name="ipv4NatRangeEndVariable")
|
|
633
|
+
def ipv4_nat_range_end_variable(self) -> str:
|
|
634
|
+
"""
|
|
635
|
+
Variable name
|
|
636
|
+
"""
|
|
637
|
+
return pulumi.get(self, "ipv4_nat_range_end_variable")
|
|
638
|
+
|
|
639
|
+
@property
|
|
640
|
+
@pulumi.getter(name="ipv4NatRangeStart")
|
|
641
|
+
def ipv4_nat_range_start(self) -> str:
|
|
642
|
+
"""
|
|
643
|
+
NAT Pool Range Start
|
|
644
|
+
"""
|
|
645
|
+
return pulumi.get(self, "ipv4_nat_range_start")
|
|
646
|
+
|
|
647
|
+
@property
|
|
648
|
+
@pulumi.getter(name="ipv4NatRangeStartVariable")
|
|
649
|
+
def ipv4_nat_range_start_variable(self) -> str:
|
|
650
|
+
"""
|
|
651
|
+
Variable name
|
|
652
|
+
"""
|
|
653
|
+
return pulumi.get(self, "ipv4_nat_range_start_variable")
|
|
654
|
+
|
|
655
|
+
@property
|
|
656
|
+
@pulumi.getter(name="ipv4NatTcpTimeout")
|
|
657
|
+
def ipv4_nat_tcp_timeout(self) -> int:
|
|
658
|
+
"""
|
|
659
|
+
Set NAT TCP session timeout, in minutes
|
|
660
|
+
"""
|
|
661
|
+
return pulumi.get(self, "ipv4_nat_tcp_timeout")
|
|
662
|
+
|
|
663
|
+
@property
|
|
664
|
+
@pulumi.getter(name="ipv4NatTcpTimeoutVariable")
|
|
665
|
+
def ipv4_nat_tcp_timeout_variable(self) -> str:
|
|
666
|
+
"""
|
|
667
|
+
Variable name
|
|
668
|
+
"""
|
|
669
|
+
return pulumi.get(self, "ipv4_nat_tcp_timeout_variable")
|
|
670
|
+
|
|
671
|
+
@property
|
|
672
|
+
@pulumi.getter(name="ipv4NatType")
|
|
673
|
+
def ipv4_nat_type(self) -> str:
|
|
674
|
+
"""
|
|
675
|
+
NAT Type
|
|
676
|
+
"""
|
|
677
|
+
return pulumi.get(self, "ipv4_nat_type")
|
|
678
|
+
|
|
679
|
+
@property
|
|
680
|
+
@pulumi.getter(name="ipv4NatTypeVariable")
|
|
681
|
+
def ipv4_nat_type_variable(self) -> str:
|
|
682
|
+
"""
|
|
683
|
+
Variable name
|
|
684
|
+
"""
|
|
685
|
+
return pulumi.get(self, "ipv4_nat_type_variable")
|
|
686
|
+
|
|
687
|
+
@property
|
|
688
|
+
@pulumi.getter(name="ipv4NatUdpTimeout")
|
|
689
|
+
def ipv4_nat_udp_timeout(self) -> int:
|
|
690
|
+
"""
|
|
691
|
+
Set NAT UDP session timeout, in minutes
|
|
692
|
+
"""
|
|
693
|
+
return pulumi.get(self, "ipv4_nat_udp_timeout")
|
|
694
|
+
|
|
695
|
+
@property
|
|
696
|
+
@pulumi.getter(name="ipv4NatUdpTimeoutVariable")
|
|
697
|
+
def ipv4_nat_udp_timeout_variable(self) -> str:
|
|
698
|
+
"""
|
|
699
|
+
Variable name
|
|
700
|
+
"""
|
|
701
|
+
return pulumi.get(self, "ipv4_nat_udp_timeout_variable")
|
|
702
|
+
|
|
703
|
+
@property
|
|
704
|
+
@pulumi.getter(name="ipv4SecondaryAddresses")
|
|
705
|
+
def ipv4_secondary_addresses(self) -> Sequence['outputs.GetServiceLanVpnInterfaceEthernetFeatureIpv4SecondaryAddressResult']:
|
|
706
|
+
"""
|
|
707
|
+
Secondary IpV4 Addresses
|
|
708
|
+
"""
|
|
709
|
+
return pulumi.get(self, "ipv4_secondary_addresses")
|
|
710
|
+
|
|
711
|
+
@property
|
|
712
|
+
@pulumi.getter(name="ipv4SubnetMask")
|
|
713
|
+
def ipv4_subnet_mask(self) -> str:
|
|
714
|
+
"""
|
|
715
|
+
Subnet Mask
|
|
716
|
+
"""
|
|
717
|
+
return pulumi.get(self, "ipv4_subnet_mask")
|
|
718
|
+
|
|
719
|
+
@property
|
|
720
|
+
@pulumi.getter(name="ipv4SubnetMaskVariable")
|
|
721
|
+
def ipv4_subnet_mask_variable(self) -> str:
|
|
722
|
+
"""
|
|
723
|
+
Variable name
|
|
724
|
+
"""
|
|
725
|
+
return pulumi.get(self, "ipv4_subnet_mask_variable")
|
|
726
|
+
|
|
727
|
+
@property
|
|
728
|
+
@pulumi.getter(name="ipv4Vrrps")
|
|
729
|
+
def ipv4_vrrps(self) -> Sequence['outputs.GetServiceLanVpnInterfaceEthernetFeatureIpv4VrrpResult']:
|
|
730
|
+
"""
|
|
731
|
+
Enable VRRP
|
|
732
|
+
"""
|
|
733
|
+
return pulumi.get(self, "ipv4_vrrps")
|
|
734
|
+
|
|
735
|
+
@property
|
|
736
|
+
@pulumi.getter(name="ipv6Address")
|
|
737
|
+
def ipv6_address(self) -> str:
|
|
738
|
+
"""
|
|
739
|
+
IPv6 Address Secondary
|
|
740
|
+
"""
|
|
741
|
+
return pulumi.get(self, "ipv6_address")
|
|
742
|
+
|
|
743
|
+
@property
|
|
744
|
+
@pulumi.getter(name="ipv6AddressVariable")
|
|
745
|
+
def ipv6_address_variable(self) -> str:
|
|
746
|
+
"""
|
|
747
|
+
Variable name
|
|
748
|
+
"""
|
|
749
|
+
return pulumi.get(self, "ipv6_address_variable")
|
|
750
|
+
|
|
751
|
+
@property
|
|
752
|
+
@pulumi.getter(name="ipv6DhcpHelpers")
|
|
753
|
+
def ipv6_dhcp_helpers(self) -> Sequence['outputs.GetServiceLanVpnInterfaceEthernetFeatureIpv6DhcpHelperResult']:
|
|
754
|
+
"""
|
|
755
|
+
DHCPv6 Helper
|
|
756
|
+
"""
|
|
757
|
+
return pulumi.get(self, "ipv6_dhcp_helpers")
|
|
758
|
+
|
|
759
|
+
@property
|
|
760
|
+
@pulumi.getter(name="ipv6DhcpSecondaryAddresses")
|
|
761
|
+
def ipv6_dhcp_secondary_addresses(self) -> Sequence['outputs.GetServiceLanVpnInterfaceEthernetFeatureIpv6DhcpSecondaryAddressResult']:
|
|
762
|
+
"""
|
|
763
|
+
secondary IPv6 addresses
|
|
764
|
+
"""
|
|
765
|
+
return pulumi.get(self, "ipv6_dhcp_secondary_addresses")
|
|
766
|
+
|
|
767
|
+
@property
|
|
768
|
+
@pulumi.getter(name="ipv6Nat")
|
|
769
|
+
def ipv6_nat(self) -> bool:
|
|
770
|
+
"""
|
|
771
|
+
enable Network Address Translation ipv6 on this interface
|
|
772
|
+
"""
|
|
773
|
+
return pulumi.get(self, "ipv6_nat")
|
|
774
|
+
|
|
775
|
+
@property
|
|
776
|
+
@pulumi.getter(name="ipv6SecondaryAddresses")
|
|
777
|
+
def ipv6_secondary_addresses(self) -> Sequence['outputs.GetServiceLanVpnInterfaceEthernetFeatureIpv6SecondaryAddressResult']:
|
|
778
|
+
"""
|
|
779
|
+
Static secondary IPv6 addresses
|
|
780
|
+
"""
|
|
781
|
+
return pulumi.get(self, "ipv6_secondary_addresses")
|
|
782
|
+
|
|
783
|
+
@property
|
|
784
|
+
@pulumi.getter(name="ipv6Vrrps")
|
|
785
|
+
def ipv6_vrrps(self) -> Sequence['outputs.GetServiceLanVpnInterfaceEthernetFeatureIpv6VrrpResult']:
|
|
786
|
+
"""
|
|
787
|
+
Enable VRRP Ipv6
|
|
788
|
+
"""
|
|
789
|
+
return pulumi.get(self, "ipv6_vrrps")
|
|
790
|
+
|
|
791
|
+
@property
|
|
792
|
+
@pulumi.getter(name="loadInterval")
|
|
793
|
+
def load_interval(self) -> int:
|
|
794
|
+
"""
|
|
795
|
+
Interval for interface load calculation
|
|
796
|
+
"""
|
|
797
|
+
return pulumi.get(self, "load_interval")
|
|
798
|
+
|
|
799
|
+
@property
|
|
800
|
+
@pulumi.getter(name="loadIntervalVariable")
|
|
801
|
+
def load_interval_variable(self) -> str:
|
|
802
|
+
"""
|
|
803
|
+
Variable name
|
|
804
|
+
"""
|
|
805
|
+
return pulumi.get(self, "load_interval_variable")
|
|
806
|
+
|
|
807
|
+
@property
|
|
808
|
+
@pulumi.getter(name="macAddress")
|
|
809
|
+
def mac_address(self) -> str:
|
|
810
|
+
"""
|
|
811
|
+
MAC Address
|
|
812
|
+
"""
|
|
813
|
+
return pulumi.get(self, "mac_address")
|
|
814
|
+
|
|
815
|
+
@property
|
|
816
|
+
@pulumi.getter(name="macAddressVariable")
|
|
817
|
+
def mac_address_variable(self) -> str:
|
|
818
|
+
"""
|
|
819
|
+
Variable name
|
|
820
|
+
"""
|
|
821
|
+
return pulumi.get(self, "mac_address_variable")
|
|
822
|
+
|
|
823
|
+
@property
|
|
824
|
+
@pulumi.getter(name="mediaType")
|
|
825
|
+
def media_type(self) -> str:
|
|
826
|
+
"""
|
|
827
|
+
Media type
|
|
828
|
+
"""
|
|
829
|
+
return pulumi.get(self, "media_type")
|
|
830
|
+
|
|
831
|
+
@property
|
|
832
|
+
@pulumi.getter(name="mediaTypeVariable")
|
|
833
|
+
def media_type_variable(self) -> str:
|
|
834
|
+
"""
|
|
835
|
+
Variable name
|
|
836
|
+
"""
|
|
837
|
+
return pulumi.get(self, "media_type_variable")
|
|
838
|
+
|
|
839
|
+
@property
|
|
840
|
+
@pulumi.getter
|
|
841
|
+
def name(self) -> str:
|
|
842
|
+
"""
|
|
843
|
+
The name of the Feature
|
|
844
|
+
"""
|
|
845
|
+
return pulumi.get(self, "name")
|
|
846
|
+
|
|
847
|
+
@property
|
|
848
|
+
@pulumi.getter
|
|
849
|
+
def nat64(self) -> bool:
|
|
850
|
+
"""
|
|
851
|
+
NAT64 on this interface
|
|
852
|
+
"""
|
|
853
|
+
return pulumi.get(self, "nat64")
|
|
854
|
+
|
|
855
|
+
@property
|
|
856
|
+
@pulumi.getter(name="serviceLanVpnFeatureId")
|
|
857
|
+
def service_lan_vpn_feature_id(self) -> str:
|
|
858
|
+
"""
|
|
859
|
+
Service LAN VPN Feature ID
|
|
860
|
+
"""
|
|
861
|
+
return pulumi.get(self, "service_lan_vpn_feature_id")
|
|
862
|
+
|
|
863
|
+
@property
|
|
864
|
+
@pulumi.getter
|
|
865
|
+
def shutdown(self) -> bool:
|
|
866
|
+
return pulumi.get(self, "shutdown")
|
|
867
|
+
|
|
868
|
+
@property
|
|
869
|
+
@pulumi.getter(name="shutdownVariable")
|
|
870
|
+
def shutdown_variable(self) -> str:
|
|
871
|
+
"""
|
|
872
|
+
Variable name
|
|
873
|
+
"""
|
|
874
|
+
return pulumi.get(self, "shutdown_variable")
|
|
875
|
+
|
|
876
|
+
@property
|
|
877
|
+
@pulumi.getter
|
|
878
|
+
def speed(self) -> str:
|
|
879
|
+
"""
|
|
880
|
+
Set interface speed
|
|
881
|
+
"""
|
|
882
|
+
return pulumi.get(self, "speed")
|
|
883
|
+
|
|
884
|
+
@property
|
|
885
|
+
@pulumi.getter(name="speedVariable")
|
|
886
|
+
def speed_variable(self) -> str:
|
|
887
|
+
"""
|
|
888
|
+
Variable name
|
|
889
|
+
"""
|
|
890
|
+
return pulumi.get(self, "speed_variable")
|
|
891
|
+
|
|
892
|
+
@property
|
|
893
|
+
@pulumi.getter(name="staticNats")
|
|
894
|
+
def static_nats(self) -> Sequence['outputs.GetServiceLanVpnInterfaceEthernetFeatureStaticNatResult']:
|
|
895
|
+
"""
|
|
896
|
+
static NAT
|
|
897
|
+
"""
|
|
898
|
+
return pulumi.get(self, "static_nats")
|
|
899
|
+
|
|
900
|
+
@property
|
|
901
|
+
@pulumi.getter(name="tcpMss")
|
|
902
|
+
def tcp_mss(self) -> int:
|
|
903
|
+
"""
|
|
904
|
+
TCP MSS on SYN packets, in bytes
|
|
905
|
+
"""
|
|
906
|
+
return pulumi.get(self, "tcp_mss")
|
|
907
|
+
|
|
908
|
+
@property
|
|
909
|
+
@pulumi.getter(name="tcpMssVariable")
|
|
910
|
+
def tcp_mss_variable(self) -> str:
|
|
911
|
+
"""
|
|
912
|
+
Variable name
|
|
913
|
+
"""
|
|
914
|
+
return pulumi.get(self, "tcp_mss_variable")
|
|
915
|
+
|
|
916
|
+
@property
|
|
917
|
+
@pulumi.getter
|
|
918
|
+
def tracker(self) -> str:
|
|
919
|
+
"""
|
|
920
|
+
Enable tracker for this interface
|
|
921
|
+
"""
|
|
922
|
+
return pulumi.get(self, "tracker")
|
|
923
|
+
|
|
924
|
+
@property
|
|
925
|
+
@pulumi.getter(name="trackerVariable")
|
|
926
|
+
def tracker_variable(self) -> str:
|
|
927
|
+
"""
|
|
928
|
+
Variable name
|
|
929
|
+
"""
|
|
930
|
+
return pulumi.get(self, "tracker_variable")
|
|
931
|
+
|
|
932
|
+
@property
|
|
933
|
+
@pulumi.getter(name="trustsecEnableEnforcedPropogation")
|
|
934
|
+
def trustsec_enable_enforced_propogation(self) -> bool:
|
|
935
|
+
"""
|
|
936
|
+
Enable/Disable SGT Enforcement on an interface
|
|
937
|
+
"""
|
|
938
|
+
return pulumi.get(self, "trustsec_enable_enforced_propogation")
|
|
939
|
+
|
|
940
|
+
@property
|
|
941
|
+
@pulumi.getter(name="trustsecEnableSgtPropogation")
|
|
942
|
+
def trustsec_enable_sgt_propogation(self) -> bool:
|
|
943
|
+
"""
|
|
944
|
+
Indicates that the interface is trustworthy for CTS
|
|
945
|
+
"""
|
|
946
|
+
return pulumi.get(self, "trustsec_enable_sgt_propogation")
|
|
947
|
+
|
|
948
|
+
@property
|
|
949
|
+
@pulumi.getter(name="trustsecEnforcedSecurityGroupTag")
|
|
950
|
+
def trustsec_enforced_security_group_tag(self) -> int:
|
|
951
|
+
"""
|
|
952
|
+
SGT value between 2 and 65519
|
|
953
|
+
"""
|
|
954
|
+
return pulumi.get(self, "trustsec_enforced_security_group_tag")
|
|
955
|
+
|
|
956
|
+
@property
|
|
957
|
+
@pulumi.getter(name="trustsecEnforcedSecurityGroupTagVariable")
|
|
958
|
+
def trustsec_enforced_security_group_tag_variable(self) -> str:
|
|
959
|
+
"""
|
|
960
|
+
Variable name
|
|
961
|
+
"""
|
|
962
|
+
return pulumi.get(self, "trustsec_enforced_security_group_tag_variable")
|
|
963
|
+
|
|
964
|
+
@property
|
|
965
|
+
@pulumi.getter(name="trustsecPropogate")
|
|
966
|
+
def trustsec_propogate(self) -> bool:
|
|
967
|
+
"""
|
|
968
|
+
Enables the interface for CTS SGT authorization and forwarding
|
|
969
|
+
"""
|
|
970
|
+
return pulumi.get(self, "trustsec_propogate")
|
|
971
|
+
|
|
972
|
+
@property
|
|
973
|
+
@pulumi.getter(name="trustsecSecurityGroupTag")
|
|
974
|
+
def trustsec_security_group_tag(self) -> int:
|
|
975
|
+
"""
|
|
976
|
+
SGT value between 2 and 65519
|
|
977
|
+
"""
|
|
978
|
+
return pulumi.get(self, "trustsec_security_group_tag")
|
|
979
|
+
|
|
980
|
+
@property
|
|
981
|
+
@pulumi.getter(name="trustsecSecurityGroupTagVariable")
|
|
982
|
+
def trustsec_security_group_tag_variable(self) -> str:
|
|
983
|
+
"""
|
|
984
|
+
Variable name
|
|
985
|
+
"""
|
|
986
|
+
return pulumi.get(self, "trustsec_security_group_tag_variable")
|
|
987
|
+
|
|
988
|
+
@property
|
|
989
|
+
@pulumi.getter
|
|
990
|
+
def version(self) -> int:
|
|
991
|
+
"""
|
|
992
|
+
The version of the Feature
|
|
993
|
+
"""
|
|
994
|
+
return pulumi.get(self, "version")
|
|
995
|
+
|
|
996
|
+
@property
|
|
997
|
+
@pulumi.getter
|
|
998
|
+
def xconnect(self) -> str:
|
|
999
|
+
"""
|
|
1000
|
+
Extend remote TLOC over a GRE tunnel to a local LAN interface
|
|
1001
|
+
"""
|
|
1002
|
+
return pulumi.get(self, "xconnect")
|
|
1003
|
+
|
|
1004
|
+
@property
|
|
1005
|
+
@pulumi.getter(name="xconnectVariable")
|
|
1006
|
+
def xconnect_variable(self) -> str:
|
|
1007
|
+
"""
|
|
1008
|
+
Variable name
|
|
1009
|
+
"""
|
|
1010
|
+
return pulumi.get(self, "xconnect_variable")
|
|
1011
|
+
|
|
1012
|
+
|
|
1013
|
+
class AwaitableGetServiceLanVpnInterfaceEthernetFeatureResult(GetServiceLanVpnInterfaceEthernetFeatureResult):
|
|
1014
|
+
# pylint: disable=using-constant-test
|
|
1015
|
+
def __await__(self):
|
|
1016
|
+
if False:
|
|
1017
|
+
yield self
|
|
1018
|
+
return GetServiceLanVpnInterfaceEthernetFeatureResult(
|
|
1019
|
+
acl_ipv4_egress_policy_id=self.acl_ipv4_egress_policy_id,
|
|
1020
|
+
acl_ipv4_ingress_policy_id=self.acl_ipv4_ingress_policy_id,
|
|
1021
|
+
acl_ipv6_egress_policy_id=self.acl_ipv6_egress_policy_id,
|
|
1022
|
+
acl_ipv6_ingress_policy_id=self.acl_ipv6_ingress_policy_id,
|
|
1023
|
+
acl_shaping_rate=self.acl_shaping_rate,
|
|
1024
|
+
acl_shaping_rate_variable=self.acl_shaping_rate_variable,
|
|
1025
|
+
arp_timeout=self.arp_timeout,
|
|
1026
|
+
arp_timeout_variable=self.arp_timeout_variable,
|
|
1027
|
+
arps=self.arps,
|
|
1028
|
+
autonegotiate=self.autonegotiate,
|
|
1029
|
+
autonegotiate_variable=self.autonegotiate_variable,
|
|
1030
|
+
description=self.description,
|
|
1031
|
+
duplex=self.duplex,
|
|
1032
|
+
duplex_variable=self.duplex_variable,
|
|
1033
|
+
enable_dhcpv6=self.enable_dhcpv6,
|
|
1034
|
+
feature_profile_id=self.feature_profile_id,
|
|
1035
|
+
icmp_redirect_disable=self.icmp_redirect_disable,
|
|
1036
|
+
icmp_redirect_disable_variable=self.icmp_redirect_disable_variable,
|
|
1037
|
+
id=self.id,
|
|
1038
|
+
interface_description=self.interface_description,
|
|
1039
|
+
interface_description_variable=self.interface_description_variable,
|
|
1040
|
+
interface_mtu=self.interface_mtu,
|
|
1041
|
+
interface_mtu_variable=self.interface_mtu_variable,
|
|
1042
|
+
interface_name=self.interface_name,
|
|
1043
|
+
interface_name_variable=self.interface_name_variable,
|
|
1044
|
+
ip_directed_broadcast=self.ip_directed_broadcast,
|
|
1045
|
+
ip_directed_broadcast_variable=self.ip_directed_broadcast_variable,
|
|
1046
|
+
ip_mtu=self.ip_mtu,
|
|
1047
|
+
ip_mtu_variable=self.ip_mtu_variable,
|
|
1048
|
+
ipv4_address=self.ipv4_address,
|
|
1049
|
+
ipv4_address_variable=self.ipv4_address_variable,
|
|
1050
|
+
ipv4_dhcp_distance=self.ipv4_dhcp_distance,
|
|
1051
|
+
ipv4_dhcp_distance_variable=self.ipv4_dhcp_distance_variable,
|
|
1052
|
+
ipv4_dhcp_helper_variable=self.ipv4_dhcp_helper_variable,
|
|
1053
|
+
ipv4_dhcp_helpers=self.ipv4_dhcp_helpers,
|
|
1054
|
+
ipv4_nat=self.ipv4_nat,
|
|
1055
|
+
ipv4_nat_loopback=self.ipv4_nat_loopback,
|
|
1056
|
+
ipv4_nat_loopback_variable=self.ipv4_nat_loopback_variable,
|
|
1057
|
+
ipv4_nat_overload=self.ipv4_nat_overload,
|
|
1058
|
+
ipv4_nat_overload_variable=self.ipv4_nat_overload_variable,
|
|
1059
|
+
ipv4_nat_prefix_length=self.ipv4_nat_prefix_length,
|
|
1060
|
+
ipv4_nat_prefix_length_variable=self.ipv4_nat_prefix_length_variable,
|
|
1061
|
+
ipv4_nat_range_end=self.ipv4_nat_range_end,
|
|
1062
|
+
ipv4_nat_range_end_variable=self.ipv4_nat_range_end_variable,
|
|
1063
|
+
ipv4_nat_range_start=self.ipv4_nat_range_start,
|
|
1064
|
+
ipv4_nat_range_start_variable=self.ipv4_nat_range_start_variable,
|
|
1065
|
+
ipv4_nat_tcp_timeout=self.ipv4_nat_tcp_timeout,
|
|
1066
|
+
ipv4_nat_tcp_timeout_variable=self.ipv4_nat_tcp_timeout_variable,
|
|
1067
|
+
ipv4_nat_type=self.ipv4_nat_type,
|
|
1068
|
+
ipv4_nat_type_variable=self.ipv4_nat_type_variable,
|
|
1069
|
+
ipv4_nat_udp_timeout=self.ipv4_nat_udp_timeout,
|
|
1070
|
+
ipv4_nat_udp_timeout_variable=self.ipv4_nat_udp_timeout_variable,
|
|
1071
|
+
ipv4_secondary_addresses=self.ipv4_secondary_addresses,
|
|
1072
|
+
ipv4_subnet_mask=self.ipv4_subnet_mask,
|
|
1073
|
+
ipv4_subnet_mask_variable=self.ipv4_subnet_mask_variable,
|
|
1074
|
+
ipv4_vrrps=self.ipv4_vrrps,
|
|
1075
|
+
ipv6_address=self.ipv6_address,
|
|
1076
|
+
ipv6_address_variable=self.ipv6_address_variable,
|
|
1077
|
+
ipv6_dhcp_helpers=self.ipv6_dhcp_helpers,
|
|
1078
|
+
ipv6_dhcp_secondary_addresses=self.ipv6_dhcp_secondary_addresses,
|
|
1079
|
+
ipv6_nat=self.ipv6_nat,
|
|
1080
|
+
ipv6_secondary_addresses=self.ipv6_secondary_addresses,
|
|
1081
|
+
ipv6_vrrps=self.ipv6_vrrps,
|
|
1082
|
+
load_interval=self.load_interval,
|
|
1083
|
+
load_interval_variable=self.load_interval_variable,
|
|
1084
|
+
mac_address=self.mac_address,
|
|
1085
|
+
mac_address_variable=self.mac_address_variable,
|
|
1086
|
+
media_type=self.media_type,
|
|
1087
|
+
media_type_variable=self.media_type_variable,
|
|
1088
|
+
name=self.name,
|
|
1089
|
+
nat64=self.nat64,
|
|
1090
|
+
service_lan_vpn_feature_id=self.service_lan_vpn_feature_id,
|
|
1091
|
+
shutdown=self.shutdown,
|
|
1092
|
+
shutdown_variable=self.shutdown_variable,
|
|
1093
|
+
speed=self.speed,
|
|
1094
|
+
speed_variable=self.speed_variable,
|
|
1095
|
+
static_nats=self.static_nats,
|
|
1096
|
+
tcp_mss=self.tcp_mss,
|
|
1097
|
+
tcp_mss_variable=self.tcp_mss_variable,
|
|
1098
|
+
tracker=self.tracker,
|
|
1099
|
+
tracker_variable=self.tracker_variable,
|
|
1100
|
+
trustsec_enable_enforced_propogation=self.trustsec_enable_enforced_propogation,
|
|
1101
|
+
trustsec_enable_sgt_propogation=self.trustsec_enable_sgt_propogation,
|
|
1102
|
+
trustsec_enforced_security_group_tag=self.trustsec_enforced_security_group_tag,
|
|
1103
|
+
trustsec_enforced_security_group_tag_variable=self.trustsec_enforced_security_group_tag_variable,
|
|
1104
|
+
trustsec_propogate=self.trustsec_propogate,
|
|
1105
|
+
trustsec_security_group_tag=self.trustsec_security_group_tag,
|
|
1106
|
+
trustsec_security_group_tag_variable=self.trustsec_security_group_tag_variable,
|
|
1107
|
+
version=self.version,
|
|
1108
|
+
xconnect=self.xconnect,
|
|
1109
|
+
xconnect_variable=self.xconnect_variable)
|
|
1110
|
+
|
|
1111
|
+
|
|
1112
|
+
def get_service_lan_vpn_interface_ethernet_feature(feature_profile_id: Optional[str] = None,
|
|
1113
|
+
id: Optional[str] = None,
|
|
1114
|
+
service_lan_vpn_feature_id: Optional[str] = None,
|
|
1115
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetServiceLanVpnInterfaceEthernetFeatureResult:
|
|
1116
|
+
"""
|
|
1117
|
+
This data source can read the Service LAN VPN Interface Ethernet Feature.
|
|
1118
|
+
|
|
1119
|
+
## Example Usage
|
|
1120
|
+
|
|
1121
|
+
```python
|
|
1122
|
+
import pulumi
|
|
1123
|
+
import pulumi_sdwan as sdwan
|
|
1124
|
+
|
|
1125
|
+
example = sdwan.get_service_lan_vpn_interface_ethernet_feature(id="f6b2c44c-693c-4763-b010-895aa3d236bd",
|
|
1126
|
+
feature_profile_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
|
|
1127
|
+
service_lan_vpn_feature_id="140331f6-5418-4755-a059-13c77eb96037")
|
|
1128
|
+
```
|
|
1129
|
+
|
|
1130
|
+
|
|
1131
|
+
:param str feature_profile_id: Feature Profile ID
|
|
1132
|
+
:param str id: The id of the Feature
|
|
1133
|
+
:param str service_lan_vpn_feature_id: Service LAN VPN Feature ID
|
|
1134
|
+
"""
|
|
1135
|
+
__args__ = dict()
|
|
1136
|
+
__args__['featureProfileId'] = feature_profile_id
|
|
1137
|
+
__args__['id'] = id
|
|
1138
|
+
__args__['serviceLanVpnFeatureId'] = service_lan_vpn_feature_id
|
|
1139
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
1140
|
+
__ret__ = pulumi.runtime.invoke('sdwan:index/getServiceLanVpnInterfaceEthernetFeature:getServiceLanVpnInterfaceEthernetFeature', __args__, opts=opts, typ=GetServiceLanVpnInterfaceEthernetFeatureResult).value
|
|
1141
|
+
|
|
1142
|
+
return AwaitableGetServiceLanVpnInterfaceEthernetFeatureResult(
|
|
1143
|
+
acl_ipv4_egress_policy_id=pulumi.get(__ret__, 'acl_ipv4_egress_policy_id'),
|
|
1144
|
+
acl_ipv4_ingress_policy_id=pulumi.get(__ret__, 'acl_ipv4_ingress_policy_id'),
|
|
1145
|
+
acl_ipv6_egress_policy_id=pulumi.get(__ret__, 'acl_ipv6_egress_policy_id'),
|
|
1146
|
+
acl_ipv6_ingress_policy_id=pulumi.get(__ret__, 'acl_ipv6_ingress_policy_id'),
|
|
1147
|
+
acl_shaping_rate=pulumi.get(__ret__, 'acl_shaping_rate'),
|
|
1148
|
+
acl_shaping_rate_variable=pulumi.get(__ret__, 'acl_shaping_rate_variable'),
|
|
1149
|
+
arp_timeout=pulumi.get(__ret__, 'arp_timeout'),
|
|
1150
|
+
arp_timeout_variable=pulumi.get(__ret__, 'arp_timeout_variable'),
|
|
1151
|
+
arps=pulumi.get(__ret__, 'arps'),
|
|
1152
|
+
autonegotiate=pulumi.get(__ret__, 'autonegotiate'),
|
|
1153
|
+
autonegotiate_variable=pulumi.get(__ret__, 'autonegotiate_variable'),
|
|
1154
|
+
description=pulumi.get(__ret__, 'description'),
|
|
1155
|
+
duplex=pulumi.get(__ret__, 'duplex'),
|
|
1156
|
+
duplex_variable=pulumi.get(__ret__, 'duplex_variable'),
|
|
1157
|
+
enable_dhcpv6=pulumi.get(__ret__, 'enable_dhcpv6'),
|
|
1158
|
+
feature_profile_id=pulumi.get(__ret__, 'feature_profile_id'),
|
|
1159
|
+
icmp_redirect_disable=pulumi.get(__ret__, 'icmp_redirect_disable'),
|
|
1160
|
+
icmp_redirect_disable_variable=pulumi.get(__ret__, 'icmp_redirect_disable_variable'),
|
|
1161
|
+
id=pulumi.get(__ret__, 'id'),
|
|
1162
|
+
interface_description=pulumi.get(__ret__, 'interface_description'),
|
|
1163
|
+
interface_description_variable=pulumi.get(__ret__, 'interface_description_variable'),
|
|
1164
|
+
interface_mtu=pulumi.get(__ret__, 'interface_mtu'),
|
|
1165
|
+
interface_mtu_variable=pulumi.get(__ret__, 'interface_mtu_variable'),
|
|
1166
|
+
interface_name=pulumi.get(__ret__, 'interface_name'),
|
|
1167
|
+
interface_name_variable=pulumi.get(__ret__, 'interface_name_variable'),
|
|
1168
|
+
ip_directed_broadcast=pulumi.get(__ret__, 'ip_directed_broadcast'),
|
|
1169
|
+
ip_directed_broadcast_variable=pulumi.get(__ret__, 'ip_directed_broadcast_variable'),
|
|
1170
|
+
ip_mtu=pulumi.get(__ret__, 'ip_mtu'),
|
|
1171
|
+
ip_mtu_variable=pulumi.get(__ret__, 'ip_mtu_variable'),
|
|
1172
|
+
ipv4_address=pulumi.get(__ret__, 'ipv4_address'),
|
|
1173
|
+
ipv4_address_variable=pulumi.get(__ret__, 'ipv4_address_variable'),
|
|
1174
|
+
ipv4_dhcp_distance=pulumi.get(__ret__, 'ipv4_dhcp_distance'),
|
|
1175
|
+
ipv4_dhcp_distance_variable=pulumi.get(__ret__, 'ipv4_dhcp_distance_variable'),
|
|
1176
|
+
ipv4_dhcp_helper_variable=pulumi.get(__ret__, 'ipv4_dhcp_helper_variable'),
|
|
1177
|
+
ipv4_dhcp_helpers=pulumi.get(__ret__, 'ipv4_dhcp_helpers'),
|
|
1178
|
+
ipv4_nat=pulumi.get(__ret__, 'ipv4_nat'),
|
|
1179
|
+
ipv4_nat_loopback=pulumi.get(__ret__, 'ipv4_nat_loopback'),
|
|
1180
|
+
ipv4_nat_loopback_variable=pulumi.get(__ret__, 'ipv4_nat_loopback_variable'),
|
|
1181
|
+
ipv4_nat_overload=pulumi.get(__ret__, 'ipv4_nat_overload'),
|
|
1182
|
+
ipv4_nat_overload_variable=pulumi.get(__ret__, 'ipv4_nat_overload_variable'),
|
|
1183
|
+
ipv4_nat_prefix_length=pulumi.get(__ret__, 'ipv4_nat_prefix_length'),
|
|
1184
|
+
ipv4_nat_prefix_length_variable=pulumi.get(__ret__, 'ipv4_nat_prefix_length_variable'),
|
|
1185
|
+
ipv4_nat_range_end=pulumi.get(__ret__, 'ipv4_nat_range_end'),
|
|
1186
|
+
ipv4_nat_range_end_variable=pulumi.get(__ret__, 'ipv4_nat_range_end_variable'),
|
|
1187
|
+
ipv4_nat_range_start=pulumi.get(__ret__, 'ipv4_nat_range_start'),
|
|
1188
|
+
ipv4_nat_range_start_variable=pulumi.get(__ret__, 'ipv4_nat_range_start_variable'),
|
|
1189
|
+
ipv4_nat_tcp_timeout=pulumi.get(__ret__, 'ipv4_nat_tcp_timeout'),
|
|
1190
|
+
ipv4_nat_tcp_timeout_variable=pulumi.get(__ret__, 'ipv4_nat_tcp_timeout_variable'),
|
|
1191
|
+
ipv4_nat_type=pulumi.get(__ret__, 'ipv4_nat_type'),
|
|
1192
|
+
ipv4_nat_type_variable=pulumi.get(__ret__, 'ipv4_nat_type_variable'),
|
|
1193
|
+
ipv4_nat_udp_timeout=pulumi.get(__ret__, 'ipv4_nat_udp_timeout'),
|
|
1194
|
+
ipv4_nat_udp_timeout_variable=pulumi.get(__ret__, 'ipv4_nat_udp_timeout_variable'),
|
|
1195
|
+
ipv4_secondary_addresses=pulumi.get(__ret__, 'ipv4_secondary_addresses'),
|
|
1196
|
+
ipv4_subnet_mask=pulumi.get(__ret__, 'ipv4_subnet_mask'),
|
|
1197
|
+
ipv4_subnet_mask_variable=pulumi.get(__ret__, 'ipv4_subnet_mask_variable'),
|
|
1198
|
+
ipv4_vrrps=pulumi.get(__ret__, 'ipv4_vrrps'),
|
|
1199
|
+
ipv6_address=pulumi.get(__ret__, 'ipv6_address'),
|
|
1200
|
+
ipv6_address_variable=pulumi.get(__ret__, 'ipv6_address_variable'),
|
|
1201
|
+
ipv6_dhcp_helpers=pulumi.get(__ret__, 'ipv6_dhcp_helpers'),
|
|
1202
|
+
ipv6_dhcp_secondary_addresses=pulumi.get(__ret__, 'ipv6_dhcp_secondary_addresses'),
|
|
1203
|
+
ipv6_nat=pulumi.get(__ret__, 'ipv6_nat'),
|
|
1204
|
+
ipv6_secondary_addresses=pulumi.get(__ret__, 'ipv6_secondary_addresses'),
|
|
1205
|
+
ipv6_vrrps=pulumi.get(__ret__, 'ipv6_vrrps'),
|
|
1206
|
+
load_interval=pulumi.get(__ret__, 'load_interval'),
|
|
1207
|
+
load_interval_variable=pulumi.get(__ret__, 'load_interval_variable'),
|
|
1208
|
+
mac_address=pulumi.get(__ret__, 'mac_address'),
|
|
1209
|
+
mac_address_variable=pulumi.get(__ret__, 'mac_address_variable'),
|
|
1210
|
+
media_type=pulumi.get(__ret__, 'media_type'),
|
|
1211
|
+
media_type_variable=pulumi.get(__ret__, 'media_type_variable'),
|
|
1212
|
+
name=pulumi.get(__ret__, 'name'),
|
|
1213
|
+
nat64=pulumi.get(__ret__, 'nat64'),
|
|
1214
|
+
service_lan_vpn_feature_id=pulumi.get(__ret__, 'service_lan_vpn_feature_id'),
|
|
1215
|
+
shutdown=pulumi.get(__ret__, 'shutdown'),
|
|
1216
|
+
shutdown_variable=pulumi.get(__ret__, 'shutdown_variable'),
|
|
1217
|
+
speed=pulumi.get(__ret__, 'speed'),
|
|
1218
|
+
speed_variable=pulumi.get(__ret__, 'speed_variable'),
|
|
1219
|
+
static_nats=pulumi.get(__ret__, 'static_nats'),
|
|
1220
|
+
tcp_mss=pulumi.get(__ret__, 'tcp_mss'),
|
|
1221
|
+
tcp_mss_variable=pulumi.get(__ret__, 'tcp_mss_variable'),
|
|
1222
|
+
tracker=pulumi.get(__ret__, 'tracker'),
|
|
1223
|
+
tracker_variable=pulumi.get(__ret__, 'tracker_variable'),
|
|
1224
|
+
trustsec_enable_enforced_propogation=pulumi.get(__ret__, 'trustsec_enable_enforced_propogation'),
|
|
1225
|
+
trustsec_enable_sgt_propogation=pulumi.get(__ret__, 'trustsec_enable_sgt_propogation'),
|
|
1226
|
+
trustsec_enforced_security_group_tag=pulumi.get(__ret__, 'trustsec_enforced_security_group_tag'),
|
|
1227
|
+
trustsec_enforced_security_group_tag_variable=pulumi.get(__ret__, 'trustsec_enforced_security_group_tag_variable'),
|
|
1228
|
+
trustsec_propogate=pulumi.get(__ret__, 'trustsec_propogate'),
|
|
1229
|
+
trustsec_security_group_tag=pulumi.get(__ret__, 'trustsec_security_group_tag'),
|
|
1230
|
+
trustsec_security_group_tag_variable=pulumi.get(__ret__, 'trustsec_security_group_tag_variable'),
|
|
1231
|
+
version=pulumi.get(__ret__, 'version'),
|
|
1232
|
+
xconnect=pulumi.get(__ret__, 'xconnect'),
|
|
1233
|
+
xconnect_variable=pulumi.get(__ret__, 'xconnect_variable'))
|
|
1234
|
+
def get_service_lan_vpn_interface_ethernet_feature_output(feature_profile_id: Optional[pulumi.Input[str]] = None,
|
|
1235
|
+
id: Optional[pulumi.Input[str]] = None,
|
|
1236
|
+
service_lan_vpn_feature_id: Optional[pulumi.Input[str]] = None,
|
|
1237
|
+
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetServiceLanVpnInterfaceEthernetFeatureResult]:
|
|
1238
|
+
"""
|
|
1239
|
+
This data source can read the Service LAN VPN Interface Ethernet Feature.
|
|
1240
|
+
|
|
1241
|
+
## Example Usage
|
|
1242
|
+
|
|
1243
|
+
```python
|
|
1244
|
+
import pulumi
|
|
1245
|
+
import pulumi_sdwan as sdwan
|
|
1246
|
+
|
|
1247
|
+
example = sdwan.get_service_lan_vpn_interface_ethernet_feature(id="f6b2c44c-693c-4763-b010-895aa3d236bd",
|
|
1248
|
+
feature_profile_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
|
|
1249
|
+
service_lan_vpn_feature_id="140331f6-5418-4755-a059-13c77eb96037")
|
|
1250
|
+
```
|
|
1251
|
+
|
|
1252
|
+
|
|
1253
|
+
:param str feature_profile_id: Feature Profile ID
|
|
1254
|
+
:param str id: The id of the Feature
|
|
1255
|
+
:param str service_lan_vpn_feature_id: Service LAN VPN Feature ID
|
|
1256
|
+
"""
|
|
1257
|
+
__args__ = dict()
|
|
1258
|
+
__args__['featureProfileId'] = feature_profile_id
|
|
1259
|
+
__args__['id'] = id
|
|
1260
|
+
__args__['serviceLanVpnFeatureId'] = service_lan_vpn_feature_id
|
|
1261
|
+
opts = pulumi.InvokeOutputOptions.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')))
|