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.
- hfortix_fortios/__init__.py +1 -1
- hfortix_fortios/__init__.pyi +83 -0
- hfortix_fortios/api/__init__.pyi +45 -0
- hfortix_fortios/api/v2/cmdb/__init__.pyi +37 -0
- hfortix_fortios/api/v2/cmdb/alertemail/__init__.pyi +17 -0
- hfortix_fortios/api/v2/cmdb/antivirus/__init__.pyi +23 -0
- hfortix_fortios/api/v2/cmdb/application/__init__.pyi +25 -0
- hfortix_fortios/api/v2/cmdb/authentication/__init__.pyi +21 -0
- hfortix_fortios/api/v2/cmdb/automation/__init__.pyi +17 -0
- hfortix_fortios/api/v2/cmdb/casb/__init__.pyi +23 -0
- hfortix_fortios/api/v2/cmdb/certificate/__init__.pyi +25 -0
- hfortix_fortios/api/v2/cmdb/diameter_filter/__init__.pyi +17 -0
- hfortix_fortios/api/v2/cmdb/dlp/__init__.pyi +31 -0
- hfortix_fortios/api/v2/cmdb/dnsfilter/__init__.pyi +19 -0
- hfortix_fortios/api/v2/cmdb/emailfilter/__init__.pyi +31 -0
- hfortix_fortios/api/v2/cmdb/endpoint_control/__init__.pyi +21 -0
- hfortix_fortios/api/v2/cmdb/ethernet_oam/__init__.pyi +17 -0
- hfortix_fortios/api/v2/cmdb/extension_controller/__init__.pyi +27 -0
- hfortix_fortios/api/v2/cmdb/file_filter/__init__.pyi +17 -0
- hfortix_fortios/api/v2/cmdb/firewall/__init__.pyi +173 -0
- hfortix_fortios/api/v2/cmdb/firewall/ipmacbinding/__init__.pyi +19 -0
- hfortix_fortios/api/v2/cmdb/firewall/policy.pyi +336 -0
- hfortix_fortios/api/v2/cmdb/firewall/schedule/__init__.pyi +21 -0
- hfortix_fortios/api/v2/cmdb/firewall/service/__init__.pyi +21 -0
- hfortix_fortios/api/v2/cmdb/firewall/shaper/__init__.pyi +19 -0
- hfortix_fortios/api/v2/cmdb/firewall/ssh/__init__.pyi +23 -0
- hfortix_fortios/api/v2/cmdb/firewall/ssl/__init__.pyi +17 -0
- hfortix_fortios/api/v2/cmdb/firewall/wildcard_fqdn/__init__.pyi +19 -0
- hfortix_fortios/api/v2/cmdb/ftp_proxy/__init__.pyi +17 -0
- hfortix_fortios/api/v2/cmdb/icap/__init__.pyi +21 -0
- hfortix_fortios/api/v2/cmdb/ips/__init__.pyi +31 -0
- hfortix_fortios/api/v2/cmdb/log/__init__.pyi +57 -0
- hfortix_fortios/api/v2/cmdb/log/disk/__init__.pyi +19 -0
- hfortix_fortios/api/v2/cmdb/log/fortianalyzer/__init__.pyi +23 -0
- hfortix_fortios/api/v2/cmdb/log/fortianalyzer2/__init__.pyi +23 -0
- hfortix_fortios/api/v2/cmdb/log/fortianalyzer3/__init__.pyi +23 -0
- hfortix_fortios/api/v2/cmdb/log/fortianalyzer_cloud/__init__.pyi +23 -0
- hfortix_fortios/api/v2/cmdb/log/fortiguard/__init__.pyi +23 -0
- hfortix_fortios/api/v2/cmdb/log/memory/__init__.pyi +21 -0
- hfortix_fortios/api/v2/cmdb/log/null_device/__init__.pyi +19 -0
- hfortix_fortios/api/v2/cmdb/log/syslogd/__init__.pyi +23 -0
- hfortix_fortios/api/v2/cmdb/log/syslogd2/__init__.pyi +23 -0
- hfortix_fortios/api/v2/cmdb/log/syslogd3/__init__.pyi +23 -0
- hfortix_fortios/api/v2/cmdb/log/syslogd4/__init__.pyi +23 -0
- hfortix_fortios/api/v2/cmdb/log/tacacs_plus_accounting/__init__.pyi +19 -0
- hfortix_fortios/api/v2/cmdb/log/tacacs_plus_accounting2/__init__.pyi +19 -0
- hfortix_fortios/api/v2/cmdb/log/tacacs_plus_accounting3/__init__.pyi +19 -0
- hfortix_fortios/api/v2/cmdb/log/webtrends/__init__.pyi +19 -0
- hfortix_fortios/api/v2/cmdb/monitoring/__init__.pyi +17 -0
- hfortix_fortios/api/v2/cmdb/report/__init__.pyi +19 -0
- hfortix_fortios/api/v2/cmdb/router/__init__.pyi +67 -0
- hfortix_fortios/api/v2/cmdb/rule/__init__.pyi +23 -0
- hfortix_fortios/api/v2/cmdb/sctp_filter/__init__.pyi +17 -0
- hfortix_fortios/api/v2/cmdb/switch_controller/__init__.pyi +93 -0
- hfortix_fortios/api/v2/cmdb/switch_controller/acl/__init__.pyi +19 -0
- hfortix_fortios/api/v2/cmdb/switch_controller/auto_config/__init__.pyi +21 -0
- hfortix_fortios/api/v2/cmdb/switch_controller/initial_config/__init__.pyi +19 -0
- hfortix_fortios/api/v2/cmdb/switch_controller/ptp/__init__.pyi +19 -0
- hfortix_fortios/api/v2/cmdb/switch_controller/qos/__init__.pyi +23 -0
- hfortix_fortios/api/v2/cmdb/switch_controller/security_policy/__init__.pyi +19 -0
- hfortix_fortios/api/v2/cmdb/system/__init__.pyi +275 -0
- hfortix_fortios/api/v2/cmdb/system/autoupdate/__init__.pyi +17 -0
- hfortix_fortios/api/v2/cmdb/system/dhcp/__init__.pyi +17 -0
- hfortix_fortios/api/v2/cmdb/system/dhcp6/__init__.pyi +17 -0
- hfortix_fortios/api/v2/cmdb/system/lldp/__init__.pyi +17 -0
- hfortix_fortios/api/v2/cmdb/system/replacemsg/__init__.pyi +39 -0
- hfortix_fortios/api/v2/cmdb/system/security_rating/__init__.pyi +19 -0
- hfortix_fortios/api/v2/cmdb/system/snmp/__init__.pyi +25 -0
- hfortix_fortios/api/v2/cmdb/system/x3g_modem/__init__.pyi +17 -0
- hfortix_fortios/api/v2/cmdb/user/__init__.pyi +63 -0
- hfortix_fortios/api/v2/cmdb/videofilter/__init__.pyi +21 -0
- hfortix_fortios/api/v2/cmdb/virtual_patch/__init__.pyi +17 -0
- hfortix_fortios/api/v2/cmdb/voip/__init__.pyi +17 -0
- hfortix_fortios/api/v2/cmdb/vpn/__init__.pyi +27 -0
- hfortix_fortios/api/v2/cmdb/vpn/certificate/__init__.pyi +29 -0
- hfortix_fortios/api/v2/cmdb/vpn/ipsec/__init__.pyi +31 -0
- hfortix_fortios/api/v2/cmdb/waf/__init__.pyi +21 -0
- hfortix_fortios/api/v2/cmdb/web_proxy/__init__.pyi +35 -0
- hfortix_fortios/api/v2/cmdb/webfilter/__init__.pyi +43 -0
- hfortix_fortios/api/v2/cmdb/wireless_controller/__init__.pyi +71 -0
- hfortix_fortios/api/v2/cmdb/wireless_controller/hotspot20/__init__.pyi +49 -0
- hfortix_fortios/api/v2/cmdb/ztna/__init__.pyi +25 -0
- hfortix_fortios/api/v2/log/__init__.pyi +13 -11
- hfortix_fortios/api/v2/monitor/__init__.pyi +32 -0
- hfortix_fortios/api/v2/monitor/azure/__init__.pyi +17 -0
- hfortix_fortios/api/v2/monitor/azure/application_list/__init__.pyi +17 -0
- hfortix_fortios/api/v2/monitor/azure/application_list.pyi +19 -0
- hfortix_fortios/api/v2/monitor/casb/__init__.pyi +17 -0
- hfortix_fortios/api/v2/monitor/endpoint_control/__init__.pyi +25 -0
- hfortix_fortios/api/v2/monitor/endpoint_control/avatar/__init__.pyi +17 -0
- hfortix_fortios/api/v2/monitor/endpoint_control/ems/__init__.pyi +23 -0
- hfortix_fortios/api/v2/monitor/endpoint_control/ems.pyi +19 -0
- hfortix_fortios/api/v2/monitor/endpoint_control/installer/__init__.pyi +17 -0
- hfortix_fortios/api/v2/monitor/endpoint_control/installer.pyi +87 -0
- hfortix_fortios/api/v2/monitor/extender_controller/__init__.pyi +17 -0
- hfortix_fortios/api/v2/monitor/extender_controller/extender/__init__.pyi +23 -0
- hfortix_fortios/api/v2/monitor/extender_controller/extender.pyi +19 -0
- hfortix_fortios/api/v2/monitor/extension_controller/__init__.pyi +19 -0
- hfortix_fortios/api/v2/monitor/firewall/__init__.pyi +101 -0
- hfortix_fortios/api/v2/monitor/firewall/acl/__init__.pyi +17 -0
- hfortix_fortios/api/v2/monitor/firewall/acl.pyi +19 -0
- hfortix_fortios/api/v2/monitor/firewall/acl6/__init__.pyi +17 -0
- hfortix_fortios/api/v2/monitor/firewall/acl6.pyi +19 -0
- hfortix_fortios/api/v2/monitor/firewall/central_snat_map/__init__.pyi +19 -0
- hfortix_fortios/api/v2/monitor/firewall/central_snat_map.pyi +19 -0
- hfortix_fortios/api/v2/monitor/firewall/clearpass_address/__init__.pyi +19 -0
- hfortix_fortios/api/v2/monitor/firewall/dnat/__init__.pyi +19 -0
- hfortix_fortios/api/v2/monitor/firewall/dnat.pyi +19 -0
- hfortix_fortios/api/v2/monitor/firewall/gtp/__init__.pyi +17 -0
- hfortix_fortios/api/v2/monitor/firewall/gtp.pyi +19 -0
- hfortix_fortios/api/v2/monitor/firewall/ippool/__init__.pyi +17 -0
- hfortix_fortios/api/v2/monitor/firewall/ippool.pyi +19 -0
- hfortix_fortios/api/v2/monitor/firewall/multicast_policy/__init__.pyi +19 -0
- hfortix_fortios/api/v2/monitor/firewall/multicast_policy.pyi +19 -0
- hfortix_fortios/api/v2/monitor/firewall/multicast_policy6/__init__.pyi +19 -0
- hfortix_fortios/api/v2/monitor/firewall/multicast_policy6.pyi +19 -0
- hfortix_fortios/api/v2/monitor/firewall/per_ip_shaper/__init__.pyi +17 -0
- hfortix_fortios/api/v2/monitor/firewall/per_ip_shaper.pyi +19 -0
- hfortix_fortios/api/v2/monitor/firewall/policy/__init__.pyi +21 -0
- hfortix_fortios/api/v2/monitor/firewall/policy.pyi +19 -0
- hfortix_fortios/api/v2/monitor/firewall/proxy/__init__.pyi +17 -0
- hfortix_fortios/api/v2/monitor/firewall/proxy_policy/__init__.pyi +17 -0
- hfortix_fortios/api/v2/monitor/firewall/proxy_policy.pyi +19 -0
- hfortix_fortios/api/v2/monitor/firewall/security_policy/__init__.pyi +19 -0
- hfortix_fortios/api/v2/monitor/firewall/security_policy.pyi +19 -0
- hfortix_fortios/api/v2/monitor/firewall/session/__init__.pyi +21 -0
- hfortix_fortios/api/v2/monitor/firewall/session6/__init__.pyi +17 -0
- hfortix_fortios/api/v2/monitor/firewall/shaper/__init__.pyi +17 -0
- hfortix_fortios/api/v2/monitor/firewall/shaper.pyi +19 -0
- hfortix_fortios/api/v2/monitor/firewall/ztna_firewall_policy/__init__.pyi +17 -0
- hfortix_fortios/api/v2/monitor/firmware/__init__.pyi +17 -0
- hfortix_fortios/api/v2/monitor/fortiguard/__init__.pyi +21 -0
- hfortix_fortios/api/v2/monitor/fortiview/__init__.pyi +23 -0
- hfortix_fortios/api/v2/monitor/fortiview/session/__init__.pyi +17 -0
- hfortix_fortios/api/v2/monitor/geoip/__init__.pyi +17 -0
- hfortix_fortios/api/v2/monitor/geoip/geoip_query/__init__.pyi +17 -0
- hfortix_fortios/api/v2/monitor/ips/__init__.pyi +25 -0
- hfortix_fortios/api/v2/monitor/license/__init__.pyi +25 -0
- hfortix_fortios/api/v2/monitor/license/database/__init__.pyi +17 -0
- hfortix_fortios/api/v2/monitor/log/__init__.pyi +45 -0
- hfortix_fortios/api/v2/monitor/log/av_archive/__init__.pyi +17 -0
- hfortix_fortios/api/v2/monitor/log/forticloud_report/__init__.pyi +17 -0
- hfortix_fortios/api/v2/monitor/log/local_report/__init__.pyi +19 -0
- hfortix_fortios/api/v2/monitor/log/policy_archive/__init__.pyi +17 -0
- hfortix_fortios/api/v2/monitor/log/stats/__init__.pyi +17 -0
- hfortix_fortios/api/v2/monitor/log/stats.pyi +87 -0
- hfortix_fortios/api/v2/monitor/network/__init__.pyi +29 -0
- hfortix_fortios/api/v2/monitor/network/ddns/__init__.pyi +17 -0
- hfortix_fortios/api/v2/monitor/network/debug_flow/__init__.pyi +19 -0
- hfortix_fortios/api/v2/monitor/registration/__init__.pyi +21 -0
- hfortix_fortios/api/v2/monitor/registration/forticare/__init__.pyi +27 -0
- hfortix_fortios/api/v2/monitor/registration/forticloud/__init__.pyi +27 -0
- hfortix_fortios/api/v2/monitor/registration/vdom/__init__.pyi +17 -0
- hfortix_fortios/api/v2/monitor/router/__init__.pyi +37 -0
- hfortix_fortios/api/v2/monitor/router/bgp/__init__.pyi +21 -0
- hfortix_fortios/api/v2/monitor/router/bgp.pyi +87 -0
- hfortix_fortios/api/v2/monitor/router/lookup/__init__.pyi +17 -0
- hfortix_fortios/api/v2/monitor/router/lookup.pyi +87 -0
- hfortix_fortios/api/v2/monitor/sdwan/__init__.pyi +17 -0
- hfortix_fortios/api/v2/monitor/sdwan/link_monitor_metrics/__init__.pyi +17 -0
- hfortix_fortios/api/v2/monitor/service/__init__.pyi +17 -0
- hfortix_fortios/api/v2/monitor/switch_controller/__init__.pyi +33 -0
- hfortix_fortios/api/v2/monitor/switch_controller/fsw_firmware/__init__.pyi +21 -0
- hfortix_fortios/api/v2/monitor/switch_controller/fsw_firmware.pyi +19 -0
- hfortix_fortios/api/v2/monitor/switch_controller/isl_lockdown/__init__.pyi +19 -0
- hfortix_fortios/api/v2/monitor/switch_controller/managed_switch/__init__.pyi +33 -0
- hfortix_fortios/api/v2/monitor/switch_controller/mclag_icl/__init__.pyi +23 -0
- hfortix_fortios/api/v2/monitor/switch_controller/recommendation/__init__.pyi +17 -0
- hfortix_fortios/api/v2/monitor/system/__init__.pyi +177 -0
- hfortix_fortios/api/v2/monitor/system/admin/__init__.pyi +17 -0
- hfortix_fortios/api/v2/monitor/system/api_user/__init__.pyi +17 -0
- hfortix_fortios/api/v2/monitor/system/automation_stitch/__init__.pyi +19 -0
- hfortix_fortios/api/v2/monitor/system/certificate/__init__.pyi +19 -0
- hfortix_fortios/api/v2/monitor/system/change_password/__init__.pyi +17 -0
- hfortix_fortios/api/v2/monitor/system/cluster/__init__.pyi +17 -0
- hfortix_fortios/api/v2/monitor/system/com_log/__init__.pyi +21 -0
- hfortix_fortios/api/v2/monitor/system/config/__init__.pyi +21 -0
- hfortix_fortios/api/v2/monitor/system/config.pyi +87 -0
- hfortix_fortios/api/v2/monitor/system/config_error_log/__init__.pyi +17 -0
- hfortix_fortios/api/v2/monitor/system/config_revision/__init__.pyi +25 -0
- hfortix_fortios/api/v2/monitor/system/config_revision.pyi +87 -0
- hfortix_fortios/api/v2/monitor/system/config_script/__init__.pyi +21 -0
- hfortix_fortios/api/v2/monitor/system/config_script.pyi +87 -0
- hfortix_fortios/api/v2/monitor/system/config_sync/__init__.pyi +17 -0
- hfortix_fortios/api/v2/monitor/system/crash_log/__init__.pyi +19 -0
- hfortix_fortios/api/v2/monitor/system/csf/__init__.pyi +17 -0
- hfortix_fortios/api/v2/monitor/system/csf.pyi +87 -0
- hfortix_fortios/api/v2/monitor/system/debug/__init__.pyi +17 -0
- hfortix_fortios/api/v2/monitor/system/dhcp/__init__.pyi +17 -0
- hfortix_fortios/api/v2/monitor/system/dhcp.pyi +87 -0
- hfortix_fortios/api/v2/monitor/system/dhcp6/__init__.pyi +17 -0
- hfortix_fortios/api/v2/monitor/system/disconnect_admins/__init__.pyi +17 -0
- hfortix_fortios/api/v2/monitor/system/external_resource/__init__.pyi +25 -0
- hfortix_fortios/api/v2/monitor/system/firmware/__init__.pyi +19 -0
- hfortix_fortios/api/v2/monitor/system/firmware.pyi +87 -0
- hfortix_fortios/api/v2/monitor/system/fortiguard/__init__.pyi +23 -0
- hfortix_fortios/api/v2/monitor/system/fortimanager/__init__.pyi +21 -0
- hfortix_fortios/api/v2/monitor/system/fsck/__init__.pyi +17 -0
- hfortix_fortios/api/v2/monitor/system/ha_peer/__init__.pyi +19 -0
- hfortix_fortios/api/v2/monitor/system/ha_peer.pyi +87 -0
- hfortix_fortios/api/v2/monitor/system/hscalefw_license/__init__.pyi +17 -0
- hfortix_fortios/api/v2/monitor/system/interface/__init__.pyi +31 -0
- hfortix_fortios/api/v2/monitor/system/interface.pyi +87 -0
- hfortix_fortios/api/v2/monitor/system/ipam/__init__.pyi +17 -0
- hfortix_fortios/api/v2/monitor/system/logdisk/__init__.pyi +17 -0
- hfortix_fortios/api/v2/monitor/system/lte_modem/__init__.pyi +21 -0
- hfortix_fortios/api/v2/monitor/system/modem/__init__.pyi +23 -0
- hfortix_fortios/api/v2/monitor/system/modem.pyi +87 -0
- hfortix_fortios/api/v2/monitor/system/object/__init__.pyi +17 -0
- hfortix_fortios/api/v2/monitor/system/os/__init__.pyi +19 -0
- hfortix_fortios/api/v2/monitor/system/password_policy_conform/__init__.pyi +17 -0
- hfortix_fortios/api/v2/monitor/system/private_data_encryption/__init__.pyi +17 -0
- hfortix_fortios/api/v2/monitor/system/process/__init__.pyi +17 -0
- hfortix_fortios/api/v2/monitor/system/sdn_connector/__init__.pyi +19 -0
- hfortix_fortios/api/v2/monitor/system/time/__init__.pyi +17 -0
- hfortix_fortios/api/v2/monitor/system/time.pyi +87 -0
- hfortix_fortios/api/v2/monitor/system/traffic_history/__init__.pyi +21 -0
- hfortix_fortios/api/v2/monitor/system/upgrade_report/__init__.pyi +19 -0
- hfortix_fortios/api/v2/monitor/system/usb_device/__init__.pyi +17 -0
- hfortix_fortios/api/v2/monitor/system/usb_log/__init__.pyi +19 -0
- hfortix_fortios/api/v2/monitor/system/usb_log.pyi +87 -0
- hfortix_fortios/api/v2/monitor/system/vmlicense/__init__.pyi +21 -0
- hfortix_fortios/api/v2/monitor/system/x5g_modem/__init__.pyi +17 -0
- hfortix_fortios/api/v2/monitor/user/__init__.pyi +47 -0
- hfortix_fortios/api/v2/monitor/user/banned/__init__.pyi +23 -0
- hfortix_fortios/api/v2/monitor/user/banned.pyi +87 -0
- hfortix_fortios/api/v2/monitor/user/device/__init__.pyi +23 -0
- hfortix_fortios/api/v2/monitor/user/firewall/__init__.pyi +19 -0
- hfortix_fortios/api/v2/monitor/user/firewall.pyi +87 -0
- hfortix_fortios/api/v2/monitor/user/fortitoken/__init__.pyi +29 -0
- hfortix_fortios/api/v2/monitor/user/fortitoken.pyi +87 -0
- hfortix_fortios/api/v2/monitor/user/fortitoken_cloud/__init__.pyi +17 -0
- hfortix_fortios/api/v2/monitor/user/fsso/__init__.pyi +17 -0
- hfortix_fortios/api/v2/monitor/user/fsso.pyi +87 -0
- hfortix_fortios/api/v2/monitor/user/guest/__init__.pyi +19 -0
- hfortix_fortios/api/v2/monitor/user/info/__init__.pyi +21 -0
- hfortix_fortios/api/v2/monitor/user/local/__init__.pyi +17 -0
- hfortix_fortios/api/v2/monitor/user/password_policy_conform/__init__.pyi +17 -0
- hfortix_fortios/api/v2/monitor/user/query/__init__.pyi +17 -0
- hfortix_fortios/api/v2/monitor/user/radius/__init__.pyi +19 -0
- hfortix_fortios/api/v2/monitor/user/scim/__init__.pyi +19 -0
- hfortix_fortios/api/v2/monitor/user/tacacs_plus/__init__.pyi +17 -0
- hfortix_fortios/api/v2/monitor/utm/__init__.pyi +25 -0
- hfortix_fortios/api/v2/monitor/utm/rating_lookup/__init__.pyi +17 -0
- hfortix_fortios/api/v2/monitor/videofilter/__init__.pyi +17 -0
- hfortix_fortios/api/v2/monitor/virtual_wan/__init__.pyi +25 -0
- hfortix_fortios/api/v2/monitor/vpn/__init__.pyi +21 -0
- hfortix_fortios/api/v2/monitor/vpn/ike/__init__.pyi +17 -0
- hfortix_fortios/api/v2/monitor/vpn/ipsec/__init__.pyi +21 -0
- hfortix_fortios/api/v2/monitor/vpn/ipsec.pyi +19 -0
- hfortix_fortios/api/v2/monitor/vpn/ssl/__init__.pyi +19 -0
- hfortix_fortios/api/v2/monitor/vpn/ssl.pyi +19 -0
- hfortix_fortios/api/v2/monitor/vpn_certificate/__init__.pyi +27 -0
- hfortix_fortios/api/v2/monitor/vpn_certificate/ca/__init__.pyi +17 -0
- hfortix_fortios/api/v2/monitor/vpn_certificate/crl/__init__.pyi +17 -0
- hfortix_fortios/api/v2/monitor/vpn_certificate/csr/__init__.pyi +17 -0
- hfortix_fortios/api/v2/monitor/vpn_certificate/local/__init__.pyi +19 -0
- hfortix_fortios/api/v2/monitor/vpn_certificate/remote/__init__.pyi +17 -0
- hfortix_fortios/api/v2/monitor/wanopt/__init__.pyi +21 -0
- hfortix_fortios/api/v2/monitor/wanopt/history/__init__.pyi +17 -0
- hfortix_fortios/api/v2/monitor/wanopt/history.pyi +19 -0
- hfortix_fortios/api/v2/monitor/wanopt/peer_stats/__init__.pyi +17 -0
- hfortix_fortios/api/v2/monitor/wanopt/peer_stats.pyi +19 -0
- hfortix_fortios/api/v2/monitor/wanopt/webcache/__init__.pyi +17 -0
- hfortix_fortios/api/v2/monitor/wanopt/webcache.pyi +19 -0
- hfortix_fortios/api/v2/monitor/web_ui/__init__.pyi +19 -0
- hfortix_fortios/api/v2/monitor/web_ui/custom_language/__init__.pyi +21 -0
- hfortix_fortios/api/v2/monitor/web_ui/language/__init__.pyi +17 -0
- hfortix_fortios/api/v2/monitor/webcache/__init__.pyi +17 -0
- hfortix_fortios/api/v2/monitor/webcache/stats/__init__.pyi +17 -0
- hfortix_fortios/api/v2/monitor/webcache/stats.pyi +19 -0
- hfortix_fortios/api/v2/monitor/webfilter/__init__.pyi +25 -0
- hfortix_fortios/api/v2/monitor/webfilter/category_quota/__init__.pyi +17 -0
- hfortix_fortios/api/v2/monitor/webfilter/category_quota.pyi +87 -0
- hfortix_fortios/api/v2/monitor/webfilter/override/__init__.pyi +17 -0
- hfortix_fortios/api/v2/monitor/webfilter/override.pyi +87 -0
- hfortix_fortios/api/v2/monitor/webproxy/__init__.pyi +17 -0
- hfortix_fortios/api/v2/monitor/webproxy/pacfile/__init__.pyi +19 -0
- hfortix_fortios/api/v2/monitor/wifi/__init__.pyi +57 -0
- hfortix_fortios/api/v2/monitor/wifi/ap_profile/__init__.pyi +17 -0
- hfortix_fortios/api/v2/monitor/wifi/client/__init__.pyi +17 -0
- hfortix_fortios/api/v2/monitor/wifi/client.pyi +19 -0
- hfortix_fortios/api/v2/monitor/wifi/euclid/__init__.pyi +17 -0
- hfortix_fortios/api/v2/monitor/wifi/euclid.pyi +19 -0
- hfortix_fortios/api/v2/monitor/wifi/firmware/__init__.pyi +21 -0
- hfortix_fortios/api/v2/monitor/wifi/firmware.pyi +19 -0
- hfortix_fortios/api/v2/monitor/wifi/managed_ap/__init__.pyi +21 -0
- hfortix_fortios/api/v2/monitor/wifi/managed_ap.pyi +19 -0
- hfortix_fortios/api/v2/monitor/wifi/network/__init__.pyi +23 -0
- hfortix_fortios/api/v2/monitor/wifi/region_image/__init__.pyi +17 -0
- hfortix_fortios/api/v2/monitor/wifi/region_image.pyi +19 -0
- hfortix_fortios/api/v2/monitor/wifi/rogue_ap/__init__.pyi +19 -0
- hfortix_fortios/api/v2/monitor/wifi/rogue_ap.pyi +19 -0
- hfortix_fortios/api/v2/monitor/wifi/spectrum/__init__.pyi +21 -0
- hfortix_fortios/api/v2/monitor/wifi/spectrum.pyi +19 -0
- hfortix_fortios/api/v2/monitor/wifi/ssid/__init__.pyi +17 -0
- hfortix_fortios/api/v2/monitor/wifi/vlan_probe/__init__.pyi +19 -0
- hfortix_fortios/api/v2/monitor/wifi/vlan_probe.pyi +19 -0
- hfortix_fortios/api/v2/service/__init__.pyi +3 -0
- hfortix_fortios/api/v2/service/security_rating/__init__.pyi +19 -0
- hfortix_fortios/api/v2/service/sniffer/__init__.pyi +27 -0
- hfortix_fortios/api/v2/service/system/__init__.pyi +21 -0
- hfortix_fortios/client.pyi +1 -51
- {hfortix_fortios-0.5.0.dist-info → hfortix_fortios-0.5.2.dist-info}/METADATA +2 -2
- {hfortix_fortios-0.5.0.dist-info → hfortix_fortios-0.5.2.dist-info}/RECORD +307 -11
- {hfortix_fortios-0.5.0.dist-info → hfortix_fortios-0.5.2.dist-info}/WHEEL +0 -0
- {hfortix_fortios-0.5.0.dist-info → hfortix_fortios-0.5.2.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
"""Type stubs for USER 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 .adgrp import Adgrp
|
|
10
|
+
from .certificate import Certificate
|
|
11
|
+
from .domain_controller import DomainController
|
|
12
|
+
from .exchange import Exchange
|
|
13
|
+
from .external_identity_provider import ExternalIdentityProvider
|
|
14
|
+
from .fortitoken import Fortitoken
|
|
15
|
+
from .fsso import Fsso
|
|
16
|
+
from .fsso_polling import FssoPolling
|
|
17
|
+
from .group import Group
|
|
18
|
+
from .krb_keytab import KrbKeytab
|
|
19
|
+
from .ldap import Ldap
|
|
20
|
+
from .local import Local
|
|
21
|
+
from .nac_policy import NacPolicy
|
|
22
|
+
from .password_policy import PasswordPolicy
|
|
23
|
+
from .peer import Peer
|
|
24
|
+
from .peergrp import Peergrp
|
|
25
|
+
from .pop3 import Pop3
|
|
26
|
+
from .quarantine import Quarantine
|
|
27
|
+
from .radius import Radius
|
|
28
|
+
from .saml import Saml
|
|
29
|
+
from .scim import Scim
|
|
30
|
+
from .security_exempt_list import SecurityExemptList
|
|
31
|
+
from .setting import Setting
|
|
32
|
+
from .tacacs_plus import TacacsPlus
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
class User:
|
|
36
|
+
"""Type stub for User."""
|
|
37
|
+
|
|
38
|
+
adgrp: Adgrp
|
|
39
|
+
certificate: Certificate
|
|
40
|
+
domain_controller: DomainController
|
|
41
|
+
exchange: Exchange
|
|
42
|
+
external_identity_provider: ExternalIdentityProvider
|
|
43
|
+
fortitoken: Fortitoken
|
|
44
|
+
fsso: Fsso
|
|
45
|
+
fsso_polling: FssoPolling
|
|
46
|
+
group: Group
|
|
47
|
+
krb_keytab: KrbKeytab
|
|
48
|
+
ldap: Ldap
|
|
49
|
+
local: Local
|
|
50
|
+
nac_policy: NacPolicy
|
|
51
|
+
password_policy: PasswordPolicy
|
|
52
|
+
peer: Peer
|
|
53
|
+
peergrp: Peergrp
|
|
54
|
+
pop3: Pop3
|
|
55
|
+
quarantine: Quarantine
|
|
56
|
+
radius: Radius
|
|
57
|
+
saml: Saml
|
|
58
|
+
scim: Scim
|
|
59
|
+
security_exempt_list: SecurityExemptList
|
|
60
|
+
setting: Setting
|
|
61
|
+
tacacs_plus: TacacsPlus
|
|
62
|
+
|
|
63
|
+
def __init__(self, client: IHTTPClient) -> None: ...
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
"""Type stubs for VIDEOFILTER 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 .keyword import Keyword
|
|
10
|
+
from .profile import Profile
|
|
11
|
+
from .youtube_key import YoutubeKey
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
class Videofilter:
|
|
15
|
+
"""Type stub for Videofilter."""
|
|
16
|
+
|
|
17
|
+
keyword: Keyword
|
|
18
|
+
profile: Profile
|
|
19
|
+
youtube_key: YoutubeKey
|
|
20
|
+
|
|
21
|
+
def __init__(self, client: IHTTPClient) -> None: ...
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"""Type stubs for VIRTUAL_PATCH 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 .profile import Profile
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
class VirtualPatch:
|
|
13
|
+
"""Type stub for VirtualPatch."""
|
|
14
|
+
|
|
15
|
+
profile: Profile
|
|
16
|
+
|
|
17
|
+
def __init__(self, client: IHTTPClient) -> None: ...
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"""Type stubs for VOIP 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 .profile import Profile
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
class Voip:
|
|
13
|
+
"""Type stub for Voip."""
|
|
14
|
+
|
|
15
|
+
profile: Profile
|
|
16
|
+
|
|
17
|
+
def __init__(self, client: IHTTPClient) -> None: ...
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
"""Type stubs for VPN 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 .kmip_server import KmipServer
|
|
10
|
+
from .l2tp import L2tp
|
|
11
|
+
from .pptp import Pptp
|
|
12
|
+
from .qkd import Qkd
|
|
13
|
+
from .certificate import Certificate
|
|
14
|
+
from .ipsec import Ipsec
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
class Vpn:
|
|
18
|
+
"""Type stub for Vpn."""
|
|
19
|
+
|
|
20
|
+
certificate: Certificate
|
|
21
|
+
ipsec: Ipsec
|
|
22
|
+
kmip_server: KmipServer
|
|
23
|
+
l2tp: L2tp
|
|
24
|
+
pptp: Pptp
|
|
25
|
+
qkd: Qkd
|
|
26
|
+
|
|
27
|
+
def __init__(self, client: IHTTPClient) -> None: ...
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"""Type stubs for CERTIFICATE 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 .ca import Ca
|
|
10
|
+
from .crl import Crl
|
|
11
|
+
from .hsm_local import HsmLocal
|
|
12
|
+
from .local import Local
|
|
13
|
+
from .ocsp_server import OcspServer
|
|
14
|
+
from .remote import Remote
|
|
15
|
+
from .setting import Setting
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
class Certificate:
|
|
19
|
+
"""Type stub for Certificate."""
|
|
20
|
+
|
|
21
|
+
ca: Ca
|
|
22
|
+
crl: Crl
|
|
23
|
+
hsm_local: HsmLocal
|
|
24
|
+
local: Local
|
|
25
|
+
ocsp_server: OcspServer
|
|
26
|
+
remote: Remote
|
|
27
|
+
setting: Setting
|
|
28
|
+
|
|
29
|
+
def __init__(self, client: IHTTPClient) -> None: ...
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
"""Type stubs for IPSEC 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 .concentrator import Concentrator
|
|
10
|
+
from .fec import Fec
|
|
11
|
+
from .manualkey import Manualkey
|
|
12
|
+
from .manualkey_interface import ManualkeyInterface
|
|
13
|
+
from .phase1 import Phase1
|
|
14
|
+
from .phase1_interface import Phase1Interface
|
|
15
|
+
from .phase2 import Phase2
|
|
16
|
+
from .phase2_interface import Phase2Interface
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
class Ipsec:
|
|
20
|
+
"""Type stub for Ipsec."""
|
|
21
|
+
|
|
22
|
+
concentrator: Concentrator
|
|
23
|
+
fec: Fec
|
|
24
|
+
manualkey: Manualkey
|
|
25
|
+
manualkey_interface: ManualkeyInterface
|
|
26
|
+
phase1: Phase1
|
|
27
|
+
phase1_interface: Phase1Interface
|
|
28
|
+
phase2: Phase2
|
|
29
|
+
phase2_interface: Phase2Interface
|
|
30
|
+
|
|
31
|
+
def __init__(self, client: IHTTPClient) -> None: ...
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
"""Type stubs for WAF 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 .main_class import MainClass
|
|
10
|
+
from .profile import Profile
|
|
11
|
+
from .signature import Signature
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
class Waf:
|
|
15
|
+
"""Type stub for Waf."""
|
|
16
|
+
|
|
17
|
+
main_class: MainClass
|
|
18
|
+
profile: Profile
|
|
19
|
+
signature: Signature
|
|
20
|
+
|
|
21
|
+
def __init__(self, client: IHTTPClient) -> None: ...
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
"""Type stubs for WEB_PROXY 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 .debug_url import DebugUrl
|
|
10
|
+
from .explicit import Explicit
|
|
11
|
+
from .fast_fallback import FastFallback
|
|
12
|
+
from .forward_server import ForwardServer
|
|
13
|
+
from .forward_server_group import ForwardServerGroup
|
|
14
|
+
from .global_setting import GlobalSetting
|
|
15
|
+
from .isolator_server import IsolatorServer
|
|
16
|
+
from .profile import Profile
|
|
17
|
+
from .url_match import UrlMatch
|
|
18
|
+
from .wisp import Wisp
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
class WebProxy:
|
|
22
|
+
"""Type stub for WebProxy."""
|
|
23
|
+
|
|
24
|
+
debug_url: DebugUrl
|
|
25
|
+
explicit: Explicit
|
|
26
|
+
fast_fallback: FastFallback
|
|
27
|
+
forward_server: ForwardServer
|
|
28
|
+
forward_server_group: ForwardServerGroup
|
|
29
|
+
global_setting: GlobalSetting
|
|
30
|
+
isolator_server: IsolatorServer
|
|
31
|
+
profile: Profile
|
|
32
|
+
url_match: UrlMatch
|
|
33
|
+
wisp: Wisp
|
|
34
|
+
|
|
35
|
+
def __init__(self, client: IHTTPClient) -> None: ...
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
"""Type stubs for WEBFILTER 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 .content import Content
|
|
10
|
+
from .content_header import ContentHeader
|
|
11
|
+
from .fortiguard import Fortiguard
|
|
12
|
+
from .ftgd_local_cat import FtgdLocalCat
|
|
13
|
+
from .ftgd_local_rating import FtgdLocalRating
|
|
14
|
+
from .ftgd_local_risk import FtgdLocalRisk
|
|
15
|
+
from .ftgd_risk_level import FtgdRiskLevel
|
|
16
|
+
from .ips_urlfilter_cache_setting import IpsUrlfilterCacheSetting
|
|
17
|
+
from .ips_urlfilter_setting import IpsUrlfilterSetting
|
|
18
|
+
from .ips_urlfilter_setting6 import IpsUrlfilterSetting6
|
|
19
|
+
from .override import Override
|
|
20
|
+
from .profile import Profile
|
|
21
|
+
from .search_engine import SearchEngine
|
|
22
|
+
from .urlfilter import Urlfilter
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
class Webfilter:
|
|
26
|
+
"""Type stub for Webfilter."""
|
|
27
|
+
|
|
28
|
+
content: Content
|
|
29
|
+
content_header: ContentHeader
|
|
30
|
+
fortiguard: Fortiguard
|
|
31
|
+
ftgd_local_cat: FtgdLocalCat
|
|
32
|
+
ftgd_local_rating: FtgdLocalRating
|
|
33
|
+
ftgd_local_risk: FtgdLocalRisk
|
|
34
|
+
ftgd_risk_level: FtgdRiskLevel
|
|
35
|
+
ips_urlfilter_cache_setting: IpsUrlfilterCacheSetting
|
|
36
|
+
ips_urlfilter_setting: IpsUrlfilterSetting
|
|
37
|
+
ips_urlfilter_setting6: IpsUrlfilterSetting6
|
|
38
|
+
override: Override
|
|
39
|
+
profile: Profile
|
|
40
|
+
search_engine: SearchEngine
|
|
41
|
+
urlfilter: Urlfilter
|
|
42
|
+
|
|
43
|
+
def __init__(self, client: IHTTPClient) -> None: ...
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
"""Type stubs for WIRELESS_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 .access_control_list import AccessControlList
|
|
10
|
+
from .ap_status import ApStatus
|
|
11
|
+
from .apcfg_profile import ApcfgProfile
|
|
12
|
+
from .arrp_profile import ArrpProfile
|
|
13
|
+
from .ble_profile import BleProfile
|
|
14
|
+
from .bonjour_profile import BonjourProfile
|
|
15
|
+
from .global_setting import GlobalSetting
|
|
16
|
+
from .inter_controller import InterController
|
|
17
|
+
from .log import Log
|
|
18
|
+
from .lw_profile import LwProfile
|
|
19
|
+
from .mpsk_profile import MpskProfile
|
|
20
|
+
from .nac_profile import NacProfile
|
|
21
|
+
from .qos_profile import QosProfile
|
|
22
|
+
from .region import Region
|
|
23
|
+
from .setting import Setting
|
|
24
|
+
from .snmp import Snmp
|
|
25
|
+
from .ssid_policy import SsidPolicy
|
|
26
|
+
from .syslog_profile import SyslogProfile
|
|
27
|
+
from .timers import Timers
|
|
28
|
+
from .utm_profile import UtmProfile
|
|
29
|
+
from .vap import Vap
|
|
30
|
+
from .vap_group import VapGroup
|
|
31
|
+
from .wag_profile import WagProfile
|
|
32
|
+
from .wids_profile import WidsProfile
|
|
33
|
+
from .wtp import Wtp
|
|
34
|
+
from .wtp_group import WtpGroup
|
|
35
|
+
from .wtp_profile import WtpProfile
|
|
36
|
+
from .hotspot20 import Hotspot20
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
class WirelessController:
|
|
40
|
+
"""Type stub for WirelessController."""
|
|
41
|
+
|
|
42
|
+
hotspot20: Hotspot20
|
|
43
|
+
access_control_list: AccessControlList
|
|
44
|
+
ap_status: ApStatus
|
|
45
|
+
apcfg_profile: ApcfgProfile
|
|
46
|
+
arrp_profile: ArrpProfile
|
|
47
|
+
ble_profile: BleProfile
|
|
48
|
+
bonjour_profile: BonjourProfile
|
|
49
|
+
global_setting: GlobalSetting
|
|
50
|
+
inter_controller: InterController
|
|
51
|
+
log: Log
|
|
52
|
+
lw_profile: LwProfile
|
|
53
|
+
mpsk_profile: MpskProfile
|
|
54
|
+
nac_profile: NacProfile
|
|
55
|
+
qos_profile: QosProfile
|
|
56
|
+
region: Region
|
|
57
|
+
setting: Setting
|
|
58
|
+
snmp: Snmp
|
|
59
|
+
ssid_policy: SsidPolicy
|
|
60
|
+
syslog_profile: SyslogProfile
|
|
61
|
+
timers: Timers
|
|
62
|
+
utm_profile: UtmProfile
|
|
63
|
+
vap: Vap
|
|
64
|
+
vap_group: VapGroup
|
|
65
|
+
wag_profile: WagProfile
|
|
66
|
+
wids_profile: WidsProfile
|
|
67
|
+
wtp: Wtp
|
|
68
|
+
wtp_group: WtpGroup
|
|
69
|
+
wtp_profile: WtpProfile
|
|
70
|
+
|
|
71
|
+
def __init__(self, client: IHTTPClient) -> None: ...
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
"""Type stubs for HOTSPOT20 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 .anqp_3gpp_cellular import Anqp3gppCellular
|
|
10
|
+
from .anqp_ip_address_type import AnqpIpAddressType
|
|
11
|
+
from .anqp_nai_realm import AnqpNaiRealm
|
|
12
|
+
from .anqp_network_auth_type import AnqpNetworkAuthType
|
|
13
|
+
from .anqp_roaming_consortium import AnqpRoamingConsortium
|
|
14
|
+
from .anqp_venue_name import AnqpVenueName
|
|
15
|
+
from .anqp_venue_url import AnqpVenueUrl
|
|
16
|
+
from .h2qp_advice_of_charge import H2qpAdviceOfCharge
|
|
17
|
+
from .h2qp_conn_capability import H2qpConnCapability
|
|
18
|
+
from .h2qp_operator_name import H2qpOperatorName
|
|
19
|
+
from .h2qp_osu_provider import H2qpOsuProvider
|
|
20
|
+
from .h2qp_osu_provider_nai import H2qpOsuProviderNai
|
|
21
|
+
from .h2qp_terms_and_conditions import H2qpTermsAndConditions
|
|
22
|
+
from .h2qp_wan_metric import H2qpWanMetric
|
|
23
|
+
from .hs_profile import HsProfile
|
|
24
|
+
from .icon import Icon
|
|
25
|
+
from .qos_map import QosMap
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
class Hotspot20:
|
|
29
|
+
"""Type stub for Hotspot20."""
|
|
30
|
+
|
|
31
|
+
anqp_3gpp_cellular: Anqp3gppCellular
|
|
32
|
+
anqp_ip_address_type: AnqpIpAddressType
|
|
33
|
+
anqp_nai_realm: AnqpNaiRealm
|
|
34
|
+
anqp_network_auth_type: AnqpNetworkAuthType
|
|
35
|
+
anqp_roaming_consortium: AnqpRoamingConsortium
|
|
36
|
+
anqp_venue_name: AnqpVenueName
|
|
37
|
+
anqp_venue_url: AnqpVenueUrl
|
|
38
|
+
h2qp_advice_of_charge: H2qpAdviceOfCharge
|
|
39
|
+
h2qp_conn_capability: H2qpConnCapability
|
|
40
|
+
h2qp_operator_name: H2qpOperatorName
|
|
41
|
+
h2qp_osu_provider: H2qpOsuProvider
|
|
42
|
+
h2qp_osu_provider_nai: H2qpOsuProviderNai
|
|
43
|
+
h2qp_terms_and_conditions: H2qpTermsAndConditions
|
|
44
|
+
h2qp_wan_metric: H2qpWanMetric
|
|
45
|
+
hs_profile: HsProfile
|
|
46
|
+
icon: Icon
|
|
47
|
+
qos_map: QosMap
|
|
48
|
+
|
|
49
|
+
def __init__(self, client: IHTTPClient) -> None: ...
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
"""Type stubs for ZTNA 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 .reverse_connector import ReverseConnector
|
|
10
|
+
from .traffic_forward_proxy import TrafficForwardProxy
|
|
11
|
+
from .web_portal import WebPortal
|
|
12
|
+
from .web_portal_bookmark import WebPortalBookmark
|
|
13
|
+
from .web_proxy import WebProxy
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
class Ztna:
|
|
17
|
+
"""Type stub for Ztna."""
|
|
18
|
+
|
|
19
|
+
reverse_connector: ReverseConnector
|
|
20
|
+
traffic_forward_proxy: TrafficForwardProxy
|
|
21
|
+
web_portal: WebPortal
|
|
22
|
+
web_portal_bookmark: WebPortalBookmark
|
|
23
|
+
web_proxy: WebProxy
|
|
24
|
+
|
|
25
|
+
def __init__(self, client: IHTTPClient) -> None: ...
|
|
@@ -1,24 +1,26 @@
|
|
|
1
1
|
"""Type stubs for LOG category."""
|
|
2
2
|
|
|
3
|
+
from __future__ import annotations
|
|
4
|
+
|
|
3
5
|
from typing import TYPE_CHECKING
|
|
4
6
|
|
|
5
|
-
from .disk import Disk as Disk
|
|
6
|
-
from .fortianalyzer import Fortianalyzer as Fortianalyzer
|
|
7
|
-
from .forticloud import Forticloud as Forticloud
|
|
8
|
-
from .memory import Memory as Memory
|
|
9
|
-
from .search import Search as Search
|
|
10
7
|
|
|
11
8
|
if TYPE_CHECKING:
|
|
12
9
|
from hfortix_core.http.interface import IHTTPClient
|
|
10
|
+
from . import disk
|
|
11
|
+
from . import fortianalyzer
|
|
12
|
+
from . import forticloud
|
|
13
|
+
from . import memory
|
|
14
|
+
from . import search
|
|
13
15
|
|
|
14
16
|
|
|
15
17
|
class Log:
|
|
16
|
-
"""
|
|
18
|
+
"""Type stub for Log."""
|
|
17
19
|
|
|
18
|
-
disk: Disk
|
|
19
|
-
fortianalyzer: Fortianalyzer
|
|
20
|
-
forticloud: Forticloud
|
|
21
|
-
memory: Memory
|
|
22
|
-
search: Search
|
|
20
|
+
disk: disk.Disk
|
|
21
|
+
fortianalyzer: fortianalyzer.Fortianalyzer
|
|
22
|
+
forticloud: forticloud.Forticloud
|
|
23
|
+
memory: memory.Memory
|
|
24
|
+
search: search.Search
|
|
23
25
|
|
|
24
26
|
def __init__(self, client: IHTTPClient) -> None: ...
|
|
@@ -7,6 +7,38 @@ from typing import TYPE_CHECKING
|
|
|
7
7
|
|
|
8
8
|
if TYPE_CHECKING:
|
|
9
9
|
from hfortix_core.http.interface import IHTTPClient
|
|
10
|
+
from . import azure
|
|
11
|
+
from . import casb
|
|
12
|
+
from . import endpoint_control
|
|
13
|
+
from . import extender_controller
|
|
14
|
+
from . import extension_controller
|
|
15
|
+
from . import firewall
|
|
16
|
+
from . import firmware
|
|
17
|
+
from . import fortiguard
|
|
18
|
+
from . import fortiview
|
|
19
|
+
from . import geoip
|
|
20
|
+
from . import ips
|
|
21
|
+
from . import license
|
|
22
|
+
from . import log
|
|
23
|
+
from . import network
|
|
24
|
+
from . import registration
|
|
25
|
+
from . import router
|
|
26
|
+
from . import sdwan
|
|
27
|
+
from . import service
|
|
28
|
+
from . import switch_controller
|
|
29
|
+
from . import system
|
|
30
|
+
from . import user
|
|
31
|
+
from . import utm
|
|
32
|
+
from . import videofilter
|
|
33
|
+
from . import virtual_wan
|
|
34
|
+
from . import vpn
|
|
35
|
+
from . import vpn_certificate
|
|
36
|
+
from . import wanopt
|
|
37
|
+
from . import web_ui
|
|
38
|
+
from . import webcache
|
|
39
|
+
from . import webfilter
|
|
40
|
+
from . import webproxy
|
|
41
|
+
from . import wifi
|
|
10
42
|
|
|
11
43
|
|
|
12
44
|
class Monitor:
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"""Type stubs for AZURE 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 .application_list import ApplicationList
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
class Azure:
|
|
13
|
+
"""Type stub for Azure."""
|
|
14
|
+
|
|
15
|
+
application_list: ApplicationList
|
|
16
|
+
|
|
17
|
+
def __init__(self, client: IHTTPClient) -> None: ...
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"""Type stubs for APPLICATION_LIST 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 .refresh import Refresh
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
class ApplicationList:
|
|
13
|
+
"""Type stub for ApplicationList."""
|
|
14
|
+
|
|
15
|
+
refresh: Refresh
|
|
16
|
+
|
|
17
|
+
def __init__(self, client: IHTTPClient) -> None: ...
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
"""Type stubs for endpoint."""
|
|
2
|
+
|
|
3
|
+
from __future__ import annotations
|
|
4
|
+
|
|
5
|
+
from typing import TYPE_CHECKING, Any
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
if TYPE_CHECKING:
|
|
9
|
+
from hfortix_core.http.interface import IHTTPClient
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
class EndpointClass:
|
|
13
|
+
"""Type stub for endpoint class."""
|
|
14
|
+
|
|
15
|
+
def __init__(self, client: IHTTPClient) -> None: ...
|
|
16
|
+
|
|
17
|
+
def get(self, **params: Any) -> dict[str, Any] | list[dict[str, Any]]: ...
|
|
18
|
+
|
|
19
|
+
def post(self, **data: Any) -> dict[str, Any]: ...
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"""Type stubs for CASB 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 .saas_application import SaasApplication
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
class Casb:
|
|
13
|
+
"""Type stub for Casb."""
|
|
14
|
+
|
|
15
|
+
saas_application: SaasApplication
|
|
16
|
+
|
|
17
|
+
def __init__(self, client: IHTTPClient) -> None: ...
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
"""Type stubs for ENDPOINT_CONTROL 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 .record_list import RecordList
|
|
10
|
+
from .summary import Summary
|
|
11
|
+
from .avatar import Avatar
|
|
12
|
+
from .ems import Ems
|
|
13
|
+
from .installer import Installer
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
class EndpointControl:
|
|
17
|
+
"""Type stub for EndpointControl."""
|
|
18
|
+
|
|
19
|
+
avatar: Avatar
|
|
20
|
+
ems: Ems
|
|
21
|
+
installer: Installer
|
|
22
|
+
record_list: RecordList
|
|
23
|
+
summary: Summary
|
|
24
|
+
|
|
25
|
+
def __init__(self, client: IHTTPClient) -> None: ...
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"""Type stubs for AVATAR 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 .download import Download
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
class Avatar:
|
|
13
|
+
"""Type stub for Avatar."""
|
|
14
|
+
|
|
15
|
+
download: Download
|
|
16
|
+
|
|
17
|
+
def __init__(self, client: IHTTPClient) -> None: ...
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
"""Type stubs for EMS 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 .cert_status import CertStatus
|
|
10
|
+
from .status import Status
|
|
11
|
+
from .unverify_cert import UnverifyCert
|
|
12
|
+
from .verify_cert import VerifyCert
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
class Ems:
|
|
16
|
+
"""Type stub for Ems."""
|
|
17
|
+
|
|
18
|
+
cert_status: CertStatus
|
|
19
|
+
status: Status
|
|
20
|
+
unverify_cert: UnverifyCert
|
|
21
|
+
verify_cert: VerifyCert
|
|
22
|
+
|
|
23
|
+
def __init__(self, client: IHTTPClient) -> None: ...
|