Method: IControl::LocalLB::ProfileAuth#set_rule_name

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

#set_rule_name(opts) ⇒ Object

Sets the names of rules 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.



273
274
275
276
# File 'lib/icontrol/local_lb/profile_auth.rb', line 273

def set_rule_name(opts)
  opts = check_params(opts,[:rule_names])
  super(opts)
end