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,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 INSTALLER 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 Installer:
|
|
13
|
+
"""Type stub for Installer."""
|
|
14
|
+
|
|
15
|
+
download: Download
|
|
16
|
+
|
|
17
|
+
def __init__(self, client: IHTTPClient) -> None: ...
|
|
@@ -0,0 +1,87 @@
|
|
|
1
|
+
from typing import TypedDict, Literal, NotRequired, Any, Coroutine, Union
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
class Installer:
|
|
5
|
+
"""
|
|
6
|
+
Monitor endpoint for endpoint-control/installer
|
|
7
|
+
|
|
8
|
+
Path: endpoint_control/installer
|
|
9
|
+
Category: monitor
|
|
10
|
+
"""
|
|
11
|
+
|
|
12
|
+
def get(
|
|
13
|
+
self,
|
|
14
|
+
name: str | None = ...,
|
|
15
|
+
filter: str | None = ...,
|
|
16
|
+
range: list[int] | None = ...,
|
|
17
|
+
sort: str | None = ...,
|
|
18
|
+
format: str | None = ...,
|
|
19
|
+
action: str | None = ...,
|
|
20
|
+
vdom: str | bool | None = ...,
|
|
21
|
+
raw_json: bool = ...,
|
|
22
|
+
**kwargs: Any,
|
|
23
|
+
) -> Union[dict[str, Any], Coroutine[Any, Any, dict[str, Any]]]: ...
|
|
24
|
+
|
|
25
|
+
def post(
|
|
26
|
+
self,
|
|
27
|
+
payload_dict: dict[str, Any] | None = ...,
|
|
28
|
+
vdom: str | bool | None = ...,
|
|
29
|
+
raw_json: bool = ...,
|
|
30
|
+
**kwargs: Any,
|
|
31
|
+
) -> Union[dict[str, Any], Coroutine[Any, Any, dict[str, Any]]]: ...
|
|
32
|
+
|
|
33
|
+
def put(
|
|
34
|
+
self,
|
|
35
|
+
payload_dict: dict[str, Any] | None = ...,
|
|
36
|
+
vdom: str | bool | None = ...,
|
|
37
|
+
raw_json: bool = ...,
|
|
38
|
+
**kwargs: Any,
|
|
39
|
+
) -> Union[dict[str, Any], Coroutine[Any, Any, dict[str, Any]]]: ...
|
|
40
|
+
|
|
41
|
+
def delete(
|
|
42
|
+
self,
|
|
43
|
+
name: str | None = ...,
|
|
44
|
+
vdom: str | bool | None = ...,
|
|
45
|
+
raw_json: bool = ...,
|
|
46
|
+
**kwargs: Any,
|
|
47
|
+
) -> Union[dict[str, Any], Coroutine[Any, Any, dict[str, Any]]]: ...
|
|
48
|
+
|
|
49
|
+
def exists(
|
|
50
|
+
self,
|
|
51
|
+
name: str,
|
|
52
|
+
vdom: str | bool | None = ...,
|
|
53
|
+
) -> Union[bool, Coroutine[Any, Any, bool]]: ...
|
|
54
|
+
|
|
55
|
+
def set(
|
|
56
|
+
self,
|
|
57
|
+
payload_dict: dict[str, Any] | None = ...,
|
|
58
|
+
vdom: str | bool | None = ...,
|
|
59
|
+
**kwargs: Any,
|
|
60
|
+
) -> Union[dict[str, Any], Coroutine[Any, Any, dict[str, Any]]]: ...
|
|
61
|
+
|
|
62
|
+
# Helper methods
|
|
63
|
+
@staticmethod
|
|
64
|
+
def help(field_name: str | None = ...) -> str: ...
|
|
65
|
+
|
|
66
|
+
@staticmethod
|
|
67
|
+
def fields(detailed: bool = ...) -> Union[list[str], list[dict[str, Any]]]: ...
|
|
68
|
+
|
|
69
|
+
@staticmethod
|
|
70
|
+
def field_info(field_name: str) -> dict[str, Any]: ...
|
|
71
|
+
|
|
72
|
+
@staticmethod
|
|
73
|
+
def validate_field(name: str, value: Any) -> bool: ...
|
|
74
|
+
|
|
75
|
+
@staticmethod
|
|
76
|
+
def required_fields() -> list[str]: ...
|
|
77
|
+
|
|
78
|
+
@staticmethod
|
|
79
|
+
def defaults() -> dict[str, Any]: ...
|
|
80
|
+
|
|
81
|
+
@staticmethod
|
|
82
|
+
def schema() -> dict[str, Any]: ...
|
|
83
|
+
|
|
84
|
+
|
|
85
|
+
__all__ = [
|
|
86
|
+
"Installer",
|
|
87
|
+
]
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"""Type stubs for EXTENDER_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 .extender import Extender
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
class ExtenderController:
|
|
13
|
+
"""Type stub for ExtenderController."""
|
|
14
|
+
|
|
15
|
+
extender: Extender
|
|
16
|
+
|
|
17
|
+
def __init__(self, client: IHTTPClient) -> None: ...
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
"""Type stubs for EXTENDER 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 .diagnose import Diagnose
|
|
10
|
+
from .modem_firmware import ModemFirmware
|
|
11
|
+
from .reset import Reset
|
|
12
|
+
from .upgrade import Upgrade
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
class Extender:
|
|
16
|
+
"""Type stub for Extender."""
|
|
17
|
+
|
|
18
|
+
diagnose: Diagnose
|
|
19
|
+
modem_firmware: ModemFirmware
|
|
20
|
+
reset: Reset
|
|
21
|
+
upgrade: Upgrade
|
|
22
|
+
|
|
23
|
+
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,19 @@
|
|
|
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 .fortigate import Fortigate
|
|
10
|
+
from .lan_extension_vdom_status import LanExtensionVdomStatus
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
class ExtensionController:
|
|
14
|
+
"""Type stub for ExtensionController."""
|
|
15
|
+
|
|
16
|
+
fortigate: Fortigate
|
|
17
|
+
lan_extension_vdom_status: LanExtensionVdomStatus
|
|
18
|
+
|
|
19
|
+
def __init__(self, client: IHTTPClient) -> None: ...
|
|
@@ -0,0 +1,101 @@
|
|
|
1
|
+
"""Type stubs for FIREWALL 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 .address6_dynamic import Address6Dynamic
|
|
10
|
+
from .address_dynamic import AddressDynamic
|
|
11
|
+
from .address_fqdns import AddressFqdns
|
|
12
|
+
from .address_fqdns6 import AddressFqdns6
|
|
13
|
+
from .check_addrgrp_exclude_mac_member import CheckAddrgrpExcludeMacMember
|
|
14
|
+
from .gtp_runtime_statistics import GtpRuntimeStatistics
|
|
15
|
+
from .gtp_statistics import GtpStatistics
|
|
16
|
+
from .health import Health
|
|
17
|
+
from .internet_service_basic import InternetServiceBasic
|
|
18
|
+
from .internet_service_details import InternetServiceDetails
|
|
19
|
+
from .internet_service_fqdn import InternetServiceFqdn
|
|
20
|
+
from .internet_service_fqdn_icon_ids import InternetServiceFqdnIconIds
|
|
21
|
+
from .internet_service_match import InternetServiceMatch
|
|
22
|
+
from .internet_service_reputation import InternetServiceReputation
|
|
23
|
+
from .load_balance import LoadBalance
|
|
24
|
+
from .local_in import LocalIn
|
|
25
|
+
from .local_in6 import LocalIn6
|
|
26
|
+
from .network_service_dynamic import NetworkServiceDynamic
|
|
27
|
+
from .policy_lookup import PolicyLookup
|
|
28
|
+
from .saas_application import SaasApplication
|
|
29
|
+
from .sdn_connector_filters import SdnConnectorFilters
|
|
30
|
+
from .sessions import Sessions
|
|
31
|
+
from .uuid_list import UuidList
|
|
32
|
+
from .uuid_type_lookup import UuidTypeLookup
|
|
33
|
+
from .vip_overlap import VipOverlap
|
|
34
|
+
from .acl import Acl
|
|
35
|
+
from .acl6 import Acl6
|
|
36
|
+
from .central_snat_map import CentralSnatMap
|
|
37
|
+
from .clearpass_address import ClearpassAddress
|
|
38
|
+
from .dnat import Dnat
|
|
39
|
+
from .gtp import Gtp
|
|
40
|
+
from .ippool import Ippool
|
|
41
|
+
from .multicast_policy import MulticastPolicy
|
|
42
|
+
from .multicast_policy6 import MulticastPolicy6
|
|
43
|
+
from .per_ip_shaper import PerIpShaper
|
|
44
|
+
from .policy import Policy
|
|
45
|
+
from .proxy import Proxy
|
|
46
|
+
from .proxy_policy import ProxyPolicy
|
|
47
|
+
from .security_policy import SecurityPolicy
|
|
48
|
+
from .session import Session
|
|
49
|
+
from .session6 import Session6
|
|
50
|
+
from .shaper import Shaper
|
|
51
|
+
from .ztna_firewall_policy import ZtnaFirewallPolicy
|
|
52
|
+
|
|
53
|
+
|
|
54
|
+
class Firewall:
|
|
55
|
+
"""Type stub for Firewall."""
|
|
56
|
+
|
|
57
|
+
acl: Acl
|
|
58
|
+
acl6: Acl6
|
|
59
|
+
central_snat_map: CentralSnatMap
|
|
60
|
+
clearpass_address: ClearpassAddress
|
|
61
|
+
dnat: Dnat
|
|
62
|
+
gtp: Gtp
|
|
63
|
+
ippool: Ippool
|
|
64
|
+
multicast_policy: MulticastPolicy
|
|
65
|
+
multicast_policy6: MulticastPolicy6
|
|
66
|
+
per_ip_shaper: PerIpShaper
|
|
67
|
+
policy: Policy
|
|
68
|
+
proxy: Proxy
|
|
69
|
+
proxy_policy: ProxyPolicy
|
|
70
|
+
security_policy: SecurityPolicy
|
|
71
|
+
session: Session
|
|
72
|
+
session6: Session6
|
|
73
|
+
shaper: Shaper
|
|
74
|
+
ztna_firewall_policy: ZtnaFirewallPolicy
|
|
75
|
+
address6_dynamic: Address6Dynamic
|
|
76
|
+
address_dynamic: AddressDynamic
|
|
77
|
+
address_fqdns: AddressFqdns
|
|
78
|
+
address_fqdns6: AddressFqdns6
|
|
79
|
+
check_addrgrp_exclude_mac_member: CheckAddrgrpExcludeMacMember
|
|
80
|
+
gtp_runtime_statistics: GtpRuntimeStatistics
|
|
81
|
+
gtp_statistics: GtpStatistics
|
|
82
|
+
health: Health
|
|
83
|
+
internet_service_basic: InternetServiceBasic
|
|
84
|
+
internet_service_details: InternetServiceDetails
|
|
85
|
+
internet_service_fqdn: InternetServiceFqdn
|
|
86
|
+
internet_service_fqdn_icon_ids: InternetServiceFqdnIconIds
|
|
87
|
+
internet_service_match: InternetServiceMatch
|
|
88
|
+
internet_service_reputation: InternetServiceReputation
|
|
89
|
+
load_balance: LoadBalance
|
|
90
|
+
local_in: LocalIn
|
|
91
|
+
local_in6: LocalIn6
|
|
92
|
+
network_service_dynamic: NetworkServiceDynamic
|
|
93
|
+
policy_lookup: PolicyLookup
|
|
94
|
+
saas_application: SaasApplication
|
|
95
|
+
sdn_connector_filters: SdnConnectorFilters
|
|
96
|
+
sessions: Sessions
|
|
97
|
+
uuid_list: UuidList
|
|
98
|
+
uuid_type_lookup: UuidTypeLookup
|
|
99
|
+
vip_overlap: VipOverlap
|
|
100
|
+
|
|
101
|
+
def __init__(self, client: IHTTPClient) -> None: ...
|
|
@@ -0,0 +1,17 @@
|
|
|
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 .clear_counters import ClearCounters
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
class Acl:
|
|
13
|
+
"""Type stub for Acl."""
|
|
14
|
+
|
|
15
|
+
clear_counters: ClearCounters
|
|
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 ACL6 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 .clear_counters import ClearCounters
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
class Acl6:
|
|
13
|
+
"""Type stub for Acl6."""
|
|
14
|
+
|
|
15
|
+
clear_counters: ClearCounters
|
|
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,19 @@
|
|
|
1
|
+
"""Type stubs for CENTRAL_SNAT_MAP 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 .clear_counters import ClearCounters
|
|
10
|
+
from .reset import Reset
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
class CentralSnatMap:
|
|
14
|
+
"""Type stub for CentralSnatMap."""
|
|
15
|
+
|
|
16
|
+
clear_counters: ClearCounters
|
|
17
|
+
reset: Reset
|
|
18
|
+
|
|
19
|
+
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,19 @@
|
|
|
1
|
+
"""Type stubs for CLEARPASS_ADDRESS 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 .add import Add
|
|
10
|
+
from .delete import Delete
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
class ClearpassAddress:
|
|
14
|
+
"""Type stub for ClearpassAddress."""
|
|
15
|
+
|
|
16
|
+
add: Add
|
|
17
|
+
delete: Delete
|
|
18
|
+
|
|
19
|
+
def __init__(self, client: IHTTPClient) -> None: ...
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
"""Type stubs for DNAT 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 .clear_counters import ClearCounters
|
|
10
|
+
from .reset import Reset
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
class Dnat:
|
|
14
|
+
"""Type stub for Dnat."""
|
|
15
|
+
|
|
16
|
+
clear_counters: ClearCounters
|
|
17
|
+
reset: Reset
|
|
18
|
+
|
|
19
|
+
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 GTP 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 .flush import Flush
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
class Gtp:
|
|
13
|
+
"""Type stub for Gtp."""
|
|
14
|
+
|
|
15
|
+
flush: Flush
|
|
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 IPPOOL 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 .mapping import Mapping
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
class Ippool:
|
|
13
|
+
"""Type stub for Ippool."""
|
|
14
|
+
|
|
15
|
+
mapping: Mapping
|
|
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,19 @@
|
|
|
1
|
+
"""Type stubs for MULTICAST_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 .clear_counters import ClearCounters
|
|
10
|
+
from .reset import Reset
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
class MulticastPolicy:
|
|
14
|
+
"""Type stub for MulticastPolicy."""
|
|
15
|
+
|
|
16
|
+
clear_counters: ClearCounters
|
|
17
|
+
reset: Reset
|
|
18
|
+
|
|
19
|
+
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,19 @@
|
|
|
1
|
+
"""Type stubs for MULTICAST_POLICY6 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 .clear_counters import ClearCounters
|
|
10
|
+
from .reset import Reset
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
class MulticastPolicy6:
|
|
14
|
+
"""Type stub for MulticastPolicy6."""
|
|
15
|
+
|
|
16
|
+
clear_counters: ClearCounters
|
|
17
|
+
reset: Reset
|
|
18
|
+
|
|
19
|
+
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 PER_IP_SHAPER 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 .reset import Reset
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
class PerIpShaper:
|
|
13
|
+
"""Type stub for PerIpShaper."""
|
|
14
|
+
|
|
15
|
+
reset: Reset
|
|
16
|
+
|
|
17
|
+
def __init__(self, client: IHTTPClient) -> None: ...
|