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,2233 @@
|
|
|
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
|
+
'GetVpnInterfaceDslPppoaFeatureTemplateResult',
|
|
20
|
+
'AwaitableGetVpnInterfaceDslPppoaFeatureTemplateResult',
|
|
21
|
+
'get_vpn_interface_dsl_pppoa_feature_template',
|
|
22
|
+
'get_vpn_interface_dsl_pppoa_feature_template_output',
|
|
23
|
+
]
|
|
24
|
+
|
|
25
|
+
@pulumi.output_type
|
|
26
|
+
class GetVpnInterfaceDslPppoaFeatureTemplateResult:
|
|
27
|
+
"""
|
|
28
|
+
A collection of values returned by getVpnInterfaceDslPppoaFeatureTemplate.
|
|
29
|
+
"""
|
|
30
|
+
def __init__(__self__, access_lists=None, atm_description=None, atm_description_variable=None, atm_sub_interface_name=None, atm_sub_interface_name_variable=None, bandwidth_downstream=None, bandwidth_downstream_variable=None, bandwidth_upstream=None, bandwidth_upstream_variable=None, chap_hostname=None, chap_hostname_variable=None, chap_ppp_auth_password=None, chap_ppp_auth_password_variable=None, core_region=None, core_region_variable=None, description=None, device_types=None, enable_core_region=None, enable_core_region_variable=None, id=None, ip_directed_broadcast=None, ip_directed_broadcast_variable=None, ip_mtu=None, ip_mtu_variable=None, name=None, nat=None, nat_block_icmp_error=None, nat_block_icmp_error_variable=None, nat_port_forwards=None, nat_refresh_mode=None, nat_refresh_mode_variable=None, nat_response_to_ping=None, nat_response_to_ping_variable=None, nat_tcp_timeout=None, nat_tcp_timeout_variable=None, nat_udp_timeout=None, nat_udp_timeout_variable=None, pap_password=None, pap_ppp_auth_password=None, pap_ppp_auth_password_variable=None, pap_username=None, pap_username_variable=None, per_tunnel_qos=None, per_tunnel_qos_aggregator=None, per_tunnel_qos_aggregator_variable=None, per_tunnel_qos_variable=None, policers=None, ppp_authentication_protocol=None, ppp_authentication_protocol_pap=None, ppp_authentication_protocol_variable=None, ppp_authentication_type=None, pvcs=None, qos_adaptive_bandwidth_downstream=None, qos_adaptive_bandwidth_downstream_variable=None, qos_adaptive_bandwidth_upstream=None, qos_adaptive_bandwidth_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_map=None, qos_map_variable=None, qos_map_vpn=None, qos_map_vpn_variable=None, secondary_region=None, secondary_region_variable=None, shaping_rate=None, shaping_rate_variable=None, shutdown=None, shutdown_variable=None, tcp_mss=None, tcp_mss_variable=None, template_type=None, tloc_extension=None, tloc_extension_variable=None, tracker_variable=None, trackers=None, tunnel_interface_allow_all=None, tunnel_interface_allow_all_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_variable=None, tunnel_interface_control_connections=None, tunnel_interface_control_connections_variable=None, tunnel_interface_encapsulations=None, tunnel_interface_exclude_controller_group_list_variable=None, tunnel_interface_exclude_controller_group_lists=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, vdsl_configurations=None, version=None, write_rule=None, write_rule_variable=None):
|
|
31
|
+
if access_lists and not isinstance(access_lists, list):
|
|
32
|
+
raise TypeError("Expected argument 'access_lists' to be a list")
|
|
33
|
+
pulumi.set(__self__, "access_lists", access_lists)
|
|
34
|
+
if atm_description and not isinstance(atm_description, str):
|
|
35
|
+
raise TypeError("Expected argument 'atm_description' to be a str")
|
|
36
|
+
pulumi.set(__self__, "atm_description", atm_description)
|
|
37
|
+
if atm_description_variable and not isinstance(atm_description_variable, str):
|
|
38
|
+
raise TypeError("Expected argument 'atm_description_variable' to be a str")
|
|
39
|
+
pulumi.set(__self__, "atm_description_variable", atm_description_variable)
|
|
40
|
+
if atm_sub_interface_name and not isinstance(atm_sub_interface_name, str):
|
|
41
|
+
raise TypeError("Expected argument 'atm_sub_interface_name' to be a str")
|
|
42
|
+
pulumi.set(__self__, "atm_sub_interface_name", atm_sub_interface_name)
|
|
43
|
+
if atm_sub_interface_name_variable and not isinstance(atm_sub_interface_name_variable, str):
|
|
44
|
+
raise TypeError("Expected argument 'atm_sub_interface_name_variable' to be a str")
|
|
45
|
+
pulumi.set(__self__, "atm_sub_interface_name_variable", atm_sub_interface_name_variable)
|
|
46
|
+
if bandwidth_downstream and not isinstance(bandwidth_downstream, int):
|
|
47
|
+
raise TypeError("Expected argument 'bandwidth_downstream' to be a int")
|
|
48
|
+
pulumi.set(__self__, "bandwidth_downstream", bandwidth_downstream)
|
|
49
|
+
if bandwidth_downstream_variable and not isinstance(bandwidth_downstream_variable, str):
|
|
50
|
+
raise TypeError("Expected argument 'bandwidth_downstream_variable' to be a str")
|
|
51
|
+
pulumi.set(__self__, "bandwidth_downstream_variable", bandwidth_downstream_variable)
|
|
52
|
+
if bandwidth_upstream and not isinstance(bandwidth_upstream, int):
|
|
53
|
+
raise TypeError("Expected argument 'bandwidth_upstream' to be a int")
|
|
54
|
+
pulumi.set(__self__, "bandwidth_upstream", bandwidth_upstream)
|
|
55
|
+
if bandwidth_upstream_variable and not isinstance(bandwidth_upstream_variable, str):
|
|
56
|
+
raise TypeError("Expected argument 'bandwidth_upstream_variable' to be a str")
|
|
57
|
+
pulumi.set(__self__, "bandwidth_upstream_variable", bandwidth_upstream_variable)
|
|
58
|
+
if chap_hostname and not isinstance(chap_hostname, str):
|
|
59
|
+
raise TypeError("Expected argument 'chap_hostname' to be a str")
|
|
60
|
+
pulumi.set(__self__, "chap_hostname", chap_hostname)
|
|
61
|
+
if chap_hostname_variable and not isinstance(chap_hostname_variable, str):
|
|
62
|
+
raise TypeError("Expected argument 'chap_hostname_variable' to be a str")
|
|
63
|
+
pulumi.set(__self__, "chap_hostname_variable", chap_hostname_variable)
|
|
64
|
+
if chap_ppp_auth_password and not isinstance(chap_ppp_auth_password, str):
|
|
65
|
+
raise TypeError("Expected argument 'chap_ppp_auth_password' to be a str")
|
|
66
|
+
pulumi.set(__self__, "chap_ppp_auth_password", chap_ppp_auth_password)
|
|
67
|
+
if chap_ppp_auth_password_variable and not isinstance(chap_ppp_auth_password_variable, str):
|
|
68
|
+
raise TypeError("Expected argument 'chap_ppp_auth_password_variable' to be a str")
|
|
69
|
+
pulumi.set(__self__, "chap_ppp_auth_password_variable", chap_ppp_auth_password_variable)
|
|
70
|
+
if core_region and not isinstance(core_region, str):
|
|
71
|
+
raise TypeError("Expected argument 'core_region' to be a str")
|
|
72
|
+
pulumi.set(__self__, "core_region", core_region)
|
|
73
|
+
if core_region_variable and not isinstance(core_region_variable, str):
|
|
74
|
+
raise TypeError("Expected argument 'core_region_variable' to be a str")
|
|
75
|
+
pulumi.set(__self__, "core_region_variable", core_region_variable)
|
|
76
|
+
if description and not isinstance(description, str):
|
|
77
|
+
raise TypeError("Expected argument 'description' to be a str")
|
|
78
|
+
pulumi.set(__self__, "description", description)
|
|
79
|
+
if device_types and not isinstance(device_types, list):
|
|
80
|
+
raise TypeError("Expected argument 'device_types' to be a list")
|
|
81
|
+
pulumi.set(__self__, "device_types", device_types)
|
|
82
|
+
if enable_core_region and not isinstance(enable_core_region, bool):
|
|
83
|
+
raise TypeError("Expected argument 'enable_core_region' to be a bool")
|
|
84
|
+
pulumi.set(__self__, "enable_core_region", enable_core_region)
|
|
85
|
+
if enable_core_region_variable and not isinstance(enable_core_region_variable, str):
|
|
86
|
+
raise TypeError("Expected argument 'enable_core_region_variable' to be a str")
|
|
87
|
+
pulumi.set(__self__, "enable_core_region_variable", enable_core_region_variable)
|
|
88
|
+
if id and not isinstance(id, str):
|
|
89
|
+
raise TypeError("Expected argument 'id' to be a str")
|
|
90
|
+
pulumi.set(__self__, "id", id)
|
|
91
|
+
if ip_directed_broadcast and not isinstance(ip_directed_broadcast, bool):
|
|
92
|
+
raise TypeError("Expected argument 'ip_directed_broadcast' to be a bool")
|
|
93
|
+
pulumi.set(__self__, "ip_directed_broadcast", ip_directed_broadcast)
|
|
94
|
+
if ip_directed_broadcast_variable and not isinstance(ip_directed_broadcast_variable, str):
|
|
95
|
+
raise TypeError("Expected argument 'ip_directed_broadcast_variable' to be a str")
|
|
96
|
+
pulumi.set(__self__, "ip_directed_broadcast_variable", ip_directed_broadcast_variable)
|
|
97
|
+
if ip_mtu and not isinstance(ip_mtu, int):
|
|
98
|
+
raise TypeError("Expected argument 'ip_mtu' to be a int")
|
|
99
|
+
pulumi.set(__self__, "ip_mtu", ip_mtu)
|
|
100
|
+
if ip_mtu_variable and not isinstance(ip_mtu_variable, str):
|
|
101
|
+
raise TypeError("Expected argument 'ip_mtu_variable' to be a str")
|
|
102
|
+
pulumi.set(__self__, "ip_mtu_variable", ip_mtu_variable)
|
|
103
|
+
if name and not isinstance(name, str):
|
|
104
|
+
raise TypeError("Expected argument 'name' to be a str")
|
|
105
|
+
pulumi.set(__self__, "name", name)
|
|
106
|
+
if nat and not isinstance(nat, bool):
|
|
107
|
+
raise TypeError("Expected argument 'nat' to be a bool")
|
|
108
|
+
pulumi.set(__self__, "nat", nat)
|
|
109
|
+
if nat_block_icmp_error and not isinstance(nat_block_icmp_error, bool):
|
|
110
|
+
raise TypeError("Expected argument 'nat_block_icmp_error' to be a bool")
|
|
111
|
+
pulumi.set(__self__, "nat_block_icmp_error", nat_block_icmp_error)
|
|
112
|
+
if nat_block_icmp_error_variable and not isinstance(nat_block_icmp_error_variable, str):
|
|
113
|
+
raise TypeError("Expected argument 'nat_block_icmp_error_variable' to be a str")
|
|
114
|
+
pulumi.set(__self__, "nat_block_icmp_error_variable", nat_block_icmp_error_variable)
|
|
115
|
+
if nat_port_forwards and not isinstance(nat_port_forwards, list):
|
|
116
|
+
raise TypeError("Expected argument 'nat_port_forwards' to be a list")
|
|
117
|
+
pulumi.set(__self__, "nat_port_forwards", nat_port_forwards)
|
|
118
|
+
if nat_refresh_mode and not isinstance(nat_refresh_mode, str):
|
|
119
|
+
raise TypeError("Expected argument 'nat_refresh_mode' to be a str")
|
|
120
|
+
pulumi.set(__self__, "nat_refresh_mode", nat_refresh_mode)
|
|
121
|
+
if nat_refresh_mode_variable and not isinstance(nat_refresh_mode_variable, str):
|
|
122
|
+
raise TypeError("Expected argument 'nat_refresh_mode_variable' to be a str")
|
|
123
|
+
pulumi.set(__self__, "nat_refresh_mode_variable", nat_refresh_mode_variable)
|
|
124
|
+
if nat_response_to_ping and not isinstance(nat_response_to_ping, bool):
|
|
125
|
+
raise TypeError("Expected argument 'nat_response_to_ping' to be a bool")
|
|
126
|
+
pulumi.set(__self__, "nat_response_to_ping", nat_response_to_ping)
|
|
127
|
+
if nat_response_to_ping_variable and not isinstance(nat_response_to_ping_variable, str):
|
|
128
|
+
raise TypeError("Expected argument 'nat_response_to_ping_variable' to be a str")
|
|
129
|
+
pulumi.set(__self__, "nat_response_to_ping_variable", nat_response_to_ping_variable)
|
|
130
|
+
if nat_tcp_timeout and not isinstance(nat_tcp_timeout, int):
|
|
131
|
+
raise TypeError("Expected argument 'nat_tcp_timeout' to be a int")
|
|
132
|
+
pulumi.set(__self__, "nat_tcp_timeout", nat_tcp_timeout)
|
|
133
|
+
if nat_tcp_timeout_variable and not isinstance(nat_tcp_timeout_variable, str):
|
|
134
|
+
raise TypeError("Expected argument 'nat_tcp_timeout_variable' to be a str")
|
|
135
|
+
pulumi.set(__self__, "nat_tcp_timeout_variable", nat_tcp_timeout_variable)
|
|
136
|
+
if nat_udp_timeout and not isinstance(nat_udp_timeout, int):
|
|
137
|
+
raise TypeError("Expected argument 'nat_udp_timeout' to be a int")
|
|
138
|
+
pulumi.set(__self__, "nat_udp_timeout", nat_udp_timeout)
|
|
139
|
+
if nat_udp_timeout_variable and not isinstance(nat_udp_timeout_variable, str):
|
|
140
|
+
raise TypeError("Expected argument 'nat_udp_timeout_variable' to be a str")
|
|
141
|
+
pulumi.set(__self__, "nat_udp_timeout_variable", nat_udp_timeout_variable)
|
|
142
|
+
if pap_password and not isinstance(pap_password, bool):
|
|
143
|
+
raise TypeError("Expected argument 'pap_password' to be a bool")
|
|
144
|
+
pulumi.set(__self__, "pap_password", pap_password)
|
|
145
|
+
if pap_ppp_auth_password and not isinstance(pap_ppp_auth_password, str):
|
|
146
|
+
raise TypeError("Expected argument 'pap_ppp_auth_password' to be a str")
|
|
147
|
+
pulumi.set(__self__, "pap_ppp_auth_password", pap_ppp_auth_password)
|
|
148
|
+
if pap_ppp_auth_password_variable and not isinstance(pap_ppp_auth_password_variable, str):
|
|
149
|
+
raise TypeError("Expected argument 'pap_ppp_auth_password_variable' to be a str")
|
|
150
|
+
pulumi.set(__self__, "pap_ppp_auth_password_variable", pap_ppp_auth_password_variable)
|
|
151
|
+
if pap_username and not isinstance(pap_username, str):
|
|
152
|
+
raise TypeError("Expected argument 'pap_username' to be a str")
|
|
153
|
+
pulumi.set(__self__, "pap_username", pap_username)
|
|
154
|
+
if pap_username_variable and not isinstance(pap_username_variable, str):
|
|
155
|
+
raise TypeError("Expected argument 'pap_username_variable' to be a str")
|
|
156
|
+
pulumi.set(__self__, "pap_username_variable", pap_username_variable)
|
|
157
|
+
if per_tunnel_qos and not isinstance(per_tunnel_qos, bool):
|
|
158
|
+
raise TypeError("Expected argument 'per_tunnel_qos' to be a bool")
|
|
159
|
+
pulumi.set(__self__, "per_tunnel_qos", per_tunnel_qos)
|
|
160
|
+
if per_tunnel_qos_aggregator and not isinstance(per_tunnel_qos_aggregator, bool):
|
|
161
|
+
raise TypeError("Expected argument 'per_tunnel_qos_aggregator' to be a bool")
|
|
162
|
+
pulumi.set(__self__, "per_tunnel_qos_aggregator", per_tunnel_qos_aggregator)
|
|
163
|
+
if per_tunnel_qos_aggregator_variable and not isinstance(per_tunnel_qos_aggregator_variable, str):
|
|
164
|
+
raise TypeError("Expected argument 'per_tunnel_qos_aggregator_variable' to be a str")
|
|
165
|
+
pulumi.set(__self__, "per_tunnel_qos_aggregator_variable", per_tunnel_qos_aggregator_variable)
|
|
166
|
+
if per_tunnel_qos_variable and not isinstance(per_tunnel_qos_variable, str):
|
|
167
|
+
raise TypeError("Expected argument 'per_tunnel_qos_variable' to be a str")
|
|
168
|
+
pulumi.set(__self__, "per_tunnel_qos_variable", per_tunnel_qos_variable)
|
|
169
|
+
if policers and not isinstance(policers, list):
|
|
170
|
+
raise TypeError("Expected argument 'policers' to be a list")
|
|
171
|
+
pulumi.set(__self__, "policers", policers)
|
|
172
|
+
if ppp_authentication_protocol and not isinstance(ppp_authentication_protocol, str):
|
|
173
|
+
raise TypeError("Expected argument 'ppp_authentication_protocol' to be a str")
|
|
174
|
+
pulumi.set(__self__, "ppp_authentication_protocol", ppp_authentication_protocol)
|
|
175
|
+
if ppp_authentication_protocol_pap and not isinstance(ppp_authentication_protocol_pap, bool):
|
|
176
|
+
raise TypeError("Expected argument 'ppp_authentication_protocol_pap' to be a bool")
|
|
177
|
+
pulumi.set(__self__, "ppp_authentication_protocol_pap", ppp_authentication_protocol_pap)
|
|
178
|
+
if ppp_authentication_protocol_variable and not isinstance(ppp_authentication_protocol_variable, str):
|
|
179
|
+
raise TypeError("Expected argument 'ppp_authentication_protocol_variable' to be a str")
|
|
180
|
+
pulumi.set(__self__, "ppp_authentication_protocol_variable", ppp_authentication_protocol_variable)
|
|
181
|
+
if ppp_authentication_type and not isinstance(ppp_authentication_type, str):
|
|
182
|
+
raise TypeError("Expected argument 'ppp_authentication_type' to be a str")
|
|
183
|
+
pulumi.set(__self__, "ppp_authentication_type", ppp_authentication_type)
|
|
184
|
+
if pvcs and not isinstance(pvcs, list):
|
|
185
|
+
raise TypeError("Expected argument 'pvcs' to be a list")
|
|
186
|
+
pulumi.set(__self__, "pvcs", pvcs)
|
|
187
|
+
if qos_adaptive_bandwidth_downstream and not isinstance(qos_adaptive_bandwidth_downstream, int):
|
|
188
|
+
raise TypeError("Expected argument 'qos_adaptive_bandwidth_downstream' to be a int")
|
|
189
|
+
pulumi.set(__self__, "qos_adaptive_bandwidth_downstream", qos_adaptive_bandwidth_downstream)
|
|
190
|
+
if qos_adaptive_bandwidth_downstream_variable and not isinstance(qos_adaptive_bandwidth_downstream_variable, str):
|
|
191
|
+
raise TypeError("Expected argument 'qos_adaptive_bandwidth_downstream_variable' to be a str")
|
|
192
|
+
pulumi.set(__self__, "qos_adaptive_bandwidth_downstream_variable", qos_adaptive_bandwidth_downstream_variable)
|
|
193
|
+
if qos_adaptive_bandwidth_upstream and not isinstance(qos_adaptive_bandwidth_upstream, int):
|
|
194
|
+
raise TypeError("Expected argument 'qos_adaptive_bandwidth_upstream' to be a int")
|
|
195
|
+
pulumi.set(__self__, "qos_adaptive_bandwidth_upstream", qos_adaptive_bandwidth_upstream)
|
|
196
|
+
if qos_adaptive_bandwidth_upstream_variable and not isinstance(qos_adaptive_bandwidth_upstream_variable, str):
|
|
197
|
+
raise TypeError("Expected argument 'qos_adaptive_bandwidth_upstream_variable' to be a str")
|
|
198
|
+
pulumi.set(__self__, "qos_adaptive_bandwidth_upstream_variable", qos_adaptive_bandwidth_upstream_variable)
|
|
199
|
+
if qos_adaptive_max_downstream and not isinstance(qos_adaptive_max_downstream, int):
|
|
200
|
+
raise TypeError("Expected argument 'qos_adaptive_max_downstream' to be a int")
|
|
201
|
+
pulumi.set(__self__, "qos_adaptive_max_downstream", qos_adaptive_max_downstream)
|
|
202
|
+
if qos_adaptive_max_downstream_variable and not isinstance(qos_adaptive_max_downstream_variable, str):
|
|
203
|
+
raise TypeError("Expected argument 'qos_adaptive_max_downstream_variable' to be a str")
|
|
204
|
+
pulumi.set(__self__, "qos_adaptive_max_downstream_variable", qos_adaptive_max_downstream_variable)
|
|
205
|
+
if qos_adaptive_max_upstream and not isinstance(qos_adaptive_max_upstream, int):
|
|
206
|
+
raise TypeError("Expected argument 'qos_adaptive_max_upstream' to be a int")
|
|
207
|
+
pulumi.set(__self__, "qos_adaptive_max_upstream", qos_adaptive_max_upstream)
|
|
208
|
+
if qos_adaptive_max_upstream_variable and not isinstance(qos_adaptive_max_upstream_variable, str):
|
|
209
|
+
raise TypeError("Expected argument 'qos_adaptive_max_upstream_variable' to be a str")
|
|
210
|
+
pulumi.set(__self__, "qos_adaptive_max_upstream_variable", qos_adaptive_max_upstream_variable)
|
|
211
|
+
if qos_adaptive_min_downstream and not isinstance(qos_adaptive_min_downstream, int):
|
|
212
|
+
raise TypeError("Expected argument 'qos_adaptive_min_downstream' to be a int")
|
|
213
|
+
pulumi.set(__self__, "qos_adaptive_min_downstream", qos_adaptive_min_downstream)
|
|
214
|
+
if qos_adaptive_min_downstream_variable and not isinstance(qos_adaptive_min_downstream_variable, str):
|
|
215
|
+
raise TypeError("Expected argument 'qos_adaptive_min_downstream_variable' to be a str")
|
|
216
|
+
pulumi.set(__self__, "qos_adaptive_min_downstream_variable", qos_adaptive_min_downstream_variable)
|
|
217
|
+
if qos_adaptive_min_upstream and not isinstance(qos_adaptive_min_upstream, int):
|
|
218
|
+
raise TypeError("Expected argument 'qos_adaptive_min_upstream' to be a int")
|
|
219
|
+
pulumi.set(__self__, "qos_adaptive_min_upstream", qos_adaptive_min_upstream)
|
|
220
|
+
if qos_adaptive_min_upstream_variable and not isinstance(qos_adaptive_min_upstream_variable, str):
|
|
221
|
+
raise TypeError("Expected argument 'qos_adaptive_min_upstream_variable' to be a str")
|
|
222
|
+
pulumi.set(__self__, "qos_adaptive_min_upstream_variable", qos_adaptive_min_upstream_variable)
|
|
223
|
+
if qos_adaptive_period and not isinstance(qos_adaptive_period, int):
|
|
224
|
+
raise TypeError("Expected argument 'qos_adaptive_period' to be a int")
|
|
225
|
+
pulumi.set(__self__, "qos_adaptive_period", qos_adaptive_period)
|
|
226
|
+
if qos_adaptive_period_variable and not isinstance(qos_adaptive_period_variable, str):
|
|
227
|
+
raise TypeError("Expected argument 'qos_adaptive_period_variable' to be a str")
|
|
228
|
+
pulumi.set(__self__, "qos_adaptive_period_variable", qos_adaptive_period_variable)
|
|
229
|
+
if qos_map and not isinstance(qos_map, str):
|
|
230
|
+
raise TypeError("Expected argument 'qos_map' to be a str")
|
|
231
|
+
pulumi.set(__self__, "qos_map", qos_map)
|
|
232
|
+
if qos_map_variable and not isinstance(qos_map_variable, str):
|
|
233
|
+
raise TypeError("Expected argument 'qos_map_variable' to be a str")
|
|
234
|
+
pulumi.set(__self__, "qos_map_variable", qos_map_variable)
|
|
235
|
+
if qos_map_vpn and not isinstance(qos_map_vpn, str):
|
|
236
|
+
raise TypeError("Expected argument 'qos_map_vpn' to be a str")
|
|
237
|
+
pulumi.set(__self__, "qos_map_vpn", qos_map_vpn)
|
|
238
|
+
if qos_map_vpn_variable and not isinstance(qos_map_vpn_variable, str):
|
|
239
|
+
raise TypeError("Expected argument 'qos_map_vpn_variable' to be a str")
|
|
240
|
+
pulumi.set(__self__, "qos_map_vpn_variable", qos_map_vpn_variable)
|
|
241
|
+
if secondary_region and not isinstance(secondary_region, str):
|
|
242
|
+
raise TypeError("Expected argument 'secondary_region' to be a str")
|
|
243
|
+
pulumi.set(__self__, "secondary_region", secondary_region)
|
|
244
|
+
if secondary_region_variable and not isinstance(secondary_region_variable, str):
|
|
245
|
+
raise TypeError("Expected argument 'secondary_region_variable' to be a str")
|
|
246
|
+
pulumi.set(__self__, "secondary_region_variable", secondary_region_variable)
|
|
247
|
+
if shaping_rate and not isinstance(shaping_rate, int):
|
|
248
|
+
raise TypeError("Expected argument 'shaping_rate' to be a int")
|
|
249
|
+
pulumi.set(__self__, "shaping_rate", shaping_rate)
|
|
250
|
+
if shaping_rate_variable and not isinstance(shaping_rate_variable, str):
|
|
251
|
+
raise TypeError("Expected argument 'shaping_rate_variable' to be a str")
|
|
252
|
+
pulumi.set(__self__, "shaping_rate_variable", shaping_rate_variable)
|
|
253
|
+
if shutdown and not isinstance(shutdown, bool):
|
|
254
|
+
raise TypeError("Expected argument 'shutdown' to be a bool")
|
|
255
|
+
pulumi.set(__self__, "shutdown", shutdown)
|
|
256
|
+
if shutdown_variable and not isinstance(shutdown_variable, str):
|
|
257
|
+
raise TypeError("Expected argument 'shutdown_variable' to be a str")
|
|
258
|
+
pulumi.set(__self__, "shutdown_variable", shutdown_variable)
|
|
259
|
+
if tcp_mss and not isinstance(tcp_mss, int):
|
|
260
|
+
raise TypeError("Expected argument 'tcp_mss' to be a int")
|
|
261
|
+
pulumi.set(__self__, "tcp_mss", tcp_mss)
|
|
262
|
+
if tcp_mss_variable and not isinstance(tcp_mss_variable, str):
|
|
263
|
+
raise TypeError("Expected argument 'tcp_mss_variable' to be a str")
|
|
264
|
+
pulumi.set(__self__, "tcp_mss_variable", tcp_mss_variable)
|
|
265
|
+
if template_type and not isinstance(template_type, str):
|
|
266
|
+
raise TypeError("Expected argument 'template_type' to be a str")
|
|
267
|
+
pulumi.set(__self__, "template_type", template_type)
|
|
268
|
+
if tloc_extension and not isinstance(tloc_extension, str):
|
|
269
|
+
raise TypeError("Expected argument 'tloc_extension' to be a str")
|
|
270
|
+
pulumi.set(__self__, "tloc_extension", tloc_extension)
|
|
271
|
+
if tloc_extension_variable and not isinstance(tloc_extension_variable, str):
|
|
272
|
+
raise TypeError("Expected argument 'tloc_extension_variable' to be a str")
|
|
273
|
+
pulumi.set(__self__, "tloc_extension_variable", tloc_extension_variable)
|
|
274
|
+
if tracker_variable and not isinstance(tracker_variable, str):
|
|
275
|
+
raise TypeError("Expected argument 'tracker_variable' to be a str")
|
|
276
|
+
pulumi.set(__self__, "tracker_variable", tracker_variable)
|
|
277
|
+
if trackers and not isinstance(trackers, list):
|
|
278
|
+
raise TypeError("Expected argument 'trackers' to be a list")
|
|
279
|
+
pulumi.set(__self__, "trackers", trackers)
|
|
280
|
+
if tunnel_interface_allow_all and not isinstance(tunnel_interface_allow_all, bool):
|
|
281
|
+
raise TypeError("Expected argument 'tunnel_interface_allow_all' to be a bool")
|
|
282
|
+
pulumi.set(__self__, "tunnel_interface_allow_all", tunnel_interface_allow_all)
|
|
283
|
+
if tunnel_interface_allow_all_variable and not isinstance(tunnel_interface_allow_all_variable, str):
|
|
284
|
+
raise TypeError("Expected argument 'tunnel_interface_allow_all_variable' to be a str")
|
|
285
|
+
pulumi.set(__self__, "tunnel_interface_allow_all_variable", tunnel_interface_allow_all_variable)
|
|
286
|
+
if tunnel_interface_allow_bgp and not isinstance(tunnel_interface_allow_bgp, bool):
|
|
287
|
+
raise TypeError("Expected argument 'tunnel_interface_allow_bgp' to be a bool")
|
|
288
|
+
pulumi.set(__self__, "tunnel_interface_allow_bgp", tunnel_interface_allow_bgp)
|
|
289
|
+
if tunnel_interface_allow_bgp_variable and not isinstance(tunnel_interface_allow_bgp_variable, str):
|
|
290
|
+
raise TypeError("Expected argument 'tunnel_interface_allow_bgp_variable' to be a str")
|
|
291
|
+
pulumi.set(__self__, "tunnel_interface_allow_bgp_variable", tunnel_interface_allow_bgp_variable)
|
|
292
|
+
if tunnel_interface_allow_dhcp and not isinstance(tunnel_interface_allow_dhcp, bool):
|
|
293
|
+
raise TypeError("Expected argument 'tunnel_interface_allow_dhcp' to be a bool")
|
|
294
|
+
pulumi.set(__self__, "tunnel_interface_allow_dhcp", tunnel_interface_allow_dhcp)
|
|
295
|
+
if tunnel_interface_allow_dhcp_variable and not isinstance(tunnel_interface_allow_dhcp_variable, str):
|
|
296
|
+
raise TypeError("Expected argument 'tunnel_interface_allow_dhcp_variable' to be a str")
|
|
297
|
+
pulumi.set(__self__, "tunnel_interface_allow_dhcp_variable", tunnel_interface_allow_dhcp_variable)
|
|
298
|
+
if tunnel_interface_allow_dns and not isinstance(tunnel_interface_allow_dns, bool):
|
|
299
|
+
raise TypeError("Expected argument 'tunnel_interface_allow_dns' to be a bool")
|
|
300
|
+
pulumi.set(__self__, "tunnel_interface_allow_dns", tunnel_interface_allow_dns)
|
|
301
|
+
if tunnel_interface_allow_dns_variable and not isinstance(tunnel_interface_allow_dns_variable, str):
|
|
302
|
+
raise TypeError("Expected argument 'tunnel_interface_allow_dns_variable' to be a str")
|
|
303
|
+
pulumi.set(__self__, "tunnel_interface_allow_dns_variable", tunnel_interface_allow_dns_variable)
|
|
304
|
+
if tunnel_interface_allow_https and not isinstance(tunnel_interface_allow_https, bool):
|
|
305
|
+
raise TypeError("Expected argument 'tunnel_interface_allow_https' to be a bool")
|
|
306
|
+
pulumi.set(__self__, "tunnel_interface_allow_https", tunnel_interface_allow_https)
|
|
307
|
+
if tunnel_interface_allow_https_variable and not isinstance(tunnel_interface_allow_https_variable, str):
|
|
308
|
+
raise TypeError("Expected argument 'tunnel_interface_allow_https_variable' to be a str")
|
|
309
|
+
pulumi.set(__self__, "tunnel_interface_allow_https_variable", tunnel_interface_allow_https_variable)
|
|
310
|
+
if tunnel_interface_allow_icmp and not isinstance(tunnel_interface_allow_icmp, bool):
|
|
311
|
+
raise TypeError("Expected argument 'tunnel_interface_allow_icmp' to be a bool")
|
|
312
|
+
pulumi.set(__self__, "tunnel_interface_allow_icmp", tunnel_interface_allow_icmp)
|
|
313
|
+
if tunnel_interface_allow_icmp_variable and not isinstance(tunnel_interface_allow_icmp_variable, str):
|
|
314
|
+
raise TypeError("Expected argument 'tunnel_interface_allow_icmp_variable' to be a str")
|
|
315
|
+
pulumi.set(__self__, "tunnel_interface_allow_icmp_variable", tunnel_interface_allow_icmp_variable)
|
|
316
|
+
if tunnel_interface_allow_netconf and not isinstance(tunnel_interface_allow_netconf, bool):
|
|
317
|
+
raise TypeError("Expected argument 'tunnel_interface_allow_netconf' to be a bool")
|
|
318
|
+
pulumi.set(__self__, "tunnel_interface_allow_netconf", tunnel_interface_allow_netconf)
|
|
319
|
+
if tunnel_interface_allow_netconf_variable and not isinstance(tunnel_interface_allow_netconf_variable, str):
|
|
320
|
+
raise TypeError("Expected argument 'tunnel_interface_allow_netconf_variable' to be a str")
|
|
321
|
+
pulumi.set(__self__, "tunnel_interface_allow_netconf_variable", tunnel_interface_allow_netconf_variable)
|
|
322
|
+
if tunnel_interface_allow_ntp and not isinstance(tunnel_interface_allow_ntp, bool):
|
|
323
|
+
raise TypeError("Expected argument 'tunnel_interface_allow_ntp' to be a bool")
|
|
324
|
+
pulumi.set(__self__, "tunnel_interface_allow_ntp", tunnel_interface_allow_ntp)
|
|
325
|
+
if tunnel_interface_allow_ntp_variable and not isinstance(tunnel_interface_allow_ntp_variable, str):
|
|
326
|
+
raise TypeError("Expected argument 'tunnel_interface_allow_ntp_variable' to be a str")
|
|
327
|
+
pulumi.set(__self__, "tunnel_interface_allow_ntp_variable", tunnel_interface_allow_ntp_variable)
|
|
328
|
+
if tunnel_interface_allow_ospf and not isinstance(tunnel_interface_allow_ospf, bool):
|
|
329
|
+
raise TypeError("Expected argument 'tunnel_interface_allow_ospf' to be a bool")
|
|
330
|
+
pulumi.set(__self__, "tunnel_interface_allow_ospf", tunnel_interface_allow_ospf)
|
|
331
|
+
if tunnel_interface_allow_ospf_variable and not isinstance(tunnel_interface_allow_ospf_variable, str):
|
|
332
|
+
raise TypeError("Expected argument 'tunnel_interface_allow_ospf_variable' to be a str")
|
|
333
|
+
pulumi.set(__self__, "tunnel_interface_allow_ospf_variable", tunnel_interface_allow_ospf_variable)
|
|
334
|
+
if tunnel_interface_allow_snmp and not isinstance(tunnel_interface_allow_snmp, bool):
|
|
335
|
+
raise TypeError("Expected argument 'tunnel_interface_allow_snmp' to be a bool")
|
|
336
|
+
pulumi.set(__self__, "tunnel_interface_allow_snmp", tunnel_interface_allow_snmp)
|
|
337
|
+
if tunnel_interface_allow_snmp_variable and not isinstance(tunnel_interface_allow_snmp_variable, str):
|
|
338
|
+
raise TypeError("Expected argument 'tunnel_interface_allow_snmp_variable' to be a str")
|
|
339
|
+
pulumi.set(__self__, "tunnel_interface_allow_snmp_variable", tunnel_interface_allow_snmp_variable)
|
|
340
|
+
if tunnel_interface_allow_ssh and not isinstance(tunnel_interface_allow_ssh, bool):
|
|
341
|
+
raise TypeError("Expected argument 'tunnel_interface_allow_ssh' to be a bool")
|
|
342
|
+
pulumi.set(__self__, "tunnel_interface_allow_ssh", tunnel_interface_allow_ssh)
|
|
343
|
+
if tunnel_interface_allow_ssh_variable and not isinstance(tunnel_interface_allow_ssh_variable, str):
|
|
344
|
+
raise TypeError("Expected argument 'tunnel_interface_allow_ssh_variable' to be a str")
|
|
345
|
+
pulumi.set(__self__, "tunnel_interface_allow_ssh_variable", tunnel_interface_allow_ssh_variable)
|
|
346
|
+
if tunnel_interface_allow_stun and not isinstance(tunnel_interface_allow_stun, bool):
|
|
347
|
+
raise TypeError("Expected argument 'tunnel_interface_allow_stun' to be a bool")
|
|
348
|
+
pulumi.set(__self__, "tunnel_interface_allow_stun", tunnel_interface_allow_stun)
|
|
349
|
+
if tunnel_interface_allow_stun_variable and not isinstance(tunnel_interface_allow_stun_variable, str):
|
|
350
|
+
raise TypeError("Expected argument 'tunnel_interface_allow_stun_variable' to be a str")
|
|
351
|
+
pulumi.set(__self__, "tunnel_interface_allow_stun_variable", tunnel_interface_allow_stun_variable)
|
|
352
|
+
if tunnel_interface_bind_loopback_tunnel and not isinstance(tunnel_interface_bind_loopback_tunnel, str):
|
|
353
|
+
raise TypeError("Expected argument 'tunnel_interface_bind_loopback_tunnel' to be a str")
|
|
354
|
+
pulumi.set(__self__, "tunnel_interface_bind_loopback_tunnel", tunnel_interface_bind_loopback_tunnel)
|
|
355
|
+
if tunnel_interface_bind_loopback_tunnel_variable and not isinstance(tunnel_interface_bind_loopback_tunnel_variable, str):
|
|
356
|
+
raise TypeError("Expected argument 'tunnel_interface_bind_loopback_tunnel_variable' to be a str")
|
|
357
|
+
pulumi.set(__self__, "tunnel_interface_bind_loopback_tunnel_variable", tunnel_interface_bind_loopback_tunnel_variable)
|
|
358
|
+
if tunnel_interface_border and not isinstance(tunnel_interface_border, bool):
|
|
359
|
+
raise TypeError("Expected argument 'tunnel_interface_border' to be a bool")
|
|
360
|
+
pulumi.set(__self__, "tunnel_interface_border", tunnel_interface_border)
|
|
361
|
+
if tunnel_interface_border_variable and not isinstance(tunnel_interface_border_variable, str):
|
|
362
|
+
raise TypeError("Expected argument 'tunnel_interface_border_variable' to be a str")
|
|
363
|
+
pulumi.set(__self__, "tunnel_interface_border_variable", tunnel_interface_border_variable)
|
|
364
|
+
if tunnel_interface_carrier and not isinstance(tunnel_interface_carrier, str):
|
|
365
|
+
raise TypeError("Expected argument 'tunnel_interface_carrier' to be a str")
|
|
366
|
+
pulumi.set(__self__, "tunnel_interface_carrier", tunnel_interface_carrier)
|
|
367
|
+
if tunnel_interface_carrier_variable and not isinstance(tunnel_interface_carrier_variable, str):
|
|
368
|
+
raise TypeError("Expected argument 'tunnel_interface_carrier_variable' to be a str")
|
|
369
|
+
pulumi.set(__self__, "tunnel_interface_carrier_variable", tunnel_interface_carrier_variable)
|
|
370
|
+
if tunnel_interface_clear_dont_fragment and not isinstance(tunnel_interface_clear_dont_fragment, bool):
|
|
371
|
+
raise TypeError("Expected argument 'tunnel_interface_clear_dont_fragment' to be a bool")
|
|
372
|
+
pulumi.set(__self__, "tunnel_interface_clear_dont_fragment", tunnel_interface_clear_dont_fragment)
|
|
373
|
+
if tunnel_interface_clear_dont_fragment_variable and not isinstance(tunnel_interface_clear_dont_fragment_variable, str):
|
|
374
|
+
raise TypeError("Expected argument 'tunnel_interface_clear_dont_fragment_variable' to be a str")
|
|
375
|
+
pulumi.set(__self__, "tunnel_interface_clear_dont_fragment_variable", tunnel_interface_clear_dont_fragment_variable)
|
|
376
|
+
if tunnel_interface_color and not isinstance(tunnel_interface_color, str):
|
|
377
|
+
raise TypeError("Expected argument 'tunnel_interface_color' to be a str")
|
|
378
|
+
pulumi.set(__self__, "tunnel_interface_color", tunnel_interface_color)
|
|
379
|
+
if tunnel_interface_color_restrict and not isinstance(tunnel_interface_color_restrict, bool):
|
|
380
|
+
raise TypeError("Expected argument 'tunnel_interface_color_restrict' to be a bool")
|
|
381
|
+
pulumi.set(__self__, "tunnel_interface_color_restrict", tunnel_interface_color_restrict)
|
|
382
|
+
if tunnel_interface_color_variable and not isinstance(tunnel_interface_color_variable, str):
|
|
383
|
+
raise TypeError("Expected argument 'tunnel_interface_color_variable' to be a str")
|
|
384
|
+
pulumi.set(__self__, "tunnel_interface_color_variable", tunnel_interface_color_variable)
|
|
385
|
+
if tunnel_interface_control_connections and not isinstance(tunnel_interface_control_connections, bool):
|
|
386
|
+
raise TypeError("Expected argument 'tunnel_interface_control_connections' to be a bool")
|
|
387
|
+
pulumi.set(__self__, "tunnel_interface_control_connections", tunnel_interface_control_connections)
|
|
388
|
+
if tunnel_interface_control_connections_variable and not isinstance(tunnel_interface_control_connections_variable, str):
|
|
389
|
+
raise TypeError("Expected argument 'tunnel_interface_control_connections_variable' to be a str")
|
|
390
|
+
pulumi.set(__self__, "tunnel_interface_control_connections_variable", tunnel_interface_control_connections_variable)
|
|
391
|
+
if tunnel_interface_encapsulations and not isinstance(tunnel_interface_encapsulations, list):
|
|
392
|
+
raise TypeError("Expected argument 'tunnel_interface_encapsulations' to be a list")
|
|
393
|
+
pulumi.set(__self__, "tunnel_interface_encapsulations", tunnel_interface_encapsulations)
|
|
394
|
+
if tunnel_interface_exclude_controller_group_list_variable and not isinstance(tunnel_interface_exclude_controller_group_list_variable, str):
|
|
395
|
+
raise TypeError("Expected argument 'tunnel_interface_exclude_controller_group_list_variable' to be a str")
|
|
396
|
+
pulumi.set(__self__, "tunnel_interface_exclude_controller_group_list_variable", tunnel_interface_exclude_controller_group_list_variable)
|
|
397
|
+
if tunnel_interface_exclude_controller_group_lists and not isinstance(tunnel_interface_exclude_controller_group_lists, list):
|
|
398
|
+
raise TypeError("Expected argument 'tunnel_interface_exclude_controller_group_lists' to be a list")
|
|
399
|
+
pulumi.set(__self__, "tunnel_interface_exclude_controller_group_lists", tunnel_interface_exclude_controller_group_lists)
|
|
400
|
+
if tunnel_interface_groups and not isinstance(tunnel_interface_groups, list):
|
|
401
|
+
raise TypeError("Expected argument 'tunnel_interface_groups' to be a list")
|
|
402
|
+
pulumi.set(__self__, "tunnel_interface_groups", tunnel_interface_groups)
|
|
403
|
+
if tunnel_interface_groups_variable and not isinstance(tunnel_interface_groups_variable, str):
|
|
404
|
+
raise TypeError("Expected argument 'tunnel_interface_groups_variable' to be a str")
|
|
405
|
+
pulumi.set(__self__, "tunnel_interface_groups_variable", tunnel_interface_groups_variable)
|
|
406
|
+
if tunnel_interface_hello_interval and not isinstance(tunnel_interface_hello_interval, int):
|
|
407
|
+
raise TypeError("Expected argument 'tunnel_interface_hello_interval' to be a int")
|
|
408
|
+
pulumi.set(__self__, "tunnel_interface_hello_interval", tunnel_interface_hello_interval)
|
|
409
|
+
if tunnel_interface_hello_interval_variable and not isinstance(tunnel_interface_hello_interval_variable, str):
|
|
410
|
+
raise TypeError("Expected argument 'tunnel_interface_hello_interval_variable' to be a str")
|
|
411
|
+
pulumi.set(__self__, "tunnel_interface_hello_interval_variable", tunnel_interface_hello_interval_variable)
|
|
412
|
+
if tunnel_interface_hello_tolerance and not isinstance(tunnel_interface_hello_tolerance, int):
|
|
413
|
+
raise TypeError("Expected argument 'tunnel_interface_hello_tolerance' to be a int")
|
|
414
|
+
pulumi.set(__self__, "tunnel_interface_hello_tolerance", tunnel_interface_hello_tolerance)
|
|
415
|
+
if tunnel_interface_hello_tolerance_variable and not isinstance(tunnel_interface_hello_tolerance_variable, str):
|
|
416
|
+
raise TypeError("Expected argument 'tunnel_interface_hello_tolerance_variable' to be a str")
|
|
417
|
+
pulumi.set(__self__, "tunnel_interface_hello_tolerance_variable", tunnel_interface_hello_tolerance_variable)
|
|
418
|
+
if tunnel_interface_last_resort_circuit and not isinstance(tunnel_interface_last_resort_circuit, bool):
|
|
419
|
+
raise TypeError("Expected argument 'tunnel_interface_last_resort_circuit' to be a bool")
|
|
420
|
+
pulumi.set(__self__, "tunnel_interface_last_resort_circuit", tunnel_interface_last_resort_circuit)
|
|
421
|
+
if tunnel_interface_last_resort_circuit_variable and not isinstance(tunnel_interface_last_resort_circuit_variable, str):
|
|
422
|
+
raise TypeError("Expected argument 'tunnel_interface_last_resort_circuit_variable' to be a str")
|
|
423
|
+
pulumi.set(__self__, "tunnel_interface_last_resort_circuit_variable", tunnel_interface_last_resort_circuit_variable)
|
|
424
|
+
if tunnel_interface_low_bandwidth_link and not isinstance(tunnel_interface_low_bandwidth_link, bool):
|
|
425
|
+
raise TypeError("Expected argument 'tunnel_interface_low_bandwidth_link' to be a bool")
|
|
426
|
+
pulumi.set(__self__, "tunnel_interface_low_bandwidth_link", tunnel_interface_low_bandwidth_link)
|
|
427
|
+
if tunnel_interface_low_bandwidth_link_variable and not isinstance(tunnel_interface_low_bandwidth_link_variable, str):
|
|
428
|
+
raise TypeError("Expected argument 'tunnel_interface_low_bandwidth_link_variable' to be a str")
|
|
429
|
+
pulumi.set(__self__, "tunnel_interface_low_bandwidth_link_variable", tunnel_interface_low_bandwidth_link_variable)
|
|
430
|
+
if tunnel_interface_max_control_connections and not isinstance(tunnel_interface_max_control_connections, int):
|
|
431
|
+
raise TypeError("Expected argument 'tunnel_interface_max_control_connections' to be a int")
|
|
432
|
+
pulumi.set(__self__, "tunnel_interface_max_control_connections", tunnel_interface_max_control_connections)
|
|
433
|
+
if tunnel_interface_max_control_connections_variable and not isinstance(tunnel_interface_max_control_connections_variable, str):
|
|
434
|
+
raise TypeError("Expected argument 'tunnel_interface_max_control_connections_variable' to be a str")
|
|
435
|
+
pulumi.set(__self__, "tunnel_interface_max_control_connections_variable", tunnel_interface_max_control_connections_variable)
|
|
436
|
+
if tunnel_interface_nat_refresh_interval and not isinstance(tunnel_interface_nat_refresh_interval, int):
|
|
437
|
+
raise TypeError("Expected argument 'tunnel_interface_nat_refresh_interval' to be a int")
|
|
438
|
+
pulumi.set(__self__, "tunnel_interface_nat_refresh_interval", tunnel_interface_nat_refresh_interval)
|
|
439
|
+
if tunnel_interface_nat_refresh_interval_variable and not isinstance(tunnel_interface_nat_refresh_interval_variable, str):
|
|
440
|
+
raise TypeError("Expected argument 'tunnel_interface_nat_refresh_interval_variable' to be a str")
|
|
441
|
+
pulumi.set(__self__, "tunnel_interface_nat_refresh_interval_variable", tunnel_interface_nat_refresh_interval_variable)
|
|
442
|
+
if tunnel_interface_network_broadcast and not isinstance(tunnel_interface_network_broadcast, bool):
|
|
443
|
+
raise TypeError("Expected argument 'tunnel_interface_network_broadcast' to be a bool")
|
|
444
|
+
pulumi.set(__self__, "tunnel_interface_network_broadcast", tunnel_interface_network_broadcast)
|
|
445
|
+
if tunnel_interface_network_broadcast_variable and not isinstance(tunnel_interface_network_broadcast_variable, str):
|
|
446
|
+
raise TypeError("Expected argument 'tunnel_interface_network_broadcast_variable' to be a str")
|
|
447
|
+
pulumi.set(__self__, "tunnel_interface_network_broadcast_variable", tunnel_interface_network_broadcast_variable)
|
|
448
|
+
if tunnel_interface_port_hop and not isinstance(tunnel_interface_port_hop, bool):
|
|
449
|
+
raise TypeError("Expected argument 'tunnel_interface_port_hop' to be a bool")
|
|
450
|
+
pulumi.set(__self__, "tunnel_interface_port_hop", tunnel_interface_port_hop)
|
|
451
|
+
if tunnel_interface_port_hop_variable and not isinstance(tunnel_interface_port_hop_variable, str):
|
|
452
|
+
raise TypeError("Expected argument 'tunnel_interface_port_hop_variable' to be a str")
|
|
453
|
+
pulumi.set(__self__, "tunnel_interface_port_hop_variable", tunnel_interface_port_hop_variable)
|
|
454
|
+
if tunnel_interface_tunnel_tcp_mss and not isinstance(tunnel_interface_tunnel_tcp_mss, int):
|
|
455
|
+
raise TypeError("Expected argument 'tunnel_interface_tunnel_tcp_mss' to be a int")
|
|
456
|
+
pulumi.set(__self__, "tunnel_interface_tunnel_tcp_mss", tunnel_interface_tunnel_tcp_mss)
|
|
457
|
+
if tunnel_interface_tunnel_tcp_mss_variable and not isinstance(tunnel_interface_tunnel_tcp_mss_variable, str):
|
|
458
|
+
raise TypeError("Expected argument 'tunnel_interface_tunnel_tcp_mss_variable' to be a str")
|
|
459
|
+
pulumi.set(__self__, "tunnel_interface_tunnel_tcp_mss_variable", tunnel_interface_tunnel_tcp_mss_variable)
|
|
460
|
+
if tunnel_interface_vbond_as_stun_server and not isinstance(tunnel_interface_vbond_as_stun_server, bool):
|
|
461
|
+
raise TypeError("Expected argument 'tunnel_interface_vbond_as_stun_server' to be a bool")
|
|
462
|
+
pulumi.set(__self__, "tunnel_interface_vbond_as_stun_server", tunnel_interface_vbond_as_stun_server)
|
|
463
|
+
if tunnel_interface_vbond_as_stun_server_variable and not isinstance(tunnel_interface_vbond_as_stun_server_variable, str):
|
|
464
|
+
raise TypeError("Expected argument 'tunnel_interface_vbond_as_stun_server_variable' to be a str")
|
|
465
|
+
pulumi.set(__self__, "tunnel_interface_vbond_as_stun_server_variable", tunnel_interface_vbond_as_stun_server_variable)
|
|
466
|
+
if tunnel_interface_vmanage_connection_preference and not isinstance(tunnel_interface_vmanage_connection_preference, int):
|
|
467
|
+
raise TypeError("Expected argument 'tunnel_interface_vmanage_connection_preference' to be a int")
|
|
468
|
+
pulumi.set(__self__, "tunnel_interface_vmanage_connection_preference", tunnel_interface_vmanage_connection_preference)
|
|
469
|
+
if tunnel_interface_vmanage_connection_preference_variable and not isinstance(tunnel_interface_vmanage_connection_preference_variable, str):
|
|
470
|
+
raise TypeError("Expected argument 'tunnel_interface_vmanage_connection_preference_variable' to be a str")
|
|
471
|
+
pulumi.set(__self__, "tunnel_interface_vmanage_connection_preference_variable", tunnel_interface_vmanage_connection_preference_variable)
|
|
472
|
+
if tunnel_qos_mode and not isinstance(tunnel_qos_mode, str):
|
|
473
|
+
raise TypeError("Expected argument 'tunnel_qos_mode' to be a str")
|
|
474
|
+
pulumi.set(__self__, "tunnel_qos_mode", tunnel_qos_mode)
|
|
475
|
+
if tunnel_qos_mode_variable and not isinstance(tunnel_qos_mode_variable, str):
|
|
476
|
+
raise TypeError("Expected argument 'tunnel_qos_mode_variable' to be a str")
|
|
477
|
+
pulumi.set(__self__, "tunnel_qos_mode_variable", tunnel_qos_mode_variable)
|
|
478
|
+
if vdsl_configurations and not isinstance(vdsl_configurations, list):
|
|
479
|
+
raise TypeError("Expected argument 'vdsl_configurations' to be a list")
|
|
480
|
+
pulumi.set(__self__, "vdsl_configurations", vdsl_configurations)
|
|
481
|
+
if version and not isinstance(version, int):
|
|
482
|
+
raise TypeError("Expected argument 'version' to be a int")
|
|
483
|
+
pulumi.set(__self__, "version", version)
|
|
484
|
+
if write_rule and not isinstance(write_rule, str):
|
|
485
|
+
raise TypeError("Expected argument 'write_rule' to be a str")
|
|
486
|
+
pulumi.set(__self__, "write_rule", write_rule)
|
|
487
|
+
if write_rule_variable and not isinstance(write_rule_variable, str):
|
|
488
|
+
raise TypeError("Expected argument 'write_rule_variable' to be a str")
|
|
489
|
+
pulumi.set(__self__, "write_rule_variable", write_rule_variable)
|
|
490
|
+
|
|
491
|
+
@property
|
|
492
|
+
@pulumi.getter(name="accessLists")
|
|
493
|
+
def access_lists(self) -> Sequence['outputs.GetVpnInterfaceDslPppoaFeatureTemplateAccessListResult']:
|
|
494
|
+
"""
|
|
495
|
+
Apply ACL
|
|
496
|
+
"""
|
|
497
|
+
return pulumi.get(self, "access_lists")
|
|
498
|
+
|
|
499
|
+
@property
|
|
500
|
+
@pulumi.getter(name="atmDescription")
|
|
501
|
+
def atm_description(self) -> str:
|
|
502
|
+
"""
|
|
503
|
+
Interface description
|
|
504
|
+
"""
|
|
505
|
+
return pulumi.get(self, "atm_description")
|
|
506
|
+
|
|
507
|
+
@property
|
|
508
|
+
@pulumi.getter(name="atmDescriptionVariable")
|
|
509
|
+
def atm_description_variable(self) -> str:
|
|
510
|
+
"""
|
|
511
|
+
Variable name
|
|
512
|
+
"""
|
|
513
|
+
return pulumi.get(self, "atm_description_variable")
|
|
514
|
+
|
|
515
|
+
@property
|
|
516
|
+
@pulumi.getter(name="atmSubInterfaceName")
|
|
517
|
+
def atm_sub_interface_name(self) -> str:
|
|
518
|
+
"""
|
|
519
|
+
ATM Sub interface Name
|
|
520
|
+
"""
|
|
521
|
+
return pulumi.get(self, "atm_sub_interface_name")
|
|
522
|
+
|
|
523
|
+
@property
|
|
524
|
+
@pulumi.getter(name="atmSubInterfaceNameVariable")
|
|
525
|
+
def atm_sub_interface_name_variable(self) -> str:
|
|
526
|
+
"""
|
|
527
|
+
Variable name
|
|
528
|
+
"""
|
|
529
|
+
return pulumi.get(self, "atm_sub_interface_name_variable")
|
|
530
|
+
|
|
531
|
+
@property
|
|
532
|
+
@pulumi.getter(name="bandwidthDownstream")
|
|
533
|
+
def bandwidth_downstream(self) -> int:
|
|
534
|
+
"""
|
|
535
|
+
Interface downstream bandwidth capacity, in kbps
|
|
536
|
+
"""
|
|
537
|
+
return pulumi.get(self, "bandwidth_downstream")
|
|
538
|
+
|
|
539
|
+
@property
|
|
540
|
+
@pulumi.getter(name="bandwidthDownstreamVariable")
|
|
541
|
+
def bandwidth_downstream_variable(self) -> str:
|
|
542
|
+
"""
|
|
543
|
+
Variable name
|
|
544
|
+
"""
|
|
545
|
+
return pulumi.get(self, "bandwidth_downstream_variable")
|
|
546
|
+
|
|
547
|
+
@property
|
|
548
|
+
@pulumi.getter(name="bandwidthUpstream")
|
|
549
|
+
def bandwidth_upstream(self) -> int:
|
|
550
|
+
"""
|
|
551
|
+
Interface upstream bandwidth capacity, in kbps
|
|
552
|
+
"""
|
|
553
|
+
return pulumi.get(self, "bandwidth_upstream")
|
|
554
|
+
|
|
555
|
+
@property
|
|
556
|
+
@pulumi.getter(name="bandwidthUpstreamVariable")
|
|
557
|
+
def bandwidth_upstream_variable(self) -> str:
|
|
558
|
+
"""
|
|
559
|
+
Variable name
|
|
560
|
+
"""
|
|
561
|
+
return pulumi.get(self, "bandwidth_upstream_variable")
|
|
562
|
+
|
|
563
|
+
@property
|
|
564
|
+
@pulumi.getter(name="chapHostname")
|
|
565
|
+
def chap_hostname(self) -> str:
|
|
566
|
+
"""
|
|
567
|
+
CHAP Hostname
|
|
568
|
+
"""
|
|
569
|
+
return pulumi.get(self, "chap_hostname")
|
|
570
|
+
|
|
571
|
+
@property
|
|
572
|
+
@pulumi.getter(name="chapHostnameVariable")
|
|
573
|
+
def chap_hostname_variable(self) -> str:
|
|
574
|
+
"""
|
|
575
|
+
Variable name
|
|
576
|
+
"""
|
|
577
|
+
return pulumi.get(self, "chap_hostname_variable")
|
|
578
|
+
|
|
579
|
+
@property
|
|
580
|
+
@pulumi.getter(name="chapPppAuthPassword")
|
|
581
|
+
def chap_ppp_auth_password(self) -> str:
|
|
582
|
+
"""
|
|
583
|
+
Specify ppp authentication Password
|
|
584
|
+
"""
|
|
585
|
+
return pulumi.get(self, "chap_ppp_auth_password")
|
|
586
|
+
|
|
587
|
+
@property
|
|
588
|
+
@pulumi.getter(name="chapPppAuthPasswordVariable")
|
|
589
|
+
def chap_ppp_auth_password_variable(self) -> str:
|
|
590
|
+
"""
|
|
591
|
+
Variable name
|
|
592
|
+
"""
|
|
593
|
+
return pulumi.get(self, "chap_ppp_auth_password_variable")
|
|
594
|
+
|
|
595
|
+
@property
|
|
596
|
+
@pulumi.getter(name="coreRegion")
|
|
597
|
+
def core_region(self) -> str:
|
|
598
|
+
"""
|
|
599
|
+
Enable core region
|
|
600
|
+
"""
|
|
601
|
+
return pulumi.get(self, "core_region")
|
|
602
|
+
|
|
603
|
+
@property
|
|
604
|
+
@pulumi.getter(name="coreRegionVariable")
|
|
605
|
+
def core_region_variable(self) -> str:
|
|
606
|
+
"""
|
|
607
|
+
Variable name
|
|
608
|
+
"""
|
|
609
|
+
return pulumi.get(self, "core_region_variable")
|
|
610
|
+
|
|
611
|
+
@property
|
|
612
|
+
@pulumi.getter
|
|
613
|
+
def description(self) -> str:
|
|
614
|
+
"""
|
|
615
|
+
The description of the feature template
|
|
616
|
+
"""
|
|
617
|
+
return pulumi.get(self, "description")
|
|
618
|
+
|
|
619
|
+
@property
|
|
620
|
+
@pulumi.getter(name="deviceTypes")
|
|
621
|
+
def device_types(self) -> Sequence[str]:
|
|
622
|
+
"""
|
|
623
|
+
List of supported device types
|
|
624
|
+
"""
|
|
625
|
+
return pulumi.get(self, "device_types")
|
|
626
|
+
|
|
627
|
+
@property
|
|
628
|
+
@pulumi.getter(name="enableCoreRegion")
|
|
629
|
+
def enable_core_region(self) -> bool:
|
|
630
|
+
"""
|
|
631
|
+
Enable core region
|
|
632
|
+
"""
|
|
633
|
+
return pulumi.get(self, "enable_core_region")
|
|
634
|
+
|
|
635
|
+
@property
|
|
636
|
+
@pulumi.getter(name="enableCoreRegionVariable")
|
|
637
|
+
def enable_core_region_variable(self) -> str:
|
|
638
|
+
"""
|
|
639
|
+
Variable name
|
|
640
|
+
"""
|
|
641
|
+
return pulumi.get(self, "enable_core_region_variable")
|
|
642
|
+
|
|
643
|
+
@property
|
|
644
|
+
@pulumi.getter
|
|
645
|
+
def id(self) -> str:
|
|
646
|
+
"""
|
|
647
|
+
The id of the feature template
|
|
648
|
+
"""
|
|
649
|
+
return pulumi.get(self, "id")
|
|
650
|
+
|
|
651
|
+
@property
|
|
652
|
+
@pulumi.getter(name="ipDirectedBroadcast")
|
|
653
|
+
def ip_directed_broadcast(self) -> bool:
|
|
654
|
+
"""
|
|
655
|
+
IP Directed-Broadcast
|
|
656
|
+
"""
|
|
657
|
+
return pulumi.get(self, "ip_directed_broadcast")
|
|
658
|
+
|
|
659
|
+
@property
|
|
660
|
+
@pulumi.getter(name="ipDirectedBroadcastVariable")
|
|
661
|
+
def ip_directed_broadcast_variable(self) -> str:
|
|
662
|
+
"""
|
|
663
|
+
Variable name
|
|
664
|
+
"""
|
|
665
|
+
return pulumi.get(self, "ip_directed_broadcast_variable")
|
|
666
|
+
|
|
667
|
+
@property
|
|
668
|
+
@pulumi.getter(name="ipMtu")
|
|
669
|
+
def ip_mtu(self) -> int:
|
|
670
|
+
"""
|
|
671
|
+
Interface MTU \\n\\n, in bytes
|
|
672
|
+
"""
|
|
673
|
+
return pulumi.get(self, "ip_mtu")
|
|
674
|
+
|
|
675
|
+
@property
|
|
676
|
+
@pulumi.getter(name="ipMtuVariable")
|
|
677
|
+
def ip_mtu_variable(self) -> str:
|
|
678
|
+
"""
|
|
679
|
+
Variable name
|
|
680
|
+
"""
|
|
681
|
+
return pulumi.get(self, "ip_mtu_variable")
|
|
682
|
+
|
|
683
|
+
@property
|
|
684
|
+
@pulumi.getter
|
|
685
|
+
def name(self) -> str:
|
|
686
|
+
"""
|
|
687
|
+
The name of the feature template
|
|
688
|
+
"""
|
|
689
|
+
return pulumi.get(self, "name")
|
|
690
|
+
|
|
691
|
+
@property
|
|
692
|
+
@pulumi.getter
|
|
693
|
+
def nat(self) -> bool:
|
|
694
|
+
"""
|
|
695
|
+
Network Address Translation on this interface
|
|
696
|
+
"""
|
|
697
|
+
return pulumi.get(self, "nat")
|
|
698
|
+
|
|
699
|
+
@property
|
|
700
|
+
@pulumi.getter(name="natBlockIcmpError")
|
|
701
|
+
def nat_block_icmp_error(self) -> bool:
|
|
702
|
+
"""
|
|
703
|
+
Block inbound ICMP error messages
|
|
704
|
+
"""
|
|
705
|
+
return pulumi.get(self, "nat_block_icmp_error")
|
|
706
|
+
|
|
707
|
+
@property
|
|
708
|
+
@pulumi.getter(name="natBlockIcmpErrorVariable")
|
|
709
|
+
def nat_block_icmp_error_variable(self) -> str:
|
|
710
|
+
"""
|
|
711
|
+
Variable name
|
|
712
|
+
"""
|
|
713
|
+
return pulumi.get(self, "nat_block_icmp_error_variable")
|
|
714
|
+
|
|
715
|
+
@property
|
|
716
|
+
@pulumi.getter(name="natPortForwards")
|
|
717
|
+
def nat_port_forwards(self) -> Sequence['outputs.GetVpnInterfaceDslPppoaFeatureTemplateNatPortForwardResult']:
|
|
718
|
+
"""
|
|
719
|
+
Set port-forwarding rules for NAT on this interface
|
|
720
|
+
"""
|
|
721
|
+
return pulumi.get(self, "nat_port_forwards")
|
|
722
|
+
|
|
723
|
+
@property
|
|
724
|
+
@pulumi.getter(name="natRefreshMode")
|
|
725
|
+
def nat_refresh_mode(self) -> str:
|
|
726
|
+
"""
|
|
727
|
+
Set NAT refresh mode
|
|
728
|
+
"""
|
|
729
|
+
return pulumi.get(self, "nat_refresh_mode")
|
|
730
|
+
|
|
731
|
+
@property
|
|
732
|
+
@pulumi.getter(name="natRefreshModeVariable")
|
|
733
|
+
def nat_refresh_mode_variable(self) -> str:
|
|
734
|
+
"""
|
|
735
|
+
Variable name
|
|
736
|
+
"""
|
|
737
|
+
return pulumi.get(self, "nat_refresh_mode_variable")
|
|
738
|
+
|
|
739
|
+
@property
|
|
740
|
+
@pulumi.getter(name="natResponseToPing")
|
|
741
|
+
def nat_response_to_ping(self) -> bool:
|
|
742
|
+
"""
|
|
743
|
+
Respond to ping requests to NAT interface ip address from the public side
|
|
744
|
+
"""
|
|
745
|
+
return pulumi.get(self, "nat_response_to_ping")
|
|
746
|
+
|
|
747
|
+
@property
|
|
748
|
+
@pulumi.getter(name="natResponseToPingVariable")
|
|
749
|
+
def nat_response_to_ping_variable(self) -> str:
|
|
750
|
+
"""
|
|
751
|
+
Variable name
|
|
752
|
+
"""
|
|
753
|
+
return pulumi.get(self, "nat_response_to_ping_variable")
|
|
754
|
+
|
|
755
|
+
@property
|
|
756
|
+
@pulumi.getter(name="natTcpTimeout")
|
|
757
|
+
def nat_tcp_timeout(self) -> int:
|
|
758
|
+
"""
|
|
759
|
+
Set NAT TCP session timeout, in minutes
|
|
760
|
+
"""
|
|
761
|
+
return pulumi.get(self, "nat_tcp_timeout")
|
|
762
|
+
|
|
763
|
+
@property
|
|
764
|
+
@pulumi.getter(name="natTcpTimeoutVariable")
|
|
765
|
+
def nat_tcp_timeout_variable(self) -> str:
|
|
766
|
+
"""
|
|
767
|
+
Variable name
|
|
768
|
+
"""
|
|
769
|
+
return pulumi.get(self, "nat_tcp_timeout_variable")
|
|
770
|
+
|
|
771
|
+
@property
|
|
772
|
+
@pulumi.getter(name="natUdpTimeout")
|
|
773
|
+
def nat_udp_timeout(self) -> int:
|
|
774
|
+
"""
|
|
775
|
+
Set NAT UDP session timeout, in minutes
|
|
776
|
+
"""
|
|
777
|
+
return pulumi.get(self, "nat_udp_timeout")
|
|
778
|
+
|
|
779
|
+
@property
|
|
780
|
+
@pulumi.getter(name="natUdpTimeoutVariable")
|
|
781
|
+
def nat_udp_timeout_variable(self) -> str:
|
|
782
|
+
"""
|
|
783
|
+
Variable name
|
|
784
|
+
"""
|
|
785
|
+
return pulumi.get(self, "nat_udp_timeout_variable")
|
|
786
|
+
|
|
787
|
+
@property
|
|
788
|
+
@pulumi.getter(name="papPassword")
|
|
789
|
+
def pap_password(self) -> bool:
|
|
790
|
+
"""
|
|
791
|
+
PAP outbound Password
|
|
792
|
+
"""
|
|
793
|
+
return pulumi.get(self, "pap_password")
|
|
794
|
+
|
|
795
|
+
@property
|
|
796
|
+
@pulumi.getter(name="papPppAuthPassword")
|
|
797
|
+
def pap_ppp_auth_password(self) -> str:
|
|
798
|
+
"""
|
|
799
|
+
Specify ppp authentication Password
|
|
800
|
+
"""
|
|
801
|
+
return pulumi.get(self, "pap_ppp_auth_password")
|
|
802
|
+
|
|
803
|
+
@property
|
|
804
|
+
@pulumi.getter(name="papPppAuthPasswordVariable")
|
|
805
|
+
def pap_ppp_auth_password_variable(self) -> str:
|
|
806
|
+
"""
|
|
807
|
+
Variable name
|
|
808
|
+
"""
|
|
809
|
+
return pulumi.get(self, "pap_ppp_auth_password_variable")
|
|
810
|
+
|
|
811
|
+
@property
|
|
812
|
+
@pulumi.getter(name="papUsername")
|
|
813
|
+
def pap_username(self) -> str:
|
|
814
|
+
"""
|
|
815
|
+
PAP outbound Sent Username
|
|
816
|
+
"""
|
|
817
|
+
return pulumi.get(self, "pap_username")
|
|
818
|
+
|
|
819
|
+
@property
|
|
820
|
+
@pulumi.getter(name="papUsernameVariable")
|
|
821
|
+
def pap_username_variable(self) -> str:
|
|
822
|
+
"""
|
|
823
|
+
Variable name
|
|
824
|
+
"""
|
|
825
|
+
return pulumi.get(self, "pap_username_variable")
|
|
826
|
+
|
|
827
|
+
@property
|
|
828
|
+
@pulumi.getter(name="perTunnelQos")
|
|
829
|
+
def per_tunnel_qos(self) -> bool:
|
|
830
|
+
"""
|
|
831
|
+
Per-tunnel Qos
|
|
832
|
+
"""
|
|
833
|
+
return pulumi.get(self, "per_tunnel_qos")
|
|
834
|
+
|
|
835
|
+
@property
|
|
836
|
+
@pulumi.getter(name="perTunnelQosAggregator")
|
|
837
|
+
def per_tunnel_qos_aggregator(self) -> bool:
|
|
838
|
+
"""
|
|
839
|
+
Per-tunnel QoS Aggregator
|
|
840
|
+
"""
|
|
841
|
+
return pulumi.get(self, "per_tunnel_qos_aggregator")
|
|
842
|
+
|
|
843
|
+
@property
|
|
844
|
+
@pulumi.getter(name="perTunnelQosAggregatorVariable")
|
|
845
|
+
def per_tunnel_qos_aggregator_variable(self) -> str:
|
|
846
|
+
"""
|
|
847
|
+
Variable name
|
|
848
|
+
"""
|
|
849
|
+
return pulumi.get(self, "per_tunnel_qos_aggregator_variable")
|
|
850
|
+
|
|
851
|
+
@property
|
|
852
|
+
@pulumi.getter(name="perTunnelQosVariable")
|
|
853
|
+
def per_tunnel_qos_variable(self) -> str:
|
|
854
|
+
"""
|
|
855
|
+
Variable name
|
|
856
|
+
"""
|
|
857
|
+
return pulumi.get(self, "per_tunnel_qos_variable")
|
|
858
|
+
|
|
859
|
+
@property
|
|
860
|
+
@pulumi.getter
|
|
861
|
+
def policers(self) -> Sequence['outputs.GetVpnInterfaceDslPppoaFeatureTemplatePolicerResult']:
|
|
862
|
+
"""
|
|
863
|
+
Enable policer
|
|
864
|
+
"""
|
|
865
|
+
return pulumi.get(self, "policers")
|
|
866
|
+
|
|
867
|
+
@property
|
|
868
|
+
@pulumi.getter(name="pppAuthenticationProtocol")
|
|
869
|
+
def ppp_authentication_protocol(self) -> str:
|
|
870
|
+
"""
|
|
871
|
+
PPP Link Authentication Protocol
|
|
872
|
+
"""
|
|
873
|
+
return pulumi.get(self, "ppp_authentication_protocol")
|
|
874
|
+
|
|
875
|
+
@property
|
|
876
|
+
@pulumi.getter(name="pppAuthenticationProtocolPap")
|
|
877
|
+
def ppp_authentication_protocol_pap(self) -> bool:
|
|
878
|
+
"""
|
|
879
|
+
PPP Authentication Protocol PAP
|
|
880
|
+
"""
|
|
881
|
+
return pulumi.get(self, "ppp_authentication_protocol_pap")
|
|
882
|
+
|
|
883
|
+
@property
|
|
884
|
+
@pulumi.getter(name="pppAuthenticationProtocolVariable")
|
|
885
|
+
def ppp_authentication_protocol_variable(self) -> str:
|
|
886
|
+
"""
|
|
887
|
+
Variable name
|
|
888
|
+
"""
|
|
889
|
+
return pulumi.get(self, "ppp_authentication_protocol_variable")
|
|
890
|
+
|
|
891
|
+
@property
|
|
892
|
+
@pulumi.getter(name="pppAuthenticationType")
|
|
893
|
+
def ppp_authentication_type(self) -> str:
|
|
894
|
+
"""
|
|
895
|
+
Authenticate remote on incoming call only
|
|
896
|
+
"""
|
|
897
|
+
return pulumi.get(self, "ppp_authentication_type")
|
|
898
|
+
|
|
899
|
+
@property
|
|
900
|
+
@pulumi.getter
|
|
901
|
+
def pvcs(self) -> Sequence['outputs.GetVpnInterfaceDslPppoaFeatureTemplatePvcResult']:
|
|
902
|
+
"""
|
|
903
|
+
pvc
|
|
904
|
+
"""
|
|
905
|
+
return pulumi.get(self, "pvcs")
|
|
906
|
+
|
|
907
|
+
@property
|
|
908
|
+
@pulumi.getter(name="qosAdaptiveBandwidthDownstream")
|
|
909
|
+
def qos_adaptive_bandwidth_downstream(self) -> int:
|
|
910
|
+
"""
|
|
911
|
+
Adaptive QoS default downstream bandwidth
|
|
912
|
+
"""
|
|
913
|
+
return pulumi.get(self, "qos_adaptive_bandwidth_downstream")
|
|
914
|
+
|
|
915
|
+
@property
|
|
916
|
+
@pulumi.getter(name="qosAdaptiveBandwidthDownstreamVariable")
|
|
917
|
+
def qos_adaptive_bandwidth_downstream_variable(self) -> str:
|
|
918
|
+
"""
|
|
919
|
+
Variable name
|
|
920
|
+
"""
|
|
921
|
+
return pulumi.get(self, "qos_adaptive_bandwidth_downstream_variable")
|
|
922
|
+
|
|
923
|
+
@property
|
|
924
|
+
@pulumi.getter(name="qosAdaptiveBandwidthUpstream")
|
|
925
|
+
def qos_adaptive_bandwidth_upstream(self) -> int:
|
|
926
|
+
"""
|
|
927
|
+
Adaptive QoS default upstream bandwidth
|
|
928
|
+
"""
|
|
929
|
+
return pulumi.get(self, "qos_adaptive_bandwidth_upstream")
|
|
930
|
+
|
|
931
|
+
@property
|
|
932
|
+
@pulumi.getter(name="qosAdaptiveBandwidthUpstreamVariable")
|
|
933
|
+
def qos_adaptive_bandwidth_upstream_variable(self) -> str:
|
|
934
|
+
"""
|
|
935
|
+
Variable name
|
|
936
|
+
"""
|
|
937
|
+
return pulumi.get(self, "qos_adaptive_bandwidth_upstream_variable")
|
|
938
|
+
|
|
939
|
+
@property
|
|
940
|
+
@pulumi.getter(name="qosAdaptiveMaxDownstream")
|
|
941
|
+
def qos_adaptive_max_downstream(self) -> int:
|
|
942
|
+
"""
|
|
943
|
+
Downstream max bandwidth limit
|
|
944
|
+
"""
|
|
945
|
+
return pulumi.get(self, "qos_adaptive_max_downstream")
|
|
946
|
+
|
|
947
|
+
@property
|
|
948
|
+
@pulumi.getter(name="qosAdaptiveMaxDownstreamVariable")
|
|
949
|
+
def qos_adaptive_max_downstream_variable(self) -> str:
|
|
950
|
+
"""
|
|
951
|
+
Variable name
|
|
952
|
+
"""
|
|
953
|
+
return pulumi.get(self, "qos_adaptive_max_downstream_variable")
|
|
954
|
+
|
|
955
|
+
@property
|
|
956
|
+
@pulumi.getter(name="qosAdaptiveMaxUpstream")
|
|
957
|
+
def qos_adaptive_max_upstream(self) -> int:
|
|
958
|
+
"""
|
|
959
|
+
Upstream max bandwidth limit
|
|
960
|
+
"""
|
|
961
|
+
return pulumi.get(self, "qos_adaptive_max_upstream")
|
|
962
|
+
|
|
963
|
+
@property
|
|
964
|
+
@pulumi.getter(name="qosAdaptiveMaxUpstreamVariable")
|
|
965
|
+
def qos_adaptive_max_upstream_variable(self) -> str:
|
|
966
|
+
"""
|
|
967
|
+
Variable name
|
|
968
|
+
"""
|
|
969
|
+
return pulumi.get(self, "qos_adaptive_max_upstream_variable")
|
|
970
|
+
|
|
971
|
+
@property
|
|
972
|
+
@pulumi.getter(name="qosAdaptiveMinDownstream")
|
|
973
|
+
def qos_adaptive_min_downstream(self) -> int:
|
|
974
|
+
"""
|
|
975
|
+
Downstream min bandwidth limit
|
|
976
|
+
"""
|
|
977
|
+
return pulumi.get(self, "qos_adaptive_min_downstream")
|
|
978
|
+
|
|
979
|
+
@property
|
|
980
|
+
@pulumi.getter(name="qosAdaptiveMinDownstreamVariable")
|
|
981
|
+
def qos_adaptive_min_downstream_variable(self) -> str:
|
|
982
|
+
"""
|
|
983
|
+
Variable name
|
|
984
|
+
"""
|
|
985
|
+
return pulumi.get(self, "qos_adaptive_min_downstream_variable")
|
|
986
|
+
|
|
987
|
+
@property
|
|
988
|
+
@pulumi.getter(name="qosAdaptiveMinUpstream")
|
|
989
|
+
def qos_adaptive_min_upstream(self) -> int:
|
|
990
|
+
"""
|
|
991
|
+
Upstream min bandwidth limit
|
|
992
|
+
"""
|
|
993
|
+
return pulumi.get(self, "qos_adaptive_min_upstream")
|
|
994
|
+
|
|
995
|
+
@property
|
|
996
|
+
@pulumi.getter(name="qosAdaptiveMinUpstreamVariable")
|
|
997
|
+
def qos_adaptive_min_upstream_variable(self) -> str:
|
|
998
|
+
"""
|
|
999
|
+
Variable name
|
|
1000
|
+
"""
|
|
1001
|
+
return pulumi.get(self, "qos_adaptive_min_upstream_variable")
|
|
1002
|
+
|
|
1003
|
+
@property
|
|
1004
|
+
@pulumi.getter(name="qosAdaptivePeriod")
|
|
1005
|
+
def qos_adaptive_period(self) -> int:
|
|
1006
|
+
"""
|
|
1007
|
+
Periodic timer for adaptive QoS in minutes
|
|
1008
|
+
"""
|
|
1009
|
+
return pulumi.get(self, "qos_adaptive_period")
|
|
1010
|
+
|
|
1011
|
+
@property
|
|
1012
|
+
@pulumi.getter(name="qosAdaptivePeriodVariable")
|
|
1013
|
+
def qos_adaptive_period_variable(self) -> str:
|
|
1014
|
+
"""
|
|
1015
|
+
Variable name
|
|
1016
|
+
"""
|
|
1017
|
+
return pulumi.get(self, "qos_adaptive_period_variable")
|
|
1018
|
+
|
|
1019
|
+
@property
|
|
1020
|
+
@pulumi.getter(name="qosMap")
|
|
1021
|
+
def qos_map(self) -> str:
|
|
1022
|
+
"""
|
|
1023
|
+
Name of QoS map
|
|
1024
|
+
"""
|
|
1025
|
+
return pulumi.get(self, "qos_map")
|
|
1026
|
+
|
|
1027
|
+
@property
|
|
1028
|
+
@pulumi.getter(name="qosMapVariable")
|
|
1029
|
+
def qos_map_variable(self) -> str:
|
|
1030
|
+
"""
|
|
1031
|
+
Variable name
|
|
1032
|
+
"""
|
|
1033
|
+
return pulumi.get(self, "qos_map_variable")
|
|
1034
|
+
|
|
1035
|
+
@property
|
|
1036
|
+
@pulumi.getter(name="qosMapVpn")
|
|
1037
|
+
def qos_map_vpn(self) -> str:
|
|
1038
|
+
"""
|
|
1039
|
+
Name of VPN QoS map
|
|
1040
|
+
"""
|
|
1041
|
+
return pulumi.get(self, "qos_map_vpn")
|
|
1042
|
+
|
|
1043
|
+
@property
|
|
1044
|
+
@pulumi.getter(name="qosMapVpnVariable")
|
|
1045
|
+
def qos_map_vpn_variable(self) -> str:
|
|
1046
|
+
"""
|
|
1047
|
+
Variable name
|
|
1048
|
+
"""
|
|
1049
|
+
return pulumi.get(self, "qos_map_vpn_variable")
|
|
1050
|
+
|
|
1051
|
+
@property
|
|
1052
|
+
@pulumi.getter(name="secondaryRegion")
|
|
1053
|
+
def secondary_region(self) -> str:
|
|
1054
|
+
"""
|
|
1055
|
+
Enable secondary region
|
|
1056
|
+
"""
|
|
1057
|
+
return pulumi.get(self, "secondary_region")
|
|
1058
|
+
|
|
1059
|
+
@property
|
|
1060
|
+
@pulumi.getter(name="secondaryRegionVariable")
|
|
1061
|
+
def secondary_region_variable(self) -> str:
|
|
1062
|
+
"""
|
|
1063
|
+
Variable name
|
|
1064
|
+
"""
|
|
1065
|
+
return pulumi.get(self, "secondary_region_variable")
|
|
1066
|
+
|
|
1067
|
+
@property
|
|
1068
|
+
@pulumi.getter(name="shapingRate")
|
|
1069
|
+
def shaping_rate(self) -> int:
|
|
1070
|
+
"""
|
|
1071
|
+
1ge interfaces: [0..1000000]kbps; 10ge interfaces: [0..10000000]kbps
|
|
1072
|
+
"""
|
|
1073
|
+
return pulumi.get(self, "shaping_rate")
|
|
1074
|
+
|
|
1075
|
+
@property
|
|
1076
|
+
@pulumi.getter(name="shapingRateVariable")
|
|
1077
|
+
def shaping_rate_variable(self) -> str:
|
|
1078
|
+
"""
|
|
1079
|
+
Variable name
|
|
1080
|
+
"""
|
|
1081
|
+
return pulumi.get(self, "shaping_rate_variable")
|
|
1082
|
+
|
|
1083
|
+
@property
|
|
1084
|
+
@pulumi.getter
|
|
1085
|
+
def shutdown(self) -> bool:
|
|
1086
|
+
"""
|
|
1087
|
+
Administrative state
|
|
1088
|
+
"""
|
|
1089
|
+
return pulumi.get(self, "shutdown")
|
|
1090
|
+
|
|
1091
|
+
@property
|
|
1092
|
+
@pulumi.getter(name="shutdownVariable")
|
|
1093
|
+
def shutdown_variable(self) -> str:
|
|
1094
|
+
"""
|
|
1095
|
+
Variable name
|
|
1096
|
+
"""
|
|
1097
|
+
return pulumi.get(self, "shutdown_variable")
|
|
1098
|
+
|
|
1099
|
+
@property
|
|
1100
|
+
@pulumi.getter(name="tcpMss")
|
|
1101
|
+
def tcp_mss(self) -> int:
|
|
1102
|
+
"""
|
|
1103
|
+
TCP MSS on SYN packets, in bytes
|
|
1104
|
+
"""
|
|
1105
|
+
return pulumi.get(self, "tcp_mss")
|
|
1106
|
+
|
|
1107
|
+
@property
|
|
1108
|
+
@pulumi.getter(name="tcpMssVariable")
|
|
1109
|
+
def tcp_mss_variable(self) -> str:
|
|
1110
|
+
"""
|
|
1111
|
+
Variable name
|
|
1112
|
+
"""
|
|
1113
|
+
return pulumi.get(self, "tcp_mss_variable")
|
|
1114
|
+
|
|
1115
|
+
@property
|
|
1116
|
+
@pulumi.getter(name="templateType")
|
|
1117
|
+
def template_type(self) -> str:
|
|
1118
|
+
"""
|
|
1119
|
+
The template type
|
|
1120
|
+
"""
|
|
1121
|
+
return pulumi.get(self, "template_type")
|
|
1122
|
+
|
|
1123
|
+
@property
|
|
1124
|
+
@pulumi.getter(name="tlocExtension")
|
|
1125
|
+
def tloc_extension(self) -> str:
|
|
1126
|
+
"""
|
|
1127
|
+
Extends a local TLOC to a remote node only for vpn 0
|
|
1128
|
+
"""
|
|
1129
|
+
return pulumi.get(self, "tloc_extension")
|
|
1130
|
+
|
|
1131
|
+
@property
|
|
1132
|
+
@pulumi.getter(name="tlocExtensionVariable")
|
|
1133
|
+
def tloc_extension_variable(self) -> str:
|
|
1134
|
+
"""
|
|
1135
|
+
Variable name
|
|
1136
|
+
"""
|
|
1137
|
+
return pulumi.get(self, "tloc_extension_variable")
|
|
1138
|
+
|
|
1139
|
+
@property
|
|
1140
|
+
@pulumi.getter(name="trackerVariable")
|
|
1141
|
+
def tracker_variable(self) -> str:
|
|
1142
|
+
"""
|
|
1143
|
+
Variable name
|
|
1144
|
+
"""
|
|
1145
|
+
return pulumi.get(self, "tracker_variable")
|
|
1146
|
+
|
|
1147
|
+
@property
|
|
1148
|
+
@pulumi.getter
|
|
1149
|
+
def trackers(self) -> Sequence[str]:
|
|
1150
|
+
"""
|
|
1151
|
+
Enable tracker for this interface
|
|
1152
|
+
"""
|
|
1153
|
+
return pulumi.get(self, "trackers")
|
|
1154
|
+
|
|
1155
|
+
@property
|
|
1156
|
+
@pulumi.getter(name="tunnelInterfaceAllowAll")
|
|
1157
|
+
def tunnel_interface_allow_all(self) -> bool:
|
|
1158
|
+
"""
|
|
1159
|
+
Allow all traffic. Overrides all other allow-service options if allow-service all is set
|
|
1160
|
+
"""
|
|
1161
|
+
return pulumi.get(self, "tunnel_interface_allow_all")
|
|
1162
|
+
|
|
1163
|
+
@property
|
|
1164
|
+
@pulumi.getter(name="tunnelInterfaceAllowAllVariable")
|
|
1165
|
+
def tunnel_interface_allow_all_variable(self) -> str:
|
|
1166
|
+
"""
|
|
1167
|
+
Variable name
|
|
1168
|
+
"""
|
|
1169
|
+
return pulumi.get(self, "tunnel_interface_allow_all_variable")
|
|
1170
|
+
|
|
1171
|
+
@property
|
|
1172
|
+
@pulumi.getter(name="tunnelInterfaceAllowBgp")
|
|
1173
|
+
def tunnel_interface_allow_bgp(self) -> bool:
|
|
1174
|
+
"""
|
|
1175
|
+
Allow/deny BGP
|
|
1176
|
+
"""
|
|
1177
|
+
return pulumi.get(self, "tunnel_interface_allow_bgp")
|
|
1178
|
+
|
|
1179
|
+
@property
|
|
1180
|
+
@pulumi.getter(name="tunnelInterfaceAllowBgpVariable")
|
|
1181
|
+
def tunnel_interface_allow_bgp_variable(self) -> str:
|
|
1182
|
+
"""
|
|
1183
|
+
Variable name
|
|
1184
|
+
"""
|
|
1185
|
+
return pulumi.get(self, "tunnel_interface_allow_bgp_variable")
|
|
1186
|
+
|
|
1187
|
+
@property
|
|
1188
|
+
@pulumi.getter(name="tunnelInterfaceAllowDhcp")
|
|
1189
|
+
def tunnel_interface_allow_dhcp(self) -> bool:
|
|
1190
|
+
"""
|
|
1191
|
+
Allow/Deny DHCP
|
|
1192
|
+
"""
|
|
1193
|
+
return pulumi.get(self, "tunnel_interface_allow_dhcp")
|
|
1194
|
+
|
|
1195
|
+
@property
|
|
1196
|
+
@pulumi.getter(name="tunnelInterfaceAllowDhcpVariable")
|
|
1197
|
+
def tunnel_interface_allow_dhcp_variable(self) -> str:
|
|
1198
|
+
"""
|
|
1199
|
+
Variable name
|
|
1200
|
+
"""
|
|
1201
|
+
return pulumi.get(self, "tunnel_interface_allow_dhcp_variable")
|
|
1202
|
+
|
|
1203
|
+
@property
|
|
1204
|
+
@pulumi.getter(name="tunnelInterfaceAllowDns")
|
|
1205
|
+
def tunnel_interface_allow_dns(self) -> bool:
|
|
1206
|
+
"""
|
|
1207
|
+
Allow/Deny DNS
|
|
1208
|
+
"""
|
|
1209
|
+
return pulumi.get(self, "tunnel_interface_allow_dns")
|
|
1210
|
+
|
|
1211
|
+
@property
|
|
1212
|
+
@pulumi.getter(name="tunnelInterfaceAllowDnsVariable")
|
|
1213
|
+
def tunnel_interface_allow_dns_variable(self) -> str:
|
|
1214
|
+
"""
|
|
1215
|
+
Variable name
|
|
1216
|
+
"""
|
|
1217
|
+
return pulumi.get(self, "tunnel_interface_allow_dns_variable")
|
|
1218
|
+
|
|
1219
|
+
@property
|
|
1220
|
+
@pulumi.getter(name="tunnelInterfaceAllowHttps")
|
|
1221
|
+
def tunnel_interface_allow_https(self) -> bool:
|
|
1222
|
+
"""
|
|
1223
|
+
Allow/Deny Https
|
|
1224
|
+
"""
|
|
1225
|
+
return pulumi.get(self, "tunnel_interface_allow_https")
|
|
1226
|
+
|
|
1227
|
+
@property
|
|
1228
|
+
@pulumi.getter(name="tunnelInterfaceAllowHttpsVariable")
|
|
1229
|
+
def tunnel_interface_allow_https_variable(self) -> str:
|
|
1230
|
+
"""
|
|
1231
|
+
Variable name
|
|
1232
|
+
"""
|
|
1233
|
+
return pulumi.get(self, "tunnel_interface_allow_https_variable")
|
|
1234
|
+
|
|
1235
|
+
@property
|
|
1236
|
+
@pulumi.getter(name="tunnelInterfaceAllowIcmp")
|
|
1237
|
+
def tunnel_interface_allow_icmp(self) -> bool:
|
|
1238
|
+
"""
|
|
1239
|
+
Allow/Deny ICMP
|
|
1240
|
+
"""
|
|
1241
|
+
return pulumi.get(self, "tunnel_interface_allow_icmp")
|
|
1242
|
+
|
|
1243
|
+
@property
|
|
1244
|
+
@pulumi.getter(name="tunnelInterfaceAllowIcmpVariable")
|
|
1245
|
+
def tunnel_interface_allow_icmp_variable(self) -> str:
|
|
1246
|
+
"""
|
|
1247
|
+
Variable name
|
|
1248
|
+
"""
|
|
1249
|
+
return pulumi.get(self, "tunnel_interface_allow_icmp_variable")
|
|
1250
|
+
|
|
1251
|
+
@property
|
|
1252
|
+
@pulumi.getter(name="tunnelInterfaceAllowNetconf")
|
|
1253
|
+
def tunnel_interface_allow_netconf(self) -> bool:
|
|
1254
|
+
"""
|
|
1255
|
+
Allow/Deny NETCONF
|
|
1256
|
+
"""
|
|
1257
|
+
return pulumi.get(self, "tunnel_interface_allow_netconf")
|
|
1258
|
+
|
|
1259
|
+
@property
|
|
1260
|
+
@pulumi.getter(name="tunnelInterfaceAllowNetconfVariable")
|
|
1261
|
+
def tunnel_interface_allow_netconf_variable(self) -> str:
|
|
1262
|
+
"""
|
|
1263
|
+
Variable name
|
|
1264
|
+
"""
|
|
1265
|
+
return pulumi.get(self, "tunnel_interface_allow_netconf_variable")
|
|
1266
|
+
|
|
1267
|
+
@property
|
|
1268
|
+
@pulumi.getter(name="tunnelInterfaceAllowNtp")
|
|
1269
|
+
def tunnel_interface_allow_ntp(self) -> bool:
|
|
1270
|
+
"""
|
|
1271
|
+
Allow/Deny NTP
|
|
1272
|
+
"""
|
|
1273
|
+
return pulumi.get(self, "tunnel_interface_allow_ntp")
|
|
1274
|
+
|
|
1275
|
+
@property
|
|
1276
|
+
@pulumi.getter(name="tunnelInterfaceAllowNtpVariable")
|
|
1277
|
+
def tunnel_interface_allow_ntp_variable(self) -> str:
|
|
1278
|
+
"""
|
|
1279
|
+
Variable name
|
|
1280
|
+
"""
|
|
1281
|
+
return pulumi.get(self, "tunnel_interface_allow_ntp_variable")
|
|
1282
|
+
|
|
1283
|
+
@property
|
|
1284
|
+
@pulumi.getter(name="tunnelInterfaceAllowOspf")
|
|
1285
|
+
def tunnel_interface_allow_ospf(self) -> bool:
|
|
1286
|
+
"""
|
|
1287
|
+
Allow/Deny OSPF
|
|
1288
|
+
"""
|
|
1289
|
+
return pulumi.get(self, "tunnel_interface_allow_ospf")
|
|
1290
|
+
|
|
1291
|
+
@property
|
|
1292
|
+
@pulumi.getter(name="tunnelInterfaceAllowOspfVariable")
|
|
1293
|
+
def tunnel_interface_allow_ospf_variable(self) -> str:
|
|
1294
|
+
"""
|
|
1295
|
+
Variable name
|
|
1296
|
+
"""
|
|
1297
|
+
return pulumi.get(self, "tunnel_interface_allow_ospf_variable")
|
|
1298
|
+
|
|
1299
|
+
@property
|
|
1300
|
+
@pulumi.getter(name="tunnelInterfaceAllowSnmp")
|
|
1301
|
+
def tunnel_interface_allow_snmp(self) -> bool:
|
|
1302
|
+
"""
|
|
1303
|
+
Allow/Deny SNMP
|
|
1304
|
+
"""
|
|
1305
|
+
return pulumi.get(self, "tunnel_interface_allow_snmp")
|
|
1306
|
+
|
|
1307
|
+
@property
|
|
1308
|
+
@pulumi.getter(name="tunnelInterfaceAllowSnmpVariable")
|
|
1309
|
+
def tunnel_interface_allow_snmp_variable(self) -> str:
|
|
1310
|
+
"""
|
|
1311
|
+
Variable name
|
|
1312
|
+
"""
|
|
1313
|
+
return pulumi.get(self, "tunnel_interface_allow_snmp_variable")
|
|
1314
|
+
|
|
1315
|
+
@property
|
|
1316
|
+
@pulumi.getter(name="tunnelInterfaceAllowSsh")
|
|
1317
|
+
def tunnel_interface_allow_ssh(self) -> bool:
|
|
1318
|
+
"""
|
|
1319
|
+
Allow/Deny SSH
|
|
1320
|
+
"""
|
|
1321
|
+
return pulumi.get(self, "tunnel_interface_allow_ssh")
|
|
1322
|
+
|
|
1323
|
+
@property
|
|
1324
|
+
@pulumi.getter(name="tunnelInterfaceAllowSshVariable")
|
|
1325
|
+
def tunnel_interface_allow_ssh_variable(self) -> str:
|
|
1326
|
+
"""
|
|
1327
|
+
Variable name
|
|
1328
|
+
"""
|
|
1329
|
+
return pulumi.get(self, "tunnel_interface_allow_ssh_variable")
|
|
1330
|
+
|
|
1331
|
+
@property
|
|
1332
|
+
@pulumi.getter(name="tunnelInterfaceAllowStun")
|
|
1333
|
+
def tunnel_interface_allow_stun(self) -> bool:
|
|
1334
|
+
"""
|
|
1335
|
+
Allow/Deny STUN
|
|
1336
|
+
"""
|
|
1337
|
+
return pulumi.get(self, "tunnel_interface_allow_stun")
|
|
1338
|
+
|
|
1339
|
+
@property
|
|
1340
|
+
@pulumi.getter(name="tunnelInterfaceAllowStunVariable")
|
|
1341
|
+
def tunnel_interface_allow_stun_variable(self) -> str:
|
|
1342
|
+
"""
|
|
1343
|
+
Variable name
|
|
1344
|
+
"""
|
|
1345
|
+
return pulumi.get(self, "tunnel_interface_allow_stun_variable")
|
|
1346
|
+
|
|
1347
|
+
@property
|
|
1348
|
+
@pulumi.getter(name="tunnelInterfaceBindLoopbackTunnel")
|
|
1349
|
+
def tunnel_interface_bind_loopback_tunnel(self) -> str:
|
|
1350
|
+
"""
|
|
1351
|
+
Bind loopback tunnel interface to a physical interface
|
|
1352
|
+
"""
|
|
1353
|
+
return pulumi.get(self, "tunnel_interface_bind_loopback_tunnel")
|
|
1354
|
+
|
|
1355
|
+
@property
|
|
1356
|
+
@pulumi.getter(name="tunnelInterfaceBindLoopbackTunnelVariable")
|
|
1357
|
+
def tunnel_interface_bind_loopback_tunnel_variable(self) -> str:
|
|
1358
|
+
"""
|
|
1359
|
+
Variable name
|
|
1360
|
+
"""
|
|
1361
|
+
return pulumi.get(self, "tunnel_interface_bind_loopback_tunnel_variable")
|
|
1362
|
+
|
|
1363
|
+
@property
|
|
1364
|
+
@pulumi.getter(name="tunnelInterfaceBorder")
|
|
1365
|
+
def tunnel_interface_border(self) -> bool:
|
|
1366
|
+
"""
|
|
1367
|
+
Set TLOC as border TLOC
|
|
1368
|
+
"""
|
|
1369
|
+
return pulumi.get(self, "tunnel_interface_border")
|
|
1370
|
+
|
|
1371
|
+
@property
|
|
1372
|
+
@pulumi.getter(name="tunnelInterfaceBorderVariable")
|
|
1373
|
+
def tunnel_interface_border_variable(self) -> str:
|
|
1374
|
+
"""
|
|
1375
|
+
Variable name
|
|
1376
|
+
"""
|
|
1377
|
+
return pulumi.get(self, "tunnel_interface_border_variable")
|
|
1378
|
+
|
|
1379
|
+
@property
|
|
1380
|
+
@pulumi.getter(name="tunnelInterfaceCarrier")
|
|
1381
|
+
def tunnel_interface_carrier(self) -> str:
|
|
1382
|
+
"""
|
|
1383
|
+
Set carrier for TLOC
|
|
1384
|
+
"""
|
|
1385
|
+
return pulumi.get(self, "tunnel_interface_carrier")
|
|
1386
|
+
|
|
1387
|
+
@property
|
|
1388
|
+
@pulumi.getter(name="tunnelInterfaceCarrierVariable")
|
|
1389
|
+
def tunnel_interface_carrier_variable(self) -> str:
|
|
1390
|
+
"""
|
|
1391
|
+
Variable name
|
|
1392
|
+
"""
|
|
1393
|
+
return pulumi.get(self, "tunnel_interface_carrier_variable")
|
|
1394
|
+
|
|
1395
|
+
@property
|
|
1396
|
+
@pulumi.getter(name="tunnelInterfaceClearDontFragment")
|
|
1397
|
+
def tunnel_interface_clear_dont_fragment(self) -> bool:
|
|
1398
|
+
"""
|
|
1399
|
+
Enable clear dont fragment (Currently Only SDWAN Tunnel Interface)
|
|
1400
|
+
"""
|
|
1401
|
+
return pulumi.get(self, "tunnel_interface_clear_dont_fragment")
|
|
1402
|
+
|
|
1403
|
+
@property
|
|
1404
|
+
@pulumi.getter(name="tunnelInterfaceClearDontFragmentVariable")
|
|
1405
|
+
def tunnel_interface_clear_dont_fragment_variable(self) -> str:
|
|
1406
|
+
"""
|
|
1407
|
+
Variable name
|
|
1408
|
+
"""
|
|
1409
|
+
return pulumi.get(self, "tunnel_interface_clear_dont_fragment_variable")
|
|
1410
|
+
|
|
1411
|
+
@property
|
|
1412
|
+
@pulumi.getter(name="tunnelInterfaceColor")
|
|
1413
|
+
def tunnel_interface_color(self) -> str:
|
|
1414
|
+
"""
|
|
1415
|
+
Set color for TLOC
|
|
1416
|
+
"""
|
|
1417
|
+
return pulumi.get(self, "tunnel_interface_color")
|
|
1418
|
+
|
|
1419
|
+
@property
|
|
1420
|
+
@pulumi.getter(name="tunnelInterfaceColorRestrict")
|
|
1421
|
+
def tunnel_interface_color_restrict(self) -> bool:
|
|
1422
|
+
"""
|
|
1423
|
+
Restrict this TLOC behavior
|
|
1424
|
+
"""
|
|
1425
|
+
return pulumi.get(self, "tunnel_interface_color_restrict")
|
|
1426
|
+
|
|
1427
|
+
@property
|
|
1428
|
+
@pulumi.getter(name="tunnelInterfaceColorVariable")
|
|
1429
|
+
def tunnel_interface_color_variable(self) -> str:
|
|
1430
|
+
"""
|
|
1431
|
+
Variable name
|
|
1432
|
+
"""
|
|
1433
|
+
return pulumi.get(self, "tunnel_interface_color_variable")
|
|
1434
|
+
|
|
1435
|
+
@property
|
|
1436
|
+
@pulumi.getter(name="tunnelInterfaceControlConnections")
|
|
1437
|
+
def tunnel_interface_control_connections(self) -> bool:
|
|
1438
|
+
"""
|
|
1439
|
+
Allow Control Connection
|
|
1440
|
+
"""
|
|
1441
|
+
return pulumi.get(self, "tunnel_interface_control_connections")
|
|
1442
|
+
|
|
1443
|
+
@property
|
|
1444
|
+
@pulumi.getter(name="tunnelInterfaceControlConnectionsVariable")
|
|
1445
|
+
def tunnel_interface_control_connections_variable(self) -> str:
|
|
1446
|
+
"""
|
|
1447
|
+
Variable name
|
|
1448
|
+
"""
|
|
1449
|
+
return pulumi.get(self, "tunnel_interface_control_connections_variable")
|
|
1450
|
+
|
|
1451
|
+
@property
|
|
1452
|
+
@pulumi.getter(name="tunnelInterfaceEncapsulations")
|
|
1453
|
+
def tunnel_interface_encapsulations(self) -> Sequence['outputs.GetVpnInterfaceDslPppoaFeatureTemplateTunnelInterfaceEncapsulationResult']:
|
|
1454
|
+
"""
|
|
1455
|
+
Encapsulation for TLOC
|
|
1456
|
+
"""
|
|
1457
|
+
return pulumi.get(self, "tunnel_interface_encapsulations")
|
|
1458
|
+
|
|
1459
|
+
@property
|
|
1460
|
+
@pulumi.getter(name="tunnelInterfaceExcludeControllerGroupListVariable")
|
|
1461
|
+
def tunnel_interface_exclude_controller_group_list_variable(self) -> str:
|
|
1462
|
+
"""
|
|
1463
|
+
Variable name
|
|
1464
|
+
"""
|
|
1465
|
+
return pulumi.get(self, "tunnel_interface_exclude_controller_group_list_variable")
|
|
1466
|
+
|
|
1467
|
+
@property
|
|
1468
|
+
@pulumi.getter(name="tunnelInterfaceExcludeControllerGroupLists")
|
|
1469
|
+
def tunnel_interface_exclude_controller_group_lists(self) -> Sequence[int]:
|
|
1470
|
+
"""
|
|
1471
|
+
Exclude the following controller groups defined in this list
|
|
1472
|
+
"""
|
|
1473
|
+
return pulumi.get(self, "tunnel_interface_exclude_controller_group_lists")
|
|
1474
|
+
|
|
1475
|
+
@property
|
|
1476
|
+
@pulumi.getter(name="tunnelInterfaceGroups")
|
|
1477
|
+
def tunnel_interface_groups(self) -> Sequence[int]:
|
|
1478
|
+
"""
|
|
1479
|
+
List of groups
|
|
1480
|
+
"""
|
|
1481
|
+
return pulumi.get(self, "tunnel_interface_groups")
|
|
1482
|
+
|
|
1483
|
+
@property
|
|
1484
|
+
@pulumi.getter(name="tunnelInterfaceGroupsVariable")
|
|
1485
|
+
def tunnel_interface_groups_variable(self) -> str:
|
|
1486
|
+
"""
|
|
1487
|
+
Variable name
|
|
1488
|
+
"""
|
|
1489
|
+
return pulumi.get(self, "tunnel_interface_groups_variable")
|
|
1490
|
+
|
|
1491
|
+
@property
|
|
1492
|
+
@pulumi.getter(name="tunnelInterfaceHelloInterval")
|
|
1493
|
+
def tunnel_interface_hello_interval(self) -> int:
|
|
1494
|
+
"""
|
|
1495
|
+
Set time period of control hello packets \\n\\n milli seconds
|
|
1496
|
+
"""
|
|
1497
|
+
return pulumi.get(self, "tunnel_interface_hello_interval")
|
|
1498
|
+
|
|
1499
|
+
@property
|
|
1500
|
+
@pulumi.getter(name="tunnelInterfaceHelloIntervalVariable")
|
|
1501
|
+
def tunnel_interface_hello_interval_variable(self) -> str:
|
|
1502
|
+
"""
|
|
1503
|
+
Variable name
|
|
1504
|
+
"""
|
|
1505
|
+
return pulumi.get(self, "tunnel_interface_hello_interval_variable")
|
|
1506
|
+
|
|
1507
|
+
@property
|
|
1508
|
+
@pulumi.getter(name="tunnelInterfaceHelloTolerance")
|
|
1509
|
+
def tunnel_interface_hello_tolerance(self) -> int:
|
|
1510
|
+
"""
|
|
1511
|
+
Set tolerance of control hello packets \\n\\n seconds
|
|
1512
|
+
"""
|
|
1513
|
+
return pulumi.get(self, "tunnel_interface_hello_tolerance")
|
|
1514
|
+
|
|
1515
|
+
@property
|
|
1516
|
+
@pulumi.getter(name="tunnelInterfaceHelloToleranceVariable")
|
|
1517
|
+
def tunnel_interface_hello_tolerance_variable(self) -> str:
|
|
1518
|
+
"""
|
|
1519
|
+
Variable name
|
|
1520
|
+
"""
|
|
1521
|
+
return pulumi.get(self, "tunnel_interface_hello_tolerance_variable")
|
|
1522
|
+
|
|
1523
|
+
@property
|
|
1524
|
+
@pulumi.getter(name="tunnelInterfaceLastResortCircuit")
|
|
1525
|
+
def tunnel_interface_last_resort_circuit(self) -> bool:
|
|
1526
|
+
"""
|
|
1527
|
+
Set TLOC as last resort
|
|
1528
|
+
"""
|
|
1529
|
+
return pulumi.get(self, "tunnel_interface_last_resort_circuit")
|
|
1530
|
+
|
|
1531
|
+
@property
|
|
1532
|
+
@pulumi.getter(name="tunnelInterfaceLastResortCircuitVariable")
|
|
1533
|
+
def tunnel_interface_last_resort_circuit_variable(self) -> str:
|
|
1534
|
+
"""
|
|
1535
|
+
Variable name
|
|
1536
|
+
"""
|
|
1537
|
+
return pulumi.get(self, "tunnel_interface_last_resort_circuit_variable")
|
|
1538
|
+
|
|
1539
|
+
@property
|
|
1540
|
+
@pulumi.getter(name="tunnelInterfaceLowBandwidthLink")
|
|
1541
|
+
def tunnel_interface_low_bandwidth_link(self) -> bool:
|
|
1542
|
+
"""
|
|
1543
|
+
Set the interface as a low-bandwidth circuit
|
|
1544
|
+
"""
|
|
1545
|
+
return pulumi.get(self, "tunnel_interface_low_bandwidth_link")
|
|
1546
|
+
|
|
1547
|
+
@property
|
|
1548
|
+
@pulumi.getter(name="tunnelInterfaceLowBandwidthLinkVariable")
|
|
1549
|
+
def tunnel_interface_low_bandwidth_link_variable(self) -> str:
|
|
1550
|
+
"""
|
|
1551
|
+
Variable name
|
|
1552
|
+
"""
|
|
1553
|
+
return pulumi.get(self, "tunnel_interface_low_bandwidth_link_variable")
|
|
1554
|
+
|
|
1555
|
+
@property
|
|
1556
|
+
@pulumi.getter(name="tunnelInterfaceMaxControlConnections")
|
|
1557
|
+
def tunnel_interface_max_control_connections(self) -> int:
|
|
1558
|
+
"""
|
|
1559
|
+
Set the maximum number of control connections for this TLOC
|
|
1560
|
+
"""
|
|
1561
|
+
return pulumi.get(self, "tunnel_interface_max_control_connections")
|
|
1562
|
+
|
|
1563
|
+
@property
|
|
1564
|
+
@pulumi.getter(name="tunnelInterfaceMaxControlConnectionsVariable")
|
|
1565
|
+
def tunnel_interface_max_control_connections_variable(self) -> str:
|
|
1566
|
+
"""
|
|
1567
|
+
Variable name
|
|
1568
|
+
"""
|
|
1569
|
+
return pulumi.get(self, "tunnel_interface_max_control_connections_variable")
|
|
1570
|
+
|
|
1571
|
+
@property
|
|
1572
|
+
@pulumi.getter(name="tunnelInterfaceNatRefreshInterval")
|
|
1573
|
+
def tunnel_interface_nat_refresh_interval(self) -> int:
|
|
1574
|
+
"""
|
|
1575
|
+
Set time period of nat refresh packets \\n\\n seconds
|
|
1576
|
+
"""
|
|
1577
|
+
return pulumi.get(self, "tunnel_interface_nat_refresh_interval")
|
|
1578
|
+
|
|
1579
|
+
@property
|
|
1580
|
+
@pulumi.getter(name="tunnelInterfaceNatRefreshIntervalVariable")
|
|
1581
|
+
def tunnel_interface_nat_refresh_interval_variable(self) -> str:
|
|
1582
|
+
"""
|
|
1583
|
+
Variable name
|
|
1584
|
+
"""
|
|
1585
|
+
return pulumi.get(self, "tunnel_interface_nat_refresh_interval_variable")
|
|
1586
|
+
|
|
1587
|
+
@property
|
|
1588
|
+
@pulumi.getter(name="tunnelInterfaceNetworkBroadcast")
|
|
1589
|
+
def tunnel_interface_network_broadcast(self) -> bool:
|
|
1590
|
+
"""
|
|
1591
|
+
Accept and respond to network-prefix-directed broadcasts)
|
|
1592
|
+
"""
|
|
1593
|
+
return pulumi.get(self, "tunnel_interface_network_broadcast")
|
|
1594
|
+
|
|
1595
|
+
@property
|
|
1596
|
+
@pulumi.getter(name="tunnelInterfaceNetworkBroadcastVariable")
|
|
1597
|
+
def tunnel_interface_network_broadcast_variable(self) -> str:
|
|
1598
|
+
"""
|
|
1599
|
+
Variable name
|
|
1600
|
+
"""
|
|
1601
|
+
return pulumi.get(self, "tunnel_interface_network_broadcast_variable")
|
|
1602
|
+
|
|
1603
|
+
@property
|
|
1604
|
+
@pulumi.getter(name="tunnelInterfacePortHop")
|
|
1605
|
+
def tunnel_interface_port_hop(self) -> bool:
|
|
1606
|
+
"""
|
|
1607
|
+
Disallow port hopping on the tunnel interface
|
|
1608
|
+
"""
|
|
1609
|
+
return pulumi.get(self, "tunnel_interface_port_hop")
|
|
1610
|
+
|
|
1611
|
+
@property
|
|
1612
|
+
@pulumi.getter(name="tunnelInterfacePortHopVariable")
|
|
1613
|
+
def tunnel_interface_port_hop_variable(self) -> str:
|
|
1614
|
+
"""
|
|
1615
|
+
Variable name
|
|
1616
|
+
"""
|
|
1617
|
+
return pulumi.get(self, "tunnel_interface_port_hop_variable")
|
|
1618
|
+
|
|
1619
|
+
@property
|
|
1620
|
+
@pulumi.getter(name="tunnelInterfaceTunnelTcpMss")
|
|
1621
|
+
def tunnel_interface_tunnel_tcp_mss(self) -> int:
|
|
1622
|
+
"""
|
|
1623
|
+
Tunnel TCP MSS on SYN packets, in bytes
|
|
1624
|
+
"""
|
|
1625
|
+
return pulumi.get(self, "tunnel_interface_tunnel_tcp_mss")
|
|
1626
|
+
|
|
1627
|
+
@property
|
|
1628
|
+
@pulumi.getter(name="tunnelInterfaceTunnelTcpMssVariable")
|
|
1629
|
+
def tunnel_interface_tunnel_tcp_mss_variable(self) -> str:
|
|
1630
|
+
"""
|
|
1631
|
+
Variable name
|
|
1632
|
+
"""
|
|
1633
|
+
return pulumi.get(self, "tunnel_interface_tunnel_tcp_mss_variable")
|
|
1634
|
+
|
|
1635
|
+
@property
|
|
1636
|
+
@pulumi.getter(name="tunnelInterfaceVbondAsStunServer")
|
|
1637
|
+
def tunnel_interface_vbond_as_stun_server(self) -> bool:
|
|
1638
|
+
"""
|
|
1639
|
+
Put this wan interface in STUN mode only
|
|
1640
|
+
"""
|
|
1641
|
+
return pulumi.get(self, "tunnel_interface_vbond_as_stun_server")
|
|
1642
|
+
|
|
1643
|
+
@property
|
|
1644
|
+
@pulumi.getter(name="tunnelInterfaceVbondAsStunServerVariable")
|
|
1645
|
+
def tunnel_interface_vbond_as_stun_server_variable(self) -> str:
|
|
1646
|
+
"""
|
|
1647
|
+
Variable name
|
|
1648
|
+
"""
|
|
1649
|
+
return pulumi.get(self, "tunnel_interface_vbond_as_stun_server_variable")
|
|
1650
|
+
|
|
1651
|
+
@property
|
|
1652
|
+
@pulumi.getter(name="tunnelInterfaceVmanageConnectionPreference")
|
|
1653
|
+
def tunnel_interface_vmanage_connection_preference(self) -> int:
|
|
1654
|
+
"""
|
|
1655
|
+
Set interface preference for control connection to vManage \\n\\n
|
|
1656
|
+
"""
|
|
1657
|
+
return pulumi.get(self, "tunnel_interface_vmanage_connection_preference")
|
|
1658
|
+
|
|
1659
|
+
@property
|
|
1660
|
+
@pulumi.getter(name="tunnelInterfaceVmanageConnectionPreferenceVariable")
|
|
1661
|
+
def tunnel_interface_vmanage_connection_preference_variable(self) -> str:
|
|
1662
|
+
"""
|
|
1663
|
+
Variable name
|
|
1664
|
+
"""
|
|
1665
|
+
return pulumi.get(self, "tunnel_interface_vmanage_connection_preference_variable")
|
|
1666
|
+
|
|
1667
|
+
@property
|
|
1668
|
+
@pulumi.getter(name="tunnelQosMode")
|
|
1669
|
+
def tunnel_qos_mode(self) -> str:
|
|
1670
|
+
"""
|
|
1671
|
+
Set tunnel QoS mode
|
|
1672
|
+
"""
|
|
1673
|
+
return pulumi.get(self, "tunnel_qos_mode")
|
|
1674
|
+
|
|
1675
|
+
@property
|
|
1676
|
+
@pulumi.getter(name="tunnelQosModeVariable")
|
|
1677
|
+
def tunnel_qos_mode_variable(self) -> str:
|
|
1678
|
+
"""
|
|
1679
|
+
Variable name
|
|
1680
|
+
"""
|
|
1681
|
+
return pulumi.get(self, "tunnel_qos_mode_variable")
|
|
1682
|
+
|
|
1683
|
+
@property
|
|
1684
|
+
@pulumi.getter(name="vdslConfigurations")
|
|
1685
|
+
def vdsl_configurations(self) -> Sequence['outputs.GetVpnInterfaceDslPppoaFeatureTemplateVdslConfigurationResult']:
|
|
1686
|
+
"""
|
|
1687
|
+
vdsl
|
|
1688
|
+
"""
|
|
1689
|
+
return pulumi.get(self, "vdsl_configurations")
|
|
1690
|
+
|
|
1691
|
+
@property
|
|
1692
|
+
@pulumi.getter
|
|
1693
|
+
def version(self) -> int:
|
|
1694
|
+
"""
|
|
1695
|
+
The version of the feature template
|
|
1696
|
+
"""
|
|
1697
|
+
return pulumi.get(self, "version")
|
|
1698
|
+
|
|
1699
|
+
@property
|
|
1700
|
+
@pulumi.getter(name="writeRule")
|
|
1701
|
+
def write_rule(self) -> str:
|
|
1702
|
+
"""
|
|
1703
|
+
Name of rewrite rule
|
|
1704
|
+
"""
|
|
1705
|
+
return pulumi.get(self, "write_rule")
|
|
1706
|
+
|
|
1707
|
+
@property
|
|
1708
|
+
@pulumi.getter(name="writeRuleVariable")
|
|
1709
|
+
def write_rule_variable(self) -> str:
|
|
1710
|
+
"""
|
|
1711
|
+
Variable name
|
|
1712
|
+
"""
|
|
1713
|
+
return pulumi.get(self, "write_rule_variable")
|
|
1714
|
+
|
|
1715
|
+
|
|
1716
|
+
class AwaitableGetVpnInterfaceDslPppoaFeatureTemplateResult(GetVpnInterfaceDslPppoaFeatureTemplateResult):
|
|
1717
|
+
# pylint: disable=using-constant-test
|
|
1718
|
+
def __await__(self):
|
|
1719
|
+
if False:
|
|
1720
|
+
yield self
|
|
1721
|
+
return GetVpnInterfaceDslPppoaFeatureTemplateResult(
|
|
1722
|
+
access_lists=self.access_lists,
|
|
1723
|
+
atm_description=self.atm_description,
|
|
1724
|
+
atm_description_variable=self.atm_description_variable,
|
|
1725
|
+
atm_sub_interface_name=self.atm_sub_interface_name,
|
|
1726
|
+
atm_sub_interface_name_variable=self.atm_sub_interface_name_variable,
|
|
1727
|
+
bandwidth_downstream=self.bandwidth_downstream,
|
|
1728
|
+
bandwidth_downstream_variable=self.bandwidth_downstream_variable,
|
|
1729
|
+
bandwidth_upstream=self.bandwidth_upstream,
|
|
1730
|
+
bandwidth_upstream_variable=self.bandwidth_upstream_variable,
|
|
1731
|
+
chap_hostname=self.chap_hostname,
|
|
1732
|
+
chap_hostname_variable=self.chap_hostname_variable,
|
|
1733
|
+
chap_ppp_auth_password=self.chap_ppp_auth_password,
|
|
1734
|
+
chap_ppp_auth_password_variable=self.chap_ppp_auth_password_variable,
|
|
1735
|
+
core_region=self.core_region,
|
|
1736
|
+
core_region_variable=self.core_region_variable,
|
|
1737
|
+
description=self.description,
|
|
1738
|
+
device_types=self.device_types,
|
|
1739
|
+
enable_core_region=self.enable_core_region,
|
|
1740
|
+
enable_core_region_variable=self.enable_core_region_variable,
|
|
1741
|
+
id=self.id,
|
|
1742
|
+
ip_directed_broadcast=self.ip_directed_broadcast,
|
|
1743
|
+
ip_directed_broadcast_variable=self.ip_directed_broadcast_variable,
|
|
1744
|
+
ip_mtu=self.ip_mtu,
|
|
1745
|
+
ip_mtu_variable=self.ip_mtu_variable,
|
|
1746
|
+
name=self.name,
|
|
1747
|
+
nat=self.nat,
|
|
1748
|
+
nat_block_icmp_error=self.nat_block_icmp_error,
|
|
1749
|
+
nat_block_icmp_error_variable=self.nat_block_icmp_error_variable,
|
|
1750
|
+
nat_port_forwards=self.nat_port_forwards,
|
|
1751
|
+
nat_refresh_mode=self.nat_refresh_mode,
|
|
1752
|
+
nat_refresh_mode_variable=self.nat_refresh_mode_variable,
|
|
1753
|
+
nat_response_to_ping=self.nat_response_to_ping,
|
|
1754
|
+
nat_response_to_ping_variable=self.nat_response_to_ping_variable,
|
|
1755
|
+
nat_tcp_timeout=self.nat_tcp_timeout,
|
|
1756
|
+
nat_tcp_timeout_variable=self.nat_tcp_timeout_variable,
|
|
1757
|
+
nat_udp_timeout=self.nat_udp_timeout,
|
|
1758
|
+
nat_udp_timeout_variable=self.nat_udp_timeout_variable,
|
|
1759
|
+
pap_password=self.pap_password,
|
|
1760
|
+
pap_ppp_auth_password=self.pap_ppp_auth_password,
|
|
1761
|
+
pap_ppp_auth_password_variable=self.pap_ppp_auth_password_variable,
|
|
1762
|
+
pap_username=self.pap_username,
|
|
1763
|
+
pap_username_variable=self.pap_username_variable,
|
|
1764
|
+
per_tunnel_qos=self.per_tunnel_qos,
|
|
1765
|
+
per_tunnel_qos_aggregator=self.per_tunnel_qos_aggregator,
|
|
1766
|
+
per_tunnel_qos_aggregator_variable=self.per_tunnel_qos_aggregator_variable,
|
|
1767
|
+
per_tunnel_qos_variable=self.per_tunnel_qos_variable,
|
|
1768
|
+
policers=self.policers,
|
|
1769
|
+
ppp_authentication_protocol=self.ppp_authentication_protocol,
|
|
1770
|
+
ppp_authentication_protocol_pap=self.ppp_authentication_protocol_pap,
|
|
1771
|
+
ppp_authentication_protocol_variable=self.ppp_authentication_protocol_variable,
|
|
1772
|
+
ppp_authentication_type=self.ppp_authentication_type,
|
|
1773
|
+
pvcs=self.pvcs,
|
|
1774
|
+
qos_adaptive_bandwidth_downstream=self.qos_adaptive_bandwidth_downstream,
|
|
1775
|
+
qos_adaptive_bandwidth_downstream_variable=self.qos_adaptive_bandwidth_downstream_variable,
|
|
1776
|
+
qos_adaptive_bandwidth_upstream=self.qos_adaptive_bandwidth_upstream,
|
|
1777
|
+
qos_adaptive_bandwidth_upstream_variable=self.qos_adaptive_bandwidth_upstream_variable,
|
|
1778
|
+
qos_adaptive_max_downstream=self.qos_adaptive_max_downstream,
|
|
1779
|
+
qos_adaptive_max_downstream_variable=self.qos_adaptive_max_downstream_variable,
|
|
1780
|
+
qos_adaptive_max_upstream=self.qos_adaptive_max_upstream,
|
|
1781
|
+
qos_adaptive_max_upstream_variable=self.qos_adaptive_max_upstream_variable,
|
|
1782
|
+
qos_adaptive_min_downstream=self.qos_adaptive_min_downstream,
|
|
1783
|
+
qos_adaptive_min_downstream_variable=self.qos_adaptive_min_downstream_variable,
|
|
1784
|
+
qos_adaptive_min_upstream=self.qos_adaptive_min_upstream,
|
|
1785
|
+
qos_adaptive_min_upstream_variable=self.qos_adaptive_min_upstream_variable,
|
|
1786
|
+
qos_adaptive_period=self.qos_adaptive_period,
|
|
1787
|
+
qos_adaptive_period_variable=self.qos_adaptive_period_variable,
|
|
1788
|
+
qos_map=self.qos_map,
|
|
1789
|
+
qos_map_variable=self.qos_map_variable,
|
|
1790
|
+
qos_map_vpn=self.qos_map_vpn,
|
|
1791
|
+
qos_map_vpn_variable=self.qos_map_vpn_variable,
|
|
1792
|
+
secondary_region=self.secondary_region,
|
|
1793
|
+
secondary_region_variable=self.secondary_region_variable,
|
|
1794
|
+
shaping_rate=self.shaping_rate,
|
|
1795
|
+
shaping_rate_variable=self.shaping_rate_variable,
|
|
1796
|
+
shutdown=self.shutdown,
|
|
1797
|
+
shutdown_variable=self.shutdown_variable,
|
|
1798
|
+
tcp_mss=self.tcp_mss,
|
|
1799
|
+
tcp_mss_variable=self.tcp_mss_variable,
|
|
1800
|
+
template_type=self.template_type,
|
|
1801
|
+
tloc_extension=self.tloc_extension,
|
|
1802
|
+
tloc_extension_variable=self.tloc_extension_variable,
|
|
1803
|
+
tracker_variable=self.tracker_variable,
|
|
1804
|
+
trackers=self.trackers,
|
|
1805
|
+
tunnel_interface_allow_all=self.tunnel_interface_allow_all,
|
|
1806
|
+
tunnel_interface_allow_all_variable=self.tunnel_interface_allow_all_variable,
|
|
1807
|
+
tunnel_interface_allow_bgp=self.tunnel_interface_allow_bgp,
|
|
1808
|
+
tunnel_interface_allow_bgp_variable=self.tunnel_interface_allow_bgp_variable,
|
|
1809
|
+
tunnel_interface_allow_dhcp=self.tunnel_interface_allow_dhcp,
|
|
1810
|
+
tunnel_interface_allow_dhcp_variable=self.tunnel_interface_allow_dhcp_variable,
|
|
1811
|
+
tunnel_interface_allow_dns=self.tunnel_interface_allow_dns,
|
|
1812
|
+
tunnel_interface_allow_dns_variable=self.tunnel_interface_allow_dns_variable,
|
|
1813
|
+
tunnel_interface_allow_https=self.tunnel_interface_allow_https,
|
|
1814
|
+
tunnel_interface_allow_https_variable=self.tunnel_interface_allow_https_variable,
|
|
1815
|
+
tunnel_interface_allow_icmp=self.tunnel_interface_allow_icmp,
|
|
1816
|
+
tunnel_interface_allow_icmp_variable=self.tunnel_interface_allow_icmp_variable,
|
|
1817
|
+
tunnel_interface_allow_netconf=self.tunnel_interface_allow_netconf,
|
|
1818
|
+
tunnel_interface_allow_netconf_variable=self.tunnel_interface_allow_netconf_variable,
|
|
1819
|
+
tunnel_interface_allow_ntp=self.tunnel_interface_allow_ntp,
|
|
1820
|
+
tunnel_interface_allow_ntp_variable=self.tunnel_interface_allow_ntp_variable,
|
|
1821
|
+
tunnel_interface_allow_ospf=self.tunnel_interface_allow_ospf,
|
|
1822
|
+
tunnel_interface_allow_ospf_variable=self.tunnel_interface_allow_ospf_variable,
|
|
1823
|
+
tunnel_interface_allow_snmp=self.tunnel_interface_allow_snmp,
|
|
1824
|
+
tunnel_interface_allow_snmp_variable=self.tunnel_interface_allow_snmp_variable,
|
|
1825
|
+
tunnel_interface_allow_ssh=self.tunnel_interface_allow_ssh,
|
|
1826
|
+
tunnel_interface_allow_ssh_variable=self.tunnel_interface_allow_ssh_variable,
|
|
1827
|
+
tunnel_interface_allow_stun=self.tunnel_interface_allow_stun,
|
|
1828
|
+
tunnel_interface_allow_stun_variable=self.tunnel_interface_allow_stun_variable,
|
|
1829
|
+
tunnel_interface_bind_loopback_tunnel=self.tunnel_interface_bind_loopback_tunnel,
|
|
1830
|
+
tunnel_interface_bind_loopback_tunnel_variable=self.tunnel_interface_bind_loopback_tunnel_variable,
|
|
1831
|
+
tunnel_interface_border=self.tunnel_interface_border,
|
|
1832
|
+
tunnel_interface_border_variable=self.tunnel_interface_border_variable,
|
|
1833
|
+
tunnel_interface_carrier=self.tunnel_interface_carrier,
|
|
1834
|
+
tunnel_interface_carrier_variable=self.tunnel_interface_carrier_variable,
|
|
1835
|
+
tunnel_interface_clear_dont_fragment=self.tunnel_interface_clear_dont_fragment,
|
|
1836
|
+
tunnel_interface_clear_dont_fragment_variable=self.tunnel_interface_clear_dont_fragment_variable,
|
|
1837
|
+
tunnel_interface_color=self.tunnel_interface_color,
|
|
1838
|
+
tunnel_interface_color_restrict=self.tunnel_interface_color_restrict,
|
|
1839
|
+
tunnel_interface_color_variable=self.tunnel_interface_color_variable,
|
|
1840
|
+
tunnel_interface_control_connections=self.tunnel_interface_control_connections,
|
|
1841
|
+
tunnel_interface_control_connections_variable=self.tunnel_interface_control_connections_variable,
|
|
1842
|
+
tunnel_interface_encapsulations=self.tunnel_interface_encapsulations,
|
|
1843
|
+
tunnel_interface_exclude_controller_group_list_variable=self.tunnel_interface_exclude_controller_group_list_variable,
|
|
1844
|
+
tunnel_interface_exclude_controller_group_lists=self.tunnel_interface_exclude_controller_group_lists,
|
|
1845
|
+
tunnel_interface_groups=self.tunnel_interface_groups,
|
|
1846
|
+
tunnel_interface_groups_variable=self.tunnel_interface_groups_variable,
|
|
1847
|
+
tunnel_interface_hello_interval=self.tunnel_interface_hello_interval,
|
|
1848
|
+
tunnel_interface_hello_interval_variable=self.tunnel_interface_hello_interval_variable,
|
|
1849
|
+
tunnel_interface_hello_tolerance=self.tunnel_interface_hello_tolerance,
|
|
1850
|
+
tunnel_interface_hello_tolerance_variable=self.tunnel_interface_hello_tolerance_variable,
|
|
1851
|
+
tunnel_interface_last_resort_circuit=self.tunnel_interface_last_resort_circuit,
|
|
1852
|
+
tunnel_interface_last_resort_circuit_variable=self.tunnel_interface_last_resort_circuit_variable,
|
|
1853
|
+
tunnel_interface_low_bandwidth_link=self.tunnel_interface_low_bandwidth_link,
|
|
1854
|
+
tunnel_interface_low_bandwidth_link_variable=self.tunnel_interface_low_bandwidth_link_variable,
|
|
1855
|
+
tunnel_interface_max_control_connections=self.tunnel_interface_max_control_connections,
|
|
1856
|
+
tunnel_interface_max_control_connections_variable=self.tunnel_interface_max_control_connections_variable,
|
|
1857
|
+
tunnel_interface_nat_refresh_interval=self.tunnel_interface_nat_refresh_interval,
|
|
1858
|
+
tunnel_interface_nat_refresh_interval_variable=self.tunnel_interface_nat_refresh_interval_variable,
|
|
1859
|
+
tunnel_interface_network_broadcast=self.tunnel_interface_network_broadcast,
|
|
1860
|
+
tunnel_interface_network_broadcast_variable=self.tunnel_interface_network_broadcast_variable,
|
|
1861
|
+
tunnel_interface_port_hop=self.tunnel_interface_port_hop,
|
|
1862
|
+
tunnel_interface_port_hop_variable=self.tunnel_interface_port_hop_variable,
|
|
1863
|
+
tunnel_interface_tunnel_tcp_mss=self.tunnel_interface_tunnel_tcp_mss,
|
|
1864
|
+
tunnel_interface_tunnel_tcp_mss_variable=self.tunnel_interface_tunnel_tcp_mss_variable,
|
|
1865
|
+
tunnel_interface_vbond_as_stun_server=self.tunnel_interface_vbond_as_stun_server,
|
|
1866
|
+
tunnel_interface_vbond_as_stun_server_variable=self.tunnel_interface_vbond_as_stun_server_variable,
|
|
1867
|
+
tunnel_interface_vmanage_connection_preference=self.tunnel_interface_vmanage_connection_preference,
|
|
1868
|
+
tunnel_interface_vmanage_connection_preference_variable=self.tunnel_interface_vmanage_connection_preference_variable,
|
|
1869
|
+
tunnel_qos_mode=self.tunnel_qos_mode,
|
|
1870
|
+
tunnel_qos_mode_variable=self.tunnel_qos_mode_variable,
|
|
1871
|
+
vdsl_configurations=self.vdsl_configurations,
|
|
1872
|
+
version=self.version,
|
|
1873
|
+
write_rule=self.write_rule,
|
|
1874
|
+
write_rule_variable=self.write_rule_variable)
|
|
1875
|
+
|
|
1876
|
+
|
|
1877
|
+
def get_vpn_interface_dsl_pppoa_feature_template(id: Optional[str] = None,
|
|
1878
|
+
name: Optional[str] = None,
|
|
1879
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetVpnInterfaceDslPppoaFeatureTemplateResult:
|
|
1880
|
+
"""
|
|
1881
|
+
This data source can read the VPN Interface DSL PPPoA feature template.
|
|
1882
|
+
|
|
1883
|
+
## Example Usage
|
|
1884
|
+
|
|
1885
|
+
```python
|
|
1886
|
+
import pulumi
|
|
1887
|
+
import pulumi_sdwan as sdwan
|
|
1888
|
+
|
|
1889
|
+
example = sdwan.get_vpn_interface_dsl_pppoa_feature_template(id="f6b2c44c-693c-4763-b010-895aa3d236bd")
|
|
1890
|
+
```
|
|
1891
|
+
|
|
1892
|
+
|
|
1893
|
+
:param str id: The id of the feature template
|
|
1894
|
+
:param str name: The name of the feature template
|
|
1895
|
+
"""
|
|
1896
|
+
__args__ = dict()
|
|
1897
|
+
__args__['id'] = id
|
|
1898
|
+
__args__['name'] = name
|
|
1899
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
1900
|
+
__ret__ = pulumi.runtime.invoke('sdwan:index/getVpnInterfaceDslPppoaFeatureTemplate:getVpnInterfaceDslPppoaFeatureTemplate', __args__, opts=opts, typ=GetVpnInterfaceDslPppoaFeatureTemplateResult).value
|
|
1901
|
+
|
|
1902
|
+
return AwaitableGetVpnInterfaceDslPppoaFeatureTemplateResult(
|
|
1903
|
+
access_lists=pulumi.get(__ret__, 'access_lists'),
|
|
1904
|
+
atm_description=pulumi.get(__ret__, 'atm_description'),
|
|
1905
|
+
atm_description_variable=pulumi.get(__ret__, 'atm_description_variable'),
|
|
1906
|
+
atm_sub_interface_name=pulumi.get(__ret__, 'atm_sub_interface_name'),
|
|
1907
|
+
atm_sub_interface_name_variable=pulumi.get(__ret__, 'atm_sub_interface_name_variable'),
|
|
1908
|
+
bandwidth_downstream=pulumi.get(__ret__, 'bandwidth_downstream'),
|
|
1909
|
+
bandwidth_downstream_variable=pulumi.get(__ret__, 'bandwidth_downstream_variable'),
|
|
1910
|
+
bandwidth_upstream=pulumi.get(__ret__, 'bandwidth_upstream'),
|
|
1911
|
+
bandwidth_upstream_variable=pulumi.get(__ret__, 'bandwidth_upstream_variable'),
|
|
1912
|
+
chap_hostname=pulumi.get(__ret__, 'chap_hostname'),
|
|
1913
|
+
chap_hostname_variable=pulumi.get(__ret__, 'chap_hostname_variable'),
|
|
1914
|
+
chap_ppp_auth_password=pulumi.get(__ret__, 'chap_ppp_auth_password'),
|
|
1915
|
+
chap_ppp_auth_password_variable=pulumi.get(__ret__, 'chap_ppp_auth_password_variable'),
|
|
1916
|
+
core_region=pulumi.get(__ret__, 'core_region'),
|
|
1917
|
+
core_region_variable=pulumi.get(__ret__, 'core_region_variable'),
|
|
1918
|
+
description=pulumi.get(__ret__, 'description'),
|
|
1919
|
+
device_types=pulumi.get(__ret__, 'device_types'),
|
|
1920
|
+
enable_core_region=pulumi.get(__ret__, 'enable_core_region'),
|
|
1921
|
+
enable_core_region_variable=pulumi.get(__ret__, 'enable_core_region_variable'),
|
|
1922
|
+
id=pulumi.get(__ret__, 'id'),
|
|
1923
|
+
ip_directed_broadcast=pulumi.get(__ret__, 'ip_directed_broadcast'),
|
|
1924
|
+
ip_directed_broadcast_variable=pulumi.get(__ret__, 'ip_directed_broadcast_variable'),
|
|
1925
|
+
ip_mtu=pulumi.get(__ret__, 'ip_mtu'),
|
|
1926
|
+
ip_mtu_variable=pulumi.get(__ret__, 'ip_mtu_variable'),
|
|
1927
|
+
name=pulumi.get(__ret__, 'name'),
|
|
1928
|
+
nat=pulumi.get(__ret__, 'nat'),
|
|
1929
|
+
nat_block_icmp_error=pulumi.get(__ret__, 'nat_block_icmp_error'),
|
|
1930
|
+
nat_block_icmp_error_variable=pulumi.get(__ret__, 'nat_block_icmp_error_variable'),
|
|
1931
|
+
nat_port_forwards=pulumi.get(__ret__, 'nat_port_forwards'),
|
|
1932
|
+
nat_refresh_mode=pulumi.get(__ret__, 'nat_refresh_mode'),
|
|
1933
|
+
nat_refresh_mode_variable=pulumi.get(__ret__, 'nat_refresh_mode_variable'),
|
|
1934
|
+
nat_response_to_ping=pulumi.get(__ret__, 'nat_response_to_ping'),
|
|
1935
|
+
nat_response_to_ping_variable=pulumi.get(__ret__, 'nat_response_to_ping_variable'),
|
|
1936
|
+
nat_tcp_timeout=pulumi.get(__ret__, 'nat_tcp_timeout'),
|
|
1937
|
+
nat_tcp_timeout_variable=pulumi.get(__ret__, 'nat_tcp_timeout_variable'),
|
|
1938
|
+
nat_udp_timeout=pulumi.get(__ret__, 'nat_udp_timeout'),
|
|
1939
|
+
nat_udp_timeout_variable=pulumi.get(__ret__, 'nat_udp_timeout_variable'),
|
|
1940
|
+
pap_password=pulumi.get(__ret__, 'pap_password'),
|
|
1941
|
+
pap_ppp_auth_password=pulumi.get(__ret__, 'pap_ppp_auth_password'),
|
|
1942
|
+
pap_ppp_auth_password_variable=pulumi.get(__ret__, 'pap_ppp_auth_password_variable'),
|
|
1943
|
+
pap_username=pulumi.get(__ret__, 'pap_username'),
|
|
1944
|
+
pap_username_variable=pulumi.get(__ret__, 'pap_username_variable'),
|
|
1945
|
+
per_tunnel_qos=pulumi.get(__ret__, 'per_tunnel_qos'),
|
|
1946
|
+
per_tunnel_qos_aggregator=pulumi.get(__ret__, 'per_tunnel_qos_aggregator'),
|
|
1947
|
+
per_tunnel_qos_aggregator_variable=pulumi.get(__ret__, 'per_tunnel_qos_aggregator_variable'),
|
|
1948
|
+
per_tunnel_qos_variable=pulumi.get(__ret__, 'per_tunnel_qos_variable'),
|
|
1949
|
+
policers=pulumi.get(__ret__, 'policers'),
|
|
1950
|
+
ppp_authentication_protocol=pulumi.get(__ret__, 'ppp_authentication_protocol'),
|
|
1951
|
+
ppp_authentication_protocol_pap=pulumi.get(__ret__, 'ppp_authentication_protocol_pap'),
|
|
1952
|
+
ppp_authentication_protocol_variable=pulumi.get(__ret__, 'ppp_authentication_protocol_variable'),
|
|
1953
|
+
ppp_authentication_type=pulumi.get(__ret__, 'ppp_authentication_type'),
|
|
1954
|
+
pvcs=pulumi.get(__ret__, 'pvcs'),
|
|
1955
|
+
qos_adaptive_bandwidth_downstream=pulumi.get(__ret__, 'qos_adaptive_bandwidth_downstream'),
|
|
1956
|
+
qos_adaptive_bandwidth_downstream_variable=pulumi.get(__ret__, 'qos_adaptive_bandwidth_downstream_variable'),
|
|
1957
|
+
qos_adaptive_bandwidth_upstream=pulumi.get(__ret__, 'qos_adaptive_bandwidth_upstream'),
|
|
1958
|
+
qos_adaptive_bandwidth_upstream_variable=pulumi.get(__ret__, 'qos_adaptive_bandwidth_upstream_variable'),
|
|
1959
|
+
qos_adaptive_max_downstream=pulumi.get(__ret__, 'qos_adaptive_max_downstream'),
|
|
1960
|
+
qos_adaptive_max_downstream_variable=pulumi.get(__ret__, 'qos_adaptive_max_downstream_variable'),
|
|
1961
|
+
qos_adaptive_max_upstream=pulumi.get(__ret__, 'qos_adaptive_max_upstream'),
|
|
1962
|
+
qos_adaptive_max_upstream_variable=pulumi.get(__ret__, 'qos_adaptive_max_upstream_variable'),
|
|
1963
|
+
qos_adaptive_min_downstream=pulumi.get(__ret__, 'qos_adaptive_min_downstream'),
|
|
1964
|
+
qos_adaptive_min_downstream_variable=pulumi.get(__ret__, 'qos_adaptive_min_downstream_variable'),
|
|
1965
|
+
qos_adaptive_min_upstream=pulumi.get(__ret__, 'qos_adaptive_min_upstream'),
|
|
1966
|
+
qos_adaptive_min_upstream_variable=pulumi.get(__ret__, 'qos_adaptive_min_upstream_variable'),
|
|
1967
|
+
qos_adaptive_period=pulumi.get(__ret__, 'qos_adaptive_period'),
|
|
1968
|
+
qos_adaptive_period_variable=pulumi.get(__ret__, 'qos_adaptive_period_variable'),
|
|
1969
|
+
qos_map=pulumi.get(__ret__, 'qos_map'),
|
|
1970
|
+
qos_map_variable=pulumi.get(__ret__, 'qos_map_variable'),
|
|
1971
|
+
qos_map_vpn=pulumi.get(__ret__, 'qos_map_vpn'),
|
|
1972
|
+
qos_map_vpn_variable=pulumi.get(__ret__, 'qos_map_vpn_variable'),
|
|
1973
|
+
secondary_region=pulumi.get(__ret__, 'secondary_region'),
|
|
1974
|
+
secondary_region_variable=pulumi.get(__ret__, 'secondary_region_variable'),
|
|
1975
|
+
shaping_rate=pulumi.get(__ret__, 'shaping_rate'),
|
|
1976
|
+
shaping_rate_variable=pulumi.get(__ret__, 'shaping_rate_variable'),
|
|
1977
|
+
shutdown=pulumi.get(__ret__, 'shutdown'),
|
|
1978
|
+
shutdown_variable=pulumi.get(__ret__, 'shutdown_variable'),
|
|
1979
|
+
tcp_mss=pulumi.get(__ret__, 'tcp_mss'),
|
|
1980
|
+
tcp_mss_variable=pulumi.get(__ret__, 'tcp_mss_variable'),
|
|
1981
|
+
template_type=pulumi.get(__ret__, 'template_type'),
|
|
1982
|
+
tloc_extension=pulumi.get(__ret__, 'tloc_extension'),
|
|
1983
|
+
tloc_extension_variable=pulumi.get(__ret__, 'tloc_extension_variable'),
|
|
1984
|
+
tracker_variable=pulumi.get(__ret__, 'tracker_variable'),
|
|
1985
|
+
trackers=pulumi.get(__ret__, 'trackers'),
|
|
1986
|
+
tunnel_interface_allow_all=pulumi.get(__ret__, 'tunnel_interface_allow_all'),
|
|
1987
|
+
tunnel_interface_allow_all_variable=pulumi.get(__ret__, 'tunnel_interface_allow_all_variable'),
|
|
1988
|
+
tunnel_interface_allow_bgp=pulumi.get(__ret__, 'tunnel_interface_allow_bgp'),
|
|
1989
|
+
tunnel_interface_allow_bgp_variable=pulumi.get(__ret__, 'tunnel_interface_allow_bgp_variable'),
|
|
1990
|
+
tunnel_interface_allow_dhcp=pulumi.get(__ret__, 'tunnel_interface_allow_dhcp'),
|
|
1991
|
+
tunnel_interface_allow_dhcp_variable=pulumi.get(__ret__, 'tunnel_interface_allow_dhcp_variable'),
|
|
1992
|
+
tunnel_interface_allow_dns=pulumi.get(__ret__, 'tunnel_interface_allow_dns'),
|
|
1993
|
+
tunnel_interface_allow_dns_variable=pulumi.get(__ret__, 'tunnel_interface_allow_dns_variable'),
|
|
1994
|
+
tunnel_interface_allow_https=pulumi.get(__ret__, 'tunnel_interface_allow_https'),
|
|
1995
|
+
tunnel_interface_allow_https_variable=pulumi.get(__ret__, 'tunnel_interface_allow_https_variable'),
|
|
1996
|
+
tunnel_interface_allow_icmp=pulumi.get(__ret__, 'tunnel_interface_allow_icmp'),
|
|
1997
|
+
tunnel_interface_allow_icmp_variable=pulumi.get(__ret__, 'tunnel_interface_allow_icmp_variable'),
|
|
1998
|
+
tunnel_interface_allow_netconf=pulumi.get(__ret__, 'tunnel_interface_allow_netconf'),
|
|
1999
|
+
tunnel_interface_allow_netconf_variable=pulumi.get(__ret__, 'tunnel_interface_allow_netconf_variable'),
|
|
2000
|
+
tunnel_interface_allow_ntp=pulumi.get(__ret__, 'tunnel_interface_allow_ntp'),
|
|
2001
|
+
tunnel_interface_allow_ntp_variable=pulumi.get(__ret__, 'tunnel_interface_allow_ntp_variable'),
|
|
2002
|
+
tunnel_interface_allow_ospf=pulumi.get(__ret__, 'tunnel_interface_allow_ospf'),
|
|
2003
|
+
tunnel_interface_allow_ospf_variable=pulumi.get(__ret__, 'tunnel_interface_allow_ospf_variable'),
|
|
2004
|
+
tunnel_interface_allow_snmp=pulumi.get(__ret__, 'tunnel_interface_allow_snmp'),
|
|
2005
|
+
tunnel_interface_allow_snmp_variable=pulumi.get(__ret__, 'tunnel_interface_allow_snmp_variable'),
|
|
2006
|
+
tunnel_interface_allow_ssh=pulumi.get(__ret__, 'tunnel_interface_allow_ssh'),
|
|
2007
|
+
tunnel_interface_allow_ssh_variable=pulumi.get(__ret__, 'tunnel_interface_allow_ssh_variable'),
|
|
2008
|
+
tunnel_interface_allow_stun=pulumi.get(__ret__, 'tunnel_interface_allow_stun'),
|
|
2009
|
+
tunnel_interface_allow_stun_variable=pulumi.get(__ret__, 'tunnel_interface_allow_stun_variable'),
|
|
2010
|
+
tunnel_interface_bind_loopback_tunnel=pulumi.get(__ret__, 'tunnel_interface_bind_loopback_tunnel'),
|
|
2011
|
+
tunnel_interface_bind_loopback_tunnel_variable=pulumi.get(__ret__, 'tunnel_interface_bind_loopback_tunnel_variable'),
|
|
2012
|
+
tunnel_interface_border=pulumi.get(__ret__, 'tunnel_interface_border'),
|
|
2013
|
+
tunnel_interface_border_variable=pulumi.get(__ret__, 'tunnel_interface_border_variable'),
|
|
2014
|
+
tunnel_interface_carrier=pulumi.get(__ret__, 'tunnel_interface_carrier'),
|
|
2015
|
+
tunnel_interface_carrier_variable=pulumi.get(__ret__, 'tunnel_interface_carrier_variable'),
|
|
2016
|
+
tunnel_interface_clear_dont_fragment=pulumi.get(__ret__, 'tunnel_interface_clear_dont_fragment'),
|
|
2017
|
+
tunnel_interface_clear_dont_fragment_variable=pulumi.get(__ret__, 'tunnel_interface_clear_dont_fragment_variable'),
|
|
2018
|
+
tunnel_interface_color=pulumi.get(__ret__, 'tunnel_interface_color'),
|
|
2019
|
+
tunnel_interface_color_restrict=pulumi.get(__ret__, 'tunnel_interface_color_restrict'),
|
|
2020
|
+
tunnel_interface_color_variable=pulumi.get(__ret__, 'tunnel_interface_color_variable'),
|
|
2021
|
+
tunnel_interface_control_connections=pulumi.get(__ret__, 'tunnel_interface_control_connections'),
|
|
2022
|
+
tunnel_interface_control_connections_variable=pulumi.get(__ret__, 'tunnel_interface_control_connections_variable'),
|
|
2023
|
+
tunnel_interface_encapsulations=pulumi.get(__ret__, 'tunnel_interface_encapsulations'),
|
|
2024
|
+
tunnel_interface_exclude_controller_group_list_variable=pulumi.get(__ret__, 'tunnel_interface_exclude_controller_group_list_variable'),
|
|
2025
|
+
tunnel_interface_exclude_controller_group_lists=pulumi.get(__ret__, 'tunnel_interface_exclude_controller_group_lists'),
|
|
2026
|
+
tunnel_interface_groups=pulumi.get(__ret__, 'tunnel_interface_groups'),
|
|
2027
|
+
tunnel_interface_groups_variable=pulumi.get(__ret__, 'tunnel_interface_groups_variable'),
|
|
2028
|
+
tunnel_interface_hello_interval=pulumi.get(__ret__, 'tunnel_interface_hello_interval'),
|
|
2029
|
+
tunnel_interface_hello_interval_variable=pulumi.get(__ret__, 'tunnel_interface_hello_interval_variable'),
|
|
2030
|
+
tunnel_interface_hello_tolerance=pulumi.get(__ret__, 'tunnel_interface_hello_tolerance'),
|
|
2031
|
+
tunnel_interface_hello_tolerance_variable=pulumi.get(__ret__, 'tunnel_interface_hello_tolerance_variable'),
|
|
2032
|
+
tunnel_interface_last_resort_circuit=pulumi.get(__ret__, 'tunnel_interface_last_resort_circuit'),
|
|
2033
|
+
tunnel_interface_last_resort_circuit_variable=pulumi.get(__ret__, 'tunnel_interface_last_resort_circuit_variable'),
|
|
2034
|
+
tunnel_interface_low_bandwidth_link=pulumi.get(__ret__, 'tunnel_interface_low_bandwidth_link'),
|
|
2035
|
+
tunnel_interface_low_bandwidth_link_variable=pulumi.get(__ret__, 'tunnel_interface_low_bandwidth_link_variable'),
|
|
2036
|
+
tunnel_interface_max_control_connections=pulumi.get(__ret__, 'tunnel_interface_max_control_connections'),
|
|
2037
|
+
tunnel_interface_max_control_connections_variable=pulumi.get(__ret__, 'tunnel_interface_max_control_connections_variable'),
|
|
2038
|
+
tunnel_interface_nat_refresh_interval=pulumi.get(__ret__, 'tunnel_interface_nat_refresh_interval'),
|
|
2039
|
+
tunnel_interface_nat_refresh_interval_variable=pulumi.get(__ret__, 'tunnel_interface_nat_refresh_interval_variable'),
|
|
2040
|
+
tunnel_interface_network_broadcast=pulumi.get(__ret__, 'tunnel_interface_network_broadcast'),
|
|
2041
|
+
tunnel_interface_network_broadcast_variable=pulumi.get(__ret__, 'tunnel_interface_network_broadcast_variable'),
|
|
2042
|
+
tunnel_interface_port_hop=pulumi.get(__ret__, 'tunnel_interface_port_hop'),
|
|
2043
|
+
tunnel_interface_port_hop_variable=pulumi.get(__ret__, 'tunnel_interface_port_hop_variable'),
|
|
2044
|
+
tunnel_interface_tunnel_tcp_mss=pulumi.get(__ret__, 'tunnel_interface_tunnel_tcp_mss'),
|
|
2045
|
+
tunnel_interface_tunnel_tcp_mss_variable=pulumi.get(__ret__, 'tunnel_interface_tunnel_tcp_mss_variable'),
|
|
2046
|
+
tunnel_interface_vbond_as_stun_server=pulumi.get(__ret__, 'tunnel_interface_vbond_as_stun_server'),
|
|
2047
|
+
tunnel_interface_vbond_as_stun_server_variable=pulumi.get(__ret__, 'tunnel_interface_vbond_as_stun_server_variable'),
|
|
2048
|
+
tunnel_interface_vmanage_connection_preference=pulumi.get(__ret__, 'tunnel_interface_vmanage_connection_preference'),
|
|
2049
|
+
tunnel_interface_vmanage_connection_preference_variable=pulumi.get(__ret__, 'tunnel_interface_vmanage_connection_preference_variable'),
|
|
2050
|
+
tunnel_qos_mode=pulumi.get(__ret__, 'tunnel_qos_mode'),
|
|
2051
|
+
tunnel_qos_mode_variable=pulumi.get(__ret__, 'tunnel_qos_mode_variable'),
|
|
2052
|
+
vdsl_configurations=pulumi.get(__ret__, 'vdsl_configurations'),
|
|
2053
|
+
version=pulumi.get(__ret__, 'version'),
|
|
2054
|
+
write_rule=pulumi.get(__ret__, 'write_rule'),
|
|
2055
|
+
write_rule_variable=pulumi.get(__ret__, 'write_rule_variable'))
|
|
2056
|
+
def get_vpn_interface_dsl_pppoa_feature_template_output(id: Optional[pulumi.Input[Optional[str]]] = None,
|
|
2057
|
+
name: Optional[pulumi.Input[Optional[str]]] = None,
|
|
2058
|
+
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetVpnInterfaceDslPppoaFeatureTemplateResult]:
|
|
2059
|
+
"""
|
|
2060
|
+
This data source can read the VPN Interface DSL PPPoA feature template.
|
|
2061
|
+
|
|
2062
|
+
## Example Usage
|
|
2063
|
+
|
|
2064
|
+
```python
|
|
2065
|
+
import pulumi
|
|
2066
|
+
import pulumi_sdwan as sdwan
|
|
2067
|
+
|
|
2068
|
+
example = sdwan.get_vpn_interface_dsl_pppoa_feature_template(id="f6b2c44c-693c-4763-b010-895aa3d236bd")
|
|
2069
|
+
```
|
|
2070
|
+
|
|
2071
|
+
|
|
2072
|
+
:param str id: The id of the feature template
|
|
2073
|
+
:param str name: The name of the feature template
|
|
2074
|
+
"""
|
|
2075
|
+
__args__ = dict()
|
|
2076
|
+
__args__['id'] = id
|
|
2077
|
+
__args__['name'] = name
|
|
2078
|
+
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
2079
|
+
__ret__ = pulumi.runtime.invoke_output('sdwan:index/getVpnInterfaceDslPppoaFeatureTemplate:getVpnInterfaceDslPppoaFeatureTemplate', __args__, opts=opts, typ=GetVpnInterfaceDslPppoaFeatureTemplateResult)
|
|
2080
|
+
return __ret__.apply(lambda __response__: GetVpnInterfaceDslPppoaFeatureTemplateResult(
|
|
2081
|
+
access_lists=pulumi.get(__response__, 'access_lists'),
|
|
2082
|
+
atm_description=pulumi.get(__response__, 'atm_description'),
|
|
2083
|
+
atm_description_variable=pulumi.get(__response__, 'atm_description_variable'),
|
|
2084
|
+
atm_sub_interface_name=pulumi.get(__response__, 'atm_sub_interface_name'),
|
|
2085
|
+
atm_sub_interface_name_variable=pulumi.get(__response__, 'atm_sub_interface_name_variable'),
|
|
2086
|
+
bandwidth_downstream=pulumi.get(__response__, 'bandwidth_downstream'),
|
|
2087
|
+
bandwidth_downstream_variable=pulumi.get(__response__, 'bandwidth_downstream_variable'),
|
|
2088
|
+
bandwidth_upstream=pulumi.get(__response__, 'bandwidth_upstream'),
|
|
2089
|
+
bandwidth_upstream_variable=pulumi.get(__response__, 'bandwidth_upstream_variable'),
|
|
2090
|
+
chap_hostname=pulumi.get(__response__, 'chap_hostname'),
|
|
2091
|
+
chap_hostname_variable=pulumi.get(__response__, 'chap_hostname_variable'),
|
|
2092
|
+
chap_ppp_auth_password=pulumi.get(__response__, 'chap_ppp_auth_password'),
|
|
2093
|
+
chap_ppp_auth_password_variable=pulumi.get(__response__, 'chap_ppp_auth_password_variable'),
|
|
2094
|
+
core_region=pulumi.get(__response__, 'core_region'),
|
|
2095
|
+
core_region_variable=pulumi.get(__response__, 'core_region_variable'),
|
|
2096
|
+
description=pulumi.get(__response__, 'description'),
|
|
2097
|
+
device_types=pulumi.get(__response__, 'device_types'),
|
|
2098
|
+
enable_core_region=pulumi.get(__response__, 'enable_core_region'),
|
|
2099
|
+
enable_core_region_variable=pulumi.get(__response__, 'enable_core_region_variable'),
|
|
2100
|
+
id=pulumi.get(__response__, 'id'),
|
|
2101
|
+
ip_directed_broadcast=pulumi.get(__response__, 'ip_directed_broadcast'),
|
|
2102
|
+
ip_directed_broadcast_variable=pulumi.get(__response__, 'ip_directed_broadcast_variable'),
|
|
2103
|
+
ip_mtu=pulumi.get(__response__, 'ip_mtu'),
|
|
2104
|
+
ip_mtu_variable=pulumi.get(__response__, 'ip_mtu_variable'),
|
|
2105
|
+
name=pulumi.get(__response__, 'name'),
|
|
2106
|
+
nat=pulumi.get(__response__, 'nat'),
|
|
2107
|
+
nat_block_icmp_error=pulumi.get(__response__, 'nat_block_icmp_error'),
|
|
2108
|
+
nat_block_icmp_error_variable=pulumi.get(__response__, 'nat_block_icmp_error_variable'),
|
|
2109
|
+
nat_port_forwards=pulumi.get(__response__, 'nat_port_forwards'),
|
|
2110
|
+
nat_refresh_mode=pulumi.get(__response__, 'nat_refresh_mode'),
|
|
2111
|
+
nat_refresh_mode_variable=pulumi.get(__response__, 'nat_refresh_mode_variable'),
|
|
2112
|
+
nat_response_to_ping=pulumi.get(__response__, 'nat_response_to_ping'),
|
|
2113
|
+
nat_response_to_ping_variable=pulumi.get(__response__, 'nat_response_to_ping_variable'),
|
|
2114
|
+
nat_tcp_timeout=pulumi.get(__response__, 'nat_tcp_timeout'),
|
|
2115
|
+
nat_tcp_timeout_variable=pulumi.get(__response__, 'nat_tcp_timeout_variable'),
|
|
2116
|
+
nat_udp_timeout=pulumi.get(__response__, 'nat_udp_timeout'),
|
|
2117
|
+
nat_udp_timeout_variable=pulumi.get(__response__, 'nat_udp_timeout_variable'),
|
|
2118
|
+
pap_password=pulumi.get(__response__, 'pap_password'),
|
|
2119
|
+
pap_ppp_auth_password=pulumi.get(__response__, 'pap_ppp_auth_password'),
|
|
2120
|
+
pap_ppp_auth_password_variable=pulumi.get(__response__, 'pap_ppp_auth_password_variable'),
|
|
2121
|
+
pap_username=pulumi.get(__response__, 'pap_username'),
|
|
2122
|
+
pap_username_variable=pulumi.get(__response__, 'pap_username_variable'),
|
|
2123
|
+
per_tunnel_qos=pulumi.get(__response__, 'per_tunnel_qos'),
|
|
2124
|
+
per_tunnel_qos_aggregator=pulumi.get(__response__, 'per_tunnel_qos_aggregator'),
|
|
2125
|
+
per_tunnel_qos_aggregator_variable=pulumi.get(__response__, 'per_tunnel_qos_aggregator_variable'),
|
|
2126
|
+
per_tunnel_qos_variable=pulumi.get(__response__, 'per_tunnel_qos_variable'),
|
|
2127
|
+
policers=pulumi.get(__response__, 'policers'),
|
|
2128
|
+
ppp_authentication_protocol=pulumi.get(__response__, 'ppp_authentication_protocol'),
|
|
2129
|
+
ppp_authentication_protocol_pap=pulumi.get(__response__, 'ppp_authentication_protocol_pap'),
|
|
2130
|
+
ppp_authentication_protocol_variable=pulumi.get(__response__, 'ppp_authentication_protocol_variable'),
|
|
2131
|
+
ppp_authentication_type=pulumi.get(__response__, 'ppp_authentication_type'),
|
|
2132
|
+
pvcs=pulumi.get(__response__, 'pvcs'),
|
|
2133
|
+
qos_adaptive_bandwidth_downstream=pulumi.get(__response__, 'qos_adaptive_bandwidth_downstream'),
|
|
2134
|
+
qos_adaptive_bandwidth_downstream_variable=pulumi.get(__response__, 'qos_adaptive_bandwidth_downstream_variable'),
|
|
2135
|
+
qos_adaptive_bandwidth_upstream=pulumi.get(__response__, 'qos_adaptive_bandwidth_upstream'),
|
|
2136
|
+
qos_adaptive_bandwidth_upstream_variable=pulumi.get(__response__, 'qos_adaptive_bandwidth_upstream_variable'),
|
|
2137
|
+
qos_adaptive_max_downstream=pulumi.get(__response__, 'qos_adaptive_max_downstream'),
|
|
2138
|
+
qos_adaptive_max_downstream_variable=pulumi.get(__response__, 'qos_adaptive_max_downstream_variable'),
|
|
2139
|
+
qos_adaptive_max_upstream=pulumi.get(__response__, 'qos_adaptive_max_upstream'),
|
|
2140
|
+
qos_adaptive_max_upstream_variable=pulumi.get(__response__, 'qos_adaptive_max_upstream_variable'),
|
|
2141
|
+
qos_adaptive_min_downstream=pulumi.get(__response__, 'qos_adaptive_min_downstream'),
|
|
2142
|
+
qos_adaptive_min_downstream_variable=pulumi.get(__response__, 'qos_adaptive_min_downstream_variable'),
|
|
2143
|
+
qos_adaptive_min_upstream=pulumi.get(__response__, 'qos_adaptive_min_upstream'),
|
|
2144
|
+
qos_adaptive_min_upstream_variable=pulumi.get(__response__, 'qos_adaptive_min_upstream_variable'),
|
|
2145
|
+
qos_adaptive_period=pulumi.get(__response__, 'qos_adaptive_period'),
|
|
2146
|
+
qos_adaptive_period_variable=pulumi.get(__response__, 'qos_adaptive_period_variable'),
|
|
2147
|
+
qos_map=pulumi.get(__response__, 'qos_map'),
|
|
2148
|
+
qos_map_variable=pulumi.get(__response__, 'qos_map_variable'),
|
|
2149
|
+
qos_map_vpn=pulumi.get(__response__, 'qos_map_vpn'),
|
|
2150
|
+
qos_map_vpn_variable=pulumi.get(__response__, 'qos_map_vpn_variable'),
|
|
2151
|
+
secondary_region=pulumi.get(__response__, 'secondary_region'),
|
|
2152
|
+
secondary_region_variable=pulumi.get(__response__, 'secondary_region_variable'),
|
|
2153
|
+
shaping_rate=pulumi.get(__response__, 'shaping_rate'),
|
|
2154
|
+
shaping_rate_variable=pulumi.get(__response__, 'shaping_rate_variable'),
|
|
2155
|
+
shutdown=pulumi.get(__response__, 'shutdown'),
|
|
2156
|
+
shutdown_variable=pulumi.get(__response__, 'shutdown_variable'),
|
|
2157
|
+
tcp_mss=pulumi.get(__response__, 'tcp_mss'),
|
|
2158
|
+
tcp_mss_variable=pulumi.get(__response__, 'tcp_mss_variable'),
|
|
2159
|
+
template_type=pulumi.get(__response__, 'template_type'),
|
|
2160
|
+
tloc_extension=pulumi.get(__response__, 'tloc_extension'),
|
|
2161
|
+
tloc_extension_variable=pulumi.get(__response__, 'tloc_extension_variable'),
|
|
2162
|
+
tracker_variable=pulumi.get(__response__, 'tracker_variable'),
|
|
2163
|
+
trackers=pulumi.get(__response__, 'trackers'),
|
|
2164
|
+
tunnel_interface_allow_all=pulumi.get(__response__, 'tunnel_interface_allow_all'),
|
|
2165
|
+
tunnel_interface_allow_all_variable=pulumi.get(__response__, 'tunnel_interface_allow_all_variable'),
|
|
2166
|
+
tunnel_interface_allow_bgp=pulumi.get(__response__, 'tunnel_interface_allow_bgp'),
|
|
2167
|
+
tunnel_interface_allow_bgp_variable=pulumi.get(__response__, 'tunnel_interface_allow_bgp_variable'),
|
|
2168
|
+
tunnel_interface_allow_dhcp=pulumi.get(__response__, 'tunnel_interface_allow_dhcp'),
|
|
2169
|
+
tunnel_interface_allow_dhcp_variable=pulumi.get(__response__, 'tunnel_interface_allow_dhcp_variable'),
|
|
2170
|
+
tunnel_interface_allow_dns=pulumi.get(__response__, 'tunnel_interface_allow_dns'),
|
|
2171
|
+
tunnel_interface_allow_dns_variable=pulumi.get(__response__, 'tunnel_interface_allow_dns_variable'),
|
|
2172
|
+
tunnel_interface_allow_https=pulumi.get(__response__, 'tunnel_interface_allow_https'),
|
|
2173
|
+
tunnel_interface_allow_https_variable=pulumi.get(__response__, 'tunnel_interface_allow_https_variable'),
|
|
2174
|
+
tunnel_interface_allow_icmp=pulumi.get(__response__, 'tunnel_interface_allow_icmp'),
|
|
2175
|
+
tunnel_interface_allow_icmp_variable=pulumi.get(__response__, 'tunnel_interface_allow_icmp_variable'),
|
|
2176
|
+
tunnel_interface_allow_netconf=pulumi.get(__response__, 'tunnel_interface_allow_netconf'),
|
|
2177
|
+
tunnel_interface_allow_netconf_variable=pulumi.get(__response__, 'tunnel_interface_allow_netconf_variable'),
|
|
2178
|
+
tunnel_interface_allow_ntp=pulumi.get(__response__, 'tunnel_interface_allow_ntp'),
|
|
2179
|
+
tunnel_interface_allow_ntp_variable=pulumi.get(__response__, 'tunnel_interface_allow_ntp_variable'),
|
|
2180
|
+
tunnel_interface_allow_ospf=pulumi.get(__response__, 'tunnel_interface_allow_ospf'),
|
|
2181
|
+
tunnel_interface_allow_ospf_variable=pulumi.get(__response__, 'tunnel_interface_allow_ospf_variable'),
|
|
2182
|
+
tunnel_interface_allow_snmp=pulumi.get(__response__, 'tunnel_interface_allow_snmp'),
|
|
2183
|
+
tunnel_interface_allow_snmp_variable=pulumi.get(__response__, 'tunnel_interface_allow_snmp_variable'),
|
|
2184
|
+
tunnel_interface_allow_ssh=pulumi.get(__response__, 'tunnel_interface_allow_ssh'),
|
|
2185
|
+
tunnel_interface_allow_ssh_variable=pulumi.get(__response__, 'tunnel_interface_allow_ssh_variable'),
|
|
2186
|
+
tunnel_interface_allow_stun=pulumi.get(__response__, 'tunnel_interface_allow_stun'),
|
|
2187
|
+
tunnel_interface_allow_stun_variable=pulumi.get(__response__, 'tunnel_interface_allow_stun_variable'),
|
|
2188
|
+
tunnel_interface_bind_loopback_tunnel=pulumi.get(__response__, 'tunnel_interface_bind_loopback_tunnel'),
|
|
2189
|
+
tunnel_interface_bind_loopback_tunnel_variable=pulumi.get(__response__, 'tunnel_interface_bind_loopback_tunnel_variable'),
|
|
2190
|
+
tunnel_interface_border=pulumi.get(__response__, 'tunnel_interface_border'),
|
|
2191
|
+
tunnel_interface_border_variable=pulumi.get(__response__, 'tunnel_interface_border_variable'),
|
|
2192
|
+
tunnel_interface_carrier=pulumi.get(__response__, 'tunnel_interface_carrier'),
|
|
2193
|
+
tunnel_interface_carrier_variable=pulumi.get(__response__, 'tunnel_interface_carrier_variable'),
|
|
2194
|
+
tunnel_interface_clear_dont_fragment=pulumi.get(__response__, 'tunnel_interface_clear_dont_fragment'),
|
|
2195
|
+
tunnel_interface_clear_dont_fragment_variable=pulumi.get(__response__, 'tunnel_interface_clear_dont_fragment_variable'),
|
|
2196
|
+
tunnel_interface_color=pulumi.get(__response__, 'tunnel_interface_color'),
|
|
2197
|
+
tunnel_interface_color_restrict=pulumi.get(__response__, 'tunnel_interface_color_restrict'),
|
|
2198
|
+
tunnel_interface_color_variable=pulumi.get(__response__, 'tunnel_interface_color_variable'),
|
|
2199
|
+
tunnel_interface_control_connections=pulumi.get(__response__, 'tunnel_interface_control_connections'),
|
|
2200
|
+
tunnel_interface_control_connections_variable=pulumi.get(__response__, 'tunnel_interface_control_connections_variable'),
|
|
2201
|
+
tunnel_interface_encapsulations=pulumi.get(__response__, 'tunnel_interface_encapsulations'),
|
|
2202
|
+
tunnel_interface_exclude_controller_group_list_variable=pulumi.get(__response__, 'tunnel_interface_exclude_controller_group_list_variable'),
|
|
2203
|
+
tunnel_interface_exclude_controller_group_lists=pulumi.get(__response__, 'tunnel_interface_exclude_controller_group_lists'),
|
|
2204
|
+
tunnel_interface_groups=pulumi.get(__response__, 'tunnel_interface_groups'),
|
|
2205
|
+
tunnel_interface_groups_variable=pulumi.get(__response__, 'tunnel_interface_groups_variable'),
|
|
2206
|
+
tunnel_interface_hello_interval=pulumi.get(__response__, 'tunnel_interface_hello_interval'),
|
|
2207
|
+
tunnel_interface_hello_interval_variable=pulumi.get(__response__, 'tunnel_interface_hello_interval_variable'),
|
|
2208
|
+
tunnel_interface_hello_tolerance=pulumi.get(__response__, 'tunnel_interface_hello_tolerance'),
|
|
2209
|
+
tunnel_interface_hello_tolerance_variable=pulumi.get(__response__, 'tunnel_interface_hello_tolerance_variable'),
|
|
2210
|
+
tunnel_interface_last_resort_circuit=pulumi.get(__response__, 'tunnel_interface_last_resort_circuit'),
|
|
2211
|
+
tunnel_interface_last_resort_circuit_variable=pulumi.get(__response__, 'tunnel_interface_last_resort_circuit_variable'),
|
|
2212
|
+
tunnel_interface_low_bandwidth_link=pulumi.get(__response__, 'tunnel_interface_low_bandwidth_link'),
|
|
2213
|
+
tunnel_interface_low_bandwidth_link_variable=pulumi.get(__response__, 'tunnel_interface_low_bandwidth_link_variable'),
|
|
2214
|
+
tunnel_interface_max_control_connections=pulumi.get(__response__, 'tunnel_interface_max_control_connections'),
|
|
2215
|
+
tunnel_interface_max_control_connections_variable=pulumi.get(__response__, 'tunnel_interface_max_control_connections_variable'),
|
|
2216
|
+
tunnel_interface_nat_refresh_interval=pulumi.get(__response__, 'tunnel_interface_nat_refresh_interval'),
|
|
2217
|
+
tunnel_interface_nat_refresh_interval_variable=pulumi.get(__response__, 'tunnel_interface_nat_refresh_interval_variable'),
|
|
2218
|
+
tunnel_interface_network_broadcast=pulumi.get(__response__, 'tunnel_interface_network_broadcast'),
|
|
2219
|
+
tunnel_interface_network_broadcast_variable=pulumi.get(__response__, 'tunnel_interface_network_broadcast_variable'),
|
|
2220
|
+
tunnel_interface_port_hop=pulumi.get(__response__, 'tunnel_interface_port_hop'),
|
|
2221
|
+
tunnel_interface_port_hop_variable=pulumi.get(__response__, 'tunnel_interface_port_hop_variable'),
|
|
2222
|
+
tunnel_interface_tunnel_tcp_mss=pulumi.get(__response__, 'tunnel_interface_tunnel_tcp_mss'),
|
|
2223
|
+
tunnel_interface_tunnel_tcp_mss_variable=pulumi.get(__response__, 'tunnel_interface_tunnel_tcp_mss_variable'),
|
|
2224
|
+
tunnel_interface_vbond_as_stun_server=pulumi.get(__response__, 'tunnel_interface_vbond_as_stun_server'),
|
|
2225
|
+
tunnel_interface_vbond_as_stun_server_variable=pulumi.get(__response__, 'tunnel_interface_vbond_as_stun_server_variable'),
|
|
2226
|
+
tunnel_interface_vmanage_connection_preference=pulumi.get(__response__, 'tunnel_interface_vmanage_connection_preference'),
|
|
2227
|
+
tunnel_interface_vmanage_connection_preference_variable=pulumi.get(__response__, 'tunnel_interface_vmanage_connection_preference_variable'),
|
|
2228
|
+
tunnel_qos_mode=pulumi.get(__response__, 'tunnel_qos_mode'),
|
|
2229
|
+
tunnel_qos_mode_variable=pulumi.get(__response__, 'tunnel_qos_mode_variable'),
|
|
2230
|
+
vdsl_configurations=pulumi.get(__response__, 'vdsl_configurations'),
|
|
2231
|
+
version=pulumi.get(__response__, 'version'),
|
|
2232
|
+
write_rule=pulumi.get(__response__, 'write_rule'),
|
|
2233
|
+
write_rule_variable=pulumi.get(__response__, 'write_rule_variable')))
|