IBM-V7000Unified
view release on metacpan or search on metacpan
lib/IBM/V7000Unified.pm view on Meta::CPAN
IBM::V7000Unified is a Perl API to IBM V7000 Unified CLI.
=head1 METHODS
=head3 new
my $ibm = IBM::V7000Unified->new(
user => 'admin',
host => 'my-v7000-unified.company.com',
key_path => '/path/to/my/.ssh/private_key'
) or die "Couldn't create object! $!\n";
Constructor - creates a new IBM::V7000Unified object. This method accepts
three mandatory parameters and one optional parameter, the three mandatory
parameters are:
=over 3
=item user
( run in 0.231 second using v1.01-cache-2.11-cpan-4d50c553e7e )