Forum Discussion
Sunit_Tailor_11
Nimbostratus
Jul 25, 2006iControl JAVA API Variable Name to track Pool Member Available /Unavailable
Hi,
In my JAVA application I have to track following for each pool member:
1) Available or Unavailable
2) Enabled or Disabled
I know that I can use "get_session_status" pool member variable to track Enabled or Disabled status but I don't know the variable that can be used to get "Available or Unavailabled".
I would appreciate your help in resolving this issue.
Thanks,
-Sunit
- There are several methods you can use to get the status of the Pool Members.
MemberMonitorStatus[][] LocalLB::PoolMember::get_monitor_status( in String[] pool_names );
MemberObjectStatus[][] LocalLB::PoolMember::get_object_status( in String[] pool_names );
MemberSessionState[][] LocalLB::PoolMember::get_session_enabled_state( in String[] pool_names );
MemberSessionStatus[][] LocalLB::PoolMember::get_session_status( in String[] pool_names );
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects