Method: IControl::LocalLB::ProfileAuth#set_configuration_name
- Defined in:
- lib/icontrol/local_lb/profile_auth.rb
#set_configuration_name(opts) ⇒ Object
Sets the names of the authentication configurations that this profile will be using.
207 208 209 210 |
# File 'lib/icontrol/local_lb/profile_auth.rb', line 207 def set_configuration_name(opts) opts = check_params(opts,[:config_names]) super(opts) end |