Thank you for your quick response. I have another problem. Is there any way to get current ram,cpu stats of an instance using jclouds?
On Sun, Sep 28, 2014 at 5:15 AM, Andrew Phillips <[email protected]> wrote: > Is there any way to stop an instance using jclouds? In ComputeService >> interface there is no such a method. There is a method for destroy an >> instance. But I want to an instance. >> > > Stopping instances is not currently supported at the view level, i.e. in > ComputeService. But for those APIs and providers that support this, you can > usually do it using an API/provider-specific call. > > See e.g. the InstanceApi in the case of EC2 [1]. > > Hope that helps! > > ap > > [1] http://javadocs.jclouds.cloudbees.net/org/jclouds/ec2/ > features/InstanceApi.html > -- Thanks, Regards, ASH
