Hi Laurent,
Thanks for the response. But here is the way I have my plugin structured.
I am following the "GlobalView" Sample. I have few user inputs and some vsphere object properties that I am collecting together and passing to the service via Remoting. As part of that I could retireve information pertaining to/properties Hosts and Datastores from the Flex client using the DAM and data requests. That works great.
The next step is the show the disks that are available and this method - QueryAvailableDisksForVmfs is what exactly I am looking for.
In your suggested approach I have to use a PropertyProviderAdapter. Since I am already using a java service and remoting, will I be able mix these 2 approaches. Can you please enlighten me here.
Thanks,
Bhrami