Hi there,
I'm trying to find all the VMs (vCAC:VirtualMachine) that connected to a vCAC:vCAChost,to put them into an array/loop then use System.getModule("com.vmware.library.vcac").getPropertiesFromVirtualMachine(vCAChost,ARRAY), to get all the properties for all the machines,
I looked around and tried multiple actions but didn't find one that gets me what i want.
there is a getAllVMsMatchingRegexp that works perfectly for com.vmware.library.vc.vm but not for com.vmware.library.vcac !!!!
I'm I missing something or there is a work around, Can someone help me figure this out?
Thanks