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,2824 @@
|
|
|
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
|
+
'GetTransportWanVpnInterfaceEthernetFeatureResult',
|
|
20
|
+
'AwaitableGetTransportWanVpnInterfaceEthernetFeatureResult',
|
|
21
|
+
'get_transport_wan_vpn_interface_ethernet_feature',
|
|
22
|
+
'get_transport_wan_vpn_interface_ethernet_feature_output',
|
|
23
|
+
]
|
|
24
|
+
|
|
25
|
+
@pulumi.output_type
|
|
26
|
+
class GetTransportWanVpnInterfaceEthernetFeatureResult:
|
|
27
|
+
"""
|
|
28
|
+
A collection of values returned by getTransportWanVpnInterfaceEthernetFeature.
|
|
29
|
+
"""
|
|
30
|
+
def __init__(__self__, acl_ipv4_egress_feature_id=None, acl_ipv4_ingress_feature_id=None, acl_ipv6_egress_feature_id=None, acl_ipv6_ingress_feature_id=None, arp_timeout=None, arp_timeout_variable=None, arps=None, auto_detect_bandwidth=None, auto_detect_bandwidth_variable=None, autonegotiate=None, autonegotiate_variable=None, bandwidth_downstream=None, bandwidth_downstream_variable=None, bandwidth_upstream=None, bandwidth_upstream_variable=None, block_non_source_ip=None, block_non_source_ip_variable=None, description=None, duplex=None, duplex_variable=None, enable_dhcpv6=None, feature_profile_id=None, gre_tunnel_source_ip=None, gre_tunnel_source_ip_variable=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, iperf_server=None, iperf_server_variable=None, ipv4_address=None, ipv4_address_variable=None, ipv4_configuration_type=None, ipv4_dhcp_distance=None, ipv4_dhcp_distance_variable=None, ipv4_dhcp_helper_variable=None, ipv4_dhcp_helpers=None, ipv4_secondary_addresses=None, ipv4_subnet_mask=None, ipv4_subnet_mask_variable=None, ipv6_address=None, ipv6_address_variable=None, ipv6_configuration_type=None, ipv6_dhcp_secondary_addresses=None, ipv6_secondary_addresses=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, nat66=None, nat_ipv4=None, nat_ipv4_variable=None, nat_ipv6=None, nat_ipv6_variable=None, nat_loopback=None, nat_loopback_variable=None, nat_overload=None, nat_overload_variable=None, nat_prefix_length=None, nat_prefix_length_variable=None, nat_range_end=None, nat_range_end_variable=None, nat_range_start=None, nat_range_start_variable=None, nat_tcp_timeout=None, nat_tcp_timeout_variable=None, nat_type=None, nat_type_variable=None, nat_udp_timeout=None, nat_udp_timeout_variable=None, new_static_nats=None, per_tunnel_qos=None, per_tunnel_qos_variable=None, qos_adaptive=None, qos_adaptive_bandwidth_downstream=None, qos_adaptive_bandwidth_upstream=None, qos_adaptive_default_downstream=None, qos_adaptive_default_downstream_variable=None, qos_adaptive_default_upstream=None, qos_adaptive_default_upstream_variable=None, qos_adaptive_max_downstream=None, qos_adaptive_max_downstream_variable=None, qos_adaptive_max_upstream=None, qos_adaptive_max_upstream_variable=None, qos_adaptive_min_downstream=None, qos_adaptive_min_downstream_variable=None, qos_adaptive_min_upstream=None, qos_adaptive_min_upstream_variable=None, qos_adaptive_period=None, qos_adaptive_period_variable=None, qos_shaping_rate=None, qos_shaping_rate_variable=None, service_provider=None, service_provider_variable=None, shutdown=None, shutdown_variable=None, speed=None, speed_variable=None, static_nat66s=None, tcp_mss=None, tcp_mss_variable=None, tloc_extension=None, tloc_extension_variable=None, tracker=None, tracker_variable=None, transport_wan_vpn_feature_id=None, tunnel_bandwidth_percent=None, tunnel_bandwidth_percent_variable=None, tunnel_interface=None, tunnel_interface_allow_all=None, tunnel_interface_allow_all_variable=None, tunnel_interface_allow_bfd=None, tunnel_interface_allow_bfd_variable=None, tunnel_interface_allow_bgp=None, tunnel_interface_allow_bgp_variable=None, tunnel_interface_allow_dhcp=None, tunnel_interface_allow_dhcp_variable=None, tunnel_interface_allow_dns=None, tunnel_interface_allow_dns_variable=None, tunnel_interface_allow_https=None, tunnel_interface_allow_https_variable=None, tunnel_interface_allow_icmp=None, tunnel_interface_allow_icmp_variable=None, tunnel_interface_allow_netconf=None, tunnel_interface_allow_netconf_variable=None, tunnel_interface_allow_ntp=None, tunnel_interface_allow_ntp_variable=None, tunnel_interface_allow_ospf=None, tunnel_interface_allow_ospf_variable=None, tunnel_interface_allow_snmp=None, tunnel_interface_allow_snmp_variable=None, tunnel_interface_allow_ssh=None, tunnel_interface_allow_ssh_variable=None, tunnel_interface_allow_stun=None, tunnel_interface_allow_stun_variable=None, tunnel_interface_bind_loopback_tunnel=None, tunnel_interface_bind_loopback_tunnel_variable=None, tunnel_interface_border=None, tunnel_interface_border_variable=None, tunnel_interface_carrier=None, tunnel_interface_carrier_variable=None, tunnel_interface_clear_dont_fragment=None, tunnel_interface_clear_dont_fragment_variable=None, tunnel_interface_color=None, tunnel_interface_color_restrict=None, tunnel_interface_color_restrict_variable=None, tunnel_interface_color_variable=None, tunnel_interface_cts_sgt_propagation=None, tunnel_interface_cts_sgt_propagation_variable=None, tunnel_interface_encapsulations=None, tunnel_interface_exclude_controller_group_list_variable=None, tunnel_interface_exclude_controller_group_lists=None, tunnel_interface_gre_tunnel_destination_ip=None, tunnel_interface_gre_tunnel_destination_ip_variable=None, tunnel_interface_groups=None, tunnel_interface_groups_variable=None, tunnel_interface_hello_interval=None, tunnel_interface_hello_interval_variable=None, tunnel_interface_hello_tolerance=None, tunnel_interface_hello_tolerance_variable=None, tunnel_interface_last_resort_circuit=None, tunnel_interface_last_resort_circuit_variable=None, tunnel_interface_low_bandwidth_link=None, tunnel_interface_low_bandwidth_link_variable=None, tunnel_interface_max_control_connections=None, tunnel_interface_max_control_connections_variable=None, tunnel_interface_nat_refresh_interval=None, tunnel_interface_nat_refresh_interval_variable=None, tunnel_interface_network_broadcast=None, tunnel_interface_network_broadcast_variable=None, tunnel_interface_port_hop=None, tunnel_interface_port_hop_variable=None, tunnel_interface_tunnel_tcp_mss=None, tunnel_interface_tunnel_tcp_mss_variable=None, tunnel_interface_vbond_as_stun_server=None, tunnel_interface_vbond_as_stun_server_variable=None, tunnel_interface_vmanage_connection_preference=None, tunnel_interface_vmanage_connection_preference_variable=None, tunnel_qos_mode=None, tunnel_qos_mode_variable=None, version=None, xconnect=None, xconnect_variable=None):
|
|
31
|
+
if acl_ipv4_egress_feature_id and not isinstance(acl_ipv4_egress_feature_id, str):
|
|
32
|
+
raise TypeError("Expected argument 'acl_ipv4_egress_feature_id' to be a str")
|
|
33
|
+
pulumi.set(__self__, "acl_ipv4_egress_feature_id", acl_ipv4_egress_feature_id)
|
|
34
|
+
if acl_ipv4_ingress_feature_id and not isinstance(acl_ipv4_ingress_feature_id, str):
|
|
35
|
+
raise TypeError("Expected argument 'acl_ipv4_ingress_feature_id' to be a str")
|
|
36
|
+
pulumi.set(__self__, "acl_ipv4_ingress_feature_id", acl_ipv4_ingress_feature_id)
|
|
37
|
+
if acl_ipv6_egress_feature_id and not isinstance(acl_ipv6_egress_feature_id, str):
|
|
38
|
+
raise TypeError("Expected argument 'acl_ipv6_egress_feature_id' to be a str")
|
|
39
|
+
pulumi.set(__self__, "acl_ipv6_egress_feature_id", acl_ipv6_egress_feature_id)
|
|
40
|
+
if acl_ipv6_ingress_feature_id and not isinstance(acl_ipv6_ingress_feature_id, str):
|
|
41
|
+
raise TypeError("Expected argument 'acl_ipv6_ingress_feature_id' to be a str")
|
|
42
|
+
pulumi.set(__self__, "acl_ipv6_ingress_feature_id", acl_ipv6_ingress_feature_id)
|
|
43
|
+
if arp_timeout and not isinstance(arp_timeout, int):
|
|
44
|
+
raise TypeError("Expected argument 'arp_timeout' to be a int")
|
|
45
|
+
pulumi.set(__self__, "arp_timeout", arp_timeout)
|
|
46
|
+
if arp_timeout_variable and not isinstance(arp_timeout_variable, str):
|
|
47
|
+
raise TypeError("Expected argument 'arp_timeout_variable' to be a str")
|
|
48
|
+
pulumi.set(__self__, "arp_timeout_variable", arp_timeout_variable)
|
|
49
|
+
if arps and not isinstance(arps, list):
|
|
50
|
+
raise TypeError("Expected argument 'arps' to be a list")
|
|
51
|
+
pulumi.set(__self__, "arps", arps)
|
|
52
|
+
if auto_detect_bandwidth and not isinstance(auto_detect_bandwidth, bool):
|
|
53
|
+
raise TypeError("Expected argument 'auto_detect_bandwidth' to be a bool")
|
|
54
|
+
pulumi.set(__self__, "auto_detect_bandwidth", auto_detect_bandwidth)
|
|
55
|
+
if auto_detect_bandwidth_variable and not isinstance(auto_detect_bandwidth_variable, str):
|
|
56
|
+
raise TypeError("Expected argument 'auto_detect_bandwidth_variable' to be a str")
|
|
57
|
+
pulumi.set(__self__, "auto_detect_bandwidth_variable", auto_detect_bandwidth_variable)
|
|
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 bandwidth_downstream and not isinstance(bandwidth_downstream, int):
|
|
65
|
+
raise TypeError("Expected argument 'bandwidth_downstream' to be a int")
|
|
66
|
+
pulumi.set(__self__, "bandwidth_downstream", bandwidth_downstream)
|
|
67
|
+
if bandwidth_downstream_variable and not isinstance(bandwidth_downstream_variable, str):
|
|
68
|
+
raise TypeError("Expected argument 'bandwidth_downstream_variable' to be a str")
|
|
69
|
+
pulumi.set(__self__, "bandwidth_downstream_variable", bandwidth_downstream_variable)
|
|
70
|
+
if bandwidth_upstream and not isinstance(bandwidth_upstream, int):
|
|
71
|
+
raise TypeError("Expected argument 'bandwidth_upstream' to be a int")
|
|
72
|
+
pulumi.set(__self__, "bandwidth_upstream", bandwidth_upstream)
|
|
73
|
+
if bandwidth_upstream_variable and not isinstance(bandwidth_upstream_variable, str):
|
|
74
|
+
raise TypeError("Expected argument 'bandwidth_upstream_variable' to be a str")
|
|
75
|
+
pulumi.set(__self__, "bandwidth_upstream_variable", bandwidth_upstream_variable)
|
|
76
|
+
if block_non_source_ip and not isinstance(block_non_source_ip, bool):
|
|
77
|
+
raise TypeError("Expected argument 'block_non_source_ip' to be a bool")
|
|
78
|
+
pulumi.set(__self__, "block_non_source_ip", block_non_source_ip)
|
|
79
|
+
if block_non_source_ip_variable and not isinstance(block_non_source_ip_variable, str):
|
|
80
|
+
raise TypeError("Expected argument 'block_non_source_ip_variable' to be a str")
|
|
81
|
+
pulumi.set(__self__, "block_non_source_ip_variable", block_non_source_ip_variable)
|
|
82
|
+
if description and not isinstance(description, str):
|
|
83
|
+
raise TypeError("Expected argument 'description' to be a str")
|
|
84
|
+
pulumi.set(__self__, "description", description)
|
|
85
|
+
if duplex and not isinstance(duplex, str):
|
|
86
|
+
raise TypeError("Expected argument 'duplex' to be a str")
|
|
87
|
+
pulumi.set(__self__, "duplex", duplex)
|
|
88
|
+
if duplex_variable and not isinstance(duplex_variable, str):
|
|
89
|
+
raise TypeError("Expected argument 'duplex_variable' to be a str")
|
|
90
|
+
pulumi.set(__self__, "duplex_variable", duplex_variable)
|
|
91
|
+
if enable_dhcpv6 and not isinstance(enable_dhcpv6, bool):
|
|
92
|
+
raise TypeError("Expected argument 'enable_dhcpv6' to be a bool")
|
|
93
|
+
pulumi.set(__self__, "enable_dhcpv6", enable_dhcpv6)
|
|
94
|
+
if feature_profile_id and not isinstance(feature_profile_id, str):
|
|
95
|
+
raise TypeError("Expected argument 'feature_profile_id' to be a str")
|
|
96
|
+
pulumi.set(__self__, "feature_profile_id", feature_profile_id)
|
|
97
|
+
if gre_tunnel_source_ip and not isinstance(gre_tunnel_source_ip, str):
|
|
98
|
+
raise TypeError("Expected argument 'gre_tunnel_source_ip' to be a str")
|
|
99
|
+
pulumi.set(__self__, "gre_tunnel_source_ip", gre_tunnel_source_ip)
|
|
100
|
+
if gre_tunnel_source_ip_variable and not isinstance(gre_tunnel_source_ip_variable, str):
|
|
101
|
+
raise TypeError("Expected argument 'gre_tunnel_source_ip_variable' to be a str")
|
|
102
|
+
pulumi.set(__self__, "gre_tunnel_source_ip_variable", gre_tunnel_source_ip_variable)
|
|
103
|
+
if icmp_redirect_disable and not isinstance(icmp_redirect_disable, bool):
|
|
104
|
+
raise TypeError("Expected argument 'icmp_redirect_disable' to be a bool")
|
|
105
|
+
pulumi.set(__self__, "icmp_redirect_disable", icmp_redirect_disable)
|
|
106
|
+
if icmp_redirect_disable_variable and not isinstance(icmp_redirect_disable_variable, str):
|
|
107
|
+
raise TypeError("Expected argument 'icmp_redirect_disable_variable' to be a str")
|
|
108
|
+
pulumi.set(__self__, "icmp_redirect_disable_variable", icmp_redirect_disable_variable)
|
|
109
|
+
if id and not isinstance(id, str):
|
|
110
|
+
raise TypeError("Expected argument 'id' to be a str")
|
|
111
|
+
pulumi.set(__self__, "id", id)
|
|
112
|
+
if interface_description and not isinstance(interface_description, str):
|
|
113
|
+
raise TypeError("Expected argument 'interface_description' to be a str")
|
|
114
|
+
pulumi.set(__self__, "interface_description", interface_description)
|
|
115
|
+
if interface_description_variable and not isinstance(interface_description_variable, str):
|
|
116
|
+
raise TypeError("Expected argument 'interface_description_variable' to be a str")
|
|
117
|
+
pulumi.set(__self__, "interface_description_variable", interface_description_variable)
|
|
118
|
+
if interface_mtu and not isinstance(interface_mtu, int):
|
|
119
|
+
raise TypeError("Expected argument 'interface_mtu' to be a int")
|
|
120
|
+
pulumi.set(__self__, "interface_mtu", interface_mtu)
|
|
121
|
+
if interface_mtu_variable and not isinstance(interface_mtu_variable, str):
|
|
122
|
+
raise TypeError("Expected argument 'interface_mtu_variable' to be a str")
|
|
123
|
+
pulumi.set(__self__, "interface_mtu_variable", interface_mtu_variable)
|
|
124
|
+
if interface_name and not isinstance(interface_name, str):
|
|
125
|
+
raise TypeError("Expected argument 'interface_name' to be a str")
|
|
126
|
+
pulumi.set(__self__, "interface_name", interface_name)
|
|
127
|
+
if interface_name_variable and not isinstance(interface_name_variable, str):
|
|
128
|
+
raise TypeError("Expected argument 'interface_name_variable' to be a str")
|
|
129
|
+
pulumi.set(__self__, "interface_name_variable", interface_name_variable)
|
|
130
|
+
if ip_directed_broadcast and not isinstance(ip_directed_broadcast, bool):
|
|
131
|
+
raise TypeError("Expected argument 'ip_directed_broadcast' to be a bool")
|
|
132
|
+
pulumi.set(__self__, "ip_directed_broadcast", ip_directed_broadcast)
|
|
133
|
+
if ip_directed_broadcast_variable and not isinstance(ip_directed_broadcast_variable, str):
|
|
134
|
+
raise TypeError("Expected argument 'ip_directed_broadcast_variable' to be a str")
|
|
135
|
+
pulumi.set(__self__, "ip_directed_broadcast_variable", ip_directed_broadcast_variable)
|
|
136
|
+
if ip_mtu and not isinstance(ip_mtu, int):
|
|
137
|
+
raise TypeError("Expected argument 'ip_mtu' to be a int")
|
|
138
|
+
pulumi.set(__self__, "ip_mtu", ip_mtu)
|
|
139
|
+
if ip_mtu_variable and not isinstance(ip_mtu_variable, str):
|
|
140
|
+
raise TypeError("Expected argument 'ip_mtu_variable' to be a str")
|
|
141
|
+
pulumi.set(__self__, "ip_mtu_variable", ip_mtu_variable)
|
|
142
|
+
if iperf_server and not isinstance(iperf_server, str):
|
|
143
|
+
raise TypeError("Expected argument 'iperf_server' to be a str")
|
|
144
|
+
pulumi.set(__self__, "iperf_server", iperf_server)
|
|
145
|
+
if iperf_server_variable and not isinstance(iperf_server_variable, str):
|
|
146
|
+
raise TypeError("Expected argument 'iperf_server_variable' to be a str")
|
|
147
|
+
pulumi.set(__self__, "iperf_server_variable", iperf_server_variable)
|
|
148
|
+
if ipv4_address and not isinstance(ipv4_address, str):
|
|
149
|
+
raise TypeError("Expected argument 'ipv4_address' to be a str")
|
|
150
|
+
pulumi.set(__self__, "ipv4_address", ipv4_address)
|
|
151
|
+
if ipv4_address_variable and not isinstance(ipv4_address_variable, str):
|
|
152
|
+
raise TypeError("Expected argument 'ipv4_address_variable' to be a str")
|
|
153
|
+
pulumi.set(__self__, "ipv4_address_variable", ipv4_address_variable)
|
|
154
|
+
if ipv4_configuration_type and not isinstance(ipv4_configuration_type, str):
|
|
155
|
+
raise TypeError("Expected argument 'ipv4_configuration_type' to be a str")
|
|
156
|
+
pulumi.set(__self__, "ipv4_configuration_type", ipv4_configuration_type)
|
|
157
|
+
if ipv4_dhcp_distance and not isinstance(ipv4_dhcp_distance, int):
|
|
158
|
+
raise TypeError("Expected argument 'ipv4_dhcp_distance' to be a int")
|
|
159
|
+
pulumi.set(__self__, "ipv4_dhcp_distance", ipv4_dhcp_distance)
|
|
160
|
+
if ipv4_dhcp_distance_variable and not isinstance(ipv4_dhcp_distance_variable, str):
|
|
161
|
+
raise TypeError("Expected argument 'ipv4_dhcp_distance_variable' to be a str")
|
|
162
|
+
pulumi.set(__self__, "ipv4_dhcp_distance_variable", ipv4_dhcp_distance_variable)
|
|
163
|
+
if ipv4_dhcp_helper_variable and not isinstance(ipv4_dhcp_helper_variable, str):
|
|
164
|
+
raise TypeError("Expected argument 'ipv4_dhcp_helper_variable' to be a str")
|
|
165
|
+
pulumi.set(__self__, "ipv4_dhcp_helper_variable", ipv4_dhcp_helper_variable)
|
|
166
|
+
if ipv4_dhcp_helpers and not isinstance(ipv4_dhcp_helpers, list):
|
|
167
|
+
raise TypeError("Expected argument 'ipv4_dhcp_helpers' to be a list")
|
|
168
|
+
pulumi.set(__self__, "ipv4_dhcp_helpers", ipv4_dhcp_helpers)
|
|
169
|
+
if ipv4_secondary_addresses and not isinstance(ipv4_secondary_addresses, list):
|
|
170
|
+
raise TypeError("Expected argument 'ipv4_secondary_addresses' to be a list")
|
|
171
|
+
pulumi.set(__self__, "ipv4_secondary_addresses", ipv4_secondary_addresses)
|
|
172
|
+
if ipv4_subnet_mask and not isinstance(ipv4_subnet_mask, str):
|
|
173
|
+
raise TypeError("Expected argument 'ipv4_subnet_mask' to be a str")
|
|
174
|
+
pulumi.set(__self__, "ipv4_subnet_mask", ipv4_subnet_mask)
|
|
175
|
+
if ipv4_subnet_mask_variable and not isinstance(ipv4_subnet_mask_variable, str):
|
|
176
|
+
raise TypeError("Expected argument 'ipv4_subnet_mask_variable' to be a str")
|
|
177
|
+
pulumi.set(__self__, "ipv4_subnet_mask_variable", ipv4_subnet_mask_variable)
|
|
178
|
+
if ipv6_address and not isinstance(ipv6_address, str):
|
|
179
|
+
raise TypeError("Expected argument 'ipv6_address' to be a str")
|
|
180
|
+
pulumi.set(__self__, "ipv6_address", ipv6_address)
|
|
181
|
+
if ipv6_address_variable and not isinstance(ipv6_address_variable, str):
|
|
182
|
+
raise TypeError("Expected argument 'ipv6_address_variable' to be a str")
|
|
183
|
+
pulumi.set(__self__, "ipv6_address_variable", ipv6_address_variable)
|
|
184
|
+
if ipv6_configuration_type and not isinstance(ipv6_configuration_type, str):
|
|
185
|
+
raise TypeError("Expected argument 'ipv6_configuration_type' to be a str")
|
|
186
|
+
pulumi.set(__self__, "ipv6_configuration_type", ipv6_configuration_type)
|
|
187
|
+
if ipv6_dhcp_secondary_addresses and not isinstance(ipv6_dhcp_secondary_addresses, list):
|
|
188
|
+
raise TypeError("Expected argument 'ipv6_dhcp_secondary_addresses' to be a list")
|
|
189
|
+
pulumi.set(__self__, "ipv6_dhcp_secondary_addresses", ipv6_dhcp_secondary_addresses)
|
|
190
|
+
if ipv6_secondary_addresses and not isinstance(ipv6_secondary_addresses, list):
|
|
191
|
+
raise TypeError("Expected argument 'ipv6_secondary_addresses' to be a list")
|
|
192
|
+
pulumi.set(__self__, "ipv6_secondary_addresses", ipv6_secondary_addresses)
|
|
193
|
+
if load_interval and not isinstance(load_interval, int):
|
|
194
|
+
raise TypeError("Expected argument 'load_interval' to be a int")
|
|
195
|
+
pulumi.set(__self__, "load_interval", load_interval)
|
|
196
|
+
if load_interval_variable and not isinstance(load_interval_variable, str):
|
|
197
|
+
raise TypeError("Expected argument 'load_interval_variable' to be a str")
|
|
198
|
+
pulumi.set(__self__, "load_interval_variable", load_interval_variable)
|
|
199
|
+
if mac_address and not isinstance(mac_address, str):
|
|
200
|
+
raise TypeError("Expected argument 'mac_address' to be a str")
|
|
201
|
+
pulumi.set(__self__, "mac_address", mac_address)
|
|
202
|
+
if mac_address_variable and not isinstance(mac_address_variable, str):
|
|
203
|
+
raise TypeError("Expected argument 'mac_address_variable' to be a str")
|
|
204
|
+
pulumi.set(__self__, "mac_address_variable", mac_address_variable)
|
|
205
|
+
if media_type and not isinstance(media_type, str):
|
|
206
|
+
raise TypeError("Expected argument 'media_type' to be a str")
|
|
207
|
+
pulumi.set(__self__, "media_type", media_type)
|
|
208
|
+
if media_type_variable and not isinstance(media_type_variable, str):
|
|
209
|
+
raise TypeError("Expected argument 'media_type_variable' to be a str")
|
|
210
|
+
pulumi.set(__self__, "media_type_variable", media_type_variable)
|
|
211
|
+
if name and not isinstance(name, str):
|
|
212
|
+
raise TypeError("Expected argument 'name' to be a str")
|
|
213
|
+
pulumi.set(__self__, "name", name)
|
|
214
|
+
if nat64 and not isinstance(nat64, bool):
|
|
215
|
+
raise TypeError("Expected argument 'nat64' to be a bool")
|
|
216
|
+
pulumi.set(__self__, "nat64", nat64)
|
|
217
|
+
if nat66 and not isinstance(nat66, bool):
|
|
218
|
+
raise TypeError("Expected argument 'nat66' to be a bool")
|
|
219
|
+
pulumi.set(__self__, "nat66", nat66)
|
|
220
|
+
if nat_ipv4 and not isinstance(nat_ipv4, bool):
|
|
221
|
+
raise TypeError("Expected argument 'nat_ipv4' to be a bool")
|
|
222
|
+
pulumi.set(__self__, "nat_ipv4", nat_ipv4)
|
|
223
|
+
if nat_ipv4_variable and not isinstance(nat_ipv4_variable, str):
|
|
224
|
+
raise TypeError("Expected argument 'nat_ipv4_variable' to be a str")
|
|
225
|
+
pulumi.set(__self__, "nat_ipv4_variable", nat_ipv4_variable)
|
|
226
|
+
if nat_ipv6 and not isinstance(nat_ipv6, bool):
|
|
227
|
+
raise TypeError("Expected argument 'nat_ipv6' to be a bool")
|
|
228
|
+
pulumi.set(__self__, "nat_ipv6", nat_ipv6)
|
|
229
|
+
if nat_ipv6_variable and not isinstance(nat_ipv6_variable, str):
|
|
230
|
+
raise TypeError("Expected argument 'nat_ipv6_variable' to be a str")
|
|
231
|
+
pulumi.set(__self__, "nat_ipv6_variable", nat_ipv6_variable)
|
|
232
|
+
if nat_loopback and not isinstance(nat_loopback, str):
|
|
233
|
+
raise TypeError("Expected argument 'nat_loopback' to be a str")
|
|
234
|
+
pulumi.set(__self__, "nat_loopback", nat_loopback)
|
|
235
|
+
if nat_loopback_variable and not isinstance(nat_loopback_variable, str):
|
|
236
|
+
raise TypeError("Expected argument 'nat_loopback_variable' to be a str")
|
|
237
|
+
pulumi.set(__self__, "nat_loopback_variable", nat_loopback_variable)
|
|
238
|
+
if nat_overload and not isinstance(nat_overload, bool):
|
|
239
|
+
raise TypeError("Expected argument 'nat_overload' to be a bool")
|
|
240
|
+
pulumi.set(__self__, "nat_overload", nat_overload)
|
|
241
|
+
if nat_overload_variable and not isinstance(nat_overload_variable, str):
|
|
242
|
+
raise TypeError("Expected argument 'nat_overload_variable' to be a str")
|
|
243
|
+
pulumi.set(__self__, "nat_overload_variable", nat_overload_variable)
|
|
244
|
+
if nat_prefix_length and not isinstance(nat_prefix_length, int):
|
|
245
|
+
raise TypeError("Expected argument 'nat_prefix_length' to be a int")
|
|
246
|
+
pulumi.set(__self__, "nat_prefix_length", nat_prefix_length)
|
|
247
|
+
if nat_prefix_length_variable and not isinstance(nat_prefix_length_variable, str):
|
|
248
|
+
raise TypeError("Expected argument 'nat_prefix_length_variable' to be a str")
|
|
249
|
+
pulumi.set(__self__, "nat_prefix_length_variable", nat_prefix_length_variable)
|
|
250
|
+
if nat_range_end and not isinstance(nat_range_end, str):
|
|
251
|
+
raise TypeError("Expected argument 'nat_range_end' to be a str")
|
|
252
|
+
pulumi.set(__self__, "nat_range_end", nat_range_end)
|
|
253
|
+
if nat_range_end_variable and not isinstance(nat_range_end_variable, str):
|
|
254
|
+
raise TypeError("Expected argument 'nat_range_end_variable' to be a str")
|
|
255
|
+
pulumi.set(__self__, "nat_range_end_variable", nat_range_end_variable)
|
|
256
|
+
if nat_range_start and not isinstance(nat_range_start, str):
|
|
257
|
+
raise TypeError("Expected argument 'nat_range_start' to be a str")
|
|
258
|
+
pulumi.set(__self__, "nat_range_start", nat_range_start)
|
|
259
|
+
if nat_range_start_variable and not isinstance(nat_range_start_variable, str):
|
|
260
|
+
raise TypeError("Expected argument 'nat_range_start_variable' to be a str")
|
|
261
|
+
pulumi.set(__self__, "nat_range_start_variable", nat_range_start_variable)
|
|
262
|
+
if nat_tcp_timeout and not isinstance(nat_tcp_timeout, int):
|
|
263
|
+
raise TypeError("Expected argument 'nat_tcp_timeout' to be a int")
|
|
264
|
+
pulumi.set(__self__, "nat_tcp_timeout", nat_tcp_timeout)
|
|
265
|
+
if nat_tcp_timeout_variable and not isinstance(nat_tcp_timeout_variable, str):
|
|
266
|
+
raise TypeError("Expected argument 'nat_tcp_timeout_variable' to be a str")
|
|
267
|
+
pulumi.set(__self__, "nat_tcp_timeout_variable", nat_tcp_timeout_variable)
|
|
268
|
+
if nat_type and not isinstance(nat_type, str):
|
|
269
|
+
raise TypeError("Expected argument 'nat_type' to be a str")
|
|
270
|
+
pulumi.set(__self__, "nat_type", nat_type)
|
|
271
|
+
if nat_type_variable and not isinstance(nat_type_variable, str):
|
|
272
|
+
raise TypeError("Expected argument 'nat_type_variable' to be a str")
|
|
273
|
+
pulumi.set(__self__, "nat_type_variable", nat_type_variable)
|
|
274
|
+
if nat_udp_timeout and not isinstance(nat_udp_timeout, int):
|
|
275
|
+
raise TypeError("Expected argument 'nat_udp_timeout' to be a int")
|
|
276
|
+
pulumi.set(__self__, "nat_udp_timeout", nat_udp_timeout)
|
|
277
|
+
if nat_udp_timeout_variable and not isinstance(nat_udp_timeout_variable, str):
|
|
278
|
+
raise TypeError("Expected argument 'nat_udp_timeout_variable' to be a str")
|
|
279
|
+
pulumi.set(__self__, "nat_udp_timeout_variable", nat_udp_timeout_variable)
|
|
280
|
+
if new_static_nats and not isinstance(new_static_nats, list):
|
|
281
|
+
raise TypeError("Expected argument 'new_static_nats' to be a list")
|
|
282
|
+
pulumi.set(__self__, "new_static_nats", new_static_nats)
|
|
283
|
+
if per_tunnel_qos and not isinstance(per_tunnel_qos, bool):
|
|
284
|
+
raise TypeError("Expected argument 'per_tunnel_qos' to be a bool")
|
|
285
|
+
pulumi.set(__self__, "per_tunnel_qos", per_tunnel_qos)
|
|
286
|
+
if per_tunnel_qos_variable and not isinstance(per_tunnel_qos_variable, str):
|
|
287
|
+
raise TypeError("Expected argument 'per_tunnel_qos_variable' to be a str")
|
|
288
|
+
pulumi.set(__self__, "per_tunnel_qos_variable", per_tunnel_qos_variable)
|
|
289
|
+
if qos_adaptive and not isinstance(qos_adaptive, bool):
|
|
290
|
+
raise TypeError("Expected argument 'qos_adaptive' to be a bool")
|
|
291
|
+
pulumi.set(__self__, "qos_adaptive", qos_adaptive)
|
|
292
|
+
if qos_adaptive_bandwidth_downstream and not isinstance(qos_adaptive_bandwidth_downstream, bool):
|
|
293
|
+
raise TypeError("Expected argument 'qos_adaptive_bandwidth_downstream' to be a bool")
|
|
294
|
+
pulumi.set(__self__, "qos_adaptive_bandwidth_downstream", qos_adaptive_bandwidth_downstream)
|
|
295
|
+
if qos_adaptive_bandwidth_upstream and not isinstance(qos_adaptive_bandwidth_upstream, bool):
|
|
296
|
+
raise TypeError("Expected argument 'qos_adaptive_bandwidth_upstream' to be a bool")
|
|
297
|
+
pulumi.set(__self__, "qos_adaptive_bandwidth_upstream", qos_adaptive_bandwidth_upstream)
|
|
298
|
+
if qos_adaptive_default_downstream and not isinstance(qos_adaptive_default_downstream, int):
|
|
299
|
+
raise TypeError("Expected argument 'qos_adaptive_default_downstream' to be a int")
|
|
300
|
+
pulumi.set(__self__, "qos_adaptive_default_downstream", qos_adaptive_default_downstream)
|
|
301
|
+
if qos_adaptive_default_downstream_variable and not isinstance(qos_adaptive_default_downstream_variable, str):
|
|
302
|
+
raise TypeError("Expected argument 'qos_adaptive_default_downstream_variable' to be a str")
|
|
303
|
+
pulumi.set(__self__, "qos_adaptive_default_downstream_variable", qos_adaptive_default_downstream_variable)
|
|
304
|
+
if qos_adaptive_default_upstream and not isinstance(qos_adaptive_default_upstream, int):
|
|
305
|
+
raise TypeError("Expected argument 'qos_adaptive_default_upstream' to be a int")
|
|
306
|
+
pulumi.set(__self__, "qos_adaptive_default_upstream", qos_adaptive_default_upstream)
|
|
307
|
+
if qos_adaptive_default_upstream_variable and not isinstance(qos_adaptive_default_upstream_variable, str):
|
|
308
|
+
raise TypeError("Expected argument 'qos_adaptive_default_upstream_variable' to be a str")
|
|
309
|
+
pulumi.set(__self__, "qos_adaptive_default_upstream_variable", qos_adaptive_default_upstream_variable)
|
|
310
|
+
if qos_adaptive_max_downstream and not isinstance(qos_adaptive_max_downstream, int):
|
|
311
|
+
raise TypeError("Expected argument 'qos_adaptive_max_downstream' to be a int")
|
|
312
|
+
pulumi.set(__self__, "qos_adaptive_max_downstream", qos_adaptive_max_downstream)
|
|
313
|
+
if qos_adaptive_max_downstream_variable and not isinstance(qos_adaptive_max_downstream_variable, str):
|
|
314
|
+
raise TypeError("Expected argument 'qos_adaptive_max_downstream_variable' to be a str")
|
|
315
|
+
pulumi.set(__self__, "qos_adaptive_max_downstream_variable", qos_adaptive_max_downstream_variable)
|
|
316
|
+
if qos_adaptive_max_upstream and not isinstance(qos_adaptive_max_upstream, int):
|
|
317
|
+
raise TypeError("Expected argument 'qos_adaptive_max_upstream' to be a int")
|
|
318
|
+
pulumi.set(__self__, "qos_adaptive_max_upstream", qos_adaptive_max_upstream)
|
|
319
|
+
if qos_adaptive_max_upstream_variable and not isinstance(qos_adaptive_max_upstream_variable, str):
|
|
320
|
+
raise TypeError("Expected argument 'qos_adaptive_max_upstream_variable' to be a str")
|
|
321
|
+
pulumi.set(__self__, "qos_adaptive_max_upstream_variable", qos_adaptive_max_upstream_variable)
|
|
322
|
+
if qos_adaptive_min_downstream and not isinstance(qos_adaptive_min_downstream, int):
|
|
323
|
+
raise TypeError("Expected argument 'qos_adaptive_min_downstream' to be a int")
|
|
324
|
+
pulumi.set(__self__, "qos_adaptive_min_downstream", qos_adaptive_min_downstream)
|
|
325
|
+
if qos_adaptive_min_downstream_variable and not isinstance(qos_adaptive_min_downstream_variable, str):
|
|
326
|
+
raise TypeError("Expected argument 'qos_adaptive_min_downstream_variable' to be a str")
|
|
327
|
+
pulumi.set(__self__, "qos_adaptive_min_downstream_variable", qos_adaptive_min_downstream_variable)
|
|
328
|
+
if qos_adaptive_min_upstream and not isinstance(qos_adaptive_min_upstream, int):
|
|
329
|
+
raise TypeError("Expected argument 'qos_adaptive_min_upstream' to be a int")
|
|
330
|
+
pulumi.set(__self__, "qos_adaptive_min_upstream", qos_adaptive_min_upstream)
|
|
331
|
+
if qos_adaptive_min_upstream_variable and not isinstance(qos_adaptive_min_upstream_variable, str):
|
|
332
|
+
raise TypeError("Expected argument 'qos_adaptive_min_upstream_variable' to be a str")
|
|
333
|
+
pulumi.set(__self__, "qos_adaptive_min_upstream_variable", qos_adaptive_min_upstream_variable)
|
|
334
|
+
if qos_adaptive_period and not isinstance(qos_adaptive_period, int):
|
|
335
|
+
raise TypeError("Expected argument 'qos_adaptive_period' to be a int")
|
|
336
|
+
pulumi.set(__self__, "qos_adaptive_period", qos_adaptive_period)
|
|
337
|
+
if qos_adaptive_period_variable and not isinstance(qos_adaptive_period_variable, str):
|
|
338
|
+
raise TypeError("Expected argument 'qos_adaptive_period_variable' to be a str")
|
|
339
|
+
pulumi.set(__self__, "qos_adaptive_period_variable", qos_adaptive_period_variable)
|
|
340
|
+
if qos_shaping_rate and not isinstance(qos_shaping_rate, int):
|
|
341
|
+
raise TypeError("Expected argument 'qos_shaping_rate' to be a int")
|
|
342
|
+
pulumi.set(__self__, "qos_shaping_rate", qos_shaping_rate)
|
|
343
|
+
if qos_shaping_rate_variable and not isinstance(qos_shaping_rate_variable, str):
|
|
344
|
+
raise TypeError("Expected argument 'qos_shaping_rate_variable' to be a str")
|
|
345
|
+
pulumi.set(__self__, "qos_shaping_rate_variable", qos_shaping_rate_variable)
|
|
346
|
+
if service_provider and not isinstance(service_provider, str):
|
|
347
|
+
raise TypeError("Expected argument 'service_provider' to be a str")
|
|
348
|
+
pulumi.set(__self__, "service_provider", service_provider)
|
|
349
|
+
if service_provider_variable and not isinstance(service_provider_variable, str):
|
|
350
|
+
raise TypeError("Expected argument 'service_provider_variable' to be a str")
|
|
351
|
+
pulumi.set(__self__, "service_provider_variable", service_provider_variable)
|
|
352
|
+
if shutdown and not isinstance(shutdown, bool):
|
|
353
|
+
raise TypeError("Expected argument 'shutdown' to be a bool")
|
|
354
|
+
pulumi.set(__self__, "shutdown", shutdown)
|
|
355
|
+
if shutdown_variable and not isinstance(shutdown_variable, str):
|
|
356
|
+
raise TypeError("Expected argument 'shutdown_variable' to be a str")
|
|
357
|
+
pulumi.set(__self__, "shutdown_variable", shutdown_variable)
|
|
358
|
+
if speed and not isinstance(speed, str):
|
|
359
|
+
raise TypeError("Expected argument 'speed' to be a str")
|
|
360
|
+
pulumi.set(__self__, "speed", speed)
|
|
361
|
+
if speed_variable and not isinstance(speed_variable, str):
|
|
362
|
+
raise TypeError("Expected argument 'speed_variable' to be a str")
|
|
363
|
+
pulumi.set(__self__, "speed_variable", speed_variable)
|
|
364
|
+
if static_nat66s and not isinstance(static_nat66s, list):
|
|
365
|
+
raise TypeError("Expected argument 'static_nat66s' to be a list")
|
|
366
|
+
pulumi.set(__self__, "static_nat66s", static_nat66s)
|
|
367
|
+
if tcp_mss and not isinstance(tcp_mss, int):
|
|
368
|
+
raise TypeError("Expected argument 'tcp_mss' to be a int")
|
|
369
|
+
pulumi.set(__self__, "tcp_mss", tcp_mss)
|
|
370
|
+
if tcp_mss_variable and not isinstance(tcp_mss_variable, str):
|
|
371
|
+
raise TypeError("Expected argument 'tcp_mss_variable' to be a str")
|
|
372
|
+
pulumi.set(__self__, "tcp_mss_variable", tcp_mss_variable)
|
|
373
|
+
if tloc_extension and not isinstance(tloc_extension, str):
|
|
374
|
+
raise TypeError("Expected argument 'tloc_extension' to be a str")
|
|
375
|
+
pulumi.set(__self__, "tloc_extension", tloc_extension)
|
|
376
|
+
if tloc_extension_variable and not isinstance(tloc_extension_variable, str):
|
|
377
|
+
raise TypeError("Expected argument 'tloc_extension_variable' to be a str")
|
|
378
|
+
pulumi.set(__self__, "tloc_extension_variable", tloc_extension_variable)
|
|
379
|
+
if tracker and not isinstance(tracker, str):
|
|
380
|
+
raise TypeError("Expected argument 'tracker' to be a str")
|
|
381
|
+
pulumi.set(__self__, "tracker", tracker)
|
|
382
|
+
if tracker_variable and not isinstance(tracker_variable, str):
|
|
383
|
+
raise TypeError("Expected argument 'tracker_variable' to be a str")
|
|
384
|
+
pulumi.set(__self__, "tracker_variable", tracker_variable)
|
|
385
|
+
if transport_wan_vpn_feature_id and not isinstance(transport_wan_vpn_feature_id, str):
|
|
386
|
+
raise TypeError("Expected argument 'transport_wan_vpn_feature_id' to be a str")
|
|
387
|
+
pulumi.set(__self__, "transport_wan_vpn_feature_id", transport_wan_vpn_feature_id)
|
|
388
|
+
if tunnel_bandwidth_percent and not isinstance(tunnel_bandwidth_percent, int):
|
|
389
|
+
raise TypeError("Expected argument 'tunnel_bandwidth_percent' to be a int")
|
|
390
|
+
pulumi.set(__self__, "tunnel_bandwidth_percent", tunnel_bandwidth_percent)
|
|
391
|
+
if tunnel_bandwidth_percent_variable and not isinstance(tunnel_bandwidth_percent_variable, str):
|
|
392
|
+
raise TypeError("Expected argument 'tunnel_bandwidth_percent_variable' to be a str")
|
|
393
|
+
pulumi.set(__self__, "tunnel_bandwidth_percent_variable", tunnel_bandwidth_percent_variable)
|
|
394
|
+
if tunnel_interface and not isinstance(tunnel_interface, bool):
|
|
395
|
+
raise TypeError("Expected argument 'tunnel_interface' to be a bool")
|
|
396
|
+
pulumi.set(__self__, "tunnel_interface", tunnel_interface)
|
|
397
|
+
if tunnel_interface_allow_all and not isinstance(tunnel_interface_allow_all, bool):
|
|
398
|
+
raise TypeError("Expected argument 'tunnel_interface_allow_all' to be a bool")
|
|
399
|
+
pulumi.set(__self__, "tunnel_interface_allow_all", tunnel_interface_allow_all)
|
|
400
|
+
if tunnel_interface_allow_all_variable and not isinstance(tunnel_interface_allow_all_variable, str):
|
|
401
|
+
raise TypeError("Expected argument 'tunnel_interface_allow_all_variable' to be a str")
|
|
402
|
+
pulumi.set(__self__, "tunnel_interface_allow_all_variable", tunnel_interface_allow_all_variable)
|
|
403
|
+
if tunnel_interface_allow_bfd and not isinstance(tunnel_interface_allow_bfd, bool):
|
|
404
|
+
raise TypeError("Expected argument 'tunnel_interface_allow_bfd' to be a bool")
|
|
405
|
+
pulumi.set(__self__, "tunnel_interface_allow_bfd", tunnel_interface_allow_bfd)
|
|
406
|
+
if tunnel_interface_allow_bfd_variable and not isinstance(tunnel_interface_allow_bfd_variable, str):
|
|
407
|
+
raise TypeError("Expected argument 'tunnel_interface_allow_bfd_variable' to be a str")
|
|
408
|
+
pulumi.set(__self__, "tunnel_interface_allow_bfd_variable", tunnel_interface_allow_bfd_variable)
|
|
409
|
+
if tunnel_interface_allow_bgp and not isinstance(tunnel_interface_allow_bgp, bool):
|
|
410
|
+
raise TypeError("Expected argument 'tunnel_interface_allow_bgp' to be a bool")
|
|
411
|
+
pulumi.set(__self__, "tunnel_interface_allow_bgp", tunnel_interface_allow_bgp)
|
|
412
|
+
if tunnel_interface_allow_bgp_variable and not isinstance(tunnel_interface_allow_bgp_variable, str):
|
|
413
|
+
raise TypeError("Expected argument 'tunnel_interface_allow_bgp_variable' to be a str")
|
|
414
|
+
pulumi.set(__self__, "tunnel_interface_allow_bgp_variable", tunnel_interface_allow_bgp_variable)
|
|
415
|
+
if tunnel_interface_allow_dhcp and not isinstance(tunnel_interface_allow_dhcp, bool):
|
|
416
|
+
raise TypeError("Expected argument 'tunnel_interface_allow_dhcp' to be a bool")
|
|
417
|
+
pulumi.set(__self__, "tunnel_interface_allow_dhcp", tunnel_interface_allow_dhcp)
|
|
418
|
+
if tunnel_interface_allow_dhcp_variable and not isinstance(tunnel_interface_allow_dhcp_variable, str):
|
|
419
|
+
raise TypeError("Expected argument 'tunnel_interface_allow_dhcp_variable' to be a str")
|
|
420
|
+
pulumi.set(__self__, "tunnel_interface_allow_dhcp_variable", tunnel_interface_allow_dhcp_variable)
|
|
421
|
+
if tunnel_interface_allow_dns and not isinstance(tunnel_interface_allow_dns, bool):
|
|
422
|
+
raise TypeError("Expected argument 'tunnel_interface_allow_dns' to be a bool")
|
|
423
|
+
pulumi.set(__self__, "tunnel_interface_allow_dns", tunnel_interface_allow_dns)
|
|
424
|
+
if tunnel_interface_allow_dns_variable and not isinstance(tunnel_interface_allow_dns_variable, str):
|
|
425
|
+
raise TypeError("Expected argument 'tunnel_interface_allow_dns_variable' to be a str")
|
|
426
|
+
pulumi.set(__self__, "tunnel_interface_allow_dns_variable", tunnel_interface_allow_dns_variable)
|
|
427
|
+
if tunnel_interface_allow_https and not isinstance(tunnel_interface_allow_https, bool):
|
|
428
|
+
raise TypeError("Expected argument 'tunnel_interface_allow_https' to be a bool")
|
|
429
|
+
pulumi.set(__self__, "tunnel_interface_allow_https", tunnel_interface_allow_https)
|
|
430
|
+
if tunnel_interface_allow_https_variable and not isinstance(tunnel_interface_allow_https_variable, str):
|
|
431
|
+
raise TypeError("Expected argument 'tunnel_interface_allow_https_variable' to be a str")
|
|
432
|
+
pulumi.set(__self__, "tunnel_interface_allow_https_variable", tunnel_interface_allow_https_variable)
|
|
433
|
+
if tunnel_interface_allow_icmp and not isinstance(tunnel_interface_allow_icmp, bool):
|
|
434
|
+
raise TypeError("Expected argument 'tunnel_interface_allow_icmp' to be a bool")
|
|
435
|
+
pulumi.set(__self__, "tunnel_interface_allow_icmp", tunnel_interface_allow_icmp)
|
|
436
|
+
if tunnel_interface_allow_icmp_variable and not isinstance(tunnel_interface_allow_icmp_variable, str):
|
|
437
|
+
raise TypeError("Expected argument 'tunnel_interface_allow_icmp_variable' to be a str")
|
|
438
|
+
pulumi.set(__self__, "tunnel_interface_allow_icmp_variable", tunnel_interface_allow_icmp_variable)
|
|
439
|
+
if tunnel_interface_allow_netconf and not isinstance(tunnel_interface_allow_netconf, bool):
|
|
440
|
+
raise TypeError("Expected argument 'tunnel_interface_allow_netconf' to be a bool")
|
|
441
|
+
pulumi.set(__self__, "tunnel_interface_allow_netconf", tunnel_interface_allow_netconf)
|
|
442
|
+
if tunnel_interface_allow_netconf_variable and not isinstance(tunnel_interface_allow_netconf_variable, str):
|
|
443
|
+
raise TypeError("Expected argument 'tunnel_interface_allow_netconf_variable' to be a str")
|
|
444
|
+
pulumi.set(__self__, "tunnel_interface_allow_netconf_variable", tunnel_interface_allow_netconf_variable)
|
|
445
|
+
if tunnel_interface_allow_ntp and not isinstance(tunnel_interface_allow_ntp, bool):
|
|
446
|
+
raise TypeError("Expected argument 'tunnel_interface_allow_ntp' to be a bool")
|
|
447
|
+
pulumi.set(__self__, "tunnel_interface_allow_ntp", tunnel_interface_allow_ntp)
|
|
448
|
+
if tunnel_interface_allow_ntp_variable and not isinstance(tunnel_interface_allow_ntp_variable, str):
|
|
449
|
+
raise TypeError("Expected argument 'tunnel_interface_allow_ntp_variable' to be a str")
|
|
450
|
+
pulumi.set(__self__, "tunnel_interface_allow_ntp_variable", tunnel_interface_allow_ntp_variable)
|
|
451
|
+
if tunnel_interface_allow_ospf and not isinstance(tunnel_interface_allow_ospf, bool):
|
|
452
|
+
raise TypeError("Expected argument 'tunnel_interface_allow_ospf' to be a bool")
|
|
453
|
+
pulumi.set(__self__, "tunnel_interface_allow_ospf", tunnel_interface_allow_ospf)
|
|
454
|
+
if tunnel_interface_allow_ospf_variable and not isinstance(tunnel_interface_allow_ospf_variable, str):
|
|
455
|
+
raise TypeError("Expected argument 'tunnel_interface_allow_ospf_variable' to be a str")
|
|
456
|
+
pulumi.set(__self__, "tunnel_interface_allow_ospf_variable", tunnel_interface_allow_ospf_variable)
|
|
457
|
+
if tunnel_interface_allow_snmp and not isinstance(tunnel_interface_allow_snmp, bool):
|
|
458
|
+
raise TypeError("Expected argument 'tunnel_interface_allow_snmp' to be a bool")
|
|
459
|
+
pulumi.set(__self__, "tunnel_interface_allow_snmp", tunnel_interface_allow_snmp)
|
|
460
|
+
if tunnel_interface_allow_snmp_variable and not isinstance(tunnel_interface_allow_snmp_variable, str):
|
|
461
|
+
raise TypeError("Expected argument 'tunnel_interface_allow_snmp_variable' to be a str")
|
|
462
|
+
pulumi.set(__self__, "tunnel_interface_allow_snmp_variable", tunnel_interface_allow_snmp_variable)
|
|
463
|
+
if tunnel_interface_allow_ssh and not isinstance(tunnel_interface_allow_ssh, bool):
|
|
464
|
+
raise TypeError("Expected argument 'tunnel_interface_allow_ssh' to be a bool")
|
|
465
|
+
pulumi.set(__self__, "tunnel_interface_allow_ssh", tunnel_interface_allow_ssh)
|
|
466
|
+
if tunnel_interface_allow_ssh_variable and not isinstance(tunnel_interface_allow_ssh_variable, str):
|
|
467
|
+
raise TypeError("Expected argument 'tunnel_interface_allow_ssh_variable' to be a str")
|
|
468
|
+
pulumi.set(__self__, "tunnel_interface_allow_ssh_variable", tunnel_interface_allow_ssh_variable)
|
|
469
|
+
if tunnel_interface_allow_stun and not isinstance(tunnel_interface_allow_stun, bool):
|
|
470
|
+
raise TypeError("Expected argument 'tunnel_interface_allow_stun' to be a bool")
|
|
471
|
+
pulumi.set(__self__, "tunnel_interface_allow_stun", tunnel_interface_allow_stun)
|
|
472
|
+
if tunnel_interface_allow_stun_variable and not isinstance(tunnel_interface_allow_stun_variable, str):
|
|
473
|
+
raise TypeError("Expected argument 'tunnel_interface_allow_stun_variable' to be a str")
|
|
474
|
+
pulumi.set(__self__, "tunnel_interface_allow_stun_variable", tunnel_interface_allow_stun_variable)
|
|
475
|
+
if tunnel_interface_bind_loopback_tunnel and not isinstance(tunnel_interface_bind_loopback_tunnel, str):
|
|
476
|
+
raise TypeError("Expected argument 'tunnel_interface_bind_loopback_tunnel' to be a str")
|
|
477
|
+
pulumi.set(__self__, "tunnel_interface_bind_loopback_tunnel", tunnel_interface_bind_loopback_tunnel)
|
|
478
|
+
if tunnel_interface_bind_loopback_tunnel_variable and not isinstance(tunnel_interface_bind_loopback_tunnel_variable, str):
|
|
479
|
+
raise TypeError("Expected argument 'tunnel_interface_bind_loopback_tunnel_variable' to be a str")
|
|
480
|
+
pulumi.set(__self__, "tunnel_interface_bind_loopback_tunnel_variable", tunnel_interface_bind_loopback_tunnel_variable)
|
|
481
|
+
if tunnel_interface_border and not isinstance(tunnel_interface_border, bool):
|
|
482
|
+
raise TypeError("Expected argument 'tunnel_interface_border' to be a bool")
|
|
483
|
+
pulumi.set(__self__, "tunnel_interface_border", tunnel_interface_border)
|
|
484
|
+
if tunnel_interface_border_variable and not isinstance(tunnel_interface_border_variable, str):
|
|
485
|
+
raise TypeError("Expected argument 'tunnel_interface_border_variable' to be a str")
|
|
486
|
+
pulumi.set(__self__, "tunnel_interface_border_variable", tunnel_interface_border_variable)
|
|
487
|
+
if tunnel_interface_carrier and not isinstance(tunnel_interface_carrier, str):
|
|
488
|
+
raise TypeError("Expected argument 'tunnel_interface_carrier' to be a str")
|
|
489
|
+
pulumi.set(__self__, "tunnel_interface_carrier", tunnel_interface_carrier)
|
|
490
|
+
if tunnel_interface_carrier_variable and not isinstance(tunnel_interface_carrier_variable, str):
|
|
491
|
+
raise TypeError("Expected argument 'tunnel_interface_carrier_variable' to be a str")
|
|
492
|
+
pulumi.set(__self__, "tunnel_interface_carrier_variable", tunnel_interface_carrier_variable)
|
|
493
|
+
if tunnel_interface_clear_dont_fragment and not isinstance(tunnel_interface_clear_dont_fragment, bool):
|
|
494
|
+
raise TypeError("Expected argument 'tunnel_interface_clear_dont_fragment' to be a bool")
|
|
495
|
+
pulumi.set(__self__, "tunnel_interface_clear_dont_fragment", tunnel_interface_clear_dont_fragment)
|
|
496
|
+
if tunnel_interface_clear_dont_fragment_variable and not isinstance(tunnel_interface_clear_dont_fragment_variable, str):
|
|
497
|
+
raise TypeError("Expected argument 'tunnel_interface_clear_dont_fragment_variable' to be a str")
|
|
498
|
+
pulumi.set(__self__, "tunnel_interface_clear_dont_fragment_variable", tunnel_interface_clear_dont_fragment_variable)
|
|
499
|
+
if tunnel_interface_color and not isinstance(tunnel_interface_color, str):
|
|
500
|
+
raise TypeError("Expected argument 'tunnel_interface_color' to be a str")
|
|
501
|
+
pulumi.set(__self__, "tunnel_interface_color", tunnel_interface_color)
|
|
502
|
+
if tunnel_interface_color_restrict and not isinstance(tunnel_interface_color_restrict, bool):
|
|
503
|
+
raise TypeError("Expected argument 'tunnel_interface_color_restrict' to be a bool")
|
|
504
|
+
pulumi.set(__self__, "tunnel_interface_color_restrict", tunnel_interface_color_restrict)
|
|
505
|
+
if tunnel_interface_color_restrict_variable and not isinstance(tunnel_interface_color_restrict_variable, str):
|
|
506
|
+
raise TypeError("Expected argument 'tunnel_interface_color_restrict_variable' to be a str")
|
|
507
|
+
pulumi.set(__self__, "tunnel_interface_color_restrict_variable", tunnel_interface_color_restrict_variable)
|
|
508
|
+
if tunnel_interface_color_variable and not isinstance(tunnel_interface_color_variable, str):
|
|
509
|
+
raise TypeError("Expected argument 'tunnel_interface_color_variable' to be a str")
|
|
510
|
+
pulumi.set(__self__, "tunnel_interface_color_variable", tunnel_interface_color_variable)
|
|
511
|
+
if tunnel_interface_cts_sgt_propagation and not isinstance(tunnel_interface_cts_sgt_propagation, bool):
|
|
512
|
+
raise TypeError("Expected argument 'tunnel_interface_cts_sgt_propagation' to be a bool")
|
|
513
|
+
pulumi.set(__self__, "tunnel_interface_cts_sgt_propagation", tunnel_interface_cts_sgt_propagation)
|
|
514
|
+
if tunnel_interface_cts_sgt_propagation_variable and not isinstance(tunnel_interface_cts_sgt_propagation_variable, str):
|
|
515
|
+
raise TypeError("Expected argument 'tunnel_interface_cts_sgt_propagation_variable' to be a str")
|
|
516
|
+
pulumi.set(__self__, "tunnel_interface_cts_sgt_propagation_variable", tunnel_interface_cts_sgt_propagation_variable)
|
|
517
|
+
if tunnel_interface_encapsulations and not isinstance(tunnel_interface_encapsulations, list):
|
|
518
|
+
raise TypeError("Expected argument 'tunnel_interface_encapsulations' to be a list")
|
|
519
|
+
pulumi.set(__self__, "tunnel_interface_encapsulations", tunnel_interface_encapsulations)
|
|
520
|
+
if tunnel_interface_exclude_controller_group_list_variable and not isinstance(tunnel_interface_exclude_controller_group_list_variable, str):
|
|
521
|
+
raise TypeError("Expected argument 'tunnel_interface_exclude_controller_group_list_variable' to be a str")
|
|
522
|
+
pulumi.set(__self__, "tunnel_interface_exclude_controller_group_list_variable", tunnel_interface_exclude_controller_group_list_variable)
|
|
523
|
+
if tunnel_interface_exclude_controller_group_lists and not isinstance(tunnel_interface_exclude_controller_group_lists, list):
|
|
524
|
+
raise TypeError("Expected argument 'tunnel_interface_exclude_controller_group_lists' to be a list")
|
|
525
|
+
pulumi.set(__self__, "tunnel_interface_exclude_controller_group_lists", tunnel_interface_exclude_controller_group_lists)
|
|
526
|
+
if tunnel_interface_gre_tunnel_destination_ip and not isinstance(tunnel_interface_gre_tunnel_destination_ip, str):
|
|
527
|
+
raise TypeError("Expected argument 'tunnel_interface_gre_tunnel_destination_ip' to be a str")
|
|
528
|
+
pulumi.set(__self__, "tunnel_interface_gre_tunnel_destination_ip", tunnel_interface_gre_tunnel_destination_ip)
|
|
529
|
+
if tunnel_interface_gre_tunnel_destination_ip_variable and not isinstance(tunnel_interface_gre_tunnel_destination_ip_variable, str):
|
|
530
|
+
raise TypeError("Expected argument 'tunnel_interface_gre_tunnel_destination_ip_variable' to be a str")
|
|
531
|
+
pulumi.set(__self__, "tunnel_interface_gre_tunnel_destination_ip_variable", tunnel_interface_gre_tunnel_destination_ip_variable)
|
|
532
|
+
if tunnel_interface_groups and not isinstance(tunnel_interface_groups, int):
|
|
533
|
+
raise TypeError("Expected argument 'tunnel_interface_groups' to be a int")
|
|
534
|
+
pulumi.set(__self__, "tunnel_interface_groups", tunnel_interface_groups)
|
|
535
|
+
if tunnel_interface_groups_variable and not isinstance(tunnel_interface_groups_variable, str):
|
|
536
|
+
raise TypeError("Expected argument 'tunnel_interface_groups_variable' to be a str")
|
|
537
|
+
pulumi.set(__self__, "tunnel_interface_groups_variable", tunnel_interface_groups_variable)
|
|
538
|
+
if tunnel_interface_hello_interval and not isinstance(tunnel_interface_hello_interval, int):
|
|
539
|
+
raise TypeError("Expected argument 'tunnel_interface_hello_interval' to be a int")
|
|
540
|
+
pulumi.set(__self__, "tunnel_interface_hello_interval", tunnel_interface_hello_interval)
|
|
541
|
+
if tunnel_interface_hello_interval_variable and not isinstance(tunnel_interface_hello_interval_variable, str):
|
|
542
|
+
raise TypeError("Expected argument 'tunnel_interface_hello_interval_variable' to be a str")
|
|
543
|
+
pulumi.set(__self__, "tunnel_interface_hello_interval_variable", tunnel_interface_hello_interval_variable)
|
|
544
|
+
if tunnel_interface_hello_tolerance and not isinstance(tunnel_interface_hello_tolerance, int):
|
|
545
|
+
raise TypeError("Expected argument 'tunnel_interface_hello_tolerance' to be a int")
|
|
546
|
+
pulumi.set(__self__, "tunnel_interface_hello_tolerance", tunnel_interface_hello_tolerance)
|
|
547
|
+
if tunnel_interface_hello_tolerance_variable and not isinstance(tunnel_interface_hello_tolerance_variable, str):
|
|
548
|
+
raise TypeError("Expected argument 'tunnel_interface_hello_tolerance_variable' to be a str")
|
|
549
|
+
pulumi.set(__self__, "tunnel_interface_hello_tolerance_variable", tunnel_interface_hello_tolerance_variable)
|
|
550
|
+
if tunnel_interface_last_resort_circuit and not isinstance(tunnel_interface_last_resort_circuit, bool):
|
|
551
|
+
raise TypeError("Expected argument 'tunnel_interface_last_resort_circuit' to be a bool")
|
|
552
|
+
pulumi.set(__self__, "tunnel_interface_last_resort_circuit", tunnel_interface_last_resort_circuit)
|
|
553
|
+
if tunnel_interface_last_resort_circuit_variable and not isinstance(tunnel_interface_last_resort_circuit_variable, str):
|
|
554
|
+
raise TypeError("Expected argument 'tunnel_interface_last_resort_circuit_variable' to be a str")
|
|
555
|
+
pulumi.set(__self__, "tunnel_interface_last_resort_circuit_variable", tunnel_interface_last_resort_circuit_variable)
|
|
556
|
+
if tunnel_interface_low_bandwidth_link and not isinstance(tunnel_interface_low_bandwidth_link, bool):
|
|
557
|
+
raise TypeError("Expected argument 'tunnel_interface_low_bandwidth_link' to be a bool")
|
|
558
|
+
pulumi.set(__self__, "tunnel_interface_low_bandwidth_link", tunnel_interface_low_bandwidth_link)
|
|
559
|
+
if tunnel_interface_low_bandwidth_link_variable and not isinstance(tunnel_interface_low_bandwidth_link_variable, str):
|
|
560
|
+
raise TypeError("Expected argument 'tunnel_interface_low_bandwidth_link_variable' to be a str")
|
|
561
|
+
pulumi.set(__self__, "tunnel_interface_low_bandwidth_link_variable", tunnel_interface_low_bandwidth_link_variable)
|
|
562
|
+
if tunnel_interface_max_control_connections and not isinstance(tunnel_interface_max_control_connections, int):
|
|
563
|
+
raise TypeError("Expected argument 'tunnel_interface_max_control_connections' to be a int")
|
|
564
|
+
pulumi.set(__self__, "tunnel_interface_max_control_connections", tunnel_interface_max_control_connections)
|
|
565
|
+
if tunnel_interface_max_control_connections_variable and not isinstance(tunnel_interface_max_control_connections_variable, str):
|
|
566
|
+
raise TypeError("Expected argument 'tunnel_interface_max_control_connections_variable' to be a str")
|
|
567
|
+
pulumi.set(__self__, "tunnel_interface_max_control_connections_variable", tunnel_interface_max_control_connections_variable)
|
|
568
|
+
if tunnel_interface_nat_refresh_interval and not isinstance(tunnel_interface_nat_refresh_interval, int):
|
|
569
|
+
raise TypeError("Expected argument 'tunnel_interface_nat_refresh_interval' to be a int")
|
|
570
|
+
pulumi.set(__self__, "tunnel_interface_nat_refresh_interval", tunnel_interface_nat_refresh_interval)
|
|
571
|
+
if tunnel_interface_nat_refresh_interval_variable and not isinstance(tunnel_interface_nat_refresh_interval_variable, str):
|
|
572
|
+
raise TypeError("Expected argument 'tunnel_interface_nat_refresh_interval_variable' to be a str")
|
|
573
|
+
pulumi.set(__self__, "tunnel_interface_nat_refresh_interval_variable", tunnel_interface_nat_refresh_interval_variable)
|
|
574
|
+
if tunnel_interface_network_broadcast and not isinstance(tunnel_interface_network_broadcast, bool):
|
|
575
|
+
raise TypeError("Expected argument 'tunnel_interface_network_broadcast' to be a bool")
|
|
576
|
+
pulumi.set(__self__, "tunnel_interface_network_broadcast", tunnel_interface_network_broadcast)
|
|
577
|
+
if tunnel_interface_network_broadcast_variable and not isinstance(tunnel_interface_network_broadcast_variable, str):
|
|
578
|
+
raise TypeError("Expected argument 'tunnel_interface_network_broadcast_variable' to be a str")
|
|
579
|
+
pulumi.set(__self__, "tunnel_interface_network_broadcast_variable", tunnel_interface_network_broadcast_variable)
|
|
580
|
+
if tunnel_interface_port_hop and not isinstance(tunnel_interface_port_hop, bool):
|
|
581
|
+
raise TypeError("Expected argument 'tunnel_interface_port_hop' to be a bool")
|
|
582
|
+
pulumi.set(__self__, "tunnel_interface_port_hop", tunnel_interface_port_hop)
|
|
583
|
+
if tunnel_interface_port_hop_variable and not isinstance(tunnel_interface_port_hop_variable, str):
|
|
584
|
+
raise TypeError("Expected argument 'tunnel_interface_port_hop_variable' to be a str")
|
|
585
|
+
pulumi.set(__self__, "tunnel_interface_port_hop_variable", tunnel_interface_port_hop_variable)
|
|
586
|
+
if tunnel_interface_tunnel_tcp_mss and not isinstance(tunnel_interface_tunnel_tcp_mss, int):
|
|
587
|
+
raise TypeError("Expected argument 'tunnel_interface_tunnel_tcp_mss' to be a int")
|
|
588
|
+
pulumi.set(__self__, "tunnel_interface_tunnel_tcp_mss", tunnel_interface_tunnel_tcp_mss)
|
|
589
|
+
if tunnel_interface_tunnel_tcp_mss_variable and not isinstance(tunnel_interface_tunnel_tcp_mss_variable, str):
|
|
590
|
+
raise TypeError("Expected argument 'tunnel_interface_tunnel_tcp_mss_variable' to be a str")
|
|
591
|
+
pulumi.set(__self__, "tunnel_interface_tunnel_tcp_mss_variable", tunnel_interface_tunnel_tcp_mss_variable)
|
|
592
|
+
if tunnel_interface_vbond_as_stun_server and not isinstance(tunnel_interface_vbond_as_stun_server, bool):
|
|
593
|
+
raise TypeError("Expected argument 'tunnel_interface_vbond_as_stun_server' to be a bool")
|
|
594
|
+
pulumi.set(__self__, "tunnel_interface_vbond_as_stun_server", tunnel_interface_vbond_as_stun_server)
|
|
595
|
+
if tunnel_interface_vbond_as_stun_server_variable and not isinstance(tunnel_interface_vbond_as_stun_server_variable, str):
|
|
596
|
+
raise TypeError("Expected argument 'tunnel_interface_vbond_as_stun_server_variable' to be a str")
|
|
597
|
+
pulumi.set(__self__, "tunnel_interface_vbond_as_stun_server_variable", tunnel_interface_vbond_as_stun_server_variable)
|
|
598
|
+
if tunnel_interface_vmanage_connection_preference and not isinstance(tunnel_interface_vmanage_connection_preference, int):
|
|
599
|
+
raise TypeError("Expected argument 'tunnel_interface_vmanage_connection_preference' to be a int")
|
|
600
|
+
pulumi.set(__self__, "tunnel_interface_vmanage_connection_preference", tunnel_interface_vmanage_connection_preference)
|
|
601
|
+
if tunnel_interface_vmanage_connection_preference_variable and not isinstance(tunnel_interface_vmanage_connection_preference_variable, str):
|
|
602
|
+
raise TypeError("Expected argument 'tunnel_interface_vmanage_connection_preference_variable' to be a str")
|
|
603
|
+
pulumi.set(__self__, "tunnel_interface_vmanage_connection_preference_variable", tunnel_interface_vmanage_connection_preference_variable)
|
|
604
|
+
if tunnel_qos_mode and not isinstance(tunnel_qos_mode, str):
|
|
605
|
+
raise TypeError("Expected argument 'tunnel_qos_mode' to be a str")
|
|
606
|
+
pulumi.set(__self__, "tunnel_qos_mode", tunnel_qos_mode)
|
|
607
|
+
if tunnel_qos_mode_variable and not isinstance(tunnel_qos_mode_variable, str):
|
|
608
|
+
raise TypeError("Expected argument 'tunnel_qos_mode_variable' to be a str")
|
|
609
|
+
pulumi.set(__self__, "tunnel_qos_mode_variable", tunnel_qos_mode_variable)
|
|
610
|
+
if version and not isinstance(version, int):
|
|
611
|
+
raise TypeError("Expected argument 'version' to be a int")
|
|
612
|
+
pulumi.set(__self__, "version", version)
|
|
613
|
+
if xconnect and not isinstance(xconnect, str):
|
|
614
|
+
raise TypeError("Expected argument 'xconnect' to be a str")
|
|
615
|
+
pulumi.set(__self__, "xconnect", xconnect)
|
|
616
|
+
if xconnect_variable and not isinstance(xconnect_variable, str):
|
|
617
|
+
raise TypeError("Expected argument 'xconnect_variable' to be a str")
|
|
618
|
+
pulumi.set(__self__, "xconnect_variable", xconnect_variable)
|
|
619
|
+
|
|
620
|
+
@property
|
|
621
|
+
@pulumi.getter(name="aclIpv4EgressFeatureId")
|
|
622
|
+
def acl_ipv4_egress_feature_id(self) -> str:
|
|
623
|
+
return pulumi.get(self, "acl_ipv4_egress_feature_id")
|
|
624
|
+
|
|
625
|
+
@property
|
|
626
|
+
@pulumi.getter(name="aclIpv4IngressFeatureId")
|
|
627
|
+
def acl_ipv4_ingress_feature_id(self) -> str:
|
|
628
|
+
return pulumi.get(self, "acl_ipv4_ingress_feature_id")
|
|
629
|
+
|
|
630
|
+
@property
|
|
631
|
+
@pulumi.getter(name="aclIpv6EgressFeatureId")
|
|
632
|
+
def acl_ipv6_egress_feature_id(self) -> str:
|
|
633
|
+
return pulumi.get(self, "acl_ipv6_egress_feature_id")
|
|
634
|
+
|
|
635
|
+
@property
|
|
636
|
+
@pulumi.getter(name="aclIpv6IngressFeatureId")
|
|
637
|
+
def acl_ipv6_ingress_feature_id(self) -> str:
|
|
638
|
+
return pulumi.get(self, "acl_ipv6_ingress_feature_id")
|
|
639
|
+
|
|
640
|
+
@property
|
|
641
|
+
@pulumi.getter(name="arpTimeout")
|
|
642
|
+
def arp_timeout(self) -> int:
|
|
643
|
+
"""
|
|
644
|
+
Timeout value for dynamically learned ARP entries, \\n\\n seconds
|
|
645
|
+
"""
|
|
646
|
+
return pulumi.get(self, "arp_timeout")
|
|
647
|
+
|
|
648
|
+
@property
|
|
649
|
+
@pulumi.getter(name="arpTimeoutVariable")
|
|
650
|
+
def arp_timeout_variable(self) -> str:
|
|
651
|
+
"""
|
|
652
|
+
Variable name
|
|
653
|
+
"""
|
|
654
|
+
return pulumi.get(self, "arp_timeout_variable")
|
|
655
|
+
|
|
656
|
+
@property
|
|
657
|
+
@pulumi.getter
|
|
658
|
+
def arps(self) -> Sequence['outputs.GetTransportWanVpnInterfaceEthernetFeatureArpResult']:
|
|
659
|
+
"""
|
|
660
|
+
Configure ARP entries
|
|
661
|
+
"""
|
|
662
|
+
return pulumi.get(self, "arps")
|
|
663
|
+
|
|
664
|
+
@property
|
|
665
|
+
@pulumi.getter(name="autoDetectBandwidth")
|
|
666
|
+
def auto_detect_bandwidth(self) -> bool:
|
|
667
|
+
"""
|
|
668
|
+
Interface auto detect bandwidth
|
|
669
|
+
"""
|
|
670
|
+
return pulumi.get(self, "auto_detect_bandwidth")
|
|
671
|
+
|
|
672
|
+
@property
|
|
673
|
+
@pulumi.getter(name="autoDetectBandwidthVariable")
|
|
674
|
+
def auto_detect_bandwidth_variable(self) -> str:
|
|
675
|
+
"""
|
|
676
|
+
Variable name
|
|
677
|
+
"""
|
|
678
|
+
return pulumi.get(self, "auto_detect_bandwidth_variable")
|
|
679
|
+
|
|
680
|
+
@property
|
|
681
|
+
@pulumi.getter
|
|
682
|
+
def autonegotiate(self) -> bool:
|
|
683
|
+
"""
|
|
684
|
+
Link autonegotiation
|
|
685
|
+
"""
|
|
686
|
+
return pulumi.get(self, "autonegotiate")
|
|
687
|
+
|
|
688
|
+
@property
|
|
689
|
+
@pulumi.getter(name="autonegotiateVariable")
|
|
690
|
+
def autonegotiate_variable(self) -> str:
|
|
691
|
+
"""
|
|
692
|
+
Variable name
|
|
693
|
+
"""
|
|
694
|
+
return pulumi.get(self, "autonegotiate_variable")
|
|
695
|
+
|
|
696
|
+
@property
|
|
697
|
+
@pulumi.getter(name="bandwidthDownstream")
|
|
698
|
+
def bandwidth_downstream(self) -> int:
|
|
699
|
+
"""
|
|
700
|
+
Interface downstream bandwidth capacity, in kbps
|
|
701
|
+
"""
|
|
702
|
+
return pulumi.get(self, "bandwidth_downstream")
|
|
703
|
+
|
|
704
|
+
@property
|
|
705
|
+
@pulumi.getter(name="bandwidthDownstreamVariable")
|
|
706
|
+
def bandwidth_downstream_variable(self) -> str:
|
|
707
|
+
"""
|
|
708
|
+
Variable name
|
|
709
|
+
"""
|
|
710
|
+
return pulumi.get(self, "bandwidth_downstream_variable")
|
|
711
|
+
|
|
712
|
+
@property
|
|
713
|
+
@pulumi.getter(name="bandwidthUpstream")
|
|
714
|
+
def bandwidth_upstream(self) -> int:
|
|
715
|
+
"""
|
|
716
|
+
Interface upstream bandwidth capacity, in kbps
|
|
717
|
+
"""
|
|
718
|
+
return pulumi.get(self, "bandwidth_upstream")
|
|
719
|
+
|
|
720
|
+
@property
|
|
721
|
+
@pulumi.getter(name="bandwidthUpstreamVariable")
|
|
722
|
+
def bandwidth_upstream_variable(self) -> str:
|
|
723
|
+
"""
|
|
724
|
+
Variable name
|
|
725
|
+
"""
|
|
726
|
+
return pulumi.get(self, "bandwidth_upstream_variable")
|
|
727
|
+
|
|
728
|
+
@property
|
|
729
|
+
@pulumi.getter(name="blockNonSourceIp")
|
|
730
|
+
def block_non_source_ip(self) -> bool:
|
|
731
|
+
"""
|
|
732
|
+
Block packets originating from IP address that is not from this source
|
|
733
|
+
"""
|
|
734
|
+
return pulumi.get(self, "block_non_source_ip")
|
|
735
|
+
|
|
736
|
+
@property
|
|
737
|
+
@pulumi.getter(name="blockNonSourceIpVariable")
|
|
738
|
+
def block_non_source_ip_variable(self) -> str:
|
|
739
|
+
"""
|
|
740
|
+
Variable name
|
|
741
|
+
"""
|
|
742
|
+
return pulumi.get(self, "block_non_source_ip_variable")
|
|
743
|
+
|
|
744
|
+
@property
|
|
745
|
+
@pulumi.getter
|
|
746
|
+
def description(self) -> str:
|
|
747
|
+
"""
|
|
748
|
+
The description of the Feature
|
|
749
|
+
"""
|
|
750
|
+
return pulumi.get(self, "description")
|
|
751
|
+
|
|
752
|
+
@property
|
|
753
|
+
@pulumi.getter
|
|
754
|
+
def duplex(self) -> str:
|
|
755
|
+
"""
|
|
756
|
+
Duplex mode
|
|
757
|
+
"""
|
|
758
|
+
return pulumi.get(self, "duplex")
|
|
759
|
+
|
|
760
|
+
@property
|
|
761
|
+
@pulumi.getter(name="duplexVariable")
|
|
762
|
+
def duplex_variable(self) -> str:
|
|
763
|
+
"""
|
|
764
|
+
Variable name
|
|
765
|
+
"""
|
|
766
|
+
return pulumi.get(self, "duplex_variable")
|
|
767
|
+
|
|
768
|
+
@property
|
|
769
|
+
@pulumi.getter(name="enableDhcpv6")
|
|
770
|
+
def enable_dhcpv6(self) -> bool:
|
|
771
|
+
"""
|
|
772
|
+
Enable DHCPv6
|
|
773
|
+
"""
|
|
774
|
+
return pulumi.get(self, "enable_dhcpv6")
|
|
775
|
+
|
|
776
|
+
@property
|
|
777
|
+
@pulumi.getter(name="featureProfileId")
|
|
778
|
+
def feature_profile_id(self) -> str:
|
|
779
|
+
"""
|
|
780
|
+
Feature Profile ID
|
|
781
|
+
"""
|
|
782
|
+
return pulumi.get(self, "feature_profile_id")
|
|
783
|
+
|
|
784
|
+
@property
|
|
785
|
+
@pulumi.getter(name="greTunnelSourceIp")
|
|
786
|
+
def gre_tunnel_source_ip(self) -> str:
|
|
787
|
+
"""
|
|
788
|
+
GRE tunnel source IP
|
|
789
|
+
"""
|
|
790
|
+
return pulumi.get(self, "gre_tunnel_source_ip")
|
|
791
|
+
|
|
792
|
+
@property
|
|
793
|
+
@pulumi.getter(name="greTunnelSourceIpVariable")
|
|
794
|
+
def gre_tunnel_source_ip_variable(self) -> str:
|
|
795
|
+
"""
|
|
796
|
+
Variable name
|
|
797
|
+
"""
|
|
798
|
+
return pulumi.get(self, "gre_tunnel_source_ip_variable")
|
|
799
|
+
|
|
800
|
+
@property
|
|
801
|
+
@pulumi.getter(name="icmpRedirectDisable")
|
|
802
|
+
def icmp_redirect_disable(self) -> bool:
|
|
803
|
+
"""
|
|
804
|
+
ICMP/ICMPv6 Redirect Disable
|
|
805
|
+
"""
|
|
806
|
+
return pulumi.get(self, "icmp_redirect_disable")
|
|
807
|
+
|
|
808
|
+
@property
|
|
809
|
+
@pulumi.getter(name="icmpRedirectDisableVariable")
|
|
810
|
+
def icmp_redirect_disable_variable(self) -> str:
|
|
811
|
+
"""
|
|
812
|
+
Variable name
|
|
813
|
+
"""
|
|
814
|
+
return pulumi.get(self, "icmp_redirect_disable_variable")
|
|
815
|
+
|
|
816
|
+
@property
|
|
817
|
+
@pulumi.getter
|
|
818
|
+
def id(self) -> str:
|
|
819
|
+
"""
|
|
820
|
+
The id of the Feature
|
|
821
|
+
"""
|
|
822
|
+
return pulumi.get(self, "id")
|
|
823
|
+
|
|
824
|
+
@property
|
|
825
|
+
@pulumi.getter(name="interfaceDescription")
|
|
826
|
+
def interface_description(self) -> str:
|
|
827
|
+
return pulumi.get(self, "interface_description")
|
|
828
|
+
|
|
829
|
+
@property
|
|
830
|
+
@pulumi.getter(name="interfaceDescriptionVariable")
|
|
831
|
+
def interface_description_variable(self) -> str:
|
|
832
|
+
"""
|
|
833
|
+
Variable name
|
|
834
|
+
"""
|
|
835
|
+
return pulumi.get(self, "interface_description_variable")
|
|
836
|
+
|
|
837
|
+
@property
|
|
838
|
+
@pulumi.getter(name="interfaceMtu")
|
|
839
|
+
def interface_mtu(self) -> int:
|
|
840
|
+
"""
|
|
841
|
+
Interface MTU GigabitEthernet0 \\n\\n, Other GigabitEthernet \\n\\n in bytes
|
|
842
|
+
"""
|
|
843
|
+
return pulumi.get(self, "interface_mtu")
|
|
844
|
+
|
|
845
|
+
@property
|
|
846
|
+
@pulumi.getter(name="interfaceMtuVariable")
|
|
847
|
+
def interface_mtu_variable(self) -> str:
|
|
848
|
+
"""
|
|
849
|
+
Variable name
|
|
850
|
+
"""
|
|
851
|
+
return pulumi.get(self, "interface_mtu_variable")
|
|
852
|
+
|
|
853
|
+
@property
|
|
854
|
+
@pulumi.getter(name="interfaceName")
|
|
855
|
+
def interface_name(self) -> str:
|
|
856
|
+
return pulumi.get(self, "interface_name")
|
|
857
|
+
|
|
858
|
+
@property
|
|
859
|
+
@pulumi.getter(name="interfaceNameVariable")
|
|
860
|
+
def interface_name_variable(self) -> str:
|
|
861
|
+
"""
|
|
862
|
+
Variable name
|
|
863
|
+
"""
|
|
864
|
+
return pulumi.get(self, "interface_name_variable")
|
|
865
|
+
|
|
866
|
+
@property
|
|
867
|
+
@pulumi.getter(name="ipDirectedBroadcast")
|
|
868
|
+
def ip_directed_broadcast(self) -> bool:
|
|
869
|
+
"""
|
|
870
|
+
IP Directed-Broadcast
|
|
871
|
+
"""
|
|
872
|
+
return pulumi.get(self, "ip_directed_broadcast")
|
|
873
|
+
|
|
874
|
+
@property
|
|
875
|
+
@pulumi.getter(name="ipDirectedBroadcastVariable")
|
|
876
|
+
def ip_directed_broadcast_variable(self) -> str:
|
|
877
|
+
"""
|
|
878
|
+
Variable name
|
|
879
|
+
"""
|
|
880
|
+
return pulumi.get(self, "ip_directed_broadcast_variable")
|
|
881
|
+
|
|
882
|
+
@property
|
|
883
|
+
@pulumi.getter(name="ipMtu")
|
|
884
|
+
def ip_mtu(self) -> int:
|
|
885
|
+
"""
|
|
886
|
+
IP MTU for GigabitEthernet main \\n\\n, GigabitEthernet subinterface \\n\\n, Other Interfaces \\n\\n in bytes
|
|
887
|
+
"""
|
|
888
|
+
return pulumi.get(self, "ip_mtu")
|
|
889
|
+
|
|
890
|
+
@property
|
|
891
|
+
@pulumi.getter(name="ipMtuVariable")
|
|
892
|
+
def ip_mtu_variable(self) -> str:
|
|
893
|
+
"""
|
|
894
|
+
Variable name
|
|
895
|
+
"""
|
|
896
|
+
return pulumi.get(self, "ip_mtu_variable")
|
|
897
|
+
|
|
898
|
+
@property
|
|
899
|
+
@pulumi.getter(name="iperfServer")
|
|
900
|
+
def iperf_server(self) -> str:
|
|
901
|
+
"""
|
|
902
|
+
Iperf server for auto bandwidth detect
|
|
903
|
+
"""
|
|
904
|
+
return pulumi.get(self, "iperf_server")
|
|
905
|
+
|
|
906
|
+
@property
|
|
907
|
+
@pulumi.getter(name="iperfServerVariable")
|
|
908
|
+
def iperf_server_variable(self) -> str:
|
|
909
|
+
"""
|
|
910
|
+
Variable name
|
|
911
|
+
"""
|
|
912
|
+
return pulumi.get(self, "iperf_server_variable")
|
|
913
|
+
|
|
914
|
+
@property
|
|
915
|
+
@pulumi.getter(name="ipv4Address")
|
|
916
|
+
def ipv4_address(self) -> str:
|
|
917
|
+
"""
|
|
918
|
+
IP Address
|
|
919
|
+
"""
|
|
920
|
+
return pulumi.get(self, "ipv4_address")
|
|
921
|
+
|
|
922
|
+
@property
|
|
923
|
+
@pulumi.getter(name="ipv4AddressVariable")
|
|
924
|
+
def ipv4_address_variable(self) -> str:
|
|
925
|
+
"""
|
|
926
|
+
Variable name
|
|
927
|
+
"""
|
|
928
|
+
return pulumi.get(self, "ipv4_address_variable")
|
|
929
|
+
|
|
930
|
+
@property
|
|
931
|
+
@pulumi.getter(name="ipv4ConfigurationType")
|
|
932
|
+
def ipv4_configuration_type(self) -> str:
|
|
933
|
+
"""
|
|
934
|
+
IPv4 Configuration Type
|
|
935
|
+
"""
|
|
936
|
+
return pulumi.get(self, "ipv4_configuration_type")
|
|
937
|
+
|
|
938
|
+
@property
|
|
939
|
+
@pulumi.getter(name="ipv4DhcpDistance")
|
|
940
|
+
def ipv4_dhcp_distance(self) -> int:
|
|
941
|
+
"""
|
|
942
|
+
DHCP Distance
|
|
943
|
+
"""
|
|
944
|
+
return pulumi.get(self, "ipv4_dhcp_distance")
|
|
945
|
+
|
|
946
|
+
@property
|
|
947
|
+
@pulumi.getter(name="ipv4DhcpDistanceVariable")
|
|
948
|
+
def ipv4_dhcp_distance_variable(self) -> str:
|
|
949
|
+
"""
|
|
950
|
+
Variable name
|
|
951
|
+
"""
|
|
952
|
+
return pulumi.get(self, "ipv4_dhcp_distance_variable")
|
|
953
|
+
|
|
954
|
+
@property
|
|
955
|
+
@pulumi.getter(name="ipv4DhcpHelperVariable")
|
|
956
|
+
def ipv4_dhcp_helper_variable(self) -> str:
|
|
957
|
+
"""
|
|
958
|
+
Variable name
|
|
959
|
+
"""
|
|
960
|
+
return pulumi.get(self, "ipv4_dhcp_helper_variable")
|
|
961
|
+
|
|
962
|
+
@property
|
|
963
|
+
@pulumi.getter(name="ipv4DhcpHelpers")
|
|
964
|
+
def ipv4_dhcp_helpers(self) -> Sequence[str]:
|
|
965
|
+
"""
|
|
966
|
+
List of DHCP IPv4 helper addresses (min 1, max 8)
|
|
967
|
+
"""
|
|
968
|
+
return pulumi.get(self, "ipv4_dhcp_helpers")
|
|
969
|
+
|
|
970
|
+
@property
|
|
971
|
+
@pulumi.getter(name="ipv4SecondaryAddresses")
|
|
972
|
+
def ipv4_secondary_addresses(self) -> Sequence['outputs.GetTransportWanVpnInterfaceEthernetFeatureIpv4SecondaryAddressResult']:
|
|
973
|
+
"""
|
|
974
|
+
Secondary IpV4 Addresses
|
|
975
|
+
"""
|
|
976
|
+
return pulumi.get(self, "ipv4_secondary_addresses")
|
|
977
|
+
|
|
978
|
+
@property
|
|
979
|
+
@pulumi.getter(name="ipv4SubnetMask")
|
|
980
|
+
def ipv4_subnet_mask(self) -> str:
|
|
981
|
+
"""
|
|
982
|
+
Subnet Mask
|
|
983
|
+
"""
|
|
984
|
+
return pulumi.get(self, "ipv4_subnet_mask")
|
|
985
|
+
|
|
986
|
+
@property
|
|
987
|
+
@pulumi.getter(name="ipv4SubnetMaskVariable")
|
|
988
|
+
def ipv4_subnet_mask_variable(self) -> str:
|
|
989
|
+
"""
|
|
990
|
+
Variable name
|
|
991
|
+
"""
|
|
992
|
+
return pulumi.get(self, "ipv4_subnet_mask_variable")
|
|
993
|
+
|
|
994
|
+
@property
|
|
995
|
+
@pulumi.getter(name="ipv6Address")
|
|
996
|
+
def ipv6_address(self) -> str:
|
|
997
|
+
"""
|
|
998
|
+
IPv6 Address Secondary
|
|
999
|
+
"""
|
|
1000
|
+
return pulumi.get(self, "ipv6_address")
|
|
1001
|
+
|
|
1002
|
+
@property
|
|
1003
|
+
@pulumi.getter(name="ipv6AddressVariable")
|
|
1004
|
+
def ipv6_address_variable(self) -> str:
|
|
1005
|
+
"""
|
|
1006
|
+
Variable name
|
|
1007
|
+
"""
|
|
1008
|
+
return pulumi.get(self, "ipv6_address_variable")
|
|
1009
|
+
|
|
1010
|
+
@property
|
|
1011
|
+
@pulumi.getter(name="ipv6ConfigurationType")
|
|
1012
|
+
def ipv6_configuration_type(self) -> str:
|
|
1013
|
+
"""
|
|
1014
|
+
IPv6 Configuration Type
|
|
1015
|
+
"""
|
|
1016
|
+
return pulumi.get(self, "ipv6_configuration_type")
|
|
1017
|
+
|
|
1018
|
+
@property
|
|
1019
|
+
@pulumi.getter(name="ipv6DhcpSecondaryAddresses")
|
|
1020
|
+
def ipv6_dhcp_secondary_addresses(self) -> Sequence['outputs.GetTransportWanVpnInterfaceEthernetFeatureIpv6DhcpSecondaryAddressResult']:
|
|
1021
|
+
"""
|
|
1022
|
+
secondary IPv6 addresses
|
|
1023
|
+
"""
|
|
1024
|
+
return pulumi.get(self, "ipv6_dhcp_secondary_addresses")
|
|
1025
|
+
|
|
1026
|
+
@property
|
|
1027
|
+
@pulumi.getter(name="ipv6SecondaryAddresses")
|
|
1028
|
+
def ipv6_secondary_addresses(self) -> Sequence['outputs.GetTransportWanVpnInterfaceEthernetFeatureIpv6SecondaryAddressResult']:
|
|
1029
|
+
"""
|
|
1030
|
+
Static secondary IPv6 addresses
|
|
1031
|
+
"""
|
|
1032
|
+
return pulumi.get(self, "ipv6_secondary_addresses")
|
|
1033
|
+
|
|
1034
|
+
@property
|
|
1035
|
+
@pulumi.getter(name="loadInterval")
|
|
1036
|
+
def load_interval(self) -> int:
|
|
1037
|
+
"""
|
|
1038
|
+
Interval for interface load calculation
|
|
1039
|
+
"""
|
|
1040
|
+
return pulumi.get(self, "load_interval")
|
|
1041
|
+
|
|
1042
|
+
@property
|
|
1043
|
+
@pulumi.getter(name="loadIntervalVariable")
|
|
1044
|
+
def load_interval_variable(self) -> str:
|
|
1045
|
+
"""
|
|
1046
|
+
Variable name
|
|
1047
|
+
"""
|
|
1048
|
+
return pulumi.get(self, "load_interval_variable")
|
|
1049
|
+
|
|
1050
|
+
@property
|
|
1051
|
+
@pulumi.getter(name="macAddress")
|
|
1052
|
+
def mac_address(self) -> str:
|
|
1053
|
+
"""
|
|
1054
|
+
MAC Address
|
|
1055
|
+
"""
|
|
1056
|
+
return pulumi.get(self, "mac_address")
|
|
1057
|
+
|
|
1058
|
+
@property
|
|
1059
|
+
@pulumi.getter(name="macAddressVariable")
|
|
1060
|
+
def mac_address_variable(self) -> str:
|
|
1061
|
+
"""
|
|
1062
|
+
Variable name
|
|
1063
|
+
"""
|
|
1064
|
+
return pulumi.get(self, "mac_address_variable")
|
|
1065
|
+
|
|
1066
|
+
@property
|
|
1067
|
+
@pulumi.getter(name="mediaType")
|
|
1068
|
+
def media_type(self) -> str:
|
|
1069
|
+
"""
|
|
1070
|
+
Media type
|
|
1071
|
+
"""
|
|
1072
|
+
return pulumi.get(self, "media_type")
|
|
1073
|
+
|
|
1074
|
+
@property
|
|
1075
|
+
@pulumi.getter(name="mediaTypeVariable")
|
|
1076
|
+
def media_type_variable(self) -> str:
|
|
1077
|
+
"""
|
|
1078
|
+
Variable name
|
|
1079
|
+
"""
|
|
1080
|
+
return pulumi.get(self, "media_type_variable")
|
|
1081
|
+
|
|
1082
|
+
@property
|
|
1083
|
+
@pulumi.getter
|
|
1084
|
+
def name(self) -> str:
|
|
1085
|
+
"""
|
|
1086
|
+
The name of the Feature
|
|
1087
|
+
"""
|
|
1088
|
+
return pulumi.get(self, "name")
|
|
1089
|
+
|
|
1090
|
+
@property
|
|
1091
|
+
@pulumi.getter
|
|
1092
|
+
def nat64(self) -> bool:
|
|
1093
|
+
"""
|
|
1094
|
+
NAT64 on this interface
|
|
1095
|
+
"""
|
|
1096
|
+
return pulumi.get(self, "nat64")
|
|
1097
|
+
|
|
1098
|
+
@property
|
|
1099
|
+
@pulumi.getter
|
|
1100
|
+
def nat66(self) -> bool:
|
|
1101
|
+
"""
|
|
1102
|
+
NAT66 on this interface
|
|
1103
|
+
"""
|
|
1104
|
+
return pulumi.get(self, "nat66")
|
|
1105
|
+
|
|
1106
|
+
@property
|
|
1107
|
+
@pulumi.getter(name="natIpv4")
|
|
1108
|
+
def nat_ipv4(self) -> bool:
|
|
1109
|
+
"""
|
|
1110
|
+
enable Network Address Translation on this interface
|
|
1111
|
+
"""
|
|
1112
|
+
return pulumi.get(self, "nat_ipv4")
|
|
1113
|
+
|
|
1114
|
+
@property
|
|
1115
|
+
@pulumi.getter(name="natIpv4Variable")
|
|
1116
|
+
def nat_ipv4_variable(self) -> str:
|
|
1117
|
+
"""
|
|
1118
|
+
Variable name
|
|
1119
|
+
"""
|
|
1120
|
+
return pulumi.get(self, "nat_ipv4_variable")
|
|
1121
|
+
|
|
1122
|
+
@property
|
|
1123
|
+
@pulumi.getter(name="natIpv6")
|
|
1124
|
+
def nat_ipv6(self) -> bool:
|
|
1125
|
+
"""
|
|
1126
|
+
enable Network Address Translation ipv6 on this interface
|
|
1127
|
+
"""
|
|
1128
|
+
return pulumi.get(self, "nat_ipv6")
|
|
1129
|
+
|
|
1130
|
+
@property
|
|
1131
|
+
@pulumi.getter(name="natIpv6Variable")
|
|
1132
|
+
def nat_ipv6_variable(self) -> str:
|
|
1133
|
+
"""
|
|
1134
|
+
Variable name
|
|
1135
|
+
"""
|
|
1136
|
+
return pulumi.get(self, "nat_ipv6_variable")
|
|
1137
|
+
|
|
1138
|
+
@property
|
|
1139
|
+
@pulumi.getter(name="natLoopback")
|
|
1140
|
+
def nat_loopback(self) -> str:
|
|
1141
|
+
"""
|
|
1142
|
+
NAT Inside Source Loopback Interface
|
|
1143
|
+
"""
|
|
1144
|
+
return pulumi.get(self, "nat_loopback")
|
|
1145
|
+
|
|
1146
|
+
@property
|
|
1147
|
+
@pulumi.getter(name="natLoopbackVariable")
|
|
1148
|
+
def nat_loopback_variable(self) -> str:
|
|
1149
|
+
"""
|
|
1150
|
+
Variable name
|
|
1151
|
+
"""
|
|
1152
|
+
return pulumi.get(self, "nat_loopback_variable")
|
|
1153
|
+
|
|
1154
|
+
@property
|
|
1155
|
+
@pulumi.getter(name="natOverload")
|
|
1156
|
+
def nat_overload(self) -> bool:
|
|
1157
|
+
"""
|
|
1158
|
+
NAT Overload
|
|
1159
|
+
"""
|
|
1160
|
+
return pulumi.get(self, "nat_overload")
|
|
1161
|
+
|
|
1162
|
+
@property
|
|
1163
|
+
@pulumi.getter(name="natOverloadVariable")
|
|
1164
|
+
def nat_overload_variable(self) -> str:
|
|
1165
|
+
"""
|
|
1166
|
+
Variable name
|
|
1167
|
+
"""
|
|
1168
|
+
return pulumi.get(self, "nat_overload_variable")
|
|
1169
|
+
|
|
1170
|
+
@property
|
|
1171
|
+
@pulumi.getter(name="natPrefixLength")
|
|
1172
|
+
def nat_prefix_length(self) -> int:
|
|
1173
|
+
"""
|
|
1174
|
+
NAT Pool Prefix Length
|
|
1175
|
+
"""
|
|
1176
|
+
return pulumi.get(self, "nat_prefix_length")
|
|
1177
|
+
|
|
1178
|
+
@property
|
|
1179
|
+
@pulumi.getter(name="natPrefixLengthVariable")
|
|
1180
|
+
def nat_prefix_length_variable(self) -> str:
|
|
1181
|
+
"""
|
|
1182
|
+
Variable name
|
|
1183
|
+
"""
|
|
1184
|
+
return pulumi.get(self, "nat_prefix_length_variable")
|
|
1185
|
+
|
|
1186
|
+
@property
|
|
1187
|
+
@pulumi.getter(name="natRangeEnd")
|
|
1188
|
+
def nat_range_end(self) -> str:
|
|
1189
|
+
"""
|
|
1190
|
+
NAT Pool Range End
|
|
1191
|
+
"""
|
|
1192
|
+
return pulumi.get(self, "nat_range_end")
|
|
1193
|
+
|
|
1194
|
+
@property
|
|
1195
|
+
@pulumi.getter(name="natRangeEndVariable")
|
|
1196
|
+
def nat_range_end_variable(self) -> str:
|
|
1197
|
+
"""
|
|
1198
|
+
Variable name
|
|
1199
|
+
"""
|
|
1200
|
+
return pulumi.get(self, "nat_range_end_variable")
|
|
1201
|
+
|
|
1202
|
+
@property
|
|
1203
|
+
@pulumi.getter(name="natRangeStart")
|
|
1204
|
+
def nat_range_start(self) -> str:
|
|
1205
|
+
"""
|
|
1206
|
+
NAT Pool Range Start
|
|
1207
|
+
"""
|
|
1208
|
+
return pulumi.get(self, "nat_range_start")
|
|
1209
|
+
|
|
1210
|
+
@property
|
|
1211
|
+
@pulumi.getter(name="natRangeStartVariable")
|
|
1212
|
+
def nat_range_start_variable(self) -> str:
|
|
1213
|
+
"""
|
|
1214
|
+
Variable name
|
|
1215
|
+
"""
|
|
1216
|
+
return pulumi.get(self, "nat_range_start_variable")
|
|
1217
|
+
|
|
1218
|
+
@property
|
|
1219
|
+
@pulumi.getter(name="natTcpTimeout")
|
|
1220
|
+
def nat_tcp_timeout(self) -> int:
|
|
1221
|
+
"""
|
|
1222
|
+
Set NAT TCP session timeout, in minutes
|
|
1223
|
+
"""
|
|
1224
|
+
return pulumi.get(self, "nat_tcp_timeout")
|
|
1225
|
+
|
|
1226
|
+
@property
|
|
1227
|
+
@pulumi.getter(name="natTcpTimeoutVariable")
|
|
1228
|
+
def nat_tcp_timeout_variable(self) -> str:
|
|
1229
|
+
"""
|
|
1230
|
+
Variable name
|
|
1231
|
+
"""
|
|
1232
|
+
return pulumi.get(self, "nat_tcp_timeout_variable")
|
|
1233
|
+
|
|
1234
|
+
@property
|
|
1235
|
+
@pulumi.getter(name="natType")
|
|
1236
|
+
def nat_type(self) -> str:
|
|
1237
|
+
"""
|
|
1238
|
+
NAT Type
|
|
1239
|
+
"""
|
|
1240
|
+
return pulumi.get(self, "nat_type")
|
|
1241
|
+
|
|
1242
|
+
@property
|
|
1243
|
+
@pulumi.getter(name="natTypeVariable")
|
|
1244
|
+
def nat_type_variable(self) -> str:
|
|
1245
|
+
"""
|
|
1246
|
+
Variable name
|
|
1247
|
+
"""
|
|
1248
|
+
return pulumi.get(self, "nat_type_variable")
|
|
1249
|
+
|
|
1250
|
+
@property
|
|
1251
|
+
@pulumi.getter(name="natUdpTimeout")
|
|
1252
|
+
def nat_udp_timeout(self) -> int:
|
|
1253
|
+
"""
|
|
1254
|
+
Set NAT UDP session timeout, in minutes
|
|
1255
|
+
"""
|
|
1256
|
+
return pulumi.get(self, "nat_udp_timeout")
|
|
1257
|
+
|
|
1258
|
+
@property
|
|
1259
|
+
@pulumi.getter(name="natUdpTimeoutVariable")
|
|
1260
|
+
def nat_udp_timeout_variable(self) -> str:
|
|
1261
|
+
"""
|
|
1262
|
+
Variable name
|
|
1263
|
+
"""
|
|
1264
|
+
return pulumi.get(self, "nat_udp_timeout_variable")
|
|
1265
|
+
|
|
1266
|
+
@property
|
|
1267
|
+
@pulumi.getter(name="newStaticNats")
|
|
1268
|
+
def new_static_nats(self) -> Sequence['outputs.GetTransportWanVpnInterfaceEthernetFeatureNewStaticNatResult']:
|
|
1269
|
+
"""
|
|
1270
|
+
static NAT
|
|
1271
|
+
"""
|
|
1272
|
+
return pulumi.get(self, "new_static_nats")
|
|
1273
|
+
|
|
1274
|
+
@property
|
|
1275
|
+
@pulumi.getter(name="perTunnelQos")
|
|
1276
|
+
def per_tunnel_qos(self) -> bool:
|
|
1277
|
+
"""
|
|
1278
|
+
Per-tunnel Qos
|
|
1279
|
+
"""
|
|
1280
|
+
return pulumi.get(self, "per_tunnel_qos")
|
|
1281
|
+
|
|
1282
|
+
@property
|
|
1283
|
+
@pulumi.getter(name="perTunnelQosVariable")
|
|
1284
|
+
def per_tunnel_qos_variable(self) -> str:
|
|
1285
|
+
"""
|
|
1286
|
+
Variable name
|
|
1287
|
+
"""
|
|
1288
|
+
return pulumi.get(self, "per_tunnel_qos_variable")
|
|
1289
|
+
|
|
1290
|
+
@property
|
|
1291
|
+
@pulumi.getter(name="qosAdaptive")
|
|
1292
|
+
def qos_adaptive(self) -> bool:
|
|
1293
|
+
"""
|
|
1294
|
+
Adaptive QoS
|
|
1295
|
+
"""
|
|
1296
|
+
return pulumi.get(self, "qos_adaptive")
|
|
1297
|
+
|
|
1298
|
+
@property
|
|
1299
|
+
@pulumi.getter(name="qosAdaptiveBandwidthDownstream")
|
|
1300
|
+
def qos_adaptive_bandwidth_downstream(self) -> bool:
|
|
1301
|
+
"""
|
|
1302
|
+
Shaping Rate Downstream
|
|
1303
|
+
"""
|
|
1304
|
+
return pulumi.get(self, "qos_adaptive_bandwidth_downstream")
|
|
1305
|
+
|
|
1306
|
+
@property
|
|
1307
|
+
@pulumi.getter(name="qosAdaptiveBandwidthUpstream")
|
|
1308
|
+
def qos_adaptive_bandwidth_upstream(self) -> bool:
|
|
1309
|
+
"""
|
|
1310
|
+
Shaping Rate Upstream
|
|
1311
|
+
"""
|
|
1312
|
+
return pulumi.get(self, "qos_adaptive_bandwidth_upstream")
|
|
1313
|
+
|
|
1314
|
+
@property
|
|
1315
|
+
@pulumi.getter(name="qosAdaptiveDefaultDownstream")
|
|
1316
|
+
def qos_adaptive_default_downstream(self) -> int:
|
|
1317
|
+
"""
|
|
1318
|
+
Adaptive QoS default downstream bandwidth (kbps)
|
|
1319
|
+
"""
|
|
1320
|
+
return pulumi.get(self, "qos_adaptive_default_downstream")
|
|
1321
|
+
|
|
1322
|
+
@property
|
|
1323
|
+
@pulumi.getter(name="qosAdaptiveDefaultDownstreamVariable")
|
|
1324
|
+
def qos_adaptive_default_downstream_variable(self) -> str:
|
|
1325
|
+
"""
|
|
1326
|
+
Variable name
|
|
1327
|
+
"""
|
|
1328
|
+
return pulumi.get(self, "qos_adaptive_default_downstream_variable")
|
|
1329
|
+
|
|
1330
|
+
@property
|
|
1331
|
+
@pulumi.getter(name="qosAdaptiveDefaultUpstream")
|
|
1332
|
+
def qos_adaptive_default_upstream(self) -> int:
|
|
1333
|
+
"""
|
|
1334
|
+
Adaptive QoS default upstream bandwidth (kbps)
|
|
1335
|
+
"""
|
|
1336
|
+
return pulumi.get(self, "qos_adaptive_default_upstream")
|
|
1337
|
+
|
|
1338
|
+
@property
|
|
1339
|
+
@pulumi.getter(name="qosAdaptiveDefaultUpstreamVariable")
|
|
1340
|
+
def qos_adaptive_default_upstream_variable(self) -> str:
|
|
1341
|
+
"""
|
|
1342
|
+
Variable name
|
|
1343
|
+
"""
|
|
1344
|
+
return pulumi.get(self, "qos_adaptive_default_upstream_variable")
|
|
1345
|
+
|
|
1346
|
+
@property
|
|
1347
|
+
@pulumi.getter(name="qosAdaptiveMaxDownstream")
|
|
1348
|
+
def qos_adaptive_max_downstream(self) -> int:
|
|
1349
|
+
"""
|
|
1350
|
+
Downstream max bandwidth limit (kbps)
|
|
1351
|
+
"""
|
|
1352
|
+
return pulumi.get(self, "qos_adaptive_max_downstream")
|
|
1353
|
+
|
|
1354
|
+
@property
|
|
1355
|
+
@pulumi.getter(name="qosAdaptiveMaxDownstreamVariable")
|
|
1356
|
+
def qos_adaptive_max_downstream_variable(self) -> str:
|
|
1357
|
+
"""
|
|
1358
|
+
Variable name
|
|
1359
|
+
"""
|
|
1360
|
+
return pulumi.get(self, "qos_adaptive_max_downstream_variable")
|
|
1361
|
+
|
|
1362
|
+
@property
|
|
1363
|
+
@pulumi.getter(name="qosAdaptiveMaxUpstream")
|
|
1364
|
+
def qos_adaptive_max_upstream(self) -> int:
|
|
1365
|
+
"""
|
|
1366
|
+
Upstream max bandwidth limit (kbps)
|
|
1367
|
+
"""
|
|
1368
|
+
return pulumi.get(self, "qos_adaptive_max_upstream")
|
|
1369
|
+
|
|
1370
|
+
@property
|
|
1371
|
+
@pulumi.getter(name="qosAdaptiveMaxUpstreamVariable")
|
|
1372
|
+
def qos_adaptive_max_upstream_variable(self) -> str:
|
|
1373
|
+
"""
|
|
1374
|
+
Variable name
|
|
1375
|
+
"""
|
|
1376
|
+
return pulumi.get(self, "qos_adaptive_max_upstream_variable")
|
|
1377
|
+
|
|
1378
|
+
@property
|
|
1379
|
+
@pulumi.getter(name="qosAdaptiveMinDownstream")
|
|
1380
|
+
def qos_adaptive_min_downstream(self) -> int:
|
|
1381
|
+
"""
|
|
1382
|
+
Downstream min bandwidth limit (kbps)
|
|
1383
|
+
"""
|
|
1384
|
+
return pulumi.get(self, "qos_adaptive_min_downstream")
|
|
1385
|
+
|
|
1386
|
+
@property
|
|
1387
|
+
@pulumi.getter(name="qosAdaptiveMinDownstreamVariable")
|
|
1388
|
+
def qos_adaptive_min_downstream_variable(self) -> str:
|
|
1389
|
+
"""
|
|
1390
|
+
Variable name
|
|
1391
|
+
"""
|
|
1392
|
+
return pulumi.get(self, "qos_adaptive_min_downstream_variable")
|
|
1393
|
+
|
|
1394
|
+
@property
|
|
1395
|
+
@pulumi.getter(name="qosAdaptiveMinUpstream")
|
|
1396
|
+
def qos_adaptive_min_upstream(self) -> int:
|
|
1397
|
+
"""
|
|
1398
|
+
Upstream min bandwidth limit (kbps)
|
|
1399
|
+
"""
|
|
1400
|
+
return pulumi.get(self, "qos_adaptive_min_upstream")
|
|
1401
|
+
|
|
1402
|
+
@property
|
|
1403
|
+
@pulumi.getter(name="qosAdaptiveMinUpstreamVariable")
|
|
1404
|
+
def qos_adaptive_min_upstream_variable(self) -> str:
|
|
1405
|
+
"""
|
|
1406
|
+
Variable name
|
|
1407
|
+
"""
|
|
1408
|
+
return pulumi.get(self, "qos_adaptive_min_upstream_variable")
|
|
1409
|
+
|
|
1410
|
+
@property
|
|
1411
|
+
@pulumi.getter(name="qosAdaptivePeriod")
|
|
1412
|
+
def qos_adaptive_period(self) -> int:
|
|
1413
|
+
"""
|
|
1414
|
+
Adapt Period(Minutes)
|
|
1415
|
+
"""
|
|
1416
|
+
return pulumi.get(self, "qos_adaptive_period")
|
|
1417
|
+
|
|
1418
|
+
@property
|
|
1419
|
+
@pulumi.getter(name="qosAdaptivePeriodVariable")
|
|
1420
|
+
def qos_adaptive_period_variable(self) -> str:
|
|
1421
|
+
"""
|
|
1422
|
+
Variable name
|
|
1423
|
+
"""
|
|
1424
|
+
return pulumi.get(self, "qos_adaptive_period_variable")
|
|
1425
|
+
|
|
1426
|
+
@property
|
|
1427
|
+
@pulumi.getter(name="qosShapingRate")
|
|
1428
|
+
def qos_shaping_rate(self) -> int:
|
|
1429
|
+
"""
|
|
1430
|
+
Shaping Rate (Kbps)
|
|
1431
|
+
"""
|
|
1432
|
+
return pulumi.get(self, "qos_shaping_rate")
|
|
1433
|
+
|
|
1434
|
+
@property
|
|
1435
|
+
@pulumi.getter(name="qosShapingRateVariable")
|
|
1436
|
+
def qos_shaping_rate_variable(self) -> str:
|
|
1437
|
+
"""
|
|
1438
|
+
Variable name
|
|
1439
|
+
"""
|
|
1440
|
+
return pulumi.get(self, "qos_shaping_rate_variable")
|
|
1441
|
+
|
|
1442
|
+
@property
|
|
1443
|
+
@pulumi.getter(name="serviceProvider")
|
|
1444
|
+
def service_provider(self) -> str:
|
|
1445
|
+
"""
|
|
1446
|
+
Service Provider Name
|
|
1447
|
+
"""
|
|
1448
|
+
return pulumi.get(self, "service_provider")
|
|
1449
|
+
|
|
1450
|
+
@property
|
|
1451
|
+
@pulumi.getter(name="serviceProviderVariable")
|
|
1452
|
+
def service_provider_variable(self) -> str:
|
|
1453
|
+
"""
|
|
1454
|
+
Variable name
|
|
1455
|
+
"""
|
|
1456
|
+
return pulumi.get(self, "service_provider_variable")
|
|
1457
|
+
|
|
1458
|
+
@property
|
|
1459
|
+
@pulumi.getter
|
|
1460
|
+
def shutdown(self) -> bool:
|
|
1461
|
+
return pulumi.get(self, "shutdown")
|
|
1462
|
+
|
|
1463
|
+
@property
|
|
1464
|
+
@pulumi.getter(name="shutdownVariable")
|
|
1465
|
+
def shutdown_variable(self) -> str:
|
|
1466
|
+
"""
|
|
1467
|
+
Variable name
|
|
1468
|
+
"""
|
|
1469
|
+
return pulumi.get(self, "shutdown_variable")
|
|
1470
|
+
|
|
1471
|
+
@property
|
|
1472
|
+
@pulumi.getter
|
|
1473
|
+
def speed(self) -> str:
|
|
1474
|
+
"""
|
|
1475
|
+
Set interface speed
|
|
1476
|
+
"""
|
|
1477
|
+
return pulumi.get(self, "speed")
|
|
1478
|
+
|
|
1479
|
+
@property
|
|
1480
|
+
@pulumi.getter(name="speedVariable")
|
|
1481
|
+
def speed_variable(self) -> str:
|
|
1482
|
+
"""
|
|
1483
|
+
Variable name
|
|
1484
|
+
"""
|
|
1485
|
+
return pulumi.get(self, "speed_variable")
|
|
1486
|
+
|
|
1487
|
+
@property
|
|
1488
|
+
@pulumi.getter(name="staticNat66s")
|
|
1489
|
+
def static_nat66s(self) -> Sequence['outputs.GetTransportWanVpnInterfaceEthernetFeatureStaticNat66Result']:
|
|
1490
|
+
"""
|
|
1491
|
+
static NAT66
|
|
1492
|
+
"""
|
|
1493
|
+
return pulumi.get(self, "static_nat66s")
|
|
1494
|
+
|
|
1495
|
+
@property
|
|
1496
|
+
@pulumi.getter(name="tcpMss")
|
|
1497
|
+
def tcp_mss(self) -> int:
|
|
1498
|
+
"""
|
|
1499
|
+
TCP MSS on SYN packets, in bytes
|
|
1500
|
+
"""
|
|
1501
|
+
return pulumi.get(self, "tcp_mss")
|
|
1502
|
+
|
|
1503
|
+
@property
|
|
1504
|
+
@pulumi.getter(name="tcpMssVariable")
|
|
1505
|
+
def tcp_mss_variable(self) -> str:
|
|
1506
|
+
"""
|
|
1507
|
+
Variable name
|
|
1508
|
+
"""
|
|
1509
|
+
return pulumi.get(self, "tcp_mss_variable")
|
|
1510
|
+
|
|
1511
|
+
@property
|
|
1512
|
+
@pulumi.getter(name="tlocExtension")
|
|
1513
|
+
def tloc_extension(self) -> str:
|
|
1514
|
+
"""
|
|
1515
|
+
Extends a local TLOC to a remote node only for vpn 0
|
|
1516
|
+
"""
|
|
1517
|
+
return pulumi.get(self, "tloc_extension")
|
|
1518
|
+
|
|
1519
|
+
@property
|
|
1520
|
+
@pulumi.getter(name="tlocExtensionVariable")
|
|
1521
|
+
def tloc_extension_variable(self) -> str:
|
|
1522
|
+
"""
|
|
1523
|
+
Variable name
|
|
1524
|
+
"""
|
|
1525
|
+
return pulumi.get(self, "tloc_extension_variable")
|
|
1526
|
+
|
|
1527
|
+
@property
|
|
1528
|
+
@pulumi.getter
|
|
1529
|
+
def tracker(self) -> str:
|
|
1530
|
+
"""
|
|
1531
|
+
Enable tracker for this interface
|
|
1532
|
+
"""
|
|
1533
|
+
return pulumi.get(self, "tracker")
|
|
1534
|
+
|
|
1535
|
+
@property
|
|
1536
|
+
@pulumi.getter(name="trackerVariable")
|
|
1537
|
+
def tracker_variable(self) -> str:
|
|
1538
|
+
"""
|
|
1539
|
+
Variable name
|
|
1540
|
+
"""
|
|
1541
|
+
return pulumi.get(self, "tracker_variable")
|
|
1542
|
+
|
|
1543
|
+
@property
|
|
1544
|
+
@pulumi.getter(name="transportWanVpnFeatureId")
|
|
1545
|
+
def transport_wan_vpn_feature_id(self) -> str:
|
|
1546
|
+
"""
|
|
1547
|
+
Transport WAN VPN Feature ID
|
|
1548
|
+
"""
|
|
1549
|
+
return pulumi.get(self, "transport_wan_vpn_feature_id")
|
|
1550
|
+
|
|
1551
|
+
@property
|
|
1552
|
+
@pulumi.getter(name="tunnelBandwidthPercent")
|
|
1553
|
+
def tunnel_bandwidth_percent(self) -> int:
|
|
1554
|
+
"""
|
|
1555
|
+
Tunnels Bandwidth Percent
|
|
1556
|
+
"""
|
|
1557
|
+
return pulumi.get(self, "tunnel_bandwidth_percent")
|
|
1558
|
+
|
|
1559
|
+
@property
|
|
1560
|
+
@pulumi.getter(name="tunnelBandwidthPercentVariable")
|
|
1561
|
+
def tunnel_bandwidth_percent_variable(self) -> str:
|
|
1562
|
+
"""
|
|
1563
|
+
Variable name
|
|
1564
|
+
"""
|
|
1565
|
+
return pulumi.get(self, "tunnel_bandwidth_percent_variable")
|
|
1566
|
+
|
|
1567
|
+
@property
|
|
1568
|
+
@pulumi.getter(name="tunnelInterface")
|
|
1569
|
+
def tunnel_interface(self) -> bool:
|
|
1570
|
+
"""
|
|
1571
|
+
Tunnel Interface on/off
|
|
1572
|
+
"""
|
|
1573
|
+
return pulumi.get(self, "tunnel_interface")
|
|
1574
|
+
|
|
1575
|
+
@property
|
|
1576
|
+
@pulumi.getter(name="tunnelInterfaceAllowAll")
|
|
1577
|
+
def tunnel_interface_allow_all(self) -> bool:
|
|
1578
|
+
"""
|
|
1579
|
+
Allow all traffic. Overrides all other allow-service options if allow-service all is set
|
|
1580
|
+
"""
|
|
1581
|
+
return pulumi.get(self, "tunnel_interface_allow_all")
|
|
1582
|
+
|
|
1583
|
+
@property
|
|
1584
|
+
@pulumi.getter(name="tunnelInterfaceAllowAllVariable")
|
|
1585
|
+
def tunnel_interface_allow_all_variable(self) -> str:
|
|
1586
|
+
"""
|
|
1587
|
+
Variable name
|
|
1588
|
+
"""
|
|
1589
|
+
return pulumi.get(self, "tunnel_interface_allow_all_variable")
|
|
1590
|
+
|
|
1591
|
+
@property
|
|
1592
|
+
@pulumi.getter(name="tunnelInterfaceAllowBfd")
|
|
1593
|
+
def tunnel_interface_allow_bfd(self) -> bool:
|
|
1594
|
+
"""
|
|
1595
|
+
Allow/Deny BFD
|
|
1596
|
+
"""
|
|
1597
|
+
return pulumi.get(self, "tunnel_interface_allow_bfd")
|
|
1598
|
+
|
|
1599
|
+
@property
|
|
1600
|
+
@pulumi.getter(name="tunnelInterfaceAllowBfdVariable")
|
|
1601
|
+
def tunnel_interface_allow_bfd_variable(self) -> str:
|
|
1602
|
+
"""
|
|
1603
|
+
Variable name
|
|
1604
|
+
"""
|
|
1605
|
+
return pulumi.get(self, "tunnel_interface_allow_bfd_variable")
|
|
1606
|
+
|
|
1607
|
+
@property
|
|
1608
|
+
@pulumi.getter(name="tunnelInterfaceAllowBgp")
|
|
1609
|
+
def tunnel_interface_allow_bgp(self) -> bool:
|
|
1610
|
+
"""
|
|
1611
|
+
Allow/deny BGP
|
|
1612
|
+
"""
|
|
1613
|
+
return pulumi.get(self, "tunnel_interface_allow_bgp")
|
|
1614
|
+
|
|
1615
|
+
@property
|
|
1616
|
+
@pulumi.getter(name="tunnelInterfaceAllowBgpVariable")
|
|
1617
|
+
def tunnel_interface_allow_bgp_variable(self) -> str:
|
|
1618
|
+
"""
|
|
1619
|
+
Variable name
|
|
1620
|
+
"""
|
|
1621
|
+
return pulumi.get(self, "tunnel_interface_allow_bgp_variable")
|
|
1622
|
+
|
|
1623
|
+
@property
|
|
1624
|
+
@pulumi.getter(name="tunnelInterfaceAllowDhcp")
|
|
1625
|
+
def tunnel_interface_allow_dhcp(self) -> bool:
|
|
1626
|
+
"""
|
|
1627
|
+
Allow/Deny DHCP
|
|
1628
|
+
"""
|
|
1629
|
+
return pulumi.get(self, "tunnel_interface_allow_dhcp")
|
|
1630
|
+
|
|
1631
|
+
@property
|
|
1632
|
+
@pulumi.getter(name="tunnelInterfaceAllowDhcpVariable")
|
|
1633
|
+
def tunnel_interface_allow_dhcp_variable(self) -> str:
|
|
1634
|
+
"""
|
|
1635
|
+
Variable name
|
|
1636
|
+
"""
|
|
1637
|
+
return pulumi.get(self, "tunnel_interface_allow_dhcp_variable")
|
|
1638
|
+
|
|
1639
|
+
@property
|
|
1640
|
+
@pulumi.getter(name="tunnelInterfaceAllowDns")
|
|
1641
|
+
def tunnel_interface_allow_dns(self) -> bool:
|
|
1642
|
+
"""
|
|
1643
|
+
Allow/Deny DNS
|
|
1644
|
+
"""
|
|
1645
|
+
return pulumi.get(self, "tunnel_interface_allow_dns")
|
|
1646
|
+
|
|
1647
|
+
@property
|
|
1648
|
+
@pulumi.getter(name="tunnelInterfaceAllowDnsVariable")
|
|
1649
|
+
def tunnel_interface_allow_dns_variable(self) -> str:
|
|
1650
|
+
"""
|
|
1651
|
+
Variable name
|
|
1652
|
+
"""
|
|
1653
|
+
return pulumi.get(self, "tunnel_interface_allow_dns_variable")
|
|
1654
|
+
|
|
1655
|
+
@property
|
|
1656
|
+
@pulumi.getter(name="tunnelInterfaceAllowHttps")
|
|
1657
|
+
def tunnel_interface_allow_https(self) -> bool:
|
|
1658
|
+
"""
|
|
1659
|
+
Allow/Deny HTTPS
|
|
1660
|
+
"""
|
|
1661
|
+
return pulumi.get(self, "tunnel_interface_allow_https")
|
|
1662
|
+
|
|
1663
|
+
@property
|
|
1664
|
+
@pulumi.getter(name="tunnelInterfaceAllowHttpsVariable")
|
|
1665
|
+
def tunnel_interface_allow_https_variable(self) -> str:
|
|
1666
|
+
"""
|
|
1667
|
+
Variable name
|
|
1668
|
+
"""
|
|
1669
|
+
return pulumi.get(self, "tunnel_interface_allow_https_variable")
|
|
1670
|
+
|
|
1671
|
+
@property
|
|
1672
|
+
@pulumi.getter(name="tunnelInterfaceAllowIcmp")
|
|
1673
|
+
def tunnel_interface_allow_icmp(self) -> bool:
|
|
1674
|
+
"""
|
|
1675
|
+
Allow/Deny ICMP
|
|
1676
|
+
"""
|
|
1677
|
+
return pulumi.get(self, "tunnel_interface_allow_icmp")
|
|
1678
|
+
|
|
1679
|
+
@property
|
|
1680
|
+
@pulumi.getter(name="tunnelInterfaceAllowIcmpVariable")
|
|
1681
|
+
def tunnel_interface_allow_icmp_variable(self) -> str:
|
|
1682
|
+
"""
|
|
1683
|
+
Variable name
|
|
1684
|
+
"""
|
|
1685
|
+
return pulumi.get(self, "tunnel_interface_allow_icmp_variable")
|
|
1686
|
+
|
|
1687
|
+
@property
|
|
1688
|
+
@pulumi.getter(name="tunnelInterfaceAllowNetconf")
|
|
1689
|
+
def tunnel_interface_allow_netconf(self) -> bool:
|
|
1690
|
+
"""
|
|
1691
|
+
Allow/Deny NETCONF
|
|
1692
|
+
"""
|
|
1693
|
+
return pulumi.get(self, "tunnel_interface_allow_netconf")
|
|
1694
|
+
|
|
1695
|
+
@property
|
|
1696
|
+
@pulumi.getter(name="tunnelInterfaceAllowNetconfVariable")
|
|
1697
|
+
def tunnel_interface_allow_netconf_variable(self) -> str:
|
|
1698
|
+
"""
|
|
1699
|
+
Variable name
|
|
1700
|
+
"""
|
|
1701
|
+
return pulumi.get(self, "tunnel_interface_allow_netconf_variable")
|
|
1702
|
+
|
|
1703
|
+
@property
|
|
1704
|
+
@pulumi.getter(name="tunnelInterfaceAllowNtp")
|
|
1705
|
+
def tunnel_interface_allow_ntp(self) -> bool:
|
|
1706
|
+
"""
|
|
1707
|
+
Allow/Deny NTP
|
|
1708
|
+
"""
|
|
1709
|
+
return pulumi.get(self, "tunnel_interface_allow_ntp")
|
|
1710
|
+
|
|
1711
|
+
@property
|
|
1712
|
+
@pulumi.getter(name="tunnelInterfaceAllowNtpVariable")
|
|
1713
|
+
def tunnel_interface_allow_ntp_variable(self) -> str:
|
|
1714
|
+
"""
|
|
1715
|
+
Variable name
|
|
1716
|
+
"""
|
|
1717
|
+
return pulumi.get(self, "tunnel_interface_allow_ntp_variable")
|
|
1718
|
+
|
|
1719
|
+
@property
|
|
1720
|
+
@pulumi.getter(name="tunnelInterfaceAllowOspf")
|
|
1721
|
+
def tunnel_interface_allow_ospf(self) -> bool:
|
|
1722
|
+
"""
|
|
1723
|
+
Allow/Deny OSPF
|
|
1724
|
+
"""
|
|
1725
|
+
return pulumi.get(self, "tunnel_interface_allow_ospf")
|
|
1726
|
+
|
|
1727
|
+
@property
|
|
1728
|
+
@pulumi.getter(name="tunnelInterfaceAllowOspfVariable")
|
|
1729
|
+
def tunnel_interface_allow_ospf_variable(self) -> str:
|
|
1730
|
+
"""
|
|
1731
|
+
Variable name
|
|
1732
|
+
"""
|
|
1733
|
+
return pulumi.get(self, "tunnel_interface_allow_ospf_variable")
|
|
1734
|
+
|
|
1735
|
+
@property
|
|
1736
|
+
@pulumi.getter(name="tunnelInterfaceAllowSnmp")
|
|
1737
|
+
def tunnel_interface_allow_snmp(self) -> bool:
|
|
1738
|
+
"""
|
|
1739
|
+
Allow/Deny SNMP
|
|
1740
|
+
"""
|
|
1741
|
+
return pulumi.get(self, "tunnel_interface_allow_snmp")
|
|
1742
|
+
|
|
1743
|
+
@property
|
|
1744
|
+
@pulumi.getter(name="tunnelInterfaceAllowSnmpVariable")
|
|
1745
|
+
def tunnel_interface_allow_snmp_variable(self) -> str:
|
|
1746
|
+
"""
|
|
1747
|
+
Variable name
|
|
1748
|
+
"""
|
|
1749
|
+
return pulumi.get(self, "tunnel_interface_allow_snmp_variable")
|
|
1750
|
+
|
|
1751
|
+
@property
|
|
1752
|
+
@pulumi.getter(name="tunnelInterfaceAllowSsh")
|
|
1753
|
+
def tunnel_interface_allow_ssh(self) -> bool:
|
|
1754
|
+
"""
|
|
1755
|
+
Allow/Deny SSH
|
|
1756
|
+
"""
|
|
1757
|
+
return pulumi.get(self, "tunnel_interface_allow_ssh")
|
|
1758
|
+
|
|
1759
|
+
@property
|
|
1760
|
+
@pulumi.getter(name="tunnelInterfaceAllowSshVariable")
|
|
1761
|
+
def tunnel_interface_allow_ssh_variable(self) -> str:
|
|
1762
|
+
"""
|
|
1763
|
+
Variable name
|
|
1764
|
+
"""
|
|
1765
|
+
return pulumi.get(self, "tunnel_interface_allow_ssh_variable")
|
|
1766
|
+
|
|
1767
|
+
@property
|
|
1768
|
+
@pulumi.getter(name="tunnelInterfaceAllowStun")
|
|
1769
|
+
def tunnel_interface_allow_stun(self) -> bool:
|
|
1770
|
+
"""
|
|
1771
|
+
Allow/Deny STUN
|
|
1772
|
+
"""
|
|
1773
|
+
return pulumi.get(self, "tunnel_interface_allow_stun")
|
|
1774
|
+
|
|
1775
|
+
@property
|
|
1776
|
+
@pulumi.getter(name="tunnelInterfaceAllowStunVariable")
|
|
1777
|
+
def tunnel_interface_allow_stun_variable(self) -> str:
|
|
1778
|
+
"""
|
|
1779
|
+
Variable name
|
|
1780
|
+
"""
|
|
1781
|
+
return pulumi.get(self, "tunnel_interface_allow_stun_variable")
|
|
1782
|
+
|
|
1783
|
+
@property
|
|
1784
|
+
@pulumi.getter(name="tunnelInterfaceBindLoopbackTunnel")
|
|
1785
|
+
def tunnel_interface_bind_loopback_tunnel(self) -> str:
|
|
1786
|
+
"""
|
|
1787
|
+
Bind loopback tunnel interface to a physical interface
|
|
1788
|
+
"""
|
|
1789
|
+
return pulumi.get(self, "tunnel_interface_bind_loopback_tunnel")
|
|
1790
|
+
|
|
1791
|
+
@property
|
|
1792
|
+
@pulumi.getter(name="tunnelInterfaceBindLoopbackTunnelVariable")
|
|
1793
|
+
def tunnel_interface_bind_loopback_tunnel_variable(self) -> str:
|
|
1794
|
+
"""
|
|
1795
|
+
Variable name
|
|
1796
|
+
"""
|
|
1797
|
+
return pulumi.get(self, "tunnel_interface_bind_loopback_tunnel_variable")
|
|
1798
|
+
|
|
1799
|
+
@property
|
|
1800
|
+
@pulumi.getter(name="tunnelInterfaceBorder")
|
|
1801
|
+
def tunnel_interface_border(self) -> bool:
|
|
1802
|
+
"""
|
|
1803
|
+
Set TLOC as border TLOC
|
|
1804
|
+
"""
|
|
1805
|
+
return pulumi.get(self, "tunnel_interface_border")
|
|
1806
|
+
|
|
1807
|
+
@property
|
|
1808
|
+
@pulumi.getter(name="tunnelInterfaceBorderVariable")
|
|
1809
|
+
def tunnel_interface_border_variable(self) -> str:
|
|
1810
|
+
"""
|
|
1811
|
+
Variable name
|
|
1812
|
+
"""
|
|
1813
|
+
return pulumi.get(self, "tunnel_interface_border_variable")
|
|
1814
|
+
|
|
1815
|
+
@property
|
|
1816
|
+
@pulumi.getter(name="tunnelInterfaceCarrier")
|
|
1817
|
+
def tunnel_interface_carrier(self) -> str:
|
|
1818
|
+
"""
|
|
1819
|
+
Set carrier for TLOC
|
|
1820
|
+
"""
|
|
1821
|
+
return pulumi.get(self, "tunnel_interface_carrier")
|
|
1822
|
+
|
|
1823
|
+
@property
|
|
1824
|
+
@pulumi.getter(name="tunnelInterfaceCarrierVariable")
|
|
1825
|
+
def tunnel_interface_carrier_variable(self) -> str:
|
|
1826
|
+
"""
|
|
1827
|
+
Variable name
|
|
1828
|
+
"""
|
|
1829
|
+
return pulumi.get(self, "tunnel_interface_carrier_variable")
|
|
1830
|
+
|
|
1831
|
+
@property
|
|
1832
|
+
@pulumi.getter(name="tunnelInterfaceClearDontFragment")
|
|
1833
|
+
def tunnel_interface_clear_dont_fragment(self) -> bool:
|
|
1834
|
+
"""
|
|
1835
|
+
Enable clear dont fragment (Currently Only SDWAN Tunnel Interface)
|
|
1836
|
+
"""
|
|
1837
|
+
return pulumi.get(self, "tunnel_interface_clear_dont_fragment")
|
|
1838
|
+
|
|
1839
|
+
@property
|
|
1840
|
+
@pulumi.getter(name="tunnelInterfaceClearDontFragmentVariable")
|
|
1841
|
+
def tunnel_interface_clear_dont_fragment_variable(self) -> str:
|
|
1842
|
+
"""
|
|
1843
|
+
Variable name
|
|
1844
|
+
"""
|
|
1845
|
+
return pulumi.get(self, "tunnel_interface_clear_dont_fragment_variable")
|
|
1846
|
+
|
|
1847
|
+
@property
|
|
1848
|
+
@pulumi.getter(name="tunnelInterfaceColor")
|
|
1849
|
+
def tunnel_interface_color(self) -> str:
|
|
1850
|
+
"""
|
|
1851
|
+
Set color for TLOC
|
|
1852
|
+
"""
|
|
1853
|
+
return pulumi.get(self, "tunnel_interface_color")
|
|
1854
|
+
|
|
1855
|
+
@property
|
|
1856
|
+
@pulumi.getter(name="tunnelInterfaceColorRestrict")
|
|
1857
|
+
def tunnel_interface_color_restrict(self) -> bool:
|
|
1858
|
+
"""
|
|
1859
|
+
Restrict this TLOC behavior
|
|
1860
|
+
"""
|
|
1861
|
+
return pulumi.get(self, "tunnel_interface_color_restrict")
|
|
1862
|
+
|
|
1863
|
+
@property
|
|
1864
|
+
@pulumi.getter(name="tunnelInterfaceColorRestrictVariable")
|
|
1865
|
+
def tunnel_interface_color_restrict_variable(self) -> str:
|
|
1866
|
+
"""
|
|
1867
|
+
Variable name
|
|
1868
|
+
"""
|
|
1869
|
+
return pulumi.get(self, "tunnel_interface_color_restrict_variable")
|
|
1870
|
+
|
|
1871
|
+
@property
|
|
1872
|
+
@pulumi.getter(name="tunnelInterfaceColorVariable")
|
|
1873
|
+
def tunnel_interface_color_variable(self) -> str:
|
|
1874
|
+
"""
|
|
1875
|
+
Variable name
|
|
1876
|
+
"""
|
|
1877
|
+
return pulumi.get(self, "tunnel_interface_color_variable")
|
|
1878
|
+
|
|
1879
|
+
@property
|
|
1880
|
+
@pulumi.getter(name="tunnelInterfaceCtsSgtPropagation")
|
|
1881
|
+
def tunnel_interface_cts_sgt_propagation(self) -> bool:
|
|
1882
|
+
"""
|
|
1883
|
+
CTS SGT Propagation configuration
|
|
1884
|
+
"""
|
|
1885
|
+
return pulumi.get(self, "tunnel_interface_cts_sgt_propagation")
|
|
1886
|
+
|
|
1887
|
+
@property
|
|
1888
|
+
@pulumi.getter(name="tunnelInterfaceCtsSgtPropagationVariable")
|
|
1889
|
+
def tunnel_interface_cts_sgt_propagation_variable(self) -> str:
|
|
1890
|
+
"""
|
|
1891
|
+
Variable name
|
|
1892
|
+
"""
|
|
1893
|
+
return pulumi.get(self, "tunnel_interface_cts_sgt_propagation_variable")
|
|
1894
|
+
|
|
1895
|
+
@property
|
|
1896
|
+
@pulumi.getter(name="tunnelInterfaceEncapsulations")
|
|
1897
|
+
def tunnel_interface_encapsulations(self) -> Sequence['outputs.GetTransportWanVpnInterfaceEthernetFeatureTunnelInterfaceEncapsulationResult']:
|
|
1898
|
+
"""
|
|
1899
|
+
Encapsulation for TLOC
|
|
1900
|
+
"""
|
|
1901
|
+
return pulumi.get(self, "tunnel_interface_encapsulations")
|
|
1902
|
+
|
|
1903
|
+
@property
|
|
1904
|
+
@pulumi.getter(name="tunnelInterfaceExcludeControllerGroupListVariable")
|
|
1905
|
+
def tunnel_interface_exclude_controller_group_list_variable(self) -> str:
|
|
1906
|
+
"""
|
|
1907
|
+
Variable name
|
|
1908
|
+
"""
|
|
1909
|
+
return pulumi.get(self, "tunnel_interface_exclude_controller_group_list_variable")
|
|
1910
|
+
|
|
1911
|
+
@property
|
|
1912
|
+
@pulumi.getter(name="tunnelInterfaceExcludeControllerGroupLists")
|
|
1913
|
+
def tunnel_interface_exclude_controller_group_lists(self) -> Sequence[int]:
|
|
1914
|
+
"""
|
|
1915
|
+
Exclude the following controller groups defined in this list.
|
|
1916
|
+
"""
|
|
1917
|
+
return pulumi.get(self, "tunnel_interface_exclude_controller_group_lists")
|
|
1918
|
+
|
|
1919
|
+
@property
|
|
1920
|
+
@pulumi.getter(name="tunnelInterfaceGreTunnelDestinationIp")
|
|
1921
|
+
def tunnel_interface_gre_tunnel_destination_ip(self) -> str:
|
|
1922
|
+
"""
|
|
1923
|
+
GRE tunnel destination IP
|
|
1924
|
+
"""
|
|
1925
|
+
return pulumi.get(self, "tunnel_interface_gre_tunnel_destination_ip")
|
|
1926
|
+
|
|
1927
|
+
@property
|
|
1928
|
+
@pulumi.getter(name="tunnelInterfaceGreTunnelDestinationIpVariable")
|
|
1929
|
+
def tunnel_interface_gre_tunnel_destination_ip_variable(self) -> str:
|
|
1930
|
+
"""
|
|
1931
|
+
Variable name
|
|
1932
|
+
"""
|
|
1933
|
+
return pulumi.get(self, "tunnel_interface_gre_tunnel_destination_ip_variable")
|
|
1934
|
+
|
|
1935
|
+
@property
|
|
1936
|
+
@pulumi.getter(name="tunnelInterfaceGroups")
|
|
1937
|
+
def tunnel_interface_groups(self) -> int:
|
|
1938
|
+
"""
|
|
1939
|
+
List of groups
|
|
1940
|
+
"""
|
|
1941
|
+
return pulumi.get(self, "tunnel_interface_groups")
|
|
1942
|
+
|
|
1943
|
+
@property
|
|
1944
|
+
@pulumi.getter(name="tunnelInterfaceGroupsVariable")
|
|
1945
|
+
def tunnel_interface_groups_variable(self) -> str:
|
|
1946
|
+
"""
|
|
1947
|
+
Variable name
|
|
1948
|
+
"""
|
|
1949
|
+
return pulumi.get(self, "tunnel_interface_groups_variable")
|
|
1950
|
+
|
|
1951
|
+
@property
|
|
1952
|
+
@pulumi.getter(name="tunnelInterfaceHelloInterval")
|
|
1953
|
+
def tunnel_interface_hello_interval(self) -> int:
|
|
1954
|
+
"""
|
|
1955
|
+
Set time period of control hello packets \\n\\n milli seconds
|
|
1956
|
+
"""
|
|
1957
|
+
return pulumi.get(self, "tunnel_interface_hello_interval")
|
|
1958
|
+
|
|
1959
|
+
@property
|
|
1960
|
+
@pulumi.getter(name="tunnelInterfaceHelloIntervalVariable")
|
|
1961
|
+
def tunnel_interface_hello_interval_variable(self) -> str:
|
|
1962
|
+
"""
|
|
1963
|
+
Variable name
|
|
1964
|
+
"""
|
|
1965
|
+
return pulumi.get(self, "tunnel_interface_hello_interval_variable")
|
|
1966
|
+
|
|
1967
|
+
@property
|
|
1968
|
+
@pulumi.getter(name="tunnelInterfaceHelloTolerance")
|
|
1969
|
+
def tunnel_interface_hello_tolerance(self) -> int:
|
|
1970
|
+
"""
|
|
1971
|
+
Set tolerance of control hello packets \\n\\n seconds
|
|
1972
|
+
"""
|
|
1973
|
+
return pulumi.get(self, "tunnel_interface_hello_tolerance")
|
|
1974
|
+
|
|
1975
|
+
@property
|
|
1976
|
+
@pulumi.getter(name="tunnelInterfaceHelloToleranceVariable")
|
|
1977
|
+
def tunnel_interface_hello_tolerance_variable(self) -> str:
|
|
1978
|
+
"""
|
|
1979
|
+
Variable name
|
|
1980
|
+
"""
|
|
1981
|
+
return pulumi.get(self, "tunnel_interface_hello_tolerance_variable")
|
|
1982
|
+
|
|
1983
|
+
@property
|
|
1984
|
+
@pulumi.getter(name="tunnelInterfaceLastResortCircuit")
|
|
1985
|
+
def tunnel_interface_last_resort_circuit(self) -> bool:
|
|
1986
|
+
"""
|
|
1987
|
+
Set TLOC as last resort
|
|
1988
|
+
"""
|
|
1989
|
+
return pulumi.get(self, "tunnel_interface_last_resort_circuit")
|
|
1990
|
+
|
|
1991
|
+
@property
|
|
1992
|
+
@pulumi.getter(name="tunnelInterfaceLastResortCircuitVariable")
|
|
1993
|
+
def tunnel_interface_last_resort_circuit_variable(self) -> str:
|
|
1994
|
+
"""
|
|
1995
|
+
Variable name
|
|
1996
|
+
"""
|
|
1997
|
+
return pulumi.get(self, "tunnel_interface_last_resort_circuit_variable")
|
|
1998
|
+
|
|
1999
|
+
@property
|
|
2000
|
+
@pulumi.getter(name="tunnelInterfaceLowBandwidthLink")
|
|
2001
|
+
def tunnel_interface_low_bandwidth_link(self) -> bool:
|
|
2002
|
+
"""
|
|
2003
|
+
Set the interface as a low-bandwidth circuit
|
|
2004
|
+
"""
|
|
2005
|
+
return pulumi.get(self, "tunnel_interface_low_bandwidth_link")
|
|
2006
|
+
|
|
2007
|
+
@property
|
|
2008
|
+
@pulumi.getter(name="tunnelInterfaceLowBandwidthLinkVariable")
|
|
2009
|
+
def tunnel_interface_low_bandwidth_link_variable(self) -> str:
|
|
2010
|
+
"""
|
|
2011
|
+
Variable name
|
|
2012
|
+
"""
|
|
2013
|
+
return pulumi.get(self, "tunnel_interface_low_bandwidth_link_variable")
|
|
2014
|
+
|
|
2015
|
+
@property
|
|
2016
|
+
@pulumi.getter(name="tunnelInterfaceMaxControlConnections")
|
|
2017
|
+
def tunnel_interface_max_control_connections(self) -> int:
|
|
2018
|
+
"""
|
|
2019
|
+
Maximum Control Connections
|
|
2020
|
+
"""
|
|
2021
|
+
return pulumi.get(self, "tunnel_interface_max_control_connections")
|
|
2022
|
+
|
|
2023
|
+
@property
|
|
2024
|
+
@pulumi.getter(name="tunnelInterfaceMaxControlConnectionsVariable")
|
|
2025
|
+
def tunnel_interface_max_control_connections_variable(self) -> str:
|
|
2026
|
+
"""
|
|
2027
|
+
Variable name
|
|
2028
|
+
"""
|
|
2029
|
+
return pulumi.get(self, "tunnel_interface_max_control_connections_variable")
|
|
2030
|
+
|
|
2031
|
+
@property
|
|
2032
|
+
@pulumi.getter(name="tunnelInterfaceNatRefreshInterval")
|
|
2033
|
+
def tunnel_interface_nat_refresh_interval(self) -> int:
|
|
2034
|
+
"""
|
|
2035
|
+
Set time period of nat refresh packets \\n\\n seconds
|
|
2036
|
+
"""
|
|
2037
|
+
return pulumi.get(self, "tunnel_interface_nat_refresh_interval")
|
|
2038
|
+
|
|
2039
|
+
@property
|
|
2040
|
+
@pulumi.getter(name="tunnelInterfaceNatRefreshIntervalVariable")
|
|
2041
|
+
def tunnel_interface_nat_refresh_interval_variable(self) -> str:
|
|
2042
|
+
"""
|
|
2043
|
+
Variable name
|
|
2044
|
+
"""
|
|
2045
|
+
return pulumi.get(self, "tunnel_interface_nat_refresh_interval_variable")
|
|
2046
|
+
|
|
2047
|
+
@property
|
|
2048
|
+
@pulumi.getter(name="tunnelInterfaceNetworkBroadcast")
|
|
2049
|
+
def tunnel_interface_network_broadcast(self) -> bool:
|
|
2050
|
+
"""
|
|
2051
|
+
Accept and respond to network-prefix-directed broadcasts
|
|
2052
|
+
"""
|
|
2053
|
+
return pulumi.get(self, "tunnel_interface_network_broadcast")
|
|
2054
|
+
|
|
2055
|
+
@property
|
|
2056
|
+
@pulumi.getter(name="tunnelInterfaceNetworkBroadcastVariable")
|
|
2057
|
+
def tunnel_interface_network_broadcast_variable(self) -> str:
|
|
2058
|
+
"""
|
|
2059
|
+
Variable name
|
|
2060
|
+
"""
|
|
2061
|
+
return pulumi.get(self, "tunnel_interface_network_broadcast_variable")
|
|
2062
|
+
|
|
2063
|
+
@property
|
|
2064
|
+
@pulumi.getter(name="tunnelInterfacePortHop")
|
|
2065
|
+
def tunnel_interface_port_hop(self) -> bool:
|
|
2066
|
+
"""
|
|
2067
|
+
Disallow port hopping on the tunnel interface
|
|
2068
|
+
"""
|
|
2069
|
+
return pulumi.get(self, "tunnel_interface_port_hop")
|
|
2070
|
+
|
|
2071
|
+
@property
|
|
2072
|
+
@pulumi.getter(name="tunnelInterfacePortHopVariable")
|
|
2073
|
+
def tunnel_interface_port_hop_variable(self) -> str:
|
|
2074
|
+
"""
|
|
2075
|
+
Variable name
|
|
2076
|
+
"""
|
|
2077
|
+
return pulumi.get(self, "tunnel_interface_port_hop_variable")
|
|
2078
|
+
|
|
2079
|
+
@property
|
|
2080
|
+
@pulumi.getter(name="tunnelInterfaceTunnelTcpMss")
|
|
2081
|
+
def tunnel_interface_tunnel_tcp_mss(self) -> int:
|
|
2082
|
+
"""
|
|
2083
|
+
Tunnel TCP MSS on SYN packets, in bytes
|
|
2084
|
+
"""
|
|
2085
|
+
return pulumi.get(self, "tunnel_interface_tunnel_tcp_mss")
|
|
2086
|
+
|
|
2087
|
+
@property
|
|
2088
|
+
@pulumi.getter(name="tunnelInterfaceTunnelTcpMssVariable")
|
|
2089
|
+
def tunnel_interface_tunnel_tcp_mss_variable(self) -> str:
|
|
2090
|
+
"""
|
|
2091
|
+
Variable name
|
|
2092
|
+
"""
|
|
2093
|
+
return pulumi.get(self, "tunnel_interface_tunnel_tcp_mss_variable")
|
|
2094
|
+
|
|
2095
|
+
@property
|
|
2096
|
+
@pulumi.getter(name="tunnelInterfaceVbondAsStunServer")
|
|
2097
|
+
def tunnel_interface_vbond_as_stun_server(self) -> bool:
|
|
2098
|
+
"""
|
|
2099
|
+
Put this wan interface in STUN mode only
|
|
2100
|
+
"""
|
|
2101
|
+
return pulumi.get(self, "tunnel_interface_vbond_as_stun_server")
|
|
2102
|
+
|
|
2103
|
+
@property
|
|
2104
|
+
@pulumi.getter(name="tunnelInterfaceVbondAsStunServerVariable")
|
|
2105
|
+
def tunnel_interface_vbond_as_stun_server_variable(self) -> str:
|
|
2106
|
+
"""
|
|
2107
|
+
Variable name
|
|
2108
|
+
"""
|
|
2109
|
+
return pulumi.get(self, "tunnel_interface_vbond_as_stun_server_variable")
|
|
2110
|
+
|
|
2111
|
+
@property
|
|
2112
|
+
@pulumi.getter(name="tunnelInterfaceVmanageConnectionPreference")
|
|
2113
|
+
def tunnel_interface_vmanage_connection_preference(self) -> int:
|
|
2114
|
+
"""
|
|
2115
|
+
Set interface preference for control connection to vManage \\n\\n
|
|
2116
|
+
"""
|
|
2117
|
+
return pulumi.get(self, "tunnel_interface_vmanage_connection_preference")
|
|
2118
|
+
|
|
2119
|
+
@property
|
|
2120
|
+
@pulumi.getter(name="tunnelInterfaceVmanageConnectionPreferenceVariable")
|
|
2121
|
+
def tunnel_interface_vmanage_connection_preference_variable(self) -> str:
|
|
2122
|
+
"""
|
|
2123
|
+
Variable name
|
|
2124
|
+
"""
|
|
2125
|
+
return pulumi.get(self, "tunnel_interface_vmanage_connection_preference_variable")
|
|
2126
|
+
|
|
2127
|
+
@property
|
|
2128
|
+
@pulumi.getter(name="tunnelQosMode")
|
|
2129
|
+
def tunnel_qos_mode(self) -> str:
|
|
2130
|
+
"""
|
|
2131
|
+
Set tunnel QoS mode
|
|
2132
|
+
"""
|
|
2133
|
+
return pulumi.get(self, "tunnel_qos_mode")
|
|
2134
|
+
|
|
2135
|
+
@property
|
|
2136
|
+
@pulumi.getter(name="tunnelQosModeVariable")
|
|
2137
|
+
def tunnel_qos_mode_variable(self) -> str:
|
|
2138
|
+
"""
|
|
2139
|
+
Variable name
|
|
2140
|
+
"""
|
|
2141
|
+
return pulumi.get(self, "tunnel_qos_mode_variable")
|
|
2142
|
+
|
|
2143
|
+
@property
|
|
2144
|
+
@pulumi.getter
|
|
2145
|
+
def version(self) -> int:
|
|
2146
|
+
"""
|
|
2147
|
+
The version of the Feature
|
|
2148
|
+
"""
|
|
2149
|
+
return pulumi.get(self, "version")
|
|
2150
|
+
|
|
2151
|
+
@property
|
|
2152
|
+
@pulumi.getter
|
|
2153
|
+
def xconnect(self) -> str:
|
|
2154
|
+
"""
|
|
2155
|
+
Extend remote TLOC over a GRE tunnel to a local WAN interface
|
|
2156
|
+
"""
|
|
2157
|
+
return pulumi.get(self, "xconnect")
|
|
2158
|
+
|
|
2159
|
+
@property
|
|
2160
|
+
@pulumi.getter(name="xconnectVariable")
|
|
2161
|
+
def xconnect_variable(self) -> str:
|
|
2162
|
+
"""
|
|
2163
|
+
Variable name
|
|
2164
|
+
"""
|
|
2165
|
+
return pulumi.get(self, "xconnect_variable")
|
|
2166
|
+
|
|
2167
|
+
|
|
2168
|
+
class AwaitableGetTransportWanVpnInterfaceEthernetFeatureResult(GetTransportWanVpnInterfaceEthernetFeatureResult):
|
|
2169
|
+
# pylint: disable=using-constant-test
|
|
2170
|
+
def __await__(self):
|
|
2171
|
+
if False:
|
|
2172
|
+
yield self
|
|
2173
|
+
return GetTransportWanVpnInterfaceEthernetFeatureResult(
|
|
2174
|
+
acl_ipv4_egress_feature_id=self.acl_ipv4_egress_feature_id,
|
|
2175
|
+
acl_ipv4_ingress_feature_id=self.acl_ipv4_ingress_feature_id,
|
|
2176
|
+
acl_ipv6_egress_feature_id=self.acl_ipv6_egress_feature_id,
|
|
2177
|
+
acl_ipv6_ingress_feature_id=self.acl_ipv6_ingress_feature_id,
|
|
2178
|
+
arp_timeout=self.arp_timeout,
|
|
2179
|
+
arp_timeout_variable=self.arp_timeout_variable,
|
|
2180
|
+
arps=self.arps,
|
|
2181
|
+
auto_detect_bandwidth=self.auto_detect_bandwidth,
|
|
2182
|
+
auto_detect_bandwidth_variable=self.auto_detect_bandwidth_variable,
|
|
2183
|
+
autonegotiate=self.autonegotiate,
|
|
2184
|
+
autonegotiate_variable=self.autonegotiate_variable,
|
|
2185
|
+
bandwidth_downstream=self.bandwidth_downstream,
|
|
2186
|
+
bandwidth_downstream_variable=self.bandwidth_downstream_variable,
|
|
2187
|
+
bandwidth_upstream=self.bandwidth_upstream,
|
|
2188
|
+
bandwidth_upstream_variable=self.bandwidth_upstream_variable,
|
|
2189
|
+
block_non_source_ip=self.block_non_source_ip,
|
|
2190
|
+
block_non_source_ip_variable=self.block_non_source_ip_variable,
|
|
2191
|
+
description=self.description,
|
|
2192
|
+
duplex=self.duplex,
|
|
2193
|
+
duplex_variable=self.duplex_variable,
|
|
2194
|
+
enable_dhcpv6=self.enable_dhcpv6,
|
|
2195
|
+
feature_profile_id=self.feature_profile_id,
|
|
2196
|
+
gre_tunnel_source_ip=self.gre_tunnel_source_ip,
|
|
2197
|
+
gre_tunnel_source_ip_variable=self.gre_tunnel_source_ip_variable,
|
|
2198
|
+
icmp_redirect_disable=self.icmp_redirect_disable,
|
|
2199
|
+
icmp_redirect_disable_variable=self.icmp_redirect_disable_variable,
|
|
2200
|
+
id=self.id,
|
|
2201
|
+
interface_description=self.interface_description,
|
|
2202
|
+
interface_description_variable=self.interface_description_variable,
|
|
2203
|
+
interface_mtu=self.interface_mtu,
|
|
2204
|
+
interface_mtu_variable=self.interface_mtu_variable,
|
|
2205
|
+
interface_name=self.interface_name,
|
|
2206
|
+
interface_name_variable=self.interface_name_variable,
|
|
2207
|
+
ip_directed_broadcast=self.ip_directed_broadcast,
|
|
2208
|
+
ip_directed_broadcast_variable=self.ip_directed_broadcast_variable,
|
|
2209
|
+
ip_mtu=self.ip_mtu,
|
|
2210
|
+
ip_mtu_variable=self.ip_mtu_variable,
|
|
2211
|
+
iperf_server=self.iperf_server,
|
|
2212
|
+
iperf_server_variable=self.iperf_server_variable,
|
|
2213
|
+
ipv4_address=self.ipv4_address,
|
|
2214
|
+
ipv4_address_variable=self.ipv4_address_variable,
|
|
2215
|
+
ipv4_configuration_type=self.ipv4_configuration_type,
|
|
2216
|
+
ipv4_dhcp_distance=self.ipv4_dhcp_distance,
|
|
2217
|
+
ipv4_dhcp_distance_variable=self.ipv4_dhcp_distance_variable,
|
|
2218
|
+
ipv4_dhcp_helper_variable=self.ipv4_dhcp_helper_variable,
|
|
2219
|
+
ipv4_dhcp_helpers=self.ipv4_dhcp_helpers,
|
|
2220
|
+
ipv4_secondary_addresses=self.ipv4_secondary_addresses,
|
|
2221
|
+
ipv4_subnet_mask=self.ipv4_subnet_mask,
|
|
2222
|
+
ipv4_subnet_mask_variable=self.ipv4_subnet_mask_variable,
|
|
2223
|
+
ipv6_address=self.ipv6_address,
|
|
2224
|
+
ipv6_address_variable=self.ipv6_address_variable,
|
|
2225
|
+
ipv6_configuration_type=self.ipv6_configuration_type,
|
|
2226
|
+
ipv6_dhcp_secondary_addresses=self.ipv6_dhcp_secondary_addresses,
|
|
2227
|
+
ipv6_secondary_addresses=self.ipv6_secondary_addresses,
|
|
2228
|
+
load_interval=self.load_interval,
|
|
2229
|
+
load_interval_variable=self.load_interval_variable,
|
|
2230
|
+
mac_address=self.mac_address,
|
|
2231
|
+
mac_address_variable=self.mac_address_variable,
|
|
2232
|
+
media_type=self.media_type,
|
|
2233
|
+
media_type_variable=self.media_type_variable,
|
|
2234
|
+
name=self.name,
|
|
2235
|
+
nat64=self.nat64,
|
|
2236
|
+
nat66=self.nat66,
|
|
2237
|
+
nat_ipv4=self.nat_ipv4,
|
|
2238
|
+
nat_ipv4_variable=self.nat_ipv4_variable,
|
|
2239
|
+
nat_ipv6=self.nat_ipv6,
|
|
2240
|
+
nat_ipv6_variable=self.nat_ipv6_variable,
|
|
2241
|
+
nat_loopback=self.nat_loopback,
|
|
2242
|
+
nat_loopback_variable=self.nat_loopback_variable,
|
|
2243
|
+
nat_overload=self.nat_overload,
|
|
2244
|
+
nat_overload_variable=self.nat_overload_variable,
|
|
2245
|
+
nat_prefix_length=self.nat_prefix_length,
|
|
2246
|
+
nat_prefix_length_variable=self.nat_prefix_length_variable,
|
|
2247
|
+
nat_range_end=self.nat_range_end,
|
|
2248
|
+
nat_range_end_variable=self.nat_range_end_variable,
|
|
2249
|
+
nat_range_start=self.nat_range_start,
|
|
2250
|
+
nat_range_start_variable=self.nat_range_start_variable,
|
|
2251
|
+
nat_tcp_timeout=self.nat_tcp_timeout,
|
|
2252
|
+
nat_tcp_timeout_variable=self.nat_tcp_timeout_variable,
|
|
2253
|
+
nat_type=self.nat_type,
|
|
2254
|
+
nat_type_variable=self.nat_type_variable,
|
|
2255
|
+
nat_udp_timeout=self.nat_udp_timeout,
|
|
2256
|
+
nat_udp_timeout_variable=self.nat_udp_timeout_variable,
|
|
2257
|
+
new_static_nats=self.new_static_nats,
|
|
2258
|
+
per_tunnel_qos=self.per_tunnel_qos,
|
|
2259
|
+
per_tunnel_qos_variable=self.per_tunnel_qos_variable,
|
|
2260
|
+
qos_adaptive=self.qos_adaptive,
|
|
2261
|
+
qos_adaptive_bandwidth_downstream=self.qos_adaptive_bandwidth_downstream,
|
|
2262
|
+
qos_adaptive_bandwidth_upstream=self.qos_adaptive_bandwidth_upstream,
|
|
2263
|
+
qos_adaptive_default_downstream=self.qos_adaptive_default_downstream,
|
|
2264
|
+
qos_adaptive_default_downstream_variable=self.qos_adaptive_default_downstream_variable,
|
|
2265
|
+
qos_adaptive_default_upstream=self.qos_adaptive_default_upstream,
|
|
2266
|
+
qos_adaptive_default_upstream_variable=self.qos_adaptive_default_upstream_variable,
|
|
2267
|
+
qos_adaptive_max_downstream=self.qos_adaptive_max_downstream,
|
|
2268
|
+
qos_adaptive_max_downstream_variable=self.qos_adaptive_max_downstream_variable,
|
|
2269
|
+
qos_adaptive_max_upstream=self.qos_adaptive_max_upstream,
|
|
2270
|
+
qos_adaptive_max_upstream_variable=self.qos_adaptive_max_upstream_variable,
|
|
2271
|
+
qos_adaptive_min_downstream=self.qos_adaptive_min_downstream,
|
|
2272
|
+
qos_adaptive_min_downstream_variable=self.qos_adaptive_min_downstream_variable,
|
|
2273
|
+
qos_adaptive_min_upstream=self.qos_adaptive_min_upstream,
|
|
2274
|
+
qos_adaptive_min_upstream_variable=self.qos_adaptive_min_upstream_variable,
|
|
2275
|
+
qos_adaptive_period=self.qos_adaptive_period,
|
|
2276
|
+
qos_adaptive_period_variable=self.qos_adaptive_period_variable,
|
|
2277
|
+
qos_shaping_rate=self.qos_shaping_rate,
|
|
2278
|
+
qos_shaping_rate_variable=self.qos_shaping_rate_variable,
|
|
2279
|
+
service_provider=self.service_provider,
|
|
2280
|
+
service_provider_variable=self.service_provider_variable,
|
|
2281
|
+
shutdown=self.shutdown,
|
|
2282
|
+
shutdown_variable=self.shutdown_variable,
|
|
2283
|
+
speed=self.speed,
|
|
2284
|
+
speed_variable=self.speed_variable,
|
|
2285
|
+
static_nat66s=self.static_nat66s,
|
|
2286
|
+
tcp_mss=self.tcp_mss,
|
|
2287
|
+
tcp_mss_variable=self.tcp_mss_variable,
|
|
2288
|
+
tloc_extension=self.tloc_extension,
|
|
2289
|
+
tloc_extension_variable=self.tloc_extension_variable,
|
|
2290
|
+
tracker=self.tracker,
|
|
2291
|
+
tracker_variable=self.tracker_variable,
|
|
2292
|
+
transport_wan_vpn_feature_id=self.transport_wan_vpn_feature_id,
|
|
2293
|
+
tunnel_bandwidth_percent=self.tunnel_bandwidth_percent,
|
|
2294
|
+
tunnel_bandwidth_percent_variable=self.tunnel_bandwidth_percent_variable,
|
|
2295
|
+
tunnel_interface=self.tunnel_interface,
|
|
2296
|
+
tunnel_interface_allow_all=self.tunnel_interface_allow_all,
|
|
2297
|
+
tunnel_interface_allow_all_variable=self.tunnel_interface_allow_all_variable,
|
|
2298
|
+
tunnel_interface_allow_bfd=self.tunnel_interface_allow_bfd,
|
|
2299
|
+
tunnel_interface_allow_bfd_variable=self.tunnel_interface_allow_bfd_variable,
|
|
2300
|
+
tunnel_interface_allow_bgp=self.tunnel_interface_allow_bgp,
|
|
2301
|
+
tunnel_interface_allow_bgp_variable=self.tunnel_interface_allow_bgp_variable,
|
|
2302
|
+
tunnel_interface_allow_dhcp=self.tunnel_interface_allow_dhcp,
|
|
2303
|
+
tunnel_interface_allow_dhcp_variable=self.tunnel_interface_allow_dhcp_variable,
|
|
2304
|
+
tunnel_interface_allow_dns=self.tunnel_interface_allow_dns,
|
|
2305
|
+
tunnel_interface_allow_dns_variable=self.tunnel_interface_allow_dns_variable,
|
|
2306
|
+
tunnel_interface_allow_https=self.tunnel_interface_allow_https,
|
|
2307
|
+
tunnel_interface_allow_https_variable=self.tunnel_interface_allow_https_variable,
|
|
2308
|
+
tunnel_interface_allow_icmp=self.tunnel_interface_allow_icmp,
|
|
2309
|
+
tunnel_interface_allow_icmp_variable=self.tunnel_interface_allow_icmp_variable,
|
|
2310
|
+
tunnel_interface_allow_netconf=self.tunnel_interface_allow_netconf,
|
|
2311
|
+
tunnel_interface_allow_netconf_variable=self.tunnel_interface_allow_netconf_variable,
|
|
2312
|
+
tunnel_interface_allow_ntp=self.tunnel_interface_allow_ntp,
|
|
2313
|
+
tunnel_interface_allow_ntp_variable=self.tunnel_interface_allow_ntp_variable,
|
|
2314
|
+
tunnel_interface_allow_ospf=self.tunnel_interface_allow_ospf,
|
|
2315
|
+
tunnel_interface_allow_ospf_variable=self.tunnel_interface_allow_ospf_variable,
|
|
2316
|
+
tunnel_interface_allow_snmp=self.tunnel_interface_allow_snmp,
|
|
2317
|
+
tunnel_interface_allow_snmp_variable=self.tunnel_interface_allow_snmp_variable,
|
|
2318
|
+
tunnel_interface_allow_ssh=self.tunnel_interface_allow_ssh,
|
|
2319
|
+
tunnel_interface_allow_ssh_variable=self.tunnel_interface_allow_ssh_variable,
|
|
2320
|
+
tunnel_interface_allow_stun=self.tunnel_interface_allow_stun,
|
|
2321
|
+
tunnel_interface_allow_stun_variable=self.tunnel_interface_allow_stun_variable,
|
|
2322
|
+
tunnel_interface_bind_loopback_tunnel=self.tunnel_interface_bind_loopback_tunnel,
|
|
2323
|
+
tunnel_interface_bind_loopback_tunnel_variable=self.tunnel_interface_bind_loopback_tunnel_variable,
|
|
2324
|
+
tunnel_interface_border=self.tunnel_interface_border,
|
|
2325
|
+
tunnel_interface_border_variable=self.tunnel_interface_border_variable,
|
|
2326
|
+
tunnel_interface_carrier=self.tunnel_interface_carrier,
|
|
2327
|
+
tunnel_interface_carrier_variable=self.tunnel_interface_carrier_variable,
|
|
2328
|
+
tunnel_interface_clear_dont_fragment=self.tunnel_interface_clear_dont_fragment,
|
|
2329
|
+
tunnel_interface_clear_dont_fragment_variable=self.tunnel_interface_clear_dont_fragment_variable,
|
|
2330
|
+
tunnel_interface_color=self.tunnel_interface_color,
|
|
2331
|
+
tunnel_interface_color_restrict=self.tunnel_interface_color_restrict,
|
|
2332
|
+
tunnel_interface_color_restrict_variable=self.tunnel_interface_color_restrict_variable,
|
|
2333
|
+
tunnel_interface_color_variable=self.tunnel_interface_color_variable,
|
|
2334
|
+
tunnel_interface_cts_sgt_propagation=self.tunnel_interface_cts_sgt_propagation,
|
|
2335
|
+
tunnel_interface_cts_sgt_propagation_variable=self.tunnel_interface_cts_sgt_propagation_variable,
|
|
2336
|
+
tunnel_interface_encapsulations=self.tunnel_interface_encapsulations,
|
|
2337
|
+
tunnel_interface_exclude_controller_group_list_variable=self.tunnel_interface_exclude_controller_group_list_variable,
|
|
2338
|
+
tunnel_interface_exclude_controller_group_lists=self.tunnel_interface_exclude_controller_group_lists,
|
|
2339
|
+
tunnel_interface_gre_tunnel_destination_ip=self.tunnel_interface_gre_tunnel_destination_ip,
|
|
2340
|
+
tunnel_interface_gre_tunnel_destination_ip_variable=self.tunnel_interface_gre_tunnel_destination_ip_variable,
|
|
2341
|
+
tunnel_interface_groups=self.tunnel_interface_groups,
|
|
2342
|
+
tunnel_interface_groups_variable=self.tunnel_interface_groups_variable,
|
|
2343
|
+
tunnel_interface_hello_interval=self.tunnel_interface_hello_interval,
|
|
2344
|
+
tunnel_interface_hello_interval_variable=self.tunnel_interface_hello_interval_variable,
|
|
2345
|
+
tunnel_interface_hello_tolerance=self.tunnel_interface_hello_tolerance,
|
|
2346
|
+
tunnel_interface_hello_tolerance_variable=self.tunnel_interface_hello_tolerance_variable,
|
|
2347
|
+
tunnel_interface_last_resort_circuit=self.tunnel_interface_last_resort_circuit,
|
|
2348
|
+
tunnel_interface_last_resort_circuit_variable=self.tunnel_interface_last_resort_circuit_variable,
|
|
2349
|
+
tunnel_interface_low_bandwidth_link=self.tunnel_interface_low_bandwidth_link,
|
|
2350
|
+
tunnel_interface_low_bandwidth_link_variable=self.tunnel_interface_low_bandwidth_link_variable,
|
|
2351
|
+
tunnel_interface_max_control_connections=self.tunnel_interface_max_control_connections,
|
|
2352
|
+
tunnel_interface_max_control_connections_variable=self.tunnel_interface_max_control_connections_variable,
|
|
2353
|
+
tunnel_interface_nat_refresh_interval=self.tunnel_interface_nat_refresh_interval,
|
|
2354
|
+
tunnel_interface_nat_refresh_interval_variable=self.tunnel_interface_nat_refresh_interval_variable,
|
|
2355
|
+
tunnel_interface_network_broadcast=self.tunnel_interface_network_broadcast,
|
|
2356
|
+
tunnel_interface_network_broadcast_variable=self.tunnel_interface_network_broadcast_variable,
|
|
2357
|
+
tunnel_interface_port_hop=self.tunnel_interface_port_hop,
|
|
2358
|
+
tunnel_interface_port_hop_variable=self.tunnel_interface_port_hop_variable,
|
|
2359
|
+
tunnel_interface_tunnel_tcp_mss=self.tunnel_interface_tunnel_tcp_mss,
|
|
2360
|
+
tunnel_interface_tunnel_tcp_mss_variable=self.tunnel_interface_tunnel_tcp_mss_variable,
|
|
2361
|
+
tunnel_interface_vbond_as_stun_server=self.tunnel_interface_vbond_as_stun_server,
|
|
2362
|
+
tunnel_interface_vbond_as_stun_server_variable=self.tunnel_interface_vbond_as_stun_server_variable,
|
|
2363
|
+
tunnel_interface_vmanage_connection_preference=self.tunnel_interface_vmanage_connection_preference,
|
|
2364
|
+
tunnel_interface_vmanage_connection_preference_variable=self.tunnel_interface_vmanage_connection_preference_variable,
|
|
2365
|
+
tunnel_qos_mode=self.tunnel_qos_mode,
|
|
2366
|
+
tunnel_qos_mode_variable=self.tunnel_qos_mode_variable,
|
|
2367
|
+
version=self.version,
|
|
2368
|
+
xconnect=self.xconnect,
|
|
2369
|
+
xconnect_variable=self.xconnect_variable)
|
|
2370
|
+
|
|
2371
|
+
|
|
2372
|
+
def get_transport_wan_vpn_interface_ethernet_feature(feature_profile_id: Optional[str] = None,
|
|
2373
|
+
id: Optional[str] = None,
|
|
2374
|
+
transport_wan_vpn_feature_id: Optional[str] = None,
|
|
2375
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetTransportWanVpnInterfaceEthernetFeatureResult:
|
|
2376
|
+
"""
|
|
2377
|
+
This data source can read the Transport WAN VPN Interface Ethernet Feature.
|
|
2378
|
+
|
|
2379
|
+
## Example Usage
|
|
2380
|
+
|
|
2381
|
+
```python
|
|
2382
|
+
import pulumi
|
|
2383
|
+
import pulumi_sdwan as sdwan
|
|
2384
|
+
|
|
2385
|
+
example = sdwan.get_transport_wan_vpn_interface_ethernet_feature(id="f6b2c44c-693c-4763-b010-895aa3d236bd",
|
|
2386
|
+
feature_profile_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
|
|
2387
|
+
transport_wan_vpn_feature_id="140331f6-5418-4755-a059-13c77eb96037")
|
|
2388
|
+
```
|
|
2389
|
+
|
|
2390
|
+
|
|
2391
|
+
:param str feature_profile_id: Feature Profile ID
|
|
2392
|
+
:param str id: The id of the Feature
|
|
2393
|
+
:param str transport_wan_vpn_feature_id: Transport WAN VPN Feature ID
|
|
2394
|
+
"""
|
|
2395
|
+
__args__ = dict()
|
|
2396
|
+
__args__['featureProfileId'] = feature_profile_id
|
|
2397
|
+
__args__['id'] = id
|
|
2398
|
+
__args__['transportWanVpnFeatureId'] = transport_wan_vpn_feature_id
|
|
2399
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
2400
|
+
__ret__ = pulumi.runtime.invoke('sdwan:index/getTransportWanVpnInterfaceEthernetFeature:getTransportWanVpnInterfaceEthernetFeature', __args__, opts=opts, typ=GetTransportWanVpnInterfaceEthernetFeatureResult).value
|
|
2401
|
+
|
|
2402
|
+
return AwaitableGetTransportWanVpnInterfaceEthernetFeatureResult(
|
|
2403
|
+
acl_ipv4_egress_feature_id=pulumi.get(__ret__, 'acl_ipv4_egress_feature_id'),
|
|
2404
|
+
acl_ipv4_ingress_feature_id=pulumi.get(__ret__, 'acl_ipv4_ingress_feature_id'),
|
|
2405
|
+
acl_ipv6_egress_feature_id=pulumi.get(__ret__, 'acl_ipv6_egress_feature_id'),
|
|
2406
|
+
acl_ipv6_ingress_feature_id=pulumi.get(__ret__, 'acl_ipv6_ingress_feature_id'),
|
|
2407
|
+
arp_timeout=pulumi.get(__ret__, 'arp_timeout'),
|
|
2408
|
+
arp_timeout_variable=pulumi.get(__ret__, 'arp_timeout_variable'),
|
|
2409
|
+
arps=pulumi.get(__ret__, 'arps'),
|
|
2410
|
+
auto_detect_bandwidth=pulumi.get(__ret__, 'auto_detect_bandwidth'),
|
|
2411
|
+
auto_detect_bandwidth_variable=pulumi.get(__ret__, 'auto_detect_bandwidth_variable'),
|
|
2412
|
+
autonegotiate=pulumi.get(__ret__, 'autonegotiate'),
|
|
2413
|
+
autonegotiate_variable=pulumi.get(__ret__, 'autonegotiate_variable'),
|
|
2414
|
+
bandwidth_downstream=pulumi.get(__ret__, 'bandwidth_downstream'),
|
|
2415
|
+
bandwidth_downstream_variable=pulumi.get(__ret__, 'bandwidth_downstream_variable'),
|
|
2416
|
+
bandwidth_upstream=pulumi.get(__ret__, 'bandwidth_upstream'),
|
|
2417
|
+
bandwidth_upstream_variable=pulumi.get(__ret__, 'bandwidth_upstream_variable'),
|
|
2418
|
+
block_non_source_ip=pulumi.get(__ret__, 'block_non_source_ip'),
|
|
2419
|
+
block_non_source_ip_variable=pulumi.get(__ret__, 'block_non_source_ip_variable'),
|
|
2420
|
+
description=pulumi.get(__ret__, 'description'),
|
|
2421
|
+
duplex=pulumi.get(__ret__, 'duplex'),
|
|
2422
|
+
duplex_variable=pulumi.get(__ret__, 'duplex_variable'),
|
|
2423
|
+
enable_dhcpv6=pulumi.get(__ret__, 'enable_dhcpv6'),
|
|
2424
|
+
feature_profile_id=pulumi.get(__ret__, 'feature_profile_id'),
|
|
2425
|
+
gre_tunnel_source_ip=pulumi.get(__ret__, 'gre_tunnel_source_ip'),
|
|
2426
|
+
gre_tunnel_source_ip_variable=pulumi.get(__ret__, 'gre_tunnel_source_ip_variable'),
|
|
2427
|
+
icmp_redirect_disable=pulumi.get(__ret__, 'icmp_redirect_disable'),
|
|
2428
|
+
icmp_redirect_disable_variable=pulumi.get(__ret__, 'icmp_redirect_disable_variable'),
|
|
2429
|
+
id=pulumi.get(__ret__, 'id'),
|
|
2430
|
+
interface_description=pulumi.get(__ret__, 'interface_description'),
|
|
2431
|
+
interface_description_variable=pulumi.get(__ret__, 'interface_description_variable'),
|
|
2432
|
+
interface_mtu=pulumi.get(__ret__, 'interface_mtu'),
|
|
2433
|
+
interface_mtu_variable=pulumi.get(__ret__, 'interface_mtu_variable'),
|
|
2434
|
+
interface_name=pulumi.get(__ret__, 'interface_name'),
|
|
2435
|
+
interface_name_variable=pulumi.get(__ret__, 'interface_name_variable'),
|
|
2436
|
+
ip_directed_broadcast=pulumi.get(__ret__, 'ip_directed_broadcast'),
|
|
2437
|
+
ip_directed_broadcast_variable=pulumi.get(__ret__, 'ip_directed_broadcast_variable'),
|
|
2438
|
+
ip_mtu=pulumi.get(__ret__, 'ip_mtu'),
|
|
2439
|
+
ip_mtu_variable=pulumi.get(__ret__, 'ip_mtu_variable'),
|
|
2440
|
+
iperf_server=pulumi.get(__ret__, 'iperf_server'),
|
|
2441
|
+
iperf_server_variable=pulumi.get(__ret__, 'iperf_server_variable'),
|
|
2442
|
+
ipv4_address=pulumi.get(__ret__, 'ipv4_address'),
|
|
2443
|
+
ipv4_address_variable=pulumi.get(__ret__, 'ipv4_address_variable'),
|
|
2444
|
+
ipv4_configuration_type=pulumi.get(__ret__, 'ipv4_configuration_type'),
|
|
2445
|
+
ipv4_dhcp_distance=pulumi.get(__ret__, 'ipv4_dhcp_distance'),
|
|
2446
|
+
ipv4_dhcp_distance_variable=pulumi.get(__ret__, 'ipv4_dhcp_distance_variable'),
|
|
2447
|
+
ipv4_dhcp_helper_variable=pulumi.get(__ret__, 'ipv4_dhcp_helper_variable'),
|
|
2448
|
+
ipv4_dhcp_helpers=pulumi.get(__ret__, 'ipv4_dhcp_helpers'),
|
|
2449
|
+
ipv4_secondary_addresses=pulumi.get(__ret__, 'ipv4_secondary_addresses'),
|
|
2450
|
+
ipv4_subnet_mask=pulumi.get(__ret__, 'ipv4_subnet_mask'),
|
|
2451
|
+
ipv4_subnet_mask_variable=pulumi.get(__ret__, 'ipv4_subnet_mask_variable'),
|
|
2452
|
+
ipv6_address=pulumi.get(__ret__, 'ipv6_address'),
|
|
2453
|
+
ipv6_address_variable=pulumi.get(__ret__, 'ipv6_address_variable'),
|
|
2454
|
+
ipv6_configuration_type=pulumi.get(__ret__, 'ipv6_configuration_type'),
|
|
2455
|
+
ipv6_dhcp_secondary_addresses=pulumi.get(__ret__, 'ipv6_dhcp_secondary_addresses'),
|
|
2456
|
+
ipv6_secondary_addresses=pulumi.get(__ret__, 'ipv6_secondary_addresses'),
|
|
2457
|
+
load_interval=pulumi.get(__ret__, 'load_interval'),
|
|
2458
|
+
load_interval_variable=pulumi.get(__ret__, 'load_interval_variable'),
|
|
2459
|
+
mac_address=pulumi.get(__ret__, 'mac_address'),
|
|
2460
|
+
mac_address_variable=pulumi.get(__ret__, 'mac_address_variable'),
|
|
2461
|
+
media_type=pulumi.get(__ret__, 'media_type'),
|
|
2462
|
+
media_type_variable=pulumi.get(__ret__, 'media_type_variable'),
|
|
2463
|
+
name=pulumi.get(__ret__, 'name'),
|
|
2464
|
+
nat64=pulumi.get(__ret__, 'nat64'),
|
|
2465
|
+
nat66=pulumi.get(__ret__, 'nat66'),
|
|
2466
|
+
nat_ipv4=pulumi.get(__ret__, 'nat_ipv4'),
|
|
2467
|
+
nat_ipv4_variable=pulumi.get(__ret__, 'nat_ipv4_variable'),
|
|
2468
|
+
nat_ipv6=pulumi.get(__ret__, 'nat_ipv6'),
|
|
2469
|
+
nat_ipv6_variable=pulumi.get(__ret__, 'nat_ipv6_variable'),
|
|
2470
|
+
nat_loopback=pulumi.get(__ret__, 'nat_loopback'),
|
|
2471
|
+
nat_loopback_variable=pulumi.get(__ret__, 'nat_loopback_variable'),
|
|
2472
|
+
nat_overload=pulumi.get(__ret__, 'nat_overload'),
|
|
2473
|
+
nat_overload_variable=pulumi.get(__ret__, 'nat_overload_variable'),
|
|
2474
|
+
nat_prefix_length=pulumi.get(__ret__, 'nat_prefix_length'),
|
|
2475
|
+
nat_prefix_length_variable=pulumi.get(__ret__, 'nat_prefix_length_variable'),
|
|
2476
|
+
nat_range_end=pulumi.get(__ret__, 'nat_range_end'),
|
|
2477
|
+
nat_range_end_variable=pulumi.get(__ret__, 'nat_range_end_variable'),
|
|
2478
|
+
nat_range_start=pulumi.get(__ret__, 'nat_range_start'),
|
|
2479
|
+
nat_range_start_variable=pulumi.get(__ret__, 'nat_range_start_variable'),
|
|
2480
|
+
nat_tcp_timeout=pulumi.get(__ret__, 'nat_tcp_timeout'),
|
|
2481
|
+
nat_tcp_timeout_variable=pulumi.get(__ret__, 'nat_tcp_timeout_variable'),
|
|
2482
|
+
nat_type=pulumi.get(__ret__, 'nat_type'),
|
|
2483
|
+
nat_type_variable=pulumi.get(__ret__, 'nat_type_variable'),
|
|
2484
|
+
nat_udp_timeout=pulumi.get(__ret__, 'nat_udp_timeout'),
|
|
2485
|
+
nat_udp_timeout_variable=pulumi.get(__ret__, 'nat_udp_timeout_variable'),
|
|
2486
|
+
new_static_nats=pulumi.get(__ret__, 'new_static_nats'),
|
|
2487
|
+
per_tunnel_qos=pulumi.get(__ret__, 'per_tunnel_qos'),
|
|
2488
|
+
per_tunnel_qos_variable=pulumi.get(__ret__, 'per_tunnel_qos_variable'),
|
|
2489
|
+
qos_adaptive=pulumi.get(__ret__, 'qos_adaptive'),
|
|
2490
|
+
qos_adaptive_bandwidth_downstream=pulumi.get(__ret__, 'qos_adaptive_bandwidth_downstream'),
|
|
2491
|
+
qos_adaptive_bandwidth_upstream=pulumi.get(__ret__, 'qos_adaptive_bandwidth_upstream'),
|
|
2492
|
+
qos_adaptive_default_downstream=pulumi.get(__ret__, 'qos_adaptive_default_downstream'),
|
|
2493
|
+
qos_adaptive_default_downstream_variable=pulumi.get(__ret__, 'qos_adaptive_default_downstream_variable'),
|
|
2494
|
+
qos_adaptive_default_upstream=pulumi.get(__ret__, 'qos_adaptive_default_upstream'),
|
|
2495
|
+
qos_adaptive_default_upstream_variable=pulumi.get(__ret__, 'qos_adaptive_default_upstream_variable'),
|
|
2496
|
+
qos_adaptive_max_downstream=pulumi.get(__ret__, 'qos_adaptive_max_downstream'),
|
|
2497
|
+
qos_adaptive_max_downstream_variable=pulumi.get(__ret__, 'qos_adaptive_max_downstream_variable'),
|
|
2498
|
+
qos_adaptive_max_upstream=pulumi.get(__ret__, 'qos_adaptive_max_upstream'),
|
|
2499
|
+
qos_adaptive_max_upstream_variable=pulumi.get(__ret__, 'qos_adaptive_max_upstream_variable'),
|
|
2500
|
+
qos_adaptive_min_downstream=pulumi.get(__ret__, 'qos_adaptive_min_downstream'),
|
|
2501
|
+
qos_adaptive_min_downstream_variable=pulumi.get(__ret__, 'qos_adaptive_min_downstream_variable'),
|
|
2502
|
+
qos_adaptive_min_upstream=pulumi.get(__ret__, 'qos_adaptive_min_upstream'),
|
|
2503
|
+
qos_adaptive_min_upstream_variable=pulumi.get(__ret__, 'qos_adaptive_min_upstream_variable'),
|
|
2504
|
+
qos_adaptive_period=pulumi.get(__ret__, 'qos_adaptive_period'),
|
|
2505
|
+
qos_adaptive_period_variable=pulumi.get(__ret__, 'qos_adaptive_period_variable'),
|
|
2506
|
+
qos_shaping_rate=pulumi.get(__ret__, 'qos_shaping_rate'),
|
|
2507
|
+
qos_shaping_rate_variable=pulumi.get(__ret__, 'qos_shaping_rate_variable'),
|
|
2508
|
+
service_provider=pulumi.get(__ret__, 'service_provider'),
|
|
2509
|
+
service_provider_variable=pulumi.get(__ret__, 'service_provider_variable'),
|
|
2510
|
+
shutdown=pulumi.get(__ret__, 'shutdown'),
|
|
2511
|
+
shutdown_variable=pulumi.get(__ret__, 'shutdown_variable'),
|
|
2512
|
+
speed=pulumi.get(__ret__, 'speed'),
|
|
2513
|
+
speed_variable=pulumi.get(__ret__, 'speed_variable'),
|
|
2514
|
+
static_nat66s=pulumi.get(__ret__, 'static_nat66s'),
|
|
2515
|
+
tcp_mss=pulumi.get(__ret__, 'tcp_mss'),
|
|
2516
|
+
tcp_mss_variable=pulumi.get(__ret__, 'tcp_mss_variable'),
|
|
2517
|
+
tloc_extension=pulumi.get(__ret__, 'tloc_extension'),
|
|
2518
|
+
tloc_extension_variable=pulumi.get(__ret__, 'tloc_extension_variable'),
|
|
2519
|
+
tracker=pulumi.get(__ret__, 'tracker'),
|
|
2520
|
+
tracker_variable=pulumi.get(__ret__, 'tracker_variable'),
|
|
2521
|
+
transport_wan_vpn_feature_id=pulumi.get(__ret__, 'transport_wan_vpn_feature_id'),
|
|
2522
|
+
tunnel_bandwidth_percent=pulumi.get(__ret__, 'tunnel_bandwidth_percent'),
|
|
2523
|
+
tunnel_bandwidth_percent_variable=pulumi.get(__ret__, 'tunnel_bandwidth_percent_variable'),
|
|
2524
|
+
tunnel_interface=pulumi.get(__ret__, 'tunnel_interface'),
|
|
2525
|
+
tunnel_interface_allow_all=pulumi.get(__ret__, 'tunnel_interface_allow_all'),
|
|
2526
|
+
tunnel_interface_allow_all_variable=pulumi.get(__ret__, 'tunnel_interface_allow_all_variable'),
|
|
2527
|
+
tunnel_interface_allow_bfd=pulumi.get(__ret__, 'tunnel_interface_allow_bfd'),
|
|
2528
|
+
tunnel_interface_allow_bfd_variable=pulumi.get(__ret__, 'tunnel_interface_allow_bfd_variable'),
|
|
2529
|
+
tunnel_interface_allow_bgp=pulumi.get(__ret__, 'tunnel_interface_allow_bgp'),
|
|
2530
|
+
tunnel_interface_allow_bgp_variable=pulumi.get(__ret__, 'tunnel_interface_allow_bgp_variable'),
|
|
2531
|
+
tunnel_interface_allow_dhcp=pulumi.get(__ret__, 'tunnel_interface_allow_dhcp'),
|
|
2532
|
+
tunnel_interface_allow_dhcp_variable=pulumi.get(__ret__, 'tunnel_interface_allow_dhcp_variable'),
|
|
2533
|
+
tunnel_interface_allow_dns=pulumi.get(__ret__, 'tunnel_interface_allow_dns'),
|
|
2534
|
+
tunnel_interface_allow_dns_variable=pulumi.get(__ret__, 'tunnel_interface_allow_dns_variable'),
|
|
2535
|
+
tunnel_interface_allow_https=pulumi.get(__ret__, 'tunnel_interface_allow_https'),
|
|
2536
|
+
tunnel_interface_allow_https_variable=pulumi.get(__ret__, 'tunnel_interface_allow_https_variable'),
|
|
2537
|
+
tunnel_interface_allow_icmp=pulumi.get(__ret__, 'tunnel_interface_allow_icmp'),
|
|
2538
|
+
tunnel_interface_allow_icmp_variable=pulumi.get(__ret__, 'tunnel_interface_allow_icmp_variable'),
|
|
2539
|
+
tunnel_interface_allow_netconf=pulumi.get(__ret__, 'tunnel_interface_allow_netconf'),
|
|
2540
|
+
tunnel_interface_allow_netconf_variable=pulumi.get(__ret__, 'tunnel_interface_allow_netconf_variable'),
|
|
2541
|
+
tunnel_interface_allow_ntp=pulumi.get(__ret__, 'tunnel_interface_allow_ntp'),
|
|
2542
|
+
tunnel_interface_allow_ntp_variable=pulumi.get(__ret__, 'tunnel_interface_allow_ntp_variable'),
|
|
2543
|
+
tunnel_interface_allow_ospf=pulumi.get(__ret__, 'tunnel_interface_allow_ospf'),
|
|
2544
|
+
tunnel_interface_allow_ospf_variable=pulumi.get(__ret__, 'tunnel_interface_allow_ospf_variable'),
|
|
2545
|
+
tunnel_interface_allow_snmp=pulumi.get(__ret__, 'tunnel_interface_allow_snmp'),
|
|
2546
|
+
tunnel_interface_allow_snmp_variable=pulumi.get(__ret__, 'tunnel_interface_allow_snmp_variable'),
|
|
2547
|
+
tunnel_interface_allow_ssh=pulumi.get(__ret__, 'tunnel_interface_allow_ssh'),
|
|
2548
|
+
tunnel_interface_allow_ssh_variable=pulumi.get(__ret__, 'tunnel_interface_allow_ssh_variable'),
|
|
2549
|
+
tunnel_interface_allow_stun=pulumi.get(__ret__, 'tunnel_interface_allow_stun'),
|
|
2550
|
+
tunnel_interface_allow_stun_variable=pulumi.get(__ret__, 'tunnel_interface_allow_stun_variable'),
|
|
2551
|
+
tunnel_interface_bind_loopback_tunnel=pulumi.get(__ret__, 'tunnel_interface_bind_loopback_tunnel'),
|
|
2552
|
+
tunnel_interface_bind_loopback_tunnel_variable=pulumi.get(__ret__, 'tunnel_interface_bind_loopback_tunnel_variable'),
|
|
2553
|
+
tunnel_interface_border=pulumi.get(__ret__, 'tunnel_interface_border'),
|
|
2554
|
+
tunnel_interface_border_variable=pulumi.get(__ret__, 'tunnel_interface_border_variable'),
|
|
2555
|
+
tunnel_interface_carrier=pulumi.get(__ret__, 'tunnel_interface_carrier'),
|
|
2556
|
+
tunnel_interface_carrier_variable=pulumi.get(__ret__, 'tunnel_interface_carrier_variable'),
|
|
2557
|
+
tunnel_interface_clear_dont_fragment=pulumi.get(__ret__, 'tunnel_interface_clear_dont_fragment'),
|
|
2558
|
+
tunnel_interface_clear_dont_fragment_variable=pulumi.get(__ret__, 'tunnel_interface_clear_dont_fragment_variable'),
|
|
2559
|
+
tunnel_interface_color=pulumi.get(__ret__, 'tunnel_interface_color'),
|
|
2560
|
+
tunnel_interface_color_restrict=pulumi.get(__ret__, 'tunnel_interface_color_restrict'),
|
|
2561
|
+
tunnel_interface_color_restrict_variable=pulumi.get(__ret__, 'tunnel_interface_color_restrict_variable'),
|
|
2562
|
+
tunnel_interface_color_variable=pulumi.get(__ret__, 'tunnel_interface_color_variable'),
|
|
2563
|
+
tunnel_interface_cts_sgt_propagation=pulumi.get(__ret__, 'tunnel_interface_cts_sgt_propagation'),
|
|
2564
|
+
tunnel_interface_cts_sgt_propagation_variable=pulumi.get(__ret__, 'tunnel_interface_cts_sgt_propagation_variable'),
|
|
2565
|
+
tunnel_interface_encapsulations=pulumi.get(__ret__, 'tunnel_interface_encapsulations'),
|
|
2566
|
+
tunnel_interface_exclude_controller_group_list_variable=pulumi.get(__ret__, 'tunnel_interface_exclude_controller_group_list_variable'),
|
|
2567
|
+
tunnel_interface_exclude_controller_group_lists=pulumi.get(__ret__, 'tunnel_interface_exclude_controller_group_lists'),
|
|
2568
|
+
tunnel_interface_gre_tunnel_destination_ip=pulumi.get(__ret__, 'tunnel_interface_gre_tunnel_destination_ip'),
|
|
2569
|
+
tunnel_interface_gre_tunnel_destination_ip_variable=pulumi.get(__ret__, 'tunnel_interface_gre_tunnel_destination_ip_variable'),
|
|
2570
|
+
tunnel_interface_groups=pulumi.get(__ret__, 'tunnel_interface_groups'),
|
|
2571
|
+
tunnel_interface_groups_variable=pulumi.get(__ret__, 'tunnel_interface_groups_variable'),
|
|
2572
|
+
tunnel_interface_hello_interval=pulumi.get(__ret__, 'tunnel_interface_hello_interval'),
|
|
2573
|
+
tunnel_interface_hello_interval_variable=pulumi.get(__ret__, 'tunnel_interface_hello_interval_variable'),
|
|
2574
|
+
tunnel_interface_hello_tolerance=pulumi.get(__ret__, 'tunnel_interface_hello_tolerance'),
|
|
2575
|
+
tunnel_interface_hello_tolerance_variable=pulumi.get(__ret__, 'tunnel_interface_hello_tolerance_variable'),
|
|
2576
|
+
tunnel_interface_last_resort_circuit=pulumi.get(__ret__, 'tunnel_interface_last_resort_circuit'),
|
|
2577
|
+
tunnel_interface_last_resort_circuit_variable=pulumi.get(__ret__, 'tunnel_interface_last_resort_circuit_variable'),
|
|
2578
|
+
tunnel_interface_low_bandwidth_link=pulumi.get(__ret__, 'tunnel_interface_low_bandwidth_link'),
|
|
2579
|
+
tunnel_interface_low_bandwidth_link_variable=pulumi.get(__ret__, 'tunnel_interface_low_bandwidth_link_variable'),
|
|
2580
|
+
tunnel_interface_max_control_connections=pulumi.get(__ret__, 'tunnel_interface_max_control_connections'),
|
|
2581
|
+
tunnel_interface_max_control_connections_variable=pulumi.get(__ret__, 'tunnel_interface_max_control_connections_variable'),
|
|
2582
|
+
tunnel_interface_nat_refresh_interval=pulumi.get(__ret__, 'tunnel_interface_nat_refresh_interval'),
|
|
2583
|
+
tunnel_interface_nat_refresh_interval_variable=pulumi.get(__ret__, 'tunnel_interface_nat_refresh_interval_variable'),
|
|
2584
|
+
tunnel_interface_network_broadcast=pulumi.get(__ret__, 'tunnel_interface_network_broadcast'),
|
|
2585
|
+
tunnel_interface_network_broadcast_variable=pulumi.get(__ret__, 'tunnel_interface_network_broadcast_variable'),
|
|
2586
|
+
tunnel_interface_port_hop=pulumi.get(__ret__, 'tunnel_interface_port_hop'),
|
|
2587
|
+
tunnel_interface_port_hop_variable=pulumi.get(__ret__, 'tunnel_interface_port_hop_variable'),
|
|
2588
|
+
tunnel_interface_tunnel_tcp_mss=pulumi.get(__ret__, 'tunnel_interface_tunnel_tcp_mss'),
|
|
2589
|
+
tunnel_interface_tunnel_tcp_mss_variable=pulumi.get(__ret__, 'tunnel_interface_tunnel_tcp_mss_variable'),
|
|
2590
|
+
tunnel_interface_vbond_as_stun_server=pulumi.get(__ret__, 'tunnel_interface_vbond_as_stun_server'),
|
|
2591
|
+
tunnel_interface_vbond_as_stun_server_variable=pulumi.get(__ret__, 'tunnel_interface_vbond_as_stun_server_variable'),
|
|
2592
|
+
tunnel_interface_vmanage_connection_preference=pulumi.get(__ret__, 'tunnel_interface_vmanage_connection_preference'),
|
|
2593
|
+
tunnel_interface_vmanage_connection_preference_variable=pulumi.get(__ret__, 'tunnel_interface_vmanage_connection_preference_variable'),
|
|
2594
|
+
tunnel_qos_mode=pulumi.get(__ret__, 'tunnel_qos_mode'),
|
|
2595
|
+
tunnel_qos_mode_variable=pulumi.get(__ret__, 'tunnel_qos_mode_variable'),
|
|
2596
|
+
version=pulumi.get(__ret__, 'version'),
|
|
2597
|
+
xconnect=pulumi.get(__ret__, 'xconnect'),
|
|
2598
|
+
xconnect_variable=pulumi.get(__ret__, 'xconnect_variable'))
|
|
2599
|
+
def get_transport_wan_vpn_interface_ethernet_feature_output(feature_profile_id: Optional[pulumi.Input[str]] = None,
|
|
2600
|
+
id: Optional[pulumi.Input[str]] = None,
|
|
2601
|
+
transport_wan_vpn_feature_id: Optional[pulumi.Input[str]] = None,
|
|
2602
|
+
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetTransportWanVpnInterfaceEthernetFeatureResult]:
|
|
2603
|
+
"""
|
|
2604
|
+
This data source can read the Transport WAN VPN Interface Ethernet Feature.
|
|
2605
|
+
|
|
2606
|
+
## Example Usage
|
|
2607
|
+
|
|
2608
|
+
```python
|
|
2609
|
+
import pulumi
|
|
2610
|
+
import pulumi_sdwan as sdwan
|
|
2611
|
+
|
|
2612
|
+
example = sdwan.get_transport_wan_vpn_interface_ethernet_feature(id="f6b2c44c-693c-4763-b010-895aa3d236bd",
|
|
2613
|
+
feature_profile_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
|
|
2614
|
+
transport_wan_vpn_feature_id="140331f6-5418-4755-a059-13c77eb96037")
|
|
2615
|
+
```
|
|
2616
|
+
|
|
2617
|
+
|
|
2618
|
+
:param str feature_profile_id: Feature Profile ID
|
|
2619
|
+
:param str id: The id of the Feature
|
|
2620
|
+
:param str transport_wan_vpn_feature_id: Transport WAN VPN Feature ID
|
|
2621
|
+
"""
|
|
2622
|
+
__args__ = dict()
|
|
2623
|
+
__args__['featureProfileId'] = feature_profile_id
|
|
2624
|
+
__args__['id'] = id
|
|
2625
|
+
__args__['transportWanVpnFeatureId'] = transport_wan_vpn_feature_id
|
|
2626
|
+
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
2627
|
+
__ret__ = pulumi.runtime.invoke_output('sdwan:index/getTransportWanVpnInterfaceEthernetFeature:getTransportWanVpnInterfaceEthernetFeature', __args__, opts=opts, typ=GetTransportWanVpnInterfaceEthernetFeatureResult)
|
|
2628
|
+
return __ret__.apply(lambda __response__: GetTransportWanVpnInterfaceEthernetFeatureResult(
|
|
2629
|
+
acl_ipv4_egress_feature_id=pulumi.get(__response__, 'acl_ipv4_egress_feature_id'),
|
|
2630
|
+
acl_ipv4_ingress_feature_id=pulumi.get(__response__, 'acl_ipv4_ingress_feature_id'),
|
|
2631
|
+
acl_ipv6_egress_feature_id=pulumi.get(__response__, 'acl_ipv6_egress_feature_id'),
|
|
2632
|
+
acl_ipv6_ingress_feature_id=pulumi.get(__response__, 'acl_ipv6_ingress_feature_id'),
|
|
2633
|
+
arp_timeout=pulumi.get(__response__, 'arp_timeout'),
|
|
2634
|
+
arp_timeout_variable=pulumi.get(__response__, 'arp_timeout_variable'),
|
|
2635
|
+
arps=pulumi.get(__response__, 'arps'),
|
|
2636
|
+
auto_detect_bandwidth=pulumi.get(__response__, 'auto_detect_bandwidth'),
|
|
2637
|
+
auto_detect_bandwidth_variable=pulumi.get(__response__, 'auto_detect_bandwidth_variable'),
|
|
2638
|
+
autonegotiate=pulumi.get(__response__, 'autonegotiate'),
|
|
2639
|
+
autonegotiate_variable=pulumi.get(__response__, 'autonegotiate_variable'),
|
|
2640
|
+
bandwidth_downstream=pulumi.get(__response__, 'bandwidth_downstream'),
|
|
2641
|
+
bandwidth_downstream_variable=pulumi.get(__response__, 'bandwidth_downstream_variable'),
|
|
2642
|
+
bandwidth_upstream=pulumi.get(__response__, 'bandwidth_upstream'),
|
|
2643
|
+
bandwidth_upstream_variable=pulumi.get(__response__, 'bandwidth_upstream_variable'),
|
|
2644
|
+
block_non_source_ip=pulumi.get(__response__, 'block_non_source_ip'),
|
|
2645
|
+
block_non_source_ip_variable=pulumi.get(__response__, 'block_non_source_ip_variable'),
|
|
2646
|
+
description=pulumi.get(__response__, 'description'),
|
|
2647
|
+
duplex=pulumi.get(__response__, 'duplex'),
|
|
2648
|
+
duplex_variable=pulumi.get(__response__, 'duplex_variable'),
|
|
2649
|
+
enable_dhcpv6=pulumi.get(__response__, 'enable_dhcpv6'),
|
|
2650
|
+
feature_profile_id=pulumi.get(__response__, 'feature_profile_id'),
|
|
2651
|
+
gre_tunnel_source_ip=pulumi.get(__response__, 'gre_tunnel_source_ip'),
|
|
2652
|
+
gre_tunnel_source_ip_variable=pulumi.get(__response__, 'gre_tunnel_source_ip_variable'),
|
|
2653
|
+
icmp_redirect_disable=pulumi.get(__response__, 'icmp_redirect_disable'),
|
|
2654
|
+
icmp_redirect_disable_variable=pulumi.get(__response__, 'icmp_redirect_disable_variable'),
|
|
2655
|
+
id=pulumi.get(__response__, 'id'),
|
|
2656
|
+
interface_description=pulumi.get(__response__, 'interface_description'),
|
|
2657
|
+
interface_description_variable=pulumi.get(__response__, 'interface_description_variable'),
|
|
2658
|
+
interface_mtu=pulumi.get(__response__, 'interface_mtu'),
|
|
2659
|
+
interface_mtu_variable=pulumi.get(__response__, 'interface_mtu_variable'),
|
|
2660
|
+
interface_name=pulumi.get(__response__, 'interface_name'),
|
|
2661
|
+
interface_name_variable=pulumi.get(__response__, 'interface_name_variable'),
|
|
2662
|
+
ip_directed_broadcast=pulumi.get(__response__, 'ip_directed_broadcast'),
|
|
2663
|
+
ip_directed_broadcast_variable=pulumi.get(__response__, 'ip_directed_broadcast_variable'),
|
|
2664
|
+
ip_mtu=pulumi.get(__response__, 'ip_mtu'),
|
|
2665
|
+
ip_mtu_variable=pulumi.get(__response__, 'ip_mtu_variable'),
|
|
2666
|
+
iperf_server=pulumi.get(__response__, 'iperf_server'),
|
|
2667
|
+
iperf_server_variable=pulumi.get(__response__, 'iperf_server_variable'),
|
|
2668
|
+
ipv4_address=pulumi.get(__response__, 'ipv4_address'),
|
|
2669
|
+
ipv4_address_variable=pulumi.get(__response__, 'ipv4_address_variable'),
|
|
2670
|
+
ipv4_configuration_type=pulumi.get(__response__, 'ipv4_configuration_type'),
|
|
2671
|
+
ipv4_dhcp_distance=pulumi.get(__response__, 'ipv4_dhcp_distance'),
|
|
2672
|
+
ipv4_dhcp_distance_variable=pulumi.get(__response__, 'ipv4_dhcp_distance_variable'),
|
|
2673
|
+
ipv4_dhcp_helper_variable=pulumi.get(__response__, 'ipv4_dhcp_helper_variable'),
|
|
2674
|
+
ipv4_dhcp_helpers=pulumi.get(__response__, 'ipv4_dhcp_helpers'),
|
|
2675
|
+
ipv4_secondary_addresses=pulumi.get(__response__, 'ipv4_secondary_addresses'),
|
|
2676
|
+
ipv4_subnet_mask=pulumi.get(__response__, 'ipv4_subnet_mask'),
|
|
2677
|
+
ipv4_subnet_mask_variable=pulumi.get(__response__, 'ipv4_subnet_mask_variable'),
|
|
2678
|
+
ipv6_address=pulumi.get(__response__, 'ipv6_address'),
|
|
2679
|
+
ipv6_address_variable=pulumi.get(__response__, 'ipv6_address_variable'),
|
|
2680
|
+
ipv6_configuration_type=pulumi.get(__response__, 'ipv6_configuration_type'),
|
|
2681
|
+
ipv6_dhcp_secondary_addresses=pulumi.get(__response__, 'ipv6_dhcp_secondary_addresses'),
|
|
2682
|
+
ipv6_secondary_addresses=pulumi.get(__response__, 'ipv6_secondary_addresses'),
|
|
2683
|
+
load_interval=pulumi.get(__response__, 'load_interval'),
|
|
2684
|
+
load_interval_variable=pulumi.get(__response__, 'load_interval_variable'),
|
|
2685
|
+
mac_address=pulumi.get(__response__, 'mac_address'),
|
|
2686
|
+
mac_address_variable=pulumi.get(__response__, 'mac_address_variable'),
|
|
2687
|
+
media_type=pulumi.get(__response__, 'media_type'),
|
|
2688
|
+
media_type_variable=pulumi.get(__response__, 'media_type_variable'),
|
|
2689
|
+
name=pulumi.get(__response__, 'name'),
|
|
2690
|
+
nat64=pulumi.get(__response__, 'nat64'),
|
|
2691
|
+
nat66=pulumi.get(__response__, 'nat66'),
|
|
2692
|
+
nat_ipv4=pulumi.get(__response__, 'nat_ipv4'),
|
|
2693
|
+
nat_ipv4_variable=pulumi.get(__response__, 'nat_ipv4_variable'),
|
|
2694
|
+
nat_ipv6=pulumi.get(__response__, 'nat_ipv6'),
|
|
2695
|
+
nat_ipv6_variable=pulumi.get(__response__, 'nat_ipv6_variable'),
|
|
2696
|
+
nat_loopback=pulumi.get(__response__, 'nat_loopback'),
|
|
2697
|
+
nat_loopback_variable=pulumi.get(__response__, 'nat_loopback_variable'),
|
|
2698
|
+
nat_overload=pulumi.get(__response__, 'nat_overload'),
|
|
2699
|
+
nat_overload_variable=pulumi.get(__response__, 'nat_overload_variable'),
|
|
2700
|
+
nat_prefix_length=pulumi.get(__response__, 'nat_prefix_length'),
|
|
2701
|
+
nat_prefix_length_variable=pulumi.get(__response__, 'nat_prefix_length_variable'),
|
|
2702
|
+
nat_range_end=pulumi.get(__response__, 'nat_range_end'),
|
|
2703
|
+
nat_range_end_variable=pulumi.get(__response__, 'nat_range_end_variable'),
|
|
2704
|
+
nat_range_start=pulumi.get(__response__, 'nat_range_start'),
|
|
2705
|
+
nat_range_start_variable=pulumi.get(__response__, 'nat_range_start_variable'),
|
|
2706
|
+
nat_tcp_timeout=pulumi.get(__response__, 'nat_tcp_timeout'),
|
|
2707
|
+
nat_tcp_timeout_variable=pulumi.get(__response__, 'nat_tcp_timeout_variable'),
|
|
2708
|
+
nat_type=pulumi.get(__response__, 'nat_type'),
|
|
2709
|
+
nat_type_variable=pulumi.get(__response__, 'nat_type_variable'),
|
|
2710
|
+
nat_udp_timeout=pulumi.get(__response__, 'nat_udp_timeout'),
|
|
2711
|
+
nat_udp_timeout_variable=pulumi.get(__response__, 'nat_udp_timeout_variable'),
|
|
2712
|
+
new_static_nats=pulumi.get(__response__, 'new_static_nats'),
|
|
2713
|
+
per_tunnel_qos=pulumi.get(__response__, 'per_tunnel_qos'),
|
|
2714
|
+
per_tunnel_qos_variable=pulumi.get(__response__, 'per_tunnel_qos_variable'),
|
|
2715
|
+
qos_adaptive=pulumi.get(__response__, 'qos_adaptive'),
|
|
2716
|
+
qos_adaptive_bandwidth_downstream=pulumi.get(__response__, 'qos_adaptive_bandwidth_downstream'),
|
|
2717
|
+
qos_adaptive_bandwidth_upstream=pulumi.get(__response__, 'qos_adaptive_bandwidth_upstream'),
|
|
2718
|
+
qos_adaptive_default_downstream=pulumi.get(__response__, 'qos_adaptive_default_downstream'),
|
|
2719
|
+
qos_adaptive_default_downstream_variable=pulumi.get(__response__, 'qos_adaptive_default_downstream_variable'),
|
|
2720
|
+
qos_adaptive_default_upstream=pulumi.get(__response__, 'qos_adaptive_default_upstream'),
|
|
2721
|
+
qos_adaptive_default_upstream_variable=pulumi.get(__response__, 'qos_adaptive_default_upstream_variable'),
|
|
2722
|
+
qos_adaptive_max_downstream=pulumi.get(__response__, 'qos_adaptive_max_downstream'),
|
|
2723
|
+
qos_adaptive_max_downstream_variable=pulumi.get(__response__, 'qos_adaptive_max_downstream_variable'),
|
|
2724
|
+
qos_adaptive_max_upstream=pulumi.get(__response__, 'qos_adaptive_max_upstream'),
|
|
2725
|
+
qos_adaptive_max_upstream_variable=pulumi.get(__response__, 'qos_adaptive_max_upstream_variable'),
|
|
2726
|
+
qos_adaptive_min_downstream=pulumi.get(__response__, 'qos_adaptive_min_downstream'),
|
|
2727
|
+
qos_adaptive_min_downstream_variable=pulumi.get(__response__, 'qos_adaptive_min_downstream_variable'),
|
|
2728
|
+
qos_adaptive_min_upstream=pulumi.get(__response__, 'qos_adaptive_min_upstream'),
|
|
2729
|
+
qos_adaptive_min_upstream_variable=pulumi.get(__response__, 'qos_adaptive_min_upstream_variable'),
|
|
2730
|
+
qos_adaptive_period=pulumi.get(__response__, 'qos_adaptive_period'),
|
|
2731
|
+
qos_adaptive_period_variable=pulumi.get(__response__, 'qos_adaptive_period_variable'),
|
|
2732
|
+
qos_shaping_rate=pulumi.get(__response__, 'qos_shaping_rate'),
|
|
2733
|
+
qos_shaping_rate_variable=pulumi.get(__response__, 'qos_shaping_rate_variable'),
|
|
2734
|
+
service_provider=pulumi.get(__response__, 'service_provider'),
|
|
2735
|
+
service_provider_variable=pulumi.get(__response__, 'service_provider_variable'),
|
|
2736
|
+
shutdown=pulumi.get(__response__, 'shutdown'),
|
|
2737
|
+
shutdown_variable=pulumi.get(__response__, 'shutdown_variable'),
|
|
2738
|
+
speed=pulumi.get(__response__, 'speed'),
|
|
2739
|
+
speed_variable=pulumi.get(__response__, 'speed_variable'),
|
|
2740
|
+
static_nat66s=pulumi.get(__response__, 'static_nat66s'),
|
|
2741
|
+
tcp_mss=pulumi.get(__response__, 'tcp_mss'),
|
|
2742
|
+
tcp_mss_variable=pulumi.get(__response__, 'tcp_mss_variable'),
|
|
2743
|
+
tloc_extension=pulumi.get(__response__, 'tloc_extension'),
|
|
2744
|
+
tloc_extension_variable=pulumi.get(__response__, 'tloc_extension_variable'),
|
|
2745
|
+
tracker=pulumi.get(__response__, 'tracker'),
|
|
2746
|
+
tracker_variable=pulumi.get(__response__, 'tracker_variable'),
|
|
2747
|
+
transport_wan_vpn_feature_id=pulumi.get(__response__, 'transport_wan_vpn_feature_id'),
|
|
2748
|
+
tunnel_bandwidth_percent=pulumi.get(__response__, 'tunnel_bandwidth_percent'),
|
|
2749
|
+
tunnel_bandwidth_percent_variable=pulumi.get(__response__, 'tunnel_bandwidth_percent_variable'),
|
|
2750
|
+
tunnel_interface=pulumi.get(__response__, 'tunnel_interface'),
|
|
2751
|
+
tunnel_interface_allow_all=pulumi.get(__response__, 'tunnel_interface_allow_all'),
|
|
2752
|
+
tunnel_interface_allow_all_variable=pulumi.get(__response__, 'tunnel_interface_allow_all_variable'),
|
|
2753
|
+
tunnel_interface_allow_bfd=pulumi.get(__response__, 'tunnel_interface_allow_bfd'),
|
|
2754
|
+
tunnel_interface_allow_bfd_variable=pulumi.get(__response__, 'tunnel_interface_allow_bfd_variable'),
|
|
2755
|
+
tunnel_interface_allow_bgp=pulumi.get(__response__, 'tunnel_interface_allow_bgp'),
|
|
2756
|
+
tunnel_interface_allow_bgp_variable=pulumi.get(__response__, 'tunnel_interface_allow_bgp_variable'),
|
|
2757
|
+
tunnel_interface_allow_dhcp=pulumi.get(__response__, 'tunnel_interface_allow_dhcp'),
|
|
2758
|
+
tunnel_interface_allow_dhcp_variable=pulumi.get(__response__, 'tunnel_interface_allow_dhcp_variable'),
|
|
2759
|
+
tunnel_interface_allow_dns=pulumi.get(__response__, 'tunnel_interface_allow_dns'),
|
|
2760
|
+
tunnel_interface_allow_dns_variable=pulumi.get(__response__, 'tunnel_interface_allow_dns_variable'),
|
|
2761
|
+
tunnel_interface_allow_https=pulumi.get(__response__, 'tunnel_interface_allow_https'),
|
|
2762
|
+
tunnel_interface_allow_https_variable=pulumi.get(__response__, 'tunnel_interface_allow_https_variable'),
|
|
2763
|
+
tunnel_interface_allow_icmp=pulumi.get(__response__, 'tunnel_interface_allow_icmp'),
|
|
2764
|
+
tunnel_interface_allow_icmp_variable=pulumi.get(__response__, 'tunnel_interface_allow_icmp_variable'),
|
|
2765
|
+
tunnel_interface_allow_netconf=pulumi.get(__response__, 'tunnel_interface_allow_netconf'),
|
|
2766
|
+
tunnel_interface_allow_netconf_variable=pulumi.get(__response__, 'tunnel_interface_allow_netconf_variable'),
|
|
2767
|
+
tunnel_interface_allow_ntp=pulumi.get(__response__, 'tunnel_interface_allow_ntp'),
|
|
2768
|
+
tunnel_interface_allow_ntp_variable=pulumi.get(__response__, 'tunnel_interface_allow_ntp_variable'),
|
|
2769
|
+
tunnel_interface_allow_ospf=pulumi.get(__response__, 'tunnel_interface_allow_ospf'),
|
|
2770
|
+
tunnel_interface_allow_ospf_variable=pulumi.get(__response__, 'tunnel_interface_allow_ospf_variable'),
|
|
2771
|
+
tunnel_interface_allow_snmp=pulumi.get(__response__, 'tunnel_interface_allow_snmp'),
|
|
2772
|
+
tunnel_interface_allow_snmp_variable=pulumi.get(__response__, 'tunnel_interface_allow_snmp_variable'),
|
|
2773
|
+
tunnel_interface_allow_ssh=pulumi.get(__response__, 'tunnel_interface_allow_ssh'),
|
|
2774
|
+
tunnel_interface_allow_ssh_variable=pulumi.get(__response__, 'tunnel_interface_allow_ssh_variable'),
|
|
2775
|
+
tunnel_interface_allow_stun=pulumi.get(__response__, 'tunnel_interface_allow_stun'),
|
|
2776
|
+
tunnel_interface_allow_stun_variable=pulumi.get(__response__, 'tunnel_interface_allow_stun_variable'),
|
|
2777
|
+
tunnel_interface_bind_loopback_tunnel=pulumi.get(__response__, 'tunnel_interface_bind_loopback_tunnel'),
|
|
2778
|
+
tunnel_interface_bind_loopback_tunnel_variable=pulumi.get(__response__, 'tunnel_interface_bind_loopback_tunnel_variable'),
|
|
2779
|
+
tunnel_interface_border=pulumi.get(__response__, 'tunnel_interface_border'),
|
|
2780
|
+
tunnel_interface_border_variable=pulumi.get(__response__, 'tunnel_interface_border_variable'),
|
|
2781
|
+
tunnel_interface_carrier=pulumi.get(__response__, 'tunnel_interface_carrier'),
|
|
2782
|
+
tunnel_interface_carrier_variable=pulumi.get(__response__, 'tunnel_interface_carrier_variable'),
|
|
2783
|
+
tunnel_interface_clear_dont_fragment=pulumi.get(__response__, 'tunnel_interface_clear_dont_fragment'),
|
|
2784
|
+
tunnel_interface_clear_dont_fragment_variable=pulumi.get(__response__, 'tunnel_interface_clear_dont_fragment_variable'),
|
|
2785
|
+
tunnel_interface_color=pulumi.get(__response__, 'tunnel_interface_color'),
|
|
2786
|
+
tunnel_interface_color_restrict=pulumi.get(__response__, 'tunnel_interface_color_restrict'),
|
|
2787
|
+
tunnel_interface_color_restrict_variable=pulumi.get(__response__, 'tunnel_interface_color_restrict_variable'),
|
|
2788
|
+
tunnel_interface_color_variable=pulumi.get(__response__, 'tunnel_interface_color_variable'),
|
|
2789
|
+
tunnel_interface_cts_sgt_propagation=pulumi.get(__response__, 'tunnel_interface_cts_sgt_propagation'),
|
|
2790
|
+
tunnel_interface_cts_sgt_propagation_variable=pulumi.get(__response__, 'tunnel_interface_cts_sgt_propagation_variable'),
|
|
2791
|
+
tunnel_interface_encapsulations=pulumi.get(__response__, 'tunnel_interface_encapsulations'),
|
|
2792
|
+
tunnel_interface_exclude_controller_group_list_variable=pulumi.get(__response__, 'tunnel_interface_exclude_controller_group_list_variable'),
|
|
2793
|
+
tunnel_interface_exclude_controller_group_lists=pulumi.get(__response__, 'tunnel_interface_exclude_controller_group_lists'),
|
|
2794
|
+
tunnel_interface_gre_tunnel_destination_ip=pulumi.get(__response__, 'tunnel_interface_gre_tunnel_destination_ip'),
|
|
2795
|
+
tunnel_interface_gre_tunnel_destination_ip_variable=pulumi.get(__response__, 'tunnel_interface_gre_tunnel_destination_ip_variable'),
|
|
2796
|
+
tunnel_interface_groups=pulumi.get(__response__, 'tunnel_interface_groups'),
|
|
2797
|
+
tunnel_interface_groups_variable=pulumi.get(__response__, 'tunnel_interface_groups_variable'),
|
|
2798
|
+
tunnel_interface_hello_interval=pulumi.get(__response__, 'tunnel_interface_hello_interval'),
|
|
2799
|
+
tunnel_interface_hello_interval_variable=pulumi.get(__response__, 'tunnel_interface_hello_interval_variable'),
|
|
2800
|
+
tunnel_interface_hello_tolerance=pulumi.get(__response__, 'tunnel_interface_hello_tolerance'),
|
|
2801
|
+
tunnel_interface_hello_tolerance_variable=pulumi.get(__response__, 'tunnel_interface_hello_tolerance_variable'),
|
|
2802
|
+
tunnel_interface_last_resort_circuit=pulumi.get(__response__, 'tunnel_interface_last_resort_circuit'),
|
|
2803
|
+
tunnel_interface_last_resort_circuit_variable=pulumi.get(__response__, 'tunnel_interface_last_resort_circuit_variable'),
|
|
2804
|
+
tunnel_interface_low_bandwidth_link=pulumi.get(__response__, 'tunnel_interface_low_bandwidth_link'),
|
|
2805
|
+
tunnel_interface_low_bandwidth_link_variable=pulumi.get(__response__, 'tunnel_interface_low_bandwidth_link_variable'),
|
|
2806
|
+
tunnel_interface_max_control_connections=pulumi.get(__response__, 'tunnel_interface_max_control_connections'),
|
|
2807
|
+
tunnel_interface_max_control_connections_variable=pulumi.get(__response__, 'tunnel_interface_max_control_connections_variable'),
|
|
2808
|
+
tunnel_interface_nat_refresh_interval=pulumi.get(__response__, 'tunnel_interface_nat_refresh_interval'),
|
|
2809
|
+
tunnel_interface_nat_refresh_interval_variable=pulumi.get(__response__, 'tunnel_interface_nat_refresh_interval_variable'),
|
|
2810
|
+
tunnel_interface_network_broadcast=pulumi.get(__response__, 'tunnel_interface_network_broadcast'),
|
|
2811
|
+
tunnel_interface_network_broadcast_variable=pulumi.get(__response__, 'tunnel_interface_network_broadcast_variable'),
|
|
2812
|
+
tunnel_interface_port_hop=pulumi.get(__response__, 'tunnel_interface_port_hop'),
|
|
2813
|
+
tunnel_interface_port_hop_variable=pulumi.get(__response__, 'tunnel_interface_port_hop_variable'),
|
|
2814
|
+
tunnel_interface_tunnel_tcp_mss=pulumi.get(__response__, 'tunnel_interface_tunnel_tcp_mss'),
|
|
2815
|
+
tunnel_interface_tunnel_tcp_mss_variable=pulumi.get(__response__, 'tunnel_interface_tunnel_tcp_mss_variable'),
|
|
2816
|
+
tunnel_interface_vbond_as_stun_server=pulumi.get(__response__, 'tunnel_interface_vbond_as_stun_server'),
|
|
2817
|
+
tunnel_interface_vbond_as_stun_server_variable=pulumi.get(__response__, 'tunnel_interface_vbond_as_stun_server_variable'),
|
|
2818
|
+
tunnel_interface_vmanage_connection_preference=pulumi.get(__response__, 'tunnel_interface_vmanage_connection_preference'),
|
|
2819
|
+
tunnel_interface_vmanage_connection_preference_variable=pulumi.get(__response__, 'tunnel_interface_vmanage_connection_preference_variable'),
|
|
2820
|
+
tunnel_qos_mode=pulumi.get(__response__, 'tunnel_qos_mode'),
|
|
2821
|
+
tunnel_qos_mode_variable=pulumi.get(__response__, 'tunnel_qos_mode_variable'),
|
|
2822
|
+
version=pulumi.get(__response__, 'version'),
|
|
2823
|
+
xconnect=pulumi.get(__response__, 'xconnect'),
|
|
2824
|
+
xconnect_variable=pulumi.get(__response__, 'xconnect_variable')))
|