C# 클래스 iControl.SecurityIPIntelligenceBlacklistCategory

상속: iControlInterface
파일 보기 프로젝트 열기: f5devcentral/f5-icontrol-library-dotnet 1 사용 예제들

공개 메소드들

메소드 설명
Beginadd_ip_ttl ( string categories, string ip_ttls, System callback, object asyncState ) : System.IAsyncResult
Begincreate ( string categories, System callback, object asyncState ) : System.IAsyncResult
Begindelete_all_blacklist_categories ( System callback, object asyncState ) : System.IAsyncResult
Begindelete_blacklist_category ( string categories, System callback, object asyncState ) : System.IAsyncResult
Beginget_default_match_direction ( string categories, System callback, object asyncState ) : System.IAsyncResult
Beginget_description ( string categories, System callback, object asyncState ) : System.IAsyncResult
Beginget_list ( System callback, object asyncState ) : System.IAsyncResult
Beginget_version ( System callback, object asyncState ) : System.IAsyncResult
Beginis_predefined ( string categories, System callback, object asyncState ) : System.IAsyncResult
Beginremove_ip_ttl ( string categories, string ip_ttls, System callback, object asyncState ) : System.IAsyncResult
Beginset_default_match_direction ( string categories, SecurityIPIntelligenceBlacklistCategoryIPIntelligenceClassMatchDirection directions, System callback, object asyncState ) : System.IAsyncResult
Beginset_description ( string categories, string descriptions, System callback, object asyncState ) : System.IAsyncResult
Endadd_ip_ttl ( System asyncResult ) : void
Endcreate ( System asyncResult ) : void
Enddelete_all_blacklist_categories ( System asyncResult ) : void
Enddelete_blacklist_category ( System asyncResult ) : void
Endget_default_match_direction ( System asyncResult ) : SecurityIPIntelligenceBlacklistCategoryIPIntelligenceClassMatchDirection[]
Endget_description ( System asyncResult ) : string[]
Endget_list ( System asyncResult ) : string[]
Endget_version ( System asyncResult ) : string
Endis_predefined ( System asyncResult ) : bool[]
Endremove_ip_ttl ( System asyncResult ) : void
Endset_default_match_direction ( System asyncResult ) : void
Endset_description ( System asyncResult ) : void
SecurityIPIntelligenceBlacklistCategory ( ) : System

비공개 메소드들

메소드 설명
add_ip_ttl ( string categories, string ip_ttls ) : void
create ( string categories ) : void
delete_all_blacklist_categories ( ) : void
delete_blacklist_category ( string categories ) : void
get_default_match_direction ( string categories ) : SecurityIPIntelligenceBlacklistCategoryIPIntelligenceClassMatchDirection[]
get_description ( string categories ) : string[]
get_list ( ) : string[]
get_version ( ) : string
is_predefined ( string categories ) : bool[]
remove_ip_ttl ( string categories, string ip_ttls ) : void
set_default_match_direction ( string categories, SecurityIPIntelligenceBlacklistCategoryIPIntelligenceClassMatchDirection directions ) : void
set_description ( string categories, string descriptions ) : void

메소드 상세

Beginadd_ip_ttl() 공개 메소드

public Beginadd_ip_ttl ( string categories, string ip_ttls, System callback, object asyncState ) : System.IAsyncResult
categories string
ip_ttls string
callback System
asyncState object
리턴 System.IAsyncResult

Begincreate() 공개 메소드

public Begincreate ( string categories, System callback, object asyncState ) : System.IAsyncResult
categories string
callback System
asyncState object
리턴 System.IAsyncResult

Begindelete_all_blacklist_categories() 공개 메소드

public Begindelete_all_blacklist_categories ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
리턴 System.IAsyncResult

Begindelete_blacklist_category() 공개 메소드

public Begindelete_blacklist_category ( string categories, System callback, object asyncState ) : System.IAsyncResult
categories string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_default_match_direction() 공개 메소드

public Beginget_default_match_direction ( string categories, System callback, object asyncState ) : System.IAsyncResult
categories string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_description() 공개 메소드

public Beginget_description ( string categories, System callback, object asyncState ) : System.IAsyncResult
categories string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_list() 공개 메소드

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

Beginget_version() 공개 메소드

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

Beginis_predefined() 공개 메소드

public Beginis_predefined ( string categories, System callback, object asyncState ) : System.IAsyncResult
categories string
callback System
asyncState object
리턴 System.IAsyncResult

Beginremove_ip_ttl() 공개 메소드

public Beginremove_ip_ttl ( string categories, string ip_ttls, System callback, object asyncState ) : System.IAsyncResult
categories string
ip_ttls string
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_default_match_direction() 공개 메소드

public Beginset_default_match_direction ( string categories, SecurityIPIntelligenceBlacklistCategoryIPIntelligenceClassMatchDirection directions, System callback, object asyncState ) : System.IAsyncResult
categories string
directions SecurityIPIntelligenceBlacklistCategoryIPIntelligenceClassMatchDirection
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_description() 공개 메소드

public Beginset_description ( string categories, string descriptions, System callback, object asyncState ) : System.IAsyncResult
categories string
descriptions string
callback System
asyncState object
리턴 System.IAsyncResult

Endadd_ip_ttl() 공개 메소드

public Endadd_ip_ttl ( System asyncResult ) : void
asyncResult System
리턴 void

Endcreate() 공개 메소드

public Endcreate ( System asyncResult ) : void
asyncResult System
리턴 void

Enddelete_all_blacklist_categories() 공개 메소드

public Enddelete_all_blacklist_categories ( System asyncResult ) : void
asyncResult System
리턴 void

Enddelete_blacklist_category() 공개 메소드

public Enddelete_blacklist_category ( System asyncResult ) : void
asyncResult System
리턴 void

Endget_default_match_direction() 공개 메소드

public Endget_default_match_direction ( System asyncResult ) : SecurityIPIntelligenceBlacklistCategoryIPIntelligenceClassMatchDirection[]
asyncResult System
리턴 SecurityIPIntelligenceBlacklistCategoryIPIntelligenceClassMatchDirection[]

Endget_description() 공개 메소드

public Endget_description ( System asyncResult ) : string[]
asyncResult System
리턴 string[]

Endget_list() 공개 메소드

public Endget_list ( System asyncResult ) : string[]
asyncResult System
리턴 string[]

Endget_version() 공개 메소드

public Endget_version ( System asyncResult ) : string
asyncResult System
리턴 string

Endis_predefined() 공개 메소드

public Endis_predefined ( System asyncResult ) : bool[]
asyncResult System
리턴 bool[]

Endremove_ip_ttl() 공개 메소드

public Endremove_ip_ttl ( System asyncResult ) : void
asyncResult System
리턴 void

Endset_default_match_direction() 공개 메소드

public Endset_default_match_direction ( System asyncResult ) : void
asyncResult System
리턴 void

Endset_description() 공개 메소드

public Endset_description ( System asyncResult ) : void
asyncResult System
리턴 void

SecurityIPIntelligenceBlacklistCategory() 공개 메소드

public SecurityIPIntelligenceBlacklistCategory ( ) : System
리턴 System