IBM-V7000

 view release on metacpan or  search on metacpan

lib/IBM/V7000.pm  view on Meta::CPAN

=head1 SYNOPSIS

IBM::V7000 is a Perl API to IBM V7000 CLI.

=head1 METHODS

=head3 new 

        my $ibm = IBM::V7000->new(      user            => 'admin',
                                        host            => 'my-v7000.company.com',
                                        key_path        => '/path/to/my/.ssh/private_key'
                        ) or die "Couldn't create object! $!\n";

Constructor - creates a new IBM::V7000 object.  This method accepts three mandatory parameters
and one optional parameter, the three mandatory parameters are:

=over 3

=item user

The username of the user with which to connect to the device.



( run in 0.304 second using v1.01-cache-2.11-cpan-a5abf4f5562 )