Cisco::UCS::Common::SwitchCard

Class for operations with a Cisco UCS switch card
Download

Cisco::UCS::Common::SwitchCard 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::SwitchCard Tags


Cisco::UCS::Common::SwitchCard Description

Cisco::UCS::Common::SwitchCard is a Perl class used to represent a single Ethernet port in a Cisco::UCS system. This class provides functionality to retrieve information and statistics for Ethernet ports.Please note that you should not need to call the constructor directly as Cisco::UCS::Common::SwitchCard objects are created for you by the methods in other Cisco::UCS packages like Cisco::UCS::Interconnect.Dependent on UCSM version, some attributes of the Ethernet port may not be provided and hence the accessor methods may return an empty string.SYNOPSIS print $ucs->interconnect(A)->card(1)->operability; print $ucs->interconnect(A)->card(1)->serial; my $switchcard = $ucs->interconnect(A)->card(1); print $switchcard->num_ports; print $switchcard->description;Product's homepage


Cisco::UCS::Common::SwitchCard Related Software