Re: VMware API Question

2013-06-02 Thread Mike Tutkowski
Hi Vijay, I think I understand how to translate this code. Perhaps you might be willing to do a quick review of what I have when it's ready? Talk to you later, On Sat, Jun 1, 2013 at 8:07 PM, Mike Tutkowski mike.tutkow...@solidfire.com wrote: Hi Vijay, I was wondering - if you had a few

Re: VMware API Question

2013-06-02 Thread Mike Tutkowski
Hi Vijay, I have a quick question for you. :) I have about 99% of the VMware-related code written. This is what it does and how it fits in with my storage plug-in. * Let's say an admin creates a Disk Offering for a volume that is 1 GB and has certain Min, Max, and Burst IOPS set. * An end

Re: VMware API Question

2013-06-01 Thread Mike Tutkowski
Hi Vijay, I was wondering - if you had a few moments - if you might give me some pointers on how to translate this code I've written in the VI Java API to the VI API, which we use in CloudStack? Below is my createVmfsDatastore method. Thanks for any time you might be able to spend on this!

RE: VMware API Question

2013-05-29 Thread Vijayendra Bhamidipati
Hi Mike, Your opensource vi java code will be close to what you would implement using the closed source vi sdk, so though you will have to rewrite some code, it should be possible to reuse much of your core code, especially with spec preparation and the like. Cloudstack code already has useful

Re: VMware API Question

2013-05-29 Thread Mike Tutkowski
OK - thanks, Vijay! On Wed, May 29, 2013 at 5:05 PM, Vijayendra Bhamidipati vijayendra.bhamidip...@citrix.com wrote: Hi Mike, Your opensource vi java code will be close to what you would implement using the closed source vi sdk, so though you will have to rewrite some code, it should be