C# Class iControl.SecurityIPIntelligenceFeedList

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

Public Methods

Method 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

Method 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 method

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
return System.IAsyncResult

Begincreate() public method

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

Begindelete_all_feed_lists() public method

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

Begindelete_feed_list() public method

public Begindelete_feed_list ( string lists, System callback, object asyncState ) : System.IAsyncResult
lists string
callback System
asyncState object
return System.IAsyncResult

Begindownload_feed() public method

public Begindownload_feed ( string lists, string feeds, System callback, object asyncState ) : System.IAsyncResult
lists string
feeds string
callback System
asyncState object
return System.IAsyncResult

Beginget_description() public method

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

Beginget_feed() public method

public Beginget_feed ( string lists, System callback, object asyncState ) : System.IAsyncResult
lists string
callback System
asyncState object
return System.IAsyncResult

Beginget_feed_default_blacklist_category() public method

public Beginget_feed_default_blacklist_category ( string lists, string feeds, System callback, object asyncState ) : System.IAsyncResult
lists string
feeds string
callback System
asyncState object
return System.IAsyncResult

Beginget_feed_default_list_type() public method

public Beginget_feed_default_list_type ( string lists, string feeds, System callback, object asyncState ) : System.IAsyncResult
lists string
feeds string
callback System
asyncState object
return System.IAsyncResult

Beginget_feed_description() public method

public Beginget_feed_description ( string lists, string feeds, System callback, object asyncState ) : System.IAsyncResult
lists string
feeds string
callback System
asyncState object
return System.IAsyncResult

Beginget_feed_password() public method

public Beginget_feed_password ( string lists, string feeds, System callback, object asyncState ) : System.IAsyncResult
lists string
feeds string
callback System
asyncState object
return System.IAsyncResult

Beginget_feed_poll_interval() public method

public Beginget_feed_poll_interval ( string lists, string feeds, System callback, object asyncState ) : System.IAsyncResult
lists string
feeds string
callback System
asyncState object
return System.IAsyncResult

Beginget_feed_url() public method

public Beginget_feed_url ( string lists, string feeds, System callback, object asyncState ) : System.IAsyncResult
lists string
feeds string
callback System
asyncState object
return System.IAsyncResult

Beginget_feed_user() public method

public Beginget_feed_user ( string lists, string feeds, System callback, object asyncState ) : System.IAsyncResult
lists string
feeds 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_version() public method

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

Beginremove_all_feeds() public method

public Beginremove_all_feeds ( string lists, System callback, object asyncState ) : System.IAsyncResult
lists string
callback System
asyncState object
return System.IAsyncResult

Beginremove_feed() public method

public Beginremove_feed ( string lists, string feeds, System callback, object asyncState ) : System.IAsyncResult
lists string
feeds string
callback System
asyncState object
return System.IAsyncResult

Beginset_description() public method

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

Beginset_feed_default_blacklist_category() public method

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
return System.IAsyncResult

Beginset_feed_default_list_type() public method

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
return System.IAsyncResult

Beginset_feed_description() public method

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
return System.IAsyncResult

Beginset_feed_password() public method

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
return System.IAsyncResult

Beginset_feed_poll_interval() public method

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
return System.IAsyncResult

Beginset_feed_url() public method

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
return System.IAsyncResult

Beginset_feed_user() public method

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
return System.IAsyncResult

Endadd_feed() public method

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

Endcreate() public method

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

Enddelete_all_feed_lists() public method

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

Enddelete_feed_list() public method

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

Enddownload_feed() public method

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

Endget_description() public method

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

Endget_feed() public method

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

Endget_feed_default_blacklist_category() public method

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

Endget_feed_default_list_type() public method

public Endget_feed_default_list_type ( System asyncResult ) : SecurityIPIntelligenceFeedListIPIntelligenceAddressType[][]
asyncResult System
return SecurityIPIntelligenceFeedListIPIntelligenceAddressType[][]

Endget_feed_description() public method

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

Endget_feed_password() public method

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

Endget_feed_poll_interval() public method

public Endget_feed_poll_interval ( System asyncResult ) : long[][]
asyncResult System
return long[][]

Endget_feed_url() public method

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

Endget_feed_user() public method

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

Endget_list() public method

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

Endget_version() public method

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

Endremove_all_feeds() public method

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

Endremove_feed() public method

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

Endset_description() public method

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

Endset_feed_default_blacklist_category() public method

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

Endset_feed_default_list_type() public method

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

Endset_feed_description() public method

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

Endset_feed_password() public method

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

Endset_feed_poll_interval() public method

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

Endset_feed_url() public method

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

Endset_feed_user() public method

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

SecurityIPIntelligenceFeedList() public method

public SecurityIPIntelligenceFeedList ( ) : System
return System