Method: IControl::LocalLB::ProfileAuth#set_profile_mode
- Defined in:
- lib/icontrol/local_lb/profile_auth.rb
#set_profile_mode(opts) ⇒ Object
Sets the modes for this auth profile.
260 261 262 263 |
# File 'lib/icontrol/local_lb/profile_auth.rb', line 260 def set_profile_mode(opts) opts = check_params(opts,[:modes]) super(opts) end |