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, username, password);
String list[] = vn.getList();
But Looking at the VirtualNode reference getList() doesn't seem to exist. Am I missing something obvious ? Is there a way to get Node Addresses using the wrapper classes ?
Keep up the good work.
Baiju
- Don_MacVittie_1Historic F5 AccountHi Baiju,
- Baiju_7927
Nimbostratus
Don,b node list
b virtual list
- 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.
iControl.Interfaces interfaces = new iControl.Interfaces() if ( interfaces.initialize(bigip, port, user, pass) ) { iControl.LocalLBNodePortType t = interfaces.getLocalLBNode(); String [] node_list = t.get_list(); }
- Don_MacVittie_1Historic F5 AccountActually, I can't recommend doing what Joe is proposing.
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