Forum Discussion
SMetcalfe_87199
Nimbostratus
Sep 07, 2010Java Assembly - Marking down a Node
Hello all,
I've successfully configured Eclipse and iControl assembly . I am able to communicate with the BIG-IP via iControl
Originally I used the iControlIntermediary wrappers, ...
SMetcalfe_87199
Nimbostratus
Sep 07, 2010Thank you for the response Joe.
I was able to get the following to return the node address and port:
String[] pool_list = {"beaterbox-pool"};
iControl.CommonIPPortDefinition node[][] = pool.get_member(pool_list);
System.out.println("Addr : " + node[0][0].getAddress());
System.out.println("Port : " + node[0][0].getPort());
However, I can't seem to manipulate the method you indicated.
I've tried something like this:
iControl.LocalLBPoolMemberBindingStub member = interfaces.getLocalLBPoolMember();
But I can't seem to pass the CommonIPPortDefinition object to the interfaces to set any of the status properties.
Any demonstration code would be greatly appreciated, it seems like most of the code here is for other languages and has different syntax, objects and properties.
Regards,
Shaun.
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