C# 클래스 iControl.SystemHAGroup

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

공개 메소드들

메소드 설명
Beginadd_cluster ( string ha_groups, string clusters, long weights, System callback, object asyncState ) : System.IAsyncResult
Beginadd_pool ( string ha_groups, string pools, long weights, System callback, object asyncState ) : System.IAsyncResult
Beginadd_trunk ( string ha_groups, string trunks, long weights, System callback, object asyncState ) : System.IAsyncResult
Begincreate ( string ha_groups, System callback, object asyncState ) : System.IAsyncResult
Begindelete_all_high_availability_groups ( System callback, object asyncState ) : System.IAsyncResult
Begindelete_high_availability_group ( string ha_groups, System callback, object asyncState ) : System.IAsyncResult
Beginget_active_score ( string ha_groups, System callback, object asyncState ) : System.IAsyncResult
Beginget_cluster ( string ha_groups, System callback, object asyncState ) : System.IAsyncResult
Beginget_cluster_attribute ( string ha_groups, string clusters, System callback, object asyncState ) : System.IAsyncResult
Beginget_cluster_attribute_threshold ( string ha_groups, string clusters, System callback, object asyncState ) : System.IAsyncResult
Beginget_cluster_attribute_value ( string ha_groups, string clusters, System callback, object asyncState ) : System.IAsyncResult
Beginget_cluster_score ( string ha_groups, string clusters, System callback, object asyncState ) : System.IAsyncResult
Beginget_cluster_weight ( string ha_groups, string clusters, System callback, object asyncState ) : System.IAsyncResult
Beginget_description ( string ha_groups, System callback, object asyncState ) : System.IAsyncResult
Beginget_enabled_state ( string ha_groups, System callback, object asyncState ) : System.IAsyncResult
Beginget_list ( System callback, object asyncState ) : System.IAsyncResult
Beginget_pool ( string ha_groups, System callback, object asyncState ) : System.IAsyncResult
Beginget_pool_attribute ( string ha_groups, string pools, System callback, object asyncState ) : System.IAsyncResult
Beginget_pool_attribute_threshold ( string ha_groups, string pools, System callback, object asyncState ) : System.IAsyncResult
Beginget_pool_attribute_value ( string ha_groups, string pools, System callback, object asyncState ) : System.IAsyncResult
Beginget_pool_score ( string ha_groups, string pools, System callback, object asyncState ) : System.IAsyncResult
Beginget_pool_weight ( string ha_groups, string pools, System callback, object asyncState ) : System.IAsyncResult
Beginget_total_score ( string ha_groups, System callback, object asyncState ) : System.IAsyncResult
Beginget_trunk ( string ha_groups, System callback, object asyncState ) : System.IAsyncResult
Beginget_trunk_attribute ( string ha_groups, string trunks, System callback, object asyncState ) : System.IAsyncResult
Beginget_trunk_attribute_threshold ( string ha_groups, string trunks, System callback, object asyncState ) : System.IAsyncResult
Beginget_trunk_attribute_value ( string ha_groups, string trunks, System callback, object asyncState ) : System.IAsyncResult
Beginget_trunk_score ( string ha_groups, string trunks, System callback, object asyncState ) : System.IAsyncResult
Beginget_trunk_weight ( string ha_groups, string trunks, System callback, object asyncState ) : System.IAsyncResult
Beginget_version ( System callback, object asyncState ) : System.IAsyncResult
Beginremove_all_clusters ( string ha_groups, System callback, object asyncState ) : System.IAsyncResult
Beginremove_all_pools ( string ha_groups, System callback, object asyncState ) : System.IAsyncResult
Beginremove_all_trunks ( string ha_groups, System callback, object asyncState ) : System.IAsyncResult
Beginremove_cluster ( string ha_groups, string clusters, System callback, object asyncState ) : System.IAsyncResult
Beginremove_pool ( string ha_groups, string pools, System callback, object asyncState ) : System.IAsyncResult
Beginremove_trunk ( string ha_groups, string trunks, System callback, object asyncState ) : System.IAsyncResult
Beginset_active_score ( string ha_groups, long scores, System callback, object asyncState ) : System.IAsyncResult
Beginset_cluster_attribute ( string ha_groups, string clusters, SystemHAGroupHAGroupClusterAttribute attributes, System callback, object asyncState ) : System.IAsyncResult
Beginset_cluster_attribute_threshold ( string ha_groups, string clusters, long thresholds, System callback, object asyncState ) : System.IAsyncResult
Beginset_cluster_weight ( string ha_groups, string clusters, long weights, System callback, object asyncState ) : System.IAsyncResult
Beginset_description ( string ha_groups, string descriptions, System callback, object asyncState ) : System.IAsyncResult
Beginset_enabled_state ( string ha_groups, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
Beginset_pool_attribute ( string ha_groups, string pools, SystemHAGroupHAGroupPoolAttribute attributes, System callback, object asyncState ) : System.IAsyncResult
Beginset_pool_attribute_threshold ( string ha_groups, string pools, long thresholds, System callback, object asyncState ) : System.IAsyncResult
Beginset_pool_weight ( string ha_groups, string pools, long weights, System callback, object asyncState ) : System.IAsyncResult
Beginset_trunk_attribute ( string ha_groups, string trunks, SystemHAGroupHAGroupTrunkAttribute attributes, System callback, object asyncState ) : System.IAsyncResult
Beginset_trunk_attribute_threshold ( string ha_groups, string trunks, long thresholds, System callback, object asyncState ) : System.IAsyncResult
Beginset_trunk_weight ( string ha_groups, string trunks, long weights, System callback, object asyncState ) : System.IAsyncResult
Endadd_cluster ( System asyncResult ) : void
Endadd_pool ( System asyncResult ) : void
Endadd_trunk ( System asyncResult ) : void
Endcreate ( System asyncResult ) : void
Enddelete_all_high_availability_groups ( System asyncResult ) : void
Enddelete_high_availability_group ( System asyncResult ) : void
Endget_active_score ( System asyncResult ) : long[]
Endget_cluster ( System asyncResult ) : string[][]
Endget_cluster_attribute ( System asyncResult ) : SystemHAGroupHAGroupClusterAttribute[][]
Endget_cluster_attribute_threshold ( System asyncResult ) : long[][]
Endget_cluster_attribute_value ( System asyncResult ) : long[][]
Endget_cluster_score ( System asyncResult ) : long[][]
Endget_cluster_weight ( System asyncResult ) : long[][]
Endget_description ( System asyncResult ) : string[]
Endget_enabled_state ( System asyncResult ) : CommonEnabledState[]
Endget_list ( System asyncResult ) : string[]
Endget_pool ( System asyncResult ) : string[][]
Endget_pool_attribute ( System asyncResult ) : SystemHAGroupHAGroupPoolAttribute[][]
Endget_pool_attribute_threshold ( System asyncResult ) : long[][]
Endget_pool_attribute_value ( System asyncResult ) : long[][]
Endget_pool_score ( System asyncResult ) : long[][]
Endget_pool_weight ( System asyncResult ) : long[][]
Endget_total_score ( System asyncResult ) : long[]
Endget_trunk ( System asyncResult ) : string[][]
Endget_trunk_attribute ( System asyncResult ) : SystemHAGroupHAGroupTrunkAttribute[][]
Endget_trunk_attribute_threshold ( System asyncResult ) : long[][]
Endget_trunk_attribute_value ( System asyncResult ) : long[][]
Endget_trunk_score ( System asyncResult ) : long[][]
Endget_trunk_weight ( System asyncResult ) : long[][]
Endget_version ( System asyncResult ) : string
Endremove_all_clusters ( System asyncResult ) : void
Endremove_all_pools ( System asyncResult ) : void
Endremove_all_trunks ( System asyncResult ) : void
Endremove_cluster ( System asyncResult ) : void
Endremove_pool ( System asyncResult ) : void
Endremove_trunk ( System asyncResult ) : void
Endset_active_score ( System asyncResult ) : void
Endset_cluster_attribute ( System asyncResult ) : void
Endset_cluster_attribute_threshold ( System asyncResult ) : void
Endset_cluster_weight ( System asyncResult ) : void
Endset_description ( System asyncResult ) : void
Endset_enabled_state ( System asyncResult ) : void
Endset_pool_attribute ( System asyncResult ) : void
Endset_pool_attribute_threshold ( System asyncResult ) : void
Endset_pool_weight ( System asyncResult ) : void
Endset_trunk_attribute ( System asyncResult ) : void
Endset_trunk_attribute_threshold ( System asyncResult ) : void
Endset_trunk_weight ( System asyncResult ) : void
SystemHAGroup ( ) : System

비공개 메소드들

메소드 설명
add_cluster ( string ha_groups, string clusters, long weights ) : void
add_pool ( string ha_groups, string pools, long weights ) : void
add_trunk ( string ha_groups, string trunks, long weights ) : void
create ( string ha_groups ) : void
delete_all_high_availability_groups ( ) : void
delete_high_availability_group ( string ha_groups ) : void
get_active_score ( string ha_groups ) : long[]
get_cluster ( string ha_groups ) : string[][]
get_cluster_attribute ( string ha_groups, string clusters ) : SystemHAGroupHAGroupClusterAttribute[][]
get_cluster_attribute_threshold ( string ha_groups, string clusters ) : long[][]
get_cluster_attribute_value ( string ha_groups, string clusters ) : long[][]
get_cluster_score ( string ha_groups, string clusters ) : long[][]
get_cluster_weight ( string ha_groups, string clusters ) : long[][]
get_description ( string ha_groups ) : string[]
get_enabled_state ( string ha_groups ) : CommonEnabledState[]
get_list ( ) : string[]
get_pool ( string ha_groups ) : string[][]
get_pool_attribute ( string ha_groups, string pools ) : SystemHAGroupHAGroupPoolAttribute[][]
get_pool_attribute_threshold ( string ha_groups, string pools ) : long[][]
get_pool_attribute_value ( string ha_groups, string pools ) : long[][]
get_pool_score ( string ha_groups, string pools ) : long[][]
get_pool_weight ( string ha_groups, string pools ) : long[][]
get_total_score ( string ha_groups ) : long[]
get_trunk ( string ha_groups ) : string[][]
get_trunk_attribute ( string ha_groups, string trunks ) : SystemHAGroupHAGroupTrunkAttribute[][]
get_trunk_attribute_threshold ( string ha_groups, string trunks ) : long[][]
get_trunk_attribute_value ( string ha_groups, string trunks ) : long[][]
get_trunk_score ( string ha_groups, string trunks ) : long[][]
get_trunk_weight ( string ha_groups, string trunks ) : long[][]
get_version ( ) : string
remove_all_clusters ( string ha_groups ) : void
remove_all_pools ( string ha_groups ) : void
remove_all_trunks ( string ha_groups ) : void
remove_cluster ( string ha_groups, string clusters ) : void
remove_pool ( string ha_groups, string pools ) : void
remove_trunk ( string ha_groups, string trunks ) : void
set_active_score ( string ha_groups, long scores ) : void
set_cluster_attribute ( string ha_groups, string clusters, SystemHAGroupHAGroupClusterAttribute attributes ) : void
set_cluster_attribute_threshold ( string ha_groups, string clusters, long thresholds ) : void
set_cluster_weight ( string ha_groups, string clusters, long weights ) : void
set_description ( string ha_groups, string descriptions ) : void
set_enabled_state ( string ha_groups, CommonEnabledState states ) : void
set_pool_attribute ( string ha_groups, string pools, SystemHAGroupHAGroupPoolAttribute attributes ) : void
set_pool_attribute_threshold ( string ha_groups, string pools, long thresholds ) : void
set_pool_weight ( string ha_groups, string pools, long weights ) : void
set_trunk_attribute ( string ha_groups, string trunks, SystemHAGroupHAGroupTrunkAttribute attributes ) : void
set_trunk_attribute_threshold ( string ha_groups, string trunks, long thresholds ) : void
set_trunk_weight ( string ha_groups, string trunks, long weights ) : void

메소드 상세

Beginadd_cluster() 공개 메소드

public Beginadd_cluster ( string ha_groups, string clusters, long weights, System callback, object asyncState ) : System.IAsyncResult
ha_groups string
clusters string
weights long
callback System
asyncState object
리턴 System.IAsyncResult

Beginadd_pool() 공개 메소드

public Beginadd_pool ( string ha_groups, string pools, long weights, System callback, object asyncState ) : System.IAsyncResult
ha_groups string
pools string
weights long
callback System
asyncState object
리턴 System.IAsyncResult

Beginadd_trunk() 공개 메소드

public Beginadd_trunk ( string ha_groups, string trunks, long weights, System callback, object asyncState ) : System.IAsyncResult
ha_groups string
trunks string
weights long
callback System
asyncState object
리턴 System.IAsyncResult

Begincreate() 공개 메소드

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

Begindelete_all_high_availability_groups() 공개 메소드

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

Begindelete_high_availability_group() 공개 메소드

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

Beginget_active_score() 공개 메소드

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

Beginget_cluster() 공개 메소드

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

Beginget_cluster_attribute() 공개 메소드

public Beginget_cluster_attribute ( string ha_groups, string clusters, System callback, object asyncState ) : System.IAsyncResult
ha_groups string
clusters string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_cluster_attribute_threshold() 공개 메소드

public Beginget_cluster_attribute_threshold ( string ha_groups, string clusters, System callback, object asyncState ) : System.IAsyncResult
ha_groups string
clusters string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_cluster_attribute_value() 공개 메소드

public Beginget_cluster_attribute_value ( string ha_groups, string clusters, System callback, object asyncState ) : System.IAsyncResult
ha_groups string
clusters string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_cluster_score() 공개 메소드

public Beginget_cluster_score ( string ha_groups, string clusters, System callback, object asyncState ) : System.IAsyncResult
ha_groups string
clusters string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_cluster_weight() 공개 메소드

public Beginget_cluster_weight ( string ha_groups, string clusters, System callback, object asyncState ) : System.IAsyncResult
ha_groups string
clusters string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_description() 공개 메소드

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

Beginget_enabled_state() 공개 메소드

public Beginget_enabled_state ( string ha_groups, System callback, object asyncState ) : System.IAsyncResult
ha_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_pool() 공개 메소드

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

Beginget_pool_attribute() 공개 메소드

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

Beginget_pool_attribute_threshold() 공개 메소드

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

Beginget_pool_attribute_value() 공개 메소드

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

Beginget_pool_score() 공개 메소드

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

Beginget_pool_weight() 공개 메소드

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

Beginget_total_score() 공개 메소드

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

Beginget_trunk() 공개 메소드

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

Beginget_trunk_attribute() 공개 메소드

public Beginget_trunk_attribute ( string ha_groups, string trunks, System callback, object asyncState ) : System.IAsyncResult
ha_groups string
trunks string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_trunk_attribute_threshold() 공개 메소드

public Beginget_trunk_attribute_threshold ( string ha_groups, string trunks, System callback, object asyncState ) : System.IAsyncResult
ha_groups string
trunks string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_trunk_attribute_value() 공개 메소드

public Beginget_trunk_attribute_value ( string ha_groups, string trunks, System callback, object asyncState ) : System.IAsyncResult
ha_groups string
trunks string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_trunk_score() 공개 메소드

public Beginget_trunk_score ( string ha_groups, string trunks, System callback, object asyncState ) : System.IAsyncResult
ha_groups string
trunks string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_trunk_weight() 공개 메소드

public Beginget_trunk_weight ( string ha_groups, string trunks, System callback, object asyncState ) : System.IAsyncResult
ha_groups string
trunks 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_clusters() 공개 메소드

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

Beginremove_all_pools() 공개 메소드

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

Beginremove_all_trunks() 공개 메소드

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

Beginremove_cluster() 공개 메소드

public Beginremove_cluster ( string ha_groups, string clusters, System callback, object asyncState ) : System.IAsyncResult
ha_groups string
clusters string
callback System
asyncState object
리턴 System.IAsyncResult

Beginremove_pool() 공개 메소드

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

Beginremove_trunk() 공개 메소드

public Beginremove_trunk ( string ha_groups, string trunks, System callback, object asyncState ) : System.IAsyncResult
ha_groups string
trunks string
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_active_score() 공개 메소드

public Beginset_active_score ( string ha_groups, long scores, System callback, object asyncState ) : System.IAsyncResult
ha_groups string
scores long
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_cluster_attribute() 공개 메소드

public Beginset_cluster_attribute ( string ha_groups, string clusters, SystemHAGroupHAGroupClusterAttribute attributes, System callback, object asyncState ) : System.IAsyncResult
ha_groups string
clusters string
attributes SystemHAGroupHAGroupClusterAttribute
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_cluster_attribute_threshold() 공개 메소드

public Beginset_cluster_attribute_threshold ( string ha_groups, string clusters, long thresholds, System callback, object asyncState ) : System.IAsyncResult
ha_groups string
clusters string
thresholds long
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_cluster_weight() 공개 메소드

public Beginset_cluster_weight ( string ha_groups, string clusters, long weights, System callback, object asyncState ) : System.IAsyncResult
ha_groups string
clusters string
weights long
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_description() 공개 메소드

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

Beginset_enabled_state() 공개 메소드

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

Beginset_pool_attribute() 공개 메소드

public Beginset_pool_attribute ( string ha_groups, string pools, SystemHAGroupHAGroupPoolAttribute attributes, System callback, object asyncState ) : System.IAsyncResult
ha_groups string
pools string
attributes SystemHAGroupHAGroupPoolAttribute
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_pool_attribute_threshold() 공개 메소드

public Beginset_pool_attribute_threshold ( string ha_groups, string pools, long thresholds, System callback, object asyncState ) : System.IAsyncResult
ha_groups string
pools string
thresholds long
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_pool_weight() 공개 메소드

public Beginset_pool_weight ( string ha_groups, string pools, long weights, System callback, object asyncState ) : System.IAsyncResult
ha_groups string
pools string
weights long
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_trunk_attribute() 공개 메소드

public Beginset_trunk_attribute ( string ha_groups, string trunks, SystemHAGroupHAGroupTrunkAttribute attributes, System callback, object asyncState ) : System.IAsyncResult
ha_groups string
trunks string
attributes SystemHAGroupHAGroupTrunkAttribute
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_trunk_attribute_threshold() 공개 메소드

public Beginset_trunk_attribute_threshold ( string ha_groups, string trunks, long thresholds, System callback, object asyncState ) : System.IAsyncResult
ha_groups string
trunks string
thresholds long
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_trunk_weight() 공개 메소드

public Beginset_trunk_weight ( string ha_groups, string trunks, long weights, System callback, object asyncState ) : System.IAsyncResult
ha_groups string
trunks string
weights long
callback System
asyncState object
리턴 System.IAsyncResult

Endadd_cluster() 공개 메소드

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

Endadd_pool() 공개 메소드

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

Endadd_trunk() 공개 메소드

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

Endcreate() 공개 메소드

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

Enddelete_all_high_availability_groups() 공개 메소드

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

Enddelete_high_availability_group() 공개 메소드

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

Endget_active_score() 공개 메소드

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

Endget_cluster() 공개 메소드

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

Endget_cluster_attribute() 공개 메소드

public Endget_cluster_attribute ( System asyncResult ) : SystemHAGroupHAGroupClusterAttribute[][]
asyncResult System
리턴 SystemHAGroupHAGroupClusterAttribute[][]

Endget_cluster_attribute_threshold() 공개 메소드

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

Endget_cluster_attribute_value() 공개 메소드

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

Endget_cluster_score() 공개 메소드

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

Endget_cluster_weight() 공개 메소드

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

Endget_description() 공개 메소드

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

Endget_enabled_state() 공개 메소드

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

Endget_list() 공개 메소드

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

Endget_pool() 공개 메소드

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

Endget_pool_attribute() 공개 메소드

public Endget_pool_attribute ( System asyncResult ) : SystemHAGroupHAGroupPoolAttribute[][]
asyncResult System
리턴 SystemHAGroupHAGroupPoolAttribute[][]

Endget_pool_attribute_threshold() 공개 메소드

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

Endget_pool_attribute_value() 공개 메소드

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

Endget_pool_score() 공개 메소드

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

Endget_pool_weight() 공개 메소드

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

Endget_total_score() 공개 메소드

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

Endget_trunk() 공개 메소드

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

Endget_trunk_attribute() 공개 메소드

public Endget_trunk_attribute ( System asyncResult ) : SystemHAGroupHAGroupTrunkAttribute[][]
asyncResult System
리턴 SystemHAGroupHAGroupTrunkAttribute[][]

Endget_trunk_attribute_threshold() 공개 메소드

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

Endget_trunk_attribute_value() 공개 메소드

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

Endget_trunk_score() 공개 메소드

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

Endget_trunk_weight() 공개 메소드

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

Endget_version() 공개 메소드

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

Endremove_all_clusters() 공개 메소드

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

Endremove_all_pools() 공개 메소드

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

Endremove_all_trunks() 공개 메소드

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

Endremove_cluster() 공개 메소드

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

Endremove_pool() 공개 메소드

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

Endremove_trunk() 공개 메소드

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

Endset_active_score() 공개 메소드

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

Endset_cluster_attribute() 공개 메소드

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

Endset_cluster_attribute_threshold() 공개 메소드

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

Endset_cluster_weight() 공개 메소드

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

Endset_description() 공개 메소드

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

Endset_enabled_state() 공개 메소드

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

Endset_pool_attribute() 공개 메소드

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

Endset_pool_attribute_threshold() 공개 메소드

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

Endset_pool_weight() 공개 메소드

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

Endset_trunk_attribute() 공개 메소드

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

Endset_trunk_attribute_threshold() 공개 메소드

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

Endset_trunk_weight() 공개 메소드

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

SystemHAGroup() 공개 메소드

public SystemHAGroup ( ) : System
리턴 System