Enumerates the instances of a given class.
Returns
Returns a list of hashes containing the parsed
reply from the server, or prints a fault string from the server if an error
occurs.
Example
$client->EnumerateInstances(
class_name => 'CIM_Processor',
namespace => 'root/cimv2' #optional
)