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
|
@@ -9,13 +9,12 @@ import pulumi.runtime
|
|
|
9
9
|
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
10
10
|
from . import _utilities
|
|
11
11
|
|
|
12
|
-
__all__ = ['
|
|
12
|
+
__all__ = ['TransportIpv6TrackerFeatureArgs', 'TransportIpv6TrackerFeature']
|
|
13
13
|
|
|
14
14
|
@pulumi.input_type
|
|
15
|
-
class
|
|
15
|
+
class TransportIpv6TrackerFeatureArgs:
|
|
16
16
|
def __init__(__self__, *,
|
|
17
17
|
feature_profile_id: pulumi.Input[str],
|
|
18
|
-
tracker_name: pulumi.Input[str],
|
|
19
18
|
description: Optional[pulumi.Input[str]] = None,
|
|
20
19
|
endpoint_api_url: Optional[pulumi.Input[str]] = None,
|
|
21
20
|
endpoint_api_url_variable: Optional[pulumi.Input[str]] = None,
|
|
@@ -32,14 +31,14 @@ class TransportIpv6TrackerProfileParcelArgs:
|
|
|
32
31
|
name: Optional[pulumi.Input[str]] = None,
|
|
33
32
|
threshold: Optional[pulumi.Input[int]] = None,
|
|
34
33
|
threshold_variable: Optional[pulumi.Input[str]] = None,
|
|
34
|
+
tracker_name: Optional[pulumi.Input[str]] = None,
|
|
35
35
|
tracker_name_variable: Optional[pulumi.Input[str]] = None,
|
|
36
36
|
tracker_type: Optional[pulumi.Input[str]] = None,
|
|
37
37
|
tracker_type_variable: Optional[pulumi.Input[str]] = None):
|
|
38
38
|
"""
|
|
39
|
-
The set of arguments for constructing a
|
|
39
|
+
The set of arguments for constructing a TransportIpv6TrackerFeature resource.
|
|
40
40
|
:param pulumi.Input[str] feature_profile_id: Feature Profile ID
|
|
41
|
-
:param pulumi.Input[str]
|
|
42
|
-
:param pulumi.Input[str] description: The description of the profile parcel
|
|
41
|
+
:param pulumi.Input[str] description: The description of the Feature
|
|
43
42
|
:param pulumi.Input[str] endpoint_api_url: API url of endpoint
|
|
44
43
|
:param pulumi.Input[str] endpoint_api_url_variable: Variable name
|
|
45
44
|
:param pulumi.Input[str] endpoint_dns_name: Endpoint DNS Name
|
|
@@ -52,15 +51,15 @@ class TransportIpv6TrackerProfileParcelArgs:
|
|
|
52
51
|
:param pulumi.Input[str] interval_variable: Variable name
|
|
53
52
|
:param pulumi.Input[int] multiplier: Multiplier - Range: `1`-`10` - Default value: `3`
|
|
54
53
|
:param pulumi.Input[str] multiplier_variable: Variable name
|
|
55
|
-
:param pulumi.Input[str] name: The name of the
|
|
54
|
+
:param pulumi.Input[str] name: The name of the Feature
|
|
56
55
|
:param pulumi.Input[int] threshold: Threshold - Range: `100`-`1000` - Default value: `300`
|
|
57
56
|
:param pulumi.Input[str] threshold_variable: Variable name
|
|
57
|
+
:param pulumi.Input[str] tracker_name: Tracker Name
|
|
58
58
|
:param pulumi.Input[str] tracker_name_variable: Variable name
|
|
59
59
|
:param pulumi.Input[str] tracker_type: Tracker Type - Choices: `endpoint` - Default value: `endpoint`
|
|
60
60
|
:param pulumi.Input[str] tracker_type_variable: Variable name
|
|
61
61
|
"""
|
|
62
62
|
pulumi.set(__self__, "feature_profile_id", feature_profile_id)
|
|
63
|
-
pulumi.set(__self__, "tracker_name", tracker_name)
|
|
64
63
|
if description is not None:
|
|
65
64
|
pulumi.set(__self__, "description", description)
|
|
66
65
|
if endpoint_api_url is not None:
|
|
@@ -93,6 +92,8 @@ class TransportIpv6TrackerProfileParcelArgs:
|
|
|
93
92
|
pulumi.set(__self__, "threshold", threshold)
|
|
94
93
|
if threshold_variable is not None:
|
|
95
94
|
pulumi.set(__self__, "threshold_variable", threshold_variable)
|
|
95
|
+
if tracker_name is not None:
|
|
96
|
+
pulumi.set(__self__, "tracker_name", tracker_name)
|
|
96
97
|
if tracker_name_variable is not None:
|
|
97
98
|
pulumi.set(__self__, "tracker_name_variable", tracker_name_variable)
|
|
98
99
|
if tracker_type is not None:
|
|
@@ -112,23 +113,11 @@ class TransportIpv6TrackerProfileParcelArgs:
|
|
|
112
113
|
def feature_profile_id(self, value: pulumi.Input[str]):
|
|
113
114
|
pulumi.set(self, "feature_profile_id", value)
|
|
114
115
|
|
|
115
|
-
@property
|
|
116
|
-
@pulumi.getter(name="trackerName")
|
|
117
|
-
def tracker_name(self) -> pulumi.Input[str]:
|
|
118
|
-
"""
|
|
119
|
-
Tracker Name
|
|
120
|
-
"""
|
|
121
|
-
return pulumi.get(self, "tracker_name")
|
|
122
|
-
|
|
123
|
-
@tracker_name.setter
|
|
124
|
-
def tracker_name(self, value: pulumi.Input[str]):
|
|
125
|
-
pulumi.set(self, "tracker_name", value)
|
|
126
|
-
|
|
127
116
|
@property
|
|
128
117
|
@pulumi.getter
|
|
129
118
|
def description(self) -> Optional[pulumi.Input[str]]:
|
|
130
119
|
"""
|
|
131
|
-
The description of the
|
|
120
|
+
The description of the Feature
|
|
132
121
|
"""
|
|
133
122
|
return pulumi.get(self, "description")
|
|
134
123
|
|
|
@@ -284,7 +273,7 @@ class TransportIpv6TrackerProfileParcelArgs:
|
|
|
284
273
|
@pulumi.getter
|
|
285
274
|
def name(self) -> Optional[pulumi.Input[str]]:
|
|
286
275
|
"""
|
|
287
|
-
The name of the
|
|
276
|
+
The name of the Feature
|
|
288
277
|
"""
|
|
289
278
|
return pulumi.get(self, "name")
|
|
290
279
|
|
|
@@ -316,6 +305,18 @@ class TransportIpv6TrackerProfileParcelArgs:
|
|
|
316
305
|
def threshold_variable(self, value: Optional[pulumi.Input[str]]):
|
|
317
306
|
pulumi.set(self, "threshold_variable", value)
|
|
318
307
|
|
|
308
|
+
@property
|
|
309
|
+
@pulumi.getter(name="trackerName")
|
|
310
|
+
def tracker_name(self) -> Optional[pulumi.Input[str]]:
|
|
311
|
+
"""
|
|
312
|
+
Tracker Name
|
|
313
|
+
"""
|
|
314
|
+
return pulumi.get(self, "tracker_name")
|
|
315
|
+
|
|
316
|
+
@tracker_name.setter
|
|
317
|
+
def tracker_name(self, value: Optional[pulumi.Input[str]]):
|
|
318
|
+
pulumi.set(self, "tracker_name", value)
|
|
319
|
+
|
|
319
320
|
@property
|
|
320
321
|
@pulumi.getter(name="trackerNameVariable")
|
|
321
322
|
def tracker_name_variable(self) -> Optional[pulumi.Input[str]]:
|
|
@@ -354,7 +355,7 @@ class TransportIpv6TrackerProfileParcelArgs:
|
|
|
354
355
|
|
|
355
356
|
|
|
356
357
|
@pulumi.input_type
|
|
357
|
-
class
|
|
358
|
+
class _TransportIpv6TrackerFeatureState:
|
|
358
359
|
def __init__(__self__, *,
|
|
359
360
|
description: Optional[pulumi.Input[str]] = None,
|
|
360
361
|
endpoint_api_url: Optional[pulumi.Input[str]] = None,
|
|
@@ -379,8 +380,8 @@ class _TransportIpv6TrackerProfileParcelState:
|
|
|
379
380
|
tracker_type_variable: Optional[pulumi.Input[str]] = None,
|
|
380
381
|
version: Optional[pulumi.Input[int]] = None):
|
|
381
382
|
"""
|
|
382
|
-
Input properties used for looking up and filtering
|
|
383
|
-
:param pulumi.Input[str] description: The description of the
|
|
383
|
+
Input properties used for looking up and filtering TransportIpv6TrackerFeature resources.
|
|
384
|
+
:param pulumi.Input[str] description: The description of the Feature
|
|
384
385
|
:param pulumi.Input[str] endpoint_api_url: API url of endpoint
|
|
385
386
|
:param pulumi.Input[str] endpoint_api_url_variable: Variable name
|
|
386
387
|
:param pulumi.Input[str] endpoint_dns_name: Endpoint DNS Name
|
|
@@ -394,14 +395,14 @@ class _TransportIpv6TrackerProfileParcelState:
|
|
|
394
395
|
:param pulumi.Input[str] interval_variable: Variable name
|
|
395
396
|
:param pulumi.Input[int] multiplier: Multiplier - Range: `1`-`10` - Default value: `3`
|
|
396
397
|
:param pulumi.Input[str] multiplier_variable: Variable name
|
|
397
|
-
:param pulumi.Input[str] name: The name of the
|
|
398
|
+
:param pulumi.Input[str] name: The name of the Feature
|
|
398
399
|
:param pulumi.Input[int] threshold: Threshold - Range: `100`-`1000` - Default value: `300`
|
|
399
400
|
:param pulumi.Input[str] threshold_variable: Variable name
|
|
400
401
|
:param pulumi.Input[str] tracker_name: Tracker Name
|
|
401
402
|
:param pulumi.Input[str] tracker_name_variable: Variable name
|
|
402
403
|
:param pulumi.Input[str] tracker_type: Tracker Type - Choices: `endpoint` - Default value: `endpoint`
|
|
403
404
|
:param pulumi.Input[str] tracker_type_variable: Variable name
|
|
404
|
-
:param pulumi.Input[int] version: The version of the
|
|
405
|
+
:param pulumi.Input[int] version: The version of the Feature
|
|
405
406
|
"""
|
|
406
407
|
if description is not None:
|
|
407
408
|
pulumi.set(__self__, "description", description)
|
|
@@ -452,7 +453,7 @@ class _TransportIpv6TrackerProfileParcelState:
|
|
|
452
453
|
@pulumi.getter
|
|
453
454
|
def description(self) -> Optional[pulumi.Input[str]]:
|
|
454
455
|
"""
|
|
455
|
-
The description of the
|
|
456
|
+
The description of the Feature
|
|
456
457
|
"""
|
|
457
458
|
return pulumi.get(self, "description")
|
|
458
459
|
|
|
@@ -620,7 +621,7 @@ class _TransportIpv6TrackerProfileParcelState:
|
|
|
620
621
|
@pulumi.getter
|
|
621
622
|
def name(self) -> Optional[pulumi.Input[str]]:
|
|
622
623
|
"""
|
|
623
|
-
The name of the
|
|
624
|
+
The name of the Feature
|
|
624
625
|
"""
|
|
625
626
|
return pulumi.get(self, "name")
|
|
626
627
|
|
|
@@ -704,7 +705,7 @@ class _TransportIpv6TrackerProfileParcelState:
|
|
|
704
705
|
@pulumi.getter
|
|
705
706
|
def version(self) -> Optional[pulumi.Input[int]]:
|
|
706
707
|
"""
|
|
707
|
-
The version of the
|
|
708
|
+
The version of the Feature
|
|
708
709
|
"""
|
|
709
710
|
return pulumi.get(self, "version")
|
|
710
711
|
|
|
@@ -713,7 +714,7 @@ class _TransportIpv6TrackerProfileParcelState:
|
|
|
713
714
|
pulumi.set(self, "version", value)
|
|
714
715
|
|
|
715
716
|
|
|
716
|
-
class
|
|
717
|
+
class TransportIpv6TrackerFeature(pulumi.CustomResource):
|
|
717
718
|
@overload
|
|
718
719
|
def __init__(__self__,
|
|
719
720
|
resource_name: str,
|
|
@@ -741,7 +742,7 @@ class TransportIpv6TrackerProfileParcel(pulumi.CustomResource):
|
|
|
741
742
|
tracker_type_variable: Optional[pulumi.Input[str]] = None,
|
|
742
743
|
__props__=None):
|
|
743
744
|
"""
|
|
744
|
-
This resource can manage a Transport IPv6 Tracker
|
|
745
|
+
This resource can manage a Transport IPv6 Tracker Feature.
|
|
745
746
|
- Minimum SD-WAN Manager version: `20.12.0`
|
|
746
747
|
|
|
747
748
|
## Example Usage
|
|
@@ -750,7 +751,7 @@ class TransportIpv6TrackerProfileParcel(pulumi.CustomResource):
|
|
|
750
751
|
import pulumi
|
|
751
752
|
import pulumi_sdwan as sdwan
|
|
752
753
|
|
|
753
|
-
example = sdwan.
|
|
754
|
+
example = sdwan.TransportIpv6TrackerFeature("example",
|
|
754
755
|
name="Example",
|
|
755
756
|
description="My Example",
|
|
756
757
|
feature_profile_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
|
|
@@ -768,12 +769,12 @@ class TransportIpv6TrackerProfileParcel(pulumi.CustomResource):
|
|
|
768
769
|
## Import
|
|
769
770
|
|
|
770
771
|
```sh
|
|
771
|
-
$ pulumi import sdwan:index/
|
|
772
|
+
$ pulumi import sdwan:index/transportIpv6TrackerFeature:TransportIpv6TrackerFeature example "f6b2c44c-693c-4763-b010-895aa3d236bd"
|
|
772
773
|
```
|
|
773
774
|
|
|
774
775
|
:param str resource_name: The name of the resource.
|
|
775
776
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
776
|
-
:param pulumi.Input[str] description: The description of the
|
|
777
|
+
:param pulumi.Input[str] description: The description of the Feature
|
|
777
778
|
:param pulumi.Input[str] endpoint_api_url: API url of endpoint
|
|
778
779
|
:param pulumi.Input[str] endpoint_api_url_variable: Variable name
|
|
779
780
|
:param pulumi.Input[str] endpoint_dns_name: Endpoint DNS Name
|
|
@@ -787,7 +788,7 @@ class TransportIpv6TrackerProfileParcel(pulumi.CustomResource):
|
|
|
787
788
|
:param pulumi.Input[str] interval_variable: Variable name
|
|
788
789
|
:param pulumi.Input[int] multiplier: Multiplier - Range: `1`-`10` - Default value: `3`
|
|
789
790
|
:param pulumi.Input[str] multiplier_variable: Variable name
|
|
790
|
-
:param pulumi.Input[str] name: The name of the
|
|
791
|
+
:param pulumi.Input[str] name: The name of the Feature
|
|
791
792
|
:param pulumi.Input[int] threshold: Threshold - Range: `100`-`1000` - Default value: `300`
|
|
792
793
|
:param pulumi.Input[str] threshold_variable: Variable name
|
|
793
794
|
:param pulumi.Input[str] tracker_name: Tracker Name
|
|
@@ -799,10 +800,10 @@ class TransportIpv6TrackerProfileParcel(pulumi.CustomResource):
|
|
|
799
800
|
@overload
|
|
800
801
|
def __init__(__self__,
|
|
801
802
|
resource_name: str,
|
|
802
|
-
args:
|
|
803
|
+
args: TransportIpv6TrackerFeatureArgs,
|
|
803
804
|
opts: Optional[pulumi.ResourceOptions] = None):
|
|
804
805
|
"""
|
|
805
|
-
This resource can manage a Transport IPv6 Tracker
|
|
806
|
+
This resource can manage a Transport IPv6 Tracker Feature.
|
|
806
807
|
- Minimum SD-WAN Manager version: `20.12.0`
|
|
807
808
|
|
|
808
809
|
## Example Usage
|
|
@@ -811,7 +812,7 @@ class TransportIpv6TrackerProfileParcel(pulumi.CustomResource):
|
|
|
811
812
|
import pulumi
|
|
812
813
|
import pulumi_sdwan as sdwan
|
|
813
814
|
|
|
814
|
-
example = sdwan.
|
|
815
|
+
example = sdwan.TransportIpv6TrackerFeature("example",
|
|
815
816
|
name="Example",
|
|
816
817
|
description="My Example",
|
|
817
818
|
feature_profile_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
|
|
@@ -829,16 +830,16 @@ class TransportIpv6TrackerProfileParcel(pulumi.CustomResource):
|
|
|
829
830
|
## Import
|
|
830
831
|
|
|
831
832
|
```sh
|
|
832
|
-
$ pulumi import sdwan:index/
|
|
833
|
+
$ pulumi import sdwan:index/transportIpv6TrackerFeature:TransportIpv6TrackerFeature example "f6b2c44c-693c-4763-b010-895aa3d236bd"
|
|
833
834
|
```
|
|
834
835
|
|
|
835
836
|
:param str resource_name: The name of the resource.
|
|
836
|
-
:param
|
|
837
|
+
:param TransportIpv6TrackerFeatureArgs args: The arguments to use to populate this resource's properties.
|
|
837
838
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
838
839
|
"""
|
|
839
840
|
...
|
|
840
841
|
def __init__(__self__, resource_name: str, *args, **kwargs):
|
|
841
|
-
resource_args, opts = _utilities.get_resource_args_opts(
|
|
842
|
+
resource_args, opts = _utilities.get_resource_args_opts(TransportIpv6TrackerFeatureArgs, pulumi.ResourceOptions, *args, **kwargs)
|
|
842
843
|
if resource_args is not None:
|
|
843
844
|
__self__._internal_init(resource_name, opts, **resource_args.__dict__)
|
|
844
845
|
else:
|
|
@@ -875,7 +876,7 @@ class TransportIpv6TrackerProfileParcel(pulumi.CustomResource):
|
|
|
875
876
|
if opts.id is None:
|
|
876
877
|
if __props__ is not None:
|
|
877
878
|
raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
|
|
878
|
-
__props__ =
|
|
879
|
+
__props__ = TransportIpv6TrackerFeatureArgs.__new__(TransportIpv6TrackerFeatureArgs)
|
|
879
880
|
|
|
880
881
|
__props__.__dict__["description"] = description
|
|
881
882
|
__props__.__dict__["endpoint_api_url"] = endpoint_api_url
|
|
@@ -896,15 +897,13 @@ class TransportIpv6TrackerProfileParcel(pulumi.CustomResource):
|
|
|
896
897
|
__props__.__dict__["name"] = name
|
|
897
898
|
__props__.__dict__["threshold"] = threshold
|
|
898
899
|
__props__.__dict__["threshold_variable"] = threshold_variable
|
|
899
|
-
if tracker_name is None and not opts.urn:
|
|
900
|
-
raise TypeError("Missing required property 'tracker_name'")
|
|
901
900
|
__props__.__dict__["tracker_name"] = tracker_name
|
|
902
901
|
__props__.__dict__["tracker_name_variable"] = tracker_name_variable
|
|
903
902
|
__props__.__dict__["tracker_type"] = tracker_type
|
|
904
903
|
__props__.__dict__["tracker_type_variable"] = tracker_type_variable
|
|
905
904
|
__props__.__dict__["version"] = None
|
|
906
|
-
super(
|
|
907
|
-
'sdwan:index/
|
|
905
|
+
super(TransportIpv6TrackerFeature, __self__).__init__(
|
|
906
|
+
'sdwan:index/transportIpv6TrackerFeature:TransportIpv6TrackerFeature',
|
|
908
907
|
resource_name,
|
|
909
908
|
__props__,
|
|
910
909
|
opts)
|
|
@@ -934,15 +933,15 @@ class TransportIpv6TrackerProfileParcel(pulumi.CustomResource):
|
|
|
934
933
|
tracker_name_variable: Optional[pulumi.Input[str]] = None,
|
|
935
934
|
tracker_type: Optional[pulumi.Input[str]] = None,
|
|
936
935
|
tracker_type_variable: Optional[pulumi.Input[str]] = None,
|
|
937
|
-
version: Optional[pulumi.Input[int]] = None) -> '
|
|
936
|
+
version: Optional[pulumi.Input[int]] = None) -> 'TransportIpv6TrackerFeature':
|
|
938
937
|
"""
|
|
939
|
-
Get an existing
|
|
938
|
+
Get an existing TransportIpv6TrackerFeature resource's state with the given name, id, and optional extra
|
|
940
939
|
properties used to qualify the lookup.
|
|
941
940
|
|
|
942
941
|
:param str resource_name: The unique name of the resulting resource.
|
|
943
942
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
944
943
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
945
|
-
:param pulumi.Input[str] description: The description of the
|
|
944
|
+
:param pulumi.Input[str] description: The description of the Feature
|
|
946
945
|
:param pulumi.Input[str] endpoint_api_url: API url of endpoint
|
|
947
946
|
:param pulumi.Input[str] endpoint_api_url_variable: Variable name
|
|
948
947
|
:param pulumi.Input[str] endpoint_dns_name: Endpoint DNS Name
|
|
@@ -956,18 +955,18 @@ class TransportIpv6TrackerProfileParcel(pulumi.CustomResource):
|
|
|
956
955
|
:param pulumi.Input[str] interval_variable: Variable name
|
|
957
956
|
:param pulumi.Input[int] multiplier: Multiplier - Range: `1`-`10` - Default value: `3`
|
|
958
957
|
:param pulumi.Input[str] multiplier_variable: Variable name
|
|
959
|
-
:param pulumi.Input[str] name: The name of the
|
|
958
|
+
:param pulumi.Input[str] name: The name of the Feature
|
|
960
959
|
:param pulumi.Input[int] threshold: Threshold - Range: `100`-`1000` - Default value: `300`
|
|
961
960
|
:param pulumi.Input[str] threshold_variable: Variable name
|
|
962
961
|
:param pulumi.Input[str] tracker_name: Tracker Name
|
|
963
962
|
:param pulumi.Input[str] tracker_name_variable: Variable name
|
|
964
963
|
:param pulumi.Input[str] tracker_type: Tracker Type - Choices: `endpoint` - Default value: `endpoint`
|
|
965
964
|
:param pulumi.Input[str] tracker_type_variable: Variable name
|
|
966
|
-
:param pulumi.Input[int] version: The version of the
|
|
965
|
+
:param pulumi.Input[int] version: The version of the Feature
|
|
967
966
|
"""
|
|
968
967
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
969
968
|
|
|
970
|
-
__props__ =
|
|
969
|
+
__props__ = _TransportIpv6TrackerFeatureState.__new__(_TransportIpv6TrackerFeatureState)
|
|
971
970
|
|
|
972
971
|
__props__.__dict__["description"] = description
|
|
973
972
|
__props__.__dict__["endpoint_api_url"] = endpoint_api_url
|
|
@@ -991,13 +990,13 @@ class TransportIpv6TrackerProfileParcel(pulumi.CustomResource):
|
|
|
991
990
|
__props__.__dict__["tracker_type"] = tracker_type
|
|
992
991
|
__props__.__dict__["tracker_type_variable"] = tracker_type_variable
|
|
993
992
|
__props__.__dict__["version"] = version
|
|
994
|
-
return
|
|
993
|
+
return TransportIpv6TrackerFeature(resource_name, opts=opts, __props__=__props__)
|
|
995
994
|
|
|
996
995
|
@property
|
|
997
996
|
@pulumi.getter
|
|
998
997
|
def description(self) -> pulumi.Output[Optional[str]]:
|
|
999
998
|
"""
|
|
1000
|
-
The description of the
|
|
999
|
+
The description of the Feature
|
|
1001
1000
|
"""
|
|
1002
1001
|
return pulumi.get(self, "description")
|
|
1003
1002
|
|
|
@@ -1109,7 +1108,7 @@ class TransportIpv6TrackerProfileParcel(pulumi.CustomResource):
|
|
|
1109
1108
|
@pulumi.getter
|
|
1110
1109
|
def name(self) -> pulumi.Output[str]:
|
|
1111
1110
|
"""
|
|
1112
|
-
The name of the
|
|
1111
|
+
The name of the Feature
|
|
1113
1112
|
"""
|
|
1114
1113
|
return pulumi.get(self, "name")
|
|
1115
1114
|
|
|
@@ -1131,7 +1130,7 @@ class TransportIpv6TrackerProfileParcel(pulumi.CustomResource):
|
|
|
1131
1130
|
|
|
1132
1131
|
@property
|
|
1133
1132
|
@pulumi.getter(name="trackerName")
|
|
1134
|
-
def tracker_name(self) -> pulumi.Output[str]:
|
|
1133
|
+
def tracker_name(self) -> pulumi.Output[Optional[str]]:
|
|
1135
1134
|
"""
|
|
1136
1135
|
Tracker Name
|
|
1137
1136
|
"""
|
|
@@ -1165,7 +1164,7 @@ class TransportIpv6TrackerProfileParcel(pulumi.CustomResource):
|
|
|
1165
1164
|
@pulumi.getter
|
|
1166
1165
|
def version(self) -> pulumi.Output[int]:
|
|
1167
1166
|
"""
|
|
1168
|
-
The version of the
|
|
1167
|
+
The version of the Feature
|
|
1169
1168
|
"""
|
|
1170
1169
|
return pulumi.get(self, "version")
|
|
1171
1170
|
|