Cisco::UCS::MgmtEntity

Class for operations with a Cisco UCSM Management Entity
Download

Cisco::UCS::MgmtEntity Ranking & Summary

Advertisement

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

Cisco::UCS::MgmtEntity Tags


Cisco::UCS::MgmtEntity Description

Cisco::UCS::MgmtEntity is a Perl module providing operations with a Cisco UCSM Management Entity.Note that you are not supposed to call the constructor yourself, rather a Cisco::UCS::MgmtEntity object is created automatically by method calls via methods in Cisco::UCS.SYNOPSIS print map { "Management entity " . $_->id . " HA state is " . $_->ha_readiness . "\n" } $ucs->get_mgmt_entities; # prints... # Management entity A HA state is ready # Management entity B HA state is ready print $ucs->mgmt_entity('B')->umbilical_state;Product's homepage


Cisco::UCS::MgmtEntity Related Software