> if (action == Action.EXEC && args.length < PARAMETERS + 1)
> throw new IllegalArgumentException("please quote the command to
> exec as the last parameter");
> String command = (action == Action.EXEC) ? args[5] : "echo hello";
>
> - if (provider.equalsIgnoreCase("google-compute-engine"))
> + if (isGCEProvider)
[minor] Something like "targetingGCE" or "runningOnGCE" or simply
"providerIsGCE"?
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-examples/pull/42/files#r11324182