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