pulumi-sdwan 0.2.0a1726034734__py3-none-any.whl → 0.2.0a1726207515__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 +520 -129
- pulumi_sdwan/_inputs.py +19584 -8750
- pulumi_sdwan/{application_priority_qos_policy_profile_parcel.py → application_priority_qos_policy.py} +52 -52
- pulumi_sdwan/{cli_config_profile_parcel.py → cli_config_feature.py} +36 -36
- pulumi_sdwan/custom_control_topology_policy_definition.py +18 -19
- pulumi_sdwan/dns_security_policy_definition.py +2 -2
- pulumi_sdwan/{get_application_priority_qos_policy_profile_parcel.py → get_application_priority_qos_policy.py} +28 -28
- pulumi_sdwan/{get_cli_config_profile_parcel.py → get_cli_config_feature.py} +23 -23
- pulumi_sdwan/get_device.py +2 -2
- pulumi_sdwan/get_other_feature_profile.py +117 -0
- pulumi_sdwan/get_other_thousandeyes_feature.py +164 -0
- pulumi_sdwan/get_other_ucse_feature.py +327 -0
- pulumi_sdwan/get_policy_object_class_map.py +164 -0
- pulumi_sdwan/get_policy_object_color_list.py +164 -0
- pulumi_sdwan/get_policy_object_data_ipv4_prefix_list.py +164 -0
- pulumi_sdwan/get_policy_object_data_ipv6_prefix_list.py +164 -0
- pulumi_sdwan/get_policy_object_expanded_community_list.py +176 -0
- pulumi_sdwan/get_policy_object_extended_community_list.py +164 -0
- pulumi_sdwan/get_policy_object_feature_profile.py +90 -0
- pulumi_sdwan/get_policy_object_ipv4_prefix_list.py +164 -0
- pulumi_sdwan/get_policy_object_ipv6_prefix_list.py +164 -0
- pulumi_sdwan/get_policy_object_mirror.py +164 -0
- pulumi_sdwan/get_policy_object_policer.py +164 -0
- pulumi_sdwan/get_policy_object_tloc_list.py +164 -0
- pulumi_sdwan/{get_service_lan_vpn_profile_parcel.py → get_service_lan_vpn_feature.py} +47 -47
- pulumi_sdwan/{get_service_lan_vpn_interface_ethernet_profile_parcel.py → get_service_lan_vpn_interface_ethernet_feature.py} +75 -75
- pulumi_sdwan/get_service_lan_vpn_interface_gre_feature.py +528 -0
- pulumi_sdwan/get_service_lan_vpn_interface_ipsec_feature.py +919 -0
- pulumi_sdwan/get_service_lan_vpn_interface_svi_feature.py +613 -0
- pulumi_sdwan/get_service_object_tracker_feature.py +293 -0
- pulumi_sdwan/get_service_object_tracker_group_feature.py +216 -0
- pulumi_sdwan/get_service_route_policy_feature.py +177 -0
- pulumi_sdwan/get_service_routing_bgp_feature.py +795 -0
- pulumi_sdwan/get_service_routing_ospf_feature.py +525 -0
- pulumi_sdwan/get_service_routing_ospfv3_ipv4_feature.py +603 -0
- pulumi_sdwan/get_service_routing_ospfv3_ipv6_feature.py +603 -0
- pulumi_sdwan/get_service_switchport_feature.py +203 -0
- pulumi_sdwan/{get_service_tracker_profile_parcel.py → get_service_tracker_feature.py} +27 -27
- pulumi_sdwan/get_service_tracker_group_feature.py +190 -0
- pulumi_sdwan/{get_system_aaa_profile_parcel.py → get_system_aaa_feature.py} +32 -32
- pulumi_sdwan/{get_system_banner_profile_parcel.py → get_system_banner_feature.py} +27 -27
- pulumi_sdwan/{get_system_basic_profile_parcel.py → get_system_basic_feature.py} +35 -35
- pulumi_sdwan/{get_system_bfd_profile_parcel.py → get_system_bfd_feature.py} +28 -28
- pulumi_sdwan/{get_system_flexible_port_speed_profile_parcel.py → get_system_flexible_port_speed_feature.py} +27 -27
- pulumi_sdwan/{get_system_global_profile_parcel.py → get_system_global_feature.py} +27 -27
- pulumi_sdwan/get_system_ipv4_device_access_feature.py +177 -0
- pulumi_sdwan/get_system_ipv6_device_access_feature.py +177 -0
- pulumi_sdwan/{get_system_logging_profile_parcel.py → get_system_logging_feature.py} +30 -30
- pulumi_sdwan/{get_system_mrf_profile_parcel.py → get_system_mrf_feature.py} +27 -27
- pulumi_sdwan/{get_system_ntp_profile_parcel.py → get_system_ntp_feature.py} +29 -29
- pulumi_sdwan/{get_system_omp_profile_parcel.py → get_system_omp_feature.py} +27 -27
- pulumi_sdwan/{get_system_performance_monitoring_profile_parcel.py → get_system_performance_monitoring_feature.py} +27 -27
- pulumi_sdwan/{get_system_remote_access_profile_parcel.py → get_system_remote_access_feature.py} +76 -122
- pulumi_sdwan/{get_system_security_profile_parcel.py → get_system_security_feature.py} +29 -29
- pulumi_sdwan/{get_system_snmp_profile_parcel.py → get_system_snmp_feature.py} +32 -32
- pulumi_sdwan/get_transport_gps_feature.py +306 -0
- pulumi_sdwan/{get_transport_ipv6_tracker_profile_parcel.py → get_transport_ipv6_tracker_feature.py} +27 -27
- pulumi_sdwan/get_transport_ipv6_tracker_group_feature.py +216 -0
- pulumi_sdwan/{get_transport_management_vpn_profile_parcel.py → get_transport_management_vpn_feature.py} +59 -59
- pulumi_sdwan/{get_transport_management_vpn_interface_ethernet_profile_parcel.py → get_transport_management_vpn_interface_ethernet_feature.py} +69 -69
- pulumi_sdwan/get_transport_route_policy_feature.py +177 -0
- pulumi_sdwan/{get_transport_routing_bgp_profile_parcel.py → get_transport_routing_bgp_feature.py} +36 -36
- pulumi_sdwan/get_transport_routing_ospf_feature.py +525 -0
- pulumi_sdwan/get_transport_routing_ospfv3_ipv4_feature.py +603 -0
- pulumi_sdwan/get_transport_routing_ospfv3_ipv6_feature.py +603 -0
- pulumi_sdwan/get_transport_tracker_feature.py +384 -0
- pulumi_sdwan/get_transport_tracker_group_feature.py +190 -0
- pulumi_sdwan/{get_transport_wan_vpn_profile_parcel.py → get_transport_wan_vpn_feature.py} +32 -32
- pulumi_sdwan/get_transport_wan_vpn_interface_cellular_feature.py +1774 -0
- pulumi_sdwan/{get_transport_wan_vpn_interface_ethernet_profile_parcel.py → get_transport_wan_vpn_interface_ethernet_feature.py} +133 -133
- pulumi_sdwan/get_transport_wan_vpn_interface_gre_feature.py +528 -0
- pulumi_sdwan/get_transport_wan_vpn_interface_ipsec_feature.py +919 -0
- pulumi_sdwan/get_transport_wan_vpn_interface_t1_e1_serial_feature.py +1465 -0
- pulumi_sdwan/get_zone_based_firewall_policy_definition.py +177 -0
- pulumi_sdwan/other_feature_profile.py +227 -0
- pulumi_sdwan/other_thousandeyes_feature.py +331 -0
- pulumi_sdwan/other_ucse_feature.py +948 -0
- pulumi_sdwan/outputs.py +46733 -29015
- pulumi_sdwan/policy_object_class_map.py +362 -0
- pulumi_sdwan/policy_object_color_list.py +362 -0
- pulumi_sdwan/policy_object_data_ipv4_prefix_list.py +332 -0
- pulumi_sdwan/policy_object_data_ipv6_prefix_list.py +332 -0
- pulumi_sdwan/policy_object_expanded_community_list.py +403 -0
- pulumi_sdwan/policy_object_extended_community_list.py +332 -0
- pulumi_sdwan/policy_object_feature_profile.py +227 -0
- pulumi_sdwan/policy_object_ipv4_prefix_list.py +332 -0
- pulumi_sdwan/policy_object_ipv6_prefix_list.py +332 -0
- pulumi_sdwan/policy_object_mirror.py +332 -0
- pulumi_sdwan/policy_object_policer.py +332 -0
- pulumi_sdwan/policy_object_tloc_list.py +332 -0
- pulumi_sdwan/pulumi-plugin.json +1 -1
- pulumi_sdwan/security_policy.py +8 -8
- pulumi_sdwan/{service_lan_vpn_profile_parcel.py → service_lan_vpn_feature.py} +298 -298
- pulumi_sdwan/{service_lan_vpn_interface_ethernet_profile_parcel.py → service_lan_vpn_interface_ethernet_feature.py} +264 -264
- pulumi_sdwan/service_lan_vpn_interface_gre_feature.py +1712 -0
- pulumi_sdwan/service_lan_vpn_interface_ipsec_feature.py +3269 -0
- pulumi_sdwan/service_lan_vpn_interface_svi_feature.py +1960 -0
- pulumi_sdwan/service_object_tracker_feature.py +858 -0
- pulumi_sdwan/service_object_tracker_group_feature.py +519 -0
- pulumi_sdwan/service_route_policy_feature.py +378 -0
- pulumi_sdwan/service_routing_bgp_feature.py +2614 -0
- pulumi_sdwan/service_routing_ospf_feature.py +1634 -0
- pulumi_sdwan/service_routing_ospfv3_ipv4_feature.py +1916 -0
- pulumi_sdwan/service_routing_ospfv3_ipv6_feature.py +1916 -0
- pulumi_sdwan/service_switchport_feature.py +472 -0
- pulumi_sdwan/{service_tracker_profile_parcel.py → service_tracker_feature.py} +57 -58
- pulumi_sdwan/service_tracker_group_feature.py +425 -0
- pulumi_sdwan/{system_aaa_profile_parcel.py → system_aaa_feature.py} +108 -108
- pulumi_sdwan/{system_banner_profile_parcel.py → system_banner_feature.py} +40 -40
- pulumi_sdwan/{system_basic_profile_parcel.py → system_basic_feature.py} +94 -94
- pulumi_sdwan/{system_bfd_profile_parcel.py → system_bfd_feature.py} +52 -52
- pulumi_sdwan/{system_flexible_port_speed_profile_parcel.py → system_flexible_port_speed_feature.py} +40 -40
- pulumi_sdwan/{system_global_profile_parcel.py → system_global_feature.py} +40 -40
- pulumi_sdwan/system_ipv4_device_access_feature.py +378 -0
- pulumi_sdwan/system_ipv6_device_access_feature.py +378 -0
- pulumi_sdwan/{system_logging_profile_parcel.py → system_logging_feature.py} +80 -80
- pulumi_sdwan/{system_mrf_profile_parcel.py → system_mrf_feature.py} +40 -40
- pulumi_sdwan/{system_ntp_profile_parcel.py → system_ntp_feature.py} +66 -66
- pulumi_sdwan/{system_omp_profile_parcel.py → system_omp_feature.py} +40 -40
- pulumi_sdwan/{system_performance_monitoring_profile_parcel.py → system_performance_monitoring_feature.py} +40 -40
- pulumi_sdwan/{system_remote_access_profile_parcel.py → system_remote_access_feature.py} +368 -470
- pulumi_sdwan/{system_security_profile_parcel.py → system_security_feature.py} +66 -66
- pulumi_sdwan/{system_snmp_profile_parcel.py → system_snmp_feature.py} +107 -107
- pulumi_sdwan/transport_gps_feature.py +882 -0
- pulumi_sdwan/{transport_ipv6_tracker_profile_parcel.py → transport_ipv6_tracker_feature.py} +57 -58
- pulumi_sdwan/transport_ipv6_tracker_group_feature.py +520 -0
- pulumi_sdwan/{transport_management_vpn_profile_parcel.py → transport_management_vpn_feature.py} +172 -172
- pulumi_sdwan/{transport_management_vpn_interface_ethernet_profile_parcel.py → transport_management_vpn_interface_ethernet_feature.py} +193 -194
- pulumi_sdwan/transport_route_policy_feature.py +378 -0
- pulumi_sdwan/{transport_routing_bgp_profile_parcel.py → transport_routing_bgp_feature.py} +181 -182
- pulumi_sdwan/transport_routing_ospf_feature.py +1634 -0
- pulumi_sdwan/transport_routing_ospfv3_ipv4_feature.py +1916 -0
- pulumi_sdwan/transport_routing_ospfv3_ipv6_feature.py +1916 -0
- pulumi_sdwan/transport_tracker_feature.py +1170 -0
- pulumi_sdwan/transport_tracker_group_feature.py +425 -0
- pulumi_sdwan/{transport_wan_vpn_profile_parcel.py → transport_wan_vpn_feature.py} +104 -104
- pulumi_sdwan/transport_wan_vpn_interface_cellular_feature.py +6168 -0
- pulumi_sdwan/{transport_wan_vpn_interface_ethernet_profile_parcel.py → transport_wan_vpn_interface_ethernet_feature.py} +483 -483
- pulumi_sdwan/transport_wan_vpn_interface_gre_feature.py +1708 -0
- pulumi_sdwan/transport_wan_vpn_interface_ipsec_feature.py +3259 -0
- pulumi_sdwan/transport_wan_vpn_interface_t1_e1_serial_feature.py +5215 -0
- pulumi_sdwan/zone_based_firewall_policy_definition.py +401 -0
- {pulumi_sdwan-0.2.0a1726034734.dist-info → pulumi_sdwan-0.2.0a1726207515.dist-info}/METADATA +1 -1
- {pulumi_sdwan-0.2.0a1726034734.dist-info → pulumi_sdwan-0.2.0a1726207515.dist-info}/RECORD +146 -67
- pulumi_sdwan/configuration_group_deploy.py +0 -224
- pulumi_sdwan/configuration_group_device_variables.py +0 -293
- pulumi_sdwan/configuration_group_devices.py +0 -236
- pulumi_sdwan/get_configuration_group_device_variables.py +0 -144
- pulumi_sdwan/get_configuration_group_devices.py +0 -118
- {pulumi_sdwan-0.2.0a1726034734.dist-info → pulumi_sdwan-0.2.0a1726207515.dist-info}/WHEEL +0 -0
- {pulumi_sdwan-0.2.0a1726034734.dist-info → pulumi_sdwan-0.2.0a1726207515.dist-info}/top_level.txt +0 -0
|
@@ -11,21 +11,18 @@ from . import _utilities
|
|
|
11
11
|
from . import outputs
|
|
12
12
|
|
|
13
13
|
__all__ = [
|
|
14
|
-
'
|
|
15
|
-
'
|
|
16
|
-
'
|
|
17
|
-
'
|
|
14
|
+
'GetTransportWanVpnInterfaceEthernetFeatureResult',
|
|
15
|
+
'AwaitableGetTransportWanVpnInterfaceEthernetFeatureResult',
|
|
16
|
+
'get_transport_wan_vpn_interface_ethernet_feature',
|
|
17
|
+
'get_transport_wan_vpn_interface_ethernet_feature_output',
|
|
18
18
|
]
|
|
19
19
|
|
|
20
20
|
@pulumi.output_type
|
|
21
|
-
class
|
|
21
|
+
class GetTransportWanVpnInterfaceEthernetFeatureResult:
|
|
22
22
|
"""
|
|
23
|
-
A collection of values returned by
|
|
23
|
+
A collection of values returned by getTransportWanVpnInterfaceEthernetFeature.
|
|
24
24
|
"""
|
|
25
|
-
def __init__(__self__,
|
|
26
|
-
if adaptive_qos and not isinstance(adaptive_qos, bool):
|
|
27
|
-
raise TypeError("Expected argument 'adaptive_qos' to be a bool")
|
|
28
|
-
pulumi.set(__self__, "adaptive_qos", adaptive_qos)
|
|
25
|
+
def __init__(__self__, arp_timeout=None, arp_timeout_variable=None, arps=None, auto_detect_bandwidth=None, auto_detect_bandwidth_variable=None, autonegotiate=None, autonegotiate_variable=None, bandwidth_downstream=None, bandwidth_downstream_variable=None, bandwidth_upstream=None, bandwidth_upstream_variable=None, block_non_source_ip=None, block_non_source_ip_variable=None, description=None, duplex=None, duplex_variable=None, enable_dhcpv6=None, feature_profile_id=None, gre_tunnel_source_ip=None, gre_tunnel_source_ip_variable=None, icmp_redirect_disable=None, icmp_redirect_disable_variable=None, id=None, interface_description=None, interface_description_variable=None, interface_mtu=None, interface_mtu_variable=None, interface_name=None, interface_name_variable=None, ip_directed_broadcast=None, ip_directed_broadcast_variable=None, ip_mtu=None, ip_mtu_variable=None, iperf_server=None, iperf_server_variable=None, ipv4_address=None, ipv4_address_variable=None, ipv4_dhcp_distance=None, ipv4_dhcp_distance_variable=None, ipv4_dhcp_helper_variable=None, ipv4_dhcp_helpers=None, ipv4_secondary_addresses=None, ipv4_subnet_mask=None, ipv4_subnet_mask_variable=None, ipv6_address=None, ipv6_address_variable=None, ipv6_dhcp_secondary_addresses=None, ipv6_secondary_addresses=None, load_interval=None, load_interval_variable=None, mac_address=None, mac_address_variable=None, media_type=None, media_type_variable=None, name=None, nat64=None, nat66=None, nat_ipv4=None, nat_ipv4_variable=None, nat_ipv6=None, nat_ipv6_variable=None, nat_loopback=None, nat_loopback_variable=None, nat_overload=None, nat_overload_variable=None, nat_prefix_length=None, nat_prefix_length_variable=None, nat_range_end=None, nat_range_end_variable=None, nat_range_start=None, nat_range_start_variable=None, nat_tcp_timeout=None, nat_tcp_timeout_variable=None, nat_type=None, nat_type_variable=None, nat_udp_timeout=None, nat_udp_timeout_variable=None, new_static_nats=None, per_tunnel_qos=None, per_tunnel_qos_variable=None, qos_adaptive=None, qos_adaptive_bandwidth_downstream=None, qos_adaptive_bandwidth_upstream=None, qos_adaptive_default_downstream=None, qos_adaptive_default_downstream_variable=None, qos_adaptive_default_upstream=None, qos_adaptive_default_upstream_variable=None, qos_adaptive_max_downstream=None, qos_adaptive_max_downstream_variable=None, qos_adaptive_max_upstream=None, qos_adaptive_max_upstream_variable=None, qos_adaptive_min_downstream=None, qos_adaptive_min_downstream_variable=None, qos_adaptive_min_upstream=None, qos_adaptive_min_upstream_variable=None, qos_adaptive_period=None, qos_adaptive_period_variable=None, qos_shaping_rate=None, qos_shaping_rate_variable=None, service_provider=None, service_provider_variable=None, shutdown=None, shutdown_variable=None, speed=None, speed_variable=None, static_nat66s=None, tcp_mss=None, tcp_mss_variable=None, tloc_extension=None, tloc_extension_variable=None, tracker=None, tracker_variable=None, transport_wan_vpn_feature_id=None, tunnel_bandwidth_percent=None, tunnel_bandwidth_percent_variable=None, tunnel_interface=None, tunnel_interface_allow_all=None, tunnel_interface_allow_all_variable=None, tunnel_interface_allow_bfd=None, tunnel_interface_allow_bfd_variable=None, tunnel_interface_allow_bgp=None, tunnel_interface_allow_bgp_variable=None, tunnel_interface_allow_dhcp=None, tunnel_interface_allow_dhcp_variable=None, tunnel_interface_allow_dns=None, tunnel_interface_allow_dns_variable=None, tunnel_interface_allow_https=None, tunnel_interface_allow_https_variable=None, tunnel_interface_allow_icmp=None, tunnel_interface_allow_icmp_variable=None, tunnel_interface_allow_netconf=None, tunnel_interface_allow_netconf_variable=None, tunnel_interface_allow_ntp=None, tunnel_interface_allow_ntp_variable=None, tunnel_interface_allow_ospf=None, tunnel_interface_allow_ospf_variable=None, tunnel_interface_allow_snmp=None, tunnel_interface_allow_snmp_variable=None, tunnel_interface_allow_ssh=None, tunnel_interface_allow_ssh_variable=None, tunnel_interface_allow_stun=None, tunnel_interface_allow_stun_variable=None, tunnel_interface_bind_loopback_tunnel=None, tunnel_interface_bind_loopback_tunnel_variable=None, tunnel_interface_border=None, tunnel_interface_border_variable=None, tunnel_interface_carrier=None, tunnel_interface_carrier_variable=None, tunnel_interface_clear_dont_fragment=None, tunnel_interface_clear_dont_fragment_variable=None, tunnel_interface_color=None, tunnel_interface_color_restrict=None, tunnel_interface_color_restrict_variable=None, tunnel_interface_color_variable=None, tunnel_interface_cts_sgt_propagation=None, tunnel_interface_cts_sgt_propagation_variable=None, tunnel_interface_encapsulations=None, tunnel_interface_exclude_controller_group_list_variable=None, tunnel_interface_exclude_controller_group_lists=None, tunnel_interface_gre_tunnel_destination_ip=None, tunnel_interface_gre_tunnel_destination_ip_variable=None, tunnel_interface_groups=None, tunnel_interface_groups_variable=None, tunnel_interface_hello_interval=None, tunnel_interface_hello_interval_variable=None, tunnel_interface_hello_tolerance=None, tunnel_interface_hello_tolerance_variable=None, tunnel_interface_last_resort_circuit=None, tunnel_interface_last_resort_circuit_variable=None, tunnel_interface_low_bandwidth_link=None, tunnel_interface_low_bandwidth_link_variable=None, tunnel_interface_max_control_connections=None, tunnel_interface_max_control_connections_variable=None, tunnel_interface_nat_refresh_interval=None, tunnel_interface_nat_refresh_interval_variable=None, tunnel_interface_network_broadcast=None, tunnel_interface_network_broadcast_variable=None, tunnel_interface_port_hop=None, tunnel_interface_port_hop_variable=None, tunnel_interface_tunnel_tcp_mss=None, tunnel_interface_tunnel_tcp_mss_variable=None, tunnel_interface_vbond_as_stun_server=None, tunnel_interface_vbond_as_stun_server_variable=None, tunnel_interface_vmanage_connection_preference=None, tunnel_interface_vmanage_connection_preference_variable=None, tunnel_qos_mode=None, tunnel_qos_mode_variable=None, version=None, xconnect=None, xconnect_variable=None):
|
|
29
26
|
if arp_timeout and not isinstance(arp_timeout, int):
|
|
30
27
|
raise TypeError("Expected argument 'arp_timeout' to be a int")
|
|
31
28
|
pulumi.set(__self__, "arp_timeout", arp_timeout)
|
|
@@ -65,12 +62,6 @@ class GetTransportWanVpnInterfaceEthernetProfileParcelResult:
|
|
|
65
62
|
if block_non_source_ip_variable and not isinstance(block_non_source_ip_variable, str):
|
|
66
63
|
raise TypeError("Expected argument 'block_non_source_ip_variable' to be a str")
|
|
67
64
|
pulumi.set(__self__, "block_non_source_ip_variable", block_non_source_ip_variable)
|
|
68
|
-
if config_description and not isinstance(config_description, str):
|
|
69
|
-
raise TypeError("Expected argument 'config_description' to be a str")
|
|
70
|
-
pulumi.set(__self__, "config_description", config_description)
|
|
71
|
-
if config_description_variable and not isinstance(config_description_variable, str):
|
|
72
|
-
raise TypeError("Expected argument 'config_description_variable' to be a str")
|
|
73
|
-
pulumi.set(__self__, "config_description_variable", config_description_variable)
|
|
74
65
|
if description and not isinstance(description, str):
|
|
75
66
|
raise TypeError("Expected argument 'description' to be a str")
|
|
76
67
|
pulumi.set(__self__, "description", description)
|
|
@@ -101,18 +92,24 @@ class GetTransportWanVpnInterfaceEthernetProfileParcelResult:
|
|
|
101
92
|
if id and not isinstance(id, str):
|
|
102
93
|
raise TypeError("Expected argument 'id' to be a str")
|
|
103
94
|
pulumi.set(__self__, "id", id)
|
|
95
|
+
if interface_description and not isinstance(interface_description, str):
|
|
96
|
+
raise TypeError("Expected argument 'interface_description' to be a str")
|
|
97
|
+
pulumi.set(__self__, "interface_description", interface_description)
|
|
98
|
+
if interface_description_variable and not isinstance(interface_description_variable, str):
|
|
99
|
+
raise TypeError("Expected argument 'interface_description_variable' to be a str")
|
|
100
|
+
pulumi.set(__self__, "interface_description_variable", interface_description_variable)
|
|
101
|
+
if interface_mtu and not isinstance(interface_mtu, int):
|
|
102
|
+
raise TypeError("Expected argument 'interface_mtu' to be a int")
|
|
103
|
+
pulumi.set(__self__, "interface_mtu", interface_mtu)
|
|
104
|
+
if interface_mtu_variable and not isinstance(interface_mtu_variable, str):
|
|
105
|
+
raise TypeError("Expected argument 'interface_mtu_variable' to be a str")
|
|
106
|
+
pulumi.set(__self__, "interface_mtu_variable", interface_mtu_variable)
|
|
104
107
|
if interface_name and not isinstance(interface_name, str):
|
|
105
108
|
raise TypeError("Expected argument 'interface_name' to be a str")
|
|
106
109
|
pulumi.set(__self__, "interface_name", interface_name)
|
|
107
110
|
if interface_name_variable and not isinstance(interface_name_variable, str):
|
|
108
111
|
raise TypeError("Expected argument 'interface_name_variable' to be a str")
|
|
109
112
|
pulumi.set(__self__, "interface_name_variable", interface_name_variable)
|
|
110
|
-
if intrf_mtu and not isinstance(intrf_mtu, int):
|
|
111
|
-
raise TypeError("Expected argument 'intrf_mtu' to be a int")
|
|
112
|
-
pulumi.set(__self__, "intrf_mtu", intrf_mtu)
|
|
113
|
-
if intrf_mtu_variable and not isinstance(intrf_mtu_variable, str):
|
|
114
|
-
raise TypeError("Expected argument 'intrf_mtu_variable' to be a str")
|
|
115
|
-
pulumi.set(__self__, "intrf_mtu_variable", intrf_mtu_variable)
|
|
116
113
|
if ip_directed_broadcast and not isinstance(ip_directed_broadcast, bool):
|
|
117
114
|
raise TypeError("Expected argument 'ip_directed_broadcast' to be a bool")
|
|
118
115
|
pulumi.set(__self__, "ip_directed_broadcast", ip_directed_broadcast)
|
|
@@ -266,6 +263,9 @@ class GetTransportWanVpnInterfaceEthernetProfileParcelResult:
|
|
|
266
263
|
if per_tunnel_qos_variable and not isinstance(per_tunnel_qos_variable, str):
|
|
267
264
|
raise TypeError("Expected argument 'per_tunnel_qos_variable' to be a str")
|
|
268
265
|
pulumi.set(__self__, "per_tunnel_qos_variable", per_tunnel_qos_variable)
|
|
266
|
+
if qos_adaptive and not isinstance(qos_adaptive, bool):
|
|
267
|
+
raise TypeError("Expected argument 'qos_adaptive' to be a bool")
|
|
268
|
+
pulumi.set(__self__, "qos_adaptive", qos_adaptive)
|
|
269
269
|
if qos_adaptive_bandwidth_downstream and not isinstance(qos_adaptive_bandwidth_downstream, bool):
|
|
270
270
|
raise TypeError("Expected argument 'qos_adaptive_bandwidth_downstream' to be a bool")
|
|
271
271
|
pulumi.set(__self__, "qos_adaptive_bandwidth_downstream", qos_adaptive_bandwidth_downstream)
|
|
@@ -359,9 +359,9 @@ class GetTransportWanVpnInterfaceEthernetProfileParcelResult:
|
|
|
359
359
|
if tracker_variable and not isinstance(tracker_variable, str):
|
|
360
360
|
raise TypeError("Expected argument 'tracker_variable' to be a str")
|
|
361
361
|
pulumi.set(__self__, "tracker_variable", tracker_variable)
|
|
362
|
-
if
|
|
363
|
-
raise TypeError("Expected argument '
|
|
364
|
-
pulumi.set(__self__, "
|
|
362
|
+
if transport_wan_vpn_feature_id and not isinstance(transport_wan_vpn_feature_id, str):
|
|
363
|
+
raise TypeError("Expected argument 'transport_wan_vpn_feature_id' to be a str")
|
|
364
|
+
pulumi.set(__self__, "transport_wan_vpn_feature_id", transport_wan_vpn_feature_id)
|
|
365
365
|
if tunnel_bandwidth_percent and not isinstance(tunnel_bandwidth_percent, int):
|
|
366
366
|
raise TypeError("Expected argument 'tunnel_bandwidth_percent' to be a int")
|
|
367
367
|
pulumi.set(__self__, "tunnel_bandwidth_percent", tunnel_bandwidth_percent)
|
|
@@ -389,18 +389,18 @@ class GetTransportWanVpnInterfaceEthernetProfileParcelResult:
|
|
|
389
389
|
if tunnel_interface_allow_bgp_variable and not isinstance(tunnel_interface_allow_bgp_variable, str):
|
|
390
390
|
raise TypeError("Expected argument 'tunnel_interface_allow_bgp_variable' to be a str")
|
|
391
391
|
pulumi.set(__self__, "tunnel_interface_allow_bgp_variable", tunnel_interface_allow_bgp_variable)
|
|
392
|
-
if tunnel_interface_allow_dbs and not isinstance(tunnel_interface_allow_dbs, bool):
|
|
393
|
-
raise TypeError("Expected argument 'tunnel_interface_allow_dbs' to be a bool")
|
|
394
|
-
pulumi.set(__self__, "tunnel_interface_allow_dbs", tunnel_interface_allow_dbs)
|
|
395
|
-
if tunnel_interface_allow_dbs_variable and not isinstance(tunnel_interface_allow_dbs_variable, str):
|
|
396
|
-
raise TypeError("Expected argument 'tunnel_interface_allow_dbs_variable' to be a str")
|
|
397
|
-
pulumi.set(__self__, "tunnel_interface_allow_dbs_variable", tunnel_interface_allow_dbs_variable)
|
|
398
392
|
if tunnel_interface_allow_dhcp and not isinstance(tunnel_interface_allow_dhcp, bool):
|
|
399
393
|
raise TypeError("Expected argument 'tunnel_interface_allow_dhcp' to be a bool")
|
|
400
394
|
pulumi.set(__self__, "tunnel_interface_allow_dhcp", tunnel_interface_allow_dhcp)
|
|
401
395
|
if tunnel_interface_allow_dhcp_variable and not isinstance(tunnel_interface_allow_dhcp_variable, str):
|
|
402
396
|
raise TypeError("Expected argument 'tunnel_interface_allow_dhcp_variable' to be a str")
|
|
403
397
|
pulumi.set(__self__, "tunnel_interface_allow_dhcp_variable", tunnel_interface_allow_dhcp_variable)
|
|
398
|
+
if tunnel_interface_allow_dns and not isinstance(tunnel_interface_allow_dns, bool):
|
|
399
|
+
raise TypeError("Expected argument 'tunnel_interface_allow_dns' to be a bool")
|
|
400
|
+
pulumi.set(__self__, "tunnel_interface_allow_dns", tunnel_interface_allow_dns)
|
|
401
|
+
if tunnel_interface_allow_dns_variable and not isinstance(tunnel_interface_allow_dns_variable, str):
|
|
402
|
+
raise TypeError("Expected argument 'tunnel_interface_allow_dns_variable' to be a str")
|
|
403
|
+
pulumi.set(__self__, "tunnel_interface_allow_dns_variable", tunnel_interface_allow_dns_variable)
|
|
404
404
|
if tunnel_interface_allow_https and not isinstance(tunnel_interface_allow_https, bool):
|
|
405
405
|
raise TypeError("Expected argument 'tunnel_interface_allow_https' to be a bool")
|
|
406
406
|
pulumi.set(__self__, "tunnel_interface_allow_https", tunnel_interface_allow_https)
|
|
@@ -594,14 +594,6 @@ class GetTransportWanVpnInterfaceEthernetProfileParcelResult:
|
|
|
594
594
|
raise TypeError("Expected argument 'xconnect_variable' to be a str")
|
|
595
595
|
pulumi.set(__self__, "xconnect_variable", xconnect_variable)
|
|
596
596
|
|
|
597
|
-
@property
|
|
598
|
-
@pulumi.getter(name="adaptiveQos")
|
|
599
|
-
def adaptive_qos(self) -> bool:
|
|
600
|
-
"""
|
|
601
|
-
Adaptive QoS
|
|
602
|
-
"""
|
|
603
|
-
return pulumi.get(self, "adaptive_qos")
|
|
604
|
-
|
|
605
597
|
@property
|
|
606
598
|
@pulumi.getter(name="arpTimeout")
|
|
607
599
|
def arp_timeout(self) -> int:
|
|
@@ -620,7 +612,7 @@ class GetTransportWanVpnInterfaceEthernetProfileParcelResult:
|
|
|
620
612
|
|
|
621
613
|
@property
|
|
622
614
|
@pulumi.getter
|
|
623
|
-
def arps(self) -> Sequence['outputs.
|
|
615
|
+
def arps(self) -> Sequence['outputs.GetTransportWanVpnInterfaceEthernetFeatureArpResult']:
|
|
624
616
|
"""
|
|
625
617
|
Configure ARP entries
|
|
626
618
|
"""
|
|
@@ -706,24 +698,11 @@ class GetTransportWanVpnInterfaceEthernetProfileParcelResult:
|
|
|
706
698
|
"""
|
|
707
699
|
return pulumi.get(self, "block_non_source_ip_variable")
|
|
708
700
|
|
|
709
|
-
@property
|
|
710
|
-
@pulumi.getter(name="configDescription")
|
|
711
|
-
def config_description(self) -> str:
|
|
712
|
-
return pulumi.get(self, "config_description")
|
|
713
|
-
|
|
714
|
-
@property
|
|
715
|
-
@pulumi.getter(name="configDescriptionVariable")
|
|
716
|
-
def config_description_variable(self) -> str:
|
|
717
|
-
"""
|
|
718
|
-
Variable name
|
|
719
|
-
"""
|
|
720
|
-
return pulumi.get(self, "config_description_variable")
|
|
721
|
-
|
|
722
701
|
@property
|
|
723
702
|
@pulumi.getter
|
|
724
703
|
def description(self) -> str:
|
|
725
704
|
"""
|
|
726
|
-
The description of the
|
|
705
|
+
The description of the Feature
|
|
727
706
|
"""
|
|
728
707
|
return pulumi.get(self, "description")
|
|
729
708
|
|
|
@@ -795,38 +774,51 @@ class GetTransportWanVpnInterfaceEthernetProfileParcelResult:
|
|
|
795
774
|
@pulumi.getter
|
|
796
775
|
def id(self) -> str:
|
|
797
776
|
"""
|
|
798
|
-
The id of the
|
|
777
|
+
The id of the Feature
|
|
799
778
|
"""
|
|
800
779
|
return pulumi.get(self, "id")
|
|
801
780
|
|
|
802
781
|
@property
|
|
803
|
-
@pulumi.getter(name="
|
|
804
|
-
def
|
|
805
|
-
return pulumi.get(self, "
|
|
782
|
+
@pulumi.getter(name="interfaceDescription")
|
|
783
|
+
def interface_description(self) -> str:
|
|
784
|
+
return pulumi.get(self, "interface_description")
|
|
806
785
|
|
|
807
786
|
@property
|
|
808
|
-
@pulumi.getter(name="
|
|
809
|
-
def
|
|
787
|
+
@pulumi.getter(name="interfaceDescriptionVariable")
|
|
788
|
+
def interface_description_variable(self) -> str:
|
|
810
789
|
"""
|
|
811
790
|
Variable name
|
|
812
791
|
"""
|
|
813
|
-
return pulumi.get(self, "
|
|
792
|
+
return pulumi.get(self, "interface_description_variable")
|
|
814
793
|
|
|
815
794
|
@property
|
|
816
|
-
@pulumi.getter(name="
|
|
817
|
-
def
|
|
795
|
+
@pulumi.getter(name="interfaceMtu")
|
|
796
|
+
def interface_mtu(self) -> int:
|
|
818
797
|
"""
|
|
819
798
|
Interface MTU GigabitEthernet0 \\n\\n, Other GigabitEthernet \\n\\n in bytes
|
|
820
799
|
"""
|
|
821
|
-
return pulumi.get(self, "
|
|
800
|
+
return pulumi.get(self, "interface_mtu")
|
|
801
|
+
|
|
802
|
+
@property
|
|
803
|
+
@pulumi.getter(name="interfaceMtuVariable")
|
|
804
|
+
def interface_mtu_variable(self) -> str:
|
|
805
|
+
"""
|
|
806
|
+
Variable name
|
|
807
|
+
"""
|
|
808
|
+
return pulumi.get(self, "interface_mtu_variable")
|
|
809
|
+
|
|
810
|
+
@property
|
|
811
|
+
@pulumi.getter(name="interfaceName")
|
|
812
|
+
def interface_name(self) -> str:
|
|
813
|
+
return pulumi.get(self, "interface_name")
|
|
822
814
|
|
|
823
815
|
@property
|
|
824
|
-
@pulumi.getter(name="
|
|
825
|
-
def
|
|
816
|
+
@pulumi.getter(name="interfaceNameVariable")
|
|
817
|
+
def interface_name_variable(self) -> str:
|
|
826
818
|
"""
|
|
827
819
|
Variable name
|
|
828
820
|
"""
|
|
829
|
-
return pulumi.get(self, "
|
|
821
|
+
return pulumi.get(self, "interface_name_variable")
|
|
830
822
|
|
|
831
823
|
@property
|
|
832
824
|
@pulumi.getter(name="ipDirectedBroadcast")
|
|
@@ -926,7 +918,7 @@ class GetTransportWanVpnInterfaceEthernetProfileParcelResult:
|
|
|
926
918
|
|
|
927
919
|
@property
|
|
928
920
|
@pulumi.getter(name="ipv4SecondaryAddresses")
|
|
929
|
-
def ipv4_secondary_addresses(self) -> Sequence['outputs.
|
|
921
|
+
def ipv4_secondary_addresses(self) -> Sequence['outputs.GetTransportWanVpnInterfaceEthernetFeatureIpv4SecondaryAddressResult']:
|
|
930
922
|
"""
|
|
931
923
|
Secondary IpV4 Addresses
|
|
932
924
|
"""
|
|
@@ -966,7 +958,7 @@ class GetTransportWanVpnInterfaceEthernetProfileParcelResult:
|
|
|
966
958
|
|
|
967
959
|
@property
|
|
968
960
|
@pulumi.getter(name="ipv6DhcpSecondaryAddresses")
|
|
969
|
-
def ipv6_dhcp_secondary_addresses(self) -> Sequence['outputs.
|
|
961
|
+
def ipv6_dhcp_secondary_addresses(self) -> Sequence['outputs.GetTransportWanVpnInterfaceEthernetFeatureIpv6DhcpSecondaryAddressResult']:
|
|
970
962
|
"""
|
|
971
963
|
secondary IPv6 addresses
|
|
972
964
|
"""
|
|
@@ -974,7 +966,7 @@ class GetTransportWanVpnInterfaceEthernetProfileParcelResult:
|
|
|
974
966
|
|
|
975
967
|
@property
|
|
976
968
|
@pulumi.getter(name="ipv6SecondaryAddresses")
|
|
977
|
-
def ipv6_secondary_addresses(self) -> Sequence['outputs.
|
|
969
|
+
def ipv6_secondary_addresses(self) -> Sequence['outputs.GetTransportWanVpnInterfaceEthernetFeatureIpv6SecondaryAddressResult']:
|
|
978
970
|
"""
|
|
979
971
|
Static secondary IPv6 addresses
|
|
980
972
|
"""
|
|
@@ -1032,7 +1024,7 @@ class GetTransportWanVpnInterfaceEthernetProfileParcelResult:
|
|
|
1032
1024
|
@pulumi.getter
|
|
1033
1025
|
def name(self) -> str:
|
|
1034
1026
|
"""
|
|
1035
|
-
The name of the
|
|
1027
|
+
The name of the Feature
|
|
1036
1028
|
"""
|
|
1037
1029
|
return pulumi.get(self, "name")
|
|
1038
1030
|
|
|
@@ -1214,7 +1206,7 @@ class GetTransportWanVpnInterfaceEthernetProfileParcelResult:
|
|
|
1214
1206
|
|
|
1215
1207
|
@property
|
|
1216
1208
|
@pulumi.getter(name="newStaticNats")
|
|
1217
|
-
def new_static_nats(self) -> Sequence['outputs.
|
|
1209
|
+
def new_static_nats(self) -> Sequence['outputs.GetTransportWanVpnInterfaceEthernetFeatureNewStaticNatResult']:
|
|
1218
1210
|
"""
|
|
1219
1211
|
static NAT
|
|
1220
1212
|
"""
|
|
@@ -1236,6 +1228,14 @@ class GetTransportWanVpnInterfaceEthernetProfileParcelResult:
|
|
|
1236
1228
|
"""
|
|
1237
1229
|
return pulumi.get(self, "per_tunnel_qos_variable")
|
|
1238
1230
|
|
|
1231
|
+
@property
|
|
1232
|
+
@pulumi.getter(name="qosAdaptive")
|
|
1233
|
+
def qos_adaptive(self) -> bool:
|
|
1234
|
+
"""
|
|
1235
|
+
Adaptive QoS
|
|
1236
|
+
"""
|
|
1237
|
+
return pulumi.get(self, "qos_adaptive")
|
|
1238
|
+
|
|
1239
1239
|
@property
|
|
1240
1240
|
@pulumi.getter(name="qosAdaptiveBandwidthDownstream")
|
|
1241
1241
|
def qos_adaptive_bandwidth_downstream(self) -> bool:
|
|
@@ -1427,7 +1427,7 @@ class GetTransportWanVpnInterfaceEthernetProfileParcelResult:
|
|
|
1427
1427
|
|
|
1428
1428
|
@property
|
|
1429
1429
|
@pulumi.getter(name="staticNat66s")
|
|
1430
|
-
def static_nat66s(self) -> Sequence['outputs.
|
|
1430
|
+
def static_nat66s(self) -> Sequence['outputs.GetTransportWanVpnInterfaceEthernetFeatureStaticNat66Result']:
|
|
1431
1431
|
"""
|
|
1432
1432
|
static NAT66
|
|
1433
1433
|
"""
|
|
@@ -1482,12 +1482,12 @@ class GetTransportWanVpnInterfaceEthernetProfileParcelResult:
|
|
|
1482
1482
|
return pulumi.get(self, "tracker_variable")
|
|
1483
1483
|
|
|
1484
1484
|
@property
|
|
1485
|
-
@pulumi.getter(name="
|
|
1486
|
-
def
|
|
1485
|
+
@pulumi.getter(name="transportWanVpnFeatureId")
|
|
1486
|
+
def transport_wan_vpn_feature_id(self) -> str:
|
|
1487
1487
|
"""
|
|
1488
|
-
Transport WAN VPN
|
|
1488
|
+
Transport WAN VPN Feature ID
|
|
1489
1489
|
"""
|
|
1490
|
-
return pulumi.get(self, "
|
|
1490
|
+
return pulumi.get(self, "transport_wan_vpn_feature_id")
|
|
1491
1491
|
|
|
1492
1492
|
@property
|
|
1493
1493
|
@pulumi.getter(name="tunnelBandwidthPercent")
|
|
@@ -1562,36 +1562,36 @@ class GetTransportWanVpnInterfaceEthernetProfileParcelResult:
|
|
|
1562
1562
|
return pulumi.get(self, "tunnel_interface_allow_bgp_variable")
|
|
1563
1563
|
|
|
1564
1564
|
@property
|
|
1565
|
-
@pulumi.getter(name="
|
|
1566
|
-
def
|
|
1565
|
+
@pulumi.getter(name="tunnelInterfaceAllowDhcp")
|
|
1566
|
+
def tunnel_interface_allow_dhcp(self) -> bool:
|
|
1567
1567
|
"""
|
|
1568
|
-
Allow/Deny
|
|
1568
|
+
Allow/Deny DHCP
|
|
1569
1569
|
"""
|
|
1570
|
-
return pulumi.get(self, "
|
|
1570
|
+
return pulumi.get(self, "tunnel_interface_allow_dhcp")
|
|
1571
1571
|
|
|
1572
1572
|
@property
|
|
1573
|
-
@pulumi.getter(name="
|
|
1574
|
-
def
|
|
1573
|
+
@pulumi.getter(name="tunnelInterfaceAllowDhcpVariable")
|
|
1574
|
+
def tunnel_interface_allow_dhcp_variable(self) -> str:
|
|
1575
1575
|
"""
|
|
1576
1576
|
Variable name
|
|
1577
1577
|
"""
|
|
1578
|
-
return pulumi.get(self, "
|
|
1578
|
+
return pulumi.get(self, "tunnel_interface_allow_dhcp_variable")
|
|
1579
1579
|
|
|
1580
1580
|
@property
|
|
1581
|
-
@pulumi.getter(name="
|
|
1582
|
-
def
|
|
1581
|
+
@pulumi.getter(name="tunnelInterfaceAllowDns")
|
|
1582
|
+
def tunnel_interface_allow_dns(self) -> bool:
|
|
1583
1583
|
"""
|
|
1584
|
-
Allow/Deny
|
|
1584
|
+
Allow/Deny DNS
|
|
1585
1585
|
"""
|
|
1586
|
-
return pulumi.get(self, "
|
|
1586
|
+
return pulumi.get(self, "tunnel_interface_allow_dns")
|
|
1587
1587
|
|
|
1588
1588
|
@property
|
|
1589
|
-
@pulumi.getter(name="
|
|
1590
|
-
def
|
|
1589
|
+
@pulumi.getter(name="tunnelInterfaceAllowDnsVariable")
|
|
1590
|
+
def tunnel_interface_allow_dns_variable(self) -> str:
|
|
1591
1591
|
"""
|
|
1592
1592
|
Variable name
|
|
1593
1593
|
"""
|
|
1594
|
-
return pulumi.get(self, "
|
|
1594
|
+
return pulumi.get(self, "tunnel_interface_allow_dns_variable")
|
|
1595
1595
|
|
|
1596
1596
|
@property
|
|
1597
1597
|
@pulumi.getter(name="tunnelInterfaceAllowHttps")
|
|
@@ -1835,7 +1835,7 @@ class GetTransportWanVpnInterfaceEthernetProfileParcelResult:
|
|
|
1835
1835
|
|
|
1836
1836
|
@property
|
|
1837
1837
|
@pulumi.getter(name="tunnelInterfaceEncapsulations")
|
|
1838
|
-
def tunnel_interface_encapsulations(self) -> Sequence['outputs.
|
|
1838
|
+
def tunnel_interface_encapsulations(self) -> Sequence['outputs.GetTransportWanVpnInterfaceEthernetFeatureTunnelInterfaceEncapsulationResult']:
|
|
1839
1839
|
"""
|
|
1840
1840
|
Encapsulation for TLOC
|
|
1841
1841
|
"""
|
|
@@ -2085,7 +2085,7 @@ class GetTransportWanVpnInterfaceEthernetProfileParcelResult:
|
|
|
2085
2085
|
@pulumi.getter
|
|
2086
2086
|
def version(self) -> int:
|
|
2087
2087
|
"""
|
|
2088
|
-
The version of the
|
|
2088
|
+
The version of the Feature
|
|
2089
2089
|
"""
|
|
2090
2090
|
return pulumi.get(self, "version")
|
|
2091
2091
|
|
|
@@ -2106,13 +2106,12 @@ class GetTransportWanVpnInterfaceEthernetProfileParcelResult:
|
|
|
2106
2106
|
return pulumi.get(self, "xconnect_variable")
|
|
2107
2107
|
|
|
2108
2108
|
|
|
2109
|
-
class
|
|
2109
|
+
class AwaitableGetTransportWanVpnInterfaceEthernetFeatureResult(GetTransportWanVpnInterfaceEthernetFeatureResult):
|
|
2110
2110
|
# pylint: disable=using-constant-test
|
|
2111
2111
|
def __await__(self):
|
|
2112
2112
|
if False:
|
|
2113
2113
|
yield self
|
|
2114
|
-
return
|
|
2115
|
-
adaptive_qos=self.adaptive_qos,
|
|
2114
|
+
return GetTransportWanVpnInterfaceEthernetFeatureResult(
|
|
2116
2115
|
arp_timeout=self.arp_timeout,
|
|
2117
2116
|
arp_timeout_variable=self.arp_timeout_variable,
|
|
2118
2117
|
arps=self.arps,
|
|
@@ -2126,8 +2125,6 @@ class AwaitableGetTransportWanVpnInterfaceEthernetProfileParcelResult(GetTranspo
|
|
|
2126
2125
|
bandwidth_upstream_variable=self.bandwidth_upstream_variable,
|
|
2127
2126
|
block_non_source_ip=self.block_non_source_ip,
|
|
2128
2127
|
block_non_source_ip_variable=self.block_non_source_ip_variable,
|
|
2129
|
-
config_description=self.config_description,
|
|
2130
|
-
config_description_variable=self.config_description_variable,
|
|
2131
2128
|
description=self.description,
|
|
2132
2129
|
duplex=self.duplex,
|
|
2133
2130
|
duplex_variable=self.duplex_variable,
|
|
@@ -2138,10 +2135,12 @@ class AwaitableGetTransportWanVpnInterfaceEthernetProfileParcelResult(GetTranspo
|
|
|
2138
2135
|
icmp_redirect_disable=self.icmp_redirect_disable,
|
|
2139
2136
|
icmp_redirect_disable_variable=self.icmp_redirect_disable_variable,
|
|
2140
2137
|
id=self.id,
|
|
2138
|
+
interface_description=self.interface_description,
|
|
2139
|
+
interface_description_variable=self.interface_description_variable,
|
|
2140
|
+
interface_mtu=self.interface_mtu,
|
|
2141
|
+
interface_mtu_variable=self.interface_mtu_variable,
|
|
2141
2142
|
interface_name=self.interface_name,
|
|
2142
2143
|
interface_name_variable=self.interface_name_variable,
|
|
2143
|
-
intrf_mtu=self.intrf_mtu,
|
|
2144
|
-
intrf_mtu_variable=self.intrf_mtu_variable,
|
|
2145
2144
|
ip_directed_broadcast=self.ip_directed_broadcast,
|
|
2146
2145
|
ip_directed_broadcast_variable=self.ip_directed_broadcast_variable,
|
|
2147
2146
|
ip_mtu=self.ip_mtu,
|
|
@@ -2193,6 +2192,7 @@ class AwaitableGetTransportWanVpnInterfaceEthernetProfileParcelResult(GetTranspo
|
|
|
2193
2192
|
new_static_nats=self.new_static_nats,
|
|
2194
2193
|
per_tunnel_qos=self.per_tunnel_qos,
|
|
2195
2194
|
per_tunnel_qos_variable=self.per_tunnel_qos_variable,
|
|
2195
|
+
qos_adaptive=self.qos_adaptive,
|
|
2196
2196
|
qos_adaptive_bandwidth_downstream=self.qos_adaptive_bandwidth_downstream,
|
|
2197
2197
|
qos_adaptive_bandwidth_upstream=self.qos_adaptive_bandwidth_upstream,
|
|
2198
2198
|
qos_adaptive_default_downstream=self.qos_adaptive_default_downstream,
|
|
@@ -2224,7 +2224,7 @@ class AwaitableGetTransportWanVpnInterfaceEthernetProfileParcelResult(GetTranspo
|
|
|
2224
2224
|
tloc_extension_variable=self.tloc_extension_variable,
|
|
2225
2225
|
tracker=self.tracker,
|
|
2226
2226
|
tracker_variable=self.tracker_variable,
|
|
2227
|
-
|
|
2227
|
+
transport_wan_vpn_feature_id=self.transport_wan_vpn_feature_id,
|
|
2228
2228
|
tunnel_bandwidth_percent=self.tunnel_bandwidth_percent,
|
|
2229
2229
|
tunnel_bandwidth_percent_variable=self.tunnel_bandwidth_percent_variable,
|
|
2230
2230
|
tunnel_interface=self.tunnel_interface,
|
|
@@ -2234,10 +2234,10 @@ class AwaitableGetTransportWanVpnInterfaceEthernetProfileParcelResult(GetTranspo
|
|
|
2234
2234
|
tunnel_interface_allow_bfd_variable=self.tunnel_interface_allow_bfd_variable,
|
|
2235
2235
|
tunnel_interface_allow_bgp=self.tunnel_interface_allow_bgp,
|
|
2236
2236
|
tunnel_interface_allow_bgp_variable=self.tunnel_interface_allow_bgp_variable,
|
|
2237
|
-
tunnel_interface_allow_dbs=self.tunnel_interface_allow_dbs,
|
|
2238
|
-
tunnel_interface_allow_dbs_variable=self.tunnel_interface_allow_dbs_variable,
|
|
2239
2237
|
tunnel_interface_allow_dhcp=self.tunnel_interface_allow_dhcp,
|
|
2240
2238
|
tunnel_interface_allow_dhcp_variable=self.tunnel_interface_allow_dhcp_variable,
|
|
2239
|
+
tunnel_interface_allow_dns=self.tunnel_interface_allow_dns,
|
|
2240
|
+
tunnel_interface_allow_dns_variable=self.tunnel_interface_allow_dns_variable,
|
|
2241
2241
|
tunnel_interface_allow_https=self.tunnel_interface_allow_https,
|
|
2242
2242
|
tunnel_interface_allow_https_variable=self.tunnel_interface_allow_https_variable,
|
|
2243
2243
|
tunnel_interface_allow_icmp=self.tunnel_interface_allow_icmp,
|
|
@@ -2304,12 +2304,12 @@ class AwaitableGetTransportWanVpnInterfaceEthernetProfileParcelResult(GetTranspo
|
|
|
2304
2304
|
xconnect_variable=self.xconnect_variable)
|
|
2305
2305
|
|
|
2306
2306
|
|
|
2307
|
-
def
|
|
2308
|
-
|
|
2309
|
-
|
|
2310
|
-
|
|
2307
|
+
def get_transport_wan_vpn_interface_ethernet_feature(feature_profile_id: Optional[str] = None,
|
|
2308
|
+
id: Optional[str] = None,
|
|
2309
|
+
transport_wan_vpn_feature_id: Optional[str] = None,
|
|
2310
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetTransportWanVpnInterfaceEthernetFeatureResult:
|
|
2311
2311
|
"""
|
|
2312
|
-
This data source can read the Transport WAN VPN Interface Ethernet
|
|
2312
|
+
This data source can read the Transport WAN VPN Interface Ethernet Feature.
|
|
2313
2313
|
|
|
2314
2314
|
## Example Usage
|
|
2315
2315
|
|
|
@@ -2317,25 +2317,24 @@ def get_transport_wan_vpn_interface_ethernet_profile_parcel(feature_profile_id:
|
|
|
2317
2317
|
import pulumi
|
|
2318
2318
|
import pulumi_sdwan as sdwan
|
|
2319
2319
|
|
|
2320
|
-
example = sdwan.
|
|
2320
|
+
example = sdwan.get_transport_wan_vpn_interface_ethernet_feature(id="f6b2c44c-693c-4763-b010-895aa3d236bd",
|
|
2321
2321
|
feature_profile_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
|
|
2322
|
-
|
|
2322
|
+
transport_wan_vpn_feature_id="140331f6-5418-4755-a059-13c77eb96037")
|
|
2323
2323
|
```
|
|
2324
2324
|
|
|
2325
2325
|
|
|
2326
2326
|
:param str feature_profile_id: Feature Profile ID
|
|
2327
|
-
:param str id: The id of the
|
|
2328
|
-
:param str
|
|
2327
|
+
:param str id: The id of the Feature
|
|
2328
|
+
:param str transport_wan_vpn_feature_id: Transport WAN VPN Feature ID
|
|
2329
2329
|
"""
|
|
2330
2330
|
__args__ = dict()
|
|
2331
2331
|
__args__['featureProfileId'] = feature_profile_id
|
|
2332
2332
|
__args__['id'] = id
|
|
2333
|
-
__args__['
|
|
2333
|
+
__args__['transportWanVpnFeatureId'] = transport_wan_vpn_feature_id
|
|
2334
2334
|
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
2335
|
-
__ret__ = pulumi.runtime.invoke('sdwan:index/
|
|
2335
|
+
__ret__ = pulumi.runtime.invoke('sdwan:index/getTransportWanVpnInterfaceEthernetFeature:getTransportWanVpnInterfaceEthernetFeature', __args__, opts=opts, typ=GetTransportWanVpnInterfaceEthernetFeatureResult).value
|
|
2336
2336
|
|
|
2337
|
-
return
|
|
2338
|
-
adaptive_qos=pulumi.get(__ret__, 'adaptive_qos'),
|
|
2337
|
+
return AwaitableGetTransportWanVpnInterfaceEthernetFeatureResult(
|
|
2339
2338
|
arp_timeout=pulumi.get(__ret__, 'arp_timeout'),
|
|
2340
2339
|
arp_timeout_variable=pulumi.get(__ret__, 'arp_timeout_variable'),
|
|
2341
2340
|
arps=pulumi.get(__ret__, 'arps'),
|
|
@@ -2349,8 +2348,6 @@ def get_transport_wan_vpn_interface_ethernet_profile_parcel(feature_profile_id:
|
|
|
2349
2348
|
bandwidth_upstream_variable=pulumi.get(__ret__, 'bandwidth_upstream_variable'),
|
|
2350
2349
|
block_non_source_ip=pulumi.get(__ret__, 'block_non_source_ip'),
|
|
2351
2350
|
block_non_source_ip_variable=pulumi.get(__ret__, 'block_non_source_ip_variable'),
|
|
2352
|
-
config_description=pulumi.get(__ret__, 'config_description'),
|
|
2353
|
-
config_description_variable=pulumi.get(__ret__, 'config_description_variable'),
|
|
2354
2351
|
description=pulumi.get(__ret__, 'description'),
|
|
2355
2352
|
duplex=pulumi.get(__ret__, 'duplex'),
|
|
2356
2353
|
duplex_variable=pulumi.get(__ret__, 'duplex_variable'),
|
|
@@ -2361,10 +2358,12 @@ def get_transport_wan_vpn_interface_ethernet_profile_parcel(feature_profile_id:
|
|
|
2361
2358
|
icmp_redirect_disable=pulumi.get(__ret__, 'icmp_redirect_disable'),
|
|
2362
2359
|
icmp_redirect_disable_variable=pulumi.get(__ret__, 'icmp_redirect_disable_variable'),
|
|
2363
2360
|
id=pulumi.get(__ret__, 'id'),
|
|
2361
|
+
interface_description=pulumi.get(__ret__, 'interface_description'),
|
|
2362
|
+
interface_description_variable=pulumi.get(__ret__, 'interface_description_variable'),
|
|
2363
|
+
interface_mtu=pulumi.get(__ret__, 'interface_mtu'),
|
|
2364
|
+
interface_mtu_variable=pulumi.get(__ret__, 'interface_mtu_variable'),
|
|
2364
2365
|
interface_name=pulumi.get(__ret__, 'interface_name'),
|
|
2365
2366
|
interface_name_variable=pulumi.get(__ret__, 'interface_name_variable'),
|
|
2366
|
-
intrf_mtu=pulumi.get(__ret__, 'intrf_mtu'),
|
|
2367
|
-
intrf_mtu_variable=pulumi.get(__ret__, 'intrf_mtu_variable'),
|
|
2368
2367
|
ip_directed_broadcast=pulumi.get(__ret__, 'ip_directed_broadcast'),
|
|
2369
2368
|
ip_directed_broadcast_variable=pulumi.get(__ret__, 'ip_directed_broadcast_variable'),
|
|
2370
2369
|
ip_mtu=pulumi.get(__ret__, 'ip_mtu'),
|
|
@@ -2416,6 +2415,7 @@ def get_transport_wan_vpn_interface_ethernet_profile_parcel(feature_profile_id:
|
|
|
2416
2415
|
new_static_nats=pulumi.get(__ret__, 'new_static_nats'),
|
|
2417
2416
|
per_tunnel_qos=pulumi.get(__ret__, 'per_tunnel_qos'),
|
|
2418
2417
|
per_tunnel_qos_variable=pulumi.get(__ret__, 'per_tunnel_qos_variable'),
|
|
2418
|
+
qos_adaptive=pulumi.get(__ret__, 'qos_adaptive'),
|
|
2419
2419
|
qos_adaptive_bandwidth_downstream=pulumi.get(__ret__, 'qos_adaptive_bandwidth_downstream'),
|
|
2420
2420
|
qos_adaptive_bandwidth_upstream=pulumi.get(__ret__, 'qos_adaptive_bandwidth_upstream'),
|
|
2421
2421
|
qos_adaptive_default_downstream=pulumi.get(__ret__, 'qos_adaptive_default_downstream'),
|
|
@@ -2447,7 +2447,7 @@ def get_transport_wan_vpn_interface_ethernet_profile_parcel(feature_profile_id:
|
|
|
2447
2447
|
tloc_extension_variable=pulumi.get(__ret__, 'tloc_extension_variable'),
|
|
2448
2448
|
tracker=pulumi.get(__ret__, 'tracker'),
|
|
2449
2449
|
tracker_variable=pulumi.get(__ret__, 'tracker_variable'),
|
|
2450
|
-
|
|
2450
|
+
transport_wan_vpn_feature_id=pulumi.get(__ret__, 'transport_wan_vpn_feature_id'),
|
|
2451
2451
|
tunnel_bandwidth_percent=pulumi.get(__ret__, 'tunnel_bandwidth_percent'),
|
|
2452
2452
|
tunnel_bandwidth_percent_variable=pulumi.get(__ret__, 'tunnel_bandwidth_percent_variable'),
|
|
2453
2453
|
tunnel_interface=pulumi.get(__ret__, 'tunnel_interface'),
|
|
@@ -2457,10 +2457,10 @@ def get_transport_wan_vpn_interface_ethernet_profile_parcel(feature_profile_id:
|
|
|
2457
2457
|
tunnel_interface_allow_bfd_variable=pulumi.get(__ret__, 'tunnel_interface_allow_bfd_variable'),
|
|
2458
2458
|
tunnel_interface_allow_bgp=pulumi.get(__ret__, 'tunnel_interface_allow_bgp'),
|
|
2459
2459
|
tunnel_interface_allow_bgp_variable=pulumi.get(__ret__, 'tunnel_interface_allow_bgp_variable'),
|
|
2460
|
-
tunnel_interface_allow_dbs=pulumi.get(__ret__, 'tunnel_interface_allow_dbs'),
|
|
2461
|
-
tunnel_interface_allow_dbs_variable=pulumi.get(__ret__, 'tunnel_interface_allow_dbs_variable'),
|
|
2462
2460
|
tunnel_interface_allow_dhcp=pulumi.get(__ret__, 'tunnel_interface_allow_dhcp'),
|
|
2463
2461
|
tunnel_interface_allow_dhcp_variable=pulumi.get(__ret__, 'tunnel_interface_allow_dhcp_variable'),
|
|
2462
|
+
tunnel_interface_allow_dns=pulumi.get(__ret__, 'tunnel_interface_allow_dns'),
|
|
2463
|
+
tunnel_interface_allow_dns_variable=pulumi.get(__ret__, 'tunnel_interface_allow_dns_variable'),
|
|
2464
2464
|
tunnel_interface_allow_https=pulumi.get(__ret__, 'tunnel_interface_allow_https'),
|
|
2465
2465
|
tunnel_interface_allow_https_variable=pulumi.get(__ret__, 'tunnel_interface_allow_https_variable'),
|
|
2466
2466
|
tunnel_interface_allow_icmp=pulumi.get(__ret__, 'tunnel_interface_allow_icmp'),
|
|
@@ -2527,13 +2527,13 @@ def get_transport_wan_vpn_interface_ethernet_profile_parcel(feature_profile_id:
|
|
|
2527
2527
|
xconnect_variable=pulumi.get(__ret__, 'xconnect_variable'))
|
|
2528
2528
|
|
|
2529
2529
|
|
|
2530
|
-
@_utilities.lift_output_func(
|
|
2531
|
-
def
|
|
2532
|
-
|
|
2533
|
-
|
|
2534
|
-
|
|
2530
|
+
@_utilities.lift_output_func(get_transport_wan_vpn_interface_ethernet_feature)
|
|
2531
|
+
def get_transport_wan_vpn_interface_ethernet_feature_output(feature_profile_id: Optional[pulumi.Input[str]] = None,
|
|
2532
|
+
id: Optional[pulumi.Input[str]] = None,
|
|
2533
|
+
transport_wan_vpn_feature_id: Optional[pulumi.Input[str]] = None,
|
|
2534
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetTransportWanVpnInterfaceEthernetFeatureResult]:
|
|
2535
2535
|
"""
|
|
2536
|
-
This data source can read the Transport WAN VPN Interface Ethernet
|
|
2536
|
+
This data source can read the Transport WAN VPN Interface Ethernet Feature.
|
|
2537
2537
|
|
|
2538
2538
|
## Example Usage
|
|
2539
2539
|
|
|
@@ -2541,14 +2541,14 @@ def get_transport_wan_vpn_interface_ethernet_profile_parcel_output(feature_profi
|
|
|
2541
2541
|
import pulumi
|
|
2542
2542
|
import pulumi_sdwan as sdwan
|
|
2543
2543
|
|
|
2544
|
-
example = sdwan.
|
|
2544
|
+
example = sdwan.get_transport_wan_vpn_interface_ethernet_feature(id="f6b2c44c-693c-4763-b010-895aa3d236bd",
|
|
2545
2545
|
feature_profile_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
|
|
2546
|
-
|
|
2546
|
+
transport_wan_vpn_feature_id="140331f6-5418-4755-a059-13c77eb96037")
|
|
2547
2547
|
```
|
|
2548
2548
|
|
|
2549
2549
|
|
|
2550
2550
|
:param str feature_profile_id: Feature Profile ID
|
|
2551
|
-
:param str id: The id of the
|
|
2552
|
-
:param str
|
|
2551
|
+
:param str id: The id of the Feature
|
|
2552
|
+
:param str transport_wan_vpn_feature_id: Transport WAN VPN Feature ID
|
|
2553
2553
|
"""
|
|
2554
2554
|
...
|