C# 클래스 iControl.SecurityProfileDNSSecurity

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

공개 메소드들

메소드 설명
Beginadd_header_opcode_exclusion ( string profile_names, SecurityHeaderOpcode exclusions, System callback, object asyncState ) : System.IAsyncResult
Beginadd_query_type_filter ( string profile_names, SecurityQueryType filters, System callback, object asyncState ) : System.IAsyncResult
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_description ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_header_opcode_exclusion ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_list ( System callback, object asyncState ) : System.IAsyncResult
Beginget_query_type_filter ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_query_type_inclusion_state ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_statistics ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_version ( System callback, object asyncState ) : System.IAsyncResult
Beginremove_all_header_opcode_exclusions ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginremove_all_query_type_filters ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginremove_header_opcode_exclusion ( string profile_names, SecurityHeaderOpcode exclusions, System callback, object asyncState ) : System.IAsyncResult
Beginremove_query_type_filter ( string profile_names, SecurityQueryType filters, System callback, object asyncState ) : System.IAsyncResult
Beginreset_statistics ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginset_description ( string profile_names, string descriptions, System callback, object asyncState ) : System.IAsyncResult
Beginset_query_type_inclusion_state ( string profile_names, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
Endadd_header_opcode_exclusion ( System asyncResult ) : void
Endadd_query_type_filter ( System asyncResult ) : void
Endcreate ( System asyncResult ) : void
Enddelete_all_profiles ( System asyncResult ) : void
Enddelete_profile ( System asyncResult ) : void
Endget_all_statistics ( System asyncResult ) : SecurityProfileDNSSecurityDNSSecurityStatistics
Endget_description ( System asyncResult ) : string[]
Endget_header_opcode_exclusion ( System asyncResult ) : SecurityHeaderOpcode[][]
Endget_list ( System asyncResult ) : string[]
Endget_query_type_filter ( System asyncResult ) : SecurityQueryType[][]
Endget_query_type_inclusion_state ( System asyncResult ) : CommonEnabledState[]
Endget_statistics ( System asyncResult ) : SecurityProfileDNSSecurityDNSSecurityStatistics
Endget_version ( System asyncResult ) : string
Endremove_all_header_opcode_exclusions ( System asyncResult ) : void
Endremove_all_query_type_filters ( System asyncResult ) : void
Endremove_header_opcode_exclusion ( System asyncResult ) : void
Endremove_query_type_filter ( System asyncResult ) : void
Endreset_statistics ( System asyncResult ) : void
Endset_description ( System asyncResult ) : void
Endset_query_type_inclusion_state ( System asyncResult ) : void
SecurityProfileDNSSecurity ( ) : System

비공개 메소드들

메소드 설명
add_header_opcode_exclusion ( string profile_names, SecurityHeaderOpcode exclusions ) : void
add_query_type_filter ( string profile_names, SecurityQueryType filters ) : void
create ( string profile_names ) : void
delete_all_profiles ( ) : void
delete_profile ( string profile_names ) : void
get_all_statistics ( ) : SecurityProfileDNSSecurityDNSSecurityStatistics
get_description ( string profile_names ) : string[]
get_header_opcode_exclusion ( string profile_names ) : SecurityHeaderOpcode[][]
get_list ( ) : string[]
get_query_type_filter ( string profile_names ) : SecurityQueryType[][]
get_query_type_inclusion_state ( string profile_names ) : CommonEnabledState[]
get_statistics ( string profile_names ) : SecurityProfileDNSSecurityDNSSecurityStatistics
get_version ( ) : string
remove_all_header_opcode_exclusions ( string profile_names ) : void
remove_all_query_type_filters ( string profile_names ) : void
remove_header_opcode_exclusion ( string profile_names, SecurityHeaderOpcode exclusions ) : void
remove_query_type_filter ( string profile_names, SecurityQueryType filters ) : void
reset_statistics ( string profile_names ) : void
set_description ( string profile_names, string descriptions ) : void
set_query_type_inclusion_state ( string profile_names, CommonEnabledState states ) : void

메소드 상세

Beginadd_header_opcode_exclusion() 공개 메소드

public Beginadd_header_opcode_exclusion ( string profile_names, SecurityHeaderOpcode exclusions, System callback, object asyncState ) : System.IAsyncResult
profile_names string
exclusions SecurityHeaderOpcode
callback System
asyncState object
리턴 System.IAsyncResult

Beginadd_query_type_filter() 공개 메소드

public Beginadd_query_type_filter ( string profile_names, SecurityQueryType filters, System callback, object asyncState ) : System.IAsyncResult
profile_names string
filters SecurityQueryType
callback System
asyncState object
리턴 System.IAsyncResult

Begincreate() 공개 메소드

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

Begindelete_all_profiles() 공개 메소드

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

Begindelete_profile() 공개 메소드

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

Beginget_all_statistics() 공개 메소드

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

Beginget_description() 공개 메소드

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

Beginget_header_opcode_exclusion() 공개 메소드

public Beginget_header_opcode_exclusion ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
profile_names 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_query_type_filter() 공개 메소드

public Beginget_query_type_filter ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
profile_names string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_query_type_inclusion_state() 공개 메소드

public Beginget_query_type_inclusion_state ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
profile_names string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_statistics() 공개 메소드

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

Beginget_version() 공개 메소드

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

Beginremove_all_header_opcode_exclusions() 공개 메소드

public Beginremove_all_header_opcode_exclusions ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
profile_names string
callback System
asyncState object
리턴 System.IAsyncResult

Beginremove_all_query_type_filters() 공개 메소드

public Beginremove_all_query_type_filters ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
profile_names string
callback System
asyncState object
리턴 System.IAsyncResult

Beginremove_header_opcode_exclusion() 공개 메소드

public Beginremove_header_opcode_exclusion ( string profile_names, SecurityHeaderOpcode exclusions, System callback, object asyncState ) : System.IAsyncResult
profile_names string
exclusions SecurityHeaderOpcode
callback System
asyncState object
리턴 System.IAsyncResult

Beginremove_query_type_filter() 공개 메소드

public Beginremove_query_type_filter ( string profile_names, SecurityQueryType filters, System callback, object asyncState ) : System.IAsyncResult
profile_names string
filters SecurityQueryType
callback System
asyncState object
리턴 System.IAsyncResult

Beginreset_statistics() 공개 메소드

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

Beginset_description() 공개 메소드

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

Beginset_query_type_inclusion_state() 공개 메소드

public Beginset_query_type_inclusion_state ( string profile_names, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
profile_names string
states CommonEnabledState
callback System
asyncState object
리턴 System.IAsyncResult

Endadd_header_opcode_exclusion() 공개 메소드

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

Endadd_query_type_filter() 공개 메소드

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

Endcreate() 공개 메소드

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

Enddelete_all_profiles() 공개 메소드

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

Enddelete_profile() 공개 메소드

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

Endget_all_statistics() 공개 메소드

public Endget_all_statistics ( System asyncResult ) : SecurityProfileDNSSecurityDNSSecurityStatistics
asyncResult System
리턴 SecurityProfileDNSSecurityDNSSecurityStatistics

Endget_description() 공개 메소드

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

Endget_header_opcode_exclusion() 공개 메소드

public Endget_header_opcode_exclusion ( System asyncResult ) : SecurityHeaderOpcode[][]
asyncResult System
리턴 SecurityHeaderOpcode[][]

Endget_list() 공개 메소드

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

Endget_query_type_filter() 공개 메소드

public Endget_query_type_filter ( System asyncResult ) : SecurityQueryType[][]
asyncResult System
리턴 SecurityQueryType[][]

Endget_query_type_inclusion_state() 공개 메소드

public Endget_query_type_inclusion_state ( System asyncResult ) : CommonEnabledState[]
asyncResult System
리턴 CommonEnabledState[]

Endget_statistics() 공개 메소드

public Endget_statistics ( System asyncResult ) : SecurityProfileDNSSecurityDNSSecurityStatistics
asyncResult System
리턴 SecurityProfileDNSSecurityDNSSecurityStatistics

Endget_version() 공개 메소드

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

Endremove_all_header_opcode_exclusions() 공개 메소드

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

Endremove_all_query_type_filters() 공개 메소드

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

Endremove_header_opcode_exclusion() 공개 메소드

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

Endremove_query_type_filter() 공개 메소드

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

Endreset_statistics() 공개 메소드

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

Endset_description() 공개 메소드

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

Endset_query_type_inclusion_state() 공개 메소드

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

SecurityProfileDNSSecurity() 공개 메소드

public SecurityProfileDNSSecurity ( ) : System
리턴 System