> +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]
> + *
> + * The first argument (args[0]) must be your service account email address
> + * The second argument (args[1]) must a path to your service account
Will people know what a "path to a service account" is? Or is it the path to a
specific _file_?
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-examples/pull/47/files#r12289940