C# Class iControl.GlobalLBPoolMember

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

Public Methods

Method Description
Beginadd_dependency ( string pool_names, GlobalLBPoolMemberMemberDependency dependencies, System callback, object asyncState ) : System.IAsyncResult
Beginget_all_statistics ( string pool_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_dependency ( string pool_names, CommonIPPortDefinition members, System callback, object asyncState ) : System.IAsyncResult
Beginget_enabled_state ( string pool_names, CommonIPPortDefinition members, System callback, object asyncState ) : System.IAsyncResult
Beginget_limit ( string pool_names, CommonIPPortDefinition members, System callback, object asyncState ) : System.IAsyncResult
Beginget_monitor_association ( string pool_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_object_status ( string pool_names, CommonIPPortDefinition members, System callback, object asyncState ) : System.IAsyncResult
Beginget_order ( string pool_names, CommonIPPortDefinition members, System callback, object asyncState ) : System.IAsyncResult
Beginget_ratio ( string pool_names, CommonIPPortDefinition members, System callback, object asyncState ) : System.IAsyncResult
Beginget_statistics ( string pool_names, CommonIPPortDefinition members, System callback, object asyncState ) : System.IAsyncResult
Beginget_version ( System callback, object asyncState ) : System.IAsyncResult
Beginremove_all_dependencies ( string pool_names, CommonIPPortDefinition members, System callback, object asyncState ) : System.IAsyncResult
Beginremove_dependency ( string pool_names, GlobalLBPoolMemberMemberDependency dependencies, System callback, object asyncState ) : System.IAsyncResult
Beginremove_monitor_association ( string pool_names, GlobalLBPoolMemberMemberMonitorAssociationRemoval monitor_associations, System callback, object asyncState ) : System.IAsyncResult
Beginreset_statistics ( string pool_names, CommonIPPortDefinition members, System callback, object asyncState ) : System.IAsyncResult
Beginset_enabled_state ( string pool_names, GlobalLBPoolMemberMemberEnabledState states, System callback, object asyncState ) : System.IAsyncResult
Beginset_limit ( string pool_names, GlobalLBPoolMemberMemberMetricLimit limits, System callback, object asyncState ) : System.IAsyncResult
Beginset_monitor_association ( string pool_names, GlobalLBPoolMemberMemberMonitorAssociation monitor_associations, System callback, object asyncState ) : System.IAsyncResult
Beginset_order ( string pool_names, GlobalLBPoolMemberMemberOrder orders, System callback, object asyncState ) : System.IAsyncResult
Beginset_ratio ( string pool_names, GlobalLBPoolMemberMemberRatio ratios, System callback, object asyncState ) : System.IAsyncResult
Endadd_dependency ( System asyncResult ) : void
Endget_all_statistics ( System asyncResult ) : iControl.GlobalLBPoolMemberMemberStatistics[]
Endget_dependency ( System asyncResult ) : iControl.GlobalLBPoolMemberMemberDependency[][]
Endget_enabled_state ( System asyncResult ) : iControl.GlobalLBPoolMemberMemberEnabledState[][]
Endget_limit ( System asyncResult ) : iControl.GlobalLBPoolMemberMemberMetricLimit[][]
Endget_monitor_association ( System asyncResult ) : iControl.GlobalLBPoolMemberMemberMonitorAssociation[][]
Endget_object_status ( System asyncResult ) : iControl.GlobalLBPoolMemberMemberObjectStatus[][]
Endget_order ( System asyncResult ) : iControl.GlobalLBPoolMemberMemberOrder[][]
Endget_ratio ( System asyncResult ) : iControl.GlobalLBPoolMemberMemberRatio[][]
Endget_statistics ( System asyncResult ) : iControl.GlobalLBPoolMemberMemberStatistics[]
Endget_version ( System asyncResult ) : string
Endremove_all_dependencies ( System asyncResult ) : void
Endremove_dependency ( System asyncResult ) : void
Endremove_monitor_association ( System asyncResult ) : void
Endreset_statistics ( System asyncResult ) : void
Endset_enabled_state ( System asyncResult ) : void
Endset_limit ( System asyncResult ) : void
Endset_monitor_association ( System asyncResult ) : void
Endset_order ( System asyncResult ) : void
Endset_ratio ( System asyncResult ) : void
GlobalLBPoolMember ( ) : System

Private Methods

Method Description
add_dependency ( string pool_names, GlobalLBPoolMemberMemberDependency dependencies ) : void
get_all_statistics ( string pool_names ) : iControl.GlobalLBPoolMemberMemberStatistics[]
get_dependency ( string pool_names, CommonIPPortDefinition members ) : iControl.GlobalLBPoolMemberMemberDependency[][]
get_enabled_state ( string pool_names, CommonIPPortDefinition members ) : iControl.GlobalLBPoolMemberMemberEnabledState[][]
get_limit ( string pool_names, CommonIPPortDefinition members ) : iControl.GlobalLBPoolMemberMemberMetricLimit[][]
get_monitor_association ( string pool_names ) : iControl.GlobalLBPoolMemberMemberMonitorAssociation[][]
get_object_status ( string pool_names, CommonIPPortDefinition members ) : iControl.GlobalLBPoolMemberMemberObjectStatus[][]
get_order ( string pool_names, CommonIPPortDefinition members ) : iControl.GlobalLBPoolMemberMemberOrder[][]
get_ratio ( string pool_names, CommonIPPortDefinition members ) : iControl.GlobalLBPoolMemberMemberRatio[][]
get_statistics ( string pool_names, CommonIPPortDefinition members ) : iControl.GlobalLBPoolMemberMemberStatistics[]
get_version ( ) : string
remove_all_dependencies ( string pool_names, CommonIPPortDefinition members ) : void
remove_dependency ( string pool_names, GlobalLBPoolMemberMemberDependency dependencies ) : void
remove_monitor_association ( string pool_names, GlobalLBPoolMemberMemberMonitorAssociationRemoval monitor_associations ) : void
reset_statistics ( string pool_names, CommonIPPortDefinition members ) : void
set_enabled_state ( string pool_names, GlobalLBPoolMemberMemberEnabledState states ) : void
set_limit ( string pool_names, GlobalLBPoolMemberMemberMetricLimit limits ) : void
set_monitor_association ( string pool_names, GlobalLBPoolMemberMemberMonitorAssociation monitor_associations ) : void
set_order ( string pool_names, GlobalLBPoolMemberMemberOrder orders ) : void
set_ratio ( string pool_names, GlobalLBPoolMemberMemberRatio ratios ) : void

Method Details

Beginadd_dependency() public method

public Beginadd_dependency ( string pool_names, GlobalLBPoolMemberMemberDependency dependencies, System callback, object asyncState ) : System.IAsyncResult
pool_names string
dependencies GlobalLBPoolMemberMemberDependency
callback System
asyncState object
return System.IAsyncResult

Beginget_all_statistics() public method

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

Beginget_dependency() public method

public Beginget_dependency ( string pool_names, CommonIPPortDefinition members, System callback, object asyncState ) : System.IAsyncResult
pool_names string
members CommonIPPortDefinition
callback System
asyncState object
return System.IAsyncResult

Beginget_enabled_state() public method

public Beginget_enabled_state ( string pool_names, CommonIPPortDefinition members, System callback, object asyncState ) : System.IAsyncResult
pool_names string
members CommonIPPortDefinition
callback System
asyncState object
return System.IAsyncResult

Beginget_limit() public method

public Beginget_limit ( string pool_names, CommonIPPortDefinition members, System callback, object asyncState ) : System.IAsyncResult
pool_names string
members CommonIPPortDefinition
callback System
asyncState object
return System.IAsyncResult

Beginget_monitor_association() public method

public Beginget_monitor_association ( string pool_names, System callback, object asyncState ) : System.IAsyncResult
pool_names string
callback System
asyncState object
return System.IAsyncResult

Beginget_object_status() public method

public Beginget_object_status ( string pool_names, CommonIPPortDefinition members, System callback, object asyncState ) : System.IAsyncResult
pool_names string
members CommonIPPortDefinition
callback System
asyncState object
return System.IAsyncResult

Beginget_order() public method

public Beginget_order ( string pool_names, CommonIPPortDefinition members, System callback, object asyncState ) : System.IAsyncResult
pool_names string
members CommonIPPortDefinition
callback System
asyncState object
return System.IAsyncResult

Beginget_ratio() public method

public Beginget_ratio ( string pool_names, CommonIPPortDefinition members, System callback, object asyncState ) : System.IAsyncResult
pool_names string
members CommonIPPortDefinition
callback System
asyncState object
return System.IAsyncResult

Beginget_statistics() public method

public Beginget_statistics ( string pool_names, CommonIPPortDefinition members, System callback, object asyncState ) : System.IAsyncResult
pool_names string
members CommonIPPortDefinition
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_dependencies() public method

public Beginremove_all_dependencies ( string pool_names, CommonIPPortDefinition members, System callback, object asyncState ) : System.IAsyncResult
pool_names string
members CommonIPPortDefinition
callback System
asyncState object
return System.IAsyncResult

Beginremove_dependency() public method

public Beginremove_dependency ( string pool_names, GlobalLBPoolMemberMemberDependency dependencies, System callback, object asyncState ) : System.IAsyncResult
pool_names string
dependencies GlobalLBPoolMemberMemberDependency
callback System
asyncState object
return System.IAsyncResult

Beginremove_monitor_association() public method

public Beginremove_monitor_association ( string pool_names, GlobalLBPoolMemberMemberMonitorAssociationRemoval monitor_associations, System callback, object asyncState ) : System.IAsyncResult
pool_names string
monitor_associations GlobalLBPoolMemberMemberMonitorAssociationRemoval
callback System
asyncState object
return System.IAsyncResult

Beginreset_statistics() public method

public Beginreset_statistics ( string pool_names, CommonIPPortDefinition members, System callback, object asyncState ) : System.IAsyncResult
pool_names string
members CommonIPPortDefinition
callback System
asyncState object
return System.IAsyncResult

Beginset_enabled_state() public method

public Beginset_enabled_state ( string pool_names, GlobalLBPoolMemberMemberEnabledState states, System callback, object asyncState ) : System.IAsyncResult
pool_names string
states GlobalLBPoolMemberMemberEnabledState
callback System
asyncState object
return System.IAsyncResult

Beginset_limit() public method

public Beginset_limit ( string pool_names, GlobalLBPoolMemberMemberMetricLimit limits, System callback, object asyncState ) : System.IAsyncResult
pool_names string
limits GlobalLBPoolMemberMemberMetricLimit
callback System
asyncState object
return System.IAsyncResult

Beginset_monitor_association() public method

public Beginset_monitor_association ( string pool_names, GlobalLBPoolMemberMemberMonitorAssociation monitor_associations, System callback, object asyncState ) : System.IAsyncResult
pool_names string
monitor_associations GlobalLBPoolMemberMemberMonitorAssociation
callback System
asyncState object
return System.IAsyncResult

Beginset_order() public method

public Beginset_order ( string pool_names, GlobalLBPoolMemberMemberOrder orders, System callback, object asyncState ) : System.IAsyncResult
pool_names string
orders GlobalLBPoolMemberMemberOrder
callback System
asyncState object
return System.IAsyncResult

Beginset_ratio() public method

public Beginset_ratio ( string pool_names, GlobalLBPoolMemberMemberRatio ratios, System callback, object asyncState ) : System.IAsyncResult
pool_names string
ratios GlobalLBPoolMemberMemberRatio
callback System
asyncState object
return System.IAsyncResult

Endadd_dependency() public method

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

Endget_all_statistics() public method

public Endget_all_statistics ( System asyncResult ) : iControl.GlobalLBPoolMemberMemberStatistics[]
asyncResult System
return iControl.GlobalLBPoolMemberMemberStatistics[]

Endget_dependency() public method

public Endget_dependency ( System asyncResult ) : iControl.GlobalLBPoolMemberMemberDependency[][]
asyncResult System
return iControl.GlobalLBPoolMemberMemberDependency[][]

Endget_enabled_state() public method

public Endget_enabled_state ( System asyncResult ) : iControl.GlobalLBPoolMemberMemberEnabledState[][]
asyncResult System
return iControl.GlobalLBPoolMemberMemberEnabledState[][]

Endget_limit() public method

public Endget_limit ( System asyncResult ) : iControl.GlobalLBPoolMemberMemberMetricLimit[][]
asyncResult System
return iControl.GlobalLBPoolMemberMemberMetricLimit[][]

Endget_monitor_association() public method

public Endget_monitor_association ( System asyncResult ) : iControl.GlobalLBPoolMemberMemberMonitorAssociation[][]
asyncResult System
return iControl.GlobalLBPoolMemberMemberMonitorAssociation[][]

Endget_object_status() public method

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

Endget_order() public method

public Endget_order ( System asyncResult ) : iControl.GlobalLBPoolMemberMemberOrder[][]
asyncResult System
return iControl.GlobalLBPoolMemberMemberOrder[][]

Endget_ratio() public method

public Endget_ratio ( System asyncResult ) : iControl.GlobalLBPoolMemberMemberRatio[][]
asyncResult System
return iControl.GlobalLBPoolMemberMemberRatio[][]

Endget_statistics() public method

public Endget_statistics ( System asyncResult ) : iControl.GlobalLBPoolMemberMemberStatistics[]
asyncResult System
return iControl.GlobalLBPoolMemberMemberStatistics[]

Endget_version() public method

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

Endremove_all_dependencies() public method

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

Endremove_dependency() public method

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

Endremove_monitor_association() public method

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

Endreset_statistics() public method

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

Endset_enabled_state() public method

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

Endset_limit() public method

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

Endset_monitor_association() public method

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

Endset_order() public method

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

Endset_ratio() public method

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

GlobalLBPoolMember() public method

public GlobalLBPoolMember ( ) : System
return System