C# Class iControl.LocalLBProfileAuth

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

Public Methods

Method Description
Begincreate ( string profile_names, LocalLBProfileString config_names, LocalLBProfileAuthenticationMethod auth_methods, 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_authentication_method ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_configuration_name ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_credential_source ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_default_profile ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_description ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_idle_timeout ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_list ( System callback, object asyncState ) : System.IAsyncResult
Beginget_profile_mode ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_rule_name ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_statistics ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_statistics_by_virtual ( string profile_names, string virtual_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_version ( System callback, object asyncState ) : System.IAsyncResult
Beginis_base_profile ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginis_system_profile ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginreset_statistics ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginreset_statistics_by_virtual ( string profile_names, string virtual_names, System callback, object asyncState ) : System.IAsyncResult
Beginset_authentication_method ( string profile_names, LocalLBProfileAuthenticationMethod auth_methods, System callback, object asyncState ) : System.IAsyncResult
Beginset_configuration_name ( string profile_names, LocalLBProfileString config_names, System callback, object asyncState ) : System.IAsyncResult
Beginset_credential_source ( string profile_names, LocalLBProfileCredentialSource sources, System callback, object asyncState ) : System.IAsyncResult
Beginset_default_profile ( string profile_names, string defaults, System callback, object asyncState ) : System.IAsyncResult
Beginset_description ( string profile_names, string descriptions, System callback, object asyncState ) : System.IAsyncResult
Beginset_idle_timeout ( string profile_names, LocalLBProfileULong timeouts, System callback, object asyncState ) : System.IAsyncResult
Beginset_profile_mode ( string profile_names, LocalLBProfileProfileMode modes, System callback, object asyncState ) : System.IAsyncResult
Beginset_rule_name ( string profile_names, LocalLBProfileString rule_names, System callback, object asyncState ) : System.IAsyncResult
Endcreate ( System asyncResult ) : void
Enddelete_all_profiles ( System asyncResult ) : void
Enddelete_profile ( System asyncResult ) : void
Endget_all_statistics ( System asyncResult ) : LocalLBProfileAuthProfileAuthStatistics
Endget_authentication_method ( System asyncResult ) : iControl.LocalLBProfileAuthenticationMethod[]
Endget_configuration_name ( System asyncResult ) : iControl.LocalLBProfileString[]
Endget_credential_source ( System asyncResult ) : iControl.LocalLBProfileCredentialSource[]
Endget_default_profile ( System asyncResult ) : string[]
Endget_description ( System asyncResult ) : string[]
Endget_idle_timeout ( System asyncResult ) : iControl.LocalLBProfileULong[]
Endget_list ( System asyncResult ) : string[]
Endget_profile_mode ( System asyncResult ) : iControl.LocalLBProfileProfileMode[]
Endget_rule_name ( System asyncResult ) : iControl.LocalLBProfileString[]
Endget_statistics ( System asyncResult ) : LocalLBProfileAuthProfileAuthStatistics
Endget_statistics_by_virtual ( System asyncResult ) : LocalLBProfileStatisticsByVirtual
Endget_version ( System asyncResult ) : string
Endis_base_profile ( System asyncResult ) : bool[]
Endis_system_profile ( System asyncResult ) : bool[]
Endreset_statistics ( System asyncResult ) : void
Endreset_statistics_by_virtual ( System asyncResult ) : void
Endset_authentication_method ( System asyncResult ) : void
Endset_configuration_name ( System asyncResult ) : void
Endset_credential_source ( System asyncResult ) : void
Endset_default_profile ( System asyncResult ) : void
Endset_description ( System asyncResult ) : void
Endset_idle_timeout ( System asyncResult ) : void
Endset_profile_mode ( System asyncResult ) : void
Endset_rule_name ( System asyncResult ) : void
LocalLBProfileAuth ( ) : System

Private Methods

Method Description
create ( string profile_names, LocalLBProfileString config_names, LocalLBProfileAuthenticationMethod auth_methods ) : void
delete_all_profiles ( ) : void
delete_profile ( string profile_names ) : void
get_all_statistics ( ) : LocalLBProfileAuthProfileAuthStatistics
get_authentication_method ( string profile_names ) : iControl.LocalLBProfileAuthenticationMethod[]
get_configuration_name ( string profile_names ) : iControl.LocalLBProfileString[]
get_credential_source ( string profile_names ) : iControl.LocalLBProfileCredentialSource[]
get_default_profile ( string profile_names ) : string[]
get_description ( string profile_names ) : string[]
get_idle_timeout ( string profile_names ) : iControl.LocalLBProfileULong[]
get_list ( ) : string[]
get_profile_mode ( string profile_names ) : iControl.LocalLBProfileProfileMode[]
get_rule_name ( string profile_names ) : iControl.LocalLBProfileString[]
get_statistics ( string profile_names ) : LocalLBProfileAuthProfileAuthStatistics
get_statistics_by_virtual ( string profile_names, string virtual_names ) : LocalLBProfileStatisticsByVirtual
get_version ( ) : string
is_base_profile ( string profile_names ) : bool[]
is_system_profile ( string profile_names ) : bool[]
reset_statistics ( string profile_names ) : void
reset_statistics_by_virtual ( string profile_names, string virtual_names ) : void
set_authentication_method ( string profile_names, LocalLBProfileAuthenticationMethod auth_methods ) : void
set_configuration_name ( string profile_names, LocalLBProfileString config_names ) : void
set_credential_source ( string profile_names, LocalLBProfileCredentialSource sources ) : void
set_default_profile ( string profile_names, string defaults ) : void
set_description ( string profile_names, string descriptions ) : void
set_idle_timeout ( string profile_names, LocalLBProfileULong timeouts ) : void
set_profile_mode ( string profile_names, LocalLBProfileProfileMode modes ) : void
set_rule_name ( string profile_names, LocalLBProfileString rule_names ) : void

Method Details

Begincreate() public method

public Begincreate ( string profile_names, LocalLBProfileString config_names, LocalLBProfileAuthenticationMethod auth_methods, System callback, object asyncState ) : System.IAsyncResult
profile_names string
config_names LocalLBProfileString
auth_methods LocalLBProfileAuthenticationMethod
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_all_statistics() public method

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

Beginget_authentication_method() public method

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

Beginget_configuration_name() public method

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

Beginget_credential_source() public method

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

Beginget_default_profile() public method

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

Beginget_description() public method

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

Beginget_idle_timeout() public method

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

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

Beginget_rule_name() public method

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

Beginget_statistics() public method

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

Beginget_statistics_by_virtual() public method

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

Beginis_base_profile() public method

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

Beginis_system_profile() public method

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

Beginreset_statistics() public method

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

Beginreset_statistics_by_virtual() public method

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

Beginset_authentication_method() public method

public Beginset_authentication_method ( string profile_names, LocalLBProfileAuthenticationMethod auth_methods, System callback, object asyncState ) : System.IAsyncResult
profile_names string
auth_methods LocalLBProfileAuthenticationMethod
callback System
asyncState object
return System.IAsyncResult

Beginset_configuration_name() public method

public Beginset_configuration_name ( string profile_names, LocalLBProfileString config_names, System callback, object asyncState ) : System.IAsyncResult
profile_names string
config_names LocalLBProfileString
callback System
asyncState object
return System.IAsyncResult

Beginset_credential_source() public method

public Beginset_credential_source ( string profile_names, LocalLBProfileCredentialSource sources, System callback, object asyncState ) : System.IAsyncResult
profile_names string
sources LocalLBProfileCredentialSource
callback System
asyncState object
return System.IAsyncResult

Beginset_default_profile() public method

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

Beginset_description() public method

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

Beginset_idle_timeout() public method

public Beginset_idle_timeout ( string profile_names, LocalLBProfileULong timeouts, System callback, object asyncState ) : System.IAsyncResult
profile_names string
timeouts LocalLBProfileULong
callback System
asyncState object
return System.IAsyncResult

Beginset_profile_mode() public method

public Beginset_profile_mode ( string profile_names, LocalLBProfileProfileMode modes, System callback, object asyncState ) : System.IAsyncResult
profile_names string
modes LocalLBProfileProfileMode
callback System
asyncState object
return System.IAsyncResult

Beginset_rule_name() public method

public Beginset_rule_name ( string profile_names, LocalLBProfileString rule_names, System callback, object asyncState ) : System.IAsyncResult
profile_names string
rule_names LocalLBProfileString
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_all_statistics() public method

public Endget_all_statistics ( System asyncResult ) : LocalLBProfileAuthProfileAuthStatistics
asyncResult System
return LocalLBProfileAuthProfileAuthStatistics

Endget_authentication_method() public method

public Endget_authentication_method ( System asyncResult ) : iControl.LocalLBProfileAuthenticationMethod[]
asyncResult System
return iControl.LocalLBProfileAuthenticationMethod[]

Endget_configuration_name() public method

public Endget_configuration_name ( System asyncResult ) : iControl.LocalLBProfileString[]
asyncResult System
return iControl.LocalLBProfileString[]

Endget_credential_source() public method

public Endget_credential_source ( System asyncResult ) : iControl.LocalLBProfileCredentialSource[]
asyncResult System
return iControl.LocalLBProfileCredentialSource[]

Endget_default_profile() public method

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

Endget_description() public method

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

Endget_idle_timeout() public method

public Endget_idle_timeout ( System asyncResult ) : iControl.LocalLBProfileULong[]
asyncResult System
return iControl.LocalLBProfileULong[]

Endget_list() public method

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

Endget_profile_mode() public method

public Endget_profile_mode ( System asyncResult ) : iControl.LocalLBProfileProfileMode[]
asyncResult System
return iControl.LocalLBProfileProfileMode[]

Endget_rule_name() public method

public Endget_rule_name ( System asyncResult ) : iControl.LocalLBProfileString[]
asyncResult System
return iControl.LocalLBProfileString[]

Endget_statistics() public method

public Endget_statistics ( System asyncResult ) : LocalLBProfileAuthProfileAuthStatistics
asyncResult System
return LocalLBProfileAuthProfileAuthStatistics

Endget_statistics_by_virtual() public method

public Endget_statistics_by_virtual ( System asyncResult ) : LocalLBProfileStatisticsByVirtual
asyncResult System
return LocalLBProfileStatisticsByVirtual

Endget_version() public method

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

Endis_base_profile() public method

public Endis_base_profile ( System asyncResult ) : bool[]
asyncResult System
return bool[]

Endis_system_profile() public method

public Endis_system_profile ( System asyncResult ) : bool[]
asyncResult System
return bool[]

Endreset_statistics() public method

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

Endreset_statistics_by_virtual() public method

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

Endset_authentication_method() public method

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

Endset_configuration_name() public method

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

Endset_credential_source() public method

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

Endset_default_profile() public method

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

Endset_description() public method

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

Endset_idle_timeout() public method

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

Endset_profile_mode() public method

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

Endset_rule_name() public method

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

LocalLBProfileAuth() public method

public LocalLBProfileAuth ( ) : System
return System