Cisco::UCS::Fault

Class for operations with Cisco UCS fault instances
Download

Cisco::UCS::Fault Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Luke Poskitt
  • Publisher web site:
  • http://search.cpan.org/~ltp/

Cisco::UCS::Fault Tags


Cisco::UCS::Fault Description

Cisco::UCS::Fault is a Perl module 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.SYNOPSIS foreach my $error ($ucs->get_errors) { print "-"x50 . "\n" . "Error : " . $error->id . "\n" . "Created : " . $error->created . "\n" . "Severity : " . $error->severity . "\n" . "Description : " . $error->desc . "\n"; }Product's homepage


Cisco::UCS::Fault Related Software