pulumi-sdwan 0.3.0a1743057086__py3-none-any.whl → 0.4.0a1743489278__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 +20 -0
- pulumi_sdwan/_inputs.py +890 -649
- pulumi_sdwan/cli_config_feature.py +6 -2
- pulumi_sdwan/configuration_group.py +35 -39
- pulumi_sdwan/dns_security_policy.py +701 -0
- pulumi_sdwan/get_configuration_group.py +11 -11
- pulumi_sdwan/get_dns_security_policy.py +272 -0
- pulumi_sdwan/get_intrusion_prevention_policy_definition.py +27 -1
- pulumi_sdwan/get_security_policy.py +99 -1
- pulumi_sdwan/get_service_lan_vpn_feature_associate_multicast_feature.py +18 -4
- pulumi_sdwan/get_service_lan_vpn_feature_associate_routing_bgp_feature.py +18 -4
- pulumi_sdwan/get_service_lan_vpn_feature_associate_routing_eigrp_feature.py +18 -4
- pulumi_sdwan/get_service_lan_vpn_feature_associate_routing_ospf_feature.py +18 -4
- pulumi_sdwan/get_service_lan_vpn_feature_associate_routing_ospfv3_ipv4_feature.py +18 -4
- pulumi_sdwan/get_service_lan_vpn_feature_associate_routing_ospfv3_ipv6_feature.py +18 -4
- pulumi_sdwan/get_service_lan_vpn_interface_ethernet_feature_associate_dhcp_server_feature.py +18 -4
- pulumi_sdwan/get_service_lan_vpn_interface_ethernet_feature_associate_tracker_feature.py +18 -4
- pulumi_sdwan/get_service_lan_vpn_interface_ethernet_feature_associate_tracker_group_feature.py +18 -4
- pulumi_sdwan/get_service_lan_vpn_interface_ipsec_feature_associate_dhcp_server_feature.py +18 -4
- pulumi_sdwan/get_service_lan_vpn_interface_svi_feature_associate_dhcp_server_feature.py +18 -4
- pulumi_sdwan/get_tag.py +140 -0
- pulumi_sdwan/get_transport_wan_vpn_feature_associate_routing_bgp_feature.py +18 -4
- pulumi_sdwan/get_transport_wan_vpn_feature_associate_routing_ospf_feature.py +18 -4
- pulumi_sdwan/get_transport_wan_vpn_feature_associate_routing_ospfv3_ipv4_feature.py +18 -4
- pulumi_sdwan/get_transport_wan_vpn_feature_associate_routing_ospfv3_ipv6_feature.py +18 -4
- pulumi_sdwan/get_transport_wan_vpn_interface_cellular_feature_associate_tracker_feature.py +18 -4
- pulumi_sdwan/get_transport_wan_vpn_interface_cellular_feature_associate_tracker_group_feature.py +18 -4
- pulumi_sdwan/get_transport_wan_vpn_interface_ethernet_feature_associate_ipv6_tracker_feature.py +18 -4
- pulumi_sdwan/get_transport_wan_vpn_interface_ethernet_feature_associate_ipv6_tracker_group_feature.py +18 -4
- pulumi_sdwan/get_transport_wan_vpn_interface_ethernet_feature_associate_tracker_feature.py +18 -4
- pulumi_sdwan/get_transport_wan_vpn_interface_ethernet_feature_associate_tracker_group_feature.py +18 -4
- pulumi_sdwan/get_transport_wan_vpn_interface_gre_feature_associate_tracker_feature.py +18 -4
- pulumi_sdwan/get_transport_wan_vpn_interface_ipsec_feature_associate_tracker_feature.py +18 -4
- pulumi_sdwan/get_url_filtering_policy_definition.py +13 -1
- pulumi_sdwan/intrusion_prevention_policy_definition.py +83 -32
- pulumi_sdwan/outputs.py +806 -449
- pulumi_sdwan/pulumi-plugin.json +1 -1
- pulumi_sdwan/security_policy.py +329 -0
- pulumi_sdwan/service_lan_vpn_feature_associate_multicast_feature.py +36 -4
- pulumi_sdwan/service_lan_vpn_feature_associate_routing_bgp_feature.py +36 -4
- pulumi_sdwan/service_lan_vpn_feature_associate_routing_eigrp_feature.py +36 -4
- pulumi_sdwan/service_lan_vpn_feature_associate_routing_ospf_feature.py +36 -4
- pulumi_sdwan/service_lan_vpn_feature_associate_routing_ospfv3_ipv4_feature.py +36 -4
- pulumi_sdwan/service_lan_vpn_feature_associate_routing_ospfv3_ipv6_feature.py +36 -4
- pulumi_sdwan/service_lan_vpn_interface_ethernet_feature_associate_dhcp_server_feature.py +36 -4
- pulumi_sdwan/service_lan_vpn_interface_ethernet_feature_associate_tracker_feature.py +36 -4
- pulumi_sdwan/service_lan_vpn_interface_ethernet_feature_associate_tracker_group_feature.py +36 -4
- pulumi_sdwan/service_lan_vpn_interface_ipsec_feature_associate_dhcp_server_feature.py +36 -4
- pulumi_sdwan/service_lan_vpn_interface_svi_feature_associate_dhcp_server_feature.py +36 -4
- pulumi_sdwan/tag.py +283 -0
- pulumi_sdwan/transport_cellular_profile_feature.py +29 -31
- pulumi_sdwan/transport_wan_vpn_feature_associate_routing_bgp_feature.py +36 -4
- pulumi_sdwan/transport_wan_vpn_feature_associate_routing_ospf_feature.py +36 -4
- pulumi_sdwan/transport_wan_vpn_feature_associate_routing_ospfv3_ipv4_feature.py +36 -4
- pulumi_sdwan/transport_wan_vpn_feature_associate_routing_ospfv3_ipv6_feature.py +36 -4
- pulumi_sdwan/transport_wan_vpn_interface_cellular_feature_associate_tracker_feature.py +36 -4
- pulumi_sdwan/transport_wan_vpn_interface_cellular_feature_associate_tracker_group_feature.py +36 -4
- pulumi_sdwan/transport_wan_vpn_interface_ethernet_feature_associate_ipv6_tracker_feature.py +36 -4
- pulumi_sdwan/transport_wan_vpn_interface_ethernet_feature_associate_ipv6_tracker_group_feature.py +36 -4
- pulumi_sdwan/transport_wan_vpn_interface_ethernet_feature_associate_tracker_feature.py +36 -4
- pulumi_sdwan/transport_wan_vpn_interface_ethernet_feature_associate_tracker_group_feature.py +36 -4
- pulumi_sdwan/transport_wan_vpn_interface_gre_feature_associate_tracker_feature.py +36 -4
- pulumi_sdwan/transport_wan_vpn_interface_ipsec_feature_associate_tracker_feature.py +36 -4
- pulumi_sdwan/url_filtering_policy_definition.py +36 -38
- pulumi_sdwan/zone_based_firewall_policy_definition.py +26 -14
- {pulumi_sdwan-0.3.0a1743057086.dist-info → pulumi_sdwan-0.4.0a1743489278.dist-info}/METADATA +1 -1
- {pulumi_sdwan-0.3.0a1743057086.dist-info → pulumi_sdwan-0.4.0a1743489278.dist-info}/RECORD +69 -65
- {pulumi_sdwan-0.3.0a1743057086.dist-info → pulumi_sdwan-0.4.0a1743489278.dist-info}/WHEEL +0 -0
- {pulumi_sdwan-0.3.0a1743057086.dist-info → pulumi_sdwan-0.4.0a1743489278.dist-info}/top_level.txt +0 -0
|
@@ -90,13 +90,15 @@ class _TransportWanVpnInterfaceEthernetFeatureAssociateIpv6TrackerFeatureState:
|
|
|
90
90
|
feature_profile_id: Optional[pulumi.Input[str]] = None,
|
|
91
91
|
transport_ipv6_tracker_feature_id: Optional[pulumi.Input[str]] = None,
|
|
92
92
|
transport_wan_vpn_feature_id: Optional[pulumi.Input[str]] = None,
|
|
93
|
-
transport_wan_vpn_interface_ethernet_feature_id: Optional[pulumi.Input[str]] = None
|
|
93
|
+
transport_wan_vpn_interface_ethernet_feature_id: Optional[pulumi.Input[str]] = None,
|
|
94
|
+
version: Optional[pulumi.Input[int]] = None):
|
|
94
95
|
"""
|
|
95
96
|
Input properties used for looking up and filtering TransportWanVpnInterfaceEthernetFeatureAssociateIpv6TrackerFeature resources.
|
|
96
97
|
:param pulumi.Input[str] feature_profile_id: Feature Profile ID
|
|
97
98
|
:param pulumi.Input[str] transport_ipv6_tracker_feature_id: Transport IPv6 Tracker Feature ID
|
|
98
99
|
:param pulumi.Input[str] transport_wan_vpn_feature_id: Transport WAN VPN Feature ID
|
|
99
100
|
:param pulumi.Input[str] transport_wan_vpn_interface_ethernet_feature_id: Transport WAN VPN Interface Ethernet Feature ID
|
|
101
|
+
:param pulumi.Input[int] version: The version of the object
|
|
100
102
|
"""
|
|
101
103
|
if feature_profile_id is not None:
|
|
102
104
|
pulumi.set(__self__, "feature_profile_id", feature_profile_id)
|
|
@@ -106,6 +108,8 @@ class _TransportWanVpnInterfaceEthernetFeatureAssociateIpv6TrackerFeatureState:
|
|
|
106
108
|
pulumi.set(__self__, "transport_wan_vpn_feature_id", transport_wan_vpn_feature_id)
|
|
107
109
|
if transport_wan_vpn_interface_ethernet_feature_id is not None:
|
|
108
110
|
pulumi.set(__self__, "transport_wan_vpn_interface_ethernet_feature_id", transport_wan_vpn_interface_ethernet_feature_id)
|
|
111
|
+
if version is not None:
|
|
112
|
+
pulumi.set(__self__, "version", version)
|
|
109
113
|
|
|
110
114
|
@property
|
|
111
115
|
@pulumi.getter(name="featureProfileId")
|
|
@@ -155,6 +159,18 @@ class _TransportWanVpnInterfaceEthernetFeatureAssociateIpv6TrackerFeatureState:
|
|
|
155
159
|
def transport_wan_vpn_interface_ethernet_feature_id(self, value: Optional[pulumi.Input[str]]):
|
|
156
160
|
pulumi.set(self, "transport_wan_vpn_interface_ethernet_feature_id", value)
|
|
157
161
|
|
|
162
|
+
@property
|
|
163
|
+
@pulumi.getter
|
|
164
|
+
def version(self) -> Optional[pulumi.Input[int]]:
|
|
165
|
+
"""
|
|
166
|
+
The version of the object
|
|
167
|
+
"""
|
|
168
|
+
return pulumi.get(self, "version")
|
|
169
|
+
|
|
170
|
+
@version.setter
|
|
171
|
+
def version(self, value: Optional[pulumi.Input[int]]):
|
|
172
|
+
pulumi.set(self, "version", value)
|
|
173
|
+
|
|
158
174
|
|
|
159
175
|
class TransportWanVpnInterfaceEthernetFeatureAssociateIpv6TrackerFeature(pulumi.CustomResource):
|
|
160
176
|
@overload
|
|
@@ -185,8 +201,10 @@ class TransportWanVpnInterfaceEthernetFeatureAssociateIpv6TrackerFeature(pulumi.
|
|
|
185
201
|
|
|
186
202
|
## Import
|
|
187
203
|
|
|
204
|
+
Expected import identifier with the format: "transport_wan_vpn_interface_ethernet_feature_associate_ipv6_tracker_feature_id,feature_profile_id,transport_wan_vpn_feature_id,transport_wan_vpn_interface_ethernet_feature_id"
|
|
205
|
+
|
|
188
206
|
```sh
|
|
189
|
-
$ pulumi import sdwan:index/transportWanVpnInterfaceEthernetFeatureAssociateIpv6TrackerFeature:TransportWanVpnInterfaceEthernetFeatureAssociateIpv6TrackerFeature example "f6b2c44c-693c-4763-b010-895aa3d236bd"
|
|
207
|
+
$ pulumi import sdwan:index/transportWanVpnInterfaceEthernetFeatureAssociateIpv6TrackerFeature:TransportWanVpnInterfaceEthernetFeatureAssociateIpv6TrackerFeature example "f6b2c44c-693c-4763-b010-895aa3d236bd,f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac,140331f6-5418-4755-a059-13c77eb96037,140331f6-5418-4755-a059-13c77eb96037"
|
|
190
208
|
```
|
|
191
209
|
|
|
192
210
|
:param str resource_name: The name of the resource.
|
|
@@ -221,8 +239,10 @@ class TransportWanVpnInterfaceEthernetFeatureAssociateIpv6TrackerFeature(pulumi.
|
|
|
221
239
|
|
|
222
240
|
## Import
|
|
223
241
|
|
|
242
|
+
Expected import identifier with the format: "transport_wan_vpn_interface_ethernet_feature_associate_ipv6_tracker_feature_id,feature_profile_id,transport_wan_vpn_feature_id,transport_wan_vpn_interface_ethernet_feature_id"
|
|
243
|
+
|
|
224
244
|
```sh
|
|
225
|
-
$ pulumi import sdwan:index/transportWanVpnInterfaceEthernetFeatureAssociateIpv6TrackerFeature:TransportWanVpnInterfaceEthernetFeatureAssociateIpv6TrackerFeature example "f6b2c44c-693c-4763-b010-895aa3d236bd"
|
|
245
|
+
$ pulumi import sdwan:index/transportWanVpnInterfaceEthernetFeatureAssociateIpv6TrackerFeature:TransportWanVpnInterfaceEthernetFeatureAssociateIpv6TrackerFeature example "f6b2c44c-693c-4763-b010-895aa3d236bd,f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac,140331f6-5418-4755-a059-13c77eb96037,140331f6-5418-4755-a059-13c77eb96037"
|
|
226
246
|
```
|
|
227
247
|
|
|
228
248
|
:param str resource_name: The name of the resource.
|
|
@@ -265,6 +285,7 @@ class TransportWanVpnInterfaceEthernetFeatureAssociateIpv6TrackerFeature(pulumi.
|
|
|
265
285
|
if transport_wan_vpn_interface_ethernet_feature_id is None and not opts.urn:
|
|
266
286
|
raise TypeError("Missing required property 'transport_wan_vpn_interface_ethernet_feature_id'")
|
|
267
287
|
__props__.__dict__["transport_wan_vpn_interface_ethernet_feature_id"] = transport_wan_vpn_interface_ethernet_feature_id
|
|
288
|
+
__props__.__dict__["version"] = None
|
|
268
289
|
super(TransportWanVpnInterfaceEthernetFeatureAssociateIpv6TrackerFeature, __self__).__init__(
|
|
269
290
|
'sdwan:index/transportWanVpnInterfaceEthernetFeatureAssociateIpv6TrackerFeature:TransportWanVpnInterfaceEthernetFeatureAssociateIpv6TrackerFeature',
|
|
270
291
|
resource_name,
|
|
@@ -278,7 +299,8 @@ class TransportWanVpnInterfaceEthernetFeatureAssociateIpv6TrackerFeature(pulumi.
|
|
|
278
299
|
feature_profile_id: Optional[pulumi.Input[str]] = None,
|
|
279
300
|
transport_ipv6_tracker_feature_id: Optional[pulumi.Input[str]] = None,
|
|
280
301
|
transport_wan_vpn_feature_id: Optional[pulumi.Input[str]] = None,
|
|
281
|
-
transport_wan_vpn_interface_ethernet_feature_id: Optional[pulumi.Input[str]] = None
|
|
302
|
+
transport_wan_vpn_interface_ethernet_feature_id: Optional[pulumi.Input[str]] = None,
|
|
303
|
+
version: Optional[pulumi.Input[int]] = None) -> 'TransportWanVpnInterfaceEthernetFeatureAssociateIpv6TrackerFeature':
|
|
282
304
|
"""
|
|
283
305
|
Get an existing TransportWanVpnInterfaceEthernetFeatureAssociateIpv6TrackerFeature resource's state with the given name, id, and optional extra
|
|
284
306
|
properties used to qualify the lookup.
|
|
@@ -290,6 +312,7 @@ class TransportWanVpnInterfaceEthernetFeatureAssociateIpv6TrackerFeature(pulumi.
|
|
|
290
312
|
:param pulumi.Input[str] transport_ipv6_tracker_feature_id: Transport IPv6 Tracker Feature ID
|
|
291
313
|
:param pulumi.Input[str] transport_wan_vpn_feature_id: Transport WAN VPN Feature ID
|
|
292
314
|
:param pulumi.Input[str] transport_wan_vpn_interface_ethernet_feature_id: Transport WAN VPN Interface Ethernet Feature ID
|
|
315
|
+
:param pulumi.Input[int] version: The version of the object
|
|
293
316
|
"""
|
|
294
317
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
295
318
|
|
|
@@ -299,6 +322,7 @@ class TransportWanVpnInterfaceEthernetFeatureAssociateIpv6TrackerFeature(pulumi.
|
|
|
299
322
|
__props__.__dict__["transport_ipv6_tracker_feature_id"] = transport_ipv6_tracker_feature_id
|
|
300
323
|
__props__.__dict__["transport_wan_vpn_feature_id"] = transport_wan_vpn_feature_id
|
|
301
324
|
__props__.__dict__["transport_wan_vpn_interface_ethernet_feature_id"] = transport_wan_vpn_interface_ethernet_feature_id
|
|
325
|
+
__props__.__dict__["version"] = version
|
|
302
326
|
return TransportWanVpnInterfaceEthernetFeatureAssociateIpv6TrackerFeature(resource_name, opts=opts, __props__=__props__)
|
|
303
327
|
|
|
304
328
|
@property
|
|
@@ -333,3 +357,11 @@ class TransportWanVpnInterfaceEthernetFeatureAssociateIpv6TrackerFeature(pulumi.
|
|
|
333
357
|
"""
|
|
334
358
|
return pulumi.get(self, "transport_wan_vpn_interface_ethernet_feature_id")
|
|
335
359
|
|
|
360
|
+
@property
|
|
361
|
+
@pulumi.getter
|
|
362
|
+
def version(self) -> pulumi.Output[int]:
|
|
363
|
+
"""
|
|
364
|
+
The version of the object
|
|
365
|
+
"""
|
|
366
|
+
return pulumi.get(self, "version")
|
|
367
|
+
|
pulumi_sdwan/transport_wan_vpn_interface_ethernet_feature_associate_ipv6_tracker_group_feature.py
CHANGED
|
@@ -90,13 +90,15 @@ class _TransportWanVpnInterfaceEthernetFeatureAssociateIpv6TrackerGroupFeatureSt
|
|
|
90
90
|
feature_profile_id: Optional[pulumi.Input[str]] = None,
|
|
91
91
|
transport_ipv6_tracker_group_feature_id: Optional[pulumi.Input[str]] = None,
|
|
92
92
|
transport_wan_vpn_feature_id: Optional[pulumi.Input[str]] = None,
|
|
93
|
-
transport_wan_vpn_interface_ethernet_feature_id: Optional[pulumi.Input[str]] = None
|
|
93
|
+
transport_wan_vpn_interface_ethernet_feature_id: Optional[pulumi.Input[str]] = None,
|
|
94
|
+
version: Optional[pulumi.Input[int]] = None):
|
|
94
95
|
"""
|
|
95
96
|
Input properties used for looking up and filtering TransportWanVpnInterfaceEthernetFeatureAssociateIpv6TrackerGroupFeature resources.
|
|
96
97
|
:param pulumi.Input[str] feature_profile_id: Feature Profile ID
|
|
97
98
|
:param pulumi.Input[str] transport_ipv6_tracker_group_feature_id: Transport IPv6 Tracker Group Feature ID
|
|
98
99
|
:param pulumi.Input[str] transport_wan_vpn_feature_id: Transport WAN VPN Feature ID
|
|
99
100
|
:param pulumi.Input[str] transport_wan_vpn_interface_ethernet_feature_id: Transport WAN VPN Interface Ethernet Feature ID
|
|
101
|
+
:param pulumi.Input[int] version: The version of the object
|
|
100
102
|
"""
|
|
101
103
|
if feature_profile_id is not None:
|
|
102
104
|
pulumi.set(__self__, "feature_profile_id", feature_profile_id)
|
|
@@ -106,6 +108,8 @@ class _TransportWanVpnInterfaceEthernetFeatureAssociateIpv6TrackerGroupFeatureSt
|
|
|
106
108
|
pulumi.set(__self__, "transport_wan_vpn_feature_id", transport_wan_vpn_feature_id)
|
|
107
109
|
if transport_wan_vpn_interface_ethernet_feature_id is not None:
|
|
108
110
|
pulumi.set(__self__, "transport_wan_vpn_interface_ethernet_feature_id", transport_wan_vpn_interface_ethernet_feature_id)
|
|
111
|
+
if version is not None:
|
|
112
|
+
pulumi.set(__self__, "version", version)
|
|
109
113
|
|
|
110
114
|
@property
|
|
111
115
|
@pulumi.getter(name="featureProfileId")
|
|
@@ -155,6 +159,18 @@ class _TransportWanVpnInterfaceEthernetFeatureAssociateIpv6TrackerGroupFeatureSt
|
|
|
155
159
|
def transport_wan_vpn_interface_ethernet_feature_id(self, value: Optional[pulumi.Input[str]]):
|
|
156
160
|
pulumi.set(self, "transport_wan_vpn_interface_ethernet_feature_id", value)
|
|
157
161
|
|
|
162
|
+
@property
|
|
163
|
+
@pulumi.getter
|
|
164
|
+
def version(self) -> Optional[pulumi.Input[int]]:
|
|
165
|
+
"""
|
|
166
|
+
The version of the object
|
|
167
|
+
"""
|
|
168
|
+
return pulumi.get(self, "version")
|
|
169
|
+
|
|
170
|
+
@version.setter
|
|
171
|
+
def version(self, value: Optional[pulumi.Input[int]]):
|
|
172
|
+
pulumi.set(self, "version", value)
|
|
173
|
+
|
|
158
174
|
|
|
159
175
|
class TransportWanVpnInterfaceEthernetFeatureAssociateIpv6TrackerGroupFeature(pulumi.CustomResource):
|
|
160
176
|
@overload
|
|
@@ -185,8 +201,10 @@ class TransportWanVpnInterfaceEthernetFeatureAssociateIpv6TrackerGroupFeature(pu
|
|
|
185
201
|
|
|
186
202
|
## Import
|
|
187
203
|
|
|
204
|
+
Expected import identifier with the format: "transport_wan_vpn_interface_ethernet_feature_associate_ipv6_tracker_group_feature_id,feature_profile_id,transport_wan_vpn_feature_id,transport_wan_vpn_interface_ethernet_feature_id"
|
|
205
|
+
|
|
188
206
|
```sh
|
|
189
|
-
$ pulumi import sdwan:index/transportWanVpnInterfaceEthernetFeatureAssociateIpv6TrackerGroupFeature:TransportWanVpnInterfaceEthernetFeatureAssociateIpv6TrackerGroupFeature example "f6b2c44c-693c-4763-b010-895aa3d236bd"
|
|
207
|
+
$ pulumi import sdwan:index/transportWanVpnInterfaceEthernetFeatureAssociateIpv6TrackerGroupFeature:TransportWanVpnInterfaceEthernetFeatureAssociateIpv6TrackerGroupFeature example "f6b2c44c-693c-4763-b010-895aa3d236bd,f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac,140331f6-5418-4755-a059-13c77eb96037,140331f6-5418-4755-a059-13c77eb96037"
|
|
190
208
|
```
|
|
191
209
|
|
|
192
210
|
:param str resource_name: The name of the resource.
|
|
@@ -221,8 +239,10 @@ class TransportWanVpnInterfaceEthernetFeatureAssociateIpv6TrackerGroupFeature(pu
|
|
|
221
239
|
|
|
222
240
|
## Import
|
|
223
241
|
|
|
242
|
+
Expected import identifier with the format: "transport_wan_vpn_interface_ethernet_feature_associate_ipv6_tracker_group_feature_id,feature_profile_id,transport_wan_vpn_feature_id,transport_wan_vpn_interface_ethernet_feature_id"
|
|
243
|
+
|
|
224
244
|
```sh
|
|
225
|
-
$ pulumi import sdwan:index/transportWanVpnInterfaceEthernetFeatureAssociateIpv6TrackerGroupFeature:TransportWanVpnInterfaceEthernetFeatureAssociateIpv6TrackerGroupFeature example "f6b2c44c-693c-4763-b010-895aa3d236bd"
|
|
245
|
+
$ pulumi import sdwan:index/transportWanVpnInterfaceEthernetFeatureAssociateIpv6TrackerGroupFeature:TransportWanVpnInterfaceEthernetFeatureAssociateIpv6TrackerGroupFeature example "f6b2c44c-693c-4763-b010-895aa3d236bd,f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac,140331f6-5418-4755-a059-13c77eb96037,140331f6-5418-4755-a059-13c77eb96037"
|
|
226
246
|
```
|
|
227
247
|
|
|
228
248
|
:param str resource_name: The name of the resource.
|
|
@@ -265,6 +285,7 @@ class TransportWanVpnInterfaceEthernetFeatureAssociateIpv6TrackerGroupFeature(pu
|
|
|
265
285
|
if transport_wan_vpn_interface_ethernet_feature_id is None and not opts.urn:
|
|
266
286
|
raise TypeError("Missing required property 'transport_wan_vpn_interface_ethernet_feature_id'")
|
|
267
287
|
__props__.__dict__["transport_wan_vpn_interface_ethernet_feature_id"] = transport_wan_vpn_interface_ethernet_feature_id
|
|
288
|
+
__props__.__dict__["version"] = None
|
|
268
289
|
super(TransportWanVpnInterfaceEthernetFeatureAssociateIpv6TrackerGroupFeature, __self__).__init__(
|
|
269
290
|
'sdwan:index/transportWanVpnInterfaceEthernetFeatureAssociateIpv6TrackerGroupFeature:TransportWanVpnInterfaceEthernetFeatureAssociateIpv6TrackerGroupFeature',
|
|
270
291
|
resource_name,
|
|
@@ -278,7 +299,8 @@ class TransportWanVpnInterfaceEthernetFeatureAssociateIpv6TrackerGroupFeature(pu
|
|
|
278
299
|
feature_profile_id: Optional[pulumi.Input[str]] = None,
|
|
279
300
|
transport_ipv6_tracker_group_feature_id: Optional[pulumi.Input[str]] = None,
|
|
280
301
|
transport_wan_vpn_feature_id: Optional[pulumi.Input[str]] = None,
|
|
281
|
-
transport_wan_vpn_interface_ethernet_feature_id: Optional[pulumi.Input[str]] = None
|
|
302
|
+
transport_wan_vpn_interface_ethernet_feature_id: Optional[pulumi.Input[str]] = None,
|
|
303
|
+
version: Optional[pulumi.Input[int]] = None) -> 'TransportWanVpnInterfaceEthernetFeatureAssociateIpv6TrackerGroupFeature':
|
|
282
304
|
"""
|
|
283
305
|
Get an existing TransportWanVpnInterfaceEthernetFeatureAssociateIpv6TrackerGroupFeature resource's state with the given name, id, and optional extra
|
|
284
306
|
properties used to qualify the lookup.
|
|
@@ -290,6 +312,7 @@ class TransportWanVpnInterfaceEthernetFeatureAssociateIpv6TrackerGroupFeature(pu
|
|
|
290
312
|
:param pulumi.Input[str] transport_ipv6_tracker_group_feature_id: Transport IPv6 Tracker Group Feature ID
|
|
291
313
|
:param pulumi.Input[str] transport_wan_vpn_feature_id: Transport WAN VPN Feature ID
|
|
292
314
|
:param pulumi.Input[str] transport_wan_vpn_interface_ethernet_feature_id: Transport WAN VPN Interface Ethernet Feature ID
|
|
315
|
+
:param pulumi.Input[int] version: The version of the object
|
|
293
316
|
"""
|
|
294
317
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
295
318
|
|
|
@@ -299,6 +322,7 @@ class TransportWanVpnInterfaceEthernetFeatureAssociateIpv6TrackerGroupFeature(pu
|
|
|
299
322
|
__props__.__dict__["transport_ipv6_tracker_group_feature_id"] = transport_ipv6_tracker_group_feature_id
|
|
300
323
|
__props__.__dict__["transport_wan_vpn_feature_id"] = transport_wan_vpn_feature_id
|
|
301
324
|
__props__.__dict__["transport_wan_vpn_interface_ethernet_feature_id"] = transport_wan_vpn_interface_ethernet_feature_id
|
|
325
|
+
__props__.__dict__["version"] = version
|
|
302
326
|
return TransportWanVpnInterfaceEthernetFeatureAssociateIpv6TrackerGroupFeature(resource_name, opts=opts, __props__=__props__)
|
|
303
327
|
|
|
304
328
|
@property
|
|
@@ -333,3 +357,11 @@ class TransportWanVpnInterfaceEthernetFeatureAssociateIpv6TrackerGroupFeature(pu
|
|
|
333
357
|
"""
|
|
334
358
|
return pulumi.get(self, "transport_wan_vpn_interface_ethernet_feature_id")
|
|
335
359
|
|
|
360
|
+
@property
|
|
361
|
+
@pulumi.getter
|
|
362
|
+
def version(self) -> pulumi.Output[int]:
|
|
363
|
+
"""
|
|
364
|
+
The version of the object
|
|
365
|
+
"""
|
|
366
|
+
return pulumi.get(self, "version")
|
|
367
|
+
|
|
@@ -90,13 +90,15 @@ class _TransportWanVpnInterfaceEthernetFeatureAssociateTrackerFeatureState:
|
|
|
90
90
|
feature_profile_id: Optional[pulumi.Input[str]] = None,
|
|
91
91
|
transport_tracker_feature_id: Optional[pulumi.Input[str]] = None,
|
|
92
92
|
transport_wan_vpn_feature_id: Optional[pulumi.Input[str]] = None,
|
|
93
|
-
transport_wan_vpn_interface_ethernet_feature_id: Optional[pulumi.Input[str]] = None
|
|
93
|
+
transport_wan_vpn_interface_ethernet_feature_id: Optional[pulumi.Input[str]] = None,
|
|
94
|
+
version: Optional[pulumi.Input[int]] = None):
|
|
94
95
|
"""
|
|
95
96
|
Input properties used for looking up and filtering TransportWanVpnInterfaceEthernetFeatureAssociateTrackerFeature resources.
|
|
96
97
|
:param pulumi.Input[str] feature_profile_id: Feature Profile ID
|
|
97
98
|
:param pulumi.Input[str] transport_tracker_feature_id: Transport Tracker Feature ID
|
|
98
99
|
:param pulumi.Input[str] transport_wan_vpn_feature_id: Transport WAN VPN Feature ID
|
|
99
100
|
:param pulumi.Input[str] transport_wan_vpn_interface_ethernet_feature_id: Transport WAN VPN Interface Ethernet Feature ID
|
|
101
|
+
:param pulumi.Input[int] version: The version of the object
|
|
100
102
|
"""
|
|
101
103
|
if feature_profile_id is not None:
|
|
102
104
|
pulumi.set(__self__, "feature_profile_id", feature_profile_id)
|
|
@@ -106,6 +108,8 @@ class _TransportWanVpnInterfaceEthernetFeatureAssociateTrackerFeatureState:
|
|
|
106
108
|
pulumi.set(__self__, "transport_wan_vpn_feature_id", transport_wan_vpn_feature_id)
|
|
107
109
|
if transport_wan_vpn_interface_ethernet_feature_id is not None:
|
|
108
110
|
pulumi.set(__self__, "transport_wan_vpn_interface_ethernet_feature_id", transport_wan_vpn_interface_ethernet_feature_id)
|
|
111
|
+
if version is not None:
|
|
112
|
+
pulumi.set(__self__, "version", version)
|
|
109
113
|
|
|
110
114
|
@property
|
|
111
115
|
@pulumi.getter(name="featureProfileId")
|
|
@@ -155,6 +159,18 @@ class _TransportWanVpnInterfaceEthernetFeatureAssociateTrackerFeatureState:
|
|
|
155
159
|
def transport_wan_vpn_interface_ethernet_feature_id(self, value: Optional[pulumi.Input[str]]):
|
|
156
160
|
pulumi.set(self, "transport_wan_vpn_interface_ethernet_feature_id", value)
|
|
157
161
|
|
|
162
|
+
@property
|
|
163
|
+
@pulumi.getter
|
|
164
|
+
def version(self) -> Optional[pulumi.Input[int]]:
|
|
165
|
+
"""
|
|
166
|
+
The version of the object
|
|
167
|
+
"""
|
|
168
|
+
return pulumi.get(self, "version")
|
|
169
|
+
|
|
170
|
+
@version.setter
|
|
171
|
+
def version(self, value: Optional[pulumi.Input[int]]):
|
|
172
|
+
pulumi.set(self, "version", value)
|
|
173
|
+
|
|
158
174
|
|
|
159
175
|
class TransportWanVpnInterfaceEthernetFeatureAssociateTrackerFeature(pulumi.CustomResource):
|
|
160
176
|
@overload
|
|
@@ -185,8 +201,10 @@ class TransportWanVpnInterfaceEthernetFeatureAssociateTrackerFeature(pulumi.Cust
|
|
|
185
201
|
|
|
186
202
|
## Import
|
|
187
203
|
|
|
204
|
+
Expected import identifier with the format: "transport_wan_vpn_interface_ethernet_feature_associate_tracker_feature_id,feature_profile_id,transport_wan_vpn_feature_id,transport_wan_vpn_interface_ethernet_feature_id"
|
|
205
|
+
|
|
188
206
|
```sh
|
|
189
|
-
$ pulumi import sdwan:index/transportWanVpnInterfaceEthernetFeatureAssociateTrackerFeature:TransportWanVpnInterfaceEthernetFeatureAssociateTrackerFeature example "f6b2c44c-693c-4763-b010-895aa3d236bd"
|
|
207
|
+
$ pulumi import sdwan:index/transportWanVpnInterfaceEthernetFeatureAssociateTrackerFeature:TransportWanVpnInterfaceEthernetFeatureAssociateTrackerFeature example "f6b2c44c-693c-4763-b010-895aa3d236bd,f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac,140331f6-5418-4755-a059-13c77eb96037,140331f6-5418-4755-a059-13c77eb96037"
|
|
190
208
|
```
|
|
191
209
|
|
|
192
210
|
:param str resource_name: The name of the resource.
|
|
@@ -221,8 +239,10 @@ class TransportWanVpnInterfaceEthernetFeatureAssociateTrackerFeature(pulumi.Cust
|
|
|
221
239
|
|
|
222
240
|
## Import
|
|
223
241
|
|
|
242
|
+
Expected import identifier with the format: "transport_wan_vpn_interface_ethernet_feature_associate_tracker_feature_id,feature_profile_id,transport_wan_vpn_feature_id,transport_wan_vpn_interface_ethernet_feature_id"
|
|
243
|
+
|
|
224
244
|
```sh
|
|
225
|
-
$ pulumi import sdwan:index/transportWanVpnInterfaceEthernetFeatureAssociateTrackerFeature:TransportWanVpnInterfaceEthernetFeatureAssociateTrackerFeature example "f6b2c44c-693c-4763-b010-895aa3d236bd"
|
|
245
|
+
$ pulumi import sdwan:index/transportWanVpnInterfaceEthernetFeatureAssociateTrackerFeature:TransportWanVpnInterfaceEthernetFeatureAssociateTrackerFeature example "f6b2c44c-693c-4763-b010-895aa3d236bd,f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac,140331f6-5418-4755-a059-13c77eb96037,140331f6-5418-4755-a059-13c77eb96037"
|
|
226
246
|
```
|
|
227
247
|
|
|
228
248
|
:param str resource_name: The name of the resource.
|
|
@@ -265,6 +285,7 @@ class TransportWanVpnInterfaceEthernetFeatureAssociateTrackerFeature(pulumi.Cust
|
|
|
265
285
|
if transport_wan_vpn_interface_ethernet_feature_id is None and not opts.urn:
|
|
266
286
|
raise TypeError("Missing required property 'transport_wan_vpn_interface_ethernet_feature_id'")
|
|
267
287
|
__props__.__dict__["transport_wan_vpn_interface_ethernet_feature_id"] = transport_wan_vpn_interface_ethernet_feature_id
|
|
288
|
+
__props__.__dict__["version"] = None
|
|
268
289
|
super(TransportWanVpnInterfaceEthernetFeatureAssociateTrackerFeature, __self__).__init__(
|
|
269
290
|
'sdwan:index/transportWanVpnInterfaceEthernetFeatureAssociateTrackerFeature:TransportWanVpnInterfaceEthernetFeatureAssociateTrackerFeature',
|
|
270
291
|
resource_name,
|
|
@@ -278,7 +299,8 @@ class TransportWanVpnInterfaceEthernetFeatureAssociateTrackerFeature(pulumi.Cust
|
|
|
278
299
|
feature_profile_id: Optional[pulumi.Input[str]] = None,
|
|
279
300
|
transport_tracker_feature_id: Optional[pulumi.Input[str]] = None,
|
|
280
301
|
transport_wan_vpn_feature_id: Optional[pulumi.Input[str]] = None,
|
|
281
|
-
transport_wan_vpn_interface_ethernet_feature_id: Optional[pulumi.Input[str]] = None
|
|
302
|
+
transport_wan_vpn_interface_ethernet_feature_id: Optional[pulumi.Input[str]] = None,
|
|
303
|
+
version: Optional[pulumi.Input[int]] = None) -> 'TransportWanVpnInterfaceEthernetFeatureAssociateTrackerFeature':
|
|
282
304
|
"""
|
|
283
305
|
Get an existing TransportWanVpnInterfaceEthernetFeatureAssociateTrackerFeature resource's state with the given name, id, and optional extra
|
|
284
306
|
properties used to qualify the lookup.
|
|
@@ -290,6 +312,7 @@ class TransportWanVpnInterfaceEthernetFeatureAssociateTrackerFeature(pulumi.Cust
|
|
|
290
312
|
:param pulumi.Input[str] transport_tracker_feature_id: Transport Tracker Feature ID
|
|
291
313
|
:param pulumi.Input[str] transport_wan_vpn_feature_id: Transport WAN VPN Feature ID
|
|
292
314
|
:param pulumi.Input[str] transport_wan_vpn_interface_ethernet_feature_id: Transport WAN VPN Interface Ethernet Feature ID
|
|
315
|
+
:param pulumi.Input[int] version: The version of the object
|
|
293
316
|
"""
|
|
294
317
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
295
318
|
|
|
@@ -299,6 +322,7 @@ class TransportWanVpnInterfaceEthernetFeatureAssociateTrackerFeature(pulumi.Cust
|
|
|
299
322
|
__props__.__dict__["transport_tracker_feature_id"] = transport_tracker_feature_id
|
|
300
323
|
__props__.__dict__["transport_wan_vpn_feature_id"] = transport_wan_vpn_feature_id
|
|
301
324
|
__props__.__dict__["transport_wan_vpn_interface_ethernet_feature_id"] = transport_wan_vpn_interface_ethernet_feature_id
|
|
325
|
+
__props__.__dict__["version"] = version
|
|
302
326
|
return TransportWanVpnInterfaceEthernetFeatureAssociateTrackerFeature(resource_name, opts=opts, __props__=__props__)
|
|
303
327
|
|
|
304
328
|
@property
|
|
@@ -333,3 +357,11 @@ class TransportWanVpnInterfaceEthernetFeatureAssociateTrackerFeature(pulumi.Cust
|
|
|
333
357
|
"""
|
|
334
358
|
return pulumi.get(self, "transport_wan_vpn_interface_ethernet_feature_id")
|
|
335
359
|
|
|
360
|
+
@property
|
|
361
|
+
@pulumi.getter
|
|
362
|
+
def version(self) -> pulumi.Output[int]:
|
|
363
|
+
"""
|
|
364
|
+
The version of the object
|
|
365
|
+
"""
|
|
366
|
+
return pulumi.get(self, "version")
|
|
367
|
+
|
pulumi_sdwan/transport_wan_vpn_interface_ethernet_feature_associate_tracker_group_feature.py
CHANGED
|
@@ -90,13 +90,15 @@ class _TransportWanVpnInterfaceEthernetFeatureAssociateTrackerGroupFeatureState:
|
|
|
90
90
|
feature_profile_id: Optional[pulumi.Input[str]] = None,
|
|
91
91
|
transport_tracker_group_feature_id: Optional[pulumi.Input[str]] = None,
|
|
92
92
|
transport_wan_vpn_feature_id: Optional[pulumi.Input[str]] = None,
|
|
93
|
-
transport_wan_vpn_interface_ethernet_feature_id: Optional[pulumi.Input[str]] = None
|
|
93
|
+
transport_wan_vpn_interface_ethernet_feature_id: Optional[pulumi.Input[str]] = None,
|
|
94
|
+
version: Optional[pulumi.Input[int]] = None):
|
|
94
95
|
"""
|
|
95
96
|
Input properties used for looking up and filtering TransportWanVpnInterfaceEthernetFeatureAssociateTrackerGroupFeature resources.
|
|
96
97
|
:param pulumi.Input[str] feature_profile_id: Feature Profile ID
|
|
97
98
|
:param pulumi.Input[str] transport_tracker_group_feature_id: Transport Tracker Group Feature ID
|
|
98
99
|
:param pulumi.Input[str] transport_wan_vpn_feature_id: Transport WAN VPN Feature ID
|
|
99
100
|
:param pulumi.Input[str] transport_wan_vpn_interface_ethernet_feature_id: Transport WAN VPN Interface Ethernet Feature ID
|
|
101
|
+
:param pulumi.Input[int] version: The version of the object
|
|
100
102
|
"""
|
|
101
103
|
if feature_profile_id is not None:
|
|
102
104
|
pulumi.set(__self__, "feature_profile_id", feature_profile_id)
|
|
@@ -106,6 +108,8 @@ class _TransportWanVpnInterfaceEthernetFeatureAssociateTrackerGroupFeatureState:
|
|
|
106
108
|
pulumi.set(__self__, "transport_wan_vpn_feature_id", transport_wan_vpn_feature_id)
|
|
107
109
|
if transport_wan_vpn_interface_ethernet_feature_id is not None:
|
|
108
110
|
pulumi.set(__self__, "transport_wan_vpn_interface_ethernet_feature_id", transport_wan_vpn_interface_ethernet_feature_id)
|
|
111
|
+
if version is not None:
|
|
112
|
+
pulumi.set(__self__, "version", version)
|
|
109
113
|
|
|
110
114
|
@property
|
|
111
115
|
@pulumi.getter(name="featureProfileId")
|
|
@@ -155,6 +159,18 @@ class _TransportWanVpnInterfaceEthernetFeatureAssociateTrackerGroupFeatureState:
|
|
|
155
159
|
def transport_wan_vpn_interface_ethernet_feature_id(self, value: Optional[pulumi.Input[str]]):
|
|
156
160
|
pulumi.set(self, "transport_wan_vpn_interface_ethernet_feature_id", value)
|
|
157
161
|
|
|
162
|
+
@property
|
|
163
|
+
@pulumi.getter
|
|
164
|
+
def version(self) -> Optional[pulumi.Input[int]]:
|
|
165
|
+
"""
|
|
166
|
+
The version of the object
|
|
167
|
+
"""
|
|
168
|
+
return pulumi.get(self, "version")
|
|
169
|
+
|
|
170
|
+
@version.setter
|
|
171
|
+
def version(self, value: Optional[pulumi.Input[int]]):
|
|
172
|
+
pulumi.set(self, "version", value)
|
|
173
|
+
|
|
158
174
|
|
|
159
175
|
class TransportWanVpnInterfaceEthernetFeatureAssociateTrackerGroupFeature(pulumi.CustomResource):
|
|
160
176
|
@overload
|
|
@@ -185,8 +201,10 @@ class TransportWanVpnInterfaceEthernetFeatureAssociateTrackerGroupFeature(pulumi
|
|
|
185
201
|
|
|
186
202
|
## Import
|
|
187
203
|
|
|
204
|
+
Expected import identifier with the format: "transport_wan_vpn_interface_ethernet_feature_associate_tracker_group_feature_id,feature_profile_id,transport_wan_vpn_feature_id,transport_wan_vpn_interface_ethernet_feature_id"
|
|
205
|
+
|
|
188
206
|
```sh
|
|
189
|
-
$ pulumi import sdwan:index/transportWanVpnInterfaceEthernetFeatureAssociateTrackerGroupFeature:TransportWanVpnInterfaceEthernetFeatureAssociateTrackerGroupFeature example "f6b2c44c-693c-4763-b010-895aa3d236bd"
|
|
207
|
+
$ pulumi import sdwan:index/transportWanVpnInterfaceEthernetFeatureAssociateTrackerGroupFeature:TransportWanVpnInterfaceEthernetFeatureAssociateTrackerGroupFeature example "f6b2c44c-693c-4763-b010-895aa3d236bd,f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac,140331f6-5418-4755-a059-13c77eb96037,140331f6-5418-4755-a059-13c77eb96037"
|
|
190
208
|
```
|
|
191
209
|
|
|
192
210
|
:param str resource_name: The name of the resource.
|
|
@@ -221,8 +239,10 @@ class TransportWanVpnInterfaceEthernetFeatureAssociateTrackerGroupFeature(pulumi
|
|
|
221
239
|
|
|
222
240
|
## Import
|
|
223
241
|
|
|
242
|
+
Expected import identifier with the format: "transport_wan_vpn_interface_ethernet_feature_associate_tracker_group_feature_id,feature_profile_id,transport_wan_vpn_feature_id,transport_wan_vpn_interface_ethernet_feature_id"
|
|
243
|
+
|
|
224
244
|
```sh
|
|
225
|
-
$ pulumi import sdwan:index/transportWanVpnInterfaceEthernetFeatureAssociateTrackerGroupFeature:TransportWanVpnInterfaceEthernetFeatureAssociateTrackerGroupFeature example "f6b2c44c-693c-4763-b010-895aa3d236bd"
|
|
245
|
+
$ pulumi import sdwan:index/transportWanVpnInterfaceEthernetFeatureAssociateTrackerGroupFeature:TransportWanVpnInterfaceEthernetFeatureAssociateTrackerGroupFeature example "f6b2c44c-693c-4763-b010-895aa3d236bd,f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac,140331f6-5418-4755-a059-13c77eb96037,140331f6-5418-4755-a059-13c77eb96037"
|
|
226
246
|
```
|
|
227
247
|
|
|
228
248
|
:param str resource_name: The name of the resource.
|
|
@@ -265,6 +285,7 @@ class TransportWanVpnInterfaceEthernetFeatureAssociateTrackerGroupFeature(pulumi
|
|
|
265
285
|
if transport_wan_vpn_interface_ethernet_feature_id is None and not opts.urn:
|
|
266
286
|
raise TypeError("Missing required property 'transport_wan_vpn_interface_ethernet_feature_id'")
|
|
267
287
|
__props__.__dict__["transport_wan_vpn_interface_ethernet_feature_id"] = transport_wan_vpn_interface_ethernet_feature_id
|
|
288
|
+
__props__.__dict__["version"] = None
|
|
268
289
|
super(TransportWanVpnInterfaceEthernetFeatureAssociateTrackerGroupFeature, __self__).__init__(
|
|
269
290
|
'sdwan:index/transportWanVpnInterfaceEthernetFeatureAssociateTrackerGroupFeature:TransportWanVpnInterfaceEthernetFeatureAssociateTrackerGroupFeature',
|
|
270
291
|
resource_name,
|
|
@@ -278,7 +299,8 @@ class TransportWanVpnInterfaceEthernetFeatureAssociateTrackerGroupFeature(pulumi
|
|
|
278
299
|
feature_profile_id: Optional[pulumi.Input[str]] = None,
|
|
279
300
|
transport_tracker_group_feature_id: Optional[pulumi.Input[str]] = None,
|
|
280
301
|
transport_wan_vpn_feature_id: Optional[pulumi.Input[str]] = None,
|
|
281
|
-
transport_wan_vpn_interface_ethernet_feature_id: Optional[pulumi.Input[str]] = None
|
|
302
|
+
transport_wan_vpn_interface_ethernet_feature_id: Optional[pulumi.Input[str]] = None,
|
|
303
|
+
version: Optional[pulumi.Input[int]] = None) -> 'TransportWanVpnInterfaceEthernetFeatureAssociateTrackerGroupFeature':
|
|
282
304
|
"""
|
|
283
305
|
Get an existing TransportWanVpnInterfaceEthernetFeatureAssociateTrackerGroupFeature resource's state with the given name, id, and optional extra
|
|
284
306
|
properties used to qualify the lookup.
|
|
@@ -290,6 +312,7 @@ class TransportWanVpnInterfaceEthernetFeatureAssociateTrackerGroupFeature(pulumi
|
|
|
290
312
|
:param pulumi.Input[str] transport_tracker_group_feature_id: Transport Tracker Group Feature ID
|
|
291
313
|
:param pulumi.Input[str] transport_wan_vpn_feature_id: Transport WAN VPN Feature ID
|
|
292
314
|
:param pulumi.Input[str] transport_wan_vpn_interface_ethernet_feature_id: Transport WAN VPN Interface Ethernet Feature ID
|
|
315
|
+
:param pulumi.Input[int] version: The version of the object
|
|
293
316
|
"""
|
|
294
317
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
295
318
|
|
|
@@ -299,6 +322,7 @@ class TransportWanVpnInterfaceEthernetFeatureAssociateTrackerGroupFeature(pulumi
|
|
|
299
322
|
__props__.__dict__["transport_tracker_group_feature_id"] = transport_tracker_group_feature_id
|
|
300
323
|
__props__.__dict__["transport_wan_vpn_feature_id"] = transport_wan_vpn_feature_id
|
|
301
324
|
__props__.__dict__["transport_wan_vpn_interface_ethernet_feature_id"] = transport_wan_vpn_interface_ethernet_feature_id
|
|
325
|
+
__props__.__dict__["version"] = version
|
|
302
326
|
return TransportWanVpnInterfaceEthernetFeatureAssociateTrackerGroupFeature(resource_name, opts=opts, __props__=__props__)
|
|
303
327
|
|
|
304
328
|
@property
|
|
@@ -333,3 +357,11 @@ class TransportWanVpnInterfaceEthernetFeatureAssociateTrackerGroupFeature(pulumi
|
|
|
333
357
|
"""
|
|
334
358
|
return pulumi.get(self, "transport_wan_vpn_interface_ethernet_feature_id")
|
|
335
359
|
|
|
360
|
+
@property
|
|
361
|
+
@pulumi.getter
|
|
362
|
+
def version(self) -> pulumi.Output[int]:
|
|
363
|
+
"""
|
|
364
|
+
The version of the object
|
|
365
|
+
"""
|
|
366
|
+
return pulumi.get(self, "version")
|
|
367
|
+
|
|
@@ -90,13 +90,15 @@ class _TransportWanVpnInterfaceGreFeatureAssociateTrackerFeatureState:
|
|
|
90
90
|
feature_profile_id: Optional[pulumi.Input[str]] = None,
|
|
91
91
|
transport_tracker_feature_id: Optional[pulumi.Input[str]] = None,
|
|
92
92
|
transport_wan_vpn_feature_id: Optional[pulumi.Input[str]] = None,
|
|
93
|
-
transport_wan_vpn_interface_gre_feature_id: Optional[pulumi.Input[str]] = None
|
|
93
|
+
transport_wan_vpn_interface_gre_feature_id: Optional[pulumi.Input[str]] = None,
|
|
94
|
+
version: Optional[pulumi.Input[int]] = None):
|
|
94
95
|
"""
|
|
95
96
|
Input properties used for looking up and filtering TransportWanVpnInterfaceGreFeatureAssociateTrackerFeature resources.
|
|
96
97
|
:param pulumi.Input[str] feature_profile_id: Feature Profile ID
|
|
97
98
|
:param pulumi.Input[str] transport_tracker_feature_id: Transport Tracker Feature ID
|
|
98
99
|
:param pulumi.Input[str] transport_wan_vpn_feature_id: Transport WAN VPN Feature ID
|
|
99
100
|
:param pulumi.Input[str] transport_wan_vpn_interface_gre_feature_id: Transport WAN VPN Interface GRE Feature ID
|
|
101
|
+
:param pulumi.Input[int] version: The version of the object
|
|
100
102
|
"""
|
|
101
103
|
if feature_profile_id is not None:
|
|
102
104
|
pulumi.set(__self__, "feature_profile_id", feature_profile_id)
|
|
@@ -106,6 +108,8 @@ class _TransportWanVpnInterfaceGreFeatureAssociateTrackerFeatureState:
|
|
|
106
108
|
pulumi.set(__self__, "transport_wan_vpn_feature_id", transport_wan_vpn_feature_id)
|
|
107
109
|
if transport_wan_vpn_interface_gre_feature_id is not None:
|
|
108
110
|
pulumi.set(__self__, "transport_wan_vpn_interface_gre_feature_id", transport_wan_vpn_interface_gre_feature_id)
|
|
111
|
+
if version is not None:
|
|
112
|
+
pulumi.set(__self__, "version", version)
|
|
109
113
|
|
|
110
114
|
@property
|
|
111
115
|
@pulumi.getter(name="featureProfileId")
|
|
@@ -155,6 +159,18 @@ class _TransportWanVpnInterfaceGreFeatureAssociateTrackerFeatureState:
|
|
|
155
159
|
def transport_wan_vpn_interface_gre_feature_id(self, value: Optional[pulumi.Input[str]]):
|
|
156
160
|
pulumi.set(self, "transport_wan_vpn_interface_gre_feature_id", value)
|
|
157
161
|
|
|
162
|
+
@property
|
|
163
|
+
@pulumi.getter
|
|
164
|
+
def version(self) -> Optional[pulumi.Input[int]]:
|
|
165
|
+
"""
|
|
166
|
+
The version of the object
|
|
167
|
+
"""
|
|
168
|
+
return pulumi.get(self, "version")
|
|
169
|
+
|
|
170
|
+
@version.setter
|
|
171
|
+
def version(self, value: Optional[pulumi.Input[int]]):
|
|
172
|
+
pulumi.set(self, "version", value)
|
|
173
|
+
|
|
158
174
|
|
|
159
175
|
class TransportWanVpnInterfaceGreFeatureAssociateTrackerFeature(pulumi.CustomResource):
|
|
160
176
|
@overload
|
|
@@ -185,8 +201,10 @@ class TransportWanVpnInterfaceGreFeatureAssociateTrackerFeature(pulumi.CustomRes
|
|
|
185
201
|
|
|
186
202
|
## Import
|
|
187
203
|
|
|
204
|
+
Expected import identifier with the format: "transport_wan_vpn_interface_gre_feature_associate_tracker_feature_id,feature_profile_id,transport_wan_vpn_feature_id,transport_wan_vpn_interface_gre_feature_id"
|
|
205
|
+
|
|
188
206
|
```sh
|
|
189
|
-
$ pulumi import sdwan:index/transportWanVpnInterfaceGreFeatureAssociateTrackerFeature:TransportWanVpnInterfaceGreFeatureAssociateTrackerFeature example "f6b2c44c-693c-4763-b010-895aa3d236bd"
|
|
207
|
+
$ pulumi import sdwan:index/transportWanVpnInterfaceGreFeatureAssociateTrackerFeature:TransportWanVpnInterfaceGreFeatureAssociateTrackerFeature example "f6b2c44c-693c-4763-b010-895aa3d236bd,f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac,140331f6-5418-4755-a059-13c77eb96037,140331f6-5418-4755-a059-13c77eb96037"
|
|
190
208
|
```
|
|
191
209
|
|
|
192
210
|
:param str resource_name: The name of the resource.
|
|
@@ -221,8 +239,10 @@ class TransportWanVpnInterfaceGreFeatureAssociateTrackerFeature(pulumi.CustomRes
|
|
|
221
239
|
|
|
222
240
|
## Import
|
|
223
241
|
|
|
242
|
+
Expected import identifier with the format: "transport_wan_vpn_interface_gre_feature_associate_tracker_feature_id,feature_profile_id,transport_wan_vpn_feature_id,transport_wan_vpn_interface_gre_feature_id"
|
|
243
|
+
|
|
224
244
|
```sh
|
|
225
|
-
$ pulumi import sdwan:index/transportWanVpnInterfaceGreFeatureAssociateTrackerFeature:TransportWanVpnInterfaceGreFeatureAssociateTrackerFeature example "f6b2c44c-693c-4763-b010-895aa3d236bd"
|
|
245
|
+
$ pulumi import sdwan:index/transportWanVpnInterfaceGreFeatureAssociateTrackerFeature:TransportWanVpnInterfaceGreFeatureAssociateTrackerFeature example "f6b2c44c-693c-4763-b010-895aa3d236bd,f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac,140331f6-5418-4755-a059-13c77eb96037,140331f6-5418-4755-a059-13c77eb96037"
|
|
226
246
|
```
|
|
227
247
|
|
|
228
248
|
:param str resource_name: The name of the resource.
|
|
@@ -265,6 +285,7 @@ class TransportWanVpnInterfaceGreFeatureAssociateTrackerFeature(pulumi.CustomRes
|
|
|
265
285
|
if transport_wan_vpn_interface_gre_feature_id is None and not opts.urn:
|
|
266
286
|
raise TypeError("Missing required property 'transport_wan_vpn_interface_gre_feature_id'")
|
|
267
287
|
__props__.__dict__["transport_wan_vpn_interface_gre_feature_id"] = transport_wan_vpn_interface_gre_feature_id
|
|
288
|
+
__props__.__dict__["version"] = None
|
|
268
289
|
super(TransportWanVpnInterfaceGreFeatureAssociateTrackerFeature, __self__).__init__(
|
|
269
290
|
'sdwan:index/transportWanVpnInterfaceGreFeatureAssociateTrackerFeature:TransportWanVpnInterfaceGreFeatureAssociateTrackerFeature',
|
|
270
291
|
resource_name,
|
|
@@ -278,7 +299,8 @@ class TransportWanVpnInterfaceGreFeatureAssociateTrackerFeature(pulumi.CustomRes
|
|
|
278
299
|
feature_profile_id: Optional[pulumi.Input[str]] = None,
|
|
279
300
|
transport_tracker_feature_id: Optional[pulumi.Input[str]] = None,
|
|
280
301
|
transport_wan_vpn_feature_id: Optional[pulumi.Input[str]] = None,
|
|
281
|
-
transport_wan_vpn_interface_gre_feature_id: Optional[pulumi.Input[str]] = None
|
|
302
|
+
transport_wan_vpn_interface_gre_feature_id: Optional[pulumi.Input[str]] = None,
|
|
303
|
+
version: Optional[pulumi.Input[int]] = None) -> 'TransportWanVpnInterfaceGreFeatureAssociateTrackerFeature':
|
|
282
304
|
"""
|
|
283
305
|
Get an existing TransportWanVpnInterfaceGreFeatureAssociateTrackerFeature resource's state with the given name, id, and optional extra
|
|
284
306
|
properties used to qualify the lookup.
|
|
@@ -290,6 +312,7 @@ class TransportWanVpnInterfaceGreFeatureAssociateTrackerFeature(pulumi.CustomRes
|
|
|
290
312
|
:param pulumi.Input[str] transport_tracker_feature_id: Transport Tracker Feature ID
|
|
291
313
|
:param pulumi.Input[str] transport_wan_vpn_feature_id: Transport WAN VPN Feature ID
|
|
292
314
|
:param pulumi.Input[str] transport_wan_vpn_interface_gre_feature_id: Transport WAN VPN Interface GRE Feature ID
|
|
315
|
+
:param pulumi.Input[int] version: The version of the object
|
|
293
316
|
"""
|
|
294
317
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
295
318
|
|
|
@@ -299,6 +322,7 @@ class TransportWanVpnInterfaceGreFeatureAssociateTrackerFeature(pulumi.CustomRes
|
|
|
299
322
|
__props__.__dict__["transport_tracker_feature_id"] = transport_tracker_feature_id
|
|
300
323
|
__props__.__dict__["transport_wan_vpn_feature_id"] = transport_wan_vpn_feature_id
|
|
301
324
|
__props__.__dict__["transport_wan_vpn_interface_gre_feature_id"] = transport_wan_vpn_interface_gre_feature_id
|
|
325
|
+
__props__.__dict__["version"] = version
|
|
302
326
|
return TransportWanVpnInterfaceGreFeatureAssociateTrackerFeature(resource_name, opts=opts, __props__=__props__)
|
|
303
327
|
|
|
304
328
|
@property
|
|
@@ -333,3 +357,11 @@ class TransportWanVpnInterfaceGreFeatureAssociateTrackerFeature(pulumi.CustomRes
|
|
|
333
357
|
"""
|
|
334
358
|
return pulumi.get(self, "transport_wan_vpn_interface_gre_feature_id")
|
|
335
359
|
|
|
360
|
+
@property
|
|
361
|
+
@pulumi.getter
|
|
362
|
+
def version(self) -> pulumi.Output[int]:
|
|
363
|
+
"""
|
|
364
|
+
The version of the object
|
|
365
|
+
"""
|
|
366
|
+
return pulumi.get(self, "version")
|
|
367
|
+
|