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
hfortix_fortios/__init__.py
CHANGED
|
@@ -0,0 +1,83 @@
|
|
|
1
|
+
"""Type stubs for hfortix_fortios package."""
|
|
2
|
+
|
|
3
|
+
from __future__ import annotations
|
|
4
|
+
|
|
5
|
+
from hfortix_core import (
|
|
6
|
+
APIError as APIError,
|
|
7
|
+
AuthenticationError as AuthenticationError,
|
|
8
|
+
AuthorizationError as AuthorizationError,
|
|
9
|
+
BadRequestError as BadRequestError,
|
|
10
|
+
CircuitBreakerOpenError as CircuitBreakerOpenError,
|
|
11
|
+
ConfigurationError as ConfigurationError,
|
|
12
|
+
DebugSession as DebugSession,
|
|
13
|
+
DuplicateEntryError as DuplicateEntryError,
|
|
14
|
+
EntryInUseError as EntryInUseError,
|
|
15
|
+
FortinetError as FortinetError,
|
|
16
|
+
InvalidValueError as InvalidValueError,
|
|
17
|
+
MethodNotAllowedError as MethodNotAllowedError,
|
|
18
|
+
NonRetryableError as NonRetryableError,
|
|
19
|
+
OperationNotSupportedError as OperationNotSupportedError,
|
|
20
|
+
PermissionDeniedError as PermissionDeniedError,
|
|
21
|
+
RateLimitError as RateLimitError,
|
|
22
|
+
ReadOnlyModeError as ReadOnlyModeError,
|
|
23
|
+
ResourceNotFoundError as ResourceNotFoundError,
|
|
24
|
+
RetryableError as RetryableError,
|
|
25
|
+
ServerError as ServerError,
|
|
26
|
+
ServiceUnavailableError as ServiceUnavailableError,
|
|
27
|
+
TimeoutError as TimeoutError,
|
|
28
|
+
VDOMError as VDOMError,
|
|
29
|
+
debug_timer as debug_timer,
|
|
30
|
+
format_connection_stats as format_connection_stats,
|
|
31
|
+
format_request_info as format_request_info,
|
|
32
|
+
print_debug_info as print_debug_info,
|
|
33
|
+
)
|
|
34
|
+
from hfortix_fortios.client import FortiOS as FortiOS
|
|
35
|
+
|
|
36
|
+
__version__: str
|
|
37
|
+
|
|
38
|
+
__all__ = [
|
|
39
|
+
"FortiOS",
|
|
40
|
+
"configure_logging",
|
|
41
|
+
"DebugSession",
|
|
42
|
+
"debug_timer",
|
|
43
|
+
"format_connection_stats",
|
|
44
|
+
"format_request_info",
|
|
45
|
+
"print_debug_info",
|
|
46
|
+
"FortinetError",
|
|
47
|
+
"APIError",
|
|
48
|
+
"AuthenticationError",
|
|
49
|
+
"AuthorizationError",
|
|
50
|
+
"RetryableError",
|
|
51
|
+
"NonRetryableError",
|
|
52
|
+
"ConfigurationError",
|
|
53
|
+
"VDOMError",
|
|
54
|
+
"OperationNotSupportedError",
|
|
55
|
+
"ReadOnlyModeError",
|
|
56
|
+
"ResourceNotFoundError",
|
|
57
|
+
"PermissionDeniedError",
|
|
58
|
+
"MethodNotAllowedError",
|
|
59
|
+
"BadRequestError",
|
|
60
|
+
"DuplicateEntryError",
|
|
61
|
+
"EntryInUseError",
|
|
62
|
+
"InvalidValueError",
|
|
63
|
+
"RateLimitError",
|
|
64
|
+
"CircuitBreakerOpenError",
|
|
65
|
+
"ServerError",
|
|
66
|
+
"ServiceUnavailableError",
|
|
67
|
+
"TimeoutError",
|
|
68
|
+
]
|
|
69
|
+
|
|
70
|
+
def configure_logging(
|
|
71
|
+
level: str = "INFO",
|
|
72
|
+
format: str | None = None,
|
|
73
|
+
datefmt: str | None = None,
|
|
74
|
+
) -> None:
|
|
75
|
+
"""
|
|
76
|
+
Configure logging for hfortix_fortios package.
|
|
77
|
+
|
|
78
|
+
Args:
|
|
79
|
+
level: Logging level (DEBUG, INFO, WARNING, ERROR, CRITICAL)
|
|
80
|
+
format: Log message format string
|
|
81
|
+
datefmt: Date format string
|
|
82
|
+
"""
|
|
83
|
+
...
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
"""Type stubs for hfortix_fortios.api module."""
|
|
2
|
+
|
|
3
|
+
from __future__ import annotations
|
|
4
|
+
|
|
5
|
+
from hfortix_core.http.interface import IHTTPClient
|
|
6
|
+
|
|
7
|
+
from .utils import Utils
|
|
8
|
+
from .v2.cmdb import CMDB
|
|
9
|
+
from .v2.log import Log
|
|
10
|
+
from .v2.monitor import Monitor
|
|
11
|
+
from .v2.service import Service
|
|
12
|
+
|
|
13
|
+
__all__ = ["API"]
|
|
14
|
+
|
|
15
|
+
class API:
|
|
16
|
+
"""
|
|
17
|
+
FortiOS REST API v2 Interface.
|
|
18
|
+
|
|
19
|
+
Provides type-safe access to all FortiOS API endpoints.
|
|
20
|
+
"""
|
|
21
|
+
|
|
22
|
+
cmdb: CMDB
|
|
23
|
+
"""Configuration Management Database - CRUD operations on configuration objects."""
|
|
24
|
+
|
|
25
|
+
monitor: Monitor
|
|
26
|
+
"""Real-time monitoring and status data (read-only)."""
|
|
27
|
+
|
|
28
|
+
log: Log
|
|
29
|
+
"""Historical log retrieval (read-only)."""
|
|
30
|
+
|
|
31
|
+
service: Service
|
|
32
|
+
"""System services and operations."""
|
|
33
|
+
|
|
34
|
+
utils: Utils
|
|
35
|
+
"""Utility functions for testing and diagnostics."""
|
|
36
|
+
|
|
37
|
+
def __init__(self, client: IHTTPClient, vdom: str | None = None) -> None:
|
|
38
|
+
"""
|
|
39
|
+
Initialize API interface.
|
|
40
|
+
|
|
41
|
+
Args:
|
|
42
|
+
client: HTTP client instance for API communication
|
|
43
|
+
vdom: Virtual domain name (optional)
|
|
44
|
+
"""
|
|
45
|
+
...
|
|
@@ -7,6 +7,43 @@ from typing import TYPE_CHECKING
|
|
|
7
7
|
|
|
8
8
|
if TYPE_CHECKING:
|
|
9
9
|
from hfortix_core.http.interface import IHTTPClient
|
|
10
|
+
from . import alertemail
|
|
11
|
+
from . import antivirus
|
|
12
|
+
from . import application
|
|
13
|
+
from . import authentication
|
|
14
|
+
from . import automation
|
|
15
|
+
from . import casb
|
|
16
|
+
from . import certificate
|
|
17
|
+
from . import diameter_filter
|
|
18
|
+
from . import dlp
|
|
19
|
+
from . import dnsfilter
|
|
20
|
+
from . import emailfilter
|
|
21
|
+
from . import endpoint_control
|
|
22
|
+
from . import ethernet_oam
|
|
23
|
+
from . import extension_controller
|
|
24
|
+
from . import file_filter
|
|
25
|
+
from . import firewall
|
|
26
|
+
from . import ftp_proxy
|
|
27
|
+
from . import icap
|
|
28
|
+
from . import ips
|
|
29
|
+
from . import log
|
|
30
|
+
from . import monitoring
|
|
31
|
+
from . import report
|
|
32
|
+
from . import router
|
|
33
|
+
from . import rule
|
|
34
|
+
from . import sctp_filter
|
|
35
|
+
from . import switch_controller
|
|
36
|
+
from . import system
|
|
37
|
+
from . import user
|
|
38
|
+
from . import videofilter
|
|
39
|
+
from . import virtual_patch
|
|
40
|
+
from . import voip
|
|
41
|
+
from . import vpn
|
|
42
|
+
from . import waf
|
|
43
|
+
from . import web_proxy
|
|
44
|
+
from . import webfilter
|
|
45
|
+
from . import wireless_controller
|
|
46
|
+
from . import ztna
|
|
10
47
|
|
|
11
48
|
|
|
12
49
|
class CMDB:
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"""Type stubs for ALERTEMAIL 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 .setting import Setting
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
class Alertemail:
|
|
13
|
+
"""Type stub for Alertemail."""
|
|
14
|
+
|
|
15
|
+
setting: Setting
|
|
16
|
+
|
|
17
|
+
def __init__(self, client: IHTTPClient) -> None: ...
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
"""Type stubs for ANTIVIRUS 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 .exempt_list import ExemptList
|
|
10
|
+
from .profile import Profile
|
|
11
|
+
from .quarantine import Quarantine
|
|
12
|
+
from .settings import Settings
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
class Antivirus:
|
|
16
|
+
"""Type stub for Antivirus."""
|
|
17
|
+
|
|
18
|
+
exempt_list: ExemptList
|
|
19
|
+
profile: Profile
|
|
20
|
+
quarantine: Quarantine
|
|
21
|
+
settings: Settings
|
|
22
|
+
|
|
23
|
+
def __init__(self, client: IHTTPClient) -> None: ...
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
"""Type stubs for APPLICATION 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 .group import Group
|
|
11
|
+
from .list import List
|
|
12
|
+
from .name import Name
|
|
13
|
+
from .rule_settings import RuleSettings
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
class Application:
|
|
17
|
+
"""Type stub for Application."""
|
|
18
|
+
|
|
19
|
+
custom: Custom
|
|
20
|
+
group: Group
|
|
21
|
+
list: List
|
|
22
|
+
name: Name
|
|
23
|
+
rule_settings: RuleSettings
|
|
24
|
+
|
|
25
|
+
def __init__(self, client: IHTTPClient) -> None: ...
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
"""Type stubs for AUTHENTICATION 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 .rule import Rule
|
|
10
|
+
from .scheme import Scheme
|
|
11
|
+
from .setting import Setting
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
class Authentication:
|
|
15
|
+
"""Type stub for Authentication."""
|
|
16
|
+
|
|
17
|
+
rule: Rule
|
|
18
|
+
scheme: Scheme
|
|
19
|
+
setting: Setting
|
|
20
|
+
|
|
21
|
+
def __init__(self, client: IHTTPClient) -> None: ...
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"""Type stubs for AUTOMATION 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 .setting import Setting
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
class Automation:
|
|
13
|
+
"""Type stub for Automation."""
|
|
14
|
+
|
|
15
|
+
setting: Setting
|
|
16
|
+
|
|
17
|
+
def __init__(self, client: IHTTPClient) -> None: ...
|
|
@@ -0,0 +1,23 @@
|
|
|
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 .attribute_match import AttributeMatch
|
|
10
|
+
from .profile import Profile
|
|
11
|
+
from .saas_application import SaasApplication
|
|
12
|
+
from .user_activity import UserActivity
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
class Casb:
|
|
16
|
+
"""Type stub for Casb."""
|
|
17
|
+
|
|
18
|
+
attribute_match: AttributeMatch
|
|
19
|
+
profile: Profile
|
|
20
|
+
saas_application: SaasApplication
|
|
21
|
+
user_activity: UserActivity
|
|
22
|
+
|
|
23
|
+
def __init__(self, client: IHTTPClient) -> None: ...
|
|
@@ -0,0 +1,25 @@
|
|
|
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 .remote import Remote
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
class Certificate:
|
|
17
|
+
"""Type stub for Certificate."""
|
|
18
|
+
|
|
19
|
+
ca: Ca
|
|
20
|
+
crl: Crl
|
|
21
|
+
hsm_local: HsmLocal
|
|
22
|
+
local: Local
|
|
23
|
+
remote: Remote
|
|
24
|
+
|
|
25
|
+
def __init__(self, client: IHTTPClient) -> None: ...
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"""Type stubs for DIAMETER_FILTER 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 DiameterFilter:
|
|
13
|
+
"""Type stub for DiameterFilter."""
|
|
14
|
+
|
|
15
|
+
profile: Profile
|
|
16
|
+
|
|
17
|
+
def __init__(self, client: IHTTPClient) -> None: ...
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
"""Type stubs for DLP 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 .data_type import DataType
|
|
10
|
+
from .dictionary import Dictionary
|
|
11
|
+
from .exact_data_match import ExactDataMatch
|
|
12
|
+
from .filepattern import Filepattern
|
|
13
|
+
from .label import Label
|
|
14
|
+
from .profile import Profile
|
|
15
|
+
from .sensor import Sensor
|
|
16
|
+
from .settings import Settings
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
class Dlp:
|
|
20
|
+
"""Type stub for Dlp."""
|
|
21
|
+
|
|
22
|
+
data_type: DataType
|
|
23
|
+
dictionary: Dictionary
|
|
24
|
+
exact_data_match: ExactDataMatch
|
|
25
|
+
filepattern: Filepattern
|
|
26
|
+
label: Label
|
|
27
|
+
profile: Profile
|
|
28
|
+
sensor: Sensor
|
|
29
|
+
settings: Settings
|
|
30
|
+
|
|
31
|
+
def __init__(self, client: IHTTPClient) -> None: ...
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
"""Type stubs for DNSFILTER 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 .domain_filter import DomainFilter
|
|
10
|
+
from .profile import Profile
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
class Dnsfilter:
|
|
14
|
+
"""Type stub for Dnsfilter."""
|
|
15
|
+
|
|
16
|
+
domain_filter: DomainFilter
|
|
17
|
+
profile: Profile
|
|
18
|
+
|
|
19
|
+
def __init__(self, client: IHTTPClient) -> None: ...
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
"""Type stubs for EMAILFILTER 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 .block_allow_list import BlockAllowList
|
|
10
|
+
from .bword import Bword
|
|
11
|
+
from .dnsbl import Dnsbl
|
|
12
|
+
from .fortishield import Fortishield
|
|
13
|
+
from .iptrust import Iptrust
|
|
14
|
+
from .mheader import Mheader
|
|
15
|
+
from .options import Options
|
|
16
|
+
from .profile import Profile
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
class Emailfilter:
|
|
20
|
+
"""Type stub for Emailfilter."""
|
|
21
|
+
|
|
22
|
+
block_allow_list: BlockAllowList
|
|
23
|
+
bword: Bword
|
|
24
|
+
dnsbl: Dnsbl
|
|
25
|
+
fortishield: Fortishield
|
|
26
|
+
iptrust: Iptrust
|
|
27
|
+
mheader: Mheader
|
|
28
|
+
options: Options
|
|
29
|
+
profile: Profile
|
|
30
|
+
|
|
31
|
+
def __init__(self, client: IHTTPClient) -> None: ...
|
|
@@ -0,0 +1,21 @@
|
|
|
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 .fctems import Fctems
|
|
10
|
+
from .fctems_override import FctemsOverride
|
|
11
|
+
from .settings import Settings
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
class EndpointControl:
|
|
15
|
+
"""Type stub for EndpointControl."""
|
|
16
|
+
|
|
17
|
+
fctems: Fctems
|
|
18
|
+
fctems_override: FctemsOverride
|
|
19
|
+
settings: Settings
|
|
20
|
+
|
|
21
|
+
def __init__(self, client: IHTTPClient) -> None: ...
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"""Type stubs for ETHERNET_OAM 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 .cfm import Cfm
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
class EthernetOam:
|
|
13
|
+
"""Type stub for EthernetOam."""
|
|
14
|
+
|
|
15
|
+
cfm: Cfm
|
|
16
|
+
|
|
17
|
+
def __init__(self, client: IHTTPClient) -> None: ...
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
"""Type stubs for EXTENSION_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 .dataplan import Dataplan
|
|
10
|
+
from .extender import Extender
|
|
11
|
+
from .extender_profile import ExtenderProfile
|
|
12
|
+
from .extender_vap import ExtenderVap
|
|
13
|
+
from .fortigate import Fortigate
|
|
14
|
+
from .fortigate_profile import FortigateProfile
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
class ExtensionController:
|
|
18
|
+
"""Type stub for ExtensionController."""
|
|
19
|
+
|
|
20
|
+
dataplan: Dataplan
|
|
21
|
+
extender: Extender
|
|
22
|
+
extender_profile: ExtenderProfile
|
|
23
|
+
extender_vap: ExtenderVap
|
|
24
|
+
fortigate: Fortigate
|
|
25
|
+
fortigate_profile: FortigateProfile
|
|
26
|
+
|
|
27
|
+
def __init__(self, client: IHTTPClient) -> None: ...
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"""Type stubs for FILE_FILTER 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 FileFilter:
|
|
13
|
+
"""Type stub for FileFilter."""
|
|
14
|
+
|
|
15
|
+
profile: Profile
|
|
16
|
+
|
|
17
|
+
def __init__(self, client: IHTTPClient) -> None: ...
|