C# Class iControl.SecurityIPIntelligenceFeedList

Inheritance: iControlInterface
Afficher le fichier Open project: f5devcentral/f5-icontrol-library-dotnet Class Usage Examples

Méthodes publiques

Méthode Description
Beginadd_feed ( string lists, string feeds, string categories, string urls, System callback, object asyncState ) : System.IAsyncResult
Begincreate ( string lists, System callback, object asyncState ) : System.IAsyncResult
Begindelete_all_feed_lists ( System callback, object asyncState ) : System.IAsyncResult
Begindelete_feed_list ( string lists, System callback, object asyncState ) : System.IAsyncResult
Begindownload_feed ( string lists, string feeds, System callback, object asyncState ) : System.IAsyncResult
Beginget_description ( string lists, System callback, object asyncState ) : System.IAsyncResult
Beginget_feed ( string lists, System callback, object asyncState ) : System.IAsyncResult
Beginget_feed_default_blacklist_category ( string lists, string feeds, System callback, object asyncState ) : System.IAsyncResult
Beginget_feed_default_list_type ( string lists, string feeds, System callback, object asyncState ) : System.IAsyncResult
Beginget_feed_description ( string lists, string feeds, System callback, object asyncState ) : System.IAsyncResult
Beginget_feed_password ( string lists, string feeds, System callback, object asyncState ) : System.IAsyncResult
Beginget_feed_poll_interval ( string lists, string feeds, System callback, object asyncState ) : System.IAsyncResult
Beginget_feed_url ( string lists, string feeds, System callback, object asyncState ) : System.IAsyncResult
Beginget_feed_user ( string lists, string feeds, System callback, object asyncState ) : System.IAsyncResult
Beginget_list ( System callback, object asyncState ) : System.IAsyncResult
Beginget_version ( System callback, object asyncState ) : System.IAsyncResult
Beginremove_all_feeds ( string lists, System callback, object asyncState ) : System.IAsyncResult
Beginremove_feed ( string lists, string feeds, System callback, object asyncState ) : System.IAsyncResult
Beginset_description ( string lists, string descriptions, System callback, object asyncState ) : System.IAsyncResult
Beginset_feed_default_blacklist_category ( string lists, string feeds, string categories, System callback, object asyncState ) : System.IAsyncResult
Beginset_feed_default_list_type ( string lists, string feeds, SecurityIPIntelligenceFeedListIPIntelligenceAddressType types, System callback, object asyncState ) : System.IAsyncResult
Beginset_feed_description ( string lists, string feeds, string descriptions, System callback, object asyncState ) : System.IAsyncResult
Beginset_feed_password ( string lists, string feeds, string passwords, System callback, object asyncState ) : System.IAsyncResult
Beginset_feed_poll_interval ( string lists, string feeds, long intervals, System callback, object asyncState ) : System.IAsyncResult
Beginset_feed_url ( string lists, string feeds, string urls, System callback, object asyncState ) : System.IAsyncResult
Beginset_feed_user ( string lists, string feeds, string users, System callback, object asyncState ) : System.IAsyncResult
Endadd_feed ( System asyncResult ) : void
Endcreate ( System asyncResult ) : void
Enddelete_all_feed_lists ( System asyncResult ) : void
Enddelete_feed_list ( System asyncResult ) : void
Enddownload_feed ( System asyncResult ) : void
Endget_description ( System asyncResult ) : string[]
Endget_feed ( System asyncResult ) : string[][]
Endget_feed_default_blacklist_category ( System asyncResult ) : string[][]
Endget_feed_default_list_type ( System asyncResult ) : SecurityIPIntelligenceFeedListIPIntelligenceAddressType[][]
Endget_feed_description ( System asyncResult ) : string[][]
Endget_feed_password ( System asyncResult ) : string[][]
Endget_feed_poll_interval ( System asyncResult ) : long[][]
Endget_feed_url ( System asyncResult ) : string[][]
Endget_feed_user ( System asyncResult ) : string[][]
Endget_list ( System asyncResult ) : string[]
Endget_version ( System asyncResult ) : string
Endremove_all_feeds ( System asyncResult ) : void
Endremove_feed ( System asyncResult ) : void
Endset_description ( System asyncResult ) : void
Endset_feed_default_blacklist_category ( System asyncResult ) : void
Endset_feed_default_list_type ( System asyncResult ) : void
Endset_feed_description ( System asyncResult ) : void
Endset_feed_password ( System asyncResult ) : void
Endset_feed_poll_interval ( System asyncResult ) : void
Endset_feed_url ( System asyncResult ) : void
Endset_feed_user ( System asyncResult ) : void
SecurityIPIntelligenceFeedList ( ) : System

Private Methods

Méthode Description
add_feed ( string lists, string feeds, string categories, string urls ) : void
create ( string lists ) : void
delete_all_feed_lists ( ) : void
delete_feed_list ( string lists ) : void
download_feed ( string lists, string feeds ) : void
get_description ( string lists ) : string[]
get_feed ( string lists ) : string[][]
get_feed_default_blacklist_category ( string lists, string feeds ) : string[][]
get_feed_default_list_type ( string lists, string feeds ) : SecurityIPIntelligenceFeedListIPIntelligenceAddressType[][]
get_feed_description ( string lists, string feeds ) : string[][]
get_feed_password ( string lists, string feeds ) : string[][]
get_feed_poll_interval ( string lists, string feeds ) : long[][]
get_feed_url ( string lists, string feeds ) : string[][]
get_feed_user ( string lists, string feeds ) : string[][]
get_list ( ) : string[]
get_version ( ) : string
remove_all_feeds ( string lists ) : void
remove_feed ( string lists, string feeds ) : void
set_description ( string lists, string descriptions ) : void
set_feed_default_blacklist_category ( string lists, string feeds, string categories ) : void
set_feed_default_list_type ( string lists, string feeds, SecurityIPIntelligenceFeedListIPIntelligenceAddressType types ) : void
set_feed_description ( string lists, string feeds, string descriptions ) : void
set_feed_password ( string lists, string feeds, string passwords ) : void
set_feed_poll_interval ( string lists, string feeds, long intervals ) : void
set_feed_url ( string lists, string feeds, string urls ) : void
set_feed_user ( string lists, string feeds, string users ) : void

Method Details

Beginadd_feed() public méthode

public Beginadd_feed ( string lists, string feeds, string categories, string urls, System callback, object asyncState ) : System.IAsyncResult
lists string
feeds string
categories string
urls string
callback System
asyncState object
Résultat System.IAsyncResult

Begincreate() public méthode

public Begincreate ( string lists, System callback, object asyncState ) : System.IAsyncResult
lists string
callback System
asyncState object
Résultat System.IAsyncResult

Begindelete_all_feed_lists() public méthode

public Begindelete_all_feed_lists ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
Résultat System.IAsyncResult

Begindelete_feed_list() public méthode

public Begindelete_feed_list ( string lists, System callback, object asyncState ) : System.IAsyncResult
lists string
callback System
asyncState object
Résultat System.IAsyncResult

Begindownload_feed() public méthode

public Begindownload_feed ( string lists, string feeds, System callback, object asyncState ) : System.IAsyncResult
lists string
feeds string
callback System
asyncState object
Résultat System.IAsyncResult

Beginget_description() public méthode

public Beginget_description ( string lists, System callback, object asyncState ) : System.IAsyncResult
lists string
callback System
asyncState object
Résultat System.IAsyncResult

Beginget_feed() public méthode

public Beginget_feed ( string lists, System callback, object asyncState ) : System.IAsyncResult
lists string
callback System
asyncState object
Résultat System.IAsyncResult

Beginget_feed_default_blacklist_category() public méthode

public Beginget_feed_default_blacklist_category ( string lists, string feeds, System callback, object asyncState ) : System.IAsyncResult
lists string
feeds string
callback System
asyncState object
Résultat System.IAsyncResult

Beginget_feed_default_list_type() public méthode

public Beginget_feed_default_list_type ( string lists, string feeds, System callback, object asyncState ) : System.IAsyncResult
lists string
feeds string
callback System
asyncState object
Résultat System.IAsyncResult

Beginget_feed_description() public méthode

public Beginget_feed_description ( string lists, string feeds, System callback, object asyncState ) : System.IAsyncResult
lists string
feeds string
callback System
asyncState object
Résultat System.IAsyncResult

Beginget_feed_password() public méthode

public Beginget_feed_password ( string lists, string feeds, System callback, object asyncState ) : System.IAsyncResult
lists string
feeds string
callback System
asyncState object
Résultat System.IAsyncResult

Beginget_feed_poll_interval() public méthode

public Beginget_feed_poll_interval ( string lists, string feeds, System callback, object asyncState ) : System.IAsyncResult
lists string
feeds string
callback System
asyncState object
Résultat System.IAsyncResult

Beginget_feed_url() public méthode

public Beginget_feed_url ( string lists, string feeds, System callback, object asyncState ) : System.IAsyncResult
lists string
feeds string
callback System
asyncState object
Résultat System.IAsyncResult

Beginget_feed_user() public méthode

public Beginget_feed_user ( string lists, string feeds, System callback, object asyncState ) : System.IAsyncResult
lists string
feeds string
callback System
asyncState object
Résultat System.IAsyncResult

Beginget_list() public méthode

public Beginget_list ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
Résultat System.IAsyncResult

Beginget_version() public méthode

public Beginget_version ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
Résultat System.IAsyncResult

Beginremove_all_feeds() public méthode

public Beginremove_all_feeds ( string lists, System callback, object asyncState ) : System.IAsyncResult
lists string
callback System
asyncState object
Résultat System.IAsyncResult

Beginremove_feed() public méthode

public Beginremove_feed ( string lists, string feeds, System callback, object asyncState ) : System.IAsyncResult
lists string
feeds string
callback System
asyncState object
Résultat System.IAsyncResult

Beginset_description() public méthode

public Beginset_description ( string lists, string descriptions, System callback, object asyncState ) : System.IAsyncResult
lists string
descriptions string
callback System
asyncState object
Résultat System.IAsyncResult

Beginset_feed_default_blacklist_category() public méthode

public Beginset_feed_default_blacklist_category ( string lists, string feeds, string categories, System callback, object asyncState ) : System.IAsyncResult
lists string
feeds string
categories string
callback System
asyncState object
Résultat System.IAsyncResult

Beginset_feed_default_list_type() public méthode

public Beginset_feed_default_list_type ( string lists, string feeds, SecurityIPIntelligenceFeedListIPIntelligenceAddressType types, System callback, object asyncState ) : System.IAsyncResult
lists string
feeds string
types SecurityIPIntelligenceFeedListIPIntelligenceAddressType
callback System
asyncState object
Résultat System.IAsyncResult

Beginset_feed_description() public méthode

public Beginset_feed_description ( string lists, string feeds, string descriptions, System callback, object asyncState ) : System.IAsyncResult
lists string
feeds string
descriptions string
callback System
asyncState object
Résultat System.IAsyncResult

Beginset_feed_password() public méthode

public Beginset_feed_password ( string lists, string feeds, string passwords, System callback, object asyncState ) : System.IAsyncResult
lists string
feeds string
passwords string
callback System
asyncState object
Résultat System.IAsyncResult

Beginset_feed_poll_interval() public méthode

public Beginset_feed_poll_interval ( string lists, string feeds, long intervals, System callback, object asyncState ) : System.IAsyncResult
lists string
feeds string
intervals long
callback System
asyncState object
Résultat System.IAsyncResult

Beginset_feed_url() public méthode

public Beginset_feed_url ( string lists, string feeds, string urls, System callback, object asyncState ) : System.IAsyncResult
lists string
feeds string
urls string
callback System
asyncState object
Résultat System.IAsyncResult

Beginset_feed_user() public méthode

public Beginset_feed_user ( string lists, string feeds, string users, System callback, object asyncState ) : System.IAsyncResult
lists string
feeds string
users string
callback System
asyncState object
Résultat System.IAsyncResult

Endadd_feed() public méthode

public Endadd_feed ( System asyncResult ) : void
asyncResult System
Résultat void

Endcreate() public méthode

public Endcreate ( System asyncResult ) : void
asyncResult System
Résultat void

Enddelete_all_feed_lists() public méthode

public Enddelete_all_feed_lists ( System asyncResult ) : void
asyncResult System
Résultat void

Enddelete_feed_list() public méthode

public Enddelete_feed_list ( System asyncResult ) : void
asyncResult System
Résultat void

Enddownload_feed() public méthode

public Enddownload_feed ( System asyncResult ) : void
asyncResult System
Résultat void

Endget_description() public méthode

public Endget_description ( System asyncResult ) : string[]
asyncResult System
Résultat string[]

Endget_feed() public méthode

public Endget_feed ( System asyncResult ) : string[][]
asyncResult System
Résultat string[][]

Endget_feed_default_blacklist_category() public méthode

public Endget_feed_default_blacklist_category ( System asyncResult ) : string[][]
asyncResult System
Résultat string[][]

Endget_feed_default_list_type() public méthode

public Endget_feed_default_list_type ( System asyncResult ) : SecurityIPIntelligenceFeedListIPIntelligenceAddressType[][]
asyncResult System
Résultat SecurityIPIntelligenceFeedListIPIntelligenceAddressType[][]

Endget_feed_description() public méthode

public Endget_feed_description ( System asyncResult ) : string[][]
asyncResult System
Résultat string[][]

Endget_feed_password() public méthode

public Endget_feed_password ( System asyncResult ) : string[][]
asyncResult System
Résultat string[][]

Endget_feed_poll_interval() public méthode

public Endget_feed_poll_interval ( System asyncResult ) : long[][]
asyncResult System
Résultat long[][]

Endget_feed_url() public méthode

public Endget_feed_url ( System asyncResult ) : string[][]
asyncResult System
Résultat string[][]

Endget_feed_user() public méthode

public Endget_feed_user ( System asyncResult ) : string[][]
asyncResult System
Résultat string[][]

Endget_list() public méthode

public Endget_list ( System asyncResult ) : string[]
asyncResult System
Résultat string[]

Endget_version() public méthode

public Endget_version ( System asyncResult ) : string
asyncResult System
Résultat string

Endremove_all_feeds() public méthode

public Endremove_all_feeds ( System asyncResult ) : void
asyncResult System
Résultat void

Endremove_feed() public méthode

public Endremove_feed ( System asyncResult ) : void
asyncResult System
Résultat void

Endset_description() public méthode

public Endset_description ( System asyncResult ) : void
asyncResult System
Résultat void

Endset_feed_default_blacklist_category() public méthode

public Endset_feed_default_blacklist_category ( System asyncResult ) : void
asyncResult System
Résultat void

Endset_feed_default_list_type() public méthode

public Endset_feed_default_list_type ( System asyncResult ) : void
asyncResult System
Résultat void

Endset_feed_description() public méthode

public Endset_feed_description ( System asyncResult ) : void
asyncResult System
Résultat void

Endset_feed_password() public méthode

public Endset_feed_password ( System asyncResult ) : void
asyncResult System
Résultat void

Endset_feed_poll_interval() public méthode

public Endset_feed_poll_interval ( System asyncResult ) : void
asyncResult System
Résultat void

Endset_feed_url() public méthode

public Endset_feed_url ( System asyncResult ) : void
asyncResult System
Résultat void

Endset_feed_user() public méthode

public Endset_feed_user ( System asyncResult ) : void
asyncResult System
Résultat void

SecurityIPIntelligenceFeedList() public méthode

public SecurityIPIntelligenceFeedList ( ) : System
Résultat System