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,18 +11,18 @@ from . import _utilities
|
|
|
11
11
|
from . import outputs
|
|
12
12
|
|
|
13
13
|
__all__ = [
|
|
14
|
-
'
|
|
15
|
-
'
|
|
16
|
-
'
|
|
17
|
-
'
|
|
14
|
+
'GetServiceLanVpnInterfaceEthernetFeatureResult',
|
|
15
|
+
'AwaitableGetServiceLanVpnInterfaceEthernetFeatureResult',
|
|
16
|
+
'get_service_lan_vpn_interface_ethernet_feature',
|
|
17
|
+
'get_service_lan_vpn_interface_ethernet_feature_output',
|
|
18
18
|
]
|
|
19
19
|
|
|
20
20
|
@pulumi.output_type
|
|
21
|
-
class
|
|
21
|
+
class GetServiceLanVpnInterfaceEthernetFeatureResult:
|
|
22
22
|
"""
|
|
23
|
-
A collection of values returned by
|
|
23
|
+
A collection of values returned by getServiceLanVpnInterfaceEthernetFeature.
|
|
24
24
|
"""
|
|
25
|
-
def __init__(__self__, acl_ipv4_egress_policy_id=None, acl_ipv4_ingress_policy_id=None, acl_ipv6_egress_policy_id=None, acl_ipv6_ingress_policy_id=None, acl_shaping_rate=None, acl_shaping_rate_variable=None, arp_timeout=None, arp_timeout_variable=None, arps=None, autonegotiate=None, autonegotiate_variable=None,
|
|
25
|
+
def __init__(__self__, acl_ipv4_egress_policy_id=None, acl_ipv4_ingress_policy_id=None, acl_ipv6_egress_policy_id=None, acl_ipv6_ingress_policy_id=None, acl_shaping_rate=None, acl_shaping_rate_variable=None, arp_timeout=None, arp_timeout_variable=None, arps=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_dhcp_distance=None, ipv4_dhcp_distance_variable=None, ipv4_dhcp_helper_variable=None, ipv4_dhcp_helpers=None, ipv4_nat=None, ipv4_nat_loopback=None, ipv4_nat_loopback_variable=None, ipv4_nat_overload=None, ipv4_nat_overload_variable=None, ipv4_nat_prefix_length=None, ipv4_nat_prefix_length_variable=None, ipv4_nat_range_end=None, ipv4_nat_range_end_variable=None, ipv4_nat_range_start=None, ipv4_nat_range_start_variable=None, ipv4_nat_tcp_timeout=None, ipv4_nat_tcp_timeout_variable=None, ipv4_nat_type=None, ipv4_nat_type_variable=None, ipv4_nat_udp_timeout=None, ipv4_nat_udp_timeout_variable=None, ipv4_secondary_addresses=None, ipv4_subnet_mask=None, ipv4_subnet_mask_variable=None, ipv4_vrrps=None, ipv6_address=None, ipv6_address_variable=None, ipv6_dhcp_helpers=None, ipv6_dhcp_secondary_addresses=None, ipv6_nat=None, ipv6_secondary_addresses=None, ipv6_vrrps=None, load_interval=None, load_interval_variable=None, mac_address=None, mac_address_variable=None, media_type=None, media_type_variable=None, name=None, nat64=None, service_lan_vpn_feature_id=None, shutdown=None, shutdown_variable=None, speed=None, speed_variable=None, static_nats=None, tcp_mss=None, tcp_mss_variable=None, tracker=None, tracker_variable=None, trustsec_enable_enforced_propogation=None, trustsec_enable_sgt_propogation=None, trustsec_enforced_security_group_tag=None, trustsec_enforced_security_group_tag_variable=None, trustsec_propogate=None, trustsec_security_group_tag=None, trustsec_security_group_tag_variable=None, version=None, xconnect=None, xconnect_variable=None):
|
|
26
26
|
if acl_ipv4_egress_policy_id and not isinstance(acl_ipv4_egress_policy_id, str):
|
|
27
27
|
raise TypeError("Expected argument 'acl_ipv4_egress_policy_id' to be a str")
|
|
28
28
|
pulumi.set(__self__, "acl_ipv4_egress_policy_id", acl_ipv4_egress_policy_id)
|
|
@@ -56,12 +56,6 @@ class GetServiceLanVpnInterfaceEthernetProfileParcelResult:
|
|
|
56
56
|
if autonegotiate_variable and not isinstance(autonegotiate_variable, str):
|
|
57
57
|
raise TypeError("Expected argument 'autonegotiate_variable' to be a str")
|
|
58
58
|
pulumi.set(__self__, "autonegotiate_variable", autonegotiate_variable)
|
|
59
|
-
if config_description and not isinstance(config_description, str):
|
|
60
|
-
raise TypeError("Expected argument 'config_description' to be a str")
|
|
61
|
-
pulumi.set(__self__, "config_description", config_description)
|
|
62
|
-
if config_description_variable and not isinstance(config_description_variable, str):
|
|
63
|
-
raise TypeError("Expected argument 'config_description_variable' to be a str")
|
|
64
|
-
pulumi.set(__self__, "config_description_variable", config_description_variable)
|
|
65
59
|
if description and not isinstance(description, str):
|
|
66
60
|
raise TypeError("Expected argument 'description' to be a str")
|
|
67
61
|
pulumi.set(__self__, "description", description)
|
|
@@ -86,6 +80,12 @@ class GetServiceLanVpnInterfaceEthernetProfileParcelResult:
|
|
|
86
80
|
if id and not isinstance(id, str):
|
|
87
81
|
raise TypeError("Expected argument 'id' to be a str")
|
|
88
82
|
pulumi.set(__self__, "id", id)
|
|
83
|
+
if interface_description and not isinstance(interface_description, str):
|
|
84
|
+
raise TypeError("Expected argument 'interface_description' to be a str")
|
|
85
|
+
pulumi.set(__self__, "interface_description", interface_description)
|
|
86
|
+
if interface_description_variable and not isinstance(interface_description_variable, str):
|
|
87
|
+
raise TypeError("Expected argument 'interface_description_variable' to be a str")
|
|
88
|
+
pulumi.set(__self__, "interface_description_variable", interface_description_variable)
|
|
89
89
|
if interface_mtu and not isinstance(interface_mtu, int):
|
|
90
90
|
raise TypeError("Expected argument 'interface_mtu' to be a int")
|
|
91
91
|
pulumi.set(__self__, "interface_mtu", interface_mtu)
|
|
@@ -236,9 +236,9 @@ class GetServiceLanVpnInterfaceEthernetProfileParcelResult:
|
|
|
236
236
|
if nat64 and not isinstance(nat64, bool):
|
|
237
237
|
raise TypeError("Expected argument 'nat64' to be a bool")
|
|
238
238
|
pulumi.set(__self__, "nat64", nat64)
|
|
239
|
-
if
|
|
240
|
-
raise TypeError("Expected argument '
|
|
241
|
-
pulumi.set(__self__, "
|
|
239
|
+
if service_lan_vpn_feature_id and not isinstance(service_lan_vpn_feature_id, str):
|
|
240
|
+
raise TypeError("Expected argument 'service_lan_vpn_feature_id' to be a str")
|
|
241
|
+
pulumi.set(__self__, "service_lan_vpn_feature_id", service_lan_vpn_feature_id)
|
|
242
242
|
if shutdown and not isinstance(shutdown, bool):
|
|
243
243
|
raise TypeError("Expected argument 'shutdown' to be a bool")
|
|
244
244
|
pulumi.set(__self__, "shutdown", shutdown)
|
|
@@ -351,7 +351,7 @@ class GetServiceLanVpnInterfaceEthernetProfileParcelResult:
|
|
|
351
351
|
|
|
352
352
|
@property
|
|
353
353
|
@pulumi.getter
|
|
354
|
-
def arps(self) -> Sequence['outputs.
|
|
354
|
+
def arps(self) -> Sequence['outputs.GetServiceLanVpnInterfaceEthernetFeatureArpResult']:
|
|
355
355
|
"""
|
|
356
356
|
Configure ARP entries
|
|
357
357
|
"""
|
|
@@ -373,24 +373,11 @@ class GetServiceLanVpnInterfaceEthernetProfileParcelResult:
|
|
|
373
373
|
"""
|
|
374
374
|
return pulumi.get(self, "autonegotiate_variable")
|
|
375
375
|
|
|
376
|
-
@property
|
|
377
|
-
@pulumi.getter(name="configDescription")
|
|
378
|
-
def config_description(self) -> str:
|
|
379
|
-
return pulumi.get(self, "config_description")
|
|
380
|
-
|
|
381
|
-
@property
|
|
382
|
-
@pulumi.getter(name="configDescriptionVariable")
|
|
383
|
-
def config_description_variable(self) -> str:
|
|
384
|
-
"""
|
|
385
|
-
Variable name
|
|
386
|
-
"""
|
|
387
|
-
return pulumi.get(self, "config_description_variable")
|
|
388
|
-
|
|
389
376
|
@property
|
|
390
377
|
@pulumi.getter
|
|
391
378
|
def description(self) -> str:
|
|
392
379
|
"""
|
|
393
|
-
The description of the
|
|
380
|
+
The description of the Feature
|
|
394
381
|
"""
|
|
395
382
|
return pulumi.get(self, "description")
|
|
396
383
|
|
|
@@ -446,10 +433,23 @@ class GetServiceLanVpnInterfaceEthernetProfileParcelResult:
|
|
|
446
433
|
@pulumi.getter
|
|
447
434
|
def id(self) -> str:
|
|
448
435
|
"""
|
|
449
|
-
The id of the
|
|
436
|
+
The id of the Feature
|
|
450
437
|
"""
|
|
451
438
|
return pulumi.get(self, "id")
|
|
452
439
|
|
|
440
|
+
@property
|
|
441
|
+
@pulumi.getter(name="interfaceDescription")
|
|
442
|
+
def interface_description(self) -> str:
|
|
443
|
+
return pulumi.get(self, "interface_description")
|
|
444
|
+
|
|
445
|
+
@property
|
|
446
|
+
@pulumi.getter(name="interfaceDescriptionVariable")
|
|
447
|
+
def interface_description_variable(self) -> str:
|
|
448
|
+
"""
|
|
449
|
+
Variable name
|
|
450
|
+
"""
|
|
451
|
+
return pulumi.get(self, "interface_description_variable")
|
|
452
|
+
|
|
453
453
|
@property
|
|
454
454
|
@pulumi.getter(name="interfaceMtu")
|
|
455
455
|
def interface_mtu(self) -> int:
|
|
@@ -697,7 +697,7 @@ class GetServiceLanVpnInterfaceEthernetProfileParcelResult:
|
|
|
697
697
|
|
|
698
698
|
@property
|
|
699
699
|
@pulumi.getter(name="ipv4SecondaryAddresses")
|
|
700
|
-
def ipv4_secondary_addresses(self) -> Sequence['outputs.
|
|
700
|
+
def ipv4_secondary_addresses(self) -> Sequence['outputs.GetServiceLanVpnInterfaceEthernetFeatureIpv4SecondaryAddressResult']:
|
|
701
701
|
"""
|
|
702
702
|
Secondary IpV4 Addresses
|
|
703
703
|
"""
|
|
@@ -721,7 +721,7 @@ class GetServiceLanVpnInterfaceEthernetProfileParcelResult:
|
|
|
721
721
|
|
|
722
722
|
@property
|
|
723
723
|
@pulumi.getter(name="ipv4Vrrps")
|
|
724
|
-
def ipv4_vrrps(self) -> Sequence['outputs.
|
|
724
|
+
def ipv4_vrrps(self) -> Sequence['outputs.GetServiceLanVpnInterfaceEthernetFeatureIpv4VrrpResult']:
|
|
725
725
|
"""
|
|
726
726
|
Enable VRRP
|
|
727
727
|
"""
|
|
@@ -745,7 +745,7 @@ class GetServiceLanVpnInterfaceEthernetProfileParcelResult:
|
|
|
745
745
|
|
|
746
746
|
@property
|
|
747
747
|
@pulumi.getter(name="ipv6DhcpHelpers")
|
|
748
|
-
def ipv6_dhcp_helpers(self) -> Sequence['outputs.
|
|
748
|
+
def ipv6_dhcp_helpers(self) -> Sequence['outputs.GetServiceLanVpnInterfaceEthernetFeatureIpv6DhcpHelperResult']:
|
|
749
749
|
"""
|
|
750
750
|
DHCPv6 Helper
|
|
751
751
|
"""
|
|
@@ -753,7 +753,7 @@ class GetServiceLanVpnInterfaceEthernetProfileParcelResult:
|
|
|
753
753
|
|
|
754
754
|
@property
|
|
755
755
|
@pulumi.getter(name="ipv6DhcpSecondaryAddresses")
|
|
756
|
-
def ipv6_dhcp_secondary_addresses(self) -> Sequence['outputs.
|
|
756
|
+
def ipv6_dhcp_secondary_addresses(self) -> Sequence['outputs.GetServiceLanVpnInterfaceEthernetFeatureIpv6DhcpSecondaryAddressResult']:
|
|
757
757
|
"""
|
|
758
758
|
secondary IPv6 addresses
|
|
759
759
|
"""
|
|
@@ -769,7 +769,7 @@ class GetServiceLanVpnInterfaceEthernetProfileParcelResult:
|
|
|
769
769
|
|
|
770
770
|
@property
|
|
771
771
|
@pulumi.getter(name="ipv6SecondaryAddresses")
|
|
772
|
-
def ipv6_secondary_addresses(self) -> Sequence['outputs.
|
|
772
|
+
def ipv6_secondary_addresses(self) -> Sequence['outputs.GetServiceLanVpnInterfaceEthernetFeatureIpv6SecondaryAddressResult']:
|
|
773
773
|
"""
|
|
774
774
|
Static secondary IPv6 addresses
|
|
775
775
|
"""
|
|
@@ -777,7 +777,7 @@ class GetServiceLanVpnInterfaceEthernetProfileParcelResult:
|
|
|
777
777
|
|
|
778
778
|
@property
|
|
779
779
|
@pulumi.getter(name="ipv6Vrrps")
|
|
780
|
-
def ipv6_vrrps(self) -> Sequence['outputs.
|
|
780
|
+
def ipv6_vrrps(self) -> Sequence['outputs.GetServiceLanVpnInterfaceEthernetFeatureIpv6VrrpResult']:
|
|
781
781
|
"""
|
|
782
782
|
Enable VRRP Ipv6
|
|
783
783
|
"""
|
|
@@ -835,7 +835,7 @@ class GetServiceLanVpnInterfaceEthernetProfileParcelResult:
|
|
|
835
835
|
@pulumi.getter
|
|
836
836
|
def name(self) -> str:
|
|
837
837
|
"""
|
|
838
|
-
The name of the
|
|
838
|
+
The name of the Feature
|
|
839
839
|
"""
|
|
840
840
|
return pulumi.get(self, "name")
|
|
841
841
|
|
|
@@ -848,12 +848,12 @@ class GetServiceLanVpnInterfaceEthernetProfileParcelResult:
|
|
|
848
848
|
return pulumi.get(self, "nat64")
|
|
849
849
|
|
|
850
850
|
@property
|
|
851
|
-
@pulumi.getter(name="
|
|
852
|
-
def
|
|
851
|
+
@pulumi.getter(name="serviceLanVpnFeatureId")
|
|
852
|
+
def service_lan_vpn_feature_id(self) -> str:
|
|
853
853
|
"""
|
|
854
|
-
Service LAN VPN
|
|
854
|
+
Service LAN VPN Feature ID
|
|
855
855
|
"""
|
|
856
|
-
return pulumi.get(self, "
|
|
856
|
+
return pulumi.get(self, "service_lan_vpn_feature_id")
|
|
857
857
|
|
|
858
858
|
@property
|
|
859
859
|
@pulumi.getter
|
|
@@ -886,7 +886,7 @@ class GetServiceLanVpnInterfaceEthernetProfileParcelResult:
|
|
|
886
886
|
|
|
887
887
|
@property
|
|
888
888
|
@pulumi.getter(name="staticNats")
|
|
889
|
-
def static_nats(self) -> Sequence['outputs.
|
|
889
|
+
def static_nats(self) -> Sequence['outputs.GetServiceLanVpnInterfaceEthernetFeatureStaticNatResult']:
|
|
890
890
|
"""
|
|
891
891
|
static NAT
|
|
892
892
|
"""
|
|
@@ -984,7 +984,7 @@ class GetServiceLanVpnInterfaceEthernetProfileParcelResult:
|
|
|
984
984
|
@pulumi.getter
|
|
985
985
|
def version(self) -> int:
|
|
986
986
|
"""
|
|
987
|
-
The version of the
|
|
987
|
+
The version of the Feature
|
|
988
988
|
"""
|
|
989
989
|
return pulumi.get(self, "version")
|
|
990
990
|
|
|
@@ -1005,12 +1005,12 @@ class GetServiceLanVpnInterfaceEthernetProfileParcelResult:
|
|
|
1005
1005
|
return pulumi.get(self, "xconnect_variable")
|
|
1006
1006
|
|
|
1007
1007
|
|
|
1008
|
-
class
|
|
1008
|
+
class AwaitableGetServiceLanVpnInterfaceEthernetFeatureResult(GetServiceLanVpnInterfaceEthernetFeatureResult):
|
|
1009
1009
|
# pylint: disable=using-constant-test
|
|
1010
1010
|
def __await__(self):
|
|
1011
1011
|
if False:
|
|
1012
1012
|
yield self
|
|
1013
|
-
return
|
|
1013
|
+
return GetServiceLanVpnInterfaceEthernetFeatureResult(
|
|
1014
1014
|
acl_ipv4_egress_policy_id=self.acl_ipv4_egress_policy_id,
|
|
1015
1015
|
acl_ipv4_ingress_policy_id=self.acl_ipv4_ingress_policy_id,
|
|
1016
1016
|
acl_ipv6_egress_policy_id=self.acl_ipv6_egress_policy_id,
|
|
@@ -1022,8 +1022,6 @@ class AwaitableGetServiceLanVpnInterfaceEthernetProfileParcelResult(GetServiceLa
|
|
|
1022
1022
|
arps=self.arps,
|
|
1023
1023
|
autonegotiate=self.autonegotiate,
|
|
1024
1024
|
autonegotiate_variable=self.autonegotiate_variable,
|
|
1025
|
-
config_description=self.config_description,
|
|
1026
|
-
config_description_variable=self.config_description_variable,
|
|
1027
1025
|
description=self.description,
|
|
1028
1026
|
duplex=self.duplex,
|
|
1029
1027
|
duplex_variable=self.duplex_variable,
|
|
@@ -1032,6 +1030,8 @@ class AwaitableGetServiceLanVpnInterfaceEthernetProfileParcelResult(GetServiceLa
|
|
|
1032
1030
|
icmp_redirect_disable=self.icmp_redirect_disable,
|
|
1033
1031
|
icmp_redirect_disable_variable=self.icmp_redirect_disable_variable,
|
|
1034
1032
|
id=self.id,
|
|
1033
|
+
interface_description=self.interface_description,
|
|
1034
|
+
interface_description_variable=self.interface_description_variable,
|
|
1035
1035
|
interface_mtu=self.interface_mtu,
|
|
1036
1036
|
interface_mtu_variable=self.interface_mtu_variable,
|
|
1037
1037
|
interface_name=self.interface_name,
|
|
@@ -1082,7 +1082,7 @@ class AwaitableGetServiceLanVpnInterfaceEthernetProfileParcelResult(GetServiceLa
|
|
|
1082
1082
|
media_type_variable=self.media_type_variable,
|
|
1083
1083
|
name=self.name,
|
|
1084
1084
|
nat64=self.nat64,
|
|
1085
|
-
|
|
1085
|
+
service_lan_vpn_feature_id=self.service_lan_vpn_feature_id,
|
|
1086
1086
|
shutdown=self.shutdown,
|
|
1087
1087
|
shutdown_variable=self.shutdown_variable,
|
|
1088
1088
|
speed=self.speed,
|
|
@@ -1104,12 +1104,12 @@ class AwaitableGetServiceLanVpnInterfaceEthernetProfileParcelResult(GetServiceLa
|
|
|
1104
1104
|
xconnect_variable=self.xconnect_variable)
|
|
1105
1105
|
|
|
1106
1106
|
|
|
1107
|
-
def
|
|
1108
|
-
|
|
1109
|
-
|
|
1110
|
-
|
|
1107
|
+
def get_service_lan_vpn_interface_ethernet_feature(feature_profile_id: Optional[str] = None,
|
|
1108
|
+
id: Optional[str] = None,
|
|
1109
|
+
service_lan_vpn_feature_id: Optional[str] = None,
|
|
1110
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetServiceLanVpnInterfaceEthernetFeatureResult:
|
|
1111
1111
|
"""
|
|
1112
|
-
This data source can read the Service LAN VPN Interface Ethernet
|
|
1112
|
+
This data source can read the Service LAN VPN Interface Ethernet Feature.
|
|
1113
1113
|
|
|
1114
1114
|
## Example Usage
|
|
1115
1115
|
|
|
@@ -1117,24 +1117,24 @@ def get_service_lan_vpn_interface_ethernet_profile_parcel(feature_profile_id: Op
|
|
|
1117
1117
|
import pulumi
|
|
1118
1118
|
import pulumi_sdwan as sdwan
|
|
1119
1119
|
|
|
1120
|
-
example = sdwan.
|
|
1120
|
+
example = sdwan.get_service_lan_vpn_interface_ethernet_feature(id="f6b2c44c-693c-4763-b010-895aa3d236bd",
|
|
1121
1121
|
feature_profile_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
|
|
1122
|
-
|
|
1122
|
+
service_lan_vpn_feature_id="140331f6-5418-4755-a059-13c77eb96037")
|
|
1123
1123
|
```
|
|
1124
1124
|
|
|
1125
1125
|
|
|
1126
1126
|
:param str feature_profile_id: Feature Profile ID
|
|
1127
|
-
:param str id: The id of the
|
|
1128
|
-
:param str
|
|
1127
|
+
:param str id: The id of the Feature
|
|
1128
|
+
:param str service_lan_vpn_feature_id: Service LAN VPN Feature ID
|
|
1129
1129
|
"""
|
|
1130
1130
|
__args__ = dict()
|
|
1131
1131
|
__args__['featureProfileId'] = feature_profile_id
|
|
1132
1132
|
__args__['id'] = id
|
|
1133
|
-
__args__['
|
|
1133
|
+
__args__['serviceLanVpnFeatureId'] = service_lan_vpn_feature_id
|
|
1134
1134
|
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
1135
|
-
__ret__ = pulumi.runtime.invoke('sdwan:index/
|
|
1135
|
+
__ret__ = pulumi.runtime.invoke('sdwan:index/getServiceLanVpnInterfaceEthernetFeature:getServiceLanVpnInterfaceEthernetFeature', __args__, opts=opts, typ=GetServiceLanVpnInterfaceEthernetFeatureResult).value
|
|
1136
1136
|
|
|
1137
|
-
return
|
|
1137
|
+
return AwaitableGetServiceLanVpnInterfaceEthernetFeatureResult(
|
|
1138
1138
|
acl_ipv4_egress_policy_id=pulumi.get(__ret__, 'acl_ipv4_egress_policy_id'),
|
|
1139
1139
|
acl_ipv4_ingress_policy_id=pulumi.get(__ret__, 'acl_ipv4_ingress_policy_id'),
|
|
1140
1140
|
acl_ipv6_egress_policy_id=pulumi.get(__ret__, 'acl_ipv6_egress_policy_id'),
|
|
@@ -1146,8 +1146,6 @@ def get_service_lan_vpn_interface_ethernet_profile_parcel(feature_profile_id: Op
|
|
|
1146
1146
|
arps=pulumi.get(__ret__, 'arps'),
|
|
1147
1147
|
autonegotiate=pulumi.get(__ret__, 'autonegotiate'),
|
|
1148
1148
|
autonegotiate_variable=pulumi.get(__ret__, 'autonegotiate_variable'),
|
|
1149
|
-
config_description=pulumi.get(__ret__, 'config_description'),
|
|
1150
|
-
config_description_variable=pulumi.get(__ret__, 'config_description_variable'),
|
|
1151
1149
|
description=pulumi.get(__ret__, 'description'),
|
|
1152
1150
|
duplex=pulumi.get(__ret__, 'duplex'),
|
|
1153
1151
|
duplex_variable=pulumi.get(__ret__, 'duplex_variable'),
|
|
@@ -1156,6 +1154,8 @@ def get_service_lan_vpn_interface_ethernet_profile_parcel(feature_profile_id: Op
|
|
|
1156
1154
|
icmp_redirect_disable=pulumi.get(__ret__, 'icmp_redirect_disable'),
|
|
1157
1155
|
icmp_redirect_disable_variable=pulumi.get(__ret__, 'icmp_redirect_disable_variable'),
|
|
1158
1156
|
id=pulumi.get(__ret__, 'id'),
|
|
1157
|
+
interface_description=pulumi.get(__ret__, 'interface_description'),
|
|
1158
|
+
interface_description_variable=pulumi.get(__ret__, 'interface_description_variable'),
|
|
1159
1159
|
interface_mtu=pulumi.get(__ret__, 'interface_mtu'),
|
|
1160
1160
|
interface_mtu_variable=pulumi.get(__ret__, 'interface_mtu_variable'),
|
|
1161
1161
|
interface_name=pulumi.get(__ret__, 'interface_name'),
|
|
@@ -1206,7 +1206,7 @@ def get_service_lan_vpn_interface_ethernet_profile_parcel(feature_profile_id: Op
|
|
|
1206
1206
|
media_type_variable=pulumi.get(__ret__, 'media_type_variable'),
|
|
1207
1207
|
name=pulumi.get(__ret__, 'name'),
|
|
1208
1208
|
nat64=pulumi.get(__ret__, 'nat64'),
|
|
1209
|
-
|
|
1209
|
+
service_lan_vpn_feature_id=pulumi.get(__ret__, 'service_lan_vpn_feature_id'),
|
|
1210
1210
|
shutdown=pulumi.get(__ret__, 'shutdown'),
|
|
1211
1211
|
shutdown_variable=pulumi.get(__ret__, 'shutdown_variable'),
|
|
1212
1212
|
speed=pulumi.get(__ret__, 'speed'),
|
|
@@ -1228,13 +1228,13 @@ def get_service_lan_vpn_interface_ethernet_profile_parcel(feature_profile_id: Op
|
|
|
1228
1228
|
xconnect_variable=pulumi.get(__ret__, 'xconnect_variable'))
|
|
1229
1229
|
|
|
1230
1230
|
|
|
1231
|
-
@_utilities.lift_output_func(
|
|
1232
|
-
def
|
|
1233
|
-
|
|
1234
|
-
|
|
1235
|
-
|
|
1231
|
+
@_utilities.lift_output_func(get_service_lan_vpn_interface_ethernet_feature)
|
|
1232
|
+
def get_service_lan_vpn_interface_ethernet_feature_output(feature_profile_id: Optional[pulumi.Input[str]] = None,
|
|
1233
|
+
id: Optional[pulumi.Input[str]] = None,
|
|
1234
|
+
service_lan_vpn_feature_id: Optional[pulumi.Input[str]] = None,
|
|
1235
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetServiceLanVpnInterfaceEthernetFeatureResult]:
|
|
1236
1236
|
"""
|
|
1237
|
-
This data source can read the Service LAN VPN Interface Ethernet
|
|
1237
|
+
This data source can read the Service LAN VPN Interface Ethernet Feature.
|
|
1238
1238
|
|
|
1239
1239
|
## Example Usage
|
|
1240
1240
|
|
|
@@ -1242,14 +1242,14 @@ def get_service_lan_vpn_interface_ethernet_profile_parcel_output(feature_profile
|
|
|
1242
1242
|
import pulumi
|
|
1243
1243
|
import pulumi_sdwan as sdwan
|
|
1244
1244
|
|
|
1245
|
-
example = sdwan.
|
|
1245
|
+
example = sdwan.get_service_lan_vpn_interface_ethernet_feature(id="f6b2c44c-693c-4763-b010-895aa3d236bd",
|
|
1246
1246
|
feature_profile_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
|
|
1247
|
-
|
|
1247
|
+
service_lan_vpn_feature_id="140331f6-5418-4755-a059-13c77eb96037")
|
|
1248
1248
|
```
|
|
1249
1249
|
|
|
1250
1250
|
|
|
1251
1251
|
:param str feature_profile_id: Feature Profile ID
|
|
1252
|
-
:param str id: The id of the
|
|
1253
|
-
:param str
|
|
1252
|
+
:param str id: The id of the Feature
|
|
1253
|
+
:param str service_lan_vpn_feature_id: Service LAN VPN Feature ID
|
|
1254
1254
|
"""
|
|
1255
1255
|
...
|