pulumi-sdwan 0.2.0a1726034734__py3-none-any.whl → 0.2.0a1726207515__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pulumi-sdwan might be problematic. Click here for more details.
- pulumi_sdwan/__init__.py +520 -129
- pulumi_sdwan/_inputs.py +19584 -8750
- pulumi_sdwan/{application_priority_qos_policy_profile_parcel.py → application_priority_qos_policy.py} +52 -52
- pulumi_sdwan/{cli_config_profile_parcel.py → cli_config_feature.py} +36 -36
- pulumi_sdwan/custom_control_topology_policy_definition.py +18 -19
- pulumi_sdwan/dns_security_policy_definition.py +2 -2
- pulumi_sdwan/{get_application_priority_qos_policy_profile_parcel.py → get_application_priority_qos_policy.py} +28 -28
- pulumi_sdwan/{get_cli_config_profile_parcel.py → get_cli_config_feature.py} +23 -23
- pulumi_sdwan/get_device.py +2 -2
- pulumi_sdwan/get_other_feature_profile.py +117 -0
- pulumi_sdwan/get_other_thousandeyes_feature.py +164 -0
- pulumi_sdwan/get_other_ucse_feature.py +327 -0
- pulumi_sdwan/get_policy_object_class_map.py +164 -0
- pulumi_sdwan/get_policy_object_color_list.py +164 -0
- pulumi_sdwan/get_policy_object_data_ipv4_prefix_list.py +164 -0
- pulumi_sdwan/get_policy_object_data_ipv6_prefix_list.py +164 -0
- pulumi_sdwan/get_policy_object_expanded_community_list.py +176 -0
- pulumi_sdwan/get_policy_object_extended_community_list.py +164 -0
- pulumi_sdwan/get_policy_object_feature_profile.py +90 -0
- pulumi_sdwan/get_policy_object_ipv4_prefix_list.py +164 -0
- pulumi_sdwan/get_policy_object_ipv6_prefix_list.py +164 -0
- pulumi_sdwan/get_policy_object_mirror.py +164 -0
- pulumi_sdwan/get_policy_object_policer.py +164 -0
- pulumi_sdwan/get_policy_object_tloc_list.py +164 -0
- pulumi_sdwan/{get_service_lan_vpn_profile_parcel.py → get_service_lan_vpn_feature.py} +47 -47
- pulumi_sdwan/{get_service_lan_vpn_interface_ethernet_profile_parcel.py → get_service_lan_vpn_interface_ethernet_feature.py} +75 -75
- pulumi_sdwan/get_service_lan_vpn_interface_gre_feature.py +528 -0
- pulumi_sdwan/get_service_lan_vpn_interface_ipsec_feature.py +919 -0
- pulumi_sdwan/get_service_lan_vpn_interface_svi_feature.py +613 -0
- pulumi_sdwan/get_service_object_tracker_feature.py +293 -0
- pulumi_sdwan/get_service_object_tracker_group_feature.py +216 -0
- pulumi_sdwan/get_service_route_policy_feature.py +177 -0
- pulumi_sdwan/get_service_routing_bgp_feature.py +795 -0
- pulumi_sdwan/get_service_routing_ospf_feature.py +525 -0
- pulumi_sdwan/get_service_routing_ospfv3_ipv4_feature.py +603 -0
- pulumi_sdwan/get_service_routing_ospfv3_ipv6_feature.py +603 -0
- pulumi_sdwan/get_service_switchport_feature.py +203 -0
- pulumi_sdwan/{get_service_tracker_profile_parcel.py → get_service_tracker_feature.py} +27 -27
- pulumi_sdwan/get_service_tracker_group_feature.py +190 -0
- pulumi_sdwan/{get_system_aaa_profile_parcel.py → get_system_aaa_feature.py} +32 -32
- pulumi_sdwan/{get_system_banner_profile_parcel.py → get_system_banner_feature.py} +27 -27
- pulumi_sdwan/{get_system_basic_profile_parcel.py → get_system_basic_feature.py} +35 -35
- pulumi_sdwan/{get_system_bfd_profile_parcel.py → get_system_bfd_feature.py} +28 -28
- pulumi_sdwan/{get_system_flexible_port_speed_profile_parcel.py → get_system_flexible_port_speed_feature.py} +27 -27
- pulumi_sdwan/{get_system_global_profile_parcel.py → get_system_global_feature.py} +27 -27
- pulumi_sdwan/get_system_ipv4_device_access_feature.py +177 -0
- pulumi_sdwan/get_system_ipv6_device_access_feature.py +177 -0
- pulumi_sdwan/{get_system_logging_profile_parcel.py → get_system_logging_feature.py} +30 -30
- pulumi_sdwan/{get_system_mrf_profile_parcel.py → get_system_mrf_feature.py} +27 -27
- pulumi_sdwan/{get_system_ntp_profile_parcel.py → get_system_ntp_feature.py} +29 -29
- pulumi_sdwan/{get_system_omp_profile_parcel.py → get_system_omp_feature.py} +27 -27
- pulumi_sdwan/{get_system_performance_monitoring_profile_parcel.py → get_system_performance_monitoring_feature.py} +27 -27
- pulumi_sdwan/{get_system_remote_access_profile_parcel.py → get_system_remote_access_feature.py} +76 -122
- pulumi_sdwan/{get_system_security_profile_parcel.py → get_system_security_feature.py} +29 -29
- pulumi_sdwan/{get_system_snmp_profile_parcel.py → get_system_snmp_feature.py} +32 -32
- pulumi_sdwan/get_transport_gps_feature.py +306 -0
- pulumi_sdwan/{get_transport_ipv6_tracker_profile_parcel.py → get_transport_ipv6_tracker_feature.py} +27 -27
- pulumi_sdwan/get_transport_ipv6_tracker_group_feature.py +216 -0
- pulumi_sdwan/{get_transport_management_vpn_profile_parcel.py → get_transport_management_vpn_feature.py} +59 -59
- pulumi_sdwan/{get_transport_management_vpn_interface_ethernet_profile_parcel.py → get_transport_management_vpn_interface_ethernet_feature.py} +69 -69
- pulumi_sdwan/get_transport_route_policy_feature.py +177 -0
- pulumi_sdwan/{get_transport_routing_bgp_profile_parcel.py → get_transport_routing_bgp_feature.py} +36 -36
- pulumi_sdwan/get_transport_routing_ospf_feature.py +525 -0
- pulumi_sdwan/get_transport_routing_ospfv3_ipv4_feature.py +603 -0
- pulumi_sdwan/get_transport_routing_ospfv3_ipv6_feature.py +603 -0
- pulumi_sdwan/get_transport_tracker_feature.py +384 -0
- pulumi_sdwan/get_transport_tracker_group_feature.py +190 -0
- pulumi_sdwan/{get_transport_wan_vpn_profile_parcel.py → get_transport_wan_vpn_feature.py} +32 -32
- pulumi_sdwan/get_transport_wan_vpn_interface_cellular_feature.py +1774 -0
- pulumi_sdwan/{get_transport_wan_vpn_interface_ethernet_profile_parcel.py → get_transport_wan_vpn_interface_ethernet_feature.py} +133 -133
- pulumi_sdwan/get_transport_wan_vpn_interface_gre_feature.py +528 -0
- pulumi_sdwan/get_transport_wan_vpn_interface_ipsec_feature.py +919 -0
- pulumi_sdwan/get_transport_wan_vpn_interface_t1_e1_serial_feature.py +1465 -0
- pulumi_sdwan/get_zone_based_firewall_policy_definition.py +177 -0
- pulumi_sdwan/other_feature_profile.py +227 -0
- pulumi_sdwan/other_thousandeyes_feature.py +331 -0
- pulumi_sdwan/other_ucse_feature.py +948 -0
- pulumi_sdwan/outputs.py +46733 -29015
- pulumi_sdwan/policy_object_class_map.py +362 -0
- pulumi_sdwan/policy_object_color_list.py +362 -0
- pulumi_sdwan/policy_object_data_ipv4_prefix_list.py +332 -0
- pulumi_sdwan/policy_object_data_ipv6_prefix_list.py +332 -0
- pulumi_sdwan/policy_object_expanded_community_list.py +403 -0
- pulumi_sdwan/policy_object_extended_community_list.py +332 -0
- pulumi_sdwan/policy_object_feature_profile.py +227 -0
- pulumi_sdwan/policy_object_ipv4_prefix_list.py +332 -0
- pulumi_sdwan/policy_object_ipv6_prefix_list.py +332 -0
- pulumi_sdwan/policy_object_mirror.py +332 -0
- pulumi_sdwan/policy_object_policer.py +332 -0
- pulumi_sdwan/policy_object_tloc_list.py +332 -0
- pulumi_sdwan/pulumi-plugin.json +1 -1
- pulumi_sdwan/security_policy.py +8 -8
- pulumi_sdwan/{service_lan_vpn_profile_parcel.py → service_lan_vpn_feature.py} +298 -298
- pulumi_sdwan/{service_lan_vpn_interface_ethernet_profile_parcel.py → service_lan_vpn_interface_ethernet_feature.py} +264 -264
- pulumi_sdwan/service_lan_vpn_interface_gre_feature.py +1712 -0
- pulumi_sdwan/service_lan_vpn_interface_ipsec_feature.py +3269 -0
- pulumi_sdwan/service_lan_vpn_interface_svi_feature.py +1960 -0
- pulumi_sdwan/service_object_tracker_feature.py +858 -0
- pulumi_sdwan/service_object_tracker_group_feature.py +519 -0
- pulumi_sdwan/service_route_policy_feature.py +378 -0
- pulumi_sdwan/service_routing_bgp_feature.py +2614 -0
- pulumi_sdwan/service_routing_ospf_feature.py +1634 -0
- pulumi_sdwan/service_routing_ospfv3_ipv4_feature.py +1916 -0
- pulumi_sdwan/service_routing_ospfv3_ipv6_feature.py +1916 -0
- pulumi_sdwan/service_switchport_feature.py +472 -0
- pulumi_sdwan/{service_tracker_profile_parcel.py → service_tracker_feature.py} +57 -58
- pulumi_sdwan/service_tracker_group_feature.py +425 -0
- pulumi_sdwan/{system_aaa_profile_parcel.py → system_aaa_feature.py} +108 -108
- pulumi_sdwan/{system_banner_profile_parcel.py → system_banner_feature.py} +40 -40
- pulumi_sdwan/{system_basic_profile_parcel.py → system_basic_feature.py} +94 -94
- pulumi_sdwan/{system_bfd_profile_parcel.py → system_bfd_feature.py} +52 -52
- pulumi_sdwan/{system_flexible_port_speed_profile_parcel.py → system_flexible_port_speed_feature.py} +40 -40
- pulumi_sdwan/{system_global_profile_parcel.py → system_global_feature.py} +40 -40
- pulumi_sdwan/system_ipv4_device_access_feature.py +378 -0
- pulumi_sdwan/system_ipv6_device_access_feature.py +378 -0
- pulumi_sdwan/{system_logging_profile_parcel.py → system_logging_feature.py} +80 -80
- pulumi_sdwan/{system_mrf_profile_parcel.py → system_mrf_feature.py} +40 -40
- pulumi_sdwan/{system_ntp_profile_parcel.py → system_ntp_feature.py} +66 -66
- pulumi_sdwan/{system_omp_profile_parcel.py → system_omp_feature.py} +40 -40
- pulumi_sdwan/{system_performance_monitoring_profile_parcel.py → system_performance_monitoring_feature.py} +40 -40
- pulumi_sdwan/{system_remote_access_profile_parcel.py → system_remote_access_feature.py} +368 -470
- pulumi_sdwan/{system_security_profile_parcel.py → system_security_feature.py} +66 -66
- pulumi_sdwan/{system_snmp_profile_parcel.py → system_snmp_feature.py} +107 -107
- pulumi_sdwan/transport_gps_feature.py +882 -0
- pulumi_sdwan/{transport_ipv6_tracker_profile_parcel.py → transport_ipv6_tracker_feature.py} +57 -58
- pulumi_sdwan/transport_ipv6_tracker_group_feature.py +520 -0
- pulumi_sdwan/{transport_management_vpn_profile_parcel.py → transport_management_vpn_feature.py} +172 -172
- pulumi_sdwan/{transport_management_vpn_interface_ethernet_profile_parcel.py → transport_management_vpn_interface_ethernet_feature.py} +193 -194
- pulumi_sdwan/transport_route_policy_feature.py +378 -0
- pulumi_sdwan/{transport_routing_bgp_profile_parcel.py → transport_routing_bgp_feature.py} +181 -182
- pulumi_sdwan/transport_routing_ospf_feature.py +1634 -0
- pulumi_sdwan/transport_routing_ospfv3_ipv4_feature.py +1916 -0
- pulumi_sdwan/transport_routing_ospfv3_ipv6_feature.py +1916 -0
- pulumi_sdwan/transport_tracker_feature.py +1170 -0
- pulumi_sdwan/transport_tracker_group_feature.py +425 -0
- pulumi_sdwan/{transport_wan_vpn_profile_parcel.py → transport_wan_vpn_feature.py} +104 -104
- pulumi_sdwan/transport_wan_vpn_interface_cellular_feature.py +6168 -0
- pulumi_sdwan/{transport_wan_vpn_interface_ethernet_profile_parcel.py → transport_wan_vpn_interface_ethernet_feature.py} +483 -483
- pulumi_sdwan/transport_wan_vpn_interface_gre_feature.py +1708 -0
- pulumi_sdwan/transport_wan_vpn_interface_ipsec_feature.py +3259 -0
- pulumi_sdwan/transport_wan_vpn_interface_t1_e1_serial_feature.py +5215 -0
- pulumi_sdwan/zone_based_firewall_policy_definition.py +401 -0
- {pulumi_sdwan-0.2.0a1726034734.dist-info → pulumi_sdwan-0.2.0a1726207515.dist-info}/METADATA +1 -1
- {pulumi_sdwan-0.2.0a1726034734.dist-info → pulumi_sdwan-0.2.0a1726207515.dist-info}/RECORD +146 -67
- pulumi_sdwan/configuration_group_deploy.py +0 -224
- pulumi_sdwan/configuration_group_device_variables.py +0 -293
- pulumi_sdwan/configuration_group_devices.py +0 -236
- pulumi_sdwan/get_configuration_group_device_variables.py +0 -144
- pulumi_sdwan/get_configuration_group_devices.py +0 -118
- {pulumi_sdwan-0.2.0a1726034734.dist-info → pulumi_sdwan-0.2.0a1726207515.dist-info}/WHEEL +0 -0
- {pulumi_sdwan-0.2.0a1726034734.dist-info → pulumi_sdwan-0.2.0a1726207515.dist-info}/top_level.txt +0 -0
|
@@ -11,16 +11,16 @@ from . import _utilities
|
|
|
11
11
|
from . import outputs
|
|
12
12
|
|
|
13
13
|
__all__ = [
|
|
14
|
-
'
|
|
15
|
-
'
|
|
16
|
-
'
|
|
17
|
-
'
|
|
14
|
+
'GetSystemBfdFeatureResult',
|
|
15
|
+
'AwaitableGetSystemBfdFeatureResult',
|
|
16
|
+
'get_system_bfd_feature',
|
|
17
|
+
'get_system_bfd_feature_output',
|
|
18
18
|
]
|
|
19
19
|
|
|
20
20
|
@pulumi.output_type
|
|
21
|
-
class
|
|
21
|
+
class GetSystemBfdFeatureResult:
|
|
22
22
|
"""
|
|
23
|
-
A collection of values returned by
|
|
23
|
+
A collection of values returned by getSystemBfdFeature.
|
|
24
24
|
"""
|
|
25
25
|
def __init__(__self__, colors=None, default_dscp=None, default_dscp_variable=None, description=None, feature_profile_id=None, id=None, multiplier=None, multiplier_variable=None, name=None, poll_interval=None, poll_interval_variable=None, version=None):
|
|
26
26
|
if colors and not isinstance(colors, list):
|
|
@@ -62,7 +62,7 @@ class GetSystemBfdProfileParcelResult:
|
|
|
62
62
|
|
|
63
63
|
@property
|
|
64
64
|
@pulumi.getter
|
|
65
|
-
def colors(self) -> Sequence['outputs.
|
|
65
|
+
def colors(self) -> Sequence['outputs.GetSystemBfdFeatureColorResult']:
|
|
66
66
|
"""
|
|
67
67
|
Set color that identifies the WAN transport tunnel
|
|
68
68
|
"""
|
|
@@ -85,7 +85,7 @@ class GetSystemBfdProfileParcelResult:
|
|
|
85
85
|
@pulumi.getter
|
|
86
86
|
def description(self) -> str:
|
|
87
87
|
"""
|
|
88
|
-
The description of the
|
|
88
|
+
The description of the Feature
|
|
89
89
|
"""
|
|
90
90
|
return pulumi.get(self, "description")
|
|
91
91
|
|
|
@@ -101,7 +101,7 @@ class GetSystemBfdProfileParcelResult:
|
|
|
101
101
|
@pulumi.getter
|
|
102
102
|
def id(self) -> str:
|
|
103
103
|
"""
|
|
104
|
-
The id of the
|
|
104
|
+
The id of the Feature
|
|
105
105
|
"""
|
|
106
106
|
return pulumi.get(self, "id")
|
|
107
107
|
|
|
@@ -122,7 +122,7 @@ class GetSystemBfdProfileParcelResult:
|
|
|
122
122
|
@pulumi.getter
|
|
123
123
|
def name(self) -> str:
|
|
124
124
|
"""
|
|
125
|
-
The name of the
|
|
125
|
+
The name of the Feature
|
|
126
126
|
"""
|
|
127
127
|
return pulumi.get(self, "name")
|
|
128
128
|
|
|
@@ -143,17 +143,17 @@ class GetSystemBfdProfileParcelResult:
|
|
|
143
143
|
@pulumi.getter
|
|
144
144
|
def version(self) -> int:
|
|
145
145
|
"""
|
|
146
|
-
The version of the
|
|
146
|
+
The version of the Feature
|
|
147
147
|
"""
|
|
148
148
|
return pulumi.get(self, "version")
|
|
149
149
|
|
|
150
150
|
|
|
151
|
-
class
|
|
151
|
+
class AwaitableGetSystemBfdFeatureResult(GetSystemBfdFeatureResult):
|
|
152
152
|
# pylint: disable=using-constant-test
|
|
153
153
|
def __await__(self):
|
|
154
154
|
if False:
|
|
155
155
|
yield self
|
|
156
|
-
return
|
|
156
|
+
return GetSystemBfdFeatureResult(
|
|
157
157
|
colors=self.colors,
|
|
158
158
|
default_dscp=self.default_dscp,
|
|
159
159
|
default_dscp_variable=self.default_dscp_variable,
|
|
@@ -168,11 +168,11 @@ class AwaitableGetSystemBfdProfileParcelResult(GetSystemBfdProfileParcelResult):
|
|
|
168
168
|
version=self.version)
|
|
169
169
|
|
|
170
170
|
|
|
171
|
-
def
|
|
172
|
-
|
|
173
|
-
|
|
171
|
+
def get_system_bfd_feature(feature_profile_id: Optional[str] = None,
|
|
172
|
+
id: Optional[str] = None,
|
|
173
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetSystemBfdFeatureResult:
|
|
174
174
|
"""
|
|
175
|
-
This data source can read the System BFD
|
|
175
|
+
This data source can read the System BFD Feature.
|
|
176
176
|
|
|
177
177
|
## Example Usage
|
|
178
178
|
|
|
@@ -180,21 +180,21 @@ def get_system_bfd_profile_parcel(feature_profile_id: Optional[str] = None,
|
|
|
180
180
|
import pulumi
|
|
181
181
|
import pulumi_sdwan as sdwan
|
|
182
182
|
|
|
183
|
-
example = sdwan.
|
|
183
|
+
example = sdwan.get_system_bfd_feature(id="f6b2c44c-693c-4763-b010-895aa3d236bd",
|
|
184
184
|
feature_profile_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac")
|
|
185
185
|
```
|
|
186
186
|
|
|
187
187
|
|
|
188
188
|
:param str feature_profile_id: Feature Profile ID
|
|
189
|
-
:param str id: The id of the
|
|
189
|
+
:param str id: The id of the Feature
|
|
190
190
|
"""
|
|
191
191
|
__args__ = dict()
|
|
192
192
|
__args__['featureProfileId'] = feature_profile_id
|
|
193
193
|
__args__['id'] = id
|
|
194
194
|
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
195
|
-
__ret__ = pulumi.runtime.invoke('sdwan:index/
|
|
195
|
+
__ret__ = pulumi.runtime.invoke('sdwan:index/getSystemBfdFeature:getSystemBfdFeature', __args__, opts=opts, typ=GetSystemBfdFeatureResult).value
|
|
196
196
|
|
|
197
|
-
return
|
|
197
|
+
return AwaitableGetSystemBfdFeatureResult(
|
|
198
198
|
colors=pulumi.get(__ret__, 'colors'),
|
|
199
199
|
default_dscp=pulumi.get(__ret__, 'default_dscp'),
|
|
200
200
|
default_dscp_variable=pulumi.get(__ret__, 'default_dscp_variable'),
|
|
@@ -209,12 +209,12 @@ def get_system_bfd_profile_parcel(feature_profile_id: Optional[str] = None,
|
|
|
209
209
|
version=pulumi.get(__ret__, 'version'))
|
|
210
210
|
|
|
211
211
|
|
|
212
|
-
@_utilities.lift_output_func(
|
|
213
|
-
def
|
|
214
|
-
|
|
215
|
-
|
|
212
|
+
@_utilities.lift_output_func(get_system_bfd_feature)
|
|
213
|
+
def get_system_bfd_feature_output(feature_profile_id: Optional[pulumi.Input[str]] = None,
|
|
214
|
+
id: Optional[pulumi.Input[str]] = None,
|
|
215
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetSystemBfdFeatureResult]:
|
|
216
216
|
"""
|
|
217
|
-
This data source can read the System BFD
|
|
217
|
+
This data source can read the System BFD Feature.
|
|
218
218
|
|
|
219
219
|
## Example Usage
|
|
220
220
|
|
|
@@ -222,12 +222,12 @@ def get_system_bfd_profile_parcel_output(feature_profile_id: Optional[pulumi.Inp
|
|
|
222
222
|
import pulumi
|
|
223
223
|
import pulumi_sdwan as sdwan
|
|
224
224
|
|
|
225
|
-
example = sdwan.
|
|
225
|
+
example = sdwan.get_system_bfd_feature(id="f6b2c44c-693c-4763-b010-895aa3d236bd",
|
|
226
226
|
feature_profile_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac")
|
|
227
227
|
```
|
|
228
228
|
|
|
229
229
|
|
|
230
230
|
:param str feature_profile_id: Feature Profile ID
|
|
231
|
-
:param str id: The id of the
|
|
231
|
+
:param str id: The id of the Feature
|
|
232
232
|
"""
|
|
233
233
|
...
|
|
@@ -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
|
+
'GetSystemFlexiblePortSpeedFeatureResult',
|
|
14
|
+
'AwaitableGetSystemFlexiblePortSpeedFeatureResult',
|
|
15
|
+
'get_system_flexible_port_speed_feature',
|
|
16
|
+
'get_system_flexible_port_speed_feature_output',
|
|
17
17
|
]
|
|
18
18
|
|
|
19
19
|
@pulumi.output_type
|
|
20
|
-
class
|
|
20
|
+
class GetSystemFlexiblePortSpeedFeatureResult:
|
|
21
21
|
"""
|
|
22
|
-
A collection of values returned by
|
|
22
|
+
A collection of values returned by getSystemFlexiblePortSpeedFeature.
|
|
23
23
|
"""
|
|
24
24
|
def __init__(__self__, description=None, feature_profile_id=None, id=None, name=None, port_type=None, port_type_variable=None, version=None):
|
|
25
25
|
if description and not isinstance(description, str):
|
|
@@ -48,7 +48,7 @@ class GetSystemFlexiblePortSpeedProfileParcelResult:
|
|
|
48
48
|
@pulumi.getter
|
|
49
49
|
def description(self) -> str:
|
|
50
50
|
"""
|
|
51
|
-
The description of the
|
|
51
|
+
The description of the Feature
|
|
52
52
|
"""
|
|
53
53
|
return pulumi.get(self, "description")
|
|
54
54
|
|
|
@@ -64,7 +64,7 @@ class GetSystemFlexiblePortSpeedProfileParcelResult:
|
|
|
64
64
|
@pulumi.getter
|
|
65
65
|
def id(self) -> str:
|
|
66
66
|
"""
|
|
67
|
-
The id of the
|
|
67
|
+
The id of the Feature
|
|
68
68
|
"""
|
|
69
69
|
return pulumi.get(self, "id")
|
|
70
70
|
|
|
@@ -72,7 +72,7 @@ class GetSystemFlexiblePortSpeedProfileParcelResult:
|
|
|
72
72
|
@pulumi.getter
|
|
73
73
|
def name(self) -> str:
|
|
74
74
|
"""
|
|
75
|
-
The name of the
|
|
75
|
+
The name of the Feature
|
|
76
76
|
"""
|
|
77
77
|
return pulumi.get(self, "name")
|
|
78
78
|
|
|
@@ -96,17 +96,17 @@ class GetSystemFlexiblePortSpeedProfileParcelResult:
|
|
|
96
96
|
@pulumi.getter
|
|
97
97
|
def version(self) -> int:
|
|
98
98
|
"""
|
|
99
|
-
The version of the
|
|
99
|
+
The version of the Feature
|
|
100
100
|
"""
|
|
101
101
|
return pulumi.get(self, "version")
|
|
102
102
|
|
|
103
103
|
|
|
104
|
-
class
|
|
104
|
+
class AwaitableGetSystemFlexiblePortSpeedFeatureResult(GetSystemFlexiblePortSpeedFeatureResult):
|
|
105
105
|
# pylint: disable=using-constant-test
|
|
106
106
|
def __await__(self):
|
|
107
107
|
if False:
|
|
108
108
|
yield self
|
|
109
|
-
return
|
|
109
|
+
return GetSystemFlexiblePortSpeedFeatureResult(
|
|
110
110
|
description=self.description,
|
|
111
111
|
feature_profile_id=self.feature_profile_id,
|
|
112
112
|
id=self.id,
|
|
@@ -116,11 +116,11 @@ class AwaitableGetSystemFlexiblePortSpeedProfileParcelResult(GetSystemFlexiblePo
|
|
|
116
116
|
version=self.version)
|
|
117
117
|
|
|
118
118
|
|
|
119
|
-
def
|
|
120
|
-
|
|
121
|
-
|
|
119
|
+
def get_system_flexible_port_speed_feature(feature_profile_id: Optional[str] = None,
|
|
120
|
+
id: Optional[str] = None,
|
|
121
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetSystemFlexiblePortSpeedFeatureResult:
|
|
122
122
|
"""
|
|
123
|
-
This data source can read the System Flexible Port Speed
|
|
123
|
+
This data source can read the System Flexible Port Speed Feature.
|
|
124
124
|
|
|
125
125
|
## Example Usage
|
|
126
126
|
|
|
@@ -128,21 +128,21 @@ def get_system_flexible_port_speed_profile_parcel(feature_profile_id: Optional[s
|
|
|
128
128
|
import pulumi
|
|
129
129
|
import pulumi_sdwan as sdwan
|
|
130
130
|
|
|
131
|
-
example = sdwan.
|
|
131
|
+
example = sdwan.get_system_flexible_port_speed_feature(id="f6b2c44c-693c-4763-b010-895aa3d236bd",
|
|
132
132
|
feature_profile_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac")
|
|
133
133
|
```
|
|
134
134
|
|
|
135
135
|
|
|
136
136
|
:param str feature_profile_id: Feature Profile ID
|
|
137
|
-
:param str id: The id of the
|
|
137
|
+
:param str id: The id of the Feature
|
|
138
138
|
"""
|
|
139
139
|
__args__ = dict()
|
|
140
140
|
__args__['featureProfileId'] = feature_profile_id
|
|
141
141
|
__args__['id'] = id
|
|
142
142
|
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
143
|
-
__ret__ = pulumi.runtime.invoke('sdwan:index/
|
|
143
|
+
__ret__ = pulumi.runtime.invoke('sdwan:index/getSystemFlexiblePortSpeedFeature:getSystemFlexiblePortSpeedFeature', __args__, opts=opts, typ=GetSystemFlexiblePortSpeedFeatureResult).value
|
|
144
144
|
|
|
145
|
-
return
|
|
145
|
+
return AwaitableGetSystemFlexiblePortSpeedFeatureResult(
|
|
146
146
|
description=pulumi.get(__ret__, 'description'),
|
|
147
147
|
feature_profile_id=pulumi.get(__ret__, 'feature_profile_id'),
|
|
148
148
|
id=pulumi.get(__ret__, 'id'),
|
|
@@ -152,12 +152,12 @@ def get_system_flexible_port_speed_profile_parcel(feature_profile_id: Optional[s
|
|
|
152
152
|
version=pulumi.get(__ret__, 'version'))
|
|
153
153
|
|
|
154
154
|
|
|
155
|
-
@_utilities.lift_output_func(
|
|
156
|
-
def
|
|
157
|
-
|
|
158
|
-
|
|
155
|
+
@_utilities.lift_output_func(get_system_flexible_port_speed_feature)
|
|
156
|
+
def get_system_flexible_port_speed_feature_output(feature_profile_id: Optional[pulumi.Input[str]] = None,
|
|
157
|
+
id: Optional[pulumi.Input[str]] = None,
|
|
158
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetSystemFlexiblePortSpeedFeatureResult]:
|
|
159
159
|
"""
|
|
160
|
-
This data source can read the System Flexible Port Speed
|
|
160
|
+
This data source can read the System Flexible Port Speed Feature.
|
|
161
161
|
|
|
162
162
|
## Example Usage
|
|
163
163
|
|
|
@@ -165,12 +165,12 @@ def get_system_flexible_port_speed_profile_parcel_output(feature_profile_id: Opt
|
|
|
165
165
|
import pulumi
|
|
166
166
|
import pulumi_sdwan as sdwan
|
|
167
167
|
|
|
168
|
-
example = sdwan.
|
|
168
|
+
example = sdwan.get_system_flexible_port_speed_feature(id="f6b2c44c-693c-4763-b010-895aa3d236bd",
|
|
169
169
|
feature_profile_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac")
|
|
170
170
|
```
|
|
171
171
|
|
|
172
172
|
|
|
173
173
|
:param str feature_profile_id: Feature Profile ID
|
|
174
|
-
:param str id: The id of the
|
|
174
|
+
:param str id: The id of the Feature
|
|
175
175
|
"""
|
|
176
176
|
...
|
|
@@ -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
|
+
'GetSystemGlobalFeatureResult',
|
|
14
|
+
'AwaitableGetSystemGlobalFeatureResult',
|
|
15
|
+
'get_system_global_feature',
|
|
16
|
+
'get_system_global_feature_output',
|
|
17
17
|
]
|
|
18
18
|
|
|
19
19
|
@pulumi.output_type
|
|
20
|
-
class
|
|
20
|
+
class GetSystemGlobalFeatureResult:
|
|
21
21
|
"""
|
|
22
|
-
A collection of values returned by
|
|
22
|
+
A collection of values returned by getSystemGlobalFeature.
|
|
23
23
|
"""
|
|
24
24
|
def __init__(__self__, arp_proxy=None, arp_proxy_variable=None, cdp=None, cdp_variable=None, console_logging=None, console_logging_variable=None, description=None, domain_lookup=None, domain_lookup_variable=None, feature_profile_id=None, ftp_passive=None, ftp_passive_variable=None, http_authentication=None, http_authentication_variable=None, http_server=None, http_server_variable=None, https_server=None, https_server_variable=None, id=None, ignore_bootp=None, ignore_bootp_variable=None, ip_source_routing=None, ip_source_routing_variable=None, line_vty=None, line_vty_variable=None, lldp=None, lldp_variable=None, name=None, nat64_tcp_timeout=None, nat64_tcp_timeout_variable=None, nat64_udp_timeout=None, nat64_udp_timeout_variable=None, rsh_rcp=None, rsh_rcp_variable=None, snmp_ifindex_persist=None, snmp_ifindex_persist_variable=None, source_interface=None, source_interface_variable=None, ssh_version=None, ssh_version_variable=None, tcp_keepalives_in=None, tcp_keepalives_in_variable=None, tcp_keepalives_out=None, tcp_keepalives_out_variable=None, tcp_small_servers=None, tcp_small_servers_variable=None, udp_small_servers=None, udp_small_servers_variable=None, version=None, vty_line_logging=None, vty_line_logging_variable=None):
|
|
25
25
|
if arp_proxy and not isinstance(arp_proxy, bool):
|
|
@@ -228,7 +228,7 @@ class GetSystemGlobalProfileParcelResult:
|
|
|
228
228
|
@pulumi.getter
|
|
229
229
|
def description(self) -> str:
|
|
230
230
|
"""
|
|
231
|
-
The description of the
|
|
231
|
+
The description of the Feature
|
|
232
232
|
"""
|
|
233
233
|
return pulumi.get(self, "description")
|
|
234
234
|
|
|
@@ -324,7 +324,7 @@ class GetSystemGlobalProfileParcelResult:
|
|
|
324
324
|
@pulumi.getter
|
|
325
325
|
def id(self) -> str:
|
|
326
326
|
"""
|
|
327
|
-
The id of the
|
|
327
|
+
The id of the Feature
|
|
328
328
|
"""
|
|
329
329
|
return pulumi.get(self, "id")
|
|
330
330
|
|
|
@@ -396,7 +396,7 @@ class GetSystemGlobalProfileParcelResult:
|
|
|
396
396
|
@pulumi.getter
|
|
397
397
|
def name(self) -> str:
|
|
398
398
|
"""
|
|
399
|
-
The name of the
|
|
399
|
+
The name of the Feature
|
|
400
400
|
"""
|
|
401
401
|
return pulumi.get(self, "name")
|
|
402
402
|
|
|
@@ -564,7 +564,7 @@ class GetSystemGlobalProfileParcelResult:
|
|
|
564
564
|
@pulumi.getter
|
|
565
565
|
def version(self) -> int:
|
|
566
566
|
"""
|
|
567
|
-
The version of the
|
|
567
|
+
The version of the Feature
|
|
568
568
|
"""
|
|
569
569
|
return pulumi.get(self, "version")
|
|
570
570
|
|
|
@@ -585,12 +585,12 @@ class GetSystemGlobalProfileParcelResult:
|
|
|
585
585
|
return pulumi.get(self, "vty_line_logging_variable")
|
|
586
586
|
|
|
587
587
|
|
|
588
|
-
class
|
|
588
|
+
class AwaitableGetSystemGlobalFeatureResult(GetSystemGlobalFeatureResult):
|
|
589
589
|
# pylint: disable=using-constant-test
|
|
590
590
|
def __await__(self):
|
|
591
591
|
if False:
|
|
592
592
|
yield self
|
|
593
|
-
return
|
|
593
|
+
return GetSystemGlobalFeatureResult(
|
|
594
594
|
arp_proxy=self.arp_proxy,
|
|
595
595
|
arp_proxy_variable=self.arp_proxy_variable,
|
|
596
596
|
cdp=self.cdp,
|
|
@@ -644,11 +644,11 @@ class AwaitableGetSystemGlobalProfileParcelResult(GetSystemGlobalProfileParcelRe
|
|
|
644
644
|
vty_line_logging_variable=self.vty_line_logging_variable)
|
|
645
645
|
|
|
646
646
|
|
|
647
|
-
def
|
|
648
|
-
|
|
649
|
-
|
|
647
|
+
def get_system_global_feature(feature_profile_id: Optional[str] = None,
|
|
648
|
+
id: Optional[str] = None,
|
|
649
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetSystemGlobalFeatureResult:
|
|
650
650
|
"""
|
|
651
|
-
This data source can read the System Global
|
|
651
|
+
This data source can read the System Global Feature.
|
|
652
652
|
|
|
653
653
|
## Example Usage
|
|
654
654
|
|
|
@@ -656,21 +656,21 @@ def get_system_global_profile_parcel(feature_profile_id: Optional[str] = None,
|
|
|
656
656
|
import pulumi
|
|
657
657
|
import pulumi_sdwan as sdwan
|
|
658
658
|
|
|
659
|
-
example = sdwan.
|
|
659
|
+
example = sdwan.get_system_global_feature(id="f6b2c44c-693c-4763-b010-895aa3d236bd",
|
|
660
660
|
feature_profile_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac")
|
|
661
661
|
```
|
|
662
662
|
|
|
663
663
|
|
|
664
664
|
:param str feature_profile_id: Feature Profile ID
|
|
665
|
-
:param str id: The id of the
|
|
665
|
+
:param str id: The id of the Feature
|
|
666
666
|
"""
|
|
667
667
|
__args__ = dict()
|
|
668
668
|
__args__['featureProfileId'] = feature_profile_id
|
|
669
669
|
__args__['id'] = id
|
|
670
670
|
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
671
|
-
__ret__ = pulumi.runtime.invoke('sdwan:index/
|
|
671
|
+
__ret__ = pulumi.runtime.invoke('sdwan:index/getSystemGlobalFeature:getSystemGlobalFeature', __args__, opts=opts, typ=GetSystemGlobalFeatureResult).value
|
|
672
672
|
|
|
673
|
-
return
|
|
673
|
+
return AwaitableGetSystemGlobalFeatureResult(
|
|
674
674
|
arp_proxy=pulumi.get(__ret__, 'arp_proxy'),
|
|
675
675
|
arp_proxy_variable=pulumi.get(__ret__, 'arp_proxy_variable'),
|
|
676
676
|
cdp=pulumi.get(__ret__, 'cdp'),
|
|
@@ -724,12 +724,12 @@ def get_system_global_profile_parcel(feature_profile_id: Optional[str] = None,
|
|
|
724
724
|
vty_line_logging_variable=pulumi.get(__ret__, 'vty_line_logging_variable'))
|
|
725
725
|
|
|
726
726
|
|
|
727
|
-
@_utilities.lift_output_func(
|
|
728
|
-
def
|
|
729
|
-
|
|
730
|
-
|
|
727
|
+
@_utilities.lift_output_func(get_system_global_feature)
|
|
728
|
+
def get_system_global_feature_output(feature_profile_id: Optional[pulumi.Input[str]] = None,
|
|
729
|
+
id: Optional[pulumi.Input[str]] = None,
|
|
730
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetSystemGlobalFeatureResult]:
|
|
731
731
|
"""
|
|
732
|
-
This data source can read the System Global
|
|
732
|
+
This data source can read the System Global Feature.
|
|
733
733
|
|
|
734
734
|
## Example Usage
|
|
735
735
|
|
|
@@ -737,12 +737,12 @@ def get_system_global_profile_parcel_output(feature_profile_id: Optional[pulumi.
|
|
|
737
737
|
import pulumi
|
|
738
738
|
import pulumi_sdwan as sdwan
|
|
739
739
|
|
|
740
|
-
example = sdwan.
|
|
740
|
+
example = sdwan.get_system_global_feature(id="f6b2c44c-693c-4763-b010-895aa3d236bd",
|
|
741
741
|
feature_profile_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac")
|
|
742
742
|
```
|
|
743
743
|
|
|
744
744
|
|
|
745
745
|
:param str feature_profile_id: Feature Profile ID
|
|
746
|
-
:param str id: The id of the
|
|
746
|
+
:param str id: The id of the Feature
|
|
747
747
|
"""
|
|
748
748
|
...
|
|
@@ -0,0 +1,177 @@
|
|
|
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
|
+
'GetSystemIpv4DeviceAccessFeatureResult',
|
|
15
|
+
'AwaitableGetSystemIpv4DeviceAccessFeatureResult',
|
|
16
|
+
'get_system_ipv4_device_access_feature',
|
|
17
|
+
'get_system_ipv4_device_access_feature_output',
|
|
18
|
+
]
|
|
19
|
+
|
|
20
|
+
@pulumi.output_type
|
|
21
|
+
class GetSystemIpv4DeviceAccessFeatureResult:
|
|
22
|
+
"""
|
|
23
|
+
A collection of values returned by getSystemIpv4DeviceAccessFeature.
|
|
24
|
+
"""
|
|
25
|
+
def __init__(__self__, default_action=None, description=None, feature_profile_id=None, id=None, name=None, sequences=None, version=None):
|
|
26
|
+
if default_action and not isinstance(default_action, str):
|
|
27
|
+
raise TypeError("Expected argument 'default_action' to be a str")
|
|
28
|
+
pulumi.set(__self__, "default_action", default_action)
|
|
29
|
+
if description and not isinstance(description, str):
|
|
30
|
+
raise TypeError("Expected argument 'description' to be a str")
|
|
31
|
+
pulumi.set(__self__, "description", description)
|
|
32
|
+
if feature_profile_id and not isinstance(feature_profile_id, str):
|
|
33
|
+
raise TypeError("Expected argument 'feature_profile_id' to be a str")
|
|
34
|
+
pulumi.set(__self__, "feature_profile_id", feature_profile_id)
|
|
35
|
+
if id and not isinstance(id, str):
|
|
36
|
+
raise TypeError("Expected argument 'id' to be a str")
|
|
37
|
+
pulumi.set(__self__, "id", id)
|
|
38
|
+
if name and not isinstance(name, str):
|
|
39
|
+
raise TypeError("Expected argument 'name' to be a str")
|
|
40
|
+
pulumi.set(__self__, "name", name)
|
|
41
|
+
if sequences and not isinstance(sequences, list):
|
|
42
|
+
raise TypeError("Expected argument 'sequences' to be a list")
|
|
43
|
+
pulumi.set(__self__, "sequences", sequences)
|
|
44
|
+
if version and not isinstance(version, int):
|
|
45
|
+
raise TypeError("Expected argument 'version' to be a int")
|
|
46
|
+
pulumi.set(__self__, "version", version)
|
|
47
|
+
|
|
48
|
+
@property
|
|
49
|
+
@pulumi.getter(name="defaultAction")
|
|
50
|
+
def default_action(self) -> str:
|
|
51
|
+
"""
|
|
52
|
+
Default Action
|
|
53
|
+
"""
|
|
54
|
+
return pulumi.get(self, "default_action")
|
|
55
|
+
|
|
56
|
+
@property
|
|
57
|
+
@pulumi.getter
|
|
58
|
+
def description(self) -> str:
|
|
59
|
+
"""
|
|
60
|
+
The description of the Feature
|
|
61
|
+
"""
|
|
62
|
+
return pulumi.get(self, "description")
|
|
63
|
+
|
|
64
|
+
@property
|
|
65
|
+
@pulumi.getter(name="featureProfileId")
|
|
66
|
+
def feature_profile_id(self) -> str:
|
|
67
|
+
"""
|
|
68
|
+
Feature Profile ID
|
|
69
|
+
"""
|
|
70
|
+
return pulumi.get(self, "feature_profile_id")
|
|
71
|
+
|
|
72
|
+
@property
|
|
73
|
+
@pulumi.getter
|
|
74
|
+
def id(self) -> str:
|
|
75
|
+
"""
|
|
76
|
+
The id of the Feature
|
|
77
|
+
"""
|
|
78
|
+
return pulumi.get(self, "id")
|
|
79
|
+
|
|
80
|
+
@property
|
|
81
|
+
@pulumi.getter
|
|
82
|
+
def name(self) -> str:
|
|
83
|
+
"""
|
|
84
|
+
The name of the Feature
|
|
85
|
+
"""
|
|
86
|
+
return pulumi.get(self, "name")
|
|
87
|
+
|
|
88
|
+
@property
|
|
89
|
+
@pulumi.getter
|
|
90
|
+
def sequences(self) -> Sequence['outputs.GetSystemIpv4DeviceAccessFeatureSequenceResult']:
|
|
91
|
+
"""
|
|
92
|
+
Device Access Control List
|
|
93
|
+
"""
|
|
94
|
+
return pulumi.get(self, "sequences")
|
|
95
|
+
|
|
96
|
+
@property
|
|
97
|
+
@pulumi.getter
|
|
98
|
+
def version(self) -> int:
|
|
99
|
+
"""
|
|
100
|
+
The version of the Feature
|
|
101
|
+
"""
|
|
102
|
+
return pulumi.get(self, "version")
|
|
103
|
+
|
|
104
|
+
|
|
105
|
+
class AwaitableGetSystemIpv4DeviceAccessFeatureResult(GetSystemIpv4DeviceAccessFeatureResult):
|
|
106
|
+
# pylint: disable=using-constant-test
|
|
107
|
+
def __await__(self):
|
|
108
|
+
if False:
|
|
109
|
+
yield self
|
|
110
|
+
return GetSystemIpv4DeviceAccessFeatureResult(
|
|
111
|
+
default_action=self.default_action,
|
|
112
|
+
description=self.description,
|
|
113
|
+
feature_profile_id=self.feature_profile_id,
|
|
114
|
+
id=self.id,
|
|
115
|
+
name=self.name,
|
|
116
|
+
sequences=self.sequences,
|
|
117
|
+
version=self.version)
|
|
118
|
+
|
|
119
|
+
|
|
120
|
+
def get_system_ipv4_device_access_feature(feature_profile_id: Optional[str] = None,
|
|
121
|
+
id: Optional[str] = None,
|
|
122
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetSystemIpv4DeviceAccessFeatureResult:
|
|
123
|
+
"""
|
|
124
|
+
This data source can read the System IPv4 Device Access Feature.
|
|
125
|
+
|
|
126
|
+
## Example Usage
|
|
127
|
+
|
|
128
|
+
```python
|
|
129
|
+
import pulumi
|
|
130
|
+
import pulumi_sdwan as sdwan
|
|
131
|
+
|
|
132
|
+
example = sdwan.get_system_ipv4_device_access_feature(id="f6b2c44c-693c-4763-b010-895aa3d236bd",
|
|
133
|
+
feature_profile_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac")
|
|
134
|
+
```
|
|
135
|
+
|
|
136
|
+
|
|
137
|
+
:param str feature_profile_id: Feature Profile ID
|
|
138
|
+
:param str id: The id of the Feature
|
|
139
|
+
"""
|
|
140
|
+
__args__ = dict()
|
|
141
|
+
__args__['featureProfileId'] = feature_profile_id
|
|
142
|
+
__args__['id'] = id
|
|
143
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
144
|
+
__ret__ = pulumi.runtime.invoke('sdwan:index/getSystemIpv4DeviceAccessFeature:getSystemIpv4DeviceAccessFeature', __args__, opts=opts, typ=GetSystemIpv4DeviceAccessFeatureResult).value
|
|
145
|
+
|
|
146
|
+
return AwaitableGetSystemIpv4DeviceAccessFeatureResult(
|
|
147
|
+
default_action=pulumi.get(__ret__, 'default_action'),
|
|
148
|
+
description=pulumi.get(__ret__, 'description'),
|
|
149
|
+
feature_profile_id=pulumi.get(__ret__, 'feature_profile_id'),
|
|
150
|
+
id=pulumi.get(__ret__, 'id'),
|
|
151
|
+
name=pulumi.get(__ret__, 'name'),
|
|
152
|
+
sequences=pulumi.get(__ret__, 'sequences'),
|
|
153
|
+
version=pulumi.get(__ret__, 'version'))
|
|
154
|
+
|
|
155
|
+
|
|
156
|
+
@_utilities.lift_output_func(get_system_ipv4_device_access_feature)
|
|
157
|
+
def get_system_ipv4_device_access_feature_output(feature_profile_id: Optional[pulumi.Input[str]] = None,
|
|
158
|
+
id: Optional[pulumi.Input[str]] = None,
|
|
159
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetSystemIpv4DeviceAccessFeatureResult]:
|
|
160
|
+
"""
|
|
161
|
+
This data source can read the System IPv4 Device Access Feature.
|
|
162
|
+
|
|
163
|
+
## Example Usage
|
|
164
|
+
|
|
165
|
+
```python
|
|
166
|
+
import pulumi
|
|
167
|
+
import pulumi_sdwan as sdwan
|
|
168
|
+
|
|
169
|
+
example = sdwan.get_system_ipv4_device_access_feature(id="f6b2c44c-693c-4763-b010-895aa3d236bd",
|
|
170
|
+
feature_profile_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac")
|
|
171
|
+
```
|
|
172
|
+
|
|
173
|
+
|
|
174
|
+
:param str feature_profile_id: Feature Profile ID
|
|
175
|
+
:param str id: The id of the Feature
|
|
176
|
+
"""
|
|
177
|
+
...
|