|
NAMECisco::UCS::Common::Fan - Class for operations with a Cisco UCS fan.SYNOPSISprint 'Thermal: '. $ucs->chassis(1)->fan_module(2)->fan(1)->thermal ."\n"; DESCRIPTIONCisco::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. METHODSdnReturns 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. AUTHORLuke Poskitt, "<ltp at cpan.org>"BUGSPlease 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.SUPPORTYou can find documentation for this module with the perldoc command.perldoc Cisco::UCS::Common::Fan You can also look for information at:
LICENSE 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. |