hfortix-fortios 0.5.0__py3-none-any.whl → 0.5.2__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 (307) hide show
  1. hfortix_fortios/__init__.py +1 -1
  2. hfortix_fortios/__init__.pyi +83 -0
  3. hfortix_fortios/api/__init__.pyi +45 -0
  4. hfortix_fortios/api/v2/cmdb/__init__.pyi +37 -0
  5. hfortix_fortios/api/v2/cmdb/alertemail/__init__.pyi +17 -0
  6. hfortix_fortios/api/v2/cmdb/antivirus/__init__.pyi +23 -0
  7. hfortix_fortios/api/v2/cmdb/application/__init__.pyi +25 -0
  8. hfortix_fortios/api/v2/cmdb/authentication/__init__.pyi +21 -0
  9. hfortix_fortios/api/v2/cmdb/automation/__init__.pyi +17 -0
  10. hfortix_fortios/api/v2/cmdb/casb/__init__.pyi +23 -0
  11. hfortix_fortios/api/v2/cmdb/certificate/__init__.pyi +25 -0
  12. hfortix_fortios/api/v2/cmdb/diameter_filter/__init__.pyi +17 -0
  13. hfortix_fortios/api/v2/cmdb/dlp/__init__.pyi +31 -0
  14. hfortix_fortios/api/v2/cmdb/dnsfilter/__init__.pyi +19 -0
  15. hfortix_fortios/api/v2/cmdb/emailfilter/__init__.pyi +31 -0
  16. hfortix_fortios/api/v2/cmdb/endpoint_control/__init__.pyi +21 -0
  17. hfortix_fortios/api/v2/cmdb/ethernet_oam/__init__.pyi +17 -0
  18. hfortix_fortios/api/v2/cmdb/extension_controller/__init__.pyi +27 -0
  19. hfortix_fortios/api/v2/cmdb/file_filter/__init__.pyi +17 -0
  20. hfortix_fortios/api/v2/cmdb/firewall/__init__.pyi +173 -0
  21. hfortix_fortios/api/v2/cmdb/firewall/ipmacbinding/__init__.pyi +19 -0
  22. hfortix_fortios/api/v2/cmdb/firewall/policy.pyi +336 -0
  23. hfortix_fortios/api/v2/cmdb/firewall/schedule/__init__.pyi +21 -0
  24. hfortix_fortios/api/v2/cmdb/firewall/service/__init__.pyi +21 -0
  25. hfortix_fortios/api/v2/cmdb/firewall/shaper/__init__.pyi +19 -0
  26. hfortix_fortios/api/v2/cmdb/firewall/ssh/__init__.pyi +23 -0
  27. hfortix_fortios/api/v2/cmdb/firewall/ssl/__init__.pyi +17 -0
  28. hfortix_fortios/api/v2/cmdb/firewall/wildcard_fqdn/__init__.pyi +19 -0
  29. hfortix_fortios/api/v2/cmdb/ftp_proxy/__init__.pyi +17 -0
  30. hfortix_fortios/api/v2/cmdb/icap/__init__.pyi +21 -0
  31. hfortix_fortios/api/v2/cmdb/ips/__init__.pyi +31 -0
  32. hfortix_fortios/api/v2/cmdb/log/__init__.pyi +57 -0
  33. hfortix_fortios/api/v2/cmdb/log/disk/__init__.pyi +19 -0
  34. hfortix_fortios/api/v2/cmdb/log/fortianalyzer/__init__.pyi +23 -0
  35. hfortix_fortios/api/v2/cmdb/log/fortianalyzer2/__init__.pyi +23 -0
  36. hfortix_fortios/api/v2/cmdb/log/fortianalyzer3/__init__.pyi +23 -0
  37. hfortix_fortios/api/v2/cmdb/log/fortianalyzer_cloud/__init__.pyi +23 -0
  38. hfortix_fortios/api/v2/cmdb/log/fortiguard/__init__.pyi +23 -0
  39. hfortix_fortios/api/v2/cmdb/log/memory/__init__.pyi +21 -0
  40. hfortix_fortios/api/v2/cmdb/log/null_device/__init__.pyi +19 -0
  41. hfortix_fortios/api/v2/cmdb/log/syslogd/__init__.pyi +23 -0
  42. hfortix_fortios/api/v2/cmdb/log/syslogd2/__init__.pyi +23 -0
  43. hfortix_fortios/api/v2/cmdb/log/syslogd3/__init__.pyi +23 -0
  44. hfortix_fortios/api/v2/cmdb/log/syslogd4/__init__.pyi +23 -0
  45. hfortix_fortios/api/v2/cmdb/log/tacacs_plus_accounting/__init__.pyi +19 -0
  46. hfortix_fortios/api/v2/cmdb/log/tacacs_plus_accounting2/__init__.pyi +19 -0
  47. hfortix_fortios/api/v2/cmdb/log/tacacs_plus_accounting3/__init__.pyi +19 -0
  48. hfortix_fortios/api/v2/cmdb/log/webtrends/__init__.pyi +19 -0
  49. hfortix_fortios/api/v2/cmdb/monitoring/__init__.pyi +17 -0
  50. hfortix_fortios/api/v2/cmdb/report/__init__.pyi +19 -0
  51. hfortix_fortios/api/v2/cmdb/router/__init__.pyi +67 -0
  52. hfortix_fortios/api/v2/cmdb/rule/__init__.pyi +23 -0
  53. hfortix_fortios/api/v2/cmdb/sctp_filter/__init__.pyi +17 -0
  54. hfortix_fortios/api/v2/cmdb/switch_controller/__init__.pyi +93 -0
  55. hfortix_fortios/api/v2/cmdb/switch_controller/acl/__init__.pyi +19 -0
  56. hfortix_fortios/api/v2/cmdb/switch_controller/auto_config/__init__.pyi +21 -0
  57. hfortix_fortios/api/v2/cmdb/switch_controller/initial_config/__init__.pyi +19 -0
  58. hfortix_fortios/api/v2/cmdb/switch_controller/ptp/__init__.pyi +19 -0
  59. hfortix_fortios/api/v2/cmdb/switch_controller/qos/__init__.pyi +23 -0
  60. hfortix_fortios/api/v2/cmdb/switch_controller/security_policy/__init__.pyi +19 -0
  61. hfortix_fortios/api/v2/cmdb/system/__init__.pyi +275 -0
  62. hfortix_fortios/api/v2/cmdb/system/autoupdate/__init__.pyi +17 -0
  63. hfortix_fortios/api/v2/cmdb/system/dhcp/__init__.pyi +17 -0
  64. hfortix_fortios/api/v2/cmdb/system/dhcp6/__init__.pyi +17 -0
  65. hfortix_fortios/api/v2/cmdb/system/lldp/__init__.pyi +17 -0
  66. hfortix_fortios/api/v2/cmdb/system/replacemsg/__init__.pyi +39 -0
  67. hfortix_fortios/api/v2/cmdb/system/security_rating/__init__.pyi +19 -0
  68. hfortix_fortios/api/v2/cmdb/system/snmp/__init__.pyi +25 -0
  69. hfortix_fortios/api/v2/cmdb/system/x3g_modem/__init__.pyi +17 -0
  70. hfortix_fortios/api/v2/cmdb/user/__init__.pyi +63 -0
  71. hfortix_fortios/api/v2/cmdb/videofilter/__init__.pyi +21 -0
  72. hfortix_fortios/api/v2/cmdb/virtual_patch/__init__.pyi +17 -0
  73. hfortix_fortios/api/v2/cmdb/voip/__init__.pyi +17 -0
  74. hfortix_fortios/api/v2/cmdb/vpn/__init__.pyi +27 -0
  75. hfortix_fortios/api/v2/cmdb/vpn/certificate/__init__.pyi +29 -0
  76. hfortix_fortios/api/v2/cmdb/vpn/ipsec/__init__.pyi +31 -0
  77. hfortix_fortios/api/v2/cmdb/waf/__init__.pyi +21 -0
  78. hfortix_fortios/api/v2/cmdb/web_proxy/__init__.pyi +35 -0
  79. hfortix_fortios/api/v2/cmdb/webfilter/__init__.pyi +43 -0
  80. hfortix_fortios/api/v2/cmdb/wireless_controller/__init__.pyi +71 -0
  81. hfortix_fortios/api/v2/cmdb/wireless_controller/hotspot20/__init__.pyi +49 -0
  82. hfortix_fortios/api/v2/cmdb/ztna/__init__.pyi +25 -0
  83. hfortix_fortios/api/v2/log/__init__.pyi +13 -11
  84. hfortix_fortios/api/v2/monitor/__init__.pyi +32 -0
  85. hfortix_fortios/api/v2/monitor/azure/__init__.pyi +17 -0
  86. hfortix_fortios/api/v2/monitor/azure/application_list/__init__.pyi +17 -0
  87. hfortix_fortios/api/v2/monitor/azure/application_list.pyi +19 -0
  88. hfortix_fortios/api/v2/monitor/casb/__init__.pyi +17 -0
  89. hfortix_fortios/api/v2/monitor/endpoint_control/__init__.pyi +25 -0
  90. hfortix_fortios/api/v2/monitor/endpoint_control/avatar/__init__.pyi +17 -0
  91. hfortix_fortios/api/v2/monitor/endpoint_control/ems/__init__.pyi +23 -0
  92. hfortix_fortios/api/v2/monitor/endpoint_control/ems.pyi +19 -0
  93. hfortix_fortios/api/v2/monitor/endpoint_control/installer/__init__.pyi +17 -0
  94. hfortix_fortios/api/v2/monitor/endpoint_control/installer.pyi +87 -0
  95. hfortix_fortios/api/v2/monitor/extender_controller/__init__.pyi +17 -0
  96. hfortix_fortios/api/v2/monitor/extender_controller/extender/__init__.pyi +23 -0
  97. hfortix_fortios/api/v2/monitor/extender_controller/extender.pyi +19 -0
  98. hfortix_fortios/api/v2/monitor/extension_controller/__init__.pyi +19 -0
  99. hfortix_fortios/api/v2/monitor/firewall/__init__.pyi +101 -0
  100. hfortix_fortios/api/v2/monitor/firewall/acl/__init__.pyi +17 -0
  101. hfortix_fortios/api/v2/monitor/firewall/acl.pyi +19 -0
  102. hfortix_fortios/api/v2/monitor/firewall/acl6/__init__.pyi +17 -0
  103. hfortix_fortios/api/v2/monitor/firewall/acl6.pyi +19 -0
  104. hfortix_fortios/api/v2/monitor/firewall/central_snat_map/__init__.pyi +19 -0
  105. hfortix_fortios/api/v2/monitor/firewall/central_snat_map.pyi +19 -0
  106. hfortix_fortios/api/v2/monitor/firewall/clearpass_address/__init__.pyi +19 -0
  107. hfortix_fortios/api/v2/monitor/firewall/dnat/__init__.pyi +19 -0
  108. hfortix_fortios/api/v2/monitor/firewall/dnat.pyi +19 -0
  109. hfortix_fortios/api/v2/monitor/firewall/gtp/__init__.pyi +17 -0
  110. hfortix_fortios/api/v2/monitor/firewall/gtp.pyi +19 -0
  111. hfortix_fortios/api/v2/monitor/firewall/ippool/__init__.pyi +17 -0
  112. hfortix_fortios/api/v2/monitor/firewall/ippool.pyi +19 -0
  113. hfortix_fortios/api/v2/monitor/firewall/multicast_policy/__init__.pyi +19 -0
  114. hfortix_fortios/api/v2/monitor/firewall/multicast_policy.pyi +19 -0
  115. hfortix_fortios/api/v2/monitor/firewall/multicast_policy6/__init__.pyi +19 -0
  116. hfortix_fortios/api/v2/monitor/firewall/multicast_policy6.pyi +19 -0
  117. hfortix_fortios/api/v2/monitor/firewall/per_ip_shaper/__init__.pyi +17 -0
  118. hfortix_fortios/api/v2/monitor/firewall/per_ip_shaper.pyi +19 -0
  119. hfortix_fortios/api/v2/monitor/firewall/policy/__init__.pyi +21 -0
  120. hfortix_fortios/api/v2/monitor/firewall/policy.pyi +19 -0
  121. hfortix_fortios/api/v2/monitor/firewall/proxy/__init__.pyi +17 -0
  122. hfortix_fortios/api/v2/monitor/firewall/proxy_policy/__init__.pyi +17 -0
  123. hfortix_fortios/api/v2/monitor/firewall/proxy_policy.pyi +19 -0
  124. hfortix_fortios/api/v2/monitor/firewall/security_policy/__init__.pyi +19 -0
  125. hfortix_fortios/api/v2/monitor/firewall/security_policy.pyi +19 -0
  126. hfortix_fortios/api/v2/monitor/firewall/session/__init__.pyi +21 -0
  127. hfortix_fortios/api/v2/monitor/firewall/session6/__init__.pyi +17 -0
  128. hfortix_fortios/api/v2/monitor/firewall/shaper/__init__.pyi +17 -0
  129. hfortix_fortios/api/v2/monitor/firewall/shaper.pyi +19 -0
  130. hfortix_fortios/api/v2/monitor/firewall/ztna_firewall_policy/__init__.pyi +17 -0
  131. hfortix_fortios/api/v2/monitor/firmware/__init__.pyi +17 -0
  132. hfortix_fortios/api/v2/monitor/fortiguard/__init__.pyi +21 -0
  133. hfortix_fortios/api/v2/monitor/fortiview/__init__.pyi +23 -0
  134. hfortix_fortios/api/v2/monitor/fortiview/session/__init__.pyi +17 -0
  135. hfortix_fortios/api/v2/monitor/geoip/__init__.pyi +17 -0
  136. hfortix_fortios/api/v2/monitor/geoip/geoip_query/__init__.pyi +17 -0
  137. hfortix_fortios/api/v2/monitor/ips/__init__.pyi +25 -0
  138. hfortix_fortios/api/v2/monitor/license/__init__.pyi +25 -0
  139. hfortix_fortios/api/v2/monitor/license/database/__init__.pyi +17 -0
  140. hfortix_fortios/api/v2/monitor/log/__init__.pyi +45 -0
  141. hfortix_fortios/api/v2/monitor/log/av_archive/__init__.pyi +17 -0
  142. hfortix_fortios/api/v2/monitor/log/forticloud_report/__init__.pyi +17 -0
  143. hfortix_fortios/api/v2/monitor/log/local_report/__init__.pyi +19 -0
  144. hfortix_fortios/api/v2/monitor/log/policy_archive/__init__.pyi +17 -0
  145. hfortix_fortios/api/v2/monitor/log/stats/__init__.pyi +17 -0
  146. hfortix_fortios/api/v2/monitor/log/stats.pyi +87 -0
  147. hfortix_fortios/api/v2/monitor/network/__init__.pyi +29 -0
  148. hfortix_fortios/api/v2/monitor/network/ddns/__init__.pyi +17 -0
  149. hfortix_fortios/api/v2/monitor/network/debug_flow/__init__.pyi +19 -0
  150. hfortix_fortios/api/v2/monitor/registration/__init__.pyi +21 -0
  151. hfortix_fortios/api/v2/monitor/registration/forticare/__init__.pyi +27 -0
  152. hfortix_fortios/api/v2/monitor/registration/forticloud/__init__.pyi +27 -0
  153. hfortix_fortios/api/v2/monitor/registration/vdom/__init__.pyi +17 -0
  154. hfortix_fortios/api/v2/monitor/router/__init__.pyi +37 -0
  155. hfortix_fortios/api/v2/monitor/router/bgp/__init__.pyi +21 -0
  156. hfortix_fortios/api/v2/monitor/router/bgp.pyi +87 -0
  157. hfortix_fortios/api/v2/monitor/router/lookup/__init__.pyi +17 -0
  158. hfortix_fortios/api/v2/monitor/router/lookup.pyi +87 -0
  159. hfortix_fortios/api/v2/monitor/sdwan/__init__.pyi +17 -0
  160. hfortix_fortios/api/v2/monitor/sdwan/link_monitor_metrics/__init__.pyi +17 -0
  161. hfortix_fortios/api/v2/monitor/service/__init__.pyi +17 -0
  162. hfortix_fortios/api/v2/monitor/switch_controller/__init__.pyi +33 -0
  163. hfortix_fortios/api/v2/monitor/switch_controller/fsw_firmware/__init__.pyi +21 -0
  164. hfortix_fortios/api/v2/monitor/switch_controller/fsw_firmware.pyi +19 -0
  165. hfortix_fortios/api/v2/monitor/switch_controller/isl_lockdown/__init__.pyi +19 -0
  166. hfortix_fortios/api/v2/monitor/switch_controller/managed_switch/__init__.pyi +33 -0
  167. hfortix_fortios/api/v2/monitor/switch_controller/mclag_icl/__init__.pyi +23 -0
  168. hfortix_fortios/api/v2/monitor/switch_controller/recommendation/__init__.pyi +17 -0
  169. hfortix_fortios/api/v2/monitor/system/__init__.pyi +177 -0
  170. hfortix_fortios/api/v2/monitor/system/admin/__init__.pyi +17 -0
  171. hfortix_fortios/api/v2/monitor/system/api_user/__init__.pyi +17 -0
  172. hfortix_fortios/api/v2/monitor/system/automation_stitch/__init__.pyi +19 -0
  173. hfortix_fortios/api/v2/monitor/system/certificate/__init__.pyi +19 -0
  174. hfortix_fortios/api/v2/monitor/system/change_password/__init__.pyi +17 -0
  175. hfortix_fortios/api/v2/monitor/system/cluster/__init__.pyi +17 -0
  176. hfortix_fortios/api/v2/monitor/system/com_log/__init__.pyi +21 -0
  177. hfortix_fortios/api/v2/monitor/system/config/__init__.pyi +21 -0
  178. hfortix_fortios/api/v2/monitor/system/config.pyi +87 -0
  179. hfortix_fortios/api/v2/monitor/system/config_error_log/__init__.pyi +17 -0
  180. hfortix_fortios/api/v2/monitor/system/config_revision/__init__.pyi +25 -0
  181. hfortix_fortios/api/v2/monitor/system/config_revision.pyi +87 -0
  182. hfortix_fortios/api/v2/monitor/system/config_script/__init__.pyi +21 -0
  183. hfortix_fortios/api/v2/monitor/system/config_script.pyi +87 -0
  184. hfortix_fortios/api/v2/monitor/system/config_sync/__init__.pyi +17 -0
  185. hfortix_fortios/api/v2/monitor/system/crash_log/__init__.pyi +19 -0
  186. hfortix_fortios/api/v2/monitor/system/csf/__init__.pyi +17 -0
  187. hfortix_fortios/api/v2/monitor/system/csf.pyi +87 -0
  188. hfortix_fortios/api/v2/monitor/system/debug/__init__.pyi +17 -0
  189. hfortix_fortios/api/v2/monitor/system/dhcp/__init__.pyi +17 -0
  190. hfortix_fortios/api/v2/monitor/system/dhcp.pyi +87 -0
  191. hfortix_fortios/api/v2/monitor/system/dhcp6/__init__.pyi +17 -0
  192. hfortix_fortios/api/v2/monitor/system/disconnect_admins/__init__.pyi +17 -0
  193. hfortix_fortios/api/v2/monitor/system/external_resource/__init__.pyi +25 -0
  194. hfortix_fortios/api/v2/monitor/system/firmware/__init__.pyi +19 -0
  195. hfortix_fortios/api/v2/monitor/system/firmware.pyi +87 -0
  196. hfortix_fortios/api/v2/monitor/system/fortiguard/__init__.pyi +23 -0
  197. hfortix_fortios/api/v2/monitor/system/fortimanager/__init__.pyi +21 -0
  198. hfortix_fortios/api/v2/monitor/system/fsck/__init__.pyi +17 -0
  199. hfortix_fortios/api/v2/monitor/system/ha_peer/__init__.pyi +19 -0
  200. hfortix_fortios/api/v2/monitor/system/ha_peer.pyi +87 -0
  201. hfortix_fortios/api/v2/monitor/system/hscalefw_license/__init__.pyi +17 -0
  202. hfortix_fortios/api/v2/monitor/system/interface/__init__.pyi +31 -0
  203. hfortix_fortios/api/v2/monitor/system/interface.pyi +87 -0
  204. hfortix_fortios/api/v2/monitor/system/ipam/__init__.pyi +17 -0
  205. hfortix_fortios/api/v2/monitor/system/logdisk/__init__.pyi +17 -0
  206. hfortix_fortios/api/v2/monitor/system/lte_modem/__init__.pyi +21 -0
  207. hfortix_fortios/api/v2/monitor/system/modem/__init__.pyi +23 -0
  208. hfortix_fortios/api/v2/monitor/system/modem.pyi +87 -0
  209. hfortix_fortios/api/v2/monitor/system/object/__init__.pyi +17 -0
  210. hfortix_fortios/api/v2/monitor/system/os/__init__.pyi +19 -0
  211. hfortix_fortios/api/v2/monitor/system/password_policy_conform/__init__.pyi +17 -0
  212. hfortix_fortios/api/v2/monitor/system/private_data_encryption/__init__.pyi +17 -0
  213. hfortix_fortios/api/v2/monitor/system/process/__init__.pyi +17 -0
  214. hfortix_fortios/api/v2/monitor/system/sdn_connector/__init__.pyi +19 -0
  215. hfortix_fortios/api/v2/monitor/system/time/__init__.pyi +17 -0
  216. hfortix_fortios/api/v2/monitor/system/time.pyi +87 -0
  217. hfortix_fortios/api/v2/monitor/system/traffic_history/__init__.pyi +21 -0
  218. hfortix_fortios/api/v2/monitor/system/upgrade_report/__init__.pyi +19 -0
  219. hfortix_fortios/api/v2/monitor/system/usb_device/__init__.pyi +17 -0
  220. hfortix_fortios/api/v2/monitor/system/usb_log/__init__.pyi +19 -0
  221. hfortix_fortios/api/v2/monitor/system/usb_log.pyi +87 -0
  222. hfortix_fortios/api/v2/monitor/system/vmlicense/__init__.pyi +21 -0
  223. hfortix_fortios/api/v2/monitor/system/x5g_modem/__init__.pyi +17 -0
  224. hfortix_fortios/api/v2/monitor/user/__init__.pyi +47 -0
  225. hfortix_fortios/api/v2/monitor/user/banned/__init__.pyi +23 -0
  226. hfortix_fortios/api/v2/monitor/user/banned.pyi +87 -0
  227. hfortix_fortios/api/v2/monitor/user/device/__init__.pyi +23 -0
  228. hfortix_fortios/api/v2/monitor/user/firewall/__init__.pyi +19 -0
  229. hfortix_fortios/api/v2/monitor/user/firewall.pyi +87 -0
  230. hfortix_fortios/api/v2/monitor/user/fortitoken/__init__.pyi +29 -0
  231. hfortix_fortios/api/v2/monitor/user/fortitoken.pyi +87 -0
  232. hfortix_fortios/api/v2/monitor/user/fortitoken_cloud/__init__.pyi +17 -0
  233. hfortix_fortios/api/v2/monitor/user/fsso/__init__.pyi +17 -0
  234. hfortix_fortios/api/v2/monitor/user/fsso.pyi +87 -0
  235. hfortix_fortios/api/v2/monitor/user/guest/__init__.pyi +19 -0
  236. hfortix_fortios/api/v2/monitor/user/info/__init__.pyi +21 -0
  237. hfortix_fortios/api/v2/monitor/user/local/__init__.pyi +17 -0
  238. hfortix_fortios/api/v2/monitor/user/password_policy_conform/__init__.pyi +17 -0
  239. hfortix_fortios/api/v2/monitor/user/query/__init__.pyi +17 -0
  240. hfortix_fortios/api/v2/monitor/user/radius/__init__.pyi +19 -0
  241. hfortix_fortios/api/v2/monitor/user/scim/__init__.pyi +19 -0
  242. hfortix_fortios/api/v2/monitor/user/tacacs_plus/__init__.pyi +17 -0
  243. hfortix_fortios/api/v2/monitor/utm/__init__.pyi +25 -0
  244. hfortix_fortios/api/v2/monitor/utm/rating_lookup/__init__.pyi +17 -0
  245. hfortix_fortios/api/v2/monitor/videofilter/__init__.pyi +17 -0
  246. hfortix_fortios/api/v2/monitor/virtual_wan/__init__.pyi +25 -0
  247. hfortix_fortios/api/v2/monitor/vpn/__init__.pyi +21 -0
  248. hfortix_fortios/api/v2/monitor/vpn/ike/__init__.pyi +17 -0
  249. hfortix_fortios/api/v2/monitor/vpn/ipsec/__init__.pyi +21 -0
  250. hfortix_fortios/api/v2/monitor/vpn/ipsec.pyi +19 -0
  251. hfortix_fortios/api/v2/monitor/vpn/ssl/__init__.pyi +19 -0
  252. hfortix_fortios/api/v2/monitor/vpn/ssl.pyi +19 -0
  253. hfortix_fortios/api/v2/monitor/vpn_certificate/__init__.pyi +27 -0
  254. hfortix_fortios/api/v2/monitor/vpn_certificate/ca/__init__.pyi +17 -0
  255. hfortix_fortios/api/v2/monitor/vpn_certificate/crl/__init__.pyi +17 -0
  256. hfortix_fortios/api/v2/monitor/vpn_certificate/csr/__init__.pyi +17 -0
  257. hfortix_fortios/api/v2/monitor/vpn_certificate/local/__init__.pyi +19 -0
  258. hfortix_fortios/api/v2/monitor/vpn_certificate/remote/__init__.pyi +17 -0
  259. hfortix_fortios/api/v2/monitor/wanopt/__init__.pyi +21 -0
  260. hfortix_fortios/api/v2/monitor/wanopt/history/__init__.pyi +17 -0
  261. hfortix_fortios/api/v2/monitor/wanopt/history.pyi +19 -0
  262. hfortix_fortios/api/v2/monitor/wanopt/peer_stats/__init__.pyi +17 -0
  263. hfortix_fortios/api/v2/monitor/wanopt/peer_stats.pyi +19 -0
  264. hfortix_fortios/api/v2/monitor/wanopt/webcache/__init__.pyi +17 -0
  265. hfortix_fortios/api/v2/monitor/wanopt/webcache.pyi +19 -0
  266. hfortix_fortios/api/v2/monitor/web_ui/__init__.pyi +19 -0
  267. hfortix_fortios/api/v2/monitor/web_ui/custom_language/__init__.pyi +21 -0
  268. hfortix_fortios/api/v2/monitor/web_ui/language/__init__.pyi +17 -0
  269. hfortix_fortios/api/v2/monitor/webcache/__init__.pyi +17 -0
  270. hfortix_fortios/api/v2/monitor/webcache/stats/__init__.pyi +17 -0
  271. hfortix_fortios/api/v2/monitor/webcache/stats.pyi +19 -0
  272. hfortix_fortios/api/v2/monitor/webfilter/__init__.pyi +25 -0
  273. hfortix_fortios/api/v2/monitor/webfilter/category_quota/__init__.pyi +17 -0
  274. hfortix_fortios/api/v2/monitor/webfilter/category_quota.pyi +87 -0
  275. hfortix_fortios/api/v2/monitor/webfilter/override/__init__.pyi +17 -0
  276. hfortix_fortios/api/v2/monitor/webfilter/override.pyi +87 -0
  277. hfortix_fortios/api/v2/monitor/webproxy/__init__.pyi +17 -0
  278. hfortix_fortios/api/v2/monitor/webproxy/pacfile/__init__.pyi +19 -0
  279. hfortix_fortios/api/v2/monitor/wifi/__init__.pyi +57 -0
  280. hfortix_fortios/api/v2/monitor/wifi/ap_profile/__init__.pyi +17 -0
  281. hfortix_fortios/api/v2/monitor/wifi/client/__init__.pyi +17 -0
  282. hfortix_fortios/api/v2/monitor/wifi/client.pyi +19 -0
  283. hfortix_fortios/api/v2/monitor/wifi/euclid/__init__.pyi +17 -0
  284. hfortix_fortios/api/v2/monitor/wifi/euclid.pyi +19 -0
  285. hfortix_fortios/api/v2/monitor/wifi/firmware/__init__.pyi +21 -0
  286. hfortix_fortios/api/v2/monitor/wifi/firmware.pyi +19 -0
  287. hfortix_fortios/api/v2/monitor/wifi/managed_ap/__init__.pyi +21 -0
  288. hfortix_fortios/api/v2/monitor/wifi/managed_ap.pyi +19 -0
  289. hfortix_fortios/api/v2/monitor/wifi/network/__init__.pyi +23 -0
  290. hfortix_fortios/api/v2/monitor/wifi/region_image/__init__.pyi +17 -0
  291. hfortix_fortios/api/v2/monitor/wifi/region_image.pyi +19 -0
  292. hfortix_fortios/api/v2/monitor/wifi/rogue_ap/__init__.pyi +19 -0
  293. hfortix_fortios/api/v2/monitor/wifi/rogue_ap.pyi +19 -0
  294. hfortix_fortios/api/v2/monitor/wifi/spectrum/__init__.pyi +21 -0
  295. hfortix_fortios/api/v2/monitor/wifi/spectrum.pyi +19 -0
  296. hfortix_fortios/api/v2/monitor/wifi/ssid/__init__.pyi +17 -0
  297. hfortix_fortios/api/v2/monitor/wifi/vlan_probe/__init__.pyi +19 -0
  298. hfortix_fortios/api/v2/monitor/wifi/vlan_probe.pyi +19 -0
  299. hfortix_fortios/api/v2/service/__init__.pyi +3 -0
  300. hfortix_fortios/api/v2/service/security_rating/__init__.pyi +19 -0
  301. hfortix_fortios/api/v2/service/sniffer/__init__.pyi +27 -0
  302. hfortix_fortios/api/v2/service/system/__init__.pyi +21 -0
  303. hfortix_fortios/client.pyi +1 -51
  304. {hfortix_fortios-0.5.0.dist-info → hfortix_fortios-0.5.2.dist-info}/METADATA +2 -2
  305. {hfortix_fortios-0.5.0.dist-info → hfortix_fortios-0.5.2.dist-info}/RECORD +307 -11
  306. {hfortix_fortios-0.5.0.dist-info → hfortix_fortios-0.5.2.dist-info}/WHEEL +0 -0
  307. {hfortix_fortios-0.5.0.dist-info → hfortix_fortios-0.5.2.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,93 @@
1
+ """Type stubs for SWITCH_CONTROLLER category."""
2
+
3
+ from __future__ import annotations
4
+
5
+ from typing import TYPE_CHECKING
6
+
7
+ if TYPE_CHECKING:
8
+ from hfortix_core.http.interface import IHTTPClient
9
+ from .custom_command import CustomCommand
10
+ from .dynamic_port_policy import DynamicPortPolicy
11
+ from .flow_tracking import FlowTracking
12
+ from .fortilink_settings import FortilinkSettings
13
+ from .global_setting import GlobalSetting
14
+ from .igmp_snooping import IgmpSnooping
15
+ from .ip_source_guard_log import IpSourceGuardLog
16
+ from .lldp_profile import LldpProfile
17
+ from .lldp_settings import LldpSettings
18
+ from .location import Location
19
+ from .mac_policy import MacPolicy
20
+ from .managed_switch import ManagedSwitch
21
+ from .network_monitor_settings import NetworkMonitorSettings
22
+ from .remote_log import RemoteLog
23
+ from .sflow import Sflow
24
+ from .snmp_community import SnmpCommunity
25
+ from .snmp_sysinfo import SnmpSysinfo
26
+ from .snmp_trap_threshold import SnmpTrapThreshold
27
+ from .snmp_user import SnmpUser
28
+ from .storm_control import StormControl
29
+ from .storm_control_policy import StormControlPolicy
30
+ from .stp_instance import StpInstance
31
+ from .stp_settings import StpSettings
32
+ from .switch_group import SwitchGroup
33
+ from .switch_interface_tag import SwitchInterfaceTag
34
+ from .switch_log import SwitchLog
35
+ from .switch_profile import SwitchProfile
36
+ from .system import System
37
+ from .traffic_policy import TrafficPolicy
38
+ from .traffic_sniffer import TrafficSniffer
39
+ from .virtual_port_pool import VirtualPortPool
40
+ from .vlan_policy import VlanPolicy
41
+ from .x802_1X_settings import X8021xSettings
42
+ from .acl import Acl
43
+ from .auto_config import AutoConfig
44
+ from .initial_config import InitialConfig
45
+ from .ptp import Ptp
46
+ from .qos import Qos
47
+ from .security_policy import SecurityPolicy
48
+
49
+
50
+ class SwitchController:
51
+ """Type stub for SwitchController."""
52
+
53
+ acl: Acl
54
+ auto_config: AutoConfig
55
+ initial_config: InitialConfig
56
+ ptp: Ptp
57
+ qos: Qos
58
+ security_policy: SecurityPolicy
59
+ custom_command: CustomCommand
60
+ dynamic_port_policy: DynamicPortPolicy
61
+ flow_tracking: FlowTracking
62
+ fortilink_settings: FortilinkSettings
63
+ global_setting: GlobalSetting
64
+ igmp_snooping: IgmpSnooping
65
+ ip_source_guard_log: IpSourceGuardLog
66
+ lldp_profile: LldpProfile
67
+ lldp_settings: LldpSettings
68
+ location: Location
69
+ mac_policy: MacPolicy
70
+ managed_switch: ManagedSwitch
71
+ network_monitor_settings: NetworkMonitorSettings
72
+ remote_log: RemoteLog
73
+ sflow: Sflow
74
+ snmp_community: SnmpCommunity
75
+ snmp_sysinfo: SnmpSysinfo
76
+ snmp_trap_threshold: SnmpTrapThreshold
77
+ snmp_user: SnmpUser
78
+ storm_control: StormControl
79
+ storm_control_policy: StormControlPolicy
80
+ stp_instance: StpInstance
81
+ stp_settings: StpSettings
82
+ switch_group: SwitchGroup
83
+ switch_interface_tag: SwitchInterfaceTag
84
+ switch_log: SwitchLog
85
+ switch_profile: SwitchProfile
86
+ system: System
87
+ traffic_policy: TrafficPolicy
88
+ traffic_sniffer: TrafficSniffer
89
+ virtual_port_pool: VirtualPortPool
90
+ vlan_policy: VlanPolicy
91
+ x802_1X_settings: X8021xSettings
92
+
93
+ def __init__(self, client: IHTTPClient) -> None: ...
@@ -0,0 +1,19 @@
1
+ """Type stubs for ACL category."""
2
+
3
+ from __future__ import annotations
4
+
5
+ from typing import TYPE_CHECKING
6
+
7
+ if TYPE_CHECKING:
8
+ from hfortix_core.http.interface import IHTTPClient
9
+ from .group import Group
10
+ from .ingress import Ingress
11
+
12
+
13
+ class Acl:
14
+ """Type stub for Acl."""
15
+
16
+ group: Group
17
+ ingress: Ingress
18
+
19
+ def __init__(self, client: IHTTPClient) -> None: ...
@@ -0,0 +1,21 @@
1
+ """Type stubs for AUTO_CONFIG category."""
2
+
3
+ from __future__ import annotations
4
+
5
+ from typing import TYPE_CHECKING
6
+
7
+ if TYPE_CHECKING:
8
+ from hfortix_core.http.interface import IHTTPClient
9
+ from .custom import Custom
10
+ from .default import Default
11
+ from .policy import Policy
12
+
13
+
14
+ class AutoConfig:
15
+ """Type stub for AutoConfig."""
16
+
17
+ custom: Custom
18
+ default: Default
19
+ policy: Policy
20
+
21
+ def __init__(self, client: IHTTPClient) -> None: ...
@@ -0,0 +1,19 @@
1
+ """Type stubs for INITIAL_CONFIG category."""
2
+
3
+ from __future__ import annotations
4
+
5
+ from typing import TYPE_CHECKING
6
+
7
+ if TYPE_CHECKING:
8
+ from hfortix_core.http.interface import IHTTPClient
9
+ from .template import Template
10
+ from .vlans import Vlans
11
+
12
+
13
+ class InitialConfig:
14
+ """Type stub for InitialConfig."""
15
+
16
+ template: Template
17
+ vlans: Vlans
18
+
19
+ def __init__(self, client: IHTTPClient) -> None: ...
@@ -0,0 +1,19 @@
1
+ """Type stubs for PTP category."""
2
+
3
+ from __future__ import annotations
4
+
5
+ from typing import TYPE_CHECKING
6
+
7
+ if TYPE_CHECKING:
8
+ from hfortix_core.http.interface import IHTTPClient
9
+ from .interface_policy import InterfacePolicy
10
+ from .profile import Profile
11
+
12
+
13
+ class Ptp:
14
+ """Type stub for Ptp."""
15
+
16
+ interface_policy: InterfacePolicy
17
+ profile: Profile
18
+
19
+ def __init__(self, client: IHTTPClient) -> None: ...
@@ -0,0 +1,23 @@
1
+ """Type stubs for QOS category."""
2
+
3
+ from __future__ import annotations
4
+
5
+ from typing import TYPE_CHECKING
6
+
7
+ if TYPE_CHECKING:
8
+ from hfortix_core.http.interface import IHTTPClient
9
+ from .dot1p_map import Dot1pMap
10
+ from .ip_dscp_map import IpDscpMap
11
+ from .qos_policy import QosPolicy
12
+ from .queue_policy import QueuePolicy
13
+
14
+
15
+ class Qos:
16
+ """Type stub for Qos."""
17
+
18
+ dot1p_map: Dot1pMap
19
+ ip_dscp_map: IpDscpMap
20
+ qos_policy: QosPolicy
21
+ queue_policy: QueuePolicy
22
+
23
+ def __init__(self, client: IHTTPClient) -> None: ...
@@ -0,0 +1,19 @@
1
+ """Type stubs for SECURITY_POLICY category."""
2
+
3
+ from __future__ import annotations
4
+
5
+ from typing import TYPE_CHECKING
6
+
7
+ if TYPE_CHECKING:
8
+ from hfortix_core.http.interface import IHTTPClient
9
+ from .local_access import LocalAccess
10
+ from .x802_1X import X8021x
11
+
12
+
13
+ class SecurityPolicy:
14
+ """Type stub for SecurityPolicy."""
15
+
16
+ local_access: LocalAccess
17
+ x802_1X: X8021x
18
+
19
+ def __init__(self, client: IHTTPClient) -> None: ...
@@ -0,0 +1,275 @@
1
+ """Type stubs for SYSTEM category."""
2
+
3
+ from __future__ import annotations
4
+
5
+ from typing import TYPE_CHECKING
6
+
7
+ if TYPE_CHECKING:
8
+ from hfortix_core.http.interface import IHTTPClient
9
+ from .accprofile import Accprofile
10
+ from .acme import Acme
11
+ from .admin import Admin
12
+ from .affinity_interrupt import AffinityInterrupt
13
+ from .affinity_packet_redistribution import AffinityPacketRedistribution
14
+ from .alarm import Alarm
15
+ from .alias import Alias
16
+ from .api_user import ApiUser
17
+ from .arp_table import ArpTable
18
+ from .auto_install import AutoInstall
19
+ from .auto_script import AutoScript
20
+ from .automation_action import AutomationAction
21
+ from .automation_condition import AutomationCondition
22
+ from .automation_destination import AutomationDestination
23
+ from .automation_stitch import AutomationStitch
24
+ from .automation_trigger import AutomationTrigger
25
+ from .central_management import CentralManagement
26
+ from .cloud_service import CloudService
27
+ from .console import Console
28
+ from .csf import Csf
29
+ from .custom_language import CustomLanguage
30
+ from .ddns import Ddns
31
+ from .dedicated_mgmt import DedicatedMgmt
32
+ from .device_upgrade import DeviceUpgrade
33
+ from .device_upgrade_exemptions import DeviceUpgradeExemptions
34
+ from .dns import Dns
35
+ from .dns64 import Dns64
36
+ from .dns_database import DnsDatabase
37
+ from .dns_server import DnsServer
38
+ from .dscp_based_priority import DscpBasedPriority
39
+ from .email_server import EmailServer
40
+ from .evpn import Evpn
41
+ from .external_resource import ExternalResource
42
+ from .fabric_vpn import FabricVpn
43
+ from .federated_upgrade import FederatedUpgrade
44
+ from .fips_cc import FipsCc
45
+ from .fortiguard import Fortiguard
46
+ from .fortisandbox import Fortisandbox
47
+ from .fsso_polling import FssoPolling
48
+ from .ftm_push import FtmPush
49
+ from .geneve import Geneve
50
+ from .geoip_country import GeoipCountry
51
+ from .geoip_override import GeoipOverride
52
+ from .global_setting import GlobalSetting
53
+ from .gre_tunnel import GreTunnel
54
+ from .ha import Ha
55
+ from .ha_monitor import HaMonitor
56
+ from .health_check_fortiguard import HealthCheckFortiguard
57
+ from .ike import Ike
58
+ from .interface import Interface
59
+ from .ipam import Ipam
60
+ from .ipip_tunnel import IpipTunnel
61
+ from .ips import Ips
62
+ from .ips_urlfilter_dns import IpsUrlfilterDns
63
+ from .ips_urlfilter_dns6 import IpsUrlfilterDns6
64
+ from .ipsec_aggregate import IpsecAggregate
65
+ from .ipv6_neighbor_cache import Ipv6NeighborCache
66
+ from .ipv6_tunnel import Ipv6Tunnel
67
+ from .link_monitor import LinkMonitor
68
+ from .lte_modem import LteModem
69
+ from .mac_address_table import MacAddressTable
70
+ from .mobile_tunnel import MobileTunnel
71
+ from .modem import Modem
72
+ from .nd_proxy import NdProxy
73
+ from .netflow import Netflow
74
+ from .network_visibility import NetworkVisibility
75
+ from .ngfw_settings import NgfwSettings
76
+ from .np6xlite import Np6xlite
77
+ from .npu import Npu
78
+ from .ntp import Ntp
79
+ from .object_tagging import ObjectTagging
80
+ from .password_policy import PasswordPolicy
81
+ from .password_policy_guest_admin import PasswordPolicyGuestAdmin
82
+ from .pcp_server import PcpServer
83
+ from .physical_switch import PhysicalSwitch
84
+ from .pppoe_interface import PppoeInterface
85
+ from .probe_response import ProbeResponse
86
+ from .proxy_arp import ProxyArp
87
+ from .ptp import Ptp
88
+ from .replacemsg_group import ReplacemsgGroup
89
+ from .replacemsg_image import ReplacemsgImage
90
+ from .resource_limits import ResourceLimits
91
+ from .saml import Saml
92
+ from .sdn_connector import SdnConnector
93
+ from .sdn_proxy import SdnProxy
94
+ from .sdn_vpn import SdnVpn
95
+ from .sdwan import Sdwan
96
+ from .session_helper import SessionHelper
97
+ from .session_ttl import SessionTtl
98
+ from .settings import Settings
99
+ from .sflow import Sflow
100
+ from .sit_tunnel import SitTunnel
101
+ from .sms_server import SmsServer
102
+ from .sov_sase import SovSase
103
+ from .speed_test_schedule import SpeedTestSchedule
104
+ from .speed_test_server import SpeedTestServer
105
+ from .speed_test_setting import SpeedTestSetting
106
+ from .ssh_config import SshConfig
107
+ from .sso_admin import SsoAdmin
108
+ from .sso_forticloud_admin import SsoForticloudAdmin
109
+ from .sso_fortigate_cloud_admin import SsoFortigateCloudAdmin
110
+ from .standalone_cluster import StandaloneCluster
111
+ from .storage import Storage
112
+ from .stp import Stp
113
+ from .switch_interface import SwitchInterface
114
+ from .timezone import Timezone
115
+ from .tos_based_priority import TosBasedPriority
116
+ from .vdom import Vdom
117
+ from .vdom_dns import VdomDns
118
+ from .vdom_exception import VdomException
119
+ from .vdom_link import VdomLink
120
+ from .vdom_netflow import VdomNetflow
121
+ from .vdom_property import VdomProperty
122
+ from .vdom_radius_server import VdomRadiusServer
123
+ from .vdom_sflow import VdomSflow
124
+ from .virtual_switch import VirtualSwitch
125
+ from .virtual_wire_pair import VirtualWirePair
126
+ from .vne_interface import VneInterface
127
+ from .vxlan import Vxlan
128
+ from .wccp import Wccp
129
+ from .x3g_modem_custom import X3gModemCustom
130
+ from .zone import Zone
131
+ from .autoupdate import Autoupdate
132
+ from .dhcp import Dhcp
133
+ from .dhcp6 import Dhcp6
134
+ from .lldp import Lldp
135
+ from .replacemsg import Replacemsg
136
+ from .security_rating import SecurityRating
137
+ from .snmp import Snmp
138
+ from .x3g_modem import X3gModem
139
+
140
+
141
+ class System:
142
+ """Type stub for System."""
143
+
144
+ autoupdate: Autoupdate
145
+ dhcp: Dhcp
146
+ dhcp6: Dhcp6
147
+ lldp: Lldp
148
+ replacemsg: Replacemsg
149
+ security_rating: SecurityRating
150
+ snmp: Snmp
151
+ x3g_modem: X3gModem
152
+ accprofile: Accprofile
153
+ acme: Acme
154
+ admin: Admin
155
+ affinity_interrupt: AffinityInterrupt
156
+ affinity_packet_redistribution: AffinityPacketRedistribution
157
+ alarm: Alarm
158
+ alias: Alias
159
+ api_user: ApiUser
160
+ arp_table: ArpTable
161
+ auto_install: AutoInstall
162
+ auto_script: AutoScript
163
+ automation_action: AutomationAction
164
+ automation_condition: AutomationCondition
165
+ automation_destination: AutomationDestination
166
+ automation_stitch: AutomationStitch
167
+ automation_trigger: AutomationTrigger
168
+ central_management: CentralManagement
169
+ cloud_service: CloudService
170
+ console: Console
171
+ csf: Csf
172
+ custom_language: CustomLanguage
173
+ ddns: Ddns
174
+ dedicated_mgmt: DedicatedMgmt
175
+ device_upgrade: DeviceUpgrade
176
+ device_upgrade_exemptions: DeviceUpgradeExemptions
177
+ dns: Dns
178
+ dns64: Dns64
179
+ dns_database: DnsDatabase
180
+ dns_server: DnsServer
181
+ dscp_based_priority: DscpBasedPriority
182
+ email_server: EmailServer
183
+ evpn: Evpn
184
+ external_resource: ExternalResource
185
+ fabric_vpn: FabricVpn
186
+ federated_upgrade: FederatedUpgrade
187
+ fips_cc: FipsCc
188
+ fortiguard: Fortiguard
189
+ fortisandbox: Fortisandbox
190
+ fsso_polling: FssoPolling
191
+ ftm_push: FtmPush
192
+ geneve: Geneve
193
+ geoip_country: GeoipCountry
194
+ geoip_override: GeoipOverride
195
+ global_setting: GlobalSetting
196
+ gre_tunnel: GreTunnel
197
+ ha: Ha
198
+ ha_monitor: HaMonitor
199
+ health_check_fortiguard: HealthCheckFortiguard
200
+ ike: Ike
201
+ interface: Interface
202
+ ipam: Ipam
203
+ ipip_tunnel: IpipTunnel
204
+ ips: Ips
205
+ ips_urlfilter_dns: IpsUrlfilterDns
206
+ ips_urlfilter_dns6: IpsUrlfilterDns6
207
+ ipsec_aggregate: IpsecAggregate
208
+ ipv6_neighbor_cache: Ipv6NeighborCache
209
+ ipv6_tunnel: Ipv6Tunnel
210
+ link_monitor: LinkMonitor
211
+ lte_modem: LteModem
212
+ mac_address_table: MacAddressTable
213
+ mobile_tunnel: MobileTunnel
214
+ modem: Modem
215
+ nd_proxy: NdProxy
216
+ netflow: Netflow
217
+ network_visibility: NetworkVisibility
218
+ ngfw_settings: NgfwSettings
219
+ np6xlite: Np6xlite
220
+ npu: Npu
221
+ ntp: Ntp
222
+ object_tagging: ObjectTagging
223
+ password_policy: PasswordPolicy
224
+ password_policy_guest_admin: PasswordPolicyGuestAdmin
225
+ pcp_server: PcpServer
226
+ physical_switch: PhysicalSwitch
227
+ pppoe_interface: PppoeInterface
228
+ probe_response: ProbeResponse
229
+ proxy_arp: ProxyArp
230
+ ptp: Ptp
231
+ replacemsg_group: ReplacemsgGroup
232
+ replacemsg_image: ReplacemsgImage
233
+ resource_limits: ResourceLimits
234
+ saml: Saml
235
+ sdn_connector: SdnConnector
236
+ sdn_proxy: SdnProxy
237
+ sdn_vpn: SdnVpn
238
+ sdwan: Sdwan
239
+ session_helper: SessionHelper
240
+ session_ttl: SessionTtl
241
+ settings: Settings
242
+ sflow: Sflow
243
+ sit_tunnel: SitTunnel
244
+ sms_server: SmsServer
245
+ sov_sase: SovSase
246
+ speed_test_schedule: SpeedTestSchedule
247
+ speed_test_server: SpeedTestServer
248
+ speed_test_setting: SpeedTestSetting
249
+ ssh_config: SshConfig
250
+ sso_admin: SsoAdmin
251
+ sso_forticloud_admin: SsoForticloudAdmin
252
+ sso_fortigate_cloud_admin: SsoFortigateCloudAdmin
253
+ standalone_cluster: StandaloneCluster
254
+ storage: Storage
255
+ stp: Stp
256
+ switch_interface: SwitchInterface
257
+ timezone: Timezone
258
+ tos_based_priority: TosBasedPriority
259
+ vdom: Vdom
260
+ vdom_dns: VdomDns
261
+ vdom_exception: VdomException
262
+ vdom_link: VdomLink
263
+ vdom_netflow: VdomNetflow
264
+ vdom_property: VdomProperty
265
+ vdom_radius_server: VdomRadiusServer
266
+ vdom_sflow: VdomSflow
267
+ virtual_switch: VirtualSwitch
268
+ virtual_wire_pair: VirtualWirePair
269
+ vne_interface: VneInterface
270
+ vxlan: Vxlan
271
+ wccp: Wccp
272
+ x3g_modem_custom: X3gModemCustom
273
+ zone: Zone
274
+
275
+ def __init__(self, client: IHTTPClient) -> None: ...
@@ -0,0 +1,17 @@
1
+ """Type stubs for AUTOUPDATE category."""
2
+
3
+ from __future__ import annotations
4
+
5
+ from typing import TYPE_CHECKING
6
+
7
+ if TYPE_CHECKING:
8
+ from hfortix_core.http.interface import IHTTPClient
9
+ from .schedule import Schedule
10
+
11
+
12
+ class Autoupdate:
13
+ """Type stub for Autoupdate."""
14
+
15
+ schedule: Schedule
16
+
17
+ def __init__(self, client: IHTTPClient) -> None: ...
@@ -0,0 +1,17 @@
1
+ """Type stubs for DHCP category."""
2
+
3
+ from __future__ import annotations
4
+
5
+ from typing import TYPE_CHECKING
6
+
7
+ if TYPE_CHECKING:
8
+ from hfortix_core.http.interface import IHTTPClient
9
+ from .server import Server
10
+
11
+
12
+ class Dhcp:
13
+ """Type stub for Dhcp."""
14
+
15
+ server: Server
16
+
17
+ def __init__(self, client: IHTTPClient) -> None: ...
@@ -0,0 +1,17 @@
1
+ """Type stubs for DHCP6 category."""
2
+
3
+ from __future__ import annotations
4
+
5
+ from typing import TYPE_CHECKING
6
+
7
+ if TYPE_CHECKING:
8
+ from hfortix_core.http.interface import IHTTPClient
9
+ from .server import Server
10
+
11
+
12
+ class Dhcp6:
13
+ """Type stub for Dhcp6."""
14
+
15
+ server: Server
16
+
17
+ def __init__(self, client: IHTTPClient) -> None: ...
@@ -0,0 +1,17 @@
1
+ """Type stubs for LLDP category."""
2
+
3
+ from __future__ import annotations
4
+
5
+ from typing import TYPE_CHECKING
6
+
7
+ if TYPE_CHECKING:
8
+ from hfortix_core.http.interface import IHTTPClient
9
+ from .network_policy import NetworkPolicy
10
+
11
+
12
+ class Lldp:
13
+ """Type stub for Lldp."""
14
+
15
+ network_policy: NetworkPolicy
16
+
17
+ def __init__(self, client: IHTTPClient) -> None: ...
@@ -0,0 +1,39 @@
1
+ """Type stubs for REPLACEMSG category."""
2
+
3
+ from __future__ import annotations
4
+
5
+ from typing import TYPE_CHECKING
6
+
7
+ if TYPE_CHECKING:
8
+ from hfortix_core.http.interface import IHTTPClient
9
+ from .admin import Admin
10
+ from .alertmail import Alertmail
11
+ from .auth import Auth
12
+ from .automation import Automation
13
+ from .fortiguard_wf import FortiguardWf
14
+ from .http import Http
15
+ from .mail import Mail
16
+ from .nac_quar import NacQuar
17
+ from .spam import Spam
18
+ from .sslvpn import Sslvpn
19
+ from .traffic_quota import TrafficQuota
20
+ from .utm import Utm
21
+
22
+
23
+ class Replacemsg:
24
+ """Type stub for Replacemsg."""
25
+
26
+ admin: Admin
27
+ alertmail: Alertmail
28
+ auth: Auth
29
+ automation: Automation
30
+ fortiguard_wf: FortiguardWf
31
+ http: Http
32
+ mail: Mail
33
+ nac_quar: NacQuar
34
+ spam: Spam
35
+ sslvpn: Sslvpn
36
+ traffic_quota: TrafficQuota
37
+ utm: Utm
38
+
39
+ def __init__(self, client: IHTTPClient) -> None: ...
@@ -0,0 +1,19 @@
1
+ """Type stubs for SECURITY_RATING category."""
2
+
3
+ from __future__ import annotations
4
+
5
+ from typing import TYPE_CHECKING
6
+
7
+ if TYPE_CHECKING:
8
+ from hfortix_core.http.interface import IHTTPClient
9
+ from .controls import Controls
10
+ from .settings import Settings
11
+
12
+
13
+ class SecurityRating:
14
+ """Type stub for SecurityRating."""
15
+
16
+ controls: Controls
17
+ settings: Settings
18
+
19
+ def __init__(self, client: IHTTPClient) -> None: ...
@@ -0,0 +1,25 @@
1
+ """Type stubs for SNMP category."""
2
+
3
+ from __future__ import annotations
4
+
5
+ from typing import TYPE_CHECKING
6
+
7
+ if TYPE_CHECKING:
8
+ from hfortix_core.http.interface import IHTTPClient
9
+ from .community import Community
10
+ from .mib_view import MibView
11
+ from .rmon_stat import RmonStat
12
+ from .sysinfo import Sysinfo
13
+ from .user import User
14
+
15
+
16
+ class Snmp:
17
+ """Type stub for Snmp."""
18
+
19
+ community: Community
20
+ mib_view: MibView
21
+ rmon_stat: RmonStat
22
+ sysinfo: Sysinfo
23
+ user: User
24
+
25
+ def __init__(self, client: IHTTPClient) -> None: ...
@@ -0,0 +1,17 @@
1
+ """Type stubs for X3G_MODEM category."""
2
+
3
+ from __future__ import annotations
4
+
5
+ from typing import TYPE_CHECKING
6
+
7
+ if TYPE_CHECKING:
8
+ from hfortix_core.http.interface import IHTTPClient
9
+ from .custom import Custom
10
+
11
+
12
+ class X3gModem:
13
+ """Type stub for X3gModem."""
14
+
15
+ custom: Custom
16
+
17
+ def __init__(self, client: IHTTPClient) -> None: ...