C# Class iControl.SystemHAGroup

Inheritance: iControlInterface
Mostra file Open project: f5devcentral/f5-icontrol-library-dotnet Class Usage Examples

Public Methods

Method Description
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

Private Methods

Method Description
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

Method Details

Beginadd_cluster() public method

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
return System.IAsyncResult

Beginadd_pool() public method

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
return System.IAsyncResult

Beginadd_trunk() public method

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
return System.IAsyncResult

Begincreate() public method

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

Begindelete_all_high_availability_groups() public method

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

Begindelete_high_availability_group() public method

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

Beginget_active_score() public method

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

Beginget_cluster() public method

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

Beginget_cluster_attribute() public method

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

Beginget_cluster_attribute_threshold() public method

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
return System.IAsyncResult

Beginget_cluster_attribute_value() public method

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
return System.IAsyncResult

Beginget_cluster_score() public method

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

Beginget_cluster_weight() public method

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

Beginget_description() public method

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

Beginget_enabled_state() public method

public Beginget_enabled_state ( string ha_groups, System callback, object asyncState ) : System.IAsyncResult
ha_groups string
callback System
asyncState object
return System.IAsyncResult

Beginget_list() public method

public Beginget_list ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
return System.IAsyncResult

Beginget_pool() public method

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

Beginget_pool_attribute() public method

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

Beginget_pool_attribute_threshold() public method

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
return System.IAsyncResult

Beginget_pool_attribute_value() public method

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
return System.IAsyncResult

Beginget_pool_score() public method

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

Beginget_pool_weight() public method

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

Beginget_total_score() public method

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

Beginget_trunk() public method

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

Beginget_trunk_attribute() public method

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

Beginget_trunk_attribute_threshold() public method

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
return System.IAsyncResult

Beginget_trunk_attribute_value() public method

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
return System.IAsyncResult

Beginget_trunk_score() public method

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

Beginget_trunk_weight() public method

public Beginget_trunk_weight ( string ha_groups, string trunks, System callback, object asyncState ) : System.IAsyncResult
ha_groups string
trunks string
callback System
asyncState object
return System.IAsyncResult

Beginget_version() public method

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

Beginremove_all_clusters() public method

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

Beginremove_all_pools() public method

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

Beginremove_all_trunks() public method

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

Beginremove_cluster() public method

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

Beginremove_pool() public method

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

Beginremove_trunk() public method

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

Beginset_active_score() public method

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

Beginset_cluster_attribute() public method

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
return System.IAsyncResult

Beginset_cluster_attribute_threshold() public method

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
return System.IAsyncResult

Beginset_cluster_weight() public method

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
return System.IAsyncResult

Beginset_description() public method

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

Beginset_enabled_state() public method

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

Beginset_pool_attribute() public method

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
return System.IAsyncResult

Beginset_pool_attribute_threshold() public method

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
return System.IAsyncResult

Beginset_pool_weight() public method

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
return System.IAsyncResult

Beginset_trunk_attribute() public method

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
return System.IAsyncResult

Beginset_trunk_attribute_threshold() public method

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
return System.IAsyncResult

Beginset_trunk_weight() public method

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
return System.IAsyncResult

Endadd_cluster() public method

public Endadd_cluster ( System asyncResult ) : void
asyncResult System
return void

Endadd_pool() public method

public Endadd_pool ( System asyncResult ) : void
asyncResult System
return void

Endadd_trunk() public method

public Endadd_trunk ( System asyncResult ) : void
asyncResult System
return void

Endcreate() public method

public Endcreate ( System asyncResult ) : void
asyncResult System
return void

Enddelete_all_high_availability_groups() public method

public Enddelete_all_high_availability_groups ( System asyncResult ) : void
asyncResult System
return void

Enddelete_high_availability_group() public method

public Enddelete_high_availability_group ( System asyncResult ) : void
asyncResult System
return void

Endget_active_score() public method

public Endget_active_score ( System asyncResult ) : long[]
asyncResult System
return long[]

Endget_cluster() public method

public Endget_cluster ( System asyncResult ) : string[][]
asyncResult System
return string[][]

Endget_cluster_attribute() public method

public Endget_cluster_attribute ( System asyncResult ) : SystemHAGroupHAGroupClusterAttribute[][]
asyncResult System
return SystemHAGroupHAGroupClusterAttribute[][]

Endget_cluster_attribute_threshold() public method

public Endget_cluster_attribute_threshold ( System asyncResult ) : long[][]
asyncResult System
return long[][]

Endget_cluster_attribute_value() public method

public Endget_cluster_attribute_value ( System asyncResult ) : long[][]
asyncResult System
return long[][]

Endget_cluster_score() public method

public Endget_cluster_score ( System asyncResult ) : long[][]
asyncResult System
return long[][]

Endget_cluster_weight() public method

public Endget_cluster_weight ( System asyncResult ) : long[][]
asyncResult System
return long[][]

Endget_description() public method

public Endget_description ( System asyncResult ) : string[]
asyncResult System
return string[]

Endget_enabled_state() public method

public Endget_enabled_state ( System asyncResult ) : CommonEnabledState[]
asyncResult System
return CommonEnabledState[]

Endget_list() public method

public Endget_list ( System asyncResult ) : string[]
asyncResult System
return string[]

Endget_pool() public method

public Endget_pool ( System asyncResult ) : string[][]
asyncResult System
return string[][]

Endget_pool_attribute() public method

public Endget_pool_attribute ( System asyncResult ) : SystemHAGroupHAGroupPoolAttribute[][]
asyncResult System
return SystemHAGroupHAGroupPoolAttribute[][]

Endget_pool_attribute_threshold() public method

public Endget_pool_attribute_threshold ( System asyncResult ) : long[][]
asyncResult System
return long[][]

Endget_pool_attribute_value() public method

public Endget_pool_attribute_value ( System asyncResult ) : long[][]
asyncResult System
return long[][]

Endget_pool_score() public method

public Endget_pool_score ( System asyncResult ) : long[][]
asyncResult System
return long[][]

Endget_pool_weight() public method

public Endget_pool_weight ( System asyncResult ) : long[][]
asyncResult System
return long[][]

Endget_total_score() public method

public Endget_total_score ( System asyncResult ) : long[]
asyncResult System
return long[]

Endget_trunk() public method

public Endget_trunk ( System asyncResult ) : string[][]
asyncResult System
return string[][]

Endget_trunk_attribute() public method

public Endget_trunk_attribute ( System asyncResult ) : SystemHAGroupHAGroupTrunkAttribute[][]
asyncResult System
return SystemHAGroupHAGroupTrunkAttribute[][]

Endget_trunk_attribute_threshold() public method

public Endget_trunk_attribute_threshold ( System asyncResult ) : long[][]
asyncResult System
return long[][]

Endget_trunk_attribute_value() public method

public Endget_trunk_attribute_value ( System asyncResult ) : long[][]
asyncResult System
return long[][]

Endget_trunk_score() public method

public Endget_trunk_score ( System asyncResult ) : long[][]
asyncResult System
return long[][]

Endget_trunk_weight() public method

public Endget_trunk_weight ( System asyncResult ) : long[][]
asyncResult System
return long[][]

Endget_version() public method

public Endget_version ( System asyncResult ) : string
asyncResult System
return string

Endremove_all_clusters() public method

public Endremove_all_clusters ( System asyncResult ) : void
asyncResult System
return void

Endremove_all_pools() public method

public Endremove_all_pools ( System asyncResult ) : void
asyncResult System
return void

Endremove_all_trunks() public method

public Endremove_all_trunks ( System asyncResult ) : void
asyncResult System
return void

Endremove_cluster() public method

public Endremove_cluster ( System asyncResult ) : void
asyncResult System
return void

Endremove_pool() public method

public Endremove_pool ( System asyncResult ) : void
asyncResult System
return void

Endremove_trunk() public method

public Endremove_trunk ( System asyncResult ) : void
asyncResult System
return void

Endset_active_score() public method

public Endset_active_score ( System asyncResult ) : void
asyncResult System
return void

Endset_cluster_attribute() public method

public Endset_cluster_attribute ( System asyncResult ) : void
asyncResult System
return void

Endset_cluster_attribute_threshold() public method

public Endset_cluster_attribute_threshold ( System asyncResult ) : void
asyncResult System
return void

Endset_cluster_weight() public method

public Endset_cluster_weight ( System asyncResult ) : void
asyncResult System
return void

Endset_description() public method

public Endset_description ( System asyncResult ) : void
asyncResult System
return void

Endset_enabled_state() public method

public Endset_enabled_state ( System asyncResult ) : void
asyncResult System
return void

Endset_pool_attribute() public method

public Endset_pool_attribute ( System asyncResult ) : void
asyncResult System
return void

Endset_pool_attribute_threshold() public method

public Endset_pool_attribute_threshold ( System asyncResult ) : void
asyncResult System
return void

Endset_pool_weight() public method

public Endset_pool_weight ( System asyncResult ) : void
asyncResult System
return void

Endset_trunk_attribute() public method

public Endset_trunk_attribute ( System asyncResult ) : void
asyncResult System
return void

Endset_trunk_attribute_threshold() public method

public Endset_trunk_attribute_threshold ( System asyncResult ) : void
asyncResult System
return void

Endset_trunk_weight() public method

public Endset_trunk_weight ( System asyncResult ) : void
asyncResult System
return void

SystemHAGroup() public method

public SystemHAGroup ( ) : System
return System