catalystwan 0.40.1.dev7__py3-none-any.whl → 2.0.0a0__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.
Files changed (630) hide show
  1. catalystwan/core/__init__.py +2 -0
  2. catalystwan/core/abstractions.py +26 -0
  3. catalystwan/{apigw_auth.py → core/apigw_auth.py} +29 -14
  4. catalystwan/core/client.py +71 -0
  5. catalystwan/core/encoder.py +12 -0
  6. catalystwan/{exceptions.py → core/exceptions.py} +29 -9
  7. catalystwan/core/loader.py +37 -0
  8. catalystwan/{__init__.py → core/metadata.py} +9 -22
  9. catalystwan/core/models/deserialize.py +203 -0
  10. catalystwan/core/models/serialize.py +137 -0
  11. catalystwan/core/request_adapter.py +246 -0
  12. catalystwan/{request_limiter.py → core/request_limiter.py} +1 -2
  13. catalystwan/{response.py → core/response.py} +38 -85
  14. catalystwan/{session.py → core/session.py} +84 -101
  15. catalystwan/core/types.py +33 -0
  16. catalystwan/{version.py → core/version.py} +3 -5
  17. catalystwan/{vmanage_auth.py → core/vmanage_auth.py} +46 -21
  18. catalystwan-2.0.0a0.dist-info/METADATA +327 -0
  19. catalystwan-2.0.0a0.dist-info/RECORD +24 -0
  20. {catalystwan-0.40.1.dev7.dist-info → catalystwan-2.0.0a0.dist-info}/WHEEL +2 -1
  21. catalystwan-2.0.0a0.dist-info/top_level.txt +1 -0
  22. catalystwan/abstractions.py +0 -77
  23. catalystwan/api/admin_tech_api.py +0 -176
  24. catalystwan/api/administration.py +0 -434
  25. catalystwan/api/alarms_api.py +0 -186
  26. catalystwan/api/api_container.py +0 -73
  27. catalystwan/api/basic_api.py +0 -338
  28. catalystwan/api/builders/__init__.py +0 -14
  29. catalystwan/api/builders/feature_profiles/application_priority.py +0 -58
  30. catalystwan/api/builders/feature_profiles/builder_factory.py +0 -59
  31. catalystwan/api/builders/feature_profiles/cli.py +0 -76
  32. catalystwan/api/builders/feature_profiles/other.py +0 -79
  33. catalystwan/api/builders/feature_profiles/report.py +0 -137
  34. catalystwan/api/builders/feature_profiles/service.py +0 -213
  35. catalystwan/api/builders/feature_profiles/system.py +0 -80
  36. catalystwan/api/builders/feature_profiles/transport.py +0 -214
  37. catalystwan/api/builders/feature_profiles/uc_voice.py +0 -287
  38. catalystwan/api/config_device_inventory_api.py +0 -58
  39. catalystwan/api/config_group_api.py +0 -150
  40. catalystwan/api/configuration_groups/parcel.py +0 -206
  41. catalystwan/api/dashboard_api.py +0 -215
  42. catalystwan/api/device_action_api.py +0 -216
  43. catalystwan/api/feature_profile_api.py +0 -2401
  44. catalystwan/api/logs_api.py +0 -63
  45. catalystwan/api/monitoring_status_api.py +0 -76
  46. catalystwan/api/mtt_aaa_api.py +0 -197
  47. catalystwan/api/omp_api.py +0 -124
  48. catalystwan/api/packet_capture_api.py +0 -152
  49. catalystwan/api/parcel_api.py +0 -42
  50. catalystwan/api/partition_manager_api.py +0 -143
  51. catalystwan/api/policy_api.py +0 -1163
  52. catalystwan/api/resource_pool_api.py +0 -74
  53. catalystwan/api/software_action_api.py +0 -269
  54. catalystwan/api/speedtest_api.py +0 -153
  55. catalystwan/api/task_status_api.py +0 -171
  56. catalystwan/api/template_api.py +0 -761
  57. catalystwan/api/templates/README.md +0 -101
  58. catalystwan/api/templates/bool_str.py +0 -6
  59. catalystwan/api/templates/cli_template.py +0 -236
  60. catalystwan/api/templates/device_template/device_template.py +0 -181
  61. catalystwan/api/templates/device_variable.py +0 -7
  62. catalystwan/api/templates/feature_template.py +0 -133
  63. catalystwan/api/templates/feature_template_field.py +0 -175
  64. catalystwan/api/templates/feature_template_payload.py +0 -17
  65. catalystwan/api/templates/models/aaa_model.py +0 -387
  66. catalystwan/api/templates/models/cisco_aaa_model.py +0 -331
  67. catalystwan/api/templates/models/cisco_banner_model.py +0 -27
  68. catalystwan/api/templates/models/cisco_bfd_model.py +0 -61
  69. catalystwan/api/templates/models/cisco_bgp_model.py +0 -510
  70. catalystwan/api/templates/models/cisco_logging_model.py +0 -122
  71. catalystwan/api/templates/models/cisco_ntp_model.py +0 -60
  72. catalystwan/api/templates/models/cisco_omp_model.py +0 -121
  73. catalystwan/api/templates/models/cisco_ospf.py +0 -241
  74. catalystwan/api/templates/models/cisco_ospfv3.py +0 -498
  75. catalystwan/api/templates/models/cisco_secure_internet_gateway.py +0 -385
  76. catalystwan/api/templates/models/cisco_snmp_model.py +0 -102
  77. catalystwan/api/templates/models/cisco_system.py +0 -318
  78. catalystwan/api/templates/models/cisco_vpn_interface_model.py +0 -822
  79. catalystwan/api/templates/models/cisco_vpn_model.py +0 -603
  80. catalystwan/api/templates/models/cli_template.py +0 -18
  81. catalystwan/api/templates/models/omp_vsmart_model.py +0 -73
  82. catalystwan/api/templates/models/security_vsmart_model.py +0 -28
  83. catalystwan/api/templates/models/supported.py +0 -42
  84. catalystwan/api/templates/models/system_vsmart_model.py +0 -182
  85. catalystwan/api/templates/models/vpn_vsmart_interface_model.py +0 -198
  86. catalystwan/api/templates/models/vpn_vsmart_model.py +0 -124
  87. catalystwan/api/templates/payloads/aaa/aaa_model.py +0 -91
  88. catalystwan/api/templates/payloads/aaa/feature/aaa.json.j2 +0 -373
  89. catalystwan/api/templates/payloads/aaa/feature/accounting.json.j2 +0 -40
  90. catalystwan/api/templates/payloads/aaa/feature/radius.json.j2 +0 -107
  91. catalystwan/api/templates/payloads/aaa/feature/tacacs.json.j2 +0 -95
  92. catalystwan/api/templates/payloads/aaa/feature/user.json.j2 +0 -60
  93. catalystwan/api/templates/payloads/cisco_vpn/cisco_vpn_model.py +0 -92
  94. catalystwan/api/templates/payloads/cisco_vpn/feature/cisco_vpn.json.j2 +0 -224
  95. catalystwan/api/templates/payloads/cisco_vpn/feature/dns.json.j2 +0 -86
  96. catalystwan/api/templates/payloads/cisco_vpn/feature/ipv4route.json.j2 +0 -59
  97. catalystwan/api/templates/payloads/cisco_vpn/feature/ipv6route.json.j2 +0 -58
  98. catalystwan/api/templates/payloads/cisco_vpn/feature/mapping.json.j2 +0 -24
  99. catalystwan/api/templates/payloads/tenant/tenant.json.j2 +0 -127
  100. catalystwan/api/templates/payloads/tenant/tenant_model.py +0 -43
  101. catalystwan/api/tenant_backup_restore_api.py +0 -154
  102. catalystwan/api/tenant_management_api.py +0 -127
  103. catalystwan/api/tenant_migration_api.py +0 -121
  104. catalystwan/api/versions_utils.py +0 -414
  105. catalystwan/api/virtual_image_action_api.py +0 -200
  106. catalystwan/dataclasses.py +0 -493
  107. catalystwan/endpoints/__init__.py +0 -606
  108. catalystwan/endpoints/administration_user_and_group.py +0 -341
  109. catalystwan/endpoints/api_gateway.py +0 -24
  110. catalystwan/endpoints/certificate_management_device.py +0 -137
  111. catalystwan/endpoints/certificate_management_vmanage.py +0 -48
  112. catalystwan/endpoints/client.py +0 -96
  113. catalystwan/endpoints/cluster_management.py +0 -130
  114. catalystwan/endpoints/configuration/device/software_update.py +0 -31
  115. catalystwan/endpoints/configuration/disaster_recovery.py +0 -305
  116. catalystwan/endpoints/configuration/feature_profile/sdwan/application_priority.py +0 -107
  117. catalystwan/endpoints/configuration/feature_profile/sdwan/cli.py +0 -60
  118. catalystwan/endpoints/configuration/feature_profile/sdwan/dns_security.py +0 -83
  119. catalystwan/endpoints/configuration/feature_profile/sdwan/embedded_security.py +0 -88
  120. catalystwan/endpoints/configuration/feature_profile/sdwan/other.py +0 -62
  121. catalystwan/endpoints/configuration/feature_profile/sdwan/policy_object.py +0 -105
  122. catalystwan/endpoints/configuration/feature_profile/sdwan/service.py +0 -137
  123. catalystwan/endpoints/configuration/feature_profile/sdwan/sig_security.py +0 -88
  124. catalystwan/endpoints/configuration/feature_profile/sdwan/system.py +0 -205
  125. catalystwan/endpoints/configuration/feature_profile/sdwan/topology.py +0 -93
  126. catalystwan/endpoints/configuration/feature_profile/sdwan/transport.py +0 -214
  127. catalystwan/endpoints/configuration/feature_profile/sdwan/uc_voice.py +0 -77
  128. catalystwan/endpoints/configuration/network_hierarchy.py +0 -32
  129. catalystwan/endpoints/configuration/policy/abstractions.py +0 -49
  130. catalystwan/endpoints/configuration/policy/definition/access_control_list.py +0 -57
  131. catalystwan/endpoints/configuration/policy/definition/access_control_list_ipv6.py +0 -57
  132. catalystwan/endpoints/configuration/policy/definition/aip.py +0 -52
  133. catalystwan/endpoints/configuration/policy/definition/amp.py +0 -52
  134. catalystwan/endpoints/configuration/policy/definition/app_route.py +0 -50
  135. catalystwan/endpoints/configuration/policy/definition/cflowd.py +0 -46
  136. catalystwan/endpoints/configuration/policy/definition/control.py +0 -57
  137. catalystwan/endpoints/configuration/policy/definition/device_access.py +0 -57
  138. catalystwan/endpoints/configuration/policy/definition/device_access_ipv6.py +0 -59
  139. catalystwan/endpoints/configuration/policy/definition/dial_peer.py +0 -57
  140. catalystwan/endpoints/configuration/policy/definition/dns_security.py +0 -50
  141. catalystwan/endpoints/configuration/policy/definition/fxo_port.py +0 -57
  142. catalystwan/endpoints/configuration/policy/definition/fxs_did_port.py +0 -57
  143. catalystwan/endpoints/configuration/policy/definition/fxs_port.py +0 -57
  144. catalystwan/endpoints/configuration/policy/definition/hub_and_spoke.py +0 -57
  145. catalystwan/endpoints/configuration/policy/definition/intrusion_prevention.py +0 -52
  146. catalystwan/endpoints/configuration/policy/definition/mesh.py +0 -53
  147. catalystwan/endpoints/configuration/policy/definition/pri_isdn_port.py +0 -57
  148. catalystwan/endpoints/configuration/policy/definition/qos_map.py +0 -53
  149. catalystwan/endpoints/configuration/policy/definition/rewrite.py +0 -57
  150. catalystwan/endpoints/configuration/policy/definition/route_policy.py +0 -50
  151. catalystwan/endpoints/configuration/policy/definition/rule_set.py +0 -53
  152. catalystwan/endpoints/configuration/policy/definition/security_group.py +0 -57
  153. catalystwan/endpoints/configuration/policy/definition/srst_phone_profile.py +0 -59
  154. catalystwan/endpoints/configuration/policy/definition/ssl_decryption.py +0 -50
  155. catalystwan/endpoints/configuration/policy/definition/ssl_decryption_utd_profile.py +0 -52
  156. catalystwan/endpoints/configuration/policy/definition/traffic_data.py +0 -58
  157. catalystwan/endpoints/configuration/policy/definition/url_filtering.py +0 -50
  158. catalystwan/endpoints/configuration/policy/definition/vpn_membership.py +0 -57
  159. catalystwan/endpoints/configuration/policy/definition/vpn_qos_map.py +0 -50
  160. catalystwan/endpoints/configuration/policy/definition/zone_based_firewall.py +0 -57
  161. catalystwan/endpoints/configuration/policy/list/app.py +0 -48
  162. catalystwan/endpoints/configuration/policy/list/app_probe.py +0 -52
  163. catalystwan/endpoints/configuration/policy/list/as_path.py +0 -48
  164. catalystwan/endpoints/configuration/policy/list/class_map.py +0 -48
  165. catalystwan/endpoints/configuration/policy/list/color.py +0 -48
  166. catalystwan/endpoints/configuration/policy/list/community.py +0 -48
  167. catalystwan/endpoints/configuration/policy/list/data_ipv6_prefix.py +0 -52
  168. catalystwan/endpoints/configuration/policy/list/data_prefix.py +0 -48
  169. catalystwan/endpoints/configuration/policy/list/expanded_community.py +0 -52
  170. catalystwan/endpoints/configuration/policy/list/extended_community.py +0 -52
  171. catalystwan/endpoints/configuration/policy/list/fax_protocol.py +0 -48
  172. catalystwan/endpoints/configuration/policy/list/fqdn.py +0 -48
  173. catalystwan/endpoints/configuration/policy/list/geo_location.py +0 -48
  174. catalystwan/endpoints/configuration/policy/list/identity.py +0 -48
  175. catalystwan/endpoints/configuration/policy/list/ips_signature.py +0 -52
  176. catalystwan/endpoints/configuration/policy/list/ipv6_prefix.py +0 -48
  177. catalystwan/endpoints/configuration/policy/list/local_app.py +0 -48
  178. catalystwan/endpoints/configuration/policy/list/local_domain.py +0 -48
  179. catalystwan/endpoints/configuration/policy/list/media_profile.py +0 -52
  180. catalystwan/endpoints/configuration/policy/list/mirror.py +0 -48
  181. catalystwan/endpoints/configuration/policy/list/modem_pass_through.py +0 -52
  182. catalystwan/endpoints/configuration/policy/list/policer.py +0 -48
  183. catalystwan/endpoints/configuration/policy/list/port.py +0 -48
  184. catalystwan/endpoints/configuration/policy/list/preferred_color_group.py +0 -52
  185. catalystwan/endpoints/configuration/policy/list/prefix.py +0 -49
  186. catalystwan/endpoints/configuration/policy/list/protocol_name.py +0 -52
  187. catalystwan/endpoints/configuration/policy/list/region.py +0 -47
  188. catalystwan/endpoints/configuration/policy/list/scalable_group_tag.py +0 -52
  189. catalystwan/endpoints/configuration/policy/list/site.py +0 -52
  190. catalystwan/endpoints/configuration/policy/list/sla.py +0 -48
  191. catalystwan/endpoints/configuration/policy/list/supervisory_disconnect.py +0 -52
  192. catalystwan/endpoints/configuration/policy/list/threat_grid_api_key.py +0 -52
  193. catalystwan/endpoints/configuration/policy/list/tloc.py +0 -48
  194. catalystwan/endpoints/configuration/policy/list/translation_profile.py +0 -52
  195. catalystwan/endpoints/configuration/policy/list/translation_rules.py +0 -52
  196. catalystwan/endpoints/configuration/policy/list/trunkgroup.py +0 -48
  197. catalystwan/endpoints/configuration/policy/list/umbrella_data.py +0 -52
  198. catalystwan/endpoints/configuration/policy/list/url_allow_list.py +0 -48
  199. catalystwan/endpoints/configuration/policy/list/url_block_list.py +0 -48
  200. catalystwan/endpoints/configuration/policy/list/vpn.py +0 -50
  201. catalystwan/endpoints/configuration/policy/list/zone.py +0 -48
  202. catalystwan/endpoints/configuration/policy/security_template.py +0 -55
  203. catalystwan/endpoints/configuration/policy/vedge_template.py +0 -52
  204. catalystwan/endpoints/configuration/policy/voice_template.py +0 -39
  205. catalystwan/endpoints/configuration/policy/vsmart_template.py +0 -79
  206. catalystwan/endpoints/configuration/policy_group.py +0 -30
  207. catalystwan/endpoints/configuration/software_actions.py +0 -201
  208. catalystwan/endpoints/configuration/topology_group.py +0 -51
  209. catalystwan/endpoints/configuration_dashboard_status.py +0 -127
  210. catalystwan/endpoints/configuration_device_actions.py +0 -385
  211. catalystwan/endpoints/configuration_device_inventory.py +0 -309
  212. catalystwan/endpoints/configuration_device_template.py +0 -39
  213. catalystwan/endpoints/configuration_feature_profile.py +0 -135
  214. catalystwan/endpoints/configuration_general_template.py +0 -31
  215. catalystwan/endpoints/configuration_group.py +0 -197
  216. catalystwan/endpoints/configuration_settings.py +0 -749
  217. catalystwan/endpoints/configuration_template_master.py +0 -48
  218. catalystwan/endpoints/endpoints_container.py +0 -279
  219. catalystwan/endpoints/misc.py +0 -21
  220. catalystwan/endpoints/monitoring/device_details.py +0 -246
  221. catalystwan/endpoints/monitoring/security_policy.py +0 -12
  222. catalystwan/endpoints/monitoring/server_info.py +0 -12
  223. catalystwan/endpoints/monitoring/status.py +0 -76
  224. catalystwan/endpoints/real_time_monitoring/reboot_history.py +0 -35
  225. catalystwan/endpoints/sdavc_cloud_connector.py +0 -43
  226. catalystwan/endpoints/tenant_backup_restore.py +0 -40
  227. catalystwan/endpoints/tenant_management.py +0 -215
  228. catalystwan/endpoints/tenant_migration.py +0 -102
  229. catalystwan/endpoints/troubleshooting_tools/device_connectivity.py +0 -128
  230. catalystwan/endpoints/url_monitoring.py +0 -26
  231. catalystwan/integration_tests/__init__.py +0 -0
  232. catalystwan/integration_tests/base.py +0 -81
  233. catalystwan/integration_tests/feature_profile/sdwan/__init__.py +0 -0
  234. catalystwan/integration_tests/feature_profile/sdwan/policy/__init__.py +0 -0
  235. catalystwan/integration_tests/feature_profile/sdwan/policy/base.py +0 -33
  236. catalystwan/integration_tests/feature_profile/sdwan/policy/test_extended_community.py +0 -33
  237. catalystwan/integration_tests/feature_profile/sdwan/policy/test_security_app_list.py +0 -32
  238. catalystwan/integration_tests/feature_profile/sdwan/test_application_priority.py +0 -433
  239. catalystwan/integration_tests/feature_profile/sdwan/test_cli.py +0 -54
  240. catalystwan/integration_tests/feature_profile/sdwan/test_dns_security.py +0 -106
  241. catalystwan/integration_tests/feature_profile/sdwan/test_other.py +0 -49
  242. catalystwan/integration_tests/feature_profile/sdwan/test_service.py +0 -1078
  243. catalystwan/integration_tests/feature_profile/sdwan/test_sig_security.py +0 -322
  244. catalystwan/integration_tests/feature_profile/sdwan/test_ssl_decryption.py +0 -85
  245. catalystwan/integration_tests/feature_profile/sdwan/test_system.py +0 -368
  246. catalystwan/integration_tests/feature_profile/sdwan/test_transport.py +0 -1700
  247. catalystwan/integration_tests/feature_profile/sdwan/topology/test_topology.py +0 -93
  248. catalystwan/integration_tests/profile_builder/__init__.py +0 -0
  249. catalystwan/integration_tests/profile_builder/test_pb_service.py +0 -78
  250. catalystwan/integration_tests/profile_builder/test_pb_transport.py +0 -56
  251. catalystwan/integration_tests/profile_builder/test_pb_uc_voice.py +0 -277
  252. catalystwan/integration_tests/test_data/__init__.py +0 -117
  253. catalystwan/integration_tests/test_find_template_values.py +0 -38
  254. catalystwan/integration_tests/test_network_hierarchy.py +0 -82
  255. catalystwan/integration_tests/test_settings.py +0 -30
  256. catalystwan/logging.conf +0 -37
  257. catalystwan/models/common.py +0 -1508
  258. catalystwan/models/configuration/common.py +0 -11
  259. catalystwan/models/configuration/feature_profile/README.md +0 -344
  260. catalystwan/models/configuration/feature_profile/builder.py +0 -22
  261. catalystwan/models/configuration/feature_profile/common.py +0 -749
  262. catalystwan/models/configuration/feature_profile/parcel.py +0 -232
  263. catalystwan/models/configuration/feature_profile/sdwan/acl/__init__.py +0 -13
  264. catalystwan/models/configuration/feature_profile/sdwan/acl/ipv4acl.py +0 -298
  265. catalystwan/models/configuration/feature_profile/sdwan/acl/ipv6acl.py +0 -344
  266. catalystwan/models/configuration/feature_profile/sdwan/application_priority/__init__.py +0 -215
  267. catalystwan/models/configuration/feature_profile/sdwan/application_priority/policy_settings.py +0 -31
  268. catalystwan/models/configuration/feature_profile/sdwan/application_priority/qos_policy.py +0 -102
  269. catalystwan/models/configuration/feature_profile/sdwan/application_priority/traffic_policy.py +0 -1054
  270. catalystwan/models/configuration/feature_profile/sdwan/cli/__init__.py +0 -23
  271. catalystwan/models/configuration/feature_profile/sdwan/cli/config.py +0 -18
  272. catalystwan/models/configuration/feature_profile/sdwan/cli/full_config.py +0 -15
  273. catalystwan/models/configuration/feature_profile/sdwan/dns_security/__init__.py +0 -13
  274. catalystwan/models/configuration/feature_profile/sdwan/dns_security/dns.py +0 -107
  275. catalystwan/models/configuration/feature_profile/sdwan/embedded_security/__init__.py +0 -23
  276. catalystwan/models/configuration/feature_profile/sdwan/embedded_security/ngfirewall.py +0 -915
  277. catalystwan/models/configuration/feature_profile/sdwan/embedded_security/policy.py +0 -171
  278. catalystwan/models/configuration/feature_profile/sdwan/other/__init__.py +0 -23
  279. catalystwan/models/configuration/feature_profile/sdwan/other/thousandeyes.py +0 -147
  280. catalystwan/models/configuration/feature_profile/sdwan/other/ucse.py +0 -110
  281. catalystwan/models/configuration/feature_profile/sdwan/policy_object/__init__.py +0 -175
  282. catalystwan/models/configuration/feature_profile/sdwan/policy_object/policy/app_probe.py +0 -56
  283. catalystwan/models/configuration/feature_profile/sdwan/policy_object/policy/application_list.py +0 -31
  284. catalystwan/models/configuration/feature_profile/sdwan/policy_object/policy/as_path.py +0 -22
  285. catalystwan/models/configuration/feature_profile/sdwan/policy_object/policy/color_list.py +0 -21
  286. catalystwan/models/configuration/feature_profile/sdwan/policy_object/policy/data_prefix.py +0 -35
  287. catalystwan/models/configuration/feature_profile/sdwan/policy_object/policy/expanded_community_list.py +0 -25
  288. catalystwan/models/configuration/feature_profile/sdwan/policy_object/policy/extended_community.py +0 -34
  289. catalystwan/models/configuration/feature_profile/sdwan/policy_object/policy/fowarding_class.py +0 -26
  290. catalystwan/models/configuration/feature_profile/sdwan/policy_object/policy/ipv6_data_prefix.py +0 -28
  291. catalystwan/models/configuration/feature_profile/sdwan/policy_object/policy/ipv6_prefix_list.py +0 -38
  292. catalystwan/models/configuration/feature_profile/sdwan/policy_object/policy/mirror.py +0 -27
  293. catalystwan/models/configuration/feature_profile/sdwan/policy_object/policy/policer.py +0 -42
  294. catalystwan/models/configuration/feature_profile/sdwan/policy_object/policy/prefered_group_color.py +0 -83
  295. catalystwan/models/configuration/feature_profile/sdwan/policy_object/policy/prefix_list.py +0 -28
  296. catalystwan/models/configuration/feature_profile/sdwan/policy_object/policy/sla_class.py +0 -130
  297. catalystwan/models/configuration/feature_profile/sdwan/policy_object/policy/standard_community.py +0 -30
  298. catalystwan/models/configuration/feature_profile/sdwan/policy_object/policy/tloc_list.py +0 -44
  299. catalystwan/models/configuration/feature_profile/sdwan/policy_object/security/aip.py +0 -64
  300. catalystwan/models/configuration/feature_profile/sdwan/policy_object/security/amp.py +0 -79
  301. catalystwan/models/configuration/feature_profile/sdwan/policy_object/security/application_list.py +0 -31
  302. catalystwan/models/configuration/feature_profile/sdwan/policy_object/security/data_prefix.py +0 -22
  303. catalystwan/models/configuration/feature_profile/sdwan/policy_object/security/fqdn.py +0 -24
  304. catalystwan/models/configuration/feature_profile/sdwan/policy_object/security/geolocation_list.py +0 -32
  305. catalystwan/models/configuration/feature_profile/sdwan/policy_object/security/identity.py +0 -30
  306. catalystwan/models/configuration/feature_profile/sdwan/policy_object/security/intrusion_prevention.py +0 -58
  307. catalystwan/models/configuration/feature_profile/sdwan/policy_object/security/ips_signature.py +0 -44
  308. catalystwan/models/configuration/feature_profile/sdwan/policy_object/security/local_domain.py +0 -24
  309. catalystwan/models/configuration/feature_profile/sdwan/policy_object/security/protocol_list.py +0 -21
  310. catalystwan/models/configuration/feature_profile/sdwan/policy_object/security/scalable_group_tag.py +0 -26
  311. catalystwan/models/configuration/feature_profile/sdwan/policy_object/security/security_port.py +0 -45
  312. catalystwan/models/configuration/feature_profile/sdwan/policy_object/security/ssl_decryption.py +0 -126
  313. catalystwan/models/configuration/feature_profile/sdwan/policy_object/security/ssl_decryption_profile.py +0 -165
  314. catalystwan/models/configuration/feature_profile/sdwan/policy_object/security/url.py +0 -32
  315. catalystwan/models/configuration/feature_profile/sdwan/policy_object/security/url_filtering.py +0 -148
  316. catalystwan/models/configuration/feature_profile/sdwan/policy_object/security/zone.py +0 -44
  317. catalystwan/models/configuration/feature_profile/sdwan/routing/__init__.py +0 -26
  318. catalystwan/models/configuration/feature_profile/sdwan/routing/bgp.py +0 -594
  319. catalystwan/models/configuration/feature_profile/sdwan/routing/ospf.py +0 -170
  320. catalystwan/models/configuration/feature_profile/sdwan/routing/ospfv3.py +0 -298
  321. catalystwan/models/configuration/feature_profile/sdwan/service/__init__.py +0 -85
  322. catalystwan/models/configuration/feature_profile/sdwan/service/appqoe.py +0 -270
  323. catalystwan/models/configuration/feature_profile/sdwan/service/dhcp_server.py +0 -127
  324. catalystwan/models/configuration/feature_profile/sdwan/service/eigrp.py +0 -103
  325. catalystwan/models/configuration/feature_profile/sdwan/service/lan/common.py +0 -33
  326. catalystwan/models/configuration/feature_profile/sdwan/service/lan/ethernet.py +0 -275
  327. catalystwan/models/configuration/feature_profile/sdwan/service/lan/gre.py +0 -136
  328. catalystwan/models/configuration/feature_profile/sdwan/service/lan/ipsec.py +0 -119
  329. catalystwan/models/configuration/feature_profile/sdwan/service/lan/multilink.py +0 -101
  330. catalystwan/models/configuration/feature_profile/sdwan/service/lan/svi.py +0 -172
  331. catalystwan/models/configuration/feature_profile/sdwan/service/lan/vpn.py +0 -627
  332. catalystwan/models/configuration/feature_profile/sdwan/service/multicast.py +0 -242
  333. catalystwan/models/configuration/feature_profile/sdwan/service/object_tracker.py +0 -84
  334. catalystwan/models/configuration/feature_profile/sdwan/service/route_policy.py +0 -419
  335. catalystwan/models/configuration/feature_profile/sdwan/service/service_insertion_attachment.py +0 -184
  336. catalystwan/models/configuration/feature_profile/sdwan/service/switchport.py +0 -112
  337. catalystwan/models/configuration/feature_profile/sdwan/service/tracker.py +0 -92
  338. catalystwan/models/configuration/feature_profile/sdwan/service/wireless_lan.py +0 -216
  339. catalystwan/models/configuration/feature_profile/sdwan/sig_security/__init__.py +0 -19
  340. catalystwan/models/configuration/feature_profile/sdwan/sig_security/sig_security.py +0 -379
  341. catalystwan/models/configuration/feature_profile/sdwan/system/__init__.py +0 -59
  342. catalystwan/models/configuration/feature_profile/sdwan/system/aaa.py +0 -406
  343. catalystwan/models/configuration/feature_profile/sdwan/system/banner.py +0 -30
  344. catalystwan/models/configuration/feature_profile/sdwan/system/basic.py +0 -290
  345. catalystwan/models/configuration/feature_profile/sdwan/system/bfd.py +0 -69
  346. catalystwan/models/configuration/feature_profile/sdwan/system/device_access.py +0 -157
  347. catalystwan/models/configuration/feature_profile/sdwan/system/device_access_ipv6.py +0 -157
  348. catalystwan/models/configuration/feature_profile/sdwan/system/global_parcel.py +0 -149
  349. catalystwan/models/configuration/feature_profile/sdwan/system/logging_parcel.py +0 -162
  350. catalystwan/models/configuration/feature_profile/sdwan/system/mrf.py +0 -75
  351. catalystwan/models/configuration/feature_profile/sdwan/system/ntp.py +0 -103
  352. catalystwan/models/configuration/feature_profile/sdwan/system/omp.py +0 -111
  353. catalystwan/models/configuration/feature_profile/sdwan/system/security.py +0 -179
  354. catalystwan/models/configuration/feature_profile/sdwan/system/snmp.py +0 -173
  355. catalystwan/models/configuration/feature_profile/sdwan/topology/__init__.py +0 -29
  356. catalystwan/models/configuration/feature_profile/sdwan/topology/custom_control.py +0 -425
  357. catalystwan/models/configuration/feature_profile/sdwan/topology/hubspoke.py +0 -60
  358. catalystwan/models/configuration/feature_profile/sdwan/topology/mesh.py +0 -23
  359. catalystwan/models/configuration/feature_profile/sdwan/transport/__init__.py +0 -93
  360. catalystwan/models/configuration/feature_profile/sdwan/transport/cellular_controller.py +0 -58
  361. catalystwan/models/configuration/feature_profile/sdwan/transport/cellular_profile.py +0 -71
  362. catalystwan/models/configuration/feature_profile/sdwan/transport/gps.py +0 -37
  363. catalystwan/models/configuration/feature_profile/sdwan/transport/management/ethernet.py +0 -121
  364. catalystwan/models/configuration/feature_profile/sdwan/transport/t1e1controller.py +0 -124
  365. catalystwan/models/configuration/feature_profile/sdwan/transport/vpn.py +0 -285
  366. catalystwan/models/configuration/feature_profile/sdwan/transport/wan/interface/cellular.py +0 -166
  367. catalystwan/models/configuration/feature_profile/sdwan/transport/wan/interface/ethernet.py +0 -281
  368. catalystwan/models/configuration/feature_profile/sdwan/transport/wan/interface/gre.py +0 -46
  369. catalystwan/models/configuration/feature_profile/sdwan/transport/wan/interface/ipsec.py +0 -98
  370. catalystwan/models/configuration/feature_profile/sdwan/transport/wan/interface/multilink.py +0 -219
  371. catalystwan/models/configuration/feature_profile/sdwan/transport/wan/interface/protocol_over.py +0 -405
  372. catalystwan/models/configuration/feature_profile/sdwan/transport/wan/interface/t1e1serial.py +0 -195
  373. catalystwan/models/configuration/feature_profile/sdwan/uc_voice/__init__.py +0 -62
  374. catalystwan/models/configuration/feature_profile/sdwan/uc_voice/analog_interface.py +0 -436
  375. catalystwan/models/configuration/feature_profile/sdwan/uc_voice/call_routing.py +0 -179
  376. catalystwan/models/configuration/feature_profile/sdwan/uc_voice/digital_interface.py +0 -329
  377. catalystwan/models/configuration/feature_profile/sdwan/uc_voice/dsp_farm.py +0 -193
  378. catalystwan/models/configuration/feature_profile/sdwan/uc_voice/media_profile.py +0 -25
  379. catalystwan/models/configuration/feature_profile/sdwan/uc_voice/server_group.py +0 -51
  380. catalystwan/models/configuration/feature_profile/sdwan/uc_voice/srst.py +0 -86
  381. catalystwan/models/configuration/feature_profile/sdwan/uc_voice/supervisory_disconnect.py +0 -68
  382. catalystwan/models/configuration/feature_profile/sdwan/uc_voice/translation_profile.py +0 -42
  383. catalystwan/models/configuration/feature_profile/sdwan/uc_voice/translation_rule.py +0 -31
  384. catalystwan/models/configuration/feature_profile/sdwan/uc_voice/trunk_group.py +0 -26
  385. catalystwan/models/configuration/feature_profile/sdwan/uc_voice/voice_global.py +0 -55
  386. catalystwan/models/configuration/feature_profile/sdwan/uc_voice/voice_tenant.py +0 -40
  387. catalystwan/models/configuration/network_hierarchy/__init__.py +0 -22
  388. catalystwan/models/configuration/network_hierarchy/cflowd.py +0 -120
  389. catalystwan/models/configuration/network_hierarchy/node.py +0 -88
  390. catalystwan/models/configuration/policy_group.py +0 -74
  391. catalystwan/models/configuration/profile_type.py +0 -5
  392. catalystwan/models/configuration/topology_group.py +0 -52
  393. catalystwan/models/device_inventory.py +0 -30
  394. catalystwan/models/feature_profile_parcel.py +0 -15
  395. catalystwan/models/misc/application_protocols.py +0 -29
  396. catalystwan/models/monitoring/security_policy.py +0 -16
  397. catalystwan/models/monitoring/server_info.py +0 -12
  398. catalystwan/models/policy/__init__.py +0 -392
  399. catalystwan/models/policy/centralized.py +0 -265
  400. catalystwan/models/policy/definition/access_control_list.py +0 -193
  401. catalystwan/models/policy/definition/access_control_list_ipv6.py +0 -187
  402. catalystwan/models/policy/definition/aip.py +0 -60
  403. catalystwan/models/policy/definition/amp.py +0 -65
  404. catalystwan/models/policy/definition/app_route.py +0 -246
  405. catalystwan/models/policy/definition/cflowd.py +0 -95
  406. catalystwan/models/policy/definition/control.py +0 -366
  407. catalystwan/models/policy/definition/device_access.py +0 -117
  408. catalystwan/models/policy/definition/device_access_ipv6.py +0 -115
  409. catalystwan/models/policy/definition/dial_peer.py +0 -60
  410. catalystwan/models/policy/definition/dns_security.py +0 -130
  411. catalystwan/models/policy/definition/fxo_port.py +0 -63
  412. catalystwan/models/policy/definition/fxs_did_port.py +0 -58
  413. catalystwan/models/policy/definition/fxs_port.py +0 -56
  414. catalystwan/models/policy/definition/hub_and_spoke.py +0 -87
  415. catalystwan/models/policy/definition/intrusion_prevention.py +0 -55
  416. catalystwan/models/policy/definition/mesh.py +0 -47
  417. catalystwan/models/policy/definition/pri_isdn_port.py +0 -48
  418. catalystwan/models/policy/definition/qos_map.py +0 -111
  419. catalystwan/models/policy/definition/rewrite.py +0 -47
  420. catalystwan/models/policy/definition/route_policy.py +0 -187
  421. catalystwan/models/policy/definition/rule_set.py +0 -270
  422. catalystwan/models/policy/definition/security_group.py +0 -93
  423. catalystwan/models/policy/definition/srst_phone_profile.py +0 -37
  424. catalystwan/models/policy/definition/ssl_decryption.py +0 -209
  425. catalystwan/models/policy/definition/ssl_decryption_utd_profile.py +0 -87
  426. catalystwan/models/policy/definition/traffic_data.py +0 -496
  427. catalystwan/models/policy/definition/url_filtering.py +0 -70
  428. catalystwan/models/policy/definition/vpn_membership.py +0 -42
  429. catalystwan/models/policy/definition/vpn_qos_map.py +0 -46
  430. catalystwan/models/policy/definition/zone_based_firewall.py +0 -301
  431. catalystwan/models/policy/list/app.py +0 -44
  432. catalystwan/models/policy/list/app_probe.py +0 -42
  433. catalystwan/models/policy/list/as_path.py +0 -30
  434. catalystwan/models/policy/list/class_map.py +0 -30
  435. catalystwan/models/policy/list/color.py +0 -28
  436. catalystwan/models/policy/list/communities.py +0 -83
  437. catalystwan/models/policy/list/data_ipv6_prefix.py +0 -30
  438. catalystwan/models/policy/list/data_prefix.py +0 -30
  439. catalystwan/models/policy/list/fax_protocol.py +0 -45
  440. catalystwan/models/policy/list/fqdn.py +0 -24
  441. catalystwan/models/policy/list/geo_location.py +0 -33
  442. catalystwan/models/policy/list/identity.py +0 -29
  443. catalystwan/models/policy/list/ips_signature.py +0 -27
  444. catalystwan/models/policy/list/ipv6_prefix.py +0 -33
  445. catalystwan/models/policy/list/local_app.py +0 -45
  446. catalystwan/models/policy/list/local_domain.py +0 -36
  447. catalystwan/models/policy/list/media_profile.py +0 -44
  448. catalystwan/models/policy/list/mirror.py +0 -27
  449. catalystwan/models/policy/list/modem_pass_through.py +0 -27
  450. catalystwan/models/policy/list/policer.py +0 -39
  451. catalystwan/models/policy/list/port.py +0 -33
  452. catalystwan/models/policy/list/preferred_color_group.py +0 -82
  453. catalystwan/models/policy/list/prefix.py +0 -33
  454. catalystwan/models/policy/list/protocol_name.py +0 -26
  455. catalystwan/models/policy/list/region.py +0 -45
  456. catalystwan/models/policy/list/scalable_group_tag.py +0 -30
  457. catalystwan/models/policy/list/site.py +0 -34
  458. catalystwan/models/policy/list/sla.py +0 -77
  459. catalystwan/models/policy/list/supervisory_disconnect.py +0 -62
  460. catalystwan/models/policy/list/threat_grid_api_key.py +0 -32
  461. catalystwan/models/policy/list/tloc.py +0 -32
  462. catalystwan/models/policy/list/translation_profile.py +0 -32
  463. catalystwan/models/policy/list/translation_rules.py +0 -29
  464. catalystwan/models/policy/list/trunkgroup.py +0 -56
  465. catalystwan/models/policy/list/umbrella_data.py +0 -30
  466. catalystwan/models/policy/list/url.py +0 -39
  467. catalystwan/models/policy/list/vpn.py +0 -40
  468. catalystwan/models/policy/list/zone.py +0 -45
  469. catalystwan/models/policy/localized.py +0 -154
  470. catalystwan/models/policy/policy.py +0 -100
  471. catalystwan/models/policy/policy_definition.py +0 -1624
  472. catalystwan/models/policy/policy_list.py +0 -47
  473. catalystwan/models/policy/security.py +0 -279
  474. catalystwan/models/policy/voice.py +0 -71
  475. catalystwan/models/settings.py +0 -41
  476. catalystwan/models/templates.py +0 -79
  477. catalystwan/models/tenant.py +0 -105
  478. catalystwan/models/url_monitoring.py +0 -28
  479. catalystwan/tests/__init__.py +0 -0
  480. catalystwan/tests/builders/uc_voice.py +0 -85
  481. catalystwan/tests/models/__init__.py +0 -0
  482. catalystwan/tests/templates/__init__.py +0 -0
  483. catalystwan/tests/templates/definitions/__init__.py +0 -0
  484. catalystwan/tests/templates/definitions/aaa_basic.json +0 -96
  485. catalystwan/tests/templates/definitions/aaa_complex.json +0 -464
  486. catalystwan/tests/templates/definitions/basic/__init__.py +0 -0
  487. catalystwan/tests/templates/definitions/basic/alias.json +0 -7
  488. catalystwan/tests/templates/definitions/basic/basic.json +0 -7
  489. catalystwan/tests/templates/definitions/basic/basic_no_value.json +0 -7
  490. catalystwan/tests/templates/definitions/basic/children.json +0 -39
  491. catalystwan/tests/templates/definitions/basic/children_nested.json +0 -72
  492. catalystwan/tests/templates/definitions/basic/children_nested_datapath.json +0 -72
  493. catalystwan/tests/templates/definitions/basic/data_path.json +0 -13
  494. catalystwan/tests/templates/definitions/cisco_aaa.json +0 -178
  495. catalystwan/tests/templates/definitions/cisco_aaa_complex.json +0 -361
  496. catalystwan/tests/templates/definitions/cisco_banner.json +0 -20
  497. catalystwan/tests/templates/definitions/cisco_bfd.json +0 -90
  498. catalystwan/tests/templates/definitions/cisco_logging_complex.json +0 -268
  499. catalystwan/tests/templates/definitions/cisco_ntp_complex.json +0 -143
  500. catalystwan/tests/templates/definitions/cisco_omp_complex.json +0 -175
  501. catalystwan/tests/templates/definitions/cisco_ospf_complex.json +0 -302
  502. catalystwan/tests/templates/definitions/cisco_sig.json +0 -405
  503. catalystwan/tests/templates/definitions/cisco_snmp_complex.json +0 -258
  504. catalystwan/tests/templates/definitions/cisco_system_complex.json +0 -502
  505. catalystwan/tests/templates/definitions/cisco_vpn_basic.json +0 -17
  506. catalystwan/tests/templates/definitions/cisco_vpn_complex.json +0 -1081
  507. catalystwan/tests/templates/definitions/cisco_vpn_interface_complex.json +0 -821
  508. catalystwan/tests/templates/definitions/default_cisco_system.json +0 -184
  509. catalystwan/tests/templates/definitions/omp_vsmart_1.json +0 -26
  510. catalystwan/tests/templates/definitions/omp_vsmart_2.json +0 -48
  511. catalystwan/tests/templates/definitions/omp_vsmart_3.json +0 -71
  512. catalystwan/tests/templates/definitions/omp_vsmart_complex.json +0 -73
  513. catalystwan/tests/templates/definitions/security_vsmart_complex.json +0 -24
  514. catalystwan/tests/templates/definitions/system_vsmart_complex.json +0 -193
  515. catalystwan/tests/templates/definitions/vpn_vsmart_basic.json +0 -17
  516. catalystwan/tests/templates/definitions/vpn_vsmart_complex.json +0 -179
  517. catalystwan/tests/templates/definitions/vpn_vsmart_interface_basic.json +0 -42
  518. catalystwan/tests/templates/definitions/vpn_vsmart_interface_complex.json +0 -208
  519. catalystwan/tests/templates/models/__init__.py +0 -53
  520. catalystwan/tests/templates/models/aaa.py +0 -106
  521. catalystwan/tests/templates/models/cisco_aaa.py +0 -124
  522. catalystwan/tests/templates/models/cisco_banner.py +0 -7
  523. catalystwan/tests/templates/models/cisco_bfd.py +0 -15
  524. catalystwan/tests/templates/models/cisco_logging.py +0 -65
  525. catalystwan/tests/templates/models/cisco_ntp.py +0 -17
  526. catalystwan/tests/templates/models/cisco_omp.py +0 -37
  527. catalystwan/tests/templates/models/cisco_ospf.py +0 -60
  528. catalystwan/tests/templates/models/cisco_secure_internet_gateway.py +0 -95
  529. catalystwan/tests/templates/models/cisco_snmp.py +0 -40
  530. catalystwan/tests/templates/models/cisco_system.py +0 -113
  531. catalystwan/tests/templates/models/cisco_vpn.py +0 -240
  532. catalystwan/tests/templates/models/cisco_vpn_interface.py +0 -200
  533. catalystwan/tests/templates/models/omp_vsmart.py +0 -53
  534. catalystwan/tests/templates/models/security_vsmart.py +0 -11
  535. catalystwan/tests/templates/models/system_vsmart.py +0 -37
  536. catalystwan/tests/templates/models/vpn_vsmart.py +0 -32
  537. catalystwan/tests/templates/models/vpn_vsmart_interface.py +0 -54
  538. catalystwan/tests/templates/schemas/aaa.json +0 -1096
  539. catalystwan/tests/templates/schemas/basic/alias.json +0 -24
  540. catalystwan/tests/templates/schemas/basic/basic.json +0 -23
  541. catalystwan/tests/templates/schemas/basic/children.json +0 -59
  542. catalystwan/tests/templates/schemas/basic/children_nested.json +0 -112
  543. catalystwan/tests/templates/schemas/basic/children_nested_datapath.json +0 -112
  544. catalystwan/tests/templates/schemas/basic/data_path.json +0 -29
  545. catalystwan/tests/templates/schemas/cedge_aaa.json +0 -1185
  546. catalystwan/tests/templates/schemas/cisco_banner.json +0 -44
  547. catalystwan/tests/templates/schemas/cisco_bfd.json +0 -266
  548. catalystwan/tests/templates/schemas/cisco_logging.json +0 -577
  549. catalystwan/tests/templates/schemas/cisco_ntp.json +0 -265
  550. catalystwan/tests/templates/schemas/cisco_omp.json +0 -479
  551. catalystwan/tests/templates/schemas/cisco_ospf.json +0 -908
  552. catalystwan/tests/templates/schemas/cisco_secure_internet_gateway.json +0 -1520
  553. catalystwan/tests/templates/schemas/cisco_snmp.json +0 -561
  554. catalystwan/tests/templates/schemas/cisco_system.json +0 -3099
  555. catalystwan/tests/templates/schemas/cisco_vpn.json +0 -2504
  556. catalystwan/tests/templates/schemas/cisco_vpn_interface.json +0 -3348
  557. catalystwan/tests/templates/schemas/omp-vsmart.json +0 -222
  558. catalystwan/tests/templates/schemas/security-vsmart.json +0 -58
  559. catalystwan/tests/templates/schemas/system-vsmart.json +0 -2585
  560. catalystwan/tests/templates/schemas/vpn-vsmart-interface.json +0 -859
  561. catalystwan/tests/templates/schemas/vpn-vsmart.json +0 -445
  562. catalystwan/tests/templates/test_chose_model.py +0 -32
  563. catalystwan/tests/templates/test_deserialize_model.py +0 -69
  564. catalystwan/tests/templates/test_find_template_values.py +0 -193
  565. catalystwan/tests/templates/test_find_template_values_2.py +0 -193
  566. catalystwan/tests/templates/test_generate_payload.py +0 -137
  567. catalystwan/tests/templates/test_serialize_model.py +0 -52
  568. catalystwan/tests/test_admin_tech_api.py +0 -198
  569. catalystwan/tests/test_administration.py +0 -470
  570. catalystwan/tests/test_alarms_api.py +0 -251
  571. catalystwan/tests/test_cli_template.py +0 -218
  572. catalystwan/tests/test_creation_tools.py +0 -155
  573. catalystwan/tests/test_device_action_api.py +0 -117
  574. catalystwan/tests/test_devices_api.py +0 -674
  575. catalystwan/tests/test_endpoints.py +0 -907
  576. catalystwan/tests/test_feature_profile_api.py +0 -282
  577. catalystwan/tests/test_feature_template_field.py +0 -33
  578. catalystwan/tests/test_logs_api.py +0 -40
  579. catalystwan/tests/test_models_common.py +0 -53
  580. catalystwan/tests/test_monitoring_security_policy.py +0 -65
  581. catalystwan/tests/test_monitoring_server_info.py +0 -49
  582. catalystwan/tests/test_monitoring_status_api.py +0 -118
  583. catalystwan/tests/test_mtt_aaa_api.py +0 -293
  584. catalystwan/tests/test_omp_api.py +0 -438
  585. catalystwan/tests/test_packet_capture.py +0 -125
  586. catalystwan/tests/test_partition_manager_api.py +0 -121
  587. catalystwan/tests/test_response.py +0 -183
  588. catalystwan/tests/test_session.py +0 -102
  589. catalystwan/tests/test_software_action_api.py +0 -154
  590. catalystwan/tests/test_speed_test_api.py +0 -143
  591. catalystwan/tests/test_task_status_api.py +0 -381
  592. catalystwan/tests/test_templates.py +0 -405
  593. catalystwan/tests/test_tenant_backup_restore_api.py +0 -88
  594. catalystwan/tests/test_tenant_management_api.py +0 -153
  595. catalystwan/tests/test_tenant_migration_api.py +0 -102
  596. catalystwan/tests/test_typed_list.py +0 -426
  597. catalystwan/tests/test_url_monitoring.py +0 -80
  598. catalystwan/tests/test_version.py +0 -99
  599. catalystwan/tests/test_version_utils.py +0 -240
  600. catalystwan/tests/test_vmanage_auth.py +0 -149
  601. catalystwan/typed_list.py +0 -288
  602. catalystwan/utils/__init__.py +0 -0
  603. catalystwan/utils/alarm_status.py +0 -16
  604. catalystwan/utils/certificate_status.py +0 -13
  605. catalystwan/utils/colors.py +0 -12
  606. catalystwan/utils/config_status.py +0 -8
  607. catalystwan/utils/creation_tools.py +0 -136
  608. catalystwan/utils/dashboard.py +0 -255
  609. catalystwan/utils/device_model.py +0 -322
  610. catalystwan/utils/dict.py +0 -61
  611. catalystwan/utils/feature_template/choose_model.py +0 -30
  612. catalystwan/utils/feature_template/find_template_values.py +0 -111
  613. catalystwan/utils/model.py +0 -45
  614. catalystwan/utils/operation_status.py +0 -22
  615. catalystwan/utils/persona.py +0 -5
  616. catalystwan/utils/personality.py +0 -10
  617. catalystwan/utils/pydantic_field.py +0 -12
  618. catalystwan/utils/reachability.py +0 -14
  619. catalystwan/utils/session_type.py +0 -17
  620. catalystwan/utils/template_type.py +0 -8
  621. catalystwan/utils/type_check.py +0 -22
  622. catalystwan/utils/upgrades_helper.py +0 -95
  623. catalystwan/utils/validate_status.py +0 -8
  624. catalystwan/workflows/backup_restore_device_templates.py +0 -467
  625. catalystwan/workflows/tenant_migration.py +0 -203
  626. catalystwan-0.40.1.dev7.dist-info/METADATA +0 -539
  627. catalystwan-0.40.1.dev7.dist-info/RECORD +0 -618
  628. /catalystwan/{api → core/models}/__init__.py +0 -0
  629. /catalystwan/{api/builders/feature_profiles/__init__.py → core/py.typed} +0 -0
  630. {catalystwan-0.40.1.dev7.dist-info → catalystwan-2.0.0a0.dist-info}/LICENSE +0 -0
@@ -1,2504 +0,0 @@
1
- {
2
- "name": "cisco_vpn",
3
- "xmlPath": [
4
- "vpn"
5
- ],
6
- "xmlRootTag": "vpn-instance",
7
- "uniqueKey": "vpn-id",
8
- "nameSpace": "http://viptela.com/vpn",
9
- "fields": [
10
- {
11
- "key": "vpn-id",
12
- "description": "VPN",
13
- "details": "List of VPN instances",
14
- "optionType": [
15
- "constant"
16
- ],
17
- "defaultOption": "constant",
18
- "dataType": {
19
- "type": "number",
20
- "min": 0,
21
- "max": 65527,
22
- "default": 0
23
- },
24
- "dataPath": [],
25
- "objectType": "object"
26
- },
27
- {
28
- "key": "name",
29
- "description": "Name",
30
- "details": "Name",
31
- "optionType": [
32
- "constant",
33
- "variable",
34
- "ignore"
35
- ],
36
- "defaultOption": "ignore",
37
- "dataType": {
38
- "type": "string",
39
- "minLength": 1,
40
- "maxLength": 32
41
- },
42
- "dataPath": [],
43
- "objectType": "object"
44
- },
45
- {
46
- "key": "tenant-vpn-id",
47
- "description": "Tenant VPN",
48
- "details": "Tenant VPN",
49
- "optionType": [
50
- "constant"
51
- ],
52
- "defaultOption": "constant",
53
- "dataType": {
54
- "type": "number",
55
- "min": 0,
56
- "max": 65527,
57
- "default": 0
58
- },
59
- "dataPath": [],
60
- "objectType": "object"
61
- },
62
- {
63
- "key": "org-name",
64
- "description": "Select Tenant",
65
- "details": "Org Name selected",
66
- "optionType": [
67
- "constant"
68
- ],
69
- "defaultOption": "constant",
70
- "dataType": {
71
- "type": "string"
72
- },
73
- "dataPath": [],
74
- "objectType": "object"
75
- },
76
- {
77
- "key": "omp-admin-distance-ipv4",
78
- "description": "OMP Admin Distance IPv4",
79
- "details": "omp-admin-distance-ipv4",
80
- "optionType": [
81
- "constant",
82
- "variable",
83
- "ignore"
84
- ],
85
- "defaultOption": "ignore",
86
- "dataType": {
87
- "type": "number",
88
- "min": 1,
89
- "max": 255
90
- },
91
- "dataPath": [],
92
- "objectType": "object"
93
- },
94
- {
95
- "key": "omp-admin-distance-ipv6",
96
- "description": "OMP Admin Distance IPv6",
97
- "details": "omp-admin-distance-ipv6",
98
- "optionType": [
99
- "constant",
100
- "variable",
101
- "ignore"
102
- ],
103
- "defaultOption": "ignore",
104
- "dataType": {
105
- "type": "number",
106
- "min": 1,
107
- "max": 255
108
- },
109
- "dataPath": [],
110
- "objectType": "object"
111
- },
112
- {
113
- "key": "dns",
114
- "description": "DNS",
115
- "details": "DNS",
116
- "optionType": [
117
- "constant",
118
- "variable",
119
- "ignore"
120
- ],
121
- "defaultOption": "ignore",
122
- "dataPath": [],
123
- "objectType": "tree",
124
- "primaryKeys": [
125
- "dns-addr"
126
- ],
127
- "children": [
128
- {
129
- "key": "dns-addr",
130
- "description": "DNS Address",
131
- "details": "DNS Address",
132
- "optionType": [
133
- "constant"
134
- ],
135
- "defaultOption": "constant",
136
- "dataType": {
137
- "type": "ip"
138
- },
139
- "dataPath": [],
140
- "objectType": "object"
141
- },
142
- {
143
- "key": "role",
144
- "description": "Role",
145
- "details": "Role",
146
- "optionType": [
147
- "constant",
148
- "variable",
149
- "ignore"
150
- ],
151
- "defaultOption": "ignore",
152
- "dataType": {
153
- "type": "enum",
154
- "values": [
155
- {
156
- "key": "primary",
157
- "value": "Primary"
158
- },
159
- {
160
- "key": "secondary",
161
- "value": "Secondary"
162
- }
163
- ],
164
- "default": "primary"
165
- },
166
- "dataPath": [],
167
- "objectType": "object"
168
- }
169
- ]
170
- },
171
- {
172
- "key": "dns-ipv6",
173
- "description": "DNS",
174
- "details": "DNS",
175
- "optionType": [
176
- "constant",
177
- "variable",
178
- "ignore"
179
- ],
180
- "defaultOption": "ignore",
181
- "dataPath": [],
182
- "objectType": "tree",
183
- "primaryKeys": [
184
- "dns-addr"
185
- ],
186
- "children": [
187
- {
188
- "key": "dns-addr",
189
- "description": "DNS Address",
190
- "details": "DNS Address",
191
- "optionType": [
192
- "constant"
193
- ],
194
- "defaultOption": "constant",
195
- "dataType": {
196
- "type": "ipv6"
197
- },
198
- "dataPath": [],
199
- "objectType": "object"
200
- },
201
- {
202
- "key": "role",
203
- "description": "Role",
204
- "details": "Role",
205
- "optionType": [
206
- "constant",
207
- "variable",
208
- "ignore"
209
- ],
210
- "defaultOption": "ignore",
211
- "dataType": {
212
- "type": "enum",
213
- "values": [
214
- {
215
- "key": "primary",
216
- "value": "Primary"
217
- },
218
- {
219
- "key": "secondary",
220
- "value": "Secondary"
221
- }
222
- ],
223
- "default": "primary"
224
- },
225
- "dataPath": [],
226
- "objectType": "object"
227
- }
228
- ]
229
- },
230
- {
231
- "key": "layer4",
232
- "description": "Enhance ECMP Keying",
233
- "details": "Optional packet fields for ECMP keying",
234
- "optionType": [
235
- "constant",
236
- "variable",
237
- "ignore"
238
- ],
239
- "defaultOption": "ignore",
240
- "dataType": {
241
- "type": "boolean",
242
- "default": "false"
243
- },
244
- "dataPath": [
245
- "ecmp-hash-key"
246
- ],
247
- "objectType": "object"
248
- },
249
- {
250
- "key": "host",
251
- "description": "Static DNS Mapping",
252
- "details": "Static DNS mapping",
253
- "optionType": [
254
- "constant",
255
- "variable",
256
- "ignore"
257
- ],
258
- "defaultOption": "ignore",
259
- "dataPath": [],
260
- "objectType": "tree",
261
- "primaryKeys": [
262
- "hostname"
263
- ],
264
- "children": [
265
- {
266
- "key": "hostname",
267
- "description": "Hostname",
268
- "details": "Hostname",
269
- "optionType": [
270
- "constant",
271
- "variable"
272
- ],
273
- "defaultOption": "constant",
274
- "dataType": {
275
- "type": "dnsHostName",
276
- "minLength": 1,
277
- "maxLength": 128
278
- },
279
- "dataPath": [],
280
- "objectType": "object"
281
- },
282
- {
283
- "key": "ip",
284
- "description": "List of IP",
285
- "details": "List of IP",
286
- "optionType": [
287
- "constant",
288
- "variable"
289
- ],
290
- "defaultOption": "constant",
291
- "dataType": {
292
- "type": "ip",
293
- "max": 14
294
- },
295
- "dataPath": [],
296
- "objectType": "list"
297
- }
298
- ]
299
- },
300
- {
301
- "key": "service",
302
- "description": "Service",
303
- "details": "Configure services",
304
- "optionType": [
305
- "constant",
306
- "variable",
307
- "ignore"
308
- ],
309
- "defaultOption": "ignore",
310
- "dataPath": [],
311
- "objectType": "tree",
312
- "primaryKeys": [
313
- "svc-type"
314
- ],
315
- "children": [
316
- {
317
- "key": "svc-type",
318
- "description": "Service Type",
319
- "details": "Service Type",
320
- "optionType": [
321
- "constant"
322
- ],
323
- "defaultOption": "constant",
324
- "dataType": {
325
- "type": "enum",
326
- "values": [
327
- {
328
- "key": "FW",
329
- "value": "FW"
330
- },
331
- {
332
- "key": "IDS",
333
- "value": "IDS"
334
- },
335
- {
336
- "key": "IDP",
337
- "value": "IDP"
338
- },
339
- {
340
- "key": "netsvc1",
341
- "value": "netsvc1"
342
- },
343
- {
344
- "key": "netsvc2",
345
- "value": "netsvc2"
346
- },
347
- {
348
- "key": "netsvc3",
349
- "value": "netsvc3"
350
- },
351
- {
352
- "key": "netsvc4",
353
- "value": "netsvc4"
354
- },
355
- {
356
- "key": "TE",
357
- "value": "TE"
358
- },
359
- {
360
- "key": "appqoe",
361
- "value": "appqoe"
362
- }
363
- ]
364
- },
365
- "dataPath": [],
366
- "objectType": "object"
367
- },
368
- {
369
- "key": "address",
370
- "description": "IPv4 address",
371
- "details": "List of IPv4 address",
372
- "optionType": [
373
- "constant",
374
- "variable"
375
- ],
376
- "defaultOption": "constant",
377
- "dataType": {
378
- "type": "ipv4"
379
- },
380
- "dataPath": [],
381
- "objectType": "list",
382
- "minChildren": "0",
383
- "maxChildren": "4"
384
- },
385
- {
386
- "key": "interface",
387
- "description": "Interface",
388
- "details": "Tracking Service",
389
- "optionType": [
390
- "constant",
391
- "variable"
392
- ],
393
- "defaultOption": "constant",
394
- "dataType": "string",
395
- "dataPath": [],
396
- "objectType": "object"
397
- },
398
- {
399
- "key": "track-enable",
400
- "description": "Tracking",
401
- "details": "Tracking Service",
402
- "optionType": [
403
- "constant",
404
- "variable",
405
- "ignore"
406
- ],
407
- "defaultOption": "ignore",
408
- "dataType": {
409
- "type": "boolean",
410
- "default": "true"
411
- },
412
- "dataPath": [],
413
- "objectType": "object"
414
- }
415
- ]
416
- },
417
- {
418
- "key": "service-route",
419
- "description": "IPv4 Static Service Route",
420
- "details": "Configure IPv4 Static Service Routes",
421
- "optionType": [
422
- "constant",
423
- "ignore"
424
- ],
425
- "defaultOption": "ignore",
426
- "dataPath": [
427
- "ip"
428
- ],
429
- "objectType": "tree",
430
- "primaryKeys": [
431
- "prefix"
432
- ],
433
- "children": [
434
- {
435
- "key": "prefix",
436
- "description": "Prefix",
437
- "details": "Prefix",
438
- "optionType": [
439
- "constant",
440
- "variable"
441
- ],
442
- "defaultOption": "constant",
443
- "dataType": {
444
- "type": "ipv4-prefix"
445
- },
446
- "dataPath": [],
447
- "objectType": "object"
448
- },
449
- {
450
- "key": "vpn",
451
- "description": "VPN",
452
- "details": "Destination VPN to resolve the prefix",
453
- "optionType": [
454
- "constant"
455
- ],
456
- "defaultOption": "constant",
457
- "dataType": {
458
- "type": "number",
459
- "min": 0,
460
- "max": 0,
461
- "default": 0
462
- },
463
- "dataPath": [],
464
- "objectType": "object"
465
- },
466
- {
467
- "key": "service",
468
- "description": "Service",
469
- "details": "Service",
470
- "optionType": [
471
- "constant",
472
- "notIgnore"
473
- ],
474
- "defaultOption": "notIgnore",
475
- "dataType": {
476
- "type": "enum",
477
- "values": [
478
- {
479
- "key": "sig",
480
- "value": "SIG"
481
- }
482
- ],
483
- "default": "sig"
484
- },
485
- "dataPath": [],
486
- "objectType": "object"
487
- }
488
- ]
489
- },
490
- {
491
- "key": "route",
492
- "description": "IPv4 Static Route",
493
- "details": "Configure IPv4 Static Routes",
494
- "optionType": [
495
- "constant",
496
- "variable",
497
- "ignore"
498
- ],
499
- "defaultOption": "ignore",
500
- "dataPath": [
501
- "ip"
502
- ],
503
- "objectType": "tree",
504
- "primaryKeys": [
505
- "prefix"
506
- ],
507
- "children": [
508
- {
509
- "key": "prefix",
510
- "description": "Prefix",
511
- "details": "Prefix",
512
- "optionType": [
513
- "constant",
514
- "variable"
515
- ],
516
- "defaultOption": "constant",
517
- "dataType": {
518
- "type": "ipv4-prefix"
519
- },
520
- "dataPath": [],
521
- "objectType": "object"
522
- },
523
- {
524
- "key": "next-hop",
525
- "description": "IP Gateway",
526
- "details": "IP gateway address",
527
- "optionType": [
528
- "constant",
529
- "variable",
530
- "ignore"
531
- ],
532
- "defaultOption": "ignore",
533
- "dataPath": [],
534
- "objectType": "tree",
535
- "primaryKeys": [
536
- "address"
537
- ],
538
- "children": [
539
- {
540
- "key": "address",
541
- "description": "Address",
542
- "details": "IP Address",
543
- "optionType": [
544
- "constant",
545
- "variable"
546
- ],
547
- "defaultOption": "constant",
548
- "dataType": {
549
- "type": "string"
550
- },
551
- "dataPath": [],
552
- "objectType": "object"
553
- },
554
- {
555
- "key": "distance",
556
- "description": "Distance",
557
- "details": "Administrative distance",
558
- "optionType": [
559
- "constant",
560
- "variable",
561
- "ignore"
562
- ],
563
- "defaultOption": "ignore",
564
- "dataType": {
565
- "type": "number",
566
- "min": 1,
567
- "max": 255,
568
- "default": 1
569
- },
570
- "dataPath": [],
571
- "objectType": "object"
572
- }
573
- ]
574
- },
575
- {
576
- "key": "next-hop-with-track",
577
- "description": "IP Gateway",
578
- "details": "IP gateway address",
579
- "optionType": [
580
- "constant",
581
- "variable",
582
- "ignore"
583
- ],
584
- "defaultOption": "ignore",
585
- "dataPath": [],
586
- "objectType": "tree",
587
- "primaryKeys": [
588
- "address"
589
- ],
590
- "children": [
591
- {
592
- "key": "address",
593
- "description": "Address",
594
- "details": "IP Address",
595
- "optionType": [
596
- "constant",
597
- "variable"
598
- ],
599
- "defaultOption": "constant",
600
- "dataType": {
601
- "type": "string"
602
- },
603
- "dataPath": [],
604
- "objectType": "object"
605
- },
606
- {
607
- "key": "distance",
608
- "description": "Distance",
609
- "details": "Administrative distance",
610
- "optionType": [
611
- "constant",
612
- "variable",
613
- "ignore"
614
- ],
615
- "defaultOption": "ignore",
616
- "dataType": {
617
- "type": "number",
618
- "min": 1,
619
- "max": 255,
620
- "default": 1
621
- },
622
- "dataPath": [],
623
- "objectType": "object"
624
- },
625
- {
626
- "key": "tracker",
627
- "description": "Tracker",
628
- "details": "Static route tracker",
629
- "optionType": [
630
- "constant",
631
- "variable"
632
- ],
633
- "defaultOption": "constant",
634
- "dataType": {
635
- "type": "string"
636
- },
637
- "dataPath": [],
638
- "objectType": "object"
639
- }
640
- ]
641
- },
642
- {
643
- "key": "null0",
644
- "description": "null0",
645
- "details": "null0",
646
- "optionType": [
647
- "constant",
648
- "variable",
649
- "ignore"
650
- ],
651
- "defaultOption": "ignore",
652
- "dataType": {
653
- "type": "boolean",
654
- "default": "false"
655
- },
656
- "dataPath": [],
657
- "objectType": "node-only"
658
- },
659
- {
660
- "key": "distance",
661
- "description": "Distance",
662
- "details": "Administrative distance",
663
- "optionType": [
664
- "constant",
665
- "variable",
666
- "ignore"
667
- ],
668
- "defaultOption": "ignore",
669
- "dataType": {
670
- "type": "number",
671
- "min": 1,
672
- "max": 255,
673
- "default": 1
674
- },
675
- "dataPath": [],
676
- "objectType": "object"
677
- },
678
- {
679
- "key": "vpn",
680
- "description": "VPN",
681
- "details": "Destination VPN(!=0 or !=512) to resolve the prefix",
682
- "optionType": [
683
- "constant",
684
- "variable",
685
- "ignore"
686
- ],
687
- "defaultOption": "ignore",
688
- "dataType": {
689
- "type": "number",
690
- "range": "0",
691
- "default": 0
692
- },
693
- "dataPath": [],
694
- "objectType": "object"
695
- },
696
- {
697
- "key": "dhcp",
698
- "description": "DHCP",
699
- "details": "Default Gateway obtained from DHCP",
700
- "optionType": [
701
- "constant",
702
- "variable",
703
- "ignore"
704
- ],
705
- "defaultOption": "ignore",
706
- "dataType": {
707
- "type": "boolean",
708
- "default": "false"
709
- },
710
- "dataPath": [],
711
- "objectType": "node-only"
712
- }
713
- ]
714
- },
715
- {
716
- "key": "route",
717
- "description": "IPv6 Static Route",
718
- "details": "Configure IPv6 Static Routes",
719
- "optionType": [
720
- "constant",
721
- "variable",
722
- "ignore"
723
- ],
724
- "defaultOption": "ignore",
725
- "dataPath": [
726
- "ipv6"
727
- ],
728
- "objectType": "tree",
729
- "primaryKeys": [
730
- "prefix"
731
- ],
732
- "children": [
733
- {
734
- "key": "prefix",
735
- "description": "Prefix",
736
- "details": "Prefix",
737
- "optionType": [
738
- "constant",
739
- "variable"
740
- ],
741
- "defaultOption": "constant",
742
- "dataType": {
743
- "type": "ipv6-prefix"
744
- },
745
- "dataPath": [],
746
- "objectType": "object"
747
- },
748
- {
749
- "key": "next-hop",
750
- "description": "IP Gateway",
751
- "details": "IP gateway address",
752
- "optionType": [
753
- "constant",
754
- "variable",
755
- "ignore"
756
- ],
757
- "defaultOption": "ignore",
758
- "dataPath": [],
759
- "objectType": "tree",
760
- "primaryKeys": [
761
- "address"
762
- ],
763
- "children": [
764
- {
765
- "key": "address",
766
- "description": "Address",
767
- "details": "IP Address",
768
- "optionType": [
769
- "constant",
770
- "variable"
771
- ],
772
- "defaultOption": "constant",
773
- "dataType": {
774
- "type": "ipv6"
775
- },
776
- "dataPath": [],
777
- "objectType": "object"
778
- },
779
- {
780
- "key": "distance",
781
- "description": "Distance",
782
- "details": "Administrative distance",
783
- "optionType": [
784
- "constant",
785
- "variable",
786
- "ignore"
787
- ],
788
- "defaultOption": "ignore",
789
- "dataType": {
790
- "type": "number",
791
- "min": 1,
792
- "max": 255,
793
- "default": 1
794
- },
795
- "dataPath": [],
796
- "objectType": "object"
797
- }
798
- ]
799
- },
800
- {
801
- "key": "null0",
802
- "description": "null0",
803
- "details": "null0",
804
- "optionType": [
805
- "constant",
806
- "variable",
807
- "ignore"
808
- ],
809
- "defaultOption": "ignore",
810
- "dataType": {
811
- "type": "boolean",
812
- "default": "false"
813
- },
814
- "dataPath": [],
815
- "objectType": "node-only"
816
- },
817
- {
818
- "key": "vpn",
819
- "description": "VPN",
820
- "details": "Destination VPN(!=0 or !=512) to resolve the prefix",
821
- "optionType": [
822
- "constant",
823
- "variable",
824
- "ignore"
825
- ],
826
- "defaultOption": "ignore",
827
- "dataType": {
828
- "type": "number",
829
- "range": "0",
830
- "default": 0
831
- },
832
- "dataPath": [],
833
- "objectType": "object"
834
- },
835
- {
836
- "key": "nat",
837
- "description": "NAT",
838
- "details": "NAT",
839
- "optionType": [
840
- "constant",
841
- "variable",
842
- "ignore"
843
- ],
844
- "defaultOption": "constant",
845
- "dataType": {
846
- "type": "radioButtonList",
847
- "default": "NAT64",
848
- "values": [
849
- {
850
- "label": "NAT64",
851
- "value": "NAT64"
852
- },
853
- {
854
- "label": "NAT66",
855
- "value": "NAT66"
856
- }
857
- ]
858
- },
859
- "dataPath": [],
860
- "objectType": "object"
861
- }
862
- ]
863
- },
864
- {
865
- "key": "gre-route",
866
- "description": "IPv4 Static GRE Route",
867
- "details": "Configure routes pointing to a GRE tunnel",
868
- "optionType": [
869
- "constant",
870
- "variable",
871
- "ignore"
872
- ],
873
- "defaultOption": "ignore",
874
- "dataPath": [
875
- "ip"
876
- ],
877
- "objectType": "tree",
878
- "primaryKeys": [
879
- "prefix"
880
- ],
881
- "children": [
882
- {
883
- "key": "prefix",
884
- "description": "Prefix",
885
- "details": "Prefix",
886
- "optionType": [
887
- "constant",
888
- "variable"
889
- ],
890
- "defaultOption": "constant",
891
- "dataType": {
892
- "type": "ipv4-prefix"
893
- },
894
- "dataPath": [],
895
- "objectType": "object"
896
- },
897
- {
898
- "key": "vpn",
899
- "description": "VPN",
900
- "details": "Destination VPN to resolve the prefix",
901
- "optionType": [
902
- "constant"
903
- ],
904
- "defaultOption": "constant",
905
- "dataType": {
906
- "type": "number",
907
- "min": 0,
908
- "max": 0,
909
- "default": 0
910
- },
911
- "dataPath": [],
912
- "objectType": "object"
913
- },
914
- {
915
- "key": "interface",
916
- "description": "GRE Interface (Maximum entries allowed: 2)",
917
- "details": "List of GRE Interfaces",
918
- "optionType": [
919
- "constant",
920
- "variable",
921
- "ignore"
922
- ],
923
- "defaultOption": "ignore",
924
- "dataType": {
925
- "type": "string"
926
- },
927
- "minChildren": "0",
928
- "maxChildren": "2",
929
- "dataPath": [],
930
- "objectType": "list"
931
- }
932
- ]
933
- },
934
- {
935
- "key": "ipsec-route",
936
- "description": "IPv4 Static IPSEC Route",
937
- "details": "Configure routes pointing to a IPSEC tunnel",
938
- "optionType": [
939
- "constant",
940
- "variable",
941
- "ignore"
942
- ],
943
- "defaultOption": "ignore",
944
- "dataPath": [
945
- "ip"
946
- ],
947
- "objectType": "tree",
948
- "primaryKeys": [
949
- "prefix"
950
- ],
951
- "children": [
952
- {
953
- "key": "prefix",
954
- "description": "Prefix",
955
- "details": "Prefix",
956
- "optionType": [
957
- "constant",
958
- "variable"
959
- ],
960
- "defaultOption": "constant",
961
- "dataType": {
962
- "type": "ipv4-prefix"
963
- },
964
- "dataPath": [],
965
- "objectType": "object"
966
- },
967
- {
968
- "key": "vpn",
969
- "description": "VPN",
970
- "details": "Destination VPN to resolve the prefix",
971
- "optionType": [
972
- "constant"
973
- ],
974
- "defaultOption": "constant",
975
- "dataType": {
976
- "type": "number",
977
- "min": 0,
978
- "max": 0,
979
- "default": 0
980
- },
981
- "dataPath": [],
982
- "objectType": "object"
983
- },
984
- {
985
- "key": "interface",
986
- "description": "IPSEC Interface (Maximum entries allowed: 2)",
987
- "details": "List of IPSEC Interfaces (Separated by commas)",
988
- "optionType": [
989
- "constant",
990
- "variable",
991
- "ignore"
992
- ],
993
- "defaultOption": "ignore",
994
- "dataType": {
995
- "type": "interfaceList"
996
- },
997
- "minChildren": "0",
998
- "maxChildren": "2",
999
- "dataPath": [],
1000
- "objectType": "list"
1001
- }
1002
- ]
1003
- },
1004
- {
1005
- "key": "advertise",
1006
- "description": "Advertise",
1007
- "details": "Advertise routes to OMP",
1008
- "optionType": [
1009
- "constant",
1010
- "variable",
1011
- "ignore"
1012
- ],
1013
- "defaultOption": "ignore",
1014
- "dataPath": [
1015
- "omp"
1016
- ],
1017
- "objectType": "tree",
1018
- "primaryKeys": [
1019
- "protocol"
1020
- ],
1021
- "children": [
1022
- {
1023
- "key": "protocol",
1024
- "description": "Protocol",
1025
- "details": "Advertised routes protocol",
1026
- "optionType": [
1027
- "constant",
1028
- "variable",
1029
- "ignore"
1030
- ],
1031
- "defaultOption": "constant",
1032
- "dataType": {
1033
- "type": "enum",
1034
- "values": [
1035
- {
1036
- "key": "bgp",
1037
- "value": "BGP"
1038
- },
1039
- {
1040
- "key": "ospf",
1041
- "value": "OSPF"
1042
- },
1043
- {
1044
- "key": "ospfv3",
1045
- "value": "OSPFV3"
1046
- },
1047
- {
1048
- "key": "connected",
1049
- "value": "Connected"
1050
- },
1051
- {
1052
- "key": "static",
1053
- "value": "Static"
1054
- },
1055
- {
1056
- "key": "network",
1057
- "value": "Network"
1058
- },
1059
- {
1060
- "key": "aggregate",
1061
- "value": "Aggregate"
1062
- },
1063
- {
1064
- "key": "eigrp",
1065
- "value": "EIGRP"
1066
- },
1067
- {
1068
- "key": "lisp",
1069
- "value": "LISP"
1070
- },
1071
- {
1072
- "key": "isis",
1073
- "value": "ISIS"
1074
- }
1075
- ]
1076
- },
1077
- "dataPath": [],
1078
- "objectType": "object"
1079
- },
1080
- {
1081
- "key": "route-policy",
1082
- "description": "Route Policy",
1083
- "details": "Set Route Policy to OMP",
1084
- "optionType": [
1085
- "constant",
1086
- "variable",
1087
- "ignore"
1088
- ],
1089
- "defaultOption": "ignore",
1090
- "dataType": {
1091
- "type": "string",
1092
- "minLength": 1,
1093
- "maxLength": 127
1094
- },
1095
- "dataPath": [],
1096
- "objectType": "object"
1097
- },
1098
- {
1099
- "key": "protocol-sub-type",
1100
- "optionType": [
1101
- "constant",
1102
- "variable",
1103
- "ignore"
1104
- ],
1105
- "defaultOption": "ignore",
1106
- "minElements": 1,
1107
- "dataType": {
1108
- "type": "enum",
1109
- "values": [
1110
- {
1111
- "key": "external",
1112
- "value": "External"
1113
- }
1114
- ]
1115
- },
1116
- "dataPath": [],
1117
- "objectType": "list"
1118
- },
1119
- {
1120
- "key": "prefix-list",
1121
- "optionType": [
1122
- "constant",
1123
- "variable",
1124
- "ignore"
1125
- ],
1126
- "defaultOption": "ignore",
1127
- "minElements": 1,
1128
- "dataPath": [],
1129
- "objectType": "tree",
1130
- "primaryKeys": [
1131
- "prefix-entry"
1132
- ],
1133
- "children": [
1134
- {
1135
- "key": "prefix-entry",
1136
- "description": "Prefix",
1137
- "details": "Prefix",
1138
- "optionType": [
1139
- "constant",
1140
- "variable"
1141
- ],
1142
- "defaultOption": "constant",
1143
- "dataType": {
1144
- "type": "ipv4-prefix"
1145
- },
1146
- "dataPath": [],
1147
- "objectType": "object"
1148
- },
1149
- {
1150
- "key": "aggregate-only",
1151
- "description": "Aggregate Only",
1152
- "details": "Aggregate Only",
1153
- "optionType": [
1154
- "constant",
1155
- "variable",
1156
- "ignore"
1157
- ],
1158
- "defaultOption": "ignore",
1159
- "dataType": {
1160
- "type": "boolean",
1161
- "default": "false"
1162
- },
1163
- "dataPath": [],
1164
- "objectType": "object"
1165
- },
1166
- {
1167
- "key": "region",
1168
- "description": "Region",
1169
- "details": "Region",
1170
- "optionType": [
1171
- "constant",
1172
- "variable",
1173
- "ignore"
1174
- ],
1175
- "defaultOption": "ignore",
1176
- "dataType": {
1177
- "type": "enum",
1178
- "values": [
1179
- {
1180
- "key": "core",
1181
- "value": "Core"
1182
- },
1183
- {
1184
- "key": "access",
1185
- "value": "Access"
1186
- }
1187
- ]
1188
- },
1189
- "dataPath": [],
1190
- "objectType": "object"
1191
- }
1192
- ]
1193
- }
1194
- ]
1195
- },
1196
- {
1197
- "key": "ipv6-advertise",
1198
- "description": "Advertise",
1199
- "details": "Advertise routes to OMP",
1200
- "optionType": [
1201
- "constant",
1202
- "variable",
1203
- "ignore"
1204
- ],
1205
- "defaultOption": "ignore",
1206
- "dataPath": [
1207
- "omp"
1208
- ],
1209
- "objectType": "tree",
1210
- "primaryKeys": [
1211
- "protocol"
1212
- ],
1213
- "children": [
1214
- {
1215
- "key": "protocol",
1216
- "description": "Protocol",
1217
- "details": "Advertised routes protocol",
1218
- "optionType": [
1219
- "constant",
1220
- "variable",
1221
- "ignore"
1222
- ],
1223
- "defaultOption": "constant",
1224
- "dataType": {
1225
- "type": "enum",
1226
- "values": [
1227
- {
1228
- "key": "bgp",
1229
- "value": "BGP"
1230
- },
1231
- {
1232
- "key": "ospf",
1233
- "value": "Ospf"
1234
- },
1235
- {
1236
- "key": "connected",
1237
- "value": "Connected"
1238
- },
1239
- {
1240
- "key": "static",
1241
- "value": "Static"
1242
- },
1243
- {
1244
- "key": "network",
1245
- "value": "Network"
1246
- },
1247
- {
1248
- "key": "aggregate",
1249
- "value": "Aggregate"
1250
- }
1251
- ]
1252
- },
1253
- "dataPath": [],
1254
- "objectType": "object"
1255
- },
1256
- {
1257
- "key": "route-policy",
1258
- "description": "Route Policy",
1259
- "optionType": [
1260
- "constant",
1261
- "variable",
1262
- "ignore"
1263
- ],
1264
- "defaultOption": "ignore",
1265
- "dataType": {
1266
- "type": "string",
1267
- "minLength": 1,
1268
- "maxLength": 127
1269
- },
1270
- "dataPath": [],
1271
- "objectType": "object"
1272
- },
1273
- {
1274
- "key": "protocol-sub-type",
1275
- "optionType": [
1276
- "constant",
1277
- "variable",
1278
- "ignore"
1279
- ],
1280
- "defaultOption": "ignore",
1281
- "minElements": 1,
1282
- "dataType": {
1283
- "type": "enum",
1284
- "values": [
1285
- {
1286
- "key": "external",
1287
- "value": "External"
1288
- }
1289
- ]
1290
- },
1291
- "dataPath": [],
1292
- "objectType": "list"
1293
- },
1294
- {
1295
- "key": "prefix-list",
1296
- "optionType": [
1297
- "constant",
1298
- "variable",
1299
- "ignore"
1300
- ],
1301
- "defaultOption": "ignore",
1302
- "minElements": 1,
1303
- "dataPath": [],
1304
- "objectType": "tree",
1305
- "primaryKeys": [
1306
- "prefix-entry"
1307
- ],
1308
- "children": [
1309
- {
1310
- "key": "prefix-entry",
1311
- "description": "Prefix",
1312
- "details": "Prefix",
1313
- "optionType": [
1314
- "constant",
1315
- "variable"
1316
- ],
1317
- "defaultOption": "constant",
1318
- "dataType": {
1319
- "type": "ipv6-prefix"
1320
- },
1321
- "dataPath": [],
1322
- "objectType": "object"
1323
- },
1324
- {
1325
- "key": "aggregate-only",
1326
- "description": "Aggregate Only",
1327
- "details": "Aggregate Only",
1328
- "optionType": [
1329
- "constant",
1330
- "variable",
1331
- "ignore"
1332
- ],
1333
- "defaultOption": "ignore",
1334
- "dataType": {
1335
- "type": "boolean",
1336
- "default": "false"
1337
- },
1338
- "dataPath": [],
1339
- "objectType": "object"
1340
- },
1341
- {
1342
- "key": "region",
1343
- "description": "Region",
1344
- "details": "Region",
1345
- "optionType": [
1346
- "constant",
1347
- "variable",
1348
- "ignore"
1349
- ],
1350
- "defaultOption": "constant",
1351
- "dataType": {
1352
- "type": "enum",
1353
- "values": [
1354
- {
1355
- "key": "core",
1356
- "value": "Core"
1357
- },
1358
- {
1359
- "key": "access",
1360
- "value": "Access"
1361
- }
1362
- ]
1363
- },
1364
- "dataPath": [],
1365
- "objectType": "object"
1366
- }
1367
- ]
1368
- }
1369
- ]
1370
- },
1371
- {
1372
- "key": "pool",
1373
- "description": "NAT64 V4 Pool",
1374
- "details": "Set NAT64 v4 pool range",
1375
- "optionType": [
1376
- "constant",
1377
- "variable",
1378
- "ignore"
1379
- ],
1380
- "defaultOption": "ignore",
1381
- "dataPath": [
1382
- "nat64",
1383
- "v4"
1384
- ],
1385
- "objectType": "tree",
1386
- "primaryKeys": [
1387
- "name"
1388
- ],
1389
- "children": [
1390
- {
1391
- "key": "name",
1392
- "description": "NAT64 Pool name",
1393
- "details": "NAT64 Pool name",
1394
- "optionType": [
1395
- "constant"
1396
- ],
1397
- "defaultOption": "constant",
1398
- "dataType": {
1399
- "type": "string",
1400
- "minLength": 1,
1401
- "maxLength": 32
1402
- },
1403
- "dataPath": [],
1404
- "objectType": "object"
1405
- },
1406
- {
1407
- "key": "start-address",
1408
- "description": "NAT 64 v4 Pool Range Start",
1409
- "details": "Starting IP address of NAT pool range",
1410
- "optionType": [
1411
- "constant",
1412
- "variable"
1413
- ],
1414
- "defaultOption": "constant",
1415
- "dataType": {
1416
- "type": "ipv4"
1417
- },
1418
- "dataPath": [],
1419
- "objectType": "object"
1420
- },
1421
- {
1422
- "key": "end-address",
1423
- "description": "NAT 64 v4 Pool Range End",
1424
- "details": "Ending IP address of NAT pool range",
1425
- "optionType": [
1426
- "constant",
1427
- "variable"
1428
- ],
1429
- "defaultOption": "constant",
1430
- "dataType": {
1431
- "type": "ipv4"
1432
- },
1433
- "dataPath": [],
1434
- "objectType": "object"
1435
- },
1436
- {
1437
- "key": "overload",
1438
- "description": "NAT 64 Overload",
1439
- "details": "NAT 64 Overload Option",
1440
- "optionType": [
1441
- "constant",
1442
- "variable",
1443
- "ignore"
1444
- ],
1445
- "defaultOption": "ignore",
1446
- "dataType": {
1447
- "type": "boolean",
1448
- "default": "false"
1449
- },
1450
- "dataPath": [],
1451
- "objectType": "node-only"
1452
- },
1453
- {
1454
- "key": "leak_from_global",
1455
- "description": "Enable Route Leaking from Global VPN",
1456
- "details": "Enable Route Leaking from Global VPN to this Service VPN",
1457
- "optionType": [
1458
- "constant"
1459
- ],
1460
- "defaultOption": "constant",
1461
- "dataType": {
1462
- "type": "boolean",
1463
- "default": "false"
1464
- },
1465
- "dataPath": [],
1466
- "objectType": "object"
1467
- },
1468
- {
1469
- "key": "leak_from_global_protocol",
1470
- "description": "Protocol",
1471
- "details": "Select protocol for route leaking",
1472
- "optionType": [
1473
- "constant"
1474
- ],
1475
- "defaultOption": "constant",
1476
- "dataType": {
1477
- "type": "enum",
1478
- "values": [
1479
- {
1480
- "key": "all",
1481
- "value": "All"
1482
- },
1483
- {
1484
- "key": "static",
1485
- "value": "Static"
1486
- },
1487
- {
1488
- "key": "mobile",
1489
- "value": "Mobile"
1490
- },
1491
- {
1492
- "key": "connected",
1493
- "value": "Connected"
1494
- },
1495
- {
1496
- "key": "rip",
1497
- "value": "Rip"
1498
- },
1499
- {
1500
- "key": "odr",
1501
- "value": "Odr"
1502
- }
1503
- ]
1504
- },
1505
- "dataPath": [],
1506
- "objectType": "object"
1507
- },
1508
- {
1509
- "key": "leak_to_global",
1510
- "description": "Enable Route Leaking to Global VPN",
1511
- "details": "Enable Route Leaking from this Service VPN to Global VPN",
1512
- "optionType": [
1513
- "constant"
1514
- ],
1515
- "defaultOption": "constant",
1516
- "dataType": {
1517
- "type": "boolean",
1518
- "default": "false"
1519
- },
1520
- "dataPath": [],
1521
- "objectType": "object"
1522
- }
1523
- ]
1524
- },
1525
- {
1526
- "key": "natpool",
1527
- "description": "NAT Pool",
1528
- "details": "Configure NAT Pool entries",
1529
- "optionType": [
1530
- "constant",
1531
- "variable",
1532
- "ignore"
1533
- ],
1534
- "defaultOption": "ignore",
1535
- "dataPath": [
1536
- "nat"
1537
- ],
1538
- "objectType": "tree",
1539
- "primaryKeys": [
1540
- "name"
1541
- ],
1542
- "children": [
1543
- {
1544
- "key": "name",
1545
- "description": "NAT Pool Name",
1546
- "details": "NAT Pool Name, natpool1..31",
1547
- "optionType": [
1548
- "constant",
1549
- "variable"
1550
- ],
1551
- "defaultOption": "constant",
1552
- "dataType": {
1553
- "type": "number",
1554
- "min": 1,
1555
- "max": 31
1556
- },
1557
- "dataPath": [],
1558
- "objectType": "object"
1559
- },
1560
- {
1561
- "key": "prefix-length",
1562
- "description": "NAT Pool Prefix Length",
1563
- "details": "Ending IP address of NAT Pool Prefix Length",
1564
- "optionType": [
1565
- "constant",
1566
- "variable"
1567
- ],
1568
- "defaultOption": "constant",
1569
- "dataType": {
1570
- "type": "number",
1571
- "min": 1,
1572
- "max": 32
1573
- },
1574
- "dataPath": [],
1575
- "objectType": "object"
1576
- },
1577
- {
1578
- "key": "range-start",
1579
- "description": "NAT Pool Range Start",
1580
- "details": "Starting IP address of NAT pool range",
1581
- "optionType": [
1582
- "constant",
1583
- "variable"
1584
- ],
1585
- "defaultOption": "constant",
1586
- "dataType": {
1587
- "type": "ipv4"
1588
- },
1589
- "dataPath": [],
1590
- "objectType": "object"
1591
- },
1592
- {
1593
- "key": "range-end",
1594
- "description": "NAT Pool Range End",
1595
- "details": "Ending IP address of NAT pool range",
1596
- "optionType": [
1597
- "constant",
1598
- "variable"
1599
- ],
1600
- "defaultOption": "constant",
1601
- "dataType": {
1602
- "type": "ipv4"
1603
- },
1604
- "dataPath": [],
1605
- "objectType": "object"
1606
- },
1607
- {
1608
- "key": "overload",
1609
- "description": "NAT Overload",
1610
- "details": "Enable port translation(PAT)",
1611
- "optionType": [
1612
- "constant",
1613
- "variable",
1614
- "ignore"
1615
- ],
1616
- "defaultOption": "ignore",
1617
- "dataType": {
1618
- "type": "boolean",
1619
- "default": "true"
1620
- },
1621
- "dataPath": [],
1622
- "objectType": "object"
1623
- },
1624
- {
1625
- "key": "direction",
1626
- "description": "NAT Direction",
1627
- "details": "Direction of NAT translation",
1628
- "optionType": [
1629
- "constant",
1630
- "variable"
1631
- ],
1632
- "defaultOption": "constant",
1633
- "dataType": {
1634
- "type": "enum",
1635
- "values": [
1636
- {
1637
- "key": "inside",
1638
- "value": "Inside"
1639
- },
1640
- {
1641
- "key": "outside",
1642
- "value": "Outside"
1643
- }
1644
- ]
1645
- },
1646
- "dataPath": [],
1647
- "objectType": "object"
1648
- },
1649
- {
1650
- "key": "tracker-id",
1651
- "description": "Add Object/Object Group Tracker",
1652
- "details": "Add Object/Object Group Tracker",
1653
- "optionType": [
1654
- "constant",
1655
- "variable",
1656
- "ignore"
1657
- ],
1658
- "defaultOption": "ignore",
1659
- "dataType": {
1660
- "type": "number",
1661
- "min": 1,
1662
- "max": 1000
1663
- },
1664
- "dataPath": [],
1665
- "objectType": "object"
1666
- }
1667
- ]
1668
- },
1669
- {
1670
- "key": "static",
1671
- "description": "Static NAT Rules",
1672
- "details": "Configure static NAT entries",
1673
- "optionType": [
1674
- "constant",
1675
- "variable",
1676
- "ignore"
1677
- ],
1678
- "defaultOption": "ignore",
1679
- "dataPath": [
1680
- "nat"
1681
- ],
1682
- "objectType": "tree",
1683
- "primaryKeys": [
1684
- "source-ip",
1685
- "translate-ip"
1686
- ],
1687
- "children": [
1688
- {
1689
- "key": "pool-name",
1690
- "description": "NAT Pool Name",
1691
- "details": "NAT Pool Name, natpool1..31",
1692
- "optionType": [
1693
- "constant",
1694
- "variable",
1695
- "ignore"
1696
- ],
1697
- "defaultOption": "ignore",
1698
- "dataType": {
1699
- "type": "enum",
1700
- "values": []
1701
- },
1702
- "dataPath": [],
1703
- "objectType": "object"
1704
- },
1705
- {
1706
- "key": "source-ip",
1707
- "description": "Source IP Address",
1708
- "details": "Source IP address to be translated",
1709
- "optionType": [
1710
- "constant",
1711
- "variable"
1712
- ],
1713
- "defaultOption": "constant",
1714
- "dataType": {
1715
- "type": "ipv4"
1716
- },
1717
- "dataPath": [],
1718
- "objectType": "object"
1719
- },
1720
- {
1721
- "key": "translate-ip",
1722
- "description": "Translated Source IP Address",
1723
- "details": "Statically translated source IP address",
1724
- "optionType": [
1725
- "constant",
1726
- "variable"
1727
- ],
1728
- "defaultOption": "constant",
1729
- "dataType": {
1730
- "type": "ipv4"
1731
- },
1732
- "dataPath": [],
1733
- "objectType": "object"
1734
- },
1735
- {
1736
- "key": "static-nat-direction",
1737
- "description": "Static NAT Direction",
1738
- "details": "Direction of static NAT translation",
1739
- "optionType": [
1740
- "constant",
1741
- "variable"
1742
- ],
1743
- "defaultOption": "constant",
1744
- "dataType": {
1745
- "type": "enum",
1746
- "values": [
1747
- {
1748
- "key": "inside",
1749
- "value": "Inside"
1750
- },
1751
- {
1752
- "key": "outside",
1753
- "value": "Outside"
1754
- }
1755
- ]
1756
- },
1757
- "dataPath": [],
1758
- "objectType": "object"
1759
- },
1760
- {
1761
- "key": "tracker-id",
1762
- "description": "Add Object/Object Group Tracker",
1763
- "details": "Add Object/Object Group Tracker",
1764
- "optionType": [
1765
- "constant",
1766
- "variable",
1767
- "ignore"
1768
- ],
1769
- "defaultOption": "ignore",
1770
- "dataType": {
1771
- "type": "number",
1772
- "min": 1,
1773
- "max": 1000
1774
- },
1775
- "dataPath": [],
1776
- "objectType": "object"
1777
- }
1778
- ]
1779
- },
1780
- {
1781
- "key": "subnet-static",
1782
- "description": "Static NAT Subnet Rules",
1783
- "details": "Configure static NAT Subnet entries",
1784
- "optionType": [
1785
- "constant",
1786
- "variable",
1787
- "ignore"
1788
- ],
1789
- "defaultOption": "ignore",
1790
- "dataPath": [
1791
- "nat"
1792
- ],
1793
- "objectType": "tree",
1794
- "primaryKeys": [
1795
- "source-ip-subnet",
1796
- "translate-ip-subnet"
1797
- ],
1798
- "children": [
1799
- {
1800
- "key": "source-ip-subnet",
1801
- "description": "Source IP Subnet",
1802
- "details": "Source IP Subnet to be translated",
1803
- "optionType": [
1804
- "constant",
1805
- "variable"
1806
- ],
1807
- "defaultOption": "constant",
1808
- "dataType": {
1809
- "type": "ipv4"
1810
- },
1811
- "dataPath": [],
1812
- "objectType": "object"
1813
- },
1814
- {
1815
- "key": "translate-ip-subnet",
1816
- "description": "Translated Source IP Subnet",
1817
- "details": "Statically translated source IP Subnet",
1818
- "optionType": [
1819
- "constant",
1820
- "variable"
1821
- ],
1822
- "defaultOption": "constant",
1823
- "dataType": {
1824
- "type": "ipv4"
1825
- },
1826
- "dataPath": [],
1827
- "objectType": "object"
1828
- },
1829
- {
1830
- "key": "prefix-length",
1831
- "description": "Network Prefix Length",
1832
- "details": "Network Prefix Length",
1833
- "optionType": [
1834
- "constant",
1835
- "variable"
1836
- ],
1837
- "defaultOption": "constant",
1838
- "dataType": {
1839
- "type": "number",
1840
- "min": 1,
1841
- "max": 32
1842
- },
1843
- "dataPath": [],
1844
- "objectType": "object"
1845
- },
1846
- {
1847
- "key": "static-nat-direction",
1848
- "description": "Static NAT Direction",
1849
- "details": "Direction of static NAT translation",
1850
- "optionType": [
1851
- "constant",
1852
- "variable"
1853
- ],
1854
- "defaultOption": "constant",
1855
- "dataType": {
1856
- "type": "enum",
1857
- "values": [
1858
- {
1859
- "key": "inside",
1860
- "value": "Inside"
1861
- },
1862
- {
1863
- "key": "outside",
1864
- "value": "Outside"
1865
- }
1866
- ]
1867
- },
1868
- "dataPath": [],
1869
- "objectType": "object"
1870
- },
1871
- {
1872
- "key": "tracker-id",
1873
- "description": "Add Object/Object Group Tracker",
1874
- "details": "Add Object/Object Group Tracker",
1875
- "optionType": [
1876
- "constant",
1877
- "variable",
1878
- "ignore"
1879
- ],
1880
- "defaultOption": "ignore",
1881
- "dataType": {
1882
- "type": "number",
1883
- "min": 1,
1884
- "max": 1000
1885
- },
1886
- "dataPath": [],
1887
- "objectType": "object"
1888
- }
1889
- ]
1890
- },
1891
- {
1892
- "key": "port-forward",
1893
- "description": "Port Forward",
1894
- "details": "Configure Port Forward entries",
1895
- "optionType": [
1896
- "constant",
1897
- "variable",
1898
- "ignore"
1899
- ],
1900
- "defaultOption": "ignore",
1901
- "dataPath": [
1902
- "nat"
1903
- ],
1904
- "objectType": "tree",
1905
- "primaryKeys": [
1906
- "source-port",
1907
- "translate-port",
1908
- "source-ip",
1909
- "translate-ip",
1910
- "proto"
1911
- ],
1912
- "children": [
1913
- {
1914
- "key": "pool-name",
1915
- "description": "NAT Pool Name",
1916
- "details": "NAT Pool Name, natpool1..31",
1917
- "optionType": [
1918
- "constant",
1919
- "variable",
1920
- "ignore"
1921
- ],
1922
- "defaultOption": "ignore",
1923
- "dataType": {
1924
- "type": "enum",
1925
- "values": []
1926
- },
1927
- "dataPath": [],
1928
- "objectType": "object"
1929
- },
1930
- {
1931
- "key": "source-port",
1932
- "description": "Source Port",
1933
- "details": "Source Port",
1934
- "optionType": [
1935
- "constant",
1936
- "variable"
1937
- ],
1938
- "defaultOption": "constant",
1939
- "dataType": {
1940
- "type": "number",
1941
- "default": 0
1942
- },
1943
- "dataPath": [],
1944
- "objectType": "object"
1945
- },
1946
- {
1947
- "key": "translate-port",
1948
- "description": "Translate Port",
1949
- "details": "Translate Port",
1950
- "optionType": [
1951
- "constant",
1952
- "variable"
1953
- ],
1954
- "defaultOption": "constant",
1955
- "dataType": {
1956
- "type": "number",
1957
- "default": 0
1958
- },
1959
- "dataPath": [],
1960
- "objectType": "object"
1961
- },
1962
- {
1963
- "key": "source-ip",
1964
- "description": "Source IP Address",
1965
- "details": "Source IP address to be translated",
1966
- "optionType": [
1967
- "constant",
1968
- "variable"
1969
- ],
1970
- "defaultOption": "constant",
1971
- "dataType": {
1972
- "type": "ipv4"
1973
- },
1974
- "dataPath": [],
1975
- "objectType": "object"
1976
- },
1977
- {
1978
- "key": "translate-ip",
1979
- "description": "Translated Source IP Address",
1980
- "details": "Statically translated source IP address",
1981
- "optionType": [
1982
- "constant",
1983
- "variable"
1984
- ],
1985
- "defaultOption": "constant",
1986
- "dataType": {
1987
- "type": "ipv4"
1988
- },
1989
- "dataPath": [],
1990
- "objectType": "object"
1991
- },
1992
- {
1993
- "key": "proto",
1994
- "description": "Protocol",
1995
- "details": "Protocol",
1996
- "optionType": [
1997
- "constant",
1998
- "variable"
1999
- ],
2000
- "defaultOption": "constant",
2001
- "dataType": {
2002
- "type": "enum",
2003
- "values": [
2004
- {
2005
- "key": "tcp",
2006
- "value": "TCP"
2007
- },
2008
- {
2009
- "key": "udp",
2010
- "value": "UDP"
2011
- }
2012
- ]
2013
- },
2014
- "dataPath": [],
2015
- "objectType": "object"
2016
- }
2017
- ]
2018
- },
2019
- {
2020
- "key": "route-import",
2021
- "description": "Enable route leaking from Global VPN",
2022
- "details": "Enable route leaking from Global VPN to this Service VPN",
2023
- "optionType": [
2024
- "constant",
2025
- "variable",
2026
- "ignore"
2027
- ],
2028
- "defaultOption": "ignore",
2029
- "dataPath": [],
2030
- "objectType": "tree",
2031
- "primaryKeys": [
2032
- "protocol"
2033
- ],
2034
- "children": [
2035
- {
2036
- "key": "protocol",
2037
- "description": "Route Protocol Leak from Global to Service",
2038
- "details": "Select a Route Protocol to enable route leaking from Global VPN to this Service VPN",
2039
- "optionType": [
2040
- "constant",
2041
- "variable"
2042
- ],
2043
- "defaultOption": "constant",
2044
- "dataType": {
2045
- "type": "enum",
2046
- "values": [
2047
- {
2048
- "key": "static",
2049
- "value": "static"
2050
- },
2051
- {
2052
- "key": "connected",
2053
- "value": "connected"
2054
- },
2055
- {
2056
- "key": "bgp",
2057
- "value": "bgp"
2058
- },
2059
- {
2060
- "key": "ospf",
2061
- "value": "ospf"
2062
- }
2063
- ]
2064
- },
2065
- "dataPath": [],
2066
- "objectType": "object"
2067
- },
2068
- {
2069
- "key": "protocol-sub-type",
2070
- "optionType": [
2071
- "constant",
2072
- "variable"
2073
- ],
2074
- "defaultOption": "constant",
2075
- "minElements": 1,
2076
- "dataType": {
2077
- "type": "enum",
2078
- "values": [
2079
- {
2080
- "key": "external",
2081
- "value": "external"
2082
- }
2083
- ],
2084
- "default": "external"
2085
- },
2086
- "dataPath": [],
2087
- "objectType": "list"
2088
- },
2089
- {
2090
- "key": "route-policy",
2091
- "description": "Route Policy Leak from Global to Service",
2092
- "details": "Select a Route Policy to enable route leaking from Global VPN to this Service VPN",
2093
- "optionType": [
2094
- "constant",
2095
- "ignore"
2096
- ],
2097
- "defaultOption": "ignore",
2098
- "dataType": {
2099
- "type": "enum",
2100
- "values": [],
2101
- "default": ""
2102
- },
2103
- "dataPath": [],
2104
- "objectType": "object"
2105
- },
2106
- {
2107
- "key": "redistribute",
2108
- "description": "Redistribute To Protocol",
2109
- "details": "Enable redistribution of replicated route protocol",
2110
- "optionType": [
2111
- "constant",
2112
- "variable",
2113
- "ignore"
2114
- ],
2115
- "defaultOption": "ignore",
2116
- "dataPath": [],
2117
- "objectType": "tree",
2118
- "primaryKeys": [
2119
- "protocol"
2120
- ],
2121
- "children": [
2122
- {
2123
- "key": "protocol",
2124
- "description": "Protocol",
2125
- "details": "Select a Route Protocol to enable redistribution",
2126
- "optionType": [
2127
- "constant",
2128
- "variable"
2129
- ],
2130
- "defaultOption": "constant",
2131
- "dataType": {
2132
- "type": "enum",
2133
- "values": [
2134
- {
2135
- "key": "bgp",
2136
- "value": "bgp"
2137
- },
2138
- {
2139
- "key": "eigrp",
2140
- "value": "eigrp"
2141
- },
2142
- {
2143
- "key": "ospf",
2144
- "value": "ospf"
2145
- }
2146
- ]
2147
- },
2148
- "dataPath": [],
2149
- "objectType": "object"
2150
- },
2151
- {
2152
- "key": "route-policy",
2153
- "description": "Redistribution Policy",
2154
- "details": "Select a Route Policy to enable redistribution",
2155
- "optionType": [
2156
- "constant",
2157
- "ignore"
2158
- ],
2159
- "defaultOption": "ignore",
2160
- "dataType": {
2161
- "type": "enum",
2162
- "values": [],
2163
- "default": ""
2164
- },
2165
- "dataPath": [],
2166
- "objectType": "object"
2167
- }
2168
- ]
2169
- }
2170
- ]
2171
- },
2172
- {
2173
- "key": "route-import-from",
2174
- "description": "Enable inter-service VPN route leak",
2175
- "details": "Enable route leak from Service VPN to current VPN",
2176
- "optionType": [
2177
- "constant",
2178
- "variable",
2179
- "ignore"
2180
- ],
2181
- "defaultOption": "ignore",
2182
- "dataPath": [],
2183
- "objectType": "tree",
2184
- "primaryKeys": [
2185
- "source-vpn",
2186
- "protocol"
2187
- ],
2188
- "children": [
2189
- {
2190
- "key": "source-vpn",
2191
- "description": "Source VPN",
2192
- "details": "Select a Source VPN where route leaks from",
2193
- "optionType": [
2194
- "constant",
2195
- "variable"
2196
- ],
2197
- "defaultOption": "constant",
2198
- "dataType": {
2199
- "type": "number",
2200
- "min": 1,
2201
- "max": 65530,
2202
- "default": 1
2203
- },
2204
- "dataPath": [],
2205
- "objectType": "object"
2206
- },
2207
- {
2208
- "key": "protocol",
2209
- "description": "Route Protocol Leak to Current VPN",
2210
- "details": "Select a Route Protocol to enable route leaking to current VPN",
2211
- "optionType": [
2212
- "constant",
2213
- "variable"
2214
- ],
2215
- "defaultOption": "constant",
2216
- "dataType": {
2217
- "type": "enum",
2218
- "values": [
2219
- {
2220
- "key": "static",
2221
- "value": "static"
2222
- },
2223
- {
2224
- "key": "connected",
2225
- "value": "connected"
2226
- },
2227
- {
2228
- "key": "bgp",
2229
- "value": "bgp"
2230
- },
2231
- {
2232
- "key": "ospf",
2233
- "value": "ospf"
2234
- },
2235
- {
2236
- "key": "eigrp",
2237
- "value": "eigrp"
2238
- }
2239
- ]
2240
- },
2241
- "dataPath": [],
2242
- "objectType": "object"
2243
- },
2244
- {
2245
- "key": "protocol-sub-type",
2246
- "optionType": [
2247
- "constant",
2248
- "variable"
2249
- ],
2250
- "defaultOption": "constant",
2251
- "minElements": 1,
2252
- "dataType": {
2253
- "type": "enum",
2254
- "values": [
2255
- {
2256
- "key": "external",
2257
- "value": "external"
2258
- }
2259
- ],
2260
- "default": "external"
2261
- },
2262
- "dataPath": [],
2263
- "objectType": "list"
2264
- },
2265
- {
2266
- "key": "route-policy",
2267
- "description": "Route Policy Leak to Current VPN",
2268
- "details": "Select a Route Policy to enable route leaking to current VPN",
2269
- "optionType": [
2270
- "constant",
2271
- "ignore",
2272
- "variable"
2273
- ],
2274
- "defaultOption": "ignore",
2275
- "dataType": {
2276
- "type": "enum",
2277
- "values": [],
2278
- "default": ""
2279
- },
2280
- "dataPath": [],
2281
- "objectType": "object"
2282
- },
2283
- {
2284
- "key": "redistribute",
2285
- "description": "Redistribute To Protocol",
2286
- "details": "Enable redistribution of replicated route protocol",
2287
- "optionType": [
2288
- "constant",
2289
- "variable",
2290
- "ignore"
2291
- ],
2292
- "defaultOption": "ignore",
2293
- "dataPath": [],
2294
- "objectType": "tree",
2295
- "primaryKeys": [
2296
- "protocol"
2297
- ],
2298
- "children": [
2299
- {
2300
- "key": "protocol",
2301
- "description": "Protocol",
2302
- "details": "Select a Route Protocol to enable redistribution",
2303
- "optionType": [
2304
- "constant",
2305
- "variable"
2306
- ],
2307
- "defaultOption": "constant",
2308
- "dataType": {
2309
- "type": "enum",
2310
- "values": [
2311
- {
2312
- "key": "bgp",
2313
- "value": "bgp"
2314
- },
2315
- {
2316
- "key": "eigrp",
2317
- "value": "eigrp"
2318
- },
2319
- {
2320
- "key": "ospf",
2321
- "value": "ospf"
2322
- }
2323
- ]
2324
- },
2325
- "dataPath": [],
2326
- "objectType": "object"
2327
- },
2328
- {
2329
- "key": "route-policy",
2330
- "description": "Redistribution Policy",
2331
- "details": "Select a Route Policy to enable redistribution",
2332
- "optionType": [
2333
- "constant",
2334
- "ignore",
2335
- "variable"
2336
- ],
2337
- "defaultOption": "ignore",
2338
- "dataType": {
2339
- "type": "enum",
2340
- "values": [],
2341
- "default": ""
2342
- },
2343
- "dataPath": [],
2344
- "objectType": "object"
2345
- }
2346
- ]
2347
- }
2348
- ]
2349
- },
2350
- {
2351
- "key": "route-export",
2352
- "description": "Enable route leaking to Global VPN",
2353
- "details": "Enable route leaking to Global VPN from this Service VPN",
2354
- "optionType": [
2355
- "constant",
2356
- "variable",
2357
- "ignore"
2358
- ],
2359
- "defaultOption": "ignore",
2360
- "dataPath": [],
2361
- "objectType": "tree",
2362
- "primaryKeys": [
2363
- "protocol"
2364
- ],
2365
- "children": [
2366
- {
2367
- "key": "protocol",
2368
- "description": "Route Protocol Leak from Service to Global",
2369
- "details": "Select a Route Protocol to enable route leaking from this Service VPN to Global VPN",
2370
- "optionType": [
2371
- "constant",
2372
- "variable"
2373
- ],
2374
- "defaultOption": "constant",
2375
- "dataType": {
2376
- "type": "enum",
2377
- "values": [
2378
- {
2379
- "key": "static",
2380
- "value": "static"
2381
- },
2382
- {
2383
- "key": "connected",
2384
- "value": "connected"
2385
- },
2386
- {
2387
- "key": "bgp",
2388
- "value": "bgp"
2389
- },
2390
- {
2391
- "key": "eigrp",
2392
- "value": "eigrp"
2393
- },
2394
- {
2395
- "key": "ospf",
2396
- "value": "ospf"
2397
- }
2398
- ]
2399
- },
2400
- "dataPath": [],
2401
- "objectType": "object"
2402
- },
2403
- {
2404
- "key": "protocol-sub-type",
2405
- "optionType": [
2406
- "constant",
2407
- "variable"
2408
- ],
2409
- "defaultOption": "constant",
2410
- "minElements": 1,
2411
- "dataType": {
2412
- "type": "enum",
2413
- "values": [
2414
- {
2415
- "key": "external",
2416
- "value": "external"
2417
- }
2418
- ],
2419
- "default": "external"
2420
- },
2421
- "dataPath": [],
2422
- "objectType": "list"
2423
- },
2424
- {
2425
- "key": "route-policy",
2426
- "description": "Route Policy Leak from Service to Global",
2427
- "details": "Select a Route Policy to enable route leaking from this Service VPN to Global VPN",
2428
- "optionType": [
2429
- "constant",
2430
- "ignore"
2431
- ],
2432
- "defaultOption": "ignore",
2433
- "dataType": {
2434
- "type": "enum",
2435
- "values": [],
2436
- "default": ""
2437
- },
2438
- "dataPath": [],
2439
- "objectType": "object"
2440
- },
2441
- {
2442
- "key": "redistribute",
2443
- "description": "Redistribute To Protocol",
2444
- "details": "Enable redistribution of replicated route protocol",
2445
- "optionType": [
2446
- "constant",
2447
- "variable",
2448
- "ignore"
2449
- ],
2450
- "defaultOption": "ignore",
2451
- "dataPath": [],
2452
- "objectType": "tree",
2453
- "primaryKeys": [
2454
- "protocol"
2455
- ],
2456
- "children": [
2457
- {
2458
- "key": "protocol",
2459
- "description": "Protocol",
2460
- "details": "Select a Route Protocol to enable redistribution",
2461
- "optionType": [
2462
- "constant",
2463
- "variable"
2464
- ],
2465
- "defaultOption": "constant",
2466
- "dataType": {
2467
- "type": "enum",
2468
- "values": [
2469
- {
2470
- "key": "bgp",
2471
- "value": "bgp"
2472
- },
2473
- {
2474
- "key": "ospf",
2475
- "value": "ospf"
2476
- }
2477
- ]
2478
- },
2479
- "dataPath": [],
2480
- "objectType": "object"
2481
- },
2482
- {
2483
- "key": "route-policy",
2484
- "description": "Redistribution Policy",
2485
- "details": "Select a Route Policy to enable redistribution",
2486
- "optionType": [
2487
- "constant",
2488
- "ignore"
2489
- ],
2490
- "defaultOption": "ignore",
2491
- "dataType": {
2492
- "type": "enum",
2493
- "values": [],
2494
- "default": ""
2495
- },
2496
- "dataPath": [],
2497
- "objectType": "object"
2498
- }
2499
- ]
2500
- }
2501
- ]
2502
- }
2503
- ]
2504
- }