pulumi-sdwan 0.2.0a1730384781__py3-none-any.whl → 0.2.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pulumi-sdwan might be problematic. Click here for more details.
- pulumi_sdwan/__init__.py +460 -0
- pulumi_sdwan/_inputs.py +42951 -34707
- pulumi_sdwan/activate_centralized_policy.py +12 -0
- pulumi_sdwan/application_priority_feature_profile.py +2 -0
- pulumi_sdwan/application_priority_qos_policy.py +6 -2
- pulumi_sdwan/application_priority_traffic_policy_policy.py +471 -0
- pulumi_sdwan/attach_feature_device_template.py +16 -0
- pulumi_sdwan/cli_feature_profile.py +2 -0
- pulumi_sdwan/config/__init__.pyi +5 -5
- pulumi_sdwan/config/vars.py +5 -5
- pulumi_sdwan/configuration_group.py +108 -0
- pulumi_sdwan/dns_security_feature_profile.py +234 -0
- pulumi_sdwan/embedded_security_feature_profile.py +234 -0
- pulumi_sdwan/get_application_priority_traffic_policy_policy.py +210 -0
- pulumi_sdwan/get_configuration_group.py +29 -1
- pulumi_sdwan/get_dns_security_feature_profile.py +126 -0
- pulumi_sdwan/get_embedded_security_feature_profile.py +126 -0
- pulumi_sdwan/get_policy_object_app_probe_class.py +177 -0
- pulumi_sdwan/get_policy_object_application_list.py +177 -0
- pulumi_sdwan/get_policy_object_as_path_list.py +191 -0
- pulumi_sdwan/get_policy_object_feature_profile.py +30 -2
- pulumi_sdwan/get_policy_object_preferred_color_group.py +177 -0
- pulumi_sdwan/get_policy_object_security_data_ipv4_prefix_list.py +174 -0
- pulumi_sdwan/get_policy_object_security_fqdn_list.py +174 -0
- pulumi_sdwan/get_policy_object_security_geolocation_list.py +177 -0
- pulumi_sdwan/get_policy_object_security_identity_list.py +177 -0
- pulumi_sdwan/get_policy_object_security_ips_signature.py +177 -0
- pulumi_sdwan/get_policy_object_security_local_application_list.py +177 -0
- pulumi_sdwan/get_policy_object_security_local_domain_list.py +174 -0
- pulumi_sdwan/get_policy_object_security_port_list.py +177 -0
- pulumi_sdwan/get_policy_object_security_scalable_group_tag_list.py +174 -0
- pulumi_sdwan/get_policy_object_security_url_allow_list.py +177 -0
- pulumi_sdwan/get_policy_object_security_url_block_list.py +177 -0
- pulumi_sdwan/get_policy_object_sla_class_list.py +177 -0
- pulumi_sdwan/get_policy_object_standard_community_list.py +177 -0
- pulumi_sdwan/get_policy_object_vpn_group.py +177 -0
- pulumi_sdwan/get_service_ipv4_acl_feature.py +191 -0
- pulumi_sdwan/get_service_ipv6_acl_feature.py +191 -0
- pulumi_sdwan/get_service_lan_vpn_feature_associate_multicast_feature.py +156 -0
- pulumi_sdwan/get_service_lan_vpn_feature_associate_routing_bgp_feature.py +156 -0
- pulumi_sdwan/get_service_lan_vpn_feature_associate_routing_eigrp_feature.py +156 -0
- pulumi_sdwan/get_service_lan_vpn_feature_associate_routing_ospf_feature.py +156 -0
- pulumi_sdwan/get_service_lan_vpn_feature_associate_routing_ospfv3_ipv4_feature.py +156 -0
- pulumi_sdwan/get_service_lan_vpn_feature_associate_routing_ospfv3_ipv6_feature.py +156 -0
- pulumi_sdwan/get_service_lan_vpn_interface_svi_feature.py +45 -1
- pulumi_sdwan/get_service_multicast_feature.py +513 -0
- pulumi_sdwan/get_service_routing_eigrp_feature.py +398 -0
- pulumi_sdwan/get_service_wireless_lan_feature.py +415 -0
- pulumi_sdwan/get_sig_security_feature_profile.py +126 -0
- pulumi_sdwan/get_transport_cellular_controller_feature.py +302 -0
- pulumi_sdwan/get_transport_cellular_profile_feature.py +372 -0
- pulumi_sdwan/get_transport_ipv4_acl_feature.py +191 -0
- pulumi_sdwan/get_transport_ipv6_acl_feature.py +191 -0
- pulumi_sdwan/get_transport_management_vpn_interface_ethernet_feature.py +29 -1
- pulumi_sdwan/get_transport_t1_e1_controller_feature.py +219 -0
- pulumi_sdwan/get_transport_wan_vpn_feature_associate_routing_bgp_feature.py +156 -0
- pulumi_sdwan/get_transport_wan_vpn_feature_associate_routing_ospf_feature.py +156 -0
- pulumi_sdwan/get_transport_wan_vpn_feature_associate_routing_ospfv3_ipv4_feature.py +156 -0
- pulumi_sdwan/get_transport_wan_vpn_feature_associate_routing_ospfv3_ipv6_feature.py +156 -0
- pulumi_sdwan/get_transport_wan_vpn_interface_cellular_feature.py +45 -1
- pulumi_sdwan/get_transport_wan_vpn_interface_ethernet_feature.py +73 -1
- pulumi_sdwan/get_transport_wan_vpn_interface_ethernet_feature_associate_ipv6_tracker_feature.py +178 -0
- pulumi_sdwan/get_transport_wan_vpn_interface_ethernet_feature_associate_ipv6_tracker_group_feature.py +178 -0
- pulumi_sdwan/get_transport_wan_vpn_interface_ethernet_feature_associate_tracker_feature.py +178 -0
- pulumi_sdwan/get_transport_wan_vpn_interface_ethernet_feature_associate_tracker_group_feature.py +178 -0
- pulumi_sdwan/get_transport_wan_vpn_interface_t1_e1_serial_feature.py +45 -1
- pulumi_sdwan/other_feature_profile.py +2 -0
- pulumi_sdwan/other_thousandeyes_feature.py +6 -2
- pulumi_sdwan/other_ucse_feature.py +91 -84
- pulumi_sdwan/outputs.py +56073 -45464
- pulumi_sdwan/policy_object_app_probe_class.py +341 -0
- pulumi_sdwan/policy_object_application_list.py +371 -0
- pulumi_sdwan/policy_object_as_path_list.py +389 -0
- pulumi_sdwan/policy_object_class_map.py +6 -2
- pulumi_sdwan/policy_object_color_list.py +6 -2
- pulumi_sdwan/policy_object_data_ipv4_prefix_list.py +6 -2
- pulumi_sdwan/policy_object_data_ipv6_prefix_list.py +6 -2
- pulumi_sdwan/policy_object_expanded_community_list.py +6 -2
- pulumi_sdwan/policy_object_extended_community_list.py +6 -2
- pulumi_sdwan/policy_object_feature_profile.py +2 -0
- pulumi_sdwan/policy_object_ipv4_prefix_list.py +6 -2
- pulumi_sdwan/policy_object_ipv6_prefix_list.py +6 -2
- pulumi_sdwan/policy_object_mirror.py +6 -2
- pulumi_sdwan/policy_object_policer.py +6 -2
- pulumi_sdwan/policy_object_preferred_color_group.py +341 -0
- pulumi_sdwan/policy_object_security_data_ipv4_prefix_list.py +328 -0
- pulumi_sdwan/policy_object_security_fqdn_list.py +358 -0
- pulumi_sdwan/policy_object_security_geolocation_list.py +371 -0
- pulumi_sdwan/policy_object_security_identity_list.py +370 -0
- pulumi_sdwan/policy_object_security_ips_signature.py +341 -0
- pulumi_sdwan/policy_object_security_local_application_list.py +370 -0
- pulumi_sdwan/policy_object_security_local_domain_list.py +328 -0
- pulumi_sdwan/policy_object_security_port_list.py +371 -0
- pulumi_sdwan/policy_object_security_scalable_group_tag_list.py +328 -0
- pulumi_sdwan/policy_object_security_url_allow_list.py +371 -0
- pulumi_sdwan/policy_object_security_url_block_list.py +371 -0
- pulumi_sdwan/policy_object_sla_class_list.py +341 -0
- pulumi_sdwan/policy_object_standard_community_list.py +341 -0
- pulumi_sdwan/policy_object_tloc_list.py +6 -2
- pulumi_sdwan/policy_object_vpn_group.py +371 -0
- pulumi_sdwan/provider.py +18 -18
- pulumi_sdwan/pulumi-plugin.json +1 -1
- pulumi_sdwan/service_feature_profile.py +2 -0
- pulumi_sdwan/service_ipv4_acl_feature.py +386 -0
- pulumi_sdwan/service_ipv6_acl_feature.py +386 -0
- pulumi_sdwan/service_lan_vpn_feature.py +6 -2
- pulumi_sdwan/service_lan_vpn_feature_associate_multicast_feature.py +285 -0
- pulumi_sdwan/service_lan_vpn_feature_associate_routing_bgp_feature.py +285 -0
- pulumi_sdwan/service_lan_vpn_feature_associate_routing_eigrp_feature.py +285 -0
- pulumi_sdwan/service_lan_vpn_feature_associate_routing_ospf_feature.py +285 -0
- pulumi_sdwan/service_lan_vpn_feature_associate_routing_ospfv3_ipv4_feature.py +285 -0
- pulumi_sdwan/service_lan_vpn_feature_associate_routing_ospfv3_ipv6_feature.py +285 -0
- pulumi_sdwan/service_lan_vpn_interface_ethernet_feature.py +6 -2
- pulumi_sdwan/service_lan_vpn_interface_gre_feature.py +78 -78
- pulumi_sdwan/service_lan_vpn_interface_ipsec_feature.py +158 -163
- pulumi_sdwan/service_lan_vpn_interface_svi_feature.py +192 -55
- pulumi_sdwan/service_multicast_feature.py +1468 -0
- pulumi_sdwan/service_object_tracker_feature.py +6 -2
- pulumi_sdwan/service_object_tracker_group_feature.py +6 -2
- pulumi_sdwan/service_route_policy_feature.py +6 -2
- pulumi_sdwan/service_routing_bgp_feature.py +6 -2
- pulumi_sdwan/service_routing_eigrp_feature.py +1080 -0
- pulumi_sdwan/service_routing_ospf_feature.py +6 -2
- pulumi_sdwan/service_routing_ospfv3_ipv4_feature.py +6 -2
- pulumi_sdwan/service_routing_ospfv3_ipv6_feature.py +6 -2
- pulumi_sdwan/service_switchport_feature.py +6 -2
- pulumi_sdwan/service_tracker_feature.py +6 -2
- pulumi_sdwan/service_tracker_group_feature.py +6 -2
- pulumi_sdwan/service_wireless_lan_feature.py +1232 -0
- pulumi_sdwan/sig_security_feature_profile.py +234 -0
- pulumi_sdwan/system_aaa_feature.py +6 -2
- pulumi_sdwan/system_banner_feature.py +6 -2
- pulumi_sdwan/system_basic_feature.py +6 -2
- pulumi_sdwan/system_bfd_feature.py +6 -2
- pulumi_sdwan/system_feature_profile.py +2 -0
- pulumi_sdwan/system_flexible_port_speed_feature.py +6 -2
- pulumi_sdwan/system_global_feature.py +6 -2
- pulumi_sdwan/system_ipv4_device_access_feature.py +6 -2
- pulumi_sdwan/system_ipv6_device_access_feature.py +6 -2
- pulumi_sdwan/system_logging_feature.py +6 -2
- pulumi_sdwan/system_mrf_feature.py +6 -2
- pulumi_sdwan/system_ntp_feature.py +6 -2
- pulumi_sdwan/system_omp_feature.py +6 -2
- pulumi_sdwan/system_performance_monitoring_feature.py +6 -2
- pulumi_sdwan/system_remote_access_feature.py +23 -20
- pulumi_sdwan/system_security_feature.py +6 -2
- pulumi_sdwan/system_snmp_feature.py +6 -2
- pulumi_sdwan/transport_cellular_controller_feature.py +796 -0
- pulumi_sdwan/transport_cellular_profile_feature.py +1036 -0
- pulumi_sdwan/transport_feature_profile.py +2 -0
- pulumi_sdwan/transport_gps_feature.py +6 -2
- pulumi_sdwan/transport_ipv4_acl_feature.py +386 -0
- pulumi_sdwan/transport_ipv6_acl_feature.py +386 -0
- pulumi_sdwan/transport_ipv6_tracker_feature.py +6 -2
- pulumi_sdwan/transport_ipv6_tracker_group_feature.py +6 -2
- pulumi_sdwan/transport_management_vpn_feature.py +6 -2
- pulumi_sdwan/transport_management_vpn_interface_ethernet_feature.py +184 -72
- pulumi_sdwan/transport_route_policy_feature.py +6 -2
- pulumi_sdwan/transport_routing_bgp_feature.py +6 -2
- pulumi_sdwan/transport_routing_ospf_feature.py +6 -2
- pulumi_sdwan/transport_routing_ospfv3_ipv4_feature.py +6 -2
- pulumi_sdwan/transport_routing_ospfv3_ipv6_feature.py +6 -2
- pulumi_sdwan/transport_t1_e1_controller_feature.py +483 -0
- pulumi_sdwan/transport_tracker_feature.py +6 -2
- pulumi_sdwan/transport_tracker_group_feature.py +6 -2
- pulumi_sdwan/transport_wan_vpn_feature.py +6 -2
- pulumi_sdwan/transport_wan_vpn_feature_associate_routing_bgp_feature.py +285 -0
- pulumi_sdwan/transport_wan_vpn_feature_associate_routing_ospf_feature.py +285 -0
- pulumi_sdwan/transport_wan_vpn_feature_associate_routing_ospfv3_ipv4_feature.py +285 -0
- pulumi_sdwan/transport_wan_vpn_feature_associate_routing_ospfv3_ipv6_feature.py +285 -0
- pulumi_sdwan/transport_wan_vpn_interface_cellular_feature.py +142 -2
- pulumi_sdwan/transport_wan_vpn_interface_ethernet_feature.py +334 -86
- pulumi_sdwan/transport_wan_vpn_interface_ethernet_feature_associate_ipv6_tracker_feature.py +335 -0
- pulumi_sdwan/transport_wan_vpn_interface_ethernet_feature_associate_ipv6_tracker_group_feature.py +335 -0
- pulumi_sdwan/transport_wan_vpn_interface_ethernet_feature_associate_tracker_feature.py +335 -0
- pulumi_sdwan/transport_wan_vpn_interface_ethernet_feature_associate_tracker_group_feature.py +335 -0
- pulumi_sdwan/transport_wan_vpn_interface_gre_feature.py +6 -2
- pulumi_sdwan/transport_wan_vpn_interface_ipsec_feature.py +6 -2
- pulumi_sdwan/transport_wan_vpn_interface_t1_e1_serial_feature.py +146 -2
- {pulumi_sdwan-0.2.0a1730384781.dist-info → pulumi_sdwan-0.2.1.dist-info}/METADATA +5 -5
- {pulumi_sdwan-0.2.0a1730384781.dist-info → pulumi_sdwan-0.2.1.dist-info}/RECORD +183 -91
- {pulumi_sdwan-0.2.0a1730384781.dist-info → pulumi_sdwan-0.2.1.dist-info}/WHEEL +1 -1
- {pulumi_sdwan-0.2.0a1730384781.dist-info → pulumi_sdwan-0.2.1.dist-info}/top_level.txt +0 -0
pulumi_sdwan/__init__.py
CHANGED
|
@@ -14,6 +14,7 @@ from .application_aware_routing_policy_definition import *
|
|
|
14
14
|
from .application_list_policy_object import *
|
|
15
15
|
from .application_priority_feature_profile import *
|
|
16
16
|
from .application_priority_qos_policy import *
|
|
17
|
+
from .application_priority_traffic_policy_policy import *
|
|
17
18
|
from .as_path_list_policy_object import *
|
|
18
19
|
from .attach_feature_device_template import *
|
|
19
20
|
from .block_url_list_policy_object import *
|
|
@@ -59,9 +60,11 @@ from .custom_control_topology_policy_definition import *
|
|
|
59
60
|
from .data_fqdn_prefix_list_policy_object import *
|
|
60
61
|
from .data_ipv4_prefix_list_policy_object import *
|
|
61
62
|
from .data_ipv6_prefix_list_policy_object import *
|
|
63
|
+
from .dns_security_feature_profile import *
|
|
62
64
|
from .dns_security_policy_definition import *
|
|
63
65
|
from .domain_list_policy_object import *
|
|
64
66
|
from .eigrp_feature_template import *
|
|
67
|
+
from .embedded_security_feature_profile import *
|
|
65
68
|
from .expanded_community_list_policy_object import *
|
|
66
69
|
from .extended_community_list_policy_object import *
|
|
67
70
|
from .feature_device_template import *
|
|
@@ -74,6 +77,7 @@ from .get_application_aware_routing_policy_definition import *
|
|
|
74
77
|
from .get_application_list_policy_object import *
|
|
75
78
|
from .get_application_priority_feature_profile import *
|
|
76
79
|
from .get_application_priority_qos_policy import *
|
|
80
|
+
from .get_application_priority_traffic_policy_policy import *
|
|
77
81
|
from .get_as_path_list_policy_object import *
|
|
78
82
|
from .get_block_url_list_policy_object import *
|
|
79
83
|
from .get_cedge_aaa_feature_template import *
|
|
@@ -119,9 +123,11 @@ from .get_data_fqdn_prefix_list_policy_object import *
|
|
|
119
123
|
from .get_data_ipv4_prefix_list_policy_object import *
|
|
120
124
|
from .get_data_ipv6_prefix_list_policy_object import *
|
|
121
125
|
from .get_device import *
|
|
126
|
+
from .get_dns_security_feature_profile import *
|
|
122
127
|
from .get_dns_security_policy_definition import *
|
|
123
128
|
from .get_domain_list_policy_object import *
|
|
124
129
|
from .get_eigrp_feature_template import *
|
|
130
|
+
from .get_embedded_security_feature_profile import *
|
|
125
131
|
from .get_expanded_community_list_policy_object import *
|
|
126
132
|
from .get_extended_community_list_policy_object import *
|
|
127
133
|
from .get_feature_device_template import *
|
|
@@ -145,6 +151,9 @@ from .get_other_feature_profile import *
|
|
|
145
151
|
from .get_other_thousandeyes_feature import *
|
|
146
152
|
from .get_other_ucse_feature import *
|
|
147
153
|
from .get_policer_policy_object import *
|
|
154
|
+
from .get_policy_object_app_probe_class import *
|
|
155
|
+
from .get_policy_object_application_list import *
|
|
156
|
+
from .get_policy_object_as_path_list import *
|
|
148
157
|
from .get_policy_object_class_map import *
|
|
149
158
|
from .get_policy_object_color_list import *
|
|
150
159
|
from .get_policy_object_data_ipv4_prefix_list import *
|
|
@@ -156,7 +165,22 @@ from .get_policy_object_ipv4_prefix_list import *
|
|
|
156
165
|
from .get_policy_object_ipv6_prefix_list import *
|
|
157
166
|
from .get_policy_object_mirror import *
|
|
158
167
|
from .get_policy_object_policer import *
|
|
168
|
+
from .get_policy_object_preferred_color_group import *
|
|
169
|
+
from .get_policy_object_security_data_ipv4_prefix_list import *
|
|
170
|
+
from .get_policy_object_security_fqdn_list import *
|
|
171
|
+
from .get_policy_object_security_geolocation_list import *
|
|
172
|
+
from .get_policy_object_security_identity_list import *
|
|
173
|
+
from .get_policy_object_security_ips_signature import *
|
|
174
|
+
from .get_policy_object_security_local_application_list import *
|
|
175
|
+
from .get_policy_object_security_local_domain_list import *
|
|
176
|
+
from .get_policy_object_security_port_list import *
|
|
177
|
+
from .get_policy_object_security_scalable_group_tag_list import *
|
|
178
|
+
from .get_policy_object_security_url_allow_list import *
|
|
179
|
+
from .get_policy_object_security_url_block_list import *
|
|
180
|
+
from .get_policy_object_sla_class_list import *
|
|
181
|
+
from .get_policy_object_standard_community_list import *
|
|
159
182
|
from .get_policy_object_tloc_list import *
|
|
183
|
+
from .get_policy_object_vpn_group import *
|
|
160
184
|
from .get_port_list_policy_object import *
|
|
161
185
|
from .get_preferred_color_group_policy_object import *
|
|
162
186
|
from .get_protocol_list_policy_object import *
|
|
@@ -168,21 +192,33 @@ from .get_rule_set_policy_definition import *
|
|
|
168
192
|
from .get_security_app_hosting_feature_template import *
|
|
169
193
|
from .get_security_policy import *
|
|
170
194
|
from .get_service_feature_profile import *
|
|
195
|
+
from .get_service_ipv4_acl_feature import *
|
|
196
|
+
from .get_service_ipv6_acl_feature import *
|
|
171
197
|
from .get_service_lan_vpn_feature import *
|
|
198
|
+
from .get_service_lan_vpn_feature_associate_multicast_feature import *
|
|
199
|
+
from .get_service_lan_vpn_feature_associate_routing_bgp_feature import *
|
|
200
|
+
from .get_service_lan_vpn_feature_associate_routing_eigrp_feature import *
|
|
201
|
+
from .get_service_lan_vpn_feature_associate_routing_ospf_feature import *
|
|
202
|
+
from .get_service_lan_vpn_feature_associate_routing_ospfv3_ipv4_feature import *
|
|
203
|
+
from .get_service_lan_vpn_feature_associate_routing_ospfv3_ipv6_feature import *
|
|
172
204
|
from .get_service_lan_vpn_interface_ethernet_feature import *
|
|
173
205
|
from .get_service_lan_vpn_interface_gre_feature import *
|
|
174
206
|
from .get_service_lan_vpn_interface_ipsec_feature import *
|
|
175
207
|
from .get_service_lan_vpn_interface_svi_feature import *
|
|
208
|
+
from .get_service_multicast_feature import *
|
|
176
209
|
from .get_service_object_tracker_feature import *
|
|
177
210
|
from .get_service_object_tracker_group_feature import *
|
|
178
211
|
from .get_service_route_policy_feature import *
|
|
179
212
|
from .get_service_routing_bgp_feature import *
|
|
213
|
+
from .get_service_routing_eigrp_feature import *
|
|
180
214
|
from .get_service_routing_ospf_feature import *
|
|
181
215
|
from .get_service_routing_ospfv3_ipv4_feature import *
|
|
182
216
|
from .get_service_routing_ospfv3_ipv6_feature import *
|
|
183
217
|
from .get_service_switchport_feature import *
|
|
184
218
|
from .get_service_tracker_feature import *
|
|
185
219
|
from .get_service_tracker_group_feature import *
|
|
220
|
+
from .get_service_wireless_lan_feature import *
|
|
221
|
+
from .get_sig_security_feature_profile import *
|
|
186
222
|
from .get_site_list_policy_object import *
|
|
187
223
|
from .get_sla_class_policy_object import *
|
|
188
224
|
from .get_standard_community_list_policy_object import *
|
|
@@ -208,8 +244,12 @@ from .get_tloc_list_policy_object import *
|
|
|
208
244
|
from .get_tls_ssl_decryption_policy_definition import *
|
|
209
245
|
from .get_tls_ssl_profile_policy_definition import *
|
|
210
246
|
from .get_traffic_data_policy_definition import *
|
|
247
|
+
from .get_transport_cellular_controller_feature import *
|
|
248
|
+
from .get_transport_cellular_profile_feature import *
|
|
211
249
|
from .get_transport_feature_profile import *
|
|
212
250
|
from .get_transport_gps_feature import *
|
|
251
|
+
from .get_transport_ipv4_acl_feature import *
|
|
252
|
+
from .get_transport_ipv6_acl_feature import *
|
|
213
253
|
from .get_transport_ipv6_tracker_feature import *
|
|
214
254
|
from .get_transport_ipv6_tracker_group_feature import *
|
|
215
255
|
from .get_transport_management_vpn_feature import *
|
|
@@ -219,11 +259,20 @@ from .get_transport_routing_bgp_feature import *
|
|
|
219
259
|
from .get_transport_routing_ospf_feature import *
|
|
220
260
|
from .get_transport_routing_ospfv3_ipv4_feature import *
|
|
221
261
|
from .get_transport_routing_ospfv3_ipv6_feature import *
|
|
262
|
+
from .get_transport_t1_e1_controller_feature import *
|
|
222
263
|
from .get_transport_tracker_feature import *
|
|
223
264
|
from .get_transport_tracker_group_feature import *
|
|
224
265
|
from .get_transport_wan_vpn_feature import *
|
|
266
|
+
from .get_transport_wan_vpn_feature_associate_routing_bgp_feature import *
|
|
267
|
+
from .get_transport_wan_vpn_feature_associate_routing_ospf_feature import *
|
|
268
|
+
from .get_transport_wan_vpn_feature_associate_routing_ospfv3_ipv4_feature import *
|
|
269
|
+
from .get_transport_wan_vpn_feature_associate_routing_ospfv3_ipv6_feature import *
|
|
225
270
|
from .get_transport_wan_vpn_interface_cellular_feature import *
|
|
226
271
|
from .get_transport_wan_vpn_interface_ethernet_feature import *
|
|
272
|
+
from .get_transport_wan_vpn_interface_ethernet_feature_associate_ipv6_tracker_feature import *
|
|
273
|
+
from .get_transport_wan_vpn_interface_ethernet_feature_associate_ipv6_tracker_group_feature import *
|
|
274
|
+
from .get_transport_wan_vpn_interface_ethernet_feature_associate_tracker_feature import *
|
|
275
|
+
from .get_transport_wan_vpn_interface_ethernet_feature_associate_tracker_group_feature import *
|
|
227
276
|
from .get_transport_wan_vpn_interface_gre_feature import *
|
|
228
277
|
from .get_transport_wan_vpn_interface_ipsec_feature import *
|
|
229
278
|
from .get_transport_wan_vpn_interface_t1_e1_serial_feature import *
|
|
@@ -260,6 +309,9 @@ from .other_feature_profile import *
|
|
|
260
309
|
from .other_thousandeyes_feature import *
|
|
261
310
|
from .other_ucse_feature import *
|
|
262
311
|
from .policer_policy_object import *
|
|
312
|
+
from .policy_object_app_probe_class import *
|
|
313
|
+
from .policy_object_application_list import *
|
|
314
|
+
from .policy_object_as_path_list import *
|
|
263
315
|
from .policy_object_class_map import *
|
|
264
316
|
from .policy_object_color_list import *
|
|
265
317
|
from .policy_object_data_ipv4_prefix_list import *
|
|
@@ -271,7 +323,22 @@ from .policy_object_ipv4_prefix_list import *
|
|
|
271
323
|
from .policy_object_ipv6_prefix_list import *
|
|
272
324
|
from .policy_object_mirror import *
|
|
273
325
|
from .policy_object_policer import *
|
|
326
|
+
from .policy_object_preferred_color_group import *
|
|
327
|
+
from .policy_object_security_data_ipv4_prefix_list import *
|
|
328
|
+
from .policy_object_security_fqdn_list import *
|
|
329
|
+
from .policy_object_security_geolocation_list import *
|
|
330
|
+
from .policy_object_security_identity_list import *
|
|
331
|
+
from .policy_object_security_ips_signature import *
|
|
332
|
+
from .policy_object_security_local_application_list import *
|
|
333
|
+
from .policy_object_security_local_domain_list import *
|
|
334
|
+
from .policy_object_security_port_list import *
|
|
335
|
+
from .policy_object_security_scalable_group_tag_list import *
|
|
336
|
+
from .policy_object_security_url_allow_list import *
|
|
337
|
+
from .policy_object_security_url_block_list import *
|
|
338
|
+
from .policy_object_sla_class_list import *
|
|
339
|
+
from .policy_object_standard_community_list import *
|
|
274
340
|
from .policy_object_tloc_list import *
|
|
341
|
+
from .policy_object_vpn_group import *
|
|
275
342
|
from .port_list_policy_object import *
|
|
276
343
|
from .preferred_color_group_policy_object import *
|
|
277
344
|
from .protocol_list_policy_object import *
|
|
@@ -284,21 +351,33 @@ from .rule_set_policy_definition import *
|
|
|
284
351
|
from .security_app_hosting_feature_template import *
|
|
285
352
|
from .security_policy import *
|
|
286
353
|
from .service_feature_profile import *
|
|
354
|
+
from .service_ipv4_acl_feature import *
|
|
355
|
+
from .service_ipv6_acl_feature import *
|
|
287
356
|
from .service_lan_vpn_feature import *
|
|
357
|
+
from .service_lan_vpn_feature_associate_multicast_feature import *
|
|
358
|
+
from .service_lan_vpn_feature_associate_routing_bgp_feature import *
|
|
359
|
+
from .service_lan_vpn_feature_associate_routing_eigrp_feature import *
|
|
360
|
+
from .service_lan_vpn_feature_associate_routing_ospf_feature import *
|
|
361
|
+
from .service_lan_vpn_feature_associate_routing_ospfv3_ipv4_feature import *
|
|
362
|
+
from .service_lan_vpn_feature_associate_routing_ospfv3_ipv6_feature import *
|
|
288
363
|
from .service_lan_vpn_interface_ethernet_feature import *
|
|
289
364
|
from .service_lan_vpn_interface_gre_feature import *
|
|
290
365
|
from .service_lan_vpn_interface_ipsec_feature import *
|
|
291
366
|
from .service_lan_vpn_interface_svi_feature import *
|
|
367
|
+
from .service_multicast_feature import *
|
|
292
368
|
from .service_object_tracker_feature import *
|
|
293
369
|
from .service_object_tracker_group_feature import *
|
|
294
370
|
from .service_route_policy_feature import *
|
|
295
371
|
from .service_routing_bgp_feature import *
|
|
372
|
+
from .service_routing_eigrp_feature import *
|
|
296
373
|
from .service_routing_ospf_feature import *
|
|
297
374
|
from .service_routing_ospfv3_ipv4_feature import *
|
|
298
375
|
from .service_routing_ospfv3_ipv6_feature import *
|
|
299
376
|
from .service_switchport_feature import *
|
|
300
377
|
from .service_tracker_feature import *
|
|
301
378
|
from .service_tracker_group_feature import *
|
|
379
|
+
from .service_wireless_lan_feature import *
|
|
380
|
+
from .sig_security_feature_profile import *
|
|
302
381
|
from .site_list_policy_object import *
|
|
303
382
|
from .sla_class_policy_object import *
|
|
304
383
|
from .standard_community_list_policy_object import *
|
|
@@ -324,8 +403,12 @@ from .tloc_list_policy_object import *
|
|
|
324
403
|
from .tls_ssl_decryption_policy_definition import *
|
|
325
404
|
from .tls_ssl_profile_policy_definition import *
|
|
326
405
|
from .traffic_data_policy_definition import *
|
|
406
|
+
from .transport_cellular_controller_feature import *
|
|
407
|
+
from .transport_cellular_profile_feature import *
|
|
327
408
|
from .transport_feature_profile import *
|
|
328
409
|
from .transport_gps_feature import *
|
|
410
|
+
from .transport_ipv4_acl_feature import *
|
|
411
|
+
from .transport_ipv6_acl_feature import *
|
|
329
412
|
from .transport_ipv6_tracker_feature import *
|
|
330
413
|
from .transport_ipv6_tracker_group_feature import *
|
|
331
414
|
from .transport_management_vpn_feature import *
|
|
@@ -335,11 +418,20 @@ from .transport_routing_bgp_feature import *
|
|
|
335
418
|
from .transport_routing_ospf_feature import *
|
|
336
419
|
from .transport_routing_ospfv3_ipv4_feature import *
|
|
337
420
|
from .transport_routing_ospfv3_ipv6_feature import *
|
|
421
|
+
from .transport_t1_e1_controller_feature import *
|
|
338
422
|
from .transport_tracker_feature import *
|
|
339
423
|
from .transport_tracker_group_feature import *
|
|
340
424
|
from .transport_wan_vpn_feature import *
|
|
425
|
+
from .transport_wan_vpn_feature_associate_routing_bgp_feature import *
|
|
426
|
+
from .transport_wan_vpn_feature_associate_routing_ospf_feature import *
|
|
427
|
+
from .transport_wan_vpn_feature_associate_routing_ospfv3_ipv4_feature import *
|
|
428
|
+
from .transport_wan_vpn_feature_associate_routing_ospfv3_ipv6_feature import *
|
|
341
429
|
from .transport_wan_vpn_interface_cellular_feature import *
|
|
342
430
|
from .transport_wan_vpn_interface_ethernet_feature import *
|
|
431
|
+
from .transport_wan_vpn_interface_ethernet_feature_associate_ipv6_tracker_feature import *
|
|
432
|
+
from .transport_wan_vpn_interface_ethernet_feature_associate_ipv6_tracker_group_feature import *
|
|
433
|
+
from .transport_wan_vpn_interface_ethernet_feature_associate_tracker_feature import *
|
|
434
|
+
from .transport_wan_vpn_interface_ethernet_feature_associate_tracker_group_feature import *
|
|
343
435
|
from .transport_wan_vpn_interface_gre_feature import *
|
|
344
436
|
from .transport_wan_vpn_interface_ipsec_feature import *
|
|
345
437
|
from .transport_wan_vpn_interface_t1_e1_serial_feature import *
|
|
@@ -441,6 +533,14 @@ _utilities.register(
|
|
|
441
533
|
"sdwan:index/applicationPriorityQosPolicy:ApplicationPriorityQosPolicy": "ApplicationPriorityQosPolicy"
|
|
442
534
|
}
|
|
443
535
|
},
|
|
536
|
+
{
|
|
537
|
+
"pkg": "sdwan",
|
|
538
|
+
"mod": "index/applicationPriorityTrafficPolicyPolicy",
|
|
539
|
+
"fqn": "pulumi_sdwan",
|
|
540
|
+
"classes": {
|
|
541
|
+
"sdwan:index/applicationPriorityTrafficPolicyPolicy:ApplicationPriorityTrafficPolicyPolicy": "ApplicationPriorityTrafficPolicyPolicy"
|
|
542
|
+
}
|
|
543
|
+
},
|
|
444
544
|
{
|
|
445
545
|
"pkg": "sdwan",
|
|
446
546
|
"mod": "index/asPathListPolicyObject",
|
|
@@ -801,6 +901,14 @@ _utilities.register(
|
|
|
801
901
|
"sdwan:index/dataIpv6PrefixListPolicyObject:DataIpv6PrefixListPolicyObject": "DataIpv6PrefixListPolicyObject"
|
|
802
902
|
}
|
|
803
903
|
},
|
|
904
|
+
{
|
|
905
|
+
"pkg": "sdwan",
|
|
906
|
+
"mod": "index/dnsSecurityFeatureProfile",
|
|
907
|
+
"fqn": "pulumi_sdwan",
|
|
908
|
+
"classes": {
|
|
909
|
+
"sdwan:index/dnsSecurityFeatureProfile:DnsSecurityFeatureProfile": "DnsSecurityFeatureProfile"
|
|
910
|
+
}
|
|
911
|
+
},
|
|
804
912
|
{
|
|
805
913
|
"pkg": "sdwan",
|
|
806
914
|
"mod": "index/dnsSecurityPolicyDefinition",
|
|
@@ -825,6 +933,14 @@ _utilities.register(
|
|
|
825
933
|
"sdwan:index/eigrpFeatureTemplate:EigrpFeatureTemplate": "EigrpFeatureTemplate"
|
|
826
934
|
}
|
|
827
935
|
},
|
|
936
|
+
{
|
|
937
|
+
"pkg": "sdwan",
|
|
938
|
+
"mod": "index/embeddedSecurityFeatureProfile",
|
|
939
|
+
"fqn": "pulumi_sdwan",
|
|
940
|
+
"classes": {
|
|
941
|
+
"sdwan:index/embeddedSecurityFeatureProfile:EmbeddedSecurityFeatureProfile": "EmbeddedSecurityFeatureProfile"
|
|
942
|
+
}
|
|
943
|
+
},
|
|
828
944
|
{
|
|
829
945
|
"pkg": "sdwan",
|
|
830
946
|
"mod": "index/expandedCommunityListPolicyObject",
|
|
@@ -1009,6 +1125,30 @@ _utilities.register(
|
|
|
1009
1125
|
"sdwan:index/policerPolicyObject:PolicerPolicyObject": "PolicerPolicyObject"
|
|
1010
1126
|
}
|
|
1011
1127
|
},
|
|
1128
|
+
{
|
|
1129
|
+
"pkg": "sdwan",
|
|
1130
|
+
"mod": "index/policyObjectAppProbeClass",
|
|
1131
|
+
"fqn": "pulumi_sdwan",
|
|
1132
|
+
"classes": {
|
|
1133
|
+
"sdwan:index/policyObjectAppProbeClass:PolicyObjectAppProbeClass": "PolicyObjectAppProbeClass"
|
|
1134
|
+
}
|
|
1135
|
+
},
|
|
1136
|
+
{
|
|
1137
|
+
"pkg": "sdwan",
|
|
1138
|
+
"mod": "index/policyObjectApplicationList",
|
|
1139
|
+
"fqn": "pulumi_sdwan",
|
|
1140
|
+
"classes": {
|
|
1141
|
+
"sdwan:index/policyObjectApplicationList:PolicyObjectApplicationList": "PolicyObjectApplicationList"
|
|
1142
|
+
}
|
|
1143
|
+
},
|
|
1144
|
+
{
|
|
1145
|
+
"pkg": "sdwan",
|
|
1146
|
+
"mod": "index/policyObjectAsPathList",
|
|
1147
|
+
"fqn": "pulumi_sdwan",
|
|
1148
|
+
"classes": {
|
|
1149
|
+
"sdwan:index/policyObjectAsPathList:PolicyObjectAsPathList": "PolicyObjectAsPathList"
|
|
1150
|
+
}
|
|
1151
|
+
},
|
|
1012
1152
|
{
|
|
1013
1153
|
"pkg": "sdwan",
|
|
1014
1154
|
"mod": "index/policyObjectClassMap",
|
|
@@ -1097,6 +1237,118 @@ _utilities.register(
|
|
|
1097
1237
|
"sdwan:index/policyObjectPolicer:PolicyObjectPolicer": "PolicyObjectPolicer"
|
|
1098
1238
|
}
|
|
1099
1239
|
},
|
|
1240
|
+
{
|
|
1241
|
+
"pkg": "sdwan",
|
|
1242
|
+
"mod": "index/policyObjectPreferredColorGroup",
|
|
1243
|
+
"fqn": "pulumi_sdwan",
|
|
1244
|
+
"classes": {
|
|
1245
|
+
"sdwan:index/policyObjectPreferredColorGroup:PolicyObjectPreferredColorGroup": "PolicyObjectPreferredColorGroup"
|
|
1246
|
+
}
|
|
1247
|
+
},
|
|
1248
|
+
{
|
|
1249
|
+
"pkg": "sdwan",
|
|
1250
|
+
"mod": "index/policyObjectSecurityDataIpv4PrefixList",
|
|
1251
|
+
"fqn": "pulumi_sdwan",
|
|
1252
|
+
"classes": {
|
|
1253
|
+
"sdwan:index/policyObjectSecurityDataIpv4PrefixList:PolicyObjectSecurityDataIpv4PrefixList": "PolicyObjectSecurityDataIpv4PrefixList"
|
|
1254
|
+
}
|
|
1255
|
+
},
|
|
1256
|
+
{
|
|
1257
|
+
"pkg": "sdwan",
|
|
1258
|
+
"mod": "index/policyObjectSecurityFqdnList",
|
|
1259
|
+
"fqn": "pulumi_sdwan",
|
|
1260
|
+
"classes": {
|
|
1261
|
+
"sdwan:index/policyObjectSecurityFqdnList:PolicyObjectSecurityFqdnList": "PolicyObjectSecurityFqdnList"
|
|
1262
|
+
}
|
|
1263
|
+
},
|
|
1264
|
+
{
|
|
1265
|
+
"pkg": "sdwan",
|
|
1266
|
+
"mod": "index/policyObjectSecurityGeolocationList",
|
|
1267
|
+
"fqn": "pulumi_sdwan",
|
|
1268
|
+
"classes": {
|
|
1269
|
+
"sdwan:index/policyObjectSecurityGeolocationList:PolicyObjectSecurityGeolocationList": "PolicyObjectSecurityGeolocationList"
|
|
1270
|
+
}
|
|
1271
|
+
},
|
|
1272
|
+
{
|
|
1273
|
+
"pkg": "sdwan",
|
|
1274
|
+
"mod": "index/policyObjectSecurityIdentityList",
|
|
1275
|
+
"fqn": "pulumi_sdwan",
|
|
1276
|
+
"classes": {
|
|
1277
|
+
"sdwan:index/policyObjectSecurityIdentityList:PolicyObjectSecurityIdentityList": "PolicyObjectSecurityIdentityList"
|
|
1278
|
+
}
|
|
1279
|
+
},
|
|
1280
|
+
{
|
|
1281
|
+
"pkg": "sdwan",
|
|
1282
|
+
"mod": "index/policyObjectSecurityIpsSignature",
|
|
1283
|
+
"fqn": "pulumi_sdwan",
|
|
1284
|
+
"classes": {
|
|
1285
|
+
"sdwan:index/policyObjectSecurityIpsSignature:PolicyObjectSecurityIpsSignature": "PolicyObjectSecurityIpsSignature"
|
|
1286
|
+
}
|
|
1287
|
+
},
|
|
1288
|
+
{
|
|
1289
|
+
"pkg": "sdwan",
|
|
1290
|
+
"mod": "index/policyObjectSecurityLocalApplicationList",
|
|
1291
|
+
"fqn": "pulumi_sdwan",
|
|
1292
|
+
"classes": {
|
|
1293
|
+
"sdwan:index/policyObjectSecurityLocalApplicationList:PolicyObjectSecurityLocalApplicationList": "PolicyObjectSecurityLocalApplicationList"
|
|
1294
|
+
}
|
|
1295
|
+
},
|
|
1296
|
+
{
|
|
1297
|
+
"pkg": "sdwan",
|
|
1298
|
+
"mod": "index/policyObjectSecurityLocalDomainList",
|
|
1299
|
+
"fqn": "pulumi_sdwan",
|
|
1300
|
+
"classes": {
|
|
1301
|
+
"sdwan:index/policyObjectSecurityLocalDomainList:PolicyObjectSecurityLocalDomainList": "PolicyObjectSecurityLocalDomainList"
|
|
1302
|
+
}
|
|
1303
|
+
},
|
|
1304
|
+
{
|
|
1305
|
+
"pkg": "sdwan",
|
|
1306
|
+
"mod": "index/policyObjectSecurityPortList",
|
|
1307
|
+
"fqn": "pulumi_sdwan",
|
|
1308
|
+
"classes": {
|
|
1309
|
+
"sdwan:index/policyObjectSecurityPortList:PolicyObjectSecurityPortList": "PolicyObjectSecurityPortList"
|
|
1310
|
+
}
|
|
1311
|
+
},
|
|
1312
|
+
{
|
|
1313
|
+
"pkg": "sdwan",
|
|
1314
|
+
"mod": "index/policyObjectSecurityScalableGroupTagList",
|
|
1315
|
+
"fqn": "pulumi_sdwan",
|
|
1316
|
+
"classes": {
|
|
1317
|
+
"sdwan:index/policyObjectSecurityScalableGroupTagList:PolicyObjectSecurityScalableGroupTagList": "PolicyObjectSecurityScalableGroupTagList"
|
|
1318
|
+
}
|
|
1319
|
+
},
|
|
1320
|
+
{
|
|
1321
|
+
"pkg": "sdwan",
|
|
1322
|
+
"mod": "index/policyObjectSecurityUrlAllowList",
|
|
1323
|
+
"fqn": "pulumi_sdwan",
|
|
1324
|
+
"classes": {
|
|
1325
|
+
"sdwan:index/policyObjectSecurityUrlAllowList:PolicyObjectSecurityUrlAllowList": "PolicyObjectSecurityUrlAllowList"
|
|
1326
|
+
}
|
|
1327
|
+
},
|
|
1328
|
+
{
|
|
1329
|
+
"pkg": "sdwan",
|
|
1330
|
+
"mod": "index/policyObjectSecurityUrlBlockList",
|
|
1331
|
+
"fqn": "pulumi_sdwan",
|
|
1332
|
+
"classes": {
|
|
1333
|
+
"sdwan:index/policyObjectSecurityUrlBlockList:PolicyObjectSecurityUrlBlockList": "PolicyObjectSecurityUrlBlockList"
|
|
1334
|
+
}
|
|
1335
|
+
},
|
|
1336
|
+
{
|
|
1337
|
+
"pkg": "sdwan",
|
|
1338
|
+
"mod": "index/policyObjectSlaClassList",
|
|
1339
|
+
"fqn": "pulumi_sdwan",
|
|
1340
|
+
"classes": {
|
|
1341
|
+
"sdwan:index/policyObjectSlaClassList:PolicyObjectSlaClassList": "PolicyObjectSlaClassList"
|
|
1342
|
+
}
|
|
1343
|
+
},
|
|
1344
|
+
{
|
|
1345
|
+
"pkg": "sdwan",
|
|
1346
|
+
"mod": "index/policyObjectStandardCommunityList",
|
|
1347
|
+
"fqn": "pulumi_sdwan",
|
|
1348
|
+
"classes": {
|
|
1349
|
+
"sdwan:index/policyObjectStandardCommunityList:PolicyObjectStandardCommunityList": "PolicyObjectStandardCommunityList"
|
|
1350
|
+
}
|
|
1351
|
+
},
|
|
1100
1352
|
{
|
|
1101
1353
|
"pkg": "sdwan",
|
|
1102
1354
|
"mod": "index/policyObjectTlocList",
|
|
@@ -1105,6 +1357,14 @@ _utilities.register(
|
|
|
1105
1357
|
"sdwan:index/policyObjectTlocList:PolicyObjectTlocList": "PolicyObjectTlocList"
|
|
1106
1358
|
}
|
|
1107
1359
|
},
|
|
1360
|
+
{
|
|
1361
|
+
"pkg": "sdwan",
|
|
1362
|
+
"mod": "index/policyObjectVpnGroup",
|
|
1363
|
+
"fqn": "pulumi_sdwan",
|
|
1364
|
+
"classes": {
|
|
1365
|
+
"sdwan:index/policyObjectVpnGroup:PolicyObjectVpnGroup": "PolicyObjectVpnGroup"
|
|
1366
|
+
}
|
|
1367
|
+
},
|
|
1108
1368
|
{
|
|
1109
1369
|
"pkg": "sdwan",
|
|
1110
1370
|
"mod": "index/portListPolicyObject",
|
|
@@ -1193,6 +1453,22 @@ _utilities.register(
|
|
|
1193
1453
|
"sdwan:index/serviceFeatureProfile:ServiceFeatureProfile": "ServiceFeatureProfile"
|
|
1194
1454
|
}
|
|
1195
1455
|
},
|
|
1456
|
+
{
|
|
1457
|
+
"pkg": "sdwan",
|
|
1458
|
+
"mod": "index/serviceIpv4AclFeature",
|
|
1459
|
+
"fqn": "pulumi_sdwan",
|
|
1460
|
+
"classes": {
|
|
1461
|
+
"sdwan:index/serviceIpv4AclFeature:ServiceIpv4AclFeature": "ServiceIpv4AclFeature"
|
|
1462
|
+
}
|
|
1463
|
+
},
|
|
1464
|
+
{
|
|
1465
|
+
"pkg": "sdwan",
|
|
1466
|
+
"mod": "index/serviceIpv6AclFeature",
|
|
1467
|
+
"fqn": "pulumi_sdwan",
|
|
1468
|
+
"classes": {
|
|
1469
|
+
"sdwan:index/serviceIpv6AclFeature:ServiceIpv6AclFeature": "ServiceIpv6AclFeature"
|
|
1470
|
+
}
|
|
1471
|
+
},
|
|
1196
1472
|
{
|
|
1197
1473
|
"pkg": "sdwan",
|
|
1198
1474
|
"mod": "index/serviceLanVpnFeature",
|
|
@@ -1201,6 +1477,54 @@ _utilities.register(
|
|
|
1201
1477
|
"sdwan:index/serviceLanVpnFeature:ServiceLanVpnFeature": "ServiceLanVpnFeature"
|
|
1202
1478
|
}
|
|
1203
1479
|
},
|
|
1480
|
+
{
|
|
1481
|
+
"pkg": "sdwan",
|
|
1482
|
+
"mod": "index/serviceLanVpnFeatureAssociateMulticastFeature",
|
|
1483
|
+
"fqn": "pulumi_sdwan",
|
|
1484
|
+
"classes": {
|
|
1485
|
+
"sdwan:index/serviceLanVpnFeatureAssociateMulticastFeature:ServiceLanVpnFeatureAssociateMulticastFeature": "ServiceLanVpnFeatureAssociateMulticastFeature"
|
|
1486
|
+
}
|
|
1487
|
+
},
|
|
1488
|
+
{
|
|
1489
|
+
"pkg": "sdwan",
|
|
1490
|
+
"mod": "index/serviceLanVpnFeatureAssociateRoutingBgpFeature",
|
|
1491
|
+
"fqn": "pulumi_sdwan",
|
|
1492
|
+
"classes": {
|
|
1493
|
+
"sdwan:index/serviceLanVpnFeatureAssociateRoutingBgpFeature:ServiceLanVpnFeatureAssociateRoutingBgpFeature": "ServiceLanVpnFeatureAssociateRoutingBgpFeature"
|
|
1494
|
+
}
|
|
1495
|
+
},
|
|
1496
|
+
{
|
|
1497
|
+
"pkg": "sdwan",
|
|
1498
|
+
"mod": "index/serviceLanVpnFeatureAssociateRoutingEigrpFeature",
|
|
1499
|
+
"fqn": "pulumi_sdwan",
|
|
1500
|
+
"classes": {
|
|
1501
|
+
"sdwan:index/serviceLanVpnFeatureAssociateRoutingEigrpFeature:ServiceLanVpnFeatureAssociateRoutingEigrpFeature": "ServiceLanVpnFeatureAssociateRoutingEigrpFeature"
|
|
1502
|
+
}
|
|
1503
|
+
},
|
|
1504
|
+
{
|
|
1505
|
+
"pkg": "sdwan",
|
|
1506
|
+
"mod": "index/serviceLanVpnFeatureAssociateRoutingOspfFeature",
|
|
1507
|
+
"fqn": "pulumi_sdwan",
|
|
1508
|
+
"classes": {
|
|
1509
|
+
"sdwan:index/serviceLanVpnFeatureAssociateRoutingOspfFeature:ServiceLanVpnFeatureAssociateRoutingOspfFeature": "ServiceLanVpnFeatureAssociateRoutingOspfFeature"
|
|
1510
|
+
}
|
|
1511
|
+
},
|
|
1512
|
+
{
|
|
1513
|
+
"pkg": "sdwan",
|
|
1514
|
+
"mod": "index/serviceLanVpnFeatureAssociateRoutingOspfv3Ipv4Feature",
|
|
1515
|
+
"fqn": "pulumi_sdwan",
|
|
1516
|
+
"classes": {
|
|
1517
|
+
"sdwan:index/serviceLanVpnFeatureAssociateRoutingOspfv3Ipv4Feature:ServiceLanVpnFeatureAssociateRoutingOspfv3Ipv4Feature": "ServiceLanVpnFeatureAssociateRoutingOspfv3Ipv4Feature"
|
|
1518
|
+
}
|
|
1519
|
+
},
|
|
1520
|
+
{
|
|
1521
|
+
"pkg": "sdwan",
|
|
1522
|
+
"mod": "index/serviceLanVpnFeatureAssociateRoutingOspfv3Ipv6Feature",
|
|
1523
|
+
"fqn": "pulumi_sdwan",
|
|
1524
|
+
"classes": {
|
|
1525
|
+
"sdwan:index/serviceLanVpnFeatureAssociateRoutingOspfv3Ipv6Feature:ServiceLanVpnFeatureAssociateRoutingOspfv3Ipv6Feature": "ServiceLanVpnFeatureAssociateRoutingOspfv3Ipv6Feature"
|
|
1526
|
+
}
|
|
1527
|
+
},
|
|
1204
1528
|
{
|
|
1205
1529
|
"pkg": "sdwan",
|
|
1206
1530
|
"mod": "index/serviceLanVpnInterfaceEthernetFeature",
|
|
@@ -1233,6 +1557,14 @@ _utilities.register(
|
|
|
1233
1557
|
"sdwan:index/serviceLanVpnInterfaceSviFeature:ServiceLanVpnInterfaceSviFeature": "ServiceLanVpnInterfaceSviFeature"
|
|
1234
1558
|
}
|
|
1235
1559
|
},
|
|
1560
|
+
{
|
|
1561
|
+
"pkg": "sdwan",
|
|
1562
|
+
"mod": "index/serviceMulticastFeature",
|
|
1563
|
+
"fqn": "pulumi_sdwan",
|
|
1564
|
+
"classes": {
|
|
1565
|
+
"sdwan:index/serviceMulticastFeature:ServiceMulticastFeature": "ServiceMulticastFeature"
|
|
1566
|
+
}
|
|
1567
|
+
},
|
|
1236
1568
|
{
|
|
1237
1569
|
"pkg": "sdwan",
|
|
1238
1570
|
"mod": "index/serviceObjectTrackerFeature",
|
|
@@ -1265,6 +1597,14 @@ _utilities.register(
|
|
|
1265
1597
|
"sdwan:index/serviceRoutingBgpFeature:ServiceRoutingBgpFeature": "ServiceRoutingBgpFeature"
|
|
1266
1598
|
}
|
|
1267
1599
|
},
|
|
1600
|
+
{
|
|
1601
|
+
"pkg": "sdwan",
|
|
1602
|
+
"mod": "index/serviceRoutingEigrpFeature",
|
|
1603
|
+
"fqn": "pulumi_sdwan",
|
|
1604
|
+
"classes": {
|
|
1605
|
+
"sdwan:index/serviceRoutingEigrpFeature:ServiceRoutingEigrpFeature": "ServiceRoutingEigrpFeature"
|
|
1606
|
+
}
|
|
1607
|
+
},
|
|
1268
1608
|
{
|
|
1269
1609
|
"pkg": "sdwan",
|
|
1270
1610
|
"mod": "index/serviceRoutingOspfFeature",
|
|
@@ -1313,6 +1653,22 @@ _utilities.register(
|
|
|
1313
1653
|
"sdwan:index/serviceTrackerGroupFeature:ServiceTrackerGroupFeature": "ServiceTrackerGroupFeature"
|
|
1314
1654
|
}
|
|
1315
1655
|
},
|
|
1656
|
+
{
|
|
1657
|
+
"pkg": "sdwan",
|
|
1658
|
+
"mod": "index/serviceWirelessLanFeature",
|
|
1659
|
+
"fqn": "pulumi_sdwan",
|
|
1660
|
+
"classes": {
|
|
1661
|
+
"sdwan:index/serviceWirelessLanFeature:ServiceWirelessLanFeature": "ServiceWirelessLanFeature"
|
|
1662
|
+
}
|
|
1663
|
+
},
|
|
1664
|
+
{
|
|
1665
|
+
"pkg": "sdwan",
|
|
1666
|
+
"mod": "index/sigSecurityFeatureProfile",
|
|
1667
|
+
"fqn": "pulumi_sdwan",
|
|
1668
|
+
"classes": {
|
|
1669
|
+
"sdwan:index/sigSecurityFeatureProfile:SigSecurityFeatureProfile": "SigSecurityFeatureProfile"
|
|
1670
|
+
}
|
|
1671
|
+
},
|
|
1316
1672
|
{
|
|
1317
1673
|
"pkg": "sdwan",
|
|
1318
1674
|
"mod": "index/siteListPolicyObject",
|
|
@@ -1513,6 +1869,22 @@ _utilities.register(
|
|
|
1513
1869
|
"sdwan:index/trafficDataPolicyDefinition:TrafficDataPolicyDefinition": "TrafficDataPolicyDefinition"
|
|
1514
1870
|
}
|
|
1515
1871
|
},
|
|
1872
|
+
{
|
|
1873
|
+
"pkg": "sdwan",
|
|
1874
|
+
"mod": "index/transportCellularControllerFeature",
|
|
1875
|
+
"fqn": "pulumi_sdwan",
|
|
1876
|
+
"classes": {
|
|
1877
|
+
"sdwan:index/transportCellularControllerFeature:TransportCellularControllerFeature": "TransportCellularControllerFeature"
|
|
1878
|
+
}
|
|
1879
|
+
},
|
|
1880
|
+
{
|
|
1881
|
+
"pkg": "sdwan",
|
|
1882
|
+
"mod": "index/transportCellularProfileFeature",
|
|
1883
|
+
"fqn": "pulumi_sdwan",
|
|
1884
|
+
"classes": {
|
|
1885
|
+
"sdwan:index/transportCellularProfileFeature:TransportCellularProfileFeature": "TransportCellularProfileFeature"
|
|
1886
|
+
}
|
|
1887
|
+
},
|
|
1516
1888
|
{
|
|
1517
1889
|
"pkg": "sdwan",
|
|
1518
1890
|
"mod": "index/transportFeatureProfile",
|
|
@@ -1529,6 +1901,22 @@ _utilities.register(
|
|
|
1529
1901
|
"sdwan:index/transportGpsFeature:TransportGpsFeature": "TransportGpsFeature"
|
|
1530
1902
|
}
|
|
1531
1903
|
},
|
|
1904
|
+
{
|
|
1905
|
+
"pkg": "sdwan",
|
|
1906
|
+
"mod": "index/transportIpv4AclFeature",
|
|
1907
|
+
"fqn": "pulumi_sdwan",
|
|
1908
|
+
"classes": {
|
|
1909
|
+
"sdwan:index/transportIpv4AclFeature:TransportIpv4AclFeature": "TransportIpv4AclFeature"
|
|
1910
|
+
}
|
|
1911
|
+
},
|
|
1912
|
+
{
|
|
1913
|
+
"pkg": "sdwan",
|
|
1914
|
+
"mod": "index/transportIpv6AclFeature",
|
|
1915
|
+
"fqn": "pulumi_sdwan",
|
|
1916
|
+
"classes": {
|
|
1917
|
+
"sdwan:index/transportIpv6AclFeature:TransportIpv6AclFeature": "TransportIpv6AclFeature"
|
|
1918
|
+
}
|
|
1919
|
+
},
|
|
1532
1920
|
{
|
|
1533
1921
|
"pkg": "sdwan",
|
|
1534
1922
|
"mod": "index/transportIpv6TrackerFeature",
|
|
@@ -1601,6 +1989,14 @@ _utilities.register(
|
|
|
1601
1989
|
"sdwan:index/transportRoutingOspfv3Ipv6Feature:TransportRoutingOspfv3Ipv6Feature": "TransportRoutingOspfv3Ipv6Feature"
|
|
1602
1990
|
}
|
|
1603
1991
|
},
|
|
1992
|
+
{
|
|
1993
|
+
"pkg": "sdwan",
|
|
1994
|
+
"mod": "index/transportT1E1ControllerFeature",
|
|
1995
|
+
"fqn": "pulumi_sdwan",
|
|
1996
|
+
"classes": {
|
|
1997
|
+
"sdwan:index/transportT1E1ControllerFeature:TransportT1E1ControllerFeature": "TransportT1E1ControllerFeature"
|
|
1998
|
+
}
|
|
1999
|
+
},
|
|
1604
2000
|
{
|
|
1605
2001
|
"pkg": "sdwan",
|
|
1606
2002
|
"mod": "index/transportTrackerFeature",
|
|
@@ -1625,6 +2021,38 @@ _utilities.register(
|
|
|
1625
2021
|
"sdwan:index/transportWanVpnFeature:TransportWanVpnFeature": "TransportWanVpnFeature"
|
|
1626
2022
|
}
|
|
1627
2023
|
},
|
|
2024
|
+
{
|
|
2025
|
+
"pkg": "sdwan",
|
|
2026
|
+
"mod": "index/transportWanVpnFeatureAssociateRoutingBgpFeature",
|
|
2027
|
+
"fqn": "pulumi_sdwan",
|
|
2028
|
+
"classes": {
|
|
2029
|
+
"sdwan:index/transportWanVpnFeatureAssociateRoutingBgpFeature:TransportWanVpnFeatureAssociateRoutingBgpFeature": "TransportWanVpnFeatureAssociateRoutingBgpFeature"
|
|
2030
|
+
}
|
|
2031
|
+
},
|
|
2032
|
+
{
|
|
2033
|
+
"pkg": "sdwan",
|
|
2034
|
+
"mod": "index/transportWanVpnFeatureAssociateRoutingOspfFeature",
|
|
2035
|
+
"fqn": "pulumi_sdwan",
|
|
2036
|
+
"classes": {
|
|
2037
|
+
"sdwan:index/transportWanVpnFeatureAssociateRoutingOspfFeature:TransportWanVpnFeatureAssociateRoutingOspfFeature": "TransportWanVpnFeatureAssociateRoutingOspfFeature"
|
|
2038
|
+
}
|
|
2039
|
+
},
|
|
2040
|
+
{
|
|
2041
|
+
"pkg": "sdwan",
|
|
2042
|
+
"mod": "index/transportWanVpnFeatureAssociateRoutingOspfv3Ipv4Feature",
|
|
2043
|
+
"fqn": "pulumi_sdwan",
|
|
2044
|
+
"classes": {
|
|
2045
|
+
"sdwan:index/transportWanVpnFeatureAssociateRoutingOspfv3Ipv4Feature:TransportWanVpnFeatureAssociateRoutingOspfv3Ipv4Feature": "TransportWanVpnFeatureAssociateRoutingOspfv3Ipv4Feature"
|
|
2046
|
+
}
|
|
2047
|
+
},
|
|
2048
|
+
{
|
|
2049
|
+
"pkg": "sdwan",
|
|
2050
|
+
"mod": "index/transportWanVpnFeatureAssociateRoutingOspfv3Ipv6Feature",
|
|
2051
|
+
"fqn": "pulumi_sdwan",
|
|
2052
|
+
"classes": {
|
|
2053
|
+
"sdwan:index/transportWanVpnFeatureAssociateRoutingOspfv3Ipv6Feature:TransportWanVpnFeatureAssociateRoutingOspfv3Ipv6Feature": "TransportWanVpnFeatureAssociateRoutingOspfv3Ipv6Feature"
|
|
2054
|
+
}
|
|
2055
|
+
},
|
|
1628
2056
|
{
|
|
1629
2057
|
"pkg": "sdwan",
|
|
1630
2058
|
"mod": "index/transportWanVpnInterfaceCellularFeature",
|
|
@@ -1641,6 +2069,38 @@ _utilities.register(
|
|
|
1641
2069
|
"sdwan:index/transportWanVpnInterfaceEthernetFeature:TransportWanVpnInterfaceEthernetFeature": "TransportWanVpnInterfaceEthernetFeature"
|
|
1642
2070
|
}
|
|
1643
2071
|
},
|
|
2072
|
+
{
|
|
2073
|
+
"pkg": "sdwan",
|
|
2074
|
+
"mod": "index/transportWanVpnInterfaceEthernetFeatureAssociateIpv6TrackerFeature",
|
|
2075
|
+
"fqn": "pulumi_sdwan",
|
|
2076
|
+
"classes": {
|
|
2077
|
+
"sdwan:index/transportWanVpnInterfaceEthernetFeatureAssociateIpv6TrackerFeature:TransportWanVpnInterfaceEthernetFeatureAssociateIpv6TrackerFeature": "TransportWanVpnInterfaceEthernetFeatureAssociateIpv6TrackerFeature"
|
|
2078
|
+
}
|
|
2079
|
+
},
|
|
2080
|
+
{
|
|
2081
|
+
"pkg": "sdwan",
|
|
2082
|
+
"mod": "index/transportWanVpnInterfaceEthernetFeatureAssociateIpv6TrackerGroupFeature",
|
|
2083
|
+
"fqn": "pulumi_sdwan",
|
|
2084
|
+
"classes": {
|
|
2085
|
+
"sdwan:index/transportWanVpnInterfaceEthernetFeatureAssociateIpv6TrackerGroupFeature:TransportWanVpnInterfaceEthernetFeatureAssociateIpv6TrackerGroupFeature": "TransportWanVpnInterfaceEthernetFeatureAssociateIpv6TrackerGroupFeature"
|
|
2086
|
+
}
|
|
2087
|
+
},
|
|
2088
|
+
{
|
|
2089
|
+
"pkg": "sdwan",
|
|
2090
|
+
"mod": "index/transportWanVpnInterfaceEthernetFeatureAssociateTrackerFeature",
|
|
2091
|
+
"fqn": "pulumi_sdwan",
|
|
2092
|
+
"classes": {
|
|
2093
|
+
"sdwan:index/transportWanVpnInterfaceEthernetFeatureAssociateTrackerFeature:TransportWanVpnInterfaceEthernetFeatureAssociateTrackerFeature": "TransportWanVpnInterfaceEthernetFeatureAssociateTrackerFeature"
|
|
2094
|
+
}
|
|
2095
|
+
},
|
|
2096
|
+
{
|
|
2097
|
+
"pkg": "sdwan",
|
|
2098
|
+
"mod": "index/transportWanVpnInterfaceEthernetFeatureAssociateTrackerGroupFeature",
|
|
2099
|
+
"fqn": "pulumi_sdwan",
|
|
2100
|
+
"classes": {
|
|
2101
|
+
"sdwan:index/transportWanVpnInterfaceEthernetFeatureAssociateTrackerGroupFeature:TransportWanVpnInterfaceEthernetFeatureAssociateTrackerGroupFeature": "TransportWanVpnInterfaceEthernetFeatureAssociateTrackerGroupFeature"
|
|
2102
|
+
}
|
|
2103
|
+
},
|
|
1644
2104
|
{
|
|
1645
2105
|
"pkg": "sdwan",
|
|
1646
2106
|
"mod": "index/transportWanVpnInterfaceGreFeature",
|