VMware::vCloud - Interface to the VMware vCloud API

WARNING: This fork is incompatible with original VMware::vCloud, as it uses 
only "id" as XML key to convert data tree into perl hash. Not implicit set of 
"name, key, id" (in that order). Name may not be unique and returned datasets 
contains overwritten data. Due to this change, many API call wrappers will 
fail, without prior adjusting to either work with "id" identifier, or handling 
received ARRAYREF instead of HASHREF (in case of missing "id", no associative 
array is created).

===============================================================================
SYNOPSIS:
===============================================================================

  VMware::vcloud provides a programattical interface to vCloud API provided
  for the automation and control of VMware's vCloud Director product.

===============================================================================
INSTALLATION:
===============================================================================

    To install this module type the following:

       perl Makefile.PL
       make
       make test
       make install

===============================================================================
USAGE:
===============================================================================

    Refer to the module's POD for detailed usage.

===============================================================================
AUTHORSHIP:
===============================================================================

    VMware::vCloud 2.403 (2023/09/13)

    (c) 2009-2023, Phillip Pollard <bennie@cpan.org>
    Released under the Perl Artistic License