C# 클래스 iControl.GlobalLBPoolMember

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

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
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

메소드 상세

Beginadd_dependency() 공개 메소드

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

Beginget_all_statistics() 공개 메소드

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

Beginget_dependency() 공개 메소드

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

Beginget_enabled_state() 공개 메소드

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

Beginget_limit() 공개 메소드

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

Beginget_monitor_association() 공개 메소드

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

Beginget_object_status() 공개 메소드

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

Beginget_order() 공개 메소드

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

Beginget_ratio() 공개 메소드

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

Beginget_statistics() 공개 메소드

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

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

Beginremove_dependency() 공개 메소드

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

Beginremove_monitor_association() 공개 메소드

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
리턴 System.IAsyncResult

Beginreset_statistics() 공개 메소드

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

Beginset_enabled_state() 공개 메소드

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

Beginset_limit() 공개 메소드

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

Beginset_monitor_association() 공개 메소드

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
리턴 System.IAsyncResult

Beginset_order() 공개 메소드

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

Beginset_ratio() 공개 메소드

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

Endadd_dependency() 공개 메소드

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

Endget_all_statistics() 공개 메소드

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

Endget_dependency() 공개 메소드

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

Endget_enabled_state() 공개 메소드

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

Endget_limit() 공개 메소드

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

Endget_monitor_association() 공개 메소드

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

Endget_object_status() 공개 메소드

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

Endget_order() 공개 메소드

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

Endget_ratio() 공개 메소드

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

Endget_statistics() 공개 메소드

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

Endget_version() 공개 메소드

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

Endremove_all_dependencies() 공개 메소드

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

Endremove_dependency() 공개 메소드

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

Endremove_monitor_association() 공개 메소드

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

Endreset_statistics() 공개 메소드

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

Endset_enabled_state() 공개 메소드

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

Endset_limit() 공개 메소드

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

Endset_monitor_association() 공개 메소드

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

Endset_order() 공개 메소드

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

Endset_ratio() 공개 메소드

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

GlobalLBPoolMember() 공개 메소드

public GlobalLBPoolMember ( ) : System
리턴 System