The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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.