Method: IControl::LocalLB::Rule#delete_rule

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

#delete_ruleObject

Deletes this rule. An exception will be raised when attempting to delete a default system rule.

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.



44
45
46
# File 'lib/icontrol/local_lb/rule.rb', line 44

def delete_rule
  super
end