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
|
@@ -460,7 +460,7 @@ class DnsSecurityPolicyDefinition(pulumi.CustomResource):
|
|
|
460
460
|
match_all_vpn=True,
|
|
461
461
|
dnscrypt=True,
|
|
462
462
|
umbrella_dns_default=True,
|
|
463
|
-
cisco_sig_credentials_feature_template_id="
|
|
463
|
+
cisco_sig_credentials_feature_template_id="3ac6eef9-bd8f-458d-96a7-a932c90b1e75")
|
|
464
464
|
```
|
|
465
465
|
|
|
466
466
|
## Import
|
|
@@ -507,7 +507,7 @@ class DnsSecurityPolicyDefinition(pulumi.CustomResource):
|
|
|
507
507
|
match_all_vpn=True,
|
|
508
508
|
dnscrypt=True,
|
|
509
509
|
umbrella_dns_default=True,
|
|
510
|
-
cisco_sig_credentials_feature_template_id="
|
|
510
|
+
cisco_sig_credentials_feature_template_id="3ac6eef9-bd8f-458d-96a7-a932c90b1e75")
|
|
511
511
|
```
|
|
512
512
|
|
|
513
513
|
## Import
|
|
@@ -11,16 +11,16 @@ from . import _utilities
|
|
|
11
11
|
from . import outputs
|
|
12
12
|
|
|
13
13
|
__all__ = [
|
|
14
|
-
'
|
|
15
|
-
'
|
|
16
|
-
'
|
|
17
|
-
'
|
|
14
|
+
'GetApplicationPriorityQosPolicyResult',
|
|
15
|
+
'AwaitableGetApplicationPriorityQosPolicyResult',
|
|
16
|
+
'get_application_priority_qos_policy',
|
|
17
|
+
'get_application_priority_qos_policy_output',
|
|
18
18
|
]
|
|
19
19
|
|
|
20
20
|
@pulumi.output_type
|
|
21
|
-
class
|
|
21
|
+
class GetApplicationPriorityQosPolicyResult:
|
|
22
22
|
"""
|
|
23
|
-
A collection of values returned by
|
|
23
|
+
A collection of values returned by getApplicationPriorityQosPolicy.
|
|
24
24
|
"""
|
|
25
25
|
def __init__(__self__, description=None, feature_profile_id=None, id=None, name=None, qos_schedulers=None, target_interface_variable=None, target_interfaces=None, version=None):
|
|
26
26
|
if description and not isinstance(description, str):
|
|
@@ -52,7 +52,7 @@ class GetApplicationPriorityQosPolicyProfileParcelResult:
|
|
|
52
52
|
@pulumi.getter
|
|
53
53
|
def description(self) -> str:
|
|
54
54
|
"""
|
|
55
|
-
The description of the
|
|
55
|
+
The description of the Policy
|
|
56
56
|
"""
|
|
57
57
|
return pulumi.get(self, "description")
|
|
58
58
|
|
|
@@ -68,7 +68,7 @@ class GetApplicationPriorityQosPolicyProfileParcelResult:
|
|
|
68
68
|
@pulumi.getter
|
|
69
69
|
def id(self) -> str:
|
|
70
70
|
"""
|
|
71
|
-
The id of the
|
|
71
|
+
The id of the Policy
|
|
72
72
|
"""
|
|
73
73
|
return pulumi.get(self, "id")
|
|
74
74
|
|
|
@@ -76,13 +76,13 @@ class GetApplicationPriorityQosPolicyProfileParcelResult:
|
|
|
76
76
|
@pulumi.getter
|
|
77
77
|
def name(self) -> str:
|
|
78
78
|
"""
|
|
79
|
-
The name of the
|
|
79
|
+
The name of the Policy
|
|
80
80
|
"""
|
|
81
81
|
return pulumi.get(self, "name")
|
|
82
82
|
|
|
83
83
|
@property
|
|
84
84
|
@pulumi.getter(name="qosSchedulers")
|
|
85
|
-
def qos_schedulers(self) -> Sequence['outputs.
|
|
85
|
+
def qos_schedulers(self) -> Sequence['outputs.GetApplicationPriorityQosPolicyQosSchedulerResult']:
|
|
86
86
|
"""
|
|
87
87
|
qosSchedulers
|
|
88
88
|
"""
|
|
@@ -108,17 +108,17 @@ class GetApplicationPriorityQosPolicyProfileParcelResult:
|
|
|
108
108
|
@pulumi.getter
|
|
109
109
|
def version(self) -> int:
|
|
110
110
|
"""
|
|
111
|
-
The version of the
|
|
111
|
+
The version of the Policy
|
|
112
112
|
"""
|
|
113
113
|
return pulumi.get(self, "version")
|
|
114
114
|
|
|
115
115
|
|
|
116
|
-
class
|
|
116
|
+
class AwaitableGetApplicationPriorityQosPolicyResult(GetApplicationPriorityQosPolicyResult):
|
|
117
117
|
# pylint: disable=using-constant-test
|
|
118
118
|
def __await__(self):
|
|
119
119
|
if False:
|
|
120
120
|
yield self
|
|
121
|
-
return
|
|
121
|
+
return GetApplicationPriorityQosPolicyResult(
|
|
122
122
|
description=self.description,
|
|
123
123
|
feature_profile_id=self.feature_profile_id,
|
|
124
124
|
id=self.id,
|
|
@@ -129,11 +129,11 @@ class AwaitableGetApplicationPriorityQosPolicyProfileParcelResult(GetApplication
|
|
|
129
129
|
version=self.version)
|
|
130
130
|
|
|
131
131
|
|
|
132
|
-
def
|
|
133
|
-
|
|
134
|
-
|
|
132
|
+
def get_application_priority_qos_policy(feature_profile_id: Optional[str] = None,
|
|
133
|
+
id: Optional[str] = None,
|
|
134
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetApplicationPriorityQosPolicyResult:
|
|
135
135
|
"""
|
|
136
|
-
This data source can read the Application Priority QoS Policy
|
|
136
|
+
This data source can read the Application Priority QoS Policy.
|
|
137
137
|
|
|
138
138
|
## Example Usage
|
|
139
139
|
|
|
@@ -141,21 +141,21 @@ def get_application_priority_qos_policy_profile_parcel(feature_profile_id: Optio
|
|
|
141
141
|
import pulumi
|
|
142
142
|
import pulumi_sdwan as sdwan
|
|
143
143
|
|
|
144
|
-
example = sdwan.
|
|
144
|
+
example = sdwan.get_application_priority_qos_policy(id="f6b2c44c-693c-4763-b010-895aa3d236bd",
|
|
145
145
|
feature_profile_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac")
|
|
146
146
|
```
|
|
147
147
|
|
|
148
148
|
|
|
149
149
|
:param str feature_profile_id: Feature Profile ID
|
|
150
|
-
:param str id: The id of the
|
|
150
|
+
:param str id: The id of the Policy
|
|
151
151
|
"""
|
|
152
152
|
__args__ = dict()
|
|
153
153
|
__args__['featureProfileId'] = feature_profile_id
|
|
154
154
|
__args__['id'] = id
|
|
155
155
|
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
156
|
-
__ret__ = pulumi.runtime.invoke('sdwan:index/
|
|
156
|
+
__ret__ = pulumi.runtime.invoke('sdwan:index/getApplicationPriorityQosPolicy:getApplicationPriorityQosPolicy', __args__, opts=opts, typ=GetApplicationPriorityQosPolicyResult).value
|
|
157
157
|
|
|
158
|
-
return
|
|
158
|
+
return AwaitableGetApplicationPriorityQosPolicyResult(
|
|
159
159
|
description=pulumi.get(__ret__, 'description'),
|
|
160
160
|
feature_profile_id=pulumi.get(__ret__, 'feature_profile_id'),
|
|
161
161
|
id=pulumi.get(__ret__, 'id'),
|
|
@@ -166,12 +166,12 @@ def get_application_priority_qos_policy_profile_parcel(feature_profile_id: Optio
|
|
|
166
166
|
version=pulumi.get(__ret__, 'version'))
|
|
167
167
|
|
|
168
168
|
|
|
169
|
-
@_utilities.lift_output_func(
|
|
170
|
-
def
|
|
171
|
-
|
|
172
|
-
|
|
169
|
+
@_utilities.lift_output_func(get_application_priority_qos_policy)
|
|
170
|
+
def get_application_priority_qos_policy_output(feature_profile_id: Optional[pulumi.Input[str]] = None,
|
|
171
|
+
id: Optional[pulumi.Input[str]] = None,
|
|
172
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetApplicationPriorityQosPolicyResult]:
|
|
173
173
|
"""
|
|
174
|
-
This data source can read the Application Priority QoS Policy
|
|
174
|
+
This data source can read the Application Priority QoS Policy.
|
|
175
175
|
|
|
176
176
|
## Example Usage
|
|
177
177
|
|
|
@@ -179,12 +179,12 @@ def get_application_priority_qos_policy_profile_parcel_output(feature_profile_id
|
|
|
179
179
|
import pulumi
|
|
180
180
|
import pulumi_sdwan as sdwan
|
|
181
181
|
|
|
182
|
-
example = sdwan.
|
|
182
|
+
example = sdwan.get_application_priority_qos_policy(id="f6b2c44c-693c-4763-b010-895aa3d236bd",
|
|
183
183
|
feature_profile_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac")
|
|
184
184
|
```
|
|
185
185
|
|
|
186
186
|
|
|
187
187
|
:param str feature_profile_id: Feature Profile ID
|
|
188
|
-
:param str id: The id of the
|
|
188
|
+
:param str id: The id of the Policy
|
|
189
189
|
"""
|
|
190
190
|
...
|
|
@@ -10,16 +10,16 @@ from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
|
10
10
|
from . import _utilities
|
|
11
11
|
|
|
12
12
|
__all__ = [
|
|
13
|
-
'
|
|
14
|
-
'
|
|
15
|
-
'
|
|
16
|
-
'
|
|
13
|
+
'GetCliConfigFeatureResult',
|
|
14
|
+
'AwaitableGetCliConfigFeatureResult',
|
|
15
|
+
'get_cli_config_feature',
|
|
16
|
+
'get_cli_config_feature_output',
|
|
17
17
|
]
|
|
18
18
|
|
|
19
19
|
@pulumi.output_type
|
|
20
|
-
class
|
|
20
|
+
class GetCliConfigFeatureResult:
|
|
21
21
|
"""
|
|
22
|
-
A collection of values returned by
|
|
22
|
+
A collection of values returned by getCliConfigFeature.
|
|
23
23
|
"""
|
|
24
24
|
def __init__(__self__, cli_configuration=None, description=None, feature_profile_id=None, id=None, name=None, version=None):
|
|
25
25
|
if cli_configuration and not isinstance(cli_configuration, str):
|
|
@@ -53,7 +53,7 @@ class GetCliConfigProfileParcelResult:
|
|
|
53
53
|
@pulumi.getter
|
|
54
54
|
def description(self) -> str:
|
|
55
55
|
"""
|
|
56
|
-
The description of the
|
|
56
|
+
The description of the Feature
|
|
57
57
|
"""
|
|
58
58
|
return pulumi.get(self, "description")
|
|
59
59
|
|
|
@@ -77,7 +77,7 @@ class GetCliConfigProfileParcelResult:
|
|
|
77
77
|
@pulumi.getter
|
|
78
78
|
def name(self) -> str:
|
|
79
79
|
"""
|
|
80
|
-
The name of the
|
|
80
|
+
The name of the Feature
|
|
81
81
|
"""
|
|
82
82
|
return pulumi.get(self, "name")
|
|
83
83
|
|
|
@@ -90,12 +90,12 @@ class GetCliConfigProfileParcelResult:
|
|
|
90
90
|
return pulumi.get(self, "version")
|
|
91
91
|
|
|
92
92
|
|
|
93
|
-
class
|
|
93
|
+
class AwaitableGetCliConfigFeatureResult(GetCliConfigFeatureResult):
|
|
94
94
|
# pylint: disable=using-constant-test
|
|
95
95
|
def __await__(self):
|
|
96
96
|
if False:
|
|
97
97
|
yield self
|
|
98
|
-
return
|
|
98
|
+
return GetCliConfigFeatureResult(
|
|
99
99
|
cli_configuration=self.cli_configuration,
|
|
100
100
|
description=self.description,
|
|
101
101
|
feature_profile_id=self.feature_profile_id,
|
|
@@ -104,11 +104,11 @@ class AwaitableGetCliConfigProfileParcelResult(GetCliConfigProfileParcelResult):
|
|
|
104
104
|
version=self.version)
|
|
105
105
|
|
|
106
106
|
|
|
107
|
-
def
|
|
108
|
-
|
|
109
|
-
|
|
107
|
+
def get_cli_config_feature(feature_profile_id: Optional[str] = None,
|
|
108
|
+
id: Optional[str] = None,
|
|
109
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetCliConfigFeatureResult:
|
|
110
110
|
"""
|
|
111
|
-
This data source can read the CLI Config
|
|
111
|
+
This data source can read the CLI Config Feature .
|
|
112
112
|
|
|
113
113
|
## Example Usage
|
|
114
114
|
|
|
@@ -116,7 +116,7 @@ def get_cli_config_profile_parcel(feature_profile_id: Optional[str] = None,
|
|
|
116
116
|
import pulumi
|
|
117
117
|
import pulumi_sdwan as sdwan
|
|
118
118
|
|
|
119
|
-
example = sdwan.
|
|
119
|
+
example = sdwan.get_cli_config_feature(feature_profile_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
|
|
120
120
|
id="f6b2c44c-693c-4763-b010-895aa3d236bd")
|
|
121
121
|
```
|
|
122
122
|
|
|
@@ -128,9 +128,9 @@ def get_cli_config_profile_parcel(feature_profile_id: Optional[str] = None,
|
|
|
128
128
|
__args__['featureProfileId'] = feature_profile_id
|
|
129
129
|
__args__['id'] = id
|
|
130
130
|
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
131
|
-
__ret__ = pulumi.runtime.invoke('sdwan:index/
|
|
131
|
+
__ret__ = pulumi.runtime.invoke('sdwan:index/getCliConfigFeature:getCliConfigFeature', __args__, opts=opts, typ=GetCliConfigFeatureResult).value
|
|
132
132
|
|
|
133
|
-
return
|
|
133
|
+
return AwaitableGetCliConfigFeatureResult(
|
|
134
134
|
cli_configuration=pulumi.get(__ret__, 'cli_configuration'),
|
|
135
135
|
description=pulumi.get(__ret__, 'description'),
|
|
136
136
|
feature_profile_id=pulumi.get(__ret__, 'feature_profile_id'),
|
|
@@ -139,12 +139,12 @@ def get_cli_config_profile_parcel(feature_profile_id: Optional[str] = None,
|
|
|
139
139
|
version=pulumi.get(__ret__, 'version'))
|
|
140
140
|
|
|
141
141
|
|
|
142
|
-
@_utilities.lift_output_func(
|
|
143
|
-
def
|
|
144
|
-
|
|
145
|
-
|
|
142
|
+
@_utilities.lift_output_func(get_cli_config_feature)
|
|
143
|
+
def get_cli_config_feature_output(feature_profile_id: Optional[pulumi.Input[str]] = None,
|
|
144
|
+
id: Optional[pulumi.Input[str]] = None,
|
|
145
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetCliConfigFeatureResult]:
|
|
146
146
|
"""
|
|
147
|
-
This data source can read the CLI Config
|
|
147
|
+
This data source can read the CLI Config Feature .
|
|
148
148
|
|
|
149
149
|
## Example Usage
|
|
150
150
|
|
|
@@ -152,7 +152,7 @@ def get_cli_config_profile_parcel_output(feature_profile_id: Optional[pulumi.Inp
|
|
|
152
152
|
import pulumi
|
|
153
153
|
import pulumi_sdwan as sdwan
|
|
154
154
|
|
|
155
|
-
example = sdwan.
|
|
155
|
+
example = sdwan.get_cli_config_feature(feature_profile_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
|
|
156
156
|
id="f6b2c44c-693c-4763-b010-895aa3d236bd")
|
|
157
157
|
```
|
|
158
158
|
|
pulumi_sdwan/get_device.py
CHANGED
|
@@ -93,7 +93,7 @@ def get_device(name: Optional[str] = None,
|
|
|
93
93
|
import pulumi
|
|
94
94
|
import pulumi_sdwan as sdwan
|
|
95
95
|
|
|
96
|
-
example = sdwan.get_device(serial_number="
|
|
96
|
+
example = sdwan.get_device(serial_number="12B53B6E42654E01B98C77C347CE216E",
|
|
97
97
|
name="Controller01")
|
|
98
98
|
```
|
|
99
99
|
|
|
@@ -127,7 +127,7 @@ def get_device_output(name: Optional[pulumi.Input[Optional[str]]] = None,
|
|
|
127
127
|
import pulumi
|
|
128
128
|
import pulumi_sdwan as sdwan
|
|
129
129
|
|
|
130
|
-
example = sdwan.get_device(serial_number="
|
|
130
|
+
example = sdwan.get_device(serial_number="12B53B6E42654E01B98C77C347CE216E",
|
|
131
131
|
name="Controller01")
|
|
132
132
|
```
|
|
133
133
|
|
|
@@ -0,0 +1,117 @@
|
|
|
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
|
+
|
|
12
|
+
__all__ = [
|
|
13
|
+
'GetOtherFeatureProfileResult',
|
|
14
|
+
'AwaitableGetOtherFeatureProfileResult',
|
|
15
|
+
'get_other_feature_profile',
|
|
16
|
+
'get_other_feature_profile_output',
|
|
17
|
+
]
|
|
18
|
+
|
|
19
|
+
@pulumi.output_type
|
|
20
|
+
class GetOtherFeatureProfileResult:
|
|
21
|
+
"""
|
|
22
|
+
A collection of values returned by getOtherFeatureProfile.
|
|
23
|
+
"""
|
|
24
|
+
def __init__(__self__, description=None, id=None, name=None):
|
|
25
|
+
if description and not isinstance(description, str):
|
|
26
|
+
raise TypeError("Expected argument 'description' to be a str")
|
|
27
|
+
pulumi.set(__self__, "description", description)
|
|
28
|
+
if id and not isinstance(id, str):
|
|
29
|
+
raise TypeError("Expected argument 'id' to be a str")
|
|
30
|
+
pulumi.set(__self__, "id", id)
|
|
31
|
+
if name and not isinstance(name, str):
|
|
32
|
+
raise TypeError("Expected argument 'name' to be a str")
|
|
33
|
+
pulumi.set(__self__, "name", name)
|
|
34
|
+
|
|
35
|
+
@property
|
|
36
|
+
@pulumi.getter
|
|
37
|
+
def description(self) -> str:
|
|
38
|
+
"""
|
|
39
|
+
Description
|
|
40
|
+
"""
|
|
41
|
+
return pulumi.get(self, "description")
|
|
42
|
+
|
|
43
|
+
@property
|
|
44
|
+
@pulumi.getter
|
|
45
|
+
def id(self) -> str:
|
|
46
|
+
"""
|
|
47
|
+
The id of the object
|
|
48
|
+
"""
|
|
49
|
+
return pulumi.get(self, "id")
|
|
50
|
+
|
|
51
|
+
@property
|
|
52
|
+
@pulumi.getter
|
|
53
|
+
def name(self) -> str:
|
|
54
|
+
"""
|
|
55
|
+
The name of the transport feature profile
|
|
56
|
+
"""
|
|
57
|
+
return pulumi.get(self, "name")
|
|
58
|
+
|
|
59
|
+
|
|
60
|
+
class AwaitableGetOtherFeatureProfileResult(GetOtherFeatureProfileResult):
|
|
61
|
+
# pylint: disable=using-constant-test
|
|
62
|
+
def __await__(self):
|
|
63
|
+
if False:
|
|
64
|
+
yield self
|
|
65
|
+
return GetOtherFeatureProfileResult(
|
|
66
|
+
description=self.description,
|
|
67
|
+
id=self.id,
|
|
68
|
+
name=self.name)
|
|
69
|
+
|
|
70
|
+
|
|
71
|
+
def get_other_feature_profile(id: Optional[str] = None,
|
|
72
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetOtherFeatureProfileResult:
|
|
73
|
+
"""
|
|
74
|
+
This data source can read the Other Feature Profile .
|
|
75
|
+
|
|
76
|
+
## Example Usage
|
|
77
|
+
|
|
78
|
+
```python
|
|
79
|
+
import pulumi
|
|
80
|
+
import pulumi_sdwan as sdwan
|
|
81
|
+
|
|
82
|
+
example = sdwan.get_other_feature_profile(id="f6b2c44c-693c-4763-b010-895aa3d236bd")
|
|
83
|
+
```
|
|
84
|
+
|
|
85
|
+
|
|
86
|
+
:param str id: The id of the object
|
|
87
|
+
"""
|
|
88
|
+
__args__ = dict()
|
|
89
|
+
__args__['id'] = id
|
|
90
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
91
|
+
__ret__ = pulumi.runtime.invoke('sdwan:index/getOtherFeatureProfile:getOtherFeatureProfile', __args__, opts=opts, typ=GetOtherFeatureProfileResult).value
|
|
92
|
+
|
|
93
|
+
return AwaitableGetOtherFeatureProfileResult(
|
|
94
|
+
description=pulumi.get(__ret__, 'description'),
|
|
95
|
+
id=pulumi.get(__ret__, 'id'),
|
|
96
|
+
name=pulumi.get(__ret__, 'name'))
|
|
97
|
+
|
|
98
|
+
|
|
99
|
+
@_utilities.lift_output_func(get_other_feature_profile)
|
|
100
|
+
def get_other_feature_profile_output(id: Optional[pulumi.Input[str]] = None,
|
|
101
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetOtherFeatureProfileResult]:
|
|
102
|
+
"""
|
|
103
|
+
This data source can read the Other Feature Profile .
|
|
104
|
+
|
|
105
|
+
## Example Usage
|
|
106
|
+
|
|
107
|
+
```python
|
|
108
|
+
import pulumi
|
|
109
|
+
import pulumi_sdwan as sdwan
|
|
110
|
+
|
|
111
|
+
example = sdwan.get_other_feature_profile(id="f6b2c44c-693c-4763-b010-895aa3d236bd")
|
|
112
|
+
```
|
|
113
|
+
|
|
114
|
+
|
|
115
|
+
:param str id: The id of the object
|
|
116
|
+
"""
|
|
117
|
+
...
|
|
@@ -0,0 +1,164 @@
|
|
|
1
|
+
# coding=utf-8
|
|
2
|
+
# *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
|
|
5
|
+
import copy
|
|
6
|
+
import warnings
|
|
7
|
+
import pulumi
|
|
8
|
+
import pulumi.runtime
|
|
9
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
10
|
+
from . import _utilities
|
|
11
|
+
from . import outputs
|
|
12
|
+
|
|
13
|
+
__all__ = [
|
|
14
|
+
'GetOtherThousandeyesFeatureResult',
|
|
15
|
+
'AwaitableGetOtherThousandeyesFeatureResult',
|
|
16
|
+
'get_other_thousandeyes_feature',
|
|
17
|
+
'get_other_thousandeyes_feature_output',
|
|
18
|
+
]
|
|
19
|
+
|
|
20
|
+
@pulumi.output_type
|
|
21
|
+
class GetOtherThousandeyesFeatureResult:
|
|
22
|
+
"""
|
|
23
|
+
A collection of values returned by getOtherThousandeyesFeature.
|
|
24
|
+
"""
|
|
25
|
+
def __init__(__self__, description=None, feature_profile_id=None, id=None, name=None, version=None, virtual_applications=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 version and not isinstance(version, int):
|
|
39
|
+
raise TypeError("Expected argument 'version' to be a int")
|
|
40
|
+
pulumi.set(__self__, "version", version)
|
|
41
|
+
if virtual_applications and not isinstance(virtual_applications, list):
|
|
42
|
+
raise TypeError("Expected argument 'virtual_applications' to be a list")
|
|
43
|
+
pulumi.set(__self__, "virtual_applications", virtual_applications)
|
|
44
|
+
|
|
45
|
+
@property
|
|
46
|
+
@pulumi.getter
|
|
47
|
+
def description(self) -> str:
|
|
48
|
+
"""
|
|
49
|
+
The description of the Feature
|
|
50
|
+
"""
|
|
51
|
+
return pulumi.get(self, "description")
|
|
52
|
+
|
|
53
|
+
@property
|
|
54
|
+
@pulumi.getter(name="featureProfileId")
|
|
55
|
+
def feature_profile_id(self) -> str:
|
|
56
|
+
"""
|
|
57
|
+
Feature Profile ID
|
|
58
|
+
"""
|
|
59
|
+
return pulumi.get(self, "feature_profile_id")
|
|
60
|
+
|
|
61
|
+
@property
|
|
62
|
+
@pulumi.getter
|
|
63
|
+
def id(self) -> str:
|
|
64
|
+
"""
|
|
65
|
+
The id of the Feature
|
|
66
|
+
"""
|
|
67
|
+
return pulumi.get(self, "id")
|
|
68
|
+
|
|
69
|
+
@property
|
|
70
|
+
@pulumi.getter
|
|
71
|
+
def name(self) -> str:
|
|
72
|
+
"""
|
|
73
|
+
The name of the Feature
|
|
74
|
+
"""
|
|
75
|
+
return pulumi.get(self, "name")
|
|
76
|
+
|
|
77
|
+
@property
|
|
78
|
+
@pulumi.getter
|
|
79
|
+
def version(self) -> int:
|
|
80
|
+
"""
|
|
81
|
+
The version of the Feature
|
|
82
|
+
"""
|
|
83
|
+
return pulumi.get(self, "version")
|
|
84
|
+
|
|
85
|
+
@property
|
|
86
|
+
@pulumi.getter(name="virtualApplications")
|
|
87
|
+
def virtual_applications(self) -> Sequence['outputs.GetOtherThousandeyesFeatureVirtualApplicationResult']:
|
|
88
|
+
"""
|
|
89
|
+
Virtual application Instance
|
|
90
|
+
"""
|
|
91
|
+
return pulumi.get(self, "virtual_applications")
|
|
92
|
+
|
|
93
|
+
|
|
94
|
+
class AwaitableGetOtherThousandeyesFeatureResult(GetOtherThousandeyesFeatureResult):
|
|
95
|
+
# pylint: disable=using-constant-test
|
|
96
|
+
def __await__(self):
|
|
97
|
+
if False:
|
|
98
|
+
yield self
|
|
99
|
+
return GetOtherThousandeyesFeatureResult(
|
|
100
|
+
description=self.description,
|
|
101
|
+
feature_profile_id=self.feature_profile_id,
|
|
102
|
+
id=self.id,
|
|
103
|
+
name=self.name,
|
|
104
|
+
version=self.version,
|
|
105
|
+
virtual_applications=self.virtual_applications)
|
|
106
|
+
|
|
107
|
+
|
|
108
|
+
def get_other_thousandeyes_feature(feature_profile_id: Optional[str] = None,
|
|
109
|
+
id: Optional[str] = None,
|
|
110
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetOtherThousandeyesFeatureResult:
|
|
111
|
+
"""
|
|
112
|
+
This data source can read the Other ThousandEyes Feature.
|
|
113
|
+
|
|
114
|
+
## Example Usage
|
|
115
|
+
|
|
116
|
+
```python
|
|
117
|
+
import pulumi
|
|
118
|
+
import pulumi_sdwan as sdwan
|
|
119
|
+
|
|
120
|
+
example = sdwan.get_other_thousandeyes_feature(id="f6b2c44c-693c-4763-b010-895aa3d236bd",
|
|
121
|
+
feature_profile_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac")
|
|
122
|
+
```
|
|
123
|
+
|
|
124
|
+
|
|
125
|
+
:param str feature_profile_id: Feature Profile ID
|
|
126
|
+
:param str id: The id of the Feature
|
|
127
|
+
"""
|
|
128
|
+
__args__ = dict()
|
|
129
|
+
__args__['featureProfileId'] = feature_profile_id
|
|
130
|
+
__args__['id'] = id
|
|
131
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
132
|
+
__ret__ = pulumi.runtime.invoke('sdwan:index/getOtherThousandeyesFeature:getOtherThousandeyesFeature', __args__, opts=opts, typ=GetOtherThousandeyesFeatureResult).value
|
|
133
|
+
|
|
134
|
+
return AwaitableGetOtherThousandeyesFeatureResult(
|
|
135
|
+
description=pulumi.get(__ret__, 'description'),
|
|
136
|
+
feature_profile_id=pulumi.get(__ret__, 'feature_profile_id'),
|
|
137
|
+
id=pulumi.get(__ret__, 'id'),
|
|
138
|
+
name=pulumi.get(__ret__, 'name'),
|
|
139
|
+
version=pulumi.get(__ret__, 'version'),
|
|
140
|
+
virtual_applications=pulumi.get(__ret__, 'virtual_applications'))
|
|
141
|
+
|
|
142
|
+
|
|
143
|
+
@_utilities.lift_output_func(get_other_thousandeyes_feature)
|
|
144
|
+
def get_other_thousandeyes_feature_output(feature_profile_id: Optional[pulumi.Input[str]] = None,
|
|
145
|
+
id: Optional[pulumi.Input[str]] = None,
|
|
146
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetOtherThousandeyesFeatureResult]:
|
|
147
|
+
"""
|
|
148
|
+
This data source can read the Other ThousandEyes Feature.
|
|
149
|
+
|
|
150
|
+
## Example Usage
|
|
151
|
+
|
|
152
|
+
```python
|
|
153
|
+
import pulumi
|
|
154
|
+
import pulumi_sdwan as sdwan
|
|
155
|
+
|
|
156
|
+
example = sdwan.get_other_thousandeyes_feature(id="f6b2c44c-693c-4763-b010-895aa3d236bd",
|
|
157
|
+
feature_profile_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac")
|
|
158
|
+
```
|
|
159
|
+
|
|
160
|
+
|
|
161
|
+
:param str feature_profile_id: Feature Profile ID
|
|
162
|
+
:param str id: The id of the Feature
|
|
163
|
+
"""
|
|
164
|
+
...
|