C# Class iControl.GlobalLBProberPool

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

Public Methods

Method Description
Beginadd_member ( string pools, string members, long orders, System callback, object asyncState ) : System.IAsyncResult
Begincreate ( string pools, GlobalLBLBMethod lb_methods, string members, long orders, System callback, object asyncState ) : System.IAsyncResult
Begindelete_all_prober_pools ( System callback, object asyncState ) : System.IAsyncResult
Begindelete_prober_pool ( string pools, System callback, object asyncState ) : System.IAsyncResult
Beginget_all_member_statistics ( string pools, System callback, object asyncState ) : System.IAsyncResult
Beginget_all_statistics ( System callback, object asyncState ) : System.IAsyncResult
Beginget_description ( string pools, System callback, object asyncState ) : System.IAsyncResult
Beginget_enabled_state ( string pools, System callback, object asyncState ) : System.IAsyncResult
Beginget_lb_method ( string pools, System callback, object asyncState ) : System.IAsyncResult
Beginget_list ( System callback, object asyncState ) : System.IAsyncResult
Beginget_member ( string pools, System callback, object asyncState ) : System.IAsyncResult
Beginget_member_enabled_state ( string pools, string members, System callback, object asyncState ) : System.IAsyncResult
Beginget_member_object_status ( string pools, string members, System callback, object asyncState ) : System.IAsyncResult
Beginget_member_order ( string pools, string members, System callback, object asyncState ) : System.IAsyncResult
Beginget_member_statistics ( string pools, string members, System callback, object asyncState ) : System.IAsyncResult
Beginget_object_status ( string pools, System callback, object asyncState ) : System.IAsyncResult
Beginget_statistics ( string pools, System callback, object asyncState ) : System.IAsyncResult
Beginget_version ( System callback, object asyncState ) : System.IAsyncResult
Beginremove_all_members ( string pools, System callback, object asyncState ) : System.IAsyncResult
Beginremove_member ( string pools, string members, System callback, object asyncState ) : System.IAsyncResult
Beginreset_member_statistics ( string pools, string members, System callback, object asyncState ) : System.IAsyncResult
Beginreset_statistics ( string pools, System callback, object asyncState ) : System.IAsyncResult
Beginset_description ( string pools, string descriptions, System callback, object asyncState ) : System.IAsyncResult
Beginset_enabled_state ( string pools, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
Beginset_lb_method ( string pools, GlobalLBLBMethod lb_methods, System callback, object asyncState ) : System.IAsyncResult
Beginset_member_enabled_state ( string pools, string members, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
Beginset_member_order ( string pools, string members, long orders, System callback, object asyncState ) : System.IAsyncResult
Endadd_member ( System asyncResult ) : void
Endcreate ( System asyncResult ) : void
Enddelete_all_prober_pools ( System asyncResult ) : void
Enddelete_prober_pool ( System asyncResult ) : void
Endget_all_member_statistics ( System asyncResult ) : iControl.GlobalLBProberPoolProberPoolMemberStatistics[]
Endget_all_statistics ( System asyncResult ) : GlobalLBProberPoolProberPoolStatistics
Endget_description ( System asyncResult ) : string[]
Endget_enabled_state ( System asyncResult ) : CommonEnabledState[]
Endget_lb_method ( System asyncResult ) : GlobalLBLBMethod[]
Endget_list ( System asyncResult ) : string[]
Endget_member ( System asyncResult ) : string[][]
Endget_member_enabled_state ( System asyncResult ) : CommonEnabledState[][]
Endget_member_object_status ( System asyncResult ) : iControl.CommonObjectStatus[][]
Endget_member_order ( System asyncResult ) : long[][]
Endget_member_statistics ( System asyncResult ) : iControl.GlobalLBProberPoolProberPoolMemberStatistics[]
Endget_object_status ( System asyncResult ) : iControl.CommonObjectStatus[]
Endget_statistics ( System asyncResult ) : GlobalLBProberPoolProberPoolStatistics
Endget_version ( System asyncResult ) : string
Endremove_all_members ( System asyncResult ) : void
Endremove_member ( System asyncResult ) : void
Endreset_member_statistics ( System asyncResult ) : void
Endreset_statistics ( System asyncResult ) : void
Endset_description ( System asyncResult ) : void
Endset_enabled_state ( System asyncResult ) : void
Endset_lb_method ( System asyncResult ) : void
Endset_member_enabled_state ( System asyncResult ) : void
Endset_member_order ( System asyncResult ) : void
GlobalLBProberPool ( ) : System

Private Methods

Method Description
add_member ( string pools, string members, long orders ) : void
create ( string pools, GlobalLBLBMethod lb_methods, string members, long orders ) : void
delete_all_prober_pools ( ) : void
delete_prober_pool ( string pools ) : void
get_all_member_statistics ( string pools ) : iControl.GlobalLBProberPoolProberPoolMemberStatistics[]
get_all_statistics ( ) : GlobalLBProberPoolProberPoolStatistics
get_description ( string pools ) : string[]
get_enabled_state ( string pools ) : CommonEnabledState[]
get_lb_method ( string pools ) : GlobalLBLBMethod[]
get_list ( ) : string[]
get_member ( string pools ) : string[][]
get_member_enabled_state ( string pools, string members ) : CommonEnabledState[][]
get_member_object_status ( string pools, string members ) : iControl.CommonObjectStatus[][]
get_member_order ( string pools, string members ) : long[][]
get_member_statistics ( string pools, string members ) : iControl.GlobalLBProberPoolProberPoolMemberStatistics[]
get_object_status ( string pools ) : iControl.CommonObjectStatus[]
get_statistics ( string pools ) : GlobalLBProberPoolProberPoolStatistics
get_version ( ) : string
remove_all_members ( string pools ) : void
remove_member ( string pools, string members ) : void
reset_member_statistics ( string pools, string members ) : void
reset_statistics ( string pools ) : void
set_description ( string pools, string descriptions ) : void
set_enabled_state ( string pools, CommonEnabledState states ) : void
set_lb_method ( string pools, GlobalLBLBMethod lb_methods ) : void
set_member_enabled_state ( string pools, string members, CommonEnabledState states ) : void
set_member_order ( string pools, string members, long orders ) : void

Method Details

Beginadd_member() public method

public Beginadd_member ( string pools, string members, long orders, System callback, object asyncState ) : System.IAsyncResult
pools string
members string
orders long
callback System
asyncState object
return System.IAsyncResult

Begincreate() public method

public Begincreate ( string pools, GlobalLBLBMethod lb_methods, string members, long orders, System callback, object asyncState ) : System.IAsyncResult
pools string
lb_methods GlobalLBLBMethod
members string
orders long
callback System
asyncState object
return System.IAsyncResult

Begindelete_all_prober_pools() public method

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

Begindelete_prober_pool() public method

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

Beginget_all_member_statistics() public method

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

Beginget_all_statistics() public method

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

Beginget_description() public method

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

Beginget_enabled_state() public method

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

Beginget_lb_method() public method

public Beginget_lb_method ( string pools, System callback, object asyncState ) : System.IAsyncResult
pools 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_member() public method

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

Beginget_member_enabled_state() public method

public Beginget_member_enabled_state ( string pools, string members, System callback, object asyncState ) : System.IAsyncResult
pools string
members string
callback System
asyncState object
return System.IAsyncResult

Beginget_member_object_status() public method

public Beginget_member_object_status ( string pools, string members, System callback, object asyncState ) : System.IAsyncResult
pools string
members string
callback System
asyncState object
return System.IAsyncResult

Beginget_member_order() public method

public Beginget_member_order ( string pools, string members, System callback, object asyncState ) : System.IAsyncResult
pools string
members string
callback System
asyncState object
return System.IAsyncResult

Beginget_member_statistics() public method

public Beginget_member_statistics ( string pools, string members, System callback, object asyncState ) : System.IAsyncResult
pools string
members string
callback System
asyncState object
return System.IAsyncResult

Beginget_object_status() public method

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

Beginget_statistics() public method

public Beginget_statistics ( string pools, System callback, object asyncState ) : System.IAsyncResult
pools 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_members() public method

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

Beginremove_member() public method

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

Beginreset_member_statistics() public method

public Beginreset_member_statistics ( string pools, string members, System callback, object asyncState ) : System.IAsyncResult
pools string
members string
callback System
asyncState object
return System.IAsyncResult

Beginreset_statistics() public method

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

Beginset_description() public method

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

Beginset_enabled_state() public method

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

Beginset_lb_method() public method

public Beginset_lb_method ( string pools, GlobalLBLBMethod lb_methods, System callback, object asyncState ) : System.IAsyncResult
pools string
lb_methods GlobalLBLBMethod
callback System
asyncState object
return System.IAsyncResult

Beginset_member_enabled_state() public method

public Beginset_member_enabled_state ( string pools, string members, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
pools string
members string
states CommonEnabledState
callback System
asyncState object
return System.IAsyncResult

Beginset_member_order() public method

public Beginset_member_order ( string pools, string members, long orders, System callback, object asyncState ) : System.IAsyncResult
pools string
members string
orders long
callback System
asyncState object
return System.IAsyncResult

Endadd_member() public method

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

Endcreate() public method

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

Enddelete_all_prober_pools() public method

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

Enddelete_prober_pool() public method

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

Endget_all_member_statistics() public method

public Endget_all_member_statistics ( System asyncResult ) : iControl.GlobalLBProberPoolProberPoolMemberStatistics[]
asyncResult System
return iControl.GlobalLBProberPoolProberPoolMemberStatistics[]

Endget_all_statistics() public method

public Endget_all_statistics ( System asyncResult ) : GlobalLBProberPoolProberPoolStatistics
asyncResult System
return GlobalLBProberPoolProberPoolStatistics

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_lb_method() public method

public Endget_lb_method ( System asyncResult ) : GlobalLBLBMethod[]
asyncResult System
return GlobalLBLBMethod[]

Endget_list() public method

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

Endget_member() public method

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

Endget_member_enabled_state() public method

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

Endget_member_object_status() public method

public Endget_member_object_status ( System asyncResult ) : iControl.CommonObjectStatus[][]
asyncResult System
return iControl.CommonObjectStatus[][]

Endget_member_order() public method

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

Endget_member_statistics() public method

public Endget_member_statistics ( System asyncResult ) : iControl.GlobalLBProberPoolProberPoolMemberStatistics[]
asyncResult System
return iControl.GlobalLBProberPoolProberPoolMemberStatistics[]

Endget_object_status() public method

public Endget_object_status ( System asyncResult ) : iControl.CommonObjectStatus[]
asyncResult System
return iControl.CommonObjectStatus[]

Endget_statistics() public method

public Endget_statistics ( System asyncResult ) : GlobalLBProberPoolProberPoolStatistics
asyncResult System
return GlobalLBProberPoolProberPoolStatistics

Endget_version() public method

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

Endremove_all_members() public method

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

Endremove_member() public method

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

Endreset_member_statistics() public method

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

Endreset_statistics() public method

public Endreset_statistics ( 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_lb_method() public method

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

Endset_member_enabled_state() public method

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

Endset_member_order() public method

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

GlobalLBProberPool() public method

public GlobalLBProberPool ( ) : System
return System