Forum Discussion
Baiju_7927
Nimbostratus
Jan 10, 2008getList missing from VirtualNode ?
Hey,
I am working with the iControl java wrappers (downloaded the latest today) and the document shows this right at the beginning under "Use"
VirtualNode vn = new VirtualNode(ipAddress, use...
Jan 17, 2008
If it's not in the Java Wrapper Library, then you can find it in the base iControl library on the iControl Assembly Labs project download page.
This is the code you'll need to get you going.
iControl.Interfaces interfaces = new iControl.Interfaces()
if ( interfaces.initialize(bigip, port, user, pass) ) {
iControl.LocalLBNodePortType t = interfaces.getLocalLBNode();
String [] node_list = t.get_list();
}
-Joe
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