C# 클래스 iControl.LocalLBLSNPool

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

공개 메소드들

메소드 설명
Beginadd_backup_member ( string pools, string members, System callback, object asyncState ) : System.IAsyncResult
Beginadd_member ( string pools, string members, System callback, object asyncState ) : System.IAsyncResult
Begincreate ( string pools, string members, System callback, object asyncState ) : System.IAsyncResult
Begindelete_all_lsn_pools ( System callback, object asyncState ) : System.IAsyncResult
Begindelete_lsn_pool ( string pools, System callback, object asyncState ) : System.IAsyncResult
Beginget_all_statistics ( System callback, object asyncState ) : System.IAsyncResult
Beginget_all_statistics_v2 ( System callback, object asyncState ) : System.IAsyncResult
Beginget_backup_member ( string pools, System callback, object asyncState ) : System.IAsyncResult
Beginget_block_idle_timeout ( string pools, System callback, object asyncState ) : System.IAsyncResult
Beginget_block_lifetime ( string pools, System callback, object asyncState ) : System.IAsyncResult
Beginget_block_size ( string pools, System callback, object asyncState ) : System.IAsyncResult
Beginget_client_block_limit ( string pools, System callback, object asyncState ) : System.IAsyncResult
Beginget_connection_limit ( string pools, System callback, object asyncState ) : System.IAsyncResult
Beginget_description ( string pools, System callback, object asyncState ) : System.IAsyncResult
Beginget_egress_interface ( string pools, System callback, object asyncState ) : System.IAsyncResult
Beginget_egress_interface_state ( string pools, System callback, object asyncState ) : System.IAsyncResult
Beginget_hairpin_mode ( string pools, System callback, object asyncState ) : System.IAsyncResult
Beginget_icmp_echo_state ( string pools, System callback, object asyncState ) : System.IAsyncResult
Beginget_inbound_connection_state ( string pools, System callback, object asyncState ) : System.IAsyncResult
Beginget_inbound_mode ( string pools, System callback, object asyncState ) : System.IAsyncResult
Beginget_list ( System callback, object asyncState ) : System.IAsyncResult
Beginget_log_profile ( string pools, System callback, object asyncState ) : System.IAsyncResult
Beginget_log_publisher ( string pools, System callback, object asyncState ) : System.IAsyncResult
Beginget_member ( string pools, System callback, object asyncState ) : System.IAsyncResult
Beginget_nat_mode ( string pools, System callback, object asyncState ) : System.IAsyncResult
Beginget_pcp_dslite_tunnel ( string pools, System callback, object asyncState ) : System.IAsyncResult
Beginget_pcp_profile ( string pools, System callback, object asyncState ) : System.IAsyncResult
Beginget_pcp_selfip ( string pools, System callback, object asyncState ) : System.IAsyncResult
Beginget_persistence_mode ( string pools, System callback, object asyncState ) : System.IAsyncResult
Beginget_persistence_timeout ( string pools, System callback, object asyncState ) : System.IAsyncResult
Beginget_route_advertisement_state ( string pools, System callback, object asyncState ) : System.IAsyncResult
Beginget_statistics ( string pools, System callback, object asyncState ) : System.IAsyncResult
Beginget_statistics_v2 ( string pools, System callback, object asyncState ) : System.IAsyncResult
Beginget_translation_port_range ( string pools, System callback, object asyncState ) : System.IAsyncResult
Beginget_version ( System callback, object asyncState ) : System.IAsyncResult
Beginget_zombie_timeout ( string pools, System callback, object asyncState ) : System.IAsyncResult
Beginremove_all_backup_members ( string pools, System callback, object asyncState ) : System.IAsyncResult
Beginremove_all_members ( string pools, System callback, object asyncState ) : System.IAsyncResult
Beginremove_backup_member ( string pools, string members, System callback, object asyncState ) : System.IAsyncResult
Beginremove_member ( string pools, string members, System callback, object asyncState ) : System.IAsyncResult
Beginreset_statistics ( string pools, System callback, object asyncState ) : System.IAsyncResult
Beginset_block_idle_timeout ( string pools, long timeouts, System callback, object asyncState ) : System.IAsyncResult
Beginset_block_lifetime ( string pools, long values, System callback, object asyncState ) : System.IAsyncResult
Beginset_block_size ( string pools, long sizes, System callback, object asyncState ) : System.IAsyncResult
Beginset_client_block_limit ( string pools, long limits, System callback, object asyncState ) : System.IAsyncResult
Beginset_connection_limit ( string pools, long limits, System callback, object asyncState ) : System.IAsyncResult
Beginset_description ( string pools, string descriptions, System callback, object asyncState ) : System.IAsyncResult
Beginset_egress_interface ( string pools, CommonVLANFilterList interfaces, System callback, object asyncState ) : System.IAsyncResult
Beginset_egress_interface_state ( string pools, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
Beginset_hairpin_mode ( string pools, LocalLBLSNPoolHairpinMode modes, System callback, object asyncState ) : System.IAsyncResult
Beginset_icmp_echo_state ( string pools, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
Beginset_inbound_connection_state ( string pools, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
Beginset_inbound_mode ( string pools, LocalLBLSNPoolInboundMode modes, System callback, object asyncState ) : System.IAsyncResult
Beginset_log_profile ( string pools, string profiles, System callback, object asyncState ) : System.IAsyncResult
Beginset_log_publisher ( string pools, string publishers, System callback, object asyncState ) : System.IAsyncResult
Beginset_nat_mode ( string pools, LocalLBLSNPoolNATMode modes, System callback, object asyncState ) : System.IAsyncResult
Beginset_pcp_dslite_tunnel ( string pools, string tunnels, System callback, object asyncState ) : System.IAsyncResult
Beginset_pcp_full_config ( string pools, string profiles, string self_ips, string tunnels, System callback, object asyncState ) : System.IAsyncResult
Beginset_pcp_profile ( string pools, string profiles, System callback, object asyncState ) : System.IAsyncResult
Beginset_pcp_selfip ( string pools, string self_ips, System callback, object asyncState ) : System.IAsyncResult
Beginset_persistence_mode ( string pools, LocalLBLSNPoolPersistMode modes, System callback, object asyncState ) : System.IAsyncResult
Beginset_persistence_timeout ( string pools, long timeouts, System callback, object asyncState ) : System.IAsyncResult
Beginset_route_advertisement_state ( string pools, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
Beginset_translation_port_range ( string pools, CommonPortRange ranges, System callback, object asyncState ) : System.IAsyncResult
Beginset_zombie_timeout ( string pools, long timeouts, System callback, object asyncState ) : System.IAsyncResult
Endadd_backup_member ( System asyncResult ) : void
Endadd_member ( System asyncResult ) : void
Endcreate ( System asyncResult ) : void
Enddelete_all_lsn_pools ( System asyncResult ) : void
Enddelete_lsn_pool ( System asyncResult ) : void
Endget_all_statistics ( System asyncResult ) : LocalLBLSNPoolLSNPoolStatistics
Endget_all_statistics_v2 ( System asyncResult ) : LocalLBLSNPoolLSNPoolStatistics_v2
Endget_backup_member ( System asyncResult ) : string[][]
Endget_block_idle_timeout ( System asyncResult ) : long[]
Endget_block_lifetime ( System asyncResult ) : long[]
Endget_block_size ( System asyncResult ) : long[]
Endget_client_block_limit ( System asyncResult ) : long[]
Endget_connection_limit ( System asyncResult ) : long[]
Endget_description ( System asyncResult ) : string[]
Endget_egress_interface ( System asyncResult ) : CommonVLANFilterList[]
Endget_egress_interface_state ( System asyncResult ) : CommonEnabledState[]
Endget_hairpin_mode ( System asyncResult ) : LocalLBLSNPoolHairpinMode[]
Endget_icmp_echo_state ( System asyncResult ) : CommonEnabledState[]
Endget_inbound_connection_state ( System asyncResult ) : CommonEnabledState[]
Endget_inbound_mode ( System asyncResult ) : LocalLBLSNPoolInboundMode[]
Endget_list ( System asyncResult ) : string[]
Endget_log_profile ( System asyncResult ) : string[]
Endget_log_publisher ( System asyncResult ) : string[]
Endget_member ( System asyncResult ) : string[][]
Endget_nat_mode ( System asyncResult ) : LocalLBLSNPoolNATMode[]
Endget_pcp_dslite_tunnel ( System asyncResult ) : string[]
Endget_pcp_profile ( System asyncResult ) : string[]
Endget_pcp_selfip ( System asyncResult ) : string[]
Endget_persistence_mode ( System asyncResult ) : LocalLBLSNPoolPersistMode[]
Endget_persistence_timeout ( System asyncResult ) : long[]
Endget_route_advertisement_state ( System asyncResult ) : CommonEnabledState[]
Endget_statistics ( System asyncResult ) : LocalLBLSNPoolLSNPoolStatistics
Endget_statistics_v2 ( System asyncResult ) : LocalLBLSNPoolLSNPoolStatistics_v2
Endget_translation_port_range ( System asyncResult ) : CommonPortRange[]
Endget_version ( System asyncResult ) : string
Endget_zombie_timeout ( System asyncResult ) : long[]
Endremove_all_backup_members ( System asyncResult ) : void
Endremove_all_members ( System asyncResult ) : void
Endremove_backup_member ( System asyncResult ) : void
Endremove_member ( System asyncResult ) : void
Endreset_statistics ( System asyncResult ) : void
Endset_block_idle_timeout ( System asyncResult ) : void
Endset_block_lifetime ( System asyncResult ) : void
Endset_block_size ( System asyncResult ) : void
Endset_client_block_limit ( System asyncResult ) : void
Endset_connection_limit ( System asyncResult ) : void
Endset_description ( System asyncResult ) : void
Endset_egress_interface ( System asyncResult ) : void
Endset_egress_interface_state ( System asyncResult ) : void
Endset_hairpin_mode ( System asyncResult ) : void
Endset_icmp_echo_state ( System asyncResult ) : void
Endset_inbound_connection_state ( System asyncResult ) : void
Endset_inbound_mode ( System asyncResult ) : void
Endset_log_profile ( System asyncResult ) : void
Endset_log_publisher ( System asyncResult ) : void
Endset_nat_mode ( System asyncResult ) : void
Endset_pcp_dslite_tunnel ( System asyncResult ) : void
Endset_pcp_full_config ( System asyncResult ) : void
Endset_pcp_profile ( System asyncResult ) : void
Endset_pcp_selfip ( System asyncResult ) : void
Endset_persistence_mode ( System asyncResult ) : void
Endset_persistence_timeout ( System asyncResult ) : void
Endset_route_advertisement_state ( System asyncResult ) : void
Endset_translation_port_range ( System asyncResult ) : void
Endset_zombie_timeout ( System asyncResult ) : void
LocalLBLSNPool ( ) : System

비공개 메소드들

메소드 설명
add_backup_member ( string pools, string members ) : void
add_member ( string pools, string members ) : void
create ( string pools, string members ) : void
delete_all_lsn_pools ( ) : void
delete_lsn_pool ( string pools ) : void
get_all_statistics ( ) : LocalLBLSNPoolLSNPoolStatistics
get_all_statistics_v2 ( ) : LocalLBLSNPoolLSNPoolStatistics_v2
get_backup_member ( string pools ) : string[][]
get_block_idle_timeout ( string pools ) : long[]
get_block_lifetime ( string pools ) : long[]
get_block_size ( string pools ) : long[]
get_client_block_limit ( string pools ) : long[]
get_connection_limit ( string pools ) : long[]
get_description ( string pools ) : string[]
get_egress_interface ( string pools ) : CommonVLANFilterList[]
get_egress_interface_state ( string pools ) : CommonEnabledState[]
get_hairpin_mode ( string pools ) : LocalLBLSNPoolHairpinMode[]
get_icmp_echo_state ( string pools ) : CommonEnabledState[]
get_inbound_connection_state ( string pools ) : CommonEnabledState[]
get_inbound_mode ( string pools ) : LocalLBLSNPoolInboundMode[]
get_list ( ) : string[]
get_log_profile ( string pools ) : string[]
get_log_publisher ( string pools ) : string[]
get_member ( string pools ) : string[][]
get_nat_mode ( string pools ) : LocalLBLSNPoolNATMode[]
get_pcp_dslite_tunnel ( string pools ) : string[]
get_pcp_profile ( string pools ) : string[]
get_pcp_selfip ( string pools ) : string[]
get_persistence_mode ( string pools ) : LocalLBLSNPoolPersistMode[]
get_persistence_timeout ( string pools ) : long[]
get_route_advertisement_state ( string pools ) : CommonEnabledState[]
get_statistics ( string pools ) : LocalLBLSNPoolLSNPoolStatistics
get_statistics_v2 ( string pools ) : LocalLBLSNPoolLSNPoolStatistics_v2
get_translation_port_range ( string pools ) : CommonPortRange[]
get_version ( ) : string
get_zombie_timeout ( string pools ) : long[]
remove_all_backup_members ( string pools ) : void
remove_all_members ( string pools ) : void
remove_backup_member ( string pools, string members ) : void
remove_member ( string pools, string members ) : void
reset_statistics ( string pools ) : void
set_block_idle_timeout ( string pools, long timeouts ) : void
set_block_lifetime ( string pools, long values ) : void
set_block_size ( string pools, long sizes ) : void
set_client_block_limit ( string pools, long limits ) : void
set_connection_limit ( string pools, long limits ) : void
set_description ( string pools, string descriptions ) : void
set_egress_interface ( string pools, CommonVLANFilterList interfaces ) : void
set_egress_interface_state ( string pools, CommonEnabledState states ) : void
set_hairpin_mode ( string pools, LocalLBLSNPoolHairpinMode modes ) : void
set_icmp_echo_state ( string pools, CommonEnabledState states ) : void
set_inbound_connection_state ( string pools, CommonEnabledState states ) : void
set_inbound_mode ( string pools, LocalLBLSNPoolInboundMode modes ) : void
set_log_profile ( string pools, string profiles ) : void
set_log_publisher ( string pools, string publishers ) : void
set_nat_mode ( string pools, LocalLBLSNPoolNATMode modes ) : void
set_pcp_dslite_tunnel ( string pools, string tunnels ) : void
set_pcp_full_config ( string pools, string profiles, string self_ips, string tunnels ) : void
set_pcp_profile ( string pools, string profiles ) : void
set_pcp_selfip ( string pools, string self_ips ) : void
set_persistence_mode ( string pools, LocalLBLSNPoolPersistMode modes ) : void
set_persistence_timeout ( string pools, long timeouts ) : void
set_route_advertisement_state ( string pools, CommonEnabledState states ) : void
set_translation_port_range ( string pools, CommonPortRange ranges ) : void
set_zombie_timeout ( string pools, long timeouts ) : void

메소드 상세

Beginadd_backup_member() 공개 메소드

public Beginadd_backup_member ( string pools, string members, System callback, object asyncState ) : System.IAsyncResult
pools string
members string
callback System
asyncState object
리턴 System.IAsyncResult

Beginadd_member() 공개 메소드

public Beginadd_member ( string pools, string members, System callback, object asyncState ) : System.IAsyncResult
pools string
members string
callback System
asyncState object
리턴 System.IAsyncResult

Begincreate() 공개 메소드

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

Begindelete_all_lsn_pools() 공개 메소드

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

Begindelete_lsn_pool() 공개 메소드

public Begindelete_lsn_pool ( string pools, System callback, object asyncState ) : System.IAsyncResult
pools 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_all_statistics_v2() 공개 메소드

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

Beginget_backup_member() 공개 메소드

public Beginget_backup_member ( string pools, System callback, object asyncState ) : System.IAsyncResult
pools string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_block_idle_timeout() 공개 메소드

public Beginget_block_idle_timeout ( string pools, System callback, object asyncState ) : System.IAsyncResult
pools string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_block_lifetime() 공개 메소드

public Beginget_block_lifetime ( string pools, System callback, object asyncState ) : System.IAsyncResult
pools string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_block_size() 공개 메소드

public Beginget_block_size ( string pools, System callback, object asyncState ) : System.IAsyncResult
pools string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_client_block_limit() 공개 메소드

public Beginget_client_block_limit ( string pools, System callback, object asyncState ) : System.IAsyncResult
pools string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_connection_limit() 공개 메소드

public Beginget_connection_limit ( string pools, System callback, object asyncState ) : System.IAsyncResult
pools string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_description() 공개 메소드

public Beginget_description ( string pools, System callback, object asyncState ) : System.IAsyncResult
pools string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_egress_interface() 공개 메소드

public Beginget_egress_interface ( string pools, System callback, object asyncState ) : System.IAsyncResult
pools string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_egress_interface_state() 공개 메소드

public Beginget_egress_interface_state ( string pools, System callback, object asyncState ) : System.IAsyncResult
pools string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_hairpin_mode() 공개 메소드

public Beginget_hairpin_mode ( string pools, System callback, object asyncState ) : System.IAsyncResult
pools string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_icmp_echo_state() 공개 메소드

public Beginget_icmp_echo_state ( string pools, System callback, object asyncState ) : System.IAsyncResult
pools string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_inbound_connection_state() 공개 메소드

public Beginget_inbound_connection_state ( string pools, System callback, object asyncState ) : System.IAsyncResult
pools string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_inbound_mode() 공개 메소드

public Beginget_inbound_mode ( string pools, System callback, object asyncState ) : System.IAsyncResult
pools 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 pools, System callback, object asyncState ) : System.IAsyncResult
pools string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_log_publisher() 공개 메소드

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

Beginget_member() 공개 메소드

public Beginget_member ( string pools, System callback, object asyncState ) : System.IAsyncResult
pools string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_nat_mode() 공개 메소드

public Beginget_nat_mode ( string pools, System callback, object asyncState ) : System.IAsyncResult
pools string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_pcp_dslite_tunnel() 공개 메소드

public Beginget_pcp_dslite_tunnel ( string pools, System callback, object asyncState ) : System.IAsyncResult
pools string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_pcp_profile() 공개 메소드

public Beginget_pcp_profile ( string pools, System callback, object asyncState ) : System.IAsyncResult
pools string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_pcp_selfip() 공개 메소드

public Beginget_pcp_selfip ( string pools, System callback, object asyncState ) : System.IAsyncResult
pools string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_persistence_mode() 공개 메소드

public Beginget_persistence_mode ( string pools, System callback, object asyncState ) : System.IAsyncResult
pools string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_persistence_timeout() 공개 메소드

public Beginget_persistence_timeout ( string pools, System callback, object asyncState ) : System.IAsyncResult
pools string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_route_advertisement_state() 공개 메소드

public Beginget_route_advertisement_state ( string pools, System callback, object asyncState ) : System.IAsyncResult
pools string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_statistics() 공개 메소드

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

Beginget_statistics_v2() 공개 메소드

public Beginget_statistics_v2 ( string pools, System callback, object asyncState ) : System.IAsyncResult
pools string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_translation_port_range() 공개 메소드

public Beginget_translation_port_range ( string pools, System callback, object asyncState ) : System.IAsyncResult
pools string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_version() 공개 메소드

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

Beginget_zombie_timeout() 공개 메소드

public Beginget_zombie_timeout ( string pools, System callback, object asyncState ) : System.IAsyncResult
pools string
callback System
asyncState object
리턴 System.IAsyncResult

Beginremove_all_backup_members() 공개 메소드

public Beginremove_all_backup_members ( string pools, System callback, object asyncState ) : System.IAsyncResult
pools string
callback System
asyncState object
리턴 System.IAsyncResult

Beginremove_all_members() 공개 메소드

public Beginremove_all_members ( string pools, System callback, object asyncState ) : System.IAsyncResult
pools string
callback System
asyncState object
리턴 System.IAsyncResult

Beginremove_backup_member() 공개 메소드

public Beginremove_backup_member ( string pools, string members, System callback, object asyncState ) : System.IAsyncResult
pools string
members string
callback System
asyncState object
리턴 System.IAsyncResult

Beginremove_member() 공개 메소드

public Beginremove_member ( string pools, string members, System callback, object asyncState ) : System.IAsyncResult
pools string
members string
callback System
asyncState object
리턴 System.IAsyncResult

Beginreset_statistics() 공개 메소드

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

Beginset_block_idle_timeout() 공개 메소드

public Beginset_block_idle_timeout ( string pools, long timeouts, System callback, object asyncState ) : System.IAsyncResult
pools string
timeouts long
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_block_lifetime() 공개 메소드

public Beginset_block_lifetime ( string pools, long values, System callback, object asyncState ) : System.IAsyncResult
pools string
values long
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_block_size() 공개 메소드

public Beginset_block_size ( string pools, long sizes, System callback, object asyncState ) : System.IAsyncResult
pools string
sizes long
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_client_block_limit() 공개 메소드

public Beginset_client_block_limit ( string pools, long limits, System callback, object asyncState ) : System.IAsyncResult
pools string
limits long
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_connection_limit() 공개 메소드

public Beginset_connection_limit ( string pools, long limits, System callback, object asyncState ) : System.IAsyncResult
pools string
limits long
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_description() 공개 메소드

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

Beginset_egress_interface() 공개 메소드

public Beginset_egress_interface ( string pools, CommonVLANFilterList interfaces, System callback, object asyncState ) : System.IAsyncResult
pools string
interfaces CommonVLANFilterList
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_egress_interface_state() 공개 메소드

public Beginset_egress_interface_state ( string pools, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
pools string
states CommonEnabledState
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_hairpin_mode() 공개 메소드

public Beginset_hairpin_mode ( string pools, LocalLBLSNPoolHairpinMode modes, System callback, object asyncState ) : System.IAsyncResult
pools string
modes LocalLBLSNPoolHairpinMode
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_icmp_echo_state() 공개 메소드

public Beginset_icmp_echo_state ( string pools, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
pools string
states CommonEnabledState
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_inbound_connection_state() 공개 메소드

public Beginset_inbound_connection_state ( string pools, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
pools string
states CommonEnabledState
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_inbound_mode() 공개 메소드

public Beginset_inbound_mode ( string pools, LocalLBLSNPoolInboundMode modes, System callback, object asyncState ) : System.IAsyncResult
pools string
modes LocalLBLSNPoolInboundMode
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_log_profile() 공개 메소드

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

Beginset_log_publisher() 공개 메소드

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

Beginset_nat_mode() 공개 메소드

public Beginset_nat_mode ( string pools, LocalLBLSNPoolNATMode modes, System callback, object asyncState ) : System.IAsyncResult
pools string
modes LocalLBLSNPoolNATMode
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_pcp_dslite_tunnel() 공개 메소드

public Beginset_pcp_dslite_tunnel ( string pools, string tunnels, System callback, object asyncState ) : System.IAsyncResult
pools string
tunnels string
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_pcp_full_config() 공개 메소드

public Beginset_pcp_full_config ( string pools, string profiles, string self_ips, string tunnels, System callback, object asyncState ) : System.IAsyncResult
pools string
profiles string
self_ips string
tunnels string
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_pcp_profile() 공개 메소드

public Beginset_pcp_profile ( string pools, string profiles, System callback, object asyncState ) : System.IAsyncResult
pools string
profiles string
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_pcp_selfip() 공개 메소드

public Beginset_pcp_selfip ( string pools, string self_ips, System callback, object asyncState ) : System.IAsyncResult
pools string
self_ips string
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_persistence_mode() 공개 메소드

public Beginset_persistence_mode ( string pools, LocalLBLSNPoolPersistMode modes, System callback, object asyncState ) : System.IAsyncResult
pools string
modes LocalLBLSNPoolPersistMode
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_persistence_timeout() 공개 메소드

public Beginset_persistence_timeout ( string pools, long timeouts, System callback, object asyncState ) : System.IAsyncResult
pools string
timeouts long
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_route_advertisement_state() 공개 메소드

public Beginset_route_advertisement_state ( string pools, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
pools string
states CommonEnabledState
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_translation_port_range() 공개 메소드

public Beginset_translation_port_range ( string pools, CommonPortRange ranges, System callback, object asyncState ) : System.IAsyncResult
pools string
ranges CommonPortRange
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_zombie_timeout() 공개 메소드

public Beginset_zombie_timeout ( string pools, long timeouts, System callback, object asyncState ) : System.IAsyncResult
pools string
timeouts long
callback System
asyncState object
리턴 System.IAsyncResult

Endadd_backup_member() 공개 메소드

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

Endadd_member() 공개 메소드

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

Endcreate() 공개 메소드

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

Enddelete_all_lsn_pools() 공개 메소드

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

Enddelete_lsn_pool() 공개 메소드

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

Endget_all_statistics() 공개 메소드

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

Endget_all_statistics_v2() 공개 메소드

public Endget_all_statistics_v2 ( System asyncResult ) : LocalLBLSNPoolLSNPoolStatistics_v2
asyncResult System
리턴 LocalLBLSNPoolLSNPoolStatistics_v2

Endget_backup_member() 공개 메소드

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

Endget_block_idle_timeout() 공개 메소드

public Endget_block_idle_timeout ( System asyncResult ) : long[]
asyncResult System
리턴 long[]

Endget_block_lifetime() 공개 메소드

public Endget_block_lifetime ( System asyncResult ) : long[]
asyncResult System
리턴 long[]

Endget_block_size() 공개 메소드

public Endget_block_size ( System asyncResult ) : long[]
asyncResult System
리턴 long[]

Endget_client_block_limit() 공개 메소드

public Endget_client_block_limit ( System asyncResult ) : long[]
asyncResult System
리턴 long[]

Endget_connection_limit() 공개 메소드

public Endget_connection_limit ( System asyncResult ) : long[]
asyncResult System
리턴 long[]

Endget_description() 공개 메소드

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

Endget_egress_interface() 공개 메소드

public Endget_egress_interface ( System asyncResult ) : CommonVLANFilterList[]
asyncResult System
리턴 CommonVLANFilterList[]

Endget_egress_interface_state() 공개 메소드

public Endget_egress_interface_state ( System asyncResult ) : CommonEnabledState[]
asyncResult System
리턴 CommonEnabledState[]

Endget_hairpin_mode() 공개 메소드

public Endget_hairpin_mode ( System asyncResult ) : LocalLBLSNPoolHairpinMode[]
asyncResult System
리턴 LocalLBLSNPoolHairpinMode[]

Endget_icmp_echo_state() 공개 메소드

public Endget_icmp_echo_state ( System asyncResult ) : CommonEnabledState[]
asyncResult System
리턴 CommonEnabledState[]

Endget_inbound_connection_state() 공개 메소드

public Endget_inbound_connection_state ( System asyncResult ) : CommonEnabledState[]
asyncResult System
리턴 CommonEnabledState[]

Endget_inbound_mode() 공개 메소드

public Endget_inbound_mode ( System asyncResult ) : LocalLBLSNPoolInboundMode[]
asyncResult System
리턴 LocalLBLSNPoolInboundMode[]

Endget_list() 공개 메소드

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

Endget_log_profile() 공개 메소드

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

Endget_log_publisher() 공개 메소드

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

Endget_member() 공개 메소드

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

Endget_nat_mode() 공개 메소드

public Endget_nat_mode ( System asyncResult ) : LocalLBLSNPoolNATMode[]
asyncResult System
리턴 LocalLBLSNPoolNATMode[]

Endget_pcp_dslite_tunnel() 공개 메소드

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

Endget_pcp_profile() 공개 메소드

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

Endget_pcp_selfip() 공개 메소드

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

Endget_persistence_mode() 공개 메소드

public Endget_persistence_mode ( System asyncResult ) : LocalLBLSNPoolPersistMode[]
asyncResult System
리턴 LocalLBLSNPoolPersistMode[]

Endget_persistence_timeout() 공개 메소드

public Endget_persistence_timeout ( System asyncResult ) : long[]
asyncResult System
리턴 long[]

Endget_route_advertisement_state() 공개 메소드

public Endget_route_advertisement_state ( System asyncResult ) : CommonEnabledState[]
asyncResult System
리턴 CommonEnabledState[]

Endget_statistics() 공개 메소드

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

Endget_statistics_v2() 공개 메소드

public Endget_statistics_v2 ( System asyncResult ) : LocalLBLSNPoolLSNPoolStatistics_v2
asyncResult System
리턴 LocalLBLSNPoolLSNPoolStatistics_v2

Endget_translation_port_range() 공개 메소드

public Endget_translation_port_range ( System asyncResult ) : CommonPortRange[]
asyncResult System
리턴 CommonPortRange[]

Endget_version() 공개 메소드

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

Endget_zombie_timeout() 공개 메소드

public Endget_zombie_timeout ( System asyncResult ) : long[]
asyncResult System
리턴 long[]

Endremove_all_backup_members() 공개 메소드

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

Endremove_all_members() 공개 메소드

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

Endremove_backup_member() 공개 메소드

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

Endremove_member() 공개 메소드

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

Endreset_statistics() 공개 메소드

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

Endset_block_idle_timeout() 공개 메소드

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

Endset_block_lifetime() 공개 메소드

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

Endset_block_size() 공개 메소드

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

Endset_client_block_limit() 공개 메소드

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

Endset_connection_limit() 공개 메소드

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

Endset_description() 공개 메소드

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

Endset_egress_interface() 공개 메소드

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

Endset_egress_interface_state() 공개 메소드

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

Endset_hairpin_mode() 공개 메소드

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

Endset_icmp_echo_state() 공개 메소드

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

Endset_inbound_connection_state() 공개 메소드

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

Endset_inbound_mode() 공개 메소드

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

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

Endset_pcp_dslite_tunnel() 공개 메소드

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

Endset_pcp_full_config() 공개 메소드

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

Endset_pcp_profile() 공개 메소드

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

Endset_pcp_selfip() 공개 메소드

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

Endset_persistence_mode() 공개 메소드

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

Endset_persistence_timeout() 공개 메소드

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

Endset_route_advertisement_state() 공개 메소드

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

Endset_translation_port_range() 공개 메소드

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

Endset_zombie_timeout() 공개 메소드

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

LocalLBLSNPool() 공개 메소드

public LocalLBLSNPool ( ) : System
리턴 System