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,13 +11,13 @@ from . import _utilities
|
|
|
11
11
|
from . import outputs
|
|
12
12
|
from ._inputs import *
|
|
13
13
|
|
|
14
|
-
__all__ = ['
|
|
14
|
+
__all__ = ['SystemBfdFeatureArgs', 'SystemBfdFeature']
|
|
15
15
|
|
|
16
16
|
@pulumi.input_type
|
|
17
|
-
class
|
|
17
|
+
class SystemBfdFeatureArgs:
|
|
18
18
|
def __init__(__self__, *,
|
|
19
19
|
feature_profile_id: pulumi.Input[str],
|
|
20
|
-
colors: Optional[pulumi.Input[Sequence[pulumi.Input['
|
|
20
|
+
colors: Optional[pulumi.Input[Sequence[pulumi.Input['SystemBfdFeatureColorArgs']]]] = None,
|
|
21
21
|
default_dscp: Optional[pulumi.Input[int]] = None,
|
|
22
22
|
default_dscp_variable: Optional[pulumi.Input[str]] = None,
|
|
23
23
|
description: Optional[pulumi.Input[str]] = None,
|
|
@@ -27,15 +27,15 @@ class SystemBfdProfileParcelArgs:
|
|
|
27
27
|
poll_interval: Optional[pulumi.Input[int]] = None,
|
|
28
28
|
poll_interval_variable: Optional[pulumi.Input[str]] = None):
|
|
29
29
|
"""
|
|
30
|
-
The set of arguments for constructing a
|
|
30
|
+
The set of arguments for constructing a SystemBfdFeature resource.
|
|
31
31
|
:param pulumi.Input[str] feature_profile_id: Feature Profile ID
|
|
32
|
-
:param pulumi.Input[Sequence[pulumi.Input['
|
|
32
|
+
:param pulumi.Input[Sequence[pulumi.Input['SystemBfdFeatureColorArgs']]] colors: Set color that identifies the WAN transport tunnel
|
|
33
33
|
:param pulumi.Input[int] default_dscp: - Range: `0`-`63` - Default value: `48`
|
|
34
34
|
:param pulumi.Input[str] default_dscp_variable: Variable name
|
|
35
|
-
:param pulumi.Input[str] description: The description of the
|
|
35
|
+
:param pulumi.Input[str] description: The description of the Feature
|
|
36
36
|
:param pulumi.Input[int] multiplier: - Range: `1`-`6` - Default value: `6`
|
|
37
37
|
:param pulumi.Input[str] multiplier_variable: Variable name
|
|
38
|
-
:param pulumi.Input[str] name: The name of the
|
|
38
|
+
:param pulumi.Input[str] name: The name of the Feature
|
|
39
39
|
:param pulumi.Input[int] poll_interval: - Range: `1`-`4294967295` - Default value: `600000`
|
|
40
40
|
:param pulumi.Input[str] poll_interval_variable: Variable name
|
|
41
41
|
"""
|
|
@@ -73,14 +73,14 @@ class SystemBfdProfileParcelArgs:
|
|
|
73
73
|
|
|
74
74
|
@property
|
|
75
75
|
@pulumi.getter
|
|
76
|
-
def colors(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['
|
|
76
|
+
def colors(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['SystemBfdFeatureColorArgs']]]]:
|
|
77
77
|
"""
|
|
78
78
|
Set color that identifies the WAN transport tunnel
|
|
79
79
|
"""
|
|
80
80
|
return pulumi.get(self, "colors")
|
|
81
81
|
|
|
82
82
|
@colors.setter
|
|
83
|
-
def colors(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['
|
|
83
|
+
def colors(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['SystemBfdFeatureColorArgs']]]]):
|
|
84
84
|
pulumi.set(self, "colors", value)
|
|
85
85
|
|
|
86
86
|
@property
|
|
@@ -111,7 +111,7 @@ class SystemBfdProfileParcelArgs:
|
|
|
111
111
|
@pulumi.getter
|
|
112
112
|
def description(self) -> Optional[pulumi.Input[str]]:
|
|
113
113
|
"""
|
|
114
|
-
The description of the
|
|
114
|
+
The description of the Feature
|
|
115
115
|
"""
|
|
116
116
|
return pulumi.get(self, "description")
|
|
117
117
|
|
|
@@ -147,7 +147,7 @@ class SystemBfdProfileParcelArgs:
|
|
|
147
147
|
@pulumi.getter
|
|
148
148
|
def name(self) -> Optional[pulumi.Input[str]]:
|
|
149
149
|
"""
|
|
150
|
-
The name of the
|
|
150
|
+
The name of the Feature
|
|
151
151
|
"""
|
|
152
152
|
return pulumi.get(self, "name")
|
|
153
153
|
|
|
@@ -181,9 +181,9 @@ class SystemBfdProfileParcelArgs:
|
|
|
181
181
|
|
|
182
182
|
|
|
183
183
|
@pulumi.input_type
|
|
184
|
-
class
|
|
184
|
+
class _SystemBfdFeatureState:
|
|
185
185
|
def __init__(__self__, *,
|
|
186
|
-
colors: Optional[pulumi.Input[Sequence[pulumi.Input['
|
|
186
|
+
colors: Optional[pulumi.Input[Sequence[pulumi.Input['SystemBfdFeatureColorArgs']]]] = None,
|
|
187
187
|
default_dscp: Optional[pulumi.Input[int]] = None,
|
|
188
188
|
default_dscp_variable: Optional[pulumi.Input[str]] = None,
|
|
189
189
|
description: Optional[pulumi.Input[str]] = None,
|
|
@@ -195,18 +195,18 @@ class _SystemBfdProfileParcelState:
|
|
|
195
195
|
poll_interval_variable: Optional[pulumi.Input[str]] = None,
|
|
196
196
|
version: Optional[pulumi.Input[int]] = None):
|
|
197
197
|
"""
|
|
198
|
-
Input properties used for looking up and filtering
|
|
199
|
-
:param pulumi.Input[Sequence[pulumi.Input['
|
|
198
|
+
Input properties used for looking up and filtering SystemBfdFeature resources.
|
|
199
|
+
:param pulumi.Input[Sequence[pulumi.Input['SystemBfdFeatureColorArgs']]] colors: Set color that identifies the WAN transport tunnel
|
|
200
200
|
:param pulumi.Input[int] default_dscp: - Range: `0`-`63` - Default value: `48`
|
|
201
201
|
:param pulumi.Input[str] default_dscp_variable: Variable name
|
|
202
|
-
:param pulumi.Input[str] description: The description of the
|
|
202
|
+
:param pulumi.Input[str] description: The description of the Feature
|
|
203
203
|
:param pulumi.Input[str] feature_profile_id: Feature Profile ID
|
|
204
204
|
:param pulumi.Input[int] multiplier: - Range: `1`-`6` - Default value: `6`
|
|
205
205
|
:param pulumi.Input[str] multiplier_variable: Variable name
|
|
206
|
-
:param pulumi.Input[str] name: The name of the
|
|
206
|
+
:param pulumi.Input[str] name: The name of the Feature
|
|
207
207
|
:param pulumi.Input[int] poll_interval: - Range: `1`-`4294967295` - Default value: `600000`
|
|
208
208
|
:param pulumi.Input[str] poll_interval_variable: Variable name
|
|
209
|
-
:param pulumi.Input[int] version: The version of the
|
|
209
|
+
:param pulumi.Input[int] version: The version of the Feature
|
|
210
210
|
"""
|
|
211
211
|
if colors is not None:
|
|
212
212
|
pulumi.set(__self__, "colors", colors)
|
|
@@ -233,14 +233,14 @@ class _SystemBfdProfileParcelState:
|
|
|
233
233
|
|
|
234
234
|
@property
|
|
235
235
|
@pulumi.getter
|
|
236
|
-
def colors(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['
|
|
236
|
+
def colors(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['SystemBfdFeatureColorArgs']]]]:
|
|
237
237
|
"""
|
|
238
238
|
Set color that identifies the WAN transport tunnel
|
|
239
239
|
"""
|
|
240
240
|
return pulumi.get(self, "colors")
|
|
241
241
|
|
|
242
242
|
@colors.setter
|
|
243
|
-
def colors(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['
|
|
243
|
+
def colors(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['SystemBfdFeatureColorArgs']]]]):
|
|
244
244
|
pulumi.set(self, "colors", value)
|
|
245
245
|
|
|
246
246
|
@property
|
|
@@ -271,7 +271,7 @@ class _SystemBfdProfileParcelState:
|
|
|
271
271
|
@pulumi.getter
|
|
272
272
|
def description(self) -> Optional[pulumi.Input[str]]:
|
|
273
273
|
"""
|
|
274
|
-
The description of the
|
|
274
|
+
The description of the Feature
|
|
275
275
|
"""
|
|
276
276
|
return pulumi.get(self, "description")
|
|
277
277
|
|
|
@@ -319,7 +319,7 @@ class _SystemBfdProfileParcelState:
|
|
|
319
319
|
@pulumi.getter
|
|
320
320
|
def name(self) -> Optional[pulumi.Input[str]]:
|
|
321
321
|
"""
|
|
322
|
-
The name of the
|
|
322
|
+
The name of the Feature
|
|
323
323
|
"""
|
|
324
324
|
return pulumi.get(self, "name")
|
|
325
325
|
|
|
@@ -355,7 +355,7 @@ class _SystemBfdProfileParcelState:
|
|
|
355
355
|
@pulumi.getter
|
|
356
356
|
def version(self) -> Optional[pulumi.Input[int]]:
|
|
357
357
|
"""
|
|
358
|
-
The version of the
|
|
358
|
+
The version of the Feature
|
|
359
359
|
"""
|
|
360
360
|
return pulumi.get(self, "version")
|
|
361
361
|
|
|
@@ -364,12 +364,12 @@ class _SystemBfdProfileParcelState:
|
|
|
364
364
|
pulumi.set(self, "version", value)
|
|
365
365
|
|
|
366
366
|
|
|
367
|
-
class
|
|
367
|
+
class SystemBfdFeature(pulumi.CustomResource):
|
|
368
368
|
@overload
|
|
369
369
|
def __init__(__self__,
|
|
370
370
|
resource_name: str,
|
|
371
371
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
372
|
-
colors: Optional[pulumi.Input[Sequence[pulumi.Input[Union['
|
|
372
|
+
colors: Optional[pulumi.Input[Sequence[pulumi.Input[Union['SystemBfdFeatureColorArgs', 'SystemBfdFeatureColorArgsDict']]]]] = None,
|
|
373
373
|
default_dscp: Optional[pulumi.Input[int]] = None,
|
|
374
374
|
default_dscp_variable: Optional[pulumi.Input[str]] = None,
|
|
375
375
|
description: Optional[pulumi.Input[str]] = None,
|
|
@@ -381,25 +381,25 @@ class SystemBfdProfileParcel(pulumi.CustomResource):
|
|
|
381
381
|
poll_interval_variable: Optional[pulumi.Input[str]] = None,
|
|
382
382
|
__props__=None):
|
|
383
383
|
"""
|
|
384
|
-
This resource can manage a System BFD
|
|
384
|
+
This resource can manage a System BFD Feature.
|
|
385
385
|
- Minimum SD-WAN Manager version: `20.12.0`
|
|
386
386
|
|
|
387
387
|
## Import
|
|
388
388
|
|
|
389
389
|
```sh
|
|
390
|
-
$ pulumi import sdwan:index/
|
|
390
|
+
$ pulumi import sdwan:index/systemBfdFeature:SystemBfdFeature example "f6b2c44c-693c-4763-b010-895aa3d236bd"
|
|
391
391
|
```
|
|
392
392
|
|
|
393
393
|
:param str resource_name: The name of the resource.
|
|
394
394
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
395
|
-
:param pulumi.Input[Sequence[pulumi.Input[Union['
|
|
395
|
+
:param pulumi.Input[Sequence[pulumi.Input[Union['SystemBfdFeatureColorArgs', 'SystemBfdFeatureColorArgsDict']]]] colors: Set color that identifies the WAN transport tunnel
|
|
396
396
|
:param pulumi.Input[int] default_dscp: - Range: `0`-`63` - Default value: `48`
|
|
397
397
|
:param pulumi.Input[str] default_dscp_variable: Variable name
|
|
398
|
-
:param pulumi.Input[str] description: The description of the
|
|
398
|
+
:param pulumi.Input[str] description: The description of the Feature
|
|
399
399
|
:param pulumi.Input[str] feature_profile_id: Feature Profile ID
|
|
400
400
|
:param pulumi.Input[int] multiplier: - Range: `1`-`6` - Default value: `6`
|
|
401
401
|
:param pulumi.Input[str] multiplier_variable: Variable name
|
|
402
|
-
:param pulumi.Input[str] name: The name of the
|
|
402
|
+
:param pulumi.Input[str] name: The name of the Feature
|
|
403
403
|
:param pulumi.Input[int] poll_interval: - Range: `1`-`4294967295` - Default value: `600000`
|
|
404
404
|
:param pulumi.Input[str] poll_interval_variable: Variable name
|
|
405
405
|
"""
|
|
@@ -407,25 +407,25 @@ class SystemBfdProfileParcel(pulumi.CustomResource):
|
|
|
407
407
|
@overload
|
|
408
408
|
def __init__(__self__,
|
|
409
409
|
resource_name: str,
|
|
410
|
-
args:
|
|
410
|
+
args: SystemBfdFeatureArgs,
|
|
411
411
|
opts: Optional[pulumi.ResourceOptions] = None):
|
|
412
412
|
"""
|
|
413
|
-
This resource can manage a System BFD
|
|
413
|
+
This resource can manage a System BFD Feature.
|
|
414
414
|
- Minimum SD-WAN Manager version: `20.12.0`
|
|
415
415
|
|
|
416
416
|
## Import
|
|
417
417
|
|
|
418
418
|
```sh
|
|
419
|
-
$ pulumi import sdwan:index/
|
|
419
|
+
$ pulumi import sdwan:index/systemBfdFeature:SystemBfdFeature example "f6b2c44c-693c-4763-b010-895aa3d236bd"
|
|
420
420
|
```
|
|
421
421
|
|
|
422
422
|
:param str resource_name: The name of the resource.
|
|
423
|
-
:param
|
|
423
|
+
:param SystemBfdFeatureArgs args: The arguments to use to populate this resource's properties.
|
|
424
424
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
425
425
|
"""
|
|
426
426
|
...
|
|
427
427
|
def __init__(__self__, resource_name: str, *args, **kwargs):
|
|
428
|
-
resource_args, opts = _utilities.get_resource_args_opts(
|
|
428
|
+
resource_args, opts = _utilities.get_resource_args_opts(SystemBfdFeatureArgs, pulumi.ResourceOptions, *args, **kwargs)
|
|
429
429
|
if resource_args is not None:
|
|
430
430
|
__self__._internal_init(resource_name, opts, **resource_args.__dict__)
|
|
431
431
|
else:
|
|
@@ -434,7 +434,7 @@ class SystemBfdProfileParcel(pulumi.CustomResource):
|
|
|
434
434
|
def _internal_init(__self__,
|
|
435
435
|
resource_name: str,
|
|
436
436
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
437
|
-
colors: Optional[pulumi.Input[Sequence[pulumi.Input[Union['
|
|
437
|
+
colors: Optional[pulumi.Input[Sequence[pulumi.Input[Union['SystemBfdFeatureColorArgs', 'SystemBfdFeatureColorArgsDict']]]]] = None,
|
|
438
438
|
default_dscp: Optional[pulumi.Input[int]] = None,
|
|
439
439
|
default_dscp_variable: Optional[pulumi.Input[str]] = None,
|
|
440
440
|
description: Optional[pulumi.Input[str]] = None,
|
|
@@ -451,7 +451,7 @@ class SystemBfdProfileParcel(pulumi.CustomResource):
|
|
|
451
451
|
if opts.id is None:
|
|
452
452
|
if __props__ is not None:
|
|
453
453
|
raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
|
|
454
|
-
__props__ =
|
|
454
|
+
__props__ = SystemBfdFeatureArgs.__new__(SystemBfdFeatureArgs)
|
|
455
455
|
|
|
456
456
|
__props__.__dict__["colors"] = colors
|
|
457
457
|
__props__.__dict__["default_dscp"] = default_dscp
|
|
@@ -466,8 +466,8 @@ class SystemBfdProfileParcel(pulumi.CustomResource):
|
|
|
466
466
|
__props__.__dict__["poll_interval"] = poll_interval
|
|
467
467
|
__props__.__dict__["poll_interval_variable"] = poll_interval_variable
|
|
468
468
|
__props__.__dict__["version"] = None
|
|
469
|
-
super(
|
|
470
|
-
'sdwan:index/
|
|
469
|
+
super(SystemBfdFeature, __self__).__init__(
|
|
470
|
+
'sdwan:index/systemBfdFeature:SystemBfdFeature',
|
|
471
471
|
resource_name,
|
|
472
472
|
__props__,
|
|
473
473
|
opts)
|
|
@@ -476,7 +476,7 @@ class SystemBfdProfileParcel(pulumi.CustomResource):
|
|
|
476
476
|
def get(resource_name: str,
|
|
477
477
|
id: pulumi.Input[str],
|
|
478
478
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
479
|
-
colors: Optional[pulumi.Input[Sequence[pulumi.Input[Union['
|
|
479
|
+
colors: Optional[pulumi.Input[Sequence[pulumi.Input[Union['SystemBfdFeatureColorArgs', 'SystemBfdFeatureColorArgsDict']]]]] = None,
|
|
480
480
|
default_dscp: Optional[pulumi.Input[int]] = None,
|
|
481
481
|
default_dscp_variable: Optional[pulumi.Input[str]] = None,
|
|
482
482
|
description: Optional[pulumi.Input[str]] = None,
|
|
@@ -486,29 +486,29 @@ class SystemBfdProfileParcel(pulumi.CustomResource):
|
|
|
486
486
|
name: Optional[pulumi.Input[str]] = None,
|
|
487
487
|
poll_interval: Optional[pulumi.Input[int]] = None,
|
|
488
488
|
poll_interval_variable: Optional[pulumi.Input[str]] = None,
|
|
489
|
-
version: Optional[pulumi.Input[int]] = None) -> '
|
|
489
|
+
version: Optional[pulumi.Input[int]] = None) -> 'SystemBfdFeature':
|
|
490
490
|
"""
|
|
491
|
-
Get an existing
|
|
491
|
+
Get an existing SystemBfdFeature resource's state with the given name, id, and optional extra
|
|
492
492
|
properties used to qualify the lookup.
|
|
493
493
|
|
|
494
494
|
:param str resource_name: The unique name of the resulting resource.
|
|
495
495
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
496
496
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
497
|
-
:param pulumi.Input[Sequence[pulumi.Input[Union['
|
|
497
|
+
:param pulumi.Input[Sequence[pulumi.Input[Union['SystemBfdFeatureColorArgs', 'SystemBfdFeatureColorArgsDict']]]] colors: Set color that identifies the WAN transport tunnel
|
|
498
498
|
:param pulumi.Input[int] default_dscp: - Range: `0`-`63` - Default value: `48`
|
|
499
499
|
:param pulumi.Input[str] default_dscp_variable: Variable name
|
|
500
|
-
:param pulumi.Input[str] description: The description of the
|
|
500
|
+
:param pulumi.Input[str] description: The description of the Feature
|
|
501
501
|
:param pulumi.Input[str] feature_profile_id: Feature Profile ID
|
|
502
502
|
:param pulumi.Input[int] multiplier: - Range: `1`-`6` - Default value: `6`
|
|
503
503
|
:param pulumi.Input[str] multiplier_variable: Variable name
|
|
504
|
-
:param pulumi.Input[str] name: The name of the
|
|
504
|
+
:param pulumi.Input[str] name: The name of the Feature
|
|
505
505
|
:param pulumi.Input[int] poll_interval: - Range: `1`-`4294967295` - Default value: `600000`
|
|
506
506
|
:param pulumi.Input[str] poll_interval_variable: Variable name
|
|
507
|
-
:param pulumi.Input[int] version: The version of the
|
|
507
|
+
:param pulumi.Input[int] version: The version of the Feature
|
|
508
508
|
"""
|
|
509
509
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
510
510
|
|
|
511
|
-
__props__ =
|
|
511
|
+
__props__ = _SystemBfdFeatureState.__new__(_SystemBfdFeatureState)
|
|
512
512
|
|
|
513
513
|
__props__.__dict__["colors"] = colors
|
|
514
514
|
__props__.__dict__["default_dscp"] = default_dscp
|
|
@@ -521,11 +521,11 @@ class SystemBfdProfileParcel(pulumi.CustomResource):
|
|
|
521
521
|
__props__.__dict__["poll_interval"] = poll_interval
|
|
522
522
|
__props__.__dict__["poll_interval_variable"] = poll_interval_variable
|
|
523
523
|
__props__.__dict__["version"] = version
|
|
524
|
-
return
|
|
524
|
+
return SystemBfdFeature(resource_name, opts=opts, __props__=__props__)
|
|
525
525
|
|
|
526
526
|
@property
|
|
527
527
|
@pulumi.getter
|
|
528
|
-
def colors(self) -> pulumi.Output[Optional[Sequence['outputs.
|
|
528
|
+
def colors(self) -> pulumi.Output[Optional[Sequence['outputs.SystemBfdFeatureColor']]]:
|
|
529
529
|
"""
|
|
530
530
|
Set color that identifies the WAN transport tunnel
|
|
531
531
|
"""
|
|
@@ -551,7 +551,7 @@ class SystemBfdProfileParcel(pulumi.CustomResource):
|
|
|
551
551
|
@pulumi.getter
|
|
552
552
|
def description(self) -> pulumi.Output[Optional[str]]:
|
|
553
553
|
"""
|
|
554
|
-
The description of the
|
|
554
|
+
The description of the Feature
|
|
555
555
|
"""
|
|
556
556
|
return pulumi.get(self, "description")
|
|
557
557
|
|
|
@@ -583,7 +583,7 @@ class SystemBfdProfileParcel(pulumi.CustomResource):
|
|
|
583
583
|
@pulumi.getter
|
|
584
584
|
def name(self) -> pulumi.Output[str]:
|
|
585
585
|
"""
|
|
586
|
-
The name of the
|
|
586
|
+
The name of the Feature
|
|
587
587
|
"""
|
|
588
588
|
return pulumi.get(self, "name")
|
|
589
589
|
|
|
@@ -607,7 +607,7 @@ class SystemBfdProfileParcel(pulumi.CustomResource):
|
|
|
607
607
|
@pulumi.getter
|
|
608
608
|
def version(self) -> pulumi.Output[int]:
|
|
609
609
|
"""
|
|
610
|
-
The version of the
|
|
610
|
+
The version of the Feature
|
|
611
611
|
"""
|
|
612
612
|
return pulumi.get(self, "version")
|
|
613
613
|
|
pulumi_sdwan/{system_flexible_port_speed_profile_parcel.py → system_flexible_port_speed_feature.py}
RENAMED
|
@@ -9,10 +9,10 @@ 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__ = ['SystemFlexiblePortSpeedFeatureArgs', 'SystemFlexiblePortSpeedFeature']
|
|
13
13
|
|
|
14
14
|
@pulumi.input_type
|
|
15
|
-
class
|
|
15
|
+
class SystemFlexiblePortSpeedFeatureArgs:
|
|
16
16
|
def __init__(__self__, *,
|
|
17
17
|
feature_profile_id: pulumi.Input[str],
|
|
18
18
|
description: Optional[pulumi.Input[str]] = None,
|
|
@@ -20,10 +20,10 @@ class SystemFlexiblePortSpeedProfileParcelArgs:
|
|
|
20
20
|
port_type: Optional[pulumi.Input[str]] = None,
|
|
21
21
|
port_type_variable: Optional[pulumi.Input[str]] = None):
|
|
22
22
|
"""
|
|
23
|
-
The set of arguments for constructing a
|
|
23
|
+
The set of arguments for constructing a SystemFlexiblePortSpeedFeature resource.
|
|
24
24
|
:param pulumi.Input[str] feature_profile_id: Feature Profile ID
|
|
25
|
-
:param pulumi.Input[str] description: The description of the
|
|
26
|
-
:param pulumi.Input[str] name: The name of the
|
|
25
|
+
:param pulumi.Input[str] description: The description of the Feature
|
|
26
|
+
:param pulumi.Input[str] name: The name of the Feature
|
|
27
27
|
:param pulumi.Input[str] port_type: port Type - Choices: `12 ports of 1/10GE + 3 ports 40GE`, `8 ports of 1/10GE + 4 ports of 40GE`, `2 ports of 100 GE`,
|
|
28
28
|
`12 ports of 1/10GE + 1 port of 100GE`, `8 ports of 1/10GE + 1 port of 40GE + 1 port of 100GE`, `3 ports of 40GE + 1port
|
|
29
29
|
of 100GE` - Default value: `12 ports of 1/10GE + 3 ports 40GE`
|
|
@@ -55,7 +55,7 @@ class SystemFlexiblePortSpeedProfileParcelArgs:
|
|
|
55
55
|
@pulumi.getter
|
|
56
56
|
def description(self) -> Optional[pulumi.Input[str]]:
|
|
57
57
|
"""
|
|
58
|
-
The description of the
|
|
58
|
+
The description of the Feature
|
|
59
59
|
"""
|
|
60
60
|
return pulumi.get(self, "description")
|
|
61
61
|
|
|
@@ -67,7 +67,7 @@ class SystemFlexiblePortSpeedProfileParcelArgs:
|
|
|
67
67
|
@pulumi.getter
|
|
68
68
|
def name(self) -> Optional[pulumi.Input[str]]:
|
|
69
69
|
"""
|
|
70
|
-
The name of the
|
|
70
|
+
The name of the Feature
|
|
71
71
|
"""
|
|
72
72
|
return pulumi.get(self, "name")
|
|
73
73
|
|
|
@@ -103,7 +103,7 @@ class SystemFlexiblePortSpeedProfileParcelArgs:
|
|
|
103
103
|
|
|
104
104
|
|
|
105
105
|
@pulumi.input_type
|
|
106
|
-
class
|
|
106
|
+
class _SystemFlexiblePortSpeedFeatureState:
|
|
107
107
|
def __init__(__self__, *,
|
|
108
108
|
description: Optional[pulumi.Input[str]] = None,
|
|
109
109
|
feature_profile_id: Optional[pulumi.Input[str]] = None,
|
|
@@ -112,15 +112,15 @@ class _SystemFlexiblePortSpeedProfileParcelState:
|
|
|
112
112
|
port_type_variable: Optional[pulumi.Input[str]] = None,
|
|
113
113
|
version: Optional[pulumi.Input[int]] = None):
|
|
114
114
|
"""
|
|
115
|
-
Input properties used for looking up and filtering
|
|
116
|
-
:param pulumi.Input[str] description: The description of the
|
|
115
|
+
Input properties used for looking up and filtering SystemFlexiblePortSpeedFeature resources.
|
|
116
|
+
:param pulumi.Input[str] description: The description of the Feature
|
|
117
117
|
:param pulumi.Input[str] feature_profile_id: Feature Profile ID
|
|
118
|
-
:param pulumi.Input[str] name: The name of the
|
|
118
|
+
:param pulumi.Input[str] name: The name of the Feature
|
|
119
119
|
:param pulumi.Input[str] port_type: port Type - Choices: `12 ports of 1/10GE + 3 ports 40GE`, `8 ports of 1/10GE + 4 ports of 40GE`, `2 ports of 100 GE`,
|
|
120
120
|
`12 ports of 1/10GE + 1 port of 100GE`, `8 ports of 1/10GE + 1 port of 40GE + 1 port of 100GE`, `3 ports of 40GE + 1port
|
|
121
121
|
of 100GE` - Default value: `12 ports of 1/10GE + 3 ports 40GE`
|
|
122
122
|
:param pulumi.Input[str] port_type_variable: Variable name
|
|
123
|
-
:param pulumi.Input[int] version: The version of the
|
|
123
|
+
:param pulumi.Input[int] version: The version of the Feature
|
|
124
124
|
"""
|
|
125
125
|
if description is not None:
|
|
126
126
|
pulumi.set(__self__, "description", description)
|
|
@@ -139,7 +139,7 @@ class _SystemFlexiblePortSpeedProfileParcelState:
|
|
|
139
139
|
@pulumi.getter
|
|
140
140
|
def description(self) -> Optional[pulumi.Input[str]]:
|
|
141
141
|
"""
|
|
142
|
-
The description of the
|
|
142
|
+
The description of the Feature
|
|
143
143
|
"""
|
|
144
144
|
return pulumi.get(self, "description")
|
|
145
145
|
|
|
@@ -163,7 +163,7 @@ class _SystemFlexiblePortSpeedProfileParcelState:
|
|
|
163
163
|
@pulumi.getter
|
|
164
164
|
def name(self) -> Optional[pulumi.Input[str]]:
|
|
165
165
|
"""
|
|
166
|
-
The name of the
|
|
166
|
+
The name of the Feature
|
|
167
167
|
"""
|
|
168
168
|
return pulumi.get(self, "name")
|
|
169
169
|
|
|
@@ -201,7 +201,7 @@ class _SystemFlexiblePortSpeedProfileParcelState:
|
|
|
201
201
|
@pulumi.getter
|
|
202
202
|
def version(self) -> Optional[pulumi.Input[int]]:
|
|
203
203
|
"""
|
|
204
|
-
The version of the
|
|
204
|
+
The version of the Feature
|
|
205
205
|
"""
|
|
206
206
|
return pulumi.get(self, "version")
|
|
207
207
|
|
|
@@ -210,7 +210,7 @@ class _SystemFlexiblePortSpeedProfileParcelState:
|
|
|
210
210
|
pulumi.set(self, "version", value)
|
|
211
211
|
|
|
212
212
|
|
|
213
|
-
class
|
|
213
|
+
class SystemFlexiblePortSpeedFeature(pulumi.CustomResource):
|
|
214
214
|
@overload
|
|
215
215
|
def __init__(__self__,
|
|
216
216
|
resource_name: str,
|
|
@@ -222,7 +222,7 @@ class SystemFlexiblePortSpeedProfileParcel(pulumi.CustomResource):
|
|
|
222
222
|
port_type_variable: Optional[pulumi.Input[str]] = None,
|
|
223
223
|
__props__=None):
|
|
224
224
|
"""
|
|
225
|
-
This resource can manage a System Flexible Port Speed
|
|
225
|
+
This resource can manage a System Flexible Port Speed Feature.
|
|
226
226
|
- Minimum SD-WAN Manager version: `20.12.0`
|
|
227
227
|
|
|
228
228
|
## Example Usage
|
|
@@ -231,7 +231,7 @@ class SystemFlexiblePortSpeedProfileParcel(pulumi.CustomResource):
|
|
|
231
231
|
import pulumi
|
|
232
232
|
import pulumi_sdwan as sdwan
|
|
233
233
|
|
|
234
|
-
example = sdwan.
|
|
234
|
+
example = sdwan.SystemFlexiblePortSpeedFeature("example",
|
|
235
235
|
name="Example",
|
|
236
236
|
description="My Example",
|
|
237
237
|
feature_profile_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
|
|
@@ -241,14 +241,14 @@ class SystemFlexiblePortSpeedProfileParcel(pulumi.CustomResource):
|
|
|
241
241
|
## Import
|
|
242
242
|
|
|
243
243
|
```sh
|
|
244
|
-
$ pulumi import sdwan:index/
|
|
244
|
+
$ pulumi import sdwan:index/systemFlexiblePortSpeedFeature:SystemFlexiblePortSpeedFeature example "f6b2c44c-693c-4763-b010-895aa3d236bd"
|
|
245
245
|
```
|
|
246
246
|
|
|
247
247
|
:param str resource_name: The name of the resource.
|
|
248
248
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
249
|
-
:param pulumi.Input[str] description: The description of the
|
|
249
|
+
:param pulumi.Input[str] description: The description of the Feature
|
|
250
250
|
:param pulumi.Input[str] feature_profile_id: Feature Profile ID
|
|
251
|
-
:param pulumi.Input[str] name: The name of the
|
|
251
|
+
:param pulumi.Input[str] name: The name of the Feature
|
|
252
252
|
:param pulumi.Input[str] port_type: port Type - Choices: `12 ports of 1/10GE + 3 ports 40GE`, `8 ports of 1/10GE + 4 ports of 40GE`, `2 ports of 100 GE`,
|
|
253
253
|
`12 ports of 1/10GE + 1 port of 100GE`, `8 ports of 1/10GE + 1 port of 40GE + 1 port of 100GE`, `3 ports of 40GE + 1port
|
|
254
254
|
of 100GE` - Default value: `12 ports of 1/10GE + 3 ports 40GE`
|
|
@@ -258,10 +258,10 @@ class SystemFlexiblePortSpeedProfileParcel(pulumi.CustomResource):
|
|
|
258
258
|
@overload
|
|
259
259
|
def __init__(__self__,
|
|
260
260
|
resource_name: str,
|
|
261
|
-
args:
|
|
261
|
+
args: SystemFlexiblePortSpeedFeatureArgs,
|
|
262
262
|
opts: Optional[pulumi.ResourceOptions] = None):
|
|
263
263
|
"""
|
|
264
|
-
This resource can manage a System Flexible Port Speed
|
|
264
|
+
This resource can manage a System Flexible Port Speed Feature.
|
|
265
265
|
- Minimum SD-WAN Manager version: `20.12.0`
|
|
266
266
|
|
|
267
267
|
## Example Usage
|
|
@@ -270,7 +270,7 @@ class SystemFlexiblePortSpeedProfileParcel(pulumi.CustomResource):
|
|
|
270
270
|
import pulumi
|
|
271
271
|
import pulumi_sdwan as sdwan
|
|
272
272
|
|
|
273
|
-
example = sdwan.
|
|
273
|
+
example = sdwan.SystemFlexiblePortSpeedFeature("example",
|
|
274
274
|
name="Example",
|
|
275
275
|
description="My Example",
|
|
276
276
|
feature_profile_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
|
|
@@ -280,16 +280,16 @@ class SystemFlexiblePortSpeedProfileParcel(pulumi.CustomResource):
|
|
|
280
280
|
## Import
|
|
281
281
|
|
|
282
282
|
```sh
|
|
283
|
-
$ pulumi import sdwan:index/
|
|
283
|
+
$ pulumi import sdwan:index/systemFlexiblePortSpeedFeature:SystemFlexiblePortSpeedFeature example "f6b2c44c-693c-4763-b010-895aa3d236bd"
|
|
284
284
|
```
|
|
285
285
|
|
|
286
286
|
:param str resource_name: The name of the resource.
|
|
287
|
-
:param
|
|
287
|
+
:param SystemFlexiblePortSpeedFeatureArgs args: The arguments to use to populate this resource's properties.
|
|
288
288
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
289
289
|
"""
|
|
290
290
|
...
|
|
291
291
|
def __init__(__self__, resource_name: str, *args, **kwargs):
|
|
292
|
-
resource_args, opts = _utilities.get_resource_args_opts(
|
|
292
|
+
resource_args, opts = _utilities.get_resource_args_opts(SystemFlexiblePortSpeedFeatureArgs, pulumi.ResourceOptions, *args, **kwargs)
|
|
293
293
|
if resource_args is not None:
|
|
294
294
|
__self__._internal_init(resource_name, opts, **resource_args.__dict__)
|
|
295
295
|
else:
|
|
@@ -310,7 +310,7 @@ class SystemFlexiblePortSpeedProfileParcel(pulumi.CustomResource):
|
|
|
310
310
|
if opts.id is None:
|
|
311
311
|
if __props__ is not None:
|
|
312
312
|
raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
|
|
313
|
-
__props__ =
|
|
313
|
+
__props__ = SystemFlexiblePortSpeedFeatureArgs.__new__(SystemFlexiblePortSpeedFeatureArgs)
|
|
314
314
|
|
|
315
315
|
__props__.__dict__["description"] = description
|
|
316
316
|
if feature_profile_id is None and not opts.urn:
|
|
@@ -320,8 +320,8 @@ class SystemFlexiblePortSpeedProfileParcel(pulumi.CustomResource):
|
|
|
320
320
|
__props__.__dict__["port_type"] = port_type
|
|
321
321
|
__props__.__dict__["port_type_variable"] = port_type_variable
|
|
322
322
|
__props__.__dict__["version"] = None
|
|
323
|
-
super(
|
|
324
|
-
'sdwan:index/
|
|
323
|
+
super(SystemFlexiblePortSpeedFeature, __self__).__init__(
|
|
324
|
+
'sdwan:index/systemFlexiblePortSpeedFeature:SystemFlexiblePortSpeedFeature',
|
|
325
325
|
resource_name,
|
|
326
326
|
__props__,
|
|
327
327
|
opts)
|
|
@@ -335,26 +335,26 @@ class SystemFlexiblePortSpeedProfileParcel(pulumi.CustomResource):
|
|
|
335
335
|
name: Optional[pulumi.Input[str]] = None,
|
|
336
336
|
port_type: Optional[pulumi.Input[str]] = None,
|
|
337
337
|
port_type_variable: Optional[pulumi.Input[str]] = None,
|
|
338
|
-
version: Optional[pulumi.Input[int]] = None) -> '
|
|
338
|
+
version: Optional[pulumi.Input[int]] = None) -> 'SystemFlexiblePortSpeedFeature':
|
|
339
339
|
"""
|
|
340
|
-
Get an existing
|
|
340
|
+
Get an existing SystemFlexiblePortSpeedFeature resource's state with the given name, id, and optional extra
|
|
341
341
|
properties used to qualify the lookup.
|
|
342
342
|
|
|
343
343
|
:param str resource_name: The unique name of the resulting resource.
|
|
344
344
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
345
345
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
346
|
-
:param pulumi.Input[str] description: The description of the
|
|
346
|
+
:param pulumi.Input[str] description: The description of the Feature
|
|
347
347
|
:param pulumi.Input[str] feature_profile_id: Feature Profile ID
|
|
348
|
-
:param pulumi.Input[str] name: The name of the
|
|
348
|
+
:param pulumi.Input[str] name: The name of the Feature
|
|
349
349
|
:param pulumi.Input[str] port_type: port Type - Choices: `12 ports of 1/10GE + 3 ports 40GE`, `8 ports of 1/10GE + 4 ports of 40GE`, `2 ports of 100 GE`,
|
|
350
350
|
`12 ports of 1/10GE + 1 port of 100GE`, `8 ports of 1/10GE + 1 port of 40GE + 1 port of 100GE`, `3 ports of 40GE + 1port
|
|
351
351
|
of 100GE` - Default value: `12 ports of 1/10GE + 3 ports 40GE`
|
|
352
352
|
:param pulumi.Input[str] port_type_variable: Variable name
|
|
353
|
-
:param pulumi.Input[int] version: The version of the
|
|
353
|
+
:param pulumi.Input[int] version: The version of the Feature
|
|
354
354
|
"""
|
|
355
355
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
356
356
|
|
|
357
|
-
__props__ =
|
|
357
|
+
__props__ = _SystemFlexiblePortSpeedFeatureState.__new__(_SystemFlexiblePortSpeedFeatureState)
|
|
358
358
|
|
|
359
359
|
__props__.__dict__["description"] = description
|
|
360
360
|
__props__.__dict__["feature_profile_id"] = feature_profile_id
|
|
@@ -362,13 +362,13 @@ class SystemFlexiblePortSpeedProfileParcel(pulumi.CustomResource):
|
|
|
362
362
|
__props__.__dict__["port_type"] = port_type
|
|
363
363
|
__props__.__dict__["port_type_variable"] = port_type_variable
|
|
364
364
|
__props__.__dict__["version"] = version
|
|
365
|
-
return
|
|
365
|
+
return SystemFlexiblePortSpeedFeature(resource_name, opts=opts, __props__=__props__)
|
|
366
366
|
|
|
367
367
|
@property
|
|
368
368
|
@pulumi.getter
|
|
369
369
|
def description(self) -> pulumi.Output[Optional[str]]:
|
|
370
370
|
"""
|
|
371
|
-
The description of the
|
|
371
|
+
The description of the Feature
|
|
372
372
|
"""
|
|
373
373
|
return pulumi.get(self, "description")
|
|
374
374
|
|
|
@@ -384,7 +384,7 @@ class SystemFlexiblePortSpeedProfileParcel(pulumi.CustomResource):
|
|
|
384
384
|
@pulumi.getter
|
|
385
385
|
def name(self) -> pulumi.Output[str]:
|
|
386
386
|
"""
|
|
387
|
-
The name of the
|
|
387
|
+
The name of the Feature
|
|
388
388
|
"""
|
|
389
389
|
return pulumi.get(self, "name")
|
|
390
390
|
|
|
@@ -410,7 +410,7 @@ class SystemFlexiblePortSpeedProfileParcel(pulumi.CustomResource):
|
|
|
410
410
|
@pulumi.getter
|
|
411
411
|
def version(self) -> pulumi.Output[int]:
|
|
412
412
|
"""
|
|
413
|
-
The version of the
|
|
413
|
+
The version of the Feature
|
|
414
414
|
"""
|
|
415
415
|
return pulumi.get(self, "version")
|
|
416
416
|
|