pulumi-sdwan 0.3.0a1736835519__py3-none-any.whl → 0.3.0a1737094531__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 +60 -0
- pulumi_sdwan/get_service_lan_vpn_interface_ethernet_feature_associate_tracker_feature.py +178 -0
- pulumi_sdwan/get_service_lan_vpn_interface_ethernet_feature_associate_tracker_group_feature.py +178 -0
- pulumi_sdwan/get_transport_wan_vpn_interface_cellular_feature_associate_tracker_feature.py +178 -0
- pulumi_sdwan/get_transport_wan_vpn_interface_cellular_feature_associate_tracker_group_feature.py +178 -0
- pulumi_sdwan/get_transport_wan_vpn_interface_gre_feature_associate_tracker_feature.py +178 -0
- pulumi_sdwan/get_transport_wan_vpn_interface_ipsec_feature_associate_tracker_feature.py +178 -0
- pulumi_sdwan/pulumi-plugin.json +1 -1
- pulumi_sdwan/service_lan_vpn_interface_ethernet_feature_associate_tracker_feature.py +335 -0
- pulumi_sdwan/service_lan_vpn_interface_ethernet_feature_associate_tracker_group_feature.py +335 -0
- pulumi_sdwan/transport_wan_vpn_interface_cellular_feature_associate_tracker_feature.py +335 -0
- pulumi_sdwan/transport_wan_vpn_interface_cellular_feature_associate_tracker_group_feature.py +335 -0
- pulumi_sdwan/transport_wan_vpn_interface_gre_feature_associate_tracker_feature.py +335 -0
- pulumi_sdwan/transport_wan_vpn_interface_ipsec_feature_associate_tracker_feature.py +335 -0
- {pulumi_sdwan-0.3.0a1736835519.dist-info → pulumi_sdwan-0.3.0a1737094531.dist-info}/METADATA +1 -1
- {pulumi_sdwan-0.3.0a1736835519.dist-info → pulumi_sdwan-0.3.0a1737094531.dist-info}/RECORD +18 -6
- {pulumi_sdwan-0.3.0a1736835519.dist-info → pulumi_sdwan-0.3.0a1737094531.dist-info}/WHEEL +0 -0
- {pulumi_sdwan-0.3.0a1736835519.dist-info → pulumi_sdwan-0.3.0a1737094531.dist-info}/top_level.txt +0 -0
pulumi_sdwan/__init__.py
CHANGED
|
@@ -204,6 +204,8 @@ from .get_service_lan_vpn_feature_associate_routing_ospfv3_ipv4_feature import *
|
|
|
204
204
|
from .get_service_lan_vpn_feature_associate_routing_ospfv3_ipv6_feature import *
|
|
205
205
|
from .get_service_lan_vpn_interface_ethernet_feature import *
|
|
206
206
|
from .get_service_lan_vpn_interface_ethernet_feature_associate_dhcp_server_feature import *
|
|
207
|
+
from .get_service_lan_vpn_interface_ethernet_feature_associate_tracker_feature import *
|
|
208
|
+
from .get_service_lan_vpn_interface_ethernet_feature_associate_tracker_group_feature import *
|
|
207
209
|
from .get_service_lan_vpn_interface_gre_feature import *
|
|
208
210
|
from .get_service_lan_vpn_interface_ipsec_feature import *
|
|
209
211
|
from .get_service_lan_vpn_interface_ipsec_feature_associate_dhcp_server_feature import *
|
|
@@ -272,13 +274,17 @@ from .get_transport_wan_vpn_feature_associate_routing_ospf_feature import *
|
|
|
272
274
|
from .get_transport_wan_vpn_feature_associate_routing_ospfv3_ipv4_feature import *
|
|
273
275
|
from .get_transport_wan_vpn_feature_associate_routing_ospfv3_ipv6_feature import *
|
|
274
276
|
from .get_transport_wan_vpn_interface_cellular_feature import *
|
|
277
|
+
from .get_transport_wan_vpn_interface_cellular_feature_associate_tracker_feature import *
|
|
278
|
+
from .get_transport_wan_vpn_interface_cellular_feature_associate_tracker_group_feature import *
|
|
275
279
|
from .get_transport_wan_vpn_interface_ethernet_feature import *
|
|
276
280
|
from .get_transport_wan_vpn_interface_ethernet_feature_associate_ipv6_tracker_feature import *
|
|
277
281
|
from .get_transport_wan_vpn_interface_ethernet_feature_associate_ipv6_tracker_group_feature import *
|
|
278
282
|
from .get_transport_wan_vpn_interface_ethernet_feature_associate_tracker_feature import *
|
|
279
283
|
from .get_transport_wan_vpn_interface_ethernet_feature_associate_tracker_group_feature import *
|
|
280
284
|
from .get_transport_wan_vpn_interface_gre_feature import *
|
|
285
|
+
from .get_transport_wan_vpn_interface_gre_feature_associate_tracker_feature import *
|
|
281
286
|
from .get_transport_wan_vpn_interface_ipsec_feature import *
|
|
287
|
+
from .get_transport_wan_vpn_interface_ipsec_feature_associate_tracker_feature import *
|
|
282
288
|
from .get_transport_wan_vpn_interface_t1_e1_serial_feature import *
|
|
283
289
|
from .get_url_filtering_policy_definition import *
|
|
284
290
|
from .get_vedge_inventory import *
|
|
@@ -367,6 +373,8 @@ from .service_lan_vpn_feature_associate_routing_ospfv3_ipv4_feature import *
|
|
|
367
373
|
from .service_lan_vpn_feature_associate_routing_ospfv3_ipv6_feature import *
|
|
368
374
|
from .service_lan_vpn_interface_ethernet_feature import *
|
|
369
375
|
from .service_lan_vpn_interface_ethernet_feature_associate_dhcp_server_feature import *
|
|
376
|
+
from .service_lan_vpn_interface_ethernet_feature_associate_tracker_feature import *
|
|
377
|
+
from .service_lan_vpn_interface_ethernet_feature_associate_tracker_group_feature import *
|
|
370
378
|
from .service_lan_vpn_interface_gre_feature import *
|
|
371
379
|
from .service_lan_vpn_interface_ipsec_feature import *
|
|
372
380
|
from .service_lan_vpn_interface_ipsec_feature_associate_dhcp_server_feature import *
|
|
@@ -435,13 +443,17 @@ from .transport_wan_vpn_feature_associate_routing_ospf_feature import *
|
|
|
435
443
|
from .transport_wan_vpn_feature_associate_routing_ospfv3_ipv4_feature import *
|
|
436
444
|
from .transport_wan_vpn_feature_associate_routing_ospfv3_ipv6_feature import *
|
|
437
445
|
from .transport_wan_vpn_interface_cellular_feature import *
|
|
446
|
+
from .transport_wan_vpn_interface_cellular_feature_associate_tracker_feature import *
|
|
447
|
+
from .transport_wan_vpn_interface_cellular_feature_associate_tracker_group_feature import *
|
|
438
448
|
from .transport_wan_vpn_interface_ethernet_feature import *
|
|
439
449
|
from .transport_wan_vpn_interface_ethernet_feature_associate_ipv6_tracker_feature import *
|
|
440
450
|
from .transport_wan_vpn_interface_ethernet_feature_associate_ipv6_tracker_group_feature import *
|
|
441
451
|
from .transport_wan_vpn_interface_ethernet_feature_associate_tracker_feature import *
|
|
442
452
|
from .transport_wan_vpn_interface_ethernet_feature_associate_tracker_group_feature import *
|
|
443
453
|
from .transport_wan_vpn_interface_gre_feature import *
|
|
454
|
+
from .transport_wan_vpn_interface_gre_feature_associate_tracker_feature import *
|
|
444
455
|
from .transport_wan_vpn_interface_ipsec_feature import *
|
|
456
|
+
from .transport_wan_vpn_interface_ipsec_feature_associate_tracker_feature import *
|
|
445
457
|
from .transport_wan_vpn_interface_t1_e1_serial_feature import *
|
|
446
458
|
from .url_filtering_policy_definition import *
|
|
447
459
|
from .vpn_interface_cellular_feature_template import *
|
|
@@ -1557,6 +1569,22 @@ _utilities.register(
|
|
|
1557
1569
|
"sdwan:index/serviceLanVpnInterfaceEthernetFeatureAssociateDhcpServerFeature:ServiceLanVpnInterfaceEthernetFeatureAssociateDhcpServerFeature": "ServiceLanVpnInterfaceEthernetFeatureAssociateDhcpServerFeature"
|
|
1558
1570
|
}
|
|
1559
1571
|
},
|
|
1572
|
+
{
|
|
1573
|
+
"pkg": "sdwan",
|
|
1574
|
+
"mod": "index/serviceLanVpnInterfaceEthernetFeatureAssociateTrackerFeature",
|
|
1575
|
+
"fqn": "pulumi_sdwan",
|
|
1576
|
+
"classes": {
|
|
1577
|
+
"sdwan:index/serviceLanVpnInterfaceEthernetFeatureAssociateTrackerFeature:ServiceLanVpnInterfaceEthernetFeatureAssociateTrackerFeature": "ServiceLanVpnInterfaceEthernetFeatureAssociateTrackerFeature"
|
|
1578
|
+
}
|
|
1579
|
+
},
|
|
1580
|
+
{
|
|
1581
|
+
"pkg": "sdwan",
|
|
1582
|
+
"mod": "index/serviceLanVpnInterfaceEthernetFeatureAssociateTrackerGroupFeature",
|
|
1583
|
+
"fqn": "pulumi_sdwan",
|
|
1584
|
+
"classes": {
|
|
1585
|
+
"sdwan:index/serviceLanVpnInterfaceEthernetFeatureAssociateTrackerGroupFeature:ServiceLanVpnInterfaceEthernetFeatureAssociateTrackerGroupFeature": "ServiceLanVpnInterfaceEthernetFeatureAssociateTrackerGroupFeature"
|
|
1586
|
+
}
|
|
1587
|
+
},
|
|
1560
1588
|
{
|
|
1561
1589
|
"pkg": "sdwan",
|
|
1562
1590
|
"mod": "index/serviceLanVpnInterfaceGreFeature",
|
|
@@ -2101,6 +2129,22 @@ _utilities.register(
|
|
|
2101
2129
|
"sdwan:index/transportWanVpnInterfaceCellularFeature:TransportWanVpnInterfaceCellularFeature": "TransportWanVpnInterfaceCellularFeature"
|
|
2102
2130
|
}
|
|
2103
2131
|
},
|
|
2132
|
+
{
|
|
2133
|
+
"pkg": "sdwan",
|
|
2134
|
+
"mod": "index/transportWanVpnInterfaceCellularFeatureAssociateTrackerFeature",
|
|
2135
|
+
"fqn": "pulumi_sdwan",
|
|
2136
|
+
"classes": {
|
|
2137
|
+
"sdwan:index/transportWanVpnInterfaceCellularFeatureAssociateTrackerFeature:TransportWanVpnInterfaceCellularFeatureAssociateTrackerFeature": "TransportWanVpnInterfaceCellularFeatureAssociateTrackerFeature"
|
|
2138
|
+
}
|
|
2139
|
+
},
|
|
2140
|
+
{
|
|
2141
|
+
"pkg": "sdwan",
|
|
2142
|
+
"mod": "index/transportWanVpnInterfaceCellularFeatureAssociateTrackerGroupFeature",
|
|
2143
|
+
"fqn": "pulumi_sdwan",
|
|
2144
|
+
"classes": {
|
|
2145
|
+
"sdwan:index/transportWanVpnInterfaceCellularFeatureAssociateTrackerGroupFeature:TransportWanVpnInterfaceCellularFeatureAssociateTrackerGroupFeature": "TransportWanVpnInterfaceCellularFeatureAssociateTrackerGroupFeature"
|
|
2146
|
+
}
|
|
2147
|
+
},
|
|
2104
2148
|
{
|
|
2105
2149
|
"pkg": "sdwan",
|
|
2106
2150
|
"mod": "index/transportWanVpnInterfaceEthernetFeature",
|
|
@@ -2149,6 +2193,14 @@ _utilities.register(
|
|
|
2149
2193
|
"sdwan:index/transportWanVpnInterfaceGreFeature:TransportWanVpnInterfaceGreFeature": "TransportWanVpnInterfaceGreFeature"
|
|
2150
2194
|
}
|
|
2151
2195
|
},
|
|
2196
|
+
{
|
|
2197
|
+
"pkg": "sdwan",
|
|
2198
|
+
"mod": "index/transportWanVpnInterfaceGreFeatureAssociateTrackerFeature",
|
|
2199
|
+
"fqn": "pulumi_sdwan",
|
|
2200
|
+
"classes": {
|
|
2201
|
+
"sdwan:index/transportWanVpnInterfaceGreFeatureAssociateTrackerFeature:TransportWanVpnInterfaceGreFeatureAssociateTrackerFeature": "TransportWanVpnInterfaceGreFeatureAssociateTrackerFeature"
|
|
2202
|
+
}
|
|
2203
|
+
},
|
|
2152
2204
|
{
|
|
2153
2205
|
"pkg": "sdwan",
|
|
2154
2206
|
"mod": "index/transportWanVpnInterfaceIpsecFeature",
|
|
@@ -2157,6 +2209,14 @@ _utilities.register(
|
|
|
2157
2209
|
"sdwan:index/transportWanVpnInterfaceIpsecFeature:TransportWanVpnInterfaceIpsecFeature": "TransportWanVpnInterfaceIpsecFeature"
|
|
2158
2210
|
}
|
|
2159
2211
|
},
|
|
2212
|
+
{
|
|
2213
|
+
"pkg": "sdwan",
|
|
2214
|
+
"mod": "index/transportWanVpnInterfaceIpsecFeatureAssociateTrackerFeature",
|
|
2215
|
+
"fqn": "pulumi_sdwan",
|
|
2216
|
+
"classes": {
|
|
2217
|
+
"sdwan:index/transportWanVpnInterfaceIpsecFeatureAssociateTrackerFeature:TransportWanVpnInterfaceIpsecFeatureAssociateTrackerFeature": "TransportWanVpnInterfaceIpsecFeatureAssociateTrackerFeature"
|
|
2218
|
+
}
|
|
2219
|
+
},
|
|
2160
2220
|
{
|
|
2161
2221
|
"pkg": "sdwan",
|
|
2162
2222
|
"mod": "index/transportWanVpnInterfaceT1E1SerialFeature",
|
|
@@ -0,0 +1,178 @@
|
|
|
1
|
+
# coding=utf-8
|
|
2
|
+
# *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
|
|
5
|
+
import copy
|
|
6
|
+
import warnings
|
|
7
|
+
import sys
|
|
8
|
+
import pulumi
|
|
9
|
+
import pulumi.runtime
|
|
10
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
+
if sys.version_info >= (3, 11):
|
|
12
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
+
else:
|
|
14
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
|
+
from . import _utilities
|
|
16
|
+
|
|
17
|
+
__all__ = [
|
|
18
|
+
'GetServiceLanVpnInterfaceEthernetFeatureAssociateTrackerFeatureResult',
|
|
19
|
+
'AwaitableGetServiceLanVpnInterfaceEthernetFeatureAssociateTrackerFeatureResult',
|
|
20
|
+
'get_service_lan_vpn_interface_ethernet_feature_associate_tracker_feature',
|
|
21
|
+
'get_service_lan_vpn_interface_ethernet_feature_associate_tracker_feature_output',
|
|
22
|
+
]
|
|
23
|
+
|
|
24
|
+
@pulumi.output_type
|
|
25
|
+
class GetServiceLanVpnInterfaceEthernetFeatureAssociateTrackerFeatureResult:
|
|
26
|
+
"""
|
|
27
|
+
A collection of values returned by getServiceLanVpnInterfaceEthernetFeatureAssociateTrackerFeature.
|
|
28
|
+
"""
|
|
29
|
+
def __init__(__self__, feature_profile_id=None, id=None, service_lan_vpn_feature_id=None, service_lan_vpn_interface_ethernet_feature_id=None, service_tracker_feature_id=None):
|
|
30
|
+
if feature_profile_id and not isinstance(feature_profile_id, str):
|
|
31
|
+
raise TypeError("Expected argument 'feature_profile_id' to be a str")
|
|
32
|
+
pulumi.set(__self__, "feature_profile_id", feature_profile_id)
|
|
33
|
+
if id and not isinstance(id, str):
|
|
34
|
+
raise TypeError("Expected argument 'id' to be a str")
|
|
35
|
+
pulumi.set(__self__, "id", id)
|
|
36
|
+
if service_lan_vpn_feature_id and not isinstance(service_lan_vpn_feature_id, str):
|
|
37
|
+
raise TypeError("Expected argument 'service_lan_vpn_feature_id' to be a str")
|
|
38
|
+
pulumi.set(__self__, "service_lan_vpn_feature_id", service_lan_vpn_feature_id)
|
|
39
|
+
if service_lan_vpn_interface_ethernet_feature_id and not isinstance(service_lan_vpn_interface_ethernet_feature_id, str):
|
|
40
|
+
raise TypeError("Expected argument 'service_lan_vpn_interface_ethernet_feature_id' to be a str")
|
|
41
|
+
pulumi.set(__self__, "service_lan_vpn_interface_ethernet_feature_id", service_lan_vpn_interface_ethernet_feature_id)
|
|
42
|
+
if service_tracker_feature_id and not isinstance(service_tracker_feature_id, str):
|
|
43
|
+
raise TypeError("Expected argument 'service_tracker_feature_id' to be a str")
|
|
44
|
+
pulumi.set(__self__, "service_tracker_feature_id", service_tracker_feature_id)
|
|
45
|
+
|
|
46
|
+
@property
|
|
47
|
+
@pulumi.getter(name="featureProfileId")
|
|
48
|
+
def feature_profile_id(self) -> str:
|
|
49
|
+
"""
|
|
50
|
+
Feature Profile ID
|
|
51
|
+
"""
|
|
52
|
+
return pulumi.get(self, "feature_profile_id")
|
|
53
|
+
|
|
54
|
+
@property
|
|
55
|
+
@pulumi.getter
|
|
56
|
+
def id(self) -> str:
|
|
57
|
+
"""
|
|
58
|
+
The id of the object
|
|
59
|
+
"""
|
|
60
|
+
return pulumi.get(self, "id")
|
|
61
|
+
|
|
62
|
+
@property
|
|
63
|
+
@pulumi.getter(name="serviceLanVpnFeatureId")
|
|
64
|
+
def service_lan_vpn_feature_id(self) -> str:
|
|
65
|
+
"""
|
|
66
|
+
Service LAN VPN Feature ID
|
|
67
|
+
"""
|
|
68
|
+
return pulumi.get(self, "service_lan_vpn_feature_id")
|
|
69
|
+
|
|
70
|
+
@property
|
|
71
|
+
@pulumi.getter(name="serviceLanVpnInterfaceEthernetFeatureId")
|
|
72
|
+
def service_lan_vpn_interface_ethernet_feature_id(self) -> str:
|
|
73
|
+
"""
|
|
74
|
+
Service LAN VPN Interface Ethernet Feature ID
|
|
75
|
+
"""
|
|
76
|
+
return pulumi.get(self, "service_lan_vpn_interface_ethernet_feature_id")
|
|
77
|
+
|
|
78
|
+
@property
|
|
79
|
+
@pulumi.getter(name="serviceTrackerFeatureId")
|
|
80
|
+
def service_tracker_feature_id(self) -> str:
|
|
81
|
+
"""
|
|
82
|
+
Service Tracker Feature ID
|
|
83
|
+
"""
|
|
84
|
+
return pulumi.get(self, "service_tracker_feature_id")
|
|
85
|
+
|
|
86
|
+
|
|
87
|
+
class AwaitableGetServiceLanVpnInterfaceEthernetFeatureAssociateTrackerFeatureResult(GetServiceLanVpnInterfaceEthernetFeatureAssociateTrackerFeatureResult):
|
|
88
|
+
# pylint: disable=using-constant-test
|
|
89
|
+
def __await__(self):
|
|
90
|
+
if False:
|
|
91
|
+
yield self
|
|
92
|
+
return GetServiceLanVpnInterfaceEthernetFeatureAssociateTrackerFeatureResult(
|
|
93
|
+
feature_profile_id=self.feature_profile_id,
|
|
94
|
+
id=self.id,
|
|
95
|
+
service_lan_vpn_feature_id=self.service_lan_vpn_feature_id,
|
|
96
|
+
service_lan_vpn_interface_ethernet_feature_id=self.service_lan_vpn_interface_ethernet_feature_id,
|
|
97
|
+
service_tracker_feature_id=self.service_tracker_feature_id)
|
|
98
|
+
|
|
99
|
+
|
|
100
|
+
def get_service_lan_vpn_interface_ethernet_feature_associate_tracker_feature(feature_profile_id: Optional[str] = None,
|
|
101
|
+
id: Optional[str] = None,
|
|
102
|
+
service_lan_vpn_feature_id: Optional[str] = None,
|
|
103
|
+
service_lan_vpn_interface_ethernet_feature_id: Optional[str] = None,
|
|
104
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetServiceLanVpnInterfaceEthernetFeatureAssociateTrackerFeatureResult:
|
|
105
|
+
"""
|
|
106
|
+
This data source can read the Service LAN VPN Interface Ethernet Feature Associate Tracker Feature .
|
|
107
|
+
|
|
108
|
+
## Example Usage
|
|
109
|
+
|
|
110
|
+
```python
|
|
111
|
+
import pulumi
|
|
112
|
+
import pulumi_sdwan as sdwan
|
|
113
|
+
|
|
114
|
+
example = sdwan.get_service_lan_vpn_interface_ethernet_feature_associate_tracker_feature(feature_profile_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
|
|
115
|
+
service_lan_vpn_feature_id="140331f6-5418-4755-a059-13c77eb96037",
|
|
116
|
+
service_lan_vpn_interface_ethernet_feature_id="140331f6-5418-4755-a059-13c77eb96037",
|
|
117
|
+
id="f6b2c44c-693c-4763-b010-895aa3d236bd")
|
|
118
|
+
```
|
|
119
|
+
|
|
120
|
+
|
|
121
|
+
:param str feature_profile_id: Feature Profile ID
|
|
122
|
+
:param str id: The id of the object
|
|
123
|
+
:param str service_lan_vpn_feature_id: Service LAN VPN Feature ID
|
|
124
|
+
:param str service_lan_vpn_interface_ethernet_feature_id: Service LAN VPN Interface Ethernet Feature ID
|
|
125
|
+
"""
|
|
126
|
+
__args__ = dict()
|
|
127
|
+
__args__['featureProfileId'] = feature_profile_id
|
|
128
|
+
__args__['id'] = id
|
|
129
|
+
__args__['serviceLanVpnFeatureId'] = service_lan_vpn_feature_id
|
|
130
|
+
__args__['serviceLanVpnInterfaceEthernetFeatureId'] = service_lan_vpn_interface_ethernet_feature_id
|
|
131
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
132
|
+
__ret__ = pulumi.runtime.invoke('sdwan:index/getServiceLanVpnInterfaceEthernetFeatureAssociateTrackerFeature:getServiceLanVpnInterfaceEthernetFeatureAssociateTrackerFeature', __args__, opts=opts, typ=GetServiceLanVpnInterfaceEthernetFeatureAssociateTrackerFeatureResult).value
|
|
133
|
+
|
|
134
|
+
return AwaitableGetServiceLanVpnInterfaceEthernetFeatureAssociateTrackerFeatureResult(
|
|
135
|
+
feature_profile_id=pulumi.get(__ret__, 'feature_profile_id'),
|
|
136
|
+
id=pulumi.get(__ret__, 'id'),
|
|
137
|
+
service_lan_vpn_feature_id=pulumi.get(__ret__, 'service_lan_vpn_feature_id'),
|
|
138
|
+
service_lan_vpn_interface_ethernet_feature_id=pulumi.get(__ret__, 'service_lan_vpn_interface_ethernet_feature_id'),
|
|
139
|
+
service_tracker_feature_id=pulumi.get(__ret__, 'service_tracker_feature_id'))
|
|
140
|
+
def get_service_lan_vpn_interface_ethernet_feature_associate_tracker_feature_output(feature_profile_id: Optional[pulumi.Input[str]] = None,
|
|
141
|
+
id: Optional[pulumi.Input[str]] = None,
|
|
142
|
+
service_lan_vpn_feature_id: Optional[pulumi.Input[str]] = None,
|
|
143
|
+
service_lan_vpn_interface_ethernet_feature_id: Optional[pulumi.Input[str]] = None,
|
|
144
|
+
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetServiceLanVpnInterfaceEthernetFeatureAssociateTrackerFeatureResult]:
|
|
145
|
+
"""
|
|
146
|
+
This data source can read the Service LAN VPN Interface Ethernet Feature Associate Tracker Feature .
|
|
147
|
+
|
|
148
|
+
## Example Usage
|
|
149
|
+
|
|
150
|
+
```python
|
|
151
|
+
import pulumi
|
|
152
|
+
import pulumi_sdwan as sdwan
|
|
153
|
+
|
|
154
|
+
example = sdwan.get_service_lan_vpn_interface_ethernet_feature_associate_tracker_feature(feature_profile_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
|
|
155
|
+
service_lan_vpn_feature_id="140331f6-5418-4755-a059-13c77eb96037",
|
|
156
|
+
service_lan_vpn_interface_ethernet_feature_id="140331f6-5418-4755-a059-13c77eb96037",
|
|
157
|
+
id="f6b2c44c-693c-4763-b010-895aa3d236bd")
|
|
158
|
+
```
|
|
159
|
+
|
|
160
|
+
|
|
161
|
+
:param str feature_profile_id: Feature Profile ID
|
|
162
|
+
:param str id: The id of the object
|
|
163
|
+
:param str service_lan_vpn_feature_id: Service LAN VPN Feature ID
|
|
164
|
+
:param str service_lan_vpn_interface_ethernet_feature_id: Service LAN VPN Interface Ethernet Feature ID
|
|
165
|
+
"""
|
|
166
|
+
__args__ = dict()
|
|
167
|
+
__args__['featureProfileId'] = feature_profile_id
|
|
168
|
+
__args__['id'] = id
|
|
169
|
+
__args__['serviceLanVpnFeatureId'] = service_lan_vpn_feature_id
|
|
170
|
+
__args__['serviceLanVpnInterfaceEthernetFeatureId'] = service_lan_vpn_interface_ethernet_feature_id
|
|
171
|
+
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
172
|
+
__ret__ = pulumi.runtime.invoke_output('sdwan:index/getServiceLanVpnInterfaceEthernetFeatureAssociateTrackerFeature:getServiceLanVpnInterfaceEthernetFeatureAssociateTrackerFeature', __args__, opts=opts, typ=GetServiceLanVpnInterfaceEthernetFeatureAssociateTrackerFeatureResult)
|
|
173
|
+
return __ret__.apply(lambda __response__: GetServiceLanVpnInterfaceEthernetFeatureAssociateTrackerFeatureResult(
|
|
174
|
+
feature_profile_id=pulumi.get(__response__, 'feature_profile_id'),
|
|
175
|
+
id=pulumi.get(__response__, 'id'),
|
|
176
|
+
service_lan_vpn_feature_id=pulumi.get(__response__, 'service_lan_vpn_feature_id'),
|
|
177
|
+
service_lan_vpn_interface_ethernet_feature_id=pulumi.get(__response__, 'service_lan_vpn_interface_ethernet_feature_id'),
|
|
178
|
+
service_tracker_feature_id=pulumi.get(__response__, 'service_tracker_feature_id')))
|
pulumi_sdwan/get_service_lan_vpn_interface_ethernet_feature_associate_tracker_group_feature.py
ADDED
|
@@ -0,0 +1,178 @@
|
|
|
1
|
+
# coding=utf-8
|
|
2
|
+
# *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
|
|
5
|
+
import copy
|
|
6
|
+
import warnings
|
|
7
|
+
import sys
|
|
8
|
+
import pulumi
|
|
9
|
+
import pulumi.runtime
|
|
10
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
+
if sys.version_info >= (3, 11):
|
|
12
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
+
else:
|
|
14
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
|
+
from . import _utilities
|
|
16
|
+
|
|
17
|
+
__all__ = [
|
|
18
|
+
'GetServiceLanVpnInterfaceEthernetFeatureAssociateTrackerGroupFeatureResult',
|
|
19
|
+
'AwaitableGetServiceLanVpnInterfaceEthernetFeatureAssociateTrackerGroupFeatureResult',
|
|
20
|
+
'get_service_lan_vpn_interface_ethernet_feature_associate_tracker_group_feature',
|
|
21
|
+
'get_service_lan_vpn_interface_ethernet_feature_associate_tracker_group_feature_output',
|
|
22
|
+
]
|
|
23
|
+
|
|
24
|
+
@pulumi.output_type
|
|
25
|
+
class GetServiceLanVpnInterfaceEthernetFeatureAssociateTrackerGroupFeatureResult:
|
|
26
|
+
"""
|
|
27
|
+
A collection of values returned by getServiceLanVpnInterfaceEthernetFeatureAssociateTrackerGroupFeature.
|
|
28
|
+
"""
|
|
29
|
+
def __init__(__self__, feature_profile_id=None, id=None, service_lan_vpn_feature_id=None, service_lan_vpn_interface_ethernet_feature_id=None, service_tracker_group_feature_id=None):
|
|
30
|
+
if feature_profile_id and not isinstance(feature_profile_id, str):
|
|
31
|
+
raise TypeError("Expected argument 'feature_profile_id' to be a str")
|
|
32
|
+
pulumi.set(__self__, "feature_profile_id", feature_profile_id)
|
|
33
|
+
if id and not isinstance(id, str):
|
|
34
|
+
raise TypeError("Expected argument 'id' to be a str")
|
|
35
|
+
pulumi.set(__self__, "id", id)
|
|
36
|
+
if service_lan_vpn_feature_id and not isinstance(service_lan_vpn_feature_id, str):
|
|
37
|
+
raise TypeError("Expected argument 'service_lan_vpn_feature_id' to be a str")
|
|
38
|
+
pulumi.set(__self__, "service_lan_vpn_feature_id", service_lan_vpn_feature_id)
|
|
39
|
+
if service_lan_vpn_interface_ethernet_feature_id and not isinstance(service_lan_vpn_interface_ethernet_feature_id, str):
|
|
40
|
+
raise TypeError("Expected argument 'service_lan_vpn_interface_ethernet_feature_id' to be a str")
|
|
41
|
+
pulumi.set(__self__, "service_lan_vpn_interface_ethernet_feature_id", service_lan_vpn_interface_ethernet_feature_id)
|
|
42
|
+
if service_tracker_group_feature_id and not isinstance(service_tracker_group_feature_id, str):
|
|
43
|
+
raise TypeError("Expected argument 'service_tracker_group_feature_id' to be a str")
|
|
44
|
+
pulumi.set(__self__, "service_tracker_group_feature_id", service_tracker_group_feature_id)
|
|
45
|
+
|
|
46
|
+
@property
|
|
47
|
+
@pulumi.getter(name="featureProfileId")
|
|
48
|
+
def feature_profile_id(self) -> str:
|
|
49
|
+
"""
|
|
50
|
+
Feature Profile ID
|
|
51
|
+
"""
|
|
52
|
+
return pulumi.get(self, "feature_profile_id")
|
|
53
|
+
|
|
54
|
+
@property
|
|
55
|
+
@pulumi.getter
|
|
56
|
+
def id(self) -> str:
|
|
57
|
+
"""
|
|
58
|
+
The id of the object
|
|
59
|
+
"""
|
|
60
|
+
return pulumi.get(self, "id")
|
|
61
|
+
|
|
62
|
+
@property
|
|
63
|
+
@pulumi.getter(name="serviceLanVpnFeatureId")
|
|
64
|
+
def service_lan_vpn_feature_id(self) -> str:
|
|
65
|
+
"""
|
|
66
|
+
Service LAN VPN Feature ID
|
|
67
|
+
"""
|
|
68
|
+
return pulumi.get(self, "service_lan_vpn_feature_id")
|
|
69
|
+
|
|
70
|
+
@property
|
|
71
|
+
@pulumi.getter(name="serviceLanVpnInterfaceEthernetFeatureId")
|
|
72
|
+
def service_lan_vpn_interface_ethernet_feature_id(self) -> str:
|
|
73
|
+
"""
|
|
74
|
+
Service LAN VPN Interface Ethernet Feature ID
|
|
75
|
+
"""
|
|
76
|
+
return pulumi.get(self, "service_lan_vpn_interface_ethernet_feature_id")
|
|
77
|
+
|
|
78
|
+
@property
|
|
79
|
+
@pulumi.getter(name="serviceTrackerGroupFeatureId")
|
|
80
|
+
def service_tracker_group_feature_id(self) -> str:
|
|
81
|
+
"""
|
|
82
|
+
Service Tracker Group Feature ID
|
|
83
|
+
"""
|
|
84
|
+
return pulumi.get(self, "service_tracker_group_feature_id")
|
|
85
|
+
|
|
86
|
+
|
|
87
|
+
class AwaitableGetServiceLanVpnInterfaceEthernetFeatureAssociateTrackerGroupFeatureResult(GetServiceLanVpnInterfaceEthernetFeatureAssociateTrackerGroupFeatureResult):
|
|
88
|
+
# pylint: disable=using-constant-test
|
|
89
|
+
def __await__(self):
|
|
90
|
+
if False:
|
|
91
|
+
yield self
|
|
92
|
+
return GetServiceLanVpnInterfaceEthernetFeatureAssociateTrackerGroupFeatureResult(
|
|
93
|
+
feature_profile_id=self.feature_profile_id,
|
|
94
|
+
id=self.id,
|
|
95
|
+
service_lan_vpn_feature_id=self.service_lan_vpn_feature_id,
|
|
96
|
+
service_lan_vpn_interface_ethernet_feature_id=self.service_lan_vpn_interface_ethernet_feature_id,
|
|
97
|
+
service_tracker_group_feature_id=self.service_tracker_group_feature_id)
|
|
98
|
+
|
|
99
|
+
|
|
100
|
+
def get_service_lan_vpn_interface_ethernet_feature_associate_tracker_group_feature(feature_profile_id: Optional[str] = None,
|
|
101
|
+
id: Optional[str] = None,
|
|
102
|
+
service_lan_vpn_feature_id: Optional[str] = None,
|
|
103
|
+
service_lan_vpn_interface_ethernet_feature_id: Optional[str] = None,
|
|
104
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetServiceLanVpnInterfaceEthernetFeatureAssociateTrackerGroupFeatureResult:
|
|
105
|
+
"""
|
|
106
|
+
This data source can read the Service LAN VPN Interface Ethernet Feature Associate Tracker Group Feature .
|
|
107
|
+
|
|
108
|
+
## Example Usage
|
|
109
|
+
|
|
110
|
+
```python
|
|
111
|
+
import pulumi
|
|
112
|
+
import pulumi_sdwan as sdwan
|
|
113
|
+
|
|
114
|
+
example = sdwan.get_service_lan_vpn_interface_ethernet_feature_associate_tracker_group_feature(feature_profile_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
|
|
115
|
+
service_lan_vpn_feature_id="140331f6-5418-4755-a059-13c77eb96037",
|
|
116
|
+
service_lan_vpn_interface_ethernet_feature_id="140331f6-5418-4755-a059-13c77eb96037",
|
|
117
|
+
id="f6b2c44c-693c-4763-b010-895aa3d236bd")
|
|
118
|
+
```
|
|
119
|
+
|
|
120
|
+
|
|
121
|
+
:param str feature_profile_id: Feature Profile ID
|
|
122
|
+
:param str id: The id of the object
|
|
123
|
+
:param str service_lan_vpn_feature_id: Service LAN VPN Feature ID
|
|
124
|
+
:param str service_lan_vpn_interface_ethernet_feature_id: Service LAN VPN Interface Ethernet Feature ID
|
|
125
|
+
"""
|
|
126
|
+
__args__ = dict()
|
|
127
|
+
__args__['featureProfileId'] = feature_profile_id
|
|
128
|
+
__args__['id'] = id
|
|
129
|
+
__args__['serviceLanVpnFeatureId'] = service_lan_vpn_feature_id
|
|
130
|
+
__args__['serviceLanVpnInterfaceEthernetFeatureId'] = service_lan_vpn_interface_ethernet_feature_id
|
|
131
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
132
|
+
__ret__ = pulumi.runtime.invoke('sdwan:index/getServiceLanVpnInterfaceEthernetFeatureAssociateTrackerGroupFeature:getServiceLanVpnInterfaceEthernetFeatureAssociateTrackerGroupFeature', __args__, opts=opts, typ=GetServiceLanVpnInterfaceEthernetFeatureAssociateTrackerGroupFeatureResult).value
|
|
133
|
+
|
|
134
|
+
return AwaitableGetServiceLanVpnInterfaceEthernetFeatureAssociateTrackerGroupFeatureResult(
|
|
135
|
+
feature_profile_id=pulumi.get(__ret__, 'feature_profile_id'),
|
|
136
|
+
id=pulumi.get(__ret__, 'id'),
|
|
137
|
+
service_lan_vpn_feature_id=pulumi.get(__ret__, 'service_lan_vpn_feature_id'),
|
|
138
|
+
service_lan_vpn_interface_ethernet_feature_id=pulumi.get(__ret__, 'service_lan_vpn_interface_ethernet_feature_id'),
|
|
139
|
+
service_tracker_group_feature_id=pulumi.get(__ret__, 'service_tracker_group_feature_id'))
|
|
140
|
+
def get_service_lan_vpn_interface_ethernet_feature_associate_tracker_group_feature_output(feature_profile_id: Optional[pulumi.Input[str]] = None,
|
|
141
|
+
id: Optional[pulumi.Input[str]] = None,
|
|
142
|
+
service_lan_vpn_feature_id: Optional[pulumi.Input[str]] = None,
|
|
143
|
+
service_lan_vpn_interface_ethernet_feature_id: Optional[pulumi.Input[str]] = None,
|
|
144
|
+
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetServiceLanVpnInterfaceEthernetFeatureAssociateTrackerGroupFeatureResult]:
|
|
145
|
+
"""
|
|
146
|
+
This data source can read the Service LAN VPN Interface Ethernet Feature Associate Tracker Group Feature .
|
|
147
|
+
|
|
148
|
+
## Example Usage
|
|
149
|
+
|
|
150
|
+
```python
|
|
151
|
+
import pulumi
|
|
152
|
+
import pulumi_sdwan as sdwan
|
|
153
|
+
|
|
154
|
+
example = sdwan.get_service_lan_vpn_interface_ethernet_feature_associate_tracker_group_feature(feature_profile_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
|
|
155
|
+
service_lan_vpn_feature_id="140331f6-5418-4755-a059-13c77eb96037",
|
|
156
|
+
service_lan_vpn_interface_ethernet_feature_id="140331f6-5418-4755-a059-13c77eb96037",
|
|
157
|
+
id="f6b2c44c-693c-4763-b010-895aa3d236bd")
|
|
158
|
+
```
|
|
159
|
+
|
|
160
|
+
|
|
161
|
+
:param str feature_profile_id: Feature Profile ID
|
|
162
|
+
:param str id: The id of the object
|
|
163
|
+
:param str service_lan_vpn_feature_id: Service LAN VPN Feature ID
|
|
164
|
+
:param str service_lan_vpn_interface_ethernet_feature_id: Service LAN VPN Interface Ethernet Feature ID
|
|
165
|
+
"""
|
|
166
|
+
__args__ = dict()
|
|
167
|
+
__args__['featureProfileId'] = feature_profile_id
|
|
168
|
+
__args__['id'] = id
|
|
169
|
+
__args__['serviceLanVpnFeatureId'] = service_lan_vpn_feature_id
|
|
170
|
+
__args__['serviceLanVpnInterfaceEthernetFeatureId'] = service_lan_vpn_interface_ethernet_feature_id
|
|
171
|
+
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
172
|
+
__ret__ = pulumi.runtime.invoke_output('sdwan:index/getServiceLanVpnInterfaceEthernetFeatureAssociateTrackerGroupFeature:getServiceLanVpnInterfaceEthernetFeatureAssociateTrackerGroupFeature', __args__, opts=opts, typ=GetServiceLanVpnInterfaceEthernetFeatureAssociateTrackerGroupFeatureResult)
|
|
173
|
+
return __ret__.apply(lambda __response__: GetServiceLanVpnInterfaceEthernetFeatureAssociateTrackerGroupFeatureResult(
|
|
174
|
+
feature_profile_id=pulumi.get(__response__, 'feature_profile_id'),
|
|
175
|
+
id=pulumi.get(__response__, 'id'),
|
|
176
|
+
service_lan_vpn_feature_id=pulumi.get(__response__, 'service_lan_vpn_feature_id'),
|
|
177
|
+
service_lan_vpn_interface_ethernet_feature_id=pulumi.get(__response__, 'service_lan_vpn_interface_ethernet_feature_id'),
|
|
178
|
+
service_tracker_group_feature_id=pulumi.get(__response__, 'service_tracker_group_feature_id')))
|
|
@@ -0,0 +1,178 @@
|
|
|
1
|
+
# coding=utf-8
|
|
2
|
+
# *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
|
|
5
|
+
import copy
|
|
6
|
+
import warnings
|
|
7
|
+
import sys
|
|
8
|
+
import pulumi
|
|
9
|
+
import pulumi.runtime
|
|
10
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
+
if sys.version_info >= (3, 11):
|
|
12
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
+
else:
|
|
14
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
|
+
from . import _utilities
|
|
16
|
+
|
|
17
|
+
__all__ = [
|
|
18
|
+
'GetTransportWanVpnInterfaceCellularFeatureAssociateTrackerFeatureResult',
|
|
19
|
+
'AwaitableGetTransportWanVpnInterfaceCellularFeatureAssociateTrackerFeatureResult',
|
|
20
|
+
'get_transport_wan_vpn_interface_cellular_feature_associate_tracker_feature',
|
|
21
|
+
'get_transport_wan_vpn_interface_cellular_feature_associate_tracker_feature_output',
|
|
22
|
+
]
|
|
23
|
+
|
|
24
|
+
@pulumi.output_type
|
|
25
|
+
class GetTransportWanVpnInterfaceCellularFeatureAssociateTrackerFeatureResult:
|
|
26
|
+
"""
|
|
27
|
+
A collection of values returned by getTransportWanVpnInterfaceCellularFeatureAssociateTrackerFeature.
|
|
28
|
+
"""
|
|
29
|
+
def __init__(__self__, feature_profile_id=None, id=None, transport_tracker_feature_id=None, transport_wan_vpn_feature_id=None, transport_wan_vpn_interface_cellular_feature_id=None):
|
|
30
|
+
if feature_profile_id and not isinstance(feature_profile_id, str):
|
|
31
|
+
raise TypeError("Expected argument 'feature_profile_id' to be a str")
|
|
32
|
+
pulumi.set(__self__, "feature_profile_id", feature_profile_id)
|
|
33
|
+
if id and not isinstance(id, str):
|
|
34
|
+
raise TypeError("Expected argument 'id' to be a str")
|
|
35
|
+
pulumi.set(__self__, "id", id)
|
|
36
|
+
if transport_tracker_feature_id and not isinstance(transport_tracker_feature_id, str):
|
|
37
|
+
raise TypeError("Expected argument 'transport_tracker_feature_id' to be a str")
|
|
38
|
+
pulumi.set(__self__, "transport_tracker_feature_id", transport_tracker_feature_id)
|
|
39
|
+
if transport_wan_vpn_feature_id and not isinstance(transport_wan_vpn_feature_id, str):
|
|
40
|
+
raise TypeError("Expected argument 'transport_wan_vpn_feature_id' to be a str")
|
|
41
|
+
pulumi.set(__self__, "transport_wan_vpn_feature_id", transport_wan_vpn_feature_id)
|
|
42
|
+
if transport_wan_vpn_interface_cellular_feature_id and not isinstance(transport_wan_vpn_interface_cellular_feature_id, str):
|
|
43
|
+
raise TypeError("Expected argument 'transport_wan_vpn_interface_cellular_feature_id' to be a str")
|
|
44
|
+
pulumi.set(__self__, "transport_wan_vpn_interface_cellular_feature_id", transport_wan_vpn_interface_cellular_feature_id)
|
|
45
|
+
|
|
46
|
+
@property
|
|
47
|
+
@pulumi.getter(name="featureProfileId")
|
|
48
|
+
def feature_profile_id(self) -> str:
|
|
49
|
+
"""
|
|
50
|
+
Feature Profile ID
|
|
51
|
+
"""
|
|
52
|
+
return pulumi.get(self, "feature_profile_id")
|
|
53
|
+
|
|
54
|
+
@property
|
|
55
|
+
@pulumi.getter
|
|
56
|
+
def id(self) -> str:
|
|
57
|
+
"""
|
|
58
|
+
The id of the object
|
|
59
|
+
"""
|
|
60
|
+
return pulumi.get(self, "id")
|
|
61
|
+
|
|
62
|
+
@property
|
|
63
|
+
@pulumi.getter(name="transportTrackerFeatureId")
|
|
64
|
+
def transport_tracker_feature_id(self) -> str:
|
|
65
|
+
"""
|
|
66
|
+
Transport Tracker Feature ID
|
|
67
|
+
"""
|
|
68
|
+
return pulumi.get(self, "transport_tracker_feature_id")
|
|
69
|
+
|
|
70
|
+
@property
|
|
71
|
+
@pulumi.getter(name="transportWanVpnFeatureId")
|
|
72
|
+
def transport_wan_vpn_feature_id(self) -> str:
|
|
73
|
+
"""
|
|
74
|
+
Transport WAN VPN Feature ID
|
|
75
|
+
"""
|
|
76
|
+
return pulumi.get(self, "transport_wan_vpn_feature_id")
|
|
77
|
+
|
|
78
|
+
@property
|
|
79
|
+
@pulumi.getter(name="transportWanVpnInterfaceCellularFeatureId")
|
|
80
|
+
def transport_wan_vpn_interface_cellular_feature_id(self) -> str:
|
|
81
|
+
"""
|
|
82
|
+
Transport WAN VPN Interface Cellular Feature ID
|
|
83
|
+
"""
|
|
84
|
+
return pulumi.get(self, "transport_wan_vpn_interface_cellular_feature_id")
|
|
85
|
+
|
|
86
|
+
|
|
87
|
+
class AwaitableGetTransportWanVpnInterfaceCellularFeatureAssociateTrackerFeatureResult(GetTransportWanVpnInterfaceCellularFeatureAssociateTrackerFeatureResult):
|
|
88
|
+
# pylint: disable=using-constant-test
|
|
89
|
+
def __await__(self):
|
|
90
|
+
if False:
|
|
91
|
+
yield self
|
|
92
|
+
return GetTransportWanVpnInterfaceCellularFeatureAssociateTrackerFeatureResult(
|
|
93
|
+
feature_profile_id=self.feature_profile_id,
|
|
94
|
+
id=self.id,
|
|
95
|
+
transport_tracker_feature_id=self.transport_tracker_feature_id,
|
|
96
|
+
transport_wan_vpn_feature_id=self.transport_wan_vpn_feature_id,
|
|
97
|
+
transport_wan_vpn_interface_cellular_feature_id=self.transport_wan_vpn_interface_cellular_feature_id)
|
|
98
|
+
|
|
99
|
+
|
|
100
|
+
def get_transport_wan_vpn_interface_cellular_feature_associate_tracker_feature(feature_profile_id: Optional[str] = None,
|
|
101
|
+
id: Optional[str] = None,
|
|
102
|
+
transport_wan_vpn_feature_id: Optional[str] = None,
|
|
103
|
+
transport_wan_vpn_interface_cellular_feature_id: Optional[str] = None,
|
|
104
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetTransportWanVpnInterfaceCellularFeatureAssociateTrackerFeatureResult:
|
|
105
|
+
"""
|
|
106
|
+
This data source can read the Transport WAN VPN Interface Cellular Feature Associate Tracker Feature .
|
|
107
|
+
|
|
108
|
+
## Example Usage
|
|
109
|
+
|
|
110
|
+
```python
|
|
111
|
+
import pulumi
|
|
112
|
+
import pulumi_sdwan as sdwan
|
|
113
|
+
|
|
114
|
+
example = sdwan.get_transport_wan_vpn_interface_cellular_feature_associate_tracker_feature(feature_profile_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
|
|
115
|
+
transport_wan_vpn_feature_id="140331f6-5418-4755-a059-13c77eb96037",
|
|
116
|
+
transport_wan_vpn_interface_cellular_feature_id="140331f6-5418-4755-a059-13c77eb96037",
|
|
117
|
+
id="f6b2c44c-693c-4763-b010-895aa3d236bd")
|
|
118
|
+
```
|
|
119
|
+
|
|
120
|
+
|
|
121
|
+
:param str feature_profile_id: Feature Profile ID
|
|
122
|
+
:param str id: The id of the object
|
|
123
|
+
:param str transport_wan_vpn_feature_id: Transport WAN VPN Feature ID
|
|
124
|
+
:param str transport_wan_vpn_interface_cellular_feature_id: Transport WAN VPN Interface Cellular Feature ID
|
|
125
|
+
"""
|
|
126
|
+
__args__ = dict()
|
|
127
|
+
__args__['featureProfileId'] = feature_profile_id
|
|
128
|
+
__args__['id'] = id
|
|
129
|
+
__args__['transportWanVpnFeatureId'] = transport_wan_vpn_feature_id
|
|
130
|
+
__args__['transportWanVpnInterfaceCellularFeatureId'] = transport_wan_vpn_interface_cellular_feature_id
|
|
131
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
132
|
+
__ret__ = pulumi.runtime.invoke('sdwan:index/getTransportWanVpnInterfaceCellularFeatureAssociateTrackerFeature:getTransportWanVpnInterfaceCellularFeatureAssociateTrackerFeature', __args__, opts=opts, typ=GetTransportWanVpnInterfaceCellularFeatureAssociateTrackerFeatureResult).value
|
|
133
|
+
|
|
134
|
+
return AwaitableGetTransportWanVpnInterfaceCellularFeatureAssociateTrackerFeatureResult(
|
|
135
|
+
feature_profile_id=pulumi.get(__ret__, 'feature_profile_id'),
|
|
136
|
+
id=pulumi.get(__ret__, 'id'),
|
|
137
|
+
transport_tracker_feature_id=pulumi.get(__ret__, 'transport_tracker_feature_id'),
|
|
138
|
+
transport_wan_vpn_feature_id=pulumi.get(__ret__, 'transport_wan_vpn_feature_id'),
|
|
139
|
+
transport_wan_vpn_interface_cellular_feature_id=pulumi.get(__ret__, 'transport_wan_vpn_interface_cellular_feature_id'))
|
|
140
|
+
def get_transport_wan_vpn_interface_cellular_feature_associate_tracker_feature_output(feature_profile_id: Optional[pulumi.Input[str]] = None,
|
|
141
|
+
id: Optional[pulumi.Input[str]] = None,
|
|
142
|
+
transport_wan_vpn_feature_id: Optional[pulumi.Input[str]] = None,
|
|
143
|
+
transport_wan_vpn_interface_cellular_feature_id: Optional[pulumi.Input[str]] = None,
|
|
144
|
+
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetTransportWanVpnInterfaceCellularFeatureAssociateTrackerFeatureResult]:
|
|
145
|
+
"""
|
|
146
|
+
This data source can read the Transport WAN VPN Interface Cellular Feature Associate Tracker Feature .
|
|
147
|
+
|
|
148
|
+
## Example Usage
|
|
149
|
+
|
|
150
|
+
```python
|
|
151
|
+
import pulumi
|
|
152
|
+
import pulumi_sdwan as sdwan
|
|
153
|
+
|
|
154
|
+
example = sdwan.get_transport_wan_vpn_interface_cellular_feature_associate_tracker_feature(feature_profile_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
|
|
155
|
+
transport_wan_vpn_feature_id="140331f6-5418-4755-a059-13c77eb96037",
|
|
156
|
+
transport_wan_vpn_interface_cellular_feature_id="140331f6-5418-4755-a059-13c77eb96037",
|
|
157
|
+
id="f6b2c44c-693c-4763-b010-895aa3d236bd")
|
|
158
|
+
```
|
|
159
|
+
|
|
160
|
+
|
|
161
|
+
:param str feature_profile_id: Feature Profile ID
|
|
162
|
+
:param str id: The id of the object
|
|
163
|
+
:param str transport_wan_vpn_feature_id: Transport WAN VPN Feature ID
|
|
164
|
+
:param str transport_wan_vpn_interface_cellular_feature_id: Transport WAN VPN Interface Cellular Feature ID
|
|
165
|
+
"""
|
|
166
|
+
__args__ = dict()
|
|
167
|
+
__args__['featureProfileId'] = feature_profile_id
|
|
168
|
+
__args__['id'] = id
|
|
169
|
+
__args__['transportWanVpnFeatureId'] = transport_wan_vpn_feature_id
|
|
170
|
+
__args__['transportWanVpnInterfaceCellularFeatureId'] = transport_wan_vpn_interface_cellular_feature_id
|
|
171
|
+
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
172
|
+
__ret__ = pulumi.runtime.invoke_output('sdwan:index/getTransportWanVpnInterfaceCellularFeatureAssociateTrackerFeature:getTransportWanVpnInterfaceCellularFeatureAssociateTrackerFeature', __args__, opts=opts, typ=GetTransportWanVpnInterfaceCellularFeatureAssociateTrackerFeatureResult)
|
|
173
|
+
return __ret__.apply(lambda __response__: GetTransportWanVpnInterfaceCellularFeatureAssociateTrackerFeatureResult(
|
|
174
|
+
feature_profile_id=pulumi.get(__response__, 'feature_profile_id'),
|
|
175
|
+
id=pulumi.get(__response__, 'id'),
|
|
176
|
+
transport_tracker_feature_id=pulumi.get(__response__, 'transport_tracker_feature_id'),
|
|
177
|
+
transport_wan_vpn_feature_id=pulumi.get(__response__, 'transport_wan_vpn_feature_id'),
|
|
178
|
+
transport_wan_vpn_interface_cellular_feature_id=pulumi.get(__response__, 'transport_wan_vpn_interface_cellular_feature_id')))
|