C# Класс iControl.SystemHAGroup

Наследование: iControlInterface
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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