C# Class iControl.LocalLBProfileDNSLogging

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

Public Methods

Method Description
Begincreate ( string profile_names, string publishers, 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_complete_answer_enabled_state ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_dns_log_publisher ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_list ( System callback, object asyncState ) : System.IAsyncResult
Beginget_query_id_enabled_state ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_query_logging_state ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_response_logging_state ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_source_enabled_state ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_timestamp_enabled_state ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_version ( System callback, object asyncState ) : System.IAsyncResult
Beginget_view_enabled_state ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginset_complete_answer_enabled_state ( string profile_names, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
Beginset_dns_log_publisher ( string profile_names, string publishers, System callback, object asyncState ) : System.IAsyncResult
Beginset_query_id_enabled_state ( string profile_names, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
Beginset_query_logging_state ( string profile_names, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
Beginset_response_logging_state ( string profile_names, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
Beginset_source_enabled_state ( string profile_names, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
Beginset_timestamp_enabled_state ( string profile_names, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
Beginset_view_enabled_state ( string profile_names, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
Endcreate ( System asyncResult ) : void
Enddelete_all_profiles ( System asyncResult ) : void
Enddelete_profile ( System asyncResult ) : void
Endget_complete_answer_enabled_state ( System asyncResult ) : CommonEnabledState[]
Endget_dns_log_publisher ( System asyncResult ) : string[]
Endget_list ( System asyncResult ) : string[]
Endget_query_id_enabled_state ( System asyncResult ) : CommonEnabledState[]
Endget_query_logging_state ( System asyncResult ) : CommonEnabledState[]
Endget_response_logging_state ( System asyncResult ) : CommonEnabledState[]
Endget_source_enabled_state ( System asyncResult ) : CommonEnabledState[]
Endget_timestamp_enabled_state ( System asyncResult ) : CommonEnabledState[]
Endget_version ( System asyncResult ) : string
Endget_view_enabled_state ( System asyncResult ) : CommonEnabledState[]
Endset_complete_answer_enabled_state ( System asyncResult ) : void
Endset_dns_log_publisher ( System asyncResult ) : void
Endset_query_id_enabled_state ( System asyncResult ) : void
Endset_query_logging_state ( System asyncResult ) : void
Endset_response_logging_state ( System asyncResult ) : void
Endset_source_enabled_state ( System asyncResult ) : void
Endset_timestamp_enabled_state ( System asyncResult ) : void
Endset_view_enabled_state ( System asyncResult ) : void
LocalLBProfileDNSLogging ( ) : System

Private Methods

Method Description
create ( string profile_names, string publishers ) : void
delete_all_profiles ( ) : void
delete_profile ( string profile_names ) : void
get_complete_answer_enabled_state ( string profile_names ) : CommonEnabledState[]
get_dns_log_publisher ( string profile_names ) : string[]
get_list ( ) : string[]
get_query_id_enabled_state ( string profile_names ) : CommonEnabledState[]
get_query_logging_state ( string profile_names ) : CommonEnabledState[]
get_response_logging_state ( string profile_names ) : CommonEnabledState[]
get_source_enabled_state ( string profile_names ) : CommonEnabledState[]
get_timestamp_enabled_state ( string profile_names ) : CommonEnabledState[]
get_version ( ) : string
get_view_enabled_state ( string profile_names ) : CommonEnabledState[]
set_complete_answer_enabled_state ( string profile_names, CommonEnabledState states ) : void
set_dns_log_publisher ( string profile_names, string publishers ) : void
set_query_id_enabled_state ( string profile_names, CommonEnabledState states ) : void
set_query_logging_state ( string profile_names, CommonEnabledState states ) : void
set_response_logging_state ( string profile_names, CommonEnabledState states ) : void
set_source_enabled_state ( string profile_names, CommonEnabledState states ) : void
set_timestamp_enabled_state ( string profile_names, CommonEnabledState states ) : void
set_view_enabled_state ( string profile_names, CommonEnabledState states ) : void

Method Details

Begincreate() public method

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

Begindelete_all_profiles() public method

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

Begindelete_profile() public method

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

Beginget_complete_answer_enabled_state() public method

public Beginget_complete_answer_enabled_state ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
profile_names string
callback System
asyncState object
return System.IAsyncResult

Beginget_dns_log_publisher() public method

public Beginget_dns_log_publisher ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
profile_names 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_query_id_enabled_state() public method

public Beginget_query_id_enabled_state ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
profile_names string
callback System
asyncState object
return System.IAsyncResult

Beginget_query_logging_state() public method

public Beginget_query_logging_state ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
profile_names string
callback System
asyncState object
return System.IAsyncResult

Beginget_response_logging_state() public method

public Beginget_response_logging_state ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
profile_names string
callback System
asyncState object
return System.IAsyncResult

Beginget_source_enabled_state() public method

public Beginget_source_enabled_state ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
profile_names string
callback System
asyncState object
return System.IAsyncResult

Beginget_timestamp_enabled_state() public method

public Beginget_timestamp_enabled_state ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
profile_names string
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

Beginget_view_enabled_state() public method

public Beginget_view_enabled_state ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
profile_names string
callback System
asyncState object
return System.IAsyncResult

Beginset_complete_answer_enabled_state() public method

public Beginset_complete_answer_enabled_state ( string profile_names, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
profile_names string
states CommonEnabledState
callback System
asyncState object
return System.IAsyncResult

Beginset_dns_log_publisher() public method

public Beginset_dns_log_publisher ( string profile_names, string publishers, System callback, object asyncState ) : System.IAsyncResult
profile_names string
publishers string
callback System
asyncState object
return System.IAsyncResult

Beginset_query_id_enabled_state() public method

public Beginset_query_id_enabled_state ( string profile_names, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
profile_names string
states CommonEnabledState
callback System
asyncState object
return System.IAsyncResult

Beginset_query_logging_state() public method

public Beginset_query_logging_state ( string profile_names, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
profile_names string
states CommonEnabledState
callback System
asyncState object
return System.IAsyncResult

Beginset_response_logging_state() public method

public Beginset_response_logging_state ( string profile_names, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
profile_names string
states CommonEnabledState
callback System
asyncState object
return System.IAsyncResult

Beginset_source_enabled_state() public method

public Beginset_source_enabled_state ( string profile_names, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
profile_names string
states CommonEnabledState
callback System
asyncState object
return System.IAsyncResult

Beginset_timestamp_enabled_state() public method

public Beginset_timestamp_enabled_state ( string profile_names, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
profile_names string
states CommonEnabledState
callback System
asyncState object
return System.IAsyncResult

Beginset_view_enabled_state() public method

public Beginset_view_enabled_state ( string profile_names, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
profile_names string
states CommonEnabledState
callback System
asyncState object
return System.IAsyncResult

Endcreate() public method

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

Enddelete_all_profiles() public method

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

Enddelete_profile() public method

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

Endget_complete_answer_enabled_state() public method

public Endget_complete_answer_enabled_state ( System asyncResult ) : CommonEnabledState[]
asyncResult System
return CommonEnabledState[]

Endget_dns_log_publisher() public method

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

Endget_list() public method

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

Endget_query_id_enabled_state() public method

public Endget_query_id_enabled_state ( System asyncResult ) : CommonEnabledState[]
asyncResult System
return CommonEnabledState[]

Endget_query_logging_state() public method

public Endget_query_logging_state ( System asyncResult ) : CommonEnabledState[]
asyncResult System
return CommonEnabledState[]

Endget_response_logging_state() public method

public Endget_response_logging_state ( System asyncResult ) : CommonEnabledState[]
asyncResult System
return CommonEnabledState[]

Endget_source_enabled_state() public method

public Endget_source_enabled_state ( System asyncResult ) : CommonEnabledState[]
asyncResult System
return CommonEnabledState[]

Endget_timestamp_enabled_state() public method

public Endget_timestamp_enabled_state ( System asyncResult ) : CommonEnabledState[]
asyncResult System
return CommonEnabledState[]

Endget_version() public method

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

Endget_view_enabled_state() public method

public Endget_view_enabled_state ( System asyncResult ) : CommonEnabledState[]
asyncResult System
return CommonEnabledState[]

Endset_complete_answer_enabled_state() public method

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

Endset_dns_log_publisher() public method

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

Endset_query_id_enabled_state() public method

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

Endset_query_logging_state() public method

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

Endset_response_logging_state() public method

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

Endset_source_enabled_state() public method

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

Endset_timestamp_enabled_state() public method

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

Endset_view_enabled_state() public method

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

LocalLBProfileDNSLogging() public method

public LocalLBProfileDNSLogging ( ) : System
return System