Forum Discussion
Chandu_14820
Nimbostratus
Sep 25, 2010How to get Name value of a Member.
Hi All,
I am trying to retrieve member details of a Pool, I am able to get the adress and port string by passing the pool name to get_object_status(). I wish to retrieve the name field too. Can any on...
Jitesh_41550
Nimbostratus
Apr 15, 2011Try this:
CommonIPPortDefinition[][] members = iControlInstance.LocalLBPool.get_member(poolName);
LocalLBPoolMemberMemberRatio[][] ratio = iControlInstance.LocalLBPoolMember.get_ratio(poolName); LocalLBPoolMemberMemberPriority[][] priority = iControlInstance.LocalLBPoolMember.get_priority(poolName); LocalLBPoolMemberMemberConnectionLimit[][] connLimit = iControlInstance.LocalLBPoolMember.get_connection_limit(poolName); LocalLBPoolMemberMemberObjectStatus[][] status = iControlInstance.LocalLBPoolMember.get_object_status(poolName);
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)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