Forum Discussion
Laggin_53249
Nimbostratus
18 years agoRemoving the default_pool from a Virtual Server.
Ok, so I can set__default_pool_name using the syntax below (C), but how can I set the default_pool to None?
m_interfaces.LocalLBVirtualServer.set_default_pool_name(new string[] { vipName }, ...
18 years ago
Just pass in an empty string for the default pool name. This will equate to "None" in the GUI.
m_interfaces.LocalLBVirtualServer.set_default_pool_name(new string[] { vipName }, new string[] { "" });-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