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.
FUNCTIONS
new($class, %params)
Returns a VMware object.
connect( $self, $user, $password )
Connect the VMware object with the given credentials.
getHostFullInfo ( $self, $id )
Returns a large hash structure with the host information.
getHostIds ( $self )
Returns the list of the virtual machine ID in an array reference.