The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

FusionInventory::Agent::SOAP::VMware - Access to VMware hypervisor

DESCRIPTION

This module allow access to VMware hypervisor using VMware SOAP API and _WITHOUT_ their Perl library.

METHODS

new(%params)

Returns a VMware object.

connect($user, $password)

Connect the VMware object with the given credentials.

getHostFullInfo($id)

Returns a large hash structure with the host information.

getHostIds()

Returns the list of the virtual machine ID in an array reference.