pulumi-sdwan 0.3.0a1742970533__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.0a1742970533.dist-info → pulumi_sdwan-0.3.0a1743132889.dist-info}/METADATA +1 -1
- {pulumi_sdwan-0.3.0a1742970533.dist-info → pulumi_sdwan-0.3.0a1743132889.dist-info}/RECORD +69 -65
- {pulumi_sdwan-0.3.0a1742970533.dist-info → pulumi_sdwan-0.3.0a1743132889.dist-info}/WHEEL +0 -0
- {pulumi_sdwan-0.3.0a1742970533.dist-info → pulumi_sdwan-0.3.0a1743132889.dist-info}/top_level.txt +0 -0
|
@@ -26,7 +26,7 @@ class GetServiceLanVpnFeatureAssociateMulticastFeatureResult:
|
|
|
26
26
|
"""
|
|
27
27
|
A collection of values returned by getServiceLanVpnFeatureAssociateMulticastFeature.
|
|
28
28
|
"""
|
|
29
|
-
def __init__(__self__, feature_profile_id=None, id=None, service_lan_vpn_feature_id=None, service_multicast_feature_id=None):
|
|
29
|
+
def __init__(__self__, feature_profile_id=None, id=None, service_lan_vpn_feature_id=None, service_multicast_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 GetServiceLanVpnFeatureAssociateMulticastFeatureResult:
|
|
|
39
39
|
if service_multicast_feature_id and not isinstance(service_multicast_feature_id, str):
|
|
40
40
|
raise TypeError("Expected argument 'service_multicast_feature_id' to be a str")
|
|
41
41
|
pulumi.set(__self__, "service_multicast_feature_id", service_multicast_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 GetServiceLanVpnFeatureAssociateMulticastFeatureResult:
|
|
|
72
75
|
"""
|
|
73
76
|
return pulumi.get(self, "service_multicast_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 AwaitableGetServiceLanVpnFeatureAssociateMulticastFeatureResult(GetServiceLanVpnFeatureAssociateMulticastFeatureResult):
|
|
77
88
|
# pylint: disable=using-constant-test
|
|
@@ -82,7 +93,8 @@ class AwaitableGetServiceLanVpnFeatureAssociateMulticastFeatureResult(GetService
|
|
|
82
93
|
feature_profile_id=self.feature_profile_id,
|
|
83
94
|
id=self.id,
|
|
84
95
|
service_lan_vpn_feature_id=self.service_lan_vpn_feature_id,
|
|
85
|
-
service_multicast_feature_id=self.service_multicast_feature_id
|
|
96
|
+
service_multicast_feature_id=self.service_multicast_feature_id,
|
|
97
|
+
version=self.version)
|
|
86
98
|
|
|
87
99
|
|
|
88
100
|
def get_service_lan_vpn_feature_associate_multicast_feature(feature_profile_id: Optional[str] = None,
|
|
@@ -119,7 +131,8 @@ def get_service_lan_vpn_feature_associate_multicast_feature(feature_profile_id:
|
|
|
119
131
|
feature_profile_id=pulumi.get(__ret__, 'feature_profile_id'),
|
|
120
132
|
id=pulumi.get(__ret__, 'id'),
|
|
121
133
|
service_lan_vpn_feature_id=pulumi.get(__ret__, 'service_lan_vpn_feature_id'),
|
|
122
|
-
service_multicast_feature_id=pulumi.get(__ret__, 'service_multicast_feature_id')
|
|
134
|
+
service_multicast_feature_id=pulumi.get(__ret__, 'service_multicast_feature_id'),
|
|
135
|
+
version=pulumi.get(__ret__, 'version'))
|
|
123
136
|
def get_service_lan_vpn_feature_associate_multicast_feature_output(feature_profile_id: Optional[pulumi.Input[str]] = None,
|
|
124
137
|
id: Optional[pulumi.Input[str]] = None,
|
|
125
138
|
service_lan_vpn_feature_id: Optional[pulumi.Input[str]] = None,
|
|
@@ -153,4 +166,5 @@ def get_service_lan_vpn_feature_associate_multicast_feature_output(feature_profi
|
|
|
153
166
|
feature_profile_id=pulumi.get(__response__, 'feature_profile_id'),
|
|
154
167
|
id=pulumi.get(__response__, 'id'),
|
|
155
168
|
service_lan_vpn_feature_id=pulumi.get(__response__, 'service_lan_vpn_feature_id'),
|
|
156
|
-
service_multicast_feature_id=pulumi.get(__response__, 'service_multicast_feature_id')
|
|
169
|
+
service_multicast_feature_id=pulumi.get(__response__, 'service_multicast_feature_id'),
|
|
170
|
+
version=pulumi.get(__response__, 'version')))
|
|
@@ -26,7 +26,7 @@ class GetServiceLanVpnFeatureAssociateRoutingBgpFeatureResult:
|
|
|
26
26
|
"""
|
|
27
27
|
A collection of values returned by getServiceLanVpnFeatureAssociateRoutingBgpFeature.
|
|
28
28
|
"""
|
|
29
|
-
def __init__(__self__, feature_profile_id=None, id=None, service_lan_vpn_feature_id=None, service_routing_bgp_feature_id=None):
|
|
29
|
+
def __init__(__self__, feature_profile_id=None, id=None, service_lan_vpn_feature_id=None, service_routing_bgp_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 GetServiceLanVpnFeatureAssociateRoutingBgpFeatureResult:
|
|
|
39
39
|
if service_routing_bgp_feature_id and not isinstance(service_routing_bgp_feature_id, str):
|
|
40
40
|
raise TypeError("Expected argument 'service_routing_bgp_feature_id' to be a str")
|
|
41
41
|
pulumi.set(__self__, "service_routing_bgp_feature_id", service_routing_bgp_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 GetServiceLanVpnFeatureAssociateRoutingBgpFeatureResult:
|
|
|
72
75
|
"""
|
|
73
76
|
return pulumi.get(self, "service_routing_bgp_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 AwaitableGetServiceLanVpnFeatureAssociateRoutingBgpFeatureResult(GetServiceLanVpnFeatureAssociateRoutingBgpFeatureResult):
|
|
77
88
|
# pylint: disable=using-constant-test
|
|
@@ -82,7 +93,8 @@ class AwaitableGetServiceLanVpnFeatureAssociateRoutingBgpFeatureResult(GetServic
|
|
|
82
93
|
feature_profile_id=self.feature_profile_id,
|
|
83
94
|
id=self.id,
|
|
84
95
|
service_lan_vpn_feature_id=self.service_lan_vpn_feature_id,
|
|
85
|
-
service_routing_bgp_feature_id=self.service_routing_bgp_feature_id
|
|
96
|
+
service_routing_bgp_feature_id=self.service_routing_bgp_feature_id,
|
|
97
|
+
version=self.version)
|
|
86
98
|
|
|
87
99
|
|
|
88
100
|
def get_service_lan_vpn_feature_associate_routing_bgp_feature(feature_profile_id: Optional[str] = None,
|
|
@@ -119,7 +131,8 @@ def get_service_lan_vpn_feature_associate_routing_bgp_feature(feature_profile_id
|
|
|
119
131
|
feature_profile_id=pulumi.get(__ret__, 'feature_profile_id'),
|
|
120
132
|
id=pulumi.get(__ret__, 'id'),
|
|
121
133
|
service_lan_vpn_feature_id=pulumi.get(__ret__, 'service_lan_vpn_feature_id'),
|
|
122
|
-
service_routing_bgp_feature_id=pulumi.get(__ret__, 'service_routing_bgp_feature_id')
|
|
134
|
+
service_routing_bgp_feature_id=pulumi.get(__ret__, 'service_routing_bgp_feature_id'),
|
|
135
|
+
version=pulumi.get(__ret__, 'version'))
|
|
123
136
|
def get_service_lan_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
|
service_lan_vpn_feature_id: Optional[pulumi.Input[str]] = None,
|
|
@@ -153,4 +166,5 @@ def get_service_lan_vpn_feature_associate_routing_bgp_feature_output(feature_pro
|
|
|
153
166
|
feature_profile_id=pulumi.get(__response__, 'feature_profile_id'),
|
|
154
167
|
id=pulumi.get(__response__, 'id'),
|
|
155
168
|
service_lan_vpn_feature_id=pulumi.get(__response__, 'service_lan_vpn_feature_id'),
|
|
156
|
-
service_routing_bgp_feature_id=pulumi.get(__response__, 'service_routing_bgp_feature_id')
|
|
169
|
+
service_routing_bgp_feature_id=pulumi.get(__response__, 'service_routing_bgp_feature_id'),
|
|
170
|
+
version=pulumi.get(__response__, 'version')))
|
|
@@ -26,7 +26,7 @@ class GetServiceLanVpnFeatureAssociateRoutingEigrpFeatureResult:
|
|
|
26
26
|
"""
|
|
27
27
|
A collection of values returned by getServiceLanVpnFeatureAssociateRoutingEigrpFeature.
|
|
28
28
|
"""
|
|
29
|
-
def __init__(__self__, feature_profile_id=None, id=None, service_lan_vpn_feature_id=None, service_routing_eigrp_feature_id=None):
|
|
29
|
+
def __init__(__self__, feature_profile_id=None, id=None, service_lan_vpn_feature_id=None, service_routing_eigrp_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 GetServiceLanVpnFeatureAssociateRoutingEigrpFeatureResult:
|
|
|
39
39
|
if service_routing_eigrp_feature_id and not isinstance(service_routing_eigrp_feature_id, str):
|
|
40
40
|
raise TypeError("Expected argument 'service_routing_eigrp_feature_id' to be a str")
|
|
41
41
|
pulumi.set(__self__, "service_routing_eigrp_feature_id", service_routing_eigrp_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 GetServiceLanVpnFeatureAssociateRoutingEigrpFeatureResult:
|
|
|
72
75
|
"""
|
|
73
76
|
return pulumi.get(self, "service_routing_eigrp_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 AwaitableGetServiceLanVpnFeatureAssociateRoutingEigrpFeatureResult(GetServiceLanVpnFeatureAssociateRoutingEigrpFeatureResult):
|
|
77
88
|
# pylint: disable=using-constant-test
|
|
@@ -82,7 +93,8 @@ class AwaitableGetServiceLanVpnFeatureAssociateRoutingEigrpFeatureResult(GetServ
|
|
|
82
93
|
feature_profile_id=self.feature_profile_id,
|
|
83
94
|
id=self.id,
|
|
84
95
|
service_lan_vpn_feature_id=self.service_lan_vpn_feature_id,
|
|
85
|
-
service_routing_eigrp_feature_id=self.service_routing_eigrp_feature_id
|
|
96
|
+
service_routing_eigrp_feature_id=self.service_routing_eigrp_feature_id,
|
|
97
|
+
version=self.version)
|
|
86
98
|
|
|
87
99
|
|
|
88
100
|
def get_service_lan_vpn_feature_associate_routing_eigrp_feature(feature_profile_id: Optional[str] = None,
|
|
@@ -119,7 +131,8 @@ def get_service_lan_vpn_feature_associate_routing_eigrp_feature(feature_profile_
|
|
|
119
131
|
feature_profile_id=pulumi.get(__ret__, 'feature_profile_id'),
|
|
120
132
|
id=pulumi.get(__ret__, 'id'),
|
|
121
133
|
service_lan_vpn_feature_id=pulumi.get(__ret__, 'service_lan_vpn_feature_id'),
|
|
122
|
-
service_routing_eigrp_feature_id=pulumi.get(__ret__, 'service_routing_eigrp_feature_id')
|
|
134
|
+
service_routing_eigrp_feature_id=pulumi.get(__ret__, 'service_routing_eigrp_feature_id'),
|
|
135
|
+
version=pulumi.get(__ret__, 'version'))
|
|
123
136
|
def get_service_lan_vpn_feature_associate_routing_eigrp_feature_output(feature_profile_id: Optional[pulumi.Input[str]] = None,
|
|
124
137
|
id: Optional[pulumi.Input[str]] = None,
|
|
125
138
|
service_lan_vpn_feature_id: Optional[pulumi.Input[str]] = None,
|
|
@@ -153,4 +166,5 @@ def get_service_lan_vpn_feature_associate_routing_eigrp_feature_output(feature_p
|
|
|
153
166
|
feature_profile_id=pulumi.get(__response__, 'feature_profile_id'),
|
|
154
167
|
id=pulumi.get(__response__, 'id'),
|
|
155
168
|
service_lan_vpn_feature_id=pulumi.get(__response__, 'service_lan_vpn_feature_id'),
|
|
156
|
-
service_routing_eigrp_feature_id=pulumi.get(__response__, 'service_routing_eigrp_feature_id')
|
|
169
|
+
service_routing_eigrp_feature_id=pulumi.get(__response__, 'service_routing_eigrp_feature_id'),
|
|
170
|
+
version=pulumi.get(__response__, 'version')))
|
|
@@ -26,7 +26,7 @@ class GetServiceLanVpnFeatureAssociateRoutingOspfFeatureResult:
|
|
|
26
26
|
"""
|
|
27
27
|
A collection of values returned by getServiceLanVpnFeatureAssociateRoutingOspfFeature.
|
|
28
28
|
"""
|
|
29
|
-
def __init__(__self__, feature_profile_id=None, id=None, service_lan_vpn_feature_id=None, service_routing_ospf_feature_id=None):
|
|
29
|
+
def __init__(__self__, feature_profile_id=None, id=None, service_lan_vpn_feature_id=None, service_routing_ospf_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 GetServiceLanVpnFeatureAssociateRoutingOspfFeatureResult:
|
|
|
39
39
|
if service_routing_ospf_feature_id and not isinstance(service_routing_ospf_feature_id, str):
|
|
40
40
|
raise TypeError("Expected argument 'service_routing_ospf_feature_id' to be a str")
|
|
41
41
|
pulumi.set(__self__, "service_routing_ospf_feature_id", service_routing_ospf_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 GetServiceLanVpnFeatureAssociateRoutingOspfFeatureResult:
|
|
|
72
75
|
"""
|
|
73
76
|
return pulumi.get(self, "service_routing_ospf_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 AwaitableGetServiceLanVpnFeatureAssociateRoutingOspfFeatureResult(GetServiceLanVpnFeatureAssociateRoutingOspfFeatureResult):
|
|
77
88
|
# pylint: disable=using-constant-test
|
|
@@ -82,7 +93,8 @@ class AwaitableGetServiceLanVpnFeatureAssociateRoutingOspfFeatureResult(GetServi
|
|
|
82
93
|
feature_profile_id=self.feature_profile_id,
|
|
83
94
|
id=self.id,
|
|
84
95
|
service_lan_vpn_feature_id=self.service_lan_vpn_feature_id,
|
|
85
|
-
service_routing_ospf_feature_id=self.service_routing_ospf_feature_id
|
|
96
|
+
service_routing_ospf_feature_id=self.service_routing_ospf_feature_id,
|
|
97
|
+
version=self.version)
|
|
86
98
|
|
|
87
99
|
|
|
88
100
|
def get_service_lan_vpn_feature_associate_routing_ospf_feature(feature_profile_id: Optional[str] = None,
|
|
@@ -119,7 +131,8 @@ def get_service_lan_vpn_feature_associate_routing_ospf_feature(feature_profile_i
|
|
|
119
131
|
feature_profile_id=pulumi.get(__ret__, 'feature_profile_id'),
|
|
120
132
|
id=pulumi.get(__ret__, 'id'),
|
|
121
133
|
service_lan_vpn_feature_id=pulumi.get(__ret__, 'service_lan_vpn_feature_id'),
|
|
122
|
-
service_routing_ospf_feature_id=pulumi.get(__ret__, 'service_routing_ospf_feature_id')
|
|
134
|
+
service_routing_ospf_feature_id=pulumi.get(__ret__, 'service_routing_ospf_feature_id'),
|
|
135
|
+
version=pulumi.get(__ret__, 'version'))
|
|
123
136
|
def get_service_lan_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
|
service_lan_vpn_feature_id: Optional[pulumi.Input[str]] = None,
|
|
@@ -153,4 +166,5 @@ def get_service_lan_vpn_feature_associate_routing_ospf_feature_output(feature_pr
|
|
|
153
166
|
feature_profile_id=pulumi.get(__response__, 'feature_profile_id'),
|
|
154
167
|
id=pulumi.get(__response__, 'id'),
|
|
155
168
|
service_lan_vpn_feature_id=pulumi.get(__response__, 'service_lan_vpn_feature_id'),
|
|
156
|
-
service_routing_ospf_feature_id=pulumi.get(__response__, 'service_routing_ospf_feature_id')
|
|
169
|
+
service_routing_ospf_feature_id=pulumi.get(__response__, 'service_routing_ospf_feature_id'),
|
|
170
|
+
version=pulumi.get(__response__, 'version')))
|
|
@@ -26,7 +26,7 @@ class GetServiceLanVpnFeatureAssociateRoutingOspfv3Ipv4FeatureResult:
|
|
|
26
26
|
"""
|
|
27
27
|
A collection of values returned by getServiceLanVpnFeatureAssociateRoutingOspfv3Ipv4Feature.
|
|
28
28
|
"""
|
|
29
|
-
def __init__(__self__, feature_profile_id=None, id=None, service_lan_vpn_feature_id=None, service_routing_ospfv3_ipv4_feature_id=None):
|
|
29
|
+
def __init__(__self__, feature_profile_id=None, id=None, service_lan_vpn_feature_id=None, service_routing_ospfv3_ipv4_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 GetServiceLanVpnFeatureAssociateRoutingOspfv3Ipv4FeatureResult:
|
|
|
39
39
|
if service_routing_ospfv3_ipv4_feature_id and not isinstance(service_routing_ospfv3_ipv4_feature_id, str):
|
|
40
40
|
raise TypeError("Expected argument 'service_routing_ospfv3_ipv4_feature_id' to be a str")
|
|
41
41
|
pulumi.set(__self__, "service_routing_ospfv3_ipv4_feature_id", service_routing_ospfv3_ipv4_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 GetServiceLanVpnFeatureAssociateRoutingOspfv3Ipv4FeatureResult:
|
|
|
72
75
|
"""
|
|
73
76
|
return pulumi.get(self, "service_routing_ospfv3_ipv4_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 AwaitableGetServiceLanVpnFeatureAssociateRoutingOspfv3Ipv4FeatureResult(GetServiceLanVpnFeatureAssociateRoutingOspfv3Ipv4FeatureResult):
|
|
77
88
|
# pylint: disable=using-constant-test
|
|
@@ -82,7 +93,8 @@ class AwaitableGetServiceLanVpnFeatureAssociateRoutingOspfv3Ipv4FeatureResult(Ge
|
|
|
82
93
|
feature_profile_id=self.feature_profile_id,
|
|
83
94
|
id=self.id,
|
|
84
95
|
service_lan_vpn_feature_id=self.service_lan_vpn_feature_id,
|
|
85
|
-
service_routing_ospfv3_ipv4_feature_id=self.service_routing_ospfv3_ipv4_feature_id
|
|
96
|
+
service_routing_ospfv3_ipv4_feature_id=self.service_routing_ospfv3_ipv4_feature_id,
|
|
97
|
+
version=self.version)
|
|
86
98
|
|
|
87
99
|
|
|
88
100
|
def get_service_lan_vpn_feature_associate_routing_ospfv3_ipv4_feature(feature_profile_id: Optional[str] = None,
|
|
@@ -119,7 +131,8 @@ def get_service_lan_vpn_feature_associate_routing_ospfv3_ipv4_feature(feature_pr
|
|
|
119
131
|
feature_profile_id=pulumi.get(__ret__, 'feature_profile_id'),
|
|
120
132
|
id=pulumi.get(__ret__, 'id'),
|
|
121
133
|
service_lan_vpn_feature_id=pulumi.get(__ret__, 'service_lan_vpn_feature_id'),
|
|
122
|
-
service_routing_ospfv3_ipv4_feature_id=pulumi.get(__ret__, 'service_routing_ospfv3_ipv4_feature_id')
|
|
134
|
+
service_routing_ospfv3_ipv4_feature_id=pulumi.get(__ret__, 'service_routing_ospfv3_ipv4_feature_id'),
|
|
135
|
+
version=pulumi.get(__ret__, 'version'))
|
|
123
136
|
def get_service_lan_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
|
service_lan_vpn_feature_id: Optional[pulumi.Input[str]] = None,
|
|
@@ -153,4 +166,5 @@ def get_service_lan_vpn_feature_associate_routing_ospfv3_ipv4_feature_output(fea
|
|
|
153
166
|
feature_profile_id=pulumi.get(__response__, 'feature_profile_id'),
|
|
154
167
|
id=pulumi.get(__response__, 'id'),
|
|
155
168
|
service_lan_vpn_feature_id=pulumi.get(__response__, 'service_lan_vpn_feature_id'),
|
|
156
|
-
service_routing_ospfv3_ipv4_feature_id=pulumi.get(__response__, 'service_routing_ospfv3_ipv4_feature_id')
|
|
169
|
+
service_routing_ospfv3_ipv4_feature_id=pulumi.get(__response__, 'service_routing_ospfv3_ipv4_feature_id'),
|
|
170
|
+
version=pulumi.get(__response__, 'version')))
|
|
@@ -26,7 +26,7 @@ class GetServiceLanVpnFeatureAssociateRoutingOspfv3Ipv6FeatureResult:
|
|
|
26
26
|
"""
|
|
27
27
|
A collection of values returned by getServiceLanVpnFeatureAssociateRoutingOspfv3Ipv6Feature.
|
|
28
28
|
"""
|
|
29
|
-
def __init__(__self__, feature_profile_id=None, id=None, service_lan_vpn_feature_id=None, service_routing_ospfv3_ipv6_feature_id=None):
|
|
29
|
+
def __init__(__self__, feature_profile_id=None, id=None, service_lan_vpn_feature_id=None, service_routing_ospfv3_ipv6_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 GetServiceLanVpnFeatureAssociateRoutingOspfv3Ipv6FeatureResult:
|
|
|
39
39
|
if service_routing_ospfv3_ipv6_feature_id and not isinstance(service_routing_ospfv3_ipv6_feature_id, str):
|
|
40
40
|
raise TypeError("Expected argument 'service_routing_ospfv3_ipv6_feature_id' to be a str")
|
|
41
41
|
pulumi.set(__self__, "service_routing_ospfv3_ipv6_feature_id", service_routing_ospfv3_ipv6_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 GetServiceLanVpnFeatureAssociateRoutingOspfv3Ipv6FeatureResult:
|
|
|
72
75
|
"""
|
|
73
76
|
return pulumi.get(self, "service_routing_ospfv3_ipv6_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 AwaitableGetServiceLanVpnFeatureAssociateRoutingOspfv3Ipv6FeatureResult(GetServiceLanVpnFeatureAssociateRoutingOspfv3Ipv6FeatureResult):
|
|
77
88
|
# pylint: disable=using-constant-test
|
|
@@ -82,7 +93,8 @@ class AwaitableGetServiceLanVpnFeatureAssociateRoutingOspfv3Ipv6FeatureResult(Ge
|
|
|
82
93
|
feature_profile_id=self.feature_profile_id,
|
|
83
94
|
id=self.id,
|
|
84
95
|
service_lan_vpn_feature_id=self.service_lan_vpn_feature_id,
|
|
85
|
-
service_routing_ospfv3_ipv6_feature_id=self.service_routing_ospfv3_ipv6_feature_id
|
|
96
|
+
service_routing_ospfv3_ipv6_feature_id=self.service_routing_ospfv3_ipv6_feature_id,
|
|
97
|
+
version=self.version)
|
|
86
98
|
|
|
87
99
|
|
|
88
100
|
def get_service_lan_vpn_feature_associate_routing_ospfv3_ipv6_feature(feature_profile_id: Optional[str] = None,
|
|
@@ -119,7 +131,8 @@ def get_service_lan_vpn_feature_associate_routing_ospfv3_ipv6_feature(feature_pr
|
|
|
119
131
|
feature_profile_id=pulumi.get(__ret__, 'feature_profile_id'),
|
|
120
132
|
id=pulumi.get(__ret__, 'id'),
|
|
121
133
|
service_lan_vpn_feature_id=pulumi.get(__ret__, 'service_lan_vpn_feature_id'),
|
|
122
|
-
service_routing_ospfv3_ipv6_feature_id=pulumi.get(__ret__, 'service_routing_ospfv3_ipv6_feature_id')
|
|
134
|
+
service_routing_ospfv3_ipv6_feature_id=pulumi.get(__ret__, 'service_routing_ospfv3_ipv6_feature_id'),
|
|
135
|
+
version=pulumi.get(__ret__, 'version'))
|
|
123
136
|
def get_service_lan_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
|
service_lan_vpn_feature_id: Optional[pulumi.Input[str]] = None,
|
|
@@ -153,4 +166,5 @@ def get_service_lan_vpn_feature_associate_routing_ospfv3_ipv6_feature_output(fea
|
|
|
153
166
|
feature_profile_id=pulumi.get(__response__, 'feature_profile_id'),
|
|
154
167
|
id=pulumi.get(__response__, 'id'),
|
|
155
168
|
service_lan_vpn_feature_id=pulumi.get(__response__, 'service_lan_vpn_feature_id'),
|
|
156
|
-
service_routing_ospfv3_ipv6_feature_id=pulumi.get(__response__, 'service_routing_ospfv3_ipv6_feature_id')
|
|
169
|
+
service_routing_ospfv3_ipv6_feature_id=pulumi.get(__response__, 'service_routing_ospfv3_ipv6_feature_id'),
|
|
170
|
+
version=pulumi.get(__response__, 'version')))
|
pulumi_sdwan/get_service_lan_vpn_interface_ethernet_feature_associate_dhcp_server_feature.py
CHANGED
|
@@ -26,7 +26,7 @@ class GetServiceLanVpnInterfaceEthernetFeatureAssociateDhcpServerFeatureResult:
|
|
|
26
26
|
"""
|
|
27
27
|
A collection of values returned by getServiceLanVpnInterfaceEthernetFeatureAssociateDhcpServerFeature.
|
|
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_ethernet_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_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 GetServiceLanVpnInterfaceEthernetFeatureAssociateDhcpServerFeatureResult:
|
|
|
42
42
|
if service_lan_vpn_interface_ethernet_feature_id and not isinstance(service_lan_vpn_interface_ethernet_feature_id, str):
|
|
43
43
|
raise TypeError("Expected argument 'service_lan_vpn_interface_ethernet_feature_id' to be a str")
|
|
44
44
|
pulumi.set(__self__, "service_lan_vpn_interface_ethernet_feature_id", service_lan_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 GetServiceLanVpnInterfaceEthernetFeatureAssociateDhcpServerFeatureResult:
|
|
|
83
86
|
"""
|
|
84
87
|
return pulumi.get(self, "service_lan_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 AwaitableGetServiceLanVpnInterfaceEthernetFeatureAssociateDhcpServerFeatureResult(GetServiceLanVpnInterfaceEthernetFeatureAssociateDhcpServerFeatureResult):
|
|
88
99
|
# pylint: disable=using-constant-test
|
|
@@ -94,7 +105,8 @@ class AwaitableGetServiceLanVpnInterfaceEthernetFeatureAssociateDhcpServerFeatur
|
|
|
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_ethernet_feature_id=self.service_lan_vpn_interface_ethernet_feature_id
|
|
108
|
+
service_lan_vpn_interface_ethernet_feature_id=self.service_lan_vpn_interface_ethernet_feature_id,
|
|
109
|
+
version=self.version)
|
|
98
110
|
|
|
99
111
|
|
|
100
112
|
def get_service_lan_vpn_interface_ethernet_feature_associate_dhcp_server_feature(feature_profile_id: Optional[str] = None,
|
|
@@ -136,7 +148,8 @@ def get_service_lan_vpn_interface_ethernet_feature_associate_dhcp_server_feature
|
|
|
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_ethernet_feature_id=pulumi.get(__ret__, 'service_lan_vpn_interface_ethernet_feature_id')
|
|
151
|
+
service_lan_vpn_interface_ethernet_feature_id=pulumi.get(__ret__, 'service_lan_vpn_interface_ethernet_feature_id'),
|
|
152
|
+
version=pulumi.get(__ret__, 'version'))
|
|
140
153
|
def get_service_lan_vpn_interface_ethernet_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_ethernet_feature_associate_dhcp_server_feature
|
|
|
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_ethernet_feature_id=pulumi.get(__response__, 'service_lan_vpn_interface_ethernet_feature_id')
|
|
191
|
+
service_lan_vpn_interface_ethernet_feature_id=pulumi.get(__response__, 'service_lan_vpn_interface_ethernet_feature_id'),
|
|
192
|
+
version=pulumi.get(__response__, 'version')))
|
|
@@ -26,7 +26,7 @@ class GetServiceLanVpnInterfaceEthernetFeatureAssociateTrackerFeatureResult:
|
|
|
26
26
|
"""
|
|
27
27
|
A collection of values returned by getServiceLanVpnInterfaceEthernetFeatureAssociateTrackerFeature.
|
|
28
28
|
"""
|
|
29
|
-
def __init__(__self__, feature_profile_id=None, id=None, service_lan_vpn_feature_id=None, service_lan_vpn_interface_ethernet_feature_id=None, service_tracker_feature_id=None):
|
|
29
|
+
def __init__(__self__, feature_profile_id=None, id=None, service_lan_vpn_feature_id=None, service_lan_vpn_interface_ethernet_feature_id=None, service_tracker_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 GetServiceLanVpnInterfaceEthernetFeatureAssociateTrackerFeatureResult:
|
|
|
42
42
|
if service_tracker_feature_id and not isinstance(service_tracker_feature_id, str):
|
|
43
43
|
raise TypeError("Expected argument 'service_tracker_feature_id' to be a str")
|
|
44
44
|
pulumi.set(__self__, "service_tracker_feature_id", service_tracker_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 GetServiceLanVpnInterfaceEthernetFeatureAssociateTrackerFeatureResult:
|
|
|
83
86
|
"""
|
|
84
87
|
return pulumi.get(self, "service_tracker_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 AwaitableGetServiceLanVpnInterfaceEthernetFeatureAssociateTrackerFeatureResult(GetServiceLanVpnInterfaceEthernetFeatureAssociateTrackerFeatureResult):
|
|
88
99
|
# pylint: disable=using-constant-test
|
|
@@ -94,7 +105,8 @@ class AwaitableGetServiceLanVpnInterfaceEthernetFeatureAssociateTrackerFeatureRe
|
|
|
94
105
|
id=self.id,
|
|
95
106
|
service_lan_vpn_feature_id=self.service_lan_vpn_feature_id,
|
|
96
107
|
service_lan_vpn_interface_ethernet_feature_id=self.service_lan_vpn_interface_ethernet_feature_id,
|
|
97
|
-
service_tracker_feature_id=self.service_tracker_feature_id
|
|
108
|
+
service_tracker_feature_id=self.service_tracker_feature_id,
|
|
109
|
+
version=self.version)
|
|
98
110
|
|
|
99
111
|
|
|
100
112
|
def get_service_lan_vpn_interface_ethernet_feature_associate_tracker_feature(feature_profile_id: Optional[str] = None,
|
|
@@ -136,7 +148,8 @@ def get_service_lan_vpn_interface_ethernet_feature_associate_tracker_feature(fea
|
|
|
136
148
|
id=pulumi.get(__ret__, 'id'),
|
|
137
149
|
service_lan_vpn_feature_id=pulumi.get(__ret__, 'service_lan_vpn_feature_id'),
|
|
138
150
|
service_lan_vpn_interface_ethernet_feature_id=pulumi.get(__ret__, 'service_lan_vpn_interface_ethernet_feature_id'),
|
|
139
|
-
service_tracker_feature_id=pulumi.get(__ret__, 'service_tracker_feature_id')
|
|
151
|
+
service_tracker_feature_id=pulumi.get(__ret__, 'service_tracker_feature_id'),
|
|
152
|
+
version=pulumi.get(__ret__, 'version'))
|
|
140
153
|
def get_service_lan_vpn_interface_ethernet_feature_associate_tracker_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_ethernet_feature_associate_tracker_feature_out
|
|
|
175
188
|
id=pulumi.get(__response__, 'id'),
|
|
176
189
|
service_lan_vpn_feature_id=pulumi.get(__response__, 'service_lan_vpn_feature_id'),
|
|
177
190
|
service_lan_vpn_interface_ethernet_feature_id=pulumi.get(__response__, 'service_lan_vpn_interface_ethernet_feature_id'),
|
|
178
|
-
service_tracker_feature_id=pulumi.get(__response__, 'service_tracker_feature_id')
|
|
191
|
+
service_tracker_feature_id=pulumi.get(__response__, 'service_tracker_feature_id'),
|
|
192
|
+
version=pulumi.get(__response__, 'version')))
|
pulumi_sdwan/get_service_lan_vpn_interface_ethernet_feature_associate_tracker_group_feature.py
CHANGED
|
@@ -26,7 +26,7 @@ class GetServiceLanVpnInterfaceEthernetFeatureAssociateTrackerGroupFeatureResult
|
|
|
26
26
|
"""
|
|
27
27
|
A collection of values returned by getServiceLanVpnInterfaceEthernetFeatureAssociateTrackerGroupFeature.
|
|
28
28
|
"""
|
|
29
|
-
def __init__(__self__, feature_profile_id=None, id=None, service_lan_vpn_feature_id=None, service_lan_vpn_interface_ethernet_feature_id=None, service_tracker_group_feature_id=None):
|
|
29
|
+
def __init__(__self__, feature_profile_id=None, id=None, service_lan_vpn_feature_id=None, service_lan_vpn_interface_ethernet_feature_id=None, service_tracker_group_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 GetServiceLanVpnInterfaceEthernetFeatureAssociateTrackerGroupFeatureResult
|
|
|
42
42
|
if service_tracker_group_feature_id and not isinstance(service_tracker_group_feature_id, str):
|
|
43
43
|
raise TypeError("Expected argument 'service_tracker_group_feature_id' to be a str")
|
|
44
44
|
pulumi.set(__self__, "service_tracker_group_feature_id", service_tracker_group_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 GetServiceLanVpnInterfaceEthernetFeatureAssociateTrackerGroupFeatureResult
|
|
|
83
86
|
"""
|
|
84
87
|
return pulumi.get(self, "service_tracker_group_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 AwaitableGetServiceLanVpnInterfaceEthernetFeatureAssociateTrackerGroupFeatureResult(GetServiceLanVpnInterfaceEthernetFeatureAssociateTrackerGroupFeatureResult):
|
|
88
99
|
# pylint: disable=using-constant-test
|
|
@@ -94,7 +105,8 @@ class AwaitableGetServiceLanVpnInterfaceEthernetFeatureAssociateTrackerGroupFeat
|
|
|
94
105
|
id=self.id,
|
|
95
106
|
service_lan_vpn_feature_id=self.service_lan_vpn_feature_id,
|
|
96
107
|
service_lan_vpn_interface_ethernet_feature_id=self.service_lan_vpn_interface_ethernet_feature_id,
|
|
97
|
-
service_tracker_group_feature_id=self.service_tracker_group_feature_id
|
|
108
|
+
service_tracker_group_feature_id=self.service_tracker_group_feature_id,
|
|
109
|
+
version=self.version)
|
|
98
110
|
|
|
99
111
|
|
|
100
112
|
def get_service_lan_vpn_interface_ethernet_feature_associate_tracker_group_feature(feature_profile_id: Optional[str] = None,
|
|
@@ -136,7 +148,8 @@ def get_service_lan_vpn_interface_ethernet_feature_associate_tracker_group_featu
|
|
|
136
148
|
id=pulumi.get(__ret__, 'id'),
|
|
137
149
|
service_lan_vpn_feature_id=pulumi.get(__ret__, 'service_lan_vpn_feature_id'),
|
|
138
150
|
service_lan_vpn_interface_ethernet_feature_id=pulumi.get(__ret__, 'service_lan_vpn_interface_ethernet_feature_id'),
|
|
139
|
-
service_tracker_group_feature_id=pulumi.get(__ret__, 'service_tracker_group_feature_id')
|
|
151
|
+
service_tracker_group_feature_id=pulumi.get(__ret__, 'service_tracker_group_feature_id'),
|
|
152
|
+
version=pulumi.get(__ret__, 'version'))
|
|
140
153
|
def get_service_lan_vpn_interface_ethernet_feature_associate_tracker_group_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_ethernet_feature_associate_tracker_group_featu
|
|
|
175
188
|
id=pulumi.get(__response__, 'id'),
|
|
176
189
|
service_lan_vpn_feature_id=pulumi.get(__response__, 'service_lan_vpn_feature_id'),
|
|
177
190
|
service_lan_vpn_interface_ethernet_feature_id=pulumi.get(__response__, 'service_lan_vpn_interface_ethernet_feature_id'),
|
|
178
|
-
service_tracker_group_feature_id=pulumi.get(__response__, 'service_tracker_group_feature_id')
|
|
191
|
+
service_tracker_group_feature_id=pulumi.get(__response__, 'service_tracker_group_feature_id'),
|
|
192
|
+
version=pulumi.get(__response__, 'version')))
|
|
@@ -26,7 +26,7 @@ class GetServiceLanVpnInterfaceIpsecFeatureAssociateDhcpServerFeatureResult:
|
|
|
26
26
|
"""
|
|
27
27
|
A collection of values returned by getServiceLanVpnInterfaceIpsecFeatureAssociateDhcpServerFeature.
|
|
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_ipsec_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_ipsec_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 GetServiceLanVpnInterfaceIpsecFeatureAssociateDhcpServerFeatureResult:
|
|
|
42
42
|
if service_lan_vpn_interface_ipsec_feature_id and not isinstance(service_lan_vpn_interface_ipsec_feature_id, str):
|
|
43
43
|
raise TypeError("Expected argument 'service_lan_vpn_interface_ipsec_feature_id' to be a str")
|
|
44
44
|
pulumi.set(__self__, "service_lan_vpn_interface_ipsec_feature_id", service_lan_vpn_interface_ipsec_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 GetServiceLanVpnInterfaceIpsecFeatureAssociateDhcpServerFeatureResult:
|
|
|
83
86
|
"""
|
|
84
87
|
return pulumi.get(self, "service_lan_vpn_interface_ipsec_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 AwaitableGetServiceLanVpnInterfaceIpsecFeatureAssociateDhcpServerFeatureResult(GetServiceLanVpnInterfaceIpsecFeatureAssociateDhcpServerFeatureResult):
|
|
88
99
|
# pylint: disable=using-constant-test
|
|
@@ -94,7 +105,8 @@ class AwaitableGetServiceLanVpnInterfaceIpsecFeatureAssociateDhcpServerFeatureRe
|
|
|
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_ipsec_feature_id=self.service_lan_vpn_interface_ipsec_feature_id
|
|
108
|
+
service_lan_vpn_interface_ipsec_feature_id=self.service_lan_vpn_interface_ipsec_feature_id,
|
|
109
|
+
version=self.version)
|
|
98
110
|
|
|
99
111
|
|
|
100
112
|
def get_service_lan_vpn_interface_ipsec_feature_associate_dhcp_server_feature(feature_profile_id: Optional[str] = None,
|
|
@@ -136,7 +148,8 @@ def get_service_lan_vpn_interface_ipsec_feature_associate_dhcp_server_feature(fe
|
|
|
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_ipsec_feature_id=pulumi.get(__ret__, 'service_lan_vpn_interface_ipsec_feature_id')
|
|
151
|
+
service_lan_vpn_interface_ipsec_feature_id=pulumi.get(__ret__, 'service_lan_vpn_interface_ipsec_feature_id'),
|
|
152
|
+
version=pulumi.get(__ret__, 'version'))
|
|
140
153
|
def get_service_lan_vpn_interface_ipsec_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_ipsec_feature_associate_dhcp_server_feature_ou
|
|
|
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_ipsec_feature_id=pulumi.get(__response__, 'service_lan_vpn_interface_ipsec_feature_id')
|
|
191
|
+
service_lan_vpn_interface_ipsec_feature_id=pulumi.get(__response__, 'service_lan_vpn_interface_ipsec_feature_id'),
|
|
192
|
+
version=pulumi.get(__response__, 'version')))
|