C# 클래스 iControl.LocalLBProfileFTP

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

공개 메소드들

메소드 설명
Begincreate ( string profile_names, 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_allow_ftps_state ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_data_channel_port ( 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_list ( System callback, object asyncState ) : System.IAsyncResult
Beginget_log_profile ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_log_publisher ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_security_enabled_request_state ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_statistics ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_translated_extended_request_state ( string profile_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
Beginset_allow_ftps_state ( string profile_names, LocalLBProfileEnabledState states, System callback, object asyncState ) : System.IAsyncResult
Beginset_data_channel_port ( string profile_names, LocalLBProfilePortNumber ports, 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_log_profile ( string profile_names, LocalLBProfileString profiles, System callback, object asyncState ) : System.IAsyncResult
Beginset_log_publisher ( string profile_names, LocalLBProfileString publishers, System callback, object asyncState ) : System.IAsyncResult
Beginset_log_settings ( string profile_names, LocalLBProfileString publishers, LocalLBProfileString profiles, System callback, object asyncState ) : System.IAsyncResult
Beginset_security_enabled_request_state ( string profile_names, LocalLBProfileEnabledState states, System callback, object asyncState ) : System.IAsyncResult
Beginset_translated_extended_request_state ( string profile_names, LocalLBProfileEnabledState states, 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 ) : LocalLBProfileFTPProfileFTPStatistics
Endget_allow_ftps_state ( System asyncResult ) : iControl.LocalLBProfileEnabledState[]
Endget_data_channel_port ( System asyncResult ) : iControl.LocalLBProfilePortNumber[]
Endget_default_profile ( System asyncResult ) : string[]
Endget_description ( System asyncResult ) : string[]
Endget_list ( System asyncResult ) : string[]
Endget_log_profile ( System asyncResult ) : iControl.LocalLBProfileString[]
Endget_log_publisher ( System asyncResult ) : iControl.LocalLBProfileString[]
Endget_security_enabled_request_state ( System asyncResult ) : iControl.LocalLBProfileEnabledState[]
Endget_statistics ( System asyncResult ) : LocalLBProfileFTPProfileFTPStatistics
Endget_translated_extended_request_state ( System asyncResult ) : iControl.LocalLBProfileEnabledState[]
Endget_version ( System asyncResult ) : string
Endis_base_profile ( System asyncResult ) : bool[]
Endis_system_profile ( System asyncResult ) : bool[]
Endreset_statistics ( System asyncResult ) : void
Endset_allow_ftps_state ( System asyncResult ) : void
Endset_data_channel_port ( System asyncResult ) : void
Endset_default_profile ( System asyncResult ) : void
Endset_description ( System asyncResult ) : void
Endset_log_profile ( System asyncResult ) : void
Endset_log_publisher ( System asyncResult ) : void
Endset_log_settings ( System asyncResult ) : void
Endset_security_enabled_request_state ( System asyncResult ) : void
Endset_translated_extended_request_state ( System asyncResult ) : void
LocalLBProfileFTP ( ) : System

비공개 메소드들

메소드 설명
create ( string profile_names ) : void
delete_all_profiles ( ) : void
delete_profile ( string profile_names ) : void
get_all_statistics ( ) : LocalLBProfileFTPProfileFTPStatistics
get_allow_ftps_state ( string profile_names ) : iControl.LocalLBProfileEnabledState[]
get_data_channel_port ( string profile_names ) : iControl.LocalLBProfilePortNumber[]
get_default_profile ( string profile_names ) : string[]
get_description ( string profile_names ) : string[]
get_list ( ) : string[]
get_log_profile ( string profile_names ) : iControl.LocalLBProfileString[]
get_log_publisher ( string profile_names ) : iControl.LocalLBProfileString[]
get_security_enabled_request_state ( string profile_names ) : iControl.LocalLBProfileEnabledState[]
get_statistics ( string profile_names ) : LocalLBProfileFTPProfileFTPStatistics
get_translated_extended_request_state ( string profile_names ) : iControl.LocalLBProfileEnabledState[]
get_version ( ) : string
is_base_profile ( string profile_names ) : bool[]
is_system_profile ( string profile_names ) : bool[]
reset_statistics ( string profile_names ) : void
set_allow_ftps_state ( string profile_names, LocalLBProfileEnabledState states ) : void
set_data_channel_port ( string profile_names, LocalLBProfilePortNumber ports ) : void
set_default_profile ( string profile_names, string defaults ) : void
set_description ( string profile_names, string descriptions ) : void
set_log_profile ( string profile_names, LocalLBProfileString profiles ) : void
set_log_publisher ( string profile_names, LocalLBProfileString publishers ) : void
set_log_settings ( string profile_names, LocalLBProfileString publishers, LocalLBProfileString profiles ) : void
set_security_enabled_request_state ( string profile_names, LocalLBProfileEnabledState states ) : void
set_translated_extended_request_state ( string profile_names, LocalLBProfileEnabledState states ) : void

메소드 상세

Begincreate() 공개 메소드

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

Begindelete_all_profiles() 공개 메소드

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

Begindelete_profile() 공개 메소드

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

Beginget_all_statistics() 공개 메소드

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

Beginget_allow_ftps_state() 공개 메소드

public Beginget_allow_ftps_state ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
profile_names string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_data_channel_port() 공개 메소드

public Beginget_data_channel_port ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
profile_names string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_default_profile() 공개 메소드

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

Beginget_description() 공개 메소드

public Beginget_description ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
profile_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_log_profile() 공개 메소드

public Beginget_log_profile ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
profile_names string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_log_publisher() 공개 메소드

public Beginget_log_publisher ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
profile_names string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_security_enabled_request_state() 공개 메소드

public Beginget_security_enabled_request_state ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
profile_names string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_statistics() 공개 메소드

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

Beginget_translated_extended_request_state() 공개 메소드

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

Beginis_base_profile() 공개 메소드

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

Beginis_system_profile() 공개 메소드

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

Beginreset_statistics() 공개 메소드

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

Beginset_allow_ftps_state() 공개 메소드

public Beginset_allow_ftps_state ( string profile_names, LocalLBProfileEnabledState states, System callback, object asyncState ) : System.IAsyncResult
profile_names string
states LocalLBProfileEnabledState
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_data_channel_port() 공개 메소드

public Beginset_data_channel_port ( string profile_names, LocalLBProfilePortNumber ports, System callback, object asyncState ) : System.IAsyncResult
profile_names string
ports LocalLBProfilePortNumber
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_default_profile() 공개 메소드

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

Beginset_description() 공개 메소드

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

Beginset_log_profile() 공개 메소드

public Beginset_log_profile ( string profile_names, LocalLBProfileString profiles, System callback, object asyncState ) : System.IAsyncResult
profile_names string
profiles LocalLBProfileString
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_log_publisher() 공개 메소드

public Beginset_log_publisher ( string profile_names, LocalLBProfileString publishers, System callback, object asyncState ) : System.IAsyncResult
profile_names string
publishers LocalLBProfileString
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_log_settings() 공개 메소드

public Beginset_log_settings ( string profile_names, LocalLBProfileString publishers, LocalLBProfileString profiles, System callback, object asyncState ) : System.IAsyncResult
profile_names string
publishers LocalLBProfileString
profiles LocalLBProfileString
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_security_enabled_request_state() 공개 메소드

public Beginset_security_enabled_request_state ( string profile_names, LocalLBProfileEnabledState states, System callback, object asyncState ) : System.IAsyncResult
profile_names string
states LocalLBProfileEnabledState
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_translated_extended_request_state() 공개 메소드

public Beginset_translated_extended_request_state ( string profile_names, LocalLBProfileEnabledState states, System callback, object asyncState ) : System.IAsyncResult
profile_names string
states LocalLBProfileEnabledState
callback System
asyncState object
리턴 System.IAsyncResult

Endcreate() 공개 메소드

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

Enddelete_all_profiles() 공개 메소드

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

Enddelete_profile() 공개 메소드

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

Endget_all_statistics() 공개 메소드

public Endget_all_statistics ( System asyncResult ) : LocalLBProfileFTPProfileFTPStatistics
asyncResult System
리턴 LocalLBProfileFTPProfileFTPStatistics

Endget_allow_ftps_state() 공개 메소드

public Endget_allow_ftps_state ( System asyncResult ) : iControl.LocalLBProfileEnabledState[]
asyncResult System
리턴 iControl.LocalLBProfileEnabledState[]

Endget_data_channel_port() 공개 메소드

public Endget_data_channel_port ( System asyncResult ) : iControl.LocalLBProfilePortNumber[]
asyncResult System
리턴 iControl.LocalLBProfilePortNumber[]

Endget_default_profile() 공개 메소드

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

Endget_description() 공개 메소드

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

Endget_list() 공개 메소드

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

Endget_log_profile() 공개 메소드

public Endget_log_profile ( System asyncResult ) : iControl.LocalLBProfileString[]
asyncResult System
리턴 iControl.LocalLBProfileString[]

Endget_log_publisher() 공개 메소드

public Endget_log_publisher ( System asyncResult ) : iControl.LocalLBProfileString[]
asyncResult System
리턴 iControl.LocalLBProfileString[]

Endget_security_enabled_request_state() 공개 메소드

public Endget_security_enabled_request_state ( System asyncResult ) : iControl.LocalLBProfileEnabledState[]
asyncResult System
리턴 iControl.LocalLBProfileEnabledState[]

Endget_statistics() 공개 메소드

public Endget_statistics ( System asyncResult ) : LocalLBProfileFTPProfileFTPStatistics
asyncResult System
리턴 LocalLBProfileFTPProfileFTPStatistics

Endget_translated_extended_request_state() 공개 메소드

public Endget_translated_extended_request_state ( System asyncResult ) : iControl.LocalLBProfileEnabledState[]
asyncResult System
리턴 iControl.LocalLBProfileEnabledState[]

Endget_version() 공개 메소드

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

Endis_base_profile() 공개 메소드

public Endis_base_profile ( System asyncResult ) : bool[]
asyncResult System
리턴 bool[]

Endis_system_profile() 공개 메소드

public Endis_system_profile ( System asyncResult ) : bool[]
asyncResult System
리턴 bool[]

Endreset_statistics() 공개 메소드

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

Endset_allow_ftps_state() 공개 메소드

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

Endset_data_channel_port() 공개 메소드

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

Endset_default_profile() 공개 메소드

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

Endset_description() 공개 메소드

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

Endset_log_profile() 공개 메소드

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

Endset_log_publisher() 공개 메소드

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

Endset_log_settings() 공개 메소드

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

Endset_security_enabled_request_state() 공개 메소드

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

Endset_translated_extended_request_state() 공개 메소드

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

LocalLBProfileFTP() 공개 메소드

public LocalLBProfileFTP ( ) : System
리턴 System