pulumi-sdwan 0.3.0a1743057086__py3-none-any.whl → 0.3.0a1743132889__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.3.0a1743132889.dist-info}/METADATA +1 -1
- {pulumi_sdwan-0.3.0a1743057086.dist-info → pulumi_sdwan-0.3.0a1743132889.dist-info}/RECORD +69 -65
- {pulumi_sdwan-0.3.0a1743057086.dist-info → pulumi_sdwan-0.3.0a1743132889.dist-info}/WHEEL +0 -0
- {pulumi_sdwan-0.3.0a1743057086.dist-info → pulumi_sdwan-0.3.0a1743132889.dist-info}/top_level.txt +0 -0
|
@@ -26,7 +26,7 @@ class GetServiceLanVpnInterfaceSviFeatureAssociateDhcpServerFeatureResult:
|
|
|
26
26
|
"""
|
|
27
27
|
A collection of values returned by getServiceLanVpnInterfaceSviFeatureAssociateDhcpServerFeature.
|
|
28
28
|
"""
|
|
29
|
-
def __init__(__self__, feature_profile_id=None, id=None, service_dhcp_server_feature_id=None, service_lan_vpn_feature_id=None, service_lan_vpn_interface_svi_feature_id=None):
|
|
29
|
+
def __init__(__self__, feature_profile_id=None, id=None, service_dhcp_server_feature_id=None, service_lan_vpn_feature_id=None, service_lan_vpn_interface_svi_feature_id=None, version=None):
|
|
30
30
|
if feature_profile_id and not isinstance(feature_profile_id, str):
|
|
31
31
|
raise TypeError("Expected argument 'feature_profile_id' to be a str")
|
|
32
32
|
pulumi.set(__self__, "feature_profile_id", feature_profile_id)
|
|
@@ -42,6 +42,9 @@ class GetServiceLanVpnInterfaceSviFeatureAssociateDhcpServerFeatureResult:
|
|
|
42
42
|
if service_lan_vpn_interface_svi_feature_id and not isinstance(service_lan_vpn_interface_svi_feature_id, str):
|
|
43
43
|
raise TypeError("Expected argument 'service_lan_vpn_interface_svi_feature_id' to be a str")
|
|
44
44
|
pulumi.set(__self__, "service_lan_vpn_interface_svi_feature_id", service_lan_vpn_interface_svi_feature_id)
|
|
45
|
+
if version and not isinstance(version, int):
|
|
46
|
+
raise TypeError("Expected argument 'version' to be a int")
|
|
47
|
+
pulumi.set(__self__, "version", version)
|
|
45
48
|
|
|
46
49
|
@property
|
|
47
50
|
@pulumi.getter(name="featureProfileId")
|
|
@@ -83,6 +86,14 @@ class GetServiceLanVpnInterfaceSviFeatureAssociateDhcpServerFeatureResult:
|
|
|
83
86
|
"""
|
|
84
87
|
return pulumi.get(self, "service_lan_vpn_interface_svi_feature_id")
|
|
85
88
|
|
|
89
|
+
@property
|
|
90
|
+
@pulumi.getter
|
|
91
|
+
def version(self) -> int:
|
|
92
|
+
"""
|
|
93
|
+
The version of the object
|
|
94
|
+
"""
|
|
95
|
+
return pulumi.get(self, "version")
|
|
96
|
+
|
|
86
97
|
|
|
87
98
|
class AwaitableGetServiceLanVpnInterfaceSviFeatureAssociateDhcpServerFeatureResult(GetServiceLanVpnInterfaceSviFeatureAssociateDhcpServerFeatureResult):
|
|
88
99
|
# pylint: disable=using-constant-test
|
|
@@ -94,7 +105,8 @@ class AwaitableGetServiceLanVpnInterfaceSviFeatureAssociateDhcpServerFeatureResu
|
|
|
94
105
|
id=self.id,
|
|
95
106
|
service_dhcp_server_feature_id=self.service_dhcp_server_feature_id,
|
|
96
107
|
service_lan_vpn_feature_id=self.service_lan_vpn_feature_id,
|
|
97
|
-
service_lan_vpn_interface_svi_feature_id=self.service_lan_vpn_interface_svi_feature_id
|
|
108
|
+
service_lan_vpn_interface_svi_feature_id=self.service_lan_vpn_interface_svi_feature_id,
|
|
109
|
+
version=self.version)
|
|
98
110
|
|
|
99
111
|
|
|
100
112
|
def get_service_lan_vpn_interface_svi_feature_associate_dhcp_server_feature(feature_profile_id: Optional[str] = None,
|
|
@@ -136,7 +148,8 @@ def get_service_lan_vpn_interface_svi_feature_associate_dhcp_server_feature(feat
|
|
|
136
148
|
id=pulumi.get(__ret__, 'id'),
|
|
137
149
|
service_dhcp_server_feature_id=pulumi.get(__ret__, 'service_dhcp_server_feature_id'),
|
|
138
150
|
service_lan_vpn_feature_id=pulumi.get(__ret__, 'service_lan_vpn_feature_id'),
|
|
139
|
-
service_lan_vpn_interface_svi_feature_id=pulumi.get(__ret__, 'service_lan_vpn_interface_svi_feature_id')
|
|
151
|
+
service_lan_vpn_interface_svi_feature_id=pulumi.get(__ret__, 'service_lan_vpn_interface_svi_feature_id'),
|
|
152
|
+
version=pulumi.get(__ret__, 'version'))
|
|
140
153
|
def get_service_lan_vpn_interface_svi_feature_associate_dhcp_server_feature_output(feature_profile_id: Optional[pulumi.Input[str]] = None,
|
|
141
154
|
id: Optional[pulumi.Input[str]] = None,
|
|
142
155
|
service_lan_vpn_feature_id: Optional[pulumi.Input[str]] = None,
|
|
@@ -175,4 +188,5 @@ def get_service_lan_vpn_interface_svi_feature_associate_dhcp_server_feature_outp
|
|
|
175
188
|
id=pulumi.get(__response__, 'id'),
|
|
176
189
|
service_dhcp_server_feature_id=pulumi.get(__response__, 'service_dhcp_server_feature_id'),
|
|
177
190
|
service_lan_vpn_feature_id=pulumi.get(__response__, 'service_lan_vpn_feature_id'),
|
|
178
|
-
service_lan_vpn_interface_svi_feature_id=pulumi.get(__response__, 'service_lan_vpn_interface_svi_feature_id')
|
|
191
|
+
service_lan_vpn_interface_svi_feature_id=pulumi.get(__response__, 'service_lan_vpn_interface_svi_feature_id'),
|
|
192
|
+
version=pulumi.get(__response__, 'version')))
|
pulumi_sdwan/get_tag.py
ADDED
|
@@ -0,0 +1,140 @@
|
|
|
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
|
+
'GetTagResult',
|
|
19
|
+
'AwaitableGetTagResult',
|
|
20
|
+
'get_tag',
|
|
21
|
+
'get_tag_output',
|
|
22
|
+
]
|
|
23
|
+
|
|
24
|
+
@pulumi.output_type
|
|
25
|
+
class GetTagResult:
|
|
26
|
+
"""
|
|
27
|
+
A collection of values returned by getTag.
|
|
28
|
+
"""
|
|
29
|
+
def __init__(__self__, description=None, devices=None, id=None, name=None):
|
|
30
|
+
if description and not isinstance(description, str):
|
|
31
|
+
raise TypeError("Expected argument 'description' to be a str")
|
|
32
|
+
pulumi.set(__self__, "description", description)
|
|
33
|
+
if devices and not isinstance(devices, list):
|
|
34
|
+
raise TypeError("Expected argument 'devices' to be a list")
|
|
35
|
+
pulumi.set(__self__, "devices", devices)
|
|
36
|
+
if id and not isinstance(id, str):
|
|
37
|
+
raise TypeError("Expected argument 'id' to be a str")
|
|
38
|
+
pulumi.set(__self__, "id", id)
|
|
39
|
+
if name and not isinstance(name, str):
|
|
40
|
+
raise TypeError("Expected argument 'name' to be a str")
|
|
41
|
+
pulumi.set(__self__, "name", name)
|
|
42
|
+
|
|
43
|
+
@property
|
|
44
|
+
@pulumi.getter
|
|
45
|
+
def description(self) -> str:
|
|
46
|
+
"""
|
|
47
|
+
Tag description
|
|
48
|
+
"""
|
|
49
|
+
return pulumi.get(self, "description")
|
|
50
|
+
|
|
51
|
+
@property
|
|
52
|
+
@pulumi.getter
|
|
53
|
+
def devices(self) -> Sequence[str]:
|
|
54
|
+
"""
|
|
55
|
+
List of associated devices
|
|
56
|
+
"""
|
|
57
|
+
return pulumi.get(self, "devices")
|
|
58
|
+
|
|
59
|
+
@property
|
|
60
|
+
@pulumi.getter
|
|
61
|
+
def id(self) -> str:
|
|
62
|
+
"""
|
|
63
|
+
The id of the object
|
|
64
|
+
"""
|
|
65
|
+
return pulumi.get(self, "id")
|
|
66
|
+
|
|
67
|
+
@property
|
|
68
|
+
@pulumi.getter
|
|
69
|
+
def name(self) -> str:
|
|
70
|
+
"""
|
|
71
|
+
Tag name
|
|
72
|
+
"""
|
|
73
|
+
return pulumi.get(self, "name")
|
|
74
|
+
|
|
75
|
+
|
|
76
|
+
class AwaitableGetTagResult(GetTagResult):
|
|
77
|
+
# pylint: disable=using-constant-test
|
|
78
|
+
def __await__(self):
|
|
79
|
+
if False:
|
|
80
|
+
yield self
|
|
81
|
+
return GetTagResult(
|
|
82
|
+
description=self.description,
|
|
83
|
+
devices=self.devices,
|
|
84
|
+
id=self.id,
|
|
85
|
+
name=self.name)
|
|
86
|
+
|
|
87
|
+
|
|
88
|
+
def get_tag(id: Optional[str] = None,
|
|
89
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetTagResult:
|
|
90
|
+
"""
|
|
91
|
+
This data source can read the Tag .
|
|
92
|
+
|
|
93
|
+
## Example Usage
|
|
94
|
+
|
|
95
|
+
```python
|
|
96
|
+
import pulumi
|
|
97
|
+
import pulumi_sdwan as sdwan
|
|
98
|
+
|
|
99
|
+
example = sdwan.get_tag(id="f6b2c44c-693c-4763-b010-895aa3d236bd")
|
|
100
|
+
```
|
|
101
|
+
|
|
102
|
+
|
|
103
|
+
:param str id: The id of the object
|
|
104
|
+
"""
|
|
105
|
+
__args__ = dict()
|
|
106
|
+
__args__['id'] = id
|
|
107
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
108
|
+
__ret__ = pulumi.runtime.invoke('sdwan:index/getTag:getTag', __args__, opts=opts, typ=GetTagResult).value
|
|
109
|
+
|
|
110
|
+
return AwaitableGetTagResult(
|
|
111
|
+
description=pulumi.get(__ret__, 'description'),
|
|
112
|
+
devices=pulumi.get(__ret__, 'devices'),
|
|
113
|
+
id=pulumi.get(__ret__, 'id'),
|
|
114
|
+
name=pulumi.get(__ret__, 'name'))
|
|
115
|
+
def get_tag_output(id: Optional[pulumi.Input[str]] = None,
|
|
116
|
+
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetTagResult]:
|
|
117
|
+
"""
|
|
118
|
+
This data source can read the Tag .
|
|
119
|
+
|
|
120
|
+
## Example Usage
|
|
121
|
+
|
|
122
|
+
```python
|
|
123
|
+
import pulumi
|
|
124
|
+
import pulumi_sdwan as sdwan
|
|
125
|
+
|
|
126
|
+
example = sdwan.get_tag(id="f6b2c44c-693c-4763-b010-895aa3d236bd")
|
|
127
|
+
```
|
|
128
|
+
|
|
129
|
+
|
|
130
|
+
:param str id: The id of the object
|
|
131
|
+
"""
|
|
132
|
+
__args__ = dict()
|
|
133
|
+
__args__['id'] = id
|
|
134
|
+
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
135
|
+
__ret__ = pulumi.runtime.invoke_output('sdwan:index/getTag:getTag', __args__, opts=opts, typ=GetTagResult)
|
|
136
|
+
return __ret__.apply(lambda __response__: GetTagResult(
|
|
137
|
+
description=pulumi.get(__response__, 'description'),
|
|
138
|
+
devices=pulumi.get(__response__, 'devices'),
|
|
139
|
+
id=pulumi.get(__response__, 'id'),
|
|
140
|
+
name=pulumi.get(__response__, 'name')))
|
|
@@ -26,7 +26,7 @@ class GetTransportWanVpnFeatureAssociateRoutingBgpFeatureResult:
|
|
|
26
26
|
"""
|
|
27
27
|
A collection of values returned by getTransportWanVpnFeatureAssociateRoutingBgpFeature.
|
|
28
28
|
"""
|
|
29
|
-
def __init__(__self__, feature_profile_id=None, id=None, transport_routing_bgp_feature_id=None, transport_wan_vpn_feature_id=None):
|
|
29
|
+
def __init__(__self__, feature_profile_id=None, id=None, transport_routing_bgp_feature_id=None, transport_wan_vpn_feature_id=None, version=None):
|
|
30
30
|
if feature_profile_id and not isinstance(feature_profile_id, str):
|
|
31
31
|
raise TypeError("Expected argument 'feature_profile_id' to be a str")
|
|
32
32
|
pulumi.set(__self__, "feature_profile_id", feature_profile_id)
|
|
@@ -39,6 +39,9 @@ class GetTransportWanVpnFeatureAssociateRoutingBgpFeatureResult:
|
|
|
39
39
|
if transport_wan_vpn_feature_id and not isinstance(transport_wan_vpn_feature_id, str):
|
|
40
40
|
raise TypeError("Expected argument 'transport_wan_vpn_feature_id' to be a str")
|
|
41
41
|
pulumi.set(__self__, "transport_wan_vpn_feature_id", transport_wan_vpn_feature_id)
|
|
42
|
+
if version and not isinstance(version, int):
|
|
43
|
+
raise TypeError("Expected argument 'version' to be a int")
|
|
44
|
+
pulumi.set(__self__, "version", version)
|
|
42
45
|
|
|
43
46
|
@property
|
|
44
47
|
@pulumi.getter(name="featureProfileId")
|
|
@@ -72,6 +75,14 @@ class GetTransportWanVpnFeatureAssociateRoutingBgpFeatureResult:
|
|
|
72
75
|
"""
|
|
73
76
|
return pulumi.get(self, "transport_wan_vpn_feature_id")
|
|
74
77
|
|
|
78
|
+
@property
|
|
79
|
+
@pulumi.getter
|
|
80
|
+
def version(self) -> int:
|
|
81
|
+
"""
|
|
82
|
+
The version of the object
|
|
83
|
+
"""
|
|
84
|
+
return pulumi.get(self, "version")
|
|
85
|
+
|
|
75
86
|
|
|
76
87
|
class AwaitableGetTransportWanVpnFeatureAssociateRoutingBgpFeatureResult(GetTransportWanVpnFeatureAssociateRoutingBgpFeatureResult):
|
|
77
88
|
# pylint: disable=using-constant-test
|
|
@@ -82,7 +93,8 @@ class AwaitableGetTransportWanVpnFeatureAssociateRoutingBgpFeatureResult(GetTran
|
|
|
82
93
|
feature_profile_id=self.feature_profile_id,
|
|
83
94
|
id=self.id,
|
|
84
95
|
transport_routing_bgp_feature_id=self.transport_routing_bgp_feature_id,
|
|
85
|
-
transport_wan_vpn_feature_id=self.transport_wan_vpn_feature_id
|
|
96
|
+
transport_wan_vpn_feature_id=self.transport_wan_vpn_feature_id,
|
|
97
|
+
version=self.version)
|
|
86
98
|
|
|
87
99
|
|
|
88
100
|
def get_transport_wan_vpn_feature_associate_routing_bgp_feature(feature_profile_id: Optional[str] = None,
|
|
@@ -119,7 +131,8 @@ def get_transport_wan_vpn_feature_associate_routing_bgp_feature(feature_profile_
|
|
|
119
131
|
feature_profile_id=pulumi.get(__ret__, 'feature_profile_id'),
|
|
120
132
|
id=pulumi.get(__ret__, 'id'),
|
|
121
133
|
transport_routing_bgp_feature_id=pulumi.get(__ret__, 'transport_routing_bgp_feature_id'),
|
|
122
|
-
transport_wan_vpn_feature_id=pulumi.get(__ret__, 'transport_wan_vpn_feature_id')
|
|
134
|
+
transport_wan_vpn_feature_id=pulumi.get(__ret__, 'transport_wan_vpn_feature_id'),
|
|
135
|
+
version=pulumi.get(__ret__, 'version'))
|
|
123
136
|
def get_transport_wan_vpn_feature_associate_routing_bgp_feature_output(feature_profile_id: Optional[pulumi.Input[str]] = None,
|
|
124
137
|
id: Optional[pulumi.Input[str]] = None,
|
|
125
138
|
transport_wan_vpn_feature_id: Optional[pulumi.Input[str]] = None,
|
|
@@ -153,4 +166,5 @@ def get_transport_wan_vpn_feature_associate_routing_bgp_feature_output(feature_p
|
|
|
153
166
|
feature_profile_id=pulumi.get(__response__, 'feature_profile_id'),
|
|
154
167
|
id=pulumi.get(__response__, 'id'),
|
|
155
168
|
transport_routing_bgp_feature_id=pulumi.get(__response__, 'transport_routing_bgp_feature_id'),
|
|
156
|
-
transport_wan_vpn_feature_id=pulumi.get(__response__, 'transport_wan_vpn_feature_id')
|
|
169
|
+
transport_wan_vpn_feature_id=pulumi.get(__response__, 'transport_wan_vpn_feature_id'),
|
|
170
|
+
version=pulumi.get(__response__, 'version')))
|
|
@@ -26,7 +26,7 @@ class GetTransportWanVpnFeatureAssociateRoutingOspfFeatureResult:
|
|
|
26
26
|
"""
|
|
27
27
|
A collection of values returned by getTransportWanVpnFeatureAssociateRoutingOspfFeature.
|
|
28
28
|
"""
|
|
29
|
-
def __init__(__self__, feature_profile_id=None, id=None, transport_routing_ospf_feature_id=None, transport_wan_vpn_feature_id=None):
|
|
29
|
+
def __init__(__self__, feature_profile_id=None, id=None, transport_routing_ospf_feature_id=None, transport_wan_vpn_feature_id=None, version=None):
|
|
30
30
|
if feature_profile_id and not isinstance(feature_profile_id, str):
|
|
31
31
|
raise TypeError("Expected argument 'feature_profile_id' to be a str")
|
|
32
32
|
pulumi.set(__self__, "feature_profile_id", feature_profile_id)
|
|
@@ -39,6 +39,9 @@ class GetTransportWanVpnFeatureAssociateRoutingOspfFeatureResult:
|
|
|
39
39
|
if transport_wan_vpn_feature_id and not isinstance(transport_wan_vpn_feature_id, str):
|
|
40
40
|
raise TypeError("Expected argument 'transport_wan_vpn_feature_id' to be a str")
|
|
41
41
|
pulumi.set(__self__, "transport_wan_vpn_feature_id", transport_wan_vpn_feature_id)
|
|
42
|
+
if version and not isinstance(version, int):
|
|
43
|
+
raise TypeError("Expected argument 'version' to be a int")
|
|
44
|
+
pulumi.set(__self__, "version", version)
|
|
42
45
|
|
|
43
46
|
@property
|
|
44
47
|
@pulumi.getter(name="featureProfileId")
|
|
@@ -72,6 +75,14 @@ class GetTransportWanVpnFeatureAssociateRoutingOspfFeatureResult:
|
|
|
72
75
|
"""
|
|
73
76
|
return pulumi.get(self, "transport_wan_vpn_feature_id")
|
|
74
77
|
|
|
78
|
+
@property
|
|
79
|
+
@pulumi.getter
|
|
80
|
+
def version(self) -> int:
|
|
81
|
+
"""
|
|
82
|
+
The version of the object
|
|
83
|
+
"""
|
|
84
|
+
return pulumi.get(self, "version")
|
|
85
|
+
|
|
75
86
|
|
|
76
87
|
class AwaitableGetTransportWanVpnFeatureAssociateRoutingOspfFeatureResult(GetTransportWanVpnFeatureAssociateRoutingOspfFeatureResult):
|
|
77
88
|
# pylint: disable=using-constant-test
|
|
@@ -82,7 +93,8 @@ class AwaitableGetTransportWanVpnFeatureAssociateRoutingOspfFeatureResult(GetTra
|
|
|
82
93
|
feature_profile_id=self.feature_profile_id,
|
|
83
94
|
id=self.id,
|
|
84
95
|
transport_routing_ospf_feature_id=self.transport_routing_ospf_feature_id,
|
|
85
|
-
transport_wan_vpn_feature_id=self.transport_wan_vpn_feature_id
|
|
96
|
+
transport_wan_vpn_feature_id=self.transport_wan_vpn_feature_id,
|
|
97
|
+
version=self.version)
|
|
86
98
|
|
|
87
99
|
|
|
88
100
|
def get_transport_wan_vpn_feature_associate_routing_ospf_feature(feature_profile_id: Optional[str] = None,
|
|
@@ -119,7 +131,8 @@ def get_transport_wan_vpn_feature_associate_routing_ospf_feature(feature_profile
|
|
|
119
131
|
feature_profile_id=pulumi.get(__ret__, 'feature_profile_id'),
|
|
120
132
|
id=pulumi.get(__ret__, 'id'),
|
|
121
133
|
transport_routing_ospf_feature_id=pulumi.get(__ret__, 'transport_routing_ospf_feature_id'),
|
|
122
|
-
transport_wan_vpn_feature_id=pulumi.get(__ret__, 'transport_wan_vpn_feature_id')
|
|
134
|
+
transport_wan_vpn_feature_id=pulumi.get(__ret__, 'transport_wan_vpn_feature_id'),
|
|
135
|
+
version=pulumi.get(__ret__, 'version'))
|
|
123
136
|
def get_transport_wan_vpn_feature_associate_routing_ospf_feature_output(feature_profile_id: Optional[pulumi.Input[str]] = None,
|
|
124
137
|
id: Optional[pulumi.Input[str]] = None,
|
|
125
138
|
transport_wan_vpn_feature_id: Optional[pulumi.Input[str]] = None,
|
|
@@ -153,4 +166,5 @@ def get_transport_wan_vpn_feature_associate_routing_ospf_feature_output(feature_
|
|
|
153
166
|
feature_profile_id=pulumi.get(__response__, 'feature_profile_id'),
|
|
154
167
|
id=pulumi.get(__response__, 'id'),
|
|
155
168
|
transport_routing_ospf_feature_id=pulumi.get(__response__, 'transport_routing_ospf_feature_id'),
|
|
156
|
-
transport_wan_vpn_feature_id=pulumi.get(__response__, 'transport_wan_vpn_feature_id')
|
|
169
|
+
transport_wan_vpn_feature_id=pulumi.get(__response__, 'transport_wan_vpn_feature_id'),
|
|
170
|
+
version=pulumi.get(__response__, 'version')))
|
|
@@ -26,7 +26,7 @@ class GetTransportWanVpnFeatureAssociateRoutingOspfv3Ipv4FeatureResult:
|
|
|
26
26
|
"""
|
|
27
27
|
A collection of values returned by getTransportWanVpnFeatureAssociateRoutingOspfv3Ipv4Feature.
|
|
28
28
|
"""
|
|
29
|
-
def __init__(__self__, feature_profile_id=None, id=None, transport_routing_ospfv3_ipv4_feature_id=None, transport_wan_vpn_feature_id=None):
|
|
29
|
+
def __init__(__self__, feature_profile_id=None, id=None, transport_routing_ospfv3_ipv4_feature_id=None, transport_wan_vpn_feature_id=None, version=None):
|
|
30
30
|
if feature_profile_id and not isinstance(feature_profile_id, str):
|
|
31
31
|
raise TypeError("Expected argument 'feature_profile_id' to be a str")
|
|
32
32
|
pulumi.set(__self__, "feature_profile_id", feature_profile_id)
|
|
@@ -39,6 +39,9 @@ class GetTransportWanVpnFeatureAssociateRoutingOspfv3Ipv4FeatureResult:
|
|
|
39
39
|
if transport_wan_vpn_feature_id and not isinstance(transport_wan_vpn_feature_id, str):
|
|
40
40
|
raise TypeError("Expected argument 'transport_wan_vpn_feature_id' to be a str")
|
|
41
41
|
pulumi.set(__self__, "transport_wan_vpn_feature_id", transport_wan_vpn_feature_id)
|
|
42
|
+
if version and not isinstance(version, int):
|
|
43
|
+
raise TypeError("Expected argument 'version' to be a int")
|
|
44
|
+
pulumi.set(__self__, "version", version)
|
|
42
45
|
|
|
43
46
|
@property
|
|
44
47
|
@pulumi.getter(name="featureProfileId")
|
|
@@ -72,6 +75,14 @@ class GetTransportWanVpnFeatureAssociateRoutingOspfv3Ipv4FeatureResult:
|
|
|
72
75
|
"""
|
|
73
76
|
return pulumi.get(self, "transport_wan_vpn_feature_id")
|
|
74
77
|
|
|
78
|
+
@property
|
|
79
|
+
@pulumi.getter
|
|
80
|
+
def version(self) -> int:
|
|
81
|
+
"""
|
|
82
|
+
The version of the object
|
|
83
|
+
"""
|
|
84
|
+
return pulumi.get(self, "version")
|
|
85
|
+
|
|
75
86
|
|
|
76
87
|
class AwaitableGetTransportWanVpnFeatureAssociateRoutingOspfv3Ipv4FeatureResult(GetTransportWanVpnFeatureAssociateRoutingOspfv3Ipv4FeatureResult):
|
|
77
88
|
# pylint: disable=using-constant-test
|
|
@@ -82,7 +93,8 @@ class AwaitableGetTransportWanVpnFeatureAssociateRoutingOspfv3Ipv4FeatureResult(
|
|
|
82
93
|
feature_profile_id=self.feature_profile_id,
|
|
83
94
|
id=self.id,
|
|
84
95
|
transport_routing_ospfv3_ipv4_feature_id=self.transport_routing_ospfv3_ipv4_feature_id,
|
|
85
|
-
transport_wan_vpn_feature_id=self.transport_wan_vpn_feature_id
|
|
96
|
+
transport_wan_vpn_feature_id=self.transport_wan_vpn_feature_id,
|
|
97
|
+
version=self.version)
|
|
86
98
|
|
|
87
99
|
|
|
88
100
|
def get_transport_wan_vpn_feature_associate_routing_ospfv3_ipv4_feature(feature_profile_id: Optional[str] = None,
|
|
@@ -119,7 +131,8 @@ def get_transport_wan_vpn_feature_associate_routing_ospfv3_ipv4_feature(feature_
|
|
|
119
131
|
feature_profile_id=pulumi.get(__ret__, 'feature_profile_id'),
|
|
120
132
|
id=pulumi.get(__ret__, 'id'),
|
|
121
133
|
transport_routing_ospfv3_ipv4_feature_id=pulumi.get(__ret__, 'transport_routing_ospfv3_ipv4_feature_id'),
|
|
122
|
-
transport_wan_vpn_feature_id=pulumi.get(__ret__, 'transport_wan_vpn_feature_id')
|
|
134
|
+
transport_wan_vpn_feature_id=pulumi.get(__ret__, 'transport_wan_vpn_feature_id'),
|
|
135
|
+
version=pulumi.get(__ret__, 'version'))
|
|
123
136
|
def get_transport_wan_vpn_feature_associate_routing_ospfv3_ipv4_feature_output(feature_profile_id: Optional[pulumi.Input[str]] = None,
|
|
124
137
|
id: Optional[pulumi.Input[str]] = None,
|
|
125
138
|
transport_wan_vpn_feature_id: Optional[pulumi.Input[str]] = None,
|
|
@@ -153,4 +166,5 @@ def get_transport_wan_vpn_feature_associate_routing_ospfv3_ipv4_feature_output(f
|
|
|
153
166
|
feature_profile_id=pulumi.get(__response__, 'feature_profile_id'),
|
|
154
167
|
id=pulumi.get(__response__, 'id'),
|
|
155
168
|
transport_routing_ospfv3_ipv4_feature_id=pulumi.get(__response__, 'transport_routing_ospfv3_ipv4_feature_id'),
|
|
156
|
-
transport_wan_vpn_feature_id=pulumi.get(__response__, 'transport_wan_vpn_feature_id')
|
|
169
|
+
transport_wan_vpn_feature_id=pulumi.get(__response__, 'transport_wan_vpn_feature_id'),
|
|
170
|
+
version=pulumi.get(__response__, 'version')))
|
|
@@ -26,7 +26,7 @@ class GetTransportWanVpnFeatureAssociateRoutingOspfv3Ipv6FeatureResult:
|
|
|
26
26
|
"""
|
|
27
27
|
A collection of values returned by getTransportWanVpnFeatureAssociateRoutingOspfv3Ipv6Feature.
|
|
28
28
|
"""
|
|
29
|
-
def __init__(__self__, feature_profile_id=None, id=None, transport_routing_ospfv3_ipv6_feature_id=None, transport_wan_vpn_feature_id=None):
|
|
29
|
+
def __init__(__self__, feature_profile_id=None, id=None, transport_routing_ospfv3_ipv6_feature_id=None, transport_wan_vpn_feature_id=None, version=None):
|
|
30
30
|
if feature_profile_id and not isinstance(feature_profile_id, str):
|
|
31
31
|
raise TypeError("Expected argument 'feature_profile_id' to be a str")
|
|
32
32
|
pulumi.set(__self__, "feature_profile_id", feature_profile_id)
|
|
@@ -39,6 +39,9 @@ class GetTransportWanVpnFeatureAssociateRoutingOspfv3Ipv6FeatureResult:
|
|
|
39
39
|
if transport_wan_vpn_feature_id and not isinstance(transport_wan_vpn_feature_id, str):
|
|
40
40
|
raise TypeError("Expected argument 'transport_wan_vpn_feature_id' to be a str")
|
|
41
41
|
pulumi.set(__self__, "transport_wan_vpn_feature_id", transport_wan_vpn_feature_id)
|
|
42
|
+
if version and not isinstance(version, int):
|
|
43
|
+
raise TypeError("Expected argument 'version' to be a int")
|
|
44
|
+
pulumi.set(__self__, "version", version)
|
|
42
45
|
|
|
43
46
|
@property
|
|
44
47
|
@pulumi.getter(name="featureProfileId")
|
|
@@ -72,6 +75,14 @@ class GetTransportWanVpnFeatureAssociateRoutingOspfv3Ipv6FeatureResult:
|
|
|
72
75
|
"""
|
|
73
76
|
return pulumi.get(self, "transport_wan_vpn_feature_id")
|
|
74
77
|
|
|
78
|
+
@property
|
|
79
|
+
@pulumi.getter
|
|
80
|
+
def version(self) -> int:
|
|
81
|
+
"""
|
|
82
|
+
The version of the object
|
|
83
|
+
"""
|
|
84
|
+
return pulumi.get(self, "version")
|
|
85
|
+
|
|
75
86
|
|
|
76
87
|
class AwaitableGetTransportWanVpnFeatureAssociateRoutingOspfv3Ipv6FeatureResult(GetTransportWanVpnFeatureAssociateRoutingOspfv3Ipv6FeatureResult):
|
|
77
88
|
# pylint: disable=using-constant-test
|
|
@@ -82,7 +93,8 @@ class AwaitableGetTransportWanVpnFeatureAssociateRoutingOspfv3Ipv6FeatureResult(
|
|
|
82
93
|
feature_profile_id=self.feature_profile_id,
|
|
83
94
|
id=self.id,
|
|
84
95
|
transport_routing_ospfv3_ipv6_feature_id=self.transport_routing_ospfv3_ipv6_feature_id,
|
|
85
|
-
transport_wan_vpn_feature_id=self.transport_wan_vpn_feature_id
|
|
96
|
+
transport_wan_vpn_feature_id=self.transport_wan_vpn_feature_id,
|
|
97
|
+
version=self.version)
|
|
86
98
|
|
|
87
99
|
|
|
88
100
|
def get_transport_wan_vpn_feature_associate_routing_ospfv3_ipv6_feature(feature_profile_id: Optional[str] = None,
|
|
@@ -119,7 +131,8 @@ def get_transport_wan_vpn_feature_associate_routing_ospfv3_ipv6_feature(feature_
|
|
|
119
131
|
feature_profile_id=pulumi.get(__ret__, 'feature_profile_id'),
|
|
120
132
|
id=pulumi.get(__ret__, 'id'),
|
|
121
133
|
transport_routing_ospfv3_ipv6_feature_id=pulumi.get(__ret__, 'transport_routing_ospfv3_ipv6_feature_id'),
|
|
122
|
-
transport_wan_vpn_feature_id=pulumi.get(__ret__, 'transport_wan_vpn_feature_id')
|
|
134
|
+
transport_wan_vpn_feature_id=pulumi.get(__ret__, 'transport_wan_vpn_feature_id'),
|
|
135
|
+
version=pulumi.get(__ret__, 'version'))
|
|
123
136
|
def get_transport_wan_vpn_feature_associate_routing_ospfv3_ipv6_feature_output(feature_profile_id: Optional[pulumi.Input[str]] = None,
|
|
124
137
|
id: Optional[pulumi.Input[str]] = None,
|
|
125
138
|
transport_wan_vpn_feature_id: Optional[pulumi.Input[str]] = None,
|
|
@@ -153,4 +166,5 @@ def get_transport_wan_vpn_feature_associate_routing_ospfv3_ipv6_feature_output(f
|
|
|
153
166
|
feature_profile_id=pulumi.get(__response__, 'feature_profile_id'),
|
|
154
167
|
id=pulumi.get(__response__, 'id'),
|
|
155
168
|
transport_routing_ospfv3_ipv6_feature_id=pulumi.get(__response__, 'transport_routing_ospfv3_ipv6_feature_id'),
|
|
156
|
-
transport_wan_vpn_feature_id=pulumi.get(__response__, 'transport_wan_vpn_feature_id')
|
|
169
|
+
transport_wan_vpn_feature_id=pulumi.get(__response__, 'transport_wan_vpn_feature_id'),
|
|
170
|
+
version=pulumi.get(__response__, 'version')))
|
|
@@ -26,7 +26,7 @@ class GetTransportWanVpnInterfaceCellularFeatureAssociateTrackerFeatureResult:
|
|
|
26
26
|
"""
|
|
27
27
|
A collection of values returned by getTransportWanVpnInterfaceCellularFeatureAssociateTrackerFeature.
|
|
28
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_cellular_feature_id=None):
|
|
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_cellular_feature_id=None, version=None):
|
|
30
30
|
if feature_profile_id and not isinstance(feature_profile_id, str):
|
|
31
31
|
raise TypeError("Expected argument 'feature_profile_id' to be a str")
|
|
32
32
|
pulumi.set(__self__, "feature_profile_id", feature_profile_id)
|
|
@@ -42,6 +42,9 @@ class GetTransportWanVpnInterfaceCellularFeatureAssociateTrackerFeatureResult:
|
|
|
42
42
|
if transport_wan_vpn_interface_cellular_feature_id and not isinstance(transport_wan_vpn_interface_cellular_feature_id, str):
|
|
43
43
|
raise TypeError("Expected argument 'transport_wan_vpn_interface_cellular_feature_id' to be a str")
|
|
44
44
|
pulumi.set(__self__, "transport_wan_vpn_interface_cellular_feature_id", transport_wan_vpn_interface_cellular_feature_id)
|
|
45
|
+
if version and not isinstance(version, int):
|
|
46
|
+
raise TypeError("Expected argument 'version' to be a int")
|
|
47
|
+
pulumi.set(__self__, "version", version)
|
|
45
48
|
|
|
46
49
|
@property
|
|
47
50
|
@pulumi.getter(name="featureProfileId")
|
|
@@ -83,6 +86,14 @@ class GetTransportWanVpnInterfaceCellularFeatureAssociateTrackerFeatureResult:
|
|
|
83
86
|
"""
|
|
84
87
|
return pulumi.get(self, "transport_wan_vpn_interface_cellular_feature_id")
|
|
85
88
|
|
|
89
|
+
@property
|
|
90
|
+
@pulumi.getter
|
|
91
|
+
def version(self) -> int:
|
|
92
|
+
"""
|
|
93
|
+
The version of the object
|
|
94
|
+
"""
|
|
95
|
+
return pulumi.get(self, "version")
|
|
96
|
+
|
|
86
97
|
|
|
87
98
|
class AwaitableGetTransportWanVpnInterfaceCellularFeatureAssociateTrackerFeatureResult(GetTransportWanVpnInterfaceCellularFeatureAssociateTrackerFeatureResult):
|
|
88
99
|
# pylint: disable=using-constant-test
|
|
@@ -94,7 +105,8 @@ class AwaitableGetTransportWanVpnInterfaceCellularFeatureAssociateTrackerFeature
|
|
|
94
105
|
id=self.id,
|
|
95
106
|
transport_tracker_feature_id=self.transport_tracker_feature_id,
|
|
96
107
|
transport_wan_vpn_feature_id=self.transport_wan_vpn_feature_id,
|
|
97
|
-
transport_wan_vpn_interface_cellular_feature_id=self.transport_wan_vpn_interface_cellular_feature_id
|
|
108
|
+
transport_wan_vpn_interface_cellular_feature_id=self.transport_wan_vpn_interface_cellular_feature_id,
|
|
109
|
+
version=self.version)
|
|
98
110
|
|
|
99
111
|
|
|
100
112
|
def get_transport_wan_vpn_interface_cellular_feature_associate_tracker_feature(feature_profile_id: Optional[str] = None,
|
|
@@ -136,7 +148,8 @@ def get_transport_wan_vpn_interface_cellular_feature_associate_tracker_feature(f
|
|
|
136
148
|
id=pulumi.get(__ret__, 'id'),
|
|
137
149
|
transport_tracker_feature_id=pulumi.get(__ret__, 'transport_tracker_feature_id'),
|
|
138
150
|
transport_wan_vpn_feature_id=pulumi.get(__ret__, 'transport_wan_vpn_feature_id'),
|
|
139
|
-
transport_wan_vpn_interface_cellular_feature_id=pulumi.get(__ret__, 'transport_wan_vpn_interface_cellular_feature_id')
|
|
151
|
+
transport_wan_vpn_interface_cellular_feature_id=pulumi.get(__ret__, 'transport_wan_vpn_interface_cellular_feature_id'),
|
|
152
|
+
version=pulumi.get(__ret__, 'version'))
|
|
140
153
|
def get_transport_wan_vpn_interface_cellular_feature_associate_tracker_feature_output(feature_profile_id: Optional[pulumi.Input[str]] = None,
|
|
141
154
|
id: Optional[pulumi.Input[str]] = None,
|
|
142
155
|
transport_wan_vpn_feature_id: Optional[pulumi.Input[str]] = None,
|
|
@@ -175,4 +188,5 @@ def get_transport_wan_vpn_interface_cellular_feature_associate_tracker_feature_o
|
|
|
175
188
|
id=pulumi.get(__response__, 'id'),
|
|
176
189
|
transport_tracker_feature_id=pulumi.get(__response__, 'transport_tracker_feature_id'),
|
|
177
190
|
transport_wan_vpn_feature_id=pulumi.get(__response__, 'transport_wan_vpn_feature_id'),
|
|
178
|
-
transport_wan_vpn_interface_cellular_feature_id=pulumi.get(__response__, 'transport_wan_vpn_interface_cellular_feature_id')
|
|
191
|
+
transport_wan_vpn_interface_cellular_feature_id=pulumi.get(__response__, 'transport_wan_vpn_interface_cellular_feature_id'),
|
|
192
|
+
version=pulumi.get(__response__, 'version')))
|
pulumi_sdwan/get_transport_wan_vpn_interface_cellular_feature_associate_tracker_group_feature.py
CHANGED
|
@@ -26,7 +26,7 @@ class GetTransportWanVpnInterfaceCellularFeatureAssociateTrackerGroupFeatureResu
|
|
|
26
26
|
"""
|
|
27
27
|
A collection of values returned by getTransportWanVpnInterfaceCellularFeatureAssociateTrackerGroupFeature.
|
|
28
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_cellular_feature_id=None):
|
|
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_cellular_feature_id=None, version=None):
|
|
30
30
|
if feature_profile_id and not isinstance(feature_profile_id, str):
|
|
31
31
|
raise TypeError("Expected argument 'feature_profile_id' to be a str")
|
|
32
32
|
pulumi.set(__self__, "feature_profile_id", feature_profile_id)
|
|
@@ -42,6 +42,9 @@ class GetTransportWanVpnInterfaceCellularFeatureAssociateTrackerGroupFeatureResu
|
|
|
42
42
|
if transport_wan_vpn_interface_cellular_feature_id and not isinstance(transport_wan_vpn_interface_cellular_feature_id, str):
|
|
43
43
|
raise TypeError("Expected argument 'transport_wan_vpn_interface_cellular_feature_id' to be a str")
|
|
44
44
|
pulumi.set(__self__, "transport_wan_vpn_interface_cellular_feature_id", transport_wan_vpn_interface_cellular_feature_id)
|
|
45
|
+
if version and not isinstance(version, int):
|
|
46
|
+
raise TypeError("Expected argument 'version' to be a int")
|
|
47
|
+
pulumi.set(__self__, "version", version)
|
|
45
48
|
|
|
46
49
|
@property
|
|
47
50
|
@pulumi.getter(name="featureProfileId")
|
|
@@ -83,6 +86,14 @@ class GetTransportWanVpnInterfaceCellularFeatureAssociateTrackerGroupFeatureResu
|
|
|
83
86
|
"""
|
|
84
87
|
return pulumi.get(self, "transport_wan_vpn_interface_cellular_feature_id")
|
|
85
88
|
|
|
89
|
+
@property
|
|
90
|
+
@pulumi.getter
|
|
91
|
+
def version(self) -> int:
|
|
92
|
+
"""
|
|
93
|
+
The version of the object
|
|
94
|
+
"""
|
|
95
|
+
return pulumi.get(self, "version")
|
|
96
|
+
|
|
86
97
|
|
|
87
98
|
class AwaitableGetTransportWanVpnInterfaceCellularFeatureAssociateTrackerGroupFeatureResult(GetTransportWanVpnInterfaceCellularFeatureAssociateTrackerGroupFeatureResult):
|
|
88
99
|
# pylint: disable=using-constant-test
|
|
@@ -94,7 +105,8 @@ class AwaitableGetTransportWanVpnInterfaceCellularFeatureAssociateTrackerGroupFe
|
|
|
94
105
|
id=self.id,
|
|
95
106
|
transport_tracker_group_feature_id=self.transport_tracker_group_feature_id,
|
|
96
107
|
transport_wan_vpn_feature_id=self.transport_wan_vpn_feature_id,
|
|
97
|
-
transport_wan_vpn_interface_cellular_feature_id=self.transport_wan_vpn_interface_cellular_feature_id
|
|
108
|
+
transport_wan_vpn_interface_cellular_feature_id=self.transport_wan_vpn_interface_cellular_feature_id,
|
|
109
|
+
version=self.version)
|
|
98
110
|
|
|
99
111
|
|
|
100
112
|
def get_transport_wan_vpn_interface_cellular_feature_associate_tracker_group_feature(feature_profile_id: Optional[str] = None,
|
|
@@ -136,7 +148,8 @@ def get_transport_wan_vpn_interface_cellular_feature_associate_tracker_group_fea
|
|
|
136
148
|
id=pulumi.get(__ret__, 'id'),
|
|
137
149
|
transport_tracker_group_feature_id=pulumi.get(__ret__, 'transport_tracker_group_feature_id'),
|
|
138
150
|
transport_wan_vpn_feature_id=pulumi.get(__ret__, 'transport_wan_vpn_feature_id'),
|
|
139
|
-
transport_wan_vpn_interface_cellular_feature_id=pulumi.get(__ret__, 'transport_wan_vpn_interface_cellular_feature_id')
|
|
151
|
+
transport_wan_vpn_interface_cellular_feature_id=pulumi.get(__ret__, 'transport_wan_vpn_interface_cellular_feature_id'),
|
|
152
|
+
version=pulumi.get(__ret__, 'version'))
|
|
140
153
|
def get_transport_wan_vpn_interface_cellular_feature_associate_tracker_group_feature_output(feature_profile_id: Optional[pulumi.Input[str]] = None,
|
|
141
154
|
id: Optional[pulumi.Input[str]] = None,
|
|
142
155
|
transport_wan_vpn_feature_id: Optional[pulumi.Input[str]] = None,
|
|
@@ -175,4 +188,5 @@ def get_transport_wan_vpn_interface_cellular_feature_associate_tracker_group_fea
|
|
|
175
188
|
id=pulumi.get(__response__, 'id'),
|
|
176
189
|
transport_tracker_group_feature_id=pulumi.get(__response__, 'transport_tracker_group_feature_id'),
|
|
177
190
|
transport_wan_vpn_feature_id=pulumi.get(__response__, 'transport_wan_vpn_feature_id'),
|
|
178
|
-
transport_wan_vpn_interface_cellular_feature_id=pulumi.get(__response__, 'transport_wan_vpn_interface_cellular_feature_id')
|
|
191
|
+
transport_wan_vpn_interface_cellular_feature_id=pulumi.get(__response__, 'transport_wan_vpn_interface_cellular_feature_id'),
|
|
192
|
+
version=pulumi.get(__response__, 'version')))
|
pulumi_sdwan/get_transport_wan_vpn_interface_ethernet_feature_associate_ipv6_tracker_feature.py
CHANGED
|
@@ -26,7 +26,7 @@ class GetTransportWanVpnInterfaceEthernetFeatureAssociateIpv6TrackerFeatureResul
|
|
|
26
26
|
"""
|
|
27
27
|
A collection of values returned by getTransportWanVpnInterfaceEthernetFeatureAssociateIpv6TrackerFeature.
|
|
28
28
|
"""
|
|
29
|
-
def __init__(__self__, feature_profile_id=None, id=None, transport_ipv6_tracker_feature_id=None, transport_wan_vpn_feature_id=None, transport_wan_vpn_interface_ethernet_feature_id=None):
|
|
29
|
+
def __init__(__self__, feature_profile_id=None, id=None, transport_ipv6_tracker_feature_id=None, transport_wan_vpn_feature_id=None, transport_wan_vpn_interface_ethernet_feature_id=None, version=None):
|
|
30
30
|
if feature_profile_id and not isinstance(feature_profile_id, str):
|
|
31
31
|
raise TypeError("Expected argument 'feature_profile_id' to be a str")
|
|
32
32
|
pulumi.set(__self__, "feature_profile_id", feature_profile_id)
|
|
@@ -42,6 +42,9 @@ class GetTransportWanVpnInterfaceEthernetFeatureAssociateIpv6TrackerFeatureResul
|
|
|
42
42
|
if transport_wan_vpn_interface_ethernet_feature_id and not isinstance(transport_wan_vpn_interface_ethernet_feature_id, str):
|
|
43
43
|
raise TypeError("Expected argument 'transport_wan_vpn_interface_ethernet_feature_id' to be a str")
|
|
44
44
|
pulumi.set(__self__, "transport_wan_vpn_interface_ethernet_feature_id", transport_wan_vpn_interface_ethernet_feature_id)
|
|
45
|
+
if version and not isinstance(version, int):
|
|
46
|
+
raise TypeError("Expected argument 'version' to be a int")
|
|
47
|
+
pulumi.set(__self__, "version", version)
|
|
45
48
|
|
|
46
49
|
@property
|
|
47
50
|
@pulumi.getter(name="featureProfileId")
|
|
@@ -83,6 +86,14 @@ class GetTransportWanVpnInterfaceEthernetFeatureAssociateIpv6TrackerFeatureResul
|
|
|
83
86
|
"""
|
|
84
87
|
return pulumi.get(self, "transport_wan_vpn_interface_ethernet_feature_id")
|
|
85
88
|
|
|
89
|
+
@property
|
|
90
|
+
@pulumi.getter
|
|
91
|
+
def version(self) -> int:
|
|
92
|
+
"""
|
|
93
|
+
The version of the object
|
|
94
|
+
"""
|
|
95
|
+
return pulumi.get(self, "version")
|
|
96
|
+
|
|
86
97
|
|
|
87
98
|
class AwaitableGetTransportWanVpnInterfaceEthernetFeatureAssociateIpv6TrackerFeatureResult(GetTransportWanVpnInterfaceEthernetFeatureAssociateIpv6TrackerFeatureResult):
|
|
88
99
|
# pylint: disable=using-constant-test
|
|
@@ -94,7 +105,8 @@ class AwaitableGetTransportWanVpnInterfaceEthernetFeatureAssociateIpv6TrackerFea
|
|
|
94
105
|
id=self.id,
|
|
95
106
|
transport_ipv6_tracker_feature_id=self.transport_ipv6_tracker_feature_id,
|
|
96
107
|
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
|
|
108
|
+
transport_wan_vpn_interface_ethernet_feature_id=self.transport_wan_vpn_interface_ethernet_feature_id,
|
|
109
|
+
version=self.version)
|
|
98
110
|
|
|
99
111
|
|
|
100
112
|
def get_transport_wan_vpn_interface_ethernet_feature_associate_ipv6_tracker_feature(feature_profile_id: Optional[str] = None,
|
|
@@ -136,7 +148,8 @@ def get_transport_wan_vpn_interface_ethernet_feature_associate_ipv6_tracker_feat
|
|
|
136
148
|
id=pulumi.get(__ret__, 'id'),
|
|
137
149
|
transport_ipv6_tracker_feature_id=pulumi.get(__ret__, 'transport_ipv6_tracker_feature_id'),
|
|
138
150
|
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')
|
|
151
|
+
transport_wan_vpn_interface_ethernet_feature_id=pulumi.get(__ret__, 'transport_wan_vpn_interface_ethernet_feature_id'),
|
|
152
|
+
version=pulumi.get(__ret__, 'version'))
|
|
140
153
|
def get_transport_wan_vpn_interface_ethernet_feature_associate_ipv6_tracker_feature_output(feature_profile_id: Optional[pulumi.Input[str]] = None,
|
|
141
154
|
id: Optional[pulumi.Input[str]] = None,
|
|
142
155
|
transport_wan_vpn_feature_id: Optional[pulumi.Input[str]] = None,
|
|
@@ -175,4 +188,5 @@ def get_transport_wan_vpn_interface_ethernet_feature_associate_ipv6_tracker_feat
|
|
|
175
188
|
id=pulumi.get(__response__, 'id'),
|
|
176
189
|
transport_ipv6_tracker_feature_id=pulumi.get(__response__, 'transport_ipv6_tracker_feature_id'),
|
|
177
190
|
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')
|
|
191
|
+
transport_wan_vpn_interface_ethernet_feature_id=pulumi.get(__response__, 'transport_wan_vpn_interface_ethernet_feature_id'),
|
|
192
|
+
version=pulumi.get(__response__, 'version')))
|