C# 클래스 iControl.ASMLoggingProfile

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

공개 메소드들

메소드 설명
ASMLoggingProfile ( ) : System
Beginadd_remote_server ( string logprof_names, CommonIPPortDefinition ip_ports, System callback, object asyncState ) : System.IAsyncResult
Beginapply_logprof ( string logprof_names, System callback, object asyncState ) : System.IAsyncResult
Begincreate ( string logprof_names, System callback, object asyncState ) : System.IAsyncResult
Begindelete_logprof ( string logprof_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_list ( System callback, object asyncState ) : System.IAsyncResult
Beginget_logprof ( string logprof_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_version ( System callback, object asyncState ) : System.IAsyncResult
Beginremove_remote_server ( string logprof_names, CommonIPPortDefinition ip_ports, System callback, object asyncState ) : System.IAsyncResult
Beginrename ( string logprof_names, string new_logprof_names, System callback, object asyncState ) : System.IAsyncResult
Beginreplace_http_method ( string logprof_names, string http_methods, System callback, object asyncState ) : System.IAsyncResult
Beginreplace_response_code ( string logprof_names, long response_codes, System callback, object asyncState ) : System.IAsyncResult
Beginset_description ( string logprof_names, string descriptions, System callback, object asyncState ) : System.IAsyncResult
Beginset_filter_protocol ( string logprof_names, ASMProtocolType filter_protocols, System callback, object asyncState ) : System.IAsyncResult
Beginset_guarantee_logging_flag ( string logprof_names, bool guarantee_logging_flags, System callback, object asyncState ) : System.IAsyncResult
Beginset_local_storage_flag ( string logprof_names, bool local_storage_flags, System callback, object asyncState ) : System.IAsyncResult
Beginset_logic_operation ( string logprof_names, ASMLoggingLogicOperation logic_operations, System callback, object asyncState ) : System.IAsyncResult
Beginset_maximum_entry_length ( string logprof_names, long maximum_entry_lengths, System callback, object asyncState ) : System.IAsyncResult
Beginset_maximum_header_size ( string logprof_names, long maximum_header_sizes, System callback, object asyncState ) : System.IAsyncResult
Beginset_maximum_query_size ( string logprof_names, long maximum_query_sizes, System callback, object asyncState ) : System.IAsyncResult
Beginset_maximum_request_size ( string logprof_names, long maximum_request_sizes, System callback, object asyncState ) : System.IAsyncResult
Beginset_remote_log_facility ( string logprof_names, ASMLoggingRemoteFacility remote_log_facilities, System callback, object asyncState ) : System.IAsyncResult
Beginset_remote_protocol ( string logprof_names, ASMLoggingRemoteProtocol remote_protocols, System callback, object asyncState ) : System.IAsyncResult
Beginset_remote_server ( string logprof_names, CommonIPPortDefinition ip_ports, System callback, object asyncState ) : System.IAsyncResult
Beginset_remote_storage_base ( string logprof_names, ASMLoggingRemoteStorageBase remote_storage_bases, System callback, object asyncState ) : System.IAsyncResult
Beginset_report_anomalies_flag ( string logprof_names, bool report_anomalies_flags, System callback, object asyncState ) : System.IAsyncResult
Beginset_request_search ( string logprof_names, ASMLoggingRequestSearch request_searches, System callback, object asyncState ) : System.IAsyncResult
Beginset_request_type ( string logprof_names, ASMLoggingRequestType request_types, System callback, object asyncState ) : System.IAsyncResult
Beginset_search_pattern ( string logprof_names, string search_patterns, System callback, object asyncState ) : System.IAsyncResult
Beginset_storage_format ( string logprof_names, ASMLoggingStorageFormat storage_formats, System callback, object asyncState ) : System.IAsyncResult
Endadd_remote_server ( System asyncResult ) : void
Endapply_logprof ( System asyncResult ) : void
Endcreate ( System asyncResult ) : void
Enddelete_logprof ( System asyncResult ) : void
Endget_list ( System asyncResult ) : string[]
Endget_logprof ( System asyncResult ) : iControl.ASMLoggingProfileDefinition[]
Endget_version ( System asyncResult ) : string
Endremove_remote_server ( System asyncResult ) : void
Endrename ( System asyncResult ) : void
Endreplace_http_method ( System asyncResult ) : void
Endreplace_response_code ( System asyncResult ) : void
Endset_description ( System asyncResult ) : void
Endset_filter_protocol ( System asyncResult ) : void
Endset_guarantee_logging_flag ( System asyncResult ) : void
Endset_local_storage_flag ( System asyncResult ) : void
Endset_logic_operation ( System asyncResult ) : void
Endset_maximum_entry_length ( System asyncResult ) : void
Endset_maximum_header_size ( System asyncResult ) : void
Endset_maximum_query_size ( System asyncResult ) : void
Endset_maximum_request_size ( System asyncResult ) : void
Endset_remote_log_facility ( System asyncResult ) : void
Endset_remote_protocol ( System asyncResult ) : void
Endset_remote_server ( System asyncResult ) : void
Endset_remote_storage_base ( System asyncResult ) : void
Endset_report_anomalies_flag ( System asyncResult ) : void
Endset_request_search ( System asyncResult ) : void
Endset_request_type ( System asyncResult ) : void
Endset_search_pattern ( System asyncResult ) : void
Endset_storage_format ( System asyncResult ) : void

비공개 메소드들

메소드 설명
add_remote_server ( string logprof_names, CommonIPPortDefinition ip_ports ) : void
apply_logprof ( string logprof_names ) : void
create ( string logprof_names ) : void
delete_logprof ( string logprof_names ) : void
get_list ( ) : string[]
get_logprof ( string logprof_names ) : iControl.ASMLoggingProfileDefinition[]
get_version ( ) : string
remove_remote_server ( string logprof_names, CommonIPPortDefinition ip_ports ) : void
rename ( string logprof_names, string new_logprof_names ) : void
replace_http_method ( string logprof_names, string http_methods ) : void
replace_response_code ( string logprof_names, long response_codes ) : void
set_description ( string logprof_names, string descriptions ) : void
set_filter_protocol ( string logprof_names, ASMProtocolType filter_protocols ) : void
set_guarantee_logging_flag ( string logprof_names, bool guarantee_logging_flags ) : void
set_local_storage_flag ( string logprof_names, bool local_storage_flags ) : void
set_logic_operation ( string logprof_names, ASMLoggingLogicOperation logic_operations ) : void
set_maximum_entry_length ( string logprof_names, long maximum_entry_lengths ) : void
set_maximum_header_size ( string logprof_names, long maximum_header_sizes ) : void
set_maximum_query_size ( string logprof_names, long maximum_query_sizes ) : void
set_maximum_request_size ( string logprof_names, long maximum_request_sizes ) : void
set_remote_log_facility ( string logprof_names, ASMLoggingRemoteFacility remote_log_facilities ) : void
set_remote_protocol ( string logprof_names, ASMLoggingRemoteProtocol remote_protocols ) : void
set_remote_server ( string logprof_names, CommonIPPortDefinition ip_ports ) : void
set_remote_storage_base ( string logprof_names, ASMLoggingRemoteStorageBase remote_storage_bases ) : void
set_report_anomalies_flag ( string logprof_names, bool report_anomalies_flags ) : void
set_request_search ( string logprof_names, ASMLoggingRequestSearch request_searches ) : void
set_request_type ( string logprof_names, ASMLoggingRequestType request_types ) : void
set_search_pattern ( string logprof_names, string search_patterns ) : void
set_storage_format ( string logprof_names, ASMLoggingStorageFormat storage_formats ) : void

메소드 상세

ASMLoggingProfile() 공개 메소드

public ASMLoggingProfile ( ) : System
리턴 System

Beginadd_remote_server() 공개 메소드

public Beginadd_remote_server ( string logprof_names, CommonIPPortDefinition ip_ports, System callback, object asyncState ) : System.IAsyncResult
logprof_names string
ip_ports CommonIPPortDefinition
callback System
asyncState object
리턴 System.IAsyncResult

Beginapply_logprof() 공개 메소드

public Beginapply_logprof ( string logprof_names, System callback, object asyncState ) : System.IAsyncResult
logprof_names string
callback System
asyncState object
리턴 System.IAsyncResult

Begincreate() 공개 메소드

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

Begindelete_logprof() 공개 메소드

public Begindelete_logprof ( string logprof_names, System callback, object asyncState ) : System.IAsyncResult
logprof_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_logprof() 공개 메소드

public Beginget_logprof ( string logprof_names, System callback, object asyncState ) : System.IAsyncResult
logprof_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_remote_server() 공개 메소드

public Beginremove_remote_server ( string logprof_names, CommonIPPortDefinition ip_ports, System callback, object asyncState ) : System.IAsyncResult
logprof_names string
ip_ports CommonIPPortDefinition
callback System
asyncState object
리턴 System.IAsyncResult

Beginrename() 공개 메소드

public Beginrename ( string logprof_names, string new_logprof_names, System callback, object asyncState ) : System.IAsyncResult
logprof_names string
new_logprof_names string
callback System
asyncState object
리턴 System.IAsyncResult

Beginreplace_http_method() 공개 메소드

public Beginreplace_http_method ( string logprof_names, string http_methods, System callback, object asyncState ) : System.IAsyncResult
logprof_names string
http_methods string
callback System
asyncState object
리턴 System.IAsyncResult

Beginreplace_response_code() 공개 메소드

public Beginreplace_response_code ( string logprof_names, long response_codes, System callback, object asyncState ) : System.IAsyncResult
logprof_names string
response_codes long
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_description() 공개 메소드

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

Beginset_filter_protocol() 공개 메소드

public Beginset_filter_protocol ( string logprof_names, ASMProtocolType filter_protocols, System callback, object asyncState ) : System.IAsyncResult
logprof_names string
filter_protocols ASMProtocolType
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_guarantee_logging_flag() 공개 메소드

public Beginset_guarantee_logging_flag ( string logprof_names, bool guarantee_logging_flags, System callback, object asyncState ) : System.IAsyncResult
logprof_names string
guarantee_logging_flags bool
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_local_storage_flag() 공개 메소드

public Beginset_local_storage_flag ( string logprof_names, bool local_storage_flags, System callback, object asyncState ) : System.IAsyncResult
logprof_names string
local_storage_flags bool
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_logic_operation() 공개 메소드

public Beginset_logic_operation ( string logprof_names, ASMLoggingLogicOperation logic_operations, System callback, object asyncState ) : System.IAsyncResult
logprof_names string
logic_operations ASMLoggingLogicOperation
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_maximum_entry_length() 공개 메소드

public Beginset_maximum_entry_length ( string logprof_names, long maximum_entry_lengths, System callback, object asyncState ) : System.IAsyncResult
logprof_names string
maximum_entry_lengths long
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_maximum_header_size() 공개 메소드

public Beginset_maximum_header_size ( string logprof_names, long maximum_header_sizes, System callback, object asyncState ) : System.IAsyncResult
logprof_names string
maximum_header_sizes long
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_maximum_query_size() 공개 메소드

public Beginset_maximum_query_size ( string logprof_names, long maximum_query_sizes, System callback, object asyncState ) : System.IAsyncResult
logprof_names string
maximum_query_sizes long
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_maximum_request_size() 공개 메소드

public Beginset_maximum_request_size ( string logprof_names, long maximum_request_sizes, System callback, object asyncState ) : System.IAsyncResult
logprof_names string
maximum_request_sizes long
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_remote_log_facility() 공개 메소드

public Beginset_remote_log_facility ( string logprof_names, ASMLoggingRemoteFacility remote_log_facilities, System callback, object asyncState ) : System.IAsyncResult
logprof_names string
remote_log_facilities ASMLoggingRemoteFacility
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_remote_protocol() 공개 메소드

public Beginset_remote_protocol ( string logprof_names, ASMLoggingRemoteProtocol remote_protocols, System callback, object asyncState ) : System.IAsyncResult
logprof_names string
remote_protocols ASMLoggingRemoteProtocol
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_remote_server() 공개 메소드

public Beginset_remote_server ( string logprof_names, CommonIPPortDefinition ip_ports, System callback, object asyncState ) : System.IAsyncResult
logprof_names string
ip_ports CommonIPPortDefinition
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_remote_storage_base() 공개 메소드

public Beginset_remote_storage_base ( string logprof_names, ASMLoggingRemoteStorageBase remote_storage_bases, System callback, object asyncState ) : System.IAsyncResult
logprof_names string
remote_storage_bases ASMLoggingRemoteStorageBase
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_report_anomalies_flag() 공개 메소드

public Beginset_report_anomalies_flag ( string logprof_names, bool report_anomalies_flags, System callback, object asyncState ) : System.IAsyncResult
logprof_names string
report_anomalies_flags bool
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_request_search() 공개 메소드

public Beginset_request_search ( string logprof_names, ASMLoggingRequestSearch request_searches, System callback, object asyncState ) : System.IAsyncResult
logprof_names string
request_searches ASMLoggingRequestSearch
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_request_type() 공개 메소드

public Beginset_request_type ( string logprof_names, ASMLoggingRequestType request_types, System callback, object asyncState ) : System.IAsyncResult
logprof_names string
request_types ASMLoggingRequestType
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_search_pattern() 공개 메소드

public Beginset_search_pattern ( string logprof_names, string search_patterns, System callback, object asyncState ) : System.IAsyncResult
logprof_names string
search_patterns string
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_storage_format() 공개 메소드

public Beginset_storage_format ( string logprof_names, ASMLoggingStorageFormat storage_formats, System callback, object asyncState ) : System.IAsyncResult
logprof_names string
storage_formats ASMLoggingStorageFormat
callback System
asyncState object
리턴 System.IAsyncResult

Endadd_remote_server() 공개 메소드

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

Endapply_logprof() 공개 메소드

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

Endcreate() 공개 메소드

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

Enddelete_logprof() 공개 메소드

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

Endget_list() 공개 메소드

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

Endget_logprof() 공개 메소드

public Endget_logprof ( System asyncResult ) : iControl.ASMLoggingProfileDefinition[]
asyncResult System
리턴 iControl.ASMLoggingProfileDefinition[]

Endget_version() 공개 메소드

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

Endremove_remote_server() 공개 메소드

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

Endrename() 공개 메소드

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

Endreplace_http_method() 공개 메소드

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

Endreplace_response_code() 공개 메소드

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

Endset_description() 공개 메소드

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

Endset_filter_protocol() 공개 메소드

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

Endset_guarantee_logging_flag() 공개 메소드

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

Endset_local_storage_flag() 공개 메소드

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

Endset_logic_operation() 공개 메소드

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

Endset_maximum_entry_length() 공개 메소드

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

Endset_maximum_header_size() 공개 메소드

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

Endset_maximum_query_size() 공개 메소드

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

Endset_maximum_request_size() 공개 메소드

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

Endset_remote_log_facility() 공개 메소드

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

Endset_remote_protocol() 공개 메소드

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

Endset_remote_server() 공개 메소드

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

Endset_remote_storage_base() 공개 메소드

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

Endset_report_anomalies_flag() 공개 메소드

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

Endset_request_search() 공개 메소드

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

Endset_request_type() 공개 메소드

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

Endset_search_pattern() 공개 메소드

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

Endset_storage_format() 공개 메소드

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