C# Class iControl.ManagementTACACSConfiguration

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

Public Methods

Method Description
Beginadd_server ( string config_names, string servers, System callback, object asyncState ) : System.IAsyncResult
Begincreate ( string config_names, string secrets, string service_names, string protocol_names, string servers, System callback, object asyncState ) : System.IAsyncResult
Begindelete_all_configurations ( System callback, object asyncState ) : System.IAsyncResult
Begindelete_configuration ( string config_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_accounting_to_all_state ( string config_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_debug_state ( string config_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_description ( string config_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_encryption_state ( string config_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_first_hit_state ( string config_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_list ( System callback, object asyncState ) : System.IAsyncResult
Beginget_protocol_name ( string config_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_secret ( string config_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_server ( string config_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_service_name ( string config_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_version ( System callback, object asyncState ) : System.IAsyncResult
Beginremove_server ( string config_names, string servers, System callback, object asyncState ) : System.IAsyncResult
Beginset_accounting_to_all_state ( string config_names, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
Beginset_debug_state ( string config_names, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
Beginset_description ( string config_names, string descriptions, System callback, object asyncState ) : System.IAsyncResult
Beginset_encryption_state ( string config_names, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
Beginset_first_hit_state ( string config_names, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
Beginset_protocol_name ( string config_names, string protocol_names, System callback, object asyncState ) : System.IAsyncResult
Beginset_secret ( string config_names, string secrets, System callback, object asyncState ) : System.IAsyncResult
Beginset_service_name ( string config_names, string service_names, System callback, object asyncState ) : System.IAsyncResult
Endadd_server ( System asyncResult ) : void
Endcreate ( System asyncResult ) : void
Enddelete_all_configurations ( System asyncResult ) : void
Enddelete_configuration ( System asyncResult ) : void
Endget_accounting_to_all_state ( System asyncResult ) : CommonEnabledState[]
Endget_debug_state ( System asyncResult ) : CommonEnabledState[]
Endget_description ( System asyncResult ) : string[]
Endget_encryption_state ( System asyncResult ) : CommonEnabledState[]
Endget_first_hit_state ( System asyncResult ) : CommonEnabledState[]
Endget_list ( System asyncResult ) : string[]
Endget_protocol_name ( System asyncResult ) : string[]
Endget_secret ( System asyncResult ) : string[]
Endget_server ( System asyncResult ) : string[][]
Endget_service_name ( System asyncResult ) : string[]
Endget_version ( System asyncResult ) : string
Endremove_server ( System asyncResult ) : void
Endset_accounting_to_all_state ( System asyncResult ) : void
Endset_debug_state ( System asyncResult ) : void
Endset_description ( System asyncResult ) : void
Endset_encryption_state ( System asyncResult ) : void
Endset_first_hit_state ( System asyncResult ) : void
Endset_protocol_name ( System asyncResult ) : void
Endset_secret ( System asyncResult ) : void
Endset_service_name ( System asyncResult ) : void
ManagementTACACSConfiguration ( ) : System

Private Methods

Method Description
add_server ( string config_names, string servers ) : void
create ( string config_names, string secrets, string service_names, string protocol_names, string servers ) : void
delete_all_configurations ( ) : void
delete_configuration ( string config_names ) : void
get_accounting_to_all_state ( string config_names ) : CommonEnabledState[]
get_debug_state ( string config_names ) : CommonEnabledState[]
get_description ( string config_names ) : string[]
get_encryption_state ( string config_names ) : CommonEnabledState[]
get_first_hit_state ( string config_names ) : CommonEnabledState[]
get_list ( ) : string[]
get_protocol_name ( string config_names ) : string[]
get_secret ( string config_names ) : string[]
get_server ( string config_names ) : string[][]
get_service_name ( string config_names ) : string[]
get_version ( ) : string
remove_server ( string config_names, string servers ) : void
set_accounting_to_all_state ( string config_names, CommonEnabledState states ) : void
set_debug_state ( string config_names, CommonEnabledState states ) : void
set_description ( string config_names, string descriptions ) : void
set_encryption_state ( string config_names, CommonEnabledState states ) : void
set_first_hit_state ( string config_names, CommonEnabledState states ) : void
set_protocol_name ( string config_names, string protocol_names ) : void
set_secret ( string config_names, string secrets ) : void
set_service_name ( string config_names, string service_names ) : void

Method Details

Beginadd_server() public method

public Beginadd_server ( string config_names, string servers, System callback, object asyncState ) : System.IAsyncResult
config_names string
servers string
callback System
asyncState object
return System.IAsyncResult

Begincreate() public method

public Begincreate ( string config_names, string secrets, string service_names, string protocol_names, string servers, System callback, object asyncState ) : System.IAsyncResult
config_names string
secrets string
service_names string
protocol_names string
servers string
callback System
asyncState object
return System.IAsyncResult

Begindelete_all_configurations() public method

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

Begindelete_configuration() public method

public Begindelete_configuration ( string config_names, System callback, object asyncState ) : System.IAsyncResult
config_names string
callback System
asyncState object
return System.IAsyncResult

Beginget_accounting_to_all_state() public method

public Beginget_accounting_to_all_state ( string config_names, System callback, object asyncState ) : System.IAsyncResult
config_names string
callback System
asyncState object
return System.IAsyncResult

Beginget_debug_state() public method

public Beginget_debug_state ( string config_names, System callback, object asyncState ) : System.IAsyncResult
config_names string
callback System
asyncState object
return System.IAsyncResult

Beginget_description() public method

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

Beginget_encryption_state() public method

public Beginget_encryption_state ( string config_names, System callback, object asyncState ) : System.IAsyncResult
config_names string
callback System
asyncState object
return System.IAsyncResult

Beginget_first_hit_state() public method

public Beginget_first_hit_state ( string config_names, System callback, object asyncState ) : System.IAsyncResult
config_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_protocol_name() public method

public Beginget_protocol_name ( string config_names, System callback, object asyncState ) : System.IAsyncResult
config_names string
callback System
asyncState object
return System.IAsyncResult

Beginget_secret() public method

public Beginget_secret ( string config_names, System callback, object asyncState ) : System.IAsyncResult
config_names string
callback System
asyncState object
return System.IAsyncResult

Beginget_server() public method

public Beginget_server ( string config_names, System callback, object asyncState ) : System.IAsyncResult
config_names string
callback System
asyncState object
return System.IAsyncResult

Beginget_service_name() public method

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

Beginremove_server() public method

public Beginremove_server ( string config_names, string servers, System callback, object asyncState ) : System.IAsyncResult
config_names string
servers string
callback System
asyncState object
return System.IAsyncResult

Beginset_accounting_to_all_state() public method

public Beginset_accounting_to_all_state ( string config_names, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
config_names string
states CommonEnabledState
callback System
asyncState object
return System.IAsyncResult

Beginset_debug_state() public method

public Beginset_debug_state ( string config_names, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
config_names string
states CommonEnabledState
callback System
asyncState object
return System.IAsyncResult

Beginset_description() public method

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

Beginset_encryption_state() public method

public Beginset_encryption_state ( string config_names, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
config_names string
states CommonEnabledState
callback System
asyncState object
return System.IAsyncResult

Beginset_first_hit_state() public method

public Beginset_first_hit_state ( string config_names, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
config_names string
states CommonEnabledState
callback System
asyncState object
return System.IAsyncResult

Beginset_protocol_name() public method

public Beginset_protocol_name ( string config_names, string protocol_names, System callback, object asyncState ) : System.IAsyncResult
config_names string
protocol_names string
callback System
asyncState object
return System.IAsyncResult

Beginset_secret() public method

public Beginset_secret ( string config_names, string secrets, System callback, object asyncState ) : System.IAsyncResult
config_names string
secrets string
callback System
asyncState object
return System.IAsyncResult

Beginset_service_name() public method

public Beginset_service_name ( string config_names, string service_names, System callback, object asyncState ) : System.IAsyncResult
config_names string
service_names string
callback System
asyncState object
return System.IAsyncResult

Endadd_server() public method

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

Endcreate() public method

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

Enddelete_all_configurations() public method

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

Enddelete_configuration() public method

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

Endget_accounting_to_all_state() public method

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

Endget_debug_state() public method

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

Endget_description() public method

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

Endget_encryption_state() public method

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

Endget_first_hit_state() public method

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

Endget_list() public method

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

Endget_protocol_name() public method

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

Endget_secret() public method

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

Endget_server() public method

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

Endget_service_name() public method

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

Endget_version() public method

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

Endremove_server() public method

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

Endset_accounting_to_all_state() public method

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

Endset_debug_state() public method

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

Endset_description() public method

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

Endset_encryption_state() public method

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

Endset_first_hit_state() public method

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

Endset_protocol_name() public method

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

Endset_secret() public method

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

Endset_service_name() public method

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

ManagementTACACSConfiguration() public method

public ManagementTACACSConfiguration ( ) : System
return System