You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@jclouds.apache.org by Andrew Bayer <no...@github.com> on 2015/06/05 18:27:09 UTC

Re: [jclouds-labs-google] WIP: Add support to start and stop instances in the ComputeService (#141)

Ok, https://cloud.google.com/compute/docs/instances/#stop_job seems to explain it - TERMINATED is actually stopped here. https://github.com/jclouds/jclouds-labs-google/blob/master/google-compute-engine/src/main/java/org/jclouds/googlecomputeengine/compute/config/GoogleComputeEngineServiceContextModule.java#L178 needs to change.

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-google/pull/141#issuecomment-109352847