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__ = ['ServiceTrackerFeatureArgs', 'ServiceTrackerFeature']
|
|
13
13
|
|
|
14
14
|
@pulumi.input_type
|
|
15
|
-
class
|
|
15
|
+
class ServiceTrackerFeatureArgs:
|
|
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,
|
|
@@ -36,14 +35,14 @@ class ServiceTrackerProfileParcelArgs:
|
|
|
36
35
|
protocol_variable: Optional[pulumi.Input[str]] = None,
|
|
37
36
|
threshold: Optional[pulumi.Input[int]] = None,
|
|
38
37
|
threshold_variable: Optional[pulumi.Input[str]] = None,
|
|
38
|
+
tracker_name: Optional[pulumi.Input[str]] = None,
|
|
39
39
|
tracker_name_variable: Optional[pulumi.Input[str]] = None,
|
|
40
40
|
tracker_type: Optional[pulumi.Input[str]] = None,
|
|
41
41
|
tracker_type_variable: Optional[pulumi.Input[str]] = None):
|
|
42
42
|
"""
|
|
43
|
-
The set of arguments for constructing a
|
|
43
|
+
The set of arguments for constructing a ServiceTrackerFeature resource.
|
|
44
44
|
:param pulumi.Input[str] feature_profile_id: Feature Profile ID
|
|
45
|
-
:param pulumi.Input[str]
|
|
46
|
-
:param pulumi.Input[str] description: The description of the profile parcel
|
|
45
|
+
:param pulumi.Input[str] description: The description of the Feature
|
|
47
46
|
:param pulumi.Input[str] endpoint_api_url: API url of endpoint
|
|
48
47
|
:param pulumi.Input[str] endpoint_api_url_variable: Variable name
|
|
49
48
|
:param pulumi.Input[str] endpoint_dns_name: Endpoint DNS Name
|
|
@@ -56,19 +55,19 @@ class ServiceTrackerProfileParcelArgs:
|
|
|
56
55
|
:param pulumi.Input[str] interval_variable: Variable name
|
|
57
56
|
:param pulumi.Input[int] multiplier: Multiplier - Range: `1`-`10` - Default value: `3`
|
|
58
57
|
:param pulumi.Input[str] multiplier_variable: Variable name
|
|
59
|
-
:param pulumi.Input[str] name: The name of the
|
|
58
|
+
:param pulumi.Input[str] name: The name of the Feature
|
|
60
59
|
:param pulumi.Input[int] port: - Range: `1`-`65535`
|
|
61
60
|
:param pulumi.Input[str] port_variable: Variable name
|
|
62
61
|
:param pulumi.Input[str] protocol: - Choices: `tcp`, `udp`
|
|
63
62
|
:param pulumi.Input[str] protocol_variable: Variable name
|
|
64
63
|
:param pulumi.Input[int] threshold: Threshold - Range: `100`-`1000` - Default value: `300`
|
|
65
64
|
:param pulumi.Input[str] threshold_variable: Variable name
|
|
65
|
+
:param pulumi.Input[str] tracker_name: Tracker Name
|
|
66
66
|
:param pulumi.Input[str] tracker_name_variable: Variable name
|
|
67
67
|
:param pulumi.Input[str] tracker_type: Tracker Type - Choices: `endpoint` - Default value: `endpoint`
|
|
68
68
|
:param pulumi.Input[str] tracker_type_variable: Variable name
|
|
69
69
|
"""
|
|
70
70
|
pulumi.set(__self__, "feature_profile_id", feature_profile_id)
|
|
71
|
-
pulumi.set(__self__, "tracker_name", tracker_name)
|
|
72
71
|
if description is not None:
|
|
73
72
|
pulumi.set(__self__, "description", description)
|
|
74
73
|
if endpoint_api_url is not None:
|
|
@@ -109,6 +108,8 @@ class ServiceTrackerProfileParcelArgs:
|
|
|
109
108
|
pulumi.set(__self__, "threshold", threshold)
|
|
110
109
|
if threshold_variable is not None:
|
|
111
110
|
pulumi.set(__self__, "threshold_variable", threshold_variable)
|
|
111
|
+
if tracker_name is not None:
|
|
112
|
+
pulumi.set(__self__, "tracker_name", tracker_name)
|
|
112
113
|
if tracker_name_variable is not None:
|
|
113
114
|
pulumi.set(__self__, "tracker_name_variable", tracker_name_variable)
|
|
114
115
|
if tracker_type is not None:
|
|
@@ -128,23 +129,11 @@ class ServiceTrackerProfileParcelArgs:
|
|
|
128
129
|
def feature_profile_id(self, value: pulumi.Input[str]):
|
|
129
130
|
pulumi.set(self, "feature_profile_id", value)
|
|
130
131
|
|
|
131
|
-
@property
|
|
132
|
-
@pulumi.getter(name="trackerName")
|
|
133
|
-
def tracker_name(self) -> pulumi.Input[str]:
|
|
134
|
-
"""
|
|
135
|
-
Tracker Name
|
|
136
|
-
"""
|
|
137
|
-
return pulumi.get(self, "tracker_name")
|
|
138
|
-
|
|
139
|
-
@tracker_name.setter
|
|
140
|
-
def tracker_name(self, value: pulumi.Input[str]):
|
|
141
|
-
pulumi.set(self, "tracker_name", value)
|
|
142
|
-
|
|
143
132
|
@property
|
|
144
133
|
@pulumi.getter
|
|
145
134
|
def description(self) -> Optional[pulumi.Input[str]]:
|
|
146
135
|
"""
|
|
147
|
-
The description of the
|
|
136
|
+
The description of the Feature
|
|
148
137
|
"""
|
|
149
138
|
return pulumi.get(self, "description")
|
|
150
139
|
|
|
@@ -300,7 +289,7 @@ class ServiceTrackerProfileParcelArgs:
|
|
|
300
289
|
@pulumi.getter
|
|
301
290
|
def name(self) -> Optional[pulumi.Input[str]]:
|
|
302
291
|
"""
|
|
303
|
-
The name of the
|
|
292
|
+
The name of the Feature
|
|
304
293
|
"""
|
|
305
294
|
return pulumi.get(self, "name")
|
|
306
295
|
|
|
@@ -380,6 +369,18 @@ class ServiceTrackerProfileParcelArgs:
|
|
|
380
369
|
def threshold_variable(self, value: Optional[pulumi.Input[str]]):
|
|
381
370
|
pulumi.set(self, "threshold_variable", value)
|
|
382
371
|
|
|
372
|
+
@property
|
|
373
|
+
@pulumi.getter(name="trackerName")
|
|
374
|
+
def tracker_name(self) -> Optional[pulumi.Input[str]]:
|
|
375
|
+
"""
|
|
376
|
+
Tracker Name
|
|
377
|
+
"""
|
|
378
|
+
return pulumi.get(self, "tracker_name")
|
|
379
|
+
|
|
380
|
+
@tracker_name.setter
|
|
381
|
+
def tracker_name(self, value: Optional[pulumi.Input[str]]):
|
|
382
|
+
pulumi.set(self, "tracker_name", value)
|
|
383
|
+
|
|
383
384
|
@property
|
|
384
385
|
@pulumi.getter(name="trackerNameVariable")
|
|
385
386
|
def tracker_name_variable(self) -> Optional[pulumi.Input[str]]:
|
|
@@ -418,7 +419,7 @@ class ServiceTrackerProfileParcelArgs:
|
|
|
418
419
|
|
|
419
420
|
|
|
420
421
|
@pulumi.input_type
|
|
421
|
-
class
|
|
422
|
+
class _ServiceTrackerFeatureState:
|
|
422
423
|
def __init__(__self__, *,
|
|
423
424
|
description: Optional[pulumi.Input[str]] = None,
|
|
424
425
|
endpoint_api_url: Optional[pulumi.Input[str]] = None,
|
|
@@ -447,8 +448,8 @@ class _ServiceTrackerProfileParcelState:
|
|
|
447
448
|
tracker_type_variable: Optional[pulumi.Input[str]] = None,
|
|
448
449
|
version: Optional[pulumi.Input[int]] = None):
|
|
449
450
|
"""
|
|
450
|
-
Input properties used for looking up and filtering
|
|
451
|
-
:param pulumi.Input[str] description: The description of the
|
|
451
|
+
Input properties used for looking up and filtering ServiceTrackerFeature resources.
|
|
452
|
+
:param pulumi.Input[str] description: The description of the Feature
|
|
452
453
|
:param pulumi.Input[str] endpoint_api_url: API url of endpoint
|
|
453
454
|
:param pulumi.Input[str] endpoint_api_url_variable: Variable name
|
|
454
455
|
:param pulumi.Input[str] endpoint_dns_name: Endpoint DNS Name
|
|
@@ -462,7 +463,7 @@ class _ServiceTrackerProfileParcelState:
|
|
|
462
463
|
:param pulumi.Input[str] interval_variable: Variable name
|
|
463
464
|
:param pulumi.Input[int] multiplier: Multiplier - Range: `1`-`10` - Default value: `3`
|
|
464
465
|
:param pulumi.Input[str] multiplier_variable: Variable name
|
|
465
|
-
:param pulumi.Input[str] name: The name of the
|
|
466
|
+
:param pulumi.Input[str] name: The name of the Feature
|
|
466
467
|
:param pulumi.Input[int] port: - Range: `1`-`65535`
|
|
467
468
|
:param pulumi.Input[str] port_variable: Variable name
|
|
468
469
|
:param pulumi.Input[str] protocol: - Choices: `tcp`, `udp`
|
|
@@ -473,7 +474,7 @@ class _ServiceTrackerProfileParcelState:
|
|
|
473
474
|
:param pulumi.Input[str] tracker_name_variable: Variable name
|
|
474
475
|
:param pulumi.Input[str] tracker_type: Tracker Type - Choices: `endpoint` - Default value: `endpoint`
|
|
475
476
|
:param pulumi.Input[str] tracker_type_variable: Variable name
|
|
476
|
-
:param pulumi.Input[int] version: The version of the
|
|
477
|
+
:param pulumi.Input[int] version: The version of the Feature
|
|
477
478
|
"""
|
|
478
479
|
if description is not None:
|
|
479
480
|
pulumi.set(__self__, "description", description)
|
|
@@ -532,7 +533,7 @@ class _ServiceTrackerProfileParcelState:
|
|
|
532
533
|
@pulumi.getter
|
|
533
534
|
def description(self) -> Optional[pulumi.Input[str]]:
|
|
534
535
|
"""
|
|
535
|
-
The description of the
|
|
536
|
+
The description of the Feature
|
|
536
537
|
"""
|
|
537
538
|
return pulumi.get(self, "description")
|
|
538
539
|
|
|
@@ -700,7 +701,7 @@ class _ServiceTrackerProfileParcelState:
|
|
|
700
701
|
@pulumi.getter
|
|
701
702
|
def name(self) -> Optional[pulumi.Input[str]]:
|
|
702
703
|
"""
|
|
703
|
-
The name of the
|
|
704
|
+
The name of the Feature
|
|
704
705
|
"""
|
|
705
706
|
return pulumi.get(self, "name")
|
|
706
707
|
|
|
@@ -832,7 +833,7 @@ class _ServiceTrackerProfileParcelState:
|
|
|
832
833
|
@pulumi.getter
|
|
833
834
|
def version(self) -> Optional[pulumi.Input[int]]:
|
|
834
835
|
"""
|
|
835
|
-
The version of the
|
|
836
|
+
The version of the Feature
|
|
836
837
|
"""
|
|
837
838
|
return pulumi.get(self, "version")
|
|
838
839
|
|
|
@@ -841,7 +842,7 @@ class _ServiceTrackerProfileParcelState:
|
|
|
841
842
|
pulumi.set(self, "version", value)
|
|
842
843
|
|
|
843
844
|
|
|
844
|
-
class
|
|
845
|
+
class ServiceTrackerFeature(pulumi.CustomResource):
|
|
845
846
|
@overload
|
|
846
847
|
def __init__(__self__,
|
|
847
848
|
resource_name: str,
|
|
@@ -873,7 +874,7 @@ class ServiceTrackerProfileParcel(pulumi.CustomResource):
|
|
|
873
874
|
tracker_type_variable: Optional[pulumi.Input[str]] = None,
|
|
874
875
|
__props__=None):
|
|
875
876
|
"""
|
|
876
|
-
This resource can manage a Service Tracker
|
|
877
|
+
This resource can manage a Service Tracker Feature.
|
|
877
878
|
- Minimum SD-WAN Manager version: `20.12.0`
|
|
878
879
|
|
|
879
880
|
## Example Usage
|
|
@@ -882,7 +883,7 @@ class ServiceTrackerProfileParcel(pulumi.CustomResource):
|
|
|
882
883
|
import pulumi
|
|
883
884
|
import pulumi_sdwan as sdwan
|
|
884
885
|
|
|
885
|
-
example = sdwan.
|
|
886
|
+
example = sdwan.ServiceTrackerFeature("example",
|
|
886
887
|
name="Example",
|
|
887
888
|
description="My Example",
|
|
888
889
|
feature_profile_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
|
|
@@ -902,12 +903,12 @@ class ServiceTrackerProfileParcel(pulumi.CustomResource):
|
|
|
902
903
|
## Import
|
|
903
904
|
|
|
904
905
|
```sh
|
|
905
|
-
$ pulumi import sdwan:index/
|
|
906
|
+
$ pulumi import sdwan:index/serviceTrackerFeature:ServiceTrackerFeature example "f6b2c44c-693c-4763-b010-895aa3d236bd"
|
|
906
907
|
```
|
|
907
908
|
|
|
908
909
|
:param str resource_name: The name of the resource.
|
|
909
910
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
910
|
-
:param pulumi.Input[str] description: The description of the
|
|
911
|
+
:param pulumi.Input[str] description: The description of the Feature
|
|
911
912
|
:param pulumi.Input[str] endpoint_api_url: API url of endpoint
|
|
912
913
|
:param pulumi.Input[str] endpoint_api_url_variable: Variable name
|
|
913
914
|
:param pulumi.Input[str] endpoint_dns_name: Endpoint DNS Name
|
|
@@ -921,7 +922,7 @@ class ServiceTrackerProfileParcel(pulumi.CustomResource):
|
|
|
921
922
|
:param pulumi.Input[str] interval_variable: Variable name
|
|
922
923
|
:param pulumi.Input[int] multiplier: Multiplier - Range: `1`-`10` - Default value: `3`
|
|
923
924
|
:param pulumi.Input[str] multiplier_variable: Variable name
|
|
924
|
-
:param pulumi.Input[str] name: The name of the
|
|
925
|
+
:param pulumi.Input[str] name: The name of the Feature
|
|
925
926
|
:param pulumi.Input[int] port: - Range: `1`-`65535`
|
|
926
927
|
:param pulumi.Input[str] port_variable: Variable name
|
|
927
928
|
:param pulumi.Input[str] protocol: - Choices: `tcp`, `udp`
|
|
@@ -937,10 +938,10 @@ class ServiceTrackerProfileParcel(pulumi.CustomResource):
|
|
|
937
938
|
@overload
|
|
938
939
|
def __init__(__self__,
|
|
939
940
|
resource_name: str,
|
|
940
|
-
args:
|
|
941
|
+
args: ServiceTrackerFeatureArgs,
|
|
941
942
|
opts: Optional[pulumi.ResourceOptions] = None):
|
|
942
943
|
"""
|
|
943
|
-
This resource can manage a Service Tracker
|
|
944
|
+
This resource can manage a Service Tracker Feature.
|
|
944
945
|
- Minimum SD-WAN Manager version: `20.12.0`
|
|
945
946
|
|
|
946
947
|
## Example Usage
|
|
@@ -949,7 +950,7 @@ class ServiceTrackerProfileParcel(pulumi.CustomResource):
|
|
|
949
950
|
import pulumi
|
|
950
951
|
import pulumi_sdwan as sdwan
|
|
951
952
|
|
|
952
|
-
example = sdwan.
|
|
953
|
+
example = sdwan.ServiceTrackerFeature("example",
|
|
953
954
|
name="Example",
|
|
954
955
|
description="My Example",
|
|
955
956
|
feature_profile_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
|
|
@@ -969,16 +970,16 @@ class ServiceTrackerProfileParcel(pulumi.CustomResource):
|
|
|
969
970
|
## Import
|
|
970
971
|
|
|
971
972
|
```sh
|
|
972
|
-
$ pulumi import sdwan:index/
|
|
973
|
+
$ pulumi import sdwan:index/serviceTrackerFeature:ServiceTrackerFeature example "f6b2c44c-693c-4763-b010-895aa3d236bd"
|
|
973
974
|
```
|
|
974
975
|
|
|
975
976
|
:param str resource_name: The name of the resource.
|
|
976
|
-
:param
|
|
977
|
+
:param ServiceTrackerFeatureArgs args: The arguments to use to populate this resource's properties.
|
|
977
978
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
978
979
|
"""
|
|
979
980
|
...
|
|
980
981
|
def __init__(__self__, resource_name: str, *args, **kwargs):
|
|
981
|
-
resource_args, opts = _utilities.get_resource_args_opts(
|
|
982
|
+
resource_args, opts = _utilities.get_resource_args_opts(ServiceTrackerFeatureArgs, pulumi.ResourceOptions, *args, **kwargs)
|
|
982
983
|
if resource_args is not None:
|
|
983
984
|
__self__._internal_init(resource_name, opts, **resource_args.__dict__)
|
|
984
985
|
else:
|
|
@@ -1019,7 +1020,7 @@ class ServiceTrackerProfileParcel(pulumi.CustomResource):
|
|
|
1019
1020
|
if opts.id is None:
|
|
1020
1021
|
if __props__ is not None:
|
|
1021
1022
|
raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
|
|
1022
|
-
__props__ =
|
|
1023
|
+
__props__ = ServiceTrackerFeatureArgs.__new__(ServiceTrackerFeatureArgs)
|
|
1023
1024
|
|
|
1024
1025
|
__props__.__dict__["description"] = description
|
|
1025
1026
|
__props__.__dict__["endpoint_api_url"] = endpoint_api_url
|
|
@@ -1044,15 +1045,13 @@ class ServiceTrackerProfileParcel(pulumi.CustomResource):
|
|
|
1044
1045
|
__props__.__dict__["protocol_variable"] = protocol_variable
|
|
1045
1046
|
__props__.__dict__["threshold"] = threshold
|
|
1046
1047
|
__props__.__dict__["threshold_variable"] = threshold_variable
|
|
1047
|
-
if tracker_name is None and not opts.urn:
|
|
1048
|
-
raise TypeError("Missing required property 'tracker_name'")
|
|
1049
1048
|
__props__.__dict__["tracker_name"] = tracker_name
|
|
1050
1049
|
__props__.__dict__["tracker_name_variable"] = tracker_name_variable
|
|
1051
1050
|
__props__.__dict__["tracker_type"] = tracker_type
|
|
1052
1051
|
__props__.__dict__["tracker_type_variable"] = tracker_type_variable
|
|
1053
1052
|
__props__.__dict__["version"] = None
|
|
1054
|
-
super(
|
|
1055
|
-
'sdwan:index/
|
|
1053
|
+
super(ServiceTrackerFeature, __self__).__init__(
|
|
1054
|
+
'sdwan:index/serviceTrackerFeature:ServiceTrackerFeature',
|
|
1056
1055
|
resource_name,
|
|
1057
1056
|
__props__,
|
|
1058
1057
|
opts)
|
|
@@ -1086,15 +1085,15 @@ class ServiceTrackerProfileParcel(pulumi.CustomResource):
|
|
|
1086
1085
|
tracker_name_variable: Optional[pulumi.Input[str]] = None,
|
|
1087
1086
|
tracker_type: Optional[pulumi.Input[str]] = None,
|
|
1088
1087
|
tracker_type_variable: Optional[pulumi.Input[str]] = None,
|
|
1089
|
-
version: Optional[pulumi.Input[int]] = None) -> '
|
|
1088
|
+
version: Optional[pulumi.Input[int]] = None) -> 'ServiceTrackerFeature':
|
|
1090
1089
|
"""
|
|
1091
|
-
Get an existing
|
|
1090
|
+
Get an existing ServiceTrackerFeature resource's state with the given name, id, and optional extra
|
|
1092
1091
|
properties used to qualify the lookup.
|
|
1093
1092
|
|
|
1094
1093
|
:param str resource_name: The unique name of the resulting resource.
|
|
1095
1094
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
1096
1095
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
1097
|
-
:param pulumi.Input[str] description: The description of the
|
|
1096
|
+
:param pulumi.Input[str] description: The description of the Feature
|
|
1098
1097
|
:param pulumi.Input[str] endpoint_api_url: API url of endpoint
|
|
1099
1098
|
:param pulumi.Input[str] endpoint_api_url_variable: Variable name
|
|
1100
1099
|
:param pulumi.Input[str] endpoint_dns_name: Endpoint DNS Name
|
|
@@ -1108,7 +1107,7 @@ class ServiceTrackerProfileParcel(pulumi.CustomResource):
|
|
|
1108
1107
|
:param pulumi.Input[str] interval_variable: Variable name
|
|
1109
1108
|
:param pulumi.Input[int] multiplier: Multiplier - Range: `1`-`10` - Default value: `3`
|
|
1110
1109
|
:param pulumi.Input[str] multiplier_variable: Variable name
|
|
1111
|
-
:param pulumi.Input[str] name: The name of the
|
|
1110
|
+
:param pulumi.Input[str] name: The name of the Feature
|
|
1112
1111
|
:param pulumi.Input[int] port: - Range: `1`-`65535`
|
|
1113
1112
|
:param pulumi.Input[str] port_variable: Variable name
|
|
1114
1113
|
:param pulumi.Input[str] protocol: - Choices: `tcp`, `udp`
|
|
@@ -1119,11 +1118,11 @@ class ServiceTrackerProfileParcel(pulumi.CustomResource):
|
|
|
1119
1118
|
:param pulumi.Input[str] tracker_name_variable: Variable name
|
|
1120
1119
|
:param pulumi.Input[str] tracker_type: Tracker Type - Choices: `endpoint` - Default value: `endpoint`
|
|
1121
1120
|
:param pulumi.Input[str] tracker_type_variable: Variable name
|
|
1122
|
-
:param pulumi.Input[int] version: The version of the
|
|
1121
|
+
:param pulumi.Input[int] version: The version of the Feature
|
|
1123
1122
|
"""
|
|
1124
1123
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
1125
1124
|
|
|
1126
|
-
__props__ =
|
|
1125
|
+
__props__ = _ServiceTrackerFeatureState.__new__(_ServiceTrackerFeatureState)
|
|
1127
1126
|
|
|
1128
1127
|
__props__.__dict__["description"] = description
|
|
1129
1128
|
__props__.__dict__["endpoint_api_url"] = endpoint_api_url
|
|
@@ -1151,13 +1150,13 @@ class ServiceTrackerProfileParcel(pulumi.CustomResource):
|
|
|
1151
1150
|
__props__.__dict__["tracker_type"] = tracker_type
|
|
1152
1151
|
__props__.__dict__["tracker_type_variable"] = tracker_type_variable
|
|
1153
1152
|
__props__.__dict__["version"] = version
|
|
1154
|
-
return
|
|
1153
|
+
return ServiceTrackerFeature(resource_name, opts=opts, __props__=__props__)
|
|
1155
1154
|
|
|
1156
1155
|
@property
|
|
1157
1156
|
@pulumi.getter
|
|
1158
1157
|
def description(self) -> pulumi.Output[Optional[str]]:
|
|
1159
1158
|
"""
|
|
1160
|
-
The description of the
|
|
1159
|
+
The description of the Feature
|
|
1161
1160
|
"""
|
|
1162
1161
|
return pulumi.get(self, "description")
|
|
1163
1162
|
|
|
@@ -1269,7 +1268,7 @@ class ServiceTrackerProfileParcel(pulumi.CustomResource):
|
|
|
1269
1268
|
@pulumi.getter
|
|
1270
1269
|
def name(self) -> pulumi.Output[str]:
|
|
1271
1270
|
"""
|
|
1272
|
-
The name of the
|
|
1271
|
+
The name of the Feature
|
|
1273
1272
|
"""
|
|
1274
1273
|
return pulumi.get(self, "name")
|
|
1275
1274
|
|
|
@@ -1323,7 +1322,7 @@ class ServiceTrackerProfileParcel(pulumi.CustomResource):
|
|
|
1323
1322
|
|
|
1324
1323
|
@property
|
|
1325
1324
|
@pulumi.getter(name="trackerName")
|
|
1326
|
-
def tracker_name(self) -> pulumi.Output[str]:
|
|
1325
|
+
def tracker_name(self) -> pulumi.Output[Optional[str]]:
|
|
1327
1326
|
"""
|
|
1328
1327
|
Tracker Name
|
|
1329
1328
|
"""
|
|
@@ -1357,7 +1356,7 @@ class ServiceTrackerProfileParcel(pulumi.CustomResource):
|
|
|
1357
1356
|
@pulumi.getter
|
|
1358
1357
|
def version(self) -> pulumi.Output[int]:
|
|
1359
1358
|
"""
|
|
1360
|
-
The version of the
|
|
1359
|
+
The version of the Feature
|
|
1361
1360
|
"""
|
|
1362
1361
|
return pulumi.get(self, "version")
|
|
1363
1362
|
|