Method: IControl::LocalLB::ProfileRADIUS#add_client
- Defined in:
- lib/icontrol/local_lb/profile_radius.rb
#add_client(opts) ⇒ Object
Adds to the lists of host and network addresses from which clients can connect. See get_client for more information on the client specification.
20 21 22 23 |
# File 'lib/icontrol/local_lb/profile_radius.rb', line 20 def add_client(opts) opts = check_params(opts,[:clients]) super(opts) end |