pulumi-sdwan 0.3.0a1732277684__py3-none-any.whl → 0.3.0a1732664608__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.

Files changed (50) hide show
  1. pulumi_sdwan/__init__.py +160 -0
  2. pulumi_sdwan/_inputs.py +78 -55
  3. pulumi_sdwan/get_service_lan_vpn_feature_associate_multicast_feature.py +156 -0
  4. pulumi_sdwan/get_service_lan_vpn_feature_associate_routing_bgp_feature.py +156 -0
  5. pulumi_sdwan/get_service_lan_vpn_feature_associate_routing_eigrp_feature.py +156 -0
  6. pulumi_sdwan/get_service_lan_vpn_feature_associate_routing_ospf_feature.py +156 -0
  7. pulumi_sdwan/get_service_lan_vpn_feature_associate_routing_ospfv3_ipv4_feature.py +156 -0
  8. pulumi_sdwan/get_service_lan_vpn_feature_associate_routing_ospfv3_ipv6_feature.py +156 -0
  9. pulumi_sdwan/get_service_lan_vpn_interface_svi_feature.py +45 -1
  10. pulumi_sdwan/get_transport_cellular_controller_feature.py +302 -0
  11. pulumi_sdwan/get_transport_cellular_profile_feature.py +372 -0
  12. pulumi_sdwan/get_transport_wan_vpn_feature_associate_routing_bgp_feature.py +156 -0
  13. pulumi_sdwan/get_transport_wan_vpn_feature_associate_routing_ospf_feature.py +156 -0
  14. pulumi_sdwan/get_transport_wan_vpn_feature_associate_routing_ospfv3_ipv4_feature.py +156 -0
  15. pulumi_sdwan/get_transport_wan_vpn_feature_associate_routing_ospfv3_ipv6_feature.py +156 -0
  16. pulumi_sdwan/get_transport_wan_vpn_interface_cellular_feature.py +45 -1
  17. pulumi_sdwan/get_transport_wan_vpn_interface_ethernet_feature.py +45 -1
  18. pulumi_sdwan/get_transport_wan_vpn_interface_ethernet_feature_associate_ipv6_tracker_feature.py +178 -0
  19. pulumi_sdwan/get_transport_wan_vpn_interface_ethernet_feature_associate_ipv6_tracker_group_feature.py +178 -0
  20. pulumi_sdwan/get_transport_wan_vpn_interface_ethernet_feature_associate_tracker_feature.py +178 -0
  21. pulumi_sdwan/get_transport_wan_vpn_interface_ethernet_feature_associate_tracker_group_feature.py +178 -0
  22. pulumi_sdwan/get_transport_wan_vpn_interface_t1_e1_serial_feature.py +45 -1
  23. pulumi_sdwan/other_ucse_feature.py +51 -46
  24. pulumi_sdwan/outputs.py +83 -58
  25. pulumi_sdwan/pulumi-plugin.json +1 -1
  26. pulumi_sdwan/service_lan_vpn_feature_associate_multicast_feature.py +285 -0
  27. pulumi_sdwan/service_lan_vpn_feature_associate_routing_bgp_feature.py +285 -0
  28. pulumi_sdwan/service_lan_vpn_feature_associate_routing_eigrp_feature.py +285 -0
  29. pulumi_sdwan/service_lan_vpn_feature_associate_routing_ospf_feature.py +285 -0
  30. pulumi_sdwan/service_lan_vpn_feature_associate_routing_ospfv3_ipv4_feature.py +285 -0
  31. pulumi_sdwan/service_lan_vpn_feature_associate_routing_ospfv3_ipv6_feature.py +285 -0
  32. pulumi_sdwan/service_lan_vpn_interface_svi_feature.py +136 -0
  33. pulumi_sdwan/system_remote_access_feature.py +17 -18
  34. pulumi_sdwan/transport_cellular_controller_feature.py +796 -0
  35. pulumi_sdwan/transport_cellular_profile_feature.py +1036 -0
  36. pulumi_sdwan/transport_wan_vpn_feature_associate_routing_bgp_feature.py +285 -0
  37. pulumi_sdwan/transport_wan_vpn_feature_associate_routing_ospf_feature.py +285 -0
  38. pulumi_sdwan/transport_wan_vpn_feature_associate_routing_ospfv3_ipv4_feature.py +285 -0
  39. pulumi_sdwan/transport_wan_vpn_feature_associate_routing_ospfv3_ipv6_feature.py +285 -0
  40. pulumi_sdwan/transport_wan_vpn_interface_cellular_feature.py +136 -0
  41. pulumi_sdwan/transport_wan_vpn_interface_ethernet_feature.py +136 -0
  42. pulumi_sdwan/transport_wan_vpn_interface_ethernet_feature_associate_ipv6_tracker_feature.py +335 -0
  43. pulumi_sdwan/transport_wan_vpn_interface_ethernet_feature_associate_ipv6_tracker_group_feature.py +335 -0
  44. pulumi_sdwan/transport_wan_vpn_interface_ethernet_feature_associate_tracker_feature.py +335 -0
  45. pulumi_sdwan/transport_wan_vpn_interface_ethernet_feature_associate_tracker_group_feature.py +335 -0
  46. pulumi_sdwan/transport_wan_vpn_interface_t1_e1_serial_feature.py +140 -0
  47. {pulumi_sdwan-0.3.0a1732277684.dist-info → pulumi_sdwan-0.3.0a1732664608.dist-info}/METADATA +1 -1
  48. {pulumi_sdwan-0.3.0a1732277684.dist-info → pulumi_sdwan-0.3.0a1732664608.dist-info}/RECORD +50 -18
  49. {pulumi_sdwan-0.3.0a1732277684.dist-info → pulumi_sdwan-0.3.0a1732664608.dist-info}/WHEEL +0 -0
  50. {pulumi_sdwan-0.3.0a1732277684.dist-info → pulumi_sdwan-0.3.0a1732664608.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,178 @@
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 sys
8
+ import pulumi
9
+ import pulumi.runtime
10
+ from typing import Any, Mapping, Optional, Sequence, Union, overload
11
+ if sys.version_info >= (3, 11):
12
+ from typing import NotRequired, TypedDict, TypeAlias
13
+ else:
14
+ from typing_extensions import NotRequired, TypedDict, TypeAlias
15
+ from . import _utilities
16
+
17
+ __all__ = [
18
+ 'GetTransportWanVpnInterfaceEthernetFeatureAssociateTrackerFeatureResult',
19
+ 'AwaitableGetTransportWanVpnInterfaceEthernetFeatureAssociateTrackerFeatureResult',
20
+ 'get_transport_wan_vpn_interface_ethernet_feature_associate_tracker_feature',
21
+ 'get_transport_wan_vpn_interface_ethernet_feature_associate_tracker_feature_output',
22
+ ]
23
+
24
+ @pulumi.output_type
25
+ class GetTransportWanVpnInterfaceEthernetFeatureAssociateTrackerFeatureResult:
26
+ """
27
+ A collection of values returned by getTransportWanVpnInterfaceEthernetFeatureAssociateTrackerFeature.
28
+ """
29
+ def __init__(__self__, feature_profile_id=None, id=None, transport_tracker_feature_id=None, transport_wan_vpn_feature_id=None, transport_wan_vpn_interface_ethernet_feature_id=None):
30
+ if feature_profile_id and not isinstance(feature_profile_id, str):
31
+ raise TypeError("Expected argument 'feature_profile_id' to be a str")
32
+ pulumi.set(__self__, "feature_profile_id", feature_profile_id)
33
+ if id and not isinstance(id, str):
34
+ raise TypeError("Expected argument 'id' to be a str")
35
+ pulumi.set(__self__, "id", id)
36
+ if transport_tracker_feature_id and not isinstance(transport_tracker_feature_id, str):
37
+ raise TypeError("Expected argument 'transport_tracker_feature_id' to be a str")
38
+ pulumi.set(__self__, "transport_tracker_feature_id", transport_tracker_feature_id)
39
+ if transport_wan_vpn_feature_id and not isinstance(transport_wan_vpn_feature_id, str):
40
+ raise TypeError("Expected argument 'transport_wan_vpn_feature_id' to be a str")
41
+ pulumi.set(__self__, "transport_wan_vpn_feature_id", transport_wan_vpn_feature_id)
42
+ if transport_wan_vpn_interface_ethernet_feature_id and not isinstance(transport_wan_vpn_interface_ethernet_feature_id, str):
43
+ raise TypeError("Expected argument 'transport_wan_vpn_interface_ethernet_feature_id' to be a str")
44
+ pulumi.set(__self__, "transport_wan_vpn_interface_ethernet_feature_id", transport_wan_vpn_interface_ethernet_feature_id)
45
+
46
+ @property
47
+ @pulumi.getter(name="featureProfileId")
48
+ def feature_profile_id(self) -> str:
49
+ """
50
+ Feature Profile ID
51
+ """
52
+ return pulumi.get(self, "feature_profile_id")
53
+
54
+ @property
55
+ @pulumi.getter
56
+ def id(self) -> str:
57
+ """
58
+ The id of the object
59
+ """
60
+ return pulumi.get(self, "id")
61
+
62
+ @property
63
+ @pulumi.getter(name="transportTrackerFeatureId")
64
+ def transport_tracker_feature_id(self) -> str:
65
+ """
66
+ Transport Tracker Feature ID
67
+ """
68
+ return pulumi.get(self, "transport_tracker_feature_id")
69
+
70
+ @property
71
+ @pulumi.getter(name="transportWanVpnFeatureId")
72
+ def transport_wan_vpn_feature_id(self) -> str:
73
+ """
74
+ Transport WAN VPN Feature ID
75
+ """
76
+ return pulumi.get(self, "transport_wan_vpn_feature_id")
77
+
78
+ @property
79
+ @pulumi.getter(name="transportWanVpnInterfaceEthernetFeatureId")
80
+ def transport_wan_vpn_interface_ethernet_feature_id(self) -> str:
81
+ """
82
+ Transport WAN VPN Interface Ethernet Feature ID
83
+ """
84
+ return pulumi.get(self, "transport_wan_vpn_interface_ethernet_feature_id")
85
+
86
+
87
+ class AwaitableGetTransportWanVpnInterfaceEthernetFeatureAssociateTrackerFeatureResult(GetTransportWanVpnInterfaceEthernetFeatureAssociateTrackerFeatureResult):
88
+ # pylint: disable=using-constant-test
89
+ def __await__(self):
90
+ if False:
91
+ yield self
92
+ return GetTransportWanVpnInterfaceEthernetFeatureAssociateTrackerFeatureResult(
93
+ feature_profile_id=self.feature_profile_id,
94
+ id=self.id,
95
+ transport_tracker_feature_id=self.transport_tracker_feature_id,
96
+ transport_wan_vpn_feature_id=self.transport_wan_vpn_feature_id,
97
+ transport_wan_vpn_interface_ethernet_feature_id=self.transport_wan_vpn_interface_ethernet_feature_id)
98
+
99
+
100
+ def get_transport_wan_vpn_interface_ethernet_feature_associate_tracker_feature(feature_profile_id: Optional[str] = None,
101
+ id: Optional[str] = None,
102
+ transport_wan_vpn_feature_id: Optional[str] = None,
103
+ transport_wan_vpn_interface_ethernet_feature_id: Optional[str] = None,
104
+ opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetTransportWanVpnInterfaceEthernetFeatureAssociateTrackerFeatureResult:
105
+ """
106
+ This data source can read the Transport WAN VPN Interface Ethernet Feature Associate Tracker Feature .
107
+
108
+ ## Example Usage
109
+
110
+ ```python
111
+ import pulumi
112
+ import pulumi_sdwan as sdwan
113
+
114
+ example = sdwan.get_transport_wan_vpn_interface_ethernet_feature_associate_tracker_feature(feature_profile_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
115
+ transport_wan_vpn_feature_id="140331f6-5418-4755-a059-13c77eb96037",
116
+ transport_wan_vpn_interface_ethernet_feature_id="140331f6-5418-4755-a059-13c77eb96037",
117
+ id="f6b2c44c-693c-4763-b010-895aa3d236bd")
118
+ ```
119
+
120
+
121
+ :param str feature_profile_id: Feature Profile ID
122
+ :param str id: The id of the object
123
+ :param str transport_wan_vpn_feature_id: Transport WAN VPN Feature ID
124
+ :param str transport_wan_vpn_interface_ethernet_feature_id: Transport WAN VPN Interface Ethernet Feature ID
125
+ """
126
+ __args__ = dict()
127
+ __args__['featureProfileId'] = feature_profile_id
128
+ __args__['id'] = id
129
+ __args__['transportWanVpnFeatureId'] = transport_wan_vpn_feature_id
130
+ __args__['transportWanVpnInterfaceEthernetFeatureId'] = transport_wan_vpn_interface_ethernet_feature_id
131
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
132
+ __ret__ = pulumi.runtime.invoke('sdwan:index/getTransportWanVpnInterfaceEthernetFeatureAssociateTrackerFeature:getTransportWanVpnInterfaceEthernetFeatureAssociateTrackerFeature', __args__, opts=opts, typ=GetTransportWanVpnInterfaceEthernetFeatureAssociateTrackerFeatureResult).value
133
+
134
+ return AwaitableGetTransportWanVpnInterfaceEthernetFeatureAssociateTrackerFeatureResult(
135
+ feature_profile_id=pulumi.get(__ret__, 'feature_profile_id'),
136
+ id=pulumi.get(__ret__, 'id'),
137
+ transport_tracker_feature_id=pulumi.get(__ret__, 'transport_tracker_feature_id'),
138
+ transport_wan_vpn_feature_id=pulumi.get(__ret__, 'transport_wan_vpn_feature_id'),
139
+ transport_wan_vpn_interface_ethernet_feature_id=pulumi.get(__ret__, 'transport_wan_vpn_interface_ethernet_feature_id'))
140
+ def get_transport_wan_vpn_interface_ethernet_feature_associate_tracker_feature_output(feature_profile_id: Optional[pulumi.Input[str]] = None,
141
+ id: Optional[pulumi.Input[str]] = None,
142
+ transport_wan_vpn_feature_id: Optional[pulumi.Input[str]] = None,
143
+ transport_wan_vpn_interface_ethernet_feature_id: Optional[pulumi.Input[str]] = None,
144
+ opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetTransportWanVpnInterfaceEthernetFeatureAssociateTrackerFeatureResult]:
145
+ """
146
+ This data source can read the Transport WAN VPN Interface Ethernet Feature Associate Tracker Feature .
147
+
148
+ ## Example Usage
149
+
150
+ ```python
151
+ import pulumi
152
+ import pulumi_sdwan as sdwan
153
+
154
+ example = sdwan.get_transport_wan_vpn_interface_ethernet_feature_associate_tracker_feature(feature_profile_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
155
+ transport_wan_vpn_feature_id="140331f6-5418-4755-a059-13c77eb96037",
156
+ transport_wan_vpn_interface_ethernet_feature_id="140331f6-5418-4755-a059-13c77eb96037",
157
+ id="f6b2c44c-693c-4763-b010-895aa3d236bd")
158
+ ```
159
+
160
+
161
+ :param str feature_profile_id: Feature Profile ID
162
+ :param str id: The id of the object
163
+ :param str transport_wan_vpn_feature_id: Transport WAN VPN Feature ID
164
+ :param str transport_wan_vpn_interface_ethernet_feature_id: Transport WAN VPN Interface Ethernet Feature ID
165
+ """
166
+ __args__ = dict()
167
+ __args__['featureProfileId'] = feature_profile_id
168
+ __args__['id'] = id
169
+ __args__['transportWanVpnFeatureId'] = transport_wan_vpn_feature_id
170
+ __args__['transportWanVpnInterfaceEthernetFeatureId'] = transport_wan_vpn_interface_ethernet_feature_id
171
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
172
+ __ret__ = pulumi.runtime.invoke_output('sdwan:index/getTransportWanVpnInterfaceEthernetFeatureAssociateTrackerFeature:getTransportWanVpnInterfaceEthernetFeatureAssociateTrackerFeature', __args__, opts=opts, typ=GetTransportWanVpnInterfaceEthernetFeatureAssociateTrackerFeatureResult)
173
+ return __ret__.apply(lambda __response__: GetTransportWanVpnInterfaceEthernetFeatureAssociateTrackerFeatureResult(
174
+ feature_profile_id=pulumi.get(__response__, 'feature_profile_id'),
175
+ id=pulumi.get(__response__, 'id'),
176
+ transport_tracker_feature_id=pulumi.get(__response__, 'transport_tracker_feature_id'),
177
+ transport_wan_vpn_feature_id=pulumi.get(__response__, 'transport_wan_vpn_feature_id'),
178
+ transport_wan_vpn_interface_ethernet_feature_id=pulumi.get(__response__, 'transport_wan_vpn_interface_ethernet_feature_id')))
@@ -0,0 +1,178 @@
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 sys
8
+ import pulumi
9
+ import pulumi.runtime
10
+ from typing import Any, Mapping, Optional, Sequence, Union, overload
11
+ if sys.version_info >= (3, 11):
12
+ from typing import NotRequired, TypedDict, TypeAlias
13
+ else:
14
+ from typing_extensions import NotRequired, TypedDict, TypeAlias
15
+ from . import _utilities
16
+
17
+ __all__ = [
18
+ 'GetTransportWanVpnInterfaceEthernetFeatureAssociateTrackerGroupFeatureResult',
19
+ 'AwaitableGetTransportWanVpnInterfaceEthernetFeatureAssociateTrackerGroupFeatureResult',
20
+ 'get_transport_wan_vpn_interface_ethernet_feature_associate_tracker_group_feature',
21
+ 'get_transport_wan_vpn_interface_ethernet_feature_associate_tracker_group_feature_output',
22
+ ]
23
+
24
+ @pulumi.output_type
25
+ class GetTransportWanVpnInterfaceEthernetFeatureAssociateTrackerGroupFeatureResult:
26
+ """
27
+ A collection of values returned by getTransportWanVpnInterfaceEthernetFeatureAssociateTrackerGroupFeature.
28
+ """
29
+ def __init__(__self__, feature_profile_id=None, id=None, transport_tracker_group_feature_id=None, transport_wan_vpn_feature_id=None, transport_wan_vpn_interface_ethernet_feature_id=None):
30
+ if feature_profile_id and not isinstance(feature_profile_id, str):
31
+ raise TypeError("Expected argument 'feature_profile_id' to be a str")
32
+ pulumi.set(__self__, "feature_profile_id", feature_profile_id)
33
+ if id and not isinstance(id, str):
34
+ raise TypeError("Expected argument 'id' to be a str")
35
+ pulumi.set(__self__, "id", id)
36
+ if transport_tracker_group_feature_id and not isinstance(transport_tracker_group_feature_id, str):
37
+ raise TypeError("Expected argument 'transport_tracker_group_feature_id' to be a str")
38
+ pulumi.set(__self__, "transport_tracker_group_feature_id", transport_tracker_group_feature_id)
39
+ if transport_wan_vpn_feature_id and not isinstance(transport_wan_vpn_feature_id, str):
40
+ raise TypeError("Expected argument 'transport_wan_vpn_feature_id' to be a str")
41
+ pulumi.set(__self__, "transport_wan_vpn_feature_id", transport_wan_vpn_feature_id)
42
+ if transport_wan_vpn_interface_ethernet_feature_id and not isinstance(transport_wan_vpn_interface_ethernet_feature_id, str):
43
+ raise TypeError("Expected argument 'transport_wan_vpn_interface_ethernet_feature_id' to be a str")
44
+ pulumi.set(__self__, "transport_wan_vpn_interface_ethernet_feature_id", transport_wan_vpn_interface_ethernet_feature_id)
45
+
46
+ @property
47
+ @pulumi.getter(name="featureProfileId")
48
+ def feature_profile_id(self) -> str:
49
+ """
50
+ Feature Profile ID
51
+ """
52
+ return pulumi.get(self, "feature_profile_id")
53
+
54
+ @property
55
+ @pulumi.getter
56
+ def id(self) -> str:
57
+ """
58
+ The id of the object
59
+ """
60
+ return pulumi.get(self, "id")
61
+
62
+ @property
63
+ @pulumi.getter(name="transportTrackerGroupFeatureId")
64
+ def transport_tracker_group_feature_id(self) -> str:
65
+ """
66
+ Transport Tracker Group Feature ID
67
+ """
68
+ return pulumi.get(self, "transport_tracker_group_feature_id")
69
+
70
+ @property
71
+ @pulumi.getter(name="transportWanVpnFeatureId")
72
+ def transport_wan_vpn_feature_id(self) -> str:
73
+ """
74
+ Transport WAN VPN Feature ID
75
+ """
76
+ return pulumi.get(self, "transport_wan_vpn_feature_id")
77
+
78
+ @property
79
+ @pulumi.getter(name="transportWanVpnInterfaceEthernetFeatureId")
80
+ def transport_wan_vpn_interface_ethernet_feature_id(self) -> str:
81
+ """
82
+ Transport WAN VPN Interface Ethernet Feature ID
83
+ """
84
+ return pulumi.get(self, "transport_wan_vpn_interface_ethernet_feature_id")
85
+
86
+
87
+ class AwaitableGetTransportWanVpnInterfaceEthernetFeatureAssociateTrackerGroupFeatureResult(GetTransportWanVpnInterfaceEthernetFeatureAssociateTrackerGroupFeatureResult):
88
+ # pylint: disable=using-constant-test
89
+ def __await__(self):
90
+ if False:
91
+ yield self
92
+ return GetTransportWanVpnInterfaceEthernetFeatureAssociateTrackerGroupFeatureResult(
93
+ feature_profile_id=self.feature_profile_id,
94
+ id=self.id,
95
+ transport_tracker_group_feature_id=self.transport_tracker_group_feature_id,
96
+ transport_wan_vpn_feature_id=self.transport_wan_vpn_feature_id,
97
+ transport_wan_vpn_interface_ethernet_feature_id=self.transport_wan_vpn_interface_ethernet_feature_id)
98
+
99
+
100
+ def get_transport_wan_vpn_interface_ethernet_feature_associate_tracker_group_feature(feature_profile_id: Optional[str] = None,
101
+ id: Optional[str] = None,
102
+ transport_wan_vpn_feature_id: Optional[str] = None,
103
+ transport_wan_vpn_interface_ethernet_feature_id: Optional[str] = None,
104
+ opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetTransportWanVpnInterfaceEthernetFeatureAssociateTrackerGroupFeatureResult:
105
+ """
106
+ This data source can read the Transport WAN VPN Interface Ethernet Feature Associate Tracker Group Feature .
107
+
108
+ ## Example Usage
109
+
110
+ ```python
111
+ import pulumi
112
+ import pulumi_sdwan as sdwan
113
+
114
+ example = sdwan.get_transport_wan_vpn_interface_ethernet_feature_associate_tracker_group_feature(feature_profile_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
115
+ transport_wan_vpn_feature_id="140331f6-5418-4755-a059-13c77eb96037",
116
+ transport_wan_vpn_interface_ethernet_feature_id="140331f6-5418-4755-a059-13c77eb96037",
117
+ id="f6b2c44c-693c-4763-b010-895aa3d236bd")
118
+ ```
119
+
120
+
121
+ :param str feature_profile_id: Feature Profile ID
122
+ :param str id: The id of the object
123
+ :param str transport_wan_vpn_feature_id: Transport WAN VPN Feature ID
124
+ :param str transport_wan_vpn_interface_ethernet_feature_id: Transport WAN VPN Interface Ethernet Feature ID
125
+ """
126
+ __args__ = dict()
127
+ __args__['featureProfileId'] = feature_profile_id
128
+ __args__['id'] = id
129
+ __args__['transportWanVpnFeatureId'] = transport_wan_vpn_feature_id
130
+ __args__['transportWanVpnInterfaceEthernetFeatureId'] = transport_wan_vpn_interface_ethernet_feature_id
131
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
132
+ __ret__ = pulumi.runtime.invoke('sdwan:index/getTransportWanVpnInterfaceEthernetFeatureAssociateTrackerGroupFeature:getTransportWanVpnInterfaceEthernetFeatureAssociateTrackerGroupFeature', __args__, opts=opts, typ=GetTransportWanVpnInterfaceEthernetFeatureAssociateTrackerGroupFeatureResult).value
133
+
134
+ return AwaitableGetTransportWanVpnInterfaceEthernetFeatureAssociateTrackerGroupFeatureResult(
135
+ feature_profile_id=pulumi.get(__ret__, 'feature_profile_id'),
136
+ id=pulumi.get(__ret__, 'id'),
137
+ transport_tracker_group_feature_id=pulumi.get(__ret__, 'transport_tracker_group_feature_id'),
138
+ transport_wan_vpn_feature_id=pulumi.get(__ret__, 'transport_wan_vpn_feature_id'),
139
+ transport_wan_vpn_interface_ethernet_feature_id=pulumi.get(__ret__, 'transport_wan_vpn_interface_ethernet_feature_id'))
140
+ def get_transport_wan_vpn_interface_ethernet_feature_associate_tracker_group_feature_output(feature_profile_id: Optional[pulumi.Input[str]] = None,
141
+ id: Optional[pulumi.Input[str]] = None,
142
+ transport_wan_vpn_feature_id: Optional[pulumi.Input[str]] = None,
143
+ transport_wan_vpn_interface_ethernet_feature_id: Optional[pulumi.Input[str]] = None,
144
+ opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetTransportWanVpnInterfaceEthernetFeatureAssociateTrackerGroupFeatureResult]:
145
+ """
146
+ This data source can read the Transport WAN VPN Interface Ethernet Feature Associate Tracker Group Feature .
147
+
148
+ ## Example Usage
149
+
150
+ ```python
151
+ import pulumi
152
+ import pulumi_sdwan as sdwan
153
+
154
+ example = sdwan.get_transport_wan_vpn_interface_ethernet_feature_associate_tracker_group_feature(feature_profile_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
155
+ transport_wan_vpn_feature_id="140331f6-5418-4755-a059-13c77eb96037",
156
+ transport_wan_vpn_interface_ethernet_feature_id="140331f6-5418-4755-a059-13c77eb96037",
157
+ id="f6b2c44c-693c-4763-b010-895aa3d236bd")
158
+ ```
159
+
160
+
161
+ :param str feature_profile_id: Feature Profile ID
162
+ :param str id: The id of the object
163
+ :param str transport_wan_vpn_feature_id: Transport WAN VPN Feature ID
164
+ :param str transport_wan_vpn_interface_ethernet_feature_id: Transport WAN VPN Interface Ethernet Feature ID
165
+ """
166
+ __args__ = dict()
167
+ __args__['featureProfileId'] = feature_profile_id
168
+ __args__['id'] = id
169
+ __args__['transportWanVpnFeatureId'] = transport_wan_vpn_feature_id
170
+ __args__['transportWanVpnInterfaceEthernetFeatureId'] = transport_wan_vpn_interface_ethernet_feature_id
171
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
172
+ __ret__ = pulumi.runtime.invoke_output('sdwan:index/getTransportWanVpnInterfaceEthernetFeatureAssociateTrackerGroupFeature:getTransportWanVpnInterfaceEthernetFeatureAssociateTrackerGroupFeature', __args__, opts=opts, typ=GetTransportWanVpnInterfaceEthernetFeatureAssociateTrackerGroupFeatureResult)
173
+ return __ret__.apply(lambda __response__: GetTransportWanVpnInterfaceEthernetFeatureAssociateTrackerGroupFeatureResult(
174
+ feature_profile_id=pulumi.get(__response__, 'feature_profile_id'),
175
+ id=pulumi.get(__response__, 'id'),
176
+ transport_tracker_group_feature_id=pulumi.get(__response__, 'transport_tracker_group_feature_id'),
177
+ transport_wan_vpn_feature_id=pulumi.get(__response__, 'transport_wan_vpn_feature_id'),
178
+ transport_wan_vpn_interface_ethernet_feature_id=pulumi.get(__response__, 'transport_wan_vpn_interface_ethernet_feature_id')))
@@ -27,7 +27,19 @@ class GetTransportWanVpnInterfaceT1E1SerialFeatureResult:
27
27
  """
28
28
  A collection of values returned by getTransportWanVpnInterfaceT1E1SerialFeature.
29
29
  """
30
- def __init__(__self__, bandwidth=None, bandwidth_downstream=None, bandwidth_downstream_variable=None, bandwidth_variable=None, clock_rate=None, clock_rate_variable=None, description=None, encapsulation=None, encapsulation_variable=None, feature_profile_id=None, id=None, interface_name=None, interface_name_variable=None, ip_mtu=None, ip_mtu_variable=None, ipv4_address=None, ipv4_address_variable=None, ipv4_subnet_mask=None, ipv4_subnet_mask_variable=None, ipv6_address=None, ipv6_address_variable=None, mtu=None, mtu_variable=None, name=None, per_tunnel_qos=None, per_tunnel_qos_aggregator=None, per_tunnel_qos_aggregator_variable=None, per_tunnel_qos_variable=None, qos_shaping_rate=None, qos_shaping_rate_variable=None, shutdown=None, shutdown_variable=None, tcp_mss=None, tcp_mss_variable=None, tloc_extension=None, tloc_extension_variable=None, transport_wan_vpn_feature_id=None, tunnel_interface=None, tunnel_interface_allow_all=None, tunnel_interface_allow_all_variable=None, tunnel_interface_allow_bfd=None, tunnel_interface_allow_bfd_variable=None, tunnel_interface_allow_bgp=None, tunnel_interface_allow_bgp_variable=None, tunnel_interface_allow_dhcp=None, tunnel_interface_allow_dhcp_variable=None, tunnel_interface_allow_dns=None, tunnel_interface_allow_dns_variable=None, tunnel_interface_allow_https=None, tunnel_interface_allow_https_variable=None, tunnel_interface_allow_icmp=None, tunnel_interface_allow_icmp_variable=None, tunnel_interface_allow_netconf=None, tunnel_interface_allow_netconf_variable=None, tunnel_interface_allow_ntp=None, tunnel_interface_allow_ntp_variable=None, tunnel_interface_allow_ospf=None, tunnel_interface_allow_ospf_variable=None, tunnel_interface_allow_snmp=None, tunnel_interface_allow_snmp_variable=None, tunnel_interface_allow_ssh=None, tunnel_interface_allow_ssh_variable=None, tunnel_interface_allow_stun=None, tunnel_interface_allow_stun_variable=None, tunnel_interface_bind_loopback_tunnel=None, tunnel_interface_bind_loopback_tunnel_variable=None, tunnel_interface_border=None, tunnel_interface_border_variable=None, tunnel_interface_carrier=None, tunnel_interface_carrier_variable=None, tunnel_interface_clear_dont_fragment=None, tunnel_interface_clear_dont_fragment_variable=None, tunnel_interface_clear_network_broadcast=None, tunnel_interface_clear_network_broadcast_variable=None, tunnel_interface_color=None, tunnel_interface_color_variable=None, tunnel_interface_encapsulations=None, tunnel_interface_exclude_controller_group_list_variable=None, tunnel_interface_exclude_controller_group_lists=None, tunnel_interface_groups=None, tunnel_interface_groups_variable=None, tunnel_interface_hello_interval=None, tunnel_interface_hello_interval_variable=None, tunnel_interface_hello_tolerance=None, tunnel_interface_hello_tolerance_variable=None, tunnel_interface_last_resort_circuit=None, tunnel_interface_last_resort_circuit_variable=None, tunnel_interface_low_bandwidth_link=None, tunnel_interface_low_bandwidth_link_variable=None, tunnel_interface_max_control_connections=None, tunnel_interface_max_control_connections_variable=None, tunnel_interface_nat_refresh_interval=None, tunnel_interface_nat_refresh_interval_variable=None, tunnel_interface_port_hop=None, tunnel_interface_port_hop_variable=None, tunnel_interface_restrict=None, tunnel_interface_restrict_variable=None, tunnel_interface_tunnel_tcp_mss=None, tunnel_interface_tunnel_tcp_mss_variable=None, tunnel_interface_vbond_as_stun_server=None, tunnel_interface_vbond_as_stun_server_variable=None, tunnel_interface_vmanage_connection_preference=None, tunnel_interface_vmanage_connection_preference_variable=None, tunnel_qos_mode=None, tunnel_qos_mode_variable=None, version=None):
30
+ def __init__(__self__, acl_ipv4_egress_feature_id=None, acl_ipv4_ingress_feature_id=None, acl_ipv6_egress_feature_id=None, acl_ipv6_ingress_feature_id=None, bandwidth=None, bandwidth_downstream=None, bandwidth_downstream_variable=None, bandwidth_variable=None, clock_rate=None, clock_rate_variable=None, description=None, encapsulation=None, encapsulation_variable=None, feature_profile_id=None, id=None, interface_name=None, interface_name_variable=None, ip_mtu=None, ip_mtu_variable=None, ipv4_address=None, ipv4_address_variable=None, ipv4_subnet_mask=None, ipv4_subnet_mask_variable=None, ipv6_address=None, ipv6_address_variable=None, mtu=None, mtu_variable=None, name=None, per_tunnel_qos=None, per_tunnel_qos_aggregator=None, per_tunnel_qos_aggregator_variable=None, per_tunnel_qos_variable=None, qos_shaping_rate=None, qos_shaping_rate_variable=None, shutdown=None, shutdown_variable=None, tcp_mss=None, tcp_mss_variable=None, tloc_extension=None, tloc_extension_variable=None, transport_wan_vpn_feature_id=None, tunnel_interface=None, tunnel_interface_allow_all=None, tunnel_interface_allow_all_variable=None, tunnel_interface_allow_bfd=None, tunnel_interface_allow_bfd_variable=None, tunnel_interface_allow_bgp=None, tunnel_interface_allow_bgp_variable=None, tunnel_interface_allow_dhcp=None, tunnel_interface_allow_dhcp_variable=None, tunnel_interface_allow_dns=None, tunnel_interface_allow_dns_variable=None, tunnel_interface_allow_https=None, tunnel_interface_allow_https_variable=None, tunnel_interface_allow_icmp=None, tunnel_interface_allow_icmp_variable=None, tunnel_interface_allow_netconf=None, tunnel_interface_allow_netconf_variable=None, tunnel_interface_allow_ntp=None, tunnel_interface_allow_ntp_variable=None, tunnel_interface_allow_ospf=None, tunnel_interface_allow_ospf_variable=None, tunnel_interface_allow_snmp=None, tunnel_interface_allow_snmp_variable=None, tunnel_interface_allow_ssh=None, tunnel_interface_allow_ssh_variable=None, tunnel_interface_allow_stun=None, tunnel_interface_allow_stun_variable=None, tunnel_interface_bind_loopback_tunnel=None, tunnel_interface_bind_loopback_tunnel_variable=None, tunnel_interface_border=None, tunnel_interface_border_variable=None, tunnel_interface_carrier=None, tunnel_interface_carrier_variable=None, tunnel_interface_clear_dont_fragment=None, tunnel_interface_clear_dont_fragment_variable=None, tunnel_interface_clear_network_broadcast=None, tunnel_interface_clear_network_broadcast_variable=None, tunnel_interface_color=None, tunnel_interface_color_variable=None, tunnel_interface_encapsulations=None, tunnel_interface_exclude_controller_group_list_variable=None, tunnel_interface_exclude_controller_group_lists=None, tunnel_interface_groups=None, tunnel_interface_groups_variable=None, tunnel_interface_hello_interval=None, tunnel_interface_hello_interval_variable=None, tunnel_interface_hello_tolerance=None, tunnel_interface_hello_tolerance_variable=None, tunnel_interface_last_resort_circuit=None, tunnel_interface_last_resort_circuit_variable=None, tunnel_interface_low_bandwidth_link=None, tunnel_interface_low_bandwidth_link_variable=None, tunnel_interface_max_control_connections=None, tunnel_interface_max_control_connections_variable=None, tunnel_interface_nat_refresh_interval=None, tunnel_interface_nat_refresh_interval_variable=None, tunnel_interface_port_hop=None, tunnel_interface_port_hop_variable=None, tunnel_interface_restrict=None, tunnel_interface_restrict_variable=None, tunnel_interface_tunnel_tcp_mss=None, tunnel_interface_tunnel_tcp_mss_variable=None, tunnel_interface_vbond_as_stun_server=None, tunnel_interface_vbond_as_stun_server_variable=None, tunnel_interface_vmanage_connection_preference=None, tunnel_interface_vmanage_connection_preference_variable=None, tunnel_qos_mode=None, tunnel_qos_mode_variable=None, version=None):
31
+ if acl_ipv4_egress_feature_id and not isinstance(acl_ipv4_egress_feature_id, str):
32
+ raise TypeError("Expected argument 'acl_ipv4_egress_feature_id' to be a str")
33
+ pulumi.set(__self__, "acl_ipv4_egress_feature_id", acl_ipv4_egress_feature_id)
34
+ if acl_ipv4_ingress_feature_id and not isinstance(acl_ipv4_ingress_feature_id, str):
35
+ raise TypeError("Expected argument 'acl_ipv4_ingress_feature_id' to be a str")
36
+ pulumi.set(__self__, "acl_ipv4_ingress_feature_id", acl_ipv4_ingress_feature_id)
37
+ if acl_ipv6_egress_feature_id and not isinstance(acl_ipv6_egress_feature_id, str):
38
+ raise TypeError("Expected argument 'acl_ipv6_egress_feature_id' to be a str")
39
+ pulumi.set(__self__, "acl_ipv6_egress_feature_id", acl_ipv6_egress_feature_id)
40
+ if acl_ipv6_ingress_feature_id and not isinstance(acl_ipv6_ingress_feature_id, str):
41
+ raise TypeError("Expected argument 'acl_ipv6_ingress_feature_id' to be a str")
42
+ pulumi.set(__self__, "acl_ipv6_ingress_feature_id", acl_ipv6_ingress_feature_id)
31
43
  if bandwidth and not isinstance(bandwidth, int):
32
44
  raise TypeError("Expected argument 'bandwidth' to be a int")
33
45
  pulumi.set(__self__, "bandwidth", bandwidth)
@@ -347,6 +359,26 @@ class GetTransportWanVpnInterfaceT1E1SerialFeatureResult:
347
359
  raise TypeError("Expected argument 'version' to be a int")
348
360
  pulumi.set(__self__, "version", version)
349
361
 
362
+ @property
363
+ @pulumi.getter(name="aclIpv4EgressFeatureId")
364
+ def acl_ipv4_egress_feature_id(self) -> str:
365
+ return pulumi.get(self, "acl_ipv4_egress_feature_id")
366
+
367
+ @property
368
+ @pulumi.getter(name="aclIpv4IngressFeatureId")
369
+ def acl_ipv4_ingress_feature_id(self) -> str:
370
+ return pulumi.get(self, "acl_ipv4_ingress_feature_id")
371
+
372
+ @property
373
+ @pulumi.getter(name="aclIpv6EgressFeatureId")
374
+ def acl_ipv6_egress_feature_id(self) -> str:
375
+ return pulumi.get(self, "acl_ipv6_egress_feature_id")
376
+
377
+ @property
378
+ @pulumi.getter(name="aclIpv6IngressFeatureId")
379
+ def acl_ipv6_ingress_feature_id(self) -> str:
380
+ return pulumi.get(self, "acl_ipv6_ingress_feature_id")
381
+
350
382
  @property
351
383
  @pulumi.getter
352
384
  def bandwidth(self) -> int:
@@ -1196,6 +1228,10 @@ class AwaitableGetTransportWanVpnInterfaceT1E1SerialFeatureResult(GetTransportWa
1196
1228
  if False:
1197
1229
  yield self
1198
1230
  return GetTransportWanVpnInterfaceT1E1SerialFeatureResult(
1231
+ acl_ipv4_egress_feature_id=self.acl_ipv4_egress_feature_id,
1232
+ acl_ipv4_ingress_feature_id=self.acl_ipv4_ingress_feature_id,
1233
+ acl_ipv6_egress_feature_id=self.acl_ipv6_egress_feature_id,
1234
+ acl_ipv6_ingress_feature_id=self.acl_ipv6_ingress_feature_id,
1199
1235
  bandwidth=self.bandwidth,
1200
1236
  bandwidth_downstream=self.bandwidth_downstream,
1201
1237
  bandwidth_downstream_variable=self.bandwidth_downstream_variable,
@@ -1335,6 +1371,10 @@ def get_transport_wan_vpn_interface_t1_e1_serial_feature(feature_profile_id: Opt
1335
1371
  __ret__ = pulumi.runtime.invoke('sdwan:index/getTransportWanVpnInterfaceT1E1SerialFeature:getTransportWanVpnInterfaceT1E1SerialFeature', __args__, opts=opts, typ=GetTransportWanVpnInterfaceT1E1SerialFeatureResult).value
1336
1372
 
1337
1373
  return AwaitableGetTransportWanVpnInterfaceT1E1SerialFeatureResult(
1374
+ acl_ipv4_egress_feature_id=pulumi.get(__ret__, 'acl_ipv4_egress_feature_id'),
1375
+ acl_ipv4_ingress_feature_id=pulumi.get(__ret__, 'acl_ipv4_ingress_feature_id'),
1376
+ acl_ipv6_egress_feature_id=pulumi.get(__ret__, 'acl_ipv6_egress_feature_id'),
1377
+ acl_ipv6_ingress_feature_id=pulumi.get(__ret__, 'acl_ipv6_ingress_feature_id'),
1338
1378
  bandwidth=pulumi.get(__ret__, 'bandwidth'),
1339
1379
  bandwidth_downstream=pulumi.get(__ret__, 'bandwidth_downstream'),
1340
1380
  bandwidth_downstream_variable=pulumi.get(__ret__, 'bandwidth_downstream_variable'),
@@ -1471,6 +1511,10 @@ def get_transport_wan_vpn_interface_t1_e1_serial_feature_output(feature_profile_
1471
1511
  opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
1472
1512
  __ret__ = pulumi.runtime.invoke_output('sdwan:index/getTransportWanVpnInterfaceT1E1SerialFeature:getTransportWanVpnInterfaceT1E1SerialFeature', __args__, opts=opts, typ=GetTransportWanVpnInterfaceT1E1SerialFeatureResult)
1473
1513
  return __ret__.apply(lambda __response__: GetTransportWanVpnInterfaceT1E1SerialFeatureResult(
1514
+ acl_ipv4_egress_feature_id=pulumi.get(__response__, 'acl_ipv4_egress_feature_id'),
1515
+ acl_ipv4_ingress_feature_id=pulumi.get(__response__, 'acl_ipv4_ingress_feature_id'),
1516
+ acl_ipv6_egress_feature_id=pulumi.get(__response__, 'acl_ipv6_egress_feature_id'),
1517
+ acl_ipv6_ingress_feature_id=pulumi.get(__response__, 'acl_ipv6_ingress_feature_id'),
1474
1518
  bandwidth=pulumi.get(__response__, 'bandwidth'),
1475
1519
  bandwidth_downstream=pulumi.get(__response__, 'bandwidth_downstream'),
1476
1520
  bandwidth_downstream_variable=pulumi.get(__response__, 'bandwidth_downstream_variable'),
@@ -21,12 +21,12 @@ __all__ = ['OtherUcseFeatureArgs', 'OtherUcseFeature']
21
21
  @pulumi.input_type
22
22
  class OtherUcseFeatureArgs:
23
23
  def __init__(__self__, *,
24
- access_port_shared_failover_type: pulumi.Input[str],
25
- access_port_shared_type: pulumi.Input[str],
26
24
  bay: pulumi.Input[int],
27
25
  feature_profile_id: pulumi.Input[str],
28
26
  slot: pulumi.Input[int],
29
27
  access_port_dedicated: Optional[pulumi.Input[bool]] = None,
28
+ access_port_shared_failover_type: Optional[pulumi.Input[str]] = None,
29
+ access_port_shared_type: Optional[pulumi.Input[str]] = None,
30
30
  assign_priority: Optional[pulumi.Input[int]] = None,
31
31
  assign_priority_variable: Optional[pulumi.Input[str]] = None,
32
32
  default_gateway: Optional[pulumi.Input[str]] = None,
@@ -40,12 +40,13 @@ class OtherUcseFeatureArgs:
40
40
  vlan_id_variable: Optional[pulumi.Input[str]] = None):
41
41
  """
42
42
  The set of arguments for constructing a OtherUcseFeature resource.
43
- :param pulumi.Input[str] access_port_shared_failover_type: - Choices: `ge2`, `te2`
44
- :param pulumi.Input[str] access_port_shared_type: - Choices: `ge1`, `ge2`, `ge3`, `te2`, `te3`, `console`, `failover`
45
43
  :param pulumi.Input[int] bay: Bay - Range: `0`-`2`
46
44
  :param pulumi.Input[str] feature_profile_id: Feature Profile ID
47
45
  :param pulumi.Input[int] slot: Slot - Range: `0`-`3`
48
46
  :param pulumi.Input[bool] access_port_dedicated: Dedicated - Default value: `true`
47
+ :param pulumi.Input[str] access_port_shared_failover_type: , Attribute conditional on `access_port_dedicated` being equal to `false` - Choices: `ge2`, `te2`
48
+ :param pulumi.Input[str] access_port_shared_type: , Attribute conditional on `access_port_dedicated` being equal to `false` - Choices: `ge1`, `ge2`, `ge3`, `te2`, `te3`,
49
+ `console`, `failover`
49
50
  :param pulumi.Input[int] assign_priority: Assign priority - Range: `0`-`7`
50
51
  :param pulumi.Input[str] assign_priority_variable: Variable name
51
52
  :param pulumi.Input[str] default_gateway: Assign default gateway
@@ -58,13 +59,15 @@ class OtherUcseFeatureArgs:
58
59
  :param pulumi.Input[int] vlan_id: Assign Vlan Id - Range: `2`-`4095`
59
60
  :param pulumi.Input[str] vlan_id_variable: Variable name
60
61
  """
61
- pulumi.set(__self__, "access_port_shared_failover_type", access_port_shared_failover_type)
62
- pulumi.set(__self__, "access_port_shared_type", access_port_shared_type)
63
62
  pulumi.set(__self__, "bay", bay)
64
63
  pulumi.set(__self__, "feature_profile_id", feature_profile_id)
65
64
  pulumi.set(__self__, "slot", slot)
66
65
  if access_port_dedicated is not None:
67
66
  pulumi.set(__self__, "access_port_dedicated", access_port_dedicated)
67
+ if access_port_shared_failover_type is not None:
68
+ pulumi.set(__self__, "access_port_shared_failover_type", access_port_shared_failover_type)
69
+ if access_port_shared_type is not None:
70
+ pulumi.set(__self__, "access_port_shared_type", access_port_shared_type)
68
71
  if assign_priority is not None:
69
72
  pulumi.set(__self__, "assign_priority", assign_priority)
70
73
  if assign_priority_variable is not None:
@@ -88,30 +91,6 @@ class OtherUcseFeatureArgs:
88
91
  if vlan_id_variable is not None:
89
92
  pulumi.set(__self__, "vlan_id_variable", vlan_id_variable)
90
93
 
91
- @property
92
- @pulumi.getter(name="accessPortSharedFailoverType")
93
- def access_port_shared_failover_type(self) -> pulumi.Input[str]:
94
- """
95
- - Choices: `ge2`, `te2`
96
- """
97
- return pulumi.get(self, "access_port_shared_failover_type")
98
-
99
- @access_port_shared_failover_type.setter
100
- def access_port_shared_failover_type(self, value: pulumi.Input[str]):
101
- pulumi.set(self, "access_port_shared_failover_type", value)
102
-
103
- @property
104
- @pulumi.getter(name="accessPortSharedType")
105
- def access_port_shared_type(self) -> pulumi.Input[str]:
106
- """
107
- - Choices: `ge1`, `ge2`, `ge3`, `te2`, `te3`, `console`, `failover`
108
- """
109
- return pulumi.get(self, "access_port_shared_type")
110
-
111
- @access_port_shared_type.setter
112
- def access_port_shared_type(self, value: pulumi.Input[str]):
113
- pulumi.set(self, "access_port_shared_type", value)
114
-
115
94
  @property
116
95
  @pulumi.getter
117
96
  def bay(self) -> pulumi.Input[int]:
@@ -160,6 +139,31 @@ class OtherUcseFeatureArgs:
160
139
  def access_port_dedicated(self, value: Optional[pulumi.Input[bool]]):
161
140
  pulumi.set(self, "access_port_dedicated", value)
162
141
 
142
+ @property
143
+ @pulumi.getter(name="accessPortSharedFailoverType")
144
+ def access_port_shared_failover_type(self) -> Optional[pulumi.Input[str]]:
145
+ """
146
+ , Attribute conditional on `access_port_dedicated` being equal to `false` - Choices: `ge2`, `te2`
147
+ """
148
+ return pulumi.get(self, "access_port_shared_failover_type")
149
+
150
+ @access_port_shared_failover_type.setter
151
+ def access_port_shared_failover_type(self, value: Optional[pulumi.Input[str]]):
152
+ pulumi.set(self, "access_port_shared_failover_type", value)
153
+
154
+ @property
155
+ @pulumi.getter(name="accessPortSharedType")
156
+ def access_port_shared_type(self) -> Optional[pulumi.Input[str]]:
157
+ """
158
+ , Attribute conditional on `access_port_dedicated` being equal to `false` - Choices: `ge1`, `ge2`, `ge3`, `te2`, `te3`,
159
+ `console`, `failover`
160
+ """
161
+ return pulumi.get(self, "access_port_shared_type")
162
+
163
+ @access_port_shared_type.setter
164
+ def access_port_shared_type(self, value: Optional[pulumi.Input[str]]):
165
+ pulumi.set(self, "access_port_shared_type", value)
166
+
163
167
  @property
164
168
  @pulumi.getter(name="assignPriority")
165
169
  def assign_priority(self) -> Optional[pulumi.Input[int]]:
@@ -317,8 +321,9 @@ class _OtherUcseFeatureState:
317
321
  """
318
322
  Input properties used for looking up and filtering OtherUcseFeature resources.
319
323
  :param pulumi.Input[bool] access_port_dedicated: Dedicated - Default value: `true`
320
- :param pulumi.Input[str] access_port_shared_failover_type: - Choices: `ge2`, `te2`
321
- :param pulumi.Input[str] access_port_shared_type: - Choices: `ge1`, `ge2`, `ge3`, `te2`, `te3`, `console`, `failover`
324
+ :param pulumi.Input[str] access_port_shared_failover_type: , Attribute conditional on `access_port_dedicated` being equal to `false` - Choices: `ge2`, `te2`
325
+ :param pulumi.Input[str] access_port_shared_type: , Attribute conditional on `access_port_dedicated` being equal to `false` - Choices: `ge1`, `ge2`, `ge3`, `te2`, `te3`,
326
+ `console`, `failover`
322
327
  :param pulumi.Input[int] assign_priority: Assign priority - Range: `0`-`7`
323
328
  :param pulumi.Input[str] assign_priority_variable: Variable name
324
329
  :param pulumi.Input[int] bay: Bay - Range: `0`-`2`
@@ -388,7 +393,7 @@ class _OtherUcseFeatureState:
388
393
  @pulumi.getter(name="accessPortSharedFailoverType")
389
394
  def access_port_shared_failover_type(self) -> Optional[pulumi.Input[str]]:
390
395
  """
391
- - Choices: `ge2`, `te2`
396
+ , Attribute conditional on `access_port_dedicated` being equal to `false` - Choices: `ge2`, `te2`
392
397
  """
393
398
  return pulumi.get(self, "access_port_shared_failover_type")
394
399
 
@@ -400,7 +405,8 @@ class _OtherUcseFeatureState:
400
405
  @pulumi.getter(name="accessPortSharedType")
401
406
  def access_port_shared_type(self) -> Optional[pulumi.Input[str]]:
402
407
  """
403
- - Choices: `ge1`, `ge2`, `ge3`, `te2`, `te3`, `console`, `failover`
408
+ , Attribute conditional on `access_port_dedicated` being equal to `false` - Choices: `ge1`, `ge2`, `ge3`, `te2`, `te3`,
409
+ `console`, `failover`
404
410
  """
405
411
  return pulumi.get(self, "access_port_shared_type")
406
412
 
@@ -627,8 +633,9 @@ class OtherUcseFeature(pulumi.CustomResource):
627
633
  :param str resource_name: The name of the resource.
628
634
  :param pulumi.ResourceOptions opts: Options for the resource.
629
635
  :param pulumi.Input[bool] access_port_dedicated: Dedicated - Default value: `true`
630
- :param pulumi.Input[str] access_port_shared_failover_type: - Choices: `ge2`, `te2`
631
- :param pulumi.Input[str] access_port_shared_type: - Choices: `ge1`, `ge2`, `ge3`, `te2`, `te3`, `console`, `failover`
636
+ :param pulumi.Input[str] access_port_shared_failover_type: , Attribute conditional on `access_port_dedicated` being equal to `false` - Choices: `ge2`, `te2`
637
+ :param pulumi.Input[str] access_port_shared_type: , Attribute conditional on `access_port_dedicated` being equal to `false` - Choices: `ge1`, `ge2`, `ge3`, `te2`, `te3`,
638
+ `console`, `failover`
632
639
  :param pulumi.Input[int] assign_priority: Assign priority - Range: `0`-`7`
633
640
  :param pulumi.Input[str] assign_priority_variable: Variable name
634
641
  :param pulumi.Input[int] bay: Bay - Range: `0`-`2`
@@ -704,11 +711,7 @@ class OtherUcseFeature(pulumi.CustomResource):
704
711
  __props__ = OtherUcseFeatureArgs.__new__(OtherUcseFeatureArgs)
705
712
 
706
713
  __props__.__dict__["access_port_dedicated"] = access_port_dedicated
707
- if access_port_shared_failover_type is None and not opts.urn:
708
- raise TypeError("Missing required property 'access_port_shared_failover_type'")
709
714
  __props__.__dict__["access_port_shared_failover_type"] = access_port_shared_failover_type
710
- if access_port_shared_type is None and not opts.urn:
711
- raise TypeError("Missing required property 'access_port_shared_type'")
712
715
  __props__.__dict__["access_port_shared_type"] = access_port_shared_type
713
716
  __props__.__dict__["assign_priority"] = assign_priority
714
717
  __props__.__dict__["assign_priority_variable"] = assign_priority_variable
@@ -767,8 +770,9 @@ class OtherUcseFeature(pulumi.CustomResource):
767
770
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
768
771
  :param pulumi.ResourceOptions opts: Options for the resource.
769
772
  :param pulumi.Input[bool] access_port_dedicated: Dedicated - Default value: `true`
770
- :param pulumi.Input[str] access_port_shared_failover_type: - Choices: `ge2`, `te2`
771
- :param pulumi.Input[str] access_port_shared_type: - Choices: `ge1`, `ge2`, `ge3`, `te2`, `te3`, `console`, `failover`
773
+ :param pulumi.Input[str] access_port_shared_failover_type: , Attribute conditional on `access_port_dedicated` being equal to `false` - Choices: `ge2`, `te2`
774
+ :param pulumi.Input[str] access_port_shared_type: , Attribute conditional on `access_port_dedicated` being equal to `false` - Choices: `ge1`, `ge2`, `ge3`, `te2`, `te3`,
775
+ `console`, `failover`
772
776
  :param pulumi.Input[int] assign_priority: Assign priority - Range: `0`-`7`
773
777
  :param pulumi.Input[str] assign_priority_variable: Variable name
774
778
  :param pulumi.Input[int] bay: Bay - Range: `0`-`2`
@@ -819,17 +823,18 @@ class OtherUcseFeature(pulumi.CustomResource):
819
823
 
820
824
  @property
821
825
  @pulumi.getter(name="accessPortSharedFailoverType")
822
- def access_port_shared_failover_type(self) -> pulumi.Output[str]:
826
+ def access_port_shared_failover_type(self) -> pulumi.Output[Optional[str]]:
823
827
  """
824
- - Choices: `ge2`, `te2`
828
+ , Attribute conditional on `access_port_dedicated` being equal to `false` - Choices: `ge2`, `te2`
825
829
  """
826
830
  return pulumi.get(self, "access_port_shared_failover_type")
827
831
 
828
832
  @property
829
833
  @pulumi.getter(name="accessPortSharedType")
830
- def access_port_shared_type(self) -> pulumi.Output[str]:
834
+ def access_port_shared_type(self) -> pulumi.Output[Optional[str]]:
831
835
  """
832
- - Choices: `ge1`, `ge2`, `ge3`, `te2`, `te3`, `console`, `failover`
836
+ , Attribute conditional on `access_port_dedicated` being equal to `false` - Choices: `ge1`, `ge2`, `ge3`, `te2`, `te3`,
837
+ `console`, `failover`
833
838
  """
834
839
  return pulumi.get(self, "access_port_shared_type")
835
840