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
pulumi_sdwan/__init__.py
CHANGED
|
@@ -13,7 +13,7 @@ from .app_probe_class_policy_object import *
|
|
|
13
13
|
from .application_aware_routing_policy_definition import *
|
|
14
14
|
from .application_list_policy_object import *
|
|
15
15
|
from .application_priority_feature_profile import *
|
|
16
|
-
from .
|
|
16
|
+
from .application_priority_qos_policy import *
|
|
17
17
|
from .as_path_list_policy_object import *
|
|
18
18
|
from .attach_feature_device_template import *
|
|
19
19
|
from .block_url_list_policy_object import *
|
|
@@ -49,15 +49,12 @@ from .cisco_vpn_interface_gre_feature_template import *
|
|
|
49
49
|
from .cisco_vpn_interface_ipsec_feature_template import *
|
|
50
50
|
from .cisco_wireless_lan_feature_template import *
|
|
51
51
|
from .class_map_policy_object import *
|
|
52
|
-
from .
|
|
52
|
+
from .cli_config_feature import *
|
|
53
53
|
from .cli_device_template import *
|
|
54
54
|
from .cli_feature_profile import *
|
|
55
55
|
from .cli_template_feature_template import *
|
|
56
56
|
from .color_list_policy_object import *
|
|
57
57
|
from .configuration_group import *
|
|
58
|
-
from .configuration_group_deploy import *
|
|
59
|
-
from .configuration_group_device_variables import *
|
|
60
|
-
from .configuration_group_devices import *
|
|
61
58
|
from .custom_control_topology_policy_definition import *
|
|
62
59
|
from .data_fqdn_prefix_list_policy_object import *
|
|
63
60
|
from .data_ipv4_prefix_list_policy_object import *
|
|
@@ -76,7 +73,7 @@ from .get_app_probe_class_policy_object import *
|
|
|
76
73
|
from .get_application_aware_routing_policy_definition import *
|
|
77
74
|
from .get_application_list_policy_object import *
|
|
78
75
|
from .get_application_priority_feature_profile import *
|
|
79
|
-
from .
|
|
76
|
+
from .get_application_priority_qos_policy import *
|
|
80
77
|
from .get_as_path_list_policy_object import *
|
|
81
78
|
from .get_block_url_list_policy_object import *
|
|
82
79
|
from .get_cedge_aaa_feature_template import *
|
|
@@ -111,14 +108,12 @@ from .get_cisco_vpn_interface_gre_feature_template import *
|
|
|
111
108
|
from .get_cisco_vpn_interface_ipsec_feature_template import *
|
|
112
109
|
from .get_cisco_wireless_lan_feature_template import *
|
|
113
110
|
from .get_class_map_policy_object import *
|
|
114
|
-
from .
|
|
111
|
+
from .get_cli_config_feature import *
|
|
115
112
|
from .get_cli_device_template import *
|
|
116
113
|
from .get_cli_feature_profile import *
|
|
117
114
|
from .get_cli_template_feature_template import *
|
|
118
115
|
from .get_color_list_policy_object import *
|
|
119
116
|
from .get_configuration_group import *
|
|
120
|
-
from .get_configuration_group_device_variables import *
|
|
121
|
-
from .get_configuration_group_devices import *
|
|
122
117
|
from .get_custom_control_topology_policy_definition import *
|
|
123
118
|
from .get_data_fqdn_prefix_list_policy_object import *
|
|
124
119
|
from .get_data_ipv4_prefix_list_policy_object import *
|
|
@@ -146,7 +141,22 @@ from .get_localized_policy import *
|
|
|
146
141
|
from .get_mesh_topology_policy_definition import *
|
|
147
142
|
from .get_mirror_policy_object import *
|
|
148
143
|
from .get_object_group_policy_definition import *
|
|
144
|
+
from .get_other_feature_profile import *
|
|
145
|
+
from .get_other_thousandeyes_feature import *
|
|
146
|
+
from .get_other_ucse_feature import *
|
|
149
147
|
from .get_policer_policy_object import *
|
|
148
|
+
from .get_policy_object_class_map import *
|
|
149
|
+
from .get_policy_object_color_list import *
|
|
150
|
+
from .get_policy_object_data_ipv4_prefix_list import *
|
|
151
|
+
from .get_policy_object_data_ipv6_prefix_list import *
|
|
152
|
+
from .get_policy_object_expanded_community_list import *
|
|
153
|
+
from .get_policy_object_extended_community_list import *
|
|
154
|
+
from .get_policy_object_feature_profile import *
|
|
155
|
+
from .get_policy_object_ipv4_prefix_list import *
|
|
156
|
+
from .get_policy_object_ipv6_prefix_list import *
|
|
157
|
+
from .get_policy_object_mirror import *
|
|
158
|
+
from .get_policy_object_policer import *
|
|
159
|
+
from .get_policy_object_tloc_list import *
|
|
150
160
|
from .get_port_list_policy_object import *
|
|
151
161
|
from .get_preferred_color_group_policy_object import *
|
|
152
162
|
from .get_protocol_list_policy_object import *
|
|
@@ -158,39 +168,65 @@ from .get_rule_set_policy_definition import *
|
|
|
158
168
|
from .get_security_app_hosting_feature_template import *
|
|
159
169
|
from .get_security_policy import *
|
|
160
170
|
from .get_service_feature_profile import *
|
|
161
|
-
from .
|
|
162
|
-
from .
|
|
163
|
-
from .
|
|
171
|
+
from .get_service_lan_vpn_feature import *
|
|
172
|
+
from .get_service_lan_vpn_interface_ethernet_feature import *
|
|
173
|
+
from .get_service_lan_vpn_interface_gre_feature import *
|
|
174
|
+
from .get_service_lan_vpn_interface_ipsec_feature import *
|
|
175
|
+
from .get_service_lan_vpn_interface_svi_feature import *
|
|
176
|
+
from .get_service_object_tracker_feature import *
|
|
177
|
+
from .get_service_object_tracker_group_feature import *
|
|
178
|
+
from .get_service_route_policy_feature import *
|
|
179
|
+
from .get_service_routing_bgp_feature import *
|
|
180
|
+
from .get_service_routing_ospf_feature import *
|
|
181
|
+
from .get_service_routing_ospfv3_ipv4_feature import *
|
|
182
|
+
from .get_service_routing_ospfv3_ipv6_feature import *
|
|
183
|
+
from .get_service_switchport_feature import *
|
|
184
|
+
from .get_service_tracker_feature import *
|
|
185
|
+
from .get_service_tracker_group_feature import *
|
|
164
186
|
from .get_site_list_policy_object import *
|
|
165
187
|
from .get_sla_class_policy_object import *
|
|
166
188
|
from .get_standard_community_list_policy_object import *
|
|
167
189
|
from .get_switchport_feature_template import *
|
|
168
|
-
from .
|
|
169
|
-
from .
|
|
170
|
-
from .
|
|
171
|
-
from .
|
|
190
|
+
from .get_system_aaa_feature import *
|
|
191
|
+
from .get_system_banner_feature import *
|
|
192
|
+
from .get_system_basic_feature import *
|
|
193
|
+
from .get_system_bfd_feature import *
|
|
172
194
|
from .get_system_feature_profile import *
|
|
173
|
-
from .
|
|
174
|
-
from .
|
|
175
|
-
from .
|
|
176
|
-
from .
|
|
177
|
-
from .
|
|
178
|
-
from .
|
|
179
|
-
from .
|
|
180
|
-
from .
|
|
181
|
-
from .
|
|
182
|
-
from .
|
|
195
|
+
from .get_system_flexible_port_speed_feature import *
|
|
196
|
+
from .get_system_global_feature import *
|
|
197
|
+
from .get_system_ipv4_device_access_feature import *
|
|
198
|
+
from .get_system_ipv6_device_access_feature import *
|
|
199
|
+
from .get_system_logging_feature import *
|
|
200
|
+
from .get_system_mrf_feature import *
|
|
201
|
+
from .get_system_ntp_feature import *
|
|
202
|
+
from .get_system_omp_feature import *
|
|
203
|
+
from .get_system_performance_monitoring_feature import *
|
|
204
|
+
from .get_system_remote_access_feature import *
|
|
205
|
+
from .get_system_security_feature import *
|
|
206
|
+
from .get_system_snmp_feature import *
|
|
183
207
|
from .get_tloc_list_policy_object import *
|
|
184
208
|
from .get_tls_ssl_decryption_policy_definition import *
|
|
185
209
|
from .get_tls_ssl_profile_policy_definition import *
|
|
186
210
|
from .get_traffic_data_policy_definition import *
|
|
187
211
|
from .get_transport_feature_profile import *
|
|
188
|
-
from .
|
|
189
|
-
from .
|
|
190
|
-
from .
|
|
191
|
-
from .
|
|
192
|
-
from .
|
|
193
|
-
from .
|
|
212
|
+
from .get_transport_gps_feature import *
|
|
213
|
+
from .get_transport_ipv6_tracker_feature import *
|
|
214
|
+
from .get_transport_ipv6_tracker_group_feature import *
|
|
215
|
+
from .get_transport_management_vpn_feature import *
|
|
216
|
+
from .get_transport_management_vpn_interface_ethernet_feature import *
|
|
217
|
+
from .get_transport_route_policy_feature import *
|
|
218
|
+
from .get_transport_routing_bgp_feature import *
|
|
219
|
+
from .get_transport_routing_ospf_feature import *
|
|
220
|
+
from .get_transport_routing_ospfv3_ipv4_feature import *
|
|
221
|
+
from .get_transport_routing_ospfv3_ipv6_feature import *
|
|
222
|
+
from .get_transport_tracker_feature import *
|
|
223
|
+
from .get_transport_tracker_group_feature import *
|
|
224
|
+
from .get_transport_wan_vpn_feature import *
|
|
225
|
+
from .get_transport_wan_vpn_interface_cellular_feature import *
|
|
226
|
+
from .get_transport_wan_vpn_interface_ethernet_feature import *
|
|
227
|
+
from .get_transport_wan_vpn_interface_gre_feature import *
|
|
228
|
+
from .get_transport_wan_vpn_interface_ipsec_feature import *
|
|
229
|
+
from .get_transport_wan_vpn_interface_t1_e1_serial_feature import *
|
|
194
230
|
from .get_url_filtering_policy_definition import *
|
|
195
231
|
from .get_vedge_inventory import *
|
|
196
232
|
from .get_vpn_interface_cellular_feature_template import *
|
|
@@ -203,6 +239,7 @@ from .get_vpn_interface_svi_feature_template import *
|
|
|
203
239
|
from .get_vpn_interface_t1_e1_serial_feature_template import *
|
|
204
240
|
from .get_vpn_list_policy_object import *
|
|
205
241
|
from .get_vpn_membership_policy_definition import *
|
|
242
|
+
from .get_zone_based_firewall_policy_definition import *
|
|
206
243
|
from .get_zone_list_policy_object import *
|
|
207
244
|
from .gps_feature_template import *
|
|
208
245
|
from .hub_and_spoke_topology_policy_definition import *
|
|
@@ -219,7 +256,22 @@ from .localized_policy import *
|
|
|
219
256
|
from .mesh_topology_policy_definition import *
|
|
220
257
|
from .mirror_policy_object import *
|
|
221
258
|
from .object_group_policy_definition import *
|
|
259
|
+
from .other_feature_profile import *
|
|
260
|
+
from .other_thousandeyes_feature import *
|
|
261
|
+
from .other_ucse_feature import *
|
|
222
262
|
from .policer_policy_object import *
|
|
263
|
+
from .policy_object_class_map import *
|
|
264
|
+
from .policy_object_color_list import *
|
|
265
|
+
from .policy_object_data_ipv4_prefix_list import *
|
|
266
|
+
from .policy_object_data_ipv6_prefix_list import *
|
|
267
|
+
from .policy_object_expanded_community_list import *
|
|
268
|
+
from .policy_object_extended_community_list import *
|
|
269
|
+
from .policy_object_feature_profile import *
|
|
270
|
+
from .policy_object_ipv4_prefix_list import *
|
|
271
|
+
from .policy_object_ipv6_prefix_list import *
|
|
272
|
+
from .policy_object_mirror import *
|
|
273
|
+
from .policy_object_policer import *
|
|
274
|
+
from .policy_object_tloc_list import *
|
|
223
275
|
from .port_list_policy_object import *
|
|
224
276
|
from .preferred_color_group_policy_object import *
|
|
225
277
|
from .protocol_list_policy_object import *
|
|
@@ -232,39 +284,65 @@ from .rule_set_policy_definition import *
|
|
|
232
284
|
from .security_app_hosting_feature_template import *
|
|
233
285
|
from .security_policy import *
|
|
234
286
|
from .service_feature_profile import *
|
|
235
|
-
from .
|
|
236
|
-
from .
|
|
237
|
-
from .
|
|
287
|
+
from .service_lan_vpn_feature import *
|
|
288
|
+
from .service_lan_vpn_interface_ethernet_feature import *
|
|
289
|
+
from .service_lan_vpn_interface_gre_feature import *
|
|
290
|
+
from .service_lan_vpn_interface_ipsec_feature import *
|
|
291
|
+
from .service_lan_vpn_interface_svi_feature import *
|
|
292
|
+
from .service_object_tracker_feature import *
|
|
293
|
+
from .service_object_tracker_group_feature import *
|
|
294
|
+
from .service_route_policy_feature import *
|
|
295
|
+
from .service_routing_bgp_feature import *
|
|
296
|
+
from .service_routing_ospf_feature import *
|
|
297
|
+
from .service_routing_ospfv3_ipv4_feature import *
|
|
298
|
+
from .service_routing_ospfv3_ipv6_feature import *
|
|
299
|
+
from .service_switchport_feature import *
|
|
300
|
+
from .service_tracker_feature import *
|
|
301
|
+
from .service_tracker_group_feature import *
|
|
238
302
|
from .site_list_policy_object import *
|
|
239
303
|
from .sla_class_policy_object import *
|
|
240
304
|
from .standard_community_list_policy_object import *
|
|
241
305
|
from .switchport_feature_template import *
|
|
242
|
-
from .
|
|
243
|
-
from .
|
|
244
|
-
from .
|
|
245
|
-
from .
|
|
306
|
+
from .system_aaa_feature import *
|
|
307
|
+
from .system_banner_feature import *
|
|
308
|
+
from .system_basic_feature import *
|
|
309
|
+
from .system_bfd_feature import *
|
|
246
310
|
from .system_feature_profile import *
|
|
247
|
-
from .
|
|
248
|
-
from .
|
|
249
|
-
from .
|
|
250
|
-
from .
|
|
251
|
-
from .
|
|
252
|
-
from .
|
|
253
|
-
from .
|
|
254
|
-
from .
|
|
255
|
-
from .
|
|
256
|
-
from .
|
|
311
|
+
from .system_flexible_port_speed_feature import *
|
|
312
|
+
from .system_global_feature import *
|
|
313
|
+
from .system_ipv4_device_access_feature import *
|
|
314
|
+
from .system_ipv6_device_access_feature import *
|
|
315
|
+
from .system_logging_feature import *
|
|
316
|
+
from .system_mrf_feature import *
|
|
317
|
+
from .system_ntp_feature import *
|
|
318
|
+
from .system_omp_feature import *
|
|
319
|
+
from .system_performance_monitoring_feature import *
|
|
320
|
+
from .system_remote_access_feature import *
|
|
321
|
+
from .system_security_feature import *
|
|
322
|
+
from .system_snmp_feature import *
|
|
257
323
|
from .tloc_list_policy_object import *
|
|
258
324
|
from .tls_ssl_decryption_policy_definition import *
|
|
259
325
|
from .tls_ssl_profile_policy_definition import *
|
|
260
326
|
from .traffic_data_policy_definition import *
|
|
261
327
|
from .transport_feature_profile import *
|
|
262
|
-
from .
|
|
263
|
-
from .
|
|
264
|
-
from .
|
|
265
|
-
from .
|
|
266
|
-
from .
|
|
267
|
-
from .
|
|
328
|
+
from .transport_gps_feature import *
|
|
329
|
+
from .transport_ipv6_tracker_feature import *
|
|
330
|
+
from .transport_ipv6_tracker_group_feature import *
|
|
331
|
+
from .transport_management_vpn_feature import *
|
|
332
|
+
from .transport_management_vpn_interface_ethernet_feature import *
|
|
333
|
+
from .transport_route_policy_feature import *
|
|
334
|
+
from .transport_routing_bgp_feature import *
|
|
335
|
+
from .transport_routing_ospf_feature import *
|
|
336
|
+
from .transport_routing_ospfv3_ipv4_feature import *
|
|
337
|
+
from .transport_routing_ospfv3_ipv6_feature import *
|
|
338
|
+
from .transport_tracker_feature import *
|
|
339
|
+
from .transport_tracker_group_feature import *
|
|
340
|
+
from .transport_wan_vpn_feature import *
|
|
341
|
+
from .transport_wan_vpn_interface_cellular_feature import *
|
|
342
|
+
from .transport_wan_vpn_interface_ethernet_feature import *
|
|
343
|
+
from .transport_wan_vpn_interface_gre_feature import *
|
|
344
|
+
from .transport_wan_vpn_interface_ipsec_feature import *
|
|
345
|
+
from .transport_wan_vpn_interface_t1_e1_serial_feature import *
|
|
268
346
|
from .url_filtering_policy_definition import *
|
|
269
347
|
from .vpn_interface_cellular_feature_template import *
|
|
270
348
|
from .vpn_interface_dsl_ipoe_feature_template import *
|
|
@@ -276,6 +354,7 @@ from .vpn_interface_svi_feature_template import *
|
|
|
276
354
|
from .vpn_interface_t1_e1_serial_feature_template import *
|
|
277
355
|
from .vpn_list_policy_object import *
|
|
278
356
|
from .vpn_membership_policy_definition import *
|
|
357
|
+
from .zone_based_firewall_policy_definition import *
|
|
279
358
|
from .zone_list_policy_object import *
|
|
280
359
|
from ._inputs import *
|
|
281
360
|
from . import outputs
|
|
@@ -356,10 +435,10 @@ _utilities.register(
|
|
|
356
435
|
},
|
|
357
436
|
{
|
|
358
437
|
"pkg": "sdwan",
|
|
359
|
-
"mod": "index/
|
|
438
|
+
"mod": "index/applicationPriorityQosPolicy",
|
|
360
439
|
"fqn": "pulumi_sdwan",
|
|
361
440
|
"classes": {
|
|
362
|
-
"sdwan:index/
|
|
441
|
+
"sdwan:index/applicationPriorityQosPolicy:ApplicationPriorityQosPolicy": "ApplicationPriorityQosPolicy"
|
|
363
442
|
}
|
|
364
443
|
},
|
|
365
444
|
{
|
|
@@ -644,10 +723,10 @@ _utilities.register(
|
|
|
644
723
|
},
|
|
645
724
|
{
|
|
646
725
|
"pkg": "sdwan",
|
|
647
|
-
"mod": "index/
|
|
726
|
+
"mod": "index/cliConfigFeature",
|
|
648
727
|
"fqn": "pulumi_sdwan",
|
|
649
728
|
"classes": {
|
|
650
|
-
"sdwan:index/
|
|
729
|
+
"sdwan:index/cliConfigFeature:CliConfigFeature": "CliConfigFeature"
|
|
651
730
|
}
|
|
652
731
|
},
|
|
653
732
|
{
|
|
@@ -690,30 +769,6 @@ _utilities.register(
|
|
|
690
769
|
"sdwan:index/configurationGroup:ConfigurationGroup": "ConfigurationGroup"
|
|
691
770
|
}
|
|
692
771
|
},
|
|
693
|
-
{
|
|
694
|
-
"pkg": "sdwan",
|
|
695
|
-
"mod": "index/configurationGroupDeploy",
|
|
696
|
-
"fqn": "pulumi_sdwan",
|
|
697
|
-
"classes": {
|
|
698
|
-
"sdwan:index/configurationGroupDeploy:ConfigurationGroupDeploy": "ConfigurationGroupDeploy"
|
|
699
|
-
}
|
|
700
|
-
},
|
|
701
|
-
{
|
|
702
|
-
"pkg": "sdwan",
|
|
703
|
-
"mod": "index/configurationGroupDeviceVariables",
|
|
704
|
-
"fqn": "pulumi_sdwan",
|
|
705
|
-
"classes": {
|
|
706
|
-
"sdwan:index/configurationGroupDeviceVariables:ConfigurationGroupDeviceVariables": "ConfigurationGroupDeviceVariables"
|
|
707
|
-
}
|
|
708
|
-
},
|
|
709
|
-
{
|
|
710
|
-
"pkg": "sdwan",
|
|
711
|
-
"mod": "index/configurationGroupDevices",
|
|
712
|
-
"fqn": "pulumi_sdwan",
|
|
713
|
-
"classes": {
|
|
714
|
-
"sdwan:index/configurationGroupDevices:ConfigurationGroupDevices": "ConfigurationGroupDevices"
|
|
715
|
-
}
|
|
716
|
-
},
|
|
717
772
|
{
|
|
718
773
|
"pkg": "sdwan",
|
|
719
774
|
"mod": "index/customControlTopologyPolicyDefinition",
|
|
@@ -922,6 +977,30 @@ _utilities.register(
|
|
|
922
977
|
"sdwan:index/objectGroupPolicyDefinition:ObjectGroupPolicyDefinition": "ObjectGroupPolicyDefinition"
|
|
923
978
|
}
|
|
924
979
|
},
|
|
980
|
+
{
|
|
981
|
+
"pkg": "sdwan",
|
|
982
|
+
"mod": "index/otherFeatureProfile",
|
|
983
|
+
"fqn": "pulumi_sdwan",
|
|
984
|
+
"classes": {
|
|
985
|
+
"sdwan:index/otherFeatureProfile:OtherFeatureProfile": "OtherFeatureProfile"
|
|
986
|
+
}
|
|
987
|
+
},
|
|
988
|
+
{
|
|
989
|
+
"pkg": "sdwan",
|
|
990
|
+
"mod": "index/otherThousandeyesFeature",
|
|
991
|
+
"fqn": "pulumi_sdwan",
|
|
992
|
+
"classes": {
|
|
993
|
+
"sdwan:index/otherThousandeyesFeature:OtherThousandeyesFeature": "OtherThousandeyesFeature"
|
|
994
|
+
}
|
|
995
|
+
},
|
|
996
|
+
{
|
|
997
|
+
"pkg": "sdwan",
|
|
998
|
+
"mod": "index/otherUcseFeature",
|
|
999
|
+
"fqn": "pulumi_sdwan",
|
|
1000
|
+
"classes": {
|
|
1001
|
+
"sdwan:index/otherUcseFeature:OtherUcseFeature": "OtherUcseFeature"
|
|
1002
|
+
}
|
|
1003
|
+
},
|
|
925
1004
|
{
|
|
926
1005
|
"pkg": "sdwan",
|
|
927
1006
|
"mod": "index/policerPolicyObject",
|
|
@@ -930,6 +1009,102 @@ _utilities.register(
|
|
|
930
1009
|
"sdwan:index/policerPolicyObject:PolicerPolicyObject": "PolicerPolicyObject"
|
|
931
1010
|
}
|
|
932
1011
|
},
|
|
1012
|
+
{
|
|
1013
|
+
"pkg": "sdwan",
|
|
1014
|
+
"mod": "index/policyObjectClassMap",
|
|
1015
|
+
"fqn": "pulumi_sdwan",
|
|
1016
|
+
"classes": {
|
|
1017
|
+
"sdwan:index/policyObjectClassMap:PolicyObjectClassMap": "PolicyObjectClassMap"
|
|
1018
|
+
}
|
|
1019
|
+
},
|
|
1020
|
+
{
|
|
1021
|
+
"pkg": "sdwan",
|
|
1022
|
+
"mod": "index/policyObjectColorList",
|
|
1023
|
+
"fqn": "pulumi_sdwan",
|
|
1024
|
+
"classes": {
|
|
1025
|
+
"sdwan:index/policyObjectColorList:PolicyObjectColorList": "PolicyObjectColorList"
|
|
1026
|
+
}
|
|
1027
|
+
},
|
|
1028
|
+
{
|
|
1029
|
+
"pkg": "sdwan",
|
|
1030
|
+
"mod": "index/policyObjectDataIpv4PrefixList",
|
|
1031
|
+
"fqn": "pulumi_sdwan",
|
|
1032
|
+
"classes": {
|
|
1033
|
+
"sdwan:index/policyObjectDataIpv4PrefixList:PolicyObjectDataIpv4PrefixList": "PolicyObjectDataIpv4PrefixList"
|
|
1034
|
+
}
|
|
1035
|
+
},
|
|
1036
|
+
{
|
|
1037
|
+
"pkg": "sdwan",
|
|
1038
|
+
"mod": "index/policyObjectDataIpv6PrefixList",
|
|
1039
|
+
"fqn": "pulumi_sdwan",
|
|
1040
|
+
"classes": {
|
|
1041
|
+
"sdwan:index/policyObjectDataIpv6PrefixList:PolicyObjectDataIpv6PrefixList": "PolicyObjectDataIpv6PrefixList"
|
|
1042
|
+
}
|
|
1043
|
+
},
|
|
1044
|
+
{
|
|
1045
|
+
"pkg": "sdwan",
|
|
1046
|
+
"mod": "index/policyObjectExpandedCommunityList",
|
|
1047
|
+
"fqn": "pulumi_sdwan",
|
|
1048
|
+
"classes": {
|
|
1049
|
+
"sdwan:index/policyObjectExpandedCommunityList:PolicyObjectExpandedCommunityList": "PolicyObjectExpandedCommunityList"
|
|
1050
|
+
}
|
|
1051
|
+
},
|
|
1052
|
+
{
|
|
1053
|
+
"pkg": "sdwan",
|
|
1054
|
+
"mod": "index/policyObjectExtendedCommunityList",
|
|
1055
|
+
"fqn": "pulumi_sdwan",
|
|
1056
|
+
"classes": {
|
|
1057
|
+
"sdwan:index/policyObjectExtendedCommunityList:PolicyObjectExtendedCommunityList": "PolicyObjectExtendedCommunityList"
|
|
1058
|
+
}
|
|
1059
|
+
},
|
|
1060
|
+
{
|
|
1061
|
+
"pkg": "sdwan",
|
|
1062
|
+
"mod": "index/policyObjectFeatureProfile",
|
|
1063
|
+
"fqn": "pulumi_sdwan",
|
|
1064
|
+
"classes": {
|
|
1065
|
+
"sdwan:index/policyObjectFeatureProfile:PolicyObjectFeatureProfile": "PolicyObjectFeatureProfile"
|
|
1066
|
+
}
|
|
1067
|
+
},
|
|
1068
|
+
{
|
|
1069
|
+
"pkg": "sdwan",
|
|
1070
|
+
"mod": "index/policyObjectIpv4PrefixList",
|
|
1071
|
+
"fqn": "pulumi_sdwan",
|
|
1072
|
+
"classes": {
|
|
1073
|
+
"sdwan:index/policyObjectIpv4PrefixList:PolicyObjectIpv4PrefixList": "PolicyObjectIpv4PrefixList"
|
|
1074
|
+
}
|
|
1075
|
+
},
|
|
1076
|
+
{
|
|
1077
|
+
"pkg": "sdwan",
|
|
1078
|
+
"mod": "index/policyObjectIpv6PrefixList",
|
|
1079
|
+
"fqn": "pulumi_sdwan",
|
|
1080
|
+
"classes": {
|
|
1081
|
+
"sdwan:index/policyObjectIpv6PrefixList:PolicyObjectIpv6PrefixList": "PolicyObjectIpv6PrefixList"
|
|
1082
|
+
}
|
|
1083
|
+
},
|
|
1084
|
+
{
|
|
1085
|
+
"pkg": "sdwan",
|
|
1086
|
+
"mod": "index/policyObjectMirror",
|
|
1087
|
+
"fqn": "pulumi_sdwan",
|
|
1088
|
+
"classes": {
|
|
1089
|
+
"sdwan:index/policyObjectMirror:PolicyObjectMirror": "PolicyObjectMirror"
|
|
1090
|
+
}
|
|
1091
|
+
},
|
|
1092
|
+
{
|
|
1093
|
+
"pkg": "sdwan",
|
|
1094
|
+
"mod": "index/policyObjectPolicer",
|
|
1095
|
+
"fqn": "pulumi_sdwan",
|
|
1096
|
+
"classes": {
|
|
1097
|
+
"sdwan:index/policyObjectPolicer:PolicyObjectPolicer": "PolicyObjectPolicer"
|
|
1098
|
+
}
|
|
1099
|
+
},
|
|
1100
|
+
{
|
|
1101
|
+
"pkg": "sdwan",
|
|
1102
|
+
"mod": "index/policyObjectTlocList",
|
|
1103
|
+
"fqn": "pulumi_sdwan",
|
|
1104
|
+
"classes": {
|
|
1105
|
+
"sdwan:index/policyObjectTlocList:PolicyObjectTlocList": "PolicyObjectTlocList"
|
|
1106
|
+
}
|
|
1107
|
+
},
|
|
933
1108
|
{
|
|
934
1109
|
"pkg": "sdwan",
|
|
935
1110
|
"mod": "index/portListPolicyObject",
|
|
@@ -1020,26 +1195,122 @@ _utilities.register(
|
|
|
1020
1195
|
},
|
|
1021
1196
|
{
|
|
1022
1197
|
"pkg": "sdwan",
|
|
1023
|
-
"mod": "index/
|
|
1198
|
+
"mod": "index/serviceLanVpnFeature",
|
|
1199
|
+
"fqn": "pulumi_sdwan",
|
|
1200
|
+
"classes": {
|
|
1201
|
+
"sdwan:index/serviceLanVpnFeature:ServiceLanVpnFeature": "ServiceLanVpnFeature"
|
|
1202
|
+
}
|
|
1203
|
+
},
|
|
1204
|
+
{
|
|
1205
|
+
"pkg": "sdwan",
|
|
1206
|
+
"mod": "index/serviceLanVpnInterfaceEthernetFeature",
|
|
1207
|
+
"fqn": "pulumi_sdwan",
|
|
1208
|
+
"classes": {
|
|
1209
|
+
"sdwan:index/serviceLanVpnInterfaceEthernetFeature:ServiceLanVpnInterfaceEthernetFeature": "ServiceLanVpnInterfaceEthernetFeature"
|
|
1210
|
+
}
|
|
1211
|
+
},
|
|
1212
|
+
{
|
|
1213
|
+
"pkg": "sdwan",
|
|
1214
|
+
"mod": "index/serviceLanVpnInterfaceGreFeature",
|
|
1215
|
+
"fqn": "pulumi_sdwan",
|
|
1216
|
+
"classes": {
|
|
1217
|
+
"sdwan:index/serviceLanVpnInterfaceGreFeature:ServiceLanVpnInterfaceGreFeature": "ServiceLanVpnInterfaceGreFeature"
|
|
1218
|
+
}
|
|
1219
|
+
},
|
|
1220
|
+
{
|
|
1221
|
+
"pkg": "sdwan",
|
|
1222
|
+
"mod": "index/serviceLanVpnInterfaceIpsecFeature",
|
|
1223
|
+
"fqn": "pulumi_sdwan",
|
|
1224
|
+
"classes": {
|
|
1225
|
+
"sdwan:index/serviceLanVpnInterfaceIpsecFeature:ServiceLanVpnInterfaceIpsecFeature": "ServiceLanVpnInterfaceIpsecFeature"
|
|
1226
|
+
}
|
|
1227
|
+
},
|
|
1228
|
+
{
|
|
1229
|
+
"pkg": "sdwan",
|
|
1230
|
+
"mod": "index/serviceLanVpnInterfaceSviFeature",
|
|
1231
|
+
"fqn": "pulumi_sdwan",
|
|
1232
|
+
"classes": {
|
|
1233
|
+
"sdwan:index/serviceLanVpnInterfaceSviFeature:ServiceLanVpnInterfaceSviFeature": "ServiceLanVpnInterfaceSviFeature"
|
|
1234
|
+
}
|
|
1235
|
+
},
|
|
1236
|
+
{
|
|
1237
|
+
"pkg": "sdwan",
|
|
1238
|
+
"mod": "index/serviceObjectTrackerFeature",
|
|
1239
|
+
"fqn": "pulumi_sdwan",
|
|
1240
|
+
"classes": {
|
|
1241
|
+
"sdwan:index/serviceObjectTrackerFeature:ServiceObjectTrackerFeature": "ServiceObjectTrackerFeature"
|
|
1242
|
+
}
|
|
1243
|
+
},
|
|
1244
|
+
{
|
|
1245
|
+
"pkg": "sdwan",
|
|
1246
|
+
"mod": "index/serviceObjectTrackerGroupFeature",
|
|
1247
|
+
"fqn": "pulumi_sdwan",
|
|
1248
|
+
"classes": {
|
|
1249
|
+
"sdwan:index/serviceObjectTrackerGroupFeature:ServiceObjectTrackerGroupFeature": "ServiceObjectTrackerGroupFeature"
|
|
1250
|
+
}
|
|
1251
|
+
},
|
|
1252
|
+
{
|
|
1253
|
+
"pkg": "sdwan",
|
|
1254
|
+
"mod": "index/serviceRoutePolicyFeature",
|
|
1255
|
+
"fqn": "pulumi_sdwan",
|
|
1256
|
+
"classes": {
|
|
1257
|
+
"sdwan:index/serviceRoutePolicyFeature:ServiceRoutePolicyFeature": "ServiceRoutePolicyFeature"
|
|
1258
|
+
}
|
|
1259
|
+
},
|
|
1260
|
+
{
|
|
1261
|
+
"pkg": "sdwan",
|
|
1262
|
+
"mod": "index/serviceRoutingBgpFeature",
|
|
1263
|
+
"fqn": "pulumi_sdwan",
|
|
1264
|
+
"classes": {
|
|
1265
|
+
"sdwan:index/serviceRoutingBgpFeature:ServiceRoutingBgpFeature": "ServiceRoutingBgpFeature"
|
|
1266
|
+
}
|
|
1267
|
+
},
|
|
1268
|
+
{
|
|
1269
|
+
"pkg": "sdwan",
|
|
1270
|
+
"mod": "index/serviceRoutingOspfFeature",
|
|
1271
|
+
"fqn": "pulumi_sdwan",
|
|
1272
|
+
"classes": {
|
|
1273
|
+
"sdwan:index/serviceRoutingOspfFeature:ServiceRoutingOspfFeature": "ServiceRoutingOspfFeature"
|
|
1274
|
+
}
|
|
1275
|
+
},
|
|
1276
|
+
{
|
|
1277
|
+
"pkg": "sdwan",
|
|
1278
|
+
"mod": "index/serviceRoutingOspfv3Ipv4Feature",
|
|
1279
|
+
"fqn": "pulumi_sdwan",
|
|
1280
|
+
"classes": {
|
|
1281
|
+
"sdwan:index/serviceRoutingOspfv3Ipv4Feature:ServiceRoutingOspfv3Ipv4Feature": "ServiceRoutingOspfv3Ipv4Feature"
|
|
1282
|
+
}
|
|
1283
|
+
},
|
|
1284
|
+
{
|
|
1285
|
+
"pkg": "sdwan",
|
|
1286
|
+
"mod": "index/serviceRoutingOspfv3Ipv6Feature",
|
|
1024
1287
|
"fqn": "pulumi_sdwan",
|
|
1025
1288
|
"classes": {
|
|
1026
|
-
"sdwan:index/
|
|
1289
|
+
"sdwan:index/serviceRoutingOspfv3Ipv6Feature:ServiceRoutingOspfv3Ipv6Feature": "ServiceRoutingOspfv3Ipv6Feature"
|
|
1027
1290
|
}
|
|
1028
1291
|
},
|
|
1029
1292
|
{
|
|
1030
1293
|
"pkg": "sdwan",
|
|
1031
|
-
"mod": "index/
|
|
1294
|
+
"mod": "index/serviceSwitchportFeature",
|
|
1032
1295
|
"fqn": "pulumi_sdwan",
|
|
1033
1296
|
"classes": {
|
|
1034
|
-
"sdwan:index/
|
|
1297
|
+
"sdwan:index/serviceSwitchportFeature:ServiceSwitchportFeature": "ServiceSwitchportFeature"
|
|
1035
1298
|
}
|
|
1036
1299
|
},
|
|
1037
1300
|
{
|
|
1038
1301
|
"pkg": "sdwan",
|
|
1039
|
-
"mod": "index/
|
|
1302
|
+
"mod": "index/serviceTrackerFeature",
|
|
1040
1303
|
"fqn": "pulumi_sdwan",
|
|
1041
1304
|
"classes": {
|
|
1042
|
-
"sdwan:index/
|
|
1305
|
+
"sdwan:index/serviceTrackerFeature:ServiceTrackerFeature": "ServiceTrackerFeature"
|
|
1306
|
+
}
|
|
1307
|
+
},
|
|
1308
|
+
{
|
|
1309
|
+
"pkg": "sdwan",
|
|
1310
|
+
"mod": "index/serviceTrackerGroupFeature",
|
|
1311
|
+
"fqn": "pulumi_sdwan",
|
|
1312
|
+
"classes": {
|
|
1313
|
+
"sdwan:index/serviceTrackerGroupFeature:ServiceTrackerGroupFeature": "ServiceTrackerGroupFeature"
|
|
1043
1314
|
}
|
|
1044
1315
|
},
|
|
1045
1316
|
{
|
|
@@ -1076,34 +1347,34 @@ _utilities.register(
|
|
|
1076
1347
|
},
|
|
1077
1348
|
{
|
|
1078
1349
|
"pkg": "sdwan",
|
|
1079
|
-
"mod": "index/
|
|
1350
|
+
"mod": "index/systemAaaFeature",
|
|
1080
1351
|
"fqn": "pulumi_sdwan",
|
|
1081
1352
|
"classes": {
|
|
1082
|
-
"sdwan:index/
|
|
1353
|
+
"sdwan:index/systemAaaFeature:SystemAaaFeature": "SystemAaaFeature"
|
|
1083
1354
|
}
|
|
1084
1355
|
},
|
|
1085
1356
|
{
|
|
1086
1357
|
"pkg": "sdwan",
|
|
1087
|
-
"mod": "index/
|
|
1358
|
+
"mod": "index/systemBannerFeature",
|
|
1088
1359
|
"fqn": "pulumi_sdwan",
|
|
1089
1360
|
"classes": {
|
|
1090
|
-
"sdwan:index/
|
|
1361
|
+
"sdwan:index/systemBannerFeature:SystemBannerFeature": "SystemBannerFeature"
|
|
1091
1362
|
}
|
|
1092
1363
|
},
|
|
1093
1364
|
{
|
|
1094
1365
|
"pkg": "sdwan",
|
|
1095
|
-
"mod": "index/
|
|
1366
|
+
"mod": "index/systemBasicFeature",
|
|
1096
1367
|
"fqn": "pulumi_sdwan",
|
|
1097
1368
|
"classes": {
|
|
1098
|
-
"sdwan:index/
|
|
1369
|
+
"sdwan:index/systemBasicFeature:SystemBasicFeature": "SystemBasicFeature"
|
|
1099
1370
|
}
|
|
1100
1371
|
},
|
|
1101
1372
|
{
|
|
1102
1373
|
"pkg": "sdwan",
|
|
1103
|
-
"mod": "index/
|
|
1374
|
+
"mod": "index/systemBfdFeature",
|
|
1104
1375
|
"fqn": "pulumi_sdwan",
|
|
1105
1376
|
"classes": {
|
|
1106
|
-
"sdwan:index/
|
|
1377
|
+
"sdwan:index/systemBfdFeature:SystemBfdFeature": "SystemBfdFeature"
|
|
1107
1378
|
}
|
|
1108
1379
|
},
|
|
1109
1380
|
{
|
|
@@ -1116,82 +1387,98 @@ _utilities.register(
|
|
|
1116
1387
|
},
|
|
1117
1388
|
{
|
|
1118
1389
|
"pkg": "sdwan",
|
|
1119
|
-
"mod": "index/
|
|
1390
|
+
"mod": "index/systemFlexiblePortSpeedFeature",
|
|
1391
|
+
"fqn": "pulumi_sdwan",
|
|
1392
|
+
"classes": {
|
|
1393
|
+
"sdwan:index/systemFlexiblePortSpeedFeature:SystemFlexiblePortSpeedFeature": "SystemFlexiblePortSpeedFeature"
|
|
1394
|
+
}
|
|
1395
|
+
},
|
|
1396
|
+
{
|
|
1397
|
+
"pkg": "sdwan",
|
|
1398
|
+
"mod": "index/systemGlobalFeature",
|
|
1120
1399
|
"fqn": "pulumi_sdwan",
|
|
1121
1400
|
"classes": {
|
|
1122
|
-
"sdwan:index/
|
|
1401
|
+
"sdwan:index/systemGlobalFeature:SystemGlobalFeature": "SystemGlobalFeature"
|
|
1123
1402
|
}
|
|
1124
1403
|
},
|
|
1125
1404
|
{
|
|
1126
1405
|
"pkg": "sdwan",
|
|
1127
|
-
"mod": "index/
|
|
1406
|
+
"mod": "index/systemIpv4DeviceAccessFeature",
|
|
1128
1407
|
"fqn": "pulumi_sdwan",
|
|
1129
1408
|
"classes": {
|
|
1130
|
-
"sdwan:index/
|
|
1409
|
+
"sdwan:index/systemIpv4DeviceAccessFeature:SystemIpv4DeviceAccessFeature": "SystemIpv4DeviceAccessFeature"
|
|
1131
1410
|
}
|
|
1132
1411
|
},
|
|
1133
1412
|
{
|
|
1134
1413
|
"pkg": "sdwan",
|
|
1135
|
-
"mod": "index/
|
|
1414
|
+
"mod": "index/systemIpv6DeviceAccessFeature",
|
|
1136
1415
|
"fqn": "pulumi_sdwan",
|
|
1137
1416
|
"classes": {
|
|
1138
|
-
"sdwan:index/
|
|
1417
|
+
"sdwan:index/systemIpv6DeviceAccessFeature:SystemIpv6DeviceAccessFeature": "SystemIpv6DeviceAccessFeature"
|
|
1139
1418
|
}
|
|
1140
1419
|
},
|
|
1141
1420
|
{
|
|
1142
1421
|
"pkg": "sdwan",
|
|
1143
|
-
"mod": "index/
|
|
1422
|
+
"mod": "index/systemLoggingFeature",
|
|
1144
1423
|
"fqn": "pulumi_sdwan",
|
|
1145
1424
|
"classes": {
|
|
1146
|
-
"sdwan:index/
|
|
1425
|
+
"sdwan:index/systemLoggingFeature:SystemLoggingFeature": "SystemLoggingFeature"
|
|
1147
1426
|
}
|
|
1148
1427
|
},
|
|
1149
1428
|
{
|
|
1150
1429
|
"pkg": "sdwan",
|
|
1151
|
-
"mod": "index/
|
|
1430
|
+
"mod": "index/systemMrfFeature",
|
|
1152
1431
|
"fqn": "pulumi_sdwan",
|
|
1153
1432
|
"classes": {
|
|
1154
|
-
"sdwan:index/
|
|
1433
|
+
"sdwan:index/systemMrfFeature:SystemMrfFeature": "SystemMrfFeature"
|
|
1155
1434
|
}
|
|
1156
1435
|
},
|
|
1157
1436
|
{
|
|
1158
1437
|
"pkg": "sdwan",
|
|
1159
|
-
"mod": "index/
|
|
1438
|
+
"mod": "index/systemNtpFeature",
|
|
1160
1439
|
"fqn": "pulumi_sdwan",
|
|
1161
1440
|
"classes": {
|
|
1162
|
-
"sdwan:index/
|
|
1441
|
+
"sdwan:index/systemNtpFeature:SystemNtpFeature": "SystemNtpFeature"
|
|
1163
1442
|
}
|
|
1164
1443
|
},
|
|
1165
1444
|
{
|
|
1166
1445
|
"pkg": "sdwan",
|
|
1167
|
-
"mod": "index/
|
|
1446
|
+
"mod": "index/systemOmpFeature",
|
|
1168
1447
|
"fqn": "pulumi_sdwan",
|
|
1169
1448
|
"classes": {
|
|
1170
|
-
"sdwan:index/
|
|
1449
|
+
"sdwan:index/systemOmpFeature:SystemOmpFeature": "SystemOmpFeature"
|
|
1171
1450
|
}
|
|
1172
1451
|
},
|
|
1173
1452
|
{
|
|
1174
1453
|
"pkg": "sdwan",
|
|
1175
|
-
"mod": "index/
|
|
1454
|
+
"mod": "index/systemPerformanceMonitoringFeature",
|
|
1176
1455
|
"fqn": "pulumi_sdwan",
|
|
1177
1456
|
"classes": {
|
|
1178
|
-
"sdwan:index/
|
|
1457
|
+
"sdwan:index/systemPerformanceMonitoringFeature:SystemPerformanceMonitoringFeature": "SystemPerformanceMonitoringFeature"
|
|
1179
1458
|
}
|
|
1180
1459
|
},
|
|
1181
1460
|
{
|
|
1182
1461
|
"pkg": "sdwan",
|
|
1183
|
-
"mod": "index/
|
|
1462
|
+
"mod": "index/systemRemoteAccessFeature",
|
|
1184
1463
|
"fqn": "pulumi_sdwan",
|
|
1185
1464
|
"classes": {
|
|
1186
|
-
"sdwan:index/
|
|
1465
|
+
"sdwan:index/systemRemoteAccessFeature:SystemRemoteAccessFeature": "SystemRemoteAccessFeature"
|
|
1187
1466
|
}
|
|
1188
1467
|
},
|
|
1189
1468
|
{
|
|
1190
1469
|
"pkg": "sdwan",
|
|
1191
|
-
"mod": "index/
|
|
1470
|
+
"mod": "index/systemSecurityFeature",
|
|
1192
1471
|
"fqn": "pulumi_sdwan",
|
|
1193
1472
|
"classes": {
|
|
1194
|
-
"sdwan:index/
|
|
1473
|
+
"sdwan:index/systemSecurityFeature:SystemSecurityFeature": "SystemSecurityFeature"
|
|
1474
|
+
}
|
|
1475
|
+
},
|
|
1476
|
+
{
|
|
1477
|
+
"pkg": "sdwan",
|
|
1478
|
+
"mod": "index/systemSnmpFeature",
|
|
1479
|
+
"fqn": "pulumi_sdwan",
|
|
1480
|
+
"classes": {
|
|
1481
|
+
"sdwan:index/systemSnmpFeature:SystemSnmpFeature": "SystemSnmpFeature"
|
|
1195
1482
|
}
|
|
1196
1483
|
},
|
|
1197
1484
|
{
|
|
@@ -1236,50 +1523,146 @@ _utilities.register(
|
|
|
1236
1523
|
},
|
|
1237
1524
|
{
|
|
1238
1525
|
"pkg": "sdwan",
|
|
1239
|
-
"mod": "index/
|
|
1526
|
+
"mod": "index/transportGpsFeature",
|
|
1240
1527
|
"fqn": "pulumi_sdwan",
|
|
1241
1528
|
"classes": {
|
|
1242
|
-
"sdwan:index/
|
|
1529
|
+
"sdwan:index/transportGpsFeature:TransportGpsFeature": "TransportGpsFeature"
|
|
1243
1530
|
}
|
|
1244
1531
|
},
|
|
1245
1532
|
{
|
|
1246
1533
|
"pkg": "sdwan",
|
|
1247
|
-
"mod": "index/
|
|
1534
|
+
"mod": "index/transportIpv6TrackerFeature",
|
|
1248
1535
|
"fqn": "pulumi_sdwan",
|
|
1249
1536
|
"classes": {
|
|
1250
|
-
"sdwan:index/
|
|
1537
|
+
"sdwan:index/transportIpv6TrackerFeature:TransportIpv6TrackerFeature": "TransportIpv6TrackerFeature"
|
|
1251
1538
|
}
|
|
1252
1539
|
},
|
|
1253
1540
|
{
|
|
1254
1541
|
"pkg": "sdwan",
|
|
1255
|
-
"mod": "index/
|
|
1542
|
+
"mod": "index/transportIpv6TrackerGroupFeature",
|
|
1256
1543
|
"fqn": "pulumi_sdwan",
|
|
1257
1544
|
"classes": {
|
|
1258
|
-
"sdwan:index/
|
|
1545
|
+
"sdwan:index/transportIpv6TrackerGroupFeature:TransportIpv6TrackerGroupFeature": "TransportIpv6TrackerGroupFeature"
|
|
1259
1546
|
}
|
|
1260
1547
|
},
|
|
1261
1548
|
{
|
|
1262
1549
|
"pkg": "sdwan",
|
|
1263
|
-
"mod": "index/
|
|
1550
|
+
"mod": "index/transportManagementVpnFeature",
|
|
1264
1551
|
"fqn": "pulumi_sdwan",
|
|
1265
1552
|
"classes": {
|
|
1266
|
-
"sdwan:index/
|
|
1553
|
+
"sdwan:index/transportManagementVpnFeature:TransportManagementVpnFeature": "TransportManagementVpnFeature"
|
|
1267
1554
|
}
|
|
1268
1555
|
},
|
|
1269
1556
|
{
|
|
1270
1557
|
"pkg": "sdwan",
|
|
1271
|
-
"mod": "index/
|
|
1558
|
+
"mod": "index/transportManagementVpnInterfaceEthernetFeature",
|
|
1272
1559
|
"fqn": "pulumi_sdwan",
|
|
1273
1560
|
"classes": {
|
|
1274
|
-
"sdwan:index/
|
|
1561
|
+
"sdwan:index/transportManagementVpnInterfaceEthernetFeature:TransportManagementVpnInterfaceEthernetFeature": "TransportManagementVpnInterfaceEthernetFeature"
|
|
1275
1562
|
}
|
|
1276
1563
|
},
|
|
1277
1564
|
{
|
|
1278
1565
|
"pkg": "sdwan",
|
|
1279
|
-
"mod": "index/
|
|
1566
|
+
"mod": "index/transportRoutePolicyFeature",
|
|
1280
1567
|
"fqn": "pulumi_sdwan",
|
|
1281
1568
|
"classes": {
|
|
1282
|
-
"sdwan:index/
|
|
1569
|
+
"sdwan:index/transportRoutePolicyFeature:TransportRoutePolicyFeature": "TransportRoutePolicyFeature"
|
|
1570
|
+
}
|
|
1571
|
+
},
|
|
1572
|
+
{
|
|
1573
|
+
"pkg": "sdwan",
|
|
1574
|
+
"mod": "index/transportRoutingBgpFeature",
|
|
1575
|
+
"fqn": "pulumi_sdwan",
|
|
1576
|
+
"classes": {
|
|
1577
|
+
"sdwan:index/transportRoutingBgpFeature:TransportRoutingBgpFeature": "TransportRoutingBgpFeature"
|
|
1578
|
+
}
|
|
1579
|
+
},
|
|
1580
|
+
{
|
|
1581
|
+
"pkg": "sdwan",
|
|
1582
|
+
"mod": "index/transportRoutingOspfFeature",
|
|
1583
|
+
"fqn": "pulumi_sdwan",
|
|
1584
|
+
"classes": {
|
|
1585
|
+
"sdwan:index/transportRoutingOspfFeature:TransportRoutingOspfFeature": "TransportRoutingOspfFeature"
|
|
1586
|
+
}
|
|
1587
|
+
},
|
|
1588
|
+
{
|
|
1589
|
+
"pkg": "sdwan",
|
|
1590
|
+
"mod": "index/transportRoutingOspfv3Ipv4Feature",
|
|
1591
|
+
"fqn": "pulumi_sdwan",
|
|
1592
|
+
"classes": {
|
|
1593
|
+
"sdwan:index/transportRoutingOspfv3Ipv4Feature:TransportRoutingOspfv3Ipv4Feature": "TransportRoutingOspfv3Ipv4Feature"
|
|
1594
|
+
}
|
|
1595
|
+
},
|
|
1596
|
+
{
|
|
1597
|
+
"pkg": "sdwan",
|
|
1598
|
+
"mod": "index/transportRoutingOspfv3Ipv6Feature",
|
|
1599
|
+
"fqn": "pulumi_sdwan",
|
|
1600
|
+
"classes": {
|
|
1601
|
+
"sdwan:index/transportRoutingOspfv3Ipv6Feature:TransportRoutingOspfv3Ipv6Feature": "TransportRoutingOspfv3Ipv6Feature"
|
|
1602
|
+
}
|
|
1603
|
+
},
|
|
1604
|
+
{
|
|
1605
|
+
"pkg": "sdwan",
|
|
1606
|
+
"mod": "index/transportTrackerFeature",
|
|
1607
|
+
"fqn": "pulumi_sdwan",
|
|
1608
|
+
"classes": {
|
|
1609
|
+
"sdwan:index/transportTrackerFeature:TransportTrackerFeature": "TransportTrackerFeature"
|
|
1610
|
+
}
|
|
1611
|
+
},
|
|
1612
|
+
{
|
|
1613
|
+
"pkg": "sdwan",
|
|
1614
|
+
"mod": "index/transportTrackerGroupFeature",
|
|
1615
|
+
"fqn": "pulumi_sdwan",
|
|
1616
|
+
"classes": {
|
|
1617
|
+
"sdwan:index/transportTrackerGroupFeature:TransportTrackerGroupFeature": "TransportTrackerGroupFeature"
|
|
1618
|
+
}
|
|
1619
|
+
},
|
|
1620
|
+
{
|
|
1621
|
+
"pkg": "sdwan",
|
|
1622
|
+
"mod": "index/transportWanVpnFeature",
|
|
1623
|
+
"fqn": "pulumi_sdwan",
|
|
1624
|
+
"classes": {
|
|
1625
|
+
"sdwan:index/transportWanVpnFeature:TransportWanVpnFeature": "TransportWanVpnFeature"
|
|
1626
|
+
}
|
|
1627
|
+
},
|
|
1628
|
+
{
|
|
1629
|
+
"pkg": "sdwan",
|
|
1630
|
+
"mod": "index/transportWanVpnInterfaceCellularFeature",
|
|
1631
|
+
"fqn": "pulumi_sdwan",
|
|
1632
|
+
"classes": {
|
|
1633
|
+
"sdwan:index/transportWanVpnInterfaceCellularFeature:TransportWanVpnInterfaceCellularFeature": "TransportWanVpnInterfaceCellularFeature"
|
|
1634
|
+
}
|
|
1635
|
+
},
|
|
1636
|
+
{
|
|
1637
|
+
"pkg": "sdwan",
|
|
1638
|
+
"mod": "index/transportWanVpnInterfaceEthernetFeature",
|
|
1639
|
+
"fqn": "pulumi_sdwan",
|
|
1640
|
+
"classes": {
|
|
1641
|
+
"sdwan:index/transportWanVpnInterfaceEthernetFeature:TransportWanVpnInterfaceEthernetFeature": "TransportWanVpnInterfaceEthernetFeature"
|
|
1642
|
+
}
|
|
1643
|
+
},
|
|
1644
|
+
{
|
|
1645
|
+
"pkg": "sdwan",
|
|
1646
|
+
"mod": "index/transportWanVpnInterfaceGreFeature",
|
|
1647
|
+
"fqn": "pulumi_sdwan",
|
|
1648
|
+
"classes": {
|
|
1649
|
+
"sdwan:index/transportWanVpnInterfaceGreFeature:TransportWanVpnInterfaceGreFeature": "TransportWanVpnInterfaceGreFeature"
|
|
1650
|
+
}
|
|
1651
|
+
},
|
|
1652
|
+
{
|
|
1653
|
+
"pkg": "sdwan",
|
|
1654
|
+
"mod": "index/transportWanVpnInterfaceIpsecFeature",
|
|
1655
|
+
"fqn": "pulumi_sdwan",
|
|
1656
|
+
"classes": {
|
|
1657
|
+
"sdwan:index/transportWanVpnInterfaceIpsecFeature:TransportWanVpnInterfaceIpsecFeature": "TransportWanVpnInterfaceIpsecFeature"
|
|
1658
|
+
}
|
|
1659
|
+
},
|
|
1660
|
+
{
|
|
1661
|
+
"pkg": "sdwan",
|
|
1662
|
+
"mod": "index/transportWanVpnInterfaceT1E1SerialFeature",
|
|
1663
|
+
"fqn": "pulumi_sdwan",
|
|
1664
|
+
"classes": {
|
|
1665
|
+
"sdwan:index/transportWanVpnInterfaceT1E1SerialFeature:TransportWanVpnInterfaceT1E1SerialFeature": "TransportWanVpnInterfaceT1E1SerialFeature"
|
|
1283
1666
|
}
|
|
1284
1667
|
},
|
|
1285
1668
|
{
|
|
@@ -1370,6 +1753,14 @@ _utilities.register(
|
|
|
1370
1753
|
"sdwan:index/vpnMembershipPolicyDefinition:VpnMembershipPolicyDefinition": "VpnMembershipPolicyDefinition"
|
|
1371
1754
|
}
|
|
1372
1755
|
},
|
|
1756
|
+
{
|
|
1757
|
+
"pkg": "sdwan",
|
|
1758
|
+
"mod": "index/zoneBasedFirewallPolicyDefinition",
|
|
1759
|
+
"fqn": "pulumi_sdwan",
|
|
1760
|
+
"classes": {
|
|
1761
|
+
"sdwan:index/zoneBasedFirewallPolicyDefinition:ZoneBasedFirewallPolicyDefinition": "ZoneBasedFirewallPolicyDefinition"
|
|
1762
|
+
}
|
|
1763
|
+
},
|
|
1373
1764
|
{
|
|
1374
1765
|
"pkg": "sdwan",
|
|
1375
1766
|
"mod": "index/zoneListPolicyObject",
|