Hi Avanti, If you want that code to be portable across different clouds (e.g. make it work on Amazon, CloudSigma, etc), you can use the methods in the ComputeService interface.
If you want to use more specific OpenStack features, then you can use the Nova ServerApi. The OpenStack guide [1] shows how to get the ComputeService and how to use the OpenStack specific apis. HTH! Ignasi [1] http://jclouds.apache.org/guides/openstack/ El 08/03/2014 19:12, "Inbar Stolberg" <[email protected]> escribió: > ServerApi and ServerAsyncApi > > On Saturday, March 8, 2014, Avanti Ajay <[email protected]> wrote: > >> Hi.. >> >> Can you please tell me which classes to use for starting a vm /stopping a >> vm / getting vm info etc in jclouds? I am using openstack. >> >> Avanti >> >
