Method: IControl::LocalLB::ProfileAuth#create
- Defined in:
- lib/icontrol/local_lb/profile_auth.rb
#create(opts) ⇒ Object
Creates this auth profile.
20 21 22 23 |
# File 'lib/icontrol/local_lb/profile_auth.rb', line 20 def create(opts) opts = check_params(opts,[:config_names,:auth_methods]) super(opts) end |