C# 클래스 iControl.LocalLBProfileUDP

상속: 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_no_payload_state ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_datagram_lb_state ( 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_ip_tos_to_client ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_link_qos_to_client ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_list ( System callback, object asyncState ) : System.IAsyncResult
Beginget_no_checksum_state ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_proxy_mss_state ( 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_allow_no_payload_state ( string profile_names, LocalLBProfileEnabledState states, System callback, object asyncState ) : System.IAsyncResult
Beginset_datagram_lb_state ( string profile_names, LocalLBProfileEnabledState states, 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_ip_tos_to_client ( string profile_names, LocalLBProfileULong values, System callback, object asyncState ) : System.IAsyncResult
Beginset_link_qos_to_client ( string profile_names, LocalLBProfileULong values, System callback, object asyncState ) : System.IAsyncResult
Beginset_no_checksum_state ( string profile_names, LocalLBProfileEnabledState states, System callback, object asyncState ) : System.IAsyncResult
Beginset_proxy_mss_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 ) : LocalLBProfileUDPProfileUDPStatistics
Endget_allow_no_payload_state ( System asyncResult ) : iControl.LocalLBProfileEnabledState[]
Endget_datagram_lb_state ( System asyncResult ) : iControl.LocalLBProfileEnabledState[]
Endget_default_profile ( System asyncResult ) : string[]
Endget_description ( System asyncResult ) : string[]
Endget_idle_timeout ( System asyncResult ) : iControl.LocalLBProfileULong[]
Endget_ip_tos_to_client ( System asyncResult ) : iControl.LocalLBProfileULong[]
Endget_link_qos_to_client ( System asyncResult ) : iControl.LocalLBProfileULong[]
Endget_list ( System asyncResult ) : string[]
Endget_no_checksum_state ( System asyncResult ) : iControl.LocalLBProfileEnabledState[]
Endget_proxy_mss_state ( System asyncResult ) : iControl.LocalLBProfileEnabledState[]
Endget_statistics ( System asyncResult ) : LocalLBProfileUDPProfileUDPStatistics
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_allow_no_payload_state ( System asyncResult ) : void
Endset_datagram_lb_state ( System asyncResult ) : void
Endset_default_profile ( System asyncResult ) : void
Endset_description ( System asyncResult ) : void
Endset_idle_timeout ( System asyncResult ) : void
Endset_ip_tos_to_client ( System asyncResult ) : void
Endset_link_qos_to_client ( System asyncResult ) : void
Endset_no_checksum_state ( System asyncResult ) : void
Endset_proxy_mss_state ( System asyncResult ) : void
LocalLBProfileUDP ( ) : System

비공개 메소드들

메소드 설명
create ( string profile_names ) : void
delete_all_profiles ( ) : void
delete_profile ( string profile_names ) : void
get_all_statistics ( ) : LocalLBProfileUDPProfileUDPStatistics
get_allow_no_payload_state ( string profile_names ) : iControl.LocalLBProfileEnabledState[]
get_datagram_lb_state ( string profile_names ) : iControl.LocalLBProfileEnabledState[]
get_default_profile ( string profile_names ) : string[]
get_description ( string profile_names ) : string[]
get_idle_timeout ( string profile_names ) : iControl.LocalLBProfileULong[]
get_ip_tos_to_client ( string profile_names ) : iControl.LocalLBProfileULong[]
get_link_qos_to_client ( string profile_names ) : iControl.LocalLBProfileULong[]
get_list ( ) : string[]
get_no_checksum_state ( string profile_names ) : iControl.LocalLBProfileEnabledState[]
get_proxy_mss_state ( string profile_names ) : iControl.LocalLBProfileEnabledState[]
get_statistics ( string profile_names ) : LocalLBProfileUDPProfileUDPStatistics
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_allow_no_payload_state ( string profile_names, LocalLBProfileEnabledState states ) : void
set_datagram_lb_state ( string profile_names, LocalLBProfileEnabledState states ) : 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_ip_tos_to_client ( string profile_names, LocalLBProfileULong values ) : void
set_link_qos_to_client ( string profile_names, LocalLBProfileULong values ) : void
set_no_checksum_state ( string profile_names, LocalLBProfileEnabledState states ) : void
set_proxy_mss_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_no_payload_state() 공개 메소드

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

Beginget_datagram_lb_state() 공개 메소드

public Beginget_datagram_lb_state ( 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_idle_timeout() 공개 메소드

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

Beginget_ip_tos_to_client() 공개 메소드

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

Beginget_link_qos_to_client() 공개 메소드

public Beginget_link_qos_to_client ( 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_no_checksum_state() 공개 메소드

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

Beginget_proxy_mss_state() 공개 메소드

public Beginget_proxy_mss_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_statistics_by_virtual() 공개 메소드

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
리턴 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

Beginreset_statistics_by_virtual() 공개 메소드

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
리턴 System.IAsyncResult

Beginset_allow_no_payload_state() 공개 메소드

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

Beginset_datagram_lb_state() 공개 메소드

public Beginset_datagram_lb_state ( string profile_names, LocalLBProfileEnabledState states, System callback, object asyncState ) : System.IAsyncResult
profile_names string
states LocalLBProfileEnabledState
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_idle_timeout() 공개 메소드

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

Beginset_ip_tos_to_client() 공개 메소드

public Beginset_ip_tos_to_client ( string profile_names, LocalLBProfileULong values, System callback, object asyncState ) : System.IAsyncResult
profile_names string
values LocalLBProfileULong
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_link_qos_to_client() 공개 메소드

public Beginset_link_qos_to_client ( string profile_names, LocalLBProfileULong values, System callback, object asyncState ) : System.IAsyncResult
profile_names string
values LocalLBProfileULong
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_no_checksum_state() 공개 메소드

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

Beginset_proxy_mss_state() 공개 메소드

public Beginset_proxy_mss_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 ) : LocalLBProfileUDPProfileUDPStatistics
asyncResult System
리턴 LocalLBProfileUDPProfileUDPStatistics

Endget_allow_no_payload_state() 공개 메소드

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

Endget_datagram_lb_state() 공개 메소드

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

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_idle_timeout() 공개 메소드

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

Endget_ip_tos_to_client() 공개 메소드

public Endget_ip_tos_to_client ( System asyncResult ) : iControl.LocalLBProfileULong[]
asyncResult System
리턴 iControl.LocalLBProfileULong[]

Endget_link_qos_to_client() 공개 메소드

public Endget_link_qos_to_client ( System asyncResult ) : iControl.LocalLBProfileULong[]
asyncResult System
리턴 iControl.LocalLBProfileULong[]

Endget_list() 공개 메소드

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

Endget_no_checksum_state() 공개 메소드

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

Endget_proxy_mss_state() 공개 메소드

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

Endget_statistics() 공개 메소드

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

Endget_statistics_by_virtual() 공개 메소드

public Endget_statistics_by_virtual ( System asyncResult ) : LocalLBProfileStatisticsByVirtual
asyncResult System
리턴 LocalLBProfileStatisticsByVirtual

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

Endreset_statistics_by_virtual() 공개 메소드

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

Endset_allow_no_payload_state() 공개 메소드

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

Endset_datagram_lb_state() 공개 메소드

public Endset_datagram_lb_state ( 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_idle_timeout() 공개 메소드

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

Endset_ip_tos_to_client() 공개 메소드

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

Endset_link_qos_to_client() 공개 메소드

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

Endset_no_checksum_state() 공개 메소드

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

Endset_proxy_mss_state() 공개 메소드

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

LocalLBProfileUDP() 공개 메소드

public LocalLBProfileUDP ( ) : System
리턴 System