C# Class iControl.ManagementRADIUSConfiguration

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 servers, System callback, object asyncState ) : System.IAsyncResult
Begincreate_default_authentication_radius_configuration ( 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_validation_state ( string config_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_client_id ( 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_list ( System callback, object asyncState ) : System.IAsyncResult
Beginget_retry ( string config_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_server ( string config_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_service_type ( string config_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_version ( System callback, object asyncState ) : System.IAsyncResult
Beginremove_all_servers ( string config_names, System callback, object asyncState ) : System.IAsyncResult
Beginremove_server ( string config_names, string servers, System callback, object asyncState ) : System.IAsyncResult
Beginset_accounting_validation_state ( string config_names, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
Beginset_client_id ( string config_names, string client_ids, 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_retry ( string config_names, long retries, System callback, object asyncState ) : System.IAsyncResult
Beginset_service_type ( string config_names, ManagementRadiusServiceType service_types, System callback, object asyncState ) : System.IAsyncResult
Endadd_server ( System asyncResult ) : void
Endcreate ( System asyncResult ) : void
Endcreate_default_authentication_radius_configuration ( System asyncResult ) : void
Enddelete_all_configurations ( System asyncResult ) : void
Enddelete_configuration ( System asyncResult ) : void
Endget_accounting_validation_state ( System asyncResult ) : CommonEnabledState[]
Endget_client_id ( System asyncResult ) : string[]
Endget_debug_state ( System asyncResult ) : CommonEnabledState[]
Endget_description ( System asyncResult ) : string[]
Endget_list ( System asyncResult ) : string[]
Endget_retry ( System asyncResult ) : long[]
Endget_server ( System asyncResult ) : string[][]
Endget_service_type ( System asyncResult ) : ManagementRadiusServiceType[]
Endget_version ( System asyncResult ) : string
Endremove_all_servers ( System asyncResult ) : void
Endremove_server ( System asyncResult ) : void
Endset_accounting_validation_state ( System asyncResult ) : void
Endset_client_id ( System asyncResult ) : void
Endset_debug_state ( System asyncResult ) : void
Endset_description ( System asyncResult ) : void
Endset_retry ( System asyncResult ) : void
Endset_service_type ( System asyncResult ) : void
ManagementRADIUSConfiguration ( ) : System

Private Methods

Method Description
add_server ( string config_names, string servers ) : void
create ( string config_names, string servers ) : void
create_default_authentication_radius_configuration ( string servers ) : void
delete_all_configurations ( ) : void
delete_configuration ( string config_names ) : void
get_accounting_validation_state ( string config_names ) : CommonEnabledState[]
get_client_id ( string config_names ) : string[]
get_debug_state ( string config_names ) : CommonEnabledState[]
get_description ( string config_names ) : string[]
get_list ( ) : string[]
get_retry ( string config_names ) : long[]
get_server ( string config_names ) : string[][]
get_service_type ( string config_names ) : ManagementRadiusServiceType[]
get_version ( ) : string
remove_all_servers ( string config_names ) : void
remove_server ( string config_names, string servers ) : void
set_accounting_validation_state ( string config_names, CommonEnabledState states ) : void
set_client_id ( string config_names, string client_ids ) : void
set_debug_state ( string config_names, CommonEnabledState states ) : void
set_description ( string config_names, string descriptions ) : void
set_retry ( string config_names, long retries ) : void
set_service_type ( string config_names, ManagementRadiusServiceType service_types ) : 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 servers, System callback, object asyncState ) : System.IAsyncResult
config_names string
servers string
callback System
asyncState object
return System.IAsyncResult

Begincreate_default_authentication_radius_configuration() public method

public Begincreate_default_authentication_radius_configuration ( string servers, System callback, object asyncState ) : System.IAsyncResult
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_validation_state() public method

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

Beginget_client_id() public method

public Beginget_client_id ( 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_list() public method

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

Beginget_retry() public method

public Beginget_retry ( 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_type() public method

public Beginget_service_type ( 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_all_servers() public method

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

public Beginset_accounting_validation_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_client_id() public method

public Beginset_client_id ( string config_names, string client_ids, System callback, object asyncState ) : System.IAsyncResult
config_names string
client_ids string
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_retry() public method

public Beginset_retry ( string config_names, long retries, System callback, object asyncState ) : System.IAsyncResult
config_names string
retries long
callback System
asyncState object
return System.IAsyncResult

Beginset_service_type() public method

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

Endcreate_default_authentication_radius_configuration() public method

public Endcreate_default_authentication_radius_configuration ( 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_validation_state() public method

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

Endget_client_id() public method

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

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_list() public method

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

Endget_retry() public method

public Endget_retry ( System asyncResult ) : long[]
asyncResult System
return long[]

Endget_server() public method

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

Endget_service_type() public method

public Endget_service_type ( System asyncResult ) : ManagementRadiusServiceType[]
asyncResult System
return ManagementRadiusServiceType[]

Endget_version() public method

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

Endremove_all_servers() public method

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

Endremove_server() public method

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

Endset_accounting_validation_state() public method

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

Endset_client_id() public method

public Endset_client_id ( 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_retry() public method

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

Endset_service_type() public method

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

ManagementRADIUSConfiguration() public method

public ManagementRADIUSConfiguration ( ) : System
return System