C# 클래스 iControl.ManagementTrafficGroup

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

공개 메소드들

메소드 설명
Beginadd_ha_order ( string traffic_groups, ManagementTrafficGroupHAOrder orders, System callback, object asyncState ) : System.IAsyncResult
Begincreate ( string traffic_groups, System callback, object asyncState ) : System.IAsyncResult
Begindelete_traffic_group ( string traffic_groups, System callback, object asyncState ) : System.IAsyncResult
Beginget_auto_failback_enabled_state ( string traffic_groups, System callback, object asyncState ) : System.IAsyncResult
Beginget_auto_failback_time ( string traffic_groups, System callback, object asyncState ) : System.IAsyncResult
Beginget_default_device ( string traffic_groups, System callback, object asyncState ) : System.IAsyncResult
Beginget_description ( string traffic_groups, System callback, object asyncState ) : System.IAsyncResult
Beginget_ha_group ( string traffic_groups, System callback, object asyncState ) : System.IAsyncResult
Beginget_ha_load_factor ( string traffic_groups, System callback, object asyncState ) : System.IAsyncResult
Beginget_ha_order ( string traffic_groups, System callback, object asyncState ) : System.IAsyncResult
Beginget_is_floating ( string traffic_groups, System callback, object asyncState ) : System.IAsyncResult
Beginget_list ( System callback, object asyncState ) : System.IAsyncResult
Beginget_mac_masquerade_address ( string traffic_groups, System callback, object asyncState ) : System.IAsyncResult
Beginget_unit_id ( string traffic_groups, System callback, object asyncState ) : System.IAsyncResult
Beginget_version ( System callback, object asyncState ) : System.IAsyncResult
Beginremove_all_ha_orders ( string traffic_groups, System callback, object asyncState ) : System.IAsyncResult
Beginremove_ha_order ( string traffic_groups, ManagementTrafficGroupHAOrder orders, System callback, object asyncState ) : System.IAsyncResult
Beginset_auto_failback_enabled_state ( string traffic_groups, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
Beginset_auto_failback_time ( string traffic_groups, long times, System callback, object asyncState ) : System.IAsyncResult
Beginset_default_device ( string traffic_groups, string devices, System callback, object asyncState ) : System.IAsyncResult
Beginset_description ( string traffic_groups, string descriptions, System callback, object asyncState ) : System.IAsyncResult
Beginset_ha_group ( string traffic_groups, string ha_groups, System callback, object asyncState ) : System.IAsyncResult
Beginset_ha_load_factor ( string traffic_groups, long loads, System callback, object asyncState ) : System.IAsyncResult
Beginset_mac_masquerade_address ( string traffic_groups, string addresses, System callback, object asyncState ) : System.IAsyncResult
Endadd_ha_order ( System asyncResult ) : void
Endcreate ( System asyncResult ) : void
Enddelete_traffic_group ( System asyncResult ) : void
Endget_auto_failback_enabled_state ( System asyncResult ) : CommonEnabledState[]
Endget_auto_failback_time ( System asyncResult ) : long[]
Endget_default_device ( System asyncResult ) : string[]
Endget_description ( System asyncResult ) : string[]
Endget_ha_group ( System asyncResult ) : string[]
Endget_ha_load_factor ( System asyncResult ) : long[]
Endget_ha_order ( System asyncResult ) : iControl.ManagementTrafficGroupHAOrder[][]
Endget_is_floating ( System asyncResult ) : bool[]
Endget_list ( System asyncResult ) : string[]
Endget_mac_masquerade_address ( System asyncResult ) : string[]
Endget_unit_id ( System asyncResult ) : long[]
Endget_version ( System asyncResult ) : string
Endremove_all_ha_orders ( System asyncResult ) : void
Endremove_ha_order ( System asyncResult ) : void
Endset_auto_failback_enabled_state ( System asyncResult ) : void
Endset_auto_failback_time ( System asyncResult ) : void
Endset_default_device ( System asyncResult ) : void
Endset_description ( System asyncResult ) : void
Endset_ha_group ( System asyncResult ) : void
Endset_ha_load_factor ( System asyncResult ) : void
Endset_mac_masquerade_address ( System asyncResult ) : void
ManagementTrafficGroup ( ) : System

비공개 메소드들

메소드 설명
add_ha_order ( string traffic_groups, ManagementTrafficGroupHAOrder orders ) : void
create ( string traffic_groups ) : void
delete_traffic_group ( string traffic_groups ) : void
get_auto_failback_enabled_state ( string traffic_groups ) : CommonEnabledState[]
get_auto_failback_time ( string traffic_groups ) : long[]
get_default_device ( string traffic_groups ) : string[]
get_description ( string traffic_groups ) : string[]
get_ha_group ( string traffic_groups ) : string[]
get_ha_load_factor ( string traffic_groups ) : long[]
get_ha_order ( string traffic_groups ) : iControl.ManagementTrafficGroupHAOrder[][]
get_is_floating ( string traffic_groups ) : bool[]
get_list ( ) : string[]
get_mac_masquerade_address ( string traffic_groups ) : string[]
get_unit_id ( string traffic_groups ) : long[]
get_version ( ) : string
remove_all_ha_orders ( string traffic_groups ) : void
remove_ha_order ( string traffic_groups, ManagementTrafficGroupHAOrder orders ) : void
set_auto_failback_enabled_state ( string traffic_groups, CommonEnabledState states ) : void
set_auto_failback_time ( string traffic_groups, long times ) : void
set_default_device ( string traffic_groups, string devices ) : void
set_description ( string traffic_groups, string descriptions ) : void
set_ha_group ( string traffic_groups, string ha_groups ) : void
set_ha_load_factor ( string traffic_groups, long loads ) : void
set_mac_masquerade_address ( string traffic_groups, string addresses ) : void

메소드 상세

Beginadd_ha_order() 공개 메소드

public Beginadd_ha_order ( string traffic_groups, ManagementTrafficGroupHAOrder orders, System callback, object asyncState ) : System.IAsyncResult
traffic_groups string
orders ManagementTrafficGroupHAOrder
callback System
asyncState object
리턴 System.IAsyncResult

Begincreate() 공개 메소드

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

Begindelete_traffic_group() 공개 메소드

public Begindelete_traffic_group ( string traffic_groups, System callback, object asyncState ) : System.IAsyncResult
traffic_groups string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_auto_failback_enabled_state() 공개 메소드

public Beginget_auto_failback_enabled_state ( string traffic_groups, System callback, object asyncState ) : System.IAsyncResult
traffic_groups string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_auto_failback_time() 공개 메소드

public Beginget_auto_failback_time ( string traffic_groups, System callback, object asyncState ) : System.IAsyncResult
traffic_groups string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_default_device() 공개 메소드

public Beginget_default_device ( string traffic_groups, System callback, object asyncState ) : System.IAsyncResult
traffic_groups string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_description() 공개 메소드

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

Beginget_ha_group() 공개 메소드

public Beginget_ha_group ( string traffic_groups, System callback, object asyncState ) : System.IAsyncResult
traffic_groups string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_ha_load_factor() 공개 메소드

public Beginget_ha_load_factor ( string traffic_groups, System callback, object asyncState ) : System.IAsyncResult
traffic_groups string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_ha_order() 공개 메소드

public Beginget_ha_order ( string traffic_groups, System callback, object asyncState ) : System.IAsyncResult
traffic_groups string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_is_floating() 공개 메소드

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

public Beginget_mac_masquerade_address ( string traffic_groups, System callback, object asyncState ) : System.IAsyncResult
traffic_groups string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_unit_id() 공개 메소드

public Beginget_unit_id ( string traffic_groups, System callback, object asyncState ) : System.IAsyncResult
traffic_groups string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_version() 공개 메소드

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

Beginremove_all_ha_orders() 공개 메소드

public Beginremove_all_ha_orders ( string traffic_groups, System callback, object asyncState ) : System.IAsyncResult
traffic_groups string
callback System
asyncState object
리턴 System.IAsyncResult

Beginremove_ha_order() 공개 메소드

public Beginremove_ha_order ( string traffic_groups, ManagementTrafficGroupHAOrder orders, System callback, object asyncState ) : System.IAsyncResult
traffic_groups string
orders ManagementTrafficGroupHAOrder
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_auto_failback_enabled_state() 공개 메소드

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

Beginset_auto_failback_time() 공개 메소드

public Beginset_auto_failback_time ( string traffic_groups, long times, System callback, object asyncState ) : System.IAsyncResult
traffic_groups string
times long
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_default_device() 공개 메소드

public Beginset_default_device ( string traffic_groups, string devices, System callback, object asyncState ) : System.IAsyncResult
traffic_groups string
devices string
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_description() 공개 메소드

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

Beginset_ha_group() 공개 메소드

public Beginset_ha_group ( string traffic_groups, string ha_groups, System callback, object asyncState ) : System.IAsyncResult
traffic_groups string
ha_groups string
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_ha_load_factor() 공개 메소드

public Beginset_ha_load_factor ( string traffic_groups, long loads, System callback, object asyncState ) : System.IAsyncResult
traffic_groups string
loads long
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_mac_masquerade_address() 공개 메소드

public Beginset_mac_masquerade_address ( string traffic_groups, string addresses, System callback, object asyncState ) : System.IAsyncResult
traffic_groups string
addresses string
callback System
asyncState object
리턴 System.IAsyncResult

Endadd_ha_order() 공개 메소드

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

Endcreate() 공개 메소드

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

Enddelete_traffic_group() 공개 메소드

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

Endget_auto_failback_enabled_state() 공개 메소드

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

Endget_auto_failback_time() 공개 메소드

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

Endget_default_device() 공개 메소드

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

Endget_description() 공개 메소드

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

Endget_ha_group() 공개 메소드

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

Endget_ha_load_factor() 공개 메소드

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

Endget_ha_order() 공개 메소드

public Endget_ha_order ( System asyncResult ) : iControl.ManagementTrafficGroupHAOrder[][]
asyncResult System
리턴 iControl.ManagementTrafficGroupHAOrder[][]

Endget_is_floating() 공개 메소드

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

Endget_list() 공개 메소드

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

Endget_mac_masquerade_address() 공개 메소드

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

Endget_unit_id() 공개 메소드

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

Endget_version() 공개 메소드

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

Endremove_all_ha_orders() 공개 메소드

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

Endremove_ha_order() 공개 메소드

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

Endset_auto_failback_enabled_state() 공개 메소드

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

Endset_auto_failback_time() 공개 메소드

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

Endset_default_device() 공개 메소드

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

Endset_description() 공개 메소드

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

Endset_ha_group() 공개 메소드

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

Endset_ha_load_factor() 공개 메소드

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

Endset_mac_masquerade_address() 공개 메소드

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

ManagementTrafficGroup() 공개 메소드

public ManagementTrafficGroup ( ) : System
리턴 System