|
NAMECisco::UCS::Fault - Class for operations with Cisco UCS fault instances.SYNOPSISforeach my $error ( $ucs->get_errors ) { print "-"x50 . "\n" . "Error : " . $error->id . "\n" . "Created : " . $error->created . "\n" . "Severity : " . $error->severity . "\n" . "Description : " . $error->desc . "\n"; } DESCRIPTIONCisco::UCS::Fault is a class providing operations with Cisco UCS fault instances (errors).Note that you are not supposed to call the constructor yourself, rather Cisco::UCS::Fault objects are created for you automatically by calls to methods in Cisco::UCS. METHODSackReturns the acknowledgement state of the specified error.codeReturns the internal error code of the specified error.causeReturns the cause of the specified error.createdReturns the creation timestamp of the specified error.descReturns a description of the specified error.dnReturns a distinguished name of the specified error in the UCSM information management heirarchy.idReturns a ID of the specified error.highest_severityReturns the highest severity classification the specified error reached.last_transitionReturns a last transition timestamp of the specified error.original_severityReturns the original severity classification the specified error.previous_severityReturns the severity classification the specified error prior to the most recent transition.occurReturns the number of occurences for the specified error.ruleReturns the rule that triggered the specified error.severityReturns the severity of the specified error.tagsReturns the tags associated with the specified error.typeReturns the specified error type.AUTHORLuke Poskitt, "<ltp at cpan.org>"BUGSPlease report any bugs or feature requests to "bug-cisco-ucs-fault at rt.cpan.org", or through the web interface at <http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Cisco-UCS-Fault>. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.SUPPORTYou can find documentation for this module with the perldoc command.perldoc Cisco::UCS::Fault You can also look for information at:
ACKNOWLEDGEMENTSLICENSE AND COPYRIGHTCopyright 2012 Luke Poskitt.This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License. See http://dev.perl.org/licenses/ for more information.
Visit the GSP FreeBSD Man Page Interface. |