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,862 @@
|
|
|
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
|
+
'GetTransportManagementVpnInterfaceEthernetFeatureResult',
|
|
20
|
+
'AwaitableGetTransportManagementVpnInterfaceEthernetFeatureResult',
|
|
21
|
+
'get_transport_management_vpn_interface_ethernet_feature',
|
|
22
|
+
'get_transport_management_vpn_interface_ethernet_feature_output',
|
|
23
|
+
]
|
|
24
|
+
|
|
25
|
+
@pulumi.output_type
|
|
26
|
+
class GetTransportManagementVpnInterfaceEthernetFeatureResult:
|
|
27
|
+
"""
|
|
28
|
+
A collection of values returned by getTransportManagementVpnInterfaceEthernetFeature.
|
|
29
|
+
"""
|
|
30
|
+
def __init__(__self__, arp_entries=None, arp_timeout=None, arp_timeout_variable=None, autonegotiate=None, autonegotiate_variable=None, description=None, duplex=None, duplex_variable=None, enable_dhcpv6=None, feature_profile_id=None, icmp_redirect_disable=None, icmp_redirect_disable_variable=None, id=None, interface_description=None, interface_description_variable=None, interface_mtu=None, interface_mtu_variable=None, interface_name=None, interface_name_variable=None, ip_directed_broadcast=None, ip_directed_broadcast_variable=None, ip_mtu=None, ip_mtu_variable=None, ipv4_address=None, ipv4_address_variable=None, ipv4_auto_detect_bandwidth=None, ipv4_auto_detect_bandwidth_variable=None, ipv4_configuration_type=None, ipv4_dhcp_distance=None, ipv4_dhcp_distance_variable=None, ipv4_dhcp_helper_variable=None, ipv4_dhcp_helpers=None, ipv4_iperf_server=None, ipv4_iperf_server_variable=None, ipv4_secondary_addresses=None, ipv4_subnet_mask=None, ipv4_subnet_mask_variable=None, ipv6_address=None, ipv6_address_variable=None, ipv6_configuration_type=None, load_interval=None, load_interval_variable=None, mac_address=None, mac_address_variable=None, media_type=None, media_type_variable=None, name=None, shutdown=None, shutdown_variable=None, speed=None, speed_variable=None, tcp_mss=None, tcp_mss_variable=None, transport_management_vpn_feature_id=None, version=None):
|
|
31
|
+
if arp_entries and not isinstance(arp_entries, list):
|
|
32
|
+
raise TypeError("Expected argument 'arp_entries' to be a list")
|
|
33
|
+
pulumi.set(__self__, "arp_entries", arp_entries)
|
|
34
|
+
if arp_timeout and not isinstance(arp_timeout, int):
|
|
35
|
+
raise TypeError("Expected argument 'arp_timeout' to be a int")
|
|
36
|
+
pulumi.set(__self__, "arp_timeout", arp_timeout)
|
|
37
|
+
if arp_timeout_variable and not isinstance(arp_timeout_variable, str):
|
|
38
|
+
raise TypeError("Expected argument 'arp_timeout_variable' to be a str")
|
|
39
|
+
pulumi.set(__self__, "arp_timeout_variable", arp_timeout_variable)
|
|
40
|
+
if autonegotiate and not isinstance(autonegotiate, bool):
|
|
41
|
+
raise TypeError("Expected argument 'autonegotiate' to be a bool")
|
|
42
|
+
pulumi.set(__self__, "autonegotiate", autonegotiate)
|
|
43
|
+
if autonegotiate_variable and not isinstance(autonegotiate_variable, str):
|
|
44
|
+
raise TypeError("Expected argument 'autonegotiate_variable' to be a str")
|
|
45
|
+
pulumi.set(__self__, "autonegotiate_variable", autonegotiate_variable)
|
|
46
|
+
if description and not isinstance(description, str):
|
|
47
|
+
raise TypeError("Expected argument 'description' to be a str")
|
|
48
|
+
pulumi.set(__self__, "description", description)
|
|
49
|
+
if duplex and not isinstance(duplex, str):
|
|
50
|
+
raise TypeError("Expected argument 'duplex' to be a str")
|
|
51
|
+
pulumi.set(__self__, "duplex", duplex)
|
|
52
|
+
if duplex_variable and not isinstance(duplex_variable, str):
|
|
53
|
+
raise TypeError("Expected argument 'duplex_variable' to be a str")
|
|
54
|
+
pulumi.set(__self__, "duplex_variable", duplex_variable)
|
|
55
|
+
if enable_dhcpv6 and not isinstance(enable_dhcpv6, bool):
|
|
56
|
+
raise TypeError("Expected argument 'enable_dhcpv6' to be a bool")
|
|
57
|
+
pulumi.set(__self__, "enable_dhcpv6", enable_dhcpv6)
|
|
58
|
+
if feature_profile_id and not isinstance(feature_profile_id, str):
|
|
59
|
+
raise TypeError("Expected argument 'feature_profile_id' to be a str")
|
|
60
|
+
pulumi.set(__self__, "feature_profile_id", feature_profile_id)
|
|
61
|
+
if icmp_redirect_disable and not isinstance(icmp_redirect_disable, bool):
|
|
62
|
+
raise TypeError("Expected argument 'icmp_redirect_disable' to be a bool")
|
|
63
|
+
pulumi.set(__self__, "icmp_redirect_disable", icmp_redirect_disable)
|
|
64
|
+
if icmp_redirect_disable_variable and not isinstance(icmp_redirect_disable_variable, str):
|
|
65
|
+
raise TypeError("Expected argument 'icmp_redirect_disable_variable' to be a str")
|
|
66
|
+
pulumi.set(__self__, "icmp_redirect_disable_variable", icmp_redirect_disable_variable)
|
|
67
|
+
if id and not isinstance(id, str):
|
|
68
|
+
raise TypeError("Expected argument 'id' to be a str")
|
|
69
|
+
pulumi.set(__self__, "id", id)
|
|
70
|
+
if interface_description and not isinstance(interface_description, str):
|
|
71
|
+
raise TypeError("Expected argument 'interface_description' to be a str")
|
|
72
|
+
pulumi.set(__self__, "interface_description", interface_description)
|
|
73
|
+
if interface_description_variable and not isinstance(interface_description_variable, str):
|
|
74
|
+
raise TypeError("Expected argument 'interface_description_variable' to be a str")
|
|
75
|
+
pulumi.set(__self__, "interface_description_variable", interface_description_variable)
|
|
76
|
+
if interface_mtu and not isinstance(interface_mtu, int):
|
|
77
|
+
raise TypeError("Expected argument 'interface_mtu' to be a int")
|
|
78
|
+
pulumi.set(__self__, "interface_mtu", interface_mtu)
|
|
79
|
+
if interface_mtu_variable and not isinstance(interface_mtu_variable, str):
|
|
80
|
+
raise TypeError("Expected argument 'interface_mtu_variable' to be a str")
|
|
81
|
+
pulumi.set(__self__, "interface_mtu_variable", interface_mtu_variable)
|
|
82
|
+
if interface_name and not isinstance(interface_name, str):
|
|
83
|
+
raise TypeError("Expected argument 'interface_name' to be a str")
|
|
84
|
+
pulumi.set(__self__, "interface_name", interface_name)
|
|
85
|
+
if interface_name_variable and not isinstance(interface_name_variable, str):
|
|
86
|
+
raise TypeError("Expected argument 'interface_name_variable' to be a str")
|
|
87
|
+
pulumi.set(__self__, "interface_name_variable", interface_name_variable)
|
|
88
|
+
if ip_directed_broadcast and not isinstance(ip_directed_broadcast, bool):
|
|
89
|
+
raise TypeError("Expected argument 'ip_directed_broadcast' to be a bool")
|
|
90
|
+
pulumi.set(__self__, "ip_directed_broadcast", ip_directed_broadcast)
|
|
91
|
+
if ip_directed_broadcast_variable and not isinstance(ip_directed_broadcast_variable, str):
|
|
92
|
+
raise TypeError("Expected argument 'ip_directed_broadcast_variable' to be a str")
|
|
93
|
+
pulumi.set(__self__, "ip_directed_broadcast_variable", ip_directed_broadcast_variable)
|
|
94
|
+
if ip_mtu and not isinstance(ip_mtu, int):
|
|
95
|
+
raise TypeError("Expected argument 'ip_mtu' to be a int")
|
|
96
|
+
pulumi.set(__self__, "ip_mtu", ip_mtu)
|
|
97
|
+
if ip_mtu_variable and not isinstance(ip_mtu_variable, str):
|
|
98
|
+
raise TypeError("Expected argument 'ip_mtu_variable' to be a str")
|
|
99
|
+
pulumi.set(__self__, "ip_mtu_variable", ip_mtu_variable)
|
|
100
|
+
if ipv4_address and not isinstance(ipv4_address, str):
|
|
101
|
+
raise TypeError("Expected argument 'ipv4_address' to be a str")
|
|
102
|
+
pulumi.set(__self__, "ipv4_address", ipv4_address)
|
|
103
|
+
if ipv4_address_variable and not isinstance(ipv4_address_variable, str):
|
|
104
|
+
raise TypeError("Expected argument 'ipv4_address_variable' to be a str")
|
|
105
|
+
pulumi.set(__self__, "ipv4_address_variable", ipv4_address_variable)
|
|
106
|
+
if ipv4_auto_detect_bandwidth and not isinstance(ipv4_auto_detect_bandwidth, bool):
|
|
107
|
+
raise TypeError("Expected argument 'ipv4_auto_detect_bandwidth' to be a bool")
|
|
108
|
+
pulumi.set(__self__, "ipv4_auto_detect_bandwidth", ipv4_auto_detect_bandwidth)
|
|
109
|
+
if ipv4_auto_detect_bandwidth_variable and not isinstance(ipv4_auto_detect_bandwidth_variable, str):
|
|
110
|
+
raise TypeError("Expected argument 'ipv4_auto_detect_bandwidth_variable' to be a str")
|
|
111
|
+
pulumi.set(__self__, "ipv4_auto_detect_bandwidth_variable", ipv4_auto_detect_bandwidth_variable)
|
|
112
|
+
if ipv4_configuration_type and not isinstance(ipv4_configuration_type, str):
|
|
113
|
+
raise TypeError("Expected argument 'ipv4_configuration_type' to be a str")
|
|
114
|
+
pulumi.set(__self__, "ipv4_configuration_type", ipv4_configuration_type)
|
|
115
|
+
if ipv4_dhcp_distance and not isinstance(ipv4_dhcp_distance, int):
|
|
116
|
+
raise TypeError("Expected argument 'ipv4_dhcp_distance' to be a int")
|
|
117
|
+
pulumi.set(__self__, "ipv4_dhcp_distance", ipv4_dhcp_distance)
|
|
118
|
+
if ipv4_dhcp_distance_variable and not isinstance(ipv4_dhcp_distance_variable, str):
|
|
119
|
+
raise TypeError("Expected argument 'ipv4_dhcp_distance_variable' to be a str")
|
|
120
|
+
pulumi.set(__self__, "ipv4_dhcp_distance_variable", ipv4_dhcp_distance_variable)
|
|
121
|
+
if ipv4_dhcp_helper_variable and not isinstance(ipv4_dhcp_helper_variable, str):
|
|
122
|
+
raise TypeError("Expected argument 'ipv4_dhcp_helper_variable' to be a str")
|
|
123
|
+
pulumi.set(__self__, "ipv4_dhcp_helper_variable", ipv4_dhcp_helper_variable)
|
|
124
|
+
if ipv4_dhcp_helpers and not isinstance(ipv4_dhcp_helpers, list):
|
|
125
|
+
raise TypeError("Expected argument 'ipv4_dhcp_helpers' to be a list")
|
|
126
|
+
pulumi.set(__self__, "ipv4_dhcp_helpers", ipv4_dhcp_helpers)
|
|
127
|
+
if ipv4_iperf_server and not isinstance(ipv4_iperf_server, str):
|
|
128
|
+
raise TypeError("Expected argument 'ipv4_iperf_server' to be a str")
|
|
129
|
+
pulumi.set(__self__, "ipv4_iperf_server", ipv4_iperf_server)
|
|
130
|
+
if ipv4_iperf_server_variable and not isinstance(ipv4_iperf_server_variable, str):
|
|
131
|
+
raise TypeError("Expected argument 'ipv4_iperf_server_variable' to be a str")
|
|
132
|
+
pulumi.set(__self__, "ipv4_iperf_server_variable", ipv4_iperf_server_variable)
|
|
133
|
+
if ipv4_secondary_addresses and not isinstance(ipv4_secondary_addresses, list):
|
|
134
|
+
raise TypeError("Expected argument 'ipv4_secondary_addresses' to be a list")
|
|
135
|
+
pulumi.set(__self__, "ipv4_secondary_addresses", ipv4_secondary_addresses)
|
|
136
|
+
if ipv4_subnet_mask and not isinstance(ipv4_subnet_mask, str):
|
|
137
|
+
raise TypeError("Expected argument 'ipv4_subnet_mask' to be a str")
|
|
138
|
+
pulumi.set(__self__, "ipv4_subnet_mask", ipv4_subnet_mask)
|
|
139
|
+
if ipv4_subnet_mask_variable and not isinstance(ipv4_subnet_mask_variable, str):
|
|
140
|
+
raise TypeError("Expected argument 'ipv4_subnet_mask_variable' to be a str")
|
|
141
|
+
pulumi.set(__self__, "ipv4_subnet_mask_variable", ipv4_subnet_mask_variable)
|
|
142
|
+
if ipv6_address and not isinstance(ipv6_address, str):
|
|
143
|
+
raise TypeError("Expected argument 'ipv6_address' to be a str")
|
|
144
|
+
pulumi.set(__self__, "ipv6_address", ipv6_address)
|
|
145
|
+
if ipv6_address_variable and not isinstance(ipv6_address_variable, str):
|
|
146
|
+
raise TypeError("Expected argument 'ipv6_address_variable' to be a str")
|
|
147
|
+
pulumi.set(__self__, "ipv6_address_variable", ipv6_address_variable)
|
|
148
|
+
if ipv6_configuration_type and not isinstance(ipv6_configuration_type, str):
|
|
149
|
+
raise TypeError("Expected argument 'ipv6_configuration_type' to be a str")
|
|
150
|
+
pulumi.set(__self__, "ipv6_configuration_type", ipv6_configuration_type)
|
|
151
|
+
if load_interval and not isinstance(load_interval, int):
|
|
152
|
+
raise TypeError("Expected argument 'load_interval' to be a int")
|
|
153
|
+
pulumi.set(__self__, "load_interval", load_interval)
|
|
154
|
+
if load_interval_variable and not isinstance(load_interval_variable, str):
|
|
155
|
+
raise TypeError("Expected argument 'load_interval_variable' to be a str")
|
|
156
|
+
pulumi.set(__self__, "load_interval_variable", load_interval_variable)
|
|
157
|
+
if mac_address and not isinstance(mac_address, str):
|
|
158
|
+
raise TypeError("Expected argument 'mac_address' to be a str")
|
|
159
|
+
pulumi.set(__self__, "mac_address", mac_address)
|
|
160
|
+
if mac_address_variable and not isinstance(mac_address_variable, str):
|
|
161
|
+
raise TypeError("Expected argument 'mac_address_variable' to be a str")
|
|
162
|
+
pulumi.set(__self__, "mac_address_variable", mac_address_variable)
|
|
163
|
+
if media_type and not isinstance(media_type, str):
|
|
164
|
+
raise TypeError("Expected argument 'media_type' to be a str")
|
|
165
|
+
pulumi.set(__self__, "media_type", media_type)
|
|
166
|
+
if media_type_variable and not isinstance(media_type_variable, str):
|
|
167
|
+
raise TypeError("Expected argument 'media_type_variable' to be a str")
|
|
168
|
+
pulumi.set(__self__, "media_type_variable", media_type_variable)
|
|
169
|
+
if name and not isinstance(name, str):
|
|
170
|
+
raise TypeError("Expected argument 'name' to be a str")
|
|
171
|
+
pulumi.set(__self__, "name", name)
|
|
172
|
+
if shutdown and not isinstance(shutdown, bool):
|
|
173
|
+
raise TypeError("Expected argument 'shutdown' to be a bool")
|
|
174
|
+
pulumi.set(__self__, "shutdown", shutdown)
|
|
175
|
+
if shutdown_variable and not isinstance(shutdown_variable, str):
|
|
176
|
+
raise TypeError("Expected argument 'shutdown_variable' to be a str")
|
|
177
|
+
pulumi.set(__self__, "shutdown_variable", shutdown_variable)
|
|
178
|
+
if speed and not isinstance(speed, str):
|
|
179
|
+
raise TypeError("Expected argument 'speed' to be a str")
|
|
180
|
+
pulumi.set(__self__, "speed", speed)
|
|
181
|
+
if speed_variable and not isinstance(speed_variable, str):
|
|
182
|
+
raise TypeError("Expected argument 'speed_variable' to be a str")
|
|
183
|
+
pulumi.set(__self__, "speed_variable", speed_variable)
|
|
184
|
+
if tcp_mss and not isinstance(tcp_mss, int):
|
|
185
|
+
raise TypeError("Expected argument 'tcp_mss' to be a int")
|
|
186
|
+
pulumi.set(__self__, "tcp_mss", tcp_mss)
|
|
187
|
+
if tcp_mss_variable and not isinstance(tcp_mss_variable, str):
|
|
188
|
+
raise TypeError("Expected argument 'tcp_mss_variable' to be a str")
|
|
189
|
+
pulumi.set(__self__, "tcp_mss_variable", tcp_mss_variable)
|
|
190
|
+
if transport_management_vpn_feature_id and not isinstance(transport_management_vpn_feature_id, str):
|
|
191
|
+
raise TypeError("Expected argument 'transport_management_vpn_feature_id' to be a str")
|
|
192
|
+
pulumi.set(__self__, "transport_management_vpn_feature_id", transport_management_vpn_feature_id)
|
|
193
|
+
if version and not isinstance(version, int):
|
|
194
|
+
raise TypeError("Expected argument 'version' to be a int")
|
|
195
|
+
pulumi.set(__self__, "version", version)
|
|
196
|
+
|
|
197
|
+
@property
|
|
198
|
+
@pulumi.getter(name="arpEntries")
|
|
199
|
+
def arp_entries(self) -> Sequence['outputs.GetTransportManagementVpnInterfaceEthernetFeatureArpEntryResult']:
|
|
200
|
+
"""
|
|
201
|
+
Configure ARP entries
|
|
202
|
+
"""
|
|
203
|
+
return pulumi.get(self, "arp_entries")
|
|
204
|
+
|
|
205
|
+
@property
|
|
206
|
+
@pulumi.getter(name="arpTimeout")
|
|
207
|
+
def arp_timeout(self) -> int:
|
|
208
|
+
"""
|
|
209
|
+
Timeout value for dynamically learned ARP entries, \\n\\n seconds
|
|
210
|
+
"""
|
|
211
|
+
return pulumi.get(self, "arp_timeout")
|
|
212
|
+
|
|
213
|
+
@property
|
|
214
|
+
@pulumi.getter(name="arpTimeoutVariable")
|
|
215
|
+
def arp_timeout_variable(self) -> str:
|
|
216
|
+
"""
|
|
217
|
+
Variable name
|
|
218
|
+
"""
|
|
219
|
+
return pulumi.get(self, "arp_timeout_variable")
|
|
220
|
+
|
|
221
|
+
@property
|
|
222
|
+
@pulumi.getter
|
|
223
|
+
def autonegotiate(self) -> bool:
|
|
224
|
+
"""
|
|
225
|
+
Link autonegotiation
|
|
226
|
+
"""
|
|
227
|
+
return pulumi.get(self, "autonegotiate")
|
|
228
|
+
|
|
229
|
+
@property
|
|
230
|
+
@pulumi.getter(name="autonegotiateVariable")
|
|
231
|
+
def autonegotiate_variable(self) -> str:
|
|
232
|
+
"""
|
|
233
|
+
Variable name
|
|
234
|
+
"""
|
|
235
|
+
return pulumi.get(self, "autonegotiate_variable")
|
|
236
|
+
|
|
237
|
+
@property
|
|
238
|
+
@pulumi.getter
|
|
239
|
+
def description(self) -> str:
|
|
240
|
+
"""
|
|
241
|
+
The description of the Feature
|
|
242
|
+
"""
|
|
243
|
+
return pulumi.get(self, "description")
|
|
244
|
+
|
|
245
|
+
@property
|
|
246
|
+
@pulumi.getter
|
|
247
|
+
def duplex(self) -> str:
|
|
248
|
+
"""
|
|
249
|
+
Duplex mode
|
|
250
|
+
"""
|
|
251
|
+
return pulumi.get(self, "duplex")
|
|
252
|
+
|
|
253
|
+
@property
|
|
254
|
+
@pulumi.getter(name="duplexVariable")
|
|
255
|
+
def duplex_variable(self) -> str:
|
|
256
|
+
"""
|
|
257
|
+
Variable name
|
|
258
|
+
"""
|
|
259
|
+
return pulumi.get(self, "duplex_variable")
|
|
260
|
+
|
|
261
|
+
@property
|
|
262
|
+
@pulumi.getter(name="enableDhcpv6")
|
|
263
|
+
def enable_dhcpv6(self) -> bool:
|
|
264
|
+
"""
|
|
265
|
+
Enable DHCPv6
|
|
266
|
+
"""
|
|
267
|
+
return pulumi.get(self, "enable_dhcpv6")
|
|
268
|
+
|
|
269
|
+
@property
|
|
270
|
+
@pulumi.getter(name="featureProfileId")
|
|
271
|
+
def feature_profile_id(self) -> str:
|
|
272
|
+
"""
|
|
273
|
+
Feature Profile ID
|
|
274
|
+
"""
|
|
275
|
+
return pulumi.get(self, "feature_profile_id")
|
|
276
|
+
|
|
277
|
+
@property
|
|
278
|
+
@pulumi.getter(name="icmpRedirectDisable")
|
|
279
|
+
def icmp_redirect_disable(self) -> bool:
|
|
280
|
+
"""
|
|
281
|
+
ICMP/ICMPv6 Redirect Disable
|
|
282
|
+
"""
|
|
283
|
+
return pulumi.get(self, "icmp_redirect_disable")
|
|
284
|
+
|
|
285
|
+
@property
|
|
286
|
+
@pulumi.getter(name="icmpRedirectDisableVariable")
|
|
287
|
+
def icmp_redirect_disable_variable(self) -> str:
|
|
288
|
+
"""
|
|
289
|
+
Variable name
|
|
290
|
+
"""
|
|
291
|
+
return pulumi.get(self, "icmp_redirect_disable_variable")
|
|
292
|
+
|
|
293
|
+
@property
|
|
294
|
+
@pulumi.getter
|
|
295
|
+
def id(self) -> str:
|
|
296
|
+
"""
|
|
297
|
+
The id of the Feature
|
|
298
|
+
"""
|
|
299
|
+
return pulumi.get(self, "id")
|
|
300
|
+
|
|
301
|
+
@property
|
|
302
|
+
@pulumi.getter(name="interfaceDescription")
|
|
303
|
+
def interface_description(self) -> str:
|
|
304
|
+
return pulumi.get(self, "interface_description")
|
|
305
|
+
|
|
306
|
+
@property
|
|
307
|
+
@pulumi.getter(name="interfaceDescriptionVariable")
|
|
308
|
+
def interface_description_variable(self) -> str:
|
|
309
|
+
"""
|
|
310
|
+
Variable name
|
|
311
|
+
"""
|
|
312
|
+
return pulumi.get(self, "interface_description_variable")
|
|
313
|
+
|
|
314
|
+
@property
|
|
315
|
+
@pulumi.getter(name="interfaceMtu")
|
|
316
|
+
def interface_mtu(self) -> int:
|
|
317
|
+
"""
|
|
318
|
+
Interface MTU
|
|
319
|
+
"""
|
|
320
|
+
return pulumi.get(self, "interface_mtu")
|
|
321
|
+
|
|
322
|
+
@property
|
|
323
|
+
@pulumi.getter(name="interfaceMtuVariable")
|
|
324
|
+
def interface_mtu_variable(self) -> str:
|
|
325
|
+
"""
|
|
326
|
+
Variable name
|
|
327
|
+
"""
|
|
328
|
+
return pulumi.get(self, "interface_mtu_variable")
|
|
329
|
+
|
|
330
|
+
@property
|
|
331
|
+
@pulumi.getter(name="interfaceName")
|
|
332
|
+
def interface_name(self) -> str:
|
|
333
|
+
return pulumi.get(self, "interface_name")
|
|
334
|
+
|
|
335
|
+
@property
|
|
336
|
+
@pulumi.getter(name="interfaceNameVariable")
|
|
337
|
+
def interface_name_variable(self) -> str:
|
|
338
|
+
"""
|
|
339
|
+
Variable name
|
|
340
|
+
"""
|
|
341
|
+
return pulumi.get(self, "interface_name_variable")
|
|
342
|
+
|
|
343
|
+
@property
|
|
344
|
+
@pulumi.getter(name="ipDirectedBroadcast")
|
|
345
|
+
def ip_directed_broadcast(self) -> bool:
|
|
346
|
+
"""
|
|
347
|
+
IP Directed-Broadcast
|
|
348
|
+
"""
|
|
349
|
+
return pulumi.get(self, "ip_directed_broadcast")
|
|
350
|
+
|
|
351
|
+
@property
|
|
352
|
+
@pulumi.getter(name="ipDirectedBroadcastVariable")
|
|
353
|
+
def ip_directed_broadcast_variable(self) -> str:
|
|
354
|
+
"""
|
|
355
|
+
Variable name
|
|
356
|
+
"""
|
|
357
|
+
return pulumi.get(self, "ip_directed_broadcast_variable")
|
|
358
|
+
|
|
359
|
+
@property
|
|
360
|
+
@pulumi.getter(name="ipMtu")
|
|
361
|
+
def ip_mtu(self) -> int:
|
|
362
|
+
"""
|
|
363
|
+
IP MTU for GigabitEthernet main \\n\\n, GigabitEthernet subinterface \\n\\n, Other Interfaces \\n\\n in bytes
|
|
364
|
+
"""
|
|
365
|
+
return pulumi.get(self, "ip_mtu")
|
|
366
|
+
|
|
367
|
+
@property
|
|
368
|
+
@pulumi.getter(name="ipMtuVariable")
|
|
369
|
+
def ip_mtu_variable(self) -> str:
|
|
370
|
+
"""
|
|
371
|
+
Variable name
|
|
372
|
+
"""
|
|
373
|
+
return pulumi.get(self, "ip_mtu_variable")
|
|
374
|
+
|
|
375
|
+
@property
|
|
376
|
+
@pulumi.getter(name="ipv4Address")
|
|
377
|
+
def ipv4_address(self) -> str:
|
|
378
|
+
"""
|
|
379
|
+
IP Address
|
|
380
|
+
"""
|
|
381
|
+
return pulumi.get(self, "ipv4_address")
|
|
382
|
+
|
|
383
|
+
@property
|
|
384
|
+
@pulumi.getter(name="ipv4AddressVariable")
|
|
385
|
+
def ipv4_address_variable(self) -> str:
|
|
386
|
+
"""
|
|
387
|
+
Variable name
|
|
388
|
+
"""
|
|
389
|
+
return pulumi.get(self, "ipv4_address_variable")
|
|
390
|
+
|
|
391
|
+
@property
|
|
392
|
+
@pulumi.getter(name="ipv4AutoDetectBandwidth")
|
|
393
|
+
def ipv4_auto_detect_bandwidth(self) -> bool:
|
|
394
|
+
"""
|
|
395
|
+
Interface auto detect bandwidth
|
|
396
|
+
"""
|
|
397
|
+
return pulumi.get(self, "ipv4_auto_detect_bandwidth")
|
|
398
|
+
|
|
399
|
+
@property
|
|
400
|
+
@pulumi.getter(name="ipv4AutoDetectBandwidthVariable")
|
|
401
|
+
def ipv4_auto_detect_bandwidth_variable(self) -> str:
|
|
402
|
+
"""
|
|
403
|
+
Variable name
|
|
404
|
+
"""
|
|
405
|
+
return pulumi.get(self, "ipv4_auto_detect_bandwidth_variable")
|
|
406
|
+
|
|
407
|
+
@property
|
|
408
|
+
@pulumi.getter(name="ipv4ConfigurationType")
|
|
409
|
+
def ipv4_configuration_type(self) -> str:
|
|
410
|
+
"""
|
|
411
|
+
IPv4 Configuration Type
|
|
412
|
+
"""
|
|
413
|
+
return pulumi.get(self, "ipv4_configuration_type")
|
|
414
|
+
|
|
415
|
+
@property
|
|
416
|
+
@pulumi.getter(name="ipv4DhcpDistance")
|
|
417
|
+
def ipv4_dhcp_distance(self) -> int:
|
|
418
|
+
"""
|
|
419
|
+
DHCP Distance
|
|
420
|
+
"""
|
|
421
|
+
return pulumi.get(self, "ipv4_dhcp_distance")
|
|
422
|
+
|
|
423
|
+
@property
|
|
424
|
+
@pulumi.getter(name="ipv4DhcpDistanceVariable")
|
|
425
|
+
def ipv4_dhcp_distance_variable(self) -> str:
|
|
426
|
+
"""
|
|
427
|
+
Variable name
|
|
428
|
+
"""
|
|
429
|
+
return pulumi.get(self, "ipv4_dhcp_distance_variable")
|
|
430
|
+
|
|
431
|
+
@property
|
|
432
|
+
@pulumi.getter(name="ipv4DhcpHelperVariable")
|
|
433
|
+
def ipv4_dhcp_helper_variable(self) -> str:
|
|
434
|
+
"""
|
|
435
|
+
Variable name
|
|
436
|
+
"""
|
|
437
|
+
return pulumi.get(self, "ipv4_dhcp_helper_variable")
|
|
438
|
+
|
|
439
|
+
@property
|
|
440
|
+
@pulumi.getter(name="ipv4DhcpHelpers")
|
|
441
|
+
def ipv4_dhcp_helpers(self) -> Sequence[str]:
|
|
442
|
+
"""
|
|
443
|
+
List of DHCP IPv4 helper addresses (min 1, max 8)
|
|
444
|
+
"""
|
|
445
|
+
return pulumi.get(self, "ipv4_dhcp_helpers")
|
|
446
|
+
|
|
447
|
+
@property
|
|
448
|
+
@pulumi.getter(name="ipv4IperfServer")
|
|
449
|
+
def ipv4_iperf_server(self) -> str:
|
|
450
|
+
"""
|
|
451
|
+
Iperf server for auto bandwidth detect
|
|
452
|
+
"""
|
|
453
|
+
return pulumi.get(self, "ipv4_iperf_server")
|
|
454
|
+
|
|
455
|
+
@property
|
|
456
|
+
@pulumi.getter(name="ipv4IperfServerVariable")
|
|
457
|
+
def ipv4_iperf_server_variable(self) -> str:
|
|
458
|
+
"""
|
|
459
|
+
Variable name
|
|
460
|
+
"""
|
|
461
|
+
return pulumi.get(self, "ipv4_iperf_server_variable")
|
|
462
|
+
|
|
463
|
+
@property
|
|
464
|
+
@pulumi.getter(name="ipv4SecondaryAddresses")
|
|
465
|
+
def ipv4_secondary_addresses(self) -> Sequence['outputs.GetTransportManagementVpnInterfaceEthernetFeatureIpv4SecondaryAddressResult']:
|
|
466
|
+
"""
|
|
467
|
+
Secondary IpV4 Addresses
|
|
468
|
+
"""
|
|
469
|
+
return pulumi.get(self, "ipv4_secondary_addresses")
|
|
470
|
+
|
|
471
|
+
@property
|
|
472
|
+
@pulumi.getter(name="ipv4SubnetMask")
|
|
473
|
+
def ipv4_subnet_mask(self) -> str:
|
|
474
|
+
"""
|
|
475
|
+
Subnet Mask
|
|
476
|
+
"""
|
|
477
|
+
return pulumi.get(self, "ipv4_subnet_mask")
|
|
478
|
+
|
|
479
|
+
@property
|
|
480
|
+
@pulumi.getter(name="ipv4SubnetMaskVariable")
|
|
481
|
+
def ipv4_subnet_mask_variable(self) -> str:
|
|
482
|
+
"""
|
|
483
|
+
Variable name
|
|
484
|
+
"""
|
|
485
|
+
return pulumi.get(self, "ipv4_subnet_mask_variable")
|
|
486
|
+
|
|
487
|
+
@property
|
|
488
|
+
@pulumi.getter(name="ipv6Address")
|
|
489
|
+
def ipv6_address(self) -> str:
|
|
490
|
+
"""
|
|
491
|
+
IPv6 Address Secondary
|
|
492
|
+
"""
|
|
493
|
+
return pulumi.get(self, "ipv6_address")
|
|
494
|
+
|
|
495
|
+
@property
|
|
496
|
+
@pulumi.getter(name="ipv6AddressVariable")
|
|
497
|
+
def ipv6_address_variable(self) -> str:
|
|
498
|
+
"""
|
|
499
|
+
Variable name
|
|
500
|
+
"""
|
|
501
|
+
return pulumi.get(self, "ipv6_address_variable")
|
|
502
|
+
|
|
503
|
+
@property
|
|
504
|
+
@pulumi.getter(name="ipv6ConfigurationType")
|
|
505
|
+
def ipv6_configuration_type(self) -> str:
|
|
506
|
+
"""
|
|
507
|
+
IPv6 Configuration Type
|
|
508
|
+
"""
|
|
509
|
+
return pulumi.get(self, "ipv6_configuration_type")
|
|
510
|
+
|
|
511
|
+
@property
|
|
512
|
+
@pulumi.getter(name="loadInterval")
|
|
513
|
+
def load_interval(self) -> int:
|
|
514
|
+
"""
|
|
515
|
+
Interval for interface load calculation
|
|
516
|
+
"""
|
|
517
|
+
return pulumi.get(self, "load_interval")
|
|
518
|
+
|
|
519
|
+
@property
|
|
520
|
+
@pulumi.getter(name="loadIntervalVariable")
|
|
521
|
+
def load_interval_variable(self) -> str:
|
|
522
|
+
"""
|
|
523
|
+
Variable name
|
|
524
|
+
"""
|
|
525
|
+
return pulumi.get(self, "load_interval_variable")
|
|
526
|
+
|
|
527
|
+
@property
|
|
528
|
+
@pulumi.getter(name="macAddress")
|
|
529
|
+
def mac_address(self) -> str:
|
|
530
|
+
"""
|
|
531
|
+
MAC Address
|
|
532
|
+
"""
|
|
533
|
+
return pulumi.get(self, "mac_address")
|
|
534
|
+
|
|
535
|
+
@property
|
|
536
|
+
@pulumi.getter(name="macAddressVariable")
|
|
537
|
+
def mac_address_variable(self) -> str:
|
|
538
|
+
"""
|
|
539
|
+
Variable name
|
|
540
|
+
"""
|
|
541
|
+
return pulumi.get(self, "mac_address_variable")
|
|
542
|
+
|
|
543
|
+
@property
|
|
544
|
+
@pulumi.getter(name="mediaType")
|
|
545
|
+
def media_type(self) -> str:
|
|
546
|
+
"""
|
|
547
|
+
Media type
|
|
548
|
+
"""
|
|
549
|
+
return pulumi.get(self, "media_type")
|
|
550
|
+
|
|
551
|
+
@property
|
|
552
|
+
@pulumi.getter(name="mediaTypeVariable")
|
|
553
|
+
def media_type_variable(self) -> str:
|
|
554
|
+
"""
|
|
555
|
+
Variable name
|
|
556
|
+
"""
|
|
557
|
+
return pulumi.get(self, "media_type_variable")
|
|
558
|
+
|
|
559
|
+
@property
|
|
560
|
+
@pulumi.getter
|
|
561
|
+
def name(self) -> str:
|
|
562
|
+
"""
|
|
563
|
+
The name of the Feature
|
|
564
|
+
"""
|
|
565
|
+
return pulumi.get(self, "name")
|
|
566
|
+
|
|
567
|
+
@property
|
|
568
|
+
@pulumi.getter
|
|
569
|
+
def shutdown(self) -> bool:
|
|
570
|
+
return pulumi.get(self, "shutdown")
|
|
571
|
+
|
|
572
|
+
@property
|
|
573
|
+
@pulumi.getter(name="shutdownVariable")
|
|
574
|
+
def shutdown_variable(self) -> str:
|
|
575
|
+
"""
|
|
576
|
+
Variable name
|
|
577
|
+
"""
|
|
578
|
+
return pulumi.get(self, "shutdown_variable")
|
|
579
|
+
|
|
580
|
+
@property
|
|
581
|
+
@pulumi.getter
|
|
582
|
+
def speed(self) -> str:
|
|
583
|
+
"""
|
|
584
|
+
Set interface speed
|
|
585
|
+
"""
|
|
586
|
+
return pulumi.get(self, "speed")
|
|
587
|
+
|
|
588
|
+
@property
|
|
589
|
+
@pulumi.getter(name="speedVariable")
|
|
590
|
+
def speed_variable(self) -> str:
|
|
591
|
+
"""
|
|
592
|
+
Variable name
|
|
593
|
+
"""
|
|
594
|
+
return pulumi.get(self, "speed_variable")
|
|
595
|
+
|
|
596
|
+
@property
|
|
597
|
+
@pulumi.getter(name="tcpMss")
|
|
598
|
+
def tcp_mss(self) -> int:
|
|
599
|
+
"""
|
|
600
|
+
TCP MSS on SYN packets, in bytes
|
|
601
|
+
"""
|
|
602
|
+
return pulumi.get(self, "tcp_mss")
|
|
603
|
+
|
|
604
|
+
@property
|
|
605
|
+
@pulumi.getter(name="tcpMssVariable")
|
|
606
|
+
def tcp_mss_variable(self) -> str:
|
|
607
|
+
"""
|
|
608
|
+
Variable name
|
|
609
|
+
"""
|
|
610
|
+
return pulumi.get(self, "tcp_mss_variable")
|
|
611
|
+
|
|
612
|
+
@property
|
|
613
|
+
@pulumi.getter(name="transportManagementVpnFeatureId")
|
|
614
|
+
def transport_management_vpn_feature_id(self) -> str:
|
|
615
|
+
"""
|
|
616
|
+
Transport Management VPN Feature ID
|
|
617
|
+
"""
|
|
618
|
+
return pulumi.get(self, "transport_management_vpn_feature_id")
|
|
619
|
+
|
|
620
|
+
@property
|
|
621
|
+
@pulumi.getter
|
|
622
|
+
def version(self) -> int:
|
|
623
|
+
"""
|
|
624
|
+
The version of the Feature
|
|
625
|
+
"""
|
|
626
|
+
return pulumi.get(self, "version")
|
|
627
|
+
|
|
628
|
+
|
|
629
|
+
class AwaitableGetTransportManagementVpnInterfaceEthernetFeatureResult(GetTransportManagementVpnInterfaceEthernetFeatureResult):
|
|
630
|
+
# pylint: disable=using-constant-test
|
|
631
|
+
def __await__(self):
|
|
632
|
+
if False:
|
|
633
|
+
yield self
|
|
634
|
+
return GetTransportManagementVpnInterfaceEthernetFeatureResult(
|
|
635
|
+
arp_entries=self.arp_entries,
|
|
636
|
+
arp_timeout=self.arp_timeout,
|
|
637
|
+
arp_timeout_variable=self.arp_timeout_variable,
|
|
638
|
+
autonegotiate=self.autonegotiate,
|
|
639
|
+
autonegotiate_variable=self.autonegotiate_variable,
|
|
640
|
+
description=self.description,
|
|
641
|
+
duplex=self.duplex,
|
|
642
|
+
duplex_variable=self.duplex_variable,
|
|
643
|
+
enable_dhcpv6=self.enable_dhcpv6,
|
|
644
|
+
feature_profile_id=self.feature_profile_id,
|
|
645
|
+
icmp_redirect_disable=self.icmp_redirect_disable,
|
|
646
|
+
icmp_redirect_disable_variable=self.icmp_redirect_disable_variable,
|
|
647
|
+
id=self.id,
|
|
648
|
+
interface_description=self.interface_description,
|
|
649
|
+
interface_description_variable=self.interface_description_variable,
|
|
650
|
+
interface_mtu=self.interface_mtu,
|
|
651
|
+
interface_mtu_variable=self.interface_mtu_variable,
|
|
652
|
+
interface_name=self.interface_name,
|
|
653
|
+
interface_name_variable=self.interface_name_variable,
|
|
654
|
+
ip_directed_broadcast=self.ip_directed_broadcast,
|
|
655
|
+
ip_directed_broadcast_variable=self.ip_directed_broadcast_variable,
|
|
656
|
+
ip_mtu=self.ip_mtu,
|
|
657
|
+
ip_mtu_variable=self.ip_mtu_variable,
|
|
658
|
+
ipv4_address=self.ipv4_address,
|
|
659
|
+
ipv4_address_variable=self.ipv4_address_variable,
|
|
660
|
+
ipv4_auto_detect_bandwidth=self.ipv4_auto_detect_bandwidth,
|
|
661
|
+
ipv4_auto_detect_bandwidth_variable=self.ipv4_auto_detect_bandwidth_variable,
|
|
662
|
+
ipv4_configuration_type=self.ipv4_configuration_type,
|
|
663
|
+
ipv4_dhcp_distance=self.ipv4_dhcp_distance,
|
|
664
|
+
ipv4_dhcp_distance_variable=self.ipv4_dhcp_distance_variable,
|
|
665
|
+
ipv4_dhcp_helper_variable=self.ipv4_dhcp_helper_variable,
|
|
666
|
+
ipv4_dhcp_helpers=self.ipv4_dhcp_helpers,
|
|
667
|
+
ipv4_iperf_server=self.ipv4_iperf_server,
|
|
668
|
+
ipv4_iperf_server_variable=self.ipv4_iperf_server_variable,
|
|
669
|
+
ipv4_secondary_addresses=self.ipv4_secondary_addresses,
|
|
670
|
+
ipv4_subnet_mask=self.ipv4_subnet_mask,
|
|
671
|
+
ipv4_subnet_mask_variable=self.ipv4_subnet_mask_variable,
|
|
672
|
+
ipv6_address=self.ipv6_address,
|
|
673
|
+
ipv6_address_variable=self.ipv6_address_variable,
|
|
674
|
+
ipv6_configuration_type=self.ipv6_configuration_type,
|
|
675
|
+
load_interval=self.load_interval,
|
|
676
|
+
load_interval_variable=self.load_interval_variable,
|
|
677
|
+
mac_address=self.mac_address,
|
|
678
|
+
mac_address_variable=self.mac_address_variable,
|
|
679
|
+
media_type=self.media_type,
|
|
680
|
+
media_type_variable=self.media_type_variable,
|
|
681
|
+
name=self.name,
|
|
682
|
+
shutdown=self.shutdown,
|
|
683
|
+
shutdown_variable=self.shutdown_variable,
|
|
684
|
+
speed=self.speed,
|
|
685
|
+
speed_variable=self.speed_variable,
|
|
686
|
+
tcp_mss=self.tcp_mss,
|
|
687
|
+
tcp_mss_variable=self.tcp_mss_variable,
|
|
688
|
+
transport_management_vpn_feature_id=self.transport_management_vpn_feature_id,
|
|
689
|
+
version=self.version)
|
|
690
|
+
|
|
691
|
+
|
|
692
|
+
def get_transport_management_vpn_interface_ethernet_feature(feature_profile_id: Optional[str] = None,
|
|
693
|
+
id: Optional[str] = None,
|
|
694
|
+
transport_management_vpn_feature_id: Optional[str] = None,
|
|
695
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetTransportManagementVpnInterfaceEthernetFeatureResult:
|
|
696
|
+
"""
|
|
697
|
+
This data source can read the Transport Management VPN Interface Ethernet Feature.
|
|
698
|
+
|
|
699
|
+
## Example Usage
|
|
700
|
+
|
|
701
|
+
```python
|
|
702
|
+
import pulumi
|
|
703
|
+
import pulumi_sdwan as sdwan
|
|
704
|
+
|
|
705
|
+
example = sdwan.get_transport_management_vpn_interface_ethernet_feature(id="f6b2c44c-693c-4763-b010-895aa3d236bd",
|
|
706
|
+
feature_profile_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
|
|
707
|
+
transport_management_vpn_feature_id="140331f6-5418-4755-a059-13c77eb96037")
|
|
708
|
+
```
|
|
709
|
+
|
|
710
|
+
|
|
711
|
+
:param str feature_profile_id: Feature Profile ID
|
|
712
|
+
:param str id: The id of the Feature
|
|
713
|
+
:param str transport_management_vpn_feature_id: Transport Management VPN Feature ID
|
|
714
|
+
"""
|
|
715
|
+
__args__ = dict()
|
|
716
|
+
__args__['featureProfileId'] = feature_profile_id
|
|
717
|
+
__args__['id'] = id
|
|
718
|
+
__args__['transportManagementVpnFeatureId'] = transport_management_vpn_feature_id
|
|
719
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
720
|
+
__ret__ = pulumi.runtime.invoke('sdwan:index/getTransportManagementVpnInterfaceEthernetFeature:getTransportManagementVpnInterfaceEthernetFeature', __args__, opts=opts, typ=GetTransportManagementVpnInterfaceEthernetFeatureResult).value
|
|
721
|
+
|
|
722
|
+
return AwaitableGetTransportManagementVpnInterfaceEthernetFeatureResult(
|
|
723
|
+
arp_entries=pulumi.get(__ret__, 'arp_entries'),
|
|
724
|
+
arp_timeout=pulumi.get(__ret__, 'arp_timeout'),
|
|
725
|
+
arp_timeout_variable=pulumi.get(__ret__, 'arp_timeout_variable'),
|
|
726
|
+
autonegotiate=pulumi.get(__ret__, 'autonegotiate'),
|
|
727
|
+
autonegotiate_variable=pulumi.get(__ret__, 'autonegotiate_variable'),
|
|
728
|
+
description=pulumi.get(__ret__, 'description'),
|
|
729
|
+
duplex=pulumi.get(__ret__, 'duplex'),
|
|
730
|
+
duplex_variable=pulumi.get(__ret__, 'duplex_variable'),
|
|
731
|
+
enable_dhcpv6=pulumi.get(__ret__, 'enable_dhcpv6'),
|
|
732
|
+
feature_profile_id=pulumi.get(__ret__, 'feature_profile_id'),
|
|
733
|
+
icmp_redirect_disable=pulumi.get(__ret__, 'icmp_redirect_disable'),
|
|
734
|
+
icmp_redirect_disable_variable=pulumi.get(__ret__, 'icmp_redirect_disable_variable'),
|
|
735
|
+
id=pulumi.get(__ret__, 'id'),
|
|
736
|
+
interface_description=pulumi.get(__ret__, 'interface_description'),
|
|
737
|
+
interface_description_variable=pulumi.get(__ret__, 'interface_description_variable'),
|
|
738
|
+
interface_mtu=pulumi.get(__ret__, 'interface_mtu'),
|
|
739
|
+
interface_mtu_variable=pulumi.get(__ret__, 'interface_mtu_variable'),
|
|
740
|
+
interface_name=pulumi.get(__ret__, 'interface_name'),
|
|
741
|
+
interface_name_variable=pulumi.get(__ret__, 'interface_name_variable'),
|
|
742
|
+
ip_directed_broadcast=pulumi.get(__ret__, 'ip_directed_broadcast'),
|
|
743
|
+
ip_directed_broadcast_variable=pulumi.get(__ret__, 'ip_directed_broadcast_variable'),
|
|
744
|
+
ip_mtu=pulumi.get(__ret__, 'ip_mtu'),
|
|
745
|
+
ip_mtu_variable=pulumi.get(__ret__, 'ip_mtu_variable'),
|
|
746
|
+
ipv4_address=pulumi.get(__ret__, 'ipv4_address'),
|
|
747
|
+
ipv4_address_variable=pulumi.get(__ret__, 'ipv4_address_variable'),
|
|
748
|
+
ipv4_auto_detect_bandwidth=pulumi.get(__ret__, 'ipv4_auto_detect_bandwidth'),
|
|
749
|
+
ipv4_auto_detect_bandwidth_variable=pulumi.get(__ret__, 'ipv4_auto_detect_bandwidth_variable'),
|
|
750
|
+
ipv4_configuration_type=pulumi.get(__ret__, 'ipv4_configuration_type'),
|
|
751
|
+
ipv4_dhcp_distance=pulumi.get(__ret__, 'ipv4_dhcp_distance'),
|
|
752
|
+
ipv4_dhcp_distance_variable=pulumi.get(__ret__, 'ipv4_dhcp_distance_variable'),
|
|
753
|
+
ipv4_dhcp_helper_variable=pulumi.get(__ret__, 'ipv4_dhcp_helper_variable'),
|
|
754
|
+
ipv4_dhcp_helpers=pulumi.get(__ret__, 'ipv4_dhcp_helpers'),
|
|
755
|
+
ipv4_iperf_server=pulumi.get(__ret__, 'ipv4_iperf_server'),
|
|
756
|
+
ipv4_iperf_server_variable=pulumi.get(__ret__, 'ipv4_iperf_server_variable'),
|
|
757
|
+
ipv4_secondary_addresses=pulumi.get(__ret__, 'ipv4_secondary_addresses'),
|
|
758
|
+
ipv4_subnet_mask=pulumi.get(__ret__, 'ipv4_subnet_mask'),
|
|
759
|
+
ipv4_subnet_mask_variable=pulumi.get(__ret__, 'ipv4_subnet_mask_variable'),
|
|
760
|
+
ipv6_address=pulumi.get(__ret__, 'ipv6_address'),
|
|
761
|
+
ipv6_address_variable=pulumi.get(__ret__, 'ipv6_address_variable'),
|
|
762
|
+
ipv6_configuration_type=pulumi.get(__ret__, 'ipv6_configuration_type'),
|
|
763
|
+
load_interval=pulumi.get(__ret__, 'load_interval'),
|
|
764
|
+
load_interval_variable=pulumi.get(__ret__, 'load_interval_variable'),
|
|
765
|
+
mac_address=pulumi.get(__ret__, 'mac_address'),
|
|
766
|
+
mac_address_variable=pulumi.get(__ret__, 'mac_address_variable'),
|
|
767
|
+
media_type=pulumi.get(__ret__, 'media_type'),
|
|
768
|
+
media_type_variable=pulumi.get(__ret__, 'media_type_variable'),
|
|
769
|
+
name=pulumi.get(__ret__, 'name'),
|
|
770
|
+
shutdown=pulumi.get(__ret__, 'shutdown'),
|
|
771
|
+
shutdown_variable=pulumi.get(__ret__, 'shutdown_variable'),
|
|
772
|
+
speed=pulumi.get(__ret__, 'speed'),
|
|
773
|
+
speed_variable=pulumi.get(__ret__, 'speed_variable'),
|
|
774
|
+
tcp_mss=pulumi.get(__ret__, 'tcp_mss'),
|
|
775
|
+
tcp_mss_variable=pulumi.get(__ret__, 'tcp_mss_variable'),
|
|
776
|
+
transport_management_vpn_feature_id=pulumi.get(__ret__, 'transport_management_vpn_feature_id'),
|
|
777
|
+
version=pulumi.get(__ret__, 'version'))
|
|
778
|
+
def get_transport_management_vpn_interface_ethernet_feature_output(feature_profile_id: Optional[pulumi.Input[str]] = None,
|
|
779
|
+
id: Optional[pulumi.Input[str]] = None,
|
|
780
|
+
transport_management_vpn_feature_id: Optional[pulumi.Input[str]] = None,
|
|
781
|
+
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetTransportManagementVpnInterfaceEthernetFeatureResult]:
|
|
782
|
+
"""
|
|
783
|
+
This data source can read the Transport Management VPN Interface Ethernet Feature.
|
|
784
|
+
|
|
785
|
+
## Example Usage
|
|
786
|
+
|
|
787
|
+
```python
|
|
788
|
+
import pulumi
|
|
789
|
+
import pulumi_sdwan as sdwan
|
|
790
|
+
|
|
791
|
+
example = sdwan.get_transport_management_vpn_interface_ethernet_feature(id="f6b2c44c-693c-4763-b010-895aa3d236bd",
|
|
792
|
+
feature_profile_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
|
|
793
|
+
transport_management_vpn_feature_id="140331f6-5418-4755-a059-13c77eb96037")
|
|
794
|
+
```
|
|
795
|
+
|
|
796
|
+
|
|
797
|
+
:param str feature_profile_id: Feature Profile ID
|
|
798
|
+
:param str id: The id of the Feature
|
|
799
|
+
:param str transport_management_vpn_feature_id: Transport Management VPN Feature ID
|
|
800
|
+
"""
|
|
801
|
+
__args__ = dict()
|
|
802
|
+
__args__['featureProfileId'] = feature_profile_id
|
|
803
|
+
__args__['id'] = id
|
|
804
|
+
__args__['transportManagementVpnFeatureId'] = transport_management_vpn_feature_id
|
|
805
|
+
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
806
|
+
__ret__ = pulumi.runtime.invoke_output('sdwan:index/getTransportManagementVpnInterfaceEthernetFeature:getTransportManagementVpnInterfaceEthernetFeature', __args__, opts=opts, typ=GetTransportManagementVpnInterfaceEthernetFeatureResult)
|
|
807
|
+
return __ret__.apply(lambda __response__: GetTransportManagementVpnInterfaceEthernetFeatureResult(
|
|
808
|
+
arp_entries=pulumi.get(__response__, 'arp_entries'),
|
|
809
|
+
arp_timeout=pulumi.get(__response__, 'arp_timeout'),
|
|
810
|
+
arp_timeout_variable=pulumi.get(__response__, 'arp_timeout_variable'),
|
|
811
|
+
autonegotiate=pulumi.get(__response__, 'autonegotiate'),
|
|
812
|
+
autonegotiate_variable=pulumi.get(__response__, 'autonegotiate_variable'),
|
|
813
|
+
description=pulumi.get(__response__, 'description'),
|
|
814
|
+
duplex=pulumi.get(__response__, 'duplex'),
|
|
815
|
+
duplex_variable=pulumi.get(__response__, 'duplex_variable'),
|
|
816
|
+
enable_dhcpv6=pulumi.get(__response__, 'enable_dhcpv6'),
|
|
817
|
+
feature_profile_id=pulumi.get(__response__, 'feature_profile_id'),
|
|
818
|
+
icmp_redirect_disable=pulumi.get(__response__, 'icmp_redirect_disable'),
|
|
819
|
+
icmp_redirect_disable_variable=pulumi.get(__response__, 'icmp_redirect_disable_variable'),
|
|
820
|
+
id=pulumi.get(__response__, 'id'),
|
|
821
|
+
interface_description=pulumi.get(__response__, 'interface_description'),
|
|
822
|
+
interface_description_variable=pulumi.get(__response__, 'interface_description_variable'),
|
|
823
|
+
interface_mtu=pulumi.get(__response__, 'interface_mtu'),
|
|
824
|
+
interface_mtu_variable=pulumi.get(__response__, 'interface_mtu_variable'),
|
|
825
|
+
interface_name=pulumi.get(__response__, 'interface_name'),
|
|
826
|
+
interface_name_variable=pulumi.get(__response__, 'interface_name_variable'),
|
|
827
|
+
ip_directed_broadcast=pulumi.get(__response__, 'ip_directed_broadcast'),
|
|
828
|
+
ip_directed_broadcast_variable=pulumi.get(__response__, 'ip_directed_broadcast_variable'),
|
|
829
|
+
ip_mtu=pulumi.get(__response__, 'ip_mtu'),
|
|
830
|
+
ip_mtu_variable=pulumi.get(__response__, 'ip_mtu_variable'),
|
|
831
|
+
ipv4_address=pulumi.get(__response__, 'ipv4_address'),
|
|
832
|
+
ipv4_address_variable=pulumi.get(__response__, 'ipv4_address_variable'),
|
|
833
|
+
ipv4_auto_detect_bandwidth=pulumi.get(__response__, 'ipv4_auto_detect_bandwidth'),
|
|
834
|
+
ipv4_auto_detect_bandwidth_variable=pulumi.get(__response__, 'ipv4_auto_detect_bandwidth_variable'),
|
|
835
|
+
ipv4_configuration_type=pulumi.get(__response__, 'ipv4_configuration_type'),
|
|
836
|
+
ipv4_dhcp_distance=pulumi.get(__response__, 'ipv4_dhcp_distance'),
|
|
837
|
+
ipv4_dhcp_distance_variable=pulumi.get(__response__, 'ipv4_dhcp_distance_variable'),
|
|
838
|
+
ipv4_dhcp_helper_variable=pulumi.get(__response__, 'ipv4_dhcp_helper_variable'),
|
|
839
|
+
ipv4_dhcp_helpers=pulumi.get(__response__, 'ipv4_dhcp_helpers'),
|
|
840
|
+
ipv4_iperf_server=pulumi.get(__response__, 'ipv4_iperf_server'),
|
|
841
|
+
ipv4_iperf_server_variable=pulumi.get(__response__, 'ipv4_iperf_server_variable'),
|
|
842
|
+
ipv4_secondary_addresses=pulumi.get(__response__, 'ipv4_secondary_addresses'),
|
|
843
|
+
ipv4_subnet_mask=pulumi.get(__response__, 'ipv4_subnet_mask'),
|
|
844
|
+
ipv4_subnet_mask_variable=pulumi.get(__response__, 'ipv4_subnet_mask_variable'),
|
|
845
|
+
ipv6_address=pulumi.get(__response__, 'ipv6_address'),
|
|
846
|
+
ipv6_address_variable=pulumi.get(__response__, 'ipv6_address_variable'),
|
|
847
|
+
ipv6_configuration_type=pulumi.get(__response__, 'ipv6_configuration_type'),
|
|
848
|
+
load_interval=pulumi.get(__response__, 'load_interval'),
|
|
849
|
+
load_interval_variable=pulumi.get(__response__, 'load_interval_variable'),
|
|
850
|
+
mac_address=pulumi.get(__response__, 'mac_address'),
|
|
851
|
+
mac_address_variable=pulumi.get(__response__, 'mac_address_variable'),
|
|
852
|
+
media_type=pulumi.get(__response__, 'media_type'),
|
|
853
|
+
media_type_variable=pulumi.get(__response__, 'media_type_variable'),
|
|
854
|
+
name=pulumi.get(__response__, 'name'),
|
|
855
|
+
shutdown=pulumi.get(__response__, 'shutdown'),
|
|
856
|
+
shutdown_variable=pulumi.get(__response__, 'shutdown_variable'),
|
|
857
|
+
speed=pulumi.get(__response__, 'speed'),
|
|
858
|
+
speed_variable=pulumi.get(__response__, 'speed_variable'),
|
|
859
|
+
tcp_mss=pulumi.get(__response__, 'tcp_mss'),
|
|
860
|
+
tcp_mss_variable=pulumi.get(__response__, 'tcp_mss_variable'),
|
|
861
|
+
transport_management_vpn_feature_id=pulumi.get(__response__, 'transport_management_vpn_feature_id'),
|
|
862
|
+
version=pulumi.get(__response__, 'version')))
|