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
|
@@ -0,0 +1,203 @@
|
|
|
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
|
+
from . import outputs
|
|
12
|
+
|
|
13
|
+
__all__ = [
|
|
14
|
+
'GetServiceSwitchportFeatureResult',
|
|
15
|
+
'AwaitableGetServiceSwitchportFeatureResult',
|
|
16
|
+
'get_service_switchport_feature',
|
|
17
|
+
'get_service_switchport_feature_output',
|
|
18
|
+
]
|
|
19
|
+
|
|
20
|
+
@pulumi.output_type
|
|
21
|
+
class GetServiceSwitchportFeatureResult:
|
|
22
|
+
"""
|
|
23
|
+
A collection of values returned by getServiceSwitchportFeature.
|
|
24
|
+
"""
|
|
25
|
+
def __init__(__self__, age_out_time=None, age_out_time_variable=None, description=None, feature_profile_id=None, id=None, interfaces=None, name=None, static_mac_addresses=None, version=None):
|
|
26
|
+
if age_out_time and not isinstance(age_out_time, int):
|
|
27
|
+
raise TypeError("Expected argument 'age_out_time' to be a int")
|
|
28
|
+
pulumi.set(__self__, "age_out_time", age_out_time)
|
|
29
|
+
if age_out_time_variable and not isinstance(age_out_time_variable, str):
|
|
30
|
+
raise TypeError("Expected argument 'age_out_time_variable' to be a str")
|
|
31
|
+
pulumi.set(__self__, "age_out_time_variable", age_out_time_variable)
|
|
32
|
+
if description and not isinstance(description, str):
|
|
33
|
+
raise TypeError("Expected argument 'description' to be a str")
|
|
34
|
+
pulumi.set(__self__, "description", description)
|
|
35
|
+
if feature_profile_id and not isinstance(feature_profile_id, str):
|
|
36
|
+
raise TypeError("Expected argument 'feature_profile_id' to be a str")
|
|
37
|
+
pulumi.set(__self__, "feature_profile_id", feature_profile_id)
|
|
38
|
+
if id and not isinstance(id, str):
|
|
39
|
+
raise TypeError("Expected argument 'id' to be a str")
|
|
40
|
+
pulumi.set(__self__, "id", id)
|
|
41
|
+
if interfaces and not isinstance(interfaces, list):
|
|
42
|
+
raise TypeError("Expected argument 'interfaces' to be a list")
|
|
43
|
+
pulumi.set(__self__, "interfaces", interfaces)
|
|
44
|
+
if name and not isinstance(name, str):
|
|
45
|
+
raise TypeError("Expected argument 'name' to be a str")
|
|
46
|
+
pulumi.set(__self__, "name", name)
|
|
47
|
+
if static_mac_addresses and not isinstance(static_mac_addresses, list):
|
|
48
|
+
raise TypeError("Expected argument 'static_mac_addresses' to be a list")
|
|
49
|
+
pulumi.set(__self__, "static_mac_addresses", static_mac_addresses)
|
|
50
|
+
if version and not isinstance(version, int):
|
|
51
|
+
raise TypeError("Expected argument 'version' to be a int")
|
|
52
|
+
pulumi.set(__self__, "version", version)
|
|
53
|
+
|
|
54
|
+
@property
|
|
55
|
+
@pulumi.getter(name="ageOutTime")
|
|
56
|
+
def age_out_time(self) -> int:
|
|
57
|
+
"""
|
|
58
|
+
Set when a MAC table entry ages out (0 to disable, 10-1000000 otherwise)
|
|
59
|
+
"""
|
|
60
|
+
return pulumi.get(self, "age_out_time")
|
|
61
|
+
|
|
62
|
+
@property
|
|
63
|
+
@pulumi.getter(name="ageOutTimeVariable")
|
|
64
|
+
def age_out_time_variable(self) -> str:
|
|
65
|
+
"""
|
|
66
|
+
Variable name
|
|
67
|
+
"""
|
|
68
|
+
return pulumi.get(self, "age_out_time_variable")
|
|
69
|
+
|
|
70
|
+
@property
|
|
71
|
+
@pulumi.getter
|
|
72
|
+
def description(self) -> str:
|
|
73
|
+
"""
|
|
74
|
+
The description of the Feature
|
|
75
|
+
"""
|
|
76
|
+
return pulumi.get(self, "description")
|
|
77
|
+
|
|
78
|
+
@property
|
|
79
|
+
@pulumi.getter(name="featureProfileId")
|
|
80
|
+
def feature_profile_id(self) -> str:
|
|
81
|
+
"""
|
|
82
|
+
Feature Profile ID
|
|
83
|
+
"""
|
|
84
|
+
return pulumi.get(self, "feature_profile_id")
|
|
85
|
+
|
|
86
|
+
@property
|
|
87
|
+
@pulumi.getter
|
|
88
|
+
def id(self) -> str:
|
|
89
|
+
"""
|
|
90
|
+
The id of the Feature
|
|
91
|
+
"""
|
|
92
|
+
return pulumi.get(self, "id")
|
|
93
|
+
|
|
94
|
+
@property
|
|
95
|
+
@pulumi.getter
|
|
96
|
+
def interfaces(self) -> Sequence['outputs.GetServiceSwitchportFeatureInterfaceResult']:
|
|
97
|
+
"""
|
|
98
|
+
Interface name: GigabitEthernet0/<>/<> when present
|
|
99
|
+
"""
|
|
100
|
+
return pulumi.get(self, "interfaces")
|
|
101
|
+
|
|
102
|
+
@property
|
|
103
|
+
@pulumi.getter
|
|
104
|
+
def name(self) -> str:
|
|
105
|
+
"""
|
|
106
|
+
The name of the Feature
|
|
107
|
+
"""
|
|
108
|
+
return pulumi.get(self, "name")
|
|
109
|
+
|
|
110
|
+
@property
|
|
111
|
+
@pulumi.getter(name="staticMacAddresses")
|
|
112
|
+
def static_mac_addresses(self) -> Sequence['outputs.GetServiceSwitchportFeatureStaticMacAddressResult']:
|
|
113
|
+
"""
|
|
114
|
+
Add static MAC address entries for interface
|
|
115
|
+
"""
|
|
116
|
+
return pulumi.get(self, "static_mac_addresses")
|
|
117
|
+
|
|
118
|
+
@property
|
|
119
|
+
@pulumi.getter
|
|
120
|
+
def version(self) -> int:
|
|
121
|
+
"""
|
|
122
|
+
The version of the Feature
|
|
123
|
+
"""
|
|
124
|
+
return pulumi.get(self, "version")
|
|
125
|
+
|
|
126
|
+
|
|
127
|
+
class AwaitableGetServiceSwitchportFeatureResult(GetServiceSwitchportFeatureResult):
|
|
128
|
+
# pylint: disable=using-constant-test
|
|
129
|
+
def __await__(self):
|
|
130
|
+
if False:
|
|
131
|
+
yield self
|
|
132
|
+
return GetServiceSwitchportFeatureResult(
|
|
133
|
+
age_out_time=self.age_out_time,
|
|
134
|
+
age_out_time_variable=self.age_out_time_variable,
|
|
135
|
+
description=self.description,
|
|
136
|
+
feature_profile_id=self.feature_profile_id,
|
|
137
|
+
id=self.id,
|
|
138
|
+
interfaces=self.interfaces,
|
|
139
|
+
name=self.name,
|
|
140
|
+
static_mac_addresses=self.static_mac_addresses,
|
|
141
|
+
version=self.version)
|
|
142
|
+
|
|
143
|
+
|
|
144
|
+
def get_service_switchport_feature(feature_profile_id: Optional[str] = None,
|
|
145
|
+
id: Optional[str] = None,
|
|
146
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetServiceSwitchportFeatureResult:
|
|
147
|
+
"""
|
|
148
|
+
This data source can read the Service Switchport Feature.
|
|
149
|
+
|
|
150
|
+
## Example Usage
|
|
151
|
+
|
|
152
|
+
```python
|
|
153
|
+
import pulumi
|
|
154
|
+
import pulumi_sdwan as sdwan
|
|
155
|
+
|
|
156
|
+
example = sdwan.get_service_switchport_feature(id="f6b2c44c-693c-4763-b010-895aa3d236bd",
|
|
157
|
+
feature_profile_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac")
|
|
158
|
+
```
|
|
159
|
+
|
|
160
|
+
|
|
161
|
+
:param str feature_profile_id: Feature Profile ID
|
|
162
|
+
:param str id: The id of the Feature
|
|
163
|
+
"""
|
|
164
|
+
__args__ = dict()
|
|
165
|
+
__args__['featureProfileId'] = feature_profile_id
|
|
166
|
+
__args__['id'] = id
|
|
167
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
168
|
+
__ret__ = pulumi.runtime.invoke('sdwan:index/getServiceSwitchportFeature:getServiceSwitchportFeature', __args__, opts=opts, typ=GetServiceSwitchportFeatureResult).value
|
|
169
|
+
|
|
170
|
+
return AwaitableGetServiceSwitchportFeatureResult(
|
|
171
|
+
age_out_time=pulumi.get(__ret__, 'age_out_time'),
|
|
172
|
+
age_out_time_variable=pulumi.get(__ret__, 'age_out_time_variable'),
|
|
173
|
+
description=pulumi.get(__ret__, 'description'),
|
|
174
|
+
feature_profile_id=pulumi.get(__ret__, 'feature_profile_id'),
|
|
175
|
+
id=pulumi.get(__ret__, 'id'),
|
|
176
|
+
interfaces=pulumi.get(__ret__, 'interfaces'),
|
|
177
|
+
name=pulumi.get(__ret__, 'name'),
|
|
178
|
+
static_mac_addresses=pulumi.get(__ret__, 'static_mac_addresses'),
|
|
179
|
+
version=pulumi.get(__ret__, 'version'))
|
|
180
|
+
|
|
181
|
+
|
|
182
|
+
@_utilities.lift_output_func(get_service_switchport_feature)
|
|
183
|
+
def get_service_switchport_feature_output(feature_profile_id: Optional[pulumi.Input[str]] = None,
|
|
184
|
+
id: Optional[pulumi.Input[str]] = None,
|
|
185
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetServiceSwitchportFeatureResult]:
|
|
186
|
+
"""
|
|
187
|
+
This data source can read the Service Switchport Feature.
|
|
188
|
+
|
|
189
|
+
## Example Usage
|
|
190
|
+
|
|
191
|
+
```python
|
|
192
|
+
import pulumi
|
|
193
|
+
import pulumi_sdwan as sdwan
|
|
194
|
+
|
|
195
|
+
example = sdwan.get_service_switchport_feature(id="f6b2c44c-693c-4763-b010-895aa3d236bd",
|
|
196
|
+
feature_profile_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac")
|
|
197
|
+
```
|
|
198
|
+
|
|
199
|
+
|
|
200
|
+
:param str feature_profile_id: Feature Profile ID
|
|
201
|
+
:param str id: The id of the Feature
|
|
202
|
+
"""
|
|
203
|
+
...
|
|
@@ -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
|
+
'GetServiceTrackerFeatureResult',
|
|
14
|
+
'AwaitableGetServiceTrackerFeatureResult',
|
|
15
|
+
'get_service_tracker_feature',
|
|
16
|
+
'get_service_tracker_feature_output',
|
|
17
17
|
]
|
|
18
18
|
|
|
19
19
|
@pulumi.output_type
|
|
20
|
-
class
|
|
20
|
+
class GetServiceTrackerFeatureResult:
|
|
21
21
|
"""
|
|
22
|
-
A collection of values returned by
|
|
22
|
+
A collection of values returned by getServiceTrackerFeature.
|
|
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, port=None, port_variable=None, protocol=None, protocol_variable=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):
|
|
@@ -108,7 +108,7 @@ class GetServiceTrackerProfileParcelResult:
|
|
|
108
108
|
@pulumi.getter
|
|
109
109
|
def description(self) -> str:
|
|
110
110
|
"""
|
|
111
|
-
The description of the
|
|
111
|
+
The description of the Feature
|
|
112
112
|
"""
|
|
113
113
|
return pulumi.get(self, "description")
|
|
114
114
|
|
|
@@ -188,7 +188,7 @@ class GetServiceTrackerProfileParcelResult:
|
|
|
188
188
|
@pulumi.getter
|
|
189
189
|
def id(self) -> str:
|
|
190
190
|
"""
|
|
191
|
-
The id of the
|
|
191
|
+
The id of the Feature
|
|
192
192
|
"""
|
|
193
193
|
return pulumi.get(self, "id")
|
|
194
194
|
|
|
@@ -228,7 +228,7 @@ class GetServiceTrackerProfileParcelResult:
|
|
|
228
228
|
@pulumi.getter
|
|
229
229
|
def name(self) -> str:
|
|
230
230
|
"""
|
|
231
|
-
The name of the
|
|
231
|
+
The name of the Feature
|
|
232
232
|
"""
|
|
233
233
|
return pulumi.get(self, "name")
|
|
234
234
|
|
|
@@ -310,17 +310,17 @@ class GetServiceTrackerProfileParcelResult:
|
|
|
310
310
|
@pulumi.getter
|
|
311
311
|
def version(self) -> int:
|
|
312
312
|
"""
|
|
313
|
-
The version of the
|
|
313
|
+
The version of the Feature
|
|
314
314
|
"""
|
|
315
315
|
return pulumi.get(self, "version")
|
|
316
316
|
|
|
317
317
|
|
|
318
|
-
class
|
|
318
|
+
class AwaitableGetServiceTrackerFeatureResult(GetServiceTrackerFeatureResult):
|
|
319
319
|
# pylint: disable=using-constant-test
|
|
320
320
|
def __await__(self):
|
|
321
321
|
if False:
|
|
322
322
|
yield self
|
|
323
|
-
return
|
|
323
|
+
return GetServiceTrackerFeatureResult(
|
|
324
324
|
description=self.description,
|
|
325
325
|
endpoint_api_url=self.endpoint_api_url,
|
|
326
326
|
endpoint_api_url_variable=self.endpoint_api_url_variable,
|
|
@@ -350,11 +350,11 @@ class AwaitableGetServiceTrackerProfileParcelResult(GetServiceTrackerProfileParc
|
|
|
350
350
|
version=self.version)
|
|
351
351
|
|
|
352
352
|
|
|
353
|
-
def
|
|
354
|
-
|
|
355
|
-
|
|
353
|
+
def get_service_tracker_feature(feature_profile_id: Optional[str] = None,
|
|
354
|
+
id: Optional[str] = None,
|
|
355
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetServiceTrackerFeatureResult:
|
|
356
356
|
"""
|
|
357
|
-
This data source can read the Service Tracker
|
|
357
|
+
This data source can read the Service Tracker Feature.
|
|
358
358
|
|
|
359
359
|
## Example Usage
|
|
360
360
|
|
|
@@ -362,21 +362,21 @@ def get_service_tracker_profile_parcel(feature_profile_id: Optional[str] = None,
|
|
|
362
362
|
import pulumi
|
|
363
363
|
import pulumi_sdwan as sdwan
|
|
364
364
|
|
|
365
|
-
example = sdwan.
|
|
365
|
+
example = sdwan.get_service_tracker_feature(id="f6b2c44c-693c-4763-b010-895aa3d236bd",
|
|
366
366
|
feature_profile_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac")
|
|
367
367
|
```
|
|
368
368
|
|
|
369
369
|
|
|
370
370
|
:param str feature_profile_id: Feature Profile ID
|
|
371
|
-
:param str id: The id of the
|
|
371
|
+
:param str id: The id of the Feature
|
|
372
372
|
"""
|
|
373
373
|
__args__ = dict()
|
|
374
374
|
__args__['featureProfileId'] = feature_profile_id
|
|
375
375
|
__args__['id'] = id
|
|
376
376
|
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
377
|
-
__ret__ = pulumi.runtime.invoke('sdwan:index/
|
|
377
|
+
__ret__ = pulumi.runtime.invoke('sdwan:index/getServiceTrackerFeature:getServiceTrackerFeature', __args__, opts=opts, typ=GetServiceTrackerFeatureResult).value
|
|
378
378
|
|
|
379
|
-
return
|
|
379
|
+
return AwaitableGetServiceTrackerFeatureResult(
|
|
380
380
|
description=pulumi.get(__ret__, 'description'),
|
|
381
381
|
endpoint_api_url=pulumi.get(__ret__, 'endpoint_api_url'),
|
|
382
382
|
endpoint_api_url_variable=pulumi.get(__ret__, 'endpoint_api_url_variable'),
|
|
@@ -406,12 +406,12 @@ def get_service_tracker_profile_parcel(feature_profile_id: Optional[str] = None,
|
|
|
406
406
|
version=pulumi.get(__ret__, 'version'))
|
|
407
407
|
|
|
408
408
|
|
|
409
|
-
@_utilities.lift_output_func(
|
|
410
|
-
def
|
|
411
|
-
|
|
412
|
-
|
|
409
|
+
@_utilities.lift_output_func(get_service_tracker_feature)
|
|
410
|
+
def get_service_tracker_feature_output(feature_profile_id: Optional[pulumi.Input[str]] = None,
|
|
411
|
+
id: Optional[pulumi.Input[str]] = None,
|
|
412
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetServiceTrackerFeatureResult]:
|
|
413
413
|
"""
|
|
414
|
-
This data source can read the Service Tracker
|
|
414
|
+
This data source can read the Service Tracker Feature.
|
|
415
415
|
|
|
416
416
|
## Example Usage
|
|
417
417
|
|
|
@@ -419,12 +419,12 @@ def get_service_tracker_profile_parcel_output(feature_profile_id: Optional[pulum
|
|
|
419
419
|
import pulumi
|
|
420
420
|
import pulumi_sdwan as sdwan
|
|
421
421
|
|
|
422
|
-
example = sdwan.
|
|
422
|
+
example = sdwan.get_service_tracker_feature(id="f6b2c44c-693c-4763-b010-895aa3d236bd",
|
|
423
423
|
feature_profile_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac")
|
|
424
424
|
```
|
|
425
425
|
|
|
426
426
|
|
|
427
427
|
:param str feature_profile_id: Feature Profile ID
|
|
428
|
-
:param str id: The id of the
|
|
428
|
+
:param str id: The id of the Feature
|
|
429
429
|
"""
|
|
430
430
|
...
|
|
@@ -0,0 +1,190 @@
|
|
|
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
|
+
from . import outputs
|
|
12
|
+
|
|
13
|
+
__all__ = [
|
|
14
|
+
'GetServiceTrackerGroupFeatureResult',
|
|
15
|
+
'AwaitableGetServiceTrackerGroupFeatureResult',
|
|
16
|
+
'get_service_tracker_group_feature',
|
|
17
|
+
'get_service_tracker_group_feature_output',
|
|
18
|
+
]
|
|
19
|
+
|
|
20
|
+
@pulumi.output_type
|
|
21
|
+
class GetServiceTrackerGroupFeatureResult:
|
|
22
|
+
"""
|
|
23
|
+
A collection of values returned by getServiceTrackerGroupFeature.
|
|
24
|
+
"""
|
|
25
|
+
def __init__(__self__, description=None, feature_profile_id=None, id=None, name=None, tracker_boolean=None, tracker_boolean_variable=None, tracker_elements=None, version=None):
|
|
26
|
+
if description and not isinstance(description, str):
|
|
27
|
+
raise TypeError("Expected argument 'description' to be a str")
|
|
28
|
+
pulumi.set(__self__, "description", description)
|
|
29
|
+
if feature_profile_id and not isinstance(feature_profile_id, str):
|
|
30
|
+
raise TypeError("Expected argument 'feature_profile_id' to be a str")
|
|
31
|
+
pulumi.set(__self__, "feature_profile_id", feature_profile_id)
|
|
32
|
+
if id and not isinstance(id, str):
|
|
33
|
+
raise TypeError("Expected argument 'id' to be a str")
|
|
34
|
+
pulumi.set(__self__, "id", id)
|
|
35
|
+
if name and not isinstance(name, str):
|
|
36
|
+
raise TypeError("Expected argument 'name' to be a str")
|
|
37
|
+
pulumi.set(__self__, "name", name)
|
|
38
|
+
if tracker_boolean and not isinstance(tracker_boolean, str):
|
|
39
|
+
raise TypeError("Expected argument 'tracker_boolean' to be a str")
|
|
40
|
+
pulumi.set(__self__, "tracker_boolean", tracker_boolean)
|
|
41
|
+
if tracker_boolean_variable and not isinstance(tracker_boolean_variable, str):
|
|
42
|
+
raise TypeError("Expected argument 'tracker_boolean_variable' to be a str")
|
|
43
|
+
pulumi.set(__self__, "tracker_boolean_variable", tracker_boolean_variable)
|
|
44
|
+
if tracker_elements and not isinstance(tracker_elements, list):
|
|
45
|
+
raise TypeError("Expected argument 'tracker_elements' to be a list")
|
|
46
|
+
pulumi.set(__self__, "tracker_elements", tracker_elements)
|
|
47
|
+
if version and not isinstance(version, int):
|
|
48
|
+
raise TypeError("Expected argument 'version' to be a int")
|
|
49
|
+
pulumi.set(__self__, "version", version)
|
|
50
|
+
|
|
51
|
+
@property
|
|
52
|
+
@pulumi.getter
|
|
53
|
+
def description(self) -> str:
|
|
54
|
+
"""
|
|
55
|
+
The description of the Feature
|
|
56
|
+
"""
|
|
57
|
+
return pulumi.get(self, "description")
|
|
58
|
+
|
|
59
|
+
@property
|
|
60
|
+
@pulumi.getter(name="featureProfileId")
|
|
61
|
+
def feature_profile_id(self) -> str:
|
|
62
|
+
"""
|
|
63
|
+
Feature Profile ID
|
|
64
|
+
"""
|
|
65
|
+
return pulumi.get(self, "feature_profile_id")
|
|
66
|
+
|
|
67
|
+
@property
|
|
68
|
+
@pulumi.getter
|
|
69
|
+
def id(self) -> str:
|
|
70
|
+
"""
|
|
71
|
+
The id of the Feature
|
|
72
|
+
"""
|
|
73
|
+
return pulumi.get(self, "id")
|
|
74
|
+
|
|
75
|
+
@property
|
|
76
|
+
@pulumi.getter
|
|
77
|
+
def name(self) -> str:
|
|
78
|
+
"""
|
|
79
|
+
The name of the Feature
|
|
80
|
+
"""
|
|
81
|
+
return pulumi.get(self, "name")
|
|
82
|
+
|
|
83
|
+
@property
|
|
84
|
+
@pulumi.getter(name="trackerBoolean")
|
|
85
|
+
def tracker_boolean(self) -> str:
|
|
86
|
+
"""
|
|
87
|
+
tracker ref list combine boolean and or
|
|
88
|
+
"""
|
|
89
|
+
return pulumi.get(self, "tracker_boolean")
|
|
90
|
+
|
|
91
|
+
@property
|
|
92
|
+
@pulumi.getter(name="trackerBooleanVariable")
|
|
93
|
+
def tracker_boolean_variable(self) -> str:
|
|
94
|
+
"""
|
|
95
|
+
Variable name
|
|
96
|
+
"""
|
|
97
|
+
return pulumi.get(self, "tracker_boolean_variable")
|
|
98
|
+
|
|
99
|
+
@property
|
|
100
|
+
@pulumi.getter(name="trackerElements")
|
|
101
|
+
def tracker_elements(self) -> Sequence['outputs.GetServiceTrackerGroupFeatureTrackerElementResult']:
|
|
102
|
+
"""
|
|
103
|
+
tracker parcel ref list
|
|
104
|
+
"""
|
|
105
|
+
return pulumi.get(self, "tracker_elements")
|
|
106
|
+
|
|
107
|
+
@property
|
|
108
|
+
@pulumi.getter
|
|
109
|
+
def version(self) -> int:
|
|
110
|
+
"""
|
|
111
|
+
The version of the Feature
|
|
112
|
+
"""
|
|
113
|
+
return pulumi.get(self, "version")
|
|
114
|
+
|
|
115
|
+
|
|
116
|
+
class AwaitableGetServiceTrackerGroupFeatureResult(GetServiceTrackerGroupFeatureResult):
|
|
117
|
+
# pylint: disable=using-constant-test
|
|
118
|
+
def __await__(self):
|
|
119
|
+
if False:
|
|
120
|
+
yield self
|
|
121
|
+
return GetServiceTrackerGroupFeatureResult(
|
|
122
|
+
description=self.description,
|
|
123
|
+
feature_profile_id=self.feature_profile_id,
|
|
124
|
+
id=self.id,
|
|
125
|
+
name=self.name,
|
|
126
|
+
tracker_boolean=self.tracker_boolean,
|
|
127
|
+
tracker_boolean_variable=self.tracker_boolean_variable,
|
|
128
|
+
tracker_elements=self.tracker_elements,
|
|
129
|
+
version=self.version)
|
|
130
|
+
|
|
131
|
+
|
|
132
|
+
def get_service_tracker_group_feature(feature_profile_id: Optional[str] = None,
|
|
133
|
+
id: Optional[str] = None,
|
|
134
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetServiceTrackerGroupFeatureResult:
|
|
135
|
+
"""
|
|
136
|
+
This data source can read the Service Tracker Group Feature.
|
|
137
|
+
|
|
138
|
+
## Example Usage
|
|
139
|
+
|
|
140
|
+
```python
|
|
141
|
+
import pulumi
|
|
142
|
+
import pulumi_sdwan as sdwan
|
|
143
|
+
|
|
144
|
+
example = sdwan.get_service_tracker_group_feature(id="f6b2c44c-693c-4763-b010-895aa3d236bd",
|
|
145
|
+
feature_profile_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac")
|
|
146
|
+
```
|
|
147
|
+
|
|
148
|
+
|
|
149
|
+
:param str feature_profile_id: Feature Profile ID
|
|
150
|
+
:param str id: The id of the Feature
|
|
151
|
+
"""
|
|
152
|
+
__args__ = dict()
|
|
153
|
+
__args__['featureProfileId'] = feature_profile_id
|
|
154
|
+
__args__['id'] = id
|
|
155
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
156
|
+
__ret__ = pulumi.runtime.invoke('sdwan:index/getServiceTrackerGroupFeature:getServiceTrackerGroupFeature', __args__, opts=opts, typ=GetServiceTrackerGroupFeatureResult).value
|
|
157
|
+
|
|
158
|
+
return AwaitableGetServiceTrackerGroupFeatureResult(
|
|
159
|
+
description=pulumi.get(__ret__, 'description'),
|
|
160
|
+
feature_profile_id=pulumi.get(__ret__, 'feature_profile_id'),
|
|
161
|
+
id=pulumi.get(__ret__, 'id'),
|
|
162
|
+
name=pulumi.get(__ret__, 'name'),
|
|
163
|
+
tracker_boolean=pulumi.get(__ret__, 'tracker_boolean'),
|
|
164
|
+
tracker_boolean_variable=pulumi.get(__ret__, 'tracker_boolean_variable'),
|
|
165
|
+
tracker_elements=pulumi.get(__ret__, 'tracker_elements'),
|
|
166
|
+
version=pulumi.get(__ret__, 'version'))
|
|
167
|
+
|
|
168
|
+
|
|
169
|
+
@_utilities.lift_output_func(get_service_tracker_group_feature)
|
|
170
|
+
def get_service_tracker_group_feature_output(feature_profile_id: Optional[pulumi.Input[str]] = None,
|
|
171
|
+
id: Optional[pulumi.Input[str]] = None,
|
|
172
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetServiceTrackerGroupFeatureResult]:
|
|
173
|
+
"""
|
|
174
|
+
This data source can read the Service Tracker Group Feature.
|
|
175
|
+
|
|
176
|
+
## Example Usage
|
|
177
|
+
|
|
178
|
+
```python
|
|
179
|
+
import pulumi
|
|
180
|
+
import pulumi_sdwan as sdwan
|
|
181
|
+
|
|
182
|
+
example = sdwan.get_service_tracker_group_feature(id="f6b2c44c-693c-4763-b010-895aa3d236bd",
|
|
183
|
+
feature_profile_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac")
|
|
184
|
+
```
|
|
185
|
+
|
|
186
|
+
|
|
187
|
+
:param str feature_profile_id: Feature Profile ID
|
|
188
|
+
:param str id: The id of the Feature
|
|
189
|
+
"""
|
|
190
|
+
...
|