GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Cisco::UCS::Fault(3) User Contributed Perl Documentation Cisco::UCS::Fault(3)

Cisco::UCS::Fault - Class for operations with Cisco UCS fault instances.

  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";
  }

Cisco::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.

Returns the acknowledgement state of the specified error.

Returns the internal error code of the specified error.

Returns the cause of the specified error.

Returns the creation timestamp of the specified error.

Returns a description of the specified error.

Returns a distinguished name of the specified error in the UCSM information management heirarchy.

Returns a ID of the specified error.

Returns the highest severity classification the specified error reached.

Returns a last transition timestamp of the specified error.

Returns the original severity classification the specified error.

Returns the severity classification the specified error prior to the most recent transition.

Returns the number of occurences for the specified error.

Returns the rule that triggered the specified error.

Returns the severity of the specified error.

Returns the tags associated with the specified error.

Returns the specified error type.

Luke Poskitt, "<ltp at cpan.org>"

Please 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.

You can find documentation for this module with the perldoc command.

    perldoc Cisco::UCS::Fault

You can also look for information at:

  • RT: CPAN's request tracker (report bugs here)

    <http://rt.cpan.org/NoAuth/Bugs.html?Dist=Cisco-UCS-Fault>

  • AnnoCPAN: Annotated CPAN documentation

    <http://annocpan.org/dist/Cisco-UCS-Fault>

  • CPAN Ratings

    <http://cpanratings.perl.org/d/Cisco-UCS-Fault>

  • Search CPAN

    <http://search.cpan.org/dist/Cisco-UCS-Fault/>

Copyright 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.

2016-05-25 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.