Method: IControl::LocalLB::ProfileAuth#reset_statistics

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

#reset_statisticsObject

Resets the statistics for this Auth profile.

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.



182
183
184
# File 'lib/icontrol/local_lb/profile_auth.rb', line 182

def reset_statistics
  super
end