C# Class iControl.SecurityProfileIPIntelligence

Inheritance: iControlInterface
Mostra file Open project: f5devcentral/f5-icontrol-library-dotnet Class Usage Examples

Public Methods

Method Description
Begincreate ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Begindelete_all_profiles ( System callback, object asyncState ) : System.IAsyncResult
Begindelete_profile ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_all_statistics ( System callback, object asyncState ) : System.IAsyncResult
Beginget_botnets_action ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_default_profile ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_denial_of_service_action ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_description ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_infected_sources_action ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_list ( System callback, object asyncState ) : System.IAsyncResult
Beginget_phishing_action ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_proxy_action ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_scanners_action ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_spam_sources_action ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_statistics ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_statistics_by_virtual ( string profile_names, string virtual_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_version ( System callback, object asyncState ) : System.IAsyncResult
Beginget_web_attacks_action ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_windows_exploits_action ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginis_base_profile ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginis_system_profile ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginreset_statistics ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginreset_statistics_by_virtual ( string profile_names, string virtual_names, System callback, object asyncState ) : System.IAsyncResult
Beginset_botnets_action ( string profile_names, SecurityProfileIPIntelligenceProfileAction actions, System callback, object asyncState ) : System.IAsyncResult
Beginset_default_profile ( string profile_names, string defaults, System callback, object asyncState ) : System.IAsyncResult
Beginset_denial_of_service_action ( string profile_names, SecurityProfileIPIntelligenceProfileAction actions, System callback, object asyncState ) : System.IAsyncResult
Beginset_description ( string profile_names, string descriptions, System callback, object asyncState ) : System.IAsyncResult
Beginset_infected_sources_action ( string profile_names, SecurityProfileIPIntelligenceProfileAction actions, System callback, object asyncState ) : System.IAsyncResult
Beginset_phishing_action ( string profile_names, SecurityProfileIPIntelligenceProfileAction actions, System callback, object asyncState ) : System.IAsyncResult
Beginset_proxy_action ( string profile_names, SecurityProfileIPIntelligenceProfileAction actions, System callback, object asyncState ) : System.IAsyncResult
Beginset_scanners_action ( string profile_names, SecurityProfileIPIntelligenceProfileAction actions, System callback, object asyncState ) : System.IAsyncResult
Beginset_spam_sources_action ( string profile_names, SecurityProfileIPIntelligenceProfileAction actions, System callback, object asyncState ) : System.IAsyncResult
Beginset_web_attacks_action ( string profile_names, SecurityProfileIPIntelligenceProfileAction actions, System callback, object asyncState ) : System.IAsyncResult
Beginset_windows_exploits_action ( string profile_names, SecurityProfileIPIntelligenceProfileAction actions, System callback, object asyncState ) : System.IAsyncResult
Endcreate ( System asyncResult ) : void
Enddelete_all_profiles ( System asyncResult ) : void
Enddelete_profile ( System asyncResult ) : void
Endget_all_statistics ( System asyncResult ) : SecurityProfileIPIntelligenceProfileIPIntelligenceStatistics
Endget_botnets_action ( System asyncResult ) : iControl.SecurityProfileIPIntelligenceProfileAction[]
Endget_default_profile ( System asyncResult ) : string[]
Endget_denial_of_service_action ( System asyncResult ) : iControl.SecurityProfileIPIntelligenceProfileAction[]
Endget_description ( System asyncResult ) : string[]
Endget_infected_sources_action ( System asyncResult ) : iControl.SecurityProfileIPIntelligenceProfileAction[]
Endget_list ( System asyncResult ) : string[]
Endget_phishing_action ( System asyncResult ) : iControl.SecurityProfileIPIntelligenceProfileAction[]
Endget_proxy_action ( System asyncResult ) : iControl.SecurityProfileIPIntelligenceProfileAction[]
Endget_scanners_action ( System asyncResult ) : iControl.SecurityProfileIPIntelligenceProfileAction[]
Endget_spam_sources_action ( System asyncResult ) : iControl.SecurityProfileIPIntelligenceProfileAction[]
Endget_statistics ( System asyncResult ) : SecurityProfileIPIntelligenceProfileIPIntelligenceStatistics
Endget_statistics_by_virtual ( System asyncResult ) : CommonProfileStatisticsByVirtual
Endget_version ( System asyncResult ) : string
Endget_web_attacks_action ( System asyncResult ) : iControl.SecurityProfileIPIntelligenceProfileAction[]
Endget_windows_exploits_action ( System asyncResult ) : iControl.SecurityProfileIPIntelligenceProfileAction[]
Endis_base_profile ( System asyncResult ) : bool[]
Endis_system_profile ( System asyncResult ) : bool[]
Endreset_statistics ( System asyncResult ) : void
Endreset_statistics_by_virtual ( System asyncResult ) : void
Endset_botnets_action ( System asyncResult ) : void
Endset_default_profile ( System asyncResult ) : void
Endset_denial_of_service_action ( System asyncResult ) : void
Endset_description ( System asyncResult ) : void
Endset_infected_sources_action ( System asyncResult ) : void
Endset_phishing_action ( System asyncResult ) : void
Endset_proxy_action ( System asyncResult ) : void
Endset_scanners_action ( System asyncResult ) : void
Endset_spam_sources_action ( System asyncResult ) : void
Endset_web_attacks_action ( System asyncResult ) : void
Endset_windows_exploits_action ( System asyncResult ) : void
SecurityProfileIPIntelligence ( ) : System

Private Methods

Method Description
create ( string profile_names ) : void
delete_all_profiles ( ) : void
delete_profile ( string profile_names ) : void
get_all_statistics ( ) : SecurityProfileIPIntelligenceProfileIPIntelligenceStatistics
get_botnets_action ( string profile_names ) : iControl.SecurityProfileIPIntelligenceProfileAction[]
get_default_profile ( string profile_names ) : string[]
get_denial_of_service_action ( string profile_names ) : iControl.SecurityProfileIPIntelligenceProfileAction[]
get_description ( string profile_names ) : string[]
get_infected_sources_action ( string profile_names ) : SecurityProfileIPIntelligenceProfileAction[]
get_list ( ) : string[]
get_phishing_action ( string profile_names ) : SecurityProfileIPIntelligenceProfileAction[]
get_proxy_action ( string profile_names ) : SecurityProfileIPIntelligenceProfileAction[]
get_scanners_action ( string profile_names ) : SecurityProfileIPIntelligenceProfileAction[]
get_spam_sources_action ( string profile_names ) : SecurityProfileIPIntelligenceProfileAction[]
get_statistics ( string profile_names ) : SecurityProfileIPIntelligenceProfileIPIntelligenceStatistics
get_statistics_by_virtual ( string profile_names, string virtual_names ) : CommonProfileStatisticsByVirtual
get_version ( ) : string
get_web_attacks_action ( string profile_names ) : SecurityProfileIPIntelligenceProfileAction[]
get_windows_exploits_action ( string profile_names ) : SecurityProfileIPIntelligenceProfileAction[]
is_base_profile ( string profile_names ) : bool[]
is_system_profile ( string profile_names ) : bool[]
reset_statistics ( string profile_names ) : void
reset_statistics_by_virtual ( string profile_names, string virtual_names ) : void
set_botnets_action ( string profile_names, SecurityProfileIPIntelligenceProfileAction actions ) : void
set_default_profile ( string profile_names, string defaults ) : void
set_denial_of_service_action ( string profile_names, SecurityProfileIPIntelligenceProfileAction actions ) : void
set_description ( string profile_names, string descriptions ) : void
set_infected_sources_action ( string profile_names, SecurityProfileIPIntelligenceProfileAction actions ) : void
set_phishing_action ( string profile_names, SecurityProfileIPIntelligenceProfileAction actions ) : void
set_proxy_action ( string profile_names, SecurityProfileIPIntelligenceProfileAction actions ) : void
set_scanners_action ( string profile_names, SecurityProfileIPIntelligenceProfileAction actions ) : void
set_spam_sources_action ( string profile_names, SecurityProfileIPIntelligenceProfileAction actions ) : void
set_web_attacks_action ( string profile_names, SecurityProfileIPIntelligenceProfileAction actions ) : void
set_windows_exploits_action ( string profile_names, SecurityProfileIPIntelligenceProfileAction actions ) : void

Method Details

Begincreate() public method

public Begincreate ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
profile_names string
callback System
asyncState object
return System.IAsyncResult

Begindelete_all_profiles() public method

public Begindelete_all_profiles ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
return System.IAsyncResult

Begindelete_profile() public method

public Begindelete_profile ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
profile_names string
callback System
asyncState object
return System.IAsyncResult

Beginget_all_statistics() public method

public Beginget_all_statistics ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
return System.IAsyncResult

Beginget_botnets_action() public method

public Beginget_botnets_action ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
profile_names string
callback System
asyncState object
return System.IAsyncResult

Beginget_default_profile() public method

public Beginget_default_profile ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
profile_names string
callback System
asyncState object
return System.IAsyncResult

Beginget_denial_of_service_action() public method

public Beginget_denial_of_service_action ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
profile_names string
callback System
asyncState object
return System.IAsyncResult

Beginget_description() public method

public Beginget_description ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
profile_names string
callback System
asyncState object
return System.IAsyncResult

Beginget_infected_sources_action() public method

public Beginget_infected_sources_action ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
profile_names string
callback System
asyncState object
return System.IAsyncResult

Beginget_list() public method

public Beginget_list ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
return System.IAsyncResult

Beginget_phishing_action() public method

public Beginget_phishing_action ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
profile_names string
callback System
asyncState object
return System.IAsyncResult

Beginget_proxy_action() public method

public Beginget_proxy_action ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
profile_names string
callback System
asyncState object
return System.IAsyncResult

Beginget_scanners_action() public method

public Beginget_scanners_action ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
profile_names string
callback System
asyncState object
return System.IAsyncResult

Beginget_spam_sources_action() public method

public Beginget_spam_sources_action ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
profile_names string
callback System
asyncState object
return System.IAsyncResult

Beginget_statistics() public method

public Beginget_statistics ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
profile_names string
callback System
asyncState object
return System.IAsyncResult

Beginget_statistics_by_virtual() public method

public Beginget_statistics_by_virtual ( string profile_names, string virtual_names, System callback, object asyncState ) : System.IAsyncResult
profile_names string
virtual_names string
callback System
asyncState object
return System.IAsyncResult

Beginget_version() public method

public Beginget_version ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
return System.IAsyncResult

Beginget_web_attacks_action() public method

public Beginget_web_attacks_action ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
profile_names string
callback System
asyncState object
return System.IAsyncResult

Beginget_windows_exploits_action() public method

public Beginget_windows_exploits_action ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
profile_names string
callback System
asyncState object
return System.IAsyncResult

Beginis_base_profile() public method

public Beginis_base_profile ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
profile_names string
callback System
asyncState object
return System.IAsyncResult

Beginis_system_profile() public method

public Beginis_system_profile ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
profile_names string
callback System
asyncState object
return System.IAsyncResult

Beginreset_statistics() public method

public Beginreset_statistics ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
profile_names string
callback System
asyncState object
return System.IAsyncResult

Beginreset_statistics_by_virtual() public method

public Beginreset_statistics_by_virtual ( string profile_names, string virtual_names, System callback, object asyncState ) : System.IAsyncResult
profile_names string
virtual_names string
callback System
asyncState object
return System.IAsyncResult

Beginset_botnets_action() public method

public Beginset_botnets_action ( string profile_names, SecurityProfileIPIntelligenceProfileAction actions, System callback, object asyncState ) : System.IAsyncResult
profile_names string
actions SecurityProfileIPIntelligenceProfileAction
callback System
asyncState object
return System.IAsyncResult

Beginset_default_profile() public method

public Beginset_default_profile ( string profile_names, string defaults, System callback, object asyncState ) : System.IAsyncResult
profile_names string
defaults string
callback System
asyncState object
return System.IAsyncResult

Beginset_denial_of_service_action() public method

public Beginset_denial_of_service_action ( string profile_names, SecurityProfileIPIntelligenceProfileAction actions, System callback, object asyncState ) : System.IAsyncResult
profile_names string
actions SecurityProfileIPIntelligenceProfileAction
callback System
asyncState object
return System.IAsyncResult

Beginset_description() public method

public Beginset_description ( string profile_names, string descriptions, System callback, object asyncState ) : System.IAsyncResult
profile_names string
descriptions string
callback System
asyncState object
return System.IAsyncResult

Beginset_infected_sources_action() public method

public Beginset_infected_sources_action ( string profile_names, SecurityProfileIPIntelligenceProfileAction actions, System callback, object asyncState ) : System.IAsyncResult
profile_names string
actions SecurityProfileIPIntelligenceProfileAction
callback System
asyncState object
return System.IAsyncResult

Beginset_phishing_action() public method

public Beginset_phishing_action ( string profile_names, SecurityProfileIPIntelligenceProfileAction actions, System callback, object asyncState ) : System.IAsyncResult
profile_names string
actions SecurityProfileIPIntelligenceProfileAction
callback System
asyncState object
return System.IAsyncResult

Beginset_proxy_action() public method

public Beginset_proxy_action ( string profile_names, SecurityProfileIPIntelligenceProfileAction actions, System callback, object asyncState ) : System.IAsyncResult
profile_names string
actions SecurityProfileIPIntelligenceProfileAction
callback System
asyncState object
return System.IAsyncResult

Beginset_scanners_action() public method

public Beginset_scanners_action ( string profile_names, SecurityProfileIPIntelligenceProfileAction actions, System callback, object asyncState ) : System.IAsyncResult
profile_names string
actions SecurityProfileIPIntelligenceProfileAction
callback System
asyncState object
return System.IAsyncResult

Beginset_spam_sources_action() public method

public Beginset_spam_sources_action ( string profile_names, SecurityProfileIPIntelligenceProfileAction actions, System callback, object asyncState ) : System.IAsyncResult
profile_names string
actions SecurityProfileIPIntelligenceProfileAction
callback System
asyncState object
return System.IAsyncResult

Beginset_web_attacks_action() public method

public Beginset_web_attacks_action ( string profile_names, SecurityProfileIPIntelligenceProfileAction actions, System callback, object asyncState ) : System.IAsyncResult
profile_names string
actions SecurityProfileIPIntelligenceProfileAction
callback System
asyncState object
return System.IAsyncResult

Beginset_windows_exploits_action() public method

public Beginset_windows_exploits_action ( string profile_names, SecurityProfileIPIntelligenceProfileAction actions, System callback, object asyncState ) : System.IAsyncResult
profile_names string
actions SecurityProfileIPIntelligenceProfileAction
callback System
asyncState object
return System.IAsyncResult

Endcreate() public method

public Endcreate ( System asyncResult ) : void
asyncResult System
return void

Enddelete_all_profiles() public method

public Enddelete_all_profiles ( System asyncResult ) : void
asyncResult System
return void

Enddelete_profile() public method

public Enddelete_profile ( System asyncResult ) : void
asyncResult System
return void

Endget_all_statistics() public method

public Endget_all_statistics ( System asyncResult ) : SecurityProfileIPIntelligenceProfileIPIntelligenceStatistics
asyncResult System
return SecurityProfileIPIntelligenceProfileIPIntelligenceStatistics

Endget_botnets_action() public method

public Endget_botnets_action ( System asyncResult ) : iControl.SecurityProfileIPIntelligenceProfileAction[]
asyncResult System
return iControl.SecurityProfileIPIntelligenceProfileAction[]

Endget_default_profile() public method

public Endget_default_profile ( System asyncResult ) : string[]
asyncResult System
return string[]

Endget_denial_of_service_action() public method

public Endget_denial_of_service_action ( System asyncResult ) : iControl.SecurityProfileIPIntelligenceProfileAction[]
asyncResult System
return iControl.SecurityProfileIPIntelligenceProfileAction[]

Endget_description() public method

public Endget_description ( System asyncResult ) : string[]
asyncResult System
return string[]

Endget_infected_sources_action() public method

public Endget_infected_sources_action ( System asyncResult ) : iControl.SecurityProfileIPIntelligenceProfileAction[]
asyncResult System
return iControl.SecurityProfileIPIntelligenceProfileAction[]

Endget_list() public method

public Endget_list ( System asyncResult ) : string[]
asyncResult System
return string[]

Endget_phishing_action() public method

public Endget_phishing_action ( System asyncResult ) : iControl.SecurityProfileIPIntelligenceProfileAction[]
asyncResult System
return iControl.SecurityProfileIPIntelligenceProfileAction[]

Endget_proxy_action() public method

public Endget_proxy_action ( System asyncResult ) : iControl.SecurityProfileIPIntelligenceProfileAction[]
asyncResult System
return iControl.SecurityProfileIPIntelligenceProfileAction[]

Endget_scanners_action() public method

public Endget_scanners_action ( System asyncResult ) : iControl.SecurityProfileIPIntelligenceProfileAction[]
asyncResult System
return iControl.SecurityProfileIPIntelligenceProfileAction[]

Endget_spam_sources_action() public method

public Endget_spam_sources_action ( System asyncResult ) : iControl.SecurityProfileIPIntelligenceProfileAction[]
asyncResult System
return iControl.SecurityProfileIPIntelligenceProfileAction[]

Endget_statistics() public method

public Endget_statistics ( System asyncResult ) : SecurityProfileIPIntelligenceProfileIPIntelligenceStatistics
asyncResult System
return SecurityProfileIPIntelligenceProfileIPIntelligenceStatistics

Endget_statistics_by_virtual() public method

public Endget_statistics_by_virtual ( System asyncResult ) : CommonProfileStatisticsByVirtual
asyncResult System
return CommonProfileStatisticsByVirtual

Endget_version() public method

public Endget_version ( System asyncResult ) : string
asyncResult System
return string

Endget_web_attacks_action() public method

public Endget_web_attacks_action ( System asyncResult ) : iControl.SecurityProfileIPIntelligenceProfileAction[]
asyncResult System
return iControl.SecurityProfileIPIntelligenceProfileAction[]

Endget_windows_exploits_action() public method

public Endget_windows_exploits_action ( System asyncResult ) : iControl.SecurityProfileIPIntelligenceProfileAction[]
asyncResult System
return iControl.SecurityProfileIPIntelligenceProfileAction[]

Endis_base_profile() public method

public Endis_base_profile ( System asyncResult ) : bool[]
asyncResult System
return bool[]

Endis_system_profile() public method

public Endis_system_profile ( System asyncResult ) : bool[]
asyncResult System
return bool[]

Endreset_statistics() public method

public Endreset_statistics ( System asyncResult ) : void
asyncResult System
return void

Endreset_statistics_by_virtual() public method

public Endreset_statistics_by_virtual ( System asyncResult ) : void
asyncResult System
return void

Endset_botnets_action() public method

public Endset_botnets_action ( System asyncResult ) : void
asyncResult System
return void

Endset_default_profile() public method

public Endset_default_profile ( System asyncResult ) : void
asyncResult System
return void

Endset_denial_of_service_action() public method

public Endset_denial_of_service_action ( System asyncResult ) : void
asyncResult System
return void

Endset_description() public method

public Endset_description ( System asyncResult ) : void
asyncResult System
return void

Endset_infected_sources_action() public method

public Endset_infected_sources_action ( System asyncResult ) : void
asyncResult System
return void

Endset_phishing_action() public method

public Endset_phishing_action ( System asyncResult ) : void
asyncResult System
return void

Endset_proxy_action() public method

public Endset_proxy_action ( System asyncResult ) : void
asyncResult System
return void

Endset_scanners_action() public method

public Endset_scanners_action ( System asyncResult ) : void
asyncResult System
return void

Endset_spam_sources_action() public method

public Endset_spam_sources_action ( System asyncResult ) : void
asyncResult System
return void

Endset_web_attacks_action() public method

public Endset_web_attacks_action ( System asyncResult ) : void
asyncResult System
return void

Endset_windows_exploits_action() public method

public Endset_windows_exploits_action ( System asyncResult ) : void
asyncResult System
return void

SecurityProfileIPIntelligence() public method

public SecurityProfileIPIntelligence ( ) : System
return System