Cisco::UCS::Common::PSU

Class for operations with a Cisco UCS PSU
Download

Cisco::UCS::Common::PSU Ranking & Summary

Advertisement

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

Cisco::UCS::Common::PSU Tags


Cisco::UCS::Common::PSU Description

Cisco::UCS::Common::PSU is a Perl modle providing common operations with a Cisco UCS PSU.Note that you are not supposed to call the constructor yourself, rather a Cisco::UCS::Common::PSU object is created for you automatically by query methods in other classes like Cisco::UCS::Chassis.SYNOPSIS foreach my $psu (sort $ucs->chassis(1)->get_psus) { print 'PSU ' . $psu->id . ' voltage: ' . $psu->voltage . "\n" } # PSU 1 voltage: ok # PSU 2 voltage: ok # PSU 3 voltage: ok # PSU 4 voltage: okProduct's homepage


Cisco::UCS::Common::PSU Related Software