Method: IControl::LocalLB::ProfileAuth#set_credential_source

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

#set_credential_source(opts) ⇒ Object

Sets the sources of the credentials 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.



220
221
222
223
# File 'lib/icontrol/local_lb/profile_auth.rb', line 220

def set_credential_source(opts)
  opts = check_params(opts,[:sources])
  super(opts)
end