pulumi-sdwan 0.2.0a1730384781__py3-none-any.whl → 0.2.1__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 +460 -0
- pulumi_sdwan/_inputs.py +42951 -34707
- pulumi_sdwan/activate_centralized_policy.py +12 -0
- pulumi_sdwan/application_priority_feature_profile.py +2 -0
- pulumi_sdwan/application_priority_qos_policy.py +6 -2
- pulumi_sdwan/application_priority_traffic_policy_policy.py +471 -0
- pulumi_sdwan/attach_feature_device_template.py +16 -0
- pulumi_sdwan/cli_feature_profile.py +2 -0
- pulumi_sdwan/config/__init__.pyi +5 -5
- pulumi_sdwan/config/vars.py +5 -5
- pulumi_sdwan/configuration_group.py +108 -0
- pulumi_sdwan/dns_security_feature_profile.py +234 -0
- pulumi_sdwan/embedded_security_feature_profile.py +234 -0
- pulumi_sdwan/get_application_priority_traffic_policy_policy.py +210 -0
- pulumi_sdwan/get_configuration_group.py +29 -1
- pulumi_sdwan/get_dns_security_feature_profile.py +126 -0
- pulumi_sdwan/get_embedded_security_feature_profile.py +126 -0
- pulumi_sdwan/get_policy_object_app_probe_class.py +177 -0
- pulumi_sdwan/get_policy_object_application_list.py +177 -0
- pulumi_sdwan/get_policy_object_as_path_list.py +191 -0
- pulumi_sdwan/get_policy_object_feature_profile.py +30 -2
- pulumi_sdwan/get_policy_object_preferred_color_group.py +177 -0
- pulumi_sdwan/get_policy_object_security_data_ipv4_prefix_list.py +174 -0
- pulumi_sdwan/get_policy_object_security_fqdn_list.py +174 -0
- pulumi_sdwan/get_policy_object_security_geolocation_list.py +177 -0
- pulumi_sdwan/get_policy_object_security_identity_list.py +177 -0
- pulumi_sdwan/get_policy_object_security_ips_signature.py +177 -0
- pulumi_sdwan/get_policy_object_security_local_application_list.py +177 -0
- pulumi_sdwan/get_policy_object_security_local_domain_list.py +174 -0
- pulumi_sdwan/get_policy_object_security_port_list.py +177 -0
- pulumi_sdwan/get_policy_object_security_scalable_group_tag_list.py +174 -0
- pulumi_sdwan/get_policy_object_security_url_allow_list.py +177 -0
- pulumi_sdwan/get_policy_object_security_url_block_list.py +177 -0
- pulumi_sdwan/get_policy_object_sla_class_list.py +177 -0
- pulumi_sdwan/get_policy_object_standard_community_list.py +177 -0
- pulumi_sdwan/get_policy_object_vpn_group.py +177 -0
- pulumi_sdwan/get_service_ipv4_acl_feature.py +191 -0
- pulumi_sdwan/get_service_ipv6_acl_feature.py +191 -0
- pulumi_sdwan/get_service_lan_vpn_feature_associate_multicast_feature.py +156 -0
- pulumi_sdwan/get_service_lan_vpn_feature_associate_routing_bgp_feature.py +156 -0
- pulumi_sdwan/get_service_lan_vpn_feature_associate_routing_eigrp_feature.py +156 -0
- pulumi_sdwan/get_service_lan_vpn_feature_associate_routing_ospf_feature.py +156 -0
- pulumi_sdwan/get_service_lan_vpn_feature_associate_routing_ospfv3_ipv4_feature.py +156 -0
- pulumi_sdwan/get_service_lan_vpn_feature_associate_routing_ospfv3_ipv6_feature.py +156 -0
- pulumi_sdwan/get_service_lan_vpn_interface_svi_feature.py +45 -1
- pulumi_sdwan/get_service_multicast_feature.py +513 -0
- pulumi_sdwan/get_service_routing_eigrp_feature.py +398 -0
- pulumi_sdwan/get_service_wireless_lan_feature.py +415 -0
- pulumi_sdwan/get_sig_security_feature_profile.py +126 -0
- pulumi_sdwan/get_transport_cellular_controller_feature.py +302 -0
- pulumi_sdwan/get_transport_cellular_profile_feature.py +372 -0
- pulumi_sdwan/get_transport_ipv4_acl_feature.py +191 -0
- pulumi_sdwan/get_transport_ipv6_acl_feature.py +191 -0
- pulumi_sdwan/get_transport_management_vpn_interface_ethernet_feature.py +29 -1
- pulumi_sdwan/get_transport_t1_e1_controller_feature.py +219 -0
- pulumi_sdwan/get_transport_wan_vpn_feature_associate_routing_bgp_feature.py +156 -0
- pulumi_sdwan/get_transport_wan_vpn_feature_associate_routing_ospf_feature.py +156 -0
- pulumi_sdwan/get_transport_wan_vpn_feature_associate_routing_ospfv3_ipv4_feature.py +156 -0
- pulumi_sdwan/get_transport_wan_vpn_feature_associate_routing_ospfv3_ipv6_feature.py +156 -0
- pulumi_sdwan/get_transport_wan_vpn_interface_cellular_feature.py +45 -1
- pulumi_sdwan/get_transport_wan_vpn_interface_ethernet_feature.py +73 -1
- pulumi_sdwan/get_transport_wan_vpn_interface_ethernet_feature_associate_ipv6_tracker_feature.py +178 -0
- pulumi_sdwan/get_transport_wan_vpn_interface_ethernet_feature_associate_ipv6_tracker_group_feature.py +178 -0
- pulumi_sdwan/get_transport_wan_vpn_interface_ethernet_feature_associate_tracker_feature.py +178 -0
- pulumi_sdwan/get_transport_wan_vpn_interface_ethernet_feature_associate_tracker_group_feature.py +178 -0
- pulumi_sdwan/get_transport_wan_vpn_interface_t1_e1_serial_feature.py +45 -1
- pulumi_sdwan/other_feature_profile.py +2 -0
- pulumi_sdwan/other_thousandeyes_feature.py +6 -2
- pulumi_sdwan/other_ucse_feature.py +91 -84
- pulumi_sdwan/outputs.py +56073 -45464
- pulumi_sdwan/policy_object_app_probe_class.py +341 -0
- pulumi_sdwan/policy_object_application_list.py +371 -0
- pulumi_sdwan/policy_object_as_path_list.py +389 -0
- pulumi_sdwan/policy_object_class_map.py +6 -2
- pulumi_sdwan/policy_object_color_list.py +6 -2
- pulumi_sdwan/policy_object_data_ipv4_prefix_list.py +6 -2
- pulumi_sdwan/policy_object_data_ipv6_prefix_list.py +6 -2
- pulumi_sdwan/policy_object_expanded_community_list.py +6 -2
- pulumi_sdwan/policy_object_extended_community_list.py +6 -2
- pulumi_sdwan/policy_object_feature_profile.py +2 -0
- pulumi_sdwan/policy_object_ipv4_prefix_list.py +6 -2
- pulumi_sdwan/policy_object_ipv6_prefix_list.py +6 -2
- pulumi_sdwan/policy_object_mirror.py +6 -2
- pulumi_sdwan/policy_object_policer.py +6 -2
- pulumi_sdwan/policy_object_preferred_color_group.py +341 -0
- pulumi_sdwan/policy_object_security_data_ipv4_prefix_list.py +328 -0
- pulumi_sdwan/policy_object_security_fqdn_list.py +358 -0
- pulumi_sdwan/policy_object_security_geolocation_list.py +371 -0
- pulumi_sdwan/policy_object_security_identity_list.py +370 -0
- pulumi_sdwan/policy_object_security_ips_signature.py +341 -0
- pulumi_sdwan/policy_object_security_local_application_list.py +370 -0
- pulumi_sdwan/policy_object_security_local_domain_list.py +328 -0
- pulumi_sdwan/policy_object_security_port_list.py +371 -0
- pulumi_sdwan/policy_object_security_scalable_group_tag_list.py +328 -0
- pulumi_sdwan/policy_object_security_url_allow_list.py +371 -0
- pulumi_sdwan/policy_object_security_url_block_list.py +371 -0
- pulumi_sdwan/policy_object_sla_class_list.py +341 -0
- pulumi_sdwan/policy_object_standard_community_list.py +341 -0
- pulumi_sdwan/policy_object_tloc_list.py +6 -2
- pulumi_sdwan/policy_object_vpn_group.py +371 -0
- pulumi_sdwan/provider.py +18 -18
- pulumi_sdwan/pulumi-plugin.json +1 -1
- pulumi_sdwan/service_feature_profile.py +2 -0
- pulumi_sdwan/service_ipv4_acl_feature.py +386 -0
- pulumi_sdwan/service_ipv6_acl_feature.py +386 -0
- pulumi_sdwan/service_lan_vpn_feature.py +6 -2
- pulumi_sdwan/service_lan_vpn_feature_associate_multicast_feature.py +285 -0
- pulumi_sdwan/service_lan_vpn_feature_associate_routing_bgp_feature.py +285 -0
- pulumi_sdwan/service_lan_vpn_feature_associate_routing_eigrp_feature.py +285 -0
- pulumi_sdwan/service_lan_vpn_feature_associate_routing_ospf_feature.py +285 -0
- pulumi_sdwan/service_lan_vpn_feature_associate_routing_ospfv3_ipv4_feature.py +285 -0
- pulumi_sdwan/service_lan_vpn_feature_associate_routing_ospfv3_ipv6_feature.py +285 -0
- pulumi_sdwan/service_lan_vpn_interface_ethernet_feature.py +6 -2
- pulumi_sdwan/service_lan_vpn_interface_gre_feature.py +78 -78
- pulumi_sdwan/service_lan_vpn_interface_ipsec_feature.py +158 -163
- pulumi_sdwan/service_lan_vpn_interface_svi_feature.py +192 -55
- pulumi_sdwan/service_multicast_feature.py +1468 -0
- pulumi_sdwan/service_object_tracker_feature.py +6 -2
- pulumi_sdwan/service_object_tracker_group_feature.py +6 -2
- pulumi_sdwan/service_route_policy_feature.py +6 -2
- pulumi_sdwan/service_routing_bgp_feature.py +6 -2
- pulumi_sdwan/service_routing_eigrp_feature.py +1080 -0
- pulumi_sdwan/service_routing_ospf_feature.py +6 -2
- pulumi_sdwan/service_routing_ospfv3_ipv4_feature.py +6 -2
- pulumi_sdwan/service_routing_ospfv3_ipv6_feature.py +6 -2
- pulumi_sdwan/service_switchport_feature.py +6 -2
- pulumi_sdwan/service_tracker_feature.py +6 -2
- pulumi_sdwan/service_tracker_group_feature.py +6 -2
- pulumi_sdwan/service_wireless_lan_feature.py +1232 -0
- pulumi_sdwan/sig_security_feature_profile.py +234 -0
- pulumi_sdwan/system_aaa_feature.py +6 -2
- pulumi_sdwan/system_banner_feature.py +6 -2
- pulumi_sdwan/system_basic_feature.py +6 -2
- pulumi_sdwan/system_bfd_feature.py +6 -2
- pulumi_sdwan/system_feature_profile.py +2 -0
- pulumi_sdwan/system_flexible_port_speed_feature.py +6 -2
- pulumi_sdwan/system_global_feature.py +6 -2
- pulumi_sdwan/system_ipv4_device_access_feature.py +6 -2
- pulumi_sdwan/system_ipv6_device_access_feature.py +6 -2
- pulumi_sdwan/system_logging_feature.py +6 -2
- pulumi_sdwan/system_mrf_feature.py +6 -2
- pulumi_sdwan/system_ntp_feature.py +6 -2
- pulumi_sdwan/system_omp_feature.py +6 -2
- pulumi_sdwan/system_performance_monitoring_feature.py +6 -2
- pulumi_sdwan/system_remote_access_feature.py +23 -20
- pulumi_sdwan/system_security_feature.py +6 -2
- pulumi_sdwan/system_snmp_feature.py +6 -2
- pulumi_sdwan/transport_cellular_controller_feature.py +796 -0
- pulumi_sdwan/transport_cellular_profile_feature.py +1036 -0
- pulumi_sdwan/transport_feature_profile.py +2 -0
- pulumi_sdwan/transport_gps_feature.py +6 -2
- pulumi_sdwan/transport_ipv4_acl_feature.py +386 -0
- pulumi_sdwan/transport_ipv6_acl_feature.py +386 -0
- pulumi_sdwan/transport_ipv6_tracker_feature.py +6 -2
- pulumi_sdwan/transport_ipv6_tracker_group_feature.py +6 -2
- pulumi_sdwan/transport_management_vpn_feature.py +6 -2
- pulumi_sdwan/transport_management_vpn_interface_ethernet_feature.py +184 -72
- pulumi_sdwan/transport_route_policy_feature.py +6 -2
- pulumi_sdwan/transport_routing_bgp_feature.py +6 -2
- pulumi_sdwan/transport_routing_ospf_feature.py +6 -2
- pulumi_sdwan/transport_routing_ospfv3_ipv4_feature.py +6 -2
- pulumi_sdwan/transport_routing_ospfv3_ipv6_feature.py +6 -2
- pulumi_sdwan/transport_t1_e1_controller_feature.py +483 -0
- pulumi_sdwan/transport_tracker_feature.py +6 -2
- pulumi_sdwan/transport_tracker_group_feature.py +6 -2
- pulumi_sdwan/transport_wan_vpn_feature.py +6 -2
- pulumi_sdwan/transport_wan_vpn_feature_associate_routing_bgp_feature.py +285 -0
- pulumi_sdwan/transport_wan_vpn_feature_associate_routing_ospf_feature.py +285 -0
- pulumi_sdwan/transport_wan_vpn_feature_associate_routing_ospfv3_ipv4_feature.py +285 -0
- pulumi_sdwan/transport_wan_vpn_feature_associate_routing_ospfv3_ipv6_feature.py +285 -0
- pulumi_sdwan/transport_wan_vpn_interface_cellular_feature.py +142 -2
- pulumi_sdwan/transport_wan_vpn_interface_ethernet_feature.py +334 -86
- pulumi_sdwan/transport_wan_vpn_interface_ethernet_feature_associate_ipv6_tracker_feature.py +335 -0
- pulumi_sdwan/transport_wan_vpn_interface_ethernet_feature_associate_ipv6_tracker_group_feature.py +335 -0
- pulumi_sdwan/transport_wan_vpn_interface_ethernet_feature_associate_tracker_feature.py +335 -0
- pulumi_sdwan/transport_wan_vpn_interface_ethernet_feature_associate_tracker_group_feature.py +335 -0
- pulumi_sdwan/transport_wan_vpn_interface_gre_feature.py +6 -2
- pulumi_sdwan/transport_wan_vpn_interface_ipsec_feature.py +6 -2
- pulumi_sdwan/transport_wan_vpn_interface_t1_e1_serial_feature.py +146 -2
- {pulumi_sdwan-0.2.0a1730384781.dist-info → pulumi_sdwan-0.2.1.dist-info}/METADATA +5 -5
- {pulumi_sdwan-0.2.0a1730384781.dist-info → pulumi_sdwan-0.2.1.dist-info}/RECORD +183 -91
- {pulumi_sdwan-0.2.0a1730384781.dist-info → pulumi_sdwan-0.2.1.dist-info}/WHEEL +1 -1
- {pulumi_sdwan-0.2.0a1730384781.dist-info → pulumi_sdwan-0.2.1.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,219 @@
|
|
|
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
|
+
from . import outputs
|
|
17
|
+
|
|
18
|
+
__all__ = [
|
|
19
|
+
'GetTransportT1E1ControllerFeatureResult',
|
|
20
|
+
'AwaitableGetTransportT1E1ControllerFeatureResult',
|
|
21
|
+
'get_transport_t1_e1_controller_feature',
|
|
22
|
+
'get_transport_t1_e1_controller_feature_output',
|
|
23
|
+
]
|
|
24
|
+
|
|
25
|
+
@pulumi.output_type
|
|
26
|
+
class GetTransportT1E1ControllerFeatureResult:
|
|
27
|
+
"""
|
|
28
|
+
A collection of values returned by getTransportT1E1ControllerFeature.
|
|
29
|
+
"""
|
|
30
|
+
def __init__(__self__, description=None, entries=None, feature_profile_id=None, id=None, name=None, slot=None, slot_variable=None, type=None, version=None):
|
|
31
|
+
if description and not isinstance(description, str):
|
|
32
|
+
raise TypeError("Expected argument 'description' to be a str")
|
|
33
|
+
pulumi.set(__self__, "description", description)
|
|
34
|
+
if entries and not isinstance(entries, list):
|
|
35
|
+
raise TypeError("Expected argument 'entries' to be a list")
|
|
36
|
+
pulumi.set(__self__, "entries", entries)
|
|
37
|
+
if feature_profile_id and not isinstance(feature_profile_id, str):
|
|
38
|
+
raise TypeError("Expected argument 'feature_profile_id' to be a str")
|
|
39
|
+
pulumi.set(__self__, "feature_profile_id", feature_profile_id)
|
|
40
|
+
if id and not isinstance(id, str):
|
|
41
|
+
raise TypeError("Expected argument 'id' to be a str")
|
|
42
|
+
pulumi.set(__self__, "id", id)
|
|
43
|
+
if name and not isinstance(name, str):
|
|
44
|
+
raise TypeError("Expected argument 'name' to be a str")
|
|
45
|
+
pulumi.set(__self__, "name", name)
|
|
46
|
+
if slot and not isinstance(slot, str):
|
|
47
|
+
raise TypeError("Expected argument 'slot' to be a str")
|
|
48
|
+
pulumi.set(__self__, "slot", slot)
|
|
49
|
+
if slot_variable and not isinstance(slot_variable, str):
|
|
50
|
+
raise TypeError("Expected argument 'slot_variable' to be a str")
|
|
51
|
+
pulumi.set(__self__, "slot_variable", slot_variable)
|
|
52
|
+
if type and not isinstance(type, str):
|
|
53
|
+
raise TypeError("Expected argument 'type' to be a str")
|
|
54
|
+
pulumi.set(__self__, "type", type)
|
|
55
|
+
if version and not isinstance(version, int):
|
|
56
|
+
raise TypeError("Expected argument 'version' to be a int")
|
|
57
|
+
pulumi.set(__self__, "version", version)
|
|
58
|
+
|
|
59
|
+
@property
|
|
60
|
+
@pulumi.getter
|
|
61
|
+
def description(self) -> str:
|
|
62
|
+
"""
|
|
63
|
+
The description of the Feature
|
|
64
|
+
"""
|
|
65
|
+
return pulumi.get(self, "description")
|
|
66
|
+
|
|
67
|
+
@property
|
|
68
|
+
@pulumi.getter
|
|
69
|
+
def entries(self) -> Sequence['outputs.GetTransportT1E1ControllerFeatureEntryResult']:
|
|
70
|
+
"""
|
|
71
|
+
Controller tx-ex List
|
|
72
|
+
"""
|
|
73
|
+
return pulumi.get(self, "entries")
|
|
74
|
+
|
|
75
|
+
@property
|
|
76
|
+
@pulumi.getter(name="featureProfileId")
|
|
77
|
+
def feature_profile_id(self) -> str:
|
|
78
|
+
"""
|
|
79
|
+
Feature Profile ID
|
|
80
|
+
"""
|
|
81
|
+
return pulumi.get(self, "feature_profile_id")
|
|
82
|
+
|
|
83
|
+
@property
|
|
84
|
+
@pulumi.getter
|
|
85
|
+
def id(self) -> str:
|
|
86
|
+
"""
|
|
87
|
+
The id of the Feature
|
|
88
|
+
"""
|
|
89
|
+
return pulumi.get(self, "id")
|
|
90
|
+
|
|
91
|
+
@property
|
|
92
|
+
@pulumi.getter
|
|
93
|
+
def name(self) -> str:
|
|
94
|
+
"""
|
|
95
|
+
The name of the Feature
|
|
96
|
+
"""
|
|
97
|
+
return pulumi.get(self, "name")
|
|
98
|
+
|
|
99
|
+
@property
|
|
100
|
+
@pulumi.getter
|
|
101
|
+
def slot(self) -> str:
|
|
102
|
+
"""
|
|
103
|
+
Slot number
|
|
104
|
+
"""
|
|
105
|
+
return pulumi.get(self, "slot")
|
|
106
|
+
|
|
107
|
+
@property
|
|
108
|
+
@pulumi.getter(name="slotVariable")
|
|
109
|
+
def slot_variable(self) -> str:
|
|
110
|
+
"""
|
|
111
|
+
Variable name
|
|
112
|
+
"""
|
|
113
|
+
return pulumi.get(self, "slot_variable")
|
|
114
|
+
|
|
115
|
+
@property
|
|
116
|
+
@pulumi.getter
|
|
117
|
+
def type(self) -> str:
|
|
118
|
+
"""
|
|
119
|
+
Card Type
|
|
120
|
+
"""
|
|
121
|
+
return pulumi.get(self, "type")
|
|
122
|
+
|
|
123
|
+
@property
|
|
124
|
+
@pulumi.getter
|
|
125
|
+
def version(self) -> int:
|
|
126
|
+
"""
|
|
127
|
+
The version of the Feature
|
|
128
|
+
"""
|
|
129
|
+
return pulumi.get(self, "version")
|
|
130
|
+
|
|
131
|
+
|
|
132
|
+
class AwaitableGetTransportT1E1ControllerFeatureResult(GetTransportT1E1ControllerFeatureResult):
|
|
133
|
+
# pylint: disable=using-constant-test
|
|
134
|
+
def __await__(self):
|
|
135
|
+
if False:
|
|
136
|
+
yield self
|
|
137
|
+
return GetTransportT1E1ControllerFeatureResult(
|
|
138
|
+
description=self.description,
|
|
139
|
+
entries=self.entries,
|
|
140
|
+
feature_profile_id=self.feature_profile_id,
|
|
141
|
+
id=self.id,
|
|
142
|
+
name=self.name,
|
|
143
|
+
slot=self.slot,
|
|
144
|
+
slot_variable=self.slot_variable,
|
|
145
|
+
type=self.type,
|
|
146
|
+
version=self.version)
|
|
147
|
+
|
|
148
|
+
|
|
149
|
+
def get_transport_t1_e1_controller_feature(feature_profile_id: Optional[str] = None,
|
|
150
|
+
id: Optional[str] = None,
|
|
151
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetTransportT1E1ControllerFeatureResult:
|
|
152
|
+
"""
|
|
153
|
+
This data source can read the Transport T1 E1 Controller Feature.
|
|
154
|
+
|
|
155
|
+
## Example Usage
|
|
156
|
+
|
|
157
|
+
```python
|
|
158
|
+
import pulumi
|
|
159
|
+
import pulumi_sdwan as sdwan
|
|
160
|
+
|
|
161
|
+
example = sdwan.get_transport_t1_e1_controller_feature(id="f6b2c44c-693c-4763-b010-895aa3d236bd",
|
|
162
|
+
feature_profile_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac")
|
|
163
|
+
```
|
|
164
|
+
|
|
165
|
+
|
|
166
|
+
:param str feature_profile_id: Feature Profile ID
|
|
167
|
+
:param str id: The id of the Feature
|
|
168
|
+
"""
|
|
169
|
+
__args__ = dict()
|
|
170
|
+
__args__['featureProfileId'] = feature_profile_id
|
|
171
|
+
__args__['id'] = id
|
|
172
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
173
|
+
__ret__ = pulumi.runtime.invoke('sdwan:index/getTransportT1E1ControllerFeature:getTransportT1E1ControllerFeature', __args__, opts=opts, typ=GetTransportT1E1ControllerFeatureResult).value
|
|
174
|
+
|
|
175
|
+
return AwaitableGetTransportT1E1ControllerFeatureResult(
|
|
176
|
+
description=pulumi.get(__ret__, 'description'),
|
|
177
|
+
entries=pulumi.get(__ret__, 'entries'),
|
|
178
|
+
feature_profile_id=pulumi.get(__ret__, 'feature_profile_id'),
|
|
179
|
+
id=pulumi.get(__ret__, 'id'),
|
|
180
|
+
name=pulumi.get(__ret__, 'name'),
|
|
181
|
+
slot=pulumi.get(__ret__, 'slot'),
|
|
182
|
+
slot_variable=pulumi.get(__ret__, 'slot_variable'),
|
|
183
|
+
type=pulumi.get(__ret__, 'type'),
|
|
184
|
+
version=pulumi.get(__ret__, 'version'))
|
|
185
|
+
def get_transport_t1_e1_controller_feature_output(feature_profile_id: Optional[pulumi.Input[str]] = None,
|
|
186
|
+
id: Optional[pulumi.Input[str]] = None,
|
|
187
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetTransportT1E1ControllerFeatureResult]:
|
|
188
|
+
"""
|
|
189
|
+
This data source can read the Transport T1 E1 Controller Feature.
|
|
190
|
+
|
|
191
|
+
## Example Usage
|
|
192
|
+
|
|
193
|
+
```python
|
|
194
|
+
import pulumi
|
|
195
|
+
import pulumi_sdwan as sdwan
|
|
196
|
+
|
|
197
|
+
example = sdwan.get_transport_t1_e1_controller_feature(id="f6b2c44c-693c-4763-b010-895aa3d236bd",
|
|
198
|
+
feature_profile_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac")
|
|
199
|
+
```
|
|
200
|
+
|
|
201
|
+
|
|
202
|
+
:param str feature_profile_id: Feature Profile ID
|
|
203
|
+
:param str id: The id of the Feature
|
|
204
|
+
"""
|
|
205
|
+
__args__ = dict()
|
|
206
|
+
__args__['featureProfileId'] = feature_profile_id
|
|
207
|
+
__args__['id'] = id
|
|
208
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
209
|
+
__ret__ = pulumi.runtime.invoke_output('sdwan:index/getTransportT1E1ControllerFeature:getTransportT1E1ControllerFeature', __args__, opts=opts, typ=GetTransportT1E1ControllerFeatureResult)
|
|
210
|
+
return __ret__.apply(lambda __response__: GetTransportT1E1ControllerFeatureResult(
|
|
211
|
+
description=pulumi.get(__response__, 'description'),
|
|
212
|
+
entries=pulumi.get(__response__, 'entries'),
|
|
213
|
+
feature_profile_id=pulumi.get(__response__, 'feature_profile_id'),
|
|
214
|
+
id=pulumi.get(__response__, 'id'),
|
|
215
|
+
name=pulumi.get(__response__, 'name'),
|
|
216
|
+
slot=pulumi.get(__response__, 'slot'),
|
|
217
|
+
slot_variable=pulumi.get(__response__, 'slot_variable'),
|
|
218
|
+
type=pulumi.get(__response__, 'type'),
|
|
219
|
+
version=pulumi.get(__response__, 'version')))
|
|
@@ -0,0 +1,156 @@
|
|
|
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
|
+
'GetTransportWanVpnFeatureAssociateRoutingBgpFeatureResult',
|
|
19
|
+
'AwaitableGetTransportWanVpnFeatureAssociateRoutingBgpFeatureResult',
|
|
20
|
+
'get_transport_wan_vpn_feature_associate_routing_bgp_feature',
|
|
21
|
+
'get_transport_wan_vpn_feature_associate_routing_bgp_feature_output',
|
|
22
|
+
]
|
|
23
|
+
|
|
24
|
+
@pulumi.output_type
|
|
25
|
+
class GetTransportWanVpnFeatureAssociateRoutingBgpFeatureResult:
|
|
26
|
+
"""
|
|
27
|
+
A collection of values returned by getTransportWanVpnFeatureAssociateRoutingBgpFeature.
|
|
28
|
+
"""
|
|
29
|
+
def __init__(__self__, feature_profile_id=None, id=None, transport_routing_bgp_feature_id=None, transport_wan_vpn_feature_id=None):
|
|
30
|
+
if feature_profile_id and not isinstance(feature_profile_id, str):
|
|
31
|
+
raise TypeError("Expected argument 'feature_profile_id' to be a str")
|
|
32
|
+
pulumi.set(__self__, "feature_profile_id", feature_profile_id)
|
|
33
|
+
if id and not isinstance(id, str):
|
|
34
|
+
raise TypeError("Expected argument 'id' to be a str")
|
|
35
|
+
pulumi.set(__self__, "id", id)
|
|
36
|
+
if transport_routing_bgp_feature_id and not isinstance(transport_routing_bgp_feature_id, str):
|
|
37
|
+
raise TypeError("Expected argument 'transport_routing_bgp_feature_id' to be a str")
|
|
38
|
+
pulumi.set(__self__, "transport_routing_bgp_feature_id", transport_routing_bgp_feature_id)
|
|
39
|
+
if transport_wan_vpn_feature_id and not isinstance(transport_wan_vpn_feature_id, str):
|
|
40
|
+
raise TypeError("Expected argument 'transport_wan_vpn_feature_id' to be a str")
|
|
41
|
+
pulumi.set(__self__, "transport_wan_vpn_feature_id", transport_wan_vpn_feature_id)
|
|
42
|
+
|
|
43
|
+
@property
|
|
44
|
+
@pulumi.getter(name="featureProfileId")
|
|
45
|
+
def feature_profile_id(self) -> str:
|
|
46
|
+
"""
|
|
47
|
+
Feature Profile ID
|
|
48
|
+
"""
|
|
49
|
+
return pulumi.get(self, "feature_profile_id")
|
|
50
|
+
|
|
51
|
+
@property
|
|
52
|
+
@pulumi.getter
|
|
53
|
+
def id(self) -> str:
|
|
54
|
+
"""
|
|
55
|
+
The id of the object
|
|
56
|
+
"""
|
|
57
|
+
return pulumi.get(self, "id")
|
|
58
|
+
|
|
59
|
+
@property
|
|
60
|
+
@pulumi.getter(name="transportRoutingBgpFeatureId")
|
|
61
|
+
def transport_routing_bgp_feature_id(self) -> str:
|
|
62
|
+
"""
|
|
63
|
+
Transport Routing BGP Feature ID
|
|
64
|
+
"""
|
|
65
|
+
return pulumi.get(self, "transport_routing_bgp_feature_id")
|
|
66
|
+
|
|
67
|
+
@property
|
|
68
|
+
@pulumi.getter(name="transportWanVpnFeatureId")
|
|
69
|
+
def transport_wan_vpn_feature_id(self) -> str:
|
|
70
|
+
"""
|
|
71
|
+
Transport WAN VPN Feature ID
|
|
72
|
+
"""
|
|
73
|
+
return pulumi.get(self, "transport_wan_vpn_feature_id")
|
|
74
|
+
|
|
75
|
+
|
|
76
|
+
class AwaitableGetTransportWanVpnFeatureAssociateRoutingBgpFeatureResult(GetTransportWanVpnFeatureAssociateRoutingBgpFeatureResult):
|
|
77
|
+
# pylint: disable=using-constant-test
|
|
78
|
+
def __await__(self):
|
|
79
|
+
if False:
|
|
80
|
+
yield self
|
|
81
|
+
return GetTransportWanVpnFeatureAssociateRoutingBgpFeatureResult(
|
|
82
|
+
feature_profile_id=self.feature_profile_id,
|
|
83
|
+
id=self.id,
|
|
84
|
+
transport_routing_bgp_feature_id=self.transport_routing_bgp_feature_id,
|
|
85
|
+
transport_wan_vpn_feature_id=self.transport_wan_vpn_feature_id)
|
|
86
|
+
|
|
87
|
+
|
|
88
|
+
def get_transport_wan_vpn_feature_associate_routing_bgp_feature(feature_profile_id: Optional[str] = None,
|
|
89
|
+
id: Optional[str] = None,
|
|
90
|
+
transport_wan_vpn_feature_id: Optional[str] = None,
|
|
91
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetTransportWanVpnFeatureAssociateRoutingBgpFeatureResult:
|
|
92
|
+
"""
|
|
93
|
+
This data source can read the Transport WAN VPN Feature Associate Routing BGP Feature .
|
|
94
|
+
|
|
95
|
+
## Example Usage
|
|
96
|
+
|
|
97
|
+
```python
|
|
98
|
+
import pulumi
|
|
99
|
+
import pulumi_sdwan as sdwan
|
|
100
|
+
|
|
101
|
+
example = sdwan.get_transport_wan_vpn_feature_associate_routing_bgp_feature(feature_profile_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
|
|
102
|
+
transport_wan_vpn_feature_id="140331f6-5418-4755-a059-13c77eb96037",
|
|
103
|
+
id="f6b2c44c-693c-4763-b010-895aa3d236bd")
|
|
104
|
+
```
|
|
105
|
+
|
|
106
|
+
|
|
107
|
+
:param str feature_profile_id: Feature Profile ID
|
|
108
|
+
:param str id: The id of the object
|
|
109
|
+
:param str transport_wan_vpn_feature_id: Transport WAN VPN Feature ID
|
|
110
|
+
"""
|
|
111
|
+
__args__ = dict()
|
|
112
|
+
__args__['featureProfileId'] = feature_profile_id
|
|
113
|
+
__args__['id'] = id
|
|
114
|
+
__args__['transportWanVpnFeatureId'] = transport_wan_vpn_feature_id
|
|
115
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
116
|
+
__ret__ = pulumi.runtime.invoke('sdwan:index/getTransportWanVpnFeatureAssociateRoutingBgpFeature:getTransportWanVpnFeatureAssociateRoutingBgpFeature', __args__, opts=opts, typ=GetTransportWanVpnFeatureAssociateRoutingBgpFeatureResult).value
|
|
117
|
+
|
|
118
|
+
return AwaitableGetTransportWanVpnFeatureAssociateRoutingBgpFeatureResult(
|
|
119
|
+
feature_profile_id=pulumi.get(__ret__, 'feature_profile_id'),
|
|
120
|
+
id=pulumi.get(__ret__, 'id'),
|
|
121
|
+
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'))
|
|
123
|
+
def get_transport_wan_vpn_feature_associate_routing_bgp_feature_output(feature_profile_id: Optional[pulumi.Input[str]] = None,
|
|
124
|
+
id: Optional[pulumi.Input[str]] = None,
|
|
125
|
+
transport_wan_vpn_feature_id: Optional[pulumi.Input[str]] = None,
|
|
126
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetTransportWanVpnFeatureAssociateRoutingBgpFeatureResult]:
|
|
127
|
+
"""
|
|
128
|
+
This data source can read the Transport WAN VPN Feature Associate Routing BGP Feature .
|
|
129
|
+
|
|
130
|
+
## Example Usage
|
|
131
|
+
|
|
132
|
+
```python
|
|
133
|
+
import pulumi
|
|
134
|
+
import pulumi_sdwan as sdwan
|
|
135
|
+
|
|
136
|
+
example = sdwan.get_transport_wan_vpn_feature_associate_routing_bgp_feature(feature_profile_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
|
|
137
|
+
transport_wan_vpn_feature_id="140331f6-5418-4755-a059-13c77eb96037",
|
|
138
|
+
id="f6b2c44c-693c-4763-b010-895aa3d236bd")
|
|
139
|
+
```
|
|
140
|
+
|
|
141
|
+
|
|
142
|
+
:param str feature_profile_id: Feature Profile ID
|
|
143
|
+
:param str id: The id of the object
|
|
144
|
+
:param str transport_wan_vpn_feature_id: Transport WAN VPN Feature ID
|
|
145
|
+
"""
|
|
146
|
+
__args__ = dict()
|
|
147
|
+
__args__['featureProfileId'] = feature_profile_id
|
|
148
|
+
__args__['id'] = id
|
|
149
|
+
__args__['transportWanVpnFeatureId'] = transport_wan_vpn_feature_id
|
|
150
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
151
|
+
__ret__ = pulumi.runtime.invoke_output('sdwan:index/getTransportWanVpnFeatureAssociateRoutingBgpFeature:getTransportWanVpnFeatureAssociateRoutingBgpFeature', __args__, opts=opts, typ=GetTransportWanVpnFeatureAssociateRoutingBgpFeatureResult)
|
|
152
|
+
return __ret__.apply(lambda __response__: GetTransportWanVpnFeatureAssociateRoutingBgpFeatureResult(
|
|
153
|
+
feature_profile_id=pulumi.get(__response__, 'feature_profile_id'),
|
|
154
|
+
id=pulumi.get(__response__, 'id'),
|
|
155
|
+
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')))
|
|
@@ -0,0 +1,156 @@
|
|
|
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
|
+
'GetTransportWanVpnFeatureAssociateRoutingOspfFeatureResult',
|
|
19
|
+
'AwaitableGetTransportWanVpnFeatureAssociateRoutingOspfFeatureResult',
|
|
20
|
+
'get_transport_wan_vpn_feature_associate_routing_ospf_feature',
|
|
21
|
+
'get_transport_wan_vpn_feature_associate_routing_ospf_feature_output',
|
|
22
|
+
]
|
|
23
|
+
|
|
24
|
+
@pulumi.output_type
|
|
25
|
+
class GetTransportWanVpnFeatureAssociateRoutingOspfFeatureResult:
|
|
26
|
+
"""
|
|
27
|
+
A collection of values returned by getTransportWanVpnFeatureAssociateRoutingOspfFeature.
|
|
28
|
+
"""
|
|
29
|
+
def __init__(__self__, feature_profile_id=None, id=None, transport_routing_ospf_feature_id=None, transport_wan_vpn_feature_id=None):
|
|
30
|
+
if feature_profile_id and not isinstance(feature_profile_id, str):
|
|
31
|
+
raise TypeError("Expected argument 'feature_profile_id' to be a str")
|
|
32
|
+
pulumi.set(__self__, "feature_profile_id", feature_profile_id)
|
|
33
|
+
if id and not isinstance(id, str):
|
|
34
|
+
raise TypeError("Expected argument 'id' to be a str")
|
|
35
|
+
pulumi.set(__self__, "id", id)
|
|
36
|
+
if transport_routing_ospf_feature_id and not isinstance(transport_routing_ospf_feature_id, str):
|
|
37
|
+
raise TypeError("Expected argument 'transport_routing_ospf_feature_id' to be a str")
|
|
38
|
+
pulumi.set(__self__, "transport_routing_ospf_feature_id", transport_routing_ospf_feature_id)
|
|
39
|
+
if transport_wan_vpn_feature_id and not isinstance(transport_wan_vpn_feature_id, str):
|
|
40
|
+
raise TypeError("Expected argument 'transport_wan_vpn_feature_id' to be a str")
|
|
41
|
+
pulumi.set(__self__, "transport_wan_vpn_feature_id", transport_wan_vpn_feature_id)
|
|
42
|
+
|
|
43
|
+
@property
|
|
44
|
+
@pulumi.getter(name="featureProfileId")
|
|
45
|
+
def feature_profile_id(self) -> str:
|
|
46
|
+
"""
|
|
47
|
+
Feature Profile ID
|
|
48
|
+
"""
|
|
49
|
+
return pulumi.get(self, "feature_profile_id")
|
|
50
|
+
|
|
51
|
+
@property
|
|
52
|
+
@pulumi.getter
|
|
53
|
+
def id(self) -> str:
|
|
54
|
+
"""
|
|
55
|
+
The id of the object
|
|
56
|
+
"""
|
|
57
|
+
return pulumi.get(self, "id")
|
|
58
|
+
|
|
59
|
+
@property
|
|
60
|
+
@pulumi.getter(name="transportRoutingOspfFeatureId")
|
|
61
|
+
def transport_routing_ospf_feature_id(self) -> str:
|
|
62
|
+
"""
|
|
63
|
+
Transport Routing OSPF Feature ID
|
|
64
|
+
"""
|
|
65
|
+
return pulumi.get(self, "transport_routing_ospf_feature_id")
|
|
66
|
+
|
|
67
|
+
@property
|
|
68
|
+
@pulumi.getter(name="transportWanVpnFeatureId")
|
|
69
|
+
def transport_wan_vpn_feature_id(self) -> str:
|
|
70
|
+
"""
|
|
71
|
+
Transport WAN VPN Feature ID
|
|
72
|
+
"""
|
|
73
|
+
return pulumi.get(self, "transport_wan_vpn_feature_id")
|
|
74
|
+
|
|
75
|
+
|
|
76
|
+
class AwaitableGetTransportWanVpnFeatureAssociateRoutingOspfFeatureResult(GetTransportWanVpnFeatureAssociateRoutingOspfFeatureResult):
|
|
77
|
+
# pylint: disable=using-constant-test
|
|
78
|
+
def __await__(self):
|
|
79
|
+
if False:
|
|
80
|
+
yield self
|
|
81
|
+
return GetTransportWanVpnFeatureAssociateRoutingOspfFeatureResult(
|
|
82
|
+
feature_profile_id=self.feature_profile_id,
|
|
83
|
+
id=self.id,
|
|
84
|
+
transport_routing_ospf_feature_id=self.transport_routing_ospf_feature_id,
|
|
85
|
+
transport_wan_vpn_feature_id=self.transport_wan_vpn_feature_id)
|
|
86
|
+
|
|
87
|
+
|
|
88
|
+
def get_transport_wan_vpn_feature_associate_routing_ospf_feature(feature_profile_id: Optional[str] = None,
|
|
89
|
+
id: Optional[str] = None,
|
|
90
|
+
transport_wan_vpn_feature_id: Optional[str] = None,
|
|
91
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetTransportWanVpnFeatureAssociateRoutingOspfFeatureResult:
|
|
92
|
+
"""
|
|
93
|
+
This data source can read the Transport WAN VPN Feature Associate Routing OSPF Feature .
|
|
94
|
+
|
|
95
|
+
## Example Usage
|
|
96
|
+
|
|
97
|
+
```python
|
|
98
|
+
import pulumi
|
|
99
|
+
import pulumi_sdwan as sdwan
|
|
100
|
+
|
|
101
|
+
example = sdwan.get_transport_wan_vpn_feature_associate_routing_ospf_feature(feature_profile_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
|
|
102
|
+
transport_wan_vpn_feature_id="140331f6-5418-4755-a059-13c77eb96037",
|
|
103
|
+
id="f6b2c44c-693c-4763-b010-895aa3d236bd")
|
|
104
|
+
```
|
|
105
|
+
|
|
106
|
+
|
|
107
|
+
:param str feature_profile_id: Feature Profile ID
|
|
108
|
+
:param str id: The id of the object
|
|
109
|
+
:param str transport_wan_vpn_feature_id: Transport WAN VPN Feature ID
|
|
110
|
+
"""
|
|
111
|
+
__args__ = dict()
|
|
112
|
+
__args__['featureProfileId'] = feature_profile_id
|
|
113
|
+
__args__['id'] = id
|
|
114
|
+
__args__['transportWanVpnFeatureId'] = transport_wan_vpn_feature_id
|
|
115
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
116
|
+
__ret__ = pulumi.runtime.invoke('sdwan:index/getTransportWanVpnFeatureAssociateRoutingOspfFeature:getTransportWanVpnFeatureAssociateRoutingOspfFeature', __args__, opts=opts, typ=GetTransportWanVpnFeatureAssociateRoutingOspfFeatureResult).value
|
|
117
|
+
|
|
118
|
+
return AwaitableGetTransportWanVpnFeatureAssociateRoutingOspfFeatureResult(
|
|
119
|
+
feature_profile_id=pulumi.get(__ret__, 'feature_profile_id'),
|
|
120
|
+
id=pulumi.get(__ret__, 'id'),
|
|
121
|
+
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'))
|
|
123
|
+
def get_transport_wan_vpn_feature_associate_routing_ospf_feature_output(feature_profile_id: Optional[pulumi.Input[str]] = None,
|
|
124
|
+
id: Optional[pulumi.Input[str]] = None,
|
|
125
|
+
transport_wan_vpn_feature_id: Optional[pulumi.Input[str]] = None,
|
|
126
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetTransportWanVpnFeatureAssociateRoutingOspfFeatureResult]:
|
|
127
|
+
"""
|
|
128
|
+
This data source can read the Transport WAN VPN Feature Associate Routing OSPF Feature .
|
|
129
|
+
|
|
130
|
+
## Example Usage
|
|
131
|
+
|
|
132
|
+
```python
|
|
133
|
+
import pulumi
|
|
134
|
+
import pulumi_sdwan as sdwan
|
|
135
|
+
|
|
136
|
+
example = sdwan.get_transport_wan_vpn_feature_associate_routing_ospf_feature(feature_profile_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
|
|
137
|
+
transport_wan_vpn_feature_id="140331f6-5418-4755-a059-13c77eb96037",
|
|
138
|
+
id="f6b2c44c-693c-4763-b010-895aa3d236bd")
|
|
139
|
+
```
|
|
140
|
+
|
|
141
|
+
|
|
142
|
+
:param str feature_profile_id: Feature Profile ID
|
|
143
|
+
:param str id: The id of the object
|
|
144
|
+
:param str transport_wan_vpn_feature_id: Transport WAN VPN Feature ID
|
|
145
|
+
"""
|
|
146
|
+
__args__ = dict()
|
|
147
|
+
__args__['featureProfileId'] = feature_profile_id
|
|
148
|
+
__args__['id'] = id
|
|
149
|
+
__args__['transportWanVpnFeatureId'] = transport_wan_vpn_feature_id
|
|
150
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
151
|
+
__ret__ = pulumi.runtime.invoke_output('sdwan:index/getTransportWanVpnFeatureAssociateRoutingOspfFeature:getTransportWanVpnFeatureAssociateRoutingOspfFeature', __args__, opts=opts, typ=GetTransportWanVpnFeatureAssociateRoutingOspfFeatureResult)
|
|
152
|
+
return __ret__.apply(lambda __response__: GetTransportWanVpnFeatureAssociateRoutingOspfFeatureResult(
|
|
153
|
+
feature_profile_id=pulumi.get(__response__, 'feature_profile_id'),
|
|
154
|
+
id=pulumi.get(__response__, 'id'),
|
|
155
|
+
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')))
|