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,216 @@
|
|
|
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
|
+
'GetTransportIpv6TrackerGroupFeatureResult',
|
|
15
|
+
'AwaitableGetTransportIpv6TrackerGroupFeatureResult',
|
|
16
|
+
'get_transport_ipv6_tracker_group_feature',
|
|
17
|
+
'get_transport_ipv6_tracker_group_feature_output',
|
|
18
|
+
]
|
|
19
|
+
|
|
20
|
+
@pulumi.output_type
|
|
21
|
+
class GetTransportIpv6TrackerGroupFeatureResult:
|
|
22
|
+
"""
|
|
23
|
+
A collection of values returned by getTransportIpv6TrackerGroupFeature.
|
|
24
|
+
"""
|
|
25
|
+
def __init__(__self__, description=None, feature_profile_id=None, id=None, name=None, tracker_boolean=None, tracker_boolean_variable=None, tracker_elements=None, tracker_name=None, tracker_name_variable=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 feature_profile_id and not isinstance(feature_profile_id, str):
|
|
30
|
+
raise TypeError("Expected argument 'feature_profile_id' to be a str")
|
|
31
|
+
pulumi.set(__self__, "feature_profile_id", feature_profile_id)
|
|
32
|
+
if id and not isinstance(id, str):
|
|
33
|
+
raise TypeError("Expected argument 'id' to be a str")
|
|
34
|
+
pulumi.set(__self__, "id", id)
|
|
35
|
+
if name and not isinstance(name, str):
|
|
36
|
+
raise TypeError("Expected argument 'name' to be a str")
|
|
37
|
+
pulumi.set(__self__, "name", name)
|
|
38
|
+
if tracker_boolean and not isinstance(tracker_boolean, str):
|
|
39
|
+
raise TypeError("Expected argument 'tracker_boolean' to be a str")
|
|
40
|
+
pulumi.set(__self__, "tracker_boolean", tracker_boolean)
|
|
41
|
+
if tracker_boolean_variable and not isinstance(tracker_boolean_variable, str):
|
|
42
|
+
raise TypeError("Expected argument 'tracker_boolean_variable' to be a str")
|
|
43
|
+
pulumi.set(__self__, "tracker_boolean_variable", tracker_boolean_variable)
|
|
44
|
+
if tracker_elements and not isinstance(tracker_elements, list):
|
|
45
|
+
raise TypeError("Expected argument 'tracker_elements' to be a list")
|
|
46
|
+
pulumi.set(__self__, "tracker_elements", tracker_elements)
|
|
47
|
+
if tracker_name and not isinstance(tracker_name, str):
|
|
48
|
+
raise TypeError("Expected argument 'tracker_name' to be a str")
|
|
49
|
+
pulumi.set(__self__, "tracker_name", tracker_name)
|
|
50
|
+
if tracker_name_variable and not isinstance(tracker_name_variable, str):
|
|
51
|
+
raise TypeError("Expected argument 'tracker_name_variable' to be a str")
|
|
52
|
+
pulumi.set(__self__, "tracker_name_variable", tracker_name_variable)
|
|
53
|
+
if version and not isinstance(version, int):
|
|
54
|
+
raise TypeError("Expected argument 'version' to be a int")
|
|
55
|
+
pulumi.set(__self__, "version", version)
|
|
56
|
+
|
|
57
|
+
@property
|
|
58
|
+
@pulumi.getter
|
|
59
|
+
def description(self) -> str:
|
|
60
|
+
"""
|
|
61
|
+
The description of the Feature
|
|
62
|
+
"""
|
|
63
|
+
return pulumi.get(self, "description")
|
|
64
|
+
|
|
65
|
+
@property
|
|
66
|
+
@pulumi.getter(name="featureProfileId")
|
|
67
|
+
def feature_profile_id(self) -> str:
|
|
68
|
+
"""
|
|
69
|
+
Feature Profile ID
|
|
70
|
+
"""
|
|
71
|
+
return pulumi.get(self, "feature_profile_id")
|
|
72
|
+
|
|
73
|
+
@property
|
|
74
|
+
@pulumi.getter
|
|
75
|
+
def id(self) -> str:
|
|
76
|
+
"""
|
|
77
|
+
The id of the Feature
|
|
78
|
+
"""
|
|
79
|
+
return pulumi.get(self, "id")
|
|
80
|
+
|
|
81
|
+
@property
|
|
82
|
+
@pulumi.getter
|
|
83
|
+
def name(self) -> str:
|
|
84
|
+
"""
|
|
85
|
+
The name of the Feature
|
|
86
|
+
"""
|
|
87
|
+
return pulumi.get(self, "name")
|
|
88
|
+
|
|
89
|
+
@property
|
|
90
|
+
@pulumi.getter(name="trackerBoolean")
|
|
91
|
+
def tracker_boolean(self) -> str:
|
|
92
|
+
"""
|
|
93
|
+
tracker ref list combine boolean and or
|
|
94
|
+
"""
|
|
95
|
+
return pulumi.get(self, "tracker_boolean")
|
|
96
|
+
|
|
97
|
+
@property
|
|
98
|
+
@pulumi.getter(name="trackerBooleanVariable")
|
|
99
|
+
def tracker_boolean_variable(self) -> str:
|
|
100
|
+
"""
|
|
101
|
+
Variable name
|
|
102
|
+
"""
|
|
103
|
+
return pulumi.get(self, "tracker_boolean_variable")
|
|
104
|
+
|
|
105
|
+
@property
|
|
106
|
+
@pulumi.getter(name="trackerElements")
|
|
107
|
+
def tracker_elements(self) -> Sequence['outputs.GetTransportIpv6TrackerGroupFeatureTrackerElementResult']:
|
|
108
|
+
"""
|
|
109
|
+
trackers ref list
|
|
110
|
+
"""
|
|
111
|
+
return pulumi.get(self, "tracker_elements")
|
|
112
|
+
|
|
113
|
+
@property
|
|
114
|
+
@pulumi.getter(name="trackerName")
|
|
115
|
+
def tracker_name(self) -> str:
|
|
116
|
+
"""
|
|
117
|
+
Tracker Name
|
|
118
|
+
"""
|
|
119
|
+
return pulumi.get(self, "tracker_name")
|
|
120
|
+
|
|
121
|
+
@property
|
|
122
|
+
@pulumi.getter(name="trackerNameVariable")
|
|
123
|
+
def tracker_name_variable(self) -> str:
|
|
124
|
+
"""
|
|
125
|
+
Variable name
|
|
126
|
+
"""
|
|
127
|
+
return pulumi.get(self, "tracker_name_variable")
|
|
128
|
+
|
|
129
|
+
@property
|
|
130
|
+
@pulumi.getter
|
|
131
|
+
def version(self) -> int:
|
|
132
|
+
"""
|
|
133
|
+
The version of the Feature
|
|
134
|
+
"""
|
|
135
|
+
return pulumi.get(self, "version")
|
|
136
|
+
|
|
137
|
+
|
|
138
|
+
class AwaitableGetTransportIpv6TrackerGroupFeatureResult(GetTransportIpv6TrackerGroupFeatureResult):
|
|
139
|
+
# pylint: disable=using-constant-test
|
|
140
|
+
def __await__(self):
|
|
141
|
+
if False:
|
|
142
|
+
yield self
|
|
143
|
+
return GetTransportIpv6TrackerGroupFeatureResult(
|
|
144
|
+
description=self.description,
|
|
145
|
+
feature_profile_id=self.feature_profile_id,
|
|
146
|
+
id=self.id,
|
|
147
|
+
name=self.name,
|
|
148
|
+
tracker_boolean=self.tracker_boolean,
|
|
149
|
+
tracker_boolean_variable=self.tracker_boolean_variable,
|
|
150
|
+
tracker_elements=self.tracker_elements,
|
|
151
|
+
tracker_name=self.tracker_name,
|
|
152
|
+
tracker_name_variable=self.tracker_name_variable,
|
|
153
|
+
version=self.version)
|
|
154
|
+
|
|
155
|
+
|
|
156
|
+
def get_transport_ipv6_tracker_group_feature(feature_profile_id: Optional[str] = None,
|
|
157
|
+
id: Optional[str] = None,
|
|
158
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetTransportIpv6TrackerGroupFeatureResult:
|
|
159
|
+
"""
|
|
160
|
+
This data source can read the Transport IPv6 Tracker Group Feature.
|
|
161
|
+
|
|
162
|
+
## Example Usage
|
|
163
|
+
|
|
164
|
+
```python
|
|
165
|
+
import pulumi
|
|
166
|
+
import pulumi_sdwan as sdwan
|
|
167
|
+
|
|
168
|
+
example = sdwan.get_transport_ipv6_tracker_group_feature(id="f6b2c44c-693c-4763-b010-895aa3d236bd",
|
|
169
|
+
feature_profile_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac")
|
|
170
|
+
```
|
|
171
|
+
|
|
172
|
+
|
|
173
|
+
:param str feature_profile_id: Feature Profile ID
|
|
174
|
+
:param str id: The id of the Feature
|
|
175
|
+
"""
|
|
176
|
+
__args__ = dict()
|
|
177
|
+
__args__['featureProfileId'] = feature_profile_id
|
|
178
|
+
__args__['id'] = id
|
|
179
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
180
|
+
__ret__ = pulumi.runtime.invoke('sdwan:index/getTransportIpv6TrackerGroupFeature:getTransportIpv6TrackerGroupFeature', __args__, opts=opts, typ=GetTransportIpv6TrackerGroupFeatureResult).value
|
|
181
|
+
|
|
182
|
+
return AwaitableGetTransportIpv6TrackerGroupFeatureResult(
|
|
183
|
+
description=pulumi.get(__ret__, 'description'),
|
|
184
|
+
feature_profile_id=pulumi.get(__ret__, 'feature_profile_id'),
|
|
185
|
+
id=pulumi.get(__ret__, 'id'),
|
|
186
|
+
name=pulumi.get(__ret__, 'name'),
|
|
187
|
+
tracker_boolean=pulumi.get(__ret__, 'tracker_boolean'),
|
|
188
|
+
tracker_boolean_variable=pulumi.get(__ret__, 'tracker_boolean_variable'),
|
|
189
|
+
tracker_elements=pulumi.get(__ret__, 'tracker_elements'),
|
|
190
|
+
tracker_name=pulumi.get(__ret__, 'tracker_name'),
|
|
191
|
+
tracker_name_variable=pulumi.get(__ret__, 'tracker_name_variable'),
|
|
192
|
+
version=pulumi.get(__ret__, 'version'))
|
|
193
|
+
|
|
194
|
+
|
|
195
|
+
@_utilities.lift_output_func(get_transport_ipv6_tracker_group_feature)
|
|
196
|
+
def get_transport_ipv6_tracker_group_feature_output(feature_profile_id: Optional[pulumi.Input[str]] = None,
|
|
197
|
+
id: Optional[pulumi.Input[str]] = None,
|
|
198
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetTransportIpv6TrackerGroupFeatureResult]:
|
|
199
|
+
"""
|
|
200
|
+
This data source can read the Transport IPv6 Tracker Group Feature.
|
|
201
|
+
|
|
202
|
+
## Example Usage
|
|
203
|
+
|
|
204
|
+
```python
|
|
205
|
+
import pulumi
|
|
206
|
+
import pulumi_sdwan as sdwan
|
|
207
|
+
|
|
208
|
+
example = sdwan.get_transport_ipv6_tracker_group_feature(id="f6b2c44c-693c-4763-b010-895aa3d236bd",
|
|
209
|
+
feature_profile_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac")
|
|
210
|
+
```
|
|
211
|
+
|
|
212
|
+
|
|
213
|
+
:param str feature_profile_id: Feature Profile ID
|
|
214
|
+
:param str id: The id of the Feature
|
|
215
|
+
"""
|
|
216
|
+
...
|
|
@@ -11,24 +11,18 @@ from . import _utilities
|
|
|
11
11
|
from . import outputs
|
|
12
12
|
|
|
13
13
|
__all__ = [
|
|
14
|
-
'
|
|
15
|
-
'
|
|
16
|
-
'
|
|
17
|
-
'
|
|
14
|
+
'GetTransportManagementVpnFeatureResult',
|
|
15
|
+
'AwaitableGetTransportManagementVpnFeatureResult',
|
|
16
|
+
'get_transport_management_vpn_feature',
|
|
17
|
+
'get_transport_management_vpn_feature_output',
|
|
18
18
|
]
|
|
19
19
|
|
|
20
20
|
@pulumi.output_type
|
|
21
|
-
class
|
|
21
|
+
class GetTransportManagementVpnFeatureResult:
|
|
22
22
|
"""
|
|
23
|
-
A collection of values returned by
|
|
23
|
+
A collection of values returned by getTransportManagementVpnFeature.
|
|
24
24
|
"""
|
|
25
|
-
def __init__(__self__,
|
|
26
|
-
if basic_configuration_description and not isinstance(basic_configuration_description, str):
|
|
27
|
-
raise TypeError("Expected argument 'basic_configuration_description' to be a str")
|
|
28
|
-
pulumi.set(__self__, "basic_configuration_description", basic_configuration_description)
|
|
29
|
-
if basic_configuration_description_variable and not isinstance(basic_configuration_description_variable, str):
|
|
30
|
-
raise TypeError("Expected argument 'basic_configuration_description_variable' to be a str")
|
|
31
|
-
pulumi.set(__self__, "basic_configuration_description_variable", basic_configuration_description_variable)
|
|
25
|
+
def __init__(__self__, description=None, feature_profile_id=None, id=None, ipv4_static_routes=None, ipv6_static_routes=None, name=None, new_host_mappings=None, primary_dns_address_ipv4=None, primary_dns_address_ipv4_variable=None, primary_dns_address_ipv6=None, primary_dns_address_ipv6_variable=None, secondary_dns_address_ipv4=None, secondary_dns_address_ipv4_variable=None, secondary_dns_address_ipv6=None, secondary_dns_address_ipv6_variable=None, version=None, vpn_description=None, vpn_description_variable=None):
|
|
32
26
|
if description and not isinstance(description, str):
|
|
33
27
|
raise TypeError("Expected argument 'description' to be a str")
|
|
34
28
|
pulumi.set(__self__, "description", description)
|
|
@@ -77,28 +71,18 @@ class GetTransportManagementVpnProfileParcelResult:
|
|
|
77
71
|
if version and not isinstance(version, int):
|
|
78
72
|
raise TypeError("Expected argument 'version' to be a int")
|
|
79
73
|
pulumi.set(__self__, "version", version)
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
"""
|
|
87
|
-
return pulumi.get(self, "basic_configuration_description")
|
|
88
|
-
|
|
89
|
-
@property
|
|
90
|
-
@pulumi.getter(name="basicConfigurationDescriptionVariable")
|
|
91
|
-
def basic_configuration_description_variable(self) -> str:
|
|
92
|
-
"""
|
|
93
|
-
Variable name
|
|
94
|
-
"""
|
|
95
|
-
return pulumi.get(self, "basic_configuration_description_variable")
|
|
74
|
+
if vpn_description and not isinstance(vpn_description, str):
|
|
75
|
+
raise TypeError("Expected argument 'vpn_description' to be a str")
|
|
76
|
+
pulumi.set(__self__, "vpn_description", vpn_description)
|
|
77
|
+
if vpn_description_variable and not isinstance(vpn_description_variable, str):
|
|
78
|
+
raise TypeError("Expected argument 'vpn_description_variable' to be a str")
|
|
79
|
+
pulumi.set(__self__, "vpn_description_variable", vpn_description_variable)
|
|
96
80
|
|
|
97
81
|
@property
|
|
98
82
|
@pulumi.getter
|
|
99
83
|
def description(self) -> str:
|
|
100
84
|
"""
|
|
101
|
-
The description of the
|
|
85
|
+
The description of the Feature
|
|
102
86
|
"""
|
|
103
87
|
return pulumi.get(self, "description")
|
|
104
88
|
|
|
@@ -114,13 +98,13 @@ class GetTransportManagementVpnProfileParcelResult:
|
|
|
114
98
|
@pulumi.getter
|
|
115
99
|
def id(self) -> str:
|
|
116
100
|
"""
|
|
117
|
-
The id of the
|
|
101
|
+
The id of the Feature
|
|
118
102
|
"""
|
|
119
103
|
return pulumi.get(self, "id")
|
|
120
104
|
|
|
121
105
|
@property
|
|
122
106
|
@pulumi.getter(name="ipv4StaticRoutes")
|
|
123
|
-
def ipv4_static_routes(self) -> Sequence['outputs.
|
|
107
|
+
def ipv4_static_routes(self) -> Sequence['outputs.GetTransportManagementVpnFeatureIpv4StaticRouteResult']:
|
|
124
108
|
"""
|
|
125
109
|
IPv4 Static Route
|
|
126
110
|
"""
|
|
@@ -128,7 +112,7 @@ class GetTransportManagementVpnProfileParcelResult:
|
|
|
128
112
|
|
|
129
113
|
@property
|
|
130
114
|
@pulumi.getter(name="ipv6StaticRoutes")
|
|
131
|
-
def ipv6_static_routes(self) -> Sequence['outputs.
|
|
115
|
+
def ipv6_static_routes(self) -> Sequence['outputs.GetTransportManagementVpnFeatureIpv6StaticRouteResult']:
|
|
132
116
|
"""
|
|
133
117
|
IPv6 Static Route
|
|
134
118
|
"""
|
|
@@ -138,13 +122,13 @@ class GetTransportManagementVpnProfileParcelResult:
|
|
|
138
122
|
@pulumi.getter
|
|
139
123
|
def name(self) -> str:
|
|
140
124
|
"""
|
|
141
|
-
The name of the
|
|
125
|
+
The name of the Feature
|
|
142
126
|
"""
|
|
143
127
|
return pulumi.get(self, "name")
|
|
144
128
|
|
|
145
129
|
@property
|
|
146
130
|
@pulumi.getter(name="newHostMappings")
|
|
147
|
-
def new_host_mappings(self) -> Sequence['outputs.
|
|
131
|
+
def new_host_mappings(self) -> Sequence['outputs.GetTransportManagementVpnFeatureNewHostMappingResult']:
|
|
148
132
|
return pulumi.get(self, "new_host_mappings")
|
|
149
133
|
|
|
150
134
|
@property
|
|
@@ -215,19 +199,33 @@ class GetTransportManagementVpnProfileParcelResult:
|
|
|
215
199
|
@pulumi.getter
|
|
216
200
|
def version(self) -> int:
|
|
217
201
|
"""
|
|
218
|
-
The version of the
|
|
202
|
+
The version of the Feature
|
|
219
203
|
"""
|
|
220
204
|
return pulumi.get(self, "version")
|
|
221
205
|
|
|
206
|
+
@property
|
|
207
|
+
@pulumi.getter(name="vpnDescription")
|
|
208
|
+
def vpn_description(self) -> str:
|
|
209
|
+
"""
|
|
210
|
+
Name
|
|
211
|
+
"""
|
|
212
|
+
return pulumi.get(self, "vpn_description")
|
|
213
|
+
|
|
214
|
+
@property
|
|
215
|
+
@pulumi.getter(name="vpnDescriptionVariable")
|
|
216
|
+
def vpn_description_variable(self) -> str:
|
|
217
|
+
"""
|
|
218
|
+
Variable name
|
|
219
|
+
"""
|
|
220
|
+
return pulumi.get(self, "vpn_description_variable")
|
|
221
|
+
|
|
222
222
|
|
|
223
|
-
class
|
|
223
|
+
class AwaitableGetTransportManagementVpnFeatureResult(GetTransportManagementVpnFeatureResult):
|
|
224
224
|
# pylint: disable=using-constant-test
|
|
225
225
|
def __await__(self):
|
|
226
226
|
if False:
|
|
227
227
|
yield self
|
|
228
|
-
return
|
|
229
|
-
basic_configuration_description=self.basic_configuration_description,
|
|
230
|
-
basic_configuration_description_variable=self.basic_configuration_description_variable,
|
|
228
|
+
return GetTransportManagementVpnFeatureResult(
|
|
231
229
|
description=self.description,
|
|
232
230
|
feature_profile_id=self.feature_profile_id,
|
|
233
231
|
id=self.id,
|
|
@@ -243,14 +241,16 @@ class AwaitableGetTransportManagementVpnProfileParcelResult(GetTransportManageme
|
|
|
243
241
|
secondary_dns_address_ipv4_variable=self.secondary_dns_address_ipv4_variable,
|
|
244
242
|
secondary_dns_address_ipv6=self.secondary_dns_address_ipv6,
|
|
245
243
|
secondary_dns_address_ipv6_variable=self.secondary_dns_address_ipv6_variable,
|
|
246
|
-
version=self.version
|
|
244
|
+
version=self.version,
|
|
245
|
+
vpn_description=self.vpn_description,
|
|
246
|
+
vpn_description_variable=self.vpn_description_variable)
|
|
247
247
|
|
|
248
248
|
|
|
249
|
-
def
|
|
250
|
-
|
|
251
|
-
|
|
249
|
+
def get_transport_management_vpn_feature(feature_profile_id: Optional[str] = None,
|
|
250
|
+
id: Optional[str] = None,
|
|
251
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetTransportManagementVpnFeatureResult:
|
|
252
252
|
"""
|
|
253
|
-
This data source can read the Transport Management VPN
|
|
253
|
+
This data source can read the Transport Management VPN Feature.
|
|
254
254
|
|
|
255
255
|
## Example Usage
|
|
256
256
|
|
|
@@ -258,23 +258,21 @@ def get_transport_management_vpn_profile_parcel(feature_profile_id: Optional[str
|
|
|
258
258
|
import pulumi
|
|
259
259
|
import pulumi_sdwan as sdwan
|
|
260
260
|
|
|
261
|
-
example = sdwan.
|
|
261
|
+
example = sdwan.get_transport_management_vpn_feature(id="f6b2c44c-693c-4763-b010-895aa3d236bd",
|
|
262
262
|
feature_profile_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac")
|
|
263
263
|
```
|
|
264
264
|
|
|
265
265
|
|
|
266
266
|
:param str feature_profile_id: Feature Profile ID
|
|
267
|
-
:param str id: The id of the
|
|
267
|
+
:param str id: The id of the Feature
|
|
268
268
|
"""
|
|
269
269
|
__args__ = dict()
|
|
270
270
|
__args__['featureProfileId'] = feature_profile_id
|
|
271
271
|
__args__['id'] = id
|
|
272
272
|
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
273
|
-
__ret__ = pulumi.runtime.invoke('sdwan:index/
|
|
273
|
+
__ret__ = pulumi.runtime.invoke('sdwan:index/getTransportManagementVpnFeature:getTransportManagementVpnFeature', __args__, opts=opts, typ=GetTransportManagementVpnFeatureResult).value
|
|
274
274
|
|
|
275
|
-
return
|
|
276
|
-
basic_configuration_description=pulumi.get(__ret__, 'basic_configuration_description'),
|
|
277
|
-
basic_configuration_description_variable=pulumi.get(__ret__, 'basic_configuration_description_variable'),
|
|
275
|
+
return AwaitableGetTransportManagementVpnFeatureResult(
|
|
278
276
|
description=pulumi.get(__ret__, 'description'),
|
|
279
277
|
feature_profile_id=pulumi.get(__ret__, 'feature_profile_id'),
|
|
280
278
|
id=pulumi.get(__ret__, 'id'),
|
|
@@ -290,15 +288,17 @@ def get_transport_management_vpn_profile_parcel(feature_profile_id: Optional[str
|
|
|
290
288
|
secondary_dns_address_ipv4_variable=pulumi.get(__ret__, 'secondary_dns_address_ipv4_variable'),
|
|
291
289
|
secondary_dns_address_ipv6=pulumi.get(__ret__, 'secondary_dns_address_ipv6'),
|
|
292
290
|
secondary_dns_address_ipv6_variable=pulumi.get(__ret__, 'secondary_dns_address_ipv6_variable'),
|
|
293
|
-
version=pulumi.get(__ret__, 'version')
|
|
291
|
+
version=pulumi.get(__ret__, 'version'),
|
|
292
|
+
vpn_description=pulumi.get(__ret__, 'vpn_description'),
|
|
293
|
+
vpn_description_variable=pulumi.get(__ret__, 'vpn_description_variable'))
|
|
294
294
|
|
|
295
295
|
|
|
296
|
-
@_utilities.lift_output_func(
|
|
297
|
-
def
|
|
298
|
-
|
|
299
|
-
|
|
296
|
+
@_utilities.lift_output_func(get_transport_management_vpn_feature)
|
|
297
|
+
def get_transport_management_vpn_feature_output(feature_profile_id: Optional[pulumi.Input[str]] = None,
|
|
298
|
+
id: Optional[pulumi.Input[str]] = None,
|
|
299
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetTransportManagementVpnFeatureResult]:
|
|
300
300
|
"""
|
|
301
|
-
This data source can read the Transport Management VPN
|
|
301
|
+
This data source can read the Transport Management VPN Feature.
|
|
302
302
|
|
|
303
303
|
## Example Usage
|
|
304
304
|
|
|
@@ -306,12 +306,12 @@ def get_transport_management_vpn_profile_parcel_output(feature_profile_id: Optio
|
|
|
306
306
|
import pulumi
|
|
307
307
|
import pulumi_sdwan as sdwan
|
|
308
308
|
|
|
309
|
-
example = sdwan.
|
|
309
|
+
example = sdwan.get_transport_management_vpn_feature(id="f6b2c44c-693c-4763-b010-895aa3d236bd",
|
|
310
310
|
feature_profile_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac")
|
|
311
311
|
```
|
|
312
312
|
|
|
313
313
|
|
|
314
314
|
:param str feature_profile_id: Feature Profile ID
|
|
315
|
-
:param str id: The id of the
|
|
315
|
+
:param str id: The id of the Feature
|
|
316
316
|
"""
|
|
317
317
|
...
|