Cisco::UCS::Common::EthernetPort

Class for operations with a Cisco UCS Ethernet Port
Download

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


Cisco::UCS::Common::EthernetPort Description

Cisco::UCS::Common::EthernetPort 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::EthernetPort objects are created for you automatically via methods in other Cisco::UCS packages like the i method in 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 "FI A port 1/2 operational_speed is " . $ucs->interconnect(A)->card(1)->eth_port(2)->oper_speed; print ', total bytes transmitted is ", $ucs->interconnect(A)->card(1)->eth_port(1)->tx_total_bytes, ".\n"; # Prints: # FI A port 1/2 operational_speed is 10gbps, total bytes transmitted is 120230320434028.Product's homepage


Cisco::UCS::Common::EthernetPort Related Software