pulumi-sdwan 0.2.0a1730181615__py3-none-any.whl → 0.2.0a1730451699__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 +300 -0
- pulumi_sdwan/_inputs.py +33470 -25249
- 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_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_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_interface_ethernet_feature.py +29 -1
- pulumi_sdwan/other_feature_profile.py +2 -0
- pulumi_sdwan/other_thousandeyes_feature.py +6 -2
- pulumi_sdwan/other_ucse_feature.py +40 -38
- pulumi_sdwan/outputs.py +57639 -47055
- 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_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 +65 -64
- 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 +6 -2
- pulumi_sdwan/system_security_feature.py +6 -2
- pulumi_sdwan/system_snmp_feature.py +6 -2
- 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_interface_cellular_feature.py +6 -2
- pulumi_sdwan/transport_wan_vpn_interface_ethernet_feature.py +198 -86
- 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 +6 -2
- {pulumi_sdwan-0.2.0a1730181615.dist-info → pulumi_sdwan-0.2.0a1730451699.dist-info}/METADATA +1 -1
- {pulumi_sdwan-0.2.0a1730181615.dist-info → pulumi_sdwan-0.2.0a1730451699.dist-info}/RECORD +148 -88
- {pulumi_sdwan-0.2.0a1730181615.dist-info → pulumi_sdwan-0.2.0a1730451699.dist-info}/WHEEL +1 -1
- {pulumi_sdwan-0.2.0a1730181615.dist-info → pulumi_sdwan-0.2.0a1730451699.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')))
|
|
@@ -27,7 +27,7 @@ class GetTransportWanVpnInterfaceEthernetFeatureResult:
|
|
|
27
27
|
"""
|
|
28
28
|
A collection of values returned by getTransportWanVpnInterfaceEthernetFeature.
|
|
29
29
|
"""
|
|
30
|
-
def __init__(__self__, arp_timeout=None, arp_timeout_variable=None, arps=None, auto_detect_bandwidth=None, auto_detect_bandwidth_variable=None, autonegotiate=None, autonegotiate_variable=None, bandwidth_downstream=None, bandwidth_downstream_variable=None, bandwidth_upstream=None, bandwidth_upstream_variable=None, block_non_source_ip=None, block_non_source_ip_variable=None, description=None, duplex=None, duplex_variable=None, enable_dhcpv6=None, feature_profile_id=None, gre_tunnel_source_ip=None, gre_tunnel_source_ip_variable=None, icmp_redirect_disable=None, icmp_redirect_disable_variable=None, id=None, interface_description=None, interface_description_variable=None, interface_mtu=None, interface_mtu_variable=None, interface_name=None, interface_name_variable=None, ip_directed_broadcast=None, ip_directed_broadcast_variable=None, ip_mtu=None, ip_mtu_variable=None, iperf_server=None, iperf_server_variable=None, ipv4_address=None, ipv4_address_variable=None, ipv4_dhcp_distance=None, ipv4_dhcp_distance_variable=None, ipv4_dhcp_helper_variable=None, ipv4_dhcp_helpers=None, ipv4_secondary_addresses=None, ipv4_subnet_mask=None, ipv4_subnet_mask_variable=None, ipv6_address=None, ipv6_address_variable=None, ipv6_dhcp_secondary_addresses=None, ipv6_secondary_addresses=None, load_interval=None, load_interval_variable=None, mac_address=None, mac_address_variable=None, media_type=None, media_type_variable=None, name=None, nat64=None, nat66=None, nat_ipv4=None, nat_ipv4_variable=None, nat_ipv6=None, nat_ipv6_variable=None, nat_loopback=None, nat_loopback_variable=None, nat_overload=None, nat_overload_variable=None, nat_prefix_length=None, nat_prefix_length_variable=None, nat_range_end=None, nat_range_end_variable=None, nat_range_start=None, nat_range_start_variable=None, nat_tcp_timeout=None, nat_tcp_timeout_variable=None, nat_type=None, nat_type_variable=None, nat_udp_timeout=None, nat_udp_timeout_variable=None, new_static_nats=None, per_tunnel_qos=None, per_tunnel_qos_variable=None, qos_adaptive=None, qos_adaptive_bandwidth_downstream=None, qos_adaptive_bandwidth_upstream=None, qos_adaptive_default_downstream=None, qos_adaptive_default_downstream_variable=None, qos_adaptive_default_upstream=None, qos_adaptive_default_upstream_variable=None, qos_adaptive_max_downstream=None, qos_adaptive_max_downstream_variable=None, qos_adaptive_max_upstream=None, qos_adaptive_max_upstream_variable=None, qos_adaptive_min_downstream=None, qos_adaptive_min_downstream_variable=None, qos_adaptive_min_upstream=None, qos_adaptive_min_upstream_variable=None, qos_adaptive_period=None, qos_adaptive_period_variable=None, qos_shaping_rate=None, qos_shaping_rate_variable=None, service_provider=None, service_provider_variable=None, shutdown=None, shutdown_variable=None, speed=None, speed_variable=None, static_nat66s=None, tcp_mss=None, tcp_mss_variable=None, tloc_extension=None, tloc_extension_variable=None, tracker=None, tracker_variable=None, transport_wan_vpn_feature_id=None, tunnel_bandwidth_percent=None, tunnel_bandwidth_percent_variable=None, tunnel_interface=None, tunnel_interface_allow_all=None, tunnel_interface_allow_all_variable=None, tunnel_interface_allow_bfd=None, tunnel_interface_allow_bfd_variable=None, tunnel_interface_allow_bgp=None, tunnel_interface_allow_bgp_variable=None, tunnel_interface_allow_dhcp=None, tunnel_interface_allow_dhcp_variable=None, tunnel_interface_allow_dns=None, tunnel_interface_allow_dns_variable=None, tunnel_interface_allow_https=None, tunnel_interface_allow_https_variable=None, tunnel_interface_allow_icmp=None, tunnel_interface_allow_icmp_variable=None, tunnel_interface_allow_netconf=None, tunnel_interface_allow_netconf_variable=None, tunnel_interface_allow_ntp=None, tunnel_interface_allow_ntp_variable=None, tunnel_interface_allow_ospf=None, tunnel_interface_allow_ospf_variable=None, tunnel_interface_allow_snmp=None, tunnel_interface_allow_snmp_variable=None, tunnel_interface_allow_ssh=None, tunnel_interface_allow_ssh_variable=None, tunnel_interface_allow_stun=None, tunnel_interface_allow_stun_variable=None, tunnel_interface_bind_loopback_tunnel=None, tunnel_interface_bind_loopback_tunnel_variable=None, tunnel_interface_border=None, tunnel_interface_border_variable=None, tunnel_interface_carrier=None, tunnel_interface_carrier_variable=None, tunnel_interface_clear_dont_fragment=None, tunnel_interface_clear_dont_fragment_variable=None, tunnel_interface_color=None, tunnel_interface_color_restrict=None, tunnel_interface_color_restrict_variable=None, tunnel_interface_color_variable=None, tunnel_interface_cts_sgt_propagation=None, tunnel_interface_cts_sgt_propagation_variable=None, tunnel_interface_encapsulations=None, tunnel_interface_exclude_controller_group_list_variable=None, tunnel_interface_exclude_controller_group_lists=None, tunnel_interface_gre_tunnel_destination_ip=None, tunnel_interface_gre_tunnel_destination_ip_variable=None, tunnel_interface_groups=None, tunnel_interface_groups_variable=None, tunnel_interface_hello_interval=None, tunnel_interface_hello_interval_variable=None, tunnel_interface_hello_tolerance=None, tunnel_interface_hello_tolerance_variable=None, tunnel_interface_last_resort_circuit=None, tunnel_interface_last_resort_circuit_variable=None, tunnel_interface_low_bandwidth_link=None, tunnel_interface_low_bandwidth_link_variable=None, tunnel_interface_max_control_connections=None, tunnel_interface_max_control_connections_variable=None, tunnel_interface_nat_refresh_interval=None, tunnel_interface_nat_refresh_interval_variable=None, tunnel_interface_network_broadcast=None, tunnel_interface_network_broadcast_variable=None, tunnel_interface_port_hop=None, tunnel_interface_port_hop_variable=None, tunnel_interface_tunnel_tcp_mss=None, tunnel_interface_tunnel_tcp_mss_variable=None, tunnel_interface_vbond_as_stun_server=None, tunnel_interface_vbond_as_stun_server_variable=None, tunnel_interface_vmanage_connection_preference=None, tunnel_interface_vmanage_connection_preference_variable=None, tunnel_qos_mode=None, tunnel_qos_mode_variable=None, version=None, xconnect=None, xconnect_variable=None):
|
|
30
|
+
def __init__(__self__, arp_timeout=None, arp_timeout_variable=None, arps=None, auto_detect_bandwidth=None, auto_detect_bandwidth_variable=None, autonegotiate=None, autonegotiate_variable=None, bandwidth_downstream=None, bandwidth_downstream_variable=None, bandwidth_upstream=None, bandwidth_upstream_variable=None, block_non_source_ip=None, block_non_source_ip_variable=None, description=None, duplex=None, duplex_variable=None, enable_dhcpv6=None, feature_profile_id=None, gre_tunnel_source_ip=None, gre_tunnel_source_ip_variable=None, icmp_redirect_disable=None, icmp_redirect_disable_variable=None, id=None, interface_description=None, interface_description_variable=None, interface_mtu=None, interface_mtu_variable=None, interface_name=None, interface_name_variable=None, ip_directed_broadcast=None, ip_directed_broadcast_variable=None, ip_mtu=None, ip_mtu_variable=None, iperf_server=None, iperf_server_variable=None, ipv4_address=None, ipv4_address_variable=None, ipv4_configuration_type=None, ipv4_dhcp_distance=None, ipv4_dhcp_distance_variable=None, ipv4_dhcp_helper_variable=None, ipv4_dhcp_helpers=None, ipv4_secondary_addresses=None, ipv4_subnet_mask=None, ipv4_subnet_mask_variable=None, ipv6_address=None, ipv6_address_variable=None, ipv6_configuration_type=None, ipv6_dhcp_secondary_addresses=None, ipv6_secondary_addresses=None, load_interval=None, load_interval_variable=None, mac_address=None, mac_address_variable=None, media_type=None, media_type_variable=None, name=None, nat64=None, nat66=None, nat_ipv4=None, nat_ipv4_variable=None, nat_ipv6=None, nat_ipv6_variable=None, nat_loopback=None, nat_loopback_variable=None, nat_overload=None, nat_overload_variable=None, nat_prefix_length=None, nat_prefix_length_variable=None, nat_range_end=None, nat_range_end_variable=None, nat_range_start=None, nat_range_start_variable=None, nat_tcp_timeout=None, nat_tcp_timeout_variable=None, nat_type=None, nat_type_variable=None, nat_udp_timeout=None, nat_udp_timeout_variable=None, new_static_nats=None, per_tunnel_qos=None, per_tunnel_qos_variable=None, qos_adaptive=None, qos_adaptive_bandwidth_downstream=None, qos_adaptive_bandwidth_upstream=None, qos_adaptive_default_downstream=None, qos_adaptive_default_downstream_variable=None, qos_adaptive_default_upstream=None, qos_adaptive_default_upstream_variable=None, qos_adaptive_max_downstream=None, qos_adaptive_max_downstream_variable=None, qos_adaptive_max_upstream=None, qos_adaptive_max_upstream_variable=None, qos_adaptive_min_downstream=None, qos_adaptive_min_downstream_variable=None, qos_adaptive_min_upstream=None, qos_adaptive_min_upstream_variable=None, qos_adaptive_period=None, qos_adaptive_period_variable=None, qos_shaping_rate=None, qos_shaping_rate_variable=None, service_provider=None, service_provider_variable=None, shutdown=None, shutdown_variable=None, speed=None, speed_variable=None, static_nat66s=None, tcp_mss=None, tcp_mss_variable=None, tloc_extension=None, tloc_extension_variable=None, tracker=None, tracker_variable=None, transport_wan_vpn_feature_id=None, tunnel_bandwidth_percent=None, tunnel_bandwidth_percent_variable=None, tunnel_interface=None, tunnel_interface_allow_all=None, tunnel_interface_allow_all_variable=None, tunnel_interface_allow_bfd=None, tunnel_interface_allow_bfd_variable=None, tunnel_interface_allow_bgp=None, tunnel_interface_allow_bgp_variable=None, tunnel_interface_allow_dhcp=None, tunnel_interface_allow_dhcp_variable=None, tunnel_interface_allow_dns=None, tunnel_interface_allow_dns_variable=None, tunnel_interface_allow_https=None, tunnel_interface_allow_https_variable=None, tunnel_interface_allow_icmp=None, tunnel_interface_allow_icmp_variable=None, tunnel_interface_allow_netconf=None, tunnel_interface_allow_netconf_variable=None, tunnel_interface_allow_ntp=None, tunnel_interface_allow_ntp_variable=None, tunnel_interface_allow_ospf=None, tunnel_interface_allow_ospf_variable=None, tunnel_interface_allow_snmp=None, tunnel_interface_allow_snmp_variable=None, tunnel_interface_allow_ssh=None, tunnel_interface_allow_ssh_variable=None, tunnel_interface_allow_stun=None, tunnel_interface_allow_stun_variable=None, tunnel_interface_bind_loopback_tunnel=None, tunnel_interface_bind_loopback_tunnel_variable=None, tunnel_interface_border=None, tunnel_interface_border_variable=None, tunnel_interface_carrier=None, tunnel_interface_carrier_variable=None, tunnel_interface_clear_dont_fragment=None, tunnel_interface_clear_dont_fragment_variable=None, tunnel_interface_color=None, tunnel_interface_color_restrict=None, tunnel_interface_color_restrict_variable=None, tunnel_interface_color_variable=None, tunnel_interface_cts_sgt_propagation=None, tunnel_interface_cts_sgt_propagation_variable=None, tunnel_interface_encapsulations=None, tunnel_interface_exclude_controller_group_list_variable=None, tunnel_interface_exclude_controller_group_lists=None, tunnel_interface_gre_tunnel_destination_ip=None, tunnel_interface_gre_tunnel_destination_ip_variable=None, tunnel_interface_groups=None, tunnel_interface_groups_variable=None, tunnel_interface_hello_interval=None, tunnel_interface_hello_interval_variable=None, tunnel_interface_hello_tolerance=None, tunnel_interface_hello_tolerance_variable=None, tunnel_interface_last_resort_circuit=None, tunnel_interface_last_resort_circuit_variable=None, tunnel_interface_low_bandwidth_link=None, tunnel_interface_low_bandwidth_link_variable=None, tunnel_interface_max_control_connections=None, tunnel_interface_max_control_connections_variable=None, tunnel_interface_nat_refresh_interval=None, tunnel_interface_nat_refresh_interval_variable=None, tunnel_interface_network_broadcast=None, tunnel_interface_network_broadcast_variable=None, tunnel_interface_port_hop=None, tunnel_interface_port_hop_variable=None, tunnel_interface_tunnel_tcp_mss=None, tunnel_interface_tunnel_tcp_mss_variable=None, tunnel_interface_vbond_as_stun_server=None, tunnel_interface_vbond_as_stun_server_variable=None, tunnel_interface_vmanage_connection_preference=None, tunnel_interface_vmanage_connection_preference_variable=None, tunnel_qos_mode=None, tunnel_qos_mode_variable=None, version=None, xconnect=None, xconnect_variable=None):
|
|
31
31
|
if arp_timeout and not isinstance(arp_timeout, int):
|
|
32
32
|
raise TypeError("Expected argument 'arp_timeout' to be a int")
|
|
33
33
|
pulumi.set(__self__, "arp_timeout", arp_timeout)
|
|
@@ -139,6 +139,9 @@ class GetTransportWanVpnInterfaceEthernetFeatureResult:
|
|
|
139
139
|
if ipv4_address_variable and not isinstance(ipv4_address_variable, str):
|
|
140
140
|
raise TypeError("Expected argument 'ipv4_address_variable' to be a str")
|
|
141
141
|
pulumi.set(__self__, "ipv4_address_variable", ipv4_address_variable)
|
|
142
|
+
if ipv4_configuration_type and not isinstance(ipv4_configuration_type, str):
|
|
143
|
+
raise TypeError("Expected argument 'ipv4_configuration_type' to be a str")
|
|
144
|
+
pulumi.set(__self__, "ipv4_configuration_type", ipv4_configuration_type)
|
|
142
145
|
if ipv4_dhcp_distance and not isinstance(ipv4_dhcp_distance, int):
|
|
143
146
|
raise TypeError("Expected argument 'ipv4_dhcp_distance' to be a int")
|
|
144
147
|
pulumi.set(__self__, "ipv4_dhcp_distance", ipv4_dhcp_distance)
|
|
@@ -166,6 +169,9 @@ class GetTransportWanVpnInterfaceEthernetFeatureResult:
|
|
|
166
169
|
if ipv6_address_variable and not isinstance(ipv6_address_variable, str):
|
|
167
170
|
raise TypeError("Expected argument 'ipv6_address_variable' to be a str")
|
|
168
171
|
pulumi.set(__self__, "ipv6_address_variable", ipv6_address_variable)
|
|
172
|
+
if ipv6_configuration_type and not isinstance(ipv6_configuration_type, str):
|
|
173
|
+
raise TypeError("Expected argument 'ipv6_configuration_type' to be a str")
|
|
174
|
+
pulumi.set(__self__, "ipv6_configuration_type", ipv6_configuration_type)
|
|
169
175
|
if ipv6_dhcp_secondary_addresses and not isinstance(ipv6_dhcp_secondary_addresses, list):
|
|
170
176
|
raise TypeError("Expected argument 'ipv6_dhcp_secondary_addresses' to be a list")
|
|
171
177
|
pulumi.set(__self__, "ipv6_dhcp_secondary_addresses", ipv6_dhcp_secondary_addresses)
|
|
@@ -889,6 +895,14 @@ class GetTransportWanVpnInterfaceEthernetFeatureResult:
|
|
|
889
895
|
"""
|
|
890
896
|
return pulumi.get(self, "ipv4_address_variable")
|
|
891
897
|
|
|
898
|
+
@property
|
|
899
|
+
@pulumi.getter(name="ipv4ConfigurationType")
|
|
900
|
+
def ipv4_configuration_type(self) -> str:
|
|
901
|
+
"""
|
|
902
|
+
IPv4 Configuration Type
|
|
903
|
+
"""
|
|
904
|
+
return pulumi.get(self, "ipv4_configuration_type")
|
|
905
|
+
|
|
892
906
|
@property
|
|
893
907
|
@pulumi.getter(name="ipv4DhcpDistance")
|
|
894
908
|
def ipv4_dhcp_distance(self) -> int:
|
|
@@ -961,6 +975,14 @@ class GetTransportWanVpnInterfaceEthernetFeatureResult:
|
|
|
961
975
|
"""
|
|
962
976
|
return pulumi.get(self, "ipv6_address_variable")
|
|
963
977
|
|
|
978
|
+
@property
|
|
979
|
+
@pulumi.getter(name="ipv6ConfigurationType")
|
|
980
|
+
def ipv6_configuration_type(self) -> str:
|
|
981
|
+
"""
|
|
982
|
+
IPv6 Configuration Type
|
|
983
|
+
"""
|
|
984
|
+
return pulumi.get(self, "ipv6_configuration_type")
|
|
985
|
+
|
|
964
986
|
@property
|
|
965
987
|
@pulumi.getter(name="ipv6DhcpSecondaryAddresses")
|
|
966
988
|
def ipv6_dhcp_secondary_addresses(self) -> Sequence['outputs.GetTransportWanVpnInterfaceEthernetFeatureIpv6DhcpSecondaryAddressResult']:
|
|
@@ -2154,6 +2176,7 @@ class AwaitableGetTransportWanVpnInterfaceEthernetFeatureResult(GetTransportWanV
|
|
|
2154
2176
|
iperf_server_variable=self.iperf_server_variable,
|
|
2155
2177
|
ipv4_address=self.ipv4_address,
|
|
2156
2178
|
ipv4_address_variable=self.ipv4_address_variable,
|
|
2179
|
+
ipv4_configuration_type=self.ipv4_configuration_type,
|
|
2157
2180
|
ipv4_dhcp_distance=self.ipv4_dhcp_distance,
|
|
2158
2181
|
ipv4_dhcp_distance_variable=self.ipv4_dhcp_distance_variable,
|
|
2159
2182
|
ipv4_dhcp_helper_variable=self.ipv4_dhcp_helper_variable,
|
|
@@ -2163,6 +2186,7 @@ class AwaitableGetTransportWanVpnInterfaceEthernetFeatureResult(GetTransportWanV
|
|
|
2163
2186
|
ipv4_subnet_mask_variable=self.ipv4_subnet_mask_variable,
|
|
2164
2187
|
ipv6_address=self.ipv6_address,
|
|
2165
2188
|
ipv6_address_variable=self.ipv6_address_variable,
|
|
2189
|
+
ipv6_configuration_type=self.ipv6_configuration_type,
|
|
2166
2190
|
ipv6_dhcp_secondary_addresses=self.ipv6_dhcp_secondary_addresses,
|
|
2167
2191
|
ipv6_secondary_addresses=self.ipv6_secondary_addresses,
|
|
2168
2192
|
load_interval=self.load_interval,
|
|
@@ -2377,6 +2401,7 @@ def get_transport_wan_vpn_interface_ethernet_feature(feature_profile_id: Optiona
|
|
|
2377
2401
|
iperf_server_variable=pulumi.get(__ret__, 'iperf_server_variable'),
|
|
2378
2402
|
ipv4_address=pulumi.get(__ret__, 'ipv4_address'),
|
|
2379
2403
|
ipv4_address_variable=pulumi.get(__ret__, 'ipv4_address_variable'),
|
|
2404
|
+
ipv4_configuration_type=pulumi.get(__ret__, 'ipv4_configuration_type'),
|
|
2380
2405
|
ipv4_dhcp_distance=pulumi.get(__ret__, 'ipv4_dhcp_distance'),
|
|
2381
2406
|
ipv4_dhcp_distance_variable=pulumi.get(__ret__, 'ipv4_dhcp_distance_variable'),
|
|
2382
2407
|
ipv4_dhcp_helper_variable=pulumi.get(__ret__, 'ipv4_dhcp_helper_variable'),
|
|
@@ -2386,6 +2411,7 @@ def get_transport_wan_vpn_interface_ethernet_feature(feature_profile_id: Optiona
|
|
|
2386
2411
|
ipv4_subnet_mask_variable=pulumi.get(__ret__, 'ipv4_subnet_mask_variable'),
|
|
2387
2412
|
ipv6_address=pulumi.get(__ret__, 'ipv6_address'),
|
|
2388
2413
|
ipv6_address_variable=pulumi.get(__ret__, 'ipv6_address_variable'),
|
|
2414
|
+
ipv6_configuration_type=pulumi.get(__ret__, 'ipv6_configuration_type'),
|
|
2389
2415
|
ipv6_dhcp_secondary_addresses=pulumi.get(__ret__, 'ipv6_dhcp_secondary_addresses'),
|
|
2390
2416
|
ipv6_secondary_addresses=pulumi.get(__ret__, 'ipv6_secondary_addresses'),
|
|
2391
2417
|
load_interval=pulumi.get(__ret__, 'load_interval'),
|
|
@@ -2597,6 +2623,7 @@ def get_transport_wan_vpn_interface_ethernet_feature_output(feature_profile_id:
|
|
|
2597
2623
|
iperf_server_variable=pulumi.get(__response__, 'iperf_server_variable'),
|
|
2598
2624
|
ipv4_address=pulumi.get(__response__, 'ipv4_address'),
|
|
2599
2625
|
ipv4_address_variable=pulumi.get(__response__, 'ipv4_address_variable'),
|
|
2626
|
+
ipv4_configuration_type=pulumi.get(__response__, 'ipv4_configuration_type'),
|
|
2600
2627
|
ipv4_dhcp_distance=pulumi.get(__response__, 'ipv4_dhcp_distance'),
|
|
2601
2628
|
ipv4_dhcp_distance_variable=pulumi.get(__response__, 'ipv4_dhcp_distance_variable'),
|
|
2602
2629
|
ipv4_dhcp_helper_variable=pulumi.get(__response__, 'ipv4_dhcp_helper_variable'),
|
|
@@ -2606,6 +2633,7 @@ def get_transport_wan_vpn_interface_ethernet_feature_output(feature_profile_id:
|
|
|
2606
2633
|
ipv4_subnet_mask_variable=pulumi.get(__response__, 'ipv4_subnet_mask_variable'),
|
|
2607
2634
|
ipv6_address=pulumi.get(__response__, 'ipv6_address'),
|
|
2608
2635
|
ipv6_address_variable=pulumi.get(__response__, 'ipv6_address_variable'),
|
|
2636
|
+
ipv6_configuration_type=pulumi.get(__response__, 'ipv6_configuration_type'),
|
|
2609
2637
|
ipv6_dhcp_secondary_addresses=pulumi.get(__response__, 'ipv6_dhcp_secondary_addresses'),
|
|
2610
2638
|
ipv6_secondary_addresses=pulumi.get(__response__, 'ipv6_secondary_addresses'),
|
|
2611
2639
|
load_interval=pulumi.get(__response__, 'load_interval'),
|
|
@@ -105,6 +105,7 @@ class OtherFeatureProfile(pulumi.CustomResource):
|
|
|
105
105
|
__props__=None):
|
|
106
106
|
"""
|
|
107
107
|
This resource can manage a Other Feature Profile .
|
|
108
|
+
- Minimum SD-WAN Manager version: `20.12.0`
|
|
108
109
|
|
|
109
110
|
## Example Usage
|
|
110
111
|
|
|
@@ -136,6 +137,7 @@ class OtherFeatureProfile(pulumi.CustomResource):
|
|
|
136
137
|
opts: Optional[pulumi.ResourceOptions] = None):
|
|
137
138
|
"""
|
|
138
139
|
This resource can manage a Other Feature Profile .
|
|
140
|
+
- Minimum SD-WAN Manager version: `20.12.0`
|
|
139
141
|
|
|
140
142
|
## Example Usage
|
|
141
143
|
|
|
@@ -193,8 +193,10 @@ class OtherThousandeyesFeature(pulumi.CustomResource):
|
|
|
193
193
|
|
|
194
194
|
## Import
|
|
195
195
|
|
|
196
|
+
Expected import identifier with the format: "other_thousandeyes_feature_id,feature_profile_id"
|
|
197
|
+
|
|
196
198
|
```sh
|
|
197
|
-
$ pulumi import sdwan:index/otherThousandeyesFeature:OtherThousandeyesFeature example "f6b2c44c-693c-4763-b010-895aa3d236bd"
|
|
199
|
+
$ pulumi import sdwan:index/otherThousandeyesFeature:OtherThousandeyesFeature example "f6b2c44c-693c-4763-b010-895aa3d236bd,f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac"
|
|
198
200
|
```
|
|
199
201
|
|
|
200
202
|
:param str resource_name: The name of the resource.
|
|
@@ -216,8 +218,10 @@ class OtherThousandeyesFeature(pulumi.CustomResource):
|
|
|
216
218
|
|
|
217
219
|
## Import
|
|
218
220
|
|
|
221
|
+
Expected import identifier with the format: "other_thousandeyes_feature_id,feature_profile_id"
|
|
222
|
+
|
|
219
223
|
```sh
|
|
220
|
-
$ pulumi import sdwan:index/otherThousandeyesFeature:OtherThousandeyesFeature example "f6b2c44c-693c-4763-b010-895aa3d236bd"
|
|
224
|
+
$ pulumi import sdwan:index/otherThousandeyesFeature:OtherThousandeyesFeature example "f6b2c44c-693c-4763-b010-895aa3d236bd,f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac"
|
|
221
225
|
```
|
|
222
226
|
|
|
223
227
|
:param str resource_name: The name of the resource.
|
|
@@ -24,16 +24,16 @@ class OtherUcseFeatureArgs:
|
|
|
24
24
|
access_port_shared_failover_type: pulumi.Input[str],
|
|
25
25
|
access_port_shared_type: pulumi.Input[str],
|
|
26
26
|
bay: pulumi.Input[int],
|
|
27
|
-
default_gateway: pulumi.Input[str],
|
|
28
27
|
feature_profile_id: pulumi.Input[str],
|
|
29
|
-
ipv4_address: pulumi.Input[str],
|
|
30
28
|
slot: pulumi.Input[int],
|
|
31
29
|
access_port_dedicated: Optional[pulumi.Input[bool]] = None,
|
|
32
30
|
assign_priority: Optional[pulumi.Input[int]] = None,
|
|
33
31
|
assign_priority_variable: Optional[pulumi.Input[str]] = None,
|
|
32
|
+
default_gateway: Optional[pulumi.Input[str]] = None,
|
|
34
33
|
default_gateway_variable: Optional[pulumi.Input[str]] = None,
|
|
35
34
|
description: Optional[pulumi.Input[str]] = None,
|
|
36
35
|
interfaces: Optional[pulumi.Input[Sequence[pulumi.Input['OtherUcseFeatureInterfaceArgs']]]] = None,
|
|
36
|
+
ipv4_address: Optional[pulumi.Input[str]] = None,
|
|
37
37
|
ipv4_address_variable: Optional[pulumi.Input[str]] = None,
|
|
38
38
|
name: Optional[pulumi.Input[str]] = None,
|
|
39
39
|
vlan_id: Optional[pulumi.Input[int]] = None,
|
|
@@ -43,16 +43,16 @@ class OtherUcseFeatureArgs:
|
|
|
43
43
|
:param pulumi.Input[str] access_port_shared_failover_type: - Choices: `ge2`, `te2`
|
|
44
44
|
:param pulumi.Input[str] access_port_shared_type: - Choices: `ge1`, `ge2`, `ge3`, `te2`, `te3`, `console`, `failover`
|
|
45
45
|
:param pulumi.Input[int] bay: Bay - Range: `0`-`2`
|
|
46
|
-
:param pulumi.Input[str] default_gateway: Assign default gateway
|
|
47
46
|
:param pulumi.Input[str] feature_profile_id: Feature Profile ID
|
|
48
|
-
:param pulumi.Input[str] ipv4_address: Assign IPv4 address
|
|
49
47
|
:param pulumi.Input[int] slot: Slot - Range: `0`-`3`
|
|
50
48
|
:param pulumi.Input[bool] access_port_dedicated: Dedicated - Default value: `true`
|
|
51
49
|
:param pulumi.Input[int] assign_priority: Assign priority - Range: `0`-`7`
|
|
52
50
|
:param pulumi.Input[str] assign_priority_variable: Variable name
|
|
51
|
+
:param pulumi.Input[str] default_gateway: Assign default gateway
|
|
53
52
|
:param pulumi.Input[str] default_gateway_variable: Variable name
|
|
54
53
|
:param pulumi.Input[str] description: The description of the Feature
|
|
55
54
|
:param pulumi.Input[Sequence[pulumi.Input['OtherUcseFeatureInterfaceArgs']]] interfaces: Interface name: GigabitEthernet0/<>/<> when present
|
|
55
|
+
:param pulumi.Input[str] ipv4_address: Assign IPv4 address
|
|
56
56
|
:param pulumi.Input[str] ipv4_address_variable: Variable name
|
|
57
57
|
:param pulumi.Input[str] name: The name of the Feature
|
|
58
58
|
:param pulumi.Input[int] vlan_id: Assign Vlan Id - Range: `2`-`4095`
|
|
@@ -61,9 +61,7 @@ class OtherUcseFeatureArgs:
|
|
|
61
61
|
pulumi.set(__self__, "access_port_shared_failover_type", access_port_shared_failover_type)
|
|
62
62
|
pulumi.set(__self__, "access_port_shared_type", access_port_shared_type)
|
|
63
63
|
pulumi.set(__self__, "bay", bay)
|
|
64
|
-
pulumi.set(__self__, "default_gateway", default_gateway)
|
|
65
64
|
pulumi.set(__self__, "feature_profile_id", feature_profile_id)
|
|
66
|
-
pulumi.set(__self__, "ipv4_address", ipv4_address)
|
|
67
65
|
pulumi.set(__self__, "slot", slot)
|
|
68
66
|
if access_port_dedicated is not None:
|
|
69
67
|
pulumi.set(__self__, "access_port_dedicated", access_port_dedicated)
|
|
@@ -71,12 +69,16 @@ class OtherUcseFeatureArgs:
|
|
|
71
69
|
pulumi.set(__self__, "assign_priority", assign_priority)
|
|
72
70
|
if assign_priority_variable is not None:
|
|
73
71
|
pulumi.set(__self__, "assign_priority_variable", assign_priority_variable)
|
|
72
|
+
if default_gateway is not None:
|
|
73
|
+
pulumi.set(__self__, "default_gateway", default_gateway)
|
|
74
74
|
if default_gateway_variable is not None:
|
|
75
75
|
pulumi.set(__self__, "default_gateway_variable", default_gateway_variable)
|
|
76
76
|
if description is not None:
|
|
77
77
|
pulumi.set(__self__, "description", description)
|
|
78
78
|
if interfaces is not None:
|
|
79
79
|
pulumi.set(__self__, "interfaces", interfaces)
|
|
80
|
+
if ipv4_address is not None:
|
|
81
|
+
pulumi.set(__self__, "ipv4_address", ipv4_address)
|
|
80
82
|
if ipv4_address_variable is not None:
|
|
81
83
|
pulumi.set(__self__, "ipv4_address_variable", ipv4_address_variable)
|
|
82
84
|
if name is not None:
|
|
@@ -122,18 +124,6 @@ class OtherUcseFeatureArgs:
|
|
|
122
124
|
def bay(self, value: pulumi.Input[int]):
|
|
123
125
|
pulumi.set(self, "bay", value)
|
|
124
126
|
|
|
125
|
-
@property
|
|
126
|
-
@pulumi.getter(name="defaultGateway")
|
|
127
|
-
def default_gateway(self) -> pulumi.Input[str]:
|
|
128
|
-
"""
|
|
129
|
-
Assign default gateway
|
|
130
|
-
"""
|
|
131
|
-
return pulumi.get(self, "default_gateway")
|
|
132
|
-
|
|
133
|
-
@default_gateway.setter
|
|
134
|
-
def default_gateway(self, value: pulumi.Input[str]):
|
|
135
|
-
pulumi.set(self, "default_gateway", value)
|
|
136
|
-
|
|
137
127
|
@property
|
|
138
128
|
@pulumi.getter(name="featureProfileId")
|
|
139
129
|
def feature_profile_id(self) -> pulumi.Input[str]:
|
|
@@ -146,18 +136,6 @@ class OtherUcseFeatureArgs:
|
|
|
146
136
|
def feature_profile_id(self, value: pulumi.Input[str]):
|
|
147
137
|
pulumi.set(self, "feature_profile_id", value)
|
|
148
138
|
|
|
149
|
-
@property
|
|
150
|
-
@pulumi.getter(name="ipv4Address")
|
|
151
|
-
def ipv4_address(self) -> pulumi.Input[str]:
|
|
152
|
-
"""
|
|
153
|
-
Assign IPv4 address
|
|
154
|
-
"""
|
|
155
|
-
return pulumi.get(self, "ipv4_address")
|
|
156
|
-
|
|
157
|
-
@ipv4_address.setter
|
|
158
|
-
def ipv4_address(self, value: pulumi.Input[str]):
|
|
159
|
-
pulumi.set(self, "ipv4_address", value)
|
|
160
|
-
|
|
161
139
|
@property
|
|
162
140
|
@pulumi.getter
|
|
163
141
|
def slot(self) -> pulumi.Input[int]:
|
|
@@ -206,6 +184,18 @@ class OtherUcseFeatureArgs:
|
|
|
206
184
|
def assign_priority_variable(self, value: Optional[pulumi.Input[str]]):
|
|
207
185
|
pulumi.set(self, "assign_priority_variable", value)
|
|
208
186
|
|
|
187
|
+
@property
|
|
188
|
+
@pulumi.getter(name="defaultGateway")
|
|
189
|
+
def default_gateway(self) -> Optional[pulumi.Input[str]]:
|
|
190
|
+
"""
|
|
191
|
+
Assign default gateway
|
|
192
|
+
"""
|
|
193
|
+
return pulumi.get(self, "default_gateway")
|
|
194
|
+
|
|
195
|
+
@default_gateway.setter
|
|
196
|
+
def default_gateway(self, value: Optional[pulumi.Input[str]]):
|
|
197
|
+
pulumi.set(self, "default_gateway", value)
|
|
198
|
+
|
|
209
199
|
@property
|
|
210
200
|
@pulumi.getter(name="defaultGatewayVariable")
|
|
211
201
|
def default_gateway_variable(self) -> Optional[pulumi.Input[str]]:
|
|
@@ -242,6 +232,18 @@ class OtherUcseFeatureArgs:
|
|
|
242
232
|
def interfaces(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['OtherUcseFeatureInterfaceArgs']]]]):
|
|
243
233
|
pulumi.set(self, "interfaces", value)
|
|
244
234
|
|
|
235
|
+
@property
|
|
236
|
+
@pulumi.getter(name="ipv4Address")
|
|
237
|
+
def ipv4_address(self) -> Optional[pulumi.Input[str]]:
|
|
238
|
+
"""
|
|
239
|
+
Assign IPv4 address
|
|
240
|
+
"""
|
|
241
|
+
return pulumi.get(self, "ipv4_address")
|
|
242
|
+
|
|
243
|
+
@ipv4_address.setter
|
|
244
|
+
def ipv4_address(self, value: Optional[pulumi.Input[str]]):
|
|
245
|
+
pulumi.set(self, "ipv4_address", value)
|
|
246
|
+
|
|
245
247
|
@property
|
|
246
248
|
@pulumi.getter(name="ipv4AddressVariable")
|
|
247
249
|
def ipv4_address_variable(self) -> Optional[pulumi.Input[str]]:
|
|
@@ -616,8 +618,10 @@ class OtherUcseFeature(pulumi.CustomResource):
|
|
|
616
618
|
|
|
617
619
|
## Import
|
|
618
620
|
|
|
621
|
+
Expected import identifier with the format: "other_ucse_feature_id,feature_profile_id"
|
|
622
|
+
|
|
619
623
|
```sh
|
|
620
|
-
$ pulumi import sdwan:index/otherUcseFeature:OtherUcseFeature example "f6b2c44c-693c-4763-b010-895aa3d236bd"
|
|
624
|
+
$ pulumi import sdwan:index/otherUcseFeature:OtherUcseFeature example "f6b2c44c-693c-4763-b010-895aa3d236bd,f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac"
|
|
621
625
|
```
|
|
622
626
|
|
|
623
627
|
:param str resource_name: The name of the resource.
|
|
@@ -652,8 +656,10 @@ class OtherUcseFeature(pulumi.CustomResource):
|
|
|
652
656
|
|
|
653
657
|
## Import
|
|
654
658
|
|
|
659
|
+
Expected import identifier with the format: "other_ucse_feature_id,feature_profile_id"
|
|
660
|
+
|
|
655
661
|
```sh
|
|
656
|
-
$ pulumi import sdwan:index/otherUcseFeature:OtherUcseFeature example "f6b2c44c-693c-4763-b010-895aa3d236bd"
|
|
662
|
+
$ pulumi import sdwan:index/otherUcseFeature:OtherUcseFeature example "f6b2c44c-693c-4763-b010-895aa3d236bd,f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac"
|
|
657
663
|
```
|
|
658
664
|
|
|
659
665
|
:param str resource_name: The name of the resource.
|
|
@@ -709,8 +715,6 @@ class OtherUcseFeature(pulumi.CustomResource):
|
|
|
709
715
|
if bay is None and not opts.urn:
|
|
710
716
|
raise TypeError("Missing required property 'bay'")
|
|
711
717
|
__props__.__dict__["bay"] = bay
|
|
712
|
-
if default_gateway is None and not opts.urn:
|
|
713
|
-
raise TypeError("Missing required property 'default_gateway'")
|
|
714
718
|
__props__.__dict__["default_gateway"] = default_gateway
|
|
715
719
|
__props__.__dict__["default_gateway_variable"] = default_gateway_variable
|
|
716
720
|
__props__.__dict__["description"] = description
|
|
@@ -718,8 +722,6 @@ class OtherUcseFeature(pulumi.CustomResource):
|
|
|
718
722
|
raise TypeError("Missing required property 'feature_profile_id'")
|
|
719
723
|
__props__.__dict__["feature_profile_id"] = feature_profile_id
|
|
720
724
|
__props__.__dict__["interfaces"] = interfaces
|
|
721
|
-
if ipv4_address is None and not opts.urn:
|
|
722
|
-
raise TypeError("Missing required property 'ipv4_address'")
|
|
723
725
|
__props__.__dict__["ipv4_address"] = ipv4_address
|
|
724
726
|
__props__.__dict__["ipv4_address_variable"] = ipv4_address_variable
|
|
725
727
|
__props__.__dict__["name"] = name
|
|
@@ -857,7 +859,7 @@ class OtherUcseFeature(pulumi.CustomResource):
|
|
|
857
859
|
|
|
858
860
|
@property
|
|
859
861
|
@pulumi.getter(name="defaultGateway")
|
|
860
|
-
def default_gateway(self) -> pulumi.Output[str]:
|
|
862
|
+
def default_gateway(self) -> pulumi.Output[Optional[str]]:
|
|
861
863
|
"""
|
|
862
864
|
Assign default gateway
|
|
863
865
|
"""
|
|
@@ -897,7 +899,7 @@ class OtherUcseFeature(pulumi.CustomResource):
|
|
|
897
899
|
|
|
898
900
|
@property
|
|
899
901
|
@pulumi.getter(name="ipv4Address")
|
|
900
|
-
def ipv4_address(self) -> pulumi.Output[str]:
|
|
902
|
+
def ipv4_address(self) -> pulumi.Output[Optional[str]]:
|
|
901
903
|
"""
|
|
902
904
|
Assign IPv4 address
|
|
903
905
|
"""
|