> +
> + ComputeServiceContext context = ContextBuilder.newBuilder(PROVIDER)
> + .credentials(serviceAccountEmailAddress, serviceAccountKey)
> + .overrides(overrides)
> + .buildView(ComputeServiceContext.class);
> + computeService = context.getComputeService();
> + }
> +
> + /**
> + * This will delete all servers in group {@link Constants#NAME}
> + */
> + private void deleteServer() {
> + System.out.format("Delete Server%n");
> +
> + // This method will continue to poll for the server status and won't
> return until this server
> + // is DELETED .
[minor] "DELETED."?
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-examples/pull/47/files#r12290009