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,16 +11,16 @@ from . import _utilities
|
|
|
11
11
|
from . import outputs
|
|
12
12
|
|
|
13
13
|
__all__ = [
|
|
14
|
-
'
|
|
15
|
-
'
|
|
16
|
-
'
|
|
17
|
-
'
|
|
14
|
+
'GetTransportWanVpnFeatureResult',
|
|
15
|
+
'AwaitableGetTransportWanVpnFeatureResult',
|
|
16
|
+
'get_transport_wan_vpn_feature',
|
|
17
|
+
'get_transport_wan_vpn_feature_output',
|
|
18
18
|
]
|
|
19
19
|
|
|
20
20
|
@pulumi.output_type
|
|
21
|
-
class
|
|
21
|
+
class GetTransportWanVpnFeatureResult:
|
|
22
22
|
"""
|
|
23
|
-
A collection of values returned by
|
|
23
|
+
A collection of values returned by getTransportWanVpnFeature.
|
|
24
24
|
"""
|
|
25
25
|
def __init__(__self__, description=None, enhance_ecmp_keying=None, enhance_ecmp_keying_variable=None, feature_profile_id=None, id=None, ipv4_static_routes=None, ipv6_static_routes=None, name=None, nat64_v4_pools=None, new_host_mappings=None, primary_dns_address_ipv4=None, primary_dns_address_ipv4_variable=None, primary_dns_address_ipv6=None, primary_dns_address_ipv6_variable=None, secondary_dns_address_ipv4=None, secondary_dns_address_ipv4_variable=None, secondary_dns_address_ipv6=None, secondary_dns_address_ipv6_variable=None, services=None, version=None, vpn=None):
|
|
26
26
|
if description and not isinstance(description, str):
|
|
@@ -91,7 +91,7 @@ class GetTransportWanVpnProfileParcelResult:
|
|
|
91
91
|
@pulumi.getter
|
|
92
92
|
def description(self) -> str:
|
|
93
93
|
"""
|
|
94
|
-
The description of the
|
|
94
|
+
The description of the Feature
|
|
95
95
|
"""
|
|
96
96
|
return pulumi.get(self, "description")
|
|
97
97
|
|
|
@@ -123,13 +123,13 @@ class GetTransportWanVpnProfileParcelResult:
|
|
|
123
123
|
@pulumi.getter
|
|
124
124
|
def id(self) -> str:
|
|
125
125
|
"""
|
|
126
|
-
The id of the
|
|
126
|
+
The id of the Feature
|
|
127
127
|
"""
|
|
128
128
|
return pulumi.get(self, "id")
|
|
129
129
|
|
|
130
130
|
@property
|
|
131
131
|
@pulumi.getter(name="ipv4StaticRoutes")
|
|
132
|
-
def ipv4_static_routes(self) -> Sequence['outputs.
|
|
132
|
+
def ipv4_static_routes(self) -> Sequence['outputs.GetTransportWanVpnFeatureIpv4StaticRouteResult']:
|
|
133
133
|
"""
|
|
134
134
|
IPv4 Static Route
|
|
135
135
|
"""
|
|
@@ -137,7 +137,7 @@ class GetTransportWanVpnProfileParcelResult:
|
|
|
137
137
|
|
|
138
138
|
@property
|
|
139
139
|
@pulumi.getter(name="ipv6StaticRoutes")
|
|
140
|
-
def ipv6_static_routes(self) -> Sequence['outputs.
|
|
140
|
+
def ipv6_static_routes(self) -> Sequence['outputs.GetTransportWanVpnFeatureIpv6StaticRouteResult']:
|
|
141
141
|
"""
|
|
142
142
|
IPv6 Static Route
|
|
143
143
|
"""
|
|
@@ -147,13 +147,13 @@ class GetTransportWanVpnProfileParcelResult:
|
|
|
147
147
|
@pulumi.getter
|
|
148
148
|
def name(self) -> str:
|
|
149
149
|
"""
|
|
150
|
-
The name of the
|
|
150
|
+
The name of the Feature
|
|
151
151
|
"""
|
|
152
152
|
return pulumi.get(self, "name")
|
|
153
153
|
|
|
154
154
|
@property
|
|
155
155
|
@pulumi.getter(name="nat64V4Pools")
|
|
156
|
-
def nat64_v4_pools(self) -> Sequence['outputs.
|
|
156
|
+
def nat64_v4_pools(self) -> Sequence['outputs.GetTransportWanVpnFeatureNat64V4PoolResult']:
|
|
157
157
|
"""
|
|
158
158
|
NAT64 V4 Pool
|
|
159
159
|
"""
|
|
@@ -161,7 +161,7 @@ class GetTransportWanVpnProfileParcelResult:
|
|
|
161
161
|
|
|
162
162
|
@property
|
|
163
163
|
@pulumi.getter(name="newHostMappings")
|
|
164
|
-
def new_host_mappings(self) -> Sequence['outputs.
|
|
164
|
+
def new_host_mappings(self) -> Sequence['outputs.GetTransportWanVpnFeatureNewHostMappingResult']:
|
|
165
165
|
return pulumi.get(self, "new_host_mappings")
|
|
166
166
|
|
|
167
167
|
@property
|
|
@@ -230,7 +230,7 @@ class GetTransportWanVpnProfileParcelResult:
|
|
|
230
230
|
|
|
231
231
|
@property
|
|
232
232
|
@pulumi.getter
|
|
233
|
-
def services(self) -> Sequence['outputs.
|
|
233
|
+
def services(self) -> Sequence['outputs.GetTransportWanVpnFeatureServiceResult']:
|
|
234
234
|
"""
|
|
235
235
|
Service
|
|
236
236
|
"""
|
|
@@ -240,7 +240,7 @@ class GetTransportWanVpnProfileParcelResult:
|
|
|
240
240
|
@pulumi.getter
|
|
241
241
|
def version(self) -> int:
|
|
242
242
|
"""
|
|
243
|
-
The version of the
|
|
243
|
+
The version of the Feature
|
|
244
244
|
"""
|
|
245
245
|
return pulumi.get(self, "version")
|
|
246
246
|
|
|
@@ -253,12 +253,12 @@ class GetTransportWanVpnProfileParcelResult:
|
|
|
253
253
|
return pulumi.get(self, "vpn")
|
|
254
254
|
|
|
255
255
|
|
|
256
|
-
class
|
|
256
|
+
class AwaitableGetTransportWanVpnFeatureResult(GetTransportWanVpnFeatureResult):
|
|
257
257
|
# pylint: disable=using-constant-test
|
|
258
258
|
def __await__(self):
|
|
259
259
|
if False:
|
|
260
260
|
yield self
|
|
261
|
-
return
|
|
261
|
+
return GetTransportWanVpnFeatureResult(
|
|
262
262
|
description=self.description,
|
|
263
263
|
enhance_ecmp_keying=self.enhance_ecmp_keying,
|
|
264
264
|
enhance_ecmp_keying_variable=self.enhance_ecmp_keying_variable,
|
|
@@ -282,11 +282,11 @@ class AwaitableGetTransportWanVpnProfileParcelResult(GetTransportWanVpnProfilePa
|
|
|
282
282
|
vpn=self.vpn)
|
|
283
283
|
|
|
284
284
|
|
|
285
|
-
def
|
|
286
|
-
|
|
287
|
-
|
|
285
|
+
def get_transport_wan_vpn_feature(feature_profile_id: Optional[str] = None,
|
|
286
|
+
id: Optional[str] = None,
|
|
287
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetTransportWanVpnFeatureResult:
|
|
288
288
|
"""
|
|
289
|
-
This data source can read the Transport WAN VPN
|
|
289
|
+
This data source can read the Transport WAN VPN Feature.
|
|
290
290
|
|
|
291
291
|
## Example Usage
|
|
292
292
|
|
|
@@ -294,21 +294,21 @@ def get_transport_wan_vpn_profile_parcel(feature_profile_id: Optional[str] = Non
|
|
|
294
294
|
import pulumi
|
|
295
295
|
import pulumi_sdwan as sdwan
|
|
296
296
|
|
|
297
|
-
example = sdwan.
|
|
297
|
+
example = sdwan.get_transport_wan_vpn_feature(id="f6b2c44c-693c-4763-b010-895aa3d236bd",
|
|
298
298
|
feature_profile_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac")
|
|
299
299
|
```
|
|
300
300
|
|
|
301
301
|
|
|
302
302
|
:param str feature_profile_id: Feature Profile ID
|
|
303
|
-
:param str id: The id of the
|
|
303
|
+
:param str id: The id of the Feature
|
|
304
304
|
"""
|
|
305
305
|
__args__ = dict()
|
|
306
306
|
__args__['featureProfileId'] = feature_profile_id
|
|
307
307
|
__args__['id'] = id
|
|
308
308
|
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
309
|
-
__ret__ = pulumi.runtime.invoke('sdwan:index/
|
|
309
|
+
__ret__ = pulumi.runtime.invoke('sdwan:index/getTransportWanVpnFeature:getTransportWanVpnFeature', __args__, opts=opts, typ=GetTransportWanVpnFeatureResult).value
|
|
310
310
|
|
|
311
|
-
return
|
|
311
|
+
return AwaitableGetTransportWanVpnFeatureResult(
|
|
312
312
|
description=pulumi.get(__ret__, 'description'),
|
|
313
313
|
enhance_ecmp_keying=pulumi.get(__ret__, 'enhance_ecmp_keying'),
|
|
314
314
|
enhance_ecmp_keying_variable=pulumi.get(__ret__, 'enhance_ecmp_keying_variable'),
|
|
@@ -332,12 +332,12 @@ def get_transport_wan_vpn_profile_parcel(feature_profile_id: Optional[str] = Non
|
|
|
332
332
|
vpn=pulumi.get(__ret__, 'vpn'))
|
|
333
333
|
|
|
334
334
|
|
|
335
|
-
@_utilities.lift_output_func(
|
|
336
|
-
def
|
|
337
|
-
|
|
338
|
-
|
|
335
|
+
@_utilities.lift_output_func(get_transport_wan_vpn_feature)
|
|
336
|
+
def get_transport_wan_vpn_feature_output(feature_profile_id: Optional[pulumi.Input[str]] = None,
|
|
337
|
+
id: Optional[pulumi.Input[str]] = None,
|
|
338
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetTransportWanVpnFeatureResult]:
|
|
339
339
|
"""
|
|
340
|
-
This data source can read the Transport WAN VPN
|
|
340
|
+
This data source can read the Transport WAN VPN Feature.
|
|
341
341
|
|
|
342
342
|
## Example Usage
|
|
343
343
|
|
|
@@ -345,12 +345,12 @@ def get_transport_wan_vpn_profile_parcel_output(feature_profile_id: Optional[pul
|
|
|
345
345
|
import pulumi
|
|
346
346
|
import pulumi_sdwan as sdwan
|
|
347
347
|
|
|
348
|
-
example = sdwan.
|
|
348
|
+
example = sdwan.get_transport_wan_vpn_feature(id="f6b2c44c-693c-4763-b010-895aa3d236bd",
|
|
349
349
|
feature_profile_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac")
|
|
350
350
|
```
|
|
351
351
|
|
|
352
352
|
|
|
353
353
|
:param str feature_profile_id: Feature Profile ID
|
|
354
|
-
:param str id: The id of the
|
|
354
|
+
:param str id: The id of the Feature
|
|
355
355
|
"""
|
|
356
356
|
...
|