Method: IControl::LocalLB::ProfileAuth#set_authentication_method

Defined in:
lib/icontrol/local_lb/profile_auth.rb

#set_authentication_method(opts) ⇒ Object

Sets the authentication methods that this profile will be using.

Parameters:

  • opts (Hash)

Options Hash (opts):

Raises:

  • (IControl::IControl::Common::AccessDenied)

    raised if the client credentials are not valid.

  • (IControl::IControl::Common::InvalidArgument)

    raised if one of the arguments is invalid.

  • (IControl::IControl::Common::OperationFailed)

    raised if an operation error occurs.



194
195
196
197
# File 'lib/icontrol/local_lb/profile_auth.rb', line 194

def set_authentication_method(opts)
  opts = check_params(opts,[:auth_methods])
  super(opts)
end