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::Common::Fan(3) User Contributed Perl Documentation Cisco::UCS::Common::Fan(3)

Cisco::UCS::Common::Fan - Class for operations with a Cisco UCS fan.

    print 'Thermal: '. $ucs->chassis(1)->fan_module(2)->fan(1)->thermal ."\n";

Cisco::UCS::Common::Fan is a class providing operations with a Cisco UCS fan.

Note that you are not supposed to call the constructor yourself, rather a Cisco::UCS::Common::Fan object is created automatically by method calls to other Cisco::UCS objects like Cisco::UCS::Chassis::FanModule.

dn

Returns the distinguished name of the Cisco::UCS::Common::Fan object in the Cisco UCS management hierarchy.

id

Returns the numerical identifier of the fan object.

model

Returns the model number of the specified fan object.

serial

Returns the serial number of the fan object.

operability

Returns the operability status of the specified fan.

perf

Returns the performance status of the specified fan.

performance

Returns the performance information of the specified fan.

power

Returns the power status of the specified fan.

presence

Returns the presence status of the specified fan.

oper_state

Returns the operational state of the specified fan.

revision

Returns the revision information of the specified fan.

thermal

Returns the thermal status of the specified fan.

tray

Returns the tray identifier for the specified fan.

vendor

Returns the vendor information for the specified fan.

voltage

Returns the voltage status for the specified fan.

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

Please report any bugs or feature requests to "bug-cisco-ucs-chassis-fan at rt.cpan.org", or through the web interface at <http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Cisco-UCS-Chassis-Fan>. 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::Common::Fan

You can also look for information at:

  • RT: CPAN's request tracker

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

  • AnnoCPAN: Annotated CPAN documentation

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

  • CPAN Ratings

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

  • Search CPAN

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

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.