> +import static
> org.jclouds.compute.config.ComputeServiceProperties.POLL_INITIAL_PERIOD;
> +import static
> org.jclouds.compute.config.ComputeServiceProperties.POLL_MAX_PERIOD;
> +import static org.jclouds.compute.predicates.NodePredicates.inGroup;
> +import static org.jclouds.examples.google.computeengine.Constants.*;
> +
> +/**
> + * This example destroys the server created in the CreateServer example.
> + *
> + * @author Marek Wieczorek (based on code by Everett Toews)
> + */
> +public class DeleteServer implements Closeable {
> + private ComputeService computeService;
> +
> + /**
> + * To get a service account and its private key see [TODO: write some
> documentation on
> + * the website and put a link to it]
I removed the TODO and am going to add a meaningful comment once the
documentation prepared by mikolajz@ is published.
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-examples/pull/47/files#r12315063