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
|
+
'GetSystemSnmpFeatureResult',
|
|
15
|
+
'AwaitableGetSystemSnmpFeatureResult',
|
|
16
|
+
'get_system_snmp_feature',
|
|
17
|
+
'get_system_snmp_feature_output',
|
|
18
18
|
]
|
|
19
19
|
|
|
20
20
|
@pulumi.output_type
|
|
21
|
-
class
|
|
21
|
+
class GetSystemSnmpFeatureResult:
|
|
22
22
|
"""
|
|
23
|
-
A collection of values returned by
|
|
23
|
+
A collection of values returned by getSystemSnmpFeature.
|
|
24
24
|
"""
|
|
25
25
|
def __init__(__self__, communities=None, contact_person=None, contact_person_variable=None, description=None, feature_profile_id=None, groups=None, id=None, location_of_device=None, location_of_device_variable=None, name=None, shutdown=None, shutdown_variable=None, trap_target_servers=None, users=None, version=None, views=None):
|
|
26
26
|
if communities and not isinstance(communities, list):
|
|
@@ -74,7 +74,7 @@ class GetSystemSnmpProfileParcelResult:
|
|
|
74
74
|
|
|
75
75
|
@property
|
|
76
76
|
@pulumi.getter
|
|
77
|
-
def communities(self) -> Sequence['outputs.
|
|
77
|
+
def communities(self) -> Sequence['outputs.GetSystemSnmpFeatureCommunityResult']:
|
|
78
78
|
"""
|
|
79
79
|
Configure SNMP community
|
|
80
80
|
"""
|
|
@@ -100,7 +100,7 @@ class GetSystemSnmpProfileParcelResult:
|
|
|
100
100
|
@pulumi.getter
|
|
101
101
|
def description(self) -> str:
|
|
102
102
|
"""
|
|
103
|
-
The description of the
|
|
103
|
+
The description of the Feature
|
|
104
104
|
"""
|
|
105
105
|
return pulumi.get(self, "description")
|
|
106
106
|
|
|
@@ -114,7 +114,7 @@ class GetSystemSnmpProfileParcelResult:
|
|
|
114
114
|
|
|
115
115
|
@property
|
|
116
116
|
@pulumi.getter
|
|
117
|
-
def groups(self) -> Sequence['outputs.
|
|
117
|
+
def groups(self) -> Sequence['outputs.GetSystemSnmpFeatureGroupResult']:
|
|
118
118
|
"""
|
|
119
119
|
Configure an SNMP group
|
|
120
120
|
"""
|
|
@@ -124,7 +124,7 @@ class GetSystemSnmpProfileParcelResult:
|
|
|
124
124
|
@pulumi.getter
|
|
125
125
|
def id(self) -> str:
|
|
126
126
|
"""
|
|
127
|
-
The id of the
|
|
127
|
+
The id of the Feature
|
|
128
128
|
"""
|
|
129
129
|
return pulumi.get(self, "id")
|
|
130
130
|
|
|
@@ -148,7 +148,7 @@ class GetSystemSnmpProfileParcelResult:
|
|
|
148
148
|
@pulumi.getter
|
|
149
149
|
def name(self) -> str:
|
|
150
150
|
"""
|
|
151
|
-
The name of the
|
|
151
|
+
The name of the Feature
|
|
152
152
|
"""
|
|
153
153
|
return pulumi.get(self, "name")
|
|
154
154
|
|
|
@@ -170,7 +170,7 @@ class GetSystemSnmpProfileParcelResult:
|
|
|
170
170
|
|
|
171
171
|
@property
|
|
172
172
|
@pulumi.getter(name="trapTargetServers")
|
|
173
|
-
def trap_target_servers(self) -> Sequence['outputs.
|
|
173
|
+
def trap_target_servers(self) -> Sequence['outputs.GetSystemSnmpFeatureTrapTargetServerResult']:
|
|
174
174
|
"""
|
|
175
175
|
Configure SNMP server to receive SNMP traps
|
|
176
176
|
"""
|
|
@@ -178,7 +178,7 @@ class GetSystemSnmpProfileParcelResult:
|
|
|
178
178
|
|
|
179
179
|
@property
|
|
180
180
|
@pulumi.getter
|
|
181
|
-
def users(self) -> Sequence['outputs.
|
|
181
|
+
def users(self) -> Sequence['outputs.GetSystemSnmpFeatureUserResult']:
|
|
182
182
|
"""
|
|
183
183
|
Configure an SNMP user
|
|
184
184
|
"""
|
|
@@ -188,25 +188,25 @@ class GetSystemSnmpProfileParcelResult:
|
|
|
188
188
|
@pulumi.getter
|
|
189
189
|
def version(self) -> int:
|
|
190
190
|
"""
|
|
191
|
-
The version of the
|
|
191
|
+
The version of the Feature
|
|
192
192
|
"""
|
|
193
193
|
return pulumi.get(self, "version")
|
|
194
194
|
|
|
195
195
|
@property
|
|
196
196
|
@pulumi.getter
|
|
197
|
-
def views(self) -> Sequence['outputs.
|
|
197
|
+
def views(self) -> Sequence['outputs.GetSystemSnmpFeatureViewResult']:
|
|
198
198
|
"""
|
|
199
199
|
Configure a view record
|
|
200
200
|
"""
|
|
201
201
|
return pulumi.get(self, "views")
|
|
202
202
|
|
|
203
203
|
|
|
204
|
-
class
|
|
204
|
+
class AwaitableGetSystemSnmpFeatureResult(GetSystemSnmpFeatureResult):
|
|
205
205
|
# pylint: disable=using-constant-test
|
|
206
206
|
def __await__(self):
|
|
207
207
|
if False:
|
|
208
208
|
yield self
|
|
209
|
-
return
|
|
209
|
+
return GetSystemSnmpFeatureResult(
|
|
210
210
|
communities=self.communities,
|
|
211
211
|
contact_person=self.contact_person,
|
|
212
212
|
contact_person_variable=self.contact_person_variable,
|
|
@@ -225,11 +225,11 @@ class AwaitableGetSystemSnmpProfileParcelResult(GetSystemSnmpProfileParcelResult
|
|
|
225
225
|
views=self.views)
|
|
226
226
|
|
|
227
227
|
|
|
228
|
-
def
|
|
229
|
-
|
|
230
|
-
|
|
228
|
+
def get_system_snmp_feature(feature_profile_id: Optional[str] = None,
|
|
229
|
+
id: Optional[str] = None,
|
|
230
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetSystemSnmpFeatureResult:
|
|
231
231
|
"""
|
|
232
|
-
This data source can read the System SNMP
|
|
232
|
+
This data source can read the System SNMP Feature.
|
|
233
233
|
|
|
234
234
|
## Example Usage
|
|
235
235
|
|
|
@@ -237,21 +237,21 @@ def get_system_snmp_profile_parcel(feature_profile_id: Optional[str] = None,
|
|
|
237
237
|
import pulumi
|
|
238
238
|
import pulumi_sdwan as sdwan
|
|
239
239
|
|
|
240
|
-
example = sdwan.
|
|
240
|
+
example = sdwan.get_system_snmp_feature(id="f6b2c44c-693c-4763-b010-895aa3d236bd",
|
|
241
241
|
feature_profile_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac")
|
|
242
242
|
```
|
|
243
243
|
|
|
244
244
|
|
|
245
245
|
:param str feature_profile_id: Feature Profile ID
|
|
246
|
-
:param str id: The id of the
|
|
246
|
+
:param str id: The id of the Feature
|
|
247
247
|
"""
|
|
248
248
|
__args__ = dict()
|
|
249
249
|
__args__['featureProfileId'] = feature_profile_id
|
|
250
250
|
__args__['id'] = id
|
|
251
251
|
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
252
|
-
__ret__ = pulumi.runtime.invoke('sdwan:index/
|
|
252
|
+
__ret__ = pulumi.runtime.invoke('sdwan:index/getSystemSnmpFeature:getSystemSnmpFeature', __args__, opts=opts, typ=GetSystemSnmpFeatureResult).value
|
|
253
253
|
|
|
254
|
-
return
|
|
254
|
+
return AwaitableGetSystemSnmpFeatureResult(
|
|
255
255
|
communities=pulumi.get(__ret__, 'communities'),
|
|
256
256
|
contact_person=pulumi.get(__ret__, 'contact_person'),
|
|
257
257
|
contact_person_variable=pulumi.get(__ret__, 'contact_person_variable'),
|
|
@@ -270,12 +270,12 @@ def get_system_snmp_profile_parcel(feature_profile_id: Optional[str] = None,
|
|
|
270
270
|
views=pulumi.get(__ret__, 'views'))
|
|
271
271
|
|
|
272
272
|
|
|
273
|
-
@_utilities.lift_output_func(
|
|
274
|
-
def
|
|
275
|
-
|
|
276
|
-
|
|
273
|
+
@_utilities.lift_output_func(get_system_snmp_feature)
|
|
274
|
+
def get_system_snmp_feature_output(feature_profile_id: Optional[pulumi.Input[str]] = None,
|
|
275
|
+
id: Optional[pulumi.Input[str]] = None,
|
|
276
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetSystemSnmpFeatureResult]:
|
|
277
277
|
"""
|
|
278
|
-
This data source can read the System SNMP
|
|
278
|
+
This data source can read the System SNMP Feature.
|
|
279
279
|
|
|
280
280
|
## Example Usage
|
|
281
281
|
|
|
@@ -283,12 +283,12 @@ def get_system_snmp_profile_parcel_output(feature_profile_id: Optional[pulumi.In
|
|
|
283
283
|
import pulumi
|
|
284
284
|
import pulumi_sdwan as sdwan
|
|
285
285
|
|
|
286
|
-
example = sdwan.
|
|
286
|
+
example = sdwan.get_system_snmp_feature(id="f6b2c44c-693c-4763-b010-895aa3d236bd",
|
|
287
287
|
feature_profile_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac")
|
|
288
288
|
```
|
|
289
289
|
|
|
290
290
|
|
|
291
291
|
:param str feature_profile_id: Feature Profile ID
|
|
292
|
-
:param str id: The id of the
|
|
292
|
+
:param str id: The id of the Feature
|
|
293
293
|
"""
|
|
294
294
|
...
|
|
@@ -0,0 +1,306 @@
|
|
|
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 pulumi
|
|
8
|
+
import pulumi.runtime
|
|
9
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
10
|
+
from . import _utilities
|
|
11
|
+
|
|
12
|
+
__all__ = [
|
|
13
|
+
'GetTransportGpsFeatureResult',
|
|
14
|
+
'AwaitableGetTransportGpsFeatureResult',
|
|
15
|
+
'get_transport_gps_feature',
|
|
16
|
+
'get_transport_gps_feature_output',
|
|
17
|
+
]
|
|
18
|
+
|
|
19
|
+
@pulumi.output_type
|
|
20
|
+
class GetTransportGpsFeatureResult:
|
|
21
|
+
"""
|
|
22
|
+
A collection of values returned by getTransportGpsFeature.
|
|
23
|
+
"""
|
|
24
|
+
def __init__(__self__, description=None, feature_profile_id=None, gps_enable=None, gps_enable_variable=None, gps_mode=None, gps_mode_variable=None, id=None, name=None, nmea_destination_address=None, nmea_destination_address_variable=None, nmea_destination_port=None, nmea_destination_port_variable=None, nmea_enable=None, nmea_enable_variable=None, nmea_source_address=None, nmea_source_address_variable=None, version=None):
|
|
25
|
+
if description and not isinstance(description, str):
|
|
26
|
+
raise TypeError("Expected argument 'description' to be a str")
|
|
27
|
+
pulumi.set(__self__, "description", description)
|
|
28
|
+
if feature_profile_id and not isinstance(feature_profile_id, str):
|
|
29
|
+
raise TypeError("Expected argument 'feature_profile_id' to be a str")
|
|
30
|
+
pulumi.set(__self__, "feature_profile_id", feature_profile_id)
|
|
31
|
+
if gps_enable and not isinstance(gps_enable, bool):
|
|
32
|
+
raise TypeError("Expected argument 'gps_enable' to be a bool")
|
|
33
|
+
pulumi.set(__self__, "gps_enable", gps_enable)
|
|
34
|
+
if gps_enable_variable and not isinstance(gps_enable_variable, str):
|
|
35
|
+
raise TypeError("Expected argument 'gps_enable_variable' to be a str")
|
|
36
|
+
pulumi.set(__self__, "gps_enable_variable", gps_enable_variable)
|
|
37
|
+
if gps_mode and not isinstance(gps_mode, str):
|
|
38
|
+
raise TypeError("Expected argument 'gps_mode' to be a str")
|
|
39
|
+
pulumi.set(__self__, "gps_mode", gps_mode)
|
|
40
|
+
if gps_mode_variable and not isinstance(gps_mode_variable, str):
|
|
41
|
+
raise TypeError("Expected argument 'gps_mode_variable' to be a str")
|
|
42
|
+
pulumi.set(__self__, "gps_mode_variable", gps_mode_variable)
|
|
43
|
+
if id and not isinstance(id, str):
|
|
44
|
+
raise TypeError("Expected argument 'id' to be a str")
|
|
45
|
+
pulumi.set(__self__, "id", id)
|
|
46
|
+
if name and not isinstance(name, str):
|
|
47
|
+
raise TypeError("Expected argument 'name' to be a str")
|
|
48
|
+
pulumi.set(__self__, "name", name)
|
|
49
|
+
if nmea_destination_address and not isinstance(nmea_destination_address, str):
|
|
50
|
+
raise TypeError("Expected argument 'nmea_destination_address' to be a str")
|
|
51
|
+
pulumi.set(__self__, "nmea_destination_address", nmea_destination_address)
|
|
52
|
+
if nmea_destination_address_variable and not isinstance(nmea_destination_address_variable, str):
|
|
53
|
+
raise TypeError("Expected argument 'nmea_destination_address_variable' to be a str")
|
|
54
|
+
pulumi.set(__self__, "nmea_destination_address_variable", nmea_destination_address_variable)
|
|
55
|
+
if nmea_destination_port and not isinstance(nmea_destination_port, int):
|
|
56
|
+
raise TypeError("Expected argument 'nmea_destination_port' to be a int")
|
|
57
|
+
pulumi.set(__self__, "nmea_destination_port", nmea_destination_port)
|
|
58
|
+
if nmea_destination_port_variable and not isinstance(nmea_destination_port_variable, str):
|
|
59
|
+
raise TypeError("Expected argument 'nmea_destination_port_variable' to be a str")
|
|
60
|
+
pulumi.set(__self__, "nmea_destination_port_variable", nmea_destination_port_variable)
|
|
61
|
+
if nmea_enable and not isinstance(nmea_enable, bool):
|
|
62
|
+
raise TypeError("Expected argument 'nmea_enable' to be a bool")
|
|
63
|
+
pulumi.set(__self__, "nmea_enable", nmea_enable)
|
|
64
|
+
if nmea_enable_variable and not isinstance(nmea_enable_variable, str):
|
|
65
|
+
raise TypeError("Expected argument 'nmea_enable_variable' to be a str")
|
|
66
|
+
pulumi.set(__self__, "nmea_enable_variable", nmea_enable_variable)
|
|
67
|
+
if nmea_source_address and not isinstance(nmea_source_address, str):
|
|
68
|
+
raise TypeError("Expected argument 'nmea_source_address' to be a str")
|
|
69
|
+
pulumi.set(__self__, "nmea_source_address", nmea_source_address)
|
|
70
|
+
if nmea_source_address_variable and not isinstance(nmea_source_address_variable, str):
|
|
71
|
+
raise TypeError("Expected argument 'nmea_source_address_variable' to be a str")
|
|
72
|
+
pulumi.set(__self__, "nmea_source_address_variable", nmea_source_address_variable)
|
|
73
|
+
if version and not isinstance(version, int):
|
|
74
|
+
raise TypeError("Expected argument 'version' to be a int")
|
|
75
|
+
pulumi.set(__self__, "version", version)
|
|
76
|
+
|
|
77
|
+
@property
|
|
78
|
+
@pulumi.getter
|
|
79
|
+
def description(self) -> str:
|
|
80
|
+
"""
|
|
81
|
+
The description of the Feature
|
|
82
|
+
"""
|
|
83
|
+
return pulumi.get(self, "description")
|
|
84
|
+
|
|
85
|
+
@property
|
|
86
|
+
@pulumi.getter(name="featureProfileId")
|
|
87
|
+
def feature_profile_id(self) -> str:
|
|
88
|
+
"""
|
|
89
|
+
Feature Profile ID
|
|
90
|
+
"""
|
|
91
|
+
return pulumi.get(self, "feature_profile_id")
|
|
92
|
+
|
|
93
|
+
@property
|
|
94
|
+
@pulumi.getter(name="gpsEnable")
|
|
95
|
+
def gps_enable(self) -> bool:
|
|
96
|
+
"""
|
|
97
|
+
Enable/disable GPS
|
|
98
|
+
"""
|
|
99
|
+
return pulumi.get(self, "gps_enable")
|
|
100
|
+
|
|
101
|
+
@property
|
|
102
|
+
@pulumi.getter(name="gpsEnableVariable")
|
|
103
|
+
def gps_enable_variable(self) -> str:
|
|
104
|
+
"""
|
|
105
|
+
Variable name
|
|
106
|
+
"""
|
|
107
|
+
return pulumi.get(self, "gps_enable_variable")
|
|
108
|
+
|
|
109
|
+
@property
|
|
110
|
+
@pulumi.getter(name="gpsMode")
|
|
111
|
+
def gps_mode(self) -> str:
|
|
112
|
+
"""
|
|
113
|
+
Select GPS mode
|
|
114
|
+
"""
|
|
115
|
+
return pulumi.get(self, "gps_mode")
|
|
116
|
+
|
|
117
|
+
@property
|
|
118
|
+
@pulumi.getter(name="gpsModeVariable")
|
|
119
|
+
def gps_mode_variable(self) -> str:
|
|
120
|
+
"""
|
|
121
|
+
Variable name
|
|
122
|
+
"""
|
|
123
|
+
return pulumi.get(self, "gps_mode_variable")
|
|
124
|
+
|
|
125
|
+
@property
|
|
126
|
+
@pulumi.getter
|
|
127
|
+
def id(self) -> str:
|
|
128
|
+
"""
|
|
129
|
+
The id of the Feature
|
|
130
|
+
"""
|
|
131
|
+
return pulumi.get(self, "id")
|
|
132
|
+
|
|
133
|
+
@property
|
|
134
|
+
@pulumi.getter
|
|
135
|
+
def name(self) -> str:
|
|
136
|
+
"""
|
|
137
|
+
The name of the Feature
|
|
138
|
+
"""
|
|
139
|
+
return pulumi.get(self, "name")
|
|
140
|
+
|
|
141
|
+
@property
|
|
142
|
+
@pulumi.getter(name="nmeaDestinationAddress")
|
|
143
|
+
def nmea_destination_address(self) -> str:
|
|
144
|
+
"""
|
|
145
|
+
Destination address
|
|
146
|
+
"""
|
|
147
|
+
return pulumi.get(self, "nmea_destination_address")
|
|
148
|
+
|
|
149
|
+
@property
|
|
150
|
+
@pulumi.getter(name="nmeaDestinationAddressVariable")
|
|
151
|
+
def nmea_destination_address_variable(self) -> str:
|
|
152
|
+
"""
|
|
153
|
+
Variable name
|
|
154
|
+
"""
|
|
155
|
+
return pulumi.get(self, "nmea_destination_address_variable")
|
|
156
|
+
|
|
157
|
+
@property
|
|
158
|
+
@pulumi.getter(name="nmeaDestinationPort")
|
|
159
|
+
def nmea_destination_port(self) -> int:
|
|
160
|
+
"""
|
|
161
|
+
Destination port
|
|
162
|
+
"""
|
|
163
|
+
return pulumi.get(self, "nmea_destination_port")
|
|
164
|
+
|
|
165
|
+
@property
|
|
166
|
+
@pulumi.getter(name="nmeaDestinationPortVariable")
|
|
167
|
+
def nmea_destination_port_variable(self) -> str:
|
|
168
|
+
"""
|
|
169
|
+
Variable name
|
|
170
|
+
"""
|
|
171
|
+
return pulumi.get(self, "nmea_destination_port_variable")
|
|
172
|
+
|
|
173
|
+
@property
|
|
174
|
+
@pulumi.getter(name="nmeaEnable")
|
|
175
|
+
def nmea_enable(self) -> bool:
|
|
176
|
+
"""
|
|
177
|
+
Enable/disable NMEA data
|
|
178
|
+
"""
|
|
179
|
+
return pulumi.get(self, "nmea_enable")
|
|
180
|
+
|
|
181
|
+
@property
|
|
182
|
+
@pulumi.getter(name="nmeaEnableVariable")
|
|
183
|
+
def nmea_enable_variable(self) -> str:
|
|
184
|
+
"""
|
|
185
|
+
Variable name
|
|
186
|
+
"""
|
|
187
|
+
return pulumi.get(self, "nmea_enable_variable")
|
|
188
|
+
|
|
189
|
+
@property
|
|
190
|
+
@pulumi.getter(name="nmeaSourceAddress")
|
|
191
|
+
def nmea_source_address(self) -> str:
|
|
192
|
+
"""
|
|
193
|
+
Source address
|
|
194
|
+
"""
|
|
195
|
+
return pulumi.get(self, "nmea_source_address")
|
|
196
|
+
|
|
197
|
+
@property
|
|
198
|
+
@pulumi.getter(name="nmeaSourceAddressVariable")
|
|
199
|
+
def nmea_source_address_variable(self) -> str:
|
|
200
|
+
"""
|
|
201
|
+
Variable name
|
|
202
|
+
"""
|
|
203
|
+
return pulumi.get(self, "nmea_source_address_variable")
|
|
204
|
+
|
|
205
|
+
@property
|
|
206
|
+
@pulumi.getter
|
|
207
|
+
def version(self) -> int:
|
|
208
|
+
"""
|
|
209
|
+
The version of the Feature
|
|
210
|
+
"""
|
|
211
|
+
return pulumi.get(self, "version")
|
|
212
|
+
|
|
213
|
+
|
|
214
|
+
class AwaitableGetTransportGpsFeatureResult(GetTransportGpsFeatureResult):
|
|
215
|
+
# pylint: disable=using-constant-test
|
|
216
|
+
def __await__(self):
|
|
217
|
+
if False:
|
|
218
|
+
yield self
|
|
219
|
+
return GetTransportGpsFeatureResult(
|
|
220
|
+
description=self.description,
|
|
221
|
+
feature_profile_id=self.feature_profile_id,
|
|
222
|
+
gps_enable=self.gps_enable,
|
|
223
|
+
gps_enable_variable=self.gps_enable_variable,
|
|
224
|
+
gps_mode=self.gps_mode,
|
|
225
|
+
gps_mode_variable=self.gps_mode_variable,
|
|
226
|
+
id=self.id,
|
|
227
|
+
name=self.name,
|
|
228
|
+
nmea_destination_address=self.nmea_destination_address,
|
|
229
|
+
nmea_destination_address_variable=self.nmea_destination_address_variable,
|
|
230
|
+
nmea_destination_port=self.nmea_destination_port,
|
|
231
|
+
nmea_destination_port_variable=self.nmea_destination_port_variable,
|
|
232
|
+
nmea_enable=self.nmea_enable,
|
|
233
|
+
nmea_enable_variable=self.nmea_enable_variable,
|
|
234
|
+
nmea_source_address=self.nmea_source_address,
|
|
235
|
+
nmea_source_address_variable=self.nmea_source_address_variable,
|
|
236
|
+
version=self.version)
|
|
237
|
+
|
|
238
|
+
|
|
239
|
+
def get_transport_gps_feature(feature_profile_id: Optional[str] = None,
|
|
240
|
+
id: Optional[str] = None,
|
|
241
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetTransportGpsFeatureResult:
|
|
242
|
+
"""
|
|
243
|
+
This data source can read the Transport GPS Feature.
|
|
244
|
+
|
|
245
|
+
## Example Usage
|
|
246
|
+
|
|
247
|
+
```python
|
|
248
|
+
import pulumi
|
|
249
|
+
import pulumi_sdwan as sdwan
|
|
250
|
+
|
|
251
|
+
example = sdwan.get_transport_gps_feature(id="f6b2c44c-693c-4763-b010-895aa3d236bd",
|
|
252
|
+
feature_profile_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac")
|
|
253
|
+
```
|
|
254
|
+
|
|
255
|
+
|
|
256
|
+
:param str feature_profile_id: Feature Profile ID
|
|
257
|
+
:param str id: The id of the Feature
|
|
258
|
+
"""
|
|
259
|
+
__args__ = dict()
|
|
260
|
+
__args__['featureProfileId'] = feature_profile_id
|
|
261
|
+
__args__['id'] = id
|
|
262
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
263
|
+
__ret__ = pulumi.runtime.invoke('sdwan:index/getTransportGpsFeature:getTransportGpsFeature', __args__, opts=opts, typ=GetTransportGpsFeatureResult).value
|
|
264
|
+
|
|
265
|
+
return AwaitableGetTransportGpsFeatureResult(
|
|
266
|
+
description=pulumi.get(__ret__, 'description'),
|
|
267
|
+
feature_profile_id=pulumi.get(__ret__, 'feature_profile_id'),
|
|
268
|
+
gps_enable=pulumi.get(__ret__, 'gps_enable'),
|
|
269
|
+
gps_enable_variable=pulumi.get(__ret__, 'gps_enable_variable'),
|
|
270
|
+
gps_mode=pulumi.get(__ret__, 'gps_mode'),
|
|
271
|
+
gps_mode_variable=pulumi.get(__ret__, 'gps_mode_variable'),
|
|
272
|
+
id=pulumi.get(__ret__, 'id'),
|
|
273
|
+
name=pulumi.get(__ret__, 'name'),
|
|
274
|
+
nmea_destination_address=pulumi.get(__ret__, 'nmea_destination_address'),
|
|
275
|
+
nmea_destination_address_variable=pulumi.get(__ret__, 'nmea_destination_address_variable'),
|
|
276
|
+
nmea_destination_port=pulumi.get(__ret__, 'nmea_destination_port'),
|
|
277
|
+
nmea_destination_port_variable=pulumi.get(__ret__, 'nmea_destination_port_variable'),
|
|
278
|
+
nmea_enable=pulumi.get(__ret__, 'nmea_enable'),
|
|
279
|
+
nmea_enable_variable=pulumi.get(__ret__, 'nmea_enable_variable'),
|
|
280
|
+
nmea_source_address=pulumi.get(__ret__, 'nmea_source_address'),
|
|
281
|
+
nmea_source_address_variable=pulumi.get(__ret__, 'nmea_source_address_variable'),
|
|
282
|
+
version=pulumi.get(__ret__, 'version'))
|
|
283
|
+
|
|
284
|
+
|
|
285
|
+
@_utilities.lift_output_func(get_transport_gps_feature)
|
|
286
|
+
def get_transport_gps_feature_output(feature_profile_id: Optional[pulumi.Input[str]] = None,
|
|
287
|
+
id: Optional[pulumi.Input[str]] = None,
|
|
288
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetTransportGpsFeatureResult]:
|
|
289
|
+
"""
|
|
290
|
+
This data source can read the Transport GPS Feature.
|
|
291
|
+
|
|
292
|
+
## Example Usage
|
|
293
|
+
|
|
294
|
+
```python
|
|
295
|
+
import pulumi
|
|
296
|
+
import pulumi_sdwan as sdwan
|
|
297
|
+
|
|
298
|
+
example = sdwan.get_transport_gps_feature(id="f6b2c44c-693c-4763-b010-895aa3d236bd",
|
|
299
|
+
feature_profile_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac")
|
|
300
|
+
```
|
|
301
|
+
|
|
302
|
+
|
|
303
|
+
:param str feature_profile_id: Feature Profile ID
|
|
304
|
+
:param str id: The id of the Feature
|
|
305
|
+
"""
|
|
306
|
+
...
|
pulumi_sdwan/{get_transport_ipv6_tracker_profile_parcel.py → get_transport_ipv6_tracker_feature.py}
RENAMED
|
@@ -10,16 +10,16 @@ from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
|
10
10
|
from . import _utilities
|
|
11
11
|
|
|
12
12
|
__all__ = [
|
|
13
|
-
'
|
|
14
|
-
'
|
|
15
|
-
'
|
|
16
|
-
'
|
|
13
|
+
'GetTransportIpv6TrackerFeatureResult',
|
|
14
|
+
'AwaitableGetTransportIpv6TrackerFeatureResult',
|
|
15
|
+
'get_transport_ipv6_tracker_feature',
|
|
16
|
+
'get_transport_ipv6_tracker_feature_output',
|
|
17
17
|
]
|
|
18
18
|
|
|
19
19
|
@pulumi.output_type
|
|
20
|
-
class
|
|
20
|
+
class GetTransportIpv6TrackerFeatureResult:
|
|
21
21
|
"""
|
|
22
|
-
A collection of values returned by
|
|
22
|
+
A collection of values returned by getTransportIpv6TrackerFeature.
|
|
23
23
|
"""
|
|
24
24
|
def __init__(__self__, description=None, endpoint_api_url=None, endpoint_api_url_variable=None, endpoint_dns_name=None, endpoint_dns_name_variable=None, endpoint_ip=None, endpoint_ip_variable=None, endpoint_tracker_type=None, endpoint_tracker_type_variable=None, feature_profile_id=None, id=None, interval=None, interval_variable=None, multiplier=None, multiplier_variable=None, name=None, threshold=None, threshold_variable=None, tracker_name=None, tracker_name_variable=None, tracker_type=None, tracker_type_variable=None, version=None):
|
|
25
25
|
if description and not isinstance(description, str):
|
|
@@ -96,7 +96,7 @@ class GetTransportIpv6TrackerProfileParcelResult:
|
|
|
96
96
|
@pulumi.getter
|
|
97
97
|
def description(self) -> str:
|
|
98
98
|
"""
|
|
99
|
-
The description of the
|
|
99
|
+
The description of the Feature
|
|
100
100
|
"""
|
|
101
101
|
return pulumi.get(self, "description")
|
|
102
102
|
|
|
@@ -176,7 +176,7 @@ class GetTransportIpv6TrackerProfileParcelResult:
|
|
|
176
176
|
@pulumi.getter
|
|
177
177
|
def id(self) -> str:
|
|
178
178
|
"""
|
|
179
|
-
The id of the
|
|
179
|
+
The id of the Feature
|
|
180
180
|
"""
|
|
181
181
|
return pulumi.get(self, "id")
|
|
182
182
|
|
|
@@ -216,7 +216,7 @@ class GetTransportIpv6TrackerProfileParcelResult:
|
|
|
216
216
|
@pulumi.getter
|
|
217
217
|
def name(self) -> str:
|
|
218
218
|
"""
|
|
219
|
-
The name of the
|
|
219
|
+
The name of the Feature
|
|
220
220
|
"""
|
|
221
221
|
return pulumi.get(self, "name")
|
|
222
222
|
|
|
@@ -272,17 +272,17 @@ class GetTransportIpv6TrackerProfileParcelResult:
|
|
|
272
272
|
@pulumi.getter
|
|
273
273
|
def version(self) -> int:
|
|
274
274
|
"""
|
|
275
|
-
The version of the
|
|
275
|
+
The version of the Feature
|
|
276
276
|
"""
|
|
277
277
|
return pulumi.get(self, "version")
|
|
278
278
|
|
|
279
279
|
|
|
280
|
-
class
|
|
280
|
+
class AwaitableGetTransportIpv6TrackerFeatureResult(GetTransportIpv6TrackerFeatureResult):
|
|
281
281
|
# pylint: disable=using-constant-test
|
|
282
282
|
def __await__(self):
|
|
283
283
|
if False:
|
|
284
284
|
yield self
|
|
285
|
-
return
|
|
285
|
+
return GetTransportIpv6TrackerFeatureResult(
|
|
286
286
|
description=self.description,
|
|
287
287
|
endpoint_api_url=self.endpoint_api_url,
|
|
288
288
|
endpoint_api_url_variable=self.endpoint_api_url_variable,
|
|
@@ -308,11 +308,11 @@ class AwaitableGetTransportIpv6TrackerProfileParcelResult(GetTransportIpv6Tracke
|
|
|
308
308
|
version=self.version)
|
|
309
309
|
|
|
310
310
|
|
|
311
|
-
def
|
|
312
|
-
|
|
313
|
-
|
|
311
|
+
def get_transport_ipv6_tracker_feature(feature_profile_id: Optional[str] = None,
|
|
312
|
+
id: Optional[str] = None,
|
|
313
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetTransportIpv6TrackerFeatureResult:
|
|
314
314
|
"""
|
|
315
|
-
This data source can read the Transport IPv6 Tracker
|
|
315
|
+
This data source can read the Transport IPv6 Tracker Feature.
|
|
316
316
|
|
|
317
317
|
## Example Usage
|
|
318
318
|
|
|
@@ -320,21 +320,21 @@ def get_transport_ipv6_tracker_profile_parcel(feature_profile_id: Optional[str]
|
|
|
320
320
|
import pulumi
|
|
321
321
|
import pulumi_sdwan as sdwan
|
|
322
322
|
|
|
323
|
-
example = sdwan.
|
|
323
|
+
example = sdwan.get_transport_ipv6_tracker_feature(id="f6b2c44c-693c-4763-b010-895aa3d236bd",
|
|
324
324
|
feature_profile_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac")
|
|
325
325
|
```
|
|
326
326
|
|
|
327
327
|
|
|
328
328
|
:param str feature_profile_id: Feature Profile ID
|
|
329
|
-
:param str id: The id of the
|
|
329
|
+
:param str id: The id of the Feature
|
|
330
330
|
"""
|
|
331
331
|
__args__ = dict()
|
|
332
332
|
__args__['featureProfileId'] = feature_profile_id
|
|
333
333
|
__args__['id'] = id
|
|
334
334
|
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
335
|
-
__ret__ = pulumi.runtime.invoke('sdwan:index/
|
|
335
|
+
__ret__ = pulumi.runtime.invoke('sdwan:index/getTransportIpv6TrackerFeature:getTransportIpv6TrackerFeature', __args__, opts=opts, typ=GetTransportIpv6TrackerFeatureResult).value
|
|
336
336
|
|
|
337
|
-
return
|
|
337
|
+
return AwaitableGetTransportIpv6TrackerFeatureResult(
|
|
338
338
|
description=pulumi.get(__ret__, 'description'),
|
|
339
339
|
endpoint_api_url=pulumi.get(__ret__, 'endpoint_api_url'),
|
|
340
340
|
endpoint_api_url_variable=pulumi.get(__ret__, 'endpoint_api_url_variable'),
|
|
@@ -360,12 +360,12 @@ def get_transport_ipv6_tracker_profile_parcel(feature_profile_id: Optional[str]
|
|
|
360
360
|
version=pulumi.get(__ret__, 'version'))
|
|
361
361
|
|
|
362
362
|
|
|
363
|
-
@_utilities.lift_output_func(
|
|
364
|
-
def
|
|
365
|
-
|
|
366
|
-
|
|
363
|
+
@_utilities.lift_output_func(get_transport_ipv6_tracker_feature)
|
|
364
|
+
def get_transport_ipv6_tracker_feature_output(feature_profile_id: Optional[pulumi.Input[str]] = None,
|
|
365
|
+
id: Optional[pulumi.Input[str]] = None,
|
|
366
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetTransportIpv6TrackerFeatureResult]:
|
|
367
367
|
"""
|
|
368
|
-
This data source can read the Transport IPv6 Tracker
|
|
368
|
+
This data source can read the Transport IPv6 Tracker Feature.
|
|
369
369
|
|
|
370
370
|
## Example Usage
|
|
371
371
|
|
|
@@ -373,12 +373,12 @@ def get_transport_ipv6_tracker_profile_parcel_output(feature_profile_id: Optiona
|
|
|
373
373
|
import pulumi
|
|
374
374
|
import pulumi_sdwan as sdwan
|
|
375
375
|
|
|
376
|
-
example = sdwan.
|
|
376
|
+
example = sdwan.get_transport_ipv6_tracker_feature(id="f6b2c44c-693c-4763-b010-895aa3d236bd",
|
|
377
377
|
feature_profile_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac")
|
|
378
378
|
```
|
|
379
379
|
|
|
380
380
|
|
|
381
381
|
:param str feature_profile_id: Feature Profile ID
|
|
382
|
-
:param str id: The id of the
|
|
382
|
+
:param str id: The id of the Feature
|
|
383
383
|
"""
|
|
384
384
|
...
|