pulumi-sdwan 0.2.0a1726034734__py3-none-any.whl → 0.2.0a1726207515__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pulumi-sdwan might be problematic. Click here for more details.
- pulumi_sdwan/__init__.py +520 -129
- pulumi_sdwan/_inputs.py +19584 -8750
- pulumi_sdwan/{application_priority_qos_policy_profile_parcel.py → application_priority_qos_policy.py} +52 -52
- pulumi_sdwan/{cli_config_profile_parcel.py → cli_config_feature.py} +36 -36
- pulumi_sdwan/custom_control_topology_policy_definition.py +18 -19
- pulumi_sdwan/dns_security_policy_definition.py +2 -2
- pulumi_sdwan/{get_application_priority_qos_policy_profile_parcel.py → get_application_priority_qos_policy.py} +28 -28
- pulumi_sdwan/{get_cli_config_profile_parcel.py → get_cli_config_feature.py} +23 -23
- pulumi_sdwan/get_device.py +2 -2
- pulumi_sdwan/get_other_feature_profile.py +117 -0
- pulumi_sdwan/get_other_thousandeyes_feature.py +164 -0
- pulumi_sdwan/get_other_ucse_feature.py +327 -0
- pulumi_sdwan/get_policy_object_class_map.py +164 -0
- pulumi_sdwan/get_policy_object_color_list.py +164 -0
- pulumi_sdwan/get_policy_object_data_ipv4_prefix_list.py +164 -0
- pulumi_sdwan/get_policy_object_data_ipv6_prefix_list.py +164 -0
- pulumi_sdwan/get_policy_object_expanded_community_list.py +176 -0
- pulumi_sdwan/get_policy_object_extended_community_list.py +164 -0
- pulumi_sdwan/get_policy_object_feature_profile.py +90 -0
- pulumi_sdwan/get_policy_object_ipv4_prefix_list.py +164 -0
- pulumi_sdwan/get_policy_object_ipv6_prefix_list.py +164 -0
- pulumi_sdwan/get_policy_object_mirror.py +164 -0
- pulumi_sdwan/get_policy_object_policer.py +164 -0
- pulumi_sdwan/get_policy_object_tloc_list.py +164 -0
- pulumi_sdwan/{get_service_lan_vpn_profile_parcel.py → get_service_lan_vpn_feature.py} +47 -47
- pulumi_sdwan/{get_service_lan_vpn_interface_ethernet_profile_parcel.py → get_service_lan_vpn_interface_ethernet_feature.py} +75 -75
- pulumi_sdwan/get_service_lan_vpn_interface_gre_feature.py +528 -0
- pulumi_sdwan/get_service_lan_vpn_interface_ipsec_feature.py +919 -0
- pulumi_sdwan/get_service_lan_vpn_interface_svi_feature.py +613 -0
- pulumi_sdwan/get_service_object_tracker_feature.py +293 -0
- pulumi_sdwan/get_service_object_tracker_group_feature.py +216 -0
- pulumi_sdwan/get_service_route_policy_feature.py +177 -0
- pulumi_sdwan/get_service_routing_bgp_feature.py +795 -0
- pulumi_sdwan/get_service_routing_ospf_feature.py +525 -0
- pulumi_sdwan/get_service_routing_ospfv3_ipv4_feature.py +603 -0
- pulumi_sdwan/get_service_routing_ospfv3_ipv6_feature.py +603 -0
- pulumi_sdwan/get_service_switchport_feature.py +203 -0
- pulumi_sdwan/{get_service_tracker_profile_parcel.py → get_service_tracker_feature.py} +27 -27
- pulumi_sdwan/get_service_tracker_group_feature.py +190 -0
- pulumi_sdwan/{get_system_aaa_profile_parcel.py → get_system_aaa_feature.py} +32 -32
- pulumi_sdwan/{get_system_banner_profile_parcel.py → get_system_banner_feature.py} +27 -27
- pulumi_sdwan/{get_system_basic_profile_parcel.py → get_system_basic_feature.py} +35 -35
- pulumi_sdwan/{get_system_bfd_profile_parcel.py → get_system_bfd_feature.py} +28 -28
- pulumi_sdwan/{get_system_flexible_port_speed_profile_parcel.py → get_system_flexible_port_speed_feature.py} +27 -27
- pulumi_sdwan/{get_system_global_profile_parcel.py → get_system_global_feature.py} +27 -27
- pulumi_sdwan/get_system_ipv4_device_access_feature.py +177 -0
- pulumi_sdwan/get_system_ipv6_device_access_feature.py +177 -0
- pulumi_sdwan/{get_system_logging_profile_parcel.py → get_system_logging_feature.py} +30 -30
- pulumi_sdwan/{get_system_mrf_profile_parcel.py → get_system_mrf_feature.py} +27 -27
- pulumi_sdwan/{get_system_ntp_profile_parcel.py → get_system_ntp_feature.py} +29 -29
- pulumi_sdwan/{get_system_omp_profile_parcel.py → get_system_omp_feature.py} +27 -27
- pulumi_sdwan/{get_system_performance_monitoring_profile_parcel.py → get_system_performance_monitoring_feature.py} +27 -27
- pulumi_sdwan/{get_system_remote_access_profile_parcel.py → get_system_remote_access_feature.py} +76 -122
- pulumi_sdwan/{get_system_security_profile_parcel.py → get_system_security_feature.py} +29 -29
- pulumi_sdwan/{get_system_snmp_profile_parcel.py → get_system_snmp_feature.py} +32 -32
- pulumi_sdwan/get_transport_gps_feature.py +306 -0
- pulumi_sdwan/{get_transport_ipv6_tracker_profile_parcel.py → get_transport_ipv6_tracker_feature.py} +27 -27
- pulumi_sdwan/get_transport_ipv6_tracker_group_feature.py +216 -0
- pulumi_sdwan/{get_transport_management_vpn_profile_parcel.py → get_transport_management_vpn_feature.py} +59 -59
- pulumi_sdwan/{get_transport_management_vpn_interface_ethernet_profile_parcel.py → get_transport_management_vpn_interface_ethernet_feature.py} +69 -69
- pulumi_sdwan/get_transport_route_policy_feature.py +177 -0
- pulumi_sdwan/{get_transport_routing_bgp_profile_parcel.py → get_transport_routing_bgp_feature.py} +36 -36
- pulumi_sdwan/get_transport_routing_ospf_feature.py +525 -0
- pulumi_sdwan/get_transport_routing_ospfv3_ipv4_feature.py +603 -0
- pulumi_sdwan/get_transport_routing_ospfv3_ipv6_feature.py +603 -0
- pulumi_sdwan/get_transport_tracker_feature.py +384 -0
- pulumi_sdwan/get_transport_tracker_group_feature.py +190 -0
- pulumi_sdwan/{get_transport_wan_vpn_profile_parcel.py → get_transport_wan_vpn_feature.py} +32 -32
- pulumi_sdwan/get_transport_wan_vpn_interface_cellular_feature.py +1774 -0
- pulumi_sdwan/{get_transport_wan_vpn_interface_ethernet_profile_parcel.py → get_transport_wan_vpn_interface_ethernet_feature.py} +133 -133
- pulumi_sdwan/get_transport_wan_vpn_interface_gre_feature.py +528 -0
- pulumi_sdwan/get_transport_wan_vpn_interface_ipsec_feature.py +919 -0
- pulumi_sdwan/get_transport_wan_vpn_interface_t1_e1_serial_feature.py +1465 -0
- pulumi_sdwan/get_zone_based_firewall_policy_definition.py +177 -0
- pulumi_sdwan/other_feature_profile.py +227 -0
- pulumi_sdwan/other_thousandeyes_feature.py +331 -0
- pulumi_sdwan/other_ucse_feature.py +948 -0
- pulumi_sdwan/outputs.py +46733 -29015
- pulumi_sdwan/policy_object_class_map.py +362 -0
- pulumi_sdwan/policy_object_color_list.py +362 -0
- pulumi_sdwan/policy_object_data_ipv4_prefix_list.py +332 -0
- pulumi_sdwan/policy_object_data_ipv6_prefix_list.py +332 -0
- pulumi_sdwan/policy_object_expanded_community_list.py +403 -0
- pulumi_sdwan/policy_object_extended_community_list.py +332 -0
- pulumi_sdwan/policy_object_feature_profile.py +227 -0
- pulumi_sdwan/policy_object_ipv4_prefix_list.py +332 -0
- pulumi_sdwan/policy_object_ipv6_prefix_list.py +332 -0
- pulumi_sdwan/policy_object_mirror.py +332 -0
- pulumi_sdwan/policy_object_policer.py +332 -0
- pulumi_sdwan/policy_object_tloc_list.py +332 -0
- pulumi_sdwan/pulumi-plugin.json +1 -1
- pulumi_sdwan/security_policy.py +8 -8
- pulumi_sdwan/{service_lan_vpn_profile_parcel.py → service_lan_vpn_feature.py} +298 -298
- pulumi_sdwan/{service_lan_vpn_interface_ethernet_profile_parcel.py → service_lan_vpn_interface_ethernet_feature.py} +264 -264
- pulumi_sdwan/service_lan_vpn_interface_gre_feature.py +1712 -0
- pulumi_sdwan/service_lan_vpn_interface_ipsec_feature.py +3269 -0
- pulumi_sdwan/service_lan_vpn_interface_svi_feature.py +1960 -0
- pulumi_sdwan/service_object_tracker_feature.py +858 -0
- pulumi_sdwan/service_object_tracker_group_feature.py +519 -0
- pulumi_sdwan/service_route_policy_feature.py +378 -0
- pulumi_sdwan/service_routing_bgp_feature.py +2614 -0
- pulumi_sdwan/service_routing_ospf_feature.py +1634 -0
- pulumi_sdwan/service_routing_ospfv3_ipv4_feature.py +1916 -0
- pulumi_sdwan/service_routing_ospfv3_ipv6_feature.py +1916 -0
- pulumi_sdwan/service_switchport_feature.py +472 -0
- pulumi_sdwan/{service_tracker_profile_parcel.py → service_tracker_feature.py} +57 -58
- pulumi_sdwan/service_tracker_group_feature.py +425 -0
- pulumi_sdwan/{system_aaa_profile_parcel.py → system_aaa_feature.py} +108 -108
- pulumi_sdwan/{system_banner_profile_parcel.py → system_banner_feature.py} +40 -40
- pulumi_sdwan/{system_basic_profile_parcel.py → system_basic_feature.py} +94 -94
- pulumi_sdwan/{system_bfd_profile_parcel.py → system_bfd_feature.py} +52 -52
- pulumi_sdwan/{system_flexible_port_speed_profile_parcel.py → system_flexible_port_speed_feature.py} +40 -40
- pulumi_sdwan/{system_global_profile_parcel.py → system_global_feature.py} +40 -40
- pulumi_sdwan/system_ipv4_device_access_feature.py +378 -0
- pulumi_sdwan/system_ipv6_device_access_feature.py +378 -0
- pulumi_sdwan/{system_logging_profile_parcel.py → system_logging_feature.py} +80 -80
- pulumi_sdwan/{system_mrf_profile_parcel.py → system_mrf_feature.py} +40 -40
- pulumi_sdwan/{system_ntp_profile_parcel.py → system_ntp_feature.py} +66 -66
- pulumi_sdwan/{system_omp_profile_parcel.py → system_omp_feature.py} +40 -40
- pulumi_sdwan/{system_performance_monitoring_profile_parcel.py → system_performance_monitoring_feature.py} +40 -40
- pulumi_sdwan/{system_remote_access_profile_parcel.py → system_remote_access_feature.py} +368 -470
- pulumi_sdwan/{system_security_profile_parcel.py → system_security_feature.py} +66 -66
- pulumi_sdwan/{system_snmp_profile_parcel.py → system_snmp_feature.py} +107 -107
- pulumi_sdwan/transport_gps_feature.py +882 -0
- pulumi_sdwan/{transport_ipv6_tracker_profile_parcel.py → transport_ipv6_tracker_feature.py} +57 -58
- pulumi_sdwan/transport_ipv6_tracker_group_feature.py +520 -0
- pulumi_sdwan/{transport_management_vpn_profile_parcel.py → transport_management_vpn_feature.py} +172 -172
- pulumi_sdwan/{transport_management_vpn_interface_ethernet_profile_parcel.py → transport_management_vpn_interface_ethernet_feature.py} +193 -194
- pulumi_sdwan/transport_route_policy_feature.py +378 -0
- pulumi_sdwan/{transport_routing_bgp_profile_parcel.py → transport_routing_bgp_feature.py} +181 -182
- pulumi_sdwan/transport_routing_ospf_feature.py +1634 -0
- pulumi_sdwan/transport_routing_ospfv3_ipv4_feature.py +1916 -0
- pulumi_sdwan/transport_routing_ospfv3_ipv6_feature.py +1916 -0
- pulumi_sdwan/transport_tracker_feature.py +1170 -0
- pulumi_sdwan/transport_tracker_group_feature.py +425 -0
- pulumi_sdwan/{transport_wan_vpn_profile_parcel.py → transport_wan_vpn_feature.py} +104 -104
- pulumi_sdwan/transport_wan_vpn_interface_cellular_feature.py +6168 -0
- pulumi_sdwan/{transport_wan_vpn_interface_ethernet_profile_parcel.py → transport_wan_vpn_interface_ethernet_feature.py} +483 -483
- pulumi_sdwan/transport_wan_vpn_interface_gre_feature.py +1708 -0
- pulumi_sdwan/transport_wan_vpn_interface_ipsec_feature.py +3259 -0
- pulumi_sdwan/transport_wan_vpn_interface_t1_e1_serial_feature.py +5215 -0
- pulumi_sdwan/zone_based_firewall_policy_definition.py +401 -0
- {pulumi_sdwan-0.2.0a1726034734.dist-info → pulumi_sdwan-0.2.0a1726207515.dist-info}/METADATA +1 -1
- {pulumi_sdwan-0.2.0a1726034734.dist-info → pulumi_sdwan-0.2.0a1726207515.dist-info}/RECORD +146 -67
- pulumi_sdwan/configuration_group_deploy.py +0 -224
- pulumi_sdwan/configuration_group_device_variables.py +0 -293
- pulumi_sdwan/configuration_group_devices.py +0 -236
- pulumi_sdwan/get_configuration_group_device_variables.py +0 -144
- pulumi_sdwan/get_configuration_group_devices.py +0 -118
- {pulumi_sdwan-0.2.0a1726034734.dist-info → pulumi_sdwan-0.2.0a1726207515.dist-info}/WHEEL +0 -0
- {pulumi_sdwan-0.2.0a1726034734.dist-info → pulumi_sdwan-0.2.0a1726207515.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,164 @@
|
|
|
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 pulumi
|
|
8
|
+
import pulumi.runtime
|
|
9
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
10
|
+
from . import _utilities
|
|
11
|
+
from . import outputs
|
|
12
|
+
|
|
13
|
+
__all__ = [
|
|
14
|
+
'GetPolicyObjectPolicerResult',
|
|
15
|
+
'AwaitableGetPolicyObjectPolicerResult',
|
|
16
|
+
'get_policy_object_policer',
|
|
17
|
+
'get_policy_object_policer_output',
|
|
18
|
+
]
|
|
19
|
+
|
|
20
|
+
@pulumi.output_type
|
|
21
|
+
class GetPolicyObjectPolicerResult:
|
|
22
|
+
"""
|
|
23
|
+
A collection of values returned by getPolicyObjectPolicer.
|
|
24
|
+
"""
|
|
25
|
+
def __init__(__self__, description=None, entries=None, feature_profile_id=None, id=None, name=None, version=None):
|
|
26
|
+
if description and not isinstance(description, str):
|
|
27
|
+
raise TypeError("Expected argument 'description' to be a str")
|
|
28
|
+
pulumi.set(__self__, "description", description)
|
|
29
|
+
if entries and not isinstance(entries, list):
|
|
30
|
+
raise TypeError("Expected argument 'entries' to be a list")
|
|
31
|
+
pulumi.set(__self__, "entries", entries)
|
|
32
|
+
if feature_profile_id and not isinstance(feature_profile_id, str):
|
|
33
|
+
raise TypeError("Expected argument 'feature_profile_id' to be a str")
|
|
34
|
+
pulumi.set(__self__, "feature_profile_id", feature_profile_id)
|
|
35
|
+
if id and not isinstance(id, str):
|
|
36
|
+
raise TypeError("Expected argument 'id' to be a str")
|
|
37
|
+
pulumi.set(__self__, "id", id)
|
|
38
|
+
if name and not isinstance(name, str):
|
|
39
|
+
raise TypeError("Expected argument 'name' to be a str")
|
|
40
|
+
pulumi.set(__self__, "name", name)
|
|
41
|
+
if version and not isinstance(version, int):
|
|
42
|
+
raise TypeError("Expected argument 'version' to be a int")
|
|
43
|
+
pulumi.set(__self__, "version", version)
|
|
44
|
+
|
|
45
|
+
@property
|
|
46
|
+
@pulumi.getter
|
|
47
|
+
def description(self) -> str:
|
|
48
|
+
"""
|
|
49
|
+
The description of the Policy_object
|
|
50
|
+
"""
|
|
51
|
+
return pulumi.get(self, "description")
|
|
52
|
+
|
|
53
|
+
@property
|
|
54
|
+
@pulumi.getter
|
|
55
|
+
def entries(self) -> Sequence['outputs.GetPolicyObjectPolicerEntryResult']:
|
|
56
|
+
"""
|
|
57
|
+
Policer Entries
|
|
58
|
+
"""
|
|
59
|
+
return pulumi.get(self, "entries")
|
|
60
|
+
|
|
61
|
+
@property
|
|
62
|
+
@pulumi.getter(name="featureProfileId")
|
|
63
|
+
def feature_profile_id(self) -> str:
|
|
64
|
+
"""
|
|
65
|
+
Feature Profile ID
|
|
66
|
+
"""
|
|
67
|
+
return pulumi.get(self, "feature_profile_id")
|
|
68
|
+
|
|
69
|
+
@property
|
|
70
|
+
@pulumi.getter
|
|
71
|
+
def id(self) -> str:
|
|
72
|
+
"""
|
|
73
|
+
The id of the Policy_object
|
|
74
|
+
"""
|
|
75
|
+
return pulumi.get(self, "id")
|
|
76
|
+
|
|
77
|
+
@property
|
|
78
|
+
@pulumi.getter
|
|
79
|
+
def name(self) -> str:
|
|
80
|
+
"""
|
|
81
|
+
The name of the Policy_object
|
|
82
|
+
"""
|
|
83
|
+
return pulumi.get(self, "name")
|
|
84
|
+
|
|
85
|
+
@property
|
|
86
|
+
@pulumi.getter
|
|
87
|
+
def version(self) -> int:
|
|
88
|
+
"""
|
|
89
|
+
The version of the Policy_object
|
|
90
|
+
"""
|
|
91
|
+
return pulumi.get(self, "version")
|
|
92
|
+
|
|
93
|
+
|
|
94
|
+
class AwaitableGetPolicyObjectPolicerResult(GetPolicyObjectPolicerResult):
|
|
95
|
+
# pylint: disable=using-constant-test
|
|
96
|
+
def __await__(self):
|
|
97
|
+
if False:
|
|
98
|
+
yield self
|
|
99
|
+
return GetPolicyObjectPolicerResult(
|
|
100
|
+
description=self.description,
|
|
101
|
+
entries=self.entries,
|
|
102
|
+
feature_profile_id=self.feature_profile_id,
|
|
103
|
+
id=self.id,
|
|
104
|
+
name=self.name,
|
|
105
|
+
version=self.version)
|
|
106
|
+
|
|
107
|
+
|
|
108
|
+
def get_policy_object_policer(feature_profile_id: Optional[str] = None,
|
|
109
|
+
id: Optional[str] = None,
|
|
110
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetPolicyObjectPolicerResult:
|
|
111
|
+
"""
|
|
112
|
+
This data source can read the Policy Object Policer Policy_object.
|
|
113
|
+
|
|
114
|
+
## Example Usage
|
|
115
|
+
|
|
116
|
+
```python
|
|
117
|
+
import pulumi
|
|
118
|
+
import pulumi_sdwan as sdwan
|
|
119
|
+
|
|
120
|
+
example = sdwan.get_policy_object_policer(id="f6b2c44c-693c-4763-b010-895aa3d236bd",
|
|
121
|
+
feature_profile_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac")
|
|
122
|
+
```
|
|
123
|
+
|
|
124
|
+
|
|
125
|
+
:param str feature_profile_id: Feature Profile ID
|
|
126
|
+
:param str id: The id of the Policy_object
|
|
127
|
+
"""
|
|
128
|
+
__args__ = dict()
|
|
129
|
+
__args__['featureProfileId'] = feature_profile_id
|
|
130
|
+
__args__['id'] = id
|
|
131
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
132
|
+
__ret__ = pulumi.runtime.invoke('sdwan:index/getPolicyObjectPolicer:getPolicyObjectPolicer', __args__, opts=opts, typ=GetPolicyObjectPolicerResult).value
|
|
133
|
+
|
|
134
|
+
return AwaitableGetPolicyObjectPolicerResult(
|
|
135
|
+
description=pulumi.get(__ret__, 'description'),
|
|
136
|
+
entries=pulumi.get(__ret__, 'entries'),
|
|
137
|
+
feature_profile_id=pulumi.get(__ret__, 'feature_profile_id'),
|
|
138
|
+
id=pulumi.get(__ret__, 'id'),
|
|
139
|
+
name=pulumi.get(__ret__, 'name'),
|
|
140
|
+
version=pulumi.get(__ret__, 'version'))
|
|
141
|
+
|
|
142
|
+
|
|
143
|
+
@_utilities.lift_output_func(get_policy_object_policer)
|
|
144
|
+
def get_policy_object_policer_output(feature_profile_id: Optional[pulumi.Input[str]] = None,
|
|
145
|
+
id: Optional[pulumi.Input[str]] = None,
|
|
146
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetPolicyObjectPolicerResult]:
|
|
147
|
+
"""
|
|
148
|
+
This data source can read the Policy Object Policer Policy_object.
|
|
149
|
+
|
|
150
|
+
## Example Usage
|
|
151
|
+
|
|
152
|
+
```python
|
|
153
|
+
import pulumi
|
|
154
|
+
import pulumi_sdwan as sdwan
|
|
155
|
+
|
|
156
|
+
example = sdwan.get_policy_object_policer(id="f6b2c44c-693c-4763-b010-895aa3d236bd",
|
|
157
|
+
feature_profile_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac")
|
|
158
|
+
```
|
|
159
|
+
|
|
160
|
+
|
|
161
|
+
:param str feature_profile_id: Feature Profile ID
|
|
162
|
+
:param str id: The id of the Policy_object
|
|
163
|
+
"""
|
|
164
|
+
...
|
|
@@ -0,0 +1,164 @@
|
|
|
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 pulumi
|
|
8
|
+
import pulumi.runtime
|
|
9
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
10
|
+
from . import _utilities
|
|
11
|
+
from . import outputs
|
|
12
|
+
|
|
13
|
+
__all__ = [
|
|
14
|
+
'GetPolicyObjectTlocListResult',
|
|
15
|
+
'AwaitableGetPolicyObjectTlocListResult',
|
|
16
|
+
'get_policy_object_tloc_list',
|
|
17
|
+
'get_policy_object_tloc_list_output',
|
|
18
|
+
]
|
|
19
|
+
|
|
20
|
+
@pulumi.output_type
|
|
21
|
+
class GetPolicyObjectTlocListResult:
|
|
22
|
+
"""
|
|
23
|
+
A collection of values returned by getPolicyObjectTlocList.
|
|
24
|
+
"""
|
|
25
|
+
def __init__(__self__, description=None, entries=None, feature_profile_id=None, id=None, name=None, version=None):
|
|
26
|
+
if description and not isinstance(description, str):
|
|
27
|
+
raise TypeError("Expected argument 'description' to be a str")
|
|
28
|
+
pulumi.set(__self__, "description", description)
|
|
29
|
+
if entries and not isinstance(entries, list):
|
|
30
|
+
raise TypeError("Expected argument 'entries' to be a list")
|
|
31
|
+
pulumi.set(__self__, "entries", entries)
|
|
32
|
+
if feature_profile_id and not isinstance(feature_profile_id, str):
|
|
33
|
+
raise TypeError("Expected argument 'feature_profile_id' to be a str")
|
|
34
|
+
pulumi.set(__self__, "feature_profile_id", feature_profile_id)
|
|
35
|
+
if id and not isinstance(id, str):
|
|
36
|
+
raise TypeError("Expected argument 'id' to be a str")
|
|
37
|
+
pulumi.set(__self__, "id", id)
|
|
38
|
+
if name and not isinstance(name, str):
|
|
39
|
+
raise TypeError("Expected argument 'name' to be a str")
|
|
40
|
+
pulumi.set(__self__, "name", name)
|
|
41
|
+
if version and not isinstance(version, int):
|
|
42
|
+
raise TypeError("Expected argument 'version' to be a int")
|
|
43
|
+
pulumi.set(__self__, "version", version)
|
|
44
|
+
|
|
45
|
+
@property
|
|
46
|
+
@pulumi.getter
|
|
47
|
+
def description(self) -> str:
|
|
48
|
+
"""
|
|
49
|
+
The description of the Policy_object
|
|
50
|
+
"""
|
|
51
|
+
return pulumi.get(self, "description")
|
|
52
|
+
|
|
53
|
+
@property
|
|
54
|
+
@pulumi.getter
|
|
55
|
+
def entries(self) -> Sequence['outputs.GetPolicyObjectTlocListEntryResult']:
|
|
56
|
+
"""
|
|
57
|
+
TLOC List
|
|
58
|
+
"""
|
|
59
|
+
return pulumi.get(self, "entries")
|
|
60
|
+
|
|
61
|
+
@property
|
|
62
|
+
@pulumi.getter(name="featureProfileId")
|
|
63
|
+
def feature_profile_id(self) -> str:
|
|
64
|
+
"""
|
|
65
|
+
Feature Profile ID
|
|
66
|
+
"""
|
|
67
|
+
return pulumi.get(self, "feature_profile_id")
|
|
68
|
+
|
|
69
|
+
@property
|
|
70
|
+
@pulumi.getter
|
|
71
|
+
def id(self) -> str:
|
|
72
|
+
"""
|
|
73
|
+
The id of the Policy_object
|
|
74
|
+
"""
|
|
75
|
+
return pulumi.get(self, "id")
|
|
76
|
+
|
|
77
|
+
@property
|
|
78
|
+
@pulumi.getter
|
|
79
|
+
def name(self) -> str:
|
|
80
|
+
"""
|
|
81
|
+
The name of the Policy_object
|
|
82
|
+
"""
|
|
83
|
+
return pulumi.get(self, "name")
|
|
84
|
+
|
|
85
|
+
@property
|
|
86
|
+
@pulumi.getter
|
|
87
|
+
def version(self) -> int:
|
|
88
|
+
"""
|
|
89
|
+
The version of the Policy_object
|
|
90
|
+
"""
|
|
91
|
+
return pulumi.get(self, "version")
|
|
92
|
+
|
|
93
|
+
|
|
94
|
+
class AwaitableGetPolicyObjectTlocListResult(GetPolicyObjectTlocListResult):
|
|
95
|
+
# pylint: disable=using-constant-test
|
|
96
|
+
def __await__(self):
|
|
97
|
+
if False:
|
|
98
|
+
yield self
|
|
99
|
+
return GetPolicyObjectTlocListResult(
|
|
100
|
+
description=self.description,
|
|
101
|
+
entries=self.entries,
|
|
102
|
+
feature_profile_id=self.feature_profile_id,
|
|
103
|
+
id=self.id,
|
|
104
|
+
name=self.name,
|
|
105
|
+
version=self.version)
|
|
106
|
+
|
|
107
|
+
|
|
108
|
+
def get_policy_object_tloc_list(feature_profile_id: Optional[str] = None,
|
|
109
|
+
id: Optional[str] = None,
|
|
110
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetPolicyObjectTlocListResult:
|
|
111
|
+
"""
|
|
112
|
+
This data source can read the Policy Object TLOC List Policy_object.
|
|
113
|
+
|
|
114
|
+
## Example Usage
|
|
115
|
+
|
|
116
|
+
```python
|
|
117
|
+
import pulumi
|
|
118
|
+
import pulumi_sdwan as sdwan
|
|
119
|
+
|
|
120
|
+
example = sdwan.get_policy_object_tloc_list(id="f6b2c44c-693c-4763-b010-895aa3d236bd",
|
|
121
|
+
feature_profile_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac")
|
|
122
|
+
```
|
|
123
|
+
|
|
124
|
+
|
|
125
|
+
:param str feature_profile_id: Feature Profile ID
|
|
126
|
+
:param str id: The id of the Policy_object
|
|
127
|
+
"""
|
|
128
|
+
__args__ = dict()
|
|
129
|
+
__args__['featureProfileId'] = feature_profile_id
|
|
130
|
+
__args__['id'] = id
|
|
131
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
132
|
+
__ret__ = pulumi.runtime.invoke('sdwan:index/getPolicyObjectTlocList:getPolicyObjectTlocList', __args__, opts=opts, typ=GetPolicyObjectTlocListResult).value
|
|
133
|
+
|
|
134
|
+
return AwaitableGetPolicyObjectTlocListResult(
|
|
135
|
+
description=pulumi.get(__ret__, 'description'),
|
|
136
|
+
entries=pulumi.get(__ret__, 'entries'),
|
|
137
|
+
feature_profile_id=pulumi.get(__ret__, 'feature_profile_id'),
|
|
138
|
+
id=pulumi.get(__ret__, 'id'),
|
|
139
|
+
name=pulumi.get(__ret__, 'name'),
|
|
140
|
+
version=pulumi.get(__ret__, 'version'))
|
|
141
|
+
|
|
142
|
+
|
|
143
|
+
@_utilities.lift_output_func(get_policy_object_tloc_list)
|
|
144
|
+
def get_policy_object_tloc_list_output(feature_profile_id: Optional[pulumi.Input[str]] = None,
|
|
145
|
+
id: Optional[pulumi.Input[str]] = None,
|
|
146
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetPolicyObjectTlocListResult]:
|
|
147
|
+
"""
|
|
148
|
+
This data source can read the Policy Object TLOC List Policy_object.
|
|
149
|
+
|
|
150
|
+
## Example Usage
|
|
151
|
+
|
|
152
|
+
```python
|
|
153
|
+
import pulumi
|
|
154
|
+
import pulumi_sdwan as sdwan
|
|
155
|
+
|
|
156
|
+
example = sdwan.get_policy_object_tloc_list(id="f6b2c44c-693c-4763-b010-895aa3d236bd",
|
|
157
|
+
feature_profile_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac")
|
|
158
|
+
```
|
|
159
|
+
|
|
160
|
+
|
|
161
|
+
:param str feature_profile_id: Feature Profile ID
|
|
162
|
+
:param str id: The id of the Policy_object
|
|
163
|
+
"""
|
|
164
|
+
...
|
|
@@ -11,16 +11,16 @@ from . import _utilities
|
|
|
11
11
|
from . import outputs
|
|
12
12
|
|
|
13
13
|
__all__ = [
|
|
14
|
-
'
|
|
15
|
-
'
|
|
16
|
-
'
|
|
17
|
-
'
|
|
14
|
+
'GetServiceLanVpnFeatureResult',
|
|
15
|
+
'AwaitableGetServiceLanVpnFeatureResult',
|
|
16
|
+
'get_service_lan_vpn_feature',
|
|
17
|
+
'get_service_lan_vpn_feature_output',
|
|
18
18
|
]
|
|
19
19
|
|
|
20
20
|
@pulumi.output_type
|
|
21
|
-
class
|
|
21
|
+
class GetServiceLanVpnFeatureResult:
|
|
22
22
|
"""
|
|
23
|
-
A collection of values returned by
|
|
23
|
+
A collection of values returned by getServiceLanVpnFeature.
|
|
24
24
|
"""
|
|
25
25
|
def __init__(__self__, advertise_omp_ipv4s=None, advertise_omp_ipv6s=None, config_description=None, config_description_variable=None, description=None, enable_sdwan_remote_access=None, feature_profile_id=None, gre_routes=None, host_mappings=None, id=None, ipsec_routes=None, ipv4_export_route_targets=None, ipv4_import_route_targets=None, ipv4_static_routes=None, ipv6_export_route_targets=None, ipv6_import_route_targets=None, ipv6_static_routes=None, name=None, nat64_v4_pools=None, nat_pools=None, nat_port_forwards=None, omp_admin_distance_ipv4=None, omp_admin_distance_ipv4_variable=None, omp_admin_distance_ipv6=None, omp_admin_distance_ipv6_variable=None, primary_dns_address_ipv4=None, primary_dns_address_ipv4_variable=None, primary_dns_address_ipv6=None, primary_dns_address_ipv6_variable=None, route_leak_from_global_vpns=None, route_leak_from_other_services=None, route_leak_to_global_vpns=None, secondary_dns_address_ipv4=None, secondary_dns_address_ipv4_variable=None, secondary_dns_address_ipv6=None, secondary_dns_address_ipv6_variable=None, service_routes=None, services=None, static_nats=None, version=None, vpn=None, vpn_variable=None):
|
|
26
26
|
if advertise_omp_ipv4s and not isinstance(advertise_omp_ipv4s, list):
|
|
@@ -152,7 +152,7 @@ class GetServiceLanVpnProfileParcelResult:
|
|
|
152
152
|
|
|
153
153
|
@property
|
|
154
154
|
@pulumi.getter(name="advertiseOmpIpv4s")
|
|
155
|
-
def advertise_omp_ipv4s(self) -> Sequence['outputs.
|
|
155
|
+
def advertise_omp_ipv4s(self) -> Sequence['outputs.GetServiceLanVpnFeatureAdvertiseOmpIpv4Result']:
|
|
156
156
|
"""
|
|
157
157
|
OMP Advertise IPv4
|
|
158
158
|
"""
|
|
@@ -160,7 +160,7 @@ class GetServiceLanVpnProfileParcelResult:
|
|
|
160
160
|
|
|
161
161
|
@property
|
|
162
162
|
@pulumi.getter(name="advertiseOmpIpv6s")
|
|
163
|
-
def advertise_omp_ipv6s(self) -> Sequence['outputs.
|
|
163
|
+
def advertise_omp_ipv6s(self) -> Sequence['outputs.GetServiceLanVpnFeatureAdvertiseOmpIpv6Result']:
|
|
164
164
|
"""
|
|
165
165
|
OMP Advertise IPv6
|
|
166
166
|
"""
|
|
@@ -186,7 +186,7 @@ class GetServiceLanVpnProfileParcelResult:
|
|
|
186
186
|
@pulumi.getter
|
|
187
187
|
def description(self) -> str:
|
|
188
188
|
"""
|
|
189
|
-
The description of the
|
|
189
|
+
The description of the Feature
|
|
190
190
|
"""
|
|
191
191
|
return pulumi.get(self, "description")
|
|
192
192
|
|
|
@@ -208,7 +208,7 @@ class GetServiceLanVpnProfileParcelResult:
|
|
|
208
208
|
|
|
209
209
|
@property
|
|
210
210
|
@pulumi.getter(name="greRoutes")
|
|
211
|
-
def gre_routes(self) -> Sequence['outputs.
|
|
211
|
+
def gre_routes(self) -> Sequence['outputs.GetServiceLanVpnFeatureGreRouteResult']:
|
|
212
212
|
"""
|
|
213
213
|
IPv4 Static GRE Route
|
|
214
214
|
"""
|
|
@@ -216,20 +216,20 @@ class GetServiceLanVpnProfileParcelResult:
|
|
|
216
216
|
|
|
217
217
|
@property
|
|
218
218
|
@pulumi.getter(name="hostMappings")
|
|
219
|
-
def host_mappings(self) -> Sequence['outputs.
|
|
219
|
+
def host_mappings(self) -> Sequence['outputs.GetServiceLanVpnFeatureHostMappingResult']:
|
|
220
220
|
return pulumi.get(self, "host_mappings")
|
|
221
221
|
|
|
222
222
|
@property
|
|
223
223
|
@pulumi.getter
|
|
224
224
|
def id(self) -> str:
|
|
225
225
|
"""
|
|
226
|
-
The id of the
|
|
226
|
+
The id of the Feature
|
|
227
227
|
"""
|
|
228
228
|
return pulumi.get(self, "id")
|
|
229
229
|
|
|
230
230
|
@property
|
|
231
231
|
@pulumi.getter(name="ipsecRoutes")
|
|
232
|
-
def ipsec_routes(self) -> Sequence['outputs.
|
|
232
|
+
def ipsec_routes(self) -> Sequence['outputs.GetServiceLanVpnFeatureIpsecRouteResult']:
|
|
233
233
|
"""
|
|
234
234
|
IPv4 Static IPSEC Route
|
|
235
235
|
"""
|
|
@@ -237,17 +237,17 @@ class GetServiceLanVpnProfileParcelResult:
|
|
|
237
237
|
|
|
238
238
|
@property
|
|
239
239
|
@pulumi.getter(name="ipv4ExportRouteTargets")
|
|
240
|
-
def ipv4_export_route_targets(self) -> Sequence['outputs.
|
|
240
|
+
def ipv4_export_route_targets(self) -> Sequence['outputs.GetServiceLanVpnFeatureIpv4ExportRouteTargetResult']:
|
|
241
241
|
return pulumi.get(self, "ipv4_export_route_targets")
|
|
242
242
|
|
|
243
243
|
@property
|
|
244
244
|
@pulumi.getter(name="ipv4ImportRouteTargets")
|
|
245
|
-
def ipv4_import_route_targets(self) -> Sequence['outputs.
|
|
245
|
+
def ipv4_import_route_targets(self) -> Sequence['outputs.GetServiceLanVpnFeatureIpv4ImportRouteTargetResult']:
|
|
246
246
|
return pulumi.get(self, "ipv4_import_route_targets")
|
|
247
247
|
|
|
248
248
|
@property
|
|
249
249
|
@pulumi.getter(name="ipv4StaticRoutes")
|
|
250
|
-
def ipv4_static_routes(self) -> Sequence['outputs.
|
|
250
|
+
def ipv4_static_routes(self) -> Sequence['outputs.GetServiceLanVpnFeatureIpv4StaticRouteResult']:
|
|
251
251
|
"""
|
|
252
252
|
IPv4 Static Route
|
|
253
253
|
"""
|
|
@@ -255,17 +255,17 @@ class GetServiceLanVpnProfileParcelResult:
|
|
|
255
255
|
|
|
256
256
|
@property
|
|
257
257
|
@pulumi.getter(name="ipv6ExportRouteTargets")
|
|
258
|
-
def ipv6_export_route_targets(self) -> Sequence['outputs.
|
|
258
|
+
def ipv6_export_route_targets(self) -> Sequence['outputs.GetServiceLanVpnFeatureIpv6ExportRouteTargetResult']:
|
|
259
259
|
return pulumi.get(self, "ipv6_export_route_targets")
|
|
260
260
|
|
|
261
261
|
@property
|
|
262
262
|
@pulumi.getter(name="ipv6ImportRouteTargets")
|
|
263
|
-
def ipv6_import_route_targets(self) -> Sequence['outputs.
|
|
263
|
+
def ipv6_import_route_targets(self) -> Sequence['outputs.GetServiceLanVpnFeatureIpv6ImportRouteTargetResult']:
|
|
264
264
|
return pulumi.get(self, "ipv6_import_route_targets")
|
|
265
265
|
|
|
266
266
|
@property
|
|
267
267
|
@pulumi.getter(name="ipv6StaticRoutes")
|
|
268
|
-
def ipv6_static_routes(self) -> Sequence['outputs.
|
|
268
|
+
def ipv6_static_routes(self) -> Sequence['outputs.GetServiceLanVpnFeatureIpv6StaticRouteResult']:
|
|
269
269
|
"""
|
|
270
270
|
IPv6 Static Route
|
|
271
271
|
"""
|
|
@@ -275,13 +275,13 @@ class GetServiceLanVpnProfileParcelResult:
|
|
|
275
275
|
@pulumi.getter
|
|
276
276
|
def name(self) -> str:
|
|
277
277
|
"""
|
|
278
|
-
The name of the
|
|
278
|
+
The name of the Feature
|
|
279
279
|
"""
|
|
280
280
|
return pulumi.get(self, "name")
|
|
281
281
|
|
|
282
282
|
@property
|
|
283
283
|
@pulumi.getter(name="nat64V4Pools")
|
|
284
|
-
def nat64_v4_pools(self) -> Sequence['outputs.
|
|
284
|
+
def nat64_v4_pools(self) -> Sequence['outputs.GetServiceLanVpnFeatureNat64V4PoolResult']:
|
|
285
285
|
"""
|
|
286
286
|
NAT64 V4 Pool
|
|
287
287
|
"""
|
|
@@ -289,7 +289,7 @@ class GetServiceLanVpnProfileParcelResult:
|
|
|
289
289
|
|
|
290
290
|
@property
|
|
291
291
|
@pulumi.getter(name="natPools")
|
|
292
|
-
def nat_pools(self) -> Sequence['outputs.
|
|
292
|
+
def nat_pools(self) -> Sequence['outputs.GetServiceLanVpnFeatureNatPoolResult']:
|
|
293
293
|
"""
|
|
294
294
|
NAT Pool
|
|
295
295
|
"""
|
|
@@ -297,7 +297,7 @@ class GetServiceLanVpnProfileParcelResult:
|
|
|
297
297
|
|
|
298
298
|
@property
|
|
299
299
|
@pulumi.getter(name="natPortForwards")
|
|
300
|
-
def nat_port_forwards(self) -> Sequence['outputs.
|
|
300
|
+
def nat_port_forwards(self) -> Sequence['outputs.GetServiceLanVpnFeatureNatPortForwardResult']:
|
|
301
301
|
"""
|
|
302
302
|
NAT Port Forward
|
|
303
303
|
"""
|
|
@@ -369,7 +369,7 @@ class GetServiceLanVpnProfileParcelResult:
|
|
|
369
369
|
|
|
370
370
|
@property
|
|
371
371
|
@pulumi.getter(name="routeLeakFromGlobalVpns")
|
|
372
|
-
def route_leak_from_global_vpns(self) -> Sequence['outputs.
|
|
372
|
+
def route_leak_from_global_vpns(self) -> Sequence['outputs.GetServiceLanVpnFeatureRouteLeakFromGlobalVpnResult']:
|
|
373
373
|
"""
|
|
374
374
|
Enable route leaking from Global to Service VPN
|
|
375
375
|
"""
|
|
@@ -377,7 +377,7 @@ class GetServiceLanVpnProfileParcelResult:
|
|
|
377
377
|
|
|
378
378
|
@property
|
|
379
379
|
@pulumi.getter(name="routeLeakFromOtherServices")
|
|
380
|
-
def route_leak_from_other_services(self) -> Sequence['outputs.
|
|
380
|
+
def route_leak_from_other_services(self) -> Sequence['outputs.GetServiceLanVpnFeatureRouteLeakFromOtherServiceResult']:
|
|
381
381
|
"""
|
|
382
382
|
Enable route leak from another Service VPN to current Service VPN
|
|
383
383
|
"""
|
|
@@ -385,7 +385,7 @@ class GetServiceLanVpnProfileParcelResult:
|
|
|
385
385
|
|
|
386
386
|
@property
|
|
387
387
|
@pulumi.getter(name="routeLeakToGlobalVpns")
|
|
388
|
-
def route_leak_to_global_vpns(self) -> Sequence['outputs.
|
|
388
|
+
def route_leak_to_global_vpns(self) -> Sequence['outputs.GetServiceLanVpnFeatureRouteLeakToGlobalVpnResult']:
|
|
389
389
|
"""
|
|
390
390
|
Enable route leaking from Service to Global VPN
|
|
391
391
|
"""
|
|
@@ -425,7 +425,7 @@ class GetServiceLanVpnProfileParcelResult:
|
|
|
425
425
|
|
|
426
426
|
@property
|
|
427
427
|
@pulumi.getter(name="serviceRoutes")
|
|
428
|
-
def service_routes(self) -> Sequence['outputs.
|
|
428
|
+
def service_routes(self) -> Sequence['outputs.GetServiceLanVpnFeatureServiceRouteResult']:
|
|
429
429
|
"""
|
|
430
430
|
Service
|
|
431
431
|
"""
|
|
@@ -433,7 +433,7 @@ class GetServiceLanVpnProfileParcelResult:
|
|
|
433
433
|
|
|
434
434
|
@property
|
|
435
435
|
@pulumi.getter
|
|
436
|
-
def services(self) -> Sequence['outputs.
|
|
436
|
+
def services(self) -> Sequence['outputs.GetServiceLanVpnFeatureServiceResult']:
|
|
437
437
|
"""
|
|
438
438
|
Service
|
|
439
439
|
"""
|
|
@@ -441,7 +441,7 @@ class GetServiceLanVpnProfileParcelResult:
|
|
|
441
441
|
|
|
442
442
|
@property
|
|
443
443
|
@pulumi.getter(name="staticNats")
|
|
444
|
-
def static_nats(self) -> Sequence['outputs.
|
|
444
|
+
def static_nats(self) -> Sequence['outputs.GetServiceLanVpnFeatureStaticNatResult']:
|
|
445
445
|
"""
|
|
446
446
|
Static NAT Rules
|
|
447
447
|
"""
|
|
@@ -451,7 +451,7 @@ class GetServiceLanVpnProfileParcelResult:
|
|
|
451
451
|
@pulumi.getter
|
|
452
452
|
def version(self) -> int:
|
|
453
453
|
"""
|
|
454
|
-
The version of the
|
|
454
|
+
The version of the Feature
|
|
455
455
|
"""
|
|
456
456
|
return pulumi.get(self, "version")
|
|
457
457
|
|
|
@@ -472,12 +472,12 @@ class GetServiceLanVpnProfileParcelResult:
|
|
|
472
472
|
return pulumi.get(self, "vpn_variable")
|
|
473
473
|
|
|
474
474
|
|
|
475
|
-
class
|
|
475
|
+
class AwaitableGetServiceLanVpnFeatureResult(GetServiceLanVpnFeatureResult):
|
|
476
476
|
# pylint: disable=using-constant-test
|
|
477
477
|
def __await__(self):
|
|
478
478
|
if False:
|
|
479
479
|
yield self
|
|
480
|
-
return
|
|
480
|
+
return GetServiceLanVpnFeatureResult(
|
|
481
481
|
advertise_omp_ipv4s=self.advertise_omp_ipv4s,
|
|
482
482
|
advertise_omp_ipv6s=self.advertise_omp_ipv6s,
|
|
483
483
|
config_description=self.config_description,
|
|
@@ -522,11 +522,11 @@ class AwaitableGetServiceLanVpnProfileParcelResult(GetServiceLanVpnProfileParcel
|
|
|
522
522
|
vpn_variable=self.vpn_variable)
|
|
523
523
|
|
|
524
524
|
|
|
525
|
-
def
|
|
526
|
-
|
|
527
|
-
|
|
525
|
+
def get_service_lan_vpn_feature(feature_profile_id: Optional[str] = None,
|
|
526
|
+
id: Optional[str] = None,
|
|
527
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetServiceLanVpnFeatureResult:
|
|
528
528
|
"""
|
|
529
|
-
This data source can read the Service LAN VPN
|
|
529
|
+
This data source can read the Service LAN VPN Feature.
|
|
530
530
|
|
|
531
531
|
## Example Usage
|
|
532
532
|
|
|
@@ -534,21 +534,21 @@ def get_service_lan_vpn_profile_parcel(feature_profile_id: Optional[str] = None,
|
|
|
534
534
|
import pulumi
|
|
535
535
|
import pulumi_sdwan as sdwan
|
|
536
536
|
|
|
537
|
-
example = sdwan.
|
|
537
|
+
example = sdwan.get_service_lan_vpn_feature(id="f6b2c44c-693c-4763-b010-895aa3d236bd",
|
|
538
538
|
feature_profile_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac")
|
|
539
539
|
```
|
|
540
540
|
|
|
541
541
|
|
|
542
542
|
:param str feature_profile_id: Feature Profile ID
|
|
543
|
-
:param str id: The id of the
|
|
543
|
+
:param str id: The id of the Feature
|
|
544
544
|
"""
|
|
545
545
|
__args__ = dict()
|
|
546
546
|
__args__['featureProfileId'] = feature_profile_id
|
|
547
547
|
__args__['id'] = id
|
|
548
548
|
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
549
|
-
__ret__ = pulumi.runtime.invoke('sdwan:index/
|
|
549
|
+
__ret__ = pulumi.runtime.invoke('sdwan:index/getServiceLanVpnFeature:getServiceLanVpnFeature', __args__, opts=opts, typ=GetServiceLanVpnFeatureResult).value
|
|
550
550
|
|
|
551
|
-
return
|
|
551
|
+
return AwaitableGetServiceLanVpnFeatureResult(
|
|
552
552
|
advertise_omp_ipv4s=pulumi.get(__ret__, 'advertise_omp_ipv4s'),
|
|
553
553
|
advertise_omp_ipv6s=pulumi.get(__ret__, 'advertise_omp_ipv6s'),
|
|
554
554
|
config_description=pulumi.get(__ret__, 'config_description'),
|
|
@@ -593,12 +593,12 @@ def get_service_lan_vpn_profile_parcel(feature_profile_id: Optional[str] = None,
|
|
|
593
593
|
vpn_variable=pulumi.get(__ret__, 'vpn_variable'))
|
|
594
594
|
|
|
595
595
|
|
|
596
|
-
@_utilities.lift_output_func(
|
|
597
|
-
def
|
|
598
|
-
|
|
599
|
-
|
|
596
|
+
@_utilities.lift_output_func(get_service_lan_vpn_feature)
|
|
597
|
+
def get_service_lan_vpn_feature_output(feature_profile_id: Optional[pulumi.Input[str]] = None,
|
|
598
|
+
id: Optional[pulumi.Input[str]] = None,
|
|
599
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetServiceLanVpnFeatureResult]:
|
|
600
600
|
"""
|
|
601
|
-
This data source can read the Service LAN VPN
|
|
601
|
+
This data source can read the Service LAN VPN Feature.
|
|
602
602
|
|
|
603
603
|
## Example Usage
|
|
604
604
|
|
|
@@ -606,12 +606,12 @@ def get_service_lan_vpn_profile_parcel_output(feature_profile_id: Optional[pulum
|
|
|
606
606
|
import pulumi
|
|
607
607
|
import pulumi_sdwan as sdwan
|
|
608
608
|
|
|
609
|
-
example = sdwan.
|
|
609
|
+
example = sdwan.get_service_lan_vpn_feature(id="f6b2c44c-693c-4763-b010-895aa3d236bd",
|
|
610
610
|
feature_profile_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac")
|
|
611
611
|
```
|
|
612
612
|
|
|
613
613
|
|
|
614
614
|
:param str feature_profile_id: Feature Profile ID
|
|
615
|
-
:param str id: The id of the
|
|
615
|
+
:param str id: The id of the Feature
|
|
616
616
|
"""
|
|
617
617
|
...
|